From: Gerd Moellmann Date: Fri, 31 Mar 2000 11:54:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa110c0c9e972e79fa38b002dea40e5eec1efd56;p=emacs.git *** empty log message *** --- 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 + + * 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 + + * 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 * 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 + + * xterm.c (x_produce_glyphs): When displaying unibyte text + or ASCII, handle case that per-char metric is NULL. + 2000-03-30 Ken Raeburn * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.