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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.509 by root, Wed Jan 11 03:29:18 2006 UTC vs.
Revision 1.872 by root, Sun Jun 15 14:54:44 2008 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: harmonize --disable-options into position-dependent options. 3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: after requesting the selection and getting a timeout, no further requests will be sent. 4TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
6TODO: slipwheeling needs a keyboard grab to get key release events.
7TODO: overlays collide with the way the out-of-focus cursor is being drawn
5TODO: "slow" rendering mode for bidi and scripts 8TODO: "slow" rendering mode for bidi and scripts, pango!
6TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
7TODO: 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?)
8TODO: clarify and get rid of SMOOTH_REFRESH etc. 11TODO: better resource handling for tabbar in -pe tabbed.
9TODO: run external commands more sytematically (using $self->env etc.) 12WISH: investigate -pe tabbed -g 80x25 being 23 not 24 or 25 lines
10WISH: OnTheSpot editing, or maybe switch to miiiiiiif 13 => when setting the constraints, the wm might (correctly)
11WISH: just for fun, do shade and tint with XRender. 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?
12WISH: support tex fonts 20DUMB: support tex fonts
13 21
147.0 22 - new option --cd/chdir to set the starting working directory.
23 - tabbed extension now starts in the "correct" working directory.
24 - work around fedora 9 providing isastream but not the relevant
25 header file for it (report by Tuncer Ayaz).
26 - upgrade libev, fixing a bug in the select backend
27 with more than 31 file descriptors on non-linux 64 bit systems.
28 - correctly reset the multibyte state to the initial one
29 after EILSEQ (patch by Neil Booth). This fixes the
30 issue of rxvt-unicode not properly displaying text after an illegal
31 sequence on NetBSD and probably other systems.
32 - more intelligent property handling with -pe tabbed, works around
33 broken window managers (kwm et al.), saves bandwidth and should
34 help working window managers as well.
35 - made tabs moveable (based on a patch by Petr Machata).
36 - implement ESC [ 3 K as a more rational alternative to ESC [ 0 K.
37 - support relative paths for RXVT_SOCKET in urxvtd.
38 - the tabbed extension now blindly copies over all (rxvt-) resources
39 from the toplevel window to the children.
40 - better diagnostic on 0x0 window geometries.
41 - update AnyEvent API to version 3.4 and above.
42 - document the default value of :0 for DISPLAY.
43 - rename perl method XChangeWindowProperty to XChangeProperty.
44
459.02 Tue Jan 29 11:58:36 CET 2008
46 - the "exg makes everybody happy" release.
47 - fix build with !xft.
48 - always compile in plain style scrollbar (simplifies code and looks great).
49
509.01 Sat Jan 26 20:49:27 CET 2008
51 - be more aggressive about handling X events, this seems to be required
52 with newer xlibs (should fix the "screen stays black until event is
53 received" problem, again :)
54 - add buffered resource to control xft double-buffering.
55
569.0 Fri Jan 25 19:34:04 CET 2008
57 - fix a crash bug where urxvtd would crash when urxvtc was called
58 with wrong arguments (I wish debian maintainers in general would
59 report bugs and their proposed fixes to the original package maintaienrs
60 instead of sitting on them for good measure to see if anybody notices).
61 - drawing xft compose characters was causing garbage to be drawn.
62 - correctly clear xft character background in all cases.
63 - implement bracketed paste mode (xterm private mode 2004).
64 - improve documentation on alpha channel handling, make urxvt
65 work better on servers lacking the RENDER extension when alpha
66 channels or background images are used.
67 - check for refresh after initialising to avoid staying blank
68 till the first event arrives. or so.
69 - the FORCE_UNBUFFERED_XFT feature macro works again.
70 - continuously update transparency while moving/resizing now.
71 - OSC 39/49 are deprecated and aliased to OSC 10/11.
72 - cub1 now acts as advertised (and ignores the "wrapped" state).
73 - the 132/80 mode switch now forces a height of 24, too, and
74 resets the terminal.
75 - scrollbar code cleanups.
76 - stopping children is no longer confused with children exiting.
77 - removed (undocumented) #aarrggbb format.
78 - updated to libev 3.0.
79
808.9 Mon Dec 24 07:51:40 CET 2007
81 - fix the issue where urxvtd would not immediately close a window
82 when the command exited but only on the next X event.
83 - changed terminfo file not to use application keypad mode.
84 - fix the issue where making a selection in one urxvtd window
85 would not clear it visually in another.
86 - fix an issue of urxvt not getting background pixmap updates
87 and flickering after bg pixmap changes (reported by Mikachu).
88 - fix redraw bug in xterm scrollbar with -sr (reported by Mikachu).
89 - correctly provide dependencies for libev (µikachu).
90 - minor code reorganisations and cleanups.
91 - be more robust in case the urxvt-popup extension cannot be loaded.
92
938.8 Sat Dec 15 19:40:39 CET 2007
94 - option -C was aliased to all unsupported options, activating
95 options that shouldn't be compiled in, leading to interesting
96 effects.
97 - updated libev, working around a bug in linux 2.4, curing the
98 symptom of urxvt not closing its window on shell exit. also
99 fixes a problem with urxvt not refreshing.
100 - the text blink callback was called even when no blinking
101 text was visible.
102 - pre-8.4 slipwheeling behaviour has been reinstated, with
103 some minor improvements.
104 - streamlined x events processing to only flush once per
105 display and not once per terminal window.
106 - quite a bit of minor code cleanups and codesize optimisations.
107
1088.7 Sun Nov 25 10:23:49 CET 2007
109 - update libev with an important bugfix that would cause crashes
110 when closing windows (when using rxvtd, and update is recommended).
111 - do not compile in the block builtin graphics with --disable-frills.
112
1138.6 Fri Nov 23 14:10:57 CET 2007
114 - upgrade libev to disable kqueue on anything but netbsd as it
115 seems to be broken everywhere else w.r.t. ptys.
116 - allow for spurious event notifications, as at least epoll and
117 especially solaris ports like to lie about them (symptoms:
118 urxvt "hangs" until there is some x11 related activity).
119 - -keysym command line options are now subjected to xlib parsing.
120 - add 'xrm' option analogous to Xt one.
121
1228.5a Wed Nov 21 10:16:33 CET 2007
123 - make it compile with --disable-transparency.
124
1258.5 Wed Nov 21 05:19:20 CET 2007
126 - expect major portability issues in this release: please test and report.
127 - converted from the veritable io manager event loop to
128 the high performance libev (http://software.schmorp.de/pkg/libev).
129 - minor tuning to the perl selection (include single words and more quoting chars).
130 - fix memory leak in pixmap code.
131 - fix a serious bug while setting the XIM destroy callback
132 on (typical) 64 bit systems.
133 - automove-background functionality re-implemented internaly using :root op in pixmap
134 geometry string. For example: rxvt -pixmap "image.jpg;:root"
135 - do not link rxvtc against every lib on the planet anymore.
136 - parallel builds should work once more.
137
1388.4 Sat Oct 27 14:02:13 CEST 2007
139 - overhaul of the transparency/pixmap code (sasha).
140 - fix possible race betwen visual bell and poweron.
141 (reported by Martin von Gagern, gentoo?).
142 - urxvt -e no longer crashes the child.
143 - fixed some minor memleaks on incorrect usage or
144 missing DISPLAY.
145 - implement xterm 1002/1003 mouse tracking modes (exg).
146 - source code organisational cleanups (exg).
147 - updated io_manager.
148
1498.3 Wed Aug 1 20:21:31 CEST 2007
150 - new option: skipScroll/-ss, enabled by default.
151 - go with the times and expect x11 library files in /usr/lib, not
152 /usr/X11R6/lib.
153 - initial transparency improvement/afterimage support
154 patch by Sasha Vasko.
155 - add urgentOnBell resource to set the urgency hint
156 (patch by Philip Paeps).
157 - do not process focus events caused by grabs
158 (patch by Mikachu).
159 - add iso14755_52 resource to disable iso14755 5.2 (exg).
160 - add binding for backspace in iso14755 5.1 to remove the last
161 digit (exg).
162 - better option handling, support more than 30 options (exg).
163 - nuke reconf script, serves no purpose anymore.
164 - fixed and documented matcher/on_user_command processing in matcher
165 extension (tpope).
166 - compile out of the box on Solaris 10 (exg).
167 - fix MappingNotify events (reported by Stephan Walter).
168 - zero-initialise mwmhints, this seems to solve all sorts of minor
169 problems.
170
1718.2 Sat Feb 17 21:35:28 CET 2007
172 - fix make depend in src/, reported by exg.
173 - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
174 (patch by Sergey Vlasov).
175 - unbundled iom perl interface somewhat.
176 - scrollbar-xterm now uses the selected scrollColor instead of fg
177 (found by Aiviru).
178 - disabled linux kernel bug workaround again: disabling it gives
179 a 50% speed hit on affected machines, while enabling it gives
180 a similar speed hit to screen, which is likely the more common
181 case to work around for :/
182 - urxvt::rend2mask perl function, and utilization of it by matcher
183 (patch by Moshe Kamensky).
184 - use perl:matcher on a keysym to open most recently displayed URL.
185 - with matcher, when multiple patterns match, last wins, not first.
186 - fix make and make install with srcdir != builddir (exg).
187 - updated bundled libptytty to fix a bug where the tty would be kept
188 open (see the libptytty ChangeLog for details).
189 - delay setting the IUTF8 flag to after the tty settings have been
190 set so its value does not get lost (reported and analysed by Andrei
191 Paskevich).
192 - rip out support for obsolete sgtty.h interface.
193 - rip out support for non-POSIX termios variants.
194 - update libptytty.
195 - update iom.C, make it call ptytty::sanitise_stdfd on init.
196 - when !XFT, change rounding of colours to use a less correct formula to
197 meet user expectancies (#aaa becomes #a000a000a000 not #9f9f9f9f9f9f).
198 - change the starting offset of the pixmap set with backgroundPixmap
199 from (50,50) to (0,0) (exg).
200 - fix a typo in button_release, now meta-button2 request the value of
201 the Clipboard selection as it should (patch by Serge Koksharov).
202 - fix a bug in drawing a cell with a nonspacing char when using an xft
203 font with inheritPixmap and tintColor (exg).
204
2058.1 Thu Dec 7 22:27:25 CET 2006
206 - ケリスマスプレゼント - zomg!!1, it's too early!!!
207 - fix the assumption that chars < 256 are single-width. Now
208 only assume this for codepoints 32 to 126 (reported by Dai.H.).
209 - $term->strwidth returned wide chars as width 1, because some jerk
210 confused min and max. Fixing this also fixes xim-onthespot.
211 Reported by Takano Akio.
212 - secondaryScroll is now enabled by default (as per the manpage),
213 reported by exg.
214 - correct the description of [percent]color rgba format in the manpage.
215 - incorporated macosx-clipboard extension by Samuel Ljungkvist.
216 - ignore (some) useless focus events (reported by mmc).
217 - updated compose table to unicode 5.0.0.
218
2198.0 Thu Nov 2 18:35:19 CET 2006
220 - combining characters cleared the area instead of creating an overlay,
221 thus losing the ability to draw combining characters properly in most
222 circumstances (reported by exg).
223 - specified fonts were incorrectly morphed to bold/italic according to the
224 basefont, even if explicitly specified (tracked down by tpope).
225 - fixed urxvt::strwidth to calculate width in the same way as screen.C.
226 - fix a crash caused by passing negative widths to overlay functions.
227 - added 'matcher' extension by tpope, replacing the mark-urls extension.
228 - improve url regex to match anything www.* (tpope).
229 - fixed bug with outline cursor color being wrong after xft fonts.
230 - update to libptytty-1.0.
231 - give proper diagnostic when RXVT_SOCKET is too long instead of
232 corrupting the stack (patch by exg).
233 - display current terminal locale in option menu.
234 - urxvtd no longer crashes when the client sends an inaccessible
235 working directory (reported by Roland Baer, possibly fixes gentoo
236 bug #143985).
237 - fixed many minor issues reported by Roland Baer.
238 - Leonid Khramov spotted a minor glitch in rxvtfont.C that
239 should not have any consequences, but was buggy nonetheless.
240 - manpage fix by exg.
241
2427.9 Mon Aug 7 18:16:07 CEST 2006
243 - fix the crashing bug people encountered with 7.8 + urxvtd + perl
244 + transparency. Ought to fix debian bug #380348.
245 - fix urxvtc.1.pod: it actually claimed -pty-fd would not work. But
246 it does! :->
247 - rxvt_fatal() in case the locale string is too long for our static buffer.
248 - fixed many, many, typos in the manpages (patch supplied by ves).
249
2507.8 Mon Jul 17 21:00:46 CEST 2006
251 - INCOMPATIBLE CHANGE: this version will always read ~/.Xdefaults,
252 earlier versions only read it if display-resources (usually from
253 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
254 resource used") and seems to be logical behaviour, too. .Xdefaults
255 resources have a lower priority than display-specific resources.
256 - add "kuake" perl extension that does a similar thing to the kuake
257 terminal emulator (see man urxtvperl).
258 - use less "correct" color scaling that is compatible with libX11 and
259 Xft (avoids off-by-one colors resulting in striped backgrounds).
260 - the "depth" resource is now respected.
261 - preset the searchable-scrollback pattern with "(?i)" to default search
262 to case-insensitivity. Will automatically be cleared when typing an
263 uppercase character.
264 - add FORCE_UNBUFFERED_XFT define to features.h.
265 - re-enabled highlightcolor support with --enable-frills, based on
266 a patch by Martin Stubenschrott.
267 - double-buffered xft drawing did suffer from pixel offset issues
268 when pixmap transparency was enabled.
269 - strategically add # to the url-match regexes, as we really want to
270 match common URIs not common URLs. Reported by Aaron Griffin.
271 - moved on_osc_seq to on_osc_seq_perl and added a more
272 generic osc_seq.
273 - fix a bug causing double callback invocations when perl hooks
274 were invoked recursively.
275 - the automove-background extension now properly works when the
276 pixmap gets reset with an osc sequence (sqweek).
277 - selection-pastebin did not work properly with non-latin1-characters.
278 - apply colorUL only when the text colour is the default fg
279 (patch by Wu Fengguang).
280 - removed rxvtlib.h from the tarball, it had no reason to be there
281 (spotted by Decklin Foster).
282 - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported
283 by omatunto_.
284 - slap in a using namespace std, might help on platforms that don't
285 follow C++ closely enough.
286 - fix mailto url regex, spotted within milliseconds by Jost Krieger.
287 - applied fade_color_update_func.patch by WU Fengguang.
288 - fix a bug where (due to an optimisation in av_delete), hiding the
289 bottom-most overlay would hide two overlays.
290
2917.7 Tue Feb 21 12:32:49 CET 2006
292 - use double-buffered drawing (xft fonts only). On many driver/hardware
293 combination this actually increases xft drawing speed, at the expense
294 of more network bandwidth and slight nausea on the side of the author.
295 - readline perl extension now requires shift-click instead of a normal
296 click, and eats the click.
297 - tabbed perl extension now supports -e.
298 - disabled graphics-exposures on the main drawing GC, report any
299 refresh bugs please.
300 - improve property handling for -pe tabbed: avoid unnecessary property
301 changes (for kde's benefit) at the expense of extra round-trips,
302 improve size hint setting.
303 - modified XIM according to a patch sent by Takano Akio that sets
304 the preedit rectangle for OverTheSpot, which helps some input methods
305 to correctly position their preedit window.
306 - un-optimise the line clearing on newly scrolled-in lines a bit: the
307 former reasoning was that any fg colour on default bg looks the same
308 in empty spaces, but thats not true when reversing (e.g. selection),
309 so also check for matching fg colours. This fixes the problem where
310 selecting newly scrolled-in lines would exhibit wrong colours.
311 - fix a bug in the perl interface causing focus in events to generate
312 focus out perl events, causing bad focus effects with -pe tabbed.
313 - fix a race resulting in a crash on exiting.
314 - fix a with --disable-xft that caused xfreecolors to be called on
315 colors never allocated, resulting in aborts (reported by Paco-Paco).
316 - resources on non-initial screens weren't refetched correctly
317 (reported by Paco-Paco).
318 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
319 working in either rxvt-unicode nor in the original rxvt.
320 - removed undocumented -exec alias for the -e option.
321
3227.6 Fri Feb 10 08:52:36 CET 2006
323 - changed interpretation of [alpha] colour prefix.
324 - +option now really sets the option to default, instead of using the
325 resource value.
326 - options that require an argument now really _require_ an argument.
327 - the tabbed extension now forwards focus and keys events to th
328 relevant tab window.
329 - tab colours are now configurable and have sensible defaults
330 (initial patch by hednod).
331 - option menu is extendable, readline, selection and
332 selection-autotransform can now be disabled/enabled at runtime.
333 - forcing a configure event to tabbed subwindows with -pe tabbed, for
334 the benefit of automove-background.
335 - the automove-background extension added a wrong constant offset.
336 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
337 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
338 - the linux yield hack is back, now using usleep, and enabled only on
339 __linux__.
340 - further round trip eliminations in the !XFT case by remembering
341 the colour components.
342 - plain scrollbar works better with -sr.
343 - fixed half-shadow scrollbar look.
344 - more colour rtt optimisations.
345 - properly(?) free colours on window close.
346 - reorganised the FAQ into multiple sections.
347 - add ISO646.1991-IRV to the list of supported codesets.
348 - minor libptytty update.
349
3507.5 Tue Jan 31 15:15:43 CET 2006
351 - further improvements to the careful mode detection, and font width
352 detection:
353 - fully double-wide fonts will now be correctly treated,
354 - overlap detection was improved.
355 - detect totally broken fonts (usually synthesized by xft).
356 - careful mode forced refresh sometimes clashed with blinking,
357 causing unnecessary screen redraws.
358 - better handling of XFT combining characters.
359 - enable antialiasing for some replacement fonts, as they
360 might get used for other encodings which really need it, later.
361 - remove spacing=100 from all default fonts, as this creates totally
362 weird spacing (5 times normal) with xft.
363 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
364 broken.
365 - removed gnu unifont fallback, all combining characters are broken.
366 - replace named colours by xorg's rgb.txt equivalents, to
367 reduce round trip time on startup, and short-cut allocation
368 of rgb:rr/gg/bb for xft.
369 - short-cut allocation of rgb values in the xlib case
370 (patch by Paco-Paco).
371 - overhauled color management: smaller codesize, alpha support.
372 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
373 an "[alpha]" prefix.
374 - try to work around Xft and Xrender forcing everything to be 100%
375 transparent. Long Live Xft!
376 - do not include X11/Intrinsic.h anymore, directly use
377 Xlib/Xutil/Xresource directly.
378 - try to find a nearest matching color when color allocation fails
379 on a pseudocolor screen.
380 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
381 - fix version report (DA) (which was unfortunately broken).
382 - changed version number report again, now to emulate xterm closer.
383 - added the OSC sequence 702 to detect the urxvt version number.
384 - small configure updates.
385 - further RTT optimisations.
386 - backported clean-up patches for makefiles and documentation from
387 the debian package.
388 - updated doc/rxvt-unicode.spec file. It's still not maintained here,
389 but much newer than the old one.
390
3917.4 Sat Jan 28 15:26:27 CET 2006
392 - screen background wasn't always erased properly when scrolling,
393 - re-enabled clearing optimisation disabled in 7.4pre.
394 - small configure updates for libptytty.
395 - fixed version options: line output.
396 - removed stoopid debugging message left in the code.
397
3987.3 Wed Jan 25 22:47:35 CET 2006
399 - don't let iso14755 or mouse reporting get into the way of perl
400 (could lead to global grabs never being cleared).
401 - experimental OnTheSpot editing support (-pe xim-onthespot).
402 - moved Shift-Button2 paste combination to Meta-Button2.
403 - the cutchars resource will now be respected and used by the
404 selection extension.
405 - added the "remote-clipboard" extension which just runs external
406 commands to fetch and store the selection data.
407 - added -depth switch that tries to get a different visual depth
408 than the default (replaces the old PREFER_24_BIT logic).
409 - removed (unused) arabic presentation form composing sequences.
410 - be more strict when deciding that a core font glyph is too wide and
411 needs the careful rendering mode.
412 - allow more leeway for italic fonts when deciding that a character is
413 too wide and needs careful mode.
414 - redraw even more characters around characters using careful mode.
415 - made selection-pastebin fully asynchronous.
416 - reduced number of server turnarounds at startup by allocating
417 atoms only once per display.
418 - renamed on_keyboard_command to on_user_command.
419 - changed version sos (ESC [ > c) response to be more compatible with
420 xterm.
421
4227.2 Sun Jan 22 21:58:16 CET 2006
423 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
424 environments necessary, which resulted in segfaults within
425 getenv (reproducable: urxvt -fn 9x15, open a menu once,
426 ctrl-shift-672c).
427 - bugfix: the selection speedup in in 7.1 unfortunately caused
428 non-ascii characters to enlarge/move the selection.
429 - bugfix: resizing sometimes leaked lines from the secondary to
430 the primary screen.
431 - bugfix: reducing window size while large amounts of text were output
432 could lead to an assertion failure.
433 - added "tabbed" extension that provides a crude tabbed terminal.
434 - added "readline" extension that allows cursor positioning
435 via mouse clicks.
436 - now it is possible to insert the value of the CLIPBOARD selection
437 with shift - mouse button 2.
438 - fixed the automove-background extension to ignore coordinates
439 in non-synthetic events.
440 - created a separate libpty for portable and secure
441 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
442 - the non-terminfo visual bell now works asynchronously, so
443 continuous ASCI BELs in one terminal do no longer monopolise the
444 whole urxvt[d] process.
445 - support some *BSD makes (for the time being, gnu make is a safe bet).
446 - work around bugs in FreeBSD's gcc.
447 - implemented some *BSD fixes in configure.
448 - removed support for obsolete offix dnd protocol.
449
4507.1 Thu Jan 19 20:25:34 CET 2006
451 - setuid/setgid operation is now _encouraged_: security has been
452 improved by moving privileged operations into a separate process
453 and permanently dropping privileges within the terminal. This
454 makes it possible to remove security checks from the perl code
455 and gives a much safer feeling when urxvt needs to run with
456 special privileges.
457 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
458 itself.
459 - new perl extension automove-background that can be used to get
460 the same effect as pseudo-transparency with any pixmap.
461 - new perl extension example: perl/selection-pastebin, can be used to
462 e.g. upload the selection to a webserver and generate a url, or
463 similar stuff.
464 - use the scrollback buffer even when the scroll region doesn't
465 span the whole screen, as long as it starts at row 0. Helps
466 for programs displaying a status line at the bottom.
467 - selection popup now shows selection in dec/hex/oct.
468 - perl/selection: matching on unicode characters in the selection
469 code was O(n²), which equals infinity in some degenerate cases
470 :-> Matching is now done on UTF-8, which makes it almost instant.
471 - perl/selection, perl/selection-autotransform: regexes are now
472 being interpreted in the locale urxvt was started.
473 - implemented override-redirect option and enabled it on menus,
474 as kwin puts our windows behind the terminal (what a shoddy wm).
475 - fixed struct utmp check in configure for OpenBSD.
476 - complete overhaul of the pty/utmp management stuff and configure
477 (Emanuele Giaquinta).
478 - add tsl/fsl and related capabilities to the terminfo description,
479 to set the window title.
480 - swap the environment in some more cases. This hopefully fixes
481 some segfaults that might be caused by xft asking for env variables
482 at the wrong time.
483 - removed src/strings.C and src/menubar.C. No menubar support
484 anymore.
485 - removed all traces of SMOOTH_REFRESH.
486 - nuked QNX support.
487 - made some fixes to xpm offset and scaling code.
488 - perl-overlays and refresh hooks were not applied in correct order.
489 - changed coordinate-system of view_start/nsaved to be top to bottom.
490 - iom extended to support listening for child exits.
491
4927.0 Fri Jan 13 14:02:18 CET 2006
15 - added sections for DISTRIBUTION MAINTAINERS and about 493 - added sections for DISTRIBUTION MAINTAINERS and about
16 SETUID/SETGID to the FAQ. 494 SETUID/SETGID to the FAQ.
17 - selection, searchable-scrollback, selection-popup and 495 - selection, searchable-scrollback, selection-popup and
18 option-popup extensions enabled by default. 496 option-popup extensions enabled by default.
19 - increased xft drawing speed for problematic fonts. The effect 497 - increased xft drawing speed for problematic fonts. The effect
29 - free the resource database: this plugs a massive memory leak. As a 507 - free the resource database: this plugs a massive memory leak. As a
30 side effect, it also gets rid of XGetDefault calls. 508 side effect, it also gets rid of XGetDefault calls.
31 - free one of the cursors, fixes a small memory leak. 509 - free one of the cursors, fixes a small memory leak.
32 - built-in (as opposed to terminfos) visual bell was broken/too fast. 510 - built-in (as opposed to terminfos) visual bell was broken/too fast.
33 - applied minor cleanups by Ladislav Michnovic. 511 - applied minor cleanups by Ladislav Michnovic.
34 - applied better configure support for openpty by Emanuele Giaquinta. 512 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
35 - mark-urls launch-on-click by jepler. 513 - mark-urls launch-on-click by jepler.
36 - removed "small" resource parsing function, as it wasn't really 514 - removed "small" resource parsing function, as it wasn't really
37 compatible, and not really small either. 515 compatible, and not really small either.
38 - removed PATH_ENV and PATH file search support. 516 - removed PATH_ENV and PATH file search support.
39 - removed support for locale-specific app-defaults file. 517 - removed support for locale-specific app-defaults file.
518 - fixed a bug where out-of-bounds colour sequences could lead
519 to crashes.
520 - limit colour changing to the standard 88 palette instead of all
521 colours.
522 - XTerm_Color01 sequence returned wrong results in query mode.
523 - iom.C now checks against destructed io_manager when unregistering.
40 524
416.3 Wed Jan 4 22:37:10 CET 2006 5256.3 Wed Jan 4 22:37:10 CET 2006
42 - SECURITY FIX: on systems using openpty, permissions were 526 - SECURITY FIX: on systems using openpty, permissions were
43 not correctly updated on the tty device and were left as 527 not correctly updated on the tty device and were left as
44 world-readable and world-writable (likely in original rxvt, 528 world-readable and world-writable (likely in original rxvt,
601 - some doc updates (Eduard Bloch). 1085 - some doc updates (Eduard Bloch).
602 - use faster inheritpixmap method when tinting color not set. 1086 - use faster inheritpixmap method when tinting color not set.
603 - fix pixmap offset when tinting (reported by Eduard Bloch). 1087 - fix pixmap offset when tinting (reported by Eduard Bloch).
604 - new -sh option by Mikael Magnusson. 1088 - new -sh option by Mikael Magnusson.
605 - off-focus-fading (--enable-fading) support (patch by 1089 - off-focus-fading (--enable-fading) support (patch by
606 Mikael Magnusson). 1090 Mikael Magnusson, based on aterm code).
607 - cursor now set correctly on --disable-blank (reported by 1091 - cursor now set correctly on --disable-blank (reported by
608 Mikael Magnusson). 1092 Mikael Magnusson).
609 - better (and non-crashing) slipwheeling (Mikael Magnusson). 1093 - better (and non-crashing) slipwheeling (Mikael Magnusson).
610 - solaris 2.8 portability changes (reported by Colin Marquardt). 1094 - solaris 2.8 portability changes (reported by Colin Marquardt).
611 - disable-xim now really disables xim code. 1095 - disable-xim now really disables xim code.
733 - implement continuation lines in xresource parsing when 1217 - implement continuation lines in xresource parsing when
734 --disable-xgetdefault. 1218 --disable-xgetdefault.
735 - changed locale-setting esc-sequence from code 9 to code 701. 1219 - changed locale-setting esc-sequence from code 9 to code 701.
736 also added 702 that returns the font selected for a specific 1220 also added 702 that returns the font selected for a specific
737 unicode character. 1221 unicode character.
738 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 1222 - no longer set CUT_BUFFER0. this is confusing and clients WILL
739 get it wrong. 1223 get it wrong.
740 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 1224 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
741 1225
7422.1 Wed Mar 3 21:48:39 CET 2004 12262.1 Wed Mar 3 21:48:39 CET 2004
743 - NOTE: the name of the binary and resources were changed in 1227 - NOTE: the name of the binary and resources were changed in
744 this version, see README.configure if you want the old 1228 this version, see README.configure if you want the old
745 settings. 1229 settings.
796 - many other minor bugfixes. 1280 - many other minor bugfixes.
797 1281
7981.8 Mon Feb 2 20:09:18 CET 2004 12821.8 Mon Feb 2 20:09:18 CET 2004
799 - almost total conversion to C++. Except for introducing 1283 - almost total conversion to C++. Except for introducing
800 new bugs, this should not change much. 1284 new bugs, this should not change much.
801 - fix and re-enable background pixmap and inherit pixmap support. 1285 - fix and re-enable background pixmap and inherit pixmap support.
802 - re-enabled multiple scrollbar support. 1286 - re-enabled multiple scrollbar support.
803 - added plain scrollbar style and restored xterm scrollbar. 1287 - added plain scrollbar style and restored xterm scrollbar.
804 - blinking and selections work slightly better now. 1288 - blinking and selections work slightly better now.
805 - fix an error condition when rxvt receives more than one screenful 1289 - fix an error condition when rxvt receives more than one screenful
806 of output. should occur with original rxvt, too, but very rarely. 1290 of output. should occur with original rxvt, too, but very rarely.
807 (I guess the code contains more surprises of this sort...) 1291 (I guess the code contains more surprises of this sort...)
808 1292
835 - completely removed non-working graphics mode 1319 - completely removed non-working graphics mode
836 1320
8371.4 Fri Jan 16 23:03:22 CET 2004 13211.4 Fri Jan 16 23:03:22 CET 2004
838 - fix stupid segfault on esc-c 1322 - fix stupid segfault on esc-c
839 - small font tunings 1323 - small font tunings
840 - much better io manager, less bugs, higher speed 1324 - much better io manager, fewer bugs, higher speed
841 - better error reporting for unknown options 1325 - better error reporting for unknown options
842 1326
8431.3 2003-12-26 13271.3 2003-12-26
844 - fix a bug in font height selection 1328 - fix a bug in font height selection
845 - autoscale scalable x11 fonts 1329 - autoscale scalable x11 fonts
8551.1 2003-12-18 13391.1 2003-12-18
856 - Support for XIM in other than the current locale. 1340 - Support for XIM in other than the current locale.
857 - Support for non-utf-8-locales 1341 - Support for non-utf-8-locales
858 - much improved font choosing 1342 - much improved font choosing
859 1343
8601.0 13441.0 2003-12-18
861 - first release 1345 - first release
862 - originally cloned from rxvt-CVS 2003-11-19 00:26 1346 - originally cloned from rxvt-CVS 2003-11-19 00:26
863 - removed rclock et al. 1347 - removed rclock et al.
864 - initial conversion to C++ 1348 - initial conversion to C++
865 1349

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines