ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
Revision: 1.12
Committed: Thu Jan 29 00:05:10 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.11: +5 -5 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 1.5 Thu Jan 29 00:43:48 CET 2004
2 - share io manager between rxvt-unicode and vpe
3 - bugfix for --disable-utmp, reported by fefe himself
4 - colors were sometimes not used correctly because
5 parts of the code expected a monochrome display.
6 reported by fefe
7 - make it compile without pointer_blank, reported by
8 Markus Demleitner
9 - improved selection support, now supports UTF8_STRING
10 and properly encodes CUT_BUFFER0 in iso-8859-1
11 - completely removed non-working graphics mode
12
13 1.4 Fri Jan 16 23:03:22 CET 2004
14 - fix stupid segfault on esc-c
15 - small font tunings
16 - much better io manager, less bugs, higher speed
17 - better error reporting for unknown options
18
19 1.3 2003-12-26
20 - fix a bug in font height selection
21 - autoscale scalable x11 fonts
22 - slow-mode xft rendering centers characters
23 - much faster x11 font selecti
24
25 1.2 2003-12-24
26 - fix another segfault-on-resize-bug form the original rxvt
27 - better font matching
28 - better memory management (less memory)
29 - new fallback: gnu freefont
30
31 1.1 2003-12-18
32 - Support for XIM in other than the current locale.
33 - Support for non-utf-8-locales
34 - much improved font choosing
35
36 1.0
37 - first release
38 - original cloned from rxvt-CVS 2003-11-19 00:26
39 - removed rclock et al.
40 - initial conversion to C++