From: root Date: Fri, 13 Jan 2006 13:47:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f79f8ac137ba0450264039d9322d94baa446b65a;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 85c149e8..ff335754 100644 --- 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 index 3b29ed47..666c5ea4 100644 --- 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 index 3450f21e..b6263370 100644 --- 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"