aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog5
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a37dbf9080f..cac8ecf3e0c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12000-03-31 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4
5 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6 Re-enable new code.
7
8 * lpr.el (print-region-1): Use -d to specify printer name for
9 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10
112000-03-31 Dave Love <fx@gnu.org>
12
13 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14 for function definition in symbol's function value slot first
15 instead of first consulting byte-compile-function-environment.
16
12000-03-31 Kenichi Handa <handa@etl.go.jp> 172000-03-31 Kenichi Handa <handa@etl.go.jp>
2 18
3 * language/european.el ("Polish"): New language environment. 19 * language/european.el ("Polish"): New language environment.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f673eb7529..f13e4e61e6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-03-31 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_produce_glyphs): When displaying unibyte text
4 or ASCII, handle case that per-char metric is NULL.
5
12000-03-30 Ken Raeburn <raeburn@gnu.org> 62000-03-30 Ken Raeburn <raeburn@gnu.org>
2 7
3 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef. 8 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.