From: pcg Date: Wed, 25 Feb 2004 15:39:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c7f4cf5eca4be3e35fa127fc6a2e3d3c9447cc63;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 9d26c688..d229b722 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -1.9 +1.9 Wed Feb 25 16:46:05 CET 2004 - fixed bug in plain scrollbar causing X errors in XCreateGC. - implemented sharing of X connections. will be used to speed up many x operations considerably. Also saves some memory. diff --git a/src/command.C b/src/command.C index cf697f92..dda23c21 100644 --- a/src/command.C +++ b/src/command.C @@ -3107,6 +3107,8 @@ rxvt_term::xterm_seq (int op, const char *str, unsigned char resp __attribute__ set_locale (str); im_cb (); + // TODO: call selection_make with the right values set + // to re-fresh the selection. if (display->selection_owner == this) display->set_selection_owner (0); } diff --git a/src/version.h b/src/version.h index ac395beb..7cc6d66e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define VERSION "1.9" #define VSTRING "10900" -#define DATE "2004-02-02" -#define LSMDATE "02FEB04" +#define DATE "2004-02-25" +#define LSMDATE "25FEB04" #define LIBVERSION "1:9:0"