aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-03-26 16:39:04 +0000
committerGerd Moellmann <[email protected]>2001-03-26 16:39:04 +0000
commite120bebf6a973ee0033086177be626388b441201 (patch)
treea5b6511d4d4f76099d5a2af0f9f947d1f89c483d /lisp
parent25f2ad0554730dd0b62ff2f255090d78d86583ea (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog14
1 files changed, 6 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e47acbd737..dcc88b3169 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
2001-03-26 Gerd Moellmann <[email protected]>
+ * textmodes/flyspell.el: Some doc fixes.
+ (flyspell-maybe-correct-transposition)
+ (flyspell-maybe-correct-doubling): Use a temporary buffer
+
+ * textmodes/ispell.el (ispell-parse-output): Doc fix.
+
* emacs-lisp/byte-opt.el (byte-optimize-while)
(byte-optimize-form-code-walker): Diagnose too few arguments
for `if' and `while'.
@@ -4986,14 +4992,6 @@
2000-10-28 John Wiegley <[email protected]>
- * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
- Changed this function to operate on a temporary buffer instead of
- the main buffer. This not only keeps flyspell from marking a
- buffer as changed that wasn't, but it solves the jumpy cursor
- problem when attempts are made to edit incorrect words.
- (flyspell-maybe-correct-doubling): Same change as for
- `flyspell-maybe-correct-transposition'.
-
* calendar/timeclock.el (timeclock-log): Doc fix.
(timeclock-last-event): Doc fix.
(timeclock-log): Kill the timelog buffer after appending a new event.