diff options
| author | Gerd Moellmann <gerd@gnu.org> | 2000-03-31 11:54:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 2000-03-31 11:54:40 +0000 |
| commit | aa110c0c9e972e79fa38b002dea40e5eec1efd56 (patch) | |
| tree | 7fcf03c480d257a2f938b7c9b733a2e69636a0c6 | |
| parent | 474848acee267167c1a042b1ef0f33f867e49495 (diff) | |
| download | emacs-aa110c0c9e972e79fa38b002dea40e5eec1efd56.tar.gz | |
*** 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 @@ +2000-03-31 Gerd Moellmann <gerd@gnu.org> + + * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. + + * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): + Re-enable new code. + + * lpr.el (print-region-1): Use -d to specify printer name for + systems `usg-unix-v*, `dgux', `hpux', `irix'. + +2000-03-31 Dave Love <fx@gnu.org> + + * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look + for function definition in symbol's function value slot first + instead of first consulting byte-compile-function-environment. + 2000-03-31 Kenichi Handa <handa@etl.go.jp> * 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 @@ +2000-03-31 Gerd Moellmann <gerd@gnu.org> + + * xterm.c (x_produce_glyphs): When displaying unibyte text + or ASCII, handle case that per-char metric is NULL. + 2000-03-30 Ken Raeburn <raeburn@gnu.org> * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef. |
