From: Gerd Moellmann Date: Thu, 11 Nov 1999 11:57:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bc6df5389f08b6c9b08193eada97bfb5a0f6c58;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1402ef4923..7392de2d6ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,18 @@ +1999-11-10 Peter Kleiweg + + * progmodes/ps-mode.el (ps-mode-maintainer-address): New + constant. + (ps-mode-submit-bug-report): New function. Entry added to menu. + 1999-11-10 William M. Perry * mwheel.el: New file to support the new style wheeled mice. 1999-11-10 Gerd Moellmann + * startup.el (initial-scratch-message): Add ";;" to the front of + lines in the message. + * files.el (file-local-copy): Remove optional BUFFER argument because that's not used by anything. diff --git a/src/ChangeLog b/src/ChangeLog index 338f6b86fad..7886ce54b19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +1999-11-11 Gerd Moellmann + + * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c, + lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h, + buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES. + 1999-11-10 Gerd Moellmann * xfns.c (QCuser_data): Removed.