diff options
| author | Gerd Moellmann | 2000-08-18 03:48:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-18 03:48:49 +0000 |
| commit | 385ff9e36d09f52aa38432bb471b215d0fda063b (patch) | |
| tree | 9b4c0278577ade5b1f2f626fedc9d5d995be95e4 | |
| parent | e4457b09c80553497e5930a2c0b0a6125f53d927 (diff) | |
| download | emacs-385ff9e36d09f52aa38432bb471b215d0fda063b.tar.gz emacs-385ff9e36d09f52aa38432bb471b215d0fda063b.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 17 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 22 insertions, 0 deletions
| @@ -778,6 +778,23 @@ code when called with a prefix argument. | |||
| 778 | transient-mark-mode is on, and the mark is active. Otherwise it | 778 | transient-mark-mode is on, and the mark is active. Otherwise it |
| 779 | spell-checks the current buffer. | 779 | spell-checks the current buffer. |
| 780 | 780 | ||
| 781 | *** Support for synchronous subprocesses - DOS/Windoze - has been | ||
| 782 | added. | ||
| 783 | |||
| 784 | *** An "alignment error" bug was fixed when a manual spelling | ||
| 785 | correction is made and re-checked. | ||
| 786 | |||
| 787 | *** An Italian dictionary definition has been added. | ||
| 788 | |||
| 789 | *** Region skipping performance has been vastly improved in some | ||
| 790 | cases. | ||
| 791 | |||
| 792 | *** Spell checking HTML buffers has been improved and isn't so strict | ||
| 793 | on syntax errors. | ||
| 794 | |||
| 795 | *** The buffer-local words are now always placed on a new line at the | ||
| 796 | end of the buffer. | ||
| 797 | |||
| 781 | ** Dired changes | 798 | ** Dired changes |
| 782 | 799 | ||
| 783 | *** New variable `dired-recursive-deletes' determines if the delete | 800 | *** New variable `dired-recursive-deletes' determines if the delete |
diff --git a/src/ChangeLog b/src/ChangeLog index 7972f776cba..e144ece519d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-08-18 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (kbd_buffer_get_event): Handle the case that the | ||
| 4 | second half of a HELP_EVENT is found at the start of kbd_buffer. | ||
| 5 | |||
| 1 | 2000-08-18 Miles Bader <miles@gnu.org> | 6 | 2000-08-18 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl. | 8 | * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl. |