From: Dave Love Date: Tue, 18 Dec 2001 16:47:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e92b49363ae..e57cdc298e0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,19 @@ +2001-12-18 Dave Love + + * test-distrib.c: Conditionally include fcntl.h. + + * fakemail.c: Include "config.h", not <../src/config.h>. + (_XOPEN_SOURCE): Define as 500. + + * emacsserver.c: Include "config.h", not <../src/config.h>. + + * cvtmail.c: Include config.h, stdlib.h. + (xmalloc, xrealloc, skip_to_lf sysfail): Prototype. + + * yow.c: Conditionally include various headers. Use "epaths.h", + not <../src/epaths.h>. + (malloc, realloc) [!HAVE_STDLIB_H]: Prototype. + 2001-12-12 Francesco Potorti` * etags.c (PHP_functions): New function by Diez B. Roggisch, diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85b81e9549d..11dec00367b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2001-12-18 Dave Love + * image-file.el (image-file-name-extensions): Add pnm. Doc fix. + (image-file-name-regexps): Doc fix. + + * server.el (server-unload-hook): New function. + + * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader. + (lm-crack-copyright): Cope with multi-line copyright `lines'. + * simple.el (newline): Doc fix. (eval-expression-print-level, eval-expression-print-length): Doc fix. Amend :type.