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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.664 by root, Sat Mar 4 22:36:50 2006 UTC vs.
Revision 1.934 by sf-exg, Sun Feb 14 13:32:15 2010 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: fix the flaw in the url regex jost pointed out 3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: xcopyarea pass broken, fix and improve 4TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_user_command with something more scalable.
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: split perl documentation and urxvt.pm into separate files
8TODO: harmonize --disable-options into position-dependent options.
9TODO: "slow" rendering mode for bidi and scripts, pango! 8TODO: "slow" rendering mode for bidi and scripts, pango!
10TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
11TODO: 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?)
12TODO: default selection should handle = better 11TODO: better resource handling for tabbar in -pe tabbed.
13TODO: kick out xpm.C, replace by pixbuf 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
14WISH: skipscroll option 13 => when setting the constraints, the wm might (correctly)
14 resize the outer window, which might result in a smaller window overall.
15 or something like that. guys, send me a patch.
16WISH: coloured pastebin
17WISH: selection-color-pair instead of reverse video
15WISH: load system-wide config file even if we don't have one 18WISH: load system-wide config file even if we don't have one
16WISH: look into XAddConnectionWatch, does anybody need that? 19WISH: look into XAddConnectionWatch, does anybody need that?
17WISH: anyevent mouse notification / manage MotionMask better.
18WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
19DUMB: support tex fonts 20DUMB: support tex fonts
20 21
22TODO: perl-shell-window?
23TODO: zweimal numlock? falsche codes rxvt urxvt for numpad?
24TODO: scorllback search does nto fidn evry first line?
25TODO: when using perl selection, triple clicking on a word with a
26 non ascii char does not end in the whole line being selected
27 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523072
28
29 - make sure pagewise scrolling scrolls at least one line
30 (found by Mikachu).
31 - new on_bell perl hook (Emanuele Giaquinta).
32 - new iso14755 option to disable ISO 14755 at runtime
33 (Emanuele Giaquinta).
34
359.07 Wed Dec 30 07:07:18 CET 2009
36 - port to glibc-2.10 changes (strchr etc. returning const char *
37 in C++), based on patches by Milos Jakubicek and Oliver Mader.
38 - the binary search algorithm to find precomposed characters
39 was faulty, skipping some possible combinations (found by
40 Mikachu).
41 - new -letterspace option, patch by Mark H. Wilkinson.
42 - enable --mlock option for urxvt with frills on
43 systems supporting it (patch by Russell Harmon).
44 - urxvt did not compile without frills enabled
45 (analysed by Matthew Rosewarne).
46 - correctly reset the mbstate after an illegal
47 input sequence when handling terminal output (Emanuele Giaquinta).
48 - avoid redrawing wide characters with combining enabled on every
49 refresh (reported by Mikachu).
50 - fix a typo preventing the ISO-646.1991 character set from being
51 recognized (http://achurch.org/patch-pile/).
52 - better warning for x11 font encoding detection failures, also,
53 try to deduce encoding from both font properties and name
54 (adapted from http://achurch.org/patch-pile/).
55 - resizing the window with the scrollbar disabled via the escapes
56 sequence could make the window bigger again (Mikachu).
57 - make sure the alignment for fd passing control messages
58 is correct and work around some NetBSD issues (Taylor R Campbell).
59 - update to libptytty 1.3.
60 - replace macosx-pastebin by a nicer version by Reza Jelveh, and move
61 the old version to macosx-pastebin-native.
62 - document the -uc option (Emanuele Giaquinta).
63 - assertions in libev are now enabled depending on frills.
64 - update AnyEvent implementation to version 5.23 API.
65 - work around arrogant bsd idiocies again: netbsd spills the default
66 namespace with lots of symbols "for gnu/gcc compatibility" even
67 though neither of them does it, and then calls the rest of the world
68 in need of fixing. go figure.
69 - on_keyboard_command is on_user_command (patch by Michael Witten).
70 - setting the selection from perl will now reset the selection screen
71 to the current screen. the screen can be manipulated using
72 the new ->selection_screen method.
73 - implement --enable-assert configure option and get rid of DEBUG_STRICT
74 (based on patch by Emanuele Giaquinta).
75 - fix printpipe data output (patch by Emanuele Giaquinta).
76 - allow `xxx' quoting style for perl selection.
77 - upgrade to libev-3.9 prerelease.
78 - updated compose tables to unicode 5.2.0.
79
809.06 Sat Nov 8 17:47:18 CET 2008
81 - NOTICE: this release updates terminfo/termcap.
82 - updates libev to 3.48.
83 - the aterm code now frees the as visual and image manager objects
84 when a window was closed.
85 - do not (wrongly) adjust the virtual line length inside
86 scr_insdel_chars/ERASE (Miroslav Lichvar).
87 - fix an issue where wide tab characters caused character shifts
88 when part of them was deleted (tracked down by Miroslav Lichvar).
89 - artificially enlargen the previous character at the end of a line
90 when trying to output a character that doesn't fit. looks ugly, but
91 makes copy&paste work.
92 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
93 no longer apply.
94 - the urgency hint is now cleared on both focus in and focus out.
95 - cache urgency hint locally to avoid server rtt on every focus change.
96 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
97 - ignore byte-order marks and do not treat them like combining characters.
98 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
99 - do some µ-optimisations to the character fast path.
100 - use a less cunning, but more robust algorithm to avoid one terminal
101 monopolising the whole process by outputting a lot of text.
102 - try to work around linux first breaking sched_yield and now breaking
103 the only known workaround.
104 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
105 - initialise the as visual only on demand, instead of unconditionally,
106 to save memory in the common case of not using visual gimmicks.
107 - try to work around bugs in a few wm's that erroneously resize
108 client windows on hint property updates by temporarily
109 disabling size hints.
110 - implement the DECSTR soft reset sequence and use it for tput init,
111 and make hard RIS and DECSTR both reset more private modes, such
112 as mouse reporting.
113 - redundantly clear mouse reporting and a few other states in
114 tput init/tput reset, for older urxvts.
115 - partial/full clear screens did cause flickering and possibly pixel
116 droppings when urxvt viewed the scrollback buffer.
117 - use current rendition style in DCH sequence.
118 - the 132/80 mode switch no longer forces a screen reset.
119 - add an osc sequence to change the border colour (Emanuele Giaquinta).
120 - new perl extension "overlay-osc", for status displays and the like.
121 - fix some minor cursor drawing issues with overlays by allowing
122 overlays to modify screen flags (to disable the cursor themselves).
123 - work around programs not restoring rstyle before rmcup
124 (analysed by Miroslav Lichvar).
125
1269.05 Sun Jun 15 20:09:20 CEST 2008
127 - new option --cd/chdir to set the starting working directory.
128 - tabbed extension now starts in the "correct" working directory.
129 - work around fedora 9 providing isastream but not the relevant
130 header file for it (report by Tuncer Ayaz).
131 - upgrade libev, fixing a bug in the select backend.
132 with more than 31 file descriptors on non-linux 64 bit systems.
133 - correctly reset the multibyte state to the initial one
134 after EILSEQ (patch by Neil Booth). This fixes the
135 issue of rxvt-unicode not properly displaying text after an illegal
136 sequence on NetBSD and probably other systems.
137 - more intelligent property handling with -pe tabbed, works around
138 broken window managers (kwm et al.), saves bandwidth and should
139 help working window managers as well.
140 - made tabs moveable (based on a patch by Petr Machata).
141 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
142 - support relative paths for RXVT_SOCKET in urxvtd.
143 - the tabbed extension now blindly copies over all (rxvt-) resources
144 from the toplevel window to the children.
145 - better diagnostic on 0x0 window geometries.
146 - update AnyEvent API to version 3.4 and above.
147 - document the default value of :0 for DISPLAY.
148 - rename perl method XChangeWindowProperty to XChangeProperty.
149
1509.02 Tue Jan 29 11:58:36 CET 2008
151 - the "exg makes everybody happy" release.
152 - fix build with !xft.
153 - always compile in plain style scrollbar (simplifies code and looks great).
154
1559.01 Sat Jan 26 20:49:27 CET 2008
156 - be more aggressive about handling X events, this seems to be required
157 with newer xlibs (should fix the "screen stays black until event is
158 received" problem, again :)
159 - add buffered resource to control xft double-buffering.
160
1619.0 Fri Jan 25 19:34:04 CET 2008
162 - fix a crash bug where urxvtd would crash when urxvtc was called
163 with wrong arguments (I wish debian maintainers in general would
164 report bugs and their proposed fixes to the original package maintainers
165 instead of sitting on them for good measure to see if anybody notices).
166 - drawing xft compose characters was causing garbage to be drawn.
167 - correctly clear xft character background in all cases.
168 - implement bracketed paste mode (xterm private mode 2004).
169 - improve documentation on alpha channel handling, make urxvt
170 work better on servers lacking the RENDER extension when alpha
171 channels or background images are used.
172 - check for refresh after initialising to avoid staying blank
173 till the first event arrives. or so.
174 - the FORCE_UNBUFFERED_XFT feature macro works again.
175 - continuously update transparency while moving/resizing now.
176 - OSC 39/49 are deprecated and aliased to OSC 10/11.
177 - cub1 now acts as advertised (and ignores the "wrapped" state).
178 - the 132/80 mode switch now forces a height of 24, too, and
179 resets the terminal.
180 - scrollbar code cleanups.
181 - stopping children is no longer confused with children exiting.
182 - removed (undocumented) #aarrggbb format.
183 - updated to libev 3.0.
184
1858.9 Mon Dec 24 07:51:40 CET 2007
186 - fix the issue where urxvtd would not immediately close a window
187 when the command exited but only on the next X event.
188 - changed terminfo file not to use application keypad mode.
189 - fix the issue where making a selection in one urxvtd window
190 would not clear it visually in another.
191 - fix an issue of urxvt not getting background pixmap updates
192 and flickering after bg pixmap changes (reported by Mikachu).
193 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
194 - correctly provide dependencies for libev (µikachu).
195 - minor code reorganisations and cleanups.
196 - be more robust in case the urxvt-popup extension cannot be loaded.
197
1988.8 Sat Dec 15 19:40:39 CET 2007
199 - option -C was aliased to all unsupported options, activating
200 options that shouldn't be compiled in, leading to interesting
201 effects.
202 - updated libev, working around a bug in linux 2.4, curing the
203 symptom of urxvt not closing its window on shell exit. also
204 fixes a problem with urxvt not refreshing.
205 - the text blink callback was called even when no blinking
206 text was visible.
207 - pre-8.4 slipwheeling behaviour has been reinstated, with
208 some minor improvements.
209 - streamlined x events processing to only flush once per
210 display and not once per terminal window.
211 - quite a bit of minor code cleanups and codesize optimisations.
212
2138.7 Sun Nov 25 10:23:49 CET 2007
214 - update libev with an important bugfix that would cause crashes
215 when closing windows (when using rxvtd, and update is recommended).
216 - do not compile in the block builtin graphics with --disable-frills.
217
2188.6 Fri Nov 23 14:10:57 CET 2007
219 - upgrade libev to disable kqueue on anything but netbsd as it
220 seems to be broken everywhere else w.r.t. ptys.
221 - allow for spurious event notifications, as at least epoll and
222 especially solaris ports like to lie about them (symptoms:
223 urxvt "hangs" until there is some x11 related activity).
224 - -keysym command line options are now subjected to xlib parsing.
225 - add 'xrm' option analogous to Xt one.
226
2278.5a Wed Nov 21 10:16:33 CET 2007
228 - make it compile with --disable-transparency.
229
2308.5 Wed Nov 21 05:19:20 CET 2007
231 - expect major portability issues in this release: please test and report.
232 - converted from the veritable io manager event loop to
233 the high performance libev (http://software.schmorp.de/pkg/libev).
234 - minor tuning to the perl selection (include single words and more quoting chars).
235 - fix memory leak in pixmap code.
236 - fix a serious bug while setting the XIM destroy callback
237 on (typical) 64 bit systems.
238 - automove-background functionality re-implemented internally using :root op in pixmap
239 geometry string. For example: rxvt -pixmap "image.jpg;:root"
240 - do not link rxvtc against every lib on the planet anymore.
241 - parallel builds should work once more.
242
2438.4 Sat Oct 27 14:02:13 CEST 2007
244 - overhaul of the transparency/pixmap code (sasha).
245 - fix possible race between visual bell and poweron.
246 (reported by Martin von Gagern, gentoo?).
247 - urxvt -e no longer crashes the child.
248 - fixed some minor memleaks on incorrect usage or
249 missing DISPLAY.
250 - implement xterm 1002/1003 mouse tracking modes (exg).
251 - source code organisational cleanups (exg).
252 - updated io_manager.
253
2548.3 Wed Aug 1 20:21:31 CEST 2007
255 - new option: skipScroll/-ss, enabled by default.
256 - go with the times and expect x11 library files in /usr/lib, not
257 /usr/X11R6/lib.
258 - initial transparency improvement/afterimage support
259 patch by Sasha Vasko.
260 - add urgentOnBell resource to set the urgency hint
261 (patch by Philip Paeps).
262 - do not process focus events caused by grabs
263 (patch by Mikachu).
264 - add iso14755_52 resource to disable iso14755 5.2 (exg).
265 - add binding for backspace in iso14755 5.1 to remove the last
266 digit (exg).
267 - better option handling, support more than 30 options (exg).
268 - nuke reconf script, serves no purpose anymore.
269 - fixed and documented matcher/on_user_command processing in matcher
270 extension (tpope).
271 - compile out of the box on Solaris 10 (exg).
272 - fix MappingNotify events (reported by Stephan Walter).
273 - zero-initialise mwmhints, this seems to solve all sorts of minor
274 problems.
275
2768.2 Sat Feb 17 21:35:28 CET 2007
277 - fix make depend in src/, reported by exg.
278 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
279 (patch by Sergey Vlasov).
280 - unbundled iom perl interface somewhat.
281 - scrollbar-xterm now uses the selected scrollColor instead of fg
282 (found by Aiviru).
283 - disabled linux kernel bug workaround again: disabling it gives
284 a 50% speed hit on affected machines, while enabling it gives
285 a similar speed hit to screen, which is likely the more common
286 case to work around for :/
287 - urxvt::rend2mask perl function, and utilization of it by matcher
288 (patch by Moshe Kamensky).
289 - use perl:matcher on a keysym to open most recently displayed URL.
290 - with matcher, when multiple patterns match, last wins, not first.
291 - fix make and make install with srcdir != builddir (exg).
292 - updated bundled libptytty to fix a bug where the tty would be kept
293 open (see the libptytty ChangeLog for details).
294 - delay setting the IUTF8 flag to after the tty settings have been
295 set so its value does not get lost (reported and analysed by Andrei
296 Paskevich).
297 - rip out support for obsolete sgtty.h interface.
298 - rip out support for non-POSIX termios variants.
299 - update libptytty.
300 - update iom.C, make it call ptytty::sanitise_stdfd on init.
301 - when !XFT, change rounding of colours to use a less correct formula to
302 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
303 - change the starting offset of the pixmap set with backgroundPixmap
304 from (50,50) to (0,0) (exg).
305 - fix a typo in button_release, now meta-button2 request the value of
306 the Clipboard selection as it should (patch by Serge Koksharov).
307 - fix a bug in drawing a cell with a nonspacing char when using an xft
308 font with inheritPixmap and tintColor (exg).
309
3108.1 Thu Dec 7 22:27:25 CET 2006
311 - ケリスマスプレゼント - zomg!!1, it's too early!!!
312 - fix the assumption that chars < 256 are single-width. Now
313 only assume this for codepoints 32 to 126 (reported by Dai.H.).
314 - $term->strwidth returned wide chars as width 1, because some jerk
315 confused min and max. Fixing this also fixes xim-onthespot.
316 Reported by Takano Akio.
317 - secondaryScroll is now enabled by default (as per the manpage),
318 reported by exg.
319 - correct the description of [percent]color rgba format in the manpage.
320 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
321 - ignore (some) useless focus events (reported by mmc).
322 - updated compose table to unicode 5.0.0.
323
3248.0 Thu Nov 2 18:35:19 CET 2006
325 - combining characters cleared the area instead of creating an overlay,
326 thus losing the ability to draw combining characters properly in most
327 circumstances (reported by exg).
328 - specified fonts were incorrectly morphed to bold/italic according to the
329 basefont, even if explicitly specified (tracked down by tpope).
330 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
331 - fix a crash caused by passing negative widths to overlay functions.
332 - added 'matcher' extension by tpope, replacing the mark-urls extension.
333 - improve url regex to match anything www.* (tpope).
334 - fixed bug with outline cursor color being wrong after xft fonts.
335 - update to libptytty-1.0.
336 - give proper diagnostic when RXVT_SOCKET is too long instead of
337 corrupting the stack (patch by exg).
338 - display current terminal locale in option menu.
339 - urxvtd no longer crashes when the client sends an inaccessible
340 working directory (reported by Roland Baer, possibly fixes gentoo
341 bug #143985).
342 - fixed many minor issues reported by Roland Baer.
343 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
344 should not have any consequences, but was buggy nonetheless.
345 - manpage fix by exg.
346
3477.9 Mon Aug 7 18:16:07 CEST 2006
348 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
349 + transparency. Ought to fix debian bug #380348.
350 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
351 it does! :->
352 - rxvt_fatal() in case the locale string is too long for our static buffer.
353 - fixed many, many, typos in the manpages (patch supplied by ves).
354
3557.8 Mon Jul 17 21:00:46 CEST 2006
356 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
357 earlier versions only read it if display-resources (usually from
358 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
359 resource used") and seems to be logical behaviour, too. .Xdefaults
360 resources have a lower priority than display-specific resources.
361 - add "kuake" perl extension that does a similar thing to the kuake
362 terminal emulator (see man urxvtperl).
363 - use less "correct" color scaling that is compatible with libX11 and
364 Xft (avoids off-by-one colors resulting in striped backgrounds).
365 - the "depth" resource is now respected.
366 - preset the searchable-scrollback pattern with "(?i)" to default search
367 to case-insensitivity. Will automatically be cleared when typing an
368 uppercase character.
21 - add FORCE_UNBUFFERED_XFT define to features.h. 369 - add FORCE_UNBUFFERED_XFT define to features.h.
370 - re-enabled highlightcolor support with --enable-frills, based on
371 a patch by Martin Stubenschrott.
372 - double-buffered xft drawing did suffer from pixel offset issues
373 when pixmap transparency was enabled.
374 - strategically add # to the url-match regexes, as we really want to
375 match common URIs not common URLs. Reported by Aaron Griffin.
22 - moved on_osc_seq to on_osc_seq_perl and added a more 376 - moved on_osc_seq to on_osc_seq_perl and added a more
23 generic osc_seq. 377 generic osc_seq.
24 - fix a bug causing double callback invocations when perl hooks 378 - fix a bug causing double callback invocations when perl hooks
25 were invoked recursively. 379 were invoked recursively.
380 - the automove-background extension now properly works when the
381 pixmap gets reset with an osc sequence (sqweek).
382 - selection-pastebin did not work properly with non-latin1-characters.
383 - apply colorUL only when the text colour is the default fg
384 (patch by Wu Fengguang).
385 - removed rxvtlib.h from the tarball, it had no reason to be there
386 (spotted by Decklin Foster).
387 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
388 by omatunto_.
389 - slap in a using namespace std, might help on platforms that don't
390 follow C++ closely enough.
391 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
392 - applied fade_color_update_func.patch by WU Fengguang.
393 - fix a bug where (due to an optimisation in av_delete), hiding the
394 bottom-most overlay would hide two overlays.
26 395
277.7 Tue Feb 21 12:32:49 CET 2006 3967.7 Tue Feb 21 12:32:49 CET 2006
28 - use double-buffered drawing (xft fonts only). On many driver/hardware 397 - use double-buffered drawing (xft fonts only). On many driver/hardware
29 combination this actually increases xft drawing speed, at the expense 398 combination this actually increases xft drawing speed, at the expense
30 of more network bandwidth and slight nausea on the side of the author. 399 of more network bandwidth and slight nausea on the side of the author.
39 - modified XIM according to a patch sent by Takano Akio that sets 408 - modified XIM according to a patch sent by Takano Akio that sets
40 the preedit rectangle for OverTheSpot, which helps some input methods 409 the preedit rectangle for OverTheSpot, which helps some input methods
41 to correctly position their preedit window. 410 to correctly position their preedit window.
42 - un-optimise the line clearing on newly scrolled-in lines a bit: the 411 - un-optimise the line clearing on newly scrolled-in lines a bit: the
43 former reasoning was that any fg colour on default bg looks the same 412 former reasoning was that any fg colour on default bg looks the same
44 in empts spaces, but thats not true when reversing (e.g. selection), 413 in empty spaces, but that's not true when reversing (e.g. selection),
45 so also check for matching fg colours. This fixes the problem where 414 so also check for matching fg colours. This fixes the problem where
46 selecting newly scrolled-in lines would exhibit wrong colours. 415 selecting newly scrolled-in lines would exhibit wrong colours.
47 - fix a bug in the perl interface causing focus in events to generate 416 - fix a bug in the perl interface causing focus in events to generate
48 focus out perl events, causing bad focus effects with -pe tabbed. 417 focus out perl events, causing bad focus effects with -pe tabbed.
49 - fix a race resulting in a crash on exiting. 418 - fix a race resulting in a crash on exiting.
587.6 Fri Feb 10 08:52:36 CET 2006 4277.6 Fri Feb 10 08:52:36 CET 2006
59 - changed interpretation of [alpha] colour prefix. 428 - changed interpretation of [alpha] colour prefix.
60 - +option now really sets the option to default, instead of using the 429 - +option now really sets the option to default, instead of using the
61 resource value. 430 resource value.
62 - options that require an argument now really _require_ an argument. 431 - options that require an argument now really _require_ an argument.
63 - the tabbed extension now forwards focus and keys events to th 432 - the tabbed extension now forwards focus and key events to the
64 relevant tab window. 433 relevant tab window.
65 - tab colours are now configurable and have sensible defaults 434 - tab colours are now configurable and have sensible defaults
66 (initial patch by hednod). 435 (initial patch by hednod).
67 - option menu is extendable, readline, selection and 436 - option menu is extendable, readline, selection and
68 selection-autotransform can now be disabled/enabled at runtime. 437 selection-autotransform can now be disabled/enabled at runtime.
83 - add ISO646.1991-IRV to the list of supported codesets. 452 - add ISO646.1991-IRV to the list of supported codesets.
84 - minor libptytty update. 453 - minor libptytty update.
85 454
867.5 Tue Jan 31 15:15:43 CET 2006 4557.5 Tue Jan 31 15:15:43 CET 2006
87 - further improvements to the careful mode detection, and font width 456 - further improvements to the careful mode detection, and font width
88 detection: 457 detection:
89 - fully double-wide fonts will now be correctly treated, 458 - fully double-wide fonts will now be correctly treated,
90 - overlap detection was improved. 459 - overlap detection was improved.
91 - detect totally broken fonts (usually synthesized by xft). 460 - detect totally broken fonts (usually synthesized by xft).
92 - careful mode forced refresh sometimes clashed with blinking, 461 - careful mode forced refresh sometimes clashed with blinking,
93 causing unnecessary screen redraws. 462 causing unnecessary screen redraws.
117 - fix version report (DA) (which was unfortunately broken). 486 - fix version report (DA) (which was unfortunately broken).
118 - changed version number report again, now to emulate xterm closer. 487 - changed version number report again, now to emulate xterm closer.
119 - added the OSC sequence 702 to detect the urxvt version number. 488 - added the OSC sequence 702 to detect the urxvt version number.
120 - small configure updates. 489 - small configure updates.
121 - further RTT optimisations. 490 - further RTT optimisations.
491 - backported clean-up patches for makefiles and documentation from
492 the debian package.
493 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
494 but much newer than the old one.
122 495
1237.4 Sat Jan 28 15:26:27 CET 2006 4967.4 Sat Jan 28 15:26:27 CET 2006
124 - screen background wasn't always erased properly when scrolling, 497 - screen background wasn't always erased properly when scrolling,
125 - re-enabled clearing optimisation disabled in 7.4pre. 498 - re-enabled clearing optimisation disabled in 7.4pre.
126 - small configure updates for libptytty. 499 - small configure updates for libptytty.
204 being interpreted in the locale urxvt was started. 577 being interpreted in the locale urxvt was started.
205 - implemented override-redirect option and enabled it on menus, 578 - implemented override-redirect option and enabled it on menus,
206 as kwin puts our windows behind the terminal (what a shoddy wm). 579 as kwin puts our windows behind the terminal (what a shoddy wm).
207 - fixed struct utmp check in configure for OpenBSD. 580 - fixed struct utmp check in configure for OpenBSD.
208 - complete overhaul of the pty/utmp management stuff and configure 581 - complete overhaul of the pty/utmp management stuff and configure
209 (Emanuele Giaquinta). 582 (Emanuele Giaquinta=exg).
210 - add tsl/fsl and related capabilities to the terminfo description, 583 - add tsl/fsl and related capabilities to the terminfo description,
211 to set the window title. 584 to set the window title.
212 - swap the environment in some more cases. This hopefully fixes 585 - swap the environment in some more cases. This hopefully fixes
213 some segfaults that might be caused by xft asking for env variables 586 some segfaults that might be caused by xft asking for env variables
214 at the wrong time. 587 at the wrong time.
425 - added doc/embed-tk, an embedding example in Perl/Tk, 798 - added doc/embed-tk, an embedding example in Perl/Tk,
426 and doc/rxvt-tabbed, a primitive tabbed shell implemented 799 and doc/rxvt-tabbed, a primitive tabbed shell implemented
427 in Perl/Gtk2. 800 in Perl/Gtk2.
428 - fix assertion failure ("crash") on mousewheel-scrolling 801 - fix assertion failure ("crash") on mousewheel-scrolling
429 when the terminal height is small, by removing the assert. 802 when the terminal height is small, by removing the assert.
430 (reported by Mikael Magnusson). 803 (reported by Mikael Magnusson=Mikachu).
431 - SYNCCVS. backported bugfixes done to rxvt 804 - SYNCCVS. backported bugfixes done to rxvt
432 (sourceforge bugs #1028739, #1028732), except for 805 (sourceforge bugs #1028739, #1028732), except for
433 pts/%s fix as it seems to collide with freebsd, 806 pts/%s fix as it seems to collide with freebsd,
434 and sourceforge bug #954654, which is not neccessary. 807 and sourceforge bug #954654, which is not neccessary.
435 - change terminfo file to not clobber G1 when using 808 - change terminfo file to not clobber G1 when using
817 - some doc updates (Eduard Bloch). 1190 - some doc updates (Eduard Bloch).
818 - use faster inheritpixmap method when tinting color not set. 1191 - use faster inheritpixmap method when tinting color not set.
819 - fix pixmap offset when tinting (reported by Eduard Bloch). 1192 - fix pixmap offset when tinting (reported by Eduard Bloch).
820 - new -sh option by Mikael Magnusson. 1193 - new -sh option by Mikael Magnusson.
821 - off-focus-fading (--enable-fading) support (patch by 1194 - off-focus-fading (--enable-fading) support (patch by
822 Mikael Magnusson). 1195 Mikael Magnusson, based on aterm code).
823 - cursor now set correctly on --disable-blank (reported by 1196 - cursor now set correctly on --disable-blank (reported by
824 Mikael Magnusson). 1197 Mikael Magnusson).
825 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1198 - better (and non-crashing) slipwheeling (Mikael Magnusson).
826 - solaris 2.8 portability changes (reported by Colin Marquardt). 1199 - solaris 2.8 portability changes (reported by Colin Marquardt).
827 - disable-xim now really disables xim code. 1200 - disable-xim now really disables xim code.
1051 - completely removed non-working graphics mode 1424 - completely removed non-working graphics mode
1052 1425
10531.4 Fri Jan 16 23:03:22 CET 2004 14261.4 Fri Jan 16 23:03:22 CET 2004
1054 - fix stupid segfault on esc-c 1427 - fix stupid segfault on esc-c
1055 - small font tunings 1428 - small font tunings
1056 - much better io manager, less bugs, higher speed 1429 - much better io manager, fewer bugs, higher speed
1057 - better error reporting for unknown options 1430 - better error reporting for unknown options
1058 1431
10591.3 2003-12-26 14321.3 2003-12-26
1060 - fix a bug in font height selection 1433 - fix a bug in font height selection
1061 - autoscale scalable x11 fonts 1434 - autoscale scalable x11 fonts
10711.1 2003-12-18 14441.1 2003-12-18
1072 - Support for XIM in other than the current locale. 1445 - Support for XIM in other than the current locale.
1073 - Support for non-utf-8-locales 1446 - Support for non-utf-8-locales
1074 - much improved font choosing 1447 - much improved font choosing
1075 1448
10761.0 14491.0 2003-12-18
1077 - first release 1450 - first release
1078 - originally cloned from rxvt-CVS 2003-11-19 00:26 1451 - originally cloned from rxvt-CVS 2003-11-19 00:26
1079 - removed rclock et al. 1452 - removed rclock et al.
1080 - initial conversion to C++ 1453 - initial conversion to C++
1081 1454

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines