repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d31cd3ad3f19c4a13069559b1b5e8de2fc9a7fb7: path_to: revision_to:
commit d31cd3ad3f19c4a13069559b1b5e8de2fc9a7fb7 Author: Marc LehmannDate: Mon Dec 13 06:49:11 2004 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -11,6 +11,8 @@ FEAT: double-click: more intelligent (urls etc.)
FEAT: OnTheSpot editing.
FEAT: tabbed windows (hey, just use screen...)
+4.5 Mon Dec 13 07:47:16 CET 2004
+ - fix an extremely nasty bug in utf8-conversion. upgrade is advised.
- completely re-wrote selection pasting. This should fix garbled
incomplete characters at 32k boundaries and too-short INCR
selections, and more. Increases memory requirements considerably
diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define VERSION "4.4" -#define VSTRING "40400" -#define DATE "2004-12-12" -#define LSMDATE "12DEC04" -#define LIBVERSION "4:4:0" +#define VERSION "4.5" +#define VSTRING "40500" +#define DATE "2004-12-13" +#define LSMDATE "13DEC04" +#define LIBVERSION "4:5:0"
-----END OF PAGE-----