comparison lisp/ChangeLog @ 27261:b61a92ed8ed9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 10 Jan 2000 12:06:33 +0000
parents c41efa6c4be1
children 8fe795290d2f
comparison
equal deleted inserted replaced
27260:ec1a21729421 27261:b61a92ed8ed9
1 2000-01-10 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4 Add ispell- prefix.
5
6 2000-01-10 Ken Stevens <k.stevens@ieee.org>
7
8 * ispell.el: Only define dictionaries in menus when they exist.
9 (version18p): New variable.
10 (version20p): New variable.
11 (xemacsp): New variable.
12 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14 (ispell-dictionary-alist6): Russian command lines no longer accept
15 run-together words.
16 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17 (ispell-dictionary-alist): Add koi8-r to customize definition.
18 (check-ispell-version): Added documentation string. Returns
19 library path when called non-interactively.
20 (ispell-menu-map-needed): Uses new variables.
21 (ispell-library-path): New variable.
22 (ispell-decode-string): XEmacs fix for bogus variable bindings.
23 (ispell-word): Improved documentation string. Test for valid
24 character mappings. Correctly check typed in word changes that can
25 result in single words split into multiple words. Returns
26 replacement word.
27 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
28 replace in recursive query replace mode. Help message for
29 recursive edit mode.
30 (ispell-show-choices): Protect against bad framepop bindings.
31 (ispell-help): Fix to work with XEmacs.
32 (ispell-highlight-spelling-error): Use new variables.
33 (ispell-overlay-window): Fix to work with XEmacs.
34 (ispell-parse-output): Passed and returns location information
35 tracking spelling corrections. Doesn't recheck same word on
36 current line.
37 (ispell-init-process): Protect against bogus XEmacs variable binding.
38 Fix call to single argument in sleep-for. Use new variables.
39 (ispell-region): Passed and returns location information tracking
40 spelling corrections. Doesn't check same word on current line.
41 Improved documentation string. Doesn't resend a line already
42 checked to the ispell process - fixes bug in LaTeX parsing.
43 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
44 (ispell-skip-region): No longer skips <TT> in SGML.
45 (ispell-process-line): Tracks location information with spelling
46 corrections. Added documentation string. Accounts for words
47 already accepted on this line. Don't allow query-replace on line
48 starting with math characters. Doesn't resend a line already sent
49 to ispell process. Fixes alignment error bug.
50
1 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> 51 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 52
3 * dired-x.el (dired-guess-shell-alist-default): 53 * dired-x.el (dired-guess-shell-alist-default):
4 Suggest xloadimage, which is free, not xv, which isn't. 54 Suggest xloadimage, which is free, not xv, which isn't.
5 55