Mercurial > emacs
comparison lisp/ChangeLog @ 63818:75b7da639bba
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Jun 2005 19:08:07 +0000 |
parents | 11342f636d93 |
children | 2ac5f97909a7 |
comparison
equal
deleted
inserted
replaced
63817:032f69088e2e | 63818:75b7da639bba |
---|---|
1 2005-06-28 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted. | |
4 (flyspell-local-mouse-map): Declaration deleted. | |
5 (flyspell-mouse-map): Bind only mouse-2. | |
6 (flyspell-mode-map): Don't test flyspell-use-local-map. | |
7 (flyspell-overlay-keymap-property-name): Var deleted. | |
8 (flyspell-mode-on): Don't make local bindings for | |
9 flyspell-mouse-map and flyspell-mode-map. | |
10 (make-flyspell-overlay): Unconditionally put on `keymap' text prop. | |
11 | |
12 * textmodes/ispell.el (ispell-word): Do not ignore short words. | |
13 | |
14 * progmodes/compile.el (compilation-next-error-function): | |
15 Don't switch buffers; operate on the current buffer. | |
16 | |
17 * facemenu.el (facemenu-add-face): Warn when font-lock is active. | |
18 | |
19 * comint.el (comint-password-prompt-regexp): Accept ", try again". | |
20 | |
21 * bindings.el (global-map): Bind insertchar and its variants. | |
22 | |
23 2005-06-27 Richard M. Stallman <rms@gnu.org> | |
24 | |
25 * textmodes/artist.el (artist-text-overwrite) | |
26 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string. | |
27 | |
1 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 28 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 29 |
3 * ps-print.el: It was not working the page selection for printing. | 30 * ps-print.el: It was not working the page selection for printing. |
4 Reported by Sebastian Tennant <sebyte@smolny.plus.com>. | 31 Reported by Sebastian Tennant <sebyte@smolny.plus.com>. |
5 (ps-print-version): New version 6.6.7. | 32 (ps-print-version): New version 6.6.7. |
34 * emacs-lisp/autoload.el (make-autoload): Add the :setter for | 61 * emacs-lisp/autoload.el (make-autoload): Add the :setter for |
35 defcustoms corresponding to minor modes. | 62 defcustoms corresponding to minor modes. |
36 | 63 |
37 2005-06-26 David Ponce <david@dponce.com> | 64 2005-06-26 David Ponce <david@dponce.com> |
38 | 65 |
39 * recentf.el: Require 'tree-widget instead of 'wid-edit. | 66 * recentf.el: Require tree-widget instead of wid-edit. |
40 (recentf-filename-handler): Fix widget :type. | 67 (recentf-filename-handler): Fix widget :type. |
41 (recentf-cancel-dialog, recentf-open-more-files) | 68 (recentf-cancel-dialog, recentf-open-more-files) |
42 (recentf-open-files-action): Doc fix. | 69 (recentf-open-files-action): Doc fix. |
43 (recentf-dialog-goto-first): New function. | 70 (recentf-dialog-goto-first): New function. |
44 (recentf-dialog-mode-map): Set parent keymap first. | 71 (recentf-dialog-mode-map): Set parent keymap first. |