comparison lisp/ChangeLog @ 30948:0763555f942b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 18 Aug 2000 06:31:51 +0000
parents 9747d7fb3ba9
children 2c9c5a2d8d8f
comparison
equal deleted inserted replaced
30947:3e2633195694 30948:0763555f942b
1 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4 `portugues'.
5
6 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7 backward-kill-sexp, analogous to kill-sexp.
8
9 * progmodes/icon.el (icon-indent-line)
10 (icon-is-continuation-line): Handle comments specially.
11
12 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13
14 * ispell.el: Set to standard author/maintainer/keyword fields.
15 Fine tuning to menu map appearance and operation, and added help.
16 Remove `start' and `end' error messages when compiling.
17 (ispell-choices-win-default-height): Fixed comment string.
18 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19 castellano8 dictionaries.
20 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
21 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
22 dictionary, added italiano dictionary.
23 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
24 word character
25 (ispell-tex-skip-alists): Added psfig support.
26 (ispell-skip-html): Renamed from ispell-skip-sgml.
27 (ispell-begin-skip-region-regexp, ispell-skip-region)
28 (ispell-minor-check): Improved html skipping support to skip across
29 code, and recognize `&' commands without propper `;' syntax;
30 (ispell-process-line): Fix alignment error when manually
31 correcting spelling.
32 (ispell): Fix comment string.
33 (ispell-add-per-file-word-list): Always put word list on new line.
34
1 2000-08-17 Gerd Moellmann <gerd@gnu.org> 35 2000-08-17 Gerd Moellmann <gerd@gnu.org>
2 36
3 * format.el (format-encode-run-method): Fix error message to say 37 * format.el (format-encode-run-method): Fix error message to say
4 `encode' instead of `decode'. Use save-window-excursion around 38 `encode' instead of `decode'. Use save-window-excursion around
5 shell-command-on-region as in format-decode-run-method because 39 shell-command-on-region as in format-decode-run-method because