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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.575 by root, Tue Jan 24 16:57:42 2006 UTC vs.
Revision 1.894 by root, Tue Nov 4 23:35:50 2008 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: xcopyarea pass broken, fix and improve
3TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
4TODO: simplify selection_request and make it callable from perl. 6TODO: slipwheeling needs a keyboard grab to get key release events.
5TODO: split perl documnetation and urxvt.pm into separate files 7TODO: overlays collide with the way the out-of-focus cursor is being drawn
6TODO: harmonize --disable-options into position-dependent options.
7TODO: after requesting the selection and getting a timeout, no further requests will be sent.
8TODO: "slow" rendering mode for bidi and scripts 8TODO: "slow" rendering mode for bidi and scripts, pango!
9TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
10TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
11TODO: rxvt -name urxvt-girly /// leave pixel droppings 11TODO: better resource handling for tabbar in -pe tabbed.
12TODO: distributed clipboard example 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
13WISH: anyevent mouse notification / manage MotionMask better. 13 => when setting the constraints, the wm might (correctly)
14WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an overlay... 14 resize the outer window, which might result in a smaller window overall.
15WISH: just for fun, do shade and tint with XRender. 15 or something like that. guys, send me a patch.
16WISH: coloured pastebin
17WISH: selection-color-pair instead of reverse video
18WISH: load system-wide config file even if we don't have one
19WISH: look into XAddConnectionWatch, does anybody need that?
16DUMB: support tex fonts 20DUMB: support tex fonts
17 21
18TODO: ctrl - mouse button2 in vim makes X freeze (unreproducable with cvs) 22TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
2300:25:39 <Mikachu> put your prompt around the middle row in the terminal
24 and while sleep 0.1; do printf '\e[J'; done
2500:26:31 <schmorp> i assume scorllttyoutput or so wouldinterfere?
26
27
28TODO: cursor over overlays, when focus change?
29 - the aterm code now frees the as visual and image manager objects
30 when a window was closed.
31 - do not (wrongly) adjust the virtual line length inside
32 scr_insdel_chars/ERASE (Miroslav Lichvar).
33 - fix an issue where wide tab characters caused character shifts
34 when part of them was deleted (tracked down by Miroslav Lichvar).
35 - artificially enlargen the previous character at the end of a line
36 when trying to output a character that doesn't fit. looks ugly, but
37 makes copy&paste work.
38 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
39 no longer apply.
40 - the urgency hint is now cleared on both focus in and focus out.
41 - cache urgency hint locally to avoid server rtt on every focus change.
42 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
43 - ignore byte-order marks and do not treat them like combining characters.
44 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
45 - do some µ-optimisations to the character fast path.
46 - use a less cunning, but more robust algorithm to avoid one terminal
47 monopolising the whole process by outputting a lot of text.
48 - try to work around linux first breaking sched_yield and now breaking
49 the only known workaround.
50 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
51 - initialise the as visual only on demand, instead of unconditionally,
52 to save memory in the common case of not using visual gimmicks.
53 - try to work around a race between urxvt and wm's on programmatic
54 resizes by temporarily disabling size hints.
55 - implement the DECSTR soft reset sequence and use it for tput init,
56 and make hard RIS and DECSTR both reset more private modes, such
57 as mouse reporting.
58 - redundantly clear mouse reporting and a few other states in
59 tput init/tput reset, for older urxvts.
60
619.05 Sun Jun 15 20:09:20 CEST 2008
62 - new option --cd/chdir to set the starting working directory.
63 - tabbed extension now starts in the "correct" working directory.
64 - work around fedora 9 providing isastream but not the relevant
65 header file for it (report by Tuncer Ayaz).
66 - upgrade libev, fixing a bug in the select backend
67 with more than 31 file descriptors on non-linux 64 bit systems.
68 - correctly reset the multibyte state to the initial one
69 after EILSEQ (patch by Neil Booth). This fixes the
70 issue of rxvt-unicode not properly displaying text after an illegal
71 sequence on NetBSD and probably other systems.
72 - more intelligent property handling with -pe tabbed, works around
73 broken window managers (kwm et al.), saves bandwidth and should
74 help working window managers as well.
75 - made tabs moveable (based on a patch by Petr Machata).
76 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
77 - support relative paths for RXVT_SOCKET in urxvtd.
78 - the tabbed extension now blindly copies over all (rxvt-) resources
79 from the toplevel window to the children.
80 - better diagnostic on 0x0 window geometries.
81 - update AnyEvent API to version 3.4 and above.
82 - document the default value of :0 for DISPLAY.
83 - rename perl method XChangeWindowProperty to XChangeProperty.
84
859.02 Tue Jan 29 11:58:36 CET 2008
86 - the "exg makes everybody happy" release.
87 - fix build with !xft.
88 - always compile in plain style scrollbar (simplifies code and looks great).
89
909.01 Sat Jan 26 20:49:27 CET 2008
91 - be more aggressive about handling X events, this seems to be required
92 with newer xlibs (should fix the "screen stays black until event is
93 received" problem, again :)
94 - add buffered resource to control xft double-buffering.
95
969.0 Fri Jan 25 19:34:04 CET 2008
97 - fix a crash bug where urxvtd would crash when urxvtc was called
98 with wrong arguments (I wish debian maintainers in general would
99 report bugs and their proposed fixes to the original package maintaienrs
100 instead of sitting on them for good measure to see if anybody notices).
101 - drawing xft compose characters was causing garbage to be drawn.
102 - correctly clear xft character background in all cases.
103 - implement bracketed paste mode (xterm private mode 2004).
104 - improve documentation on alpha channel handling, make urxvt
105 work better on servers lacking the RENDER extension when alpha
106 channels or background images are used.
107 - check for refresh after initialising to avoid staying blank
108 till the first event arrives. or so.
109 - the FORCE_UNBUFFERED_XFT feature macro works again.
110 - continuously update transparency while moving/resizing now.
111 - OSC 39/49 are deprecated and aliased to OSC 10/11.
112 - cub1 now acts as advertised (and ignores the "wrapped" state).
113 - the 132/80 mode switch now forces a height of 24, too, and
114 resets the terminal.
115 - scrollbar code cleanups.
116 - stopping children is no longer confused with children exiting.
117 - removed (undocumented) #aarrggbb format.
118 - updated to libev 3.0.
119
1208.9 Mon Dec 24 07:51:40 CET 2007
121 - fix the issue where urxvtd would not immediately close a window
122 when the command exited but only on the next X event.
123 - changed terminfo file not to use application keypad mode.
124 - fix the issue where making a selection in one urxvtd window
125 would not clear it visually in another.
126 - fix an issue of urxvt not getting background pixmap updates
127 and flickering after bg pixmap changes (reported by Mikachu).
128 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
129 - correctly provide dependencies for libev (µikachu).
130 - minor code reorganisations and cleanups.
131 - be more robust in case the urxvt-popup extension cannot be loaded.
132
1338.8 Sat Dec 15 19:40:39 CET 2007
134 - option -C was aliased to all unsupported options, activating
135 options that shouldn't be compiled in, leading to interesting
136 effects.
137 - updated libev, working around a bug in linux 2.4, curing the
138 symptom of urxvt not closing its window on shell exit. also
139 fixes a problem with urxvt not refreshing.
140 - the text blink callback was called even when no blinking
141 text was visible.
142 - pre-8.4 slipwheeling behaviour has been reinstated, with
143 some minor improvements.
144 - streamlined x events processing to only flush once per
145 display and not once per terminal window.
146 - quite a bit of minor code cleanups and codesize optimisations.
147
1488.7 Sun Nov 25 10:23:49 CET 2007
149 - update libev with an important bugfix that would cause crashes
150 when closing windows (when using rxvtd, and update is recommended).
151 - do not compile in the block builtin graphics with --disable-frills.
152
1538.6 Fri Nov 23 14:10:57 CET 2007
154 - upgrade libev to disable kqueue on anything but netbsd as it
155 seems to be broken everywhere else w.r.t. ptys.
156 - allow for spurious event notifications, as at least epoll and
157 especially solaris ports like to lie about them (symptoms:
158 urxvt "hangs" until there is some x11 related activity).
159 - -keysym command line options are now subjected to xlib parsing.
160 - add 'xrm' option analogous to Xt one.
161
1628.5a Wed Nov 21 10:16:33 CET 2007
163 - make it compile with --disable-transparency.
164
1658.5 Wed Nov 21 05:19:20 CET 2007
166 - expect major portability issues in this release: please test and report.
167 - converted from the veritable io manager event loop to
168 the high performance libev (http://software.schmorp.de/pkg/libev).
169 - minor tuning to the perl selection (include single words and more quoting chars).
170 - fix memory leak in pixmap code.
171 - fix a serious bug while setting the XIM destroy callback
172 on (typical) 64 bit systems.
173 - automove-background functionality re-implemented internaly using :root op in pixmap
174 geometry string. For example: rxvt -pixmap "image.jpg;:root"
175 - do not link rxvtc against every lib on the planet anymore.
176 - parallel builds should work once more.
177
1788.4 Sat Oct 27 14:02:13 CEST 2007
179 - overhaul of the transparency/pixmap code (sasha).
180 - fix possible race betwen visual bell and poweron.
181 (reported by Martin von Gagern, gentoo?).
182 - urxvt -e no longer crashes the child.
183 - fixed some minor memleaks on incorrect usage or
184 missing DISPLAY.
185 - implement xterm 1002/1003 mouse tracking modes (exg).
186 - source code organisational cleanups (exg).
187 - updated io_manager.
188
1898.3 Wed Aug 1 20:21:31 CEST 2007
190 - new option: skipScroll/-ss, enabled by default.
191 - go with the times and expect x11 library files in /usr/lib, not
192 /usr/X11R6/lib.
193 - initial transparency improvement/afterimage support
194 patch by Sasha Vasko.
195 - add urgentOnBell resource to set the urgency hint
196 (patch by Philip Paeps).
197 - do not process focus events caused by grabs
198 (patch by Mikachu).
199 - add iso14755_52 resource to disable iso14755 5.2 (exg).
200 - add binding for backspace in iso14755 5.1 to remove the last
201 digit (exg).
202 - better option handling, support more than 30 options (exg).
203 - nuke reconf script, serves no purpose anymore.
204 - fixed and documented matcher/on_user_command processing in matcher
205 extension (tpope).
206 - compile out of the box on Solaris 10 (exg).
207 - fix MappingNotify events (reported by Stephan Walter).
208 - zero-initialise mwmhints, this seems to solve all sorts of minor
209 problems.
210
2118.2 Sat Feb 17 21:35:28 CET 2007
212 - fix make depend in src/, reported by exg.
213 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
214 (patch by Sergey Vlasov).
215 - unbundled iom perl interface somewhat.
216 - scrollbar-xterm now uses the selected scrollColor instead of fg
217 (found by Aiviru).
218 - disabled linux kernel bug workaround again: disabling it gives
219 a 50% speed hit on affected machines, while enabling it gives
220 a similar speed hit to screen, which is likely the more common
221 case to work around for :/
222 - urxvt::rend2mask perl function, and utilization of it by matcher
223 (patch by Moshe Kamensky).
224 - use perl:matcher on a keysym to open most recently displayed URL.
225 - with matcher, when multiple patterns match, last wins, not first.
226 - fix make and make install with srcdir != builddir (exg).
227 - updated bundled libptytty to fix a bug where the tty would be kept
228 open (see the libptytty ChangeLog for details).
229 - delay setting the IUTF8 flag to after the tty settings have been
230 set so its value does not get lost (reported and analysed by Andrei
231 Paskevich).
232 - rip out support for obsolete sgtty.h interface.
233 - rip out support for non-POSIX termios variants.
234 - update libptytty.
235 - update iom.C, make it call ptytty::sanitise_stdfd on init.
236 - when !XFT, change rounding of colours to use a less correct formula to
237 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
238 - change the starting offset of the pixmap set with backgroundPixmap
239 from (50,50) to (0,0) (exg).
240 - fix a typo in button_release, now meta-button2 request the value of
241 the Clipboard selection as it should (patch by Serge Koksharov).
242 - fix a bug in drawing a cell with a nonspacing char when using an xft
243 font with inheritPixmap and tintColor (exg).
244
2458.1 Thu Dec 7 22:27:25 CET 2006
246 - ケリスマスプレゼント - zomg!!1, it's too early!!!
247 - fix the assumption that chars < 256 are single-width. Now
248 only assume this for codepoints 32 to 126 (reported by Dai.H.).
249 - $term->strwidth returned wide chars as width 1, because some jerk
250 confused min and max. Fixing this also fixes xim-onthespot.
251 Reported by Takano Akio.
252 - secondaryScroll is now enabled by default (as per the manpage),
253 reported by exg.
254 - correct the description of [percent]color rgba format in the manpage.
255 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
256 - ignore (some) useless focus events (reported by mmc).
257 - updated compose table to unicode 5.0.0.
258
2598.0 Thu Nov 2 18:35:19 CET 2006
260 - combining characters cleared the area instead of creating an overlay,
261 thus losing the ability to draw combining characters properly in most
262 circumstances (reported by exg).
263 - specified fonts were incorrectly morphed to bold/italic according to the
264 basefont, even if explicitly specified (tracked down by tpope).
265 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
266 - fix a crash caused by passing negative widths to overlay functions.
267 - added 'matcher' extension by tpope, replacing the mark-urls extension.
268 - improve url regex to match anything www.* (tpope).
269 - fixed bug with outline cursor color being wrong after xft fonts.
270 - update to libptytty-1.0.
271 - give proper diagnostic when RXVT_SOCKET is too long instead of
272 corrupting the stack (patch by exg).
273 - display current terminal locale in option menu.
274 - urxvtd no longer crashes when the client sends an inaccessible
275 working directory (reported by Roland Baer, possibly fixes gentoo
276 bug #143985).
277 - fixed many minor issues reported by Roland Baer.
278 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
279 should not have any consequences, but was buggy nonetheless.
280 - manpage fix by exg.
281
2827.9 Mon Aug 7 18:16:07 CEST 2006
283 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
284 + transparency. Ought to fix debian bug #380348.
285 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
286 it does! :->
287 - rxvt_fatal() in case the locale string is too long for our static buffer.
288 - fixed many, many, typos in the manpages (patch supplied by ves).
289
2907.8 Mon Jul 17 21:00:46 CEST 2006
291 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
292 earlier versions only read it if display-resources (usually from
293 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
294 resource used") and seems to be logical behaviour, too. .Xdefaults
295 resources have a lower priority than display-specific resources.
296 - add "kuake" perl extension that does a similar thing to the kuake
297 terminal emulator (see man urxtvperl).
298 - use less "correct" color scaling that is compatible with libX11 and
299 Xft (avoids off-by-one colors resulting in striped backgrounds).
300 - the "depth" resource is now respected.
301 - preset the searchable-scrollback pattern with "(?i)" to default search
302 to case-insensitivity. Will automatically be cleared when typing an
303 uppercase character.
304 - add FORCE_UNBUFFERED_XFT define to features.h.
305 - re-enabled highlightcolor support with --enable-frills, based on
306 a patch by Martin Stubenschrott.
307 - double-buffered xft drawing did suffer from pixel offset issues
308 when pixmap transparency was enabled.
309 - strategically add # to the url-match regexes, as we really want to
310 match common URIs not common URLs. Reported by Aaron Griffin.
311 - moved on_osc_seq to on_osc_seq_perl and added a more
312 generic osc_seq.
313 - fix a bug causing double callback invocations when perl hooks
314 were invoked recursively.
315 - the automove-background extension now properly works when the
316 pixmap gets reset with an osc sequence (sqweek).
317 - selection-pastebin did not work properly with non-latin1-characters.
318 - apply colorUL only when the text colour is the default fg
319 (patch by Wu Fengguang).
320 - removed rxvtlib.h from the tarball, it had no reason to be there
321 (spotted by Decklin Foster).
322 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
323 by omatunto_.
324 - slap in a using namespace std, might help on platforms that don't
325 follow C++ closely enough.
326 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
327 - applied fade_color_update_func.patch by WU Fengguang.
328 - fix a bug where (due to an optimisation in av_delete), hiding the
329 bottom-most overlay would hide two overlays.
330
3317.7 Tue Feb 21 12:32:49 CET 2006
332 - use double-buffered drawing (xft fonts only). On many driver/hardware
333 combination this actually increases xft drawing speed, at the expense
334 of more network bandwidth and slight nausea on the side of the author.
335 - readline perl extension now requires shift-click instead of a normal
336 click, and eats the click.
337 - tabbed perl extension now supports -e.
338 - disabled graphics-exposures on the main drawing GC, report any
339 refresh bugs please.
340 - improve property handling for -pe tabbed: avoid unnecessary property
341 changes (for kde's benefit) at the expense of extra round-trips,
342 improve size hint setting.
343 - modified XIM according to a patch sent by Takano Akio that sets
344 the preedit rectangle for OverTheSpot, which helps some input methods
345 to correctly position their preedit window.
346 - un-optimise the line clearing on newly scrolled-in lines a bit: the
347 former reasoning was that any fg colour on default bg looks the same
348 in empty spaces, but thats not true when reversing (e.g. selection),
349 so also check for matching fg colours. This fixes the problem where
350 selecting newly scrolled-in lines would exhibit wrong colours.
351 - fix a bug in the perl interface causing focus in events to generate
352 focus out perl events, causing bad focus effects with -pe tabbed.
353 - fix a race resulting in a crash on exiting.
354 - fix a with --disable-xft that caused xfreecolors to be called on
355 colors never allocated, resulting in aborts (reported by Paco-Paco).
356 - resources on non-initial screens weren't refetched correctly
357 (reported by Paco-Paco).
358 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
359 working in either rxvt-unicode nor in the original rxvt.
360 - removed undocumented -exec alias for the -e option.
361
3627.6 Fri Feb 10 08:52:36 CET 2006
363 - changed interpretation of [alpha] colour prefix.
364 - +option now really sets the option to default, instead of using the
365 resource value.
366 - options that require an argument now really _require_ an argument.
367 - the tabbed extension now forwards focus and keys events to th
368 relevant tab window.
369 - tab colours are now configurable and have sensible defaults
370 (initial patch by hednod).
371 - option menu is extendable, readline, selection and
372 selection-autotransform can now be disabled/enabled at runtime.
373 - forcing a configure event to tabbed subwindows with -pe tabbed, for
374 the benefit of automove-background.
375 - the automove-background extension added a wrong constant offset.
376 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
377 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
378 - the linux yield hack is back, now using usleep, and enabled only on
379 __linux__.
380 - further round trip eliminations in the !XFT case by remembering
381 the colour components.
382 - plain scrollbar works better with -sr.
383 - fixed half-shadow scrollbar look.
384 - more colour rtt optimisations.
385 - properly(?) free colours on window close.
386 - reorganised the FAQ into multiple sections.
387 - add ISO646.1991-IRV to the list of supported codesets.
388 - minor libptytty update.
389
3907.5 Tue Jan 31 15:15:43 CET 2006
391 - further improvements to the careful mode detection, and font width
392 detection:
393 - fully double-wide fonts will now be correctly treated,
394 - overlap detection was improved.
395 - detect totally broken fonts (usually synthesized by xft).
396 - careful mode forced refresh sometimes clashed with blinking,
397 causing unnecessary screen redraws.
398 - better handling of XFT combining characters.
399 - enable antialiasing for some replacement fonts, as they
400 might get used for other encodings which really need it, later.
401 - remove spacing=100 from all default fonts, as this creates totally
402 weird spacing (5 times normal) with xft.
403 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
404 broken.
405 - removed gnu unifont fallback, all combining characters are broken.
406 - replace named colours by xorg's rgb.txt equivalents, to
407 reduce round trip time on startup, and short-cut allocation
408 of rgb:rr/gg/bb for xft.
409 - short-cut allocation of rgb values in the xlib case
410 (patch by Paco-Paco).
411 - overhauled color management: smaller codesize, alpha support.
412 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
413 an "[alpha]" prefix.
414 - try to work around Xft and Xrender forcing everything to be 100%
415 transparent. Long Live Xft!
416 - do not include X11/Intrinsic.h anymore, directly use
417 Xlib/Xutil/Xresource directly.
418 - try to find a nearest matching color when color allocation fails
419 on a pseudocolor screen.
420 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
421 - fix version report (DA) (which was unfortunately broken).
422 - changed version number report again, now to emulate xterm closer.
423 - added the OSC sequence 702 to detect the urxvt version number.
424 - small configure updates.
425 - further RTT optimisations.
426 - backported clean-up patches for makefiles and documentation from
427 the debian package.
428 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
429 but much newer than the old one.
430
4317.4 Sat Jan 28 15:26:27 CET 2006
432 - screen background wasn't always erased properly when scrolling,
433 - re-enabled clearing optimisation disabled in 7.4pre.
434 - small configure updates for libptytty.
435 - fixed version options: line output.
436 - removed stoopid debugging message left in the code.
437
4387.3 Wed Jan 25 22:47:35 CET 2006
19 - don't let iso14755 or mouse reporting get into the way of perl 439 - don't let iso14755 or mouse reporting get into the way of perl
20 (could lead to global grabs never being cleared). 440 (could lead to global grabs never being cleared).
441 - experimental OnTheSpot editing support (-pe xim-onthespot).
442 - moved Shift-Button2 paste combination to Meta-Button2.
443 - the cutchars resource will now be respected and used by the
444 selection extension.
445 - added the "remote-clipboard" extension which just runs external
446 commands to fetch and store the selection data.
447 - added -depth switch that tries to get a different visual depth
448 than the default (replaces the old PREFER_24_BIT logic).
21 - removed (unused) arabic presentation form composing sequences. 449 - removed (unused) arabic presentation form composing sequences.
22 - correctly ask XIM for events it needs to be enabled on the window. 450 - be more strict when deciding that a core font glyph is too wide and
451 needs the careful rendering mode.
452 - allow more leeway for italic fonts when deciding that a character is
453 too wide and needs careful mode.
454 - redraw even more characters around characters using careful mode.
455 - made selection-pastebin fully asynchronous.
456 - reduced number of server turnarounds at startup by allocating
457 atoms only once per display.
458 - renamed on_keyboard_command to on_user_command.
459 - changed version sos (ESC [ > c) response to be more compatible with
460 xterm.
23 461
247.2 Sun Jan 22 21:58:16 CET 2006 4627.2 Sun Jan 22 21:58:16 CET 2006
25 - bugfix: urxvt (not urxvtd) did not correctly handle multiple 463 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
26 environments necessary, which resulted in segfaults within 464 environments necessary, which resulted in segfaults within
27 getenv (reproducable: urxvt -fn 9x15, open a menu once, 465 getenv (reproducable: urxvt -fn 9x15, open a menu once,
687 - some doc updates (Eduard Bloch). 1125 - some doc updates (Eduard Bloch).
688 - use faster inheritpixmap method when tinting color not set. 1126 - use faster inheritpixmap method when tinting color not set.
689 - fix pixmap offset when tinting (reported by Eduard Bloch). 1127 - fix pixmap offset when tinting (reported by Eduard Bloch).
690 - new -sh option by Mikael Magnusson. 1128 - new -sh option by Mikael Magnusson.
691 - off-focus-fading (--enable-fading) support (patch by 1129 - off-focus-fading (--enable-fading) support (patch by
692 Mikael Magnusson). 1130 Mikael Magnusson, based on aterm code).
693 - cursor now set correctly on --disable-blank (reported by 1131 - cursor now set correctly on --disable-blank (reported by
694 Mikael Magnusson). 1132 Mikael Magnusson).
695 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1133 - better (and non-crashing) slipwheeling (Mikael Magnusson).
696 - solaris 2.8 portability changes (reported by Colin Marquardt). 1134 - solaris 2.8 portability changes (reported by Colin Marquardt).
697 - disable-xim now really disables xim code. 1135 - disable-xim now really disables xim code.
921 - completely removed non-working graphics mode 1359 - completely removed non-working graphics mode
922 1360
9231.4 Fri Jan 16 23:03:22 CET 2004 13611.4 Fri Jan 16 23:03:22 CET 2004
924 - fix stupid segfault on esc-c 1362 - fix stupid segfault on esc-c
925 - small font tunings 1363 - small font tunings
926 - much better io manager, less bugs, higher speed 1364 - much better io manager, fewer bugs, higher speed
927 - better error reporting for unknown options 1365 - better error reporting for unknown options
928 1366
9291.3 2003-12-26 13671.3 2003-12-26
930 - fix a bug in font height selection 1368 - fix a bug in font height selection
931 - autoscale scalable x11 fonts 1369 - autoscale scalable x11 fonts
9411.1 2003-12-18 13791.1 2003-12-18
942 - Support for XIM in other than the current locale. 1380 - Support for XIM in other than the current locale.
943 - Support for non-utf-8-locales 1381 - Support for non-utf-8-locales
944 - much improved font choosing 1382 - much improved font choosing
945 1383
9461.0 13841.0 2003-12-18
947 - first release 1385 - first release
948 - originally cloned from rxvt-CVS 2003-11-19 00:26 1386 - originally cloned from rxvt-CVS 2003-11-19 00:26
949 - removed rclock et al. 1387 - removed rclock et al.
950 - initial conversion to C++ 1388 - initial conversion to C++
951 1389

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines