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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.445 by root, Thu Dec 22 16:44:10 2005 UTC vs.
Revision 1.619 by root, Tue Jan 31 18:36:35 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: xterm's -hold 13DUMB: support tex fonts
8WISH: keymap modification via esc-sequences.
9WISH: searchable backlog
10WISH: meta-tagging of data by regex/master process (my dream project)
11WISH: OnTheSpot editing, or maybe switch to miiiiiiif
12WISH: just for fun, do shade and tint with XRender.
13 14
146.0 15THINK: struct passwd *userinfo; /* defined in pwd.h + if ((userinfo = getpwuid(getuid())) != NULL) + shell = strdup(userinfo->pw_shell); /* retrieve current shell */
16
17TODO: xim "how to" faq entry
18TODO: reorganize faq
19TODO: support +xxx option syntax (e.g. -tint red +tint)
20TODO: scrollstyle -next, raised/sunken, maybe extra pixels(?) w. halfshadow
21
22 - changed interpretation of [alpha] colour prefix.
23 - further round trip eliminations in the !XFT case by remembering
24 the colour components.
25
267.5 Tue Jan 31 15:15:43 CET 2006
27 - further improvements to the careful mode detection, and font width
28 detection:
29 - fully double-wide fonts will now be correctly treated,
30 - overlap detection was improved.
31 - detect totally broken fonts (usually synthesized by xft).
32 - careful mode forced refresh sometimes clashed with blinking,
33 causing unnecessary screen redraws.
34 - better handling of XFT combining characters.
35 - enable antialiasing for some replacement fonts, as they
36 might get used for other encodings which really need it, later.
37 - remove spacing=100 from all default fonts, as this creates totally
38 weird spacing (5 times normal) with xft.
39 - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
40 broken.
41 - removed gnu unifont fallback, all combining characters are broken.
42 - replace named colours by xorg's rgb.txt equivalents, to
43 reduce round trip time on startup, and short-cut allocation
44 of rgb:rr/gg/bb for xft.
45 - short-cut allocation of rgb values in the xlib case
46 (patch by Paco-Paco).
47 - overhauled color management: smaller codesize, alpha support.
48 - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
49 an "[alpha]" prefix.
50 - try to work around Xft and Xrender forcing everything to be 100%
51 transparent. Long Live Xft!
52 - do not include X11/Intrinsic.h anymore, directly use
53 Xlib/Xutil/Xresource directly.
54 - try to find a nearest matching color when color allocation fails
55 on a pseudocolor screen.
56 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
57 - fix version report (DA) (which was unfortunately broken).
58 - changed version number report again, now to emulate xterm closer.
59 - added the OSC sequence 702 to detect the urxvt version number.
60 - small configure updates.
61 - further RTT optimisations.
62
637.4 Sat Jan 28 15:26:27 CET 2006
64 - screen background wasn't always erased properly when scrolling,
65 - re-enabled clearing optimisation disabled in 7.4pre.
66 - small configure updates for libptytty.
67 - fixed version options: line output.
68 - removed stoopid debugging message left in the code.
69
707.3 Wed Jan 25 22:47:35 CET 2006
71 - don't let iso14755 or mouse reporting get into the way of perl
72 (could lead to global grabs never being cleared).
73 - experimental OnTheSpot editing support (-pe xim-onthespot).
74 - moved Shift-Button2 paste combination to Meta-Button2.
75 - the cutchars resource will now be respected and used by the
76 selection extension.
77 - added the "remote-clipboard" extension which just runs external
78 commands to fetch and store the selection data.
79 - added -depth switch that tries to get a different visual depth
80 than the default (replaces the old PREFER_24_BIT logic).
81 - removed (unused) arabic presentation form composing sequences.
82 - be more strict when deciding that a core font glyph is too wide and
83 needs the careful rendering mode.
84 - allow more leeway for italic fonts when deciding that a character is
85 too wide and needs careful mode.
86 - redraw even more characters around characters using careful mode.
87 - made selection-pastebin fully asynchronous.
88 - reduced number of server turnarounds at startup by allocating
89 atoms only once per display.
90 - renamed on_keyboard_command to on_user_command.
91 - changed version sos (ESC [ > c) response to be more compatible with
92 xterm.
93
947.2 Sun Jan 22 21:58:16 CET 2006
95 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
96 environments necessary, which resulted in segfaults within
97 getenv (reproducable: urxvt -fn 9x15, open a menu once,
98 ctrl-shift-672c).
99 - bugfix: the selection speedup in in 7.1 unfortunately caused
100 non-ascii characters to enlarge/move the selection.
101 - bugfix: resizing sometimes leaked lines from the secondary to
102 the primary screen.
103 - bugfix: reducing window size while large amounts of text were output
104 could lead to an assertion failure.
105 - added "tabbed" extension that provides a crude tabbed terminal.
106 - added "readline" extension that allows cursor positioning
107 via mouse clicks.
108 - now it is possible to insert the value of the CLIPBOARD selection
109 with shift - mouse button 2.
110 - fixed the automove-background extension to ignore coordinates
111 in non-synthetic events.
112 - created a separate libpty for portable and secure
113 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
114 - the non-terminfo visual bell now works asynchronously, so
115 continuous ASCI BELs in one terminal do no longer monopolise the
116 whole urxvt[d] process.
117 - support some *BSD makes (for the time being, gnu make is a safe bet).
118 - work around bugs in FreeBSD's gcc.
119 - implemented some *BSD fixes in configure.
120 - removed support for obsolete offix dnd protocol.
121
1227.1 Thu Jan 19 20:25:34 CET 2006
123 - setuid/setgid operation is now _encouraged_: security has been
124 improved by moving privileged operations into a separate process
125 and permanently dropping privileges within the terminal. This
126 makes it possible to remove security checks from the perl code
127 and gives a much safer feeling when urxvt needs to run with
128 special privileges.
129 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
130 itself.
131 - new perl extension automove-background that can be used to get
132 the same effect as pseudo-transparency with any pixmap.
133 - new perl extension example: perl/selection-pastebin, can be used to
134 e.g. upload the selection to a webserver and generate a url, or
135 similar stuff.
136 - use the scrollback buffer even when the scroll region doesn't
137 span the whole screen, as long as it starts at row 0. Helps
138 for programs displaying a status line at the bottom.
139 - selection popup now shows selection in dec/hex/oct.
140 - perl/selection: matching on unicode characters in the selection
141 code was O(n²), which equals infinity in some degenerate cases
142 :-> Matching is now done on UTF-8, which makes it almost instant.
143 - perl/selection, perl/selection-autotransform: regexes are now
144 being interpreted in the locale urxvt was started.
145 - implemented override-redirect option and enabled it on menus,
146 as kwin puts our windows behind the terminal (what a shoddy wm).
147 - fixed struct utmp check in configure for OpenBSD.
148 - complete overhaul of the pty/utmp management stuff and configure
149 (Emanuele Giaquinta).
150 - add tsl/fsl and related capabilities to the terminfo description,
151 to set the window title.
152 - swap the environment in some more cases. This hopefully fixes
153 some segfaults that might be caused by xft asking for env variables
154 at the wrong time.
155 - removed src/strings.C and src/menubar.C. No menubar support
156 anymore.
157 - removed all traces of SMOOTH_REFRESH.
158 - nuked QNX support.
159 - made some fixes to xpm offset and scaling code.
160 - perl-overlays and refresh hooks were not applied in correct order.
161 - changed coordinate-system of view_start/nsaved to be top to bottom.
162 - iom extended to support listening for child exits.
163
1647.0 Fri Jan 13 14:02:18 CET 2006
165 - added sections for DISTRIBUTION MAINTAINERS and about
166 SETUID/SETGID to the FAQ.
167 - selection, searchable-scrollback, selection-popup and
168 option-popup extensions enabled by default.
169 - increased xft drawing speed for problematic fonts. The effect
170 will likely be small as 99% of the xft slowness is server-related.
171 - perl: much increased functionality, better overlays, popup support
172 and much much more.
173 - perl: urxvt::line now can set via ->t and ->r.
174 - perl: changed interpretation of --perl-ext-common and -pe.
175 - perl: finally implemented --perl-eval.
176 - perl: non-blocking anyevent support.
177 - perl: run tainted and ignore perl-eval/perl-lib if started
178 setuid/setgid.
179 - free the resource database: this plugs a massive memory leak. As a
180 side effect, it also gets rid of XGetDefault calls.
181 - free one of the cursors, fixes a small memory leak.
182 - built-in (as opposed to terminfos) visual bell was broken/too fast.
183 - applied minor cleanups by Ladislav Michnovic.
184 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
185 - mark-urls launch-on-click by jepler.
186 - removed "small" resource parsing function, as it wasn't really
187 compatible, and not really small either.
188 - removed PATH_ENV and PATH file search support.
189 - removed support for locale-specific app-defaults file.
190 - fixed a bug where out-of-bounds colour sequences could lead
191 to crashes.
192 - limit colour changing to the standard 88 palette instead of all
193 colours.
194 - XTerm_Color01 sequence returned wrong results in query mode.
195 - iom.C now checks against destructed io_manager when unregistering.
196
1976.3 Wed Jan 4 22:37:10 CET 2006
198 - SECURITY FIX: on systems using openpty, permissions were
199 not correctly updated on the tty device and were left as
200 world-readable and world-writable (likely in original rxvt,
201 too), and were not restored properly. Affected are only
202 systems where non-unix ptys were used (such as most BSDs, not
203 GNU/Linux). (found, patched and debugged by Ryan Beasley).
204 - meta8 support was forcefully enabled in most configurations.
205 restored configurability of this (useless) feature (reported
206 by Mikachu).
207 - optionally embed a perl interpreter, which can be used for more
208 intelligent/customized selection support, visual feedback,
209 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
210 perl*-resources and keysym resources. Not everything is there yet.
211 - try to be more clever about differing font sizes and their ascent.
212 Not guarenteed to work, but works better in most cases now.
213 - fix directory permissions on install.
214 - implemented option to disable built-in line drawing characters
215 and fall back to the font ones (patch by Martin Pohlack).
216 - disabled sched_yield support: the linux version is just too useless
217 (it schedules nice'd processes before the own one for extended
218 periods). Too bad, it could reduce system time by a factor of 5 here.
219
2206.2 Mon Jan 2 16:03:01 CET 2006
221 - implemented intensityStyles option which enables/disables bold/blink
222 selecting high intensity foreground/background colours, suggested by
223 Chuck Blake.
224 - move iso14755 character feedback box out of the way if it would
225 obscure the mouse cursor position.
226 - replaced callback.h by a fixed version from gvpe that correctly
227 returns the callback result (affects new -pty-fd semantics in urxvtc
228 on a few architectures). Reported by darix.
229 - include one trailing space in rectangular selections to indicate
230 the inserted newline (yeah, weird, but visually more pleasing).
231 - try to use sched_yield to (drastically) improve terminal data
232 transfer efficiency.
233 - further minor cleanups.
234
2356.1 Tue Dec 27 13:23:40 CET 2005
236 - update iso8859-7 table (euro and drachma round-trip et al.).
237 - fix a crash when the selection scrolls out of the scrollback
238 while the user still drags.
239 - selections that were partially scrolled out of the window were
240 not drawn correctly.
241 - lines newly scrolled in were not initialized properly, leading
242 to extremely long lines and (hopefully) some segfaults.
243 - iso14755 overlay position was wrong.
244 - iso14755 overlay now displays rendition info, too.
245 - use unicode white space class instead of hardcoded values for
246 stripping whitespace.
247 - do whitespace stripping on rectangular selections.
248 - slight cleanups in src/features.h.
249
2506.0 Sat Dec 24 13:58:56 CET 2005
15 - make it compile without SMART_RESIZE again. 251 - make it compile without SMART_RESIZE again.
16 - enable slow link support by default. 252 - enable slow link support by default.
17 - fix relative cursor-positioning not respecting scrolling regions 253 - fix relative cursor-positioning not respecting scrolling regions
18 (also a bug in original rxvt). 254 (also a bug in original rxvt).
19 - initialize termios structure to zero when fetching it fails 255 - initialize termios structure to zero when fetching it fails
20 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a 256 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
21 partial patch). 257 partial patch).
22 - bump max columns/rows to 10000 each. 258 - bump max columns/rows to 10000 each.
23 - bump max savelines to 10000000. 259 - bump max savelines to 10000000.
260 - -pty-fd now passes the urxvtc fd to the urxvtd process.
261 - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
24 - major code cleanup (still not complete, though). 262 - major code cleanup (still not complete, though).
25 - implement -hold option. 263 - implement -hold option.
26 - _major_ rewrite of internal buffer handling: 264 - _major_ rewrite of internal buffer handling:
27 - re-flow on resize, lines get wrapped instead of winged. 265 - re-flow on resize, lines get wrapped instead of winged.
28 - circular line buffer (substantially speeds up scrolling). 266 - circular line buffer (substantially speeds up scrolling).
651 - implement continuation lines in xresource parsing when 889 - implement continuation lines in xresource parsing when
652 --disable-xgetdefault. 890 --disable-xgetdefault.
653 - changed locale-setting esc-sequence from code 9 to code 701. 891 - changed locale-setting esc-sequence from code 9 to code 701.
654 also added 702 that returns the font selected for a specific 892 also added 702 that returns the font selected for a specific
655 unicode character. 893 unicode character.
656 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 894 - no longer set CUT_BUFFER0. this is confusing and clients WILL
657 get it wrong. 895 get it wrong.
658 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 896 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
659 897
6602.1 Wed Mar 3 21:48:39 CET 2004 8982.1 Wed Mar 3 21:48:39 CET 2004
661 - NOTE: the name of the binary and resources were changed in 899 - NOTE: the name of the binary and resources were changed in
662 this version, see README.configure if you want the old 900 this version, see README.configure if you want the old
663 settings. 901 settings.
714 - many other minor bugfixes. 952 - many other minor bugfixes.
715 953
7161.8 Mon Feb 2 20:09:18 CET 2004 9541.8 Mon Feb 2 20:09:18 CET 2004
717 - almost total conversion to C++. Except for introducing 955 - almost total conversion to C++. Except for introducing
718 new bugs, this should not change much. 956 new bugs, this should not change much.
719 - fix and re-enable background pixmap and inherit pixmap support. 957 - fix and re-enable background pixmap and inherit pixmap support.
720 - re-enabled multiple scrollbar support. 958 - re-enabled multiple scrollbar support.
721 - added plain scrollbar style and restored xterm scrollbar. 959 - added plain scrollbar style and restored xterm scrollbar.
722 - blinking and selections work slightly better now. 960 - blinking and selections work slightly better now.
723 - fix an error condition when rxvt receives more than one screenful 961 - fix an error condition when rxvt receives more than one screenful
724 of output. should occur with original rxvt, too, but very rarely. 962 of output. should occur with original rxvt, too, but very rarely.
725 (I guess the code contains more surprises of this sort...) 963 (I guess the code contains more surprises of this sort...)
726 964

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines