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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.460 by root, Tue Dec 27 12:23:37 2005 UTC vs.
Revision 1.559 by root, Sat Jan 21 21:20:33 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 --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. 8TODO: 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 9TODO: "slow" rendering mode for bidi and scripts
5TODO: read property sequence is broken with respect to utf-8 etc. 10TODO: 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. 11TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
7WISH: keymap modification via esc-sequences. 12TODO: rxvt -name urxvt-girly /// leave pixel droppings
8WISH: searchable backlog 13TODO: distributed clipboard example
9WISH: meta-tagging of data by regex/master process (my dream project) 14TODO: http://www.issociate.de/board/post/274416/HOWTO:_Mouse_editing_with_readline_in_xterm.html
10WISH: OnTheSpot editing, or maybe switch to miiiiiiif 15TODO: http://groups.google.com/group/comp.unix.shell/msg/e538d04a118174d3
16WISH: perl extension for background image loading and moving the origin.
17WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an overlay...
11WISH: just for fun, do shade and tint with XRender. 18WISH: just for fun, do shade and tint with XRender.
19WISH: support tex fonts
12 20
136.1 217.2
22 - bugfix: the selection speed in in 7.1 unfortunately caused
23 non-ascii characters to enlarge/move the selection.
24 - added "tabbed" extension that provides a crude tabbed terminal.
25 - added "readline" extension that allows cursor positioning
26 via mouse clicks.
27 - now it is possible to insert the value of the CLIPBOARD selection
28 with shift - mouse button 2
29 - fixed the automove-background extension to ignore coordinates
30 in non-synthetic events.
31 - the non-terminfo visual bell is now done asynchronously, so
32 continous ASCI BELs in one terminal do no longer monopolise the
33 while urxvt[d] process.
34 - support some bsd makes (for the time being, gnu make is a safe bet).
35 - work around bugs in FreeBSDs gcc.
36 - implemented some *bsd fixes in configure.
37 - removed support for obsolete offix dnd protocol.
38
397.1 Thu Jan 19 20:25:34 CET 2006
40 - setuid/setgid operation is now _encouraged_: security has been
41 improved by moving privileged operations into a separate process
42 and permanently dropping privileges within the terminal. This
43 makes it possible to remove security checks from the perl code
44 and gives a much safer feeling when urxvt needs to run with
45 special privileges.
46 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
47 itself.
48 - new perl extension automove-background that can be used to get
49 the same effect as pseudo-transparency with any pixmap.
50 - new perl extension example: perl/selection-pastebin, can be used to
51 e.g. upload the selection to a webserver and generate a url, or
52 similar stuff.
53 - use the scrollback buffer even when the scroll region doesn't
54 span the whole screen, as long as it starts at row 0. Helps
55 for programs displaying a status line at the bottom.
56 - selection popup now shows selection in dec/hex/oct.
57 - perl/selection: matching on unicode characters in the selection
58 code was O(n²), which equals infinity in some degenerate cases
59 :-> Matching is now done on UTF-8, which makes it almost instant.
60 - perl/selection, perl/selection-autotransform: regexes are now
61 being interpreted in the locale urxvt was started.
62 - implemented override-redirect option and enabled it on menus,
63 as kwin puts our windows behind the terminal (what a shoddy wm).
64 - fixed struct utmp check in configure for OpenBSD.
65 - complete overhaul of the pty/utmp management stuff and configure
66 (Emanuele Giaquinta).
67 - add tsl/fsl and related capabilities to the terminfo description,
68 to set the window title.
69 - swap the environment in some more cases. This hopefully fixes
70 some segfaults that might be caused by xft asking for env variables
71 at the wrong time.
72 - removed src/strings.C and src/menubar.C. No menubar support
73 anymore.
74 - removed all traces of SMOOTH_REFRESH.
75 - nuked QNX support.
76 - made some fixes to xpm offset and scaling code.
77 - perl-overlays and refresh hooks were not applied in correct order.
78 - changed coordinate-system of view_start/nsaved to be top to bottom.
79 - iom extended to support listening for child exits.
80
817.0 Fri Jan 13 14:02:18 CET 2006
82 - added sections for DISTRIBUTION MAINTAINERS and about
83 SETUID/SETGID to the FAQ.
84 - selection, searchable-scrollback, selection-popup and
85 option-popup extensions enabled by default.
86 - increased xft drawing speed for problematic fonts. The effect
87 will likely be small as 99% of the xft slowness is server-related.
88 - perl: much increased functionality, better overlays, popup support
89 and much much more.
90 - perl: urxvt::line now can set via ->t and ->r.
91 - perl: changed interpretation of --perl-ext-common and -pe.
92 - perl: finally implemented --perl-eval.
93 - perl: non-blocking anyevent support.
94 - perl: run tainted and ignore perl-eval/perl-lib if started
95 setuid/setgid.
96 - free the resource database: this plugs a massive memory leak. As a
97 side effect, it also gets rid of XGetDefault calls.
98 - free one of the cursors, fixes a small memory leak.
99 - built-in (as opposed to terminfos) visual bell was broken/too fast.
100 - applied minor cleanups by Ladislav Michnovic.
101 - applied pty handling cleanups and improvements (Emanuele Giaquinta).
102 - mark-urls launch-on-click by jepler.
103 - removed "small" resource parsing function, as it wasn't really
104 compatible, and not really small either.
105 - removed PATH_ENV and PATH file search support.
106 - removed support for locale-specific app-defaults file.
107 - fixed a bug where out-of-bounds colour sequences could lead
108 to crashes.
109 - limit colour changing to the standard 88 palette instead of all
110 colours.
111 - XTerm_Color01 sequence returned wrong results in query mode.
112 - iom.C now checks against destructed io_manager when unregistering.
113
1146.3 Wed Jan 4 22:37:10 CET 2006
115 - SECURITY FIX: on systems using openpty, permissions were
116 not correctly updated on the tty device and were left as
117 world-readable and world-writable (likely in original rxvt,
118 too), and were not restored properly. Affected are only
119 systems where non-unix ptys were used (such as most BSDs, not
120 GNU/Linux). (found, patched and debugged by Ryan Beasley).
121 - meta8 support was forcefully enabled in most configurations.
122 restored configurability of this (useless) feature (reported
123 by Mikachu).
124 - optionally embed a perl interpreter, which can be used for more
125 intelligent/customized selection support, visual feedback,
126 menus, tabs etc. See the the urxvtperl manpage, the -pe option,
127 perl*-resources and keysym resources. Not everything is there yet.
128 - try to be more clever about differing font sizes and their ascent.
129 Not guarenteed to work, but works better in most cases now.
130 - fix directory permissions on install.
131 - implemented option to disable built-in line drawing characters
132 and fall back to the font ones (patch by Martin Pohlack).
133 - disabled sched_yield support: the linux version is just too useless
134 (it schedules nice'd processes before the own one for extended
135 periods). Too bad, it could reduce system time by a factor of 5 here.
136
1376.2 Mon Jan 2 16:03:01 CET 2006
138 - implemented intensityStyles option which enables/disables bold/blink
139 selecting high intensity foreground/background colours, suggested by
140 Chuck Blake.
141 - move iso14755 character feedback box out of the way if it would
142 obscure the mouse cursor position.
143 - replaced callback.h by a fixed version from gvpe that correctly
144 returns the callback result (affects new -pty-fd semantics in urxvtc
145 on a few architectures). Reported by darix.
146 - include one trailing space in rectangular selections to indicate
147 the inserted newline (yeah, weird, but visually more pleasing).
148 - try to use sched_yield to (drastically) improve terminal data
149 transfer efficiency.
150 - further minor cleanups.
151
1526.1 Tue Dec 27 13:23:40 CET 2005
14 - update iso8859-7 table (euro and drachma round-trip et al.). 153 - update iso8859-7 table (euro and drachma round-trip et al.).
15 - fix a crash when the selection scrolls out of the scrollback 154 - fix a crash when the selection scrolls out of the scrollback
16 while the user still drags. 155 while the user still drags.
17 - selections that were partially scrolled out of the window were 156 - selections that were partially scrolled out of the window were
18 not drawn correctly. 157 not drawn correctly.
730 - many other minor bugfixes. 869 - many other minor bugfixes.
731 870
7321.8 Mon Feb 2 20:09:18 CET 2004 8711.8 Mon Feb 2 20:09:18 CET 2004
733 - almost total conversion to C++. Except for introducing 872 - almost total conversion to C++. Except for introducing
734 new bugs, this should not change much. 873 new bugs, this should not change much.
735 - fix and re-enable background pixmap and inherit pixmap support. 874 - fix and re-enable background pixmap and inherit pixmap support.
736 - re-enabled multiple scrollbar support. 875 - re-enabled multiple scrollbar support.
737 - added plain scrollbar style and restored xterm scrollbar. 876 - added plain scrollbar style and restored xterm scrollbar.
738 - blinking and selections work slightly better now. 877 - blinking and selections work slightly better now.
739 - fix an error condition when rxvt receives more than one screenful 878 - fix an error condition when rxvt receives more than one screenful
740 of output. should occur with original rxvt, too, but very rarely. 879 of output. should occur with original rxvt, too, but very rarely.
741 (I guess the code contains more surprises of this sort...) 880 (I guess the code contains more surprises of this sort...)
742 881

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines