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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.430 by root, Tue Oct 25 21:08:42 2005 UTC vs.
Revision 1.558 by root, Sat Jan 21 19:50:52 2006 UTC

1rxvt-unicode changelog <= google-friendly title
2
3TODO: event mechanism that replaces on_keyboard_command with something more scalable.
4TODO: simplify selection_request and make it callable from perl.
5TODO: split perl documnetation and urxvt.pm into separate files
6TODO: nuke rxvt_privaction and related garbage
1TODO: harmonize --dsiable-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. 8TODO: after requesting the selection and getting a timeout, no further requests will be sent.
3TODO: do font request caching, might help rxvtd on some machines
4TODO: safer command: keymap processing.
5TODO: "slow" rendering mode for bidi and scripts 9TODO: "slow" rendering mode for bidi and scripts
6TODO: read property sequence is broken with respect to utf-8 etc. 10TODO: read property sequence is broken with respect to utf-8 etc.
7TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 11TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
8WISH: /usr/share/doc/libdisplaymigration0-dev/spec.txt 12TODO: rxvt -name urxvt-girly /// leave pixel droppings
9WISH: keymap modification via esc-sequences. 13TODO: distributed clipboard example
10WISH: line-rewrapping on resize 14TODO: http://www.issociate.de/board/post/274416/HOWTO:_Mouse_editing_with_readline_in_xterm.html
11WISH: searchable backlog 15TODO: http://groups.google.com/group/comp.unix.shell/msg/e538d04a118174d3
12WISH: meta-tagging of data by regex/master process (my dream project) 16WISH: perl extension for background image loading and moving the origin.
13WISH: OnTheSpot editing, or maybe switch to miiiiiiif 17WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an overlay...
14WISH: tabbed windows (hey, just use screen...)
15WISH: just for fun, do shade and tint with XRender. 18WISH: just for fun, do shade and tint with XRender.
19WISH: support tex fonts
20
217.2
22 - added "tabbed" extension that provides a crude tabbed terminal.
23 - added "readline" extension that allows cursor positioning
24 via mouse clicks.
25 - now it is possible to insert the value of the CLIPBOARD selection
26 with shift - mouse button 2
27 - fixed the automove-background extension to ignore coordinates
28 in non-synthetic events.
29 - the non-terminfo visual bell is now done asynchronously, so
30 continous ASCI BELs in one terminal do no longer monopolise the
31 while urxvt[d] process.
32 - support some bsd makes (for the time being, gnu make is a safe bet).
33 - work around bugs in FreeBSDs gcc.
34 - implemented some *bsd fixes in configure.
35 - removed support for obsolete offix dnd protocol.
36
377.1 Thu Jan 19 20:25:34 CET 2006
38 - setuid/setgid operation is now _encouraged_: security has been
39 improved by moving privileged operations into a separate process
40 and permanently dropping privileges within the terminal. This
41 makes it possible to remove security checks from the perl code
42 and gives a much safer feeling when urxvt needs to run with
43 special privileges.
44 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
45 itself.
46 - new perl extension automove-background that can be used to get
47 the same effect as pseudo-transparency with any pixmap.
48 - new perl extension example: perl/selection-pastebin, can be used to
49 e.g. upload the selection to a webserver and generate a url, or
50 similar stuff.
51 - use the scrollback buffer even when the scroll region doesn't
52 span the whole screen, as long as it starts at row 0. Helps
53 for programs displaying a status line at the bottom.
54 - selection popup now shows selection in dec/hex/oct.
55 - perl/selection: matching on unicode characters in the selection
56 code was O(n²), which equals infinity in some degenerate cases
57 :-> Matching is now done on UTF-8, which makes it almost instant.
58 - perl/selection, perl/selection-autotransform: regexes are now
59 being interpreted in the locale urxvt was started.
60 - implemented override-redirect option and enabled it on menus,
61 as kwin puts our windows behind the terminal (what a shoddy wm).
62 - fixed struct utmp check in configure for OpenBSD.
63 - complete overhaul of the pty/utmp management stuff and configure
64 (Emanuele Giaquinta).
65 - add tsl/fsl and related capabilities to the terminfo description,
66 to set the window title.
67 - swap the environment in some more cases. This hopefully fixes
68 some segfaults that might be caused by xft asking for env variables
69 at the wrong time.
70 - removed src/strings.C and src/menubar.C. No menubar support
71 anymore.
72 - removed all traces of SMOOTH_REFRESH.
73 - nuked QNX support.
74 - made some fixes to xpm offset and scaling code.
75 - perl-overlays and refresh hooks were not applied in correct order.
76 - changed coordinate-system of view_start/nsaved to be top to bottom.
77 - iom extended to support listening for child exits.
78
797.0 Fri Jan 13 14:02:18 CET 2006
80 - added sections for DISTRIBUTION MAINTAINERS and about
81 SETUID/SETGID to the FAQ.
82 - selection, searchable-scrollback, selection-popup and
83 option-popup extensions enabled by default.
84 - increased xft drawing speed for problematic fonts. The effect
85 will likely be small as 99% of the xft slowness is server-related.
86 - perl: much increased functionality, better overlays, popup support
87 and much much more.
88 - perl: urxvt::line now can set via ->t and ->r.
89 - perl: changed interpretation of --perl-ext-common and -pe.
90 - perl: finally implemented --perl-eval.
91 - perl: non-blocking anyevent support.
92 - perl: run tainted and ignore perl-eval/perl-lib if started
93 setuid/setgid.
94 - free the resource database: this plugs a massive memory leak. As a
95 side effect, it also gets rid of XGetDefault calls.
96 - free one of the cursors, fixes a small memory leak.
97 - built-in (as opposed to terminfos) visual bell was broken/too fast.
98 - applied minor cleanups by Ladislav Michnovic.
99 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
100 - mark-urls launch-on-click by jepler.
101 - removed "small" resource parsing function, as it wasn't really
102 compatible, and not really small either.
103 - removed PATH_ENV and PATH file search support.
104 - removed support for locale-specific app-defaults file.
105 - fixed a bug where out-of-bounds colour sequences could lead
106 to crashes.
107 - limit colour changing to the standard 88 palette instead of all
108 colours.
109 - XTerm_Color01 sequence returned wrong results in query mode.
110 - iom.C now checks against destructed io_manager when unregistering.
111
1126.3 Wed Jan 4 22:37:10 CET 2006
113 - SECURITY FIX: on systems using openpty, permissions were
114 not correctly updated on the tty device and were left as
115 world-readable and world-writable (likely in original rxvt,
116 too), and were not restored properly. Affected are only
117 systems where non-unix ptys were used (such as most BSDs, not
118 GNU/Linux). (found, patched and debugged by Ryan Beasley).
119 - meta8 support was forcefully enabled in most configurations.
120 restored configurability of this (useless) feature (reported
121 by Mikachu).
122 - optionally embed a perl interpreter, which can be used for more
123 intelligent/customized selection support, visual feedback,
124 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
125 perl*-resources and keysym resources. Not everything is there yet.
126 - try to be more clever about differing font sizes and their ascent.
127 Not guarenteed to work, but works better in most cases now.
128 - fix directory permissions on install.
129 - implemented option to disable built-in line drawing characters
130 and fall back to the font ones (patch by Martin Pohlack).
131 - disabled sched_yield support: the linux version is just too useless
132 (it schedules nice'd processes before the own one for extended
133 periods). Too bad, it could reduce system time by a factor of 5 here.
134
1356.2 Mon Jan 2 16:03:01 CET 2006
136 - implemented intensityStyles option which enables/disables bold/blink
137 selecting high intensity foreground/background colours, suggested by
138 Chuck Blake.
139 - move iso14755 character feedback box out of the way if it would
140 obscure the mouse cursor position.
141 - replaced callback.h by a fixed version from gvpe that correctly
142 returns the callback result (affects new -pty-fd semantics in urxvtc
143 on a few architectures). Reported by darix.
144 - include one trailing space in rectangular selections to indicate
145 the inserted newline (yeah, weird, but visually more pleasing).
146 - try to use sched_yield to (drastically) improve terminal data
147 transfer efficiency.
148 - further minor cleanups.
149
1506.1 Tue Dec 27 13:23:40 CET 2005
151 - update iso8859-7 table (euro and drachma round-trip et al.).
152 - fix a crash when the selection scrolls out of the scrollback
153 while the user still drags.
154 - selections that were partially scrolled out of the window were
155 not drawn correctly.
156 - lines newly scrolled in were not initialized properly, leading
157 to extremely long lines and (hopefully) some segfaults.
158 - iso14755 overlay position was wrong.
159 - iso14755 overlay now displays rendition info, too.
160 - use unicode white space class instead of hardcoded values for
161 stripping whitespace.
162 - do whitespace stripping on rectangular selections.
163 - slight cleanups in src/features.h.
164
1656.0 Sat Dec 24 13:58:56 CET 2005
166 - make it compile without SMART_RESIZE again.
167 - enable slow link support by default.
168 - fix relative cursor-positioning not respecting scrolling regions
169 (also a bug in original rxvt).
170 - initialize termios structure to zero when fetching it fails
171 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
172 partial patch).
173 - bump max columns/rows to 10000 each.
174 - bump max savelines to 10000000.
175 - -pty-fd now passes the urxvtc fd to the urxvtd process.
176 - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
177 - major code cleanup (still not complete, though).
178 - implement -hold option.
179 - _major_ rewrite of internal buffer handling:
180 - re-flow on resize, lines get wrapped instead of winged.
181 - circular line buffer (substantially speeds up scrolling).
182 - slightly less code + data memory usage per terminal.
183 - slight overall speed improvements.
184 - considerably improved code clarity.
185 - partial-screen scrolls no longer end up in the scrollback
186 buffer.
187
1885.9 Sat Dec 17 21:53:17 CET 2005
189 - fix a bug in the menu code of unknown impact, found by darix.
190 - clean up signal handling to be global, not per terminal
191 (matters only for rxvtd).
192 - fix small typoe in rxvt.1 (found by Mike Fabian).
193 - don't crash when broken xft/fontconfig/freetype versions return
194 bogus data, ignore the xft font instead (experienced on suse).
16 195
175.8 Tue Oct 25 22:21:45 CEST 2005 1965.8 Tue Oct 25 22:21:45 CEST 2005
18 - INCOMPATIBLE CHANGE: many configure options are now on by default. 197 - INCOMPATIBLE CHANGE: many configure options are now on by default.
19 If you want the old behaviour, try: 198 If you want the old behaviour, try:
20 configure --disable-everything <your enable options> 199 configure --disable-everything <your enable options>
38 - fix a bug that caused segfaults on startup on systems that do 217 - fix a bug that caused segfaults on startup on systems that do
39 not support local unix connections, e.g cygwin. (btw, I didn't 218 not support local unix connections, e.g cygwin. (btw, I didn't
40 even know about the -rootless and -multiwindow Cygwin/X modes). 219 even know about the -rootless and -multiwindow Cygwin/X modes).
41 - large amounts of text without control sequences or newlines 220 - large amounts of text without control sequences or newlines
42 could almost freeze output. This has been fixed by adding extra 221 could almost freeze output. This has been fixed by adding extra
43 refreshes in these cases (also a problem in oriignal rxvt). 222 refreshes in these cases (also a problem in original rxvt).
44 223
455.6 Sun Jun 26 22:11:13 CEST 2005 2245.6 Sun Jun 26 22:11:13 CEST 2005
46 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised 225 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
47 every time resulting in display errors (original rxvt also affected). 226 every time resulting in display errors (original rxvt also affected).
48 Reported by Jasmin Buchert. 227 Reported by Jasmin Buchert.
77 built-in mappings and so will overwrite them. the priority-code 256 built-in mappings and so will overwrite them. the priority-code
78 will be re-enabled when this has changed, so watch out. 257 will be re-enabled when this has changed, so watch out.
79 - cursor blinking now depends on frills. 258 - cursor blinking now depends on frills.
80 - underline cursor mode (frills, -uc). 259 - underline cursor mode (frills, -uc).
81 - implement special value (*g*) for pointerBlankDelay 260 - implement special value (*g*) for pointerBlankDelay
82 to disble it. 261 to disable it.
83 262
845.3 Sun Mar 13 00:20:44 CET 2005 2635.3 Sun Mar 13 00:20:44 CET 2005
85 - fix a bug that allowed to overflow a buffer via a long 264 - fix a bug that allowed to overflow a buffer via a long
86 escape sequence, which is probably exploitable (fix by 265 escape sequence, which is probably exploitable (fix by
87 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team). 266 Rob Holland / Yoann Vandoorselaere / Gentoo Audit Team).
630 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 809 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL
631 get it wrong. 810 get it wrong.
632 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 811 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle.
633 812
6342.1 Wed Mar 3 21:48:39 CET 2004 8132.1 Wed Mar 3 21:48:39 CET 2004
635 - NOTE: the name of the binary and ressources were changed in 814 - NOTE: the name of the binary and resources were changed in
636 this version, see README.configure if you want the old 815 this version, see README.configure if you want the old
637 settings. 816 settings.
638 - added plain "big5" encoding into CN. 817 - added plain "big5" encoding into CN.
639 - make cns11643 and big5* encodings actually visible to rxvt. 818 - make cns11643 and big5* encodings actually visible to rxvt.
640 - fix a bug when a multibyte character fell onto a buffer boundary, 819 - fix a bug when a multibyte character fell onto a buffer boundary,
678 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007). 857 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007).
679 - removed greek support. 858 - removed greek support.
680 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled. 859 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled.
681 - correct cursor width if !focus. 860 - correct cursor width if !focus.
682 - fixed --enable-xgetdefault, reported by eduard bloch. 861 - fixed --enable-xgetdefault, reported by eduard bloch.
683 - added manpage for rxvtc/rxvtd based on the one eduard block 862 - added manpage for rxvtc/rxvtd based on the one eduard bloch
684 contributed. 863 contributed.
685 - use reverse video for normal bold text unless colorBD has been set. 864 - use reverse video for normal bold text unless colorBD has been set.
686 - fixed endless loop when selection is valid but empty. 865 - fixed endless loop when selection is valid but empty.
687 - changed default terminal name to "rxvt". 866 - changed default terminal name to "rxvt".
688 - many other minor bugfixes. 867 - many other minor bugfixes.
689 868
6901.8 Mon Feb 2 20:09:18 CET 2004 8691.8 Mon Feb 2 20:09:18 CET 2004
691 - almost total conversion to C++. Except for introducing 870 - almost total conversion to C++. Except for introducing
692 new bugs, this should not change much. 871 new bugs, this should not change much.
693 - fix and re-enable background pixmap and inherit pixmap support. 872 - fix and re-enable background pixmap and inherit pixmap support.
694 - re-enabled multiple scrollbar support. 873 - re-enabled multiple scrollbar support.
695 - added plain scrollbar style and restored xterm scrollbar. 874 - added plain scrollbar style and restored xterm scrollbar.
696 - blinking and selections work slightly better now. 875 - blinking and selections work slightly better now.
697 - fix an error condition when rxvt receives more than one screenful 876 - fix an error condition when rxvt receives more than one screenful
698 of output. should occur with original rxvt, too, but very rarely. 877 of output. should occur with original rxvt, too, but very rarely.
699 (I guess the code contains more surprises of this sort...) 878 (I guess the code contains more surprises of this sort...)
700 879
737 - autoscale scalable x11 fonts 916 - autoscale scalable x11 fonts
738 - slow-mode xft rendering centers characters 917 - slow-mode xft rendering centers characters
739 - much faster x11 font selection 918 - much faster x11 font selection
740 919
7411.2 2003-12-24 9201.2 2003-12-24
742 - fix another segfault-on-resize-bug form the original rxvt 921 - fix another segfault-on-resize-bug from the original rxvt
743 - better font matching 922 - better font matching
744 - better memory management (less memory) 923 - better memory management (less memory)
745 - new fallback: gnu freefont 924 - new fallback: gnu freefont
746 925
7471.1 2003-12-18 9261.1 2003-12-18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines