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.382 by root, Fri Feb 18 14:07:30 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines