Mercurial > emacs
comparison lisp/ChangeLog @ 76635:5e37a1934d22
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Mar 2007 16:24:03 +0000 |
parents | 4bf7602b016c |
children | 88155f310fdf |
comparison
equal
deleted
inserted
replaced
76634:98c3595cace4 | 76635:5e37a1934d22 |
---|---|
1 2007-03-20 Richard Stallman <rms@gnu.org> | |
2 | |
3 * textmodes/ispell.el (ispell-call-process): New function. | |
4 Defends against bad `default-directory.' | |
5 (ispell-check-version, ispell-find-aspell-dictionaries) | |
6 (ispell-get-aspell-config-value, lookup-words): Call it. | |
7 (ispell-call-process-region): New function. | |
8 (ispell-send-string): Call it. | |
9 | |
1 2007-03-20 Andreas Schwab <schwab@suse.de> | 10 2007-03-20 Andreas Schwab <schwab@suse.de> |
2 | 11 |
3 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el. | 12 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el. |
4 (finder-data): Likewise. | 13 (finder-data): Likewise. |
5 (autoloads): Likewise. | 14 (autoloads): Likewise. |
49 | 58 |
50 2007-03-19 Richard Stallman <rms@gnu.org> | 59 2007-03-19 Richard Stallman <rms@gnu.org> |
51 | 60 |
52 * files.el (default-directory): Mark safe. | 61 * files.el (default-directory): Mark safe. |
53 (basic-save-buffer-2): Put proper dir name in error message. | 62 (basic-save-buffer-2): Put proper dir name in error message. |
63 | |
64 * simple.el (compose-mail): Run switch-function after | |
65 setting up the mail buffer. | |
54 | 66 |
55 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes. | 67 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes. |
56 | 68 |
57 2007-03-18 Jay Belanger <belanger@truman.edu> | 69 2007-03-18 Jay Belanger <belanger@truman.edu> |
58 | 70 |
91 | 103 |
92 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) | 104 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change) |
93 | 105 |
94 * autorevert.el (auto-revert-tail-handler): | 106 * autorevert.el (auto-revert-tail-handler): |
95 Call after-revert-hook. | 107 Call after-revert-hook. |
108 | |
109 2007-03-17 Ryan Yeske <rcyeske@gmail.com> | |
110 | |
111 * simple.el (switch-to-completions): No error if search for \n\n fails. | |
96 | 112 |
97 2007-03-17 Chong Yidong <cyd@stupidchicken.com> | 113 2007-03-17 Chong Yidong <cyd@stupidchicken.com> |
98 | 114 |
99 * simple.el (line-move-1): Respect | 115 * simple.el (line-move-1): Respect |
100 `inhibit-line-move-field-capture' property. | 116 `inhibit-line-move-field-capture' property. |