*** empty log message ***
authorpcg <pcg>
Fri, 16 Jan 2004 22:26:16 +0000 (22:26 +0000)
committerpcg <pcg>
Fri, 16 Jan 2004 22:26:16 +0000 (22:26 +0000)
Changes
src/version.h
src/xdefaults.C

diff --git a/Changes b/Changes
index 1d33b770050e2520175a8f0c6dc58e4321dbc696..ea3a3b8e020b59be1b3ad65bb467bbd044a6db40 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 1.4  Fri Jan 16 23:03:22 CET 2004
-       - fix stupid segfault on esc-c.
-        - small font tunings.
-        - much better io manager, less bugs, higher speed.
+       - fix stupid segfault on esc-c
+        - small font tunings
+        - much better io manager, less bugs, higher speed
+        - better error reporting for unknown options
 
 1.3  2003-12-26
         - fix a bug in font height selection
index 7ae21b73b5d30ccbd74cedbf16d28749b7aeeea2..6e8b777350a2138f9802d9a5408724f18f08ca33 100644 (file)
@@ -1,5 +1,5 @@
 #define VERSION "1.4"
-#define VSTRING "10300"
-#define DATE   "2003-26-12"
-#define LSMDATE        "26DEC03"
-#define LIBVERSION "1:3:0"
+#define VSTRING "10400"
+#define DATE   "2004-01-16"
+#define LSMDATE        "16JAN04"
+#define LIBVERSION "1:4:0"
index b8db770e71c1f9e91768a6b1bf5d5cd393792259..3cb7b24bd17261bf7021051addd15c3caea5182c 100644 (file)
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       xdefaults.c
  *----------------------------------------------------------------------*
- * $Id: xdefaults.C,v 1.6 2003-12-18 00:38:07 pcg Exp $
+ * $Id: xdefaults.C,v 1.7 2004-01-16 22:26:18 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1994      Robert Nation <nation@rocket.sanders.lockheed.com>
@@ -143,7 +143,7 @@ static const struct {
     BOOL(Rs_cursorBlink, "cursorBlink", "bc", Opt_cursorBlink, "blinking cursor"),
 #endif
 #ifdef POINTER_BLANK
-    BOOL(Rs_pointerBlank, "pointerBlank", NULL, Opt_pointerBlank, NULL),
+    BOOL(Rs_pointerBlank, "pointerBlank", "pb", Opt_pointerBlank, "switch off pointer after delay"),
 #endif
     STRG(Rs_color + Color_bg, "background", "bg", "color", "background color"),
     STRG(Rs_color + Color_fg, "foreground", "fg", "color", "foreground color"),
@@ -532,7 +532,7 @@ rxvt_get_options(pR_ int argc, const char *const *argv)
                rxvt_parse_keysym(aR_ opt + sizeof("keysym.") - 1, str);
        } else
 #endif
-          ;
+          bad_option = 1;
     }
 
     if (bad_option)