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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.542 by root, Wed Jan 18 15:02:08 2006 UTC vs.
Revision 1.545 by root, Wed Jan 18 19:43:51 2006 UTC

21 makes it possible to remove security checks from the perl code 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 22 and gives a much safer feeling when urxvt needs to run with
23 special privileges. 23 special privileges.
24 - perl taint checking disabled, as urxvt no longer runs setuid/setgid 24 - perl taint checking disabled, as urxvt no longer runs setuid/setgid
25 itself. 25 itself.
26 - new perl extension automove-background that can be used to get
27 the same effect as pseudo-transparency with any pixmap.
26 - new extension example: perl/selection-pastebin, can be used to 28 - new perl extension example: perl/selection-pastebin, can be used to
27 e.g. upload the selection to a webserver and generate a url, or 29 e.g. upload the selection to a webserver and generate a url, or
28 similar stuff. 30 similar stuff.
29 - use the scrollback buffer even when the scroll region doesn't 31 - use the scrollback buffer even when the scroll region doesn't
30 span the whole screen, as long as it starts at row 0. Helps 32 span the whole screen, as long as it starts at row 0. Helps
31 for programs displaying a status line at the bottom. 33 for programs displaying a status line at the bottom.
33 - perl/selection: matching on unicode characters in the selection 35 - perl/selection: matching on unicode characters in the selection
34 code was O(n²), which equals infinity in some degenerate cases 36 code was O(n²), which equals infinity in some degenerate cases
35 :-> Matching is now done on UTF-8, which makes it almost instant. 37 :-> Matching is now done on UTF-8, which makes it almost instant.
36 - perl/selection, perl/selection-autotransform: regexes are now 38 - perl/selection, perl/selection-autotransform: regexes are now
37 being interpreted in the locale urxvt was started. 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).
38 - fixed struct utmp check in configure for OpenBSD. 42 - fixed struct utmp check in configure for OpenBSD.
39 - complete overhaul of the pty/utmp management stuff and configure 43 - complete overhaul of the pty/utmp management stuff and configure
40 (Emanuele Giaquinta). 44 (Emanuele Giaquinta).
41 - add tsl/fsl and related capabilities to the terminfo description, 45 - add tsl/fsl and related capabilities to the terminfo description,
42 to set the window title. 46 to set the window title.
45 at the wrong time. 49 at the wrong time.
46 - removed src/strings.C and src/menubar.C. No menubar support 50 - removed src/strings.C and src/menubar.C. No menubar support
47 anymore. 51 anymore.
48 - removed all traces of SMOOTH_REFRESH. 52 - removed all traces of SMOOTH_REFRESH.
49 - nuked QNX support. 53 - nuked QNX support.
54 - made some fixes to xpm offset and scaling code.
50 - perl-overlays and refresh hooks were not applied in correct order. 55 - perl-overlays and refresh hooks were not applied in correct order.
51 - changed coordinate-system of view_start/nsaved to be top to bottom. 56 - changed coordinate-system of view_start/nsaved to be top to bottom.
52 57
537.0 Fri Jan 13 14:02:18 CET 2006 587.0 Fri Jan 13 14:02:18 CET 2006
54 - added sections for DISTRIBUTION MAINTAINERS and about 59 - added sections for DISTRIBUTION MAINTAINERS and about

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines