diff options
| author | Dave Love | 2000-12-07 12:17:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-07 12:17:57 +0000 |
| commit | e2849090fcb3607a297779b66fe8e08e3fcef699 (patch) | |
| tree | f91f84fd9e0eaa239d6ddffe9b254a24a345d71c /lisp | |
| parent | a3fdb58aaa952d3878a4377611c3787f9aecbb0d (diff) | |
| download | emacs-e2849090fcb3607a297779b66fe8e08e3fcef699.tar.gz emacs-e2849090fcb3607a297779b66fe8e08e3fcef699.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57dbc51acc7..98832a44eaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-12-07 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * jka-compr.el (jka-compr-compression-info-list): Fix :type. | ||
| 4 | |||
| 5 | * facemenu.el (facemenu-unlisted-faces): Fix value. | ||
| 6 | |||
| 1 | 2000-12-07 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2000-12-07 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 8 | ||
| 3 | * font-lock.el (font-lock-default-fontify-region): | 9 | * font-lock.el (font-lock-default-fontify-region): |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 25fd74dc5cf..a40458adc26 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 2000-12-07 Dave Love <fx@gnu.org> | 1 | 2000-12-07 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * mailcap.el (mailcap-download-directory) | ||
| 3 | * gnus-audio.el (gnus-audio-directory) | 4 | * gnus-audio.el (gnus-audio-directory) |
| 4 | * smiley-ems.el (smiley-data-directory): Fix :type. | 5 | * smiley-ems.el (smiley-data-directory): Fix :type. |
| 5 | 6 | ||