*** empty log message ***
authorpcg <pcg>
Wed, 3 Mar 2004 20:44:46 +0000 (20:44 +0000)
committerpcg <pcg>
Wed, 3 Mar 2004 20:44:46 +0000 (20:44 +0000)
Changes
src/version.h

diff --git a/Changes b/Changes
index b4ac130c29076c2dc964f4abf0d840d2a5dca2e1..9d46f87b5d0a8afeb9c5a0cf704e5c481cddb4fd 100644 (file)
--- 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
index 150548c73a0d29b9457459854b260c118cfd68ab..0fd41c3d6fb6e73eacd24667297883f0af632513 100644 (file)
@@ -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"