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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.959 by sf-exg, Sun Aug 22 14:03:40 2010 UTC vs.
Revision 1.1004 by root, Thu Jan 27 02:03:30 2011 UTC

14 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
15WISH: coloured pastebin 15WISH: coloured pastebin
16WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
17WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
18DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
19TODO: perl-shell-window? perl-unix-socket? 20TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon?
20 22
21TODO: - upgrade to libev-4.00. 23TODO: resources section in manual talks bullshit about system-wide app-defaults file
24 - work around as memory corruption bug in xorg's XrmSetDatabase (apparently
25 broken since http://lists.freedesktop.org/archives/xorg-commit-diffs/2004-March/000239.html).
26 - gdk-pixbuf is autodetected by default and preferred over libafterimage.
27 - do not prepend a newline to the selection text when the starting line
28 of the selection is not highlighted (Emanuele Giaquinta).
29 - don't swap perl env with real env, save and restore it, just in case
30 we ever get recursive perl invocations. also saves a bit of codespace
31 with gcc.
32 - fix various memory leaks (Emanuele Giaquinta).
33 - fix debian bug #504817, to the extent possible.
34 - try to detect byte order at compile time, seems to work around weird linking
35 errors on freebsd (seems to have trouble with static member variables) - also
36 saves a couple of hundred bytes, if your compiler is smart enough.
37 - add support for previewing the pasted data in confirm-paste
38 (Emanuele Giaquinta).
39 - added "newlines to spaces" option in selection-popup.
40 - actually enabled solaris event ports backends (was disabled by accident).
41 - revert to 38400 baud max., mission accomplished.
22 42
439.10 Mon Dec 13 17:43:52 CET 2010
44 - the "schmorp=north korea dickey=south korea" release.
45 - INCOMPATIBLE CHANGE: make OSC 20 simpler and more correct
46 (Emanuele Giaquinta).
47 - if options were compiled out, this could lead to the option
48 count to be defined wrongly. This is likely behind the
49 failures with gcc 4.5.
50 - explicitly depend on fontconfig and xrender when xft support
51 is enabled. Although the public Xft api uses types from
52 both, in Xft 2.2.0 these libs are private
53 dependencies only thanks to an idiotic behaviour of
54 pkg-config that was added to workaround cases like this one.
55 Fixes linking when using GNU ld with --as-needed or GNU gold
56 (based on patch by Jan Palus).
57 - fix minor memory leaks in urxvt and urxvtd.
58 - fix regression in urxvtd that prevented options from being correctly
59 set (reported by Michal Vaner).
60 - implement xterm's horribly broken 1005 mouse reporting mode,
61 and an alternative 1015 mode that works in non-utf-8 locales
62 and has fewer limitations.
63 - fix a possible bug where mouse notifications didn't work after
64 startup for the upper left corner.
65 - implement our own pixbuf to pixmap rendering to get rid of
66 dependency on buggy gdk-pixbuf-xlib. Only truecolor visuals
67 are supported (Emanuele Giaquinta).
68 - apply tinting before shading when both operations are requested.
69 Previously they were intermixed when lightening and the result
70 was inaccurate and confusing. Note that now a black tint yields a
71 completely black image, regardless of shading (Emanuele Giaquinta).
72 - avoid spurious redraws of the bg image when bg is transparent or
73 when using 'root' mode (Emanuele Giaquinta).
74 - fix build on XFree86.
75 - dynamically number options according to compiletime requirements.
76 For the extra saved byte. Or so. Yay.
77 - start options at one, not zero. Wastes a bit per terminal. Maybe.
78 saves 50 instruction bytes. Possibly.
79
809.09 Sat Nov 13 01:39:07 CET 2010
81 - NOTICE: this release updates terminfo/termcap.
82 - the bestest release ever.
83 - it was verified that urxvt handles µ and μ correctly.
84 - add support for blending and blurring with XRender (Emanuele Giaquinta).
85 - add support for using gdk-pixbuf as image backend (Emanuele Giaquinta).
86 - cleanup and minor fixes of the image code (Emanuele Giaquinta).
23 - new perl extension "confirm-paste" (Emanuele Giaquinta). 87 - new perl extension "confirm-paste" (Emanuele Giaquinta).
24 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta). 88 - new on_tt_paste perl hook and tt_paste perl binding (Emanuele Giaquinta).
25 - new on_bell perl hook (Emanuele Giaquinta). 89 - new on_bell perl hook (Emanuele Giaquinta).
26 - searchable-scrollback no longer ignores the first line 90 - searchable-scrollback no longer ignores the first line
27 (Emanuele Giaquinta). 91 (Emanuele Giaquinta).
92 - properly set VSTATUS in termios for *BSD (reported by Ed Schouten).
28 - fix utmpx detection on upcoming FreeBSD 9. 93 - fix utmpx detection on upcoming FreeBSD 9.
29 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it 94 - Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it
30 is not fully convertible to STRING (patch by James Cloos). 95 is not fully convertible to STRING (patch by James Cloos).
31 - fix a buffer overflow that would cause wrong key sequences to 96 - fix a buffer overflow that would cause wrong key sequences to
32 be generated for numpad keys (introduced in 9.05). 97 be generated for numpad keys (introduced in 9.05).
48 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta). 113 - fix numlock handling, the most longstanding bug to date (Emanuele Giaquinta).
49 - reduce the number of custom bits to 4, to make room 114 - reduce the number of custom bits to 4, to make room
50 for 256 colours. 115 for 256 colours.
51 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann). 116 - add support for 256 colors (Emanuele Giaquinta, Marc Lehmann).
52 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode. 117 - add rxvt-unicode-256color terminfo and use it by default in 256 colors mode.
118 - update rxvt-unicode terminfo to state 7744 colour pairs to cover all
119 88*88 possible pairs.
53 - actually added macosx-clipboard-native, which should have been in 120 - actually added macosx-clipboard-native, which should have been in
54 the 9.07 release but had been forgotten. 121 the 9.07 release but had been forgotten.
122 - fix hang if DECAWM is not set and there are not enough columns to insert a
123 character (Emanuele Giaquinta).
124 - cub1 ("backspace") will now respect wrapping when past the rightmost column,
125 working around a shortcoming of most tty line discipline's line editing.
55 - add support for grabbing the clipboard selection and extend 126 - add support for grabbing the clipboard selection and extend
56 selection{_clear,_grab,} perl bindings to optionally work 127 selection{_clear,_grab,} perl bindings to optionally work
57 on the clipboard selection (based on patch by Dana Jansens). 128 on the clipboard selection (based on patch by Dana Jansens).
58 - no longer force CERASE to BACKSPACE - use the system default. affects 129 - no longer force CERASE to BACKSPACE - use the system default. affects
59 default value for VERASE only when no compatible setting for 130 default value for VERASE only when no compatible setting for
60 backspacekey was given. 131 backspacekey was given.
61 - use higher than 38400 baudrate setting, if detected. 132 - use higher than 38400 baudrate setting, if detected.
62 - erase screen would clear to the wrong background when blinking 133 - erase screen would clear to the wrong background when blinking
63 was enabled (which selects high intensity under some circumstances). 134 was enabled (which selects high intensity under some circumstances).
64 - it was verified that urxvt handles µ and μ correctly. 135 - scr_kill_char didn't touch the line.
136 - upgrade and port to libev-4.01.
137 - enabled solaris event ports and kqueue backends (if available).
65 138
669.07 Wed Dec 30 07:07:18 CET 2009 1399.07 Wed Dec 30 07:07:18 CET 2009
67 - port to glibc-2.10 changes (strchr etc. returning const char * 140 - port to glibc-2.10 changes (strchr etc. returning const char *
68 in C++), based on patches by Milos Jakubicek and Oliver Mader. 141 in C++), based on patches by Milos Jakubicek and Oliver Mader.
69 - the binary search algorithm to find precomposed characters 142 - the binary search algorithm to find precomposed characters

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines