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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.897 by root, Wed Nov 5 12:28:14 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
22TODO: cursor over overlays, when focus change? 22 - urxvt did not compile without frills enabled
23TODO: cursor restore/rendition restore on rmcup 23 (analysed by Matthew Rosewarne).
24
259.06 Sat Nov 8 17:47:18 CET 2008
26 - NOTICE: this release updates terminfo/termcap.
27 - updates libev to 3.48.
24 - 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
25 when a window was closed. 29 when a window was closed.
26 - do not (wrongly) adjust the virtual line length inside 30 - do not (wrongly) adjust the virtual line length inside
27 scr_insdel_chars/ERASE (Miroslav Lichvar). 31 scr_insdel_chars/ERASE (Miroslav Lichvar).
28 - fix an issue where wide tab characters caused character shifts 32 - fix an issue where wide tab characters caused character shifts
43 - try to work around linux first breaking sched_yield and now breaking 47 - try to work around linux first breaking sched_yield and now breaking
44 the only known workaround. 48 the only known workaround.
45 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). 49 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
46 - initialise the as visual only on demand, instead of unconditionally, 50 - initialise the as visual only on demand, instead of unconditionally,
47 to save memory in the common case of not using visual gimmicks. 51 to save memory in the common case of not using visual gimmicks.
48 - try to work around a race between urxvt and wm's on programmatic 52 - try to work around bugs in a few wm's that errornously resize
49 resizes by temporarily disabling size hints. 53 client windows on hint property updates by temporarily
54 disabling size hints.
50 - implement the DECSTR soft reset sequence and use it for tput init, 55 - implement the DECSTR soft reset sequence and use it for tput init,
51 and make hard RIS and DECSTR both reset more private modes, such 56 and make hard RIS and DECSTR both reset more private modes, such
52 as mouse reporting. 57 as mouse reporting.
53 - redundantly clear mouse reporting and a few other states in 58 - redundantly clear mouse reporting and a few other states in
54 tput init/tput reset, for older urxvts. 59 tput init/tput reset, for older urxvts.
55 - partial/full clear screens did cause flickering and possibly pixel 60 - partial/full clear screens did cause flickering and possibly pixel
56 droppings when urxvt viewed the scorllback buffer. 61 droppings when urxvt viewed the scrollback buffer.
57 - use current rendition style in DCH sequence. 62 - use current rendition style in DCH sequence.
58 - the 132/80 mode switch no longer forces a screen reset. 63 - the 132/80 mode switch no longer forces a screen reset.
64 - add an osc sequence to change the border colour (Emanuele Giaquinta).
65 - new perl extension "overlay-osc", for status displays and the like.
66 - fix some minor cursor drawing issues with overlays by allowing
67 overlays to modify screen flags (to disable the cursor themselves).
68 - work around programs not restoring rstyle before rmcup
69 (analysed by Miroslav Lichvar).
59 70
609.05 Sun Jun 15 20:09:20 CEST 2008 719.05 Sun Jun 15 20:09:20 CEST 2008
61 - new option --cd/chdir to set the starting working directory. 72 - new option --cd/chdir to set the starting working directory.
62 - tabbed extension now starts in the "correct" working directory. 73 - tabbed extension now starts in the "correct" working directory.
63 - work around fedora 9 providing isastream but not the relevant 74 - work around fedora 9 providing isastream but not the relevant
93 - add buffered resource to control xft double-buffering. 104 - add buffered resource to control xft double-buffering.
94 105
959.0 Fri Jan 25 19:34:04 CET 2008 1069.0 Fri Jan 25 19:34:04 CET 2008
96 - 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
97 with wrong arguments (I wish debian maintainers in general would 108 with wrong arguments (I wish debian maintainers in general would
98 report bugs and their proposed fixes to the original package maintaienrs 109 report bugs and their proposed fixes to the original package maintainers
99 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).
100 - drawing xft compose characters was causing garbage to be drawn. 111 - drawing xft compose characters was causing garbage to be drawn.
101 - correctly clear xft character background in all cases. 112 - correctly clear xft character background in all cases.
102 - implement bracketed paste mode (xterm private mode 2004). 113 - implement bracketed paste mode (xterm private mode 2004).
103 - improve documentation on alpha channel handling, make urxvt 114 - improve documentation on alpha channel handling, make urxvt
167 the high performance libev (http://software.schmorp.de/pkg/libev). 178 the high performance libev (http://software.schmorp.de/pkg/libev).
168 - 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).
169 - fix memory leak in pixmap code. 180 - fix memory leak in pixmap code.
170 - fix a serious bug while setting the XIM destroy callback 181 - fix a serious bug while setting the XIM destroy callback
171 on (typical) 64 bit systems. 182 on (typical) 64 bit systems.
172 - automove-background functionality re-implemented internaly using :root op in pixmap 183 - automove-background functionality re-implemented internally using :root op in pixmap
173 geometry string. For example: rxvt -pixmap "image.jpg;:root" 184 geometry string. For example: rxvt -pixmap "image.jpg;:root"
174 - do not link rxvtc against every lib on the planet anymore. 185 - do not link rxvtc against every lib on the planet anymore.
175 - parallel builds should work once more. 186 - parallel builds should work once more.
176 187
1778.4 Sat Oct 27 14:02:13 CEST 2007 1888.4 Sat Oct 27 14:02:13 CEST 2007
178 - overhaul of the transparency/pixmap code (sasha). 189 - overhaul of the transparency/pixmap code (sasha).
179 - fix possible race betwen visual bell and poweron. 190 - fix possible race between visual bell and poweron.
180 (reported by Martin von Gagern, gentoo?). 191 (reported by Martin von Gagern, gentoo?).
181 - urxvt -e no longer crashes the child. 192 - urxvt -e no longer crashes the child.
182 - fixed some minor memleaks on incorrect usage or 193 - fixed some minor memleaks on incorrect usage or
183 missing DISPLAY. 194 missing DISPLAY.
184 - implement xterm 1002/1003 mouse tracking modes (exg). 195 - implement xterm 1002/1003 mouse tracking modes (exg).
291 earlier versions only read it if display-resources (usually from 302 earlier versions only read it if display-resources (usually from
292 .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
293 resource used") and seems to be logical behaviour, too. .Xdefaults 304 resource used") and seems to be logical behaviour, too. .Xdefaults
294 resources have a lower priority than display-specific resources. 305 resources have a lower priority than display-specific resources.
295 - 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
296 terminal emulator (see man urxtvperl). 307 terminal emulator (see man urxvtperl).
297 - use less "correct" color scaling that is compatible with libX11 and 308 - use less "correct" color scaling that is compatible with libX11 and
298 Xft (avoids off-by-one colors resulting in striped backgrounds). 309 Xft (avoids off-by-one colors resulting in striped backgrounds).
299 - the "depth" resource is now respected. 310 - the "depth" resource is now respected.
300 - preset the searchable-scrollback pattern with "(?i)" to default search 311 - preset the searchable-scrollback pattern with "(?i)" to default search
301 to case-insensitivity. Will automatically be cleared when typing an 312 to case-insensitivity. Will automatically be cleared when typing an
342 - 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
343 the preedit rectangle for OverTheSpot, which helps some input methods 354 the preedit rectangle for OverTheSpot, which helps some input methods
344 to correctly position their preedit window. 355 to correctly position their preedit window.
345 - 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
346 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
347 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),
348 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
349 selecting newly scrolled-in lines would exhibit wrong colours. 360 selecting newly scrolled-in lines would exhibit wrong colours.
350 - 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
351 focus out perl events, causing bad focus effects with -pe tabbed. 362 focus out perl events, causing bad focus effects with -pe tabbed.
352 - fix a race resulting in a crash on exiting. 363 - fix a race resulting in a crash on exiting.
3617.6 Fri Feb 10 08:52:36 CET 2006 3727.6 Fri Feb 10 08:52:36 CET 2006
362 - changed interpretation of [alpha] colour prefix. 373 - changed interpretation of [alpha] colour prefix.
363 - +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
364 resource value. 375 resource value.
365 - options that require an argument now really _require_ an argument. 376 - options that require an argument now really _require_ an argument.
366 - the tabbed extension now forwards focus and keys events to th 377 - the tabbed extension now forwards focus and key events to the
367 relevant tab window. 378 relevant tab window.
368 - tab colours are now configurable and have sensible defaults 379 - tab colours are now configurable and have sensible defaults
369 (initial patch by hednod). 380 (initial patch by hednod).
370 - option menu is extendable, readline, selection and 381 - option menu is extendable, readline, selection and
371 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