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

File Contents

# User Rev Content
1 pcg 1.7 1.5
2     - 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.7
12 pcg 1.5 1.4 Fri Jan 16 23:03:22 CET 2004
13 pcg 1.6 - fix stupid segfault on esc-c
14     - small font tunings
15     - much better io manager, less bugs, higher speed
16     - better error reporting for unknown options
17 pcg 1.1
18 pcg 1.2 1.3 2003-12-26
19     - fix a bug in font height selection
20     - autoscale scalable x11 fonts
21     - slow-mode xft rendering centers characters
22     - much faster x11 font selecti
23    
24     1.2 2003-12-24
25     - fix another segfault-on-resize-bug form the original rxvt
26     - better font matching
27     - better memory management (less memory)
28     - new fallback: gnu freefont
29    
30     1.1 2003-12-18
31     - Support for XIM in other than the current locale.
32     - Support for non-utf-8-locales
33     - much improved font choosing
34    
35 pcg 1.1 1.0
36 pcg 1.2 - first release
37     - original cloned from rxvt-CVS 2003-11-19 00:26
38 pcg 1.4 - removed rclock et al.
39     - initial conversion to C++