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.543 by root, Wed Jan 18 17:49:46 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.
32 - selection popup now shows selection in dec/hex/oct. 34 - selection popup now shows selection in dec/hex/oct.
35 - some fixes to xpm offste and scaling code.
33 - perl/selection: matching on unicode characters in the selection 36 - perl/selection: matching on unicode characters in the selection
34 code was O(n²), which equals infinity in some degenerate cases 37 code was O(n²), which equals infinity in some degenerate cases
35 :-> Matching is now done on UTF-8, which makes it almost instant. 38 :-> Matching is now done on UTF-8, which makes it almost instant.
36 - perl/selection, perl/selection-autotransform: regexes are now 39 - perl/selection, perl/selection-autotransform: regexes are now
37 being interpreted in the locale urxvt was started. 40 being interpreted in the locale urxvt was started.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines