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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1160 by root, Tue Sep 2 16:28:34 2014 UTC vs.
Revision 1.1222 by root, Mon Jan 20 09:35:13 2020 UTC

22TODO: catch exceptions when calling perl hooks 22TODO: catch exceptions when calling perl hooks
23TODO: xdbe 23TODO: xdbe
24TODO: optimise bg reeval for resize for common patterns (pixmap bigger than window?) 24TODO: optimise bg reeval for resize for common patterns (pixmap bigger than window?)
25TODO: pack rxvt_fatal messages into the exception object 25TODO: pack rxvt_fatal messages into the exception object
26TODO: load must not cache, but global image cache must be cleaned 26TODO: load must not cache, but global image cache must be cleaned
27TODO: provide something like % for easy access for parse_keysym
28TODO: description into --help output? 27TODO: description into --help output?
29TODO: rxvt -help => (see rxvt-XXX(1))? 28TODO: rxvt -help => (see rxvt-XXX(1))?
30TODO: xor_rect should shift right 29TODO: xor_rect should shift right
31TODO IMPL: recalc bg only when not fully covering (no alpha, repeat|extend etc..) 30TODO IMPL: recalc bg only when not fully covering (no alpha, repeat|extend etc..)
32 31
33TODO IMPL: colour-change event with index 32TODO IMPL: colour-change event with index
34TODO IMPL: recalc bg always on bg colour change 33TODO IMPL: recalc bg always on bg colour change
35 34
36TODO: document typical actions in rxvt.1.pod keysyms 35TODO: document typical actions in rxvt.1.pod keysyms
37TODO: document meta comments and on_action hook 36TODO: warn with a graphical message when env has been modified
37TODO: c&c perl socket via daemon-ext mechanism
38TODO: simplify extension metainfo cache, cache on disk
39TODO: URxvt::Ext::Name installs urxvt ext name and provides pod/manpage for URxvt::Ext::Name
40TODO: üpixel droppins idenrasm,ll,scrollup
41TODO: cuu/cud and probably others default to 1 when arg is 0, not just missing, in xterm/vt102, but not in rxvt
42TODO: implement xterms nih 1006 mouse mode because the fud campaign against urxvt's 1015 mode works.
38 43
39TODO: mikachu says the keymap changed (S-F1 no longer 23$ but 11$) 44TODO: confirm-pastes should check for any ctl
40TODO: home/end also changed from 1/4 to 7/8 i think 45TODO: confirm-paste should be the default
41TODO: http://mika.l3ib.org/tmp/b3c68e35f91e6b5b9b4481b58372a5ad.txt is my full diff (i don't index ctrl-shift apparently) 46TODO: bracketed paste mode pastes ^[[200~ etc. into incremental-search inputs
42TODO: perl one-liner 47TODO: xterm-osc does not autoload background
48TODO: think about daemon delaying urxvt client exit.
49 - the old bg image resources are now provided by the background
50 extension, and perl is thus required for bg image support. No
51 configuration change is needed: urxvt autoloads the background
52 ext if any bg image resource/option is present (for OSC sequences to
53 work you need to enable it explicity). The old bg image
54 resources are also now deprecated; users are encouraged to
55 switch to the new bg image interface (see man urxvt-background).
56 - drop ISO 2022 locale support. ISO 2022 encodings are not supported in
57 POSIX locales and clash with vt100 charset emulation (the luit
58 program can be used as a substitute).
59 - perl didn't parse rgba colours specified as an array correctly,
60 only allowing 0 and 100% intensity for each component.
61 - when iterating over resources, urxvt will now try to properly handle
62 multipart resources (such as "*background.expr"), for the benefit
63 of autoloading perl extensions.
64 - ESC G (query rxvt graphics mode) has been disabled due to security
65 implications. The rxvt graphics mode was removed in rxvt-unicode 1.5,
66 and no programs relying on being able to query the mode are known.
67 - work around API change breakage in perl 5.28, based on a patch by
68 Roman Bogorodskiy.
69 - improved security: rob nation's (obsolete) graphics mode queries
70 no longer reply with linefeed in secure/default mode.
71 - ISO 8613-3 direct colour SGR sequences (patch by Fengguang Wu).
72 - xterm focus reporting mode (patch by Daniel Hahler).
73 - in some window managers, if smart resize was enabled, urxvt
74 erroneously moved the window on font change - awesome bug
75 #532, arch linux bug ##34807 (patch by Uli Schlachter).
76 - fix urxvtd crash when using a background expression.
77 - properly restore colors when using fading and reverse video
78 is enabled while urxvt is focused and then disabled while it
79 is not focused, or vice versa (patch by Daniel Hahler).
80 - fix high memory usage when an extension repeatedly hides and
81 shows an overlay (reported by Marcel Lautenbach).
82 - expose priv_modes member and constants to perl extensions
83 (patch by Rastislav Barlik).
84 - fix a whole slew of const sillyness, unfortunately forced upon
85 us by ISO C++.
86 - update to libecb 0x00010006.
87 - disable all thread support in ecb.h as we presumably don't need it.
88 - slightly improve Makefile source dependencies.
43 89
909.22 Sat Jan 23 21:07:33 CET 2016
91 - NOTICE: this release updates terminfo.
92 - add terminfo capabilities for various ctrl and shift-ctrl key variants
93 (patch by Sebastian Schmidt).
94 - fix longstanding core font encoding bug where some character
95 ranges could not be mapped from unicode to the font: affected
96 encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and
97 ksc5601 (reported by Mikachu).
98 - fix crash when the number of columns is 1 and a 0 width character is inserted
99 (reported by Kuang-che Wu).
100 - fix a crash when parsing an invalid color specification (reported by Kuang-che Wu).
101 - fix a buffer overflow in font name parser (reported by Kuang-che Wu).
102 - do not start blinking cursor if the window is unfocused (reported by
103 Devin J. Pohly).
104 - change the width of underline and i-beam cursor to 2 pixels (based on
105 a patch by Omar Sandoval).
106 - add pointerShape resource to change the mouse pointer shape
107 (based on a patch by Brian Watson).
108 - a keysym resource for a key which is already bound to an
109 action now properly rebinds the key.
110 - do not report mouse motion events if Shift is active (patch by Daniel Hahler).
111 - put the alpha component last in responses to OSC color queries
112 (patch by Benjamin Herr).
113 - the key_press hook is now invoked before processing the
114 event, as documented. This change was done in 9.21 but not
115 announced and fixes debian bugs #511377, #531751 and red hat
116 bug #1105069. Note that this change breaks a few scripts,
117 such as mark-yank-urls, which rely on the previous buggy
118 behaviour that urxvt processes the event (in particular
119 keysym bindings) before invoking the hook.
120 - the tabbed extension now properly refreshes the active tab
121 on a key press when the mouse pointer is outside the terminal
122 window.
123 - add 'lookup_keysym' perl method to lookup the action bound
124 to a key combination.
125 - a key combination bound to 'matcher:select' can now be used
126 to cycle through the matches in matcher.
127 - change perl integer accessors (->width et al.) into mutators.
128
1299.21 Wed Dec 31 14:50:03 CET 2014
130 - the "moa redraw 8-bit british vintage colour management" release.
131 - NOTICE: this release updates terminfo.
132 - fix pixel droppings on overdraw when a secondary core font has the
133 same height but different ascent.
134 - implement cvvis in terminfo as blinking cursor, to distinguish it
135 from cnorm (emacs uses cvvis which is commonly a blinking cursor).
136 - when xft support was compiled in, colour queries erroneously returned
137 premultiplied values, this also affected internal queries, for example
138 when calculating faded colour. alpha is now divided out when possible,
139 which is more correct but loses colour resolution.
44 - Add DECSCUSR xterm extension to set the cursor to a vertical bar. 140 - add DECSCUSR xterm extension to set the cursor to a vertical bar.
141 - add 'extension:string' action, and associated on_action perl
142 hook, for keysym resources that invokes actions provided by
143 perl extensions. The 'perl:string' action and
144 on_user_command hook are deprecated but still supported.
145 - add 'builtin-string' action for keysym resources that restores string
146 mappings for keys that have predefined actions in urxvt.
147 - add -k option to urxvtc for killing the daemon process.
148 - document urxvtd's -e/--eval option that was implemented in 9.16,
149 but not documented.
150 - add -dockapp option to make the wm treat urxvt as a dockapp.
45 - Add -mc option and multiClickTime resource to set the maximum time 151 - add -mc option and multiClickTime resource to set the maximum time
46 between multi-click select events (patch by Joe Peterson). 152 between multi-click select events (patch by Joe Peterson).
47 - New 'eval' extension to evaluate arbitrary perl code with keysym 153 - new 'eval' extension to evaluate arbitrary perl code with keysym
48 bindings. The extension also provides methods that implement basic 154 bindings. The extension also provides methods that implement basic
49 actions, such as pasting selections and scrolling. 155 actions, such as pasting selections and scrolling.
50 - the macosx-clipboard and macosx-clipboard-native extensions have been removed. 156 - the macosx-clipboard and macosx-clipboard-native extensions have been removed.
51 - the keysym-list extension has been removed, you can use the following
52 perl one-liner to expand your existing .Xdefaults file to do without it:
53 - kuake extension now uses the kuake.hotkey resource to specify the hotkey. 157 - kuake extension now uses the kuake.hotkey resource to specify the hotkey.
54 - new 'matcher:select' mode of matcher to iterate over the matches with the keyboard. 158 - new 'matcher:select' mode of matcher to iterate over the matches with the keyboard.
55 - the 'matcher:list' feature of matcher now honours the launcher 159 - the 'matcher:list' feature of matcher now honours the launcher
56 associated to a matched pattern. 160 associated to a matched pattern.
161 - speed-up matcher underlining on very long lines (reported by Edward Z. Yang).
57 - fix up/down commands of searchable scrollback so that they always move 162 - fix up/down commands of searchable-scrollback so that they always move
58 to the previous/next logical line with a match, if any. 163 to the previous/next logical line with a match, if any.
59 - searchable-scrollback resource has been deprecated (use keysym instead). 164 - searchable-scrollback resource has been deprecated (use keysym instead).
60 - extension parameter passing is deprecated (use resource mechanism instead). 165 - extension parameter passing is deprecated (use resource mechanism instead).
61 - upgrade to GPLv3 (see COPYING). 166 - upgrade to GPLv3 (see COPYING).
167 - compile out of the box on Solaris 10, again.
62 - Fix height and position of the stippled area in next scrollbar (patch 168 - fix height and position of the stippled area in next scrollbar (patch
63 by Thomas Otto). 169 by Thomas Otto).
64 - fix off-by-one bug causing the iso14755 window not to jump out of the 170 - fix off-by-one bug causing the iso14755 window not to jump out of the
65 way properly. 171 way properly.
172 - fix crash that may happen if a lib to which urxvt is linked to calls setenv.
173 - fix memory leak in special_{encode,decode} perl methods.
174 - fix refresh bug that occurs when reverse video is set on a cell
175 containing a space and with the same bg and fg colour, red hat bug
176 #830236.
177 - fix crash that may happen if an x error is received after a terminal
178 window/popup has been destroyed already.
179 - removed superfluous 0 digit from sgr terminfo sequence.
180 - greatly improve colour allocation on colour-starved pseudocolour
181 displays to avoid read-write cells instead of simply failing
182 (this is only relevant for antique 8bpp frame buffers).
183 - do not free fade colours when not doing fading (this is likely
184 only relevant for antique 8bpp frame buffers).
185 - do not specialcase 2 or 4 colour visuals, leading to
186 simpler and actually more correct code.
187 - hopefully no longer leak colours on !truecolour visuals.
188 - use consistent method names (scr_recolour => scr_recolor).
189 - use simpler (but slightly less bogus) formula for nearest
190 colour choice (this is likely only relevant for antique 8bpp
191 frame buffers).
192 - remove fallback behaviour when initialising colours - the
193 behaviour was inconsistent between startup vs. later and
194 was only effective when valid colours couldn't be allocated.
66 195
679.20 Sat Apr 26 16:22:27 CEST 2014 1969.20 Sat Apr 26 16:22:27 CEST 2014
68 - (libptytty) fix bug that prevented urxvtd from writing utmp 197 - (libptytty) fix bug that prevented urxvtd from writing utmp
69 entries when using --fork (reported by Ryan Kavanagh). 198 entries when using --fork (reported by Ryan Kavanagh).
70 - security bugfix: window property values could be queried even 199 - security bugfix: window property values could be queried even

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines