]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 21:27:37 +0000 (21:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 21 Dec 2000 21:27:37 +0000 (21:27 +0000)
lisp/ChangeLog
src/ChangeLog

index 12265a8df7319b6d8b542e28d044ec8b6e279aef..ec93d294a3369b44c3915e34925328cd40527ec2 100644 (file)
@@ -9,6 +9,10 @@
        * server.el (server-switch-buffer): Choose a window on a visible
        frame.
 
+2000-12-21  Dave Pearson  <davep@davep.org>
+
+       * quickurl.el: Commentry change, I've moved my web site.
+       
 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
index 1538538e0fbd84cdf9de0f8fb78635f6679b2641..6a6d9eb8a2991618aaee92eace475068c22bb07c 100644 (file)
@@ -1,5 +1,17 @@
 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
+       GLYPHS.
+
+       * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
+       otherwise tabs of different size compare equal.
+
+       * callint.c (Fcall_interactively): Prevent a compiler warning.
+
+       * print.c (print_unwind): Return nil.
+       (PRINTDECLARE): Initialize all local variables.
+       (print_preprocess): Add a default case.
+
        * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
 
        * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.