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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.331 by root, Tue Jan 18 01:25:46 2005 UTC vs.
Revision 1.421 by root, Thu Aug 11 02:05:06 2005 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1TODO: --enable-minimal non-default
2or changed rxvt behaviour to make it more compatible to xterm (usually 2TODO: reverse video black-on-black => rv
3xfree86's xterm). 3TODO: do font request caching, might help rxvtd on some machines
4 4TODO: safer command: keymap processing.
5TODO: settable ressource for input method fonts 5TODO: "slow" rendering mode for bidi and scripts
6TODO: read property sequence is broken with respect to utf-8 etc. 6TODO: 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.
8WISH: /usr/share/doc/libdisplaymigration0-dev/spec.txt
9WISH: keyboard modification via esc-sequences.
7WISH; line-rewrapping on resize 10WISH: line-rewrapping on resize
8WISH: just for fun, do shade and tint with XRender.
9WISH: hotkey font resizing
10WISH: searchable backlog 11WISH: searchable backlog
11WISH: meta-tagging of data by regex (my dream project) 12WISH: meta-tagging of data by regex (my dream project)
12WISH: triple-click == select full output line
13WISH: double-click: more intelligent (urls etc.) 13WISH: double-click: more intelligent (urls etc.)
14WISH: OnTheSpot editing. 14WISH: OnTheSpot editing, or maybe switch to miiiiiiif
15WISH: tabbed windows (hey, just use screen...) 15WISH: tabbed windows (hey, just use screen...)
16WISH: just for fun, do shade and tint with XRender.
17
18 - INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with
19 the documentation and common sense: when upgrading, replace your
20 percentage by 100-percentage.
21 - integrated "fade to specific colour" patch by Martin Parm.
22 - slow down the internal visual bell (delay by 20ms) and update
23 the terminfo flash code to use the same delay. This is
24 synchronous, so many bells might inhibit screen updates in other
25 windows.
26
275.7 Wed Jul 13 04:46:33 CEST 2005
28 - implement some useful (hopefully) options for rxvtd.
29 - separate and improved rxvtc(1) and rxvtd(1) manpages.
30 - fix a bug that caused segfaults on startup on systems that do
31 not support local unix connections, e.g cygwin. (btw, I didn't
32 even know about the -rootless and -multiwindow Cygwin/X modes).
33 - large amounts of text without control sequences or newlines
34 could almost freeze output. This has been fixed by adding extra
35 refreshes in these cases (also a problem in oriignal rxvt).
36
375.6 Sun Jun 26 22:11:13 CEST 2005
38 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
39 every time resulting in display errors (original rxvt also affected).
40 Reported by Jasmin Buchert.
41 - font names are now considered to be utf-8 encoded (xft apperently
42 uses this convention. X Core fonts might not, but it should be rare).
43 Affects display in iso14755 box.
44 - rewrote the low-level xft drawing function ("xft backend" for the
45 hipper parts of the world) to hopefully cope better with proportional
46 chars mixed with fixed-width ones.
47 - rxvt is now much more careful (read: slower) with potentially
48 overlapping xft characters. It usually overshoots and redraws
49 more than required, but that's better than undershooting and
50 cutting pieces off of characters.
51 - rxvt is now more restrictive in what font heights it accepts for
52 fonts that will likely overshoot or undershoot lines.
53 - fix a cosmetic problem with the unfocused cursor on a wide character
54 at the end of the line (reported by Mikachu).
55 - wide characters not fitting into the end of the line will be
56 output in the next line (reported by Mikachu).
57 - added doc/solaris9.patch by Ewgenij Starostin.
58
595.5 Sat Apr 23 22:31:36 CEST 2005
60 - re-enabled modifer state matching as in 5.3, but implement
61 a new builtin: keysym style that simply reverts to the built-in
62 meaning of the given key.
63 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
64 (patch by Martin Edlman).
65
665.4 Mon Apr 18 00:33:31 CEST 2005
67 - match modifier state exactly in custom keyboard code.
68 this is necessary because it has no knowledge about
69 built-in mappings and so will overwrite them. the priority-code
70 will be re-enabled when this has changed, so watch out.
71 - cursor blinking now depends on frills.
72 - underline cursor mode (frills, -uc).
73 - implement special value (*g*) for pointerBlankDelay
74 to disble it.
75
765.3 Sun Mar 13 00:20:44 CET 2005
77 - fix a bug that allowed to overflow a buffer via a long
78 escape sequence, which is probably exploitable (fix by
79 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team).
80 - Custom key mappings no longer confuse mouse buttons
81 with modifiers.
82 - use XmbSetWMProperties instead of XSetWMProperties.
83 - properly update WM_LOCALE.
84 - implement _NET_WM_PING protocol.
85 - implemented escape sequences to move the scrollback buffer view
86 and clear the scrollback buffer.
87
885.2 Sun Feb 20 01:48:59 CET 2005
89 - new option -pty-fd that makes the terminal a slave
90 that uses an existing pty for I/O instead of starting
91 a command.
92 - implement enough of XEMBED to allow for correct focus.
93 - added doc/embed-tk, an embedding example in Perl/Tk,
94 and doc/rxvt-tabbed, a primitive tabbed shell implemented
95 in Perl/Gtk2.
96 - fix assertion failure ("crash") on mousewheel-scrolling
97 when the terminal height is small, by removing the assert.
98 (reported by Mikael Magnusson).
99 - SYNCCVS. backported bugfixes done to rxvt
100 (sourceforge bugs #1028739, #1028732), except for
101 pts/%s fix as it seems to collide with freebsd,
102 and sourceforge bug #954654, which is not neccessary.
103 - change terminfo file to not clobber G1 when using
104 line-drawing characters, as this seems to mess
105 with EUC-JP (it will clobber G0, but G0 practically
106 needs to be US-ASCII all the time).
107 - toggle default application keypad/cursor mode to help
108 some apps who fail to set the correct mode.
109 - check for WM_PROTOCOLS type in ClientMessage as to
110 not destroy the window for other types of messages.
111 - remove shared library (or any library) support - it is
112 of no use currently (and -embed is a better way to embed
113 rxvt-unicode).
114 - get rid of the intpro files.
115
1165.1 Tue Feb 15 17:13:27 CET 2005
117 - fix a bug when parsing fontnames and another one
118 for empty keymaps which could result in crashes
119 (Kuang-che Wu).
120 - new option: -embed (frills). somebody could write a simple
121 tk script to make a tab'able terminal now...
122 - only warn on X errors and _try_ to continue (frills).
123 - add COPYING back, which got lost somehow.
124 - after deciding that LSM is dead, remove all traces of it,
125 along with other, similar, cleanups.
126 - _try_ to react sensibly to some non-monotonic time changes.
127 - don't crash in urxvtc when getcwd fails (reported by Paco-Paco).
128 - tweak font searching algorithm a bit to be faster and more
129 compatible with older rxvt-unicode versions when multiple fonts
130 match (reported by Paco-Paco).
131 - urxvtd tries to stay in "/" whenever possible.
132
1335.0 Fri Feb 11 18:31:48 CET 2005
134 - document a race-free hack to start urxvtd.
135 - document all(?) environment variables used and set by rxvt.
136 - bring xgetdefault-style resource file ordering more in line with
137 Xt, and document it in rxvt(1).
138 - correctly use screen-dependent resources when --enable-xgetdefault,
139 and also fix some memory bugs (thanks to Thierry Reding for
140 his patience and time in tracking this down).
141 - bring own resource parsing more in line with X resource parsing,
142 most notably, don't remove double quotes.
143 - compile fix for freebsd (no ut_id) (Thierry Thomas).
144 - clean up utmp and pty on X I/O errors and signals (idea
145 by Joël Riou).
146 - "un"document -xrm, it never really worked, was only
147 available with --enable-xgetdefault, is not necessary
148 and is surprisingly hard to implement.
149 - shaved off some code segment size.
150 - various code cleanups.
151 - more keysym-mapping fixes.
152
1534.9 Thu Feb 3 09:52:03 CET 2005
154 - nuke out utmp entries completely. Should be fixed in
155 original rxvt, too. (reported by James Michael Fultz).
156 - resizes wil now correctly refresh the displayed text when
157 -pixmap is active.
158 - new option/resource imFont.
159 - document --tripleclickwords/-tcw.
160 - select logical instead of physical lines when doing a triple-click.
161 - reordered help listing to group similar options together.
162 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
163 - fix a bug introduced while applying the keyboard patch
164 (WU Fengguang).
165 - document all window-op sequences (rxvt.7.) and more keysym
166 examples (rxvt.1).
167 - removed src/test completely.
168 - renamed keysym 'proto:'-prefix to 'command:'.
16 169
174.8 Tue Jan 18 02:23:57 CET 2005 1704.8 Tue Jan 18 02:23:57 CET 2005
18 - added a patch by WU Fengguang that makes the keyboard 171 - added a patch by WU Fengguang that makes the keyboard
19 highly configurable (e.g. locale changes, custom escape 172 highly configurable (e.g. locale changes, custom escape
20 sequences, and more). See keysym resource in rxvt(1). 173 sequences, and more). See keysym resource in rxvt(1).
28 - reset slipwheel scrolling speed when reaching the top or bottom 181 - reset slipwheel scrolling speed when reaching the top or bottom
29 (Mikael Magnusson). 182 (Mikael Magnusson).
30 - for core fonts, use ascent + descent when a font is loaded, 183 - for core fonts, use ascent + descent when a font is loaded,
31 and PIXEL_SIZE when not. when loading a font, iterate until a 184 and PIXEL_SIZE when not. when loading a font, iterate until a
32 font has been found that _really_ fits the height (reported and 185 font has been found that _really_ fits the height (reported and
33 tested by Roch). 186 tested by Olivier Wittenberg).
34 - set IUTF8 input flag, when defined (linux-2.6.5+). 187 - set IUTF8 input flag, when defined (linux-2.6.5+).
35 - only define _XOPEN_SOURCE on solaris. 188 - only define _XOPEN_SOURCE on solaris.
36 - autogenerate src/* dependency list. 189 - autogenerate src/* dependency list.
37 - fixed linespace option, which ought to work now (and is dependent 190 - fixed linespace option, which ought to work now (and is dependent
38 on frills, not on it's own configure option). 191 on frills, not on it's own configure option).
233 at the cursor (Over) or into the top line (Off). 386 at the cursor (Over) or into the top line (Off).
234 - reset SIGHUP and SIGPIPE handlers to default values (they were 387 - reset SIGHUP and SIGPIPE handlers to default values (they were
235 previously being ignored, causing programs not to exit on windoe 388 previously being ignored, causing programs not to exit on windoe
236 close). 389 close).
237 - implemented simple overlays for feedback messages. believe it or 390 - implemented simple overlays for feedback messages. believe it or
238 not, this was a major blocker in implementign tabbed termianls. 391 not, this was a major blocker in implementing tabbed terminals.
239 - fix compiling with --disable-frills (Adam Sampson). 392 - fix compiling with --disable-frills (Adam Sampson).
240 - clarify bold docs in README.unicode (Adam Sampson). 393 - clarify bold docs in README.unicode (Adam Sampson).
241 - fix crash on window close when the input method or context 394 - fix crash on window close when the input method or context
242 could not be created. 395 could not be created.
243 - add work around for badly written programs (see debian bug 396 - add work around for badly written programs (see debian bug
3852.7 Mon Apr 5 02:11:15 CEST 2004 5382.7 Mon Apr 5 02:11:15 CEST 2004
386 - this version should now work fine with TERM=xterm, except 539 - this version should now work fine with TERM=xterm, except
387 for the keymappings. 540 for the keymappings.
388 - don't leave the X or rxvtd sockets open in child processes. 541 - don't leave the X or rxvtd sockets open in child processes.
389 (inherited fd's stay open - different to rxvt). 542 (inherited fd's stay open - different to rxvt).
390 - xterm: implemented OSC3, set/get window property. get is an 543 - xterm-compat: implemented OSC3, set/get window property. get is
391 extension and is slightly ugly. 544 an extension and is slightly ugly.
392 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 545 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
393 replaced them by runtime-configurable options secondaryScreen and 546 replaced them by runtime-configurable options secondaryScreen and
394 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 547 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
395 - close down terminal window when child exits. (debian bug #241267). 548 - close down terminal window when child exits. (debian bug #241267).
396 - xterm: enable seperate mouse bg colour setting. 549 - xterm-compat: enable seperate mouse bg colour setting.
397 - re-enable mouse cursor colours again, fixing colours when fg/bg are 550 - re-enable mouse cursor colours again, fixing colours when fg/bg are
398 overwritten (as is common). 551 overwritten (as is common).
399 - xterm: correctly implement privmodes 1047, 1048, 1049. 552 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
400 - ported to solaris by elmar@math.uni-bremen.de. 553 - ported to solaris by elmar@math.uni-bremen.de.
401 554
4022.6 Fri Apr 2 03:24:10 CEST 2004 5552.6 Fri Apr 2 03:24:10 CEST 2004
403 - minor doc corrections. 556 - minor doc corrections.
404 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 557 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
405 avoid clashes with xterm. 558 avoid clashes with xterm.
406 - changed OSC701/OSC702 sequence to return standard escaped reports. 559 - changed OSC701/OSC702 sequence to return standard escaped reports.
407 - xterm: make set window colour and other requests report window 560 - xterm-compat: make set window colour and other requests report
408 colour when arg is "?". 561 window colour when arg is "?".
409 - enable colour tinting of "transparent" backgrounds. 562 - enable colour tinting of "transparent" backgrounds.
410 - stop ST sequences earlier, as we now react on 0x90 and thus 563 - stop ST sequences earlier, as we now react on 0x90 and thus
411 cause conditions more often that look like locks but are, in 564 cause conditions more often that look like locks but are, in
412 fact, just rxvt waiting for a ST/BEL etc. 565 fact, just rxvt waiting for a ST/BEL etc.
413 - re-enabled most of the "dangerous" echo escapes, but only 566 - re-enabled most of the "dangerous" echo escapes, but only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines