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.363 by root, Sun Feb 13 09:05:10 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: maybe just output the error and continue on x errors, especially for XIM-management
3xfree86's xterm). 3TODO: safer command: keymap processing.
4
5TODO: settable ressource for input method fonts
6TODO: read property sequence is broken with respect to utf-8 etc. 4TODO: read property sequence is broken with respect to utf-8 etc.
7TODO: shift-tab etc. xterm keycodes 5WISH: keyboard modification via esc-sequences.
8WISH: extend keysym resource mechanism to include modifiers.
9WISH; line-rewrapping on resize 6WISH: line-rewrapping on resize
10WISH: just for fun, do shade and tint with XRender.
11WISH: hotkey font resizing
12WISH: searchable backlog 7WISH: searchable backlog
13WISH: meta-tagging of data by regex (my dream project) 8WISH: meta-tagging of data by regex (my dream project)
14WISH: triple-click == select full output line
15WISH: double-click: more intelligent (urls etc.) 9WISH: double-click: more intelligent (urls etc.)
16WISH: OnTheSpot editing. 10WISH: OnTheSpot editing, or maybe switch to miiiiiiif
17WISH: tabbed windows (hey, just use screen...) 11WISH: tabbed windows (hey, just use screen...)
12WISH: just for fun, do shade and tint with XRender.
13
145.1
15 - fix a bug when parsing fontnames and another one
16 for empty keymaps which could result in crashes
17 (Kuang-che Wu).
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.
18 83
194.7 Wed Dec 29 20:54:24 CET 2004 844.7 Wed Dec 29 20:54:24 CET 2004
20 - fix a bug in the event logic that could cause the temrinal to be 85 - fix a bug in the event logic that could cause the temrinal to be
21 black on initial startup. 86 black on initial startup.
22 - do NOT call XCloseIM, ever. This causes way to many crashes due to 87 - do NOT call XCloseIM, ever. This causes way to many crashes due to
3602.7 Mon Apr 5 02:11:15 CEST 2004 4252.7 Mon Apr 5 02:11:15 CEST 2004
361 - this version should now work fine with TERM=xterm, except 426 - this version should now work fine with TERM=xterm, except
362 for the keymappings. 427 for the keymappings.
363 - 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.
364 (inherited fd's stay open - different to rxvt). 429 (inherited fd's stay open - different to rxvt).
365 - xterm: implemented OSC3, set/get window property. get is an 430 - xterm-compat: implemented OSC3, set/get window property. get is
366 extension and is slightly ugly. 431 an extension and is slightly ugly.
367 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and 432 - removed --disable-swapscreen and SCROLL_ON_NO_SECONDARY and
368 replaced them by runtime-configurable options secondaryScreen and 433 replaced them by runtime-configurable options secondaryScreen and
369 secondaryScroll (-ssr and -ssc) (see debian bug #237673). 434 secondaryScroll (-ssr and -ssc) (see debian bug #237673).
370 - close down terminal window when child exits. (debian bug #241267). 435 - close down terminal window when child exits. (debian bug #241267).
371 - xterm: enable seperate mouse bg colour setting. 436 - xterm-compat: enable seperate mouse bg colour setting.
372 - 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
373 overwritten (as is common). 438 overwritten (as is common).
374 - xterm: correctly implement privmodes 1047, 1048, 1049. 439 - xterm-compat: correctly implement privmodes 1047, 1048, 1049.
375 - ported to solaris by elmar@math.uni-bremen.de. 440 - ported to solaris by elmar@math.uni-bremen.de.
376 441
3772.6 Fri Apr 2 03:24:10 CEST 2004 4422.6 Fri Apr 2 03:24:10 CEST 2004
378 - minor doc corrections. 443 - minor doc corrections.
379 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to 444 - WARNING: changed menu sequence from ESC ] 10 to ESC ] 703 to
380 avoid clashes with xterm. 445 avoid clashes with xterm.
381 - changed OSC701/OSC702 sequence to return standard escaped reports. 446 - changed OSC701/OSC702 sequence to return standard escaped reports.
382 - xterm: make set window colour and other requests report window 447 - xterm-compat: make set window colour and other requests report
383 colour when arg is "?". 448 window colour when arg is "?".
384 - enable colour tinting of "transparent" backgrounds. 449 - enable colour tinting of "transparent" backgrounds.
385 - 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
386 cause conditions more often that look like locks but are, in 451 cause conditions more often that look like locks but are, in
387 fact, just rxvt waiting for a ST/BEL etc. 452 fact, just rxvt waiting for a ST/BEL etc.
388 - 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