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

Comparing rxvt-unicode/Changes (file contents):
Revision 1.1189 by root, Wed Dec 31 14:01:02 2014 UTC vs.
Revision 1.1190 by root, Wed Dec 31 14:02:56 2014 UTC

44 - NOTICE: this release updates terminfo. 44 - NOTICE: this release updates terminfo.
45 - fix pixel droppings on overdraw when a secondary core font has the 45 - fix pixel droppings on overdraw when a secondary core font has the
46 same height but different ascent. 46 same height but different ascent.
47 - implement cvvis in terminfo as blinking cursor, to distinguish it 47 - implement cvvis in terminfo as blinking cursor, to distinguish it
48 from cnorm (emacs uses cvvis which is commonly a blinking cursor). 48 from cnorm (emacs uses cvvis which is commonly a blinking cursor).
49 - when xft support was compiled in, color queries erroneously returned 49 - when xft support was compiled in, colour queries erroneously returned
50 premultiplied values, this also affected internal queries, for example 50 premultiplied values, this also affected internal queries, for example
51 when calculating faded colors. alpha is now divided out when possible, 51 when calculating faded colour. alpha is now divided out when possible,
52 which is more correct but loses color resolution. 52 which is more correct but loses colour resolution.
53 - add DECSCUSR xterm extension to set the cursor to a vertical bar. 53 - add DECSCUSR xterm extension to set the cursor to a vertical bar.
54 - add 'extension:string' action, and associated on_action perl 54 - add 'extension:string' action, and associated on_action perl
55 hook, for keysym resources that invokes actions provided by 55 hook, for keysym resources that invokes actions provided by
56 perl extensions. The 'perl:string' action and 56 perl extensions. The 'perl:string' action and
57 on_user_command hook are deprecated but still supported. 57 on_user_command hook are deprecated but still supported.
83 - fix off-by-one bug causing the iso14755 window not to jump out of the 83 - fix off-by-one bug causing the iso14755 window not to jump out of the
84 way properly. 84 way properly.
85 - fix crash that may happen if a lib to which urxvt is linked to calls setenv. 85 - fix crash that may happen if a lib to which urxvt is linked to calls setenv.
86 - fix memory leak in special_{encode,decode} perl methods. 86 - fix memory leak in special_{encode,decode} perl methods.
87 - fix refresh bug that occurs when reverse video is set on a cell 87 - fix refresh bug that occurs when reverse video is set on a cell
88 containing a space and with the same bg and fg color, red hat bug 88 containing a space and with the same bg and fg colour, red hat bug
89 #830236. 89 #830236.
90 - fix crash that may happen if an x error is received after a terminal 90 - fix crash that may happen if an x error is received after a terminal
91 window/popup has been destroyed already. 91 window/popup has been destroyed already.
92 - removed superfluous 0 digit from sgr terminfo sequence. 92 - removed superfluous 0 digit from sgr terminfo sequence.
93 - greatly improve colour allocation on colour-starved pseudocolor 93 - greatly improve colour allocation on colour-starved pseudocolour
94 displays to avoid read-write cells instead of simply failing 94 displays to avoid read-write cells instead of simply failing
95 (this is only relevant for antique 8bpp frame buffers). 95 (this is only relevant for antique 8bpp frame buffers).
96 - do not free fade colours when not doing fading (this is likely 96 - do not free fade colours when not doing fading (this is likely
97 only relevant for antique 8bpp frame buffers). 97 only relevant for antique 8bpp frame buffers).
98 - do not specialcase 2 or 4 colour visuals, leading to 98 - do not specialcase 2 or 4 colour visuals, leading to
99 simpler and actually more correct code. 99 simpler and actually more correct code.
100 - hopefully no longer leak colours on !truecolor visuals. 100 - hopefully no longer leak colours on !truecolour visuals.
101 - use consistent method names (scr_recolour => scr_recolor). 101 - use consistent method names (scr_recolour => scr_recolor).
102 - use simpler (but slightly less bogus) formula for nearest 102 - use simpler (but slightly less bogus) formula for nearest
103 colour choice (this is likely only relevant for antique 8bpp 103 colour choice (this is likely only relevant for antique 8bpp
104 frame buffers). 104 frame buffers).
105 - remove fallback behaviour when initialising colours - the 105 - remove fallback behaviour when initialising colours - the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines