ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Changes
Revision: 1.8
Committed: Mon Jan 19 17:26:41 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.7: +6 -0 lines
Log Message:
*** empty log message ***

File Contents

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