]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 18 Aug 2000 03:48:49 +0000 (03:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 18 Aug 2000 03:48:49 +0000 (03:48 +0000)
etc/NEWS
src/ChangeLog

index 598276c18646547a190cbc8b1c855b845ded3b3e..93bf40dce03dc5c03d04f7c3328346c9d5a9eb87 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -778,6 +778,23 @@ code when called with a prefix argument.
 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
index 7972f776cbaf177eea9f50c3a712a0cafcad64ab..e144ece519d87a05d5fdfbcb8e374084fe0537e6 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <miles@gnu.org>
 
        * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.