ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
(Generate patch)

Comparing rxvt-unicode/Changes (file contents):
Revision 1.893 by root, Tue Nov 4 23:20:17 2008 UTC vs.
Revision 1.1000 by root, Mon Jan 10 13:01:59 2011 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: xcopyarea pass broken, fix and improve 3TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable. 4TODO: event mechanism that replaces on_user_command with something more scalable.
6TODO: slipwheeling needs a keyboard grab to get key release events. 5TODO: slipwheeling needs a keyboard grab to get key release events.
7TODO: overlays collide with the way the out-of-focus cursor is being drawn 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
8TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
9TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
13 => when setting the constraints, the wm might (correctly) 12 => when setting the constraints, the wm might (correctly)
14 resize the outer window, which might result in a smaller window overall. 13 resize the outer window, which might result in a smaller window overall.
15 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
16WISH: coloured pastebin 15WISH: coloured pastebin
17WISH: selection-color-pair instead of reverse video
18WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
19WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
20DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
20TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon?
21 22
22TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */ 23TODO: work around mc misdetecting baudrate
24TODO: resources section in manual talks bullshit about system-wide app-defaults file
25 - gdk-pixbuf is autodetected by default and preferred over libafterimage
26 - don't swap perl env with real env, save and restore it, just in case
27 we ever get recursive perl invocations. also saves a bit of codespace
28 with gcc.
29 - fix various memory leaks (Emanuele Giaquinta).
30 - fix debian bug #504817, to the extent possible.
31 - try to detect byte order at compile time, seems to work around weird linking
32 errors on freebsd (seems to have trouble with static member variables) - also
33 saves a couple of hundred bytes, if your compiler is smart enough.
34 - added "newlines to spaces" option in selection-popup.
35 - actually enabled solaris event ports backends (was disabled by accident).
23 36
24TODO: cursor over overlays, when focus change? 379.10 Mon Dec 13 17:43:52 CET 2010
38 - the "schmorp=north korea dickey=south korea" release.
39 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct
40 (Emanuele Giaquinta).
41 - if options were compiled out, this could lead to the option
42 count to be defined wrongly. This is likely behind the
43 failures with gcc 4.5.
44 - explicitly depend on fontconfig and xrender when xft support
45 is enabled. Although the public Xft api uses types from
46 both, in Xft 2.2.0 these libs are private
47 dependencies only thanks to an idiotic behaviour of
48 pkg-config that was added to workaround cases like this one.
49 Fixes linking when using GNU ld with --as-needed or GNU gold
50 (based on patch by Jan Palus).
51 - fix minor memory leaks in urxvt and urxvtd.
52 - fix regression in urxvtd that prevented options from being correctly
53 set (reported by Michal Vaner).
54 - implement xterm's horribly broken 1005 mouse reporting mode,
55 and an alternative 1015 mode that works in non-utf-8 locales
56 and has fewer limitations.
57 - fix a possible bug where mouse notifications didn't work after
58 startup for the upper left corner.
59 - implement our own pixbuf to pixmap rendering to get rid of
60 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals
61 are supported (Emanuele Giaquinta).
62 - apply tinting before shading when both operations are requested.
63 Previously they were intermixed when lightening and the result
64 was inaccurate and confusing. Note that now a black tint yields a
65 completely black image, regardless of shading (Emanuele Giaquinta).
66 - avoid spurious redraws of the bg image when bg is transparent or
67 when using 'root' mode (Emanuele Giaquinta).
68 - fix build on XFree86.
69 - dynamically number options according to compiletime requirements.
70 For the extra saved byte. Or so. Yay.
71 - start options at one, not zero. Wastes a bit per terminal. Maybe.
72 saves 50 instruction bytes. Possibly.
73
749.09 Sat Nov 13 01:39:07 CET 2010
75 - NOTICE: this release updates terminfo/termcap.
76 - the bestest release ever.
77 - it was verified that urxvt handles µ and μ correctly.
78 - add support for blending and blurring with XRender (Emanuele Giaquinta).
79 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
80 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
81 - new perl extension "confirm-paste" (Emanuele Giaquinta).
82 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
83 - new on_bell perl hook (Emanuele Giaquinta).
84 - searchable-scrollback no longer ignores the first line
85 (Emanuele Giaquinta).
86 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
87 - fix utmpx detection on upcoming FreeBSD 9.
88 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
89 is not fully convertible to STRING (patch by James Cloos).
90 - fix a buffer overflow that would cause wrong key sequences to
91 be generated for numpad keys (introduced in 9.05).
92 - fix definition of sgr0 to work around limitations in luit.
93 - extend ISO 14755 5.4 mode to also print the font name of the
94 characters other than first one in the selected cell
95 (Emanuele Giaquinta).
96 - new iso14755 option to disable ISO 14755 at runtime
97 (Emanuele Giaquinta).
98 - make sure pagewise scrolling scrolls at least one line
99 (found by Mikachu).
100 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
101 highlightColor / highlightTextColor (Emanuele Giaquinta).
102 - add highlightTextColor resource to change the foreground colour of
103 highlighted characters (Emanuele Giaquinta).
104 - make highlightColor apply also to selected cells with reverse video
105 but not to non selected cells with reverse video (Emanuele Giaquinta).
106 - remove colorRV resource (it was enabled only with frills off).
107 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
108 - reduce the number of custom bits to 4, to make room
109 for 256 colours.
110 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
111 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
112 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
113 88*88 possible pairs.
114 - actually added macosx-clipboard-native, which should have been in
115 the 9.07 release but had been forgotten.
116 - fix hang if DECAWM is not set and there are not enough columns to insert a
117 character (Emanuele Giaquinta).
118 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
119 working around a shortcoming of most tty line discipline's line editing.
120 - add support for grabbing the clipboard selection and extend
121 selection{_clear,_grab,} perl bindings to optionally work
122 on the clipboard selection (based on patch by Dana Jansens).
123 - no longer force CERASE to BACKSPACE - use the system default. affects
124 default value for VERASE only when no compatible setting for
125 backspacekey was given.
126 - use higher than 38400 baudrate setting, if detected.
127 - erase screen would clear to the wrong background when blinking
128 was enabled (which selects high intensity under some circumstances).
129 - scr_kill_char didn't touch the line.
130 - upgrade and port to libev-4.01.
131 - enabled solaris event ports and kqueue backends (if available).
132
1339.07 Wed Dec 30 07:07:18 CET 2009
134 - port to glibc-2.10 changes (strchr etc. returning const char *
135 in C++), based on patches by Milos Jakubicek and Oliver Mader.
136 - the binary search algorithm to find precomposed characters
137 was faulty, skipping some possible combinations (found by
138 Mikachu).
139 - new -letterspace option, patch by Mark H. Wilkinson.
140 - enable --mlock option for urxvt with frills on
141 systems supporting it (patch by Russell Harmon).
142 - urxvt did not compile without frills enabled
143 (analysed by Matthew Rosewarne).
144 - correctly reset the mbstate after an illegal
145 input sequence when handling terminal output (Emanuele Giaquinta).
146 - avoid redrawing wide characters with combining enabled on every
147 refresh (reported by Mikachu).
148 - fix a typo preventing the ISO-646.1991 character set from being
149 recognized (http://achurch.org/patch-pile/).
150 - better warning for x11 font encoding detection failures, also,
151 try to deduce encoding from both font properties and name
152 (adapted from http://achurch.org/patch-pile/).
153 - resizing the window with the scrollbar disabled via the escapes
154 sequence could make the window bigger again (Mikachu).
155 - make sure the alignment for fd passing control messages
156 is correct and work around some NetBSD issues (Taylor R Campbell).
157 - update to libptytty 1.3.
158 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
159 the old version to macosx-clipboard-native.
160 - document the -uc option (Emanuele Giaquinta).
161 - assertions in libev are now enabled depending on frills.
162 - update AnyEvent implementation to version 5.23 API.
163 - work around arrogant bsd idiocies again: netbsd spills the default
164 namespace with lots of symbols "for gnu/gcc compatibility" even
165 though neither of them does it, and then calls the rest of the world
166 in need of fixing. go figure.
167 - on_keyboard_command is on_user_command (patch by Michael Witten).
168 - setting the selection from perl will now reset the selection screen
169 to the current screen. the screen can be manipulated using
170 the new ->selection_screen method.
171 - implement --enable-assert configure option and get rid of DEBUG_STRICT
172 (based on patch by Emanuele Giaquinta).
173 - fix printpipe data output (patch by Emanuele Giaquinta).
174 - allow `xxx' quoting style for perl selection.
175 - upgrade to libev-3.9 prerelease.
176 - updated compose tables to unicode 5.2.0.
177
1789.06 Sat Nov 8 17:47:18 CET 2008
179 - NOTICE: this release updates terminfo/termcap.
180 - updates libev to 3.48.
25 - the aterm code now frees the as visual and image manager objects 181 - the aterm code now frees the as visual and image manager objects
26 when a window was closed. 182 when a window was closed.
27 - do not (wrongly) adjust the virtual line length inside 183 - do not (wrongly) adjust the virtual line length inside
28 scr_insdel_chars/ERASE (Miroslav Lichvar). 184 scr_insdel_chars/ERASE (Miroslav Lichvar).
29 - fix an issue where wide tab characters caused character shifts 185 - fix an issue where wide tab characters caused character shifts
44 - try to work around linux first breaking sched_yield and now breaking 200 - try to work around linux first breaking sched_yield and now breaking
45 the only known workaround. 201 the only known workaround.
46 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). 202 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
47 - initialise the as visual only on demand, instead of unconditionally, 203 - initialise the as visual only on demand, instead of unconditionally,
48 to save memory in the common case of not using visual gimmicks. 204 to save memory in the common case of not using visual gimmicks.
49 - try to work around a race between urxvt and wm's on programmatic 205 - try to work around bugs in a few wm's that erroneously resize
50 resizes by temporarily disabling size hints. 206 client windows on hint property updates by temporarily
207 disabling size hints.
51 - implement the DECSTR soft reset sequence and use it for tput init, 208 - implement the DECSTR soft reset sequence and use it for tput init,
52 and make hard RIS and DECSTR both reset more private modes, such 209 and make hard RIS and DECSTR both reset more private modes, such
53 as mouse reporting. 210 as mouse reporting.
54 - redundantly clear mouse reporting and a few other states in 211 - redundantly clear mouse reporting and a few other states in
55 tput init/tput reset, for older urxvts. 212 tput init/tput reset, for older urxvts.
213 - partial/full clear screens did cause flickering and possibly pixel
214 droppings when urxvt viewed the scrollback buffer.
215 - use current rendition style in DCH sequence.
216 - the 132/80 mode switch no longer forces a screen reset.
217 - add an osc sequence to change the border colour (Emanuele Giaquinta).
218 - new perl extension "overlay-osc", for status displays and the like.
219 - fix some minor cursor drawing issues with overlays by allowing
220 overlays to modify screen flags (to disable the cursor themselves).
221 - work around programs not restoring rstyle before rmcup
222 (analysed by Miroslav Lichvar).
56 223
579.05 Sun Jun 15 20:09:20 CEST 2008 2249.05 Sun Jun 15 20:09:20 CEST 2008
58 - new option --cd/chdir to set the starting working directory. 225 - new option --cd/chdir to set the starting working directory.
59 - tabbed extension now starts in the "correct" working directory. 226 - tabbed extension now starts in the "correct" working directory.
60 - work around fedora 9 providing isastream but not the relevant 227 - work around fedora 9 providing isastream but not the relevant
61 header file for it (report by Tuncer Ayaz). 228 header file for it (report by Tuncer Ayaz).
62 - upgrade libev, fixing a bug in the select backend 229 - upgrade libev, fixing a bug in the select backend.
63 with more than 31 file descriptors on non-linux 64 bit systems. 230 with more than 31 file descriptors on non-linux 64 bit systems.
64 - correctly reset the multibyte state to the initial one 231 - correctly reset the multibyte state to the initial one
65 after EILSEQ (patch by Neil Booth). This fixes the 232 after EILSEQ (patch by Neil Booth). This fixes the
66 issue of rxvt-unicode not properly displaying text after an illegal 233 issue of rxvt-unicode not properly displaying text after an illegal
67 sequence on NetBSD and probably other systems. 234 sequence on NetBSD and probably other systems.
90 - add buffered resource to control xft double-buffering. 257 - add buffered resource to control xft double-buffering.
91 258
929.0 Fri Jan 25 19:34:04 CET 2008 2599.0 Fri Jan 25 19:34:04 CET 2008
93 - fix a crash bug where urxvtd would crash when urxvtc was called 260 - fix a crash bug where urxvtd would crash when urxvtc was called
94 with wrong arguments (I wish debian maintainers in general would 261 with wrong arguments (I wish debian maintainers in general would
95 report bugs and their proposed fixes to the original package maintaienrs 262 report bugs and their proposed fixes to the original package maintainers
96 instead of sitting on them for good measure to see if anybody notices). 263 instead of sitting on them for good measure to see if anybody notices).
97 - drawing xft compose characters was causing garbage to be drawn. 264 - drawing xft compose characters was causing garbage to be drawn.
98 - correctly clear xft character background in all cases. 265 - correctly clear xft character background in all cases.
99 - implement bracketed paste mode (xterm private mode 2004). 266 - implement bracketed paste mode (xterm private mode 2004).
100 - improve documentation on alpha channel handling, make urxvt 267 - improve documentation on alpha channel handling, make urxvt
164 the high performance libev (http://software.schmorp.de/pkg/libev). 331 the high performance libev (http://software.schmorp.de/pkg/libev).
165 - minor tuning to the perl selection (include single words and more quoting chars). 332 - minor tuning to the perl selection (include single words and more quoting chars).
166 - fix memory leak in pixmap code. 333 - fix memory leak in pixmap code.
167 - fix a serious bug while setting the XIM destroy callback 334 - fix a serious bug while setting the XIM destroy callback
168 on (typical) 64 bit systems. 335 on (typical) 64 bit systems.
169 - automove-background functionality re-implemented internaly using :root op in pixmap 336 - automove-background functionality re-implemented internally using :root op in pixmap
170 geometry string. For example: rxvt -pixmap "image.jpg;:root" 337 geometry string. For example: rxvt -pixmap "image.jpg;:root"
171 - do not link rxvtc against every lib on the planet anymore. 338 - do not link rxvtc against every lib on the planet anymore.
172 - parallel builds should work once more. 339 - parallel builds should work once more.
173 340
1748.4 Sat Oct 27 14:02:13 CEST 2007 3418.4 Sat Oct 27 14:02:13 CEST 2007
175 - overhaul of the transparency/pixmap code (sasha). 342 - overhaul of the transparency/pixmap code (sasha).
176 - fix possible race betwen visual bell and poweron. 343 - fix possible race between visual bell and poweron.
177 (reported by Martin von Gagern, gentoo?). 344 (reported by Martin von Gagern, gentoo?).
178 - urxvt -e no longer crashes the child. 345 - urxvt -e no longer crashes the child.
179 - fixed some minor memleaks on incorrect usage or 346 - fixed some minor memleaks on incorrect usage or
180 missing DISPLAY. 347 missing DISPLAY.
181 - implement xterm 1002/1003 mouse tracking modes (exg). 348 - implement xterm 1002/1003 mouse tracking modes (exg).
288 earlier versions only read it if display-resources (usually from 455 earlier versions only read it if display-resources (usually from
289 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 456 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
290 resource used") and seems to be logical behaviour, too. .Xdefaults 457 resource used") and seems to be logical behaviour, too. .Xdefaults
291 resources have a lower priority than display-specific resources. 458 resources have a lower priority than display-specific resources.
292 - add "kuake" perl extension that does a similar thing to the kuake 459 - add "kuake" perl extension that does a similar thing to the kuake
293 terminal emulator (see man urxtvperl). 460 terminal emulator (see man urxvtperl).
294 - use less "correct" color scaling that is compatible with libX11 and 461 - use less "correct" color scaling that is compatible with libX11 and
295 Xft (avoids off-by-one colors resulting in striped backgrounds). 462 Xft (avoids off-by-one colors resulting in striped backgrounds).
296 - the "depth" resource is now respected. 463 - the "depth" resource is now respected.
297 - preset the searchable-scrollback pattern with "(?i)" to default search 464 - preset the searchable-scrollback pattern with "(?i)" to default search
298 to case-insensitivity. Will automatically be cleared when typing an 465 to case-insensitivity. Will automatically be cleared when typing an
339 - modified XIM according to a patch sent by Takano Akio that sets 506 - modified XIM according to a patch sent by Takano Akio that sets
340 the preedit rectangle for OverTheSpot, which helps some input methods 507 the preedit rectangle for OverTheSpot, which helps some input methods
341 to correctly position their preedit window. 508 to correctly position their preedit window.
342 - un-optimise the line clearing on newly scrolled-in lines a bit: the 509 - un-optimise the line clearing on newly scrolled-in lines a bit: the
343 former reasoning was that any fg colour on default bg looks the same 510 former reasoning was that any fg colour on default bg looks the same
344 in empty spaces, but thats not true when reversing (e.g. selection), 511 in empty spaces, but that's not true when reversing (e.g. selection),
345 so also check for matching fg colours. This fixes the problem where 512 so also check for matching fg colours. This fixes the problem where
346 selecting newly scrolled-in lines would exhibit wrong colours. 513 selecting newly scrolled-in lines would exhibit wrong colours.
347 - fix a bug in the perl interface causing focus in events to generate 514 - fix a bug in the perl interface causing focus in events to generate
348 focus out perl events, causing bad focus effects with -pe tabbed. 515 focus out perl events, causing bad focus effects with -pe tabbed.
349 - fix a race resulting in a crash on exiting. 516 - fix a race resulting in a crash on exiting.
3587.6 Fri Feb 10 08:52:36 CET 2006 5257.6 Fri Feb 10 08:52:36 CET 2006
359 - changed interpretation of [alpha] colour prefix. 526 - changed interpretation of [alpha] colour prefix.
360 - +option now really sets the option to default, instead of using the 527 - +option now really sets the option to default, instead of using the
361 resource value. 528 resource value.
362 - options that require an argument now really _require_ an argument. 529 - options that require an argument now really _require_ an argument.
363 - the tabbed extension now forwards focus and keys events to th 530 - the tabbed extension now forwards focus and key events to the
364 relevant tab window. 531 relevant tab window.
365 - tab colours are now configurable and have sensible defaults 532 - tab colours are now configurable and have sensible defaults
366 (initial patch by hednod). 533 (initial patch by hednod).
367 - option menu is extendable, readline, selection and 534 - option menu is extendable, readline, selection and
368 selection-autotransform can now be disabled/enabled at runtime. 535 selection-autotransform can now be disabled/enabled at runtime.
508 being interpreted in the locale urxvt was started. 675 being interpreted in the locale urxvt was started.
509 - implemented override-redirect option and enabled it on menus, 676 - implemented override-redirect option and enabled it on menus,
510 as kwin puts our windows behind the terminal (what a shoddy wm). 677 as kwin puts our windows behind the terminal (what a shoddy wm).
511 - fixed struct utmp check in configure for OpenBSD. 678 - fixed struct utmp check in configure for OpenBSD.
512 - complete overhaul of the pty/utmp management stuff and configure 679 - complete overhaul of the pty/utmp management stuff and configure
513 (Emanuele Giaquinta). 680 (Emanuele Giaquinta=exg).
514 - add tsl/fsl and related capabilities to the terminfo description, 681 - add tsl/fsl and related capabilities to the terminfo description,
515 to set the window title. 682 to set the window title.
516 - swap the environment in some more cases. This hopefully fixes 683 - swap the environment in some more cases. This hopefully fixes
517 some segfaults that might be caused by xft asking for env variables 684 some segfaults that might be caused by xft asking for env variables
518 at the wrong time. 685 at the wrong time.
729 - added doc/embed-tk, an embedding example in Perl/Tk, 896 - added doc/embed-tk, an embedding example in Perl/Tk,
730 and doc/rxvt-tabbed, a primitive tabbed shell implemented 897 and doc/rxvt-tabbed, a primitive tabbed shell implemented
731 in Perl/Gtk2. 898 in Perl/Gtk2.
732 - fix assertion failure ("crash") on mousewheel-scrolling 899 - fix assertion failure ("crash") on mousewheel-scrolling
733 when the terminal height is small, by removing the assert. 900 when the terminal height is small, by removing the assert.
734 (reported by Mikael Magnusson). 901 (reported by Mikael Magnusson=Mikachu).
735 - SYNCCVS. backported bugfixes done to rxvt 902 - SYNCCVS. backported bugfixes done to rxvt
736 (sourceforge bugs #1028739, #1028732), except for 903 (sourceforge bugs #1028739, #1028732), except for
737 pts/%s fix as it seems to collide with freebsd, 904 pts/%s fix as it seems to collide with freebsd,
738 and sourceforge bug #954654, which is not neccessary. 905 and sourceforge bug #954654, which is not neccessary.
739 - change terminfo file to not clobber G1 when using 906 - change terminfo file to not clobber G1 when using

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines