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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1109 by sf-exg, Mon Dec 31 14:02:57 2012 UTC vs.
Revision 1.1276 by root, Mon Nov 22 17:11:40 2021 UTC

14 or something like that. guys, send me a patch. 14 or something like that. guys, send me a patch.
15WISH: coloured pastebin 15WISH: coloured pastebin
16WISH: load system-wide config file even if we don't have one 16WISH: load system-wide config file even if we don't have one
17WISH: look into XAddConnectionWatch, does anybody need that? 17WISH: look into XAddConnectionWatch, does anybody need that?
18DUMB: support tex fonts 18DUMB: support tex fonts
19TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
20TODO: perl-shell-window? perl-unix-socket? 19TODO: perl-shell-window? perl-unix-socket?
21TODO: command line editing when icanon? 20TODO: command line editing when icanon?
22TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? 21TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros?
23TODO: catch exceptions when calling perl hooks 22TODO: catch exceptions when calling perl hooks
24TODO: xdbe 23TODO: xdbe
25TODO: 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?)
26TODO: DEC PM 4h/4l should toggle jumpscroll on or off (PrivMode_smoothScroll)
27TODO: pack rxvt_fatal messages into the exception object 25TODO: pack rxvt_fatal messages into the exception object
28TODO: load must not cache, but global image cache must be cleaned 26TODO: load must not cache, but global image cache must be cleaned
29TODO: provide something like % for easy access for parse_keysym
30TODO: description into --help output? 27TODO: description into --help output?
31TODO: shade
32TODO: rxvt -help => (see rxvt-XXX(1))? 28TODO: rxvt -help => (see rxvt-XXX(1))?
29TODO: xor_rect should shift right
30TODO IMPL: recalc bg only when not fully covering (no alpha, repeat|extend etc..)
33 31
32TODO IMPL: colour-change event with index
33TODO IMPL: recalc bg always on bg colour change
34
35TODO: document typical actions in rxvt.1.pod keysyms
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: clean up the resource vs. long option mess, especially in the manpage.
43TODO: think about daemon delaying urxvt client exit.
44IDEA: use harfbuzz to render combining sequences, maybe also complex scripts
45TODO: https://github.com/bbidulock/icewm/issues/492 urxvt wrongfully(?) needa configurenotify after mapwindow? also, black border?
46
479.29 Mon 22 Nov 2021 18:07:14 CET
48 - libptytty (http://dist.schmorp.de/libptytty/) is now a required
49 external dependency.
50 - enable confirm-paste extension by default, can be disabled by e.g.
51 URxvt.perl-ext: -confirm-paste
52 - Key bindings specified with the -keysym option or with resources of
53 the form URxvt*keysym work again. Such resources, as opposed to
54 resources of the form URxvt.keysym, were not officially allowed but
55 accepted, so ignoring them is considered a regression.
56 - new option/resource -rm/rewrapMode, which sets the line rewrap
57 mode to auto, never or always.
58 - new option/resource -dpb/disablePasteBrackets, which can be used to
59 disable bracketed paste mode sequences, as more and more programs
60 abuse these sequences (typically in the name of security, but these
61 sequences are not improving security). Also, bracketed paste mode
62 is now under frills.
63 - add manpage for urclock.
64 - confirm-paste wrongly considered brackets as ctrlchars (patch by
65 Jakub Wilk, debian bug #995244).
66 - if urxvt cannot detect a good estimate for font width (because a font does
67 not contain latin characters at all for example), it will now fall
68 back to xft's max_advance_width, which works well with some fonts. It
69 currently will warn about this.
70 - do not render variation selectors in the default font as boxes, treat
71 them as zero-width characters.
72 - change combining character architecture to allow fonts to handle
73 combining sequences on their own. This could allow future renderers
74 to be more intelligent about these sequences.
75 - use the previous enhancement to allow unicode characters outside of the
76 BMP to be rendered even without --enable-unicode3, as long as an
77 xft with the character is configured.
78 It's recommended to stay with disabled unicode3 even more now.
79 - freetype/xft have been verified to return nonsensical offsets for
80 combining characters. urxvt tries to compensate to some extent,
81 but diacritics will be slightly off in many cases, and far off in
82 some cases (e.g. input mono).
83 - when checking for overlap/careful handling, take non-basefont
84 character shifts into account.
85 - extensions can now request autoloading on OSC and Perl OSC sequences,
86 implement this for the background, clipboard-osc and overlay-osc
87 extensions.
88 - the background extension will now be autoloaded when the OSC 20 or 705
89 sequence is received.
90 - added OSC 776 sequence to return character cell width, height and font
91 ascent, which is useful when using urxvt as slave to calculate window
92 size form or to row/column count.
93 - matcher extension documentation now points out some requirements for
94 regular expressions. the default url matching regex will now try
95 to match IRLs in addition to URLs.
96 - The view_start perl method now scrolls to the bottom also when the
97 argument is greater than 0.
98 - eval scroll actions now scroll to the bottom when scrolling down and
99 there are less lines to scroll than the ones requested (reported by
100 Stephen Talley).
101 - allow perl-ext and perl-ext-common to override autoloaded extensions.
102 this allows tabbed to disable itself in subtabs, avoiding recursive
103 loading.
104 - update precompose table to unicode 13.0.
105 - update charset conversion tables to perl 5.32 (this only affected
106 cs_koi8_u_from_unicode).
107 - unicode characters > 0x100000 were not handled correctly w.r.t.
108 font rendering.
109 - replace bitstream vera by dejavu sans, as it has replaced the former
110 almost everywhere.
111 - urxvt will now try tic -x first and only fall back to tic without -x
112 when tic -x fails.
113 - fix urclock not erasing the old date on the clock face, causing
114 overdraw, plus a host of other small fixes and improvements.
115 - shave off over 1K of code size from urclock by replacing the sine table
116 with a slightly less accurate fixed point approximation.
117 - do not specify indentation with =over in pod, this is no longer
118 needed with semi-modern pod tools and gives the formatter more
119 stylistic freedom.
120 - background extension did not set the "size-sensitive" flag
121 when repeat mode wasn't normal.
122 - extensions are now subjected to "use strict 'subs'".
123 - avoid crashing when xft successfully opens a font but then somehow
124 can't lock the face.
125 - locale_decode/encode api methods now pass through undef unchanged.
126 - fix undefined behaviour in the perl hook function, as diagnosed by clang.
127
1289.26 Fri May 14 19:14:14 CEST 2021
129 - ev_iouring.c was wrongly required during compilation, and wrongly
130 not packaged.
131
1329.25 Fri May 14 15:51:36 CEST 2021
133 - for the 17.5th anniversary, and because many distributions seem to
134 remove rxvt in favour of urxvt, this release resurrects rclock as
135 urclock.
136 - add support for systemd socket-based activation - debian bug #917105,
137 freebsd bug #234276.
138 - do not destruct perl on exit anymore: this might fail for a variety of
139 reasons, and takes unnecessary time.
140 - remove any macros from urxvtperl manpage(s), should fix debian
141 bug 858385.
142 - the old bg image resources are now provided by the background
143 extension, and perl is thus required for bg image support. No
144 configuration change is needed: urxvt autoloads the background
145 ext if any bg image resource/option is present (for OSC sequences to
146 work you need to enable it explicitly). The old bg image
147 resources are also now deprecated; users are encouraged to
148 switch to the new bg image interface (see man urxvt-background).
149 - confirm-paste now checks for any ctlchars, not just newlines.
150 - searchable scrollback will now ignore bracketed paste mode sequences
151 (prompted by Daniel Gröber's patch).
152 - drop ISO 2022 locale support. ISO 2022 encodings are not supported in
153 POSIX locales and clash with vt100 charset emulation (the luit
154 program can be used as a substitute).
155 - perl didn't parse rgba colours specified as an array correctly,
156 only allowing 0 and 100% intensity for each component (this affected
157 fill and tint).
158 - when iterating over resources, urxvt will now try to properly handle
159 multipart resources (such as "*background.expr"), for the benefit
160 of autoloading perl extensions.
161 - ESC G (query rxvt graphics mode) has been disabled due to security
162 implications. The rxvt graphics mode was removed in rxvt-unicode 1.5,
163 and no programs relying on being able to query the mode are known.
164 - work around API change breakage in perl 5.28, based on a patch by
165 Roman Bogorodskiy.
166 - improved security: rob nation's (obsolete) graphics mode queries
167 no longer reply with linefeed in secure/default mode.
168 - ISO 8613-3 direct colour SGR sequences (patch by Fengguang Wu).
169 - xterm focus reporting mode (patch by Daniel Hahler).
170 - xterm SGR mouse mode.
171 - implement DECRQM. Patch by Přemysl Eric Janouch.
172 - add missing color index parameter to OSC 4 response. Patch
173 by Přemysl Eric Janouch.
174 - in some window managers, if smart resize was enabled, urxvt
175 erroneously moved the window on font change - awesome bug
176 #532, arch linux bug ##34807 (patch by Uli Schlachter).
177 - fix urxvtd crash when using a background expression.
178 - properly restore colors when using fading and reverse video
179 is enabled while urxvt is focused and then disabled while it
180 is not focused, or vice versa (patch by Daniel Hahler).
181 - fix high memory usage when an extension repeatedly hides and
182 shows an overlay (reported by Marcel Lautenbach).
183 - expose priv_modes member and constants to perl extensions
184 (patch by Rastislav Barlik).
185 - fix a whole slew of const sillyness, unfortunately forced upon
186 us by ISO C++.
187 - update to libecb 0x00010006.
188 - disable all thread support in ecb.h as we presumably don't need it.
189 - slightly improve Makefile source dependencies.
190 - work around bugs in newer Pod::Xhtml versions (flags incorrect formatting codes
191 in xhtml/html sections but does not interpret correct ones).
192
1939.22 Sat Jan 23 21:07:33 CET 2016
194 - NOTICE: this release updates terminfo.
195 - add terminfo capabilities for various ctrl and shift-ctrl key variants
196 (patch by Sebastian Schmidt).
197 - fix longstanding core font encoding bug where some character
198 ranges could not be mapped from unicode to the font: affected
199 encodings are big5, gb2312, iso8859-8 (hebrew), jis0201 and
200 ksc5601 (reported by Mikachu).
201 - fix crash when the number of columns is 1 and a 0 width character is inserted
202 (reported by Kuang-che Wu).
203 - fix a crash when parsing an invalid color specification (reported by Kuang-che Wu).
204 - fix a buffer overflow in font name parser (reported by Kuang-che Wu).
205 - do not start blinking cursor if the window is unfocused (reported by
206 Devin J. Pohly).
207 - change the width of underline and i-beam cursor to 2 pixels (based on
208 a patch by Omar Sandoval).
209 - add pointerShape resource to change the mouse pointer shape
210 (based on a patch by Brian Watson).
211 - a keysym resource for a key which is already bound to an
212 action now properly rebinds the key.
213 - do not report mouse motion events if Shift is active (patch by Daniel Hahler).
214 - put the alpha component last in responses to OSC color queries
215 (patch by Benjamin Herr).
216 - the key_press hook is now invoked before processing the
217 event, as documented. This change was done in 9.21 but not
218 announced and fixes debian bugs #511377, #531751 and red hat
219 bug #1105069. Note that this change breaks a few scripts,
220 such as mark-yank-urls, which rely on the previous buggy
221 behaviour that urxvt processes the event (in particular
222 keysym bindings) before invoking the hook.
223 - the tabbed extension now properly refreshes the active tab
224 on a key press when the mouse pointer is outside the terminal
225 window.
226 - add 'lookup_keysym' perl method to lookup the action bound
227 to a key combination.
228 - a key combination bound to 'matcher:select' can now be used
229 to cycle through the matches in matcher.
230 - change perl integer accessors (->width et al.) into mutators.
231
2329.21 Wed Dec 31 14:50:03 CET 2014
233 - the "moa redraw 8-bit british vintage colour management" release.
234 - NOTICE: this release updates terminfo.
235 - fix pixel droppings on overdraw when a secondary core font has the
236 same height but different ascent.
237 - implement cvvis in terminfo as blinking cursor, to distinguish it
238 from cnorm (emacs uses cvvis which is commonly a blinking cursor).
239 - when xft support was compiled in, colour queries erroneously returned
240 premultiplied values, this also affected internal queries, for example
241 when calculating faded colour. alpha is now divided out when possible,
242 which is more correct but loses colour resolution.
243 - add DECSCUSR xterm extension to set the cursor to a vertical bar.
244 - add 'extension:string' action, and associated on_action perl
245 hook, for keysym resources that invokes actions provided by
246 perl extensions. The 'perl:string' action and
247 on_user_command hook are deprecated but still supported.
248 - add 'builtin-string' action for keysym resources that restores string
249 mappings for keys that have predefined actions in urxvt.
250 - add -k option to urxvtc for killing the daemon process.
251 - document urxvtd's -e/--eval option that was implemented in 9.16,
252 but not documented.
253 - add -dockapp option to make the wm treat urxvt as a dockapp.
254 - add -mc option and multiClickTime resource to set the maximum time
255 between multi-click select events (patch by Joe Peterson).
256 - new 'eval' extension to evaluate arbitrary perl code with keysym
257 bindings. The extension also provides methods that implement basic
258 actions, such as pasting selections and scrolling.
259 - the macosx-clipboard and macosx-clipboard-native extensions have been removed.
260 - kuake extension now uses the kuake.hotkey resource to specify the hotkey.
261 - new 'matcher:select' mode of matcher to iterate over the matches with the keyboard.
262 - the 'matcher:list' feature of matcher now honours the launcher
263 associated to a matched pattern.
264 - speed-up matcher underlining on very long lines (reported by Edward Z. Yang).
265 - fix up/down commands of searchable-scrollback so that they always move
266 to the previous/next logical line with a match, if any.
267 - searchable-scrollback resource has been deprecated (use keysym instead).
268 - extension parameter passing is deprecated (use resource mechanism instead).
269 - upgrade to GPLv3 (see COPYING).
270 - compile out of the box on Solaris 10, again.
271 - fix height and position of the stippled area in next scrollbar (patch
272 by Thomas Otto).
273 - fix off-by-one bug causing the iso14755 window not to jump out of the
274 way properly.
275 - fix crash that may happen if a lib to which urxvt is linked to calls setenv.
276 - fix memory leak in special_{encode,decode} perl methods.
277 - fix refresh bug that occurs when reverse video is set on a cell
278 containing a space and with the same bg and fg colour, red hat bug
279 #830236.
280 - fix crash that may happen if an x error is received after a terminal
281 window/popup has been destroyed already.
282 - removed superfluous 0 digit from sgr terminfo sequence.
283 - greatly improve colour allocation on colour-starved pseudocolour
284 displays to avoid read-write cells instead of simply failing
285 (this is only relevant for antique 8bpp frame buffers).
286 - do not free fade colours when not doing fading (this is likely
287 only relevant for antique 8bpp frame buffers).
288 - do not specialcase 2 or 4 colour visuals, leading to
289 simpler and actually more correct code.
290 - hopefully no longer leak colours on !truecolour visuals.
291 - use consistent method names (scr_recolour => scr_recolor).
292 - use simpler (but slightly less bogus) formula for nearest
293 colour choice (this is likely only relevant for antique 8bpp
294 frame buffers).
295 - remove fallback behaviour when initialising colours - the
296 behaviour was inconsistent between startup vs. later and
297 was only effective when valid colours couldn't be allocated.
298
2999.20 Sat Apr 26 16:22:27 CEST 2014
300 - (libptytty) fix bug that prevented urxvtd from writing utmp
301 entries when using --fork (reported by Ryan Kavanagh).
302 - security bugfix: window property values could be queried even
303 in secure mode (reported by Conor McCarthy).
304 - fix build when perl is enabled and fading is disabled.
305 - fix regression that broke continuous scrolling when pressing
306 and holding the scrollbar up or down button, gentoo bug #493992.
307 - increase the maximum length of a command sequence to 32k bytes,
308 to allow longer OSC sequences (previous limit was 2k).
309 - new Ctrl-Meta-c and Ctrl-Meta-v bindings to interact with
310 the CLIPBOARD selection.
311 - new extension: selection-to-clipboard.
312 - the extensions macosx-clipboard and macosx-clipboard-native
313 are deprecated and will be removed in the next release.
314 Support for the clipboard on OS X can be more generally
315 enabled by setting the XQuartz preference to sync the OS X
316 pasteboard and the X11 clipboard.
317
3189.19 Sun Oct 27 17:16:07 CET 2013
319 - work around perl 5.18.0 breakage in tabbed extension
320 (reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
321 - fix regression that caused the double-click word selection to
322 erroneously include a tab on the left of the selected word.
323 - implement FOCUS variable and focus_fade function in background
324 expression, to allow focus-sensitive background images.
325 - add support for the set cursor style (DECSCUSR) control
326 function.
327 - honour cursorColor also when the cursor style is underline.
328 - export some Color_xxx constants to Perl.
329
3309.18 Sun Mar 24 15:33:35 CET 2013
331 - fix regression that caused artifacts on resize.
332
3339.17 Fri Mar 1 13:46:08 CET 2013
334 - add shade operator in background perl extension.
335 - avoid starting or ending the selection in the middle of wide
336 characters to avoid artifacts (reported by Tiago Resende).
337 - fix artifacts that may occur if the character in the cursor
338 cell has width > 1 (reported by Tiago Resende).
339 - fix regression that causes artifacts on scrolling if
340 saveLines is 0 and the window is resized (reported by Bert
341 Münnich).
34 - fix build when perl is enabled and pixbuf and transparency 342 - fix build when perl is enabled and pixbuf and transparency
35 are disabled. 343 are disabled.
36 344
379.16 Thu Dec 27 11:56:43 CET 2012 3459.16 Thu Dec 27 11:56:43 CET 2012
38 - the "so much new stuff your eyes will pop out" release. 346 - the "so much new stuff your eyes will pop out" release.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines