ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
Revision: 1.10
Committed: Wed Jan 28 23:48:00 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.9: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.10 1.5 Thu Jan 29 00:43:48 CET 2004
2 pcg 1.7 - share io manager between rxvt-unicode and vpe
3 pcg 1.8 - bugfix for --disable-utmp, reported by fefe himsel.
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 pcg 1.9 - improved selection support, now supports UTF8_STRING
10     and properly encodes CUT_BUFFER0 in iso-8859-1.
11 pcg 1.10 - completely removed non-working graphics mode.
12 pcg 1.7
13 pcg 1.5 1.4 Fri Jan 16 23:03:22 CET 2004
14 pcg 1.6 - 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 pcg 1.1
19 pcg 1.2 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 pcg 1.1 1.0
37 pcg 1.2 - first release
38     - original cloned from rxvt-CVS 2003-11-19 00:26
39 pcg 1.4 - removed rclock et al.
40     - initial conversion to C++