From e1bcda0c9f164bd3ea8630488839012b4d7cff23 Mon Sep 17 00:00:00 2001 From: pcg Date: Wed, 3 Mar 2004 20:44:46 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 17 +++++++++++++++++ src/version.h | 10 +++++----- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b4ac130c..9d46f87b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,20 @@ +2.1 Wed Mar 3 21:48:39 CET 2004 + - NOTE: the name of the binary and ressources were changed in + this version, see README.configure if you want the old + settings. + - added plain "big5" encoding into CN. + - make cns11643 and big5* encodings actually visible to rxvt. + - fix a bug when a multibyte character fell onto a buffer boundary, + causing the incomplete character to be presented twice to + mbrtowc. + - more robust encoding name matching. + - fix cursor placement on multibyte characters. + - when overwriting wide with narrow chars, pad with spaces. + - fix various refresh and display issues for wide chars. + - remove multibyte_cursor hack (it was a hack) and associated + resources and docs. + - fixed memory corruption bug with XLFD fontname parsing. + 2.0 Sun Feb 29 23:59:58 CET 2004 - do not blink text when background colour is not set explicitly. - some doc cleanup diff --git a/src/version.h b/src/version.h index 150548c7..0fd41c3d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define VERSION "2.0" -#define VSTRING "20000" -#define DATE "2004-02-29" -#define LSMDATE "29FEB04" -#define LIBVERSION "2:0:0" +#define VERSION "2.1" +#define VSTRING "20100" +#define DATE "2004-03-03" +#define LSMDATE "03MAR04" +#define LIBVERSION "2:1:0" -- 2.34.1