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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.263 by root, Sun Nov 21 20:19:24 2004 UTC vs.
Revision 1.364 by root, Sun Feb 13 11:07:57 2005 UTC

1Lines marked with "xterm:" indicate either xterm features ported to rxvt 1TODO: manpage 900mb update
2or changed rxvt behaviour to make it more compatible to xterm (usually 2TODO: safer command: keymap processing.
3xfree86's xterm). 3TODO: read property sequence is broken with respect to utf-8 etc.
4WISH: keyboard modification via esc-sequences.
5WISH: line-rewrapping on resize
6WISH: searchable backlog
7WISH: meta-tagging of data by regex (my dream project)
8WISH: double-click: more intelligent (urls etc.)
9WISH: OnTheSpot editing, or maybe switch to miiiiiiif
10WISH: tabbed windows (hey, just use screen...)
11WISH: just for fun, do shade and tint with XRender.
4 12
5TODO: hotkey font resizing 135.1
6TODO: +ssc -ssr seems to scroll at wrong time, scrolling up the empty sec. scr. 14 - fix a bug when parsing fontnames and another one
7TODO: multibyte support for setwmname et al. 15 for empty keymaps which could result in crashes
8TODO: tabbed windows 16 (Kuang-che Wu).
9TODO: there are other todo items, but they are not in this file. 17 - only warn on X errors, *try* to continue (frills).
10TODO: OnTheSpot editing. 18 - add COPYING back, which got lost somehow.
19
205.0 Fri Feb 11 18:31:48 CET 2005
21 - document a race-free hack to start urxvtd.
22 - document all(?) environment variables used and set by rxvt.
23 - bring xgetdefault-style resource file ordering more in line with
24 Xt, and document it in rxvt(1).
25 - correctly use screen-dependent resources when --enable-xgetdefault,
26 and also fix some memory bugs (thanks to Thierry Reding for
27 his patience and time in tracking this down).
28 - bring own resource parsing more in line with X resource parsing,
29 most notably, don't remove double quotes.
30 - compile fix for freebsd (no ut_id) (Thierry Thomas).
31 - clean up utmp and pty on X I/O errors and signals (idea
32 by Joël Riou).
33 - "un"document -xrm, it never really worked, was only
34 available with --enable-xgetdefault, is not necessary
35 and is surprisingly hard to implement.
36 - shaved off some code segment size.
37 - various code cleanups.
38 - more keysym-mapping fixes.
39
404.9 Thu Feb 3 09:52:03 CET 2005
41 - nuke out utmp entries completely. Should be fixed in
42 original rxvt, too. (reported by James Michael Fultz).
43 - resizes wil now correctly refresh the displayed text when
44 -pixmap is active.
45 - new option/resource imFont.
46 - document --tripleclickwords/-tcw.
47 - select logical instead of physical lines when doing a triple-click.
48 - reordered help listing to group similar options together.
49 - handle SIGINT the same way as SIGTERM (reported by Joël Riou).
50 - fix a bug introduced while applying the keyboard patch
51 (WU Fengguang).
52 - document all window-op sequences (rxvt.7.) and more keysym
53 examples (rxvt.1).
54 - removed src/test completely.
55 - renamed keysym 'proto:'-prefix to 'command:'.
56
574.8 Tue Jan 18 02:23:57 CET 2005
58 - added a patch by WU Fengguang that makes the keyboard
59 highly configurable (e.g. locale changes, custom escape
60 sequences, and more). See keysym resource in rxvt(1).
61 - remove default key sequence for unknown keys again, as this
62 can be achieved by customizing the keyboard now.
63 - fix some freeing problems when destroying the rxvt_display,
64 resulting in segfaults.
65 - don't crash when the saved cursor position doesn't fit on the
66 screen (wrong assert in original rxvt, reported by ikaro).
67 - fix signed/unsigned bugs on wc<->mb conversions.
68 - reset slipwheel scrolling speed when reaching the top or bottom
69 (Mikael Magnusson).
70 - for core fonts, use ascent + descent when a font is loaded,
71 and PIXEL_SIZE when not. when loading a font, iterate until a
72 font has been found that _really_ fits the height (reported and
73 tested by Olivier Wittenberg).
74 - set IUTF8 input flag, when defined (linux-2.6.5+).
75 - only define _XOPEN_SOURCE on solaris.
76 - autogenerate src/* dependency list.
77 - fixed linespace option, which ought to work now (and is dependent
78 on frills, not on it's own configure option).
79 - include pty.h, if available (cygwin).
80 - removed W11 directory from dist, it wasn't used anyway.
81 - initialize the locale much earlier.
82 - fixed two tiny per-instance memory leaks.
83
844.7 Wed Dec 29 20:54:24 CET 2004
85 - fix a bug in the event logic that could cause the temrinal to be
86 black on initial startup.
87 - do NOT call XCloseIM, ever. This causes way to many crashes due to
88 races in the protocol and within Xlib.
89 - map iso-left-tab to the same sequence as shift-tab.
90 - generate a unique escape sequence for many unknown keys, such as
91 additional multimedia keys.
92 - mask out high (non-unicode) bits on wide characters, to cope with
93 implementations that store tag info in the high bits.
94
954.6 Thu Dec 16 07:54:23 CET 2004
96 - try very hard not to exhaust the kernel tty buffers, even
97 if it slows down large pastes and is only cosmetic.
98 - streamline atom and xft color allocation to reduce startup
99 time (12.8s -> 7.8s on my dsl). Still, doing it with only 2-3
100 turnarounds would be much faster, but impossible to implement(?).
101 - implement underlineColor resource when ENABLE_FRILLS.
102 - iom left it's signal pipe handle open in the child
103 process. Fortunately not security-relevant as the pipe data gets
104 ignored.
105 - do not use XSETROOTPMAP_ID anymore, support ESETROOT_PMAP_ID
106 instead.
107 - fix a crash in rxvtd when the last window was being closed
108 (reported by hednod).
109 - fix an unlikely memory leak.
110 - fix atom name enumeration.
111
1124.5 Mon Dec 13 07:47:16 CET 2004
113 - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
114 - completely re-wrote selection pasting. This should fix garbled
115 incomplete characters at 32k boundaries and too-short INCR
116 selections, and more. Increases memory requirements considerably
117 for large selections, but that seems unavoidable.
118
1194.4 Sun Dec 12 22:10:06 CET 2004
120 - rewrote handling of default-char width.
121 - implement _NET_WM_NAME et al., and also use UTF8_STRING
122 for the xterm property esc. sequence. Allows i18n window
123 titles etc.
124 - SMART_WINDOW_TITLE removed, pls. complain if you need this.
125 - added GBK encoding (formidable patch by WU Fengguang).
126 - fixed a bug in the transparency code.
127 - upgraded iom.[Ch].
128 - force slower (but more responsive) transparency update.
129 - fix off-by-one bug with wide characters at the end of a line,
130 which got partially overwritten by spaces.
131 - as xlib is completely broken with respect to utf-8 handling
132 and nobody is going to fix it, that part has been re-implemented.
133 should fix most paste problems between apps that use UTF8 encoding
134 and rxvt running in a lesser-supported locale (thanks to Robin Redeker
135 for writing utf8towcs). Only enabled with ENABLE_FRILLS.
136 - darwin compile fix by Ethan Blanton.
137 - fix the colour of the underline, which was rather random before.
138
1394.3 Sat Dec 4 04:58:37 CET 2004
140 - unapply the "emulated graphical chars. respect wcwidth" patch.
141 obviously in locales not having these characters they should
142 still have a width. Solve it correctly by not relying on wcwidth.
143 Note to self: do not ever apply patches without checking them
144 thoroughly.
145 - updated .spec file, it's included in the release tarball
146 now, too.
147
1484.2 Wed Dec 1 03:30:22 CET 2004
149 - make emulated graphical characters respect wcwidth (Kuang-che Wu).
150 - remove debugging code that caused major slowdowns
151 on high-latency networks.
152 - wide characters shift the correct number of characters
153 in insert mode now. Reported by Gunnar Ritter.
154 - doc/rxvt-unicode.spec file contributed by Ville Herva.
155 - make storage of tab movements as characters optional
156 on the -ptab option and pastableTabs: resource. On request
157 by Gunnar Ritter.
158 - fix a bug where :size= argument for xft fonts was ignored
159 or used incorrectly. Reported by Ville Herva.
11 160
124.1 Sun Nov 21 21:10:19 CET 2004 1614.1 Sun Nov 21 21:10:19 CET 2004
13 - save and restore cursor position in secondary screen regardless of 162 - save and restore cursor position in secondary screen regardless of
14 -ssc/-ssr settings. 163 -ssc/-ssr settings.
15 - fix some 64-bit bugs that lead to crashes with certain other 164 - fix some 64-bit bugs that lead to crashes with certain other
2762.7 Mon Apr 5 02:11:15 CEST 2004 4252.7 Mon Apr 5 02:11:15 CEST 2004
277 - this version should now work fine with TERM=xterm, except 426 - this version should now work fine with TERM=xterm, except
278 for the keymappings. 427 for the keymappings.
279 - don't leave the X or rxvtd sockets open in child processes. 428 - don't leave the X or rxvtd sockets open in child processes.
280 (inherited fd's stay open - different to rxvt). 429 (inherited fd's stay open - different to rxvt).
281 - xterm: implemented OSC3, set/get window property. get is an 430 - xterm-compat: implemented OSC3, set/get window property. get is
282 extension and is slightly ugly. 431 an extension and is slightly ugly.
283 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 432 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
284 replaced them by runtime-configurable options secondaryScreen and 433 replaced them by runtime-configurable options secondaryScreen and
285 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 434 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
286 - close down terminal window when child exits. (debian bug #241267). 435 - close down terminal window when child exits. (debian bug #241267).
287 - xterm: enable seperate mouse bg colour setting. 436 - xterm-compat: enable seperate mouse bg colour setting.
288 - re-enable mouse cursor colours again, fixing colours when fg/bg are 437 - re-enable mouse cursor colours again, fixing colours when fg/bg are
289 overwritten (as is common). 438 overwritten (as is common).
290 - xterm: correctly implement privmodes 1047, 1048, 1049. 439 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
291 - ported to solaris by elmar@math.uni-bremen.de. 440 - ported to solaris by elmar@math.uni-bremen.de.
292 441
2932.6 Fri Apr 2 03:24:10 CEST 2004 4422.6 Fri Apr 2 03:24:10 CEST 2004
294 - minor doc corrections. 443 - minor doc corrections.
295 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 444 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
296 avoid clashes with xterm. 445 avoid clashes with xterm.
297 - changed OSC701/OSC702 sequence to return standard escaped reports. 446 - changed OSC701/OSC702 sequence to return standard escaped reports.
298 - xterm: make set window colour and other requests report window 447 - xterm-compat: make set window colour and other requests report
299 colour when arg is "?". 448 window colour when arg is "?".
300 - enable colour tinting of "transparent" backgrounds. 449 - enable colour tinting of "transparent" backgrounds.
301 - stop ST sequences earlier, as we now react on 0x90 and thus 450 - stop ST sequences earlier, as we now react on 0x90 and thus
302 cause conditions more often that look like locks but are, in 451 cause conditions more often that look like locks but are, in
303 fact, just rxvt waiting for a ST/BEL etc. 452 fact, just rxvt waiting for a ST/BEL etc.
304 - re-enabled most of the "dangerous" echo escapes, but only 453 - re-enabled most of the "dangerous" echo escapes, but only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines