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.905 by root, Sat Nov 8 15:12:02 2008 UTC

99 - add buffered resource to control xft double-buffering. 99 - add buffered resource to control xft double-buffering.
100 100
1019.0 Fri Jan 25 19:34:04 CET 2008 1019.0 Fri Jan 25 19:34:04 CET 2008
102 - fix a crash bug where urxvtd would crash when urxvtc was called 102 - fix a crash bug where urxvtd would crash when urxvtc was called
103 with wrong arguments (I wish debian maintainers in general would 103 with wrong arguments (I wish debian maintainers in general would
104 report bugs and their proposed fixes to the original package maintaienrs 104 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). 105 instead of sitting on them for good measure to see if anybody notices).
106 - drawing xft compose characters was causing garbage to be drawn. 106 - drawing xft compose characters was causing garbage to be drawn.
107 - correctly clear xft character background in all cases. 107 - correctly clear xft character background in all cases.
108 - implement bracketed paste mode (xterm private mode 2004). 108 - implement bracketed paste mode (xterm private mode 2004).
109 - improve documentation on alpha channel handling, make urxvt 109 - improve documentation on alpha channel handling, make urxvt
173 the high performance libev (http://software.schmorp.de/pkg/libev). 173 the high performance libev (http://software.schmorp.de/pkg/libev).
174 - minor tuning to the perl selection (include single words and more quoting chars). 174 - minor tuning to the perl selection (include single words and more quoting chars).
175 - fix memory leak in pixmap code. 175 - fix memory leak in pixmap code.
176 - fix a serious bug while setting the XIM destroy callback 176 - fix a serious bug while setting the XIM destroy callback
177 on (typical) 64 bit systems. 177 on (typical) 64 bit systems.
178 - automove-background functionality re-implemented internaly using :root op in pixmap 178 - automove-background functionality re-implemented internally using :root op in pixmap
179 geometry string. For example: rxvt -pixmap "image.jpg;:root" 179 geometry string. For example: rxvt -pixmap "image.jpg;:root"
180 - do not link rxvtc against every lib on the planet anymore. 180 - do not link rxvtc against every lib on the planet anymore.
181 - parallel builds should work once more. 181 - parallel builds should work once more.
182 182
1838.4 Sat Oct 27 14:02:13 CEST 2007 1838.4 Sat Oct 27 14:02:13 CEST 2007
184 - overhaul of the transparency/pixmap code (sasha). 184 - overhaul of the transparency/pixmap code (sasha).
185 - fix possible race betwen visual bell and poweron. 185 - fix possible race between visual bell and poweron.
186 (reported by Martin von Gagern, gentoo?). 186 (reported by Martin von Gagern, gentoo?).
187 - urxvt -e no longer crashes the child. 187 - urxvt -e no longer crashes the child.
188 - fixed some minor memleaks on incorrect usage or 188 - fixed some minor memleaks on incorrect usage or
189 missing DISPLAY. 189 missing DISPLAY.
190 - implement xterm 1002/1003 mouse tracking modes (exg). 190 - implement xterm 1002/1003 mouse tracking modes (exg).
297 earlier versions only read it if display-resources (usually from 297 earlier versions only read it if display-resources (usually from
298 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 298 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
299 resource used") and seems to be logical behaviour, too. .Xdefaults 299 resource used") and seems to be logical behaviour, too. .Xdefaults
300 resources have a lower priority than display-specific resources. 300 resources have a lower priority than display-specific resources.
301 - add "kuake" perl extension that does a similar thing to the kuake 301 - add "kuake" perl extension that does a similar thing to the kuake
302 terminal emulator (see man urxtvperl). 302 terminal emulator (see man urxvtperl).
303 - use less "correct" color scaling that is compatible with libX11 and 303 - use less "correct" color scaling that is compatible with libX11 and
304 Xft (avoids off-by-one colors resulting in striped backgrounds). 304 Xft (avoids off-by-one colors resulting in striped backgrounds).
305 - the "depth" resource is now respected. 305 - the "depth" resource is now respected.
306 - preset the searchable-scrollback pattern with "(?i)" to default search 306 - preset the searchable-scrollback pattern with "(?i)" to default search
307 to case-insensitivity. Will automatically be cleared when typing an 307 to case-insensitivity. Will automatically be cleared when typing an
348 - modified XIM according to a patch sent by Takano Akio that sets 348 - modified XIM according to a patch sent by Takano Akio that sets
349 the preedit rectangle for OverTheSpot, which helps some input methods 349 the preedit rectangle for OverTheSpot, which helps some input methods
350 to correctly position their preedit window. 350 to correctly position their preedit window.
351 - un-optimise the line clearing on newly scrolled-in lines a bit: the 351 - 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 352 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), 353 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 354 so also check for matching fg colours. This fixes the problem where
355 selecting newly scrolled-in lines would exhibit wrong colours. 355 selecting newly scrolled-in lines would exhibit wrong colours.
356 - fix a bug in the perl interface causing focus in events to generate 356 - 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. 357 focus out perl events, causing bad focus effects with -pe tabbed.
358 - fix a race resulting in a crash on exiting. 358 - fix a race resulting in a crash on exiting.
3677.6 Fri Feb 10 08:52:36 CET 2006 3677.6 Fri Feb 10 08:52:36 CET 2006
368 - changed interpretation of [alpha] colour prefix. 368 - changed interpretation of [alpha] colour prefix.
369 - +option now really sets the option to default, instead of using the 369 - +option now really sets the option to default, instead of using the
370 resource value. 370 resource value.
371 - options that require an argument now really _require_ an argument. 371 - options that require an argument now really _require_ an argument.
372 - the tabbed extension now forwards focus and keys events to th 372 - the tabbed extension now forwards focus and key events to the
373 relevant tab window. 373 relevant tab window.
374 - tab colours are now configurable and have sensible defaults 374 - tab colours are now configurable and have sensible defaults
375 (initial patch by hednod). 375 (initial patch by hednod).
376 - option menu is extendable, readline, selection and 376 - option menu is extendable, readline, selection and
377 selection-autotransform can now be disabled/enabled at runtime. 377 selection-autotransform can now be disabled/enabled at runtime.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines