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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.877 by root, Fri Aug 22 15:36:45 2008 UTC vs.
Revision 1.914 by root, Sun May 3 05:25: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: `/etc/udev/rules.d/41-mythtv-permissions.rules'
23TODO: exg-- patch
24TODO: selection_beg/end should set screen, or so
25TODO: - upgrade to libev-xx
26TODO: -rv interacts badly with popups.
27TODO: - gcc-4.4/const/Milos Jakubicek.
28 - the binary search algorithm to find precomposed characters
29 was faulty, skipping some possible combinations (found by
30 Mikachu).
31 - enable --mlock option for urxvt with frills on
32 systems supporting it (patch by Russell Harmon).
33 - urxvt did not compile without frills enabled
34 (analysed by Matthew Rosewarne).
35 - correctly reset the mbstate after an illegal
36 input sequence when handling terminal output (Emanuele Giaquinta).
37 - avoid redrawing wide characters with combining enabled on every
38 refresh (reported by Mikachu).
39 - fix a typo preventing the ISO-646.1991 character set from being
40 recognized (http://achurch.org/patch-pile/).
41 - better warning for x11 font encoding detection failures, also,
42 try to deduce encoding from both font properties and name
43 (adapted from http://achurch.org/patch-pile/).
44 - resizing the window with the scrollbar disabled via the escapes
45 sequence could make the window bigger again (Mikachu).
23 46
479.06 Sat Nov 8 17:47:18 CET 2008
48 - NOTICE: this release updates terminfo/termcap.
49 - updates libev to 3.48.
50 - the aterm code now frees the as visual and image manager objects
51 when a window was closed.
52 - do not (wrongly) adjust the virtual line length inside
53 scr_insdel_chars/ERASE (Miroslav Lichvar).
54 - fix an issue where wide tab characters caused character shifts
55 when part of them was deleted (tracked down by Miroslav Lichvar).
56 - artificially enlargen the previous character at the end of a line
57 when trying to output a character that doesn't fit. looks ugly, but
58 makes copy&paste work.
59 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
60 no longer apply.
61 - the urgency hint is now cleared on both focus in and focus out.
62 - cache urgency hint locally to avoid server rtt on every focus change.
24 - perl 5.10 needs PELR_SYS_INIT3 on hppa. 63 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
25 - ignore byte-order marks and do not treat them like combining characters. 64 - ignore byte-order marks and do not treat them like combining characters.
26 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta). 65 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
27 - do some µ-optimisations to the character fast path. 66 - do some µ-optimisations to the character fast path.
67 - use a less cunning, but more robust algorithm to avoid one terminal
68 monopolising the whole process by outputting a lot of text.
69 - try to work around linux first breaking sched_yield and now breaking
70 the only known workaround.
71 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
72 - initialise the as visual only on demand, instead of unconditionally,
73 to save memory in the common case of not using visual gimmicks.
74 - try to work around bugs in a few wm's that errornously resize
75 client windows on hint property updates by temporarily
76 disabling size hints.
77 - implement the DECSTR soft reset sequence and use it for tput init,
78 and make hard RIS and DECSTR both reset more private modes, such
79 as mouse reporting.
80 - redundantly clear mouse reporting and a few other states in
81 tput init/tput reset, for older urxvts.
82 - partial/full clear screens did cause flickering and possibly pixel
83 droppings when urxvt viewed the scrollback buffer.
84 - use current rendition style in DCH sequence.
85 - the 132/80 mode switch no longer forces a screen reset.
86 - add an osc sequence to change the border colour (Emanuele Giaquinta).
87 - new perl extension "overlay-osc", for status displays and the like.
88 - fix some minor cursor drawing issues with overlays by allowing
89 overlays to modify screen flags (to disable the cursor themselves).
90 - work around programs not restoring rstyle before rmcup
91 (analysed by Miroslav Lichvar).
28 92
299.05 Sun Jun 15 20:09:20 CEST 2008 939.05 Sun Jun 15 20:09:20 CEST 2008
30 - new option --cd/chdir to set the starting working directory. 94 - new option --cd/chdir to set the starting working directory.
31 - tabbed extension now starts in the "correct" working directory. 95 - tabbed extension now starts in the "correct" working directory.
32 - work around fedora 9 providing isastream but not the relevant 96 - work around fedora 9 providing isastream but not the relevant
62 - add buffered resource to control xft double-buffering. 126 - add buffered resource to control xft double-buffering.
63 127
649.0 Fri Jan 25 19:34:04 CET 2008 1289.0 Fri Jan 25 19:34:04 CET 2008
65 - fix a crash bug where urxvtd would crash when urxvtc was called 129 - fix a crash bug where urxvtd would crash when urxvtc was called
66 with wrong arguments (I wish debian maintainers in general would 130 with wrong arguments (I wish debian maintainers in general would
67 report bugs and their proposed fixes to the original package maintaienrs 131 report bugs and their proposed fixes to the original package maintainers
68 instead of sitting on them for good measure to see if anybody notices). 132 instead of sitting on them for good measure to see if anybody notices).
69 - drawing xft compose characters was causing garbage to be drawn. 133 - drawing xft compose characters was causing garbage to be drawn.
70 - correctly clear xft character background in all cases. 134 - correctly clear xft character background in all cases.
71 - implement bracketed paste mode (xterm private mode 2004). 135 - implement bracketed paste mode (xterm private mode 2004).
72 - improve documentation on alpha channel handling, make urxvt 136 - improve documentation on alpha channel handling, make urxvt
136 the high performance libev (http://software.schmorp.de/pkg/libev). 200 the high performance libev (http://software.schmorp.de/pkg/libev).
137 - minor tuning to the perl selection (include single words and more quoting chars). 201 - minor tuning to the perl selection (include single words and more quoting chars).
138 - fix memory leak in pixmap code. 202 - fix memory leak in pixmap code.
139 - fix a serious bug while setting the XIM destroy callback 203 - fix a serious bug while setting the XIM destroy callback
140 on (typical) 64 bit systems. 204 on (typical) 64 bit systems.
141 - automove-background functionality re-implemented internaly using :root op in pixmap 205 - automove-background functionality re-implemented internally using :root op in pixmap
142 geometry string. For example: rxvt -pixmap "image.jpg;:root" 206 geometry string. For example: rxvt -pixmap "image.jpg;:root"
143 - do not link rxvtc against every lib on the planet anymore. 207 - do not link rxvtc against every lib on the planet anymore.
144 - parallel builds should work once more. 208 - parallel builds should work once more.
145 209
1468.4 Sat Oct 27 14:02:13 CEST 2007 2108.4 Sat Oct 27 14:02:13 CEST 2007
147 - overhaul of the transparency/pixmap code (sasha). 211 - overhaul of the transparency/pixmap code (sasha).
148 - fix possible race betwen visual bell and poweron. 212 - fix possible race between visual bell and poweron.
149 (reported by Martin von Gagern, gentoo?). 213 (reported by Martin von Gagern, gentoo?).
150 - urxvt -e no longer crashes the child. 214 - urxvt -e no longer crashes the child.
151 - fixed some minor memleaks on incorrect usage or 215 - fixed some minor memleaks on incorrect usage or
152 missing DISPLAY. 216 missing DISPLAY.
153 - implement xterm 1002/1003 mouse tracking modes (exg). 217 - implement xterm 1002/1003 mouse tracking modes (exg).
260 earlier versions only read it if display-resources (usually from 324 earlier versions only read it if display-resources (usually from
261 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 325 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
262 resource used") and seems to be logical behaviour, too. .Xdefaults 326 resource used") and seems to be logical behaviour, too. .Xdefaults
263 resources have a lower priority than display-specific resources. 327 resources have a lower priority than display-specific resources.
264 - add "kuake" perl extension that does a similar thing to the kuake 328 - add "kuake" perl extension that does a similar thing to the kuake
265 terminal emulator (see man urxtvperl). 329 terminal emulator (see man urxvtperl).
266 - use less "correct" color scaling that is compatible with libX11 and 330 - use less "correct" color scaling that is compatible with libX11 and
267 Xft (avoids off-by-one colors resulting in striped backgrounds). 331 Xft (avoids off-by-one colors resulting in striped backgrounds).
268 - the "depth" resource is now respected. 332 - the "depth" resource is now respected.
269 - preset the searchable-scrollback pattern with "(?i)" to default search 333 - preset the searchable-scrollback pattern with "(?i)" to default search
270 to case-insensitivity. Will automatically be cleared when typing an 334 to case-insensitivity. Will automatically be cleared when typing an
311 - modified XIM according to a patch sent by Takano Akio that sets 375 - modified XIM according to a patch sent by Takano Akio that sets
312 the preedit rectangle for OverTheSpot, which helps some input methods 376 the preedit rectangle for OverTheSpot, which helps some input methods
313 to correctly position their preedit window. 377 to correctly position their preedit window.
314 - un-optimise the line clearing on newly scrolled-in lines a bit: the 378 - un-optimise the line clearing on newly scrolled-in lines a bit: the
315 former reasoning was that any fg colour on default bg looks the same 379 former reasoning was that any fg colour on default bg looks the same
316 in empty spaces, but thats not true when reversing (e.g. selection), 380 in empty spaces, but that's not true when reversing (e.g. selection),
317 so also check for matching fg colours. This fixes the problem where 381 so also check for matching fg colours. This fixes the problem where
318 selecting newly scrolled-in lines would exhibit wrong colours. 382 selecting newly scrolled-in lines would exhibit wrong colours.
319 - fix a bug in the perl interface causing focus in events to generate 383 - fix a bug in the perl interface causing focus in events to generate
320 focus out perl events, causing bad focus effects with -pe tabbed. 384 focus out perl events, causing bad focus effects with -pe tabbed.
321 - fix a race resulting in a crash on exiting. 385 - fix a race resulting in a crash on exiting.
3307.6 Fri Feb 10 08:52:36 CET 2006 3947.6 Fri Feb 10 08:52:36 CET 2006
331 - changed interpretation of [alpha] colour prefix. 395 - changed interpretation of [alpha] colour prefix.
332 - +option now really sets the option to default, instead of using the 396 - +option now really sets the option to default, instead of using the
333 resource value. 397 resource value.
334 - options that require an argument now really _require_ an argument. 398 - options that require an argument now really _require_ an argument.
335 - the tabbed extension now forwards focus and keys events to th 399 - the tabbed extension now forwards focus and key events to the
336 relevant tab window. 400 relevant tab window.
337 - tab colours are now configurable and have sensible defaults 401 - tab colours are now configurable and have sensible defaults
338 (initial patch by hednod). 402 (initial patch by hednod).
339 - option menu is extendable, readline, selection and 403 - option menu is extendable, readline, selection and
340 selection-autotransform can now be disabled/enabled at runtime. 404 selection-autotransform can now be disabled/enabled at runtime.
480 being interpreted in the locale urxvt was started. 544 being interpreted in the locale urxvt was started.
481 - implemented override-redirect option and enabled it on menus, 545 - implemented override-redirect option and enabled it on menus,
482 as kwin puts our windows behind the terminal (what a shoddy wm). 546 as kwin puts our windows behind the terminal (what a shoddy wm).
483 - fixed struct utmp check in configure for OpenBSD. 547 - fixed struct utmp check in configure for OpenBSD.
484 - complete overhaul of the pty/utmp management stuff and configure 548 - complete overhaul of the pty/utmp management stuff and configure
485 (Emanuele Giaquinta). 549 (Emanuele Giaquinta=exg).
486 - add tsl/fsl and related capabilities to the terminfo description, 550 - add tsl/fsl and related capabilities to the terminfo description,
487 to set the window title. 551 to set the window title.
488 - swap the environment in some more cases. This hopefully fixes 552 - swap the environment in some more cases. This hopefully fixes
489 some segfaults that might be caused by xft asking for env variables 553 some segfaults that might be caused by xft asking for env variables
490 at the wrong time. 554 at the wrong time.
701 - added doc/embed-tk, an embedding example in Perl/Tk, 765 - added doc/embed-tk, an embedding example in Perl/Tk,
702 and doc/rxvt-tabbed, a primitive tabbed shell implemented 766 and doc/rxvt-tabbed, a primitive tabbed shell implemented
703 in Perl/Gtk2. 767 in Perl/Gtk2.
704 - fix assertion failure ("crash") on mousewheel-scrolling 768 - fix assertion failure ("crash") on mousewheel-scrolling
705 when the terminal height is small, by removing the assert. 769 when the terminal height is small, by removing the assert.
706 (reported by Mikael Magnusson). 770 (reported by Mikael Magnusson=Mikachu).
707 - SYNCCVS. backported bugfixes done to rxvt 771 - SYNCCVS. backported bugfixes done to rxvt
708 (sourceforge bugs #1028739, #1028732), except for 772 (sourceforge bugs #1028739, #1028732), except for
709 pts/%s fix as it seems to collide with freebsd, 773 pts/%s fix as it seems to collide with freebsd,
710 and sourceforge bug #954654, which is not neccessary. 774 and sourceforge bug #954654, which is not neccessary.
711 - change terminfo file to not clobber G1 when using 775 - change terminfo file to not clobber G1 when using

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines