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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1046 by sf-exg, Wed Nov 2 21:20:12 2011 UTC vs.
Revision 1.1076 by root, Wed Jan 25 14:33:42 2012 UTC

17WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
18DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt 19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
20TODO: perl-shell-window? perl-unix-socket? 20TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon? 21TODO: command line editing when icanon?
22
23TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? 22TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?
23
24 - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]),
25 as diagnosed by clang.
26 - fix height mismatch between active and inactive cursor when
27 lineSpace is non zero (patch by Stanislav Seletskiy).
28
299.15 Sat Jan 21 13:36:56 CET 2012
30 - remove "using namespace std" because clang erroneously
31 thinks thats an error.
32 - finding a matching font (e.g. bold version of the base font)
33 was broken (reported by Eamon Walker).
34 - fix parsing of bg image styles. They really work now.
35 - fix blurring of bg image borders when using xrender.
36 - fix xrender blur on common xrender implementations that do
37 not behave correctly when the same pixmap is used as source
38 and destination in composite operations.
39 - fix regression that caused tabbed to compute the wrong size
40 for tabs.
41 - allow again an empty suffix in a keysym list spec (patch by
42 Sung Pae).
43 - unsupported support for sun studio's CC added.
44 - fix -C option on solaris.
45
469.14 Wed Dec 21 18:40:33 CET 2011
47 - INCOMPATIBLE CHANGE: the urxvtd default socket path is now
48 $HOME/.urxvt/urxvtd-<nodename>.
49 - INCOMPATIBLE CHANGE: the "list" keysym expansion now requires
50 loading of the "keysym-list" perl extension.
24 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image 51 - INCOMPATIBLE CHANGE: A scale value of 0 in the bg image
25 geometry no longer enables tiling, so as to make it possible 52 geometry no longer enables tiling, so as to make it possible
26 to disable both scaling and tiling. 53 to disable both scaling and tiling.
27 - overhaul of the bg image operations. The old operations have 54 - overhaul of the bg image operations. The old operations have
28 been removed in favour of simple composable operations and 55 been deprecated in favour of elementary operations and
29 styles built on top of the new operations and scale/position 56 styles built on top of the new operations and scale/position
30 settings. Old operations are still parsed for backward 57 settings. (Emanuele Giaquinta).
31 compatibility (Emanuele Giaquinta). 58 - support for libafterimage is deprecated and will be removed
59 in the next release.
32 - fix a crash caused by selection_check not properly resetting 60 - fix a crash caused by selection_check not properly resetting
33 out-of-bounds mark values (can happen when extending a selection 61 out-of-bounds mark values (can happen when extending a selection
34 while scrolling up in curses programs for example). 62 while scrolling up in curses programs for example).
35 - do not move the selection when scrolling up and the selection is 63 - do not move the selection when scrolling up and the selection is
36 outside the scrolling region (Emanuele Giaquinta). 64 outside the scrolling region (Emanuele Giaquinta).
37 - fix display of bold bright black (reported by Ben Winslow). 65 - fix display of bold bright black (reported by Ben Winslow).
38 - fix memory leak when urgentOnBell is set (patch by Nathaniel 66 - fix memory leak when urgentOnBell is set (patch by Nathaniel
39 Filardo). 67 Filardo).
40 - fix a redraw bug that occurs when a bg pixmap is set and the 68 - fix a redraw bug that occurs when a bg pixmap is set and the
41 wm does not honour the size hints set by urxvt. Now urxvt 69 wm does not honour the size hints set by urxvt. Now urxvt
42 forces the size of the terminal window to be a multiple of 70 forces the size of the terminal window to be a multiple of
43 the cell size. 71 the cell size.
44 - sanitise the argument of SD / SU sequences. Fixes a possible 72 - sanitise the argument of SD / SU sequences. Fixes a possible
45 crash when the argument is big enough, red hat bug #711137 73 crash when the argument is big enough, red hat bug #711137
46 (Emanuele Giaquinta). 74 (Emanuele Giaquinta).
47 - correctly split long lines when scrolling. 75 - correctly split long lines when scrolling.
48 - Fix compilation on systems with bsd style utmp and no utmpx, 76 - urxvt now looks for perl extensions also in $HOME/.urxvt/ext.
49 such as openbsd. 77 - add bell-command perl extension to execute a command when a
78 bell event occurs (Ryan Kavanagh).
79 - add set_urgency perl binding to set/reset the urgency hint.
50 - consume button release event in matcher (exg). 80 - consume button release event in matcher (exg).
51 - keyboard accessible list of recent matches in matcher 81 - keyboard accessible list of recent matches in matcher
52 (Bob Farrell). 82 (Bob Farrell).
53 - properly process 'keysym' sequences in tabbed when using 83 - properly process 'keysym' sequences in tabbed when using
54 'focus follows mouse' and the focus is on the main window 84 'focus follows mouse' and the focus is on the main window
55 but not on the active terminal window (patch by Martin 85 but not on the active terminal window (patch by Martin
56 Pohlack). 86 Pohlack).
87 - support for the freedesktop startup-notification protocol (patch by
88 Michael Stapelberg).
89 - the direction of VPR and VPB commands was reversed.
90 - fix alignment of inherited root pixmap when it is a different size
91 than the root window and the terminal window is off the left or top
92 edge (Mikachu).
93 - make $self visible in "eval perl expression" popup action, also
94 handle exceptions better.
95 - fix parsing of '-e' when it occurs as an option argument, such as in
96 'urxvt -title -e' (Emanuele Giaquinta).
57 97
589.12 Wed Jun 29 14:34:28 CEST 2011 989.12 Wed Jun 29 14:34:28 CEST 2011
59 - fix regression in processing of SelectionNotify events. 99 - fix regression in processing of SelectionNotify events.
60 urxvt would fail to request a selection if the owner did not 100 urxvt would fail to request a selection if the owner did not
61 support the UTF8_STRING target. 101 support the UTF8_STRING target.
62 - fix rendering of double width chars in certain circumstances, more 102 - fix rendering of double width chars in certain circumstances, more
63 likely to happen if urxvt is compiled with 256 colors support as 103 likely to happen if urxvt is compiled with 256 colors support as
64 urxvt runs out of fonts much earlier then. Fixes gentoo bug #358151 104 urxvt runs out of fonts much earlier then. Fixes gentoo bug #358151
65 (Emanuele Giaquinta). 105 (Emanuele Giaquinta).
66 - restore support for 'list' syntax in keysym resources (requested by Sung Pae). 106 - restore support for 'list' syntax in keysym resources (requested by Sung Pae).
67 - always premultiply colour values - while this increases differences between 107 - always premultiply colour values - while this increases differences between
68 core fonts and xft, it is "more correct" in practical situations. 108 core fonts and xft, it is "more correct" in practical situations.
69 - disable PTYTTY_REENTRANT option - not needed for urxvt and saves a bit of code. 109 - disable PTYTTY_REENTRANT option - not needed for urxvt and saves a bit of code.
70 - remove lucidatypewriter from the list of fallback fonts, it was the only 110 - remove lucidatypewriter from the list of fallback fonts, it was the only
71 non-xft non-cellfont in the list anyway. 111 non-xft non-cellfont in the list anyway.
72 112
739.11 Mon May 2 10:34:46 CEST 2011 1139.11 Mon May 2 10:34:46 CEST 2011
74 - fix compilation on GNU/Hurd, debian bug #624736. 114 - fix compilation on GNU/Hurd, debian bug #624736.
75 - remove 'list' syntax for keysym resources, as it serves no useful purpose. 115 - remove 'list' syntax for keysym resources, as it serves no useful purpose.
76 If you need it, poke us and provide a use case. 116 If you need it, poke us and provide a use case.
77 - fix alpha channel support. Premultiply alpha in colours if the visual 117 - fix alpha channel support. Premultiply alpha in colours if the visual
78 supports an alpha channel, as xrender expects premultiplied alpha 118 supports an alpha channel, as xrender expects premultiplied alpha
79 (Emanuele Giaquinta). 119 (Emanuele Giaquinta).
80 - fix reply to a selection request sent by an obsolete client 120 - fix reply to a selection request sent by an obsolete client
81 such as syncterm (patch by Marcin Cieslak). 121 such as syncterm (patch by Marcin Cieslak).
82 - fix crash when the window is resized and the overlay is active 122 - fix crash when the window is resized and the overlay is active
83 (Emanuele Giaquinta, reported by Ryan Kavanagh). 123 (Emanuele Giaquinta, reported by Ryan Kavanagh).
84 - match character-wise rather than byte-wise in selection 124 - match character-wise rather than byte-wise in selection
85 extension again. perl 5.8.9+ is required to avoid extreme 125 extension again. perl 5.8.9+ is required to avoid extreme
86 slowdowns. Fixes debian bugs #523072, #616463. 126 slowdowns. Fixes debian bugs #523072, #616463.
87 - fix a possible crash if the INCR transfer process for a 127 - fix a possible crash if the INCR transfer process for a
88 selection property timeouts and at least one chunk is 128 selection property timeouts and at least one chunk is
89 received. (Emanuele Giaquinta) 129 received. (Emanuele Giaquinta)
90 - work around a memory corruption bug in xorg's XrmSetDatabase (apparently 130 - work around a memory corruption bug in xorg's XrmSetDatabase (apparently
91 broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html). 131 broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html).
92 - fix memory corruption bug when custom command sequences bound to keys 132 - fix memory corruption bug when custom command sequences bound to keys
93 were injected into an already-full pty input buffer. 133 were injected into an already-full pty input buffer.
94 - gdk-pixbuf is autodetected by default and preferred over libafterimage. 134 - gdk-pixbuf is autodetected by default and preferred over libafterimage.
95 - do not prepend a newline to the selection text when the starting line 135 - do not prepend a newline to the selection text when the starting line
96 of the selection is not highlighted (Emanuele Giaquinta). 136 of the selection is not highlighted (Emanuele Giaquinta).
97 - don't swap perl env with real env, save and restore it, just in case 137 - don't swap perl env with real env, save and restore it, just in case
98 we ever get recursive perl invocations. also saves a bit of codespace 138 we ever get recursive perl invocations. also saves a bit of codespace
99 with gcc. 139 with gcc.
100 - fix various memory leaks (Emanuele Giaquinta). 140 - fix various memory leaks (Emanuele Giaquinta).
101 - fix typo in kIC terminfo capability, debian bug #446444. 141 - fix typo in kIC terminfo capability, debian bug #446444.
102 - document 'thickness' resource. 142 - document 'thickness' resource.
103 - fix debian bug #504817, to the extent possible. 143 - fix debian bug #504817, to the extent possible.
104 - try to detect byte order at compile time, saves a couple of 144 - try to detect byte order at compile time, saves a couple of
105 hundred bytes, if your compiler is smart enough. 145 hundred bytes, if your compiler is smart enough.
106 - add support for previewing the pasted data in confirm-paste 146 - add support for previewing the pasted data in confirm-paste
107 (Emanuele Giaquinta). 147 (Emanuele Giaquinta).
108 - added "newlines to spaces" option in selection-popup. 148 - added "newlines to spaces" option in selection-popup.
109 - actually enabled solaris event ports backend (was disabled by accident). 149 - actually enabled solaris event ports backend (was disabled by accident).
110 - revert to 38400 baud max., mission accomplished. 150 - revert to 38400 baud max., mission accomplished.
111 - no longer create scary "pty_fill: PLEASE REPORT" message, instead, 151 - no longer create scary "pty_fill: PLEASE REPORT" message, instead,
112 silently drain the input (problem is well understood now). 152 silently drain the input (problem is well understood now).
113 - no longer swallow rob nation's own graphics mode commands. 153 - no longer swallow rob nation's own graphics mode commands.
114 154
1159.10 Mon Dec 13 17:43:52 CET 2010 1559.10 Mon Dec 13 17:43:52 CET 2010
116 - the "schmorp=north korea dickey=south korea" release. 156 - the "schmorp=north korea dickey=south korea" release.
117 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct 157 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct
118 (Emanuele Giaquinta). 158 (Emanuele Giaquinta).
119 - if options were compiled out, this could lead to the option 159 - if options were compiled out, this could lead to the option
120 count to be defined wrongly. This is likely behind the 160 count to be defined wrongly. This is likely behind the
121 failures with gcc 4.5. 161 failures with gcc 4.5.
122 - explicitly depend on fontconfig and xrender when xft support 162 - explicitly depend on fontconfig and xrender when xft support
123 is enabled. Although the public Xft api uses types from 163 is enabled. Although the public Xft api uses types from
124 both, in Xft 2.2.0 these libs are private 164 both, in Xft 2.2.0 these libs are private
125 dependencies only thanks to an idiotic behaviour of 165 dependencies only thanks to an idiotic behaviour of
126 pkg-config that was added to workaround cases like this one. 166 pkg-config that was added to workaround cases like this one.
127 Fixes linking when using GNU ld with --as-needed or GNU gold 167 Fixes linking when using GNU ld with --as-needed or GNU gold
128 (based on patch by Jan Palus). 168 (based on patch by Jan Palus).
129 - fix minor memory leaks in urxvt and urxvtd. 169 - fix minor memory leaks in urxvt and urxvtd.
130 - fix regression in urxvtd that prevented options from being correctly 170 - fix regression in urxvtd that prevented options from being correctly
131 set (reported by Michal Vaner). 171 set (reported by Michal Vaner).
132 - implement xterm's horribly broken 1005 mouse reporting mode, 172 - implement xterm's horribly broken 1005 mouse reporting mode,
133 and an alternative 1015 mode that works in non-utf-8 locales 173 and an alternative 1015 mode that works in non-utf-8 locales
134 and has fewer limitations. 174 and has fewer limitations.
135 - fix a possible bug where mouse notifications didn't work after 175 - fix a possible bug where mouse notifications didn't work after
136 startup for the upper left corner. 176 startup for the upper left corner.
137 - implement our own pixbuf to pixmap rendering to get rid of 177 - implement our own pixbuf to pixmap rendering to get rid of
138 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals 178 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals
139 are supported (Emanuele Giaquinta). 179 are supported (Emanuele Giaquinta).
140 - apply tinting before shading when both operations are requested. 180 - apply tinting before shading when both operations are requested.
141 Previously they were intermixed when lightening and the result 181 Previously they were intermixed when lightening and the result
142 was inaccurate and confusing. Note that now a black tint yields a 182 was inaccurate and confusing. Note that now a black tint yields a
143 completely black image, regardless of shading (Emanuele Giaquinta). 183 completely black image, regardless of shading (Emanuele Giaquinta).
144 - avoid spurious redraws of the bg image when bg is transparent or 184 - avoid spurious redraws of the bg image when bg is transparent or
145 when using 'root' mode (Emanuele Giaquinta). 185 when using 'root' mode (Emanuele Giaquinta).
146 - fix build on XFree86. 186 - fix build on XFree86.
147 - dynamically number options according to compiletime requirements. 187 - dynamically number options according to compiletime requirements.
148 For the extra saved byte. Or so. Yay. 188 For the extra saved byte. Or so. Yay.
149 - start options at one, not zero. Wastes a bit per terminal. Maybe. 189 - start options at one, not zero. Wastes a bit per terminal. Maybe.
150 saves 50 instruction bytes. Possibly. 190 saves 50 instruction bytes. Possibly.
151 191
1529.09 Sat Nov 13 01:39:07 CET 2010 1929.09 Sat Nov 13 01:39:07 CET 2010
153 - NOTICE: this release updates terminfo/termcap. 193 - NOTICE: this release updates terminfo/termcap.
154 - the bestest release ever. 194 - the bestest release ever.
155 - it was verified that urxvt handles µ and μ correctly. 195 - it was verified that urxvt handles µ and μ correctly.
156 - add support for blending and blurring with XRender (Emanuele Giaquinta). 196 - add support for blending and blurring with XRender (Emanuele Giaquinta).
157 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta). 197 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
158 - cleanup and minor fixes of the image code (Emanuele Giaquinta). 198 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
159 - new perl extension "confirm-paste" (Emanuele Giaquinta). 199 - new perl extension "confirm-paste" (Emanuele Giaquinta).
160 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta). 200 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
163 (Emanuele Giaquinta). 203 (Emanuele Giaquinta).
164 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten). 204 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
165 - fix utmpx detection on upcoming FreeBSD 9. 205 - fix utmpx detection on upcoming FreeBSD 9.
166 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it 206 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
167 is not fully convertible to STRING (patch by James Cloos). 207 is not fully convertible to STRING (patch by James Cloos).
168 - fix a buffer overflow that would cause wrong key sequences to 208 - fix a buffer overflow that would cause wrong key sequences to
169 be generated for numpad keys (introduced in 9.05). 209 be generated for numpad keys (introduced in 9.05).
170 - fix definition of sgr0 to work around limitations in luit. 210 - fix definition of sgr0 to work around limitations in luit.
171 - extend ISO 14755 5.4 mode to also print the font name of the 211 - extend ISO 14755 5.4 mode to also print the font name of the
172 characters other than first one in the selected cell 212 characters other than first one in the selected cell
173 (Emanuele Giaquinta). 213 (Emanuele Giaquinta).
174 - new iso14755 option to disable ISO 14755 at runtime 214 - new iso14755 option to disable ISO 14755 at runtime
175 (Emanuele Giaquinta). 215 (Emanuele Giaquinta).
176 - make sure pagewise scrolling scrolls at least one line 216 - make sure pagewise scrolling scrolls at least one line
177 (found by Mikachu). 217 (found by Mikachu).
178 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to 218 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
179 highlightColor / highlightTextColor (Emanuele Giaquinta). 219 highlightColor / highlightTextColor (Emanuele Giaquinta).
180 - add highlightTextColor resource to change the foreground colour of 220 - add highlightTextColor resource to change the foreground colour of
181 highlighted characters (Emanuele Giaquinta). 221 highlighted characters (Emanuele Giaquinta).
182 - make highlightColor apply also to selected cells with reverse video 222 - make highlightColor apply also to selected cells with reverse video
183 but not to non selected cells with reverse video (Emanuele Giaquinta). 223 but not to non selected cells with reverse video (Emanuele Giaquinta).
184 - remove colorRV resource (it was enabled only with frills off). 224 - remove colorRV resource (it was enabled only with frills off).
185 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta). 225 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
186 - reduce the number of custom bits to 4, to make room 226 - reduce the number of custom bits to 4, to make room
187 for 256 colours. 227 for 256 colours.
188 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann). 228 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
189 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode. 229 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
190 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all 230 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
191 88*88 possible pairs. 231 88*88 possible pairs.
192 - actually added macosx-clipboard-native, which should have been in 232 - actually added macosx-clipboard-native, which should have been in
193 the 9.07 release but had been forgotten. 233 the 9.07 release but had been forgotten.
194 - fix hang if DECAWM is not set and there are not enough columns to insert a 234 - fix hang if DECAWM is not set and there are not enough columns to insert a
195 character (Emanuele Giaquinta). 235 character (Emanuele Giaquinta).
196 - cub1 ("backspace") will now respect wrapping when past the rightmost column, 236 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
197 working around a shortcoming of most tty line discipline's line editing. 237 working around a shortcoming of most tty line discipline's line editing.
198 - add support for grabbing the clipboard selection and extend 238 - add support for grabbing the clipboard selection and extend
199 selection{_clear,_grab,} perl bindings to optionally work 239 selection{_clear,_grab,} perl bindings to optionally work
200 on the clipboard selection (based on patch by Dana Jansens). 240 on the clipboard selection (based on patch by Dana Jansens).
201 - no longer force CERASE to BACKSPACE - use the system default. affects 241 - no longer force CERASE to BACKSPACE - use the system default. affects
202 default value for VERASE only when no compatible setting for 242 default value for VERASE only when no compatible setting for
203 backspacekey was given. 243 backspacekey was given.
204 - use higher than 38400 baudrate setting, if detected. 244 - use higher than 38400 baudrate setting, if detected.
205 - erase screen would clear to the wrong background when blinking 245 - erase screen would clear to the wrong background when blinking
206 was enabled (which selects high intensity under some circumstances). 246 was enabled (which selects high intensity under some circumstances).
207 - scr_kill_char didn't touch the line. 247 - scr_kill_char didn't touch the line.
208 - upgrade and port to libev-4.01. 248 - upgrade and port to libev-4.01.
209 - enabled solaris event ports and kqueue backends (if available). 249 - enabled solaris event ports and kqueue backends (if available).
210 250
2119.07 Wed Dec 30 07:07:18 CET 2009 2519.07 Wed Dec 30 07:07:18 CET 2009
212 - port to glibc-2.10 changes (strchr etc. returning const char * 252 - port to glibc-2.10 changes (strchr etc. returning const char *
213 in C++), based on patches by Milos Jakubicek and Oliver Mader. 253 in C++), based on patches by Milos Jakubicek and Oliver Mader.
214 - the binary search algorithm to find precomposed characters 254 - the binary search algorithm to find precomposed characters
215 was faulty, skipping some possible combinations (found by 255 was faulty, skipping some possible combinations (found by
216 Mikachu). 256 Mikachu).
217 - new -letterspace option, patch by Mark H. Wilkinson. 257 - new -letterspace option, patch by Mark H. Wilkinson.
218 - enable --mlock option for urxvt with frills on 258 - enable --mlock option for urxvt with frills on
219 systems supporting it (patch by Russell Harmon). 259 systems supporting it (patch by Russell Harmon).
220 - urxvt did not compile without frills enabled 260 - urxvt did not compile without frills enabled
221 (analysed by Matthew Rosewarne). 261 (analysed by Matthew Rosewarne).
222 - correctly reset the mbstate after an illegal 262 - correctly reset the mbstate after an illegal
223 input sequence when handling terminal output (Emanuele Giaquinta). 263 input sequence when handling terminal output (Emanuele Giaquinta).
224 - avoid redrawing wide characters with combining enabled on every 264 - avoid redrawing wide characters with combining enabled on every
225 refresh (reported by Mikachu). 265 refresh (reported by Mikachu).
226 - fix a typo preventing the ISO-646.1991 character set from being 266 - fix a typo preventing the ISO-646.1991 character set from being
227 recognized (http://achurch.org/patch-pile/). 267 recognized (http://achurch.org/patch-pile/).
228 - better warning for x11 font encoding detection failures, also, 268 - better warning for x11 font encoding detection failures, also,
229 try to deduce encoding from both font properties and name 269 try to deduce encoding from both font properties and name
230 (adapted from http://achurch.org/patch-pile/). 270 (adapted from http://achurch.org/patch-pile/).
231 - resizing the window with the scrollbar disabled via the escapes 271 - resizing the window with the scrollbar disabled via the escapes
232 sequence could make the window bigger again (Mikachu). 272 sequence could make the window bigger again (Mikachu).
233 - make sure the alignment for fd passing control messages 273 - make sure the alignment for fd passing control messages
234 is correct and work around some NetBSD issues (Taylor R Campbell). 274 is correct and work around some NetBSD issues (Taylor R Campbell).
235 - update to libptytty 1.3. 275 - update to libptytty 1.3.
236 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move 276 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
237 the old version to macosx-clipboard-native. 277 the old version to macosx-clipboard-native.
238 - document the -uc option (Emanuele Giaquinta). 278 - document the -uc option (Emanuele Giaquinta).
239 - assertions in libev are now enabled depending on frills. 279 - assertions in libev are now enabled depending on frills.
240 - update AnyEvent implementation to version 5.23 API. 280 - update AnyEvent implementation to version 5.23 API.
241 - work around arrogant bsd idiocies again: netbsd spills the default 281 - work around arrogant bsd idiocies again: netbsd spills the default
242 namespace with lots of symbols "for gnu/gcc compatibility" even 282 namespace with lots of symbols "for gnu/gcc compatibility" even
243 though neither of them does it, and then calls the rest of the world 283 though neither of them does it, and then calls the rest of the world
244 in need of fixing. go figure. 284 in need of fixing. go figure.
245 - on_keyboard_command is on_user_command (patch by Michael Witten). 285 - on_keyboard_command is on_user_command (patch by Michael Witten).
246 - setting the selection from perl will now reset the selection screen 286 - setting the selection from perl will now reset the selection screen
247 to the current screen. the screen can be manipulated using 287 to the current screen. the screen can be manipulated using
248 the new ->selection_screen method. 288 the new ->selection_screen method.
249 - implement --enable-assert configure option and get rid of DEBUG_STRICT 289 - implement --enable-assert configure option and get rid of DEBUG_STRICT
250 (based on patch by Emanuele Giaquinta). 290 (based on patch by Emanuele Giaquinta).
251 - fix printpipe data output (patch by Emanuele Giaquinta). 291 - fix printpipe data output (patch by Emanuele Giaquinta).
252 - allow `xxx' quoting style for perl selection. 292 - allow `xxx' quoting style for perl selection.
253 - upgrade to libev-3.9 prerelease. 293 - upgrade to libev-3.9 prerelease.
254 - updated compose tables to unicode 5.2.0. 294 - updated compose tables to unicode 5.2.0.
255 295
2569.06 Sat Nov 8 17:47:18 CET 2008 2969.06 Sat Nov 8 17:47:18 CET 2008
257 - NOTICE: this release updates terminfo/termcap. 297 - NOTICE: this release updates terminfo/termcap.
258 - updates libev to 3.48. 298 - updates libev to 3.48.
259 - the aterm code now frees the as visual and image manager objects 299 - the aterm code now frees the as visual and image manager objects
260 when a window was closed. 300 when a window was closed.
261 - do not (wrongly) adjust the virtual line length inside 301 - do not (wrongly) adjust the virtual line length inside
262 scr_insdel_chars/ERASE (Miroslav Lichvar). 302 scr_insdel_chars/ERASE (Miroslav Lichvar).
263 - fix an issue where wide tab characters caused character shifts 303 - fix an issue where wide tab characters caused character shifts
264 when part of them was deleted (tracked down by Miroslav Lichvar). 304 when part of them was deleted (tracked down by Miroslav Lichvar).
265 - artificially enlargen the previous character at the end of a line 305 - artificially enlargen the previous character at the end of a line
266 when trying to output a character that doesn't fit. looks ugly, but 306 when trying to output a character that doesn't fit. looks ugly, but
267 makes copy&paste work. 307 makes copy&paste work.
268 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they 308 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
269 no longer apply. 309 no longer apply.
270 - the urgency hint is now cleared on both focus in and focus out. 310 - the urgency hint is now cleared on both focus in and focus out.
271 - cache urgency hint locally to avoid server rtt on every focus change. 311 - cache urgency hint locally to avoid server rtt on every focus change.
272 - perl 5.10 needs PERL_SYS_INIT3 on hppa. 312 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
273 - ignore byte-order marks and do not treat them like combining characters. 313 - ignore byte-order marks and do not treat them like combining characters.
274 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta). 314 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
275 - do some µ-optimisations to the character fast path. 315 - do some µ-optimisations to the character fast path.
276 - use a less cunning, but more robust algorithm to avoid one terminal 316 - use a less cunning, but more robust algorithm to avoid one terminal
277 monopolising the whole process by outputting a lot of text. 317 monopolising the whole process by outputting a lot of text.
278 - try to work around linux first breaking sched_yield and now breaking 318 - try to work around linux first breaking sched_yield and now breaking
279 the only known workaround. 319 the only known workaround.
280 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). 320 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
281 - initialise the as visual only on demand, instead of unconditionally, 321 - initialise the as visual only on demand, instead of unconditionally,
282 to save memory in the common case of not using visual gimmicks. 322 to save memory in the common case of not using visual gimmicks.
283 - try to work around bugs in a few wm's that erroneously resize 323 - try to work around bugs in a few wm's that erroneously resize
284 client windows on hint property updates by temporarily 324 client windows on hint property updates by temporarily
285 disabling size hints. 325 disabling size hints.
286 - implement the DECSTR soft reset sequence and use it for tput init, 326 - implement the DECSTR soft reset sequence and use it for tput init,
287 and make hard RIS and DECSTR both reset more private modes, such 327 and make hard RIS and DECSTR both reset more private modes, such
288 as mouse reporting. 328 as mouse reporting.
289 - redundantly clear mouse reporting and a few other states in 329 - redundantly clear mouse reporting and a few other states in
290 tput init/tput reset, for older urxvts. 330 tput init/tput reset, for older urxvts.
291 - partial/full clear screens did cause flickering and possibly pixel 331 - partial/full clear screens did cause flickering and possibly pixel
292 droppings when urxvt viewed the scrollback buffer. 332 droppings when urxvt viewed the scrollback buffer.
293 - use current rendition style in DCH sequence. 333 - use current rendition style in DCH sequence.
294 - the 132/80 mode switch no longer forces a screen reset. 334 - the 132/80 mode switch no longer forces a screen reset.
295 - add an osc sequence to change the border colour (Emanuele Giaquinta). 335 - add an osc sequence to change the border colour (Emanuele Giaquinta).
296 - new perl extension "overlay-osc", for status displays and the like. 336 - new perl extension "overlay-osc", for status displays and the like.
297 - fix some minor cursor drawing issues with overlays by allowing 337 - fix some minor cursor drawing issues with overlays by allowing
298 overlays to modify screen flags (to disable the cursor themselves). 338 overlays to modify screen flags (to disable the cursor themselves).
299 - work around programs not restoring rstyle before rmcup 339 - work around programs not restoring rstyle before rmcup
300 (analysed by Miroslav Lichvar). 340 (analysed by Miroslav Lichvar).
301 341
3029.05 Sun Jun 15 20:09:20 CEST 2008 3429.05 Sun Jun 15 20:09:20 CEST 2008
303 - new option --cd/chdir to set the starting working directory. 343 - new option --cd/chdir to set the starting working directory.
304 - tabbed extension now starts in the "correct" working directory. 344 - tabbed extension now starts in the "correct" working directory.
305 - work around fedora 9 providing isastream but not the relevant 345 - work around fedora 9 providing isastream but not the relevant
306 header file for it (report by Tuncer Ayaz). 346 header file for it (report by Tuncer Ayaz).
307 - upgrade libev, fixing a bug in the select backend. 347 - upgrade libev, fixing a bug in the select backend.
308 with more than 31 file descriptors on non-linux 64 bit systems. 348 with more than 31 file descriptors on non-linux 64 bit systems.
309 - correctly reset the multibyte state to the initial one 349 - correctly reset the multibyte state to the initial one
310 after EILSEQ (patch by Neil Booth). This fixes the 350 after EILSEQ (patch by Neil Booth). This fixes the
311 issue of rxvt-unicode not properly displaying text after an illegal 351 issue of rxvt-unicode not properly displaying text after an illegal
312 sequence on NetBSD and probably other systems. 352 sequence on NetBSD and probably other systems.
313 - more intelligent property handling with -pe tabbed, works around 353 - more intelligent property handling with -pe tabbed, works around
314 broken window managers (kwm et al.), saves bandwidth and should 354 broken window managers (kwm et al.), saves bandwidth and should
315 help working window managers as well. 355 help working window managers as well.
316 - made tabs moveable (based on a patch by Petr Machata). 356 - made tabs moveable (based on a patch by Petr Machata).
317 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K. 357 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
318 - support relative paths for RXVT_SOCKET in urxvtd. 358 - support relative paths for RXVT_SOCKET in urxvtd.
319 - the tabbed extension now blindly copies over all (rxvt-) resources 359 - the tabbed extension now blindly copies over all (rxvt-) resources
320 from the toplevel window to the children. 360 from the toplevel window to the children.
321 - better diagnostic on 0x0 window geometries. 361 - better diagnostic on 0x0 window geometries.
322 - update AnyEvent API to version 3.4 and above. 362 - update AnyEvent API to version 3.4 and above.
323 - document the default value of :0 for DISPLAY. 363 - document the default value of :0 for DISPLAY.
324 - rename perl method XChangeWindowProperty to XChangeProperty. 364 - rename perl method XChangeWindowProperty to XChangeProperty.
325 365
3269.02 Tue Jan 29 11:58:36 CET 2008 3669.02 Tue Jan 29 11:58:36 CET 2008
327 - the "exg makes everybody happy" release. 367 - the "exg makes everybody happy" release.
328 - fix build with !xft. 368 - fix build with !xft.
329 - always compile in plain style scrollbar (simplifies code and looks great). 369 - always compile in plain style scrollbar (simplifies code and looks great).
330 370
3319.01 Sat Jan 26 20:49:27 CET 2008 3719.01 Sat Jan 26 20:49:27 CET 2008
332 - be more aggressive about handling X events, this seems to be required 372 - be more aggressive about handling X events, this seems to be required
333 with newer xlibs (should fix the "screen stays black until event is 373 with newer xlibs (should fix the "screen stays black until event is
334 received" problem, again :) 374 received" problem, again :)
335 - add buffered resource to control xft double-buffering. 375 - add buffered resource to control xft double-buffering.
336 376
3379.0 Fri Jan 25 19:34:04 CET 2008 3779.0 Fri Jan 25 19:34:04 CET 2008
338 - fix a crash bug where urxvtd would crash when urxvtc was called 378 - fix a crash bug where urxvtd would crash when urxvtc was called
339 with wrong arguments (I wish debian maintainers in general would 379 with wrong arguments (I wish debian maintainers in general would
340 report bugs and their proposed fixes to the original package maintainers 380 report bugs and their proposed fixes to the original package maintainers
341 instead of sitting on them for good measure to see if anybody notices). 381 instead of sitting on them for good measure to see if anybody notices).
342 - drawing xft compose characters was causing garbage to be drawn. 382 - drawing xft compose characters was causing garbage to be drawn.
343 - correctly clear xft character background in all cases. 383 - correctly clear xft character background in all cases.
344 - implement bracketed paste mode (xterm private mode 2004). 384 - implement bracketed paste mode (xterm private mode 2004).
345 - improve documentation on alpha channel handling, make urxvt 385 - improve documentation on alpha channel handling, make urxvt
346 work better on servers lacking the RENDER extension when alpha 386 work better on servers lacking the RENDER extension when alpha
347 channels or background images are used. 387 channels or background images are used.
348 - check for refresh after initialising to avoid staying blank 388 - check for refresh after initialising to avoid staying blank
349 till the first event arrives. or so. 389 till the first event arrives. or so.
350 - the FORCE_UNBUFFERED_XFT feature macro works again. 390 - the FORCE_UNBUFFERED_XFT feature macro works again.
351 - continuously update transparency while moving/resizing now. 391 - continuously update transparency while moving/resizing now.
352 - OSC 39/49 are deprecated and aliased to OSC 10/11. 392 - OSC 39/49 are deprecated and aliased to OSC 10/11.
353 - cub1 now acts as advertised (and ignores the "wrapped" state). 393 - cub1 now acts as advertised (and ignores the "wrapped" state).
354 - the 132/80 mode switch now forces a height of 24, too, and 394 - the 132/80 mode switch now forces a height of 24, too, and
355 resets the terminal. 395 resets the terminal.
356 - scrollbar code cleanups. 396 - scrollbar code cleanups.
357 - stopping children is no longer confused with children exiting. 397 - stopping children is no longer confused with children exiting.
358 - removed (undocumented) #aarrggbb format. 398 - removed (undocumented) #aarrggbb format.
359 - updated to libev 3.0. 399 - updated to libev 3.0.
360 400
3618.9 Mon Dec 24 07:51:40 CET 2007 4018.9 Mon Dec 24 07:51:40 CET 2007
362 - fix the issue where urxvtd would not immediately close a window 402 - fix the issue where urxvtd would not immediately close a window
363 when the command exited but only on the next X event. 403 when the command exited but only on the next X event.
364 - changed terminfo file not to use application keypad mode. 404 - changed terminfo file not to use application keypad mode.
365 - fix the issue where making a selection in one urxvtd window 405 - fix the issue where making a selection in one urxvtd window
366 would not clear it visually in another. 406 would not clear it visually in another.
367 - fix an issue of urxvt not getting background pixmap updates 407 - fix an issue of urxvt not getting background pixmap updates
368 and flickering after bg pixmap changes (reported by Mikachu). 408 and flickering after bg pixmap changes (reported by Mikachu).
369 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu). 409 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
370 - correctly provide dependencies for libev (µikachu). 410 - correctly provide dependencies for libev (µikachu).
371 - minor code reorganisations and cleanups. 411 - minor code reorganisations and cleanups.
372 - be more robust in case the urxvt-popup extension cannot be loaded. 412 - be more robust in case the urxvt-popup extension cannot be loaded.
373 413
3748.8 Sat Dec 15 19:40:39 CET 2007 4148.8 Sat Dec 15 19:40:39 CET 2007
375 - option -C was aliased to all unsupported options, activating 415 - option -C was aliased to all unsupported options, activating
376 options that shouldn't be compiled in, leading to interesting 416 options that shouldn't be compiled in, leading to interesting
377 effects. 417 effects.
378 - updated libev, working around a bug in linux 2.4, curing the 418 - updated libev, working around a bug in linux 2.4, curing the
379 symptom of urxvt not closing its window on shell exit. also 419 symptom of urxvt not closing its window on shell exit. also
380 fixes a problem with urxvt not refreshing. 420 fixes a problem with urxvt not refreshing.
381 - the text blink callback was called even when no blinking 421 - the text blink callback was called even when no blinking
382 text was visible. 422 text was visible.
383 - pre-8.4 slipwheeling behaviour has been reinstated, with 423 - pre-8.4 slipwheeling behaviour has been reinstated, with
384 some minor improvements. 424 some minor improvements.
385 - streamlined x events processing to only flush once per 425 - streamlined x events processing to only flush once per
386 display and not once per terminal window. 426 display and not once per terminal window.
387 - quite a bit of minor code cleanups and codesize optimisations. 427 - quite a bit of minor code cleanups and codesize optimisations.
388 428
3898.7 Sun Nov 25 10:23:49 CET 2007 4298.7 Sun Nov 25 10:23:49 CET 2007
390 - update libev with an important bugfix that would cause crashes 430 - update libev with an important bugfix that would cause crashes
391 when closing windows (when using rxvtd, and update is recommended). 431 when closing windows (when using rxvtd, and update is recommended).
392 - do not compile in the block builtin graphics with --disable-frills. 432 - do not compile in the block builtin graphics with --disable-frills.
393 433
3948.6 Fri Nov 23 14:10:57 CET 2007 4348.6 Fri Nov 23 14:10:57 CET 2007
395 - upgrade libev to disable kqueue on anything but netbsd as it 435 - upgrade libev to disable kqueue on anything but netbsd as it
396 seems to be broken everywhere else w.r.t. ptys. 436 seems to be broken everywhere else w.r.t. ptys.
397 - allow for spurious event notifications, as at least epoll and 437 - allow for spurious event notifications, as at least epoll and
398 especially solaris ports like to lie about them (symptoms: 438 especially solaris ports like to lie about them (symptoms:
399 urxvt "hangs" until there is some x11 related activity). 439 urxvt "hangs" until there is some x11 related activity).
400 - -keysym command line options are now subjected to xlib parsing. 440 - -keysym command line options are now subjected to xlib parsing.
401 - add 'xrm' option analogous to Xt one. 441 - add 'xrm' option analogous to Xt one.
402 442
4038.5a Wed Nov 21 10:16:33 CET 2007 4438.5a Wed Nov 21 10:16:33 CET 2007
404 - make it compile with --disable-transparency. 444 - make it compile with --disable-transparency.
405 445
4068.5 Wed Nov 21 05:19:20 CET 2007 4468.5 Wed Nov 21 05:19:20 CET 2007
407 - expect major portability issues in this release: please test and report. 447 - expect major portability issues in this release: please test and report.
408 - converted from the veritable io manager event loop to 448 - converted from the veritable io manager event loop to
409 the high performance libev (http://software.schmorp.de/pkg/libev). 449 the high performance libev (http://software.schmorp.de/pkg/libev).
410 - minor tuning to the perl selection (include single words and more quoting chars). 450 - minor tuning to the perl selection (include single words and more quoting chars).
411 - fix memory leak in pixmap code. 451 - fix memory leak in pixmap code.
412 - fix a serious bug while setting the XIM destroy callback 452 - fix a serious bug while setting the XIM destroy callback
413 on (typical) 64 bit systems. 453 on (typical) 64 bit systems.
414 - automove-background functionality re-implemented internally using :root op in pixmap 454 - automove-background functionality re-implemented internally using :root op in pixmap
415 geometry string. For example: rxvt -pixmap "image.jpg;:root" 455 geometry string. For example: rxvt -pixmap "image.jpg;:root"
416 - do not link rxvtc against every lib on the planet anymore. 456 - do not link rxvtc against every lib on the planet anymore.
417 - parallel builds should work once more. 457 - parallel builds should work once more.
418 458
4198.4 Sat Oct 27 14:02:13 CEST 2007 4598.4 Sat Oct 27 14:02:13 CEST 2007
420 - overhaul of the transparency/pixmap code (sasha). 460 - overhaul of the transparency/pixmap code (sasha).
421 - fix possible race between visual bell and poweron. 461 - fix possible race between visual bell and poweron.
422 (reported by Martin von Gagern, gentoo?). 462 (reported by Martin von Gagern, gentoo?).
423 - urxvt -e no longer crashes the child. 463 - urxvt -e no longer crashes the child.
424 - fixed some minor memleaks on incorrect usage or 464 - fixed some minor memleaks on incorrect usage or
425 missing DISPLAY. 465 missing DISPLAY.
426 - implement xterm 1002/1003 mouse tracking modes (exg). 466 - implement xterm 1002/1003 mouse tracking modes (exg).
427 - source code organisational cleanups (exg). 467 - source code organisational cleanups (exg).
428 - updated io_manager. 468 - updated io_manager.
429 469
4308.3 Wed Aug 1 20:21:31 CEST 2007 4708.3 Wed Aug 1 20:21:31 CEST 2007
431 - new option: skipScroll/-ss, enabled by default. 471 - new option: skipScroll/-ss, enabled by default.
432 - go with the times and expect x11 library files in /usr/lib, not 472 - go with the times and expect x11 library files in /usr/lib, not
433 /usr/X11R6/lib. 473 /usr/X11R6/lib.
434 - initial transparency improvement/afterimage support 474 - initial transparency improvement/afterimage support
435 patch by Sasha Vasko. 475 patch by Sasha Vasko.
436 - add urgentOnBell resource to set the urgency hint 476 - add urgentOnBell resource to set the urgency hint
437 (patch by Philip Paeps). 477 (patch by Philip Paeps).
438 - do not process focus events caused by grabs 478 - do not process focus events caused by grabs
439 (patch by Mikachu). 479 (patch by Mikachu).
440 - add iso14755_52 resource to disable iso14755 5.2 (exg). 480 - add iso14755_52 resource to disable iso14755 5.2 (exg).
441 - add binding for backspace in iso14755 5.1 to remove the last 481 - add binding for backspace in iso14755 5.1 to remove the last
442 digit (exg). 482 digit (exg).
443 - better option handling, support more than 30 options (exg). 483 - better option handling, support more than 30 options (exg).
444 - nuke reconf script, serves no purpose anymore. 484 - nuke reconf script, serves no purpose anymore.
445 - fixed and documented matcher/on_user_command processing in matcher 485 - fixed and documented matcher/on_user_command processing in matcher
446 extension (tpope). 486 extension (tpope).
447 - compile out of the box on Solaris 10 (exg). 487 - compile out of the box on Solaris 10 (exg).
448 - fix MappingNotify events (reported by Stephan Walter). 488 - fix MappingNotify events (reported by Stephan Walter).
449 - zero-initialise mwmhints, this seems to solve all sorts of minor 489 - zero-initialise mwmhints, this seems to solve all sorts of minor
450 problems. 490 problems.
451 491
4528.2 Sat Feb 17 21:35:28 CET 2007 4928.2 Sat Feb 17 21:35:28 CET 2007
453 - fix make depend in src/, reported by exg. 493 - fix make depend in src/, reported by exg.
454 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong. 494 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
455 (patch by Sergey Vlasov). 495 (patch by Sergey Vlasov).
456 - unbundled iom perl interface somewhat. 496 - unbundled iom perl interface somewhat.
457 - scrollbar-xterm now uses the selected scrollColor instead of fg 497 - scrollbar-xterm now uses the selected scrollColor instead of fg
458 (found by Aiviru). 498 (found by Aiviru).
459 - disabled linux kernel bug workaround again: disabling it gives 499 - disabled linux kernel bug workaround again: disabling it gives
460 a 50% speed hit on affected machines, while enabling it gives 500 a 50% speed hit on affected machines, while enabling it gives
461 a similar speed hit to screen, which is likely the more common 501 a similar speed hit to screen, which is likely the more common
462 case to work around for :/ 502 case to work around for :/
463 - urxvt::rend2mask perl function, and utilization of it by matcher 503 - urxvt::rend2mask perl function, and utilization of it by matcher
464 (patch by Moshe Kamensky). 504 (patch by Moshe Kamensky).
465 - use perl:matcher on a keysym to open most recently displayed URL. 505 - use perl:matcher on a keysym to open most recently displayed URL.
466 - with matcher, when multiple patterns match, last wins, not first. 506 - with matcher, when multiple patterns match, last wins, not first.
467 - fix make and make install with srcdir != builddir (exg). 507 - fix make and make install with srcdir != builddir (exg).
468 - updated bundled libptytty to fix a bug where the tty would be kept 508 - updated bundled libptytty to fix a bug where the tty would be kept
469 open (see the libptytty ChangeLog for details). 509 open (see the libptytty ChangeLog for details).
470 - delay setting the IUTF8 flag to after the tty settings have been 510 - delay setting the IUTF8 flag to after the tty settings have been
471 set so its value does not get lost (reported and analysed by Andrei 511 set so its value does not get lost (reported and analysed by Andrei
472 Paskevich). 512 Paskevich).
473 - rip out support for obsolete sgtty.h interface. 513 - rip out support for obsolete sgtty.h interface.
474 - rip out support for non-POSIX termios variants. 514 - rip out support for non-POSIX termios variants.
475 - update libptytty. 515 - update libptytty.
476 - update iom.C, make it call ptytty::sanitise_stdfd on init. 516 - update iom.C, make it call ptytty::sanitise_stdfd on init.
477 - when !XFT, change rounding of colours to use a less correct formula to 517 - when !XFT, change rounding of colours to use a less correct formula to
478 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f). 518 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
479 - change the starting offset of the pixmap set with backgroundPixmap 519 - change the starting offset of the pixmap set with backgroundPixmap
480 from (50,50) to (0,0) (exg). 520 from (50,50) to (0,0) (exg).
481 - fix a typo in button_release, now meta-button2 request the value of 521 - fix a typo in button_release, now meta-button2 request the value of
482 the Clipboard selection as it should (patch by Serge Koksharov). 522 the Clipboard selection as it should (patch by Serge Koksharov).
483 - fix a bug in drawing a cell with a nonspacing char when using an xft 523 - fix a bug in drawing a cell with a nonspacing char when using an xft
484 font with inheritPixmap and tintColor (exg). 524 font with inheritPixmap and tintColor (exg).
485 525
4868.1 Thu Dec 7 22:27:25 CET 2006 5268.1 Thu Dec 7 22:27:25 CET 2006
487 - ケリスマスプレゼント - zomg!!1, it's too early!!! 527 - ケリスマスプレゼント - zomg!!1, it's too early!!!
488 - fix the assumption that chars < 256 are single-width. Now 528 - fix the assumption that chars < 256 are single-width. Now
489 only assume this for codepoints 32 to 126 (reported by Dai.H.). 529 only assume this for codepoints 32 to 126 (reported by Dai.H.).
490 - $term->strwidth returned wide chars as width 1, because some jerk 530 - $term->strwidth returned wide chars as width 1, because some jerk
491 confused min and max. Fixing this also fixes xim-onthespot. 531 confused min and max. Fixing this also fixes xim-onthespot.
492 Reported by Takano Akio. 532 Reported by Takano Akio.
493 - secondaryScroll is now enabled by default (as per the manpage), 533 - secondaryScroll is now enabled by default (as per the manpage),
494 reported by exg. 534 reported by exg.
495 - correct the description of [percent]color rgba format in the manpage. 535 - correct the description of [percent]color rgba format in the manpage.
496 - incorporated macosx-clipboard extension by Samuel Ljungkvist. 536 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
497 - ignore (some) useless focus events (reported by mmc). 537 - ignore (some) useless focus events (reported by mmc).
498 - updated compose table to unicode 5.0.0. 538 - updated compose table to unicode 5.0.0.
499 539
5008.0 Thu Nov 2 18:35:19 CET 2006 5408.0 Thu Nov 2 18:35:19 CET 2006
501 - combining characters cleared the area instead of creating an overlay, 541 - combining characters cleared the area instead of creating an overlay,
502 thus losing the ability to draw combining characters properly in most 542 thus losing the ability to draw combining characters properly in most
503 circumstances (reported by exg). 543 circumstances (reported by exg).
504 - specified fonts were incorrectly morphed to bold/italic according to the 544 - specified fonts were incorrectly morphed to bold/italic according to the
505 basefont, even if explicitly specified (tracked down by tpope). 545 basefont, even if explicitly specified (tracked down by tpope).
506 - fixed urxvt::strwidth to calculate width in the same way as screen.C. 546 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
507 - fix a crash caused by passing negative widths to overlay functions. 547 - fix a crash caused by passing negative widths to overlay functions.
508 - added 'matcher' extension by tpope, replacing the mark-urls extension. 548 - added 'matcher' extension by tpope, replacing the mark-urls extension.
509 - improve url regex to match anything www.* (tpope). 549 - improve url regex to match anything www.* (tpope).
510 - fixed bug with outline cursor color being wrong after xft fonts. 550 - fixed bug with outline cursor color being wrong after xft fonts.
511 - update to libptytty-1.0. 551 - update to libptytty-1.0.
512 - give proper diagnostic when RXVT_SOCKET is too long instead of 552 - give proper diagnostic when RXVT_SOCKET is too long instead of
513 corrupting the stack (patch by exg). 553 corrupting the stack (patch by exg).
514 - display current terminal locale in option menu. 554 - display current terminal locale in option menu.
515 - urxvtd no longer crashes when the client sends an inaccessible 555 - urxvtd no longer crashes when the client sends an inaccessible
516 working directory (reported by Roland Baer, possibly fixes gentoo 556 working directory (reported by Roland Baer, possibly fixes gentoo
517 bug #143985). 557 bug #143985).
518 - fixed many minor issues reported by Roland Baer. 558 - fixed many minor issues reported by Roland Baer.
519 - Leonid Khramov spotted a minor glitch in rxvtfont.C that 559 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
520 should not have any consequences, but was buggy nonetheless. 560 should not have any consequences, but was buggy nonetheless.
521 - manpage fix by exg. 561 - manpage fix by exg.
522 562
5237.9 Mon Aug 7 18:16:07 CEST 2006 5637.9 Mon Aug 7 18:16:07 CEST 2006
524 - fix the crashing bug people encountered with 7.8 + urxvtd + perl 564 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
525 + transparency. Ought to fix debian bug #380348. 565 + transparency. Ought to fix debian bug #380348.
526 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But 566 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
527 it does! :-> 567 it does! :->
528 - rxvt_fatal() in case the locale string is too long for our static buffer. 568 - rxvt_fatal() in case the locale string is too long for our static buffer.
529 - fixed many, many, typos in the manpages (patch supplied by ves). 569 - fixed many, many, typos in the manpages (patch supplied by ves).
530 570
5317.8 Mon Jul 17 21:00:46 CEST 2006 5717.8 Mon Jul 17 21:00:46 CEST 2006
532 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults, 572 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
533 earlier versions only read it if display-resources (usually from 573 earlier versions only read it if display-resources (usually from
534 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 574 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
535 resource used") and seems to be logical behaviour, too. .Xdefaults 575 resource used") and seems to be logical behaviour, too. .Xdefaults
536 resources have a lower priority than display-specific resources. 576 resources have a lower priority than display-specific resources.
537 - add "kuake" perl extension that does a similar thing to the kuake 577 - add "kuake" perl extension that does a similar thing to the kuake
538 terminal emulator (see man urxvtperl). 578 terminal emulator (see man urxvtperl).
539 - use less "correct" color scaling that is compatible with libX11 and 579 - use less "correct" color scaling that is compatible with libX11 and
540 Xft (avoids off-by-one colors resulting in striped backgrounds). 580 Xft (avoids off-by-one colors resulting in striped backgrounds).
541 - the "depth" resource is now respected. 581 - the "depth" resource is now respected.
542 - preset the searchable-scrollback pattern with "(?i)" to default search 582 - preset the searchable-scrollback pattern with "(?i)" to default search
543 to case-insensitivity. Will automatically be cleared when typing an 583 to case-insensitivity. Will automatically be cleared when typing an
544 uppercase character. 584 uppercase character.
545 - add FORCE_UNBUFFERED_XFT define to features.h. 585 - add FORCE_UNBUFFERED_XFT define to features.h.
546 - re-enabled highlightcolor support with --enable-frills, based on 586 - re-enabled highlightcolor support with --enable-frills, based on
547 a patch by Martin Stubenschrott. 587 a patch by Martin Stubenschrott.
548 - double-buffered xft drawing did suffer from pixel offset issues 588 - double-buffered xft drawing did suffer from pixel offset issues
549 when pixmap transparency was enabled. 589 when pixmap transparency was enabled.
550 - strategically add # to the url-match regexes, as we really want to 590 - strategically add # to the url-match regexes, as we really want to
551 match common URIs not common URLs. Reported by Aaron Griffin. 591 match common URIs not common URLs. Reported by Aaron Griffin.
552 - moved on_osc_seq to on_osc_seq_perl and added a more 592 - moved on_osc_seq to on_osc_seq_perl and added a more
553 generic osc_seq. 593 generic osc_seq.
554 - fix a bug causing double callback invocations when perl hooks 594 - fix a bug causing double callback invocations when perl hooks
555 were invoked recursively. 595 were invoked recursively.
556 - the automove-background extension now properly works when the 596 - the automove-background extension now properly works when the
557 pixmap gets reset with an osc sequence (sqweek). 597 pixmap gets reset with an osc sequence (sqweek).
558 - selection-pastebin did not work properly with non-latin1-characters. 598 - selection-pastebin did not work properly with non-latin1-characters.
559 - apply colorUL only when the text colour is the default fg 599 - apply colorUL only when the text colour is the default fg
560 (patch by Wu Fengguang). 600 (patch by Wu Fengguang).
561 - removed rxvtlib.h from the tarball, it had no reason to be there 601 - removed rxvtlib.h from the tarball, it had no reason to be there
562 (spotted by Decklin Foster). 602 (spotted by Decklin Foster).
563 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 603 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
564 by omatunto_. 604 by omatunto_.
565 - slap in a using namespace std, might help on platforms that don't 605 - slap in a using namespace std, might help on platforms that don't
566 follow C++ closely enough. 606 follow C++ closely enough.
567 - fix mailto url regex, spotted within milliseconds by Jost Krieger. 607 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
568 - applied fade_color_update_func.patch by WU Fengguang. 608 - applied fade_color_update_func.patch by WU Fengguang.
569 - fix a bug where (due to an optimisation in av_delete), hiding the 609 - fix a bug where (due to an optimisation in av_delete), hiding the
570 bottom-most overlay would hide two overlays. 610 bottom-most overlay would hide two overlays.
571 611
5727.7 Tue Feb 21 12:32:49 CET 2006 6127.7 Tue Feb 21 12:32:49 CET 2006
573 - use double-buffered drawing (xft fonts only). On many driver/hardware 613 - use double-buffered drawing (xft fonts only). On many driver/hardware
574 combination this actually increases xft drawing speed, at the expense 614 combination this actually increases xft drawing speed, at the expense
575 of more network bandwidth and slight nausea on the side of the author. 615 of more network bandwidth and slight nausea on the side of the author.
576 - readline perl extension now requires shift-click instead of a normal 616 - readline perl extension now requires shift-click instead of a normal
577 click, and eats the click. 617 click, and eats the click.
578 - tabbed perl extension now supports -e. 618 - tabbed perl extension now supports -e.
579 - disabled graphics-exposures on the main drawing GC, report any 619 - disabled graphics-exposures on the main drawing GC, report any
580 refresh bugs please. 620 refresh bugs please.
581 - improve property handling for -pe tabbed: avoid unnecessary property 621 - improve property handling for -pe tabbed: avoid unnecessary property
582 changes (for kde's benefit) at the expense of extra round-trips, 622 changes (for kde's benefit) at the expense of extra round-trips,
583 improve size hint setting. 623 improve size hint setting.
584 - modified XIM according to a patch sent by Takano Akio that sets 624 - modified XIM according to a patch sent by Takano Akio that sets
585 the preedit rectangle for OverTheSpot, which helps some input methods 625 the preedit rectangle for OverTheSpot, which helps some input methods
586 to correctly position their preedit window. 626 to correctly position their preedit window.
587 - un-optimise the line clearing on newly scrolled-in lines a bit: the 627 - un-optimise the line clearing on newly scrolled-in lines a bit: the
588 former reasoning was that any fg colour on default bg looks the same 628 former reasoning was that any fg colour on default bg looks the same
589 in empty spaces, but that's not true when reversing (e.g. selection), 629 in empty spaces, but that's not true when reversing (e.g. selection),
590 so also check for matching fg colours. This fixes the problem where 630 so also check for matching fg colours. This fixes the problem where
591 selecting newly scrolled-in lines would exhibit wrong colours. 631 selecting newly scrolled-in lines would exhibit wrong colours.
592 - fix a bug in the perl interface causing focus in events to generate 632 - fix a bug in the perl interface causing focus in events to generate
593 focus out perl events, causing bad focus effects with -pe tabbed. 633 focus out perl events, causing bad focus effects with -pe tabbed.
594 - fix a race resulting in a crash on exiting. 634 - fix a race resulting in a crash on exiting.
595 - fix a with --disable-xft that caused xfreecolors to be called on 635 - fix a with --disable-xft that caused xfreecolors to be called on
596 colors never allocated, resulting in aborts (reported by Paco-Paco). 636 colors never allocated, resulting in aborts (reported by Paco-Paco).
597 - resources on non-initial screens weren't refetched correctly 637 - resources on non-initial screens weren't refetched correctly
598 (reported by Paco-Paco). 638 (reported by Paco-Paco).
599 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be 639 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
600 working in either rxvt-unicode nor in the original rxvt. 640 working in either rxvt-unicode nor in the original rxvt.
601 - removed undocumented -exec alias for the -e option. 641 - removed undocumented -exec alias for the -e option.
602 642
6037.6 Fri Feb 10 08:52:36 CET 2006 6437.6 Fri Feb 10 08:52:36 CET 2006
604 - changed interpretation of [alpha] colour prefix. 644 - changed interpretation of [alpha] colour prefix.
605 - +option now really sets the option to default, instead of using the 645 - +option now really sets the option to default, instead of using the
606 resource value. 646 resource value.
607 - options that require an argument now really _require_ an argument. 647 - options that require an argument now really _require_ an argument.
608 - the tabbed extension now forwards focus and key events to the 648 - the tabbed extension now forwards focus and key events to the
609 relevant tab window. 649 relevant tab window.
610 - tab colours are now configurable and have sensible defaults 650 - tab colours are now configurable and have sensible defaults
611 (initial patch by hednod). 651 (initial patch by hednod).
612 - option menu is extendable, readline, selection and 652 - option menu is extendable, readline, selection and
613 selection-autotransform can now be disabled/enabled at runtime. 653 selection-autotransform can now be disabled/enabled at runtime.
614 - forcing a configure event to tabbed subwindows with -pe tabbed, for 654 - forcing a configure event to tabbed subwindows with -pe tabbed, for
615 the benefit of automove-background. 655 the benefit of automove-background.
616 - the automove-background extension added a wrong constant offset. 656 - the automove-background extension added a wrong constant offset.
617 - force refresh of XA_RESOURCE_STRING on virtual reconnect. 657 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
618 - return exit status 2 in urxvtc when urxvtd couldn't be contacted. 658 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
619 - the linux yield hack is back, now using usleep, and enabled only on 659 - the linux yield hack is back, now using usleep, and enabled only on
620 __linux__. 660 __linux__.
621 - further round trip eliminations in the !XFT case by remembering 661 - further round trip eliminations in the !XFT case by remembering
622 the colour components. 662 the colour components.
623 - plain scrollbar works better with -sr. 663 - plain scrollbar works better with -sr.
624 - fixed half-shadow scrollbar look. 664 - fixed half-shadow scrollbar look.
625 - more colour rtt optimisations. 665 - more colour rtt optimisations.
626 - properly(?) free colours on window close. 666 - properly(?) free colours on window close.
627 - reorganised the FAQ into multiple sections. 667 - reorganised the FAQ into multiple sections.
628 - add ISO646.1991-IRV to the list of supported codesets. 668 - add ISO646.1991-IRV to the list of supported codesets.
629 - minor libptytty update. 669 - minor libptytty update.
630 670
6317.5 Tue Jan 31 15:15:43 CET 2006 6717.5 Tue Jan 31 15:15:43 CET 2006
632 - further improvements to the careful mode detection, and font width 672 - further improvements to the careful mode detection, and font width
633 detection: 673 detection:
634 - fully double-wide fonts will now be correctly treated, 674 - fully double-wide fonts will now be correctly treated,
635 - overlap detection was improved. 675 - overlap detection was improved.
636 - detect totally broken fonts (usually synthesized by xft). 676 - detect totally broken fonts (usually synthesized by xft).
637 - careful mode forced refresh sometimes clashed with blinking, 677 - careful mode forced refresh sometimes clashed with blinking,
638 causing unnecessary screen redraws. 678 causing unnecessary screen redraws.
639 - better handling of XFT combining characters. 679 - better handling of XFT combining characters.
640 - enable antialiasing for some replacement fonts, as they 680 - enable antialiasing for some replacement fonts, as they
641 might get used for other encodings which really need it, later. 681 might get used for other encodings which really need it, later.
642 - remove spacing=100 from all default fonts, as this creates totally 682 - remove spacing=100 from all default fonts, as this creates totally
643 weird spacing (5 times normal) with xft. 683 weird spacing (5 times normal) with xft.
644 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly 684 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
645 broken. 685 broken.
646 - removed gnu unifont fallback, all combining characters are broken. 686 - removed gnu unifont fallback, all combining characters are broken.
647 - replace named colours by xorg's rgb.txt equivalents, to 687 - replace named colours by xorg's rgb.txt equivalents, to
648 reduce round trip time on startup, and short-cut allocation 688 reduce round trip time on startup, and short-cut allocation
649 of rgb:rr/gg/bb for xft. 689 of rgb:rr/gg/bb for xft.
650 - short-cut allocation of rgb values in the xlib case 690 - short-cut allocation of rgb values in the xlib case
651 (patch by Paco-Paco). 691 (patch by Paco-Paco).
652 - overhauled color management: smaller codesize, alpha support. 692 - overhauled color management: smaller codesize, alpha support.
653 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and 693 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
654 an "[alpha]" prefix. 694 an "[alpha]" prefix.
655 - try to work around Xft and Xrender forcing everything to be 100% 695 - try to work around Xft and Xrender forcing everything to be 100%
656 transparent. Long Live Xft! 696 transparent. Long Live Xft!
657 - do not include X11/Intrinsic.h anymore, directly use 697 - do not include X11/Intrinsic.h anymore, directly use
658 Xlib/Xutil/Xresource directly. 698 Xlib/Xutil/Xresource directly.
659 - try to find a nearest matching color when color allocation fails 699 - try to find a nearest matching color when color allocation fails
660 on a pseudocolor screen. 700 on a pseudocolor screen.
661 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes. 701 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
662 - fix version report (DA) (which was unfortunately broken). 702 - fix version report (DA) (which was unfortunately broken).
663 - changed version number report again, now to emulate xterm closer. 703 - changed version number report again, now to emulate xterm closer.
664 - added the OSC sequence 702 to detect the urxvt version number. 704 - added the OSC sequence 702 to detect the urxvt version number.
665 - small configure updates. 705 - small configure updates.
666 - further RTT optimisations. 706 - further RTT optimisations.
667 - backported clean-up patches for makefiles and documentation from 707 - backported clean-up patches for makefiles and documentation from
668 the debian package. 708 the debian package.
669 - updated doc/rxvt-unicode.spec file. It's still not maintained here, 709 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
670 but much newer than the old one. 710 but much newer than the old one.
671 711
6727.4 Sat Jan 28 15:26:27 CET 2006 7127.4 Sat Jan 28 15:26:27 CET 2006
673 - screen background wasn't always erased properly when scrolling, 713 - screen background wasn't always erased properly when scrolling,
674 - re-enabled clearing optimisation disabled in 7.4pre. 714 - re-enabled clearing optimisation disabled in 7.4pre.
675 - small configure updates for libptytty. 715 - small configure updates for libptytty.
676 - fixed version options: line output. 716 - fixed version options: line output.
677 - removed stoopid debugging message left in the code. 717 - removed stoopid debugging message left in the code.
678 718
6797.3 Wed Jan 25 22:47:35 CET 2006 7197.3 Wed Jan 25 22:47:35 CET 2006
680 - don't let iso14755 or mouse reporting get into the way of perl 720 - don't let iso14755 or mouse reporting get into the way of perl
681 (could lead to global grabs never being cleared). 721 (could lead to global grabs never being cleared).
682 - experimental OnTheSpot editing support (-pe xim-onthespot). 722 - experimental OnTheSpot editing support (-pe xim-onthespot).
683 - moved Shift-Button2 paste combination to Meta-Button2. 723 - moved Shift-Button2 paste combination to Meta-Button2.
684 - the cutchars resource will now be respected and used by the 724 - the cutchars resource will now be respected and used by the
685 selection extension. 725 selection extension.
686 - added the "remote-clipboard" extension which just runs external 726 - added the "remote-clipboard" extension which just runs external
687 commands to fetch and store the selection data. 727 commands to fetch and store the selection data.
688 - added -depth switch that tries to get a different visual depth 728 - added -depth switch that tries to get a different visual depth
689 than the default (replaces the old PREFER_24_BIT logic). 729 than the default (replaces the old PREFER_24_BIT logic).
690 - removed (unused) arabic presentation form composing sequences. 730 - removed (unused) arabic presentation form composing sequences.
691 - be more strict when deciding that a core font glyph is too wide and 731 - be more strict when deciding that a core font glyph is too wide and
692 needs the careful rendering mode. 732 needs the careful rendering mode.
693 - allow more leeway for italic fonts when deciding that a character is 733 - allow more leeway for italic fonts when deciding that a character is
694 too wide and needs careful mode. 734 too wide and needs careful mode.
695 - redraw even more characters around characters using careful mode. 735 - redraw even more characters around characters using careful mode.
696 - made selection-pastebin fully asynchronous. 736 - made selection-pastebin fully asynchronous.
697 - reduced number of server turnarounds at startup by allocating 737 - reduced number of server turnarounds at startup by allocating
698 atoms only once per display. 738 atoms only once per display.
699 - renamed on_keyboard_command to on_user_command. 739 - renamed on_keyboard_command to on_user_command.
700 - changed version sos (ESC [ > c) response to be more compatible with 740 - changed version sos (ESC [ > c) response to be more compatible with
701 xterm. 741 xterm.
702 742
7037.2 Sun Jan 22 21:58:16 CET 2006 7437.2 Sun Jan 22 21:58:16 CET 2006
704 - bugfix: urxvt (not urxvtd) did not correctly handle multiple 744 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
705 environments necessary, which resulted in segfaults within 745 environments necessary, which resulted in segfaults within
706 getenv (reproducible: urxvt -fn 9x15, open a menu once, 746 getenv (reproducible: urxvt -fn 9x15, open a menu once,
707 ctrl-shift-672c). 747 ctrl-shift-672c).
708 - bugfix: the selection speedup in in 7.1 unfortunately caused 748 - bugfix: the selection speedup in in 7.1 unfortunately caused
709 non-ascii characters to enlarge/move the selection. 749 non-ascii characters to enlarge/move the selection.
710 - bugfix: resizing sometimes leaked lines from the secondary to 750 - bugfix: resizing sometimes leaked lines from the secondary to
711 the primary screen. 751 the primary screen.
712 - bugfix: reducing window size while large amounts of text were output 752 - bugfix: reducing window size while large amounts of text were output
713 could lead to an assertion failure. 753 could lead to an assertion failure.
714 - added "tabbed" extension that provides a crude tabbed terminal. 754 - added "tabbed" extension that provides a crude tabbed terminal.
715 - added "readline" extension that allows cursor positioning 755 - added "readline" extension that allows cursor positioning
716 via mouse clicks. 756 via mouse clicks.
717 - now it is possible to insert the value of the CLIPBOARD selection 757 - now it is possible to insert the value of the CLIPBOARD selection
718 with shift - mouse button 2. 758 with shift - mouse button 2.
719 - fixed the automove-background extension to ignore coordinates 759 - fixed the automove-background extension to ignore coordinates
720 in non-synthetic events. 760 in non-synthetic events.
721 - created a separate libpty for portable and secure 761 - created a separate libpty for portable and secure
722 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode. 762 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
723 - the non-terminfo visual bell now works asynchronously, so 763 - the non-terminfo visual bell now works asynchronously, so
724 continuous ASCI BELs in one terminal do no longer monopolise the 764 continuous ASCI BELs in one terminal do no longer monopolise the
725 whole urxvt[d] process. 765 whole urxvt[d] process.
726 - support some *BSD makes (for the time being, gnu make is a safe bet). 766 - support some *BSD makes (for the time being, gnu make is a safe bet).
727 - work around bugs in FreeBSD's gcc. 767 - work around bugs in FreeBSD's gcc.
728 - implemented some *BSD fixes in configure. 768 - implemented some *BSD fixes in configure.
729 - removed support for obsolete offix dnd protocol. 769 - removed support for obsolete offix dnd protocol.
730 770
7317.1 Thu Jan 19 20:25:34 CET 2006 7717.1 Thu Jan 19 20:25:34 CET 2006
732 - setuid/setgid operation is now _encouraged_: security has been 772 - setuid/setgid operation is now _encouraged_: security has been
733 improved by moving privileged operations into a separate process 773 improved by moving privileged operations into a separate process
734 and permanently dropping privileges within the terminal. This 774 and permanently dropping privileges within the terminal. This
735 makes it possible to remove security checks from the perl code 775 makes it possible to remove security checks from the perl code
736 and gives a much safer feeling when urxvt needs to run with 776 and gives a much safer feeling when urxvt needs to run with
737 special privileges. 777 special privileges.
738 - perl taint checking disabled, as urxvt no longer runs setuid/setgid 778 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
739 itself. 779 itself.
740 - new perl extension automove-background that can be used to get 780 - new perl extension automove-background that can be used to get
741 the same effect as pseudo-transparency with any pixmap. 781 the same effect as pseudo-transparency with any pixmap.
742 - new perl extension example: perl/selection-pastebin, can be used to 782 - new perl extension example: perl/selection-pastebin, can be used to
743 e.g. upload the selection to a webserver and generate a url, or 783 e.g. upload the selection to a webserver and generate a url, or
744 similar stuff. 784 similar stuff.
745 - use the scrollback buffer even when the scroll region doesn't 785 - use the scrollback buffer even when the scroll region doesn't
746 span the whole screen, as long as it starts at row 0. Helps 786 span the whole screen, as long as it starts at row 0. Helps
747 for programs displaying a status line at the bottom. 787 for programs displaying a status line at the bottom.
748 - selection popup now shows selection in dec/hex/oct. 788 - selection popup now shows selection in dec/hex/oct.
749 - perl/selection: matching on unicode characters in the selection 789 - perl/selection: matching on unicode characters in the selection
750 code was O(n²), which equals infinity in some degenerate cases 790 code was O(n²), which equals infinity in some degenerate cases
751 :-> Matching is now done on UTF-8, which makes it almost instant. 791 :-> Matching is now done on UTF-8, which makes it almost instant.
752 - perl/selection, perl/selection-autotransform: regexes are now 792 - perl/selection, perl/selection-autotransform: regexes are now
753 being interpreted in the locale urxvt was started. 793 being interpreted in the locale urxvt was started.
754 - implemented override-redirect option and enabled it on menus, 794 - implemented override-redirect option and enabled it on menus,
755 as kwin puts our windows behind the terminal (what a shoddy wm). 795 as kwin puts our windows behind the terminal (what a shoddy wm).
756 - fixed struct utmp check in configure for OpenBSD. 796 - fixed struct utmp check in configure for OpenBSD.
757 - complete overhaul of the pty/utmp management stuff and configure 797 - complete overhaul of the pty/utmp management stuff and configure
758 (Emanuele Giaquinta=exg). 798 (Emanuele Giaquinta=exg).
759 - add tsl/fsl and related capabilities to the terminfo description, 799 - add tsl/fsl and related capabilities to the terminfo description,
760 to set the window title. 800 to set the window title.
761 - swap the environment in some more cases. This hopefully fixes 801 - swap the environment in some more cases. This hopefully fixes
762 some segfaults that might be caused by xft asking for env variables 802 some segfaults that might be caused by xft asking for env variables
763 at the wrong time. 803 at the wrong time.
764 - removed src/strings.C and src/menubar.C. No menubar support 804 - removed src/strings.C and src/menubar.C. No menubar support
765 anymore. 805 anymore.
766 - removed all traces of SMOOTH_REFRESH. 806 - removed all traces of SMOOTH_REFRESH.
767 - nuked QNX support. 807 - nuked QNX support.
768 - made some fixes to xpm offset and scaling code. 808 - made some fixes to xpm offset and scaling code.
769 - perl-overlays and refresh hooks were not applied in correct order. 809 - perl-overlays and refresh hooks were not applied in correct order.
770 - changed coordinate-system of view_start/nsaved to be top to bottom. 810 - changed coordinate-system of view_start/nsaved to be top to bottom.
771 - iom extended to support listening for child exits. 811 - iom extended to support listening for child exits.
772 812
7737.0 Fri Jan 13 14:02:18 CET 2006 8137.0 Fri Jan 13 14:02:18 CET 2006
774 - added sections for DISTRIBUTION MAINTAINERS and about 814 - added sections for DISTRIBUTION MAINTAINERS and about
775 SETUID/SETGID to the FAQ. 815 SETUID/SETGID to the FAQ.
776 - selection, searchable-scrollback, selection-popup and 816 - selection, searchable-scrollback, selection-popup and
777 option-popup extensions enabled by default. 817 option-popup extensions enabled by default.
778 - increased xft drawing speed for problematic fonts. The effect 818 - increased xft drawing speed for problematic fonts. The effect
779 will likely be small as 99% of the xft slowness is server-related. 819 will likely be small as 99% of the xft slowness is server-related.
780 - perl: much increased functionality, better overlays, popup support 820 - perl: much increased functionality, better overlays, popup support
781 and much much more. 821 and much much more.
782 - perl: urxvt::line now can set via ->t and ->r. 822 - perl: urxvt::line now can set via ->t and ->r.
783 - perl: changed interpretation of --perl-ext-common and -pe. 823 - perl: changed interpretation of --perl-ext-common and -pe.
784 - perl: finally implemented --perl-eval. 824 - perl: finally implemented --perl-eval.
785 - perl: non-blocking anyevent support. 825 - perl: non-blocking anyevent support.
786 - perl: run tainted and ignore perl-eval/perl-lib if started 826 - perl: run tainted and ignore perl-eval/perl-lib if started
787 setuid/setgid. 827 setuid/setgid.
788 - free the resource database: this plugs a massive memory leak. As a 828 - free the resource database: this plugs a massive memory leak. As a
789 side effect, it also gets rid of XGetDefault calls. 829 side effect, it also gets rid of XGetDefault calls.
790 - free one of the cursors, fixes a small memory leak. 830 - free one of the cursors, fixes a small memory leak.
791 - built-in (as opposed to terminfos) visual bell was broken/too fast. 831 - built-in (as opposed to terminfos) visual bell was broken/too fast.
792 - applied minor cleanups by Ladislav Michnovic. 832 - applied minor cleanups by Ladislav Michnovic.
793 - applied pty handling cleanups and improvements (Emanuele Giaquinta). 833 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
794 - mark-urls launch-on-click by jepler. 834 - mark-urls launch-on-click by jepler.
795 - removed "small" resource parsing function, as it wasn't really 835 - removed "small" resource parsing function, as it wasn't really
796 compatible, and not really small either. 836 compatible, and not really small either.
797 - removed PATH_ENV and PATH file search support. 837 - removed PATH_ENV and PATH file search support.
798 - removed support for locale-specific app-defaults file. 838 - removed support for locale-specific app-defaults file.
799 - fixed a bug where out-of-bounds colour sequences could lead 839 - fixed a bug where out-of-bounds colour sequences could lead
800 to crashes. 840 to crashes.
801 - limit colour changing to the standard 88 palette instead of all 841 - limit colour changing to the standard 88 palette instead of all
802 colours. 842 colours.
803 - XTerm_Color01 sequence returned wrong results in query mode. 843 - XTerm_Color01 sequence returned wrong results in query mode.
804 - iom.C now checks against destructed io_manager when unregistering. 844 - iom.C now checks against destructed io_manager when unregistering.
805 845
8066.3 Wed Jan 4 22:37:10 CET 2006 8466.3 Wed Jan 4 22:37:10 CET 2006
807 - SECURITY FIX: on systems using openpty, permissions were 847 - SECURITY FIX: on systems using openpty, permissions were
808 not correctly updated on the tty device and were left as 848 not correctly updated on the tty device and were left as
809 world-readable and world-writable (likely in original rxvt, 849 world-readable and world-writable (likely in original rxvt,
810 too), and were not restored properly. Affected are only 850 too), and were not restored properly. Affected are only
811 systems where non-unix ptys were used (such as most BSDs, not 851 systems where non-unix ptys were used (such as most BSDs, not
812 GNU/Linux). (found, patched and debugged by Ryan Beasley). 852 GNU/Linux). (found, patched and debugged by Ryan Beasley).
813 - meta8 support was forcefully enabled in most configurations. 853 - meta8 support was forcefully enabled in most configurations.
814 restored configurability of this (useless) feature (reported 854 restored configurability of this (useless) feature (reported
815 by Mikachu). 855 by Mikachu).
816 - optionally embed a perl interpreter, which can be used for more 856 - optionally embed a perl interpreter, which can be used for more
817 intelligent/customized selection support, visual feedback, 857 intelligent/customized selection support, visual feedback,
818 menus, tabs etc. See the the urxvtperl manpage, the -pe option, 858 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
819 perl*-resources and keysym resources. Not everything is there yet. 859 perl*-resources and keysym resources. Not everything is there yet.
820 - try to be more clever about differing font sizes and their ascent. 860 - try to be more clever about differing font sizes and their ascent.
821 Not guaranteed to work, but works better in most cases now. 861 Not guaranteed to work, but works better in most cases now.
822 - fix directory permissions on install. 862 - fix directory permissions on install.
823 - implemented option to disable built-in line drawing characters 863 - implemented option to disable built-in line drawing characters
824 and fall back to the font ones (patch by Martin Pohlack). 864 and fall back to the font ones (patch by Martin Pohlack).
825 - disabled sched_yield support: the linux version is just too useless 865 - disabled sched_yield support: the linux version is just too useless
826 (it schedules nice'd processes before the own one for extended 866 (it schedules nice'd processes before the own one for extended
827 periods). Too bad, it could reduce system time by a factor of 5 here. 867 periods). Too bad, it could reduce system time by a factor of 5 here.
828 868
8296.2 Mon Jan 2 16:03:01 CET 2006 8696.2 Mon Jan 2 16:03:01 CET 2006
830 - implemented intensityStyles option which enables/disables bold/blink 870 - implemented intensityStyles option which enables/disables bold/blink
831 selecting high intensity foreground/background colours, suggested by 871 selecting high intensity foreground/background colours, suggested by
832 Chuck Blake. 872 Chuck Blake.
833 - move iso14755 character feedback box out of the way if it would 873 - move iso14755 character feedback box out of the way if it would
834 obscure the mouse cursor position. 874 obscure the mouse cursor position.
835 - replaced callback.h by a fixed version from gvpe that correctly 875 - replaced callback.h by a fixed version from gvpe that correctly
836 returns the callback result (affects new -pty-fd semantics in urxvtc 876 returns the callback result (affects new -pty-fd semantics in urxvtc
837 on a few architectures). Reported by darix. 877 on a few architectures). Reported by darix.
838 - include one trailing space in rectangular selections to indicate 878 - include one trailing space in rectangular selections to indicate
839 the inserted newline (yeah, weird, but visually more pleasing). 879 the inserted newline (yeah, weird, but visually more pleasing).
840 - try to use sched_yield to (drastically) improve terminal data 880 - try to use sched_yield to (drastically) improve terminal data
841 transfer efficiency. 881 transfer efficiency.
842 - further minor cleanups. 882 - further minor cleanups.
843 883
8446.1 Tue Dec 27 13:23:40 CET 2005 8846.1 Tue Dec 27 13:23:40 CET 2005
845 - update iso8859-7 table (euro and drachma round-trip et al.). 885 - update iso8859-7 table (euro and drachma round-trip et al.).
846 - fix a crash when the selection scrolls out of the scrollback 886 - fix a crash when the selection scrolls out of the scrollback
847 while the user still drags. 887 while the user still drags.
848 - selections that were partially scrolled out of the window were 888 - selections that were partially scrolled out of the window were
849 not drawn correctly. 889 not drawn correctly.
850 - lines newly scrolled in were not initialized properly, leading 890 - lines newly scrolled in were not initialized properly, leading
851 to extremely long lines and (hopefully) some segfaults. 891 to extremely long lines and (hopefully) some segfaults.
852 - iso14755 overlay position was wrong. 892 - iso14755 overlay position was wrong.
853 - iso14755 overlay now displays rendition info, too. 893 - iso14755 overlay now displays rendition info, too.
854 - use unicode white space class instead of hardcoded values for 894 - use unicode white space class instead of hardcoded values for
855 stripping whitespace. 895 stripping whitespace.
856 - do whitespace stripping on rectangular selections. 896 - do whitespace stripping on rectangular selections.
857 - slight cleanups in src/features.h. 897 - slight cleanups in src/features.h.
858 898
8596.0 Sat Dec 24 13:58:56 CET 2005 8996.0 Sat Dec 24 13:58:56 CET 2005
860 - make it compile without SMART_RESIZE again. 900 - make it compile without SMART_RESIZE again.
861 - enable slow link support by default. 901 - enable slow link support by default.
862 - fix relative cursor-positioning not respecting scrolling regions 902 - fix relative cursor-positioning not respecting scrolling regions
863 (also a bug in original rxvt). 903 (also a bug in original rxvt).
864 - initialize termios structure to zero when fetching it fails 904 - initialize termios structure to zero when fetching it fails
865 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a 905 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
866 partial patch). 906 partial patch).
867 - bump max columns/rows to 10000 each. 907 - bump max columns/rows to 10000 each.
868 - bump max savelines to 10000000. 908 - bump max savelines to 10000000.
869 - -pty-fd now passes the urxvtc fd to the urxvtd process. 909 - -pty-fd now passes the urxvtc fd to the urxvtd process.
870 - avoid linking against -lnsl/-lsocket/-lxpg4 unless necessary. 910 - avoid linking against -lnsl/-lsocket/-lxpg4 unless necessary.
871 - major code cleanup (still not complete, though). 911 - major code cleanup (still not complete, though).
872 - implement -hold option. 912 - implement -hold option.
873 - _major_ rewrite of internal buffer handling: 913 - _major_ rewrite of internal buffer handling:
874 - re-flow on resize, lines get wrapped instead of winged. 914 - re-flow on resize, lines get wrapped instead of winged.
875 - circular line buffer (substantially speeds up scrolling). 915 - circular line buffer (substantially speeds up scrolling).
876 - slightly less code + data memory usage per terminal. 916 - slightly less code + data memory usage per terminal.
877 - slight overall speed improvements. 917 - slight overall speed improvements.
878 - considerably improved code clarity. 918 - considerably improved code clarity.
879 - partial-screen scrolls no longer end up in the scrollback 919 - partial-screen scrolls no longer end up in the scrollback
880 buffer. 920 buffer.
881 921
8825.9 Sat Dec 17 21:53:17 CET 2005 9225.9 Sat Dec 17 21:53:17 CET 2005
883 - fix a bug in the menu code of unknown impact, found by darix. 923 - fix a bug in the menu code of unknown impact, found by darix.
884 - clean up signal handling to be global, not per terminal 924 - clean up signal handling to be global, not per terminal
885 (matters only for rxvtd). 925 (matters only for rxvtd).
886 - fix small typoe in rxvt.1 (found by Mike Fabian). 926 - fix small typoe in rxvt.1 (found by Mike Fabian).
887 - don't crash when broken xft/fontconfig/freetype versions return 927 - don't crash when broken xft/fontconfig/freetype versions return
888 bogus data, ignore the xft font instead (experienced on suse). 928 bogus data, ignore the xft font instead (experienced on suse).
889 929
8905.8 Tue Oct 25 22:21:45 CEST 2005 9305.8 Tue Oct 25 22:21:45 CEST 2005
891 - INCOMPATIBLE CHANGE: many configure options are now on by default. 931 - INCOMPATIBLE CHANGE: many configure options are now on by default.
892 If you want the old behaviour, try: 932 If you want the old behaviour, try:
893 configure --disable-everything <your enable options> 933 configure --disable-everything <your enable options>
894 - INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with 934 - INCOMPATIBLE CHANGE: -fade changed its meaning to comply with
895 the documentation and common sense: when upgrading, replace your 935 the documentation and common sense: when upgrading, replace your
896 percentage by 100-percentage. 936 percentage by 100-percentage.
897 - integrated "fade to specific colour" patch by Martin Parm. 937 - integrated "fade to specific colour" patch by Martin Parm.
898 - slow down the internal visual bell (delay by 20ms) and update 938 - slow down the internal visual bell (delay by 20ms) and update
899 the terminfo flash code to use the same delay. This is 939 the terminfo flash code to use the same delay. This is
1067 tested by Olivier Wittenberg). 1107 tested by Olivier Wittenberg).
1068 - set IUTF8 input flag, when defined (linux-2.6.5+). 1108 - set IUTF8 input flag, when defined (linux-2.6.5+).
1069 - only define _XOPEN_SOURCE on solaris. 1109 - only define _XOPEN_SOURCE on solaris.
1070 - autogenerate src/* dependency list. 1110 - autogenerate src/* dependency list.
1071 - fixed linespace option, which ought to work now (and is dependent 1111 - fixed linespace option, which ought to work now (and is dependent
1072 on frills, not on it's own configure option). 1112 on frills, not on its own configure option).
1073 - include pty.h, if available (cygwin). 1113 - include pty.h, if available (cygwin).
1074 - removed W11 directory from dist, it wasn't used anyway. 1114 - removed W11 directory from dist, it wasn't used anyway.
1075 - initialize the locale much earlier. 1115 - initialize the locale much earlier.
1076 - fixed two tiny per-instance memory leaks. 1116 - fixed two tiny per-instance memory leaks.
1077 1117
1091 if it slows down large pastes and is only cosmetic. 1131 if it slows down large pastes and is only cosmetic.
1092 - streamline atom and xft color allocation to reduce startup 1132 - streamline atom and xft color allocation to reduce startup
1093 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3 1133 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3
1094 turnarounds would be much faster, but impossible to implement(?). 1134 turnarounds would be much faster, but impossible to implement(?).
1095 - implement underlineColor resource when ENABLE_FRILLS. 1135 - implement underlineColor resource when ENABLE_FRILLS.
1096 - iom left it's signal pipe handle open in the child 1136 - iom left its signal pipe handle open in the child
1097 process. Fortunately not security-relevant as the pipe data gets 1137 process. Fortunately not security-relevant as the pipe data gets
1098 ignored. 1138 ignored.
1099 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID 1139 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
1100 instead. 1140 instead.
1101 - fix a crash in rxvtd when the last window was being closed 1141 - fix a crash in rxvtd when the last window was being closed
1299 windows when spawning children. Actual risk is low (attacker 1339 windows when spawning children. Actual risk is low (attacker
1300 needs access to a local shell window). 1340 needs access to a local shell window).
1301 - implemented parts 5.1 and 5.2 of ISO 14755 (i.e. hold down 1341 - implemented parts 5.1 and 5.2 of ISO 14755 (i.e. hold down
1302 Ctrl+Shift and enter hex numbers. space commits it as a unicode 1342 Ctrl+Shift and enter hex numbers. space commits it as a unicode
1303 character, or press and release Crl+Shift and then enter a 1343 character, or press and release Crl+Shift and then enter a
1304 function key to get it's picture). patches for 5.3 (or 5.4 with 1344 function key to get its picture). patches for 5.3 (or 5.4 with
1305 a little window or so) would be welcome. 1345 a little window or so) would be welcome.
1306 - fixed large pastes (INCR selections, debian bug #191456). 1346 - fixed large pastes (INCR selections, debian bug #191456).
1307 - fixed longstanding bug in which rxvtd crashed when 1347 - fixed longstanding bug in which rxvtd crashed when
1308 a message was logged after startup (a rare case). 1348 a message was logged after startup (a rare case).
1309 - got rid of yodl completely by converting to pod. 1349 - got rid of yodl completely by converting to pod.
1393 well as with other terminal emulators. 1433 well as with other terminal emulators.
1394 - fix a segfault when trying to set a nonexistent locale 1434 - fix a segfault when trying to set a nonexistent locale
1395 (reported by elmex). 1435 (reported by elmex).
1396 - find more fonts by default for japanese. 1436 - find more fonts by default for japanese.
1397 - the internal border wasn't always cleared. This is fixed by moving 1437 - the internal border wasn't always cleared. This is fixed by moving
1398 the window relative to it's frame and simplifies a lot of code, too. 1438 the window relative to its frame and simplifies a lot of code, too.
1399 - fixed quite hard to find scrollbar colour bug, reported by Eduard 1439 - fixed quite hard to find scrollbar colour bug, reported by Eduard
1400 Bloch. 1440 Bloch.
1401 1441
14023.0 Mon May 10 20:47:23 CEST 2004 14423.0 Mon May 10 20:47:23 CEST 2004
1403 - experimental flickerfree resize mode (I tried to get even 1443 - experimental flickerfree resize mode (I tried to get even
1561 - many other minor bugfixes. 1601 - many other minor bugfixes.
1562 1602
15631.8 Mon Feb 2 20:09:18 CET 2004 16031.8 Mon Feb 2 20:09:18 CET 2004
1564 - almost total conversion to C++. Except for introducing 1604 - almost total conversion to C++. Except for introducing
1565 new bugs, this should not change much. 1605 new bugs, this should not change much.
1566 - fix and re-enable background pixmap and inherit pixmap support. 1606 - fix and re-enable background pixmap and inherit pixmap support.
1567 - re-enabled multiple scrollbar support. 1607 - re-enabled multiple scrollbar support.
1568 - added plain scrollbar style and restored xterm scrollbar. 1608 - added plain scrollbar style and restored xterm scrollbar.
1569 - blinking and selections work slightly better now. 1609 - blinking and selections work slightly better now.
1570 - fix an error condition when rxvt receives more than one screenful 1610 - fix an error condition when rxvt receives more than one screenful
1571 of output. should occur with original rxvt, too, but very rarely. 1611 of output. should occur with original rxvt, too, but very rarely.
1572 (I guess the code contains more surprises of this sort...) 1612 (I guess the code contains more surprises of this sort...)
1573 1613

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines