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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines