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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.661 by root, Sat Mar 4 18:42:15 2006 UTC vs.
Revision 1.666 by root, Wed Mar 8 15:48:10 2006 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: fix the flaw in the url regex jost pointed out
3TODO: xcopyarea pass broken, fix and improve 4TODO: xcopyarea pass broken, fix and improve
4TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_keyboard_command with something more scalable.
5TODO: overlays collide with the way the out-of-focus cursor is being drawn 6TODO: overlays collide with the way the out-of-focus cursor is being drawn
6TODO: split perl documentation and urxvt.pm into separate files 7TODO: split perl documentation and urxvt.pm into separate files
7TODO: harmonize --disable-options into position-dependent options. 8TODO: harmonize --disable-options into position-dependent options.
16WISH: anyevent mouse notification / manage MotionMask better. 17WISH: anyevent mouse notification / manage MotionMask better.
17WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. 18WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
18DUMB: support tex fonts 19DUMB: support tex fonts
19 20
20 - add FORCE_UNBUFFERED_XFT define to features.h. 21 - add FORCE_UNBUFFERED_XFT define to features.h.
22 - moved on_osc_seq to on_osc_seq_perl and added a more
23 generic osc_seq.
24 - fix a bug causing double callback invocations when perl hooks
25 were invoked recursively.
26 - the automove-background extension now properly works when the
27 pixmap gets reset with an osc sequence (sqweek).
21 28
227.7 Tue Feb 21 12:32:49 CET 2006 297.7 Tue Feb 21 12:32:49 CET 2006
23 - use double-buffered drawing (xft fonts only). On many driver/hardware 30 - use double-buffered drawing (xft fonts only). On many driver/hardware
24 combination this actually increases xft drawing speed, at the expense 31 combination this actually increases xft drawing speed, at the expense
25 of more network bandwidth and slight nausea on the side of the author. 32 of more network bandwidth and slight nausea on the side of the author.
34 - modified XIM according to a patch sent by Takano Akio that sets 41 - modified XIM according to a patch sent by Takano Akio that sets
35 the preedit rectangle for OverTheSpot, which helps some input methods 42 the preedit rectangle for OverTheSpot, which helps some input methods
36 to correctly position their preedit window. 43 to correctly position their preedit window.
37 - un-optimise the line clearing on newly scrolled-in lines a bit: the 44 - un-optimise the line clearing on newly scrolled-in lines a bit: the
38 former reasoning was that any fg colour on default bg looks the same 45 former reasoning was that any fg colour on default bg looks the same
39 in empts spaces, but thats not true when reversing (e.g. selection), 46 in empty spaces, but thats not true when reversing (e.g. selection),
40 so also check for matching fg colours. This fixes the problem where 47 so also check for matching fg colours. This fixes the problem where
41 selecting newly scrolled-in lines would exhibit wrong colours. 48 selecting newly scrolled-in lines would exhibit wrong colours.
42 - fix a bug in the perl interface causing focus in events to generate 49 - fix a bug in the perl interface causing focus in events to generate
43 focus out perl events, causing bad focus effects with -pe tabbed. 50 focus out perl events, causing bad focus effects with -pe tabbed.
44 - fix a race resulting in a crash on exiting. 51 - fix a race resulting in a crash on exiting.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines