]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 9 Dec 2005 09:44:24 +0000 (09:44 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 9 Dec 2005 09:44:24 +0000 (09:44 +0000)
lisp/ChangeLog
src/ChangeLog

index d6d3a5488c681004fa4c2540fcad8c78d6b13090..662d958a75de1df217170a419d0439395ce1e6bf 100644 (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)
index 072e27dd984d55dc2590917e120a9703da463384..5c6fd26abc6e2f264a5bf2543a3282bee65bde48 100644 (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.