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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.904 by root, Wed Nov 5 16:21:18 2008 UTC vs.
Revision 1.908 by root, Wed Nov 12 02:37:58 2008 UTC

17WISH: selection-color-pair instead of reverse video 17WISH: selection-color-pair instead of reverse video
18WISH: load system-wide config file even if we don't have one 18WISH: load system-wide config file even if we don't have one
19WISH: look into XAddConnectionWatch, does anybody need that? 19WISH: look into XAddConnectionWatch, does anybody need that?
20DUMB: support tex fonts 20DUMB: support tex fonts
21 21
22 - urxvt did not compile without frills enabled
23 (analysed by Matthew Rosewarne).
24
259.06 Sat Nov 8 17:47:18 CET 2008
22 - NOTICE: this release updates terminfo/termcap. 26 - NOTICE: this release updates terminfo/termcap.
27 - updates libev to 3.48.
23 - the aterm code now frees the as visual and image manager objects 28 - the aterm code now frees the as visual and image manager objects
24 when a window was closed. 29 when a window was closed.
25 - do not (wrongly) adjust the virtual line length inside 30 - do not (wrongly) adjust the virtual line length inside
26 scr_insdel_chars/ERASE (Miroslav Lichvar). 31 scr_insdel_chars/ERASE (Miroslav Lichvar).
27 - fix an issue where wide tab characters caused character shifts 32 - fix an issue where wide tab characters caused character shifts
99 - add buffered resource to control xft double-buffering. 104 - add buffered resource to control xft double-buffering.
100 105
1019.0 Fri Jan 25 19:34:04 CET 2008 1069.0 Fri Jan 25 19:34:04 CET 2008
102 - fix a crash bug where urxvtd would crash when urxvtc was called 107 - fix a crash bug where urxvtd would crash when urxvtc was called
103 with wrong arguments (I wish debian maintainers in general would 108 with wrong arguments (I wish debian maintainers in general would
104 report bugs and their proposed fixes to the original package maintaienrs 109 report bugs and their proposed fixes to the original package maintainers
105 instead of sitting on them for good measure to see if anybody notices). 110 instead of sitting on them for good measure to see if anybody notices).
106 - drawing xft compose characters was causing garbage to be drawn. 111 - drawing xft compose characters was causing garbage to be drawn.
107 - correctly clear xft character background in all cases. 112 - correctly clear xft character background in all cases.
108 - implement bracketed paste mode (xterm private mode 2004). 113 - implement bracketed paste mode (xterm private mode 2004).
109 - improve documentation on alpha channel handling, make urxvt 114 - improve documentation on alpha channel handling, make urxvt
173 the high performance libev (http://software.schmorp.de/pkg/libev). 178 the high performance libev (http://software.schmorp.de/pkg/libev).
174 - minor tuning to the perl selection (include single words and more quoting chars). 179 - minor tuning to the perl selection (include single words and more quoting chars).
175 - fix memory leak in pixmap code. 180 - fix memory leak in pixmap code.
176 - fix a serious bug while setting the XIM destroy callback 181 - fix a serious bug while setting the XIM destroy callback
177 on (typical) 64 bit systems. 182 on (typical) 64 bit systems.
178 - automove-background functionality re-implemented internaly using :root op in pixmap 183 - automove-background functionality re-implemented internally using :root op in pixmap
179 geometry string. For example: rxvt -pixmap "image.jpg;:root" 184 geometry string. For example: rxvt -pixmap "image.jpg;:root"
180 - do not link rxvtc against every lib on the planet anymore. 185 - do not link rxvtc against every lib on the planet anymore.
181 - parallel builds should work once more. 186 - parallel builds should work once more.
182 187
1838.4 Sat Oct 27 14:02:13 CEST 2007 1888.4 Sat Oct 27 14:02:13 CEST 2007
184 - overhaul of the transparency/pixmap code (sasha). 189 - overhaul of the transparency/pixmap code (sasha).
185 - fix possible race betwen visual bell and poweron. 190 - fix possible race between visual bell and poweron.
186 (reported by Martin von Gagern, gentoo?). 191 (reported by Martin von Gagern, gentoo?).
187 - urxvt -e no longer crashes the child. 192 - urxvt -e no longer crashes the child.
188 - fixed some minor memleaks on incorrect usage or 193 - fixed some minor memleaks on incorrect usage or
189 missing DISPLAY. 194 missing DISPLAY.
190 - implement xterm 1002/1003 mouse tracking modes (exg). 195 - implement xterm 1002/1003 mouse tracking modes (exg).
297 earlier versions only read it if display-resources (usually from 302 earlier versions only read it if display-resources (usually from
298 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 303 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
299 resource used") and seems to be logical behaviour, too. .Xdefaults 304 resource used") and seems to be logical behaviour, too. .Xdefaults
300 resources have a lower priority than display-specific resources. 305 resources have a lower priority than display-specific resources.
301 - add "kuake" perl extension that does a similar thing to the kuake 306 - add "kuake" perl extension that does a similar thing to the kuake
302 terminal emulator (see man urxtvperl). 307 terminal emulator (see man urxvtperl).
303 - use less "correct" color scaling that is compatible with libX11 and 308 - use less "correct" color scaling that is compatible with libX11 and
304 Xft (avoids off-by-one colors resulting in striped backgrounds). 309 Xft (avoids off-by-one colors resulting in striped backgrounds).
305 - the "depth" resource is now respected. 310 - the "depth" resource is now respected.
306 - preset the searchable-scrollback pattern with "(?i)" to default search 311 - preset the searchable-scrollback pattern with "(?i)" to default search
307 to case-insensitivity. Will automatically be cleared when typing an 312 to case-insensitivity. Will automatically be cleared when typing an
348 - modified XIM according to a patch sent by Takano Akio that sets 353 - modified XIM according to a patch sent by Takano Akio that sets
349 the preedit rectangle for OverTheSpot, which helps some input methods 354 the preedit rectangle for OverTheSpot, which helps some input methods
350 to correctly position their preedit window. 355 to correctly position their preedit window.
351 - un-optimise the line clearing on newly scrolled-in lines a bit: the 356 - un-optimise the line clearing on newly scrolled-in lines a bit: the
352 former reasoning was that any fg colour on default bg looks the same 357 former reasoning was that any fg colour on default bg looks the same
353 in empty spaces, but thats not true when reversing (e.g. selection), 358 in empty spaces, but that's not true when reversing (e.g. selection),
354 so also check for matching fg colours. This fixes the problem where 359 so also check for matching fg colours. This fixes the problem where
355 selecting newly scrolled-in lines would exhibit wrong colours. 360 selecting newly scrolled-in lines would exhibit wrong colours.
356 - fix a bug in the perl interface causing focus in events to generate 361 - fix a bug in the perl interface causing focus in events to generate
357 focus out perl events, causing bad focus effects with -pe tabbed. 362 focus out perl events, causing bad focus effects with -pe tabbed.
358 - fix a race resulting in a crash on exiting. 363 - fix a race resulting in a crash on exiting.
3677.6 Fri Feb 10 08:52:36 CET 2006 3727.6 Fri Feb 10 08:52:36 CET 2006
368 - changed interpretation of [alpha] colour prefix. 373 - changed interpretation of [alpha] colour prefix.
369 - +option now really sets the option to default, instead of using the 374 - +option now really sets the option to default, instead of using the
370 resource value. 375 resource value.
371 - options that require an argument now really _require_ an argument. 376 - options that require an argument now really _require_ an argument.
372 - the tabbed extension now forwards focus and keys events to th 377 - the tabbed extension now forwards focus and key events to the
373 relevant tab window. 378 relevant tab window.
374 - tab colours are now configurable and have sensible defaults 379 - tab colours are now configurable and have sensible defaults
375 (initial patch by hednod). 380 (initial patch by hednod).
376 - option menu is extendable, readline, selection and 381 - option menu is extendable, readline, selection and
377 selection-autotransform can now be disabled/enabled at runtime. 382 selection-autotransform can now be disabled/enabled at runtime.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines