--- rxvt-unicode/Changes 2005/02/03 10:25:52 1.346 +++ rxvt-unicode/Changes 2005/02/13 08:56:27 1.362 @@ -2,6 +2,20 @@ or changed rxvt behaviour to make it more compatible to xterm (usually xfree86's xterm). +TODO: manpage 900mb update +TODO: openbsd +checking for int16_t... ./configure[13497]: test: 2: unexpected operator/operand + short +checking for uint16_t... ./configure[13579]: test: 2: unexpected operator/operand +unsigned short +checking for int32_t... ./configure[13661]: test: 4: unexpected operator/operand + int +checking for uint32_t... ./configure[13743]: test: 4: unexpected operator/operand +unsigned int +checking return type of signal handlers... void +./configure[13848]: break: cannot break +TODO: maybe just output the error and continue on x errors, especially for XIM-management +TODO: safer command: keymap processing. TODO: read property sequence is broken with respect to utf-8 etc. WISH: keyboard modification via esc-sequences. WISH: line-rewrapping on resize @@ -13,6 +27,30 @@ WISH: tabbed windows (hey, just use screen...) WISH: just for fun, do shade and tint with XRender. + - fix a bug when parsing fontnames and another one + for empty keymaps which could result in crashes + (Kuang-che Wu). + +5.0 Fri Feb 11 18:31:48 CET 2005 + - document a race-free hack to start urxvtd. + - document all(?) environment variables used and set by rxvt. + - bring xgetdefault-style resource file ordering more in line with + Xt, and document it in rxvt(1). + - correctly use screen-dependent resources when --enable-xgetdefault, + and also fix some memory bugs (thanks to Thierry Reding for + his patience and time in tracking this down). + - bring own resource parsing more in line with X resource parsing, + most notably, don't remove double quotes. + - compile fix for freebsd (no ut_id) (Thierry Thomas). + - clean up utmp and pty on X I/O errors and signals (idea + by Joël Riou). + - "un"document -xrm, it never really worked, was only + available with --enable-xgetdefault, is not necessary + and is surprisingly hard to implement. + - shaved off some code segment size. + - various code cleanups. + - more keysym-mapping fixes. + 4.9 Thu Feb 3 09:52:03 CET 2005 - nuke out utmp entries completely. Should be fixed in original rxvt, too. (reported by James Michael Fultz). @@ -46,7 +84,7 @@ - for core fonts, use ascent + descent when a font is loaded, and PIXEL_SIZE when not. when loading a font, iterate until a font has been found that _really_ fits the height (reported and - tested by Roch). + tested by Olivier Wittenberg). - set IUTF8 input flag, when defined (linux-2.6.5+). - only define _XOPEN_SOURCE on solaris. - autogenerate src/* dependency list.