*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 9 Oct 2001 10:18:43 +0000 (10:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 9 Oct 2001 10:18:43 +0000 (10:18 +0000)
lib-src/ChangeLog
lwlib/ChangeLog
src/ChangeLog

index 21dd2f7..555b0be 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacsserver.c (main): Cast geteuid in sprintf to int.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
+       * emacsclient.c (main): Cast isdigit() argument to unsigned char.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
 2001-10-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * profile.c: Include config.h, not ../src/config.h.
index 849bef5..126cd28 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xaw.c (xaw_create_scrollbar) [!0]: Return NULL.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
 
        * xlwmenu.c (xlwmenu_window_p): New function.
index 3b6120e..fd6e327 100644 (file)
@@ -3,6 +3,10 @@
        * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
        From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
 
+       * editfns.c (Fcurrent_time_zone): Cast isalnum() argument to
+       unsigned char.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+       
 2001-10-08  Andrew Innes  <andrewi@gnu.org>
 
        * lisp.h [max]: Undef min and max before redefining them.