]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 31 Mar 2000 11:54:40 +0000 (11:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 31 Mar 2000 11:54:40 +0000 (11:54 +0000)
lisp/ChangeLog
src/ChangeLog

index a37dbf9080ff4c6f34a692f12df67ea158af2d7a..cac8ecf3e0c84b743f223a758ab48828cb564ea2 100644 (file)
@@ -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.
index 9f673eb7529ff0ec3c3ea08def4fffd663e39cb6..f13e4e61e6cbe95d070cad3ab65dd7c1fd0f62ba 100644 (file)
@@ -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.