diff options
| author | Gerd Moellmann | 2000-03-31 11:54:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-31 11:54:40 +0000 |
| commit | aa110c0c9e972e79fa38b002dea40e5eec1efd56 (patch) | |
| tree | 7fcf03c480d257a2f938b7c9b733a2e69636a0c6 | |
| parent | 474848acee267167c1a042b1ef0f33f867e49495 (diff) | |
| download | emacs-aa110c0c9e972e79fa38b002dea40e5eec1efd56.tar.gz emacs-aa110c0c9e972e79fa38b002dea40e5eec1efd56.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2000-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 | |||
| 11 | 2000-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 | |||
| 1 | 2000-03-31 Kenichi Handa <handa@etl.go.jp> | 17 | 2000-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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-03-30 Ken Raeburn <raeburn@gnu.org> | 6 | 2000-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. |