repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: ecc04e9554624df04b3b74a926336640b5561b68: path_to: revision_to:
commit ecc04e9554624df04b3b74a926336640b5561b68 Author: Marc LehmannDate: Wed Dec 15 08:13:42 2004 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ or changed rxvt behaviour to make it more compatible to xterm (usually
xfree86's xterm).
TODO: read property sequence is broken with respect to utf-8 etc.
+TODO: shift-tab etc. xterm keycodes
+WISH: extend keysym resource mechanism to include modifiers.
WISH: just for fun, do shade and tint with XRender.
WISH: hotkey font resizing
WISH: searchable backlog
@@ -12,6 +14,7 @@ WISH: double-click: more intelligent (urls etc.)
WISH: OnTheSpot editing.
WISH: tabbed windows (hey, just use screen...)
+4.6
- try very hard not to exhaust the kernel tty buffers, even
if it slows down large pastes and is only cosmetic.
- streamline atom and xft color allocation to reduce startup
diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define VERSION "4.6" #define VSTRING "40600" -#define DATE "2004-12-13" -#define LSMDATE "13DEC04" +#define DATE "2004-12-16" +#define LSMDATE "16DEC04" #define LIBVERSION "4:6:0"
-----END OF PAGE-----