diff options
| author | Stefan Monnier | 2008-03-20 15:47:15 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-20 15:47:15 +0000 |
| commit | df06dd59a6401095be74a9d4eb763495e2414edd (patch) | |
| tree | 1ec4b5ce46c360b69e260c3c903ee297b4e2e01c /lisp/gnus/ChangeLog | |
| parent | b813166acef36bb66a264544313cebf1de30e9c5 (diff) | |
| download | emacs-df06dd59a6401095be74a9d4eb763495e2414edd.tar.gz emacs-df06dd59a6401095be74a9d4eb763495e2414edd.zip | |
(mm-set-buffer-multibyte): New function.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7d86ddc0f7c..e31324b1f25 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * mm-util.el (mm-set-buffer-multibyte): New function. | ||
| 4 | |||
| 3 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): | 5 | * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): |
| 4 | Prefer fboundp to functionp so it works with macros as well. | 6 | Prefer fboundp to functionp so it works with macros as well. |
| 5 | 7 | ||