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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.552 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.888 by root, Tue Nov 4 15:02:35 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: nuke rxvt_privaction and related garbage
7TODO: harmonize --disable-options into position-dependent options.
8TODO: after requesting the selection and getting a timeout, no further requests will be sent.
9TODO: "slow" rendering mode for bidi and scripts 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: 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?)
12TODO: rxvt -name urxvt-girly /// leave pixel droppings 11TODO: better resource handling for tabbar in -pe tabbed.
13TODO: distributed clipboard example 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
14WISH: perl extension for background image loading and moving the origin. 13 => when setting the constraints, the wm might (correctly)
15WISH: 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.
16WISH: 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?
17WISH: support tex fonts 20DUMB: support tex fonts
18 21
197.2 22TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */
23
24TODO: investgate wm resize race: while sleep 0.001; do printf "\033[?30l";sleep 0.001;printf "\033[?30h";done
25TODO: investigate miroslav patches
26TODO: artificially enlargen wide characters at end to correctly cut&paste.
27TODO: cursor over overlays, when focus change?
28 - the aterm code now frees the as visual and image manager objects
29 when a window was closed.
30 - do not (wrongly) adjust the virtual line length inside
31 scr_insdel_chars/ERASE (Miroslav Lichvar).
32 - fix an issue where wide tab characters caused character shifts
33 when part of them was deleted (tracked down by Miroslav Lichvar).
34 - remove bogus "setuid/setgid security issues" from rxvt.1.pod, they
35 no longer apply.
36 - the urgency hint is now cleared on both focus in and focus out.
37 - cache urgency hint locally to avoid server rtt on every focus change.
38 - perl 5.10 needs PERL_SYS_INIT3 on hppa.
39 - ignore byte-order marks and do not treat them like combining characters.
40 - fix build issue when CURSOR_BLINK is not defined (Emanuele Giaquinta).
41 - do some µ-optimisations to the character fast path.
42 - use a less cunning, but more robust algorithm to avoid one terminal
43 monopolising the whole process by outputting a lot of text.
44 - try to work around linux first breaking sched_yield and now breaking
45 the only known workaround.
46 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
47 - intiialise the as visual only on demand, instead of unconditionally.
48
499.05 Sun Jun 15 20:09:20 CEST 2008
50 - new option --cd/chdir to set the starting working directory.
51 - tabbed extension now starts in the "correct" working directory.
52 - work around fedora 9 providing isastream but not the relevant
53 header file for it (report by Tuncer Ayaz).
54 - upgrade libev, fixing a bug in the select backend
55 with more than 31 file descriptors on non-linux 64 bit systems.
56 - correctly reset the multibyte state to the initial one
57 after EILSEQ (patch by Neil Booth). This fixes the
58 issue of rxvt-unicode not properly displaying text after an illegal
59 sequence on NetBSD and probably other systems.
60 - more intelligent property handling with -pe tabbed, works around
61 broken window managers (kwm et al.), saves bandwidth and should
62 help working window managers as well.
63 - made tabs moveable (based on a patch by Petr Machata).
64 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
65 - support relative paths for RXVT_SOCKET in urxvtd.
66 - the tabbed extension now blindly copies over all (rxvt-) resources
67 from the toplevel window to the children.
68 - better diagnostic on 0x0 window geometries.
69 - update AnyEvent API to version 3.4 and above.
70 - document the default value of :0 for DISPLAY.
71 - rename perl method XChangeWindowProperty to XChangeProperty.
72
739.02 Tue Jan 29 11:58:36 CET 2008
74 - the "exg makes everybody happy" release.
75 - fix build with !xft.
76 - always compile in plain style scrollbar (simplifies code and looks great).
77
789.01 Sat Jan 26 20:49:27 CET 2008
79 - be more aggressive about handling X events, this seems to be required
80 with newer xlibs (should fix the "screen stays black until event is
81 received" problem, again :)
82 - add buffered resource to control xft double-buffering.
83
849.0 Fri Jan 25 19:34:04 CET 2008
85 - fix a crash bug where urxvtd would crash when urxvtc was called
86 with wrong arguments (I wish debian maintainers in general would
87 report bugs and their proposed fixes to the original package maintaienrs
88 instead of sitting on them for good measure to see if anybody notices).
89 - drawing xft compose characters was causing garbage to be drawn.
90 - correctly clear xft character background in all cases.
91 - implement bracketed paste mode (xterm private mode 2004).
92 - improve documentation on alpha channel handling, make urxvt
93 work better on servers lacking the RENDER extension when alpha
94 channels or background images are used.
95 - check for refresh after initialising to avoid staying blank
96 till the first event arrives. or so.
97 - the FORCE_UNBUFFERED_XFT feature macro works again.
98 - continuously update transparency while moving/resizing now.
99 - OSC 39/49 are deprecated and aliased to OSC 10/11.
100 - cub1 now acts as advertised (and ignores the "wrapped" state).
101 - the 132/80 mode switch now forces a height of 24, too, and
102 resets the terminal.
103 - scrollbar code cleanups.
104 - stopping children is no longer confused with children exiting.
105 - removed (undocumented) #aarrggbb format.
106 - updated to libev 3.0.
107
1088.9 Mon Dec 24 07:51:40 CET 2007
109 - fix the issue where urxvtd would not immediately close a window
110 when the command exited but only on the next X event.
111 - changed terminfo file not to use application keypad mode.
112 - fix the issue where making a selection in one urxvtd window
113 would not clear it visually in another.
114 - fix an issue of urxvt not getting background pixmap updates
115 and flickering after bg pixmap changes (reported by Mikachu).
116 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
117 - correctly provide dependencies for libev (µikachu).
118 - minor code reorganisations and cleanups.
119 - be more robust in case the urxvt-popup extension cannot be loaded.
120
1218.8 Sat Dec 15 19:40:39 CET 2007
122 - option -C was aliased to all unsupported options, activating
123 options that shouldn't be compiled in, leading to interesting
124 effects.
125 - updated libev, working around a bug in linux 2.4, curing the
126 symptom of urxvt not closing its window on shell exit. also
127 fixes a problem with urxvt not refreshing.
128 - the text blink callback was called even when no blinking
129 text was visible.
130 - pre-8.4 slipwheeling behaviour has been reinstated, with
131 some minor improvements.
132 - streamlined x events processing to only flush once per
133 display and not once per terminal window.
134 - quite a bit of minor code cleanups and codesize optimisations.
135
1368.7 Sun Nov 25 10:23:49 CET 2007
137 - update libev with an important bugfix that would cause crashes
138 when closing windows (when using rxvtd, and update is recommended).
139 - do not compile in the block builtin graphics with --disable-frills.
140
1418.6 Fri Nov 23 14:10:57 CET 2007
142 - upgrade libev to disable kqueue on anything but netbsd as it
143 seems to be broken everywhere else w.r.t. ptys.
144 - allow for spurious event notifications, as at least epoll and
145 especially solaris ports like to lie about them (symptoms:
146 urxvt "hangs" until there is some x11 related activity).
147 - -keysym command line options are now subjected to xlib parsing.
148 - add 'xrm' option analogous to Xt one.
149
1508.5a Wed Nov 21 10:16:33 CET 2007
151 - make it compile with --disable-transparency.
152
1538.5 Wed Nov 21 05:19:20 CET 2007
154 - expect major portability issues in this release: please test and report.
155 - converted from the veritable io manager event loop to
156 the high performance libev (http://software.schmorp.de/pkg/libev).
157 - minor tuning to the perl selection (include single words and more quoting chars).
158 - fix memory leak in pixmap code.
159 - fix a serious bug while setting the XIM destroy callback
160 on (typical) 64 bit systems.
161 - automove-background functionality re-implemented internaly using :root op in pixmap
162 geometry string. For example: rxvt -pixmap "image.jpg;:root"
163 - do not link rxvtc against every lib on the planet anymore.
164 - parallel builds should work once more.
165
1668.4 Sat Oct 27 14:02:13 CEST 2007
167 - overhaul of the transparency/pixmap code (sasha).
168 - fix possible race betwen visual bell and poweron.
169 (reported by Martin von Gagern, gentoo?).
170 - urxvt -e no longer crashes the child.
171 - fixed some minor memleaks on incorrect usage or
172 missing DISPLAY.
173 - implement xterm 1002/1003 mouse tracking modes (exg).
174 - source code organisational cleanups (exg).
175 - updated io_manager.
176
1778.3 Wed Aug 1 20:21:31 CEST 2007
178 - new option: skipScroll/-ss, enabled by default.
179 - go with the times and expect x11 library files in /usr/lib, not
180 /usr/X11R6/lib.
181 - initial transparency improvement/afterimage support
182 patch by Sasha Vasko.
183 - add urgentOnBell resource to set the urgency hint
184 (patch by Philip Paeps).
185 - do not process focus events caused by grabs
186 (patch by Mikachu).
187 - add iso14755_52 resource to disable iso14755 5.2 (exg).
188 - add binding for backspace in iso14755 5.1 to remove the last
189 digit (exg).
190 - better option handling, support more than 30 options (exg).
191 - nuke reconf script, serves no purpose anymore.
192 - fixed and documented matcher/on_user_command processing in matcher
193 extension (tpope).
194 - compile out of the box on Solaris 10 (exg).
195 - fix MappingNotify events (reported by Stephan Walter).
196 - zero-initialise mwmhints, this seems to solve all sorts of minor
197 problems.
198
1998.2 Sat Feb 17 21:35:28 CET 2007
200 - fix make depend in src/, reported by exg.
201 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
202 (patch by Sergey Vlasov).
203 - unbundled iom perl interface somewhat.
204 - scrollbar-xterm now uses the selected scrollColor instead of fg
205 (found by Aiviru).
206 - disabled linux kernel bug workaround again: disabling it gives
207 a 50% speed hit on affected machines, while enabling it gives
208 a similar speed hit to screen, which is likely the more common
209 case to work around for :/
210 - urxvt::rend2mask perl function, and utilization of it by matcher
211 (patch by Moshe Kamensky).
212 - use perl:matcher on a keysym to open most recently displayed URL.
213 - with matcher, when multiple patterns match, last wins, not first.
214 - fix make and make install with srcdir != builddir (exg).
215 - updated bundled libptytty to fix a bug where the tty would be kept
216 open (see the libptytty ChangeLog for details).
217 - delay setting the IUTF8 flag to after the tty settings have been
218 set so its value does not get lost (reported and analysed by Andrei
219 Paskevich).
220 - rip out support for obsolete sgtty.h interface.
221 - rip out support for non-POSIX termios variants.
222 - update libptytty.
223 - update iom.C, make it call ptytty::sanitise_stdfd on init.
224 - when !XFT, change rounding of colours to use a less correct formula to
225 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
226 - change the starting offset of the pixmap set with backgroundPixmap
227 from (50,50) to (0,0) (exg).
228 - fix a typo in button_release, now meta-button2 request the value of
229 the Clipboard selection as it should (patch by Serge Koksharov).
230 - fix a bug in drawing a cell with a nonspacing char when using an xft
231 font with inheritPixmap and tintColor (exg).
232
2338.1 Thu Dec 7 22:27:25 CET 2006
234 - ケリスマスプレゼント - zomg!!1, it's too early!!!
235 - fix the assumption that chars < 256 are single-width. Now
236 only assume this for codepoints 32 to 126 (reported by Dai.H.).
237 - $term->strwidth returned wide chars as width 1, because some jerk
238 confused min and max. Fixing this also fixes xim-onthespot.
239 Reported by Takano Akio.
240 - secondaryScroll is now enabled by default (as per the manpage),
241 reported by exg.
242 - correct the description of [percent]color rgba format in the manpage.
243 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
244 - ignore (some) useless focus events (reported by mmc).
245 - updated compose table to unicode 5.0.0.
246
2478.0 Thu Nov 2 18:35:19 CET 2006
248 - combining characters cleared the area instead of creating an overlay,
249 thus losing the ability to draw combining characters properly in most
250 circumstances (reported by exg).
251 - specified fonts were incorrectly morphed to bold/italic according to the
252 basefont, even if explicitly specified (tracked down by tpope).
253 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
254 - fix a crash caused by passing negative widths to overlay functions.
255 - added 'matcher' extension by tpope, replacing the mark-urls extension.
256 - improve url regex to match anything www.* (tpope).
257 - fixed bug with outline cursor color being wrong after xft fonts.
258 - update to libptytty-1.0.
259 - give proper diagnostic when RXVT_SOCKET is too long instead of
260 corrupting the stack (patch by exg).
261 - display current terminal locale in option menu.
262 - urxvtd no longer crashes when the client sends an inaccessible
263 working directory (reported by Roland Baer, possibly fixes gentoo
264 bug #143985).
265 - fixed many minor issues reported by Roland Baer.
266 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
267 should not have any consequences, but was buggy nonetheless.
268 - manpage fix by exg.
269
2707.9 Mon Aug 7 18:16:07 CEST 2006
271 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
272 + transparency. Ought to fix debian bug #380348.
273 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
274 it does! :->
275 - rxvt_fatal() in case the locale string is too long for our static buffer.
276 - fixed many, many, typos in the manpages (patch supplied by ves).
277
2787.8 Mon Jul 17 21:00:46 CEST 2006
279 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
280 earlier versions only read it if display-resources (usually from
281 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
282 resource used") and seems to be logical behaviour, too. .Xdefaults
283 resources have a lower priority than display-specific resources.
284 - add "kuake" perl extension that does a similar thing to the kuake
285 terminal emulator (see man urxtvperl).
286 - use less "correct" color scaling that is compatible with libX11 and
287 Xft (avoids off-by-one colors resulting in striped backgrounds).
288 - the "depth" resource is now respected.
289 - preset the searchable-scrollback pattern with "(?i)" to default search
290 to case-insensitivity. Will automatically be cleared when typing an
291 uppercase character.
292 - add FORCE_UNBUFFERED_XFT define to features.h.
293 - re-enabled highlightcolor support with --enable-frills, based on
294 a patch by Martin Stubenschrott.
295 - double-buffered xft drawing did suffer from pixel offset issues
296 when pixmap transparency was enabled.
297 - strategically add # to the url-match regexes, as we really want to
298 match common URIs not common URLs. Reported by Aaron Griffin.
299 - moved on_osc_seq to on_osc_seq_perl and added a more
300 generic osc_seq.
301 - fix a bug causing double callback invocations when perl hooks
302 were invoked recursively.
303 - the automove-background extension now properly works when the
304 pixmap gets reset with an osc sequence (sqweek).
305 - selection-pastebin did not work properly with non-latin1-characters.
306 - apply colorUL only when the text colour is the default fg
307 (patch by Wu Fengguang).
308 - removed rxvtlib.h from the tarball, it had no reason to be there
309 (spotted by Decklin Foster).
310 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
311 by omatunto_.
312 - slap in a using namespace std, might help on platforms that don't
313 follow C++ closely enough.
314 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
315 - applied fade_color_update_func.patch by WU Fengguang.
316 - fix a bug where (due to an optimisation in av_delete), hiding the
317 bottom-most overlay would hide two overlays.
318
3197.7 Tue Feb 21 12:32:49 CET 2006
320 - use double-buffered drawing (xft fonts only). On many driver/hardware
321 combination this actually increases xft drawing speed, at the expense
322 of more network bandwidth and slight nausea on the side of the author.
323 - readline perl extension now requires shift-click instead of a normal
324 click, and eats the click.
325 - tabbed perl extension now supports -e.
326 - disabled graphics-exposures on the main drawing GC, report any
327 refresh bugs please.
328 - improve property handling for -pe tabbed: avoid unnecessary property
329 changes (for kde's benefit) at the expense of extra round-trips,
330 improve size hint setting.
331 - modified XIM according to a patch sent by Takano Akio that sets
332 the preedit rectangle for OverTheSpot, which helps some input methods
333 to correctly position their preedit window.
334 - un-optimise the line clearing on newly scrolled-in lines a bit: the
335 former reasoning was that any fg colour on default bg looks the same
336 in empty spaces, but thats not true when reversing (e.g. selection),
337 so also check for matching fg colours. This fixes the problem where
338 selecting newly scrolled-in lines would exhibit wrong colours.
339 - fix a bug in the perl interface causing focus in events to generate
340 focus out perl events, causing bad focus effects with -pe tabbed.
341 - fix a race resulting in a crash on exiting.
342 - fix a with --disable-xft that caused xfreecolors to be called on
343 colors never allocated, resulting in aborts (reported by Paco-Paco).
344 - resources on non-initial screens weren't refetched correctly
345 (reported by Paco-Paco).
346 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
347 working in either rxvt-unicode nor in the original rxvt.
348 - removed undocumented -exec alias for the -e option.
349
3507.6 Fri Feb 10 08:52:36 CET 2006
351 - changed interpretation of [alpha] colour prefix.
352 - +option now really sets the option to default, instead of using the
353 resource value.
354 - options that require an argument now really _require_ an argument.
355 - the tabbed extension now forwards focus and keys events to th
356 relevant tab window.
357 - tab colours are now configurable and have sensible defaults
358 (initial patch by hednod).
359 - option menu is extendable, readline, selection and
360 selection-autotransform can now be disabled/enabled at runtime.
361 - forcing a configure event to tabbed subwindows with -pe tabbed, for
362 the benefit of automove-background.
363 - the automove-background extension added a wrong constant offset.
364 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
365 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
366 - the linux yield hack is back, now using usleep, and enabled only on
367 __linux__.
368 - further round trip eliminations in the !XFT case by remembering
369 the colour components.
370 - plain scrollbar works better with -sr.
371 - fixed half-shadow scrollbar look.
372 - more colour rtt optimisations.
373 - properly(?) free colours on window close.
374 - reorganised the FAQ into multiple sections.
375 - add ISO646.1991-IRV to the list of supported codesets.
376 - minor libptytty update.
377
3787.5 Tue Jan 31 15:15:43 CET 2006
379 - further improvements to the careful mode detection, and font width
380 detection:
381 - fully double-wide fonts will now be correctly treated,
382 - overlap detection was improved.
383 - detect totally broken fonts (usually synthesized by xft).
384 - careful mode forced refresh sometimes clashed with blinking,
385 causing unnecessary screen redraws.
386 - better handling of XFT combining characters.
387 - enable antialiasing for some replacement fonts, as they
388 might get used for other encodings which really need it, later.
389 - remove spacing=100 from all default fonts, as this creates totally
390 weird spacing (5 times normal) with xft.
391 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
392 broken.
393 - removed gnu unifont fallback, all combining characters are broken.
394 - replace named colours by xorg's rgb.txt equivalents, to
395 reduce round trip time on startup, and short-cut allocation
396 of rgb:rr/gg/bb for xft.
397 - short-cut allocation of rgb values in the xlib case
398 (patch by Paco-Paco).
399 - overhauled color management: smaller codesize, alpha support.
400 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
401 an "[alpha]" prefix.
402 - try to work around Xft and Xrender forcing everything to be 100%
403 transparent. Long Live Xft!
404 - do not include X11/Intrinsic.h anymore, directly use
405 Xlib/Xutil/Xresource directly.
406 - try to find a nearest matching color when color allocation fails
407 on a pseudocolor screen.
408 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
409 - fix version report (DA) (which was unfortunately broken).
410 - changed version number report again, now to emulate xterm closer.
411 - added the OSC sequence 702 to detect the urxvt version number.
412 - small configure updates.
413 - further RTT optimisations.
414 - backported clean-up patches for makefiles and documentation from
415 the debian package.
416 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
417 but much newer than the old one.
418
4197.4 Sat Jan 28 15:26:27 CET 2006
420 - screen background wasn't always erased properly when scrolling,
421 - re-enabled clearing optimisation disabled in 7.4pre.
422 - small configure updates for libptytty.
423 - fixed version options: line output.
424 - removed stoopid debugging message left in the code.
425
4267.3 Wed Jan 25 22:47:35 CET 2006
427 - don't let iso14755 or mouse reporting get into the way of perl
428 (could lead to global grabs never being cleared).
429 - experimental OnTheSpot editing support (-pe xim-onthespot).
430 - moved Shift-Button2 paste combination to Meta-Button2.
431 - the cutchars resource will now be respected and used by the
432 selection extension.
433 - added the "remote-clipboard" extension which just runs external
434 commands to fetch and store the selection data.
435 - added -depth switch that tries to get a different visual depth
436 than the default (replaces the old PREFER_24_BIT logic).
437 - removed (unused) arabic presentation form composing sequences.
438 - be more strict when deciding that a core font glyph is too wide and
439 needs the careful rendering mode.
440 - allow more leeway for italic fonts when deciding that a character is
441 too wide and needs careful mode.
442 - redraw even more characters around characters using careful mode.
443 - made selection-pastebin fully asynchronous.
444 - reduced number of server turnarounds at startup by allocating
445 atoms only once per display.
446 - renamed on_keyboard_command to on_user_command.
447 - changed version sos (ESC [ > c) response to be more compatible with
448 xterm.
449
4507.2 Sun Jan 22 21:58:16 CET 2006
451 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
452 environments necessary, which resulted in segfaults within
453 getenv (reproducable: urxvt -fn 9x15, open a menu once,
454 ctrl-shift-672c).
455 - bugfix: the selection speedup in in 7.1 unfortunately caused
456 non-ascii characters to enlarge/move the selection.
457 - bugfix: resizing sometimes leaked lines from the secondary to
458 the primary screen.
459 - bugfix: reducing window size while large amounts of text were output
460 could lead to an assertion failure.
461 - added "tabbed" extension that provides a crude tabbed terminal.
462 - added "readline" extension that allows cursor positioning
463 via mouse clicks.
464 - now it is possible to insert the value of the CLIPBOARD selection
465 with shift - mouse button 2.
466 - fixed the automove-background extension to ignore coordinates
467 in non-synthetic events.
468 - created a separate libpty for portable and secure
469 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
470 - the non-terminfo visual bell now works asynchronously, so
471 continuous ASCI BELs in one terminal do no longer monopolise the
472 whole urxvt[d] process.
473 - support some *BSD makes (for the time being, gnu make is a safe bet).
474 - work around bugs in FreeBSD's gcc.
475 - implemented some *BSD fixes in configure.
20 - removed support for obsolete offix dnd protocol. 476 - removed support for obsolete offix dnd protocol.
21 477
227.1 Thu Jan 19 20:25:34 CET 2006 4787.1 Thu Jan 19 20:25:34 CET 2006
23 - setuid/setgid operation is now _encouraged_: security has been 479 - setuid/setgid operation is now _encouraged_: security has been
24 improved by moving privileged operations into a separate process 480 improved by moving privileged operations into a separate process
657 - some doc updates (Eduard Bloch). 1113 - some doc updates (Eduard Bloch).
658 - use faster inheritpixmap method when tinting color not set. 1114 - use faster inheritpixmap method when tinting color not set.
659 - fix pixmap offset when tinting (reported by Eduard Bloch). 1115 - fix pixmap offset when tinting (reported by Eduard Bloch).
660 - new -sh option by Mikael Magnusson. 1116 - new -sh option by Mikael Magnusson.
661 - off-focus-fading (--enable-fading) support (patch by 1117 - off-focus-fading (--enable-fading) support (patch by
662 Mikael Magnusson). 1118 Mikael Magnusson, based on aterm code).
663 - cursor now set correctly on --disable-blank (reported by 1119 - cursor now set correctly on --disable-blank (reported by
664 Mikael Magnusson). 1120 Mikael Magnusson).
665 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1121 - better (and non-crashing) slipwheeling (Mikael Magnusson).
666 - solaris 2.8 portability changes (reported by Colin Marquardt). 1122 - solaris 2.8 portability changes (reported by Colin Marquardt).
667 - disable-xim now really disables xim code. 1123 - disable-xim now really disables xim code.
789 - implement continuation lines in xresource parsing when 1245 - implement continuation lines in xresource parsing when
790 --disable-xgetdefault. 1246 --disable-xgetdefault.
791 - changed locale-setting esc-sequence from code 9 to code 701. 1247 - changed locale-setting esc-sequence from code 9 to code 701.
792 also added 702 that returns the font selected for a specific 1248 also added 702 that returns the font selected for a specific
793 unicode character. 1249 unicode character.
794 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 1250 - no longer set CUT_BUFFER0. this is confusing and clients WILL
795 get it wrong. 1251 get it wrong.
796 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 1252 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
797 1253
7982.1 Wed Mar 3 21:48:39 CET 2004 12542.1 Wed Mar 3 21:48:39 CET 2004
799 - NOTE: the name of the binary and resources were changed in 1255 - NOTE: the name of the binary and resources were changed in
800 this version, see README.configure if you want the old 1256 this version, see README.configure if you want the old
801 settings. 1257 settings.
891 - completely removed non-working graphics mode 1347 - completely removed non-working graphics mode
892 1348
8931.4 Fri Jan 16 23:03:22 CET 2004 13491.4 Fri Jan 16 23:03:22 CET 2004
894 - fix stupid segfault on esc-c 1350 - fix stupid segfault on esc-c
895 - small font tunings 1351 - small font tunings
896 - much better io manager, less bugs, higher speed 1352 - much better io manager, fewer bugs, higher speed
897 - better error reporting for unknown options 1353 - better error reporting for unknown options
898 1354
8991.3 2003-12-26 13551.3 2003-12-26
900 - fix a bug in font height selection 1356 - fix a bug in font height selection
901 - autoscale scalable x11 fonts 1357 - autoscale scalable x11 fonts
9111.1 2003-12-18 13671.1 2003-12-18
912 - Support for XIM in other than the current locale. 1368 - Support for XIM in other than the current locale.
913 - Support for non-utf-8-locales 1369 - Support for non-utf-8-locales
914 - much improved font choosing 1370 - much improved font choosing
915 1371
9161.0 13721.0 2003-12-18
917 - first release 1373 - first release
918 - originally cloned from rxvt-CVS 2003-11-19 00:26 1374 - originally cloned from rxvt-CVS 2003-11-19 00:26
919 - removed rclock et al. 1375 - removed rclock et al.
920 - initial conversion to C++ 1376 - initial conversion to C++
921 1377

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines