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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.360 by root, Fri Feb 11 18:14:07 2005 UTC vs.
Revision 1.407 by root, Wed Jun 22 14:33:23 2005 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1TODO: can sth. be done about "double-wide character on last row"
2or changed rxvt behaviour to make it more compatible to xterm (usually 2TODO: do font request caching, might help rxvtd on some machines
3xfree86's xterm).
4
5TODO: VERIFY bugfix for keyboard.C changes.
6TODO: maybe just output the error and continue on x errors
7TODO: safer command: keymap processing. 3TODO: safer command: keymap processing.
4TODO: "slow" rendering mode for bidi and scripts
8TODO: read property sequence is broken with respect to utf-8 etc. 5TODO: read property sequence is broken with respect to utf-8 etc.
9WISH: keyboard modification via esc-sequences. 6WISH: keyboard modification via esc-sequences.
10WISH: line-rewrapping on resize 7WISH: line-rewrapping on resize
11WISH: hotkey font resizing (possible via keymaps)
12WISH: searchable backlog 8WISH: searchable backlog
13WISH: meta-tagging of data by regex (my dream project) 9WISH: meta-tagging of data by regex (my dream project)
14WISH: double-click: more intelligent (urls etc.) 10WISH: double-click: more intelligent (urls etc.)
15WISH: OnTheSpot editing. 11WISH: OnTheSpot editing, or maybe switch to miiiiiiif
16WISH: tabbed windows (hey, just use screen...) 12WISH: tabbed windows (hey, just use screen...)
17WISH: just for fun, do shade and tint with XRender. 13WISH: just for fun, do shade and tint with XRender.
14
155.6
16 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
17 every time resulting in display errors (original rxvt also affected).
18 Reported by Jasmin Buchert.
19 - font names are now considered to be utf-8 encoded (xft apperently
20 uses this convention. X Core fonts might not, but it should be rare).
21 Affects display in iso14755 box.
22 - rewrote the low-level xft drawing function ("xft backend" for the
23 hipper parts of the world) to hopefully cope better with proportional
24 chars mixed with fixed-width ones.
25 - rxvt is now much more careful (read: slower) with potentially
26 overlapping xft characters. It usually overshoots and redraws
27 more than required, but that's better than undershooting and
28 cutting pieces off of characters.
29 - rxvt is now more restrictive in what font heights it accepts for
30 fonts that will likely overshoot or underhsoot lines.
31 - fix a cosmetic problem with the unfocused cursor on a wide character
32 at the end of the line (reported by Mikachu).
33
345.5 Sat Apr 23 22:31:36 CEST 2005
35 - re-enabled modifer state matching as in 5.3, but implement
36 a new builtin: keysym style that simply reverts to the built-in
37 meaning of the given key.
38 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
39 (patch by Martin Edlman).
40
415.4 Mon Apr 18 00:33:31 CEST 2005
42 - match modifier state exactly in custom keyboard code.
43 this is necessary because it has no knowledge about
44 built-in mappings and so will overwrite them. the priority-code
45 will be re-enabled when this has changed, so watch out.
46 - cursor blinking now depends on frills.
47 - underline cursor mode (frills, -uc).
48 - implement special value (*g*) for pointerBlankDelay
49 to disble it.
50
515.3 Sun Mar 13 00:20:44 CET 2005
52 - fix a bug that allowed to overflow a buffer via a long
53 escape sequence, which is probably exploitable (fix by
54 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team).
55 - Custom key mappings no longer confuse mouse buttons
56 with modifiers.
57 - use XmbSetWMProperties instead of XSetWMProperties.
58 - properly update WM_LOCALE.
59 - implement _NET_WM_PING protocol.
60 - implemented escape sequences to move the scrollback buffer view
61 and clear the scrollback buffer.
62
635.2 Sun Feb 20 01:48:59 CET 2005
64 - new option -pty-fd that makes the terminal a slave
65 that uses an existing pty for I/O instead of starting
66 a command.
67 - implement enough of XEMBED to allow for correct focus.
68 - added doc/embed-tk, an embedding example in Perl/Tk,
69 and doc/rxvt-tabbed, a primitive tabbed shell implemented
70 in Perl/Gtk2.
71 - fix assertion failure ("crash") on mousewheel-scrolling
72 when the terminal height is small, by removing the assert.
73 (reported by Mikael Magnusson).
74 - SYNCCVS. backported bugfixes done to rxvt
75 (sourceforge bugs #1028739, #1028732), except for
76 pts/%s fix as it seems to collide with freebsd,
77 and sourceforge bug #954654, which is not neccessary.
78 - change terminfo file to not clobber G1 when using
79 line-drawing characters, as this seems to mess
80 with EUC-JP (it will clobber G0, but G0 practically
81 needs to be US-ASCII all the time).
82 - toggle default application keypad/cursor mode to help
83 some apps who fail to set the correct mode.
84 - check for WM_PROTOCOLS type in ClientMessage as to
85 not destroy the window for other types of messages.
86 - remove shared library (or any library) support - it is
87 of no use currently (and -embed is a better way to embed
88 rxvt-unicode).
89 - get rid of the intpro files.
90
915.1 Tue Feb 15 17:13:27 CET 2005
92 - fix a bug when parsing fontnames and another one
93 for empty keymaps which could result in crashes
94 (Kuang-che Wu).
95 - new option: -embed (frills). somebody could write a simple
96 tk script to make a tab'able terminal now...
97 - only warn on X errors and _try_ to continue (frills).
98 - add COPYING back, which got lost somehow.
99 - after deciding that LSM is dead, remove all traces of it,
100 along with other, similar, cleanups.
101 - _try_ to react sensibly to some non-monotonic time changes.
102 - don't crash in urxvtc when getcwd fails (reported by Paco-Paco).
103 - tweak font searching algorithm a bit to be faster and more
104 compatible with older rxvt-unicode versions when multiple fonts
105 match (reported by Paco-Paco).
106 - urxvtd tries to stay in "/" whenever possible.
18 107
195.0 Fri Feb 11 18:31:48 CET 2005 1085.0 Fri Feb 11 18:31:48 CET 2005
20 - document a race-free hack to start urxvtd. 109 - document a race-free hack to start urxvtd.
21 - document all(?) environment variables used and set by rxvt. 110 - document all(?) environment variables used and set by rxvt.
22 - bring xgetdefault-style resource file ordering more in line with 111 - bring xgetdefault-style resource file ordering more in line with
272 at the cursor (Over) or into the top line (Off). 361 at the cursor (Over) or into the top line (Off).
273 - reset SIGHUP and SIGPIPE handlers to default values (they were 362 - reset SIGHUP and SIGPIPE handlers to default values (they were
274 previously being ignored, causing programs not to exit on windoe 363 previously being ignored, causing programs not to exit on windoe
275 close). 364 close).
276 - implemented simple overlays for feedback messages. believe it or 365 - implemented simple overlays for feedback messages. believe it or
277 not, this was a major blocker in implementign tabbed termianls. 366 not, this was a major blocker in implementing tabbed terminals.
278 - fix compiling with --disable-frills (Adam Sampson). 367 - fix compiling with --disable-frills (Adam Sampson).
279 - clarify bold docs in README.unicode (Adam Sampson). 368 - clarify bold docs in README.unicode (Adam Sampson).
280 - fix crash on window close when the input method or context 369 - fix crash on window close when the input method or context
281 could not be created. 370 could not be created.
282 - add work around for badly written programs (see debian bug 371 - add work around for badly written programs (see debian bug
4242.7 Mon Apr 5 02:11:15 CEST 2004 5132.7 Mon Apr 5 02:11:15 CEST 2004
425 - this version should now work fine with TERM=xterm, except 514 - this version should now work fine with TERM=xterm, except
426 for the keymappings. 515 for the keymappings.
427 - don't leave the X or rxvtd sockets open in child processes. 516 - don't leave the X or rxvtd sockets open in child processes.
428 (inherited fd's stay open - different to rxvt). 517 (inherited fd's stay open - different to rxvt).
429 - xterm: implemented OSC3, set/get window property. get is an 518 - xterm-compat: implemented OSC3, set/get window property. get is
430 extension and is slightly ugly. 519 an extension and is slightly ugly.
431 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 520 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
432 replaced them by runtime-configurable options secondaryScreen and 521 replaced them by runtime-configurable options secondaryScreen and
433 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 522 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
434 - close down terminal window when child exits. (debian bug #241267). 523 - close down terminal window when child exits. (debian bug #241267).
435 - xterm: enable seperate mouse bg colour setting. 524 - xterm-compat: enable seperate mouse bg colour setting.
436 - re-enable mouse cursor colours again, fixing colours when fg/bg are 525 - re-enable mouse cursor colours again, fixing colours when fg/bg are
437 overwritten (as is common). 526 overwritten (as is common).
438 - xterm: correctly implement privmodes 1047, 1048, 1049. 527 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
439 - ported to solaris by elmar@math.uni-bremen.de. 528 - ported to solaris by elmar@math.uni-bremen.de.
440 529
4412.6 Fri Apr 2 03:24:10 CEST 2004 5302.6 Fri Apr 2 03:24:10 CEST 2004
442 - minor doc corrections. 531 - minor doc corrections.
443 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 532 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
444 avoid clashes with xterm. 533 avoid clashes with xterm.
445 - changed OSC701/OSC702 sequence to return standard escaped reports. 534 - changed OSC701/OSC702 sequence to return standard escaped reports.
446 - xterm: make set window colour and other requests report window 535 - xterm-compat: make set window colour and other requests report
447 colour when arg is "?". 536 window colour when arg is "?".
448 - enable colour tinting of "transparent" backgrounds. 537 - enable colour tinting of "transparent" backgrounds.
449 - stop ST sequences earlier, as we now react on 0x90 and thus 538 - stop ST sequences earlier, as we now react on 0x90 and thus
450 cause conditions more often that look like locks but are, in 539 cause conditions more often that look like locks but are, in
451 fact, just rxvt waiting for a ST/BEL etc. 540 fact, just rxvt waiting for a ST/BEL etc.
452 - re-enabled most of the "dangerous" echo escapes, but only 541 - re-enabled most of the "dangerous" echo escapes, but only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines