aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-18 03:48:49 +0000
committerGerd Moellmann2000-08-18 03:48:49 +0000
commit385ff9e36d09f52aa38432bb471b215d0fda063b (patch)
tree9b4c0278577ade5b1f2f626fedc9d5d995be95e4
parente4457b09c80553497e5930a2c0b0a6125f53d927 (diff)
downloademacs-385ff9e36d09f52aa38432bb471b215d0fda063b.tar.gz
emacs-385ff9e36d09f52aa38432bb471b215d0fda063b.zip
*** empty log message ***
-rw-r--r--etc/NEWS17
-rw-r--r--src/ChangeLog5
2 files changed, 22 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 598276c1864..93bf40dce03 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -778,6 +778,23 @@ code when called with a prefix argument.
778transient-mark-mode is on, and the mark is active. Otherwise it 778transient-mark-mode is on, and the mark is active. Otherwise it
779spell-checks the current buffer. 779spell-checks the current buffer.
780 780
781*** Support for synchronous subprocesses - DOS/Windoze - has been
782added.
783
784*** An "alignment error" bug was fixed when a manual spelling
785correction 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
790cases.
791
792*** Spell checking HTML buffers has been improved and isn't so strict
793on syntax errors.
794
795*** The buffer-local words are now always placed on a new line at the
796end 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 @@
12000-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
12000-08-18 Miles Bader <miles@gnu.org> 62000-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.