# HG changeset patch # User Gerd Moellmann # Date 966570529 0 # Node ID 5f266cae21c8b08e8f59157427ef7c20ae385bfe # Parent 29fae12cc8343bfcc8161db544cb5ecdbee923b7 *** empty log message *** diff -r 29fae12cc834 -r 5f266cae21c8 etc/NEWS --- a/etc/NEWS Fri Aug 18 03:13:27 2000 +0000 +++ b/etc/NEWS Fri Aug 18 03:48:49 2000 +0000 @@ -778,6 +778,23 @@ transient-mark-mode is on, and the mark is active. Otherwise it spell-checks the current buffer. +*** Support for synchronous subprocesses - DOS/Windoze - has been +added. + +*** An "alignment error" bug was fixed when a manual spelling +correction is made and re-checked. + +*** An Italian dictionary definition has been added. + +*** Region skipping performance has been vastly improved in some +cases. + +*** Spell checking HTML buffers has been improved and isn't so strict +on syntax errors. + +*** The buffer-local words are now always placed on a new line at the +end of the buffer. + ** Dired changes *** New variable `dired-recursive-deletes' determines if the delete diff -r 29fae12cc834 -r 5f266cae21c8 src/ChangeLog --- a/src/ChangeLog Fri Aug 18 03:13:27 2000 +0000 +++ b/src/ChangeLog Fri Aug 18 03:48:49 2000 +0000 @@ -1,3 +1,8 @@ +2000-08-18 Gerd Moellmann + + * keyboard.c (kbd_buffer_get_event): Handle the case that the + second half of a HELP_EVENT is found at the start of kbd_buffer. + 2000-08-18 Miles Bader * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.