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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines