# HG changeset patch # User Gerd Moellmann # Date 977434057 0 # Node ID 61d22833847ad062be60570ba3b33bca2dce5235 # Parent 5131c8bca41914fb4276000a59c098872863a091 *** empty log message *** diff -r 5131c8bca419 -r 61d22833847a lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 21 21:27:11 2000 +0000 +++ b/lisp/ChangeLog Thu Dec 21 21:27:37 2000 +0000 @@ -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 -r 5131c8bca419 -r 61d22833847a src/ChangeLog --- a/src/ChangeLog Thu Dec 21 21:27:11 2000 +0000 +++ b/src/ChangeLog Thu Dec 21 21:27:37 2000 +0000 @@ -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.