1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-12-09 09:44:24 +00:00
parent e2de799989
commit 84fdb82c52
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
2005-12-09 Kim F. Storm <storm@cua.dk>
* mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2005-12-09 David Ponce <david@dponce.com>
* recentf.el Improvement of the menu code.
* recentf.el: Improvement of the menu code.
(recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
instead of menu hook.
(recentf-show-menu, recentf-hide-menu): New functions.
@ -29,7 +33,6 @@
(recentf-filter-changer-select): New function.
(recentf-filter-changer): Use it. Make a sub-menu from filters
available in `recentf-filter-changer-alist'.
(recentf-data-cache, recentf-clear-data)
(recentf-update-menu): Remove. All references updated.
(recentf-match-rule-p, recentf-build-dir-rules)

View File

@ -1,3 +1,8 @@
2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
* indent.c (Fvertical_motion): Force move if starting on
stretch glyph.
2005-12-08 Richard M. Stallman <rms@gnu.org>
* lread.c (read_escape) <\s>: Don't treat strings specially.