diff options
| author | Gerd Moellmann | 1999-11-11 11:57:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-11 11:57:47 +0000 |
| commit | 3bc6df5389f08b6c9b08193eada97bfb5a0f6c58 (patch) | |
| tree | 329e6cbeb589b97cc471e63260e3f11cd5026788 | |
| parent | 3b79c219074cdd7a09731f57352a910cfb418bd6 (diff) | |
| download | emacs-3bc6df5389f08b6c9b08193eada97bfb5a0f6c58.tar.gz emacs-3bc6df5389f08b6c9b08193eada97bfb5a0f6c58.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1402ef4923..7392de2d6ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,18 @@ | |||
| 1 | 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> | ||
| 2 | |||
| 3 | * progmodes/ps-mode.el (ps-mode-maintainer-address): New | ||
| 4 | constant. | ||
| 5 | (ps-mode-submit-bug-report): New function. Entry added to menu. | ||
| 6 | |||
| 1 | 1999-11-10 William M. Perry <wmperry@aventail.com> | 7 | 1999-11-10 William M. Perry <wmperry@aventail.com> |
| 2 | 8 | ||
| 3 | * mwheel.el: New file to support the new style wheeled mice. | 9 | * mwheel.el: New file to support the new style wheeled mice. |
| 4 | 10 | ||
| 5 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> | 11 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 6 | 12 | ||
| 13 | * startup.el (initial-scratch-message): Add ";;" to the front of | ||
| 14 | lines in the message. | ||
| 15 | |||
| 7 | * files.el (file-local-copy): Remove optional BUFFER argument | 16 | * files.el (file-local-copy): Remove optional BUFFER argument |
| 8 | because that's not used by anything. | 17 | because that's not used by anything. |
| 9 | 18 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 338f6b86fad..7886ce54b19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 1999-11-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c, | ||
| 4 | lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h, | ||
| 5 | buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES. | ||
| 6 | |||
| 1 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> | 7 | 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * xfns.c (QCuser_data): Removed. | 9 | * xfns.c (QCuser_data): Removed. |