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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.870 by root, Sun Jun 15 13:54:15 2008 UTC vs.
Revision 1.961 by sf-exg, Wed Oct 13 23:35:59 2010 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: xcopyarea pass broken, fix and improve 3TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable. 4TODO: event mechanism that replaces on_user_command with something more scalable.
6TODO: slipwheeling needs a keyboard grab to get key release events. 5TODO: slipwheeling needs a keyboard grab to get key release events.
7TODO: overlays collide with the way the out-of-focus cursor is being drawn 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
8TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
9TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
10TODO: better resource handling for tabbar in -pe tabbed.
11TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
12 => when setting the constraints, the wm might (correctly) 12 => when setting the constraints, the wm might (correctly)
13 resize the outer window, which might result in a smaller window overall. 13 resize the outer window, which might result in a smaller window overall.
14 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
15WISH: coloured pastebin 15WISH: coloured pastebin
16WISH: selection-color-pair instead of reverse video
17WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
18WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
19DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: perl-shell-window? perl-unix-socket?
20 20
21TODO: rxvt -font 10x20 -xrm "*.tabbed.font: 10x20" -pe tabbed 21TODO: - upgrade to libev-4.00.
22 how does one affect the tab windows themselves? seems not to work anymore.
23 22
24TODO: implement initial chdir for tabs by making it a resource? 23 - add support for blending and blurring with XRender (Emanuele Giaquinta).
24 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
25 - new perl extension "confirm-paste" (Emanuele Giaquinta).
26 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
27 - new on_bell perl hook (Emanuele Giaquinta).
28 - searchable-scrollback no longer ignores the first line
29 (Emanuele Giaquinta).
30 - fix utmpx detection on upcoming FreeBSD 9.
31 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
32 is not fully convertible to STRING (patch by James Cloos).
33 - fix a buffer overflow that would cause wrong key sequences to
34 be generated for numpad keys (introduced in 9.05).
35 - fix definition of sgr0 to work around limitations in luit.
36 - extend ISO 14755 5.4 mode to also print the font name of the
37 characters other than first one in the selected cell
38 (Emanuele Giaquinta).
39 - new iso14755 option to disable ISO 14755 at runtime
40 (Emanuele Giaquinta).
41 - make sure pagewise scrolling scrolls at least one line
42 (found by Mikachu).
43 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
44 highlightColor / highlightTextColor (Emanuele Giaquinta).
45 - add highlightTextColor resource to change the foreground colour of
46 highlighted characters (Emanuele Giaquinta).
47 - make highlightColor apply also to selected cells with reverse video
48 but not to non selected cells with reverse video (Emanuele Giaquinta).
49 - remove colorRV resource (it was enabled only with frills off).
50 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
51 - reduce the number of custom bits to 4, to make room
52 for 256 colours.
53 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
54 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
55 - actually added macosx-clipboard-native, which should have been in
56 the 9.07 release but had been forgotten.
57 - add support for grabbing the clipboard selection and extend
58 selection{_clear,_grab,} perl bindings to optionally work
59 on the clipboard selection (based on patch by Dana Jansens).
60 - no longer force CERASE to BACKSPACE - use the system default. affects
61 default value for VERASE only when no compatible setting for
62 backspacekey was given.
63 - use higher than 38400 baudrate setting, if detected.
64 - erase screen would clear to the wrong background when blinking
65 was enabled (which selects high intensity under some circumstances).
66 - it was verified that urxvt handles µ and μ correctly.
67
689.07 Wed Dec 30 07:07:18 CET 2009
69 - port to glibc-2.10 changes (strchr etc. returning const char *
70 in C++), based on patches by Milos Jakubicek and Oliver Mader.
71 - the binary search algorithm to find precomposed characters
72 was faulty, skipping some possible combinations (found by
73 Mikachu).
74 - new -letterspace option, patch by Mark H. Wilkinson.
75 - enable --mlock option for urxvt with frills on
76 systems supporting it (patch by Russell Harmon).
77 - urxvt did not compile without frills enabled
78 (analysed by Matthew Rosewarne).
79 - correctly reset the mbstate after an illegal
80 input sequence when handling terminal output (Emanuele Giaquinta).
81 - avoid redrawing wide characters with combining enabled on every
82 refresh (reported by Mikachu).
83 - fix a typo preventing the ISO-646.1991 character set from being
84 recognized (http://achurch.org/patch-pile/).
85 - better warning for x11 font encoding detection failures, also,
86 try to deduce encoding from both font properties and name
87 (adapted from http://achurch.org/patch-pile/).
88 - resizing the window with the scrollbar disabled via the escapes
89 sequence could make the window bigger again (Mikachu).
90 - make sure the alignment for fd passing control messages
91 is correct and work around some NetBSD issues (Taylor R Campbell).
92 - update to libptytty 1.3.
93 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
94 the old version to macosx-clipboard-native.
95 - document the -uc option (Emanuele Giaquinta).
96 - assertions in libev are now enabled depending on frills.
97 - update AnyEvent implementation to version 5.23 API.
98 - work around arrogant bsd idiocies again: netbsd spills the default
99 namespace with lots of symbols "for gnu/gcc compatibility" even
100 though neither of them does it, and then calls the rest of the world
101 in need of fixing. go figure.
102 - on_keyboard_command is on_user_command (patch by Michael Witten).
103 - setting the selection from perl will now reset the selection screen
104 to the current screen. the screen can be manipulated using
105 the new ->selection_screen method.
106 - implement --enable-assert configure option and get rid of DEBUG_STRICT
107 (based on patch by Emanuele Giaquinta).
108 - fix printpipe data output (patch by Emanuele Giaquinta).
109 - allow `xxx' quoting style for perl selection.
110 - upgrade to libev-3.9 prerelease.
111 - updated compose tables to unicode 5.2.0.
112
1139.06 Sat Nov 8 17:47:18 CET 2008
114 - NOTICE: this release updates terminfo/termcap.
115 - updates libev to 3.48.
116 - the aterm code now frees the as visual and image manager objects
117 when a window was closed.
118 - do not (wrongly) adjust the virtual line length inside
119 scr_insdel_chars/ERASE (Miroslav Lichvar).
120 - fix an issue where wide tab characters caused character shifts
121 when part of them was deleted (tracked down by Miroslav Lichvar).
122 - artificially enlargen the previous character at the end of a line
123 when trying to output a character that doesn't fit. looks ugly, but
124 makes copy&paste work.
125 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
126 no longer apply.
127 - the urgency hint is now cleared on both focus in and focus out.
128 - cache urgency hint locally to avoid server rtt on every focus change.
129 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
130 - ignore byte-order marks and do not treat them like combining characters.
131 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
132 - do some µ-optimisations to the character fast path.
133 - use a less cunning, but more robust algorithm to avoid one terminal
134 monopolising the whole process by outputting a lot of text.
135 - try to work around linux first breaking sched_yield and now breaking
136 the only known workaround.
137 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
138 - initialise the as visual only on demand, instead of unconditionally,
139 to save memory in the common case of not using visual gimmicks.
140 - try to work around bugs in a few wm's that erroneously resize
141 client windows on hint property updates by temporarily
142 disabling size hints.
143 - implement the DECSTR soft reset sequence and use it for tput init,
144 and make hard RIS and DECSTR both reset more private modes, such
145 as mouse reporting.
146 - redundantly clear mouse reporting and a few other states in
147 tput init/tput reset, for older urxvts.
148 - partial/full clear screens did cause flickering and possibly pixel
149 droppings when urxvt viewed the scrollback buffer.
150 - use current rendition style in DCH sequence.
151 - the 132/80 mode switch no longer forces a screen reset.
152 - add an osc sequence to change the border colour (Emanuele Giaquinta).
153 - new perl extension "overlay-osc", for status displays and the like.
154 - fix some minor cursor drawing issues with overlays by allowing
155 overlays to modify screen flags (to disable the cursor themselves).
156 - work around programs not restoring rstyle before rmcup
157 (analysed by Miroslav Lichvar).
158
1599.05 Sun Jun 15 20:09:20 CEST 2008
25 - new option --cd/chdir to set the starting working directory. 160 - new option --cd/chdir to set the starting working directory.
26 - tabbed extension now starts in the "correct" working directory. 161 - tabbed extension now starts in the "correct" working directory.
27 - work around fedore 9 prividing isastream but not the relevant 162 - work around fedora 9 providing isastream but not the relevant
28 header file for it (report by Tuncer Ayaz). 163 header file for it (report by Tuncer Ayaz).
29 - upgrade to libev-3.31, fixing a bug in the select backend 164 - upgrade libev, fixing a bug in the select backend.
30 with more than 31 file descriptors on non-linux 64 bit systems. 165 with more than 31 file descriptors on non-linux 64 bit systems.
31 - correctly reset the multibyte state to the initial one 166 - correctly reset the multibyte state to the initial one
32 after EILSEQ (patch by Neil Booth). This fixes the 167 after EILSEQ (patch by Neil Booth). This fixes the
33 issue of rxvt-unicode not properly displaying text after an illegal 168 issue of rxvt-unicode not properly displaying text after an illegal
34 sequence on NetBSD and probably other systems. 169 sequence on NetBSD and probably other systems.
170 - more intelligent property handling with -pe tabbed, works around
171 broken window managers (kwm et al.), saves bandwidth and should
172 help working window managers as well.
173 - made tabs moveable (based on a patch by Petr Machata).
35 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K. 174 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
36 - made tabs moveable (based on a patch by Petr Machata).
37 - support relative paths for RXVT_SOCKET in urxvtd. 175 - support relative paths for RXVT_SOCKET in urxvtd.
176 - the tabbed extension now blindly copies over all (rxvt-) resources
177 from the toplevel window to the children.
38 - better diagnostic on 0x0 window geometries. 178 - better diagnostic on 0x0 window geometries.
39 - update Anyevent API to version 3.4 and above. 179 - update AnyEvent API to version 3.4 and above.
40 - document the default value of :0 for DISPLAY. 180 - document the default value of :0 for DISPLAY.
181 - rename perl method XChangeWindowProperty to XChangeProperty.
41 182
429.02 Tue Jan 29 11:58:36 CET 2008 1839.02 Tue Jan 29 11:58:36 CET 2008
43 - the "exg makes everybody happy" release. 184 - the "exg makes everybody happy" release.
44 - fix build with !xft. 185 - fix build with !xft.
45 - always compile in plain style scrollbar (simplifies code and looks great). 186 - always compile in plain style scrollbar (simplifies code and looks great).
51 - add buffered resource to control xft double-buffering. 192 - add buffered resource to control xft double-buffering.
52 193
539.0 Fri Jan 25 19:34:04 CET 2008 1949.0 Fri Jan 25 19:34:04 CET 2008
54 - fix a crash bug where urxvtd would crash when urxvtc was called 195 - fix a crash bug where urxvtd would crash when urxvtc was called
55 with wrong arguments (I wish debian maintainers in general would 196 with wrong arguments (I wish debian maintainers in general would
56 report bugs and their proposed fixes to the original package maintaienrs 197 report bugs and their proposed fixes to the original package maintainers
57 instead of sitting on them for good measure to see if anybody notices). 198 instead of sitting on them for good measure to see if anybody notices).
58 - drawing xft compose characters was causing garbage to be drawn. 199 - drawing xft compose characters was causing garbage to be drawn.
59 - correctly clear xft character background in all cases. 200 - correctly clear xft character background in all cases.
60 - implement bracketed paste mode (xterm private mode 2004). 201 - implement bracketed paste mode (xterm private mode 2004).
61 - improve documentation on alpha channel handling, make urxvt 202 - improve documentation on alpha channel handling, make urxvt
125 the high performance libev (http://software.schmorp.de/pkg/libev). 266 the high performance libev (http://software.schmorp.de/pkg/libev).
126 - minor tuning to the perl selection (include single words and more quoting chars). 267 - minor tuning to the perl selection (include single words and more quoting chars).
127 - fix memory leak in pixmap code. 268 - fix memory leak in pixmap code.
128 - fix a serious bug while setting the XIM destroy callback 269 - fix a serious bug while setting the XIM destroy callback
129 on (typical) 64 bit systems. 270 on (typical) 64 bit systems.
130 - automove-background functionality re-implemented internaly using :root op in pixmap 271 - automove-background functionality re-implemented internally using :root op in pixmap
131 geometry string. For example: rxvt -pixmap "image.jpg;:root" 272 geometry string. For example: rxvt -pixmap "image.jpg;:root"
132 - do not link rxvtc against every lib on the planet anymore. 273 - do not link rxvtc against every lib on the planet anymore.
133 - parallel builds should work once more. 274 - parallel builds should work once more.
134 275
1358.4 Sat Oct 27 14:02:13 CEST 2007 2768.4 Sat Oct 27 14:02:13 CEST 2007
136 - overhaul of the transparency/pixmap code (sasha). 277 - overhaul of the transparency/pixmap code (sasha).
137 - fix possible race betwen visual bell and poweron. 278 - fix possible race between visual bell and poweron.
138 (reported by Martin von Gagern, gentoo?). 279 (reported by Martin von Gagern, gentoo?).
139 - urxvt -e no longer crashes the child. 280 - urxvt -e no longer crashes the child.
140 - fixed some minor memleaks on incorrect usage or 281 - fixed some minor memleaks on incorrect usage or
141 missing DISPLAY. 282 missing DISPLAY.
142 - implement xterm 1002/1003 mouse tracking modes (exg). 283 - implement xterm 1002/1003 mouse tracking modes (exg).
249 earlier versions only read it if display-resources (usually from 390 earlier versions only read it if display-resources (usually from
250 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 391 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
251 resource used") and seems to be logical behaviour, too. .Xdefaults 392 resource used") and seems to be logical behaviour, too. .Xdefaults
252 resources have a lower priority than display-specific resources. 393 resources have a lower priority than display-specific resources.
253 - add "kuake" perl extension that does a similar thing to the kuake 394 - add "kuake" perl extension that does a similar thing to the kuake
254 terminal emulator (see man urxtvperl). 395 terminal emulator (see man urxvtperl).
255 - use less "correct" color scaling that is compatible with libX11 and 396 - use less "correct" color scaling that is compatible with libX11 and
256 Xft (avoids off-by-one colors resulting in striped backgrounds). 397 Xft (avoids off-by-one colors resulting in striped backgrounds).
257 - the "depth" resource is now respected. 398 - the "depth" resource is now respected.
258 - preset the searchable-scrollback pattern with "(?i)" to default search 399 - preset the searchable-scrollback pattern with "(?i)" to default search
259 to case-insensitivity. Will automatically be cleared when typing an 400 to case-insensitivity. Will automatically be cleared when typing an
300 - modified XIM according to a patch sent by Takano Akio that sets 441 - modified XIM according to a patch sent by Takano Akio that sets
301 the preedit rectangle for OverTheSpot, which helps some input methods 442 the preedit rectangle for OverTheSpot, which helps some input methods
302 to correctly position their preedit window. 443 to correctly position their preedit window.
303 - un-optimise the line clearing on newly scrolled-in lines a bit: the 444 - un-optimise the line clearing on newly scrolled-in lines a bit: the
304 former reasoning was that any fg colour on default bg looks the same 445 former reasoning was that any fg colour on default bg looks the same
305 in empty spaces, but thats not true when reversing (e.g. selection), 446 in empty spaces, but that's not true when reversing (e.g. selection),
306 so also check for matching fg colours. This fixes the problem where 447 so also check for matching fg colours. This fixes the problem where
307 selecting newly scrolled-in lines would exhibit wrong colours. 448 selecting newly scrolled-in lines would exhibit wrong colours.
308 - fix a bug in the perl interface causing focus in events to generate 449 - fix a bug in the perl interface causing focus in events to generate
309 focus out perl events, causing bad focus effects with -pe tabbed. 450 focus out perl events, causing bad focus effects with -pe tabbed.
310 - fix a race resulting in a crash on exiting. 451 - fix a race resulting in a crash on exiting.
3197.6 Fri Feb 10 08:52:36 CET 2006 4607.6 Fri Feb 10 08:52:36 CET 2006
320 - changed interpretation of [alpha] colour prefix. 461 - changed interpretation of [alpha] colour prefix.
321 - +option now really sets the option to default, instead of using the 462 - +option now really sets the option to default, instead of using the
322 resource value. 463 resource value.
323 - options that require an argument now really _require_ an argument. 464 - options that require an argument now really _require_ an argument.
324 - the tabbed extension now forwards focus and keys events to th 465 - the tabbed extension now forwards focus and key events to the
325 relevant tab window. 466 relevant tab window.
326 - tab colours are now configurable and have sensible defaults 467 - tab colours are now configurable and have sensible defaults
327 (initial patch by hednod). 468 (initial patch by hednod).
328 - option menu is extendable, readline, selection and 469 - option menu is extendable, readline, selection and
329 selection-autotransform can now be disabled/enabled at runtime. 470 selection-autotransform can now be disabled/enabled at runtime.
469 being interpreted in the locale urxvt was started. 610 being interpreted in the locale urxvt was started.
470 - implemented override-redirect option and enabled it on menus, 611 - implemented override-redirect option and enabled it on menus,
471 as kwin puts our windows behind the terminal (what a shoddy wm). 612 as kwin puts our windows behind the terminal (what a shoddy wm).
472 - fixed struct utmp check in configure for OpenBSD. 613 - fixed struct utmp check in configure for OpenBSD.
473 - complete overhaul of the pty/utmp management stuff and configure 614 - complete overhaul of the pty/utmp management stuff and configure
474 (Emanuele Giaquinta). 615 (Emanuele Giaquinta=exg).
475 - add tsl/fsl and related capabilities to the terminfo description, 616 - add tsl/fsl and related capabilities to the terminfo description,
476 to set the window title. 617 to set the window title.
477 - swap the environment in some more cases. This hopefully fixes 618 - swap the environment in some more cases. This hopefully fixes
478 some segfaults that might be caused by xft asking for env variables 619 some segfaults that might be caused by xft asking for env variables
479 at the wrong time. 620 at the wrong time.
690 - added doc/embed-tk, an embedding example in Perl/Tk, 831 - added doc/embed-tk, an embedding example in Perl/Tk,
691 and doc/rxvt-tabbed, a primitive tabbed shell implemented 832 and doc/rxvt-tabbed, a primitive tabbed shell implemented
692 in Perl/Gtk2. 833 in Perl/Gtk2.
693 - fix assertion failure ("crash") on mousewheel-scrolling 834 - fix assertion failure ("crash") on mousewheel-scrolling
694 when the terminal height is small, by removing the assert. 835 when the terminal height is small, by removing the assert.
695 (reported by Mikael Magnusson). 836 (reported by Mikael Magnusson=Mikachu).
696 - SYNCCVS. backported bugfixes done to rxvt 837 - SYNCCVS. backported bugfixes done to rxvt
697 (sourceforge bugs #1028739, #1028732), except for 838 (sourceforge bugs #1028739, #1028732), except for
698 pts/%s fix as it seems to collide with freebsd, 839 pts/%s fix as it seems to collide with freebsd,
699 and sourceforge bug #954654, which is not neccessary. 840 and sourceforge bug #954654, which is not neccessary.
700 - change terminfo file to not clobber G1 when using 841 - change terminfo file to not clobber G1 when using

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines