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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.889 by root, Tue Nov 4 15:09:51 2008 UTC vs.
Revision 1.925 by root, Sat Dec 26 10:24:04 2009 UTC

1rxvt-unicode changelog <= google-friendly title 1rxvt-unicode changelog <= google-friendly title
2 2
3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think 3TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
4TODO: xcopyarea pass broken, fix and improve 4TODO: xcopyarea pass broken, fix and improve
5TODO: event mechanism that replaces on_keyboard_command with something more scalable. 5TODO: event mechanism that replaces on_user_command with something more scalable.
6TODO: slipwheeling needs a keyboard grab to get key release events. 6TODO: slipwheeling needs a keyboard grab to get key release events.
7TODO: overlays collide with the way the out-of-focus cursor is being drawn 7TODO: overlays collide with the way the out-of-focus cursor is being drawn
8TODO: "slow" rendering mode for bidi and scripts, pango! 8TODO: "slow" rendering mode for bidi and scripts, pango!
9TODO: read property sequence is broken with respect to utf-8 etc. 9TODO: read property sequence is broken with respect to utf-8 etc.
10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?) 10TODO: slow drag selection on remote display - other things seem fast (rxvt illness, motion hints?)
17WISH: selection-color-pair instead of reverse video 17WISH: selection-color-pair instead of reverse video
18WISH: load system-wide config file even if we don't have one 18WISH: load system-wide config file even if we don't have one
19WISH: look into XAddConnectionWatch, does anybody need that? 19WISH: look into XAddConnectionWatch, does anybody need that?
20DUMB: support tex fonts 20DUMB: support tex fonts
21 21
22TODO: /*TODO: the xlceararea/xfillrectangle below don't take scroll offste into account, ask mikachu for details */ 22TODO: perl-shell-window?
23TODO: zweimal numlock? falsche codes rxvt urxvt for numpad?
24 - port to glibc-2.10 changes (strchr etc. returning const char *
25 in C++), based on patches by Milos Jakubicek and Oliver Mader.
26 - the binary search algorithm to find precomposed characters
27 was faulty, skipping some possible combinations (found by
28 Mikachu).
29 - new -letterspace option, patch by Mark H. Wilkinson.
30 - enable --mlock option for urxvt with frills on
31 systems supporting it (patch by Russell Harmon).
32 - urxvt did not compile without frills enabled
33 (analysed by Matthew Rosewarne).
34 - correctly reset the mbstate after an illegal
35 input sequence when handling terminal output (Emanuele Giaquinta).
36 - avoid redrawing wide characters with combining enabled on every
37 refresh (reported by Mikachu).
38 - fix a typo preventing the ISO-646.1991 character set from being
39 recognized (http://achurch.org/patch-pile/).
40 - better warning for x11 font encoding detection failures, also,
41 try to deduce encoding from both font properties and name
42 (adapted from http://achurch.org/patch-pile/).
43 - resizing the window with the scrollbar disabled via the escapes
44 sequence could make the window bigger again (Mikachu).
45 - make sure the alignment for fd passing control messages
46 is correct and work around some NetBSD issues (Taylor R Campbell).
47 - update to libptytty 1.3.
48 - replace maxosc-pastebin by a nicer version by Reza Jelveh, and move
49 the old version to macosx-pastebin-native.
50 - document the -uc option (exg).
51 - assertions in libev are now enabled depending on frills.
52 - update AnyEvent implementation to version 5.23 API.
53 - work around arrogant bsd idiocies again: netbsd spills the default
54 namespace with lots of symbols "for gnu/gcc compatibility" even
55 though neither of them does it, and then calls the rest of the world
56 in need of fixing. go figure.
57 - on_keyboard_command is on_user_command (patch by Michael Witten).
58 - setting the selection from perl will now reset the selection screen
59 to the current screen. the srceen can be manipulated using
60 the new ->selection_screen method.
61 - implement --enable-assert configure option and get rid of DEBUG_STRICT
62 (based on patch by exg).
63 - upgrade to libev-3.9 prerelease.
23 64
24TODO: investgate wm resize race: while sleep 0.001; do printf "\033[?30l";sleep 0.001;printf "\033[?30h";done 659.06 Sat Nov 8 17:47:18 CET 2008
25TODO: investigate miroslav patches 66 - NOTICE: this release updates terminfo/termcap.
26TODO: cursor over overlays, when focus change? 67 - updates libev to 3.48.
27 - the aterm code now frees the as visual and image manager objects 68 - the aterm code now frees the as visual and image manager objects
28 when a window was closed. 69 when a window was closed.
29 - do not (wrongly) adjust the virtual line length inside 70 - do not (wrongly) adjust the virtual line length inside
30 scr_insdel_chars/ERASE (Miroslav Lichvar). 71 scr_insdel_chars/ERASE (Miroslav Lichvar).
31 - fix an issue where wide tab characters caused character shifts 72 - fix an issue where wide tab characters caused character shifts
44 - use a less cunning, but more robust algorithm to avoid one terminal 85 - use a less cunning, but more robust algorithm to avoid one terminal
45 monopolising the whole process by outputting a lot of text. 86 monopolising the whole process by outputting a lot of text.
46 - try to work around linux first breaking sched_yield and now breaking 87 - try to work around linux first breaking sched_yield and now breaking
47 the only known workaround. 88 the only known workaround.
48 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt). 89 - new option -icon to set _NET_WM_ICON (based on patch by Frank Schmitt).
49 - intiialise the as visual only on demand, instead of unconditionally. 90 - initialise the as visual only on demand, instead of unconditionally,
91 to save memory in the common case of not using visual gimmicks.
92 - try to work around bugs in a few wm's that errornously resize
93 client windows on hint property updates by temporarily
94 disabling size hints.
95 - implement the DECSTR soft reset sequence and use it for tput init,
96 and make hard RIS and DECSTR both reset more private modes, such
97 as mouse reporting.
98 - redundantly clear mouse reporting and a few other states in
99 tput init/tput reset, for older urxvts.
100 - partial/full clear screens did cause flickering and possibly pixel
101 droppings when urxvt viewed the scrollback buffer.
102 - use current rendition style in DCH sequence.
103 - the 132/80 mode switch no longer forces a screen reset.
104 - add an osc sequence to change the border colour (Emanuele Giaquinta).
105 - new perl extension "overlay-osc", for status displays and the like.
106 - fix some minor cursor drawing issues with overlays by allowing
107 overlays to modify screen flags (to disable the cursor themselves).
108 - work around programs not restoring rstyle before rmcup
109 (analysed by Miroslav Lichvar).
50 110
519.05 Sun Jun 15 20:09:20 CEST 2008 1119.05 Sun Jun 15 20:09:20 CEST 2008
52 - new option --cd/chdir to set the starting working directory. 112 - new option --cd/chdir to set the starting working directory.
53 - tabbed extension now starts in the "correct" working directory. 113 - tabbed extension now starts in the "correct" working directory.
54 - work around fedora 9 providing isastream but not the relevant 114 - work around fedora 9 providing isastream but not the relevant
55 header file for it (report by Tuncer Ayaz). 115 header file for it (report by Tuncer Ayaz).
56 - upgrade libev, fixing a bug in the select backend 116 - upgrade libev, fixing a bug in the select backend.
57 with more than 31 file descriptors on non-linux 64 bit systems. 117 with more than 31 file descriptors on non-linux 64 bit systems.
58 - correctly reset the multibyte state to the initial one 118 - correctly reset the multibyte state to the initial one
59 after EILSEQ (patch by Neil Booth). This fixes the 119 after EILSEQ (patch by Neil Booth). This fixes the
60 issue of rxvt-unicode not properly displaying text after an illegal 120 issue of rxvt-unicode not properly displaying text after an illegal
61 sequence on NetBSD and probably other systems. 121 sequence on NetBSD and probably other systems.
84 - add buffered resource to control xft double-buffering. 144 - add buffered resource to control xft double-buffering.
85 145
869.0 Fri Jan 25 19:34:04 CET 2008 1469.0 Fri Jan 25 19:34:04 CET 2008
87 - fix a crash bug where urxvtd would crash when urxvtc was called 147 - fix a crash bug where urxvtd would crash when urxvtc was called
88 with wrong arguments (I wish debian maintainers in general would 148 with wrong arguments (I wish debian maintainers in general would
89 report bugs and their proposed fixes to the original package maintaienrs 149 report bugs and their proposed fixes to the original package maintainers
90 instead of sitting on them for good measure to see if anybody notices). 150 instead of sitting on them for good measure to see if anybody notices).
91 - drawing xft compose characters was causing garbage to be drawn. 151 - drawing xft compose characters was causing garbage to be drawn.
92 - correctly clear xft character background in all cases. 152 - correctly clear xft character background in all cases.
93 - implement bracketed paste mode (xterm private mode 2004). 153 - implement bracketed paste mode (xterm private mode 2004).
94 - improve documentation on alpha channel handling, make urxvt 154 - improve documentation on alpha channel handling, make urxvt
158 the high performance libev (http://software.schmorp.de/pkg/libev). 218 the high performance libev (http://software.schmorp.de/pkg/libev).
159 - minor tuning to the perl selection (include single words and more quoting chars). 219 - minor tuning to the perl selection (include single words and more quoting chars).
160 - fix memory leak in pixmap code. 220 - fix memory leak in pixmap code.
161 - fix a serious bug while setting the XIM destroy callback 221 - fix a serious bug while setting the XIM destroy callback
162 on (typical) 64 bit systems. 222 on (typical) 64 bit systems.
163 - automove-background functionality re-implemented internaly using :root op in pixmap 223 - automove-background functionality re-implemented internally using :root op in pixmap
164 geometry string. For example: rxvt -pixmap "image.jpg;:root" 224 geometry string. For example: rxvt -pixmap "image.jpg;:root"
165 - do not link rxvtc against every lib on the planet anymore. 225 - do not link rxvtc against every lib on the planet anymore.
166 - parallel builds should work once more. 226 - parallel builds should work once more.
167 227
1688.4 Sat Oct 27 14:02:13 CEST 2007 2288.4 Sat Oct 27 14:02:13 CEST 2007
169 - overhaul of the transparency/pixmap code (sasha). 229 - overhaul of the transparency/pixmap code (sasha).
170 - fix possible race betwen visual bell and poweron. 230 - fix possible race between visual bell and poweron.
171 (reported by Martin von Gagern, gentoo?). 231 (reported by Martin von Gagern, gentoo?).
172 - urxvt -e no longer crashes the child. 232 - urxvt -e no longer crashes the child.
173 - fixed some minor memleaks on incorrect usage or 233 - fixed some minor memleaks on incorrect usage or
174 missing DISPLAY. 234 missing DISPLAY.
175 - implement xterm 1002/1003 mouse tracking modes (exg). 235 - implement xterm 1002/1003 mouse tracking modes (exg).
282 earlier versions only read it if display-resources (usually from 342 earlier versions only read it if display-resources (usually from
283 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my 343 .Xresources) are not set. This avoids the #1 FAQ ("why isn't my
284 resource used") and seems to be logical behaviour, too. .Xdefaults 344 resource used") and seems to be logical behaviour, too. .Xdefaults
285 resources have a lower priority than display-specific resources. 345 resources have a lower priority than display-specific resources.
286 - add "kuake" perl extension that does a similar thing to the kuake 346 - add "kuake" perl extension that does a similar thing to the kuake
287 terminal emulator (see man urxtvperl). 347 terminal emulator (see man urxvtperl).
288 - use less "correct" color scaling that is compatible with libX11 and 348 - use less "correct" color scaling that is compatible with libX11 and
289 Xft (avoids off-by-one colors resulting in striped backgrounds). 349 Xft (avoids off-by-one colors resulting in striped backgrounds).
290 - the "depth" resource is now respected. 350 - the "depth" resource is now respected.
291 - preset the searchable-scrollback pattern with "(?i)" to default search 351 - preset the searchable-scrollback pattern with "(?i)" to default search
292 to case-insensitivity. Will automatically be cleared when typing an 352 to case-insensitivity. Will automatically be cleared when typing an
333 - modified XIM according to a patch sent by Takano Akio that sets 393 - modified XIM according to a patch sent by Takano Akio that sets
334 the preedit rectangle for OverTheSpot, which helps some input methods 394 the preedit rectangle for OverTheSpot, which helps some input methods
335 to correctly position their preedit window. 395 to correctly position their preedit window.
336 - un-optimise the line clearing on newly scrolled-in lines a bit: the 396 - un-optimise the line clearing on newly scrolled-in lines a bit: the
337 former reasoning was that any fg colour on default bg looks the same 397 former reasoning was that any fg colour on default bg looks the same
338 in empty spaces, but thats not true when reversing (e.g. selection), 398 in empty spaces, but that's not true when reversing (e.g. selection),
339 so also check for matching fg colours. This fixes the problem where 399 so also check for matching fg colours. This fixes the problem where
340 selecting newly scrolled-in lines would exhibit wrong colours. 400 selecting newly scrolled-in lines would exhibit wrong colours.
341 - fix a bug in the perl interface causing focus in events to generate 401 - fix a bug in the perl interface causing focus in events to generate
342 focus out perl events, causing bad focus effects with -pe tabbed. 402 focus out perl events, causing bad focus effects with -pe tabbed.
343 - fix a race resulting in a crash on exiting. 403 - fix a race resulting in a crash on exiting.
3527.6 Fri Feb 10 08:52:36 CET 2006 4127.6 Fri Feb 10 08:52:36 CET 2006
353 - changed interpretation of [alpha] colour prefix. 413 - changed interpretation of [alpha] colour prefix.
354 - +option now really sets the option to default, instead of using the 414 - +option now really sets the option to default, instead of using the
355 resource value. 415 resource value.
356 - options that require an argument now really _require_ an argument. 416 - options that require an argument now really _require_ an argument.
357 - the tabbed extension now forwards focus and keys events to th 417 - the tabbed extension now forwards focus and key events to the
358 relevant tab window. 418 relevant tab window.
359 - tab colours are now configurable and have sensible defaults 419 - tab colours are now configurable and have sensible defaults
360 (initial patch by hednod). 420 (initial patch by hednod).
361 - option menu is extendable, readline, selection and 421 - option menu is extendable, readline, selection and
362 selection-autotransform can now be disabled/enabled at runtime. 422 selection-autotransform can now be disabled/enabled at runtime.
502 being interpreted in the locale urxvt was started. 562 being interpreted in the locale urxvt was started.
503 - implemented override-redirect option and enabled it on menus, 563 - implemented override-redirect option and enabled it on menus,
504 as kwin puts our windows behind the terminal (what a shoddy wm). 564 as kwin puts our windows behind the terminal (what a shoddy wm).
505 - fixed struct utmp check in configure for OpenBSD. 565 - fixed struct utmp check in configure for OpenBSD.
506 - complete overhaul of the pty/utmp management stuff and configure 566 - complete overhaul of the pty/utmp management stuff and configure
507 (Emanuele Giaquinta). 567 (Emanuele Giaquinta=exg).
508 - add tsl/fsl and related capabilities to the terminfo description, 568 - add tsl/fsl and related capabilities to the terminfo description,
509 to set the window title. 569 to set the window title.
510 - swap the environment in some more cases. This hopefully fixes 570 - swap the environment in some more cases. This hopefully fixes
511 some segfaults that might be caused by xft asking for env variables 571 some segfaults that might be caused by xft asking for env variables
512 at the wrong time. 572 at the wrong time.
723 - added doc/embed-tk, an embedding example in Perl/Tk, 783 - added doc/embed-tk, an embedding example in Perl/Tk,
724 and doc/rxvt-tabbed, a primitive tabbed shell implemented 784 and doc/rxvt-tabbed, a primitive tabbed shell implemented
725 in Perl/Gtk2. 785 in Perl/Gtk2.
726 - fix assertion failure ("crash") on mousewheel-scrolling 786 - fix assertion failure ("crash") on mousewheel-scrolling
727 when the terminal height is small, by removing the assert. 787 when the terminal height is small, by removing the assert.
728 (reported by Mikael Magnusson). 788 (reported by Mikael Magnusson=Mikachu).
729 - SYNCCVS. backported bugfixes done to rxvt 789 - SYNCCVS. backported bugfixes done to rxvt
730 (sourceforge bugs #1028739, #1028732), except for 790 (sourceforge bugs #1028739, #1028732), except for
731 pts/%s fix as it seems to collide with freebsd, 791 pts/%s fix as it seems to collide with freebsd,
732 and sourceforge bug #954654, which is not neccessary. 792 and sourceforge bug #954654, which is not neccessary.
733 - change terminfo file to not clobber G1 when using 793 - change terminfo file to not clobber G1 when using

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines