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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.700 by root, Tue Aug 15 18:24:58 2006 UTC vs.
Revision 1.944 by sf-exg, Sun Apr 4 19:01:36 2010 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
3TODO: xcopyarea pass broken, fix and improve 4TODO: xcopyarea pass broken, fix and improve
4TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_user_command with something more scalable.
5TODO: slipwheeling needs a keyboard grab to get key release events. 6TODO: slipwheeling needs a keyboard grab to get key release events.
6TODO: overlays collide with the way the out-of-focus cursor is being drawn 7TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: "slow" rendering mode for bidi and scripts, pango! 8TODO: "slow" rendering mode for bidi and scripts, pango!
8TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
11TODO: better resource handling for tabbar in -pe tabbed.
10TODO: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
11 => when setting the constraints, the wm might (correctly) 13 => when setting the constraints, the wm might (correctly)
12 resize the outer window, which might result in a smaller window overall. 14 resize the outer window, which might result in a smaller window overall.
13 or something like that. guys, send me a patch. 15 or something like that. guys, send me a patch.
14TODO: zeroing scorllback buffer should free memory 16WISH: coloured pastebin
15WISH: skipscroll option
16WISH: selection-color-pair instead of reverse video
17WISH: load system-wide config file even if we don't have one 17WISH: load system-wide config file even if we don't have one
18WISH: look into XAddConnectionWatch, does anybody need that? 18WISH: look into XAddConnectionWatch, does anybody need that?
19WISH: anyevent mouse notification / manage MotionMask better.
20WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep scrollbar look.
21WISH: kick out xpm.C, replace by pixbuf
22DUMB: support tex fonts 19DUMB: support tex fonts
23 20
24TODO: rxvtd failing to enter cwd of rxvtc leads to crash due to free(this), Gentoo #143985 21TODO: perl-shell-window?
25TODO: fix crash because strwidth returning -1 in selection-popup in LC_ALL=C 22TODO: - upgrade to libev-4.00.
23
24TODO: rewrite colorRV/highlightColor logic
25TODO: make fontCount dependent on ENABLE_256... in an INTELLIGENT way
26TODO: --enable-256c documentation
27 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
28 - searchable-scrollback no longer ignores the first line
29 (Emanuele Giaquinta).
30 - add support for 256 colors.
31 - add rxvt-unicode-256color terminfo and use it by default in that mode.
32 - actually added macosx-clipboard-native, which should have been in
33 the 9.07 release but had been forgotten.
34 - fix definition of sgr0 to work around limitations in luit.
35 - add support for grabbing the clipboard selection and extend
36 selection{_clear,_grab,} perl bindings to optionally work
37 on the clipboard selection (based on patch by Dana Jansens).
38 - fix a buffer overflow that would cause wrong key sequences to
39 be generated for numpad keys (introduced in 9.05).
40 - extend ISO 14755 5.4 mode to also print the font name of the
41 characters other than first one in the selected cell
42 (Emanuele Giaquinta).
43 - make sure pagewise scrolling scrolls at least one line
44 (found by Mikachu).
45 - new on_bell perl hook (Emanuele Giaquinta).
46 - new iso14755 option to disable ISO 14755 at runtime
47 (Emanuele Giaquinta).
48 - reduce the number of custom bits to 4, to make room
49 for 256 colours.
50
519.07 Wed Dec 30 07:07:18 CET 2009
52 - port to glibc-2.10 changes (strchr etc. returning const char *
53 in C++), based on patches by Milos Jakubicek and Oliver Mader.
54 - the binary search algorithm to find precomposed characters
55 was faulty, skipping some possible combinations (found by
56 Mikachu).
57 - new -letterspace option, patch by Mark H. Wilkinson.
58 - enable --mlock option for urxvt with frills on
59 systems supporting it (patch by Russell Harmon).
60 - urxvt did not compile without frills enabled
61 (analysed by Matthew Rosewarne).
62 - correctly reset the mbstate after an illegal
63 input sequence when handling terminal output (Emanuele Giaquinta).
64 - avoid redrawing wide characters with combining enabled on every
65 refresh (reported by Mikachu).
66 - fix a typo preventing the ISO-646.1991 character set from being
67 recognized (http://achurch.org/patch-pile/).
68 - better warning for x11 font encoding detection failures, also,
69 try to deduce encoding from both font properties and name
70 (adapted from http://achurch.org/patch-pile/).
71 - resizing the window with the scrollbar disabled via the escapes
72 sequence could make the window bigger again (Mikachu).
73 - make sure the alignment for fd passing control messages
74 is correct and work around some NetBSD issues (Taylor R Campbell).
75 - update to libptytty 1.3.
76 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
77 the old version to macosx-clipboard-native.
78 - document the -uc option (Emanuele Giaquinta).
79 - assertions in libev are now enabled depending on frills.
80 - update AnyEvent implementation to version 5.23 API.
81 - work around arrogant bsd idiocies again: netbsd spills the default
82 namespace with lots of symbols "for gnu/gcc compatibility" even
83 though neither of them does it, and then calls the rest of the world
84 in need of fixing. go figure.
85 - on_keyboard_command is on_user_command (patch by Michael Witten).
86 - setting the selection from perl will now reset the selection screen
87 to the current screen. the screen can be manipulated using
88 the new ->selection_screen method.
89 - implement --enable-assert configure option and get rid of DEBUG_STRICT
90 (based on patch by Emanuele Giaquinta).
91 - fix printpipe data output (patch by Emanuele Giaquinta).
92 - allow `xxx' quoting style for perl selection.
93 - upgrade to libev-3.9 prerelease.
94 - updated compose tables to unicode 5.2.0.
95
969.06 Sat Nov 8 17:47:18 CET 2008
97 - NOTICE: this release updates terminfo/termcap.
98 - updates libev to 3.48.
99 - the aterm code now frees the as visual and image manager objects
100 when a window was closed.
101 - do not (wrongly) adjust the virtual line length inside
102 scr_insdel_chars/ERASE (Miroslav Lichvar).
103 - fix an issue where wide tab characters caused character shifts
104 when part of them was deleted (tracked down by Miroslav Lichvar).
105 - artificially enlargen the previous character at the end of a line
106 when trying to output a character that doesn't fit. looks ugly, but
107 makes copy&paste work.
108 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
109 no longer apply.
110 - the urgency hint is now cleared on both focus in and focus out.
111 - cache urgency hint locally to avoid server rtt on every focus change.
112 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
113 - ignore byte-order marks and do not treat them like combining characters.
114 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
115 - do some µ-optimisations to the character fast path.
116 - use a less cunning, but more robust algorithm to avoid one terminal
117 monopolising the whole process by outputting a lot of text.
118 - try to work around linux first breaking sched_yield and now breaking
119 the only known workaround.
120 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
121 - initialise the as visual only on demand, instead of unconditionally,
122 to save memory in the common case of not using visual gimmicks.
123 - try to work around bugs in a few wm's that erroneously resize
124 client windows on hint property updates by temporarily
125 disabling size hints.
126 - implement the DECSTR soft reset sequence and use it for tput init,
127 and make hard RIS and DECSTR both reset more private modes, such
128 as mouse reporting.
129 - redundantly clear mouse reporting and a few other states in
130 tput init/tput reset, for older urxvts.
131 - partial/full clear screens did cause flickering and possibly pixel
132 droppings when urxvt viewed the scrollback buffer.
133 - use current rendition style in DCH sequence.
134 - the 132/80 mode switch no longer forces a screen reset.
135 - add an osc sequence to change the border colour (Emanuele Giaquinta).
136 - new perl extension "overlay-osc", for status displays and the like.
137 - fix some minor cursor drawing issues with overlays by allowing
138 overlays to modify screen flags (to disable the cursor themselves).
139 - work around programs not restoring rstyle before rmcup
140 (analysed by Miroslav Lichvar).
141
1429.05 Sun Jun 15 20:09:20 CEST 2008
143 - new option --cd/chdir to set the starting working directory.
144 - tabbed extension now starts in the "correct" working directory.
145 - work around fedora 9 providing isastream but not the relevant
146 header file for it (report by Tuncer Ayaz).
147 - upgrade libev, fixing a bug in the select backend.
148 with more than 31 file descriptors on non-linux 64 bit systems.
149 - correctly reset the multibyte state to the initial one
150 after EILSEQ (patch by Neil Booth). This fixes the
151 issue of rxvt-unicode not properly displaying text after an illegal
152 sequence on NetBSD and probably other systems.
153 - more intelligent property handling with -pe tabbed, works around
154 broken window managers (kwm et al.), saves bandwidth and should
155 help working window managers as well.
156 - made tabs moveable (based on a patch by Petr Machata).
157 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
158 - support relative paths for RXVT_SOCKET in urxvtd.
159 - the tabbed extension now blindly copies over all (rxvt-) resources
160 from the toplevel window to the children.
161 - better diagnostic on 0x0 window geometries.
162 - update AnyEvent API to version 3.4 and above.
163 - document the default value of :0 for DISPLAY.
164 - rename perl method XChangeWindowProperty to XChangeProperty.
165
1669.02 Tue Jan 29 11:58:36 CET 2008
167 - the "exg makes everybody happy" release.
168 - fix build with !xft.
169 - always compile in plain style scrollbar (simplifies code and looks great).
170
1719.01 Sat Jan 26 20:49:27 CET 2008
172 - be more aggressive about handling X events, this seems to be required
173 with newer xlibs (should fix the "screen stays black until event is
174 received" problem, again :)
175 - add buffered resource to control xft double-buffering.
176
1779.0 Fri Jan 25 19:34:04 CET 2008
178 - fix a crash bug where urxvtd would crash when urxvtc was called
179 with wrong arguments (I wish debian maintainers in general would
180 report bugs and their proposed fixes to the original package maintainers
181 instead of sitting on them for good measure to see if anybody notices).
182 - drawing xft compose characters was causing garbage to be drawn.
183 - correctly clear xft character background in all cases.
184 - implement bracketed paste mode (xterm private mode 2004).
185 - improve documentation on alpha channel handling, make urxvt
186 work better on servers lacking the RENDER extension when alpha
187 channels or background images are used.
188 - check for refresh after initialising to avoid staying blank
189 till the first event arrives. or so.
190 - the FORCE_UNBUFFERED_XFT feature macro works again.
191 - continuously update transparency while moving/resizing now.
192 - OSC 39/49 are deprecated and aliased to OSC 10/11.
193 - cub1 now acts as advertised (and ignores the "wrapped" state).
194 - the 132/80 mode switch now forces a height of 24, too, and
195 resets the terminal.
196 - scrollbar code cleanups.
197 - stopping children is no longer confused with children exiting.
198 - removed (undocumented) #aarrggbb format.
199 - updated to libev 3.0.
200
2018.9 Mon Dec 24 07:51:40 CET 2007
202 - fix the issue where urxvtd would not immediately close a window
203 when the command exited but only on the next X event.
204 - changed terminfo file not to use application keypad mode.
205 - fix the issue where making a selection in one urxvtd window
206 would not clear it visually in another.
207 - fix an issue of urxvt not getting background pixmap updates
208 and flickering after bg pixmap changes (reported by Mikachu).
209 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
210 - correctly provide dependencies for libev (µikachu).
211 - minor code reorganisations and cleanups.
212 - be more robust in case the urxvt-popup extension cannot be loaded.
213
2148.8 Sat Dec 15 19:40:39 CET 2007
215 - option -C was aliased to all unsupported options, activating
216 options that shouldn't be compiled in, leading to interesting
217 effects.
218 - updated libev, working around a bug in linux 2.4, curing the
219 symptom of urxvt not closing its window on shell exit. also
220 fixes a problem with urxvt not refreshing.
221 - the text blink callback was called even when no blinking
222 text was visible.
223 - pre-8.4 slipwheeling behaviour has been reinstated, with
224 some minor improvements.
225 - streamlined x events processing to only flush once per
226 display and not once per terminal window.
227 - quite a bit of minor code cleanups and codesize optimisations.
228
2298.7 Sun Nov 25 10:23:49 CET 2007
230 - update libev with an important bugfix that would cause crashes
231 when closing windows (when using rxvtd, and update is recommended).
232 - do not compile in the block builtin graphics with --disable-frills.
233
2348.6 Fri Nov 23 14:10:57 CET 2007
235 - upgrade libev to disable kqueue on anything but netbsd as it
236 seems to be broken everywhere else w.r.t. ptys.
237 - allow for spurious event notifications, as at least epoll and
238 especially solaris ports like to lie about them (symptoms:
239 urxvt "hangs" until there is some x11 related activity).
240 - -keysym command line options are now subjected to xlib parsing.
241 - add 'xrm' option analogous to Xt one.
242
2438.5a Wed Nov 21 10:16:33 CET 2007
244 - make it compile with --disable-transparency.
245
2468.5 Wed Nov 21 05:19:20 CET 2007
247 - expect major portability issues in this release: please test and report.
248 - converted from the veritable io manager event loop to
249 the high performance libev (http://software.schmorp.de/pkg/libev).
250 - minor tuning to the perl selection (include single words and more quoting chars).
251 - fix memory leak in pixmap code.
252 - fix a serious bug while setting the XIM destroy callback
253 on (typical) 64 bit systems.
254 - automove-background functionality re-implemented internally using :root op in pixmap
255 geometry string. For example: rxvt -pixmap "image.jpg;:root"
256 - do not link rxvtc against every lib on the planet anymore.
257 - parallel builds should work once more.
258
2598.4 Sat Oct 27 14:02:13 CEST 2007
260 - overhaul of the transparency/pixmap code (sasha).
261 - fix possible race between visual bell and poweron.
262 (reported by Martin von Gagern, gentoo?).
263 - urxvt -e no longer crashes the child.
264 - fixed some minor memleaks on incorrect usage or
265 missing DISPLAY.
266 - implement xterm 1002/1003 mouse tracking modes (exg).
267 - source code organisational cleanups (exg).
268 - updated io_manager.
269
2708.3 Wed Aug 1 20:21:31 CEST 2007
271 - new option: skipScroll/-ss, enabled by default.
272 - go with the times and expect x11 library files in /usr/lib, not
273 /usr/X11R6/lib.
274 - initial transparency improvement/afterimage support
275 patch by Sasha Vasko.
276 - add urgentOnBell resource to set the urgency hint
277 (patch by Philip Paeps).
278 - do not process focus events caused by grabs
279 (patch by Mikachu).
280 - add iso14755_52 resource to disable iso14755 5.2 (exg).
281 - add binding for backspace in iso14755 5.1 to remove the last
282 digit (exg).
283 - better option handling, support more than 30 options (exg).
284 - nuke reconf script, serves no purpose anymore.
285 - fixed and documented matcher/on_user_command processing in matcher
286 extension (tpope).
287 - compile out of the box on Solaris 10 (exg).
288 - fix MappingNotify events (reported by Stephan Walter).
289 - zero-initialise mwmhints, this seems to solve all sorts of minor
290 problems.
291
2928.2 Sat Feb 17 21:35:28 CET 2007
293 - fix make depend in src/, reported by exg.
294 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
295 (patch by Sergey Vlasov).
296 - unbundled iom perl interface somewhat.
297 - scrollbar-xterm now uses the selected scrollColor instead of fg
298 (found by Aiviru).
299 - disabled linux kernel bug workaround again: disabling it gives
300 a 50% speed hit on affected machines, while enabling it gives
301 a similar speed hit to screen, which is likely the more common
302 case to work around for :/
303 - urxvt::rend2mask perl function, and utilization of it by matcher
304 (patch by Moshe Kamensky).
305 - use perl:matcher on a keysym to open most recently displayed URL.
306 - with matcher, when multiple patterns match, last wins, not first.
307 - fix make and make install with srcdir != builddir (exg).
308 - updated bundled libptytty to fix a bug where the tty would be kept
309 open (see the libptytty ChangeLog for details).
310 - delay setting the IUTF8 flag to after the tty settings have been
311 set so its value does not get lost (reported and analysed by Andrei
312 Paskevich).
313 - rip out support for obsolete sgtty.h interface.
314 - rip out support for non-POSIX termios variants.
315 - update libptytty.
316 - update iom.C, make it call ptytty::sanitise_stdfd on init.
317 - when !XFT, change rounding of colours to use a less correct formula to
318 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
319 - change the starting offset of the pixmap set with backgroundPixmap
320 from (50,50) to (0,0) (exg).
321 - fix a typo in button_release, now meta-button2 request the value of
322 the Clipboard selection as it should (patch by Serge Koksharov).
323 - fix a bug in drawing a cell with a nonspacing char when using an xft
324 font with inheritPixmap and tintColor (exg).
325
3268.1 Thu Dec 7 22:27:25 CET 2006
327 - ケリスマスプレゼント - zomg!!1, it's too early!!!
328 - fix the assumption that chars < 256 are single-width. Now
329 only assume this for codepoints 32 to 126 (reported by Dai.H.).
330 - $term->strwidth returned wide chars as width 1, because some jerk
331 confused min and max. Fixing this also fixes xim-onthespot.
332 Reported by Takano Akio.
333 - secondaryScroll is now enabled by default (as per the manpage),
334 reported by exg.
335 - correct the description of [percent]color rgba format in the manpage.
336 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
337 - ignore (some) useless focus events (reported by mmc).
338 - updated compose table to unicode 5.0.0.
339
3408.0 Thu Nov 2 18:35:19 CET 2006
341 - combining characters cleared the area instead of creating an overlay,
342 thus losing the ability to draw combining characters properly in most
343 circumstances (reported by exg).
344 - specified fonts were incorrectly morphed to bold/italic according to the
345 basefont, even if explicitly specified (tracked down by tpope).
346 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
347 - fix a crash caused by passing negative widths to overlay functions.
348 - added 'matcher' extension by tpope, replacing the mark-urls extension.
349 - improve url regex to match anything www.* (tpope).
350 - fixed bug with outline cursor color being wrong after xft fonts.
351 - update to libptytty-1.0.
26 - give proper diagnostic when RXVT_SOCKET is too long instead of 352 - give proper diagnostic when RXVT_SOCKET is too long instead of
27 corrupting the stack (patch by exg). 353 corrupting the stack (patch by exg).
354 - display current terminal locale in option menu.
355 - urxvtd no longer crashes when the client sends an inaccessible
356 working directory (reported by Roland Baer, possibly fixes gentoo
357 bug #143985).
358 - fixed many minor issues reported by Roland Baer.
359 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
360 should not have any consequences, but was buggy nonetheless.
361 - manpage fix by exg.
28 362
297.9 Mon Aug 7 18:16:07 CEST 2006 3637.9 Mon Aug 7 18:16:07 CEST 2006
30 - fix the crashing bug people encountered with 7.8 + urxvtd + perl 364 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
31 + transparency. Ought to fix debian bug #380348. 365 + transparency. Ought to fix debian bug #380348.
32 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But 366 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
39 earlier versions only read it if display-resources (usually from 373 earlier versions only read it if display-resources (usually from
40 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 374 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
41 resource used") and seems to be logical behaviour, too. .Xdefaults 375 resource used") and seems to be logical behaviour, too. .Xdefaults
42 resources have a lower priority than display-specific resources. 376 resources have a lower priority than display-specific resources.
43 - add "kuake" perl extension that does a similar thing to the kuake 377 - add "kuake" perl extension that does a similar thing to the kuake
44 terminal emulator (see man urxtvperl). 378 terminal emulator (see man urxvtperl).
45 - use less "correct" color scaling that is compatible with libX11 and 379 - use less "correct" color scaling that is compatible with libX11 and
46 Xft (avoids off-by-one colors resulting in striped backgrounds). 380 Xft (avoids off-by-one colors resulting in striped backgrounds).
47 - the "depth" resource is now respected. 381 - the "depth" resource is now respected.
48 - preset the searchable-scrollback pattern with "(?i)" to default search 382 - preset the searchable-scrollback pattern with "(?i)" to default search
49 to case-insensitivity. Will automatically be cleared when typing an 383 to case-insensitivity. Will automatically be cleared when typing an
64 - selection-pastebin did not work properly with non-latin1-characters. 398 - selection-pastebin did not work properly with non-latin1-characters.
65 - apply colorUL only when the text colour is the default fg 399 - apply colorUL only when the text colour is the default fg
66 (patch by Wu Fengguang). 400 (patch by Wu Fengguang).
67 - removed rxvtlib.h from the tarball, it had no reason to be there 401 - removed rxvtlib.h from the tarball, it had no reason to be there
68 (spotted by Decklin Foster). 402 (spotted by Decklin Foster).
69 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported 403 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
70 by omatunto_. 404 by omatunto_.
71 - slap in a using namespace std, might help on platforms that don't 405 - slap in a using namespace std, might help on platforms that don't
72 follow C++ closely enough. 406 follow C++ closely enough.
73 - fix mailto url regex, spotted within milliseconds by Jost Krieger. 407 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
74 - applied fade_color_update_func.patch by WU Fengguang. 408 - applied fade_color_update_func.patch by WU Fengguang.
90 - modified XIM according to a patch sent by Takano Akio that sets 424 - modified XIM according to a patch sent by Takano Akio that sets
91 the preedit rectangle for OverTheSpot, which helps some input methods 425 the preedit rectangle for OverTheSpot, which helps some input methods
92 to correctly position their preedit window. 426 to correctly position their preedit window.
93 - un-optimise the line clearing on newly scrolled-in lines a bit: the 427 - un-optimise the line clearing on newly scrolled-in lines a bit: the
94 former reasoning was that any fg colour on default bg looks the same 428 former reasoning was that any fg colour on default bg looks the same
95 in empty spaces, but thats not true when reversing (e.g. selection), 429 in empty spaces, but that's not true when reversing (e.g. selection),
96 so also check for matching fg colours. This fixes the problem where 430 so also check for matching fg colours. This fixes the problem where
97 selecting newly scrolled-in lines would exhibit wrong colours. 431 selecting newly scrolled-in lines would exhibit wrong colours.
98 - fix a bug in the perl interface causing focus in events to generate 432 - fix a bug in the perl interface causing focus in events to generate
99 focus out perl events, causing bad focus effects with -pe tabbed. 433 focus out perl events, causing bad focus effects with -pe tabbed.
100 - fix a race resulting in a crash on exiting. 434 - fix a race resulting in a crash on exiting.
1097.6 Fri Feb 10 08:52:36 CET 2006 4437.6 Fri Feb 10 08:52:36 CET 2006
110 - changed interpretation of [alpha] colour prefix. 444 - changed interpretation of [alpha] colour prefix.
111 - +option now really sets the option to default, instead of using the 445 - +option now really sets the option to default, instead of using the
112 resource value. 446 resource value.
113 - options that require an argument now really _require_ an argument. 447 - options that require an argument now really _require_ an argument.
114 - the tabbed extension now forwards focus and keys events to th 448 - the tabbed extension now forwards focus and key events to the
115 relevant tab window. 449 relevant tab window.
116 - tab colours are now configurable and have sensible defaults 450 - tab colours are now configurable and have sensible defaults
117 (initial patch by hednod). 451 (initial patch by hednod).
118 - option menu is extendable, readline, selection and 452 - option menu is extendable, readline, selection and
119 selection-autotransform can now be disabled/enabled at runtime. 453 selection-autotransform can now be disabled/enabled at runtime.
134 - add ISO646.1991-IRV to the list of supported codesets. 468 - add ISO646.1991-IRV to the list of supported codesets.
135 - minor libptytty update. 469 - minor libptytty update.
136 470
1377.5 Tue Jan 31 15:15:43 CET 2006 4717.5 Tue Jan 31 15:15:43 CET 2006
138 - further improvements to the careful mode detection, and font width 472 - further improvements to the careful mode detection, and font width
139 detection: 473 detection:
140 - fully double-wide fonts will now be correctly treated, 474 - fully double-wide fonts will now be correctly treated,
141 - overlap detection was improved. 475 - overlap detection was improved.
142 - detect totally broken fonts (usually synthesized by xft). 476 - detect totally broken fonts (usually synthesized by xft).
143 - careful mode forced refresh sometimes clashed with blinking, 477 - careful mode forced refresh sometimes clashed with blinking,
144 causing unnecessary screen redraws. 478 causing unnecessary screen redraws.
259 being interpreted in the locale urxvt was started. 593 being interpreted in the locale urxvt was started.
260 - implemented override-redirect option and enabled it on menus, 594 - implemented override-redirect option and enabled it on menus,
261 as kwin puts our windows behind the terminal (what a shoddy wm). 595 as kwin puts our windows behind the terminal (what a shoddy wm).
262 - fixed struct utmp check in configure for OpenBSD. 596 - fixed struct utmp check in configure for OpenBSD.
263 - complete overhaul of the pty/utmp management stuff and configure 597 - complete overhaul of the pty/utmp management stuff and configure
264 (Emanuele Giaquinta). 598 (Emanuele Giaquinta=exg).
265 - add tsl/fsl and related capabilities to the terminfo description, 599 - add tsl/fsl and related capabilities to the terminfo description,
266 to set the window title. 600 to set the window title.
267 - swap the environment in some more cases. This hopefully fixes 601 - swap the environment in some more cases. This hopefully fixes
268 some segfaults that might be caused by xft asking for env variables 602 some segfaults that might be caused by xft asking for env variables
269 at the wrong time. 603 at the wrong time.
480 - added doc/embed-tk, an embedding example in Perl/Tk, 814 - added doc/embed-tk, an embedding example in Perl/Tk,
481 and doc/rxvt-tabbed, a primitive tabbed shell implemented 815 and doc/rxvt-tabbed, a primitive tabbed shell implemented
482 in Perl/Gtk2. 816 in Perl/Gtk2.
483 - fix assertion failure ("crash") on mousewheel-scrolling 817 - fix assertion failure ("crash") on mousewheel-scrolling
484 when the terminal height is small, by removing the assert. 818 when the terminal height is small, by removing the assert.
485 (reported by Mikael Magnusson). 819 (reported by Mikael Magnusson=Mikachu).
486 - SYNCCVS. backported bugfixes done to rxvt 820 - SYNCCVS. backported bugfixes done to rxvt
487 (sourceforge bugs #1028739, #1028732), except for 821 (sourceforge bugs #1028739, #1028732), except for
488 pts/%s fix as it seems to collide with freebsd, 822 pts/%s fix as it seems to collide with freebsd,
489 and sourceforge bug #954654, which is not neccessary. 823 and sourceforge bug #954654, which is not neccessary.
490 - change terminfo file to not clobber G1 when using 824 - change terminfo file to not clobber G1 when using
872 - some doc updates (Eduard Bloch). 1206 - some doc updates (Eduard Bloch).
873 - use faster inheritpixmap method when tinting color not set. 1207 - use faster inheritpixmap method when tinting color not set.
874 - fix pixmap offset when tinting (reported by Eduard Bloch). 1208 - fix pixmap offset when tinting (reported by Eduard Bloch).
875 - new -sh option by Mikael Magnusson. 1209 - new -sh option by Mikael Magnusson.
876 - off-focus-fading (--enable-fading) support (patch by 1210 - off-focus-fading (--enable-fading) support (patch by
877 Mikael Magnusson). 1211 Mikael Magnusson, based on aterm code).
878 - cursor now set correctly on --disable-blank (reported by 1212 - cursor now set correctly on --disable-blank (reported by
879 Mikael Magnusson). 1213 Mikael Magnusson).
880 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1214 - better (and non-crashing) slipwheeling (Mikael Magnusson).
881 - solaris 2.8 portability changes (reported by Colin Marquardt). 1215 - solaris 2.8 portability changes (reported by Colin Marquardt).
882 - disable-xim now really disables xim code. 1216 - disable-xim now really disables xim code.
1106 - completely removed non-working graphics mode 1440 - completely removed non-working graphics mode
1107 1441
11081.4 Fri Jan 16 23:03:22 CET 2004 14421.4 Fri Jan 16 23:03:22 CET 2004
1109 - fix stupid segfault on esc-c 1443 - fix stupid segfault on esc-c
1110 - small font tunings 1444 - small font tunings
1111 - much better io manager, less bugs, higher speed 1445 - much better io manager, fewer bugs, higher speed
1112 - better error reporting for unknown options 1446 - better error reporting for unknown options
1113 1447
11141.3 2003-12-26 14481.3 2003-12-26
1115 - fix a bug in font height selection 1449 - fix a bug in font height selection
1116 - autoscale scalable x11 fonts 1450 - autoscale scalable x11 fonts
11261.1 2003-12-18 14601.1 2003-12-18
1127 - Support for XIM in other than the current locale. 1461 - Support for XIM in other than the current locale.
1128 - Support for non-utf-8-locales 1462 - Support for non-utf-8-locales
1129 - much improved font choosing 1463 - much improved font choosing
1130 1464
11311.0 14651.0 2003-12-18
1132 - first release 1466 - first release
1133 - originally cloned from rxvt-CVS 2003-11-19 00:26 1467 - originally cloned from rxvt-CVS 2003-11-19 00:26
1134 - removed rclock et al. 1468 - removed rclock et al.
1135 - initial conversion to C++ 1469 - initial conversion to C++
1136 1470

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines