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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.455 by root, Mon Dec 26 23:12:59 2005 UTC vs.
Revision 1.615 by root, Tue Jan 31 00:25:52 2006 UTC

1rxvt-unicode changelog <= google-friendly title
2
3TODO: event mechanism that replaces on_keyboard_command with something more scalable.
4TODO: overlays collide with the way the out-of-focus cursor is being drawn
5TODO: simplify selection_request and make it callable from perl.
6TODO: split perl documentation and urxvt.pm into separate files
1TODO: harmonize --disable-options into position-dependent options. 7TODO: harmonize --disable-options into position-dependent options.
2TODO: after requesting the selection and getting a timeout, no further requests will be sent.
3TODO: safer command: keymap processing.
4TODO: "slow" rendering mode for bidi and scripts 8TODO: "slow" rendering mode for bidi and scripts
5TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
10WISH: look into XAddConnectionWatch, does anybody need that?
11WISH: anyevent mouse notification / manage MotionMask better.
6TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 12WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
7WISH: keymap modification via esc-sequences. 13DUMB: support tex fonts
8WISH: searchable backlog
9WISH: meta-tagging of data by regex/master process (my dream project)
10WISH: OnTheSpot editing, or maybe switch to miiiiiiif
11WISH: just for fun, do shade and tint with XRender.
12 14
136.1 157.5 Tue Jan 31 01:25:41 CET 2006
16 - further improvements to the careful mode detection, and font width
17 detection:
18 - fully double-wide fonts will now be correctly treated,
19 - overlap detection was improved.
20 - detect totally broken fonts (usually synthesized by xft).
21 - careful mode forced refresh sometimes clashed with blinking,
22 causing unnecessary screen redraws.
23 - better handling of XFT combining characters.
24 - enable antialiasing for some replacement fonts, as they
25 might get used for other encodings which really need it, later.
26 - remove spacing=100 from all default fonts, as this creates totally
27 weird spacing (5 times normal) with xft.
28 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
29 broken.
30 - removed gnu unifont fallback, all combining characters are broken.
31 - replace named colours by xorg's rgb.txt equivalents, to
32 reduce round trip time on startup, and short-cut allocation
33 of rgb:rr/gg/bb for xft.
34 - short-cut allocation of rgb values in the xlib case
35 (patch by Paco-Paco).
36 - overhauled color management: smaller codesize, alpha support.
37 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
38 an "[alpha]" prefix.
39 - try to work around Xft and Xrender forcing everything to be 100%
40 transparent. Long Live Xft!
41 - do not include X11/Intrinsic.h anymore, directly use
42 Xlib/Xutil/Xresource directly.
43 - try to find a nearest matching color when color allocation fails
44 on a pseudocolor screen.
45 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
46 - fix version report (DA) (which was unfortunately broken).
47 - changed version number report again, now to emulate xterm closer.
48 - added the OSC sequence 702 to detect the urxvt version number.
49 - small configure updates.
50 - further RTT optimisations.
51 - don't cause an unnecessary refresh on focus changes.
52
537.4 Sat Jan 28 15:26:27 CET 2006
54 - screen background wasn't always erased properly when scrolling,
55 - re-enabled clearing optimisation disabled in 7.4pre.
56 - small configure updates for libptytty.
57 - fixed version options: line output.
58 - removed stoopid debugging message left in the code.
59
607.3 Wed Jan 25 22:47:35 CET 2006
61 - don't let iso14755 or mouse reporting get into the way of perl
62 (could lead to global grabs never being cleared).
63 - experimental OnTheSpot editing support (-pe xim-onthespot).
64 - moved Shift-Button2 paste combination to Meta-Button2.
65 - the cutchars resource will now be respected and used by the
66 selection extension.
67 - added the "remote-clipboard" extension which just runs external
68 commands to fetch and store the selection data.
69 - added -depth switch that tries to get a different visual depth
70 than the default (replaces the old PREFER_24_BIT logic).
71 - removed (unused) arabic presentation form composing sequences.
72 - be more strict when deciding that a core font glyph is too wide and
73 needs the careful rendering mode.
74 - allow more leeway for italic fonts when deciding that a character is
75 too wide and needs careful mode.
76 - redraw even more characters around characters using careful mode.
77 - made selection-pastebin fully asynchronous.
78 - reduced number of server turnarounds at startup by allocating
79 atoms only once per display.
80 - renamed on_keyboard_command to on_user_command.
81 - changed version sos (ESC [ > c) response to be more compatible with
82 xterm.
83
847.2 Sun Jan 22 21:58:16 CET 2006
85 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
86 environments necessary, which resulted in segfaults within
87 getenv (reproducable: urxvt -fn 9x15, open a menu once,
88 ctrl-shift-672c).
89 - bugfix: the selection speedup in in 7.1 unfortunately caused
90 non-ascii characters to enlarge/move the selection.
91 - bugfix: resizing sometimes leaked lines from the secondary to
92 the primary screen.
93 - bugfix: reducing window size while large amounts of text were output
94 could lead to an assertion failure.
95 - added "tabbed" extension that provides a crude tabbed terminal.
96 - added "readline" extension that allows cursor positioning
97 via mouse clicks.
98 - now it is possible to insert the value of the CLIPBOARD selection
99 with shift - mouse button 2.
100 - fixed the automove-background extension to ignore coordinates
101 in non-synthetic events.
102 - created a separate libpty for portable and secure
103 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
104 - the non-terminfo visual bell now works asynchronously, so
105 continuous ASCI BELs in one terminal do no longer monopolise the
106 whole urxvt[d] process.
107 - support some *BSD makes (for the time being, gnu make is a safe bet).
108 - work around bugs in FreeBSD's gcc.
109 - implemented some *BSD fixes in configure.
110 - removed support for obsolete offix dnd protocol.
111
1127.1 Thu Jan 19 20:25:34 CET 2006
113 - setuid/setgid operation is now _encouraged_: security has been
114 improved by moving privileged operations into a separate process
115 and permanently dropping privileges within the terminal. This
116 makes it possible to remove security checks from the perl code
117 and gives a much safer feeling when urxvt needs to run with
118 special privileges.
119 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
120 itself.
121 - new perl extension automove-background that can be used to get
122 the same effect as pseudo-transparency with any pixmap.
123 - new perl extension example: perl/selection-pastebin, can be used to
124 e.g. upload the selection to a webserver and generate a url, or
125 similar stuff.
126 - use the scrollback buffer even when the scroll region doesn't
127 span the whole screen, as long as it starts at row 0. Helps
128 for programs displaying a status line at the bottom.
129 - selection popup now shows selection in dec/hex/oct.
130 - perl/selection: matching on unicode characters in the selection
131 code was O(n²), which equals infinity in some degenerate cases
132 :-> Matching is now done on UTF-8, which makes it almost instant.
133 - perl/selection, perl/selection-autotransform: regexes are now
134 being interpreted in the locale urxvt was started.
135 - implemented override-redirect option and enabled it on menus,
136 as kwin puts our windows behind the terminal (what a shoddy wm).
137 - fixed struct utmp check in configure for OpenBSD.
138 - complete overhaul of the pty/utmp management stuff and configure
139 (Emanuele Giaquinta).
140 - add tsl/fsl and related capabilities to the terminfo description,
141 to set the window title.
142 - swap the environment in some more cases. This hopefully fixes
143 some segfaults that might be caused by xft asking for env variables
144 at the wrong time.
145 - removed src/strings.C and src/menubar.C. No menubar support
146 anymore.
147 - removed all traces of SMOOTH_REFRESH.
148 - nuked QNX support.
149 - made some fixes to xpm offset and scaling code.
150 - perl-overlays and refresh hooks were not applied in correct order.
151 - changed coordinate-system of view_start/nsaved to be top to bottom.
152 - iom extended to support listening for child exits.
153
1547.0 Fri Jan 13 14:02:18 CET 2006
155 - added sections for DISTRIBUTION MAINTAINERS and about
156 SETUID/SETGID to the FAQ.
157 - selection, searchable-scrollback, selection-popup and
158 option-popup extensions enabled by default.
159 - increased xft drawing speed for problematic fonts. The effect
160 will likely be small as 99% of the xft slowness is server-related.
161 - perl: much increased functionality, better overlays, popup support
162 and much much more.
163 - perl: urxvt::line now can set via ->t and ->r.
164 - perl: changed interpretation of --perl-ext-common and -pe.
165 - perl: finally implemented --perl-eval.
166 - perl: non-blocking anyevent support.
167 - perl: run tainted and ignore perl-eval/perl-lib if started
168 setuid/setgid.
169 - free the resource database: this plugs a massive memory leak. As a
170 side effect, it also gets rid of XGetDefault calls.
171 - free one of the cursors, fixes a small memory leak.
172 - built-in (as opposed to terminfos) visual bell was broken/too fast.
173 - applied minor cleanups by Ladislav Michnovic.
174 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
175 - mark-urls launch-on-click by jepler.
176 - removed "small" resource parsing function, as it wasn't really
177 compatible, and not really small either.
178 - removed PATH_ENV and PATH file search support.
179 - removed support for locale-specific app-defaults file.
180 - fixed a bug where out-of-bounds colour sequences could lead
181 to crashes.
182 - limit colour changing to the standard 88 palette instead of all
183 colours.
184 - XTerm_Color01 sequence returned wrong results in query mode.
185 - iom.C now checks against destructed io_manager when unregistering.
186
1876.3 Wed Jan 4 22:37:10 CET 2006
188 - SECURITY FIX: on systems using openpty, permissions were
189 not correctly updated on the tty device and were left as
190 world-readable and world-writable (likely in original rxvt,
191 too), and were not restored properly. Affected are only
192 systems where non-unix ptys were used (such as most BSDs, not
193 GNU/Linux). (found, patched and debugged by Ryan Beasley).
194 - meta8 support was forcefully enabled in most configurations.
195 restored configurability of this (useless) feature (reported
196 by Mikachu).
197 - optionally embed a perl interpreter, which can be used for more
198 intelligent/customized selection support, visual feedback,
199 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
200 perl*-resources and keysym resources. Not everything is there yet.
201 - try to be more clever about differing font sizes and their ascent.
202 Not guarenteed to work, but works better in most cases now.
203 - fix directory permissions on install.
204 - implemented option to disable built-in line drawing characters
205 and fall back to the font ones (patch by Martin Pohlack).
206 - disabled sched_yield support: the linux version is just too useless
207 (it schedules nice'd processes before the own one for extended
208 periods). Too bad, it could reduce system time by a factor of 5 here.
209
2106.2 Mon Jan 2 16:03:01 CET 2006
211 - implemented intensityStyles option which enables/disables bold/blink
212 selecting high intensity foreground/background colours, suggested by
213 Chuck Blake.
214 - move iso14755 character feedback box out of the way if it would
215 obscure the mouse cursor position.
216 - replaced callback.h by a fixed version from gvpe that correctly
217 returns the callback result (affects new -pty-fd semantics in urxvtc
218 on a few architectures). Reported by darix.
219 - include one trailing space in rectangular selections to indicate
220 the inserted newline (yeah, weird, but visually more pleasing).
221 - try to use sched_yield to (drastically) improve terminal data
222 transfer efficiency.
223 - further minor cleanups.
224
2256.1 Tue Dec 27 13:23:40 CET 2005
14 - update iso8859-7 table (euro and drachma round-trip et al.). 226 - update iso8859-7 table (euro and drachma round-trip et al.).
15 - fix a crash when the selection scrolls out of the scrollback 227 - fix a crash when the selection scrolls out of the scrollback
16 while the user still drags. 228 while the user still drags.
17 - selections that were partially scrolled out of the window were 229 - selections that were partially scrolled out of the window were
18 not drawn correctly. 230 not drawn correctly.
19 - lines newly scrolled in were not initialized properly, leading 231 - lines newly scrolled in were not initialized properly, leading
20 to extremely long lines and (hopefully) some segfaults. 232 to extremely long lines and (hopefully) some segfaults.
233 - iso14755 overlay position was wrong.
234 - iso14755 overlay now displays rendition info, too.
235 - use unicode white space class instead of hardcoded values for
236 stripping whitespace.
237 - do whitespace stripping on rectangular selections.
238 - slight cleanups in src/features.h.
21 239
226.0 Sat Dec 24 13:58:56 CET 2005 2406.0 Sat Dec 24 13:58:56 CET 2005
23 - make it compile without SMART_RESIZE again. 241 - make it compile without SMART_RESIZE again.
24 - enable slow link support by default. 242 - enable slow link support by default.
25 - fix relative cursor-positioning not respecting scrolling regions 243 - fix relative cursor-positioning not respecting scrolling regions
661 - implement continuation lines in xresource parsing when 879 - implement continuation lines in xresource parsing when
662 --disable-xgetdefault. 880 --disable-xgetdefault.
663 - changed locale-setting esc-sequence from code 9 to code 701. 881 - changed locale-setting esc-sequence from code 9 to code 701.
664 also added 702 that returns the font selected for a specific 882 also added 702 that returns the font selected for a specific
665 unicode character. 883 unicode character.
666 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 884 - no longer set CUT_BUFFER0. this is confusing and clients WILL
667 get it wrong. 885 get it wrong.
668 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 886 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
669 887
6702.1 Wed Mar 3 21:48:39 CET 2004 8882.1 Wed Mar 3 21:48:39 CET 2004
671 - NOTE: the name of the binary and resources were changed in 889 - NOTE: the name of the binary and resources were changed in
672 this version, see README.configure if you want the old 890 this version, see README.configure if you want the old
673 settings. 891 settings.
724 - many other minor bugfixes. 942 - many other minor bugfixes.
725 943
7261.8 Mon Feb 2 20:09:18 CET 2004 9441.8 Mon Feb 2 20:09:18 CET 2004
727 - almost total conversion to C++. Except for introducing 945 - almost total conversion to C++. Except for introducing
728 new bugs, this should not change much. 946 new bugs, this should not change much.
729 - fix and re-enable background pixmap and inherit pixmap support. 947 - fix and re-enable background pixmap and inherit pixmap support.
730 - re-enabled multiple scrollbar support. 948 - re-enabled multiple scrollbar support.
731 - added plain scrollbar style and restored xterm scrollbar. 949 - added plain scrollbar style and restored xterm scrollbar.
732 - blinking and selections work slightly better now. 950 - blinking and selections work slightly better now.
733 - fix an error condition when rxvt receives more than one screenful 951 - fix an error condition when rxvt receives more than one screenful
734 of output. should occur with original rxvt, too, but very rarely. 952 of output. should occur with original rxvt, too, but very rarely.
735 (I guess the code contains more surprises of this sort...) 953 (I guess the code contains more surprises of this sort...)
736 954

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines