diff options
| author | Gerd Moellmann | 2000-08-18 06:31:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-18 06:31:51 +0000 |
| commit | 74ec6045ba58355e44cb3fced9f548f35388cb4b (patch) | |
| tree | 2719b8421d1fb31e494be91ed0b968fbe4637855 | |
| parent | 0c1a49d3cb1b623fd4874844c3bba9a4f5d231e6 (diff) | |
| download | emacs-74ec6045ba58355e44cb3fced9f548f35388cb4b.tar.gz emacs-74ec6045ba58355e44cb3fced9f548f35388cb4b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 34 |
2 files changed, 35 insertions, 1 deletions
| @@ -784,7 +784,7 @@ added. | |||
| 784 | *** An "alignment error" bug was fixed when a manual spelling | 784 | *** An "alignment error" bug was fixed when a manual spelling |
| 785 | correction is made and re-checked. | 785 | correction is made and re-checked. |
| 786 | 786 | ||
| 787 | *** An Italian dictionary definition has been added. | 787 | *** An Italian and a Portuguese dictionary definition has been added. |
| 788 | 788 | ||
| 789 | *** Region skipping performance has been vastly improved in some | 789 | *** Region skipping performance has been vastly improved in some |
| 790 | cases. | 790 | cases. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f4240f15b4..2e4f83202c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 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 |