*** empty log message ***
authorroot <root>
Mon, 13 Sep 2004 16:40:15 +0000 (16:40 +0000)
committerroot <root>
Mon, 13 Sep 2004 16:40:15 +0000 (16:40 +0000)
Changes
src/version.h

diff --git a/Changes b/Changes
index e67dcd5bac4b7fae0a72bcec09c2a37a5983192e..7dd50a95a43d3bd3698682ebbe05a0159f9856ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,10 +2,45 @@ Lines marked with "xterm:" indicate either xterm features ported to rxvt
 or changed rxvt behaviour to make it more compatible to xterm (usually
 xfree86's xterm).
 
-TODO: implement xterm keymap option, for full TERM=xterm compliance.
 TODO: multibyte support for setwmname et al.
 TODO: tabbed windows
+TODO: ignore user-supplied preedit-type, or augment with default list.
 TODO: there are other todo items, but they are not in this file.
+TODO: OnTheSpot editing.
+
+4.0  Mon Sep 13 01:10:26 CEST 2004
+       - turn off autohinting for some badly-hinted fallback fonts.
+        - mnaapge tpyo crorcetoins by Bastian Kleineidam.
+        - implemented rectangular selections (button+meta), experimental.
+        - implement race-free signal handling in iom.C.
+        - use iom.C signal handling to avoid races in signal handling.
+        - use default action on SIGINT and SIGQUIT, instead of terminating.
+        - "the return of the 100 times per second refresh bug".
+          ... terminated by a fix.
+        - new supported preeeditType "None".
+        - added FAQ about possible compose key problems.
+        - changed CN to ZH everywhere (sorry for the confusion).
+        - move XFilterEvent up, as some input method seem to want events
+          for windows not requesting XIM. Please report if this change
+          causes any harm (specially with pointerblanking)
+          (patch by Kuang-che Wu).
+        - send the input method spot position on every refresh, not just
+          when rxvt thinks it should (which was not often enough...).
+        - fix double-wide combining characters (it might look a bit ugly,
+          though, but common cases are handled by normalization anyways).
+        - moved FAQ to rxvt(7), also made a copy into README.FAQ.
+        - fix a bug(?) in the XIM destroy callback.
+        - be more conservative when trying to register new input methods,
+          as Xlib races might make rxvt crash. When two or more
+          input methods are active, killing one probably still crashes rxvt
+          due to that bug :( Thanks a lot to Kuang-che Wu for immense help
+          in tracking this down.
+        - manpages (but not .txt and .html versions) will be patched (during
+          make install) with the correct program name and other info.
+
+3.9  Wed Aug 25 19:24:04 CEST 2004
+       - the change to unsigned int from unsigned short broke
+          many signed comparisons, resulting in failed assertions.
 
 3.8  Wed Aug 25 05:46:56 CEST 2004
         - WARNING: TERM=rxvt-unicode is now *default* unless compiled
index 80c809fa2fb37cce1a9fa02b2521998db4388054..f058fb63f3e386b7ce692648b8852be236b2bf3f 100644 (file)
@@ -1,5 +1,5 @@
-#define VERSION "3.8"
-#define VSTRING "30800"
-#define DATE   "2004-08-25"
-#define LSMDATE        "25AUG04"
-#define LIBVERSION "3:8:0"
+#define VERSION "4.0"
+#define VSTRING "40000"
+#define DATE   "2004-09-13"
+#define LSMDATE        "13SEP04"
+#define LIBVERSION "4:0:0"