summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-08-01Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai1-0/+3
2002-07-31Initialize new lines created in insert_lines() to the current defaultNalin Dahyabhai1-0/+3
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-0/+25
2002-07-26Initialize new lines added for al(). Spotted by jrb.Nalin Dahyabhai1-0/+3
2002-07-25Added Danish translation.Ole Laursen1-0/+4
2002-07-25Note that bold isn't broken any more. Note that k; was added. Set theNalin Dahyabhai1-0/+8
2002-07-24Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3Nalin Dahyabhai1-0/+4
2002-07-23Expose the ring implementation and convert several simple functions intoNalin Dahyabhai1-0/+4
2002-07-23Fix realize/unrealize to be properly reversible. Use the font from theNalin Dahyabhai1-0/+5
2002-07-22Fix an incorrect logic check.Nalin Dahyabhai1-0/+2
2002-07-19If we're changing the background color, apply it to the widget's window asNalin Dahyabhai1-0/+3
2002-07-19Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1Nalin Dahyabhai1-0/+3
2002-07-19Fudge the repaint line count by one when scrolling regions to ensure thatNalin Dahyabhai1-0/+4
2002-07-18Implement enough of set-mode and reset-mode to allow toggling of insertvte_0_5_0Nalin Dahyabhai1-0/+5
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai1-0/+21
2002-07-17Set GETTEXT_PACKAGE correctly, noted by menthos.Nalin Dahyabhai1-0/+3
2002-07-16Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9Nalin Dahyabhai1-0/+5
2002-07-16Correctly check for g_iconv_open() failure. Try to give a meaningful errorNalin Dahyabhai1-1/+6
2002-07-15wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changesNalin Dahyabhai1-1/+8
2002-07-14decrement spaces as we go through the loop, it was nice and infinite.Havoc Pennington1-0/+5
2002-07-13Add the proper number of attribute structs to the attribute array to fixNalin Dahyabhai1-0/+4
2002-07-13Small optimization in the al() and dl() handlers. al() doesn't move theNalin Dahyabhai1-0/+4
2002-07-13Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patchNalin Dahyabhai1-0/+3
2002-07-13Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai1-0/+24
2002-07-02Make shift+button1 extend selection.Nalin Dahyabhai1-0/+2
2002-07-01Rework recovery from illegal sequence errors in the input stream to bevte_0_4_6Nalin Dahyabhai1-0/+2
2002-07-01Draw unicode line-drawing code points natively as we do for the GR1Nalin Dahyabhai1-0/+6
2002-06-26Bind F10 to "k;", not "k0". Add "k;" defined as F10.vte_0_4_5Nalin Dahyabhai1-0/+3
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai1-0/+10
2002-06-25Treat option 1049 as a combination of 1047 and 1048. When finalizing whilevte_0_4_4Nalin Dahyabhai1-0/+6
2002-06-19Fix a logic bug that got rid of the title always, not just when conversionNalin Dahyabhai1-0/+3
2002-06-19Clear the alternate screen when switching to it.vte_0_4_3Nalin Dahyabhai1-0/+2
2002-06-19Fix refs/derefs with IOChannels and sources. Clean up I/O GIConvNalin Dahyabhai1-0/+3
2002-06-18Make cursor_visible a widget-wide (not per-screen) setting.Nalin Dahyabhai1-0/+2
2002-06-18Correct automake version check to require 1.5, heads-up from Glynn Foster.Nalin Dahyabhai1-1/+4
2002-06-18Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai1-0/+5
2002-06-14Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai1-0/+6
2002-06-14Handle cases where pygtk isn't installed in the prefix we're configuringNalin Dahyabhai1-0/+4
2002-06-13Stop watching for hierarchy-changed signals -- the accessible containerNalin Dahyabhai1-0/+3
2002-06-13Re-read cursor position immediately on "cursor-moved" events, and emit theNalin Dahyabhai1-0/+5
2002-06-12Also tell the parent the child died when the child dies due to an uncaughtNalin Dahyabhai1-0/+2
2002-06-12Re-read the termcap when we change emulation, because the location of theNalin Dahyabhai1-0/+5
2002-06-122002-06-12 msw implementMatt Wilson1-0/+2
2002-06-122002-06-12 msw added AM_CHECK_PYTHON_HEADERS from pygtk rewrote pythonMatt Wilson1-0/+4
2002-06-122002-06-12 msw turn the logic around to be the right wayMatt Wilson1-0/+3
2002-06-12Implement vte_terminal_get_encoding and vte_terminal_get_emulation, andNalin Dahyabhai1-2/+4
2002-06-12Add rules for building python modules.Nalin Dahyabhai1-0/+2
2002-06-12Cache the result of vte_terminal_get_accessible() and unref it atNalin Dahyabhai1-0/+4
2002-06-122002-06-12 msw accept end_offset of -1, which means "until the end". neverMatt Wilson1-0/+5
2002-06-10Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.Nalin Dahyabhai1-3/+5