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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.312 by root, Wed Dec 29 20:07:33 2004 UTC vs.
Revision 1.412 by root, Mon Jul 11 18:07:28 2005 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1TODO: enacs= should contain some dummy sequence
2or changed rxvt behaviour to make it more compatible to xterm (usually 2TODO: Make change? [y... flood freezes until outputter is being killed
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: shift-tab etc. xterm keycodes 7WISH: keyboard modification via esc-sequences.
8WISH: extend keysym resource mechanism to include modifiers.
9WISH; line-rewrapping on resize 8WISH: line-rewrapping on resize
10WISH: just for fun, do shade and tint with XRender.
11WISH: hotkey font resizing
12WISH: searchable backlog 9WISH: searchable backlog
13WISH: meta-tagging of data by regex (my dream project) 10WISH: meta-tagging of data by regex (my dream project)
14WISH: triple-click == select full output line
15WISH: double-click: more intelligent (urls etc.) 11WISH: double-click: more intelligent (urls etc.)
16WISH: OnTheSpot editing. 12WISH: OnTheSpot editing, or maybe switch to miiiiiiif
17WISH: tabbed windows (hey, just use screen...) 13WISH: tabbed windows (hey, just use screen...)
14WISH: just for fun, do shade and tint with XRender.
15
16 - implement some useful (hopefully) options for rxvtd.
17 - seperate and improved rxvtc(1) and rxvtd(1) manpages.
18 - empty enacs= specification caused problems, removed it.
19
205.6 Sun Jun 26 22:11:13 CEST 2005
21 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
22 every time resulting in display errors (original rxvt also affected).
23 Reported by Jasmin Buchert.
24 - font names are now considered to be utf-8 encoded (xft apperently
25 uses this convention. X Core fonts might not, but it should be rare).
26 Affects display in iso14755 box.
27 - rewrote the low-level xft drawing function ("xft backend" for the
28 hipper parts of the world) to hopefully cope better with proportional
29 chars mixed with fixed-width ones.
30 - rxvt is now much more careful (read: slower) with potentially
31 overlapping xft characters. It usually overshoots and redraws
32 more than required, but that's better than undershooting and
33 cutting pieces off of characters.
34 - rxvt is now more restrictive in what font heights it accepts for
35 fonts that will likely overshoot or undershoot lines.
36 - fix a cosmetic problem with the unfocused cursor on a wide character
37 at the end of the line (reported by Mikachu).
38 - wide characters not fitting into the end of the line will be
39 output in the next line (reported by Mikachu).
40 - added doc/solaris9.patch by Ewgenij Starostin.
41
425.5 Sat Apr 23 22:31:36 CEST 2005
43 - re-enabled modifer state matching as in 5.3, but implement
44 a new builtin: keysym style that simply reverts to the built-in
45 meaning of the given key.
46 - use scrollcolor for next scrollbar instead of hardcoded antiquewhite
47 (patch by Martin Edlman).
48
495.4 Mon Apr 18 00:33:31 CEST 2005
50 - match modifier state exactly in custom keyboard code.
51 this is necessary because it has no knowledge about
52 built-in mappings and so will overwrite them. the priority-code
53 will be re-enabled when this has changed, so watch out.
54 - cursor blinking now depends on frills.
55 - underline cursor mode (frills, -uc).
56 - implement special value (*g*) for pointerBlankDelay
57 to disble it.
58
595.3 Sun Mar 13 00:20:44 CET 2005
60 - fix a bug that allowed to overflow a buffer via a long
61 escape sequence, which is probably exploitable (fix by
62 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team).
63 - Custom key mappings no longer confuse mouse buttons
64 with modifiers.
65 - use XmbSetWMProperties instead of XSetWMProperties.
66 - properly update WM_LOCALE.
67 - implement _NET_WM_PING protocol.
68 - implemented escape sequences to move the scrollback buffer view
69 and clear the scrollback buffer.
70
715.2 Sun Feb 20 01:48:59 CET 2005
72 - new option -pty-fd that makes the terminal a slave
73 that uses an existing pty for I/O instead of starting
74 a command.
75 - implement enough of XEMBED to allow for correct focus.
76 - added doc/embed-tk, an embedding example in Perl/Tk,
77 and doc/rxvt-tabbed, a primitive tabbed shell implemented
78 in Perl/Gtk2.
79 - fix assertion failure ("crash") on mousewheel-scrolling
80 when the terminal height is small, by removing the assert.
81 (reported by Mikael Magnusson).
82 - SYNCCVS. backported bugfixes done to rxvt
83 (sourceforge bugs #1028739, #1028732), except for
84 pts/%s fix as it seems to collide with freebsd,
85 and sourceforge bug #954654, which is not neccessary.
86 - change terminfo file to not clobber G1 when using
87 line-drawing characters, as this seems to mess
88 with EUC-JP (it will clobber G0, but G0 practically
89 needs to be US-ASCII all the time).
90 - toggle default application keypad/cursor mode to help
91 some apps who fail to set the correct mode.
92 - check for WM_PROTOCOLS type in ClientMessage as to
93 not destroy the window for other types of messages.
94 - remove shared library (or any library) support - it is
95 of no use currently (and -embed is a better way to embed
96 rxvt-unicode).
97 - get rid of the intpro files.
98
995.1 Tue Feb 15 17:13:27 CET 2005
100 - fix a bug when parsing fontnames and another one
101 for empty keymaps which could result in crashes
102 (Kuang-che Wu).
103 - new option: -embed (frills). somebody could write a simple
104 tk script to make a tab'able terminal now...
105 - only warn on X errors and _try_ to continue (frills).
106 - add COPYING back, which got lost somehow.
107 - after deciding that LSM is dead, remove all traces of it,
108 along with other, similar, cleanups.
109 - _try_ to react sensibly to some non-monotonic time changes.
110 - don't crash in urxvtc when getcwd fails (reported by Paco-Paco).
111 - tweak font searching algorithm a bit to be faster and more
112 compatible with older rxvt-unicode versions when multiple fonts
113 match (reported by Paco-Paco).
114 - urxvtd tries to stay in "/" whenever possible.
115
1165.0 Fri Feb 11 18:31:48 CET 2005
117 - document a race-free hack to start urxvtd.
118 - document all(?) environment variables used and set by rxvt.
119 - bring xgetdefault-style resource file ordering more in line with
120 Xt, and document it in rxvt(1).
121 - correctly use screen-dependent resources when --enable-xgetdefault,
122 and also fix some memory bugs (thanks to Thierry Reding for
123 his patience and time in tracking this down).
124 - bring own resource parsing more in line with X resource parsing,
125 most notably, don't remove double quotes.
126 - compile fix for freebsd (no ut_id) (Thierry Thomas).
127 - clean up utmp and pty on X I/O errors and signals (idea
128 by Joël Riou).
129 - "un"document -xrm, it never really worked, was only
130 available with --enable-xgetdefault, is not necessary
131 and is surprisingly hard to implement.
132 - shaved off some code segment size.
133 - various code cleanups.
134 - more keysym-mapping fixes.
135
1364.9 Thu Feb 3 09:52:03 CET 2005
137 - nuke out utmp entries completely. Should be fixed in
138 original rxvt, too. (reported by James Michael Fultz).
139 - resizes wil now correctly refresh the displayed text when
140 -pixmap is active.
141 - new option/resource imFont.
142 - document --tripleclickwords/-tcw.
143 - select logical instead of physical lines when doing a triple-click.
144 - reordered help listing to group similar options together.
145 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
146 - fix a bug introduced while applying the keyboard patch
147 (WU Fengguang).
148 - document all window-op sequences (rxvt.7.) and more keysym
149 examples (rxvt.1).
150 - removed src/test completely.
151 - renamed keysym 'proto:'-prefix to 'command:'.
152
1534.8 Tue Jan 18 02:23:57 CET 2005
154 - added a patch by WU Fengguang that makes the keyboard
155 highly configurable (e.g. locale changes, custom escape
156 sequences, and more). See keysym resource in rxvt(1).
157 - remove default key sequence for unknown keys again, as this
158 can be achieved by customizing the keyboard now.
159 - fix some freeing problems when destroying the rxvt_display,
160 resulting in segfaults.
161 - don't crash when the saved cursor position doesn't fit on the
162 screen (wrong assert in original rxvt, reported by ikaro).
163 - fix signed/unsigned bugs on wc<->mb conversions.
164 - reset slipwheel scrolling speed when reaching the top or bottom
165 (Mikael Magnusson).
166 - for core fonts, use ascent + descent when a font is loaded,
167 and PIXEL_SIZE when not. when loading a font, iterate until a
168 font has been found that _really_ fits the height (reported and
169 tested by Olivier Wittenberg).
170 - set IUTF8 input flag, when defined (linux-2.6.5+).
171 - only define _XOPEN_SOURCE on solaris.
172 - autogenerate src/* dependency list.
173 - fixed linespace option, which ought to work now (and is dependent
174 on frills, not on it's own configure option).
175 - include pty.h, if available (cygwin).
176 - removed W11 directory from dist, it wasn't used anyway.
177 - initialize the locale much earlier.
178 - fixed two tiny per-instance memory leaks.
18 179
194.7 Wed Dec 29 20:54:24 CET 2004 1804.7 Wed Dec 29 20:54:24 CET 2004
20 - fix a bug in the event logic that could cause the temrinal to be 181 - fix a bug in the event logic that could cause the temrinal to be
21 black on initial startup. 182 black on initial startup.
22 - do NOT call XCloseIM, ever. This causes way to many crashes due to 183 - do NOT call XCloseIM, ever. This causes way to many crashes due to
208 at the cursor (Over) or into the top line (Off). 369 at the cursor (Over) or into the top line (Off).
209 - reset SIGHUP and SIGPIPE handlers to default values (they were 370 - reset SIGHUP and SIGPIPE handlers to default values (they were
210 previously being ignored, causing programs not to exit on windoe 371 previously being ignored, causing programs not to exit on windoe
211 close). 372 close).
212 - implemented simple overlays for feedback messages. believe it or 373 - implemented simple overlays for feedback messages. believe it or
213 not, this was a major blocker in implementign tabbed termianls. 374 not, this was a major blocker in implementing tabbed terminals.
214 - fix compiling with --disable-frills (Adam Sampson). 375 - fix compiling with --disable-frills (Adam Sampson).
215 - clarify bold docs in README.unicode (Adam Sampson). 376 - clarify bold docs in README.unicode (Adam Sampson).
216 - fix crash on window close when the input method or context 377 - fix crash on window close when the input method or context
217 could not be created. 378 could not be created.
218 - add work around for badly written programs (see debian bug 379 - add work around for badly written programs (see debian bug
3602.7 Mon Apr 5 02:11:15 CEST 2004 5212.7 Mon Apr 5 02:11:15 CEST 2004
361 - this version should now work fine with TERM=xterm, except 522 - this version should now work fine with TERM=xterm, except
362 for the keymappings. 523 for the keymappings.
363 - don't leave the X or rxvtd sockets open in child processes. 524 - don't leave the X or rxvtd sockets open in child processes.
364 (inherited fd's stay open - different to rxvt). 525 (inherited fd's stay open - different to rxvt).
365 - xterm: implemented OSC3, set/get window property. get is an 526 - xterm-compat: implemented OSC3, set/get window property. get is
366 extension and is slightly ugly. 527 an extension and is slightly ugly.
367 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 528 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
368 replaced them by runtime-configurable options secondaryScreen and 529 replaced them by runtime-configurable options secondaryScreen and
369 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 530 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
370 - close down terminal window when child exits. (debian bug #241267). 531 - close down terminal window when child exits. (debian bug #241267).
371 - xterm: enable seperate mouse bg colour setting. 532 - xterm-compat: enable seperate mouse bg colour setting.
372 - re-enable mouse cursor colours again, fixing colours when fg/bg are 533 - re-enable mouse cursor colours again, fixing colours when fg/bg are
373 overwritten (as is common). 534 overwritten (as is common).
374 - xterm: correctly implement privmodes 1047, 1048, 1049. 535 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
375 - ported to solaris by elmar@math.uni-bremen.de. 536 - ported to solaris by elmar@math.uni-bremen.de.
376 537
3772.6 Fri Apr 2 03:24:10 CEST 2004 5382.6 Fri Apr 2 03:24:10 CEST 2004
378 - minor doc corrections. 539 - minor doc corrections.
379 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 540 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
380 avoid clashes with xterm. 541 avoid clashes with xterm.
381 - changed OSC701/OSC702 sequence to return standard escaped reports. 542 - changed OSC701/OSC702 sequence to return standard escaped reports.
382 - xterm: make set window colour and other requests report window 543 - xterm-compat: make set window colour and other requests report
383 colour when arg is "?". 544 window colour when arg is "?".
384 - enable colour tinting of "transparent" backgrounds. 545 - enable colour tinting of "transparent" backgrounds.
385 - stop ST sequences earlier, as we now react on 0x90 and thus 546 - stop ST sequences earlier, as we now react on 0x90 and thus
386 cause conditions more often that look like locks but are, in 547 cause conditions more often that look like locks but are, in
387 fact, just rxvt waiting for a ST/BEL etc. 548 fact, just rxvt waiting for a ST/BEL etc.
388 - re-enabled most of the "dangerous" echo escapes, but only 549 - re-enabled most of the "dangerous" echo escapes, but only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines