From: Gerd Moellmann Date: Thu, 21 Dec 2000 21:27:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ba384dc773d5a6b2a1998b7b02971d53790d2e6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12265a8df73..ec93d294a33 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,10 @@ * server.el (server-switch-buffer): Choose a window on a visible frame. +2000-12-21 Dave Pearson + + * quickurl.el: Commentry change, I've moved my web site. + 2000-12-21 Vinicius Jose Latorre * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept diff --git a/src/ChangeLog b/src/ChangeLog index 1538538e0fb..6a6d9eb8a29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2000-12-21 Gerd Moellmann + * 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.