repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 31f0c8227026a9e709eed06eb51f6066a1a32959: path_to: revision_to:
commit 31f0c8227026a9e709eed06eb51f6066a1a32959 Author: Marc LehmannDate: Mon Feb 2 19:07:48 2004 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-1.8
+1.8 Mon Feb 2 20:09:18 CET 2004
- almost total conversion to C++. Except for introducing
new bugs, this should not change much.
- fix and re-enable background pixmap and inherit pixmap support.
diff --git a/README.unicode b/README.unicode
--- a/README.unicode +++ b/README.unicode @@ -1,7 +1,7 @@ Sketchy overview of the details: -- gcc is probably required to compile this release, g++, too, as it has - been re-written in C++. +- gcc-3.x is probably required to compile this release, g++, too, as it + has been re-written in C++. - the options used in the ./reconf script should work. everything else might be broken. diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define VERSION "1.8" #define VSTRING "10800" -#define DATE "2004-01-30" -#define LSMDATE "30JAN04" +#define DATE "2004-02-02" +#define LSMDATE "02FEB04" #define LIBVERSION "1:8:0"
-----END OF PAGE-----