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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.489 by root, Wed Jan 4 05:12:04 2006 UTC vs.
Revision 1.654 by root, Sun Feb 19 21:45:59 2006 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: -pe tabbed users want -e and probably lots of other things.
4TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
6TODO: overlays collide with the way the out-of-focus cursor is being drawn
7TODO: split perl documentation and urxvt.pm into separate files
3TODO: harmonize --disable-options into position-dependent options. 8TODO: harmonize --disable-options into position-dependent options.
4TODO: after requesting the selection and getting a timeout, no further requests will be sent.
5TODO: "slow" rendering mode for bidi and scripts 9TODO: "slow" rendering mode for bidi and scripts, pango!
6TODO: read property sequence is broken with respect to utf-8 etc. 10TODO: read property sequence is broken with respect to utf-8 etc.
11TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
12TODO: default selection should handle = better
13WISH: look into XAddConnectionWatch, does anybody need that?
14WISH: anyevent mouse notification / manage MotionMask better.
7TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 15WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
8WISH: OnTheSpot editing, or maybe switch to miiiiiiif 16DUMB: support tex fonts
9WISH: just for fun, do shade and tint with XRender.
10WISH: make builtin character glyphs optional
11 17
12SECURITY FIX: systems using openpty (most BSDs) had wrong permissions on 18 - use double-buffered drawing (xft fonts only). On many driver/hardware
13the tty. Other systems (such as GNU/Linux) were not affected. Bug fixes: 19 combination this actually increases xft drawing speed, at the expense
14the meta8 option ("weird alt key behaviour") is no longer forcefully 20 of more network bandwidth and slight nausea on the side of the author.
15enabled. New features: urxvt now supports embedded perl, which can already 21 - readline perl extension now requires shift-click instead of a normal
16do useful things and will certainly be extended in the future. 22 click.
23 - disabled graphics-exposures on the main drawing GC, report any
24 refresh bugs please.
25 - improve property handling for -pe tabbed: avoid unnecessary property
26 changes (for kde's benefit) at the expense of extra round-trips,
27 improve size hint setting.
28 - modified XIM according to a patch sent by Takano Akio that sets
29 the preedit rectangle for OverTheSpot, which helps some input methods
30 to correctly position their preedit window.
31 - un-optimise the line clearing on newly scrolled-in lines a bit: the
32 former reasoning was that any fg colour on default bg looks the same
33 in empts spaces, but thats not true when reversing (e.g. selection),
34 so also check for matching fg colours. This fixes the problem where
35 selecting newly scrolled-in lines would exhibit wrong colours.
36 - fix a race resulting in a crash on exiting.
37 - fix a with --disable-xft that caused xfreecolors to be called on
38 colors never allocated, resulting in aborts (reported by Paco-Paco).
39 - resources on non-initial screens weren't refetched correctly
40 (reported by Paco-Paco).
41 - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
42 working in either rxvt-unicode nor in the original rxvt.
17 43
186.3 447.6 Fri Feb 10 08:52:36 CET 2006
45 - changed interpretation of [alpha] colour prefix.
46 - +option now really sets the option to default, instead of using the
47 resource value.
48 - options that require an argument now really _require_ an argument.
49 - the tabbed extension now forwards focus and keys events to th
50 relevant tab window.
51 - tab colours are now configurable and have sensible defaults
52 (initial patch by hednod).
53 - option menu is extendable, readline, selection and
54 selection-autotransform can now be disabled/enabled at runtime.
55 - forcing a configure event to tabbed subwindows with -pe tabbed, for
56 the benefit of automove-background.
57 - the automove-background extension added a wrong constant offset.
58 - force refresh of XA_RESOURCE_STRING on virtual reconnect.
59 - return exit status 2 in urxvtc when urxvtd couldn't be contacted.
60 - the linux yield hack is back, now using usleep, and enabled only on
61 __linux__.
62 - further round trip eliminations in the !XFT case by remembering
63 the colour components.
64 - plain scrollbar works better with -sr.
65 - fixed half-shadow scrollbar look.
66 - more colour rtt optimisations.
67 - properly(?) free colours on window close.
68 - reorganised the FAQ into multiple sections.
69 - add ISO646.1991-IRV to the list of supported codesets.
70 - minor libptytty update.
71
727.5 Tue Jan 31 15:15:43 CET 2006
73 - further improvements to the careful mode detection, and font width
74 detection:
75 - fully double-wide fonts will now be correctly treated,
76 - overlap detection was improved.
77 - detect totally broken fonts (usually synthesized by xft).
78 - careful mode forced refresh sometimes clashed with blinking,
79 causing unnecessary screen redraws.
80 - better handling of XFT combining characters.
81 - enable antialiasing for some replacement fonts, as they
82 might get used for other encodings which really need it, later.
83 - remove spacing=100 from all default fonts, as this creates totally
84 weird spacing (5 times normal) with xft.
85 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
86 broken.
87 - removed gnu unifont fallback, all combining characters are broken.
88 - replace named colours by xorg's rgb.txt equivalents, to
89 reduce round trip time on startup, and short-cut allocation
90 of rgb:rr/gg/bb for xft.
91 - short-cut allocation of rgb values in the xlib case
92 (patch by Paco-Paco).
93 - overhauled color management: smaller codesize, alpha support.
94 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
95 an "[alpha]" prefix.
96 - try to work around Xft and Xrender forcing everything to be 100%
97 transparent. Long Live Xft!
98 - do not include X11/Intrinsic.h anymore, directly use
99 Xlib/Xutil/Xresource directly.
100 - try to find a nearest matching color when color allocation fails
101 on a pseudocolor screen.
102 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
103 - fix version report (DA) (which was unfortunately broken).
104 - changed version number report again, now to emulate xterm closer.
105 - added the OSC sequence 702 to detect the urxvt version number.
106 - small configure updates.
107 - further RTT optimisations.
108
1097.4 Sat Jan 28 15:26:27 CET 2006
110 - screen background wasn't always erased properly when scrolling,
111 - re-enabled clearing optimisation disabled in 7.4pre.
112 - small configure updates for libptytty.
113 - fixed version options: line output.
114 - removed stoopid debugging message left in the code.
115
1167.3 Wed Jan 25 22:47:35 CET 2006
117 - don't let iso14755 or mouse reporting get into the way of perl
118 (could lead to global grabs never being cleared).
119 - experimental OnTheSpot editing support (-pe xim-onthespot).
120 - moved Shift-Button2 paste combination to Meta-Button2.
121 - the cutchars resource will now be respected and used by the
122 selection extension.
123 - added the "remote-clipboard" extension which just runs external
124 commands to fetch and store the selection data.
125 - added -depth switch that tries to get a different visual depth
126 than the default (replaces the old PREFER_24_BIT logic).
127 - removed (unused) arabic presentation form composing sequences.
128 - be more strict when deciding that a core font glyph is too wide and
129 needs the careful rendering mode.
130 - allow more leeway for italic fonts when deciding that a character is
131 too wide and needs careful mode.
132 - redraw even more characters around characters using careful mode.
133 - made selection-pastebin fully asynchronous.
134 - reduced number of server turnarounds at startup by allocating
135 atoms only once per display.
136 - renamed on_keyboard_command to on_user_command.
137 - changed version sos (ESC [ > c) response to be more compatible with
138 xterm.
139
1407.2 Sun Jan 22 21:58:16 CET 2006
141 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
142 environments necessary, which resulted in segfaults within
143 getenv (reproducable: urxvt -fn 9x15, open a menu once,
144 ctrl-shift-672c).
145 - bugfix: the selection speedup in in 7.1 unfortunately caused
146 non-ascii characters to enlarge/move the selection.
147 - bugfix: resizing sometimes leaked lines from the secondary to
148 the primary screen.
149 - bugfix: reducing window size while large amounts of text were output
150 could lead to an assertion failure.
151 - added "tabbed" extension that provides a crude tabbed terminal.
152 - added "readline" extension that allows cursor positioning
153 via mouse clicks.
154 - now it is possible to insert the value of the CLIPBOARD selection
155 with shift - mouse button 2.
156 - fixed the automove-background extension to ignore coordinates
157 in non-synthetic events.
158 - created a separate libpty for portable and secure
159 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
160 - the non-terminfo visual bell now works asynchronously, so
161 continuous ASCI BELs in one terminal do no longer monopolise the
162 whole urxvt[d] process.
163 - support some *BSD makes (for the time being, gnu make is a safe bet).
164 - work around bugs in FreeBSD's gcc.
165 - implemented some *BSD fixes in configure.
166 - removed support for obsolete offix dnd protocol.
167
1687.1 Thu Jan 19 20:25:34 CET 2006
169 - setuid/setgid operation is now _encouraged_: security has been
170 improved by moving privileged operations into a separate process
171 and permanently dropping privileges within the terminal. This
172 makes it possible to remove security checks from the perl code
173 and gives a much safer feeling when urxvt needs to run with
174 special privileges.
175 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
176 itself.
177 - new perl extension automove-background that can be used to get
178 the same effect as pseudo-transparency with any pixmap.
179 - new perl extension example: perl/selection-pastebin, can be used to
180 e.g. upload the selection to a webserver and generate a url, or
181 similar stuff.
182 - use the scrollback buffer even when the scroll region doesn't
183 span the whole screen, as long as it starts at row 0. Helps
184 for programs displaying a status line at the bottom.
185 - selection popup now shows selection in dec/hex/oct.
186 - perl/selection: matching on unicode characters in the selection
187 code was O(n²), which equals infinity in some degenerate cases
188 :-> Matching is now done on UTF-8, which makes it almost instant.
189 - perl/selection, perl/selection-autotransform: regexes are now
190 being interpreted in the locale urxvt was started.
191 - implemented override-redirect option and enabled it on menus,
192 as kwin puts our windows behind the terminal (what a shoddy wm).
193 - fixed struct utmp check in configure for OpenBSD.
194 - complete overhaul of the pty/utmp management stuff and configure
195 (Emanuele Giaquinta).
196 - add tsl/fsl and related capabilities to the terminfo description,
197 to set the window title.
198 - swap the environment in some more cases. This hopefully fixes
199 some segfaults that might be caused by xft asking for env variables
200 at the wrong time.
201 - removed src/strings.C and src/menubar.C. No menubar support
202 anymore.
203 - removed all traces of SMOOTH_REFRESH.
204 - nuked QNX support.
205 - made some fixes to xpm offset and scaling code.
206 - perl-overlays and refresh hooks were not applied in correct order.
207 - changed coordinate-system of view_start/nsaved to be top to bottom.
208 - iom extended to support listening for child exits.
209
2107.0 Fri Jan 13 14:02:18 CET 2006
211 - added sections for DISTRIBUTION MAINTAINERS and about
212 SETUID/SETGID to the FAQ.
213 - selection, searchable-scrollback, selection-popup and
214 option-popup extensions enabled by default.
215 - increased xft drawing speed for problematic fonts. The effect
216 will likely be small as 99% of the xft slowness is server-related.
217 - perl: much increased functionality, better overlays, popup support
218 and much much more.
219 - perl: urxvt::line now can set via ->t and ->r.
220 - perl: changed interpretation of --perl-ext-common and -pe.
221 - perl: finally implemented --perl-eval.
222 - perl: non-blocking anyevent support.
223 - perl: run tainted and ignore perl-eval/perl-lib if started
224 setuid/setgid.
225 - free the resource database: this plugs a massive memory leak. As a
226 side effect, it also gets rid of XGetDefault calls.
227 - free one of the cursors, fixes a small memory leak.
228 - built-in (as opposed to terminfos) visual bell was broken/too fast.
229 - applied minor cleanups by Ladislav Michnovic.
230 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
231 - mark-urls launch-on-click by jepler.
232 - removed "small" resource parsing function, as it wasn't really
233 compatible, and not really small either.
234 - removed PATH_ENV and PATH file search support.
235 - removed support for locale-specific app-defaults file.
236 - fixed a bug where out-of-bounds colour sequences could lead
237 to crashes.
238 - limit colour changing to the standard 88 palette instead of all
239 colours.
240 - XTerm_Color01 sequence returned wrong results in query mode.
241 - iom.C now checks against destructed io_manager when unregistering.
242
2436.3 Wed Jan 4 22:37:10 CET 2006
19 - SECURITY FIX: on systems using openpty, permissions were 244 - SECURITY FIX: on systems using openpty, permissions were
20 not correctly updated on the tty device and were left as 245 not correctly updated on the tty device and were left as
21 world-readable and world-writable (likely in original rxvt, 246 world-readable and world-writable (likely in original rxvt,
22 too), and were not restored properly. Affected are only 247 too), and were not restored properly. Affected are only
23 systems where non-unix ptys were used (such as most BSDs, not 248 systems where non-unix ptys were used (such as most BSDs, not
30 menus, tabs etc. See the the urxvtperl manpage, the -pe option, 255 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
31 perl*-resources and keysym resources. Not everything is there yet. 256 perl*-resources and keysym resources. Not everything is there yet.
32 - try to be more clever about differing font sizes and their ascent. 257 - try to be more clever about differing font sizes and their ascent.
33 Not guarenteed to work, but works better in most cases now. 258 Not guarenteed to work, but works better in most cases now.
34 - fix directory permissions on install. 259 - fix directory permissions on install.
35TODO - implemented option to disable built-in line drawing characters 260 - implemented option to disable built-in line drawing characters
36 and fall back to the font ones (patch by Martin Pohlack). 261 and fall back to the font ones (patch by Martin Pohlack).
37 - disabled sched_yield support: the linux version is just too useless 262 - disabled sched_yield support: the linux version is just too useless
38 (it schedules nice'd processes before the own one for extended 263 (it schedules nice'd processes before the own one for extended
39 periods). Too bad, it could reduce system time by a factor of 5 here. 264 periods). Too bad, it could reduce system time by a factor of 5 here.
40 265
710 - implement continuation lines in xresource parsing when 935 - implement continuation lines in xresource parsing when
711 --disable-xgetdefault. 936 --disable-xgetdefault.
712 - changed locale-setting esc-sequence from code 9 to code 701. 937 - changed locale-setting esc-sequence from code 9 to code 701.
713 also added 702 that returns the font selected for a specific 938 also added 702 that returns the font selected for a specific
714 unicode character. 939 unicode character.
715 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 940 - no longer set CUT_BUFFER0. this is confusing and clients WILL
716 get it wrong. 941 get it wrong.
717 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 942 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
718 943
7192.1 Wed Mar 3 21:48:39 CET 2004 9442.1 Wed Mar 3 21:48:39 CET 2004
720 - NOTE: the name of the binary and resources were changed in 945 - NOTE: the name of the binary and resources were changed in
721 this version, see README.configure if you want the old 946 this version, see README.configure if you want the old
722 settings. 947 settings.
773 - many other minor bugfixes. 998 - many other minor bugfixes.
774 999
7751.8 Mon Feb 2 20:09:18 CET 2004 10001.8 Mon Feb 2 20:09:18 CET 2004
776 - almost total conversion to C++. Except for introducing 1001 - almost total conversion to C++. Except for introducing
777 new bugs, this should not change much. 1002 new bugs, this should not change much.
778 - fix and re-enable background pixmap and inherit pixmap support. 1003 - fix and re-enable background pixmap and inherit pixmap support.
779 - re-enabled multiple scrollbar support. 1004 - re-enabled multiple scrollbar support.
780 - added plain scrollbar style and restored xterm scrollbar. 1005 - added plain scrollbar style and restored xterm scrollbar.
781 - blinking and selections work slightly better now. 1006 - blinking and selections work slightly better now.
782 - fix an error condition when rxvt receives more than one screenful 1007 - fix an error condition when rxvt receives more than one screenful
783 of output. should occur with original rxvt, too, but very rarely. 1008 of output. should occur with original rxvt, too, but very rarely.
784 (I guess the code contains more surprises of this sort...) 1009 (I guess the code contains more surprises of this sort...)
785 1010

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines