]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 2005 19:08:07 +0000 (19:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 2005 19:08:07 +0000 (19:08 +0000)
etc/ChangeLog
lisp/ChangeLog
lispref/ChangeLog

index 9fb41788feb76fb6eca434bd1850ac3dd581474f..5bb6bda0af3579319b3b2bad4c757a7fe6eb09e3 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New.
+
 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
 
        * DEBUG: Mention emacs-buffer.gdb.
index b0ad2d93e44f8fd2256f0ec09bd59c1f63c5f306..b4b8ff702b7f67b89418599836249caf5ecfdb2b 100644 (file)
@@ -1,3 +1,30 @@
+2005-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
+       (flyspell-local-mouse-map): Declaration deleted.
+       (flyspell-mouse-map): Bind only mouse-2.
+       (flyspell-mode-map): Don't test flyspell-use-local-map.
+       (flyspell-overlay-keymap-property-name): Var deleted.
+       (flyspell-mode-on): Don't make local bindings for
+       flyspell-mouse-map and flyspell-mode-map.
+       (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
+
+       * textmodes/ispell.el (ispell-word): Do not ignore short words.
+
+       * progmodes/compile.el (compilation-next-error-function):
+       Don't switch buffers; operate on the current buffer.
+
+       * facemenu.el (facemenu-add-face): Warn when font-lock is active.
+
+       * comint.el (comint-password-prompt-regexp): Accept ", try again".
+
+       * bindings.el (global-map): Bind insertchar and its variants.
+
+2005-06-27  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/artist.el (artist-text-overwrite)
+       (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
+
 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * ps-print.el: It was not working the page selection for printing.
@@ -36,7 +63,7 @@
 
 2005-06-26  David Ponce  <david@dponce.com>
 
-       * recentf.el: Require 'tree-widget instead of 'wid-edit.
+       * recentf.el: Require tree-widget instead of wid-edit.
        (recentf-filename-handler): Fix widget :type.
        (recentf-cancel-dialog, recentf-open-more-files)
        (recentf-open-files-action): Doc fix.
index 69f1824742e7c4fc30a207c0fe22b8f0ba512c57..8fb45279c94e5f3133ef41640ef9d12d1121ed00 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
+       make-keymap.
+
 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
 
        * variables.texi (Setting Variables): Correct and clarify