repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 457f39816821736bace70ee1b6f97f1b66ea3be0:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 457f39816821736bace70ee1b6f97f1b66ea3be0
Author: Marc Lehmann 
Date:   Tue Mar 16 05:59:05 2004 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 6c4bc8e8353e1728f4c3b18b7f5ac066b017ee2a..
index ..96c58f64e0ea57ac1d3af0a4e3ddada71fd1d47f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,15 @@
+2.4  Tue Mar 16 07:06:51 CET 2004
+	- fix stupid double-free() bug on exit.
+	- implement xterm private mode 1049.
+        - fix manpages (debian bug #236824).
+        - removed old selection style completely.
+        - selection works _better_ for non-8-bit and double-width chars.
+        - remove native->unicode translation tables. they aren't used anymore.
+          reduces binary and distro size a bit.
+        - add string representation for JIS X 0213:2000 so these fonts can
+          be used from within rxvt.
+        - less buggy complete set of line-drawing-characters (0x2500-0x259f).
+
 2.3  Sun Mar 14 19:00:07 CET 2004
 	- code cleanup release.
 	- fix compile problems without --enable-combining.
@@ -17,8 +29,8 @@
 	- tis620-2529 is, of course, thai, not vietnamese...
         - a typoe prevented characters >65535 to be stored properly.
         - wcwidth is unreliable in non-unicode-locales on GNU/Linux.
-          working around this fixes line-drawing characters in on-utf-8 mode.
-        - improve rounding when emulating line-drawing characters.
+          working around this fixes line-drawing characters in non-utf-8 mode.
+        - improved rounding when emulating line-drawing characters.
         - implement continuation lines in xresource parsing when
           --disable-xgetdefault.
         - changed locale-setting esc-sequence from code 9 to code 701.
diff --git a/src/version.h b/src/version.h
index 91ae79f91977095dce37e4b24ec320da011404f5..
index ..bbe2ccb52038049bcb64ae6d803029dec91ff7c9 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
-#define VERSION "2.3"
-#define VSTRING "20300"
-#define DATE	"2004-03-14"
-#define LSMDATE	"14MAR04"
-#define LIBVERSION "2:3:0"
+#define VERSION "2.4"
+#define VSTRING "20400"
+#define DATE	"2004-03-16"
+#define LSMDATE	"16MAR04"
+#define LIBVERSION "2:4:0"

-----END OF PAGE-----