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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.892 by root, Tue Nov 4 22:57:02 2008 UTC vs.
Revision 1.910 by root, Mon Feb 2 22:38:40 2009 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: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */ 22TODO: exg-- patch
23TODO: selection_beg/end should set screen, or so
24 - enable --mlock option for urxvt with frills on
25 systems supporting it (patch by Russell Harmon).
26 - urxvt did not compile without frills enabled
27 (analysed by Matthew Rosewarne).
23 28
24TODO: cursor over overlays, when focus change? 299.06 Sat Nov 8 17:47:18 CET 2008
25TODO: tput reset, reset more stuff/mouse reporting 30 - NOTICE: this release updates terminfo/termcap.
31 - updates libev to 3.48.
26 - the aterm code now frees the as visual and image manager objects 32 - the aterm code now frees the as visual and image manager objects
27 when a window was closed. 33 when a window was closed.
28 - do not (wrongly) adjust the virtual line length inside 34 - do not (wrongly) adjust the virtual line length inside
29 scr_insdel_chars/ERASE (Miroslav Lichvar). 35 scr_insdel_chars/ERASE (Miroslav Lichvar).
30 - fix an issue where wide tab characters caused character shifts 36 - fix an issue where wide tab characters caused character shifts
45 - try to work around linux first breaking sched_yield and now breaking 51 - try to work around linux first breaking sched_yield and now breaking
46 the only known workaround. 52 the only known workaround.
47 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). 53 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
48 - initialise the as visual only on demand, instead of unconditionally, 54 - initialise the as visual only on demand, instead of unconditionally,
49 to save memory in the common case of not using visual gimmicks. 55 to save memory in the common case of not using visual gimmicks.
50 - try to work around a race between urxvt and wm's on programmatic 56 - try to work around bugs in a few wm's that errornously resize
51 resizes by temporarily disabling size hints. 57 client windows on hint property updates by temporarily
58 disabling size hints.
52 - implement the DECSTR soft reset sequence and use it for tput init, 59 - implement the DECSTR soft reset sequence and use it for tput init,
53 and make hard RIS and DECSTR both reset more private modes, such 60 and make hard RIS and DECSTR both reset more private modes, such
54 as mouse reporting. 61 as mouse reporting.
55 - redundantly clear mouse reporting and a few other states in 62 - redundantly clear mouse reporting and a few other states in
56 tput init/tput reset, for older urxvts. 63 tput init/tput reset, for older urxvts.
64 - partial/full clear screens did cause flickering and possibly pixel
65 droppings when urxvt viewed the scrollback buffer.
66 - use current rendition style in DCH sequence.
67 - the 132/80 mode switch no longer forces a screen reset.
68 - add an osc sequence to change the border colour (Emanuele Giaquinta).
69 - new perl extension "overlay-osc", for status displays and the like.
70 - fix some minor cursor drawing issues with overlays by allowing
71 overlays to modify screen flags (to disable the cursor themselves).
72 - work around programs not restoring rstyle before rmcup
73 (analysed by Miroslav Lichvar).
57 74
589.05 Sun Jun 15 20:09:20 CEST 2008 759.05 Sun Jun 15 20:09:20 CEST 2008
59 - new option --cd/chdir to set the starting working directory. 76 - new option --cd/chdir to set the starting working directory.
60 - tabbed extension now starts in the "correct" working directory. 77 - tabbed extension now starts in the "correct" working directory.
61 - work around fedora 9 providing isastream but not the relevant 78 - work around fedora 9 providing isastream but not the relevant
91 - add buffered resource to control xft double-buffering. 108 - add buffered resource to control xft double-buffering.
92 109
939.0 Fri Jan 25 19:34:04 CET 2008 1109.0 Fri Jan 25 19:34:04 CET 2008
94 - fix a crash bug where urxvtd would crash when urxvtc was called 111 - fix a crash bug where urxvtd would crash when urxvtc was called
95 with wrong arguments (I wish debian maintainers in general would 112 with wrong arguments (I wish debian maintainers in general would
96 report bugs and their proposed fixes to the original package maintaienrs 113 report bugs and their proposed fixes to the original package maintainers
97 instead of sitting on them for good measure to see if anybody notices). 114 instead of sitting on them for good measure to see if anybody notices).
98 - drawing xft compose characters was causing garbage to be drawn. 115 - drawing xft compose characters was causing garbage to be drawn.
99 - correctly clear xft character background in all cases. 116 - correctly clear xft character background in all cases.
100 - implement bracketed paste mode (xterm private mode 2004). 117 - implement bracketed paste mode (xterm private mode 2004).
101 - improve documentation on alpha channel handling, make urxvt 118 - improve documentation on alpha channel handling, make urxvt
165 the high performance libev (http://software.schmorp.de/pkg/libev). 182 the high performance libev (http://software.schmorp.de/pkg/libev).
166 - minor tuning to the perl selection (include single words and more quoting chars). 183 - minor tuning to the perl selection (include single words and more quoting chars).
167 - fix memory leak in pixmap code. 184 - fix memory leak in pixmap code.
168 - fix a serious bug while setting the XIM destroy callback 185 - fix a serious bug while setting the XIM destroy callback
169 on (typical) 64 bit systems. 186 on (typical) 64 bit systems.
170 - automove-background functionality re-implemented internaly using :root op in pixmap 187 - automove-background functionality re-implemented internally using :root op in pixmap
171 geometry string. For example: rxvt -pixmap "image.jpg;:root" 188 geometry string. For example: rxvt -pixmap "image.jpg;:root"
172 - do not link rxvtc against every lib on the planet anymore. 189 - do not link rxvtc against every lib on the planet anymore.
173 - parallel builds should work once more. 190 - parallel builds should work once more.
174 191
1758.4 Sat Oct 27 14:02:13 CEST 2007 1928.4 Sat Oct 27 14:02:13 CEST 2007
176 - overhaul of the transparency/pixmap code (sasha). 193 - overhaul of the transparency/pixmap code (sasha).
177 - fix possible race betwen visual bell and poweron. 194 - fix possible race between visual bell and poweron.
178 (reported by Martin von Gagern, gentoo?). 195 (reported by Martin von Gagern, gentoo?).
179 - urxvt -e no longer crashes the child. 196 - urxvt -e no longer crashes the child.
180 - fixed some minor memleaks on incorrect usage or 197 - fixed some minor memleaks on incorrect usage or
181 missing DISPLAY. 198 missing DISPLAY.
182 - implement xterm 1002/1003 mouse tracking modes (exg). 199 - implement xterm 1002/1003 mouse tracking modes (exg).
289 earlier versions only read it if display-resources (usually from 306 earlier versions only read it if display-resources (usually from
290 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 307 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
291 resource used") and seems to be logical behaviour, too. .Xdefaults 308 resource used") and seems to be logical behaviour, too. .Xdefaults
292 resources have a lower priority than display-specific resources. 309 resources have a lower priority than display-specific resources.
293 - add "kuake" perl extension that does a similar thing to the kuake 310 - add "kuake" perl extension that does a similar thing to the kuake
294 terminal emulator (see man urxtvperl). 311 terminal emulator (see man urxvtperl).
295 - use less "correct" color scaling that is compatible with libX11 and 312 - use less "correct" color scaling that is compatible with libX11 and
296 Xft (avoids off-by-one colors resulting in striped backgrounds). 313 Xft (avoids off-by-one colors resulting in striped backgrounds).
297 - the "depth" resource is now respected. 314 - the "depth" resource is now respected.
298 - preset the searchable-scrollback pattern with "(?i)" to default search 315 - preset the searchable-scrollback pattern with "(?i)" to default search
299 to case-insensitivity. Will automatically be cleared when typing an 316 to case-insensitivity. Will automatically be cleared when typing an
340 - modified XIM according to a patch sent by Takano Akio that sets 357 - modified XIM according to a patch sent by Takano Akio that sets
341 the preedit rectangle for OverTheSpot, which helps some input methods 358 the preedit rectangle for OverTheSpot, which helps some input methods
342 to correctly position their preedit window. 359 to correctly position their preedit window.
343 - un-optimise the line clearing on newly scrolled-in lines a bit: the 360 - un-optimise the line clearing on newly scrolled-in lines a bit: the
344 former reasoning was that any fg colour on default bg looks the same 361 former reasoning was that any fg colour on default bg looks the same
345 in empty spaces, but thats not true when reversing (e.g. selection), 362 in empty spaces, but that's not true when reversing (e.g. selection),
346 so also check for matching fg colours. This fixes the problem where 363 so also check for matching fg colours. This fixes the problem where
347 selecting newly scrolled-in lines would exhibit wrong colours. 364 selecting newly scrolled-in lines would exhibit wrong colours.
348 - fix a bug in the perl interface causing focus in events to generate 365 - fix a bug in the perl interface causing focus in events to generate
349 focus out perl events, causing bad focus effects with -pe tabbed. 366 focus out perl events, causing bad focus effects with -pe tabbed.
350 - fix a race resulting in a crash on exiting. 367 - fix a race resulting in a crash on exiting.
3597.6 Fri Feb 10 08:52:36 CET 2006 3767.6 Fri Feb 10 08:52:36 CET 2006
360 - changed interpretation of [alpha] colour prefix. 377 - changed interpretation of [alpha] colour prefix.
361 - +option now really sets the option to default, instead of using the 378 - +option now really sets the option to default, instead of using the
362 resource value. 379 resource value.
363 - options that require an argument now really _require_ an argument. 380 - options that require an argument now really _require_ an argument.
364 - the tabbed extension now forwards focus and keys events to th 381 - the tabbed extension now forwards focus and key events to the
365 relevant tab window. 382 relevant tab window.
366 - tab colours are now configurable and have sensible defaults 383 - tab colours are now configurable and have sensible defaults
367 (initial patch by hednod). 384 (initial patch by hednod).
368 - option menu is extendable, readline, selection and 385 - option menu is extendable, readline, selection and
369 selection-autotransform can now be disabled/enabled at runtime. 386 selection-autotransform can now be disabled/enabled at runtime.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines