mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
*** empty log message ***
This commit is contained in:
parent
d4e92f5f0c
commit
025691ed92
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user