*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-09 10:18:43 +00:00
parent cb1cdedd97
commit 14a3dff75b
3 changed files with 17 additions and 0 deletions

View 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,Bm(Bk <Pavel@Janik.cz>
* profile.c: Include config.h, not ../src/config.h.

View 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.

View 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.