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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.478 by root, Mon Jan 2 22:23:26 2006 UTC vs.
Revision 1.608 by root, Mon Jan 30 02:21:20 2006 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 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
3TODO: harmonize --disable-options into position-dependent options. 7TODO: 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 8TODO: "slow" rendering mode for bidi and scripts
6TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
10WISH: anyevent mouse notification / manage MotionMask better.
7TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 11WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
8WISH: OnTheSpot editing, or maybe switch to miiiiiiif 12DUMB: support tex fonts
9WISH: just for fun, do shade and tint with XRender.
10 13
14 - SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
15 - fix version report (DA) (which was unfortunately broken).
16 - changed version number report again, now to emulate xterm closer.
17 - added the OSC sequence 702 to detect the urxvt version number.
18 - small configure updates.
19 - overhauled color management: smaller codesize, alpha support.
20 - support rgba:rrrr/gggg/bbbb/aaaa, #argb, #aarrggbb and
21 #aaaarrrrggggbbbb (yes, it did hurt) colour "names".
22 - try to work around Xft and Xrender forcing everything to be 100%
23 transparent. Long Live Xft!
24 - do not include X11/Intrinsic.h anymore, directly use
25 Xlib/Xutil/Xresource directly.
26 - replace named colours by xorg's rgb.txt equivalents, to
27 reduce round trip time on startup, and short-cut allocation
28 of rgb:rr/gg/bb.
29 - further RTT optimisations.
30
317.4 Sat Jan 28 15:26:27 CET 2006
32 - screen background wasn't always erased properly when scrolling,
33 - re-enabled clearing optimisation disabled in 7.4pre.
34 - small configure updates for libptytty.
35 - fixed version options: line output.
36 - removed stoopid debugging message left in the code.
37
387.3 Wed Jan 25 22:47:35 CET 2006
39 - don't let iso14755 or mouse reporting get into the way of perl
40 (could lead to global grabs never being cleared).
41 - experimental OnTheSpot editing support (-pe xim-onthespot).
42 - moved Shift-Button2 paste combination to Meta-Button2.
43 - the cutchars resource will now be respected and used by the
44 selection extension.
45 - added the "remote-clipboard" extension which just runs external
46 commands to fetch and store the selection data.
47 - added -depth switch that tries to get a different visual depth
48 than the default (replaces the old PREFER_24_BIT logic).
49 - removed (unused) arabic presentation form composing sequences.
50 - be more strict when deciding that a core font glyph is too wide and
51 needs the careful rendering mode.
52 - allow more leeway for italic fonts when deciding that a character is
53 too wide and needs careful mode.
54 - redraw even more characters around characters using careful mode.
55 - made selection-pastebin fully asynchronous.
56 - reduced number of server turnarounds at startup by allocating
57 atoms only once per display.
58 - renamed on_keyboard_command to on_user_command.
59 - changed version sos (ESC [ > c) response to be more compatible with
60 xterm.
61
627.2 Sun Jan 22 21:58:16 CET 2006
63 - bugfix: urxvt (not urxvtd) did not correctly handle multiple
64 environments necessary, which resulted in segfaults within
65 getenv (reproducable: urxvt -fn 9x15, open a menu once,
66 ctrl-shift-672c).
67 - bugfix: the selection speedup in in 7.1 unfortunately caused
68 non-ascii characters to enlarge/move the selection.
69 - bugfix: resizing sometimes leaked lines from the secondary to
70 the primary screen.
71 - bugfix: reducing window size while large amounts of text were output
72 could lead to an assertion failure.
73 - added "tabbed" extension that provides a crude tabbed terminal.
74 - added "readline" extension that allows cursor positioning
75 via mouse clicks.
76 - now it is possible to insert the value of the CLIPBOARD selection
77 with shift - mouse button 2.
78 - fixed the automove-background extension to ignore coordinates
79 in non-synthetic events.
80 - created a separate libpty for portable and secure
81 pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
82 - the non-terminfo visual bell now works asynchronously, so
83 continuous ASCI BELs in one terminal do no longer monopolise the
84 whole urxvt[d] process.
85 - support some *BSD makes (for the time being, gnu make is a safe bet).
86 - work around bugs in FreeBSD's gcc.
87 - implemented some *BSD fixes in configure.
88 - removed support for obsolete offix dnd protocol.
89
907.1 Thu Jan 19 20:25:34 CET 2006
91 - setuid/setgid operation is now _encouraged_: security has been
92 improved by moving privileged operations into a separate process
93 and permanently dropping privileges within the terminal. This
94 makes it possible to remove security checks from the perl code
95 and gives a much safer feeling when urxvt needs to run with
96 special privileges.
97 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
98 itself.
99 - new perl extension automove-background that can be used to get
100 the same effect as pseudo-transparency with any pixmap.
101 - new perl extension example: perl/selection-pastebin, can be used to
102 e.g. upload the selection to a webserver and generate a url, or
103 similar stuff.
104 - use the scrollback buffer even when the scroll region doesn't
105 span the whole screen, as long as it starts at row 0. Helps
106 for programs displaying a status line at the bottom.
107 - selection popup now shows selection in dec/hex/oct.
108 - perl/selection: matching on unicode characters in the selection
109 code was O(n²), which equals infinity in some degenerate cases
110 :-> Matching is now done on UTF-8, which makes it almost instant.
111 - perl/selection, perl/selection-autotransform: regexes are now
112 being interpreted in the locale urxvt was started.
113 - implemented override-redirect option and enabled it on menus,
114 as kwin puts our windows behind the terminal (what a shoddy wm).
115 - fixed struct utmp check in configure for OpenBSD.
116 - complete overhaul of the pty/utmp management stuff and configure
117 (Emanuele Giaquinta).
118 - add tsl/fsl and related capabilities to the terminfo description,
119 to set the window title.
120 - swap the environment in some more cases. This hopefully fixes
121 some segfaults that might be caused by xft asking for env variables
122 at the wrong time.
123 - removed src/strings.C and src/menubar.C. No menubar support
124 anymore.
125 - removed all traces of SMOOTH_REFRESH.
126 - nuked QNX support.
127 - made some fixes to xpm offset and scaling code.
128 - perl-overlays and refresh hooks were not applied in correct order.
129 - changed coordinate-system of view_start/nsaved to be top to bottom.
130 - iom extended to support listening for child exits.
131
1327.0 Fri Jan 13 14:02:18 CET 2006
133 - added sections for DISTRIBUTION MAINTAINERS and about
134 SETUID/SETGID to the FAQ.
135 - selection, searchable-scrollback, selection-popup and
136 option-popup extensions enabled by default.
137 - increased xft drawing speed for problematic fonts. The effect
138 will likely be small as 99% of the xft slowness is server-related.
139 - perl: much increased functionality, better overlays, popup support
140 and much much more.
141 - perl: urxvt::line now can set via ->t and ->r.
142 - perl: changed interpretation of --perl-ext-common and -pe.
143 - perl: finally implemented --perl-eval.
144 - perl: non-blocking anyevent support.
145 - perl: run tainted and ignore perl-eval/perl-lib if started
146 setuid/setgid.
147 - free the resource database: this plugs a massive memory leak. As a
148 side effect, it also gets rid of XGetDefault calls.
149 - free one of the cursors, fixes a small memory leak.
150 - built-in (as opposed to terminfos) visual bell was broken/too fast.
151 - applied minor cleanups by Ladislav Michnovic.
152 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
153 - mark-urls launch-on-click by jepler.
154 - removed "small" resource parsing function, as it wasn't really
155 compatible, and not really small either.
156 - removed PATH_ENV and PATH file search support.
157 - removed support for locale-specific app-defaults file.
158 - fixed a bug where out-of-bounds colour sequences could lead
159 to crashes.
160 - limit colour changing to the standard 88 palette instead of all
161 colours.
162 - XTerm_Color01 sequence returned wrong results in query mode.
163 - iom.C now checks against destructed io_manager when unregistering.
164
1656.3 Wed Jan 4 22:37:10 CET 2006
166 - SECURITY FIX: on systems using openpty, permissions were
167 not correctly updated on the tty device and were left as
168 world-readable and world-writable (likely in original rxvt,
169 too), and were not restored properly. Affected are only
170 systems where non-unix ptys were used (such as most BSDs, not
171 GNU/Linux). (found, patched and debugged by Ryan Beasley).
172 - meta8 support was forcefully enabled in most configurations.
173 restored configurability of this (useless) feature (reported
174 by Mikachu).
11 - optionally embed a perl interpreter, which can be used for more 175 - optionally embed a perl interpreter, which can be used for more
12 intelligent/customized selection support, visual feedback, 176 intelligent/customized selection support, visual feedback,
13 menus, tabs etc. See the the urxvtperl manpage, the -pe option, 177 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
14 perl*-resources and keysym resources. 178 perl*-resources and keysym resources. Not everything is there yet.
179 - try to be more clever about differing font sizes and their ascent.
180 Not guarenteed to work, but works better in most cases now.
15 - fix directory permissions on install. 181 - fix directory permissions on install.
16 - improved sched_yield support. 182 - implemented option to disable built-in line drawing characters
17 - meta8 support was forcefully enabled in most configurations, 183 and fall back to the font ones (patch by Martin Pohlack).
18 restored configurability of this (useless) feature (reported 184 - disabled sched_yield support: the linux version is just too useless
19 by Mikachu) 185 (it schedules nice'd processes before the own one for extended
186 periods). Too bad, it could reduce system time by a factor of 5 here.
20 187
216.2 Mon Jan 2 16:03:01 CET 2006 1886.2 Mon Jan 2 16:03:01 CET 2006
22 - implemented intensityStyles option which enables/disables bold/blink 189 - implemented intensityStyles option which enables/disables bold/blink
23 selecting high intensity foreground/background colours, suggested by 190 selecting high intensity foreground/background colours, suggested by
24 Chuck Blake. 191 Chuck Blake.
690 - implement continuation lines in xresource parsing when 857 - implement continuation lines in xresource parsing when
691 --disable-xgetdefault. 858 --disable-xgetdefault.
692 - changed locale-setting esc-sequence from code 9 to code 701. 859 - changed locale-setting esc-sequence from code 9 to code 701.
693 also added 702 that returns the font selected for a specific 860 also added 702 that returns the font selected for a specific
694 unicode character. 861 unicode character.
695 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 862 - no longer set CUT_BUFFER0. this is confusing and clients WILL
696 get it wrong. 863 get it wrong.
697 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 864 - don't use XTextStyle for TEXT, instead use XStdICCTextStyle.
698 865
6992.1 Wed Mar 3 21:48:39 CET 2004 8662.1 Wed Mar 3 21:48:39 CET 2004
700 - NOTE: the name of the binary and resources were changed in 867 - NOTE: the name of the binary and resources were changed in
701 this version, see README.configure if you want the old 868 this version, see README.configure if you want the old
702 settings. 869 settings.
753 - many other minor bugfixes. 920 - many other minor bugfixes.
754 921
7551.8 Mon Feb 2 20:09:18 CET 2004 9221.8 Mon Feb 2 20:09:18 CET 2004
756 - almost total conversion to C++. Except for introducing 923 - almost total conversion to C++. Except for introducing
757 new bugs, this should not change much. 924 new bugs, this should not change much.
758 - fix and re-enable background pixmap and inherit pixmap support. 925 - fix and re-enable background pixmap and inherit pixmap support.
759 - re-enabled multiple scrollbar support. 926 - re-enabled multiple scrollbar support.
760 - added plain scrollbar style and restored xterm scrollbar. 927 - added plain scrollbar style and restored xterm scrollbar.
761 - blinking and selections work slightly better now. 928 - blinking and selections work slightly better now.
762 - fix an error condition when rxvt receives more than one screenful 929 - fix an error condition when rxvt receives more than one screenful
763 of output. should occur with original rxvt, too, but very rarely. 930 of output. should occur with original rxvt, too, but very rarely.
764 (I guess the code contains more surprises of this sort...) 931 (I guess the code contains more surprises of this sort...)
765 932

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines