Mercurial > emacs
comparison lisp/ChangeLog @ 28564:e79438733ef2
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 13 Apr 2000 14:02:23 +0000 |
parents | fb9c1497b601 |
children | a9671bbcef78 |
comparison
equal
deleted
inserted
replaced
28563:7d8ea470609b | 28564:e79438733ef2 |
---|---|
1 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> | |
2 | |
3 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
4 converted to the new menu-item format, names silightly changed, | |
5 help strings added. | |
6 | |
7 Support for spelling without async subprocesses: | |
8 | |
9 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
10 (ispell-session-buffer): New variables. | |
11 (ispell-start-process, ispell-process-status, | |
12 ispell-accept-output, ispell-send-string): New functions, for | |
13 Ispell invocation when async subprocesses aren't supported. | |
14 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
15 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
16 to process-send-string with calls to ispell-send-string, and | |
17 accept-process-output with ispell-accept-output. | |
18 (ispell-init-process): Call ispell-process-status instead of | |
19 process-status with. | |
20 (ispell-init-process): Call ispell-start-process. Call | |
21 ispell-accept-output and ispell-send-string. Don't call | |
22 process-kill-without-query and kill-process if they are unbound. | |
23 (ispell-async-processp): New function. | |
24 | |
1 2000-04-12 Dave Love <fx@gnu.org> | 25 2000-04-12 Dave Love <fx@gnu.org> |
2 | 26 |
3 * info.el: Add debug-ignored-errors. | 27 * info.el: Add debug-ignored-errors. |
4 (Info-mode-menu): Add some items. | 28 (Info-mode-menu): Add some items. |
5 (Info-directory): Add autoload cookie. | 29 (Info-directory): Add autoload cookie. |