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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.438 by root, Tue Dec 20 19:30:59 2005 UTC vs.
Revision 1.548 by root, Thu Jan 19 11:56:00 2006 UTC

1rxvt-unicode changelog <= google-friendly title
2
3TODO: split perl documnetation and urxvt.pm into separate files
4TODO: nuke rxvt_privaction and related garbage
1TODO: harmonize --disable-options into position-dependent options. 5TODO: harmonize --disable-options into position-dependent options.
2TODO: after requesting the selection and getting a timeout, no further requests will be sent. 6TODO: 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 7TODO: "slow" rendering mode for bidi and scripts
5TODO: read property sequence is broken with respect to utf-8 etc. 8TODO: read property sequence is broken with respect to utf-8 etc.
6TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 9TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
7WISH: keymap modification via esc-sequences. 10TODO: rxvt -name urxvt-girly /// leave pixel droppings
8WISH: line-rewrapping on resize 11WISH: perl extension for background image loading and moving the origin.
9WISH: searchable backlog 12WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an overlay...
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. 13WISH: just for fun, do shade and tint with XRender.
14WISH: support tex fonts
13 15
169.0
17TODO: distributed clipboard example
18 - setuid/setgid operation is now _encouraged_: security has been
19 improved by moving privileged operations into a separate process
20 and permanently dropping privileges within the terminal. This
21 makes it possible to remove security checks from the perl code
22 and gives a much safer feeling when urxvt needs to run with
23 special privileges.
24 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
25 itself.
26 - new perl extension automove-background that can be used to get
27 the same effect as pseudo-transparency with any pixmap.
28 - new perl extension example: perl/selection-pastebin, can be used to
29 e.g. upload the selection to a webserver and generate a url, or
30 similar stuff.
31 - use the scrollback buffer even when the scroll region doesn't
32 span the whole screen, as long as it starts at row 0. Helps
33 for programs displaying a status line at the bottom.
34 - selection popup now shows selection in dec/hex/oct.
35 - perl/selection: matching on unicode characters in the selection
36 code was O(n²), which equals infinity in some degenerate cases
37 :-> Matching is now done on UTF-8, which makes it almost instant.
38 - perl/selection, perl/selection-autotransform: regexes are now
39 being interpreted in the locale urxvt was started.
40 - implemented override-redirect option and enabled it on menus,
41 as kwin puts our windows behind the terminal (what a shoddy wm).
42 - fixed struct utmp check in configure for OpenBSD.
43 - complete overhaul of the pty/utmp management stuff and configure
44 (Emanuele Giaquinta).
45 - add tsl/fsl and related capabilities to the terminfo description,
46 to set the window title.
47 - swap the environment in some more cases. This hopefully fixes
48 some segfaults that might be caused by xft asking for env variables
49 at the wrong time.
50 - removed src/strings.C and src/menubar.C. No menubar support
51 anymore.
52 - removed all traces of SMOOTH_REFRESH.
53 - nuked QNX support.
54 - made some fixes to xpm offset and scaling code.
55 - perl-overlays and refresh hooks were not applied in correct order.
56 - changed coordinate-system of view_start/nsaved to be top to bottom.
57 - iom extended to support listening for child exits.
58
597.0 Fri Jan 13 14:02:18 CET 2006
60 - added sections for DISTRIBUTION MAINTAINERS and about
61 SETUID/SETGID to the FAQ.
62 - selection, searchable-scrollback, selection-popup and
63 option-popup extensions enabled by default.
64 - increased xft drawing speed for problematic fonts. The effect
65 will likely be small as 99% of the xft slowness is server-related.
66 - perl: much increased functionality, better overlays, popup support
67 and much much more.
68 - perl: urxvt::line now can set via ->t and ->r.
69 - perl: changed interpretation of --perl-ext-common and -pe.
70 - perl: finally implemented --perl-eval.
71 - perl: non-blocking anyevent support.
72 - perl: run tainted and ignore perl-eval/perl-lib if started
73 setuid/setgid.
74 - free the resource database: this plugs a massive memory leak. As a
75 side effect, it also gets rid of XGetDefault calls.
76 - free one of the cursors, fixes a small memory leak.
77 - built-in (as opposed to terminfos) visual bell was broken/too fast.
78 - applied minor cleanups by Ladislav Michnovic.
79 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
80 - mark-urls launch-on-click by jepler.
81 - removed "small" resource parsing function, as it wasn't really
82 compatible, and not really small either.
83 - removed PATH_ENV and PATH file search support.
84 - removed support for locale-specific app-defaults file.
85 - fixed a bug where out-of-bounds colour sequences could lead
86 to crashes.
87 - limit colour changing to the standard 88 palette instead of all
88 colours.
89 - XTerm_Color01 sequence returned wrong results in query mode.
90 - iom.C now checks against destructed io_manager when unregistering.
91
926.3 Wed Jan 4 22:37:10 CET 2006
93 - SECURITY FIX: on systems using openpty, permissions were
94 not correctly updated on the tty device and were left as
95 world-readable and world-writable (likely in original rxvt,
96 too), and were not restored properly. Affected are only
97 systems where non-unix ptys were used (such as most BSDs, not
98 GNU/Linux). (found, patched and debugged by Ryan Beasley).
99 - meta8 support was forcefully enabled in most configurations.
100 restored configurability of this (useless) feature (reported
101 by Mikachu).
102 - optionally embed a perl interpreter, which can be used for more
103 intelligent/customized selection support, visual feedback,
104 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
105 perl*-resources and keysym resources. Not everything is there yet.
106 - try to be more clever about differing font sizes and their ascent.
107 Not guarenteed to work, but works better in most cases now.
108 - fix directory permissions on install.
109 - implemented option to disable built-in line drawing characters
110 and fall back to the font ones (patch by Martin Pohlack).
111 - disabled sched_yield support: the linux version is just too useless
112 (it schedules nice'd processes before the own one for extended
113 periods). Too bad, it could reduce system time by a factor of 5 here.
114
1156.2 Mon Jan 2 16:03:01 CET 2006
116 - implemented intensityStyles option which enables/disables bold/blink
117 selecting high intensity foreground/background colours, suggested by
118 Chuck Blake.
119 - move iso14755 character feedback box out of the way if it would
120 obscure the mouse cursor position.
121 - replaced callback.h by a fixed version from gvpe that correctly
122 returns the callback result (affects new -pty-fd semantics in urxvtc
123 on a few architectures). Reported by darix.
124 - include one trailing space in rectangular selections to indicate
125 the inserted newline (yeah, weird, but visually more pleasing).
126 - try to use sched_yield to (drastically) improve terminal data
127 transfer efficiency.
128 - further minor cleanups.
129
1306.1 Tue Dec 27 13:23:40 CET 2005
131 - update iso8859-7 table (euro and drachma round-trip et al.).
132 - fix a crash when the selection scrolls out of the scrollback
133 while the user still drags.
134 - selections that were partially scrolled out of the window were
135 not drawn correctly.
136 - lines newly scrolled in were not initialized properly, leading
137 to extremely long lines and (hopefully) some segfaults.
138 - iso14755 overlay position was wrong.
139 - iso14755 overlay now displays rendition info, too.
140 - use unicode white space class instead of hardcoded values for
141 stripping whitespace.
142 - do whitespace stripping on rectangular selections.
143 - slight cleanups in src/features.h.
144
1456.0 Sat Dec 24 13:58:56 CET 2005
14 - make it compile without SMART_RESIZE again. 146 - make it compile without SMART_RESIZE again.
147 - enable slow link support by default.
148 - fix relative cursor-positioning not respecting scrolling regions
149 (also a bug in original rxvt).
150 - initialize termios structure to zero when fetching it fails
151 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
152 partial patch).
153 - bump max columns/rows to 10000 each.
154 - bump max savelines to 10000000.
155 - -pty-fd now passes the urxvtc fd to the urxvtd process.
156 - avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
157 - major code cleanup (still not complete, though).
158 - implement -hold option.
15 - _major_ rewrite of internal line handling logic: 159 - _major_ rewrite of internal buffer handling:
16# - re-flow on resize, lines get wrapped instead of winged. 160 - re-flow on resize, lines get wrapped instead of winged.
17# - circular line buffer (substantially speeds up scrolling). 161 - circular line buffer (substantially speeds up scrolling).
18# - slightly less memory usage. 162 - slightly less code + data memory usage per terminal.
19# - slight overall speed improvements. 163 - slight overall speed improvements.
164 - considerably improved code clarity.
165 - partial-screen scrolls no longer end up in the scrollback
166 buffer.
20 167
215.9 Sat Dec 17 21:53:17 CET 2005 1685.9 Sat Dec 17 21:53:17 CET 2005
22 - fix a bug in the menu code of unknown impact, found by darix. 169 - fix a bug in the menu code of unknown impact, found by darix.
23 - clean up signal handling to be global, not per terminal 170 - clean up signal handling to be global, not per terminal
24 (matters only for rxvtd). 171 (matters only for rxvtd).
50 - fix a bug that caused segfaults on startup on systems that do 197 - fix a bug that caused segfaults on startup on systems that do
51 not support local unix connections, e.g cygwin. (btw, I didn't 198 not support local unix connections, e.g cygwin. (btw, I didn't
52 even know about the -rootless and -multiwindow Cygwin/X modes). 199 even know about the -rootless and -multiwindow Cygwin/X modes).
53 - large amounts of text without control sequences or newlines 200 - large amounts of text without control sequences or newlines
54 could almost freeze output. This has been fixed by adding extra 201 could almost freeze output. This has been fixed by adding extra
55 refreshes in these cases (also a problem in oriignal rxvt). 202 refreshes in these cases (also a problem in original rxvt).
56 203
575.6 Sun Jun 26 22:11:13 CEST 2005 2045.6 Sun Jun 26 22:11:13 CEST 2005
58 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised 205 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised
59 every time resulting in display errors (original rxvt also affected). 206 every time resulting in display errors (original rxvt also affected).
60 Reported by Jasmin Buchert. 207 Reported by Jasmin Buchert.
642 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL 789 - no longer set XA_CUT_BUFFER0. this is confusing and clients WILL
643 get it wrong. 790 get it wrong.
644 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle. 791 - don't use XTextStyle for XA_TEXT, instead use XStdICCTextStyle.
645 792
6462.1 Wed Mar 3 21:48:39 CET 2004 7932.1 Wed Mar 3 21:48:39 CET 2004
647 - NOTE: the name of the binary and ressources were changed in 794 - NOTE: the name of the binary and resources were changed in
648 this version, see README.configure if you want the old 795 this version, see README.configure if you want the old
649 settings. 796 settings.
650 - added plain "big5" encoding into CN. 797 - added plain "big5" encoding into CN.
651 - make cns11643 and big5* encodings actually visible to rxvt. 798 - make cns11643 and big5* encodings actually visible to rxvt.
652 - fix a bug when a multibyte character fell onto a buffer boundary, 799 - fix a bug when a multibyte character fell onto a buffer boundary,
690 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007). 837 - implemented esc-seq. to switch locales (\033 ] 9 ; <locale> \007).
691 - removed greek support. 838 - removed greek support.
692 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled. 839 - allow NUL bytes (ctrl-@) to be entered even with XIM enabled.
693 - correct cursor width if !focus. 840 - correct cursor width if !focus.
694 - fixed --enable-xgetdefault, reported by eduard bloch. 841 - fixed --enable-xgetdefault, reported by eduard bloch.
695 - added manpage for rxvtc/rxvtd based on the one eduard block 842 - added manpage for rxvtc/rxvtd based on the one eduard bloch
696 contributed. 843 contributed.
697 - use reverse video for normal bold text unless colorBD has been set. 844 - use reverse video for normal bold text unless colorBD has been set.
698 - fixed endless loop when selection is valid but empty. 845 - fixed endless loop when selection is valid but empty.
699 - changed default terminal name to "rxvt". 846 - changed default terminal name to "rxvt".
700 - many other minor bugfixes. 847 - many other minor bugfixes.
701 848
7021.8 Mon Feb 2 20:09:18 CET 2004 8491.8 Mon Feb 2 20:09:18 CET 2004
703 - almost total conversion to C++. Except for introducing 850 - almost total conversion to C++. Except for introducing
704 new bugs, this should not change much. 851 new bugs, this should not change much.
705 - fix and re-enable background pixmap and inherit pixmap support. 852 - fix and re-enable background pixmap and inherit pixmap support.
706 - re-enabled multiple scrollbar support. 853 - re-enabled multiple scrollbar support.
707 - added plain scrollbar style and restored xterm scrollbar. 854 - added plain scrollbar style and restored xterm scrollbar.
708 - blinking and selections work slightly better now. 855 - blinking and selections work slightly better now.
709 - fix an error condition when rxvt receives more than one screenful 856 - fix an error condition when rxvt receives more than one screenful
710 of output. should occur with original rxvt, too, but very rarely. 857 of output. should occur with original rxvt, too, but very rarely.
711 (I guess the code contains more surprises of this sort...) 858 (I guess the code contains more surprises of this sort...)
712 859
749 - autoscale scalable x11 fonts 896 - autoscale scalable x11 fonts
750 - slow-mode xft rendering centers characters 897 - slow-mode xft rendering centers characters
751 - much faster x11 font selection 898 - much faster x11 font selection
752 899
7531.2 2003-12-24 9001.2 2003-12-24
754 - fix another segfault-on-resize-bug form the original rxvt 901 - fix another segfault-on-resize-bug from the original rxvt
755 - better font matching 902 - better font matching
756 - better memory management (less memory) 903 - better memory management (less memory)
757 - new fallback: gnu freefont 904 - new fallback: gnu freefont
758 905
7591.1 2003-12-18 9061.1 2003-12-18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines