emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 16 Dec 2005 02:07:23 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.8810 emacs/lisp/ChangeLog:1.8811
--- emacs/lisp/ChangeLog:1.8810 Fri Dec 16 00:44:41 2005
+++ emacs/lisp/ChangeLog        Fri Dec 16 02:07:23 2005
@@ -1,3 +1,29 @@
+2005-12-15  Richard M. Stallman  <address@hidden>
+
+       * tooltip.el: Delete defcustom variable :tag names.
+
+       * complete.el (partial-completion-mode): Doc fix.
+
+       * textmodes/flyspell.el (flyspell-external-point-words):
+       Use save-excursion to ensure we don't move backward in the
+       search loop, not even one character.
+       (flyspell-delete-all-overlays): Use remove-overlays directly.
+
+       * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
+       (ispell-start-process): Set that variable.
+       Clear ispell-buffer-local-name.
+       (ispell-internal-change-dictionary):
+       Set ispell-current-dictionary after killing process.
+       (ispell-buffer-local-dict):
+       Don't set spell-personal-dictionary after killing process.
+       (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
+       (ispell-tex-skip-alists)
+       (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
+
+       * net/newsticker.el (newsticker--retrieval-timer-list)
+       (newsticker--display-timer, newsticker-running-p)
+       (newsticker-ticker-running-p): Definitions moved up.
+
 2005-12-16  Nick Roberts  <address@hidden>
 
        * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]