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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.648 by root, Sat Feb 18 14:14:43 2006 UTC vs.
Revision 1.968 by root, Fri Oct 22 05:57:59 2010 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: xcopyarea pass broken, fix and improve
3TODO: event mechanism that replaces on_keyboard_command with something more scalable. 4TODO: event mechanism that replaces on_user_command with something more scalable.
5TODO: slipwheeling needs a keyboard grab to get key release events.
4TODO: overlays collide with the way the out-of-focus cursor is being drawn 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
5TODO: split perl documentation and urxvt.pm into separate files
6TODO: harmonize --disable-options into position-dependent options.
7TODO: "slow" rendering mode for bidi and scripts, pango! 7TODO: "slow" rendering mode for bidi and scripts, pango!
8TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: 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?) 9TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
10TODO: default selection should handle = better 10TODO: better resource handling for tabbar in -pe tabbed.
11WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
12 => when setting the constraints, the wm might (correctly)
13 resize the outer window, which might result in a smaller window overall.
14 or something like that. guys, send me a patch.
15WISH: coloured pastebin
16WISH: load system-wide config file even if we don't have one
11WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
12WISH: anyevent mouse notification / manage MotionMask better.
13WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
14DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: perl-shell-window? perl-unix-socket?
15 20
21TODO: - upgrade to libev-4.00, reelase libev 4.0 first.
22TODO: curses startcolor is supposed to reset palette
23
24 - add support for blending and blurring with XRender (Emanuele Giaquinta).
25 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
26 - new perl extension "confirm-paste" (Emanuele Giaquinta).
27 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
28 - new on_bell perl hook (Emanuele Giaquinta).
29 - searchable-scrollback no longer ignores the first line
30 (Emanuele Giaquinta).
31 - fix utmpx detection on upcoming FreeBSD 9.
32 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
33 is not fully convertible to STRING (patch by James Cloos).
34 - fix a buffer overflow that would cause wrong key sequences to
35 be generated for numpad keys (introduced in 9.05).
36 - fix definition of sgr0 to work around limitations in luit.
37 - extend ISO 14755 5.4 mode to also print the font name of the
38 characters other than first one in the selected cell
39 (Emanuele Giaquinta).
40 - new iso14755 option to disable ISO 14755 at runtime
41 (Emanuele Giaquinta).
42 - make sure pagewise scrolling scrolls at least one line
43 (found by Mikachu).
44 - remove deprecated OSC 18 / 19 and make OSC 17 / 19 apply to
45 highlightColor / highlightTextColor (Emanuele Giaquinta).
46 - add highlightTextColor resource to change the foreground colour of
47 highlighted characters (Emanuele Giaquinta).
48 - make highlightColor apply also to selected cells with reverse video
49 but not to non selected cells with reverse video (Emanuele Giaquinta).
50 - remove colorRV resource (it was enabled only with frills off).
51 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
52 - reduce the number of custom bits to 4, to make room
53 for 256 colours.
54 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
55 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
56 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
57 88*88 possible pairs.
58 - actually added macosx-clipboard-native, which should have been in
59 the 9.07 release but had been forgotten.
60 - fix hang if DECAWM is not set and there are not enough columns to insert a
61 character (Emanuele Giaquinta).
62 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
63 working around a shortcoming of most tty line discipline's line editing.
64 - add support for grabbing the clipboard selection and extend
65 selection{_clear,_grab,} perl bindings to optionally work
66 on the clipboard selection (based on patch by Dana Jansens).
67 - no longer force CERASE to BACKSPACE - use the system default. affects
68 default value for VERASE only when no compatible setting for
69 backspacekey was given.
70 - use higher than 38400 baudrate setting, if detected.
71 - erase screen would clear to the wrong background when blinking
72 was enabled (which selects high intensity under some circumstances).
73 - it was verified that urxvt handles µ and μ correctly.
74 - scr_kill_char didn't touch the line.
75 - upgrade and port to libev-4.0 prerelease.
76
779.07 Wed Dec 30 07:07:18 CET 2009
78 - port to glibc-2.10 changes (strchr etc. returning const char *
79 in C++), based on patches by Milos Jakubicek and Oliver Mader.
80 - the binary search algorithm to find precomposed characters
81 was faulty, skipping some possible combinations (found by
82 Mikachu).
83 - new -letterspace option, patch by Mark H. Wilkinson.
84 - enable --mlock option for urxvt with frills on
85 systems supporting it (patch by Russell Harmon).
86 - urxvt did not compile without frills enabled
87 (analysed by Matthew Rosewarne).
88 - correctly reset the mbstate after an illegal
89 input sequence when handling terminal output (Emanuele Giaquinta).
90 - avoid redrawing wide characters with combining enabled on every
91 refresh (reported by Mikachu).
92 - fix a typo preventing the ISO-646.1991 character set from being
93 recognized (http://achurch.org/patch-pile/).
94 - better warning for x11 font encoding detection failures, also,
95 try to deduce encoding from both font properties and name
96 (adapted from http://achurch.org/patch-pile/).
97 - resizing the window with the scrollbar disabled via the escapes
98 sequence could make the window bigger again (Mikachu).
99 - make sure the alignment for fd passing control messages
100 is correct and work around some NetBSD issues (Taylor R Campbell).
101 - update to libptytty 1.3.
102 - replace macosx-clipboard by a nicer version by Reza Jelveh, and move
103 the old version to macosx-clipboard-native.
104 - document the -uc option (Emanuele Giaquinta).
105 - assertions in libev are now enabled depending on frills.
106 - update AnyEvent implementation to version 5.23 API.
107 - work around arrogant bsd idiocies again: netbsd spills the default
108 namespace with lots of symbols "for gnu/gcc compatibility" even
109 though neither of them does it, and then calls the rest of the world
110 in need of fixing. go figure.
111 - on_keyboard_command is on_user_command (patch by Michael Witten).
112 - setting the selection from perl will now reset the selection screen
113 to the current screen. the screen can be manipulated using
114 the new ->selection_screen method.
115 - implement --enable-assert configure option and get rid of DEBUG_STRICT
116 (based on patch by Emanuele Giaquinta).
117 - fix printpipe data output (patch by Emanuele Giaquinta).
118 - allow `xxx' quoting style for perl selection.
119 - upgrade to libev-3.9 prerelease.
120 - updated compose tables to unicode 5.2.0.
121
1229.06 Sat Nov 8 17:47:18 CET 2008
123 - NOTICE: this release updates terminfo/termcap.
124 - updates libev to 3.48.
125 - the aterm code now frees the as visual and image manager objects
126 when a window was closed.
127 - do not (wrongly) adjust the virtual line length inside
128 scr_insdel_chars/ERASE (Miroslav Lichvar).
129 - fix an issue where wide tab characters caused character shifts
130 when part of them was deleted (tracked down by Miroslav Lichvar).
131 - artificially enlargen the previous character at the end of a line
132 when trying to output a character that doesn't fit. looks ugly, but
133 makes copy&paste work.
134 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
135 no longer apply.
136 - the urgency hint is now cleared on both focus in and focus out.
137 - cache urgency hint locally to avoid server rtt on every focus change.
138 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
139 - ignore byte-order marks and do not treat them like combining characters.
140 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
141 - do some µ-optimisations to the character fast path.
142 - use a less cunning, but more robust algorithm to avoid one terminal
143 monopolising the whole process by outputting a lot of text.
144 - try to work around linux first breaking sched_yield and now breaking
145 the only known workaround.
146 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
147 - initialise the as visual only on demand, instead of unconditionally,
148 to save memory in the common case of not using visual gimmicks.
149 - try to work around bugs in a few wm's that erroneously resize
150 client windows on hint property updates by temporarily
151 disabling size hints.
152 - implement the DECSTR soft reset sequence and use it for tput init,
153 and make hard RIS and DECSTR both reset more private modes, such
154 as mouse reporting.
155 - redundantly clear mouse reporting and a few other states in
156 tput init/tput reset, for older urxvts.
157 - partial/full clear screens did cause flickering and possibly pixel
158 droppings when urxvt viewed the scrollback buffer.
159 - use current rendition style in DCH sequence.
160 - the 132/80 mode switch no longer forces a screen reset.
161 - add an osc sequence to change the border colour (Emanuele Giaquinta).
162 - new perl extension "overlay-osc", for status displays and the like.
163 - fix some minor cursor drawing issues with overlays by allowing
164 overlays to modify screen flags (to disable the cursor themselves).
165 - work around programs not restoring rstyle before rmcup
166 (analysed by Miroslav Lichvar).
167
1689.05 Sun Jun 15 20:09:20 CEST 2008
169 - new option --cd/chdir to set the starting working directory.
170 - tabbed extension now starts in the "correct" working directory.
171 - work around fedora 9 providing isastream but not the relevant
172 header file for it (report by Tuncer Ayaz).
173 - upgrade libev, fixing a bug in the select backend.
174 with more than 31 file descriptors on non-linux 64 bit systems.
175 - correctly reset the multibyte state to the initial one
176 after EILSEQ (patch by Neil Booth). This fixes the
177 issue of rxvt-unicode not properly displaying text after an illegal
178 sequence on NetBSD and probably other systems.
179 - more intelligent property handling with -pe tabbed, works around
180 broken window managers (kwm et al.), saves bandwidth and should
181 help working window managers as well.
182 - made tabs moveable (based on a patch by Petr Machata).
183 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
184 - support relative paths for RXVT_SOCKET in urxvtd.
185 - the tabbed extension now blindly copies over all (rxvt-) resources
186 from the toplevel window to the children.
187 - better diagnostic on 0x0 window geometries.
188 - update AnyEvent API to version 3.4 and above.
189 - document the default value of :0 for DISPLAY.
190 - rename perl method XChangeWindowProperty to XChangeProperty.
191
1929.02 Tue Jan 29 11:58:36 CET 2008
193 - the "exg makes everybody happy" release.
194 - fix build with !xft.
195 - always compile in plain style scrollbar (simplifies code and looks great).
196
1979.01 Sat Jan 26 20:49:27 CET 2008
198 - be more aggressive about handling X events, this seems to be required
199 with newer xlibs (should fix the "screen stays black until event is
200 received" problem, again :)
201 - add buffered resource to control xft double-buffering.
202
2039.0 Fri Jan 25 19:34:04 CET 2008
204 - fix a crash bug where urxvtd would crash when urxvtc was called
205 with wrong arguments (I wish debian maintainers in general would
206 report bugs and their proposed fixes to the original package maintainers
207 instead of sitting on them for good measure to see if anybody notices).
208 - drawing xft compose characters was causing garbage to be drawn.
209 - correctly clear xft character background in all cases.
210 - implement bracketed paste mode (xterm private mode 2004).
211 - improve documentation on alpha channel handling, make urxvt
212 work better on servers lacking the RENDER extension when alpha
213 channels or background images are used.
214 - check for refresh after initialising to avoid staying blank
215 till the first event arrives. or so.
216 - the FORCE_UNBUFFERED_XFT feature macro works again.
217 - continuously update transparency while moving/resizing now.
218 - OSC 39/49 are deprecated and aliased to OSC 10/11.
219 - cub1 now acts as advertised (and ignores the "wrapped" state).
220 - the 132/80 mode switch now forces a height of 24, too, and
221 resets the terminal.
222 - scrollbar code cleanups.
223 - stopping children is no longer confused with children exiting.
224 - removed (undocumented) #aarrggbb format.
225 - updated to libev 3.0.
226
2278.9 Mon Dec 24 07:51:40 CET 2007
228 - fix the issue where urxvtd would not immediately close a window
229 when the command exited but only on the next X event.
230 - changed terminfo file not to use application keypad mode.
231 - fix the issue where making a selection in one urxvtd window
232 would not clear it visually in another.
233 - fix an issue of urxvt not getting background pixmap updates
234 and flickering after bg pixmap changes (reported by Mikachu).
235 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
236 - correctly provide dependencies for libev (µikachu).
237 - minor code reorganisations and cleanups.
238 - be more robust in case the urxvt-popup extension cannot be loaded.
239
2408.8 Sat Dec 15 19:40:39 CET 2007
241 - option -C was aliased to all unsupported options, activating
242 options that shouldn't be compiled in, leading to interesting
243 effects.
244 - updated libev, working around a bug in linux 2.4, curing the
245 symptom of urxvt not closing its window on shell exit. also
246 fixes a problem with urxvt not refreshing.
247 - the text blink callback was called even when no blinking
248 text was visible.
249 - pre-8.4 slipwheeling behaviour has been reinstated, with
250 some minor improvements.
251 - streamlined x events processing to only flush once per
252 display and not once per terminal window.
253 - quite a bit of minor code cleanups and codesize optimisations.
254
2558.7 Sun Nov 25 10:23:49 CET 2007
256 - update libev with an important bugfix that would cause crashes
257 when closing windows (when using rxvtd, and update is recommended).
258 - do not compile in the block builtin graphics with --disable-frills.
259
2608.6 Fri Nov 23 14:10:57 CET 2007
261 - upgrade libev to disable kqueue on anything but netbsd as it
262 seems to be broken everywhere else w.r.t. ptys.
263 - allow for spurious event notifications, as at least epoll and
264 especially solaris ports like to lie about them (symptoms:
265 urxvt "hangs" until there is some x11 related activity).
266 - -keysym command line options are now subjected to xlib parsing.
267 - add 'xrm' option analogous to Xt one.
268
2698.5a Wed Nov 21 10:16:33 CET 2007
270 - make it compile with --disable-transparency.
271
2728.5 Wed Nov 21 05:19:20 CET 2007
273 - expect major portability issues in this release: please test and report.
274 - converted from the veritable io manager event loop to
275 the high performance libev (http://software.schmorp.de/pkg/libev).
276 - minor tuning to the perl selection (include single words and more quoting chars).
277 - fix memory leak in pixmap code.
278 - fix a serious bug while setting the XIM destroy callback
279 on (typical) 64 bit systems.
280 - automove-background functionality re-implemented internally using :root op in pixmap
281 geometry string. For example: rxvt -pixmap "image.jpg;:root"
282 - do not link rxvtc against every lib on the planet anymore.
283 - parallel builds should work once more.
284
2858.4 Sat Oct 27 14:02:13 CEST 2007
286 - overhaul of the transparency/pixmap code (sasha).
287 - fix possible race between visual bell and poweron.
288 (reported by Martin von Gagern, gentoo?).
289 - urxvt -e no longer crashes the child.
290 - fixed some minor memleaks on incorrect usage or
291 missing DISPLAY.
292 - implement xterm 1002/1003 mouse tracking modes (exg).
293 - source code organisational cleanups (exg).
294 - updated io_manager.
295
2968.3 Wed Aug 1 20:21:31 CEST 2007
297 - new option: skipScroll/-ss, enabled by default.
298 - go with the times and expect x11 library files in /usr/lib, not
299 /usr/X11R6/lib.
300 - initial transparency improvement/afterimage support
301 patch by Sasha Vasko.
302 - add urgentOnBell resource to set the urgency hint
303 (patch by Philip Paeps).
304 - do not process focus events caused by grabs
305 (patch by Mikachu).
306 - add iso14755_52 resource to disable iso14755 5.2 (exg).
307 - add binding for backspace in iso14755 5.1 to remove the last
308 digit (exg).
309 - better option handling, support more than 30 options (exg).
310 - nuke reconf script, serves no purpose anymore.
311 - fixed and documented matcher/on_user_command processing in matcher
312 extension (tpope).
313 - compile out of the box on Solaris 10 (exg).
314 - fix MappingNotify events (reported by Stephan Walter).
315 - zero-initialise mwmhints, this seems to solve all sorts of minor
316 problems.
317
3188.2 Sat Feb 17 21:35:28 CET 2007
319 - fix make depend in src/, reported by exg.
320 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
321 (patch by Sergey Vlasov).
322 - unbundled iom perl interface somewhat.
323 - scrollbar-xterm now uses the selected scrollColor instead of fg
324 (found by Aiviru).
325 - disabled linux kernel bug workaround again: disabling it gives
326 a 50% speed hit on affected machines, while enabling it gives
327 a similar speed hit to screen, which is likely the more common
328 case to work around for :/
329 - urxvt::rend2mask perl function, and utilization of it by matcher
330 (patch by Moshe Kamensky).
331 - use perl:matcher on a keysym to open most recently displayed URL.
332 - with matcher, when multiple patterns match, last wins, not first.
333 - fix make and make install with srcdir != builddir (exg).
334 - updated bundled libptytty to fix a bug where the tty would be kept
335 open (see the libptytty ChangeLog for details).
336 - delay setting the IUTF8 flag to after the tty settings have been
337 set so its value does not get lost (reported and analysed by Andrei
338 Paskevich).
339 - rip out support for obsolete sgtty.h interface.
340 - rip out support for non-POSIX termios variants.
341 - update libptytty.
342 - update iom.C, make it call ptytty::sanitise_stdfd on init.
343 - when !XFT, change rounding of colours to use a less correct formula to
344 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
345 - change the starting offset of the pixmap set with backgroundPixmap
346 from (50,50) to (0,0) (exg).
347 - fix a typo in button_release, now meta-button2 request the value of
348 the Clipboard selection as it should (patch by Serge Koksharov).
349 - fix a bug in drawing a cell with a nonspacing char when using an xft
350 font with inheritPixmap and tintColor (exg).
351
3528.1 Thu Dec 7 22:27:25 CET 2006
353 - ケリスマスプレゼント - zomg!!1, it's too early!!!
354 - fix the assumption that chars < 256 are single-width. Now
355 only assume this for codepoints 32 to 126 (reported by Dai.H.).
356 - $term->strwidth returned wide chars as width 1, because some jerk
357 confused min and max. Fixing this also fixes xim-onthespot.
358 Reported by Takano Akio.
359 - secondaryScroll is now enabled by default (as per the manpage),
360 reported by exg.
361 - correct the description of [percent]color rgba format in the manpage.
362 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
363 - ignore (some) useless focus events (reported by mmc).
364 - updated compose table to unicode 5.0.0.
365
3668.0 Thu Nov 2 18:35:19 CET 2006
367 - combining characters cleared the area instead of creating an overlay,
368 thus losing the ability to draw combining characters properly in most
369 circumstances (reported by exg).
370 - specified fonts were incorrectly morphed to bold/italic according to the
371 basefont, even if explicitly specified (tracked down by tpope).
372 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
373 - fix a crash caused by passing negative widths to overlay functions.
374 - added 'matcher' extension by tpope, replacing the mark-urls extension.
375 - improve url regex to match anything www.* (tpope).
376 - fixed bug with outline cursor color being wrong after xft fonts.
377 - update to libptytty-1.0.
378 - give proper diagnostic when RXVT_SOCKET is too long instead of
379 corrupting the stack (patch by exg).
380 - display current terminal locale in option menu.
381 - urxvtd no longer crashes when the client sends an inaccessible
382 working directory (reported by Roland Baer, possibly fixes gentoo
383 bug #143985).
384 - fixed many minor issues reported by Roland Baer.
385 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
386 should not have any consequences, but was buggy nonetheless.
387 - manpage fix by exg.
388
3897.9 Mon Aug 7 18:16:07 CEST 2006
390 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
391 + transparency. Ought to fix debian bug #380348.
392 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
393 it does! :->
394 - rxvt_fatal() in case the locale string is too long for our static buffer.
395 - fixed many, many, typos in the manpages (patch supplied by ves).
396
3977.8 Mon Jul 17 21:00:46 CEST 2006
398 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
399 earlier versions only read it if display-resources (usually from
400 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
401 resource used") and seems to be logical behaviour, too. .Xdefaults
402 resources have a lower priority than display-specific resources.
403 - add "kuake" perl extension that does a similar thing to the kuake
404 terminal emulator (see man urxvtperl).
405 - use less "correct" color scaling that is compatible with libX11 and
406 Xft (avoids off-by-one colors resulting in striped backgrounds).
407 - the "depth" resource is now respected.
408 - preset the searchable-scrollback pattern with "(?i)" to default search
409 to case-insensitivity. Will automatically be cleared when typing an
410 uppercase character.
411 - add FORCE_UNBUFFERED_XFT define to features.h.
412 - re-enabled highlightcolor support with --enable-frills, based on
413 a patch by Martin Stubenschrott.
414 - double-buffered xft drawing did suffer from pixel offset issues
415 when pixmap transparency was enabled.
416 - strategically add # to the url-match regexes, as we really want to
417 match common URIs not common URLs. Reported by Aaron Griffin.
418 - moved on_osc_seq to on_osc_seq_perl and added a more
419 generic osc_seq.
420 - fix a bug causing double callback invocations when perl hooks
421 were invoked recursively.
422 - the automove-background extension now properly works when the
423 pixmap gets reset with an osc sequence (sqweek).
424 - selection-pastebin did not work properly with non-latin1-characters.
425 - apply colorUL only when the text colour is the default fg
426 (patch by Wu Fengguang).
427 - removed rxvtlib.h from the tarball, it had no reason to be there
428 (spotted by Decklin Foster).
429 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
430 by omatunto_.
431 - slap in a using namespace std, might help on platforms that don't
432 follow C++ closely enough.
433 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
434 - applied fade_color_update_func.patch by WU Fengguang.
435 - fix a bug where (due to an optimisation in av_delete), hiding the
436 bottom-most overlay would hide two overlays.
437
4387.7 Tue Feb 21 12:32:49 CET 2006
439 - use double-buffered drawing (xft fonts only). On many driver/hardware
440 combination this actually increases xft drawing speed, at the expense
441 of more network bandwidth and slight nausea on the side of the author.
16 - readline perl extension now requires shift-click instead of a normal 442 - readline perl extension now requires shift-click instead of a normal
17 click. 443 click, and eats the click.
444 - tabbed perl extension now supports -e.
445 - disabled graphics-exposures on the main drawing GC, report any
446 refresh bugs please.
18 - improve property handling for -pe tabbed: avoid unnecessary property 447 - improve property handling for -pe tabbed: avoid unnecessary property
19 changes (for kde's benefit) at the expense of extra round-trips, 448 changes (for kde's benefit) at the expense of extra round-trips,
20 improve size hint setting. 449 improve size hint setting.
21 - modified XIM according to a patch sent by Takano Akio that sets 450 - modified XIM according to a patch sent by Takano Akio that sets
22 the preedit rectangle for OverTheSpot, which helps some input methods 451 the preedit rectangle for OverTheSpot, which helps some input methods
23 to correctly position their preedit window. 452 to correctly position their preedit window.
24 - un-optimise the line clearing on newly scrolled-in lines a bit: the 453 - un-optimise the line clearing on newly scrolled-in lines a bit: the
25 former reasoning was that any fg colour on default bg looks the same 454 former reasoning was that any fg colour on default bg looks the same
26 in empts spaces, but thats not true when reversing (e.g. selection), 455 in empty spaces, but that's not true when reversing (e.g. selection),
27 so also check for matching fg colours. This fixes the problem where 456 so also check for matching fg colours. This fixes the problem where
28 selecting newly scrolled-in lines would exhibit wrong colours. 457 selecting newly scrolled-in lines would exhibit wrong colours.
458 - fix a bug in the perl interface causing focus in events to generate
459 focus out perl events, causing bad focus effects with -pe tabbed.
29 - fix a race resulting in a crash on exiting. 460 - fix a race resulting in a crash on exiting.
461 - fix a with --disable-xft that caused xfreecolors to be called on
462 colors never allocated, resulting in aborts (reported by Paco-Paco).
463 - resources on non-initial screens weren't refetched correctly
464 (reported by Paco-Paco).
465 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
466 working in either rxvt-unicode nor in the original rxvt.
467 - removed undocumented -exec alias for the -e option.
30 468
317.6 Fri Feb 10 08:52:36 CET 2006 4697.6 Fri Feb 10 08:52:36 CET 2006
32 - changed interpretation of [alpha] colour prefix. 470 - changed interpretation of [alpha] colour prefix.
33 - +option now really sets the option to default, instead of using the 471 - +option now really sets the option to default, instead of using the
34 resource value. 472 resource value.
35 - options that require an argument now really _require_ an argument. 473 - options that require an argument now really _require_ an argument.
36 - the tabbed extension now forwards focus and keys events to th 474 - the tabbed extension now forwards focus and key events to the
37 relevant tab window. 475 relevant tab window.
38 - tab colours are now configurable and have sensible defaults 476 - tab colours are now configurable and have sensible defaults
39 (initial patch by hednod). 477 (initial patch by hednod).
40 - option menu is extendable, readline, selection and 478 - option menu is extendable, readline, selection and
41 selection-autotransform can now be disabled/enabled at runtime. 479 selection-autotransform can now be disabled/enabled at runtime.
56 - add ISO646.1991-IRV to the list of supported codesets. 494 - add ISO646.1991-IRV to the list of supported codesets.
57 - minor libptytty update. 495 - minor libptytty update.
58 496
597.5 Tue Jan 31 15:15:43 CET 2006 4977.5 Tue Jan 31 15:15:43 CET 2006
60 - further improvements to the careful mode detection, and font width 498 - further improvements to the careful mode detection, and font width
61 detection: 499 detection:
62 - fully double-wide fonts will now be correctly treated, 500 - fully double-wide fonts will now be correctly treated,
63 - overlap detection was improved. 501 - overlap detection was improved.
64 - detect totally broken fonts (usually synthesized by xft). 502 - detect totally broken fonts (usually synthesized by xft).
65 - careful mode forced refresh sometimes clashed with blinking, 503 - careful mode forced refresh sometimes clashed with blinking,
66 causing unnecessary screen redraws. 504 causing unnecessary screen redraws.
90 - fix version report (DA) (which was unfortunately broken). 528 - fix version report (DA) (which was unfortunately broken).
91 - changed version number report again, now to emulate xterm closer. 529 - changed version number report again, now to emulate xterm closer.
92 - added the OSC sequence 702 to detect the urxvt version number. 530 - added the OSC sequence 702 to detect the urxvt version number.
93 - small configure updates. 531 - small configure updates.
94 - further RTT optimisations. 532 - further RTT optimisations.
533 - backported clean-up patches for makefiles and documentation from
534 the debian package.
535 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
536 but much newer than the old one.
95 537
967.4 Sat Jan 28 15:26:27 CET 2006 5387.4 Sat Jan 28 15:26:27 CET 2006
97 - screen background wasn't always erased properly when scrolling, 539 - screen background wasn't always erased properly when scrolling,
98 - re-enabled clearing optimisation disabled in 7.4pre. 540 - re-enabled clearing optimisation disabled in 7.4pre.
99 - small configure updates for libptytty. 541 - small configure updates for libptytty.
177 being interpreted in the locale urxvt was started. 619 being interpreted in the locale urxvt was started.
178 - implemented override-redirect option and enabled it on menus, 620 - implemented override-redirect option and enabled it on menus,
179 as kwin puts our windows behind the terminal (what a shoddy wm). 621 as kwin puts our windows behind the terminal (what a shoddy wm).
180 - fixed struct utmp check in configure for OpenBSD. 622 - fixed struct utmp check in configure for OpenBSD.
181 - complete overhaul of the pty/utmp management stuff and configure 623 - complete overhaul of the pty/utmp management stuff and configure
182 (Emanuele Giaquinta). 624 (Emanuele Giaquinta=exg).
183 - add tsl/fsl and related capabilities to the terminfo description, 625 - add tsl/fsl and related capabilities to the terminfo description,
184 to set the window title. 626 to set the window title.
185 - swap the environment in some more cases. This hopefully fixes 627 - swap the environment in some more cases. This hopefully fixes
186 some segfaults that might be caused by xft asking for env variables 628 some segfaults that might be caused by xft asking for env variables
187 at the wrong time. 629 at the wrong time.
398 - added doc/embed-tk, an embedding example in Perl/Tk, 840 - added doc/embed-tk, an embedding example in Perl/Tk,
399 and doc/rxvt-tabbed, a primitive tabbed shell implemented 841 and doc/rxvt-tabbed, a primitive tabbed shell implemented
400 in Perl/Gtk2. 842 in Perl/Gtk2.
401 - fix assertion failure ("crash") on mousewheel-scrolling 843 - fix assertion failure ("crash") on mousewheel-scrolling
402 when the terminal height is small, by removing the assert. 844 when the terminal height is small, by removing the assert.
403 (reported by Mikael Magnusson). 845 (reported by Mikael Magnusson=Mikachu).
404 - SYNCCVS. backported bugfixes done to rxvt 846 - SYNCCVS. backported bugfixes done to rxvt
405 (sourceforge bugs #1028739, #1028732), except for 847 (sourceforge bugs #1028739, #1028732), except for
406 pts/%s fix as it seems to collide with freebsd, 848 pts/%s fix as it seems to collide with freebsd,
407 and sourceforge bug #954654, which is not neccessary. 849 and sourceforge bug #954654, which is not neccessary.
408 - change terminfo file to not clobber G1 when using 850 - change terminfo file to not clobber G1 when using
790 - some doc updates (Eduard Bloch). 1232 - some doc updates (Eduard Bloch).
791 - use faster inheritpixmap method when tinting color not set. 1233 - use faster inheritpixmap method when tinting color not set.
792 - fix pixmap offset when tinting (reported by Eduard Bloch). 1234 - fix pixmap offset when tinting (reported by Eduard Bloch).
793 - new -sh option by Mikael Magnusson. 1235 - new -sh option by Mikael Magnusson.
794 - off-focus-fading (--enable-fading) support (patch by 1236 - off-focus-fading (--enable-fading) support (patch by
795 Mikael Magnusson). 1237 Mikael Magnusson, based on aterm code).
796 - cursor now set correctly on --disable-blank (reported by 1238 - cursor now set correctly on --disable-blank (reported by
797 Mikael Magnusson). 1239 Mikael Magnusson).
798 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1240 - better (and non-crashing) slipwheeling (Mikael Magnusson).
799 - solaris 2.8 portability changes (reported by Colin Marquardt). 1241 - solaris 2.8 portability changes (reported by Colin Marquardt).
800 - disable-xim now really disables xim code. 1242 - disable-xim now really disables xim code.
1024 - completely removed non-working graphics mode 1466 - completely removed non-working graphics mode
1025 1467
10261.4 Fri Jan 16 23:03:22 CET 2004 14681.4 Fri Jan 16 23:03:22 CET 2004
1027 - fix stupid segfault on esc-c 1469 - fix stupid segfault on esc-c
1028 - small font tunings 1470 - small font tunings
1029 - much better io manager, less bugs, higher speed 1471 - much better io manager, fewer bugs, higher speed
1030 - better error reporting for unknown options 1472 - better error reporting for unknown options
1031 1473
10321.3 2003-12-26 14741.3 2003-12-26
1033 - fix a bug in font height selection 1475 - fix a bug in font height selection
1034 - autoscale scalable x11 fonts 1476 - autoscale scalable x11 fonts
10441.1 2003-12-18 14861.1 2003-12-18
1045 - Support for XIM in other than the current locale. 1487 - Support for XIM in other than the current locale.
1046 - Support for non-utf-8-locales 1488 - Support for non-utf-8-locales
1047 - much improved font choosing 1489 - much improved font choosing
1048 1490
10491.0 14911.0 2003-12-18
1050 - first release 1492 - first release
1051 - originally cloned from rxvt-CVS 2003-11-19 00:26 1493 - originally cloned from rxvt-CVS 2003-11-19 00:26
1052 - removed rclock et al. 1494 - removed rclock et al.
1053 - initial conversion to C++ 1495 - initial conversion to C++
1054 1496

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines