From: root Date: Sat, 28 Jan 2006 14:37:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1fb63c0c849dad96b4f08279df01421fa114e0c7;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 1caba7ef..8bc7f09e 100644 --- a/Changes +++ b/Changes @@ -12,12 +12,12 @@ WISH: just for fun, do shade and tint with XRender. WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. DUMB: support tex fonts -7.4 +7.4 Sat Jan 28 15:26:27 CET 2006 - screen background wasn't always erased properly when scrolling, - re-enabled clearing optimisation disabled in 7.4pre. - -7.3a Thu Jan 26 01:08:25 CET 2006 - - removed stoopid debugging message. + - small configure updates for libptytty. + - fixed version options: line output. + - removed stoopid debugging message left in the code. 7.3 Wed Jan 25 22:47:35 CET 2006 - don't let iso14755 or mouse reporting get into the way of perl diff --git a/src/version.h b/src/version.h index 4c8d683e..13ab2f01 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "7.4pre" -#define DATE "2006-01-27" +#define VERSION "7.4" +#define DATE "2006-01-28"