diff options
| author | Gerd Moellmann | 2000-01-13 14:50:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-13 14:50:15 +0000 |
| commit | 0a352cd7a33b213559266c8f676f05c06525202d (patch) | |
| tree | 623486ad559bee421c8809969d76058a9e9d6cb5 /lisp/ChangeLog | |
| parent | 15fc5b2861d26de4556a49f7dc7ca52243318b11 (diff) | |
| download | emacs-0a352cd7a33b213559266c8f676f05c06525202d.tar.gz emacs-0a352cd7a33b213559266c8f676f05c06525202d.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e457a2271b3..e1a8f3cb78d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2000-01-13 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * net/eudc.el (toplevel): Remove autoloaded code installing | ||
| 4 | menu with easymenu, because that causes build problems. | ||
| 5 | |||
| 6 | * frame.el (frame-notice-user-settings): New variable. | ||
| 7 | (frame-notice-user-settings): Don't modify frame parameters | ||
| 8 | if called a second time. | ||
| 9 | |||
| 10 | 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 11 | |||
| 12 | * frame.el (frame-notice-user-settings): | ||
| 13 | Notice default-frame-parameters even for non-window frames. | ||
| 14 | |||
| 15 | 2000-01-13 Gerd Moellmann <gerd@gnu.org> | ||
| 16 | |||
| 3 | * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | 17 | * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds |
| 4 | for Emacs. | 18 | for Emacs. |
| 5 | (eudc-bob-can-display-inline-images): Extend for Emacs. | 19 | (eudc-bob-can-display-inline-images): Extend for Emacs. |