aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-12-18 16:47:01 +0000
committerDave Love2001-12-18 16:47:01 +0000
commitfb5aa7acba1e4b919e8d92e735bf6c7fb7d330db (patch)
tree960cfc07f99b9834b8058ede587d5e0561754641
parent228b0b9a316a2adf4d97c7ca2a840bb4a2f55d1b (diff)
downloademacs-fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db.tar.gz
emacs-fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog16
-rw-r--r--lisp/ChangeLog8
2 files changed, 24 insertions, 0 deletions
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 @@
12001-12-18 Dave Love <fx@gnu.org>
2
3 * test-distrib.c: Conditionally include fcntl.h.
4
5 * fakemail.c: Include "config.h", not <../src/config.h>.
6 (_XOPEN_SOURCE): Define as 500.
7
8 * emacsserver.c: Include "config.h", not <../src/config.h>.
9
10 * cvtmail.c: Include config.h, stdlib.h.
11 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
12
13 * yow.c: Conditionally include various headers. Use "epaths.h",
14 not <../src/epaths.h>.
15 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
16
12001-12-12 Francesco Potorti` <pot@gnu.org> 172001-12-12 Francesco Potorti` <pot@gnu.org>
2 18
3 * etags.c (PHP_functions): New function by Diez B. Roggisch, 19 * 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 @@
12001-12-18 Dave Love <fx@gnu.org> 12001-12-18 Dave Love <fx@gnu.org>
2 2
3 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
4 (image-file-name-regexps): Doc fix.
5
6 * server.el (server-unload-hook): New function.
7
8 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
9 (lm-crack-copyright): Cope with multi-line copyright `lines'.
10
3 * simple.el (newline): Doc fix. 11 * simple.el (newline): Doc fix.
4 (eval-expression-print-level, eval-expression-print-length): Doc 12 (eval-expression-print-level, eval-expression-print-length): Doc
5 fix. Amend :type. 13 fix. Amend :type.