repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 9ae08538b193c0d6cd4bee7894553b2a887de047: path_to: revision_to:
commit 9ae08538b193c0d6cd4bee7894553b2a887de047 Author: Marc LehmannDate: Fri Jan 13 13:47:39 2006 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -12,7 +12,7 @@ WISH: OnTheSpot editing, or maybe switch to miiiiiiif. or maybe use perl and an
WISH: just for fun, do shade and tint with XRender.
WISH: support tex fonts
-7.0
+7.0 Fri Jan 13 14:02:18 CET 2006
- added sections for DISTRIBUTION MAINTAINERS and about
SETUID/SETGID to the FAQ.
- selection, searchable-scrollback, selection-popup and
diff --git a/src/Makefile.in b/src/Makefile.in
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -141,7 +141,9 @@ encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.o: table/compose.h table/category.h -fdpass.o: ../config.h fdpass.h +fdpass.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h +fdpass.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h +fdpass.o: salloc.h rxvtperl.h hookinc.h rsinc.h menubar.h fdpass.h init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h init.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h init.o: salloc.h rxvtperl.h hookinc.h rsinc.h menubar.h init.h @@ -248,7 +250,10 @@ encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h encoding.lo: table/compose.h table/category.h -fdpass.lo: ../config.h fdpass.h +fdpass.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h +fdpass.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h +fdpass.lo: callback.h salloc.h rxvtperl.h hookinc.h rsinc.h menubar.h +fdpass.lo: fdpass.h init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h optinc.h encoding.h init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h init.lo: salloc.h rxvtperl.h hookinc.h rsinc.h menubar.h init.h diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ #define VERSION "7.0" -#define DATE "2006-01-04" +#define DATE "2006-01-13"
-----END OF PAGE-----