aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-08-27 18:31:08 +0000
committerMiles Bader2001-08-27 18:31:08 +0000
commit9ad62cf8c27766e0183e6ba79367eeb3f1360745 (patch)
tree7a496e894a1d6581bc4bb7544501d881556d6738
parentf900ec31149791243fceae72b550e97e2ff88a98 (diff)
downloademacs-9ad62cf8c27766e0183e6ba79367eeb3f1360745.tar.gz
emacs-9ad62cf8c27766e0183e6ba79367eeb3f1360745.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog5
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8f10b3ea16..91abab92a8d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,10 @@
12001-08-22 Miles Bader <miles@gnu.org> 12001-08-28 Miles Bader <miles@gnu.org>
2
3 * comint.el (comint-next-prompt): Don't loop infinitely if
4 {next,previous}-single-char-property-change returns its input
5 position when the search fails.
6
72001-08-27 Miles Bader <miles@gnu.org>
2 8
3 * comint.el (comint-get-old-input-default): Don't signal an error 9 * comint.el (comint-get-old-input-default): Don't signal an error
4 if point is not on an input field; instead, return the current 10 if point is not on an input field; instead, return the current
diff --git a/src/ChangeLog b/src/ChangeLog
index 1da0dcb742b..5bd581f0482 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-08-28 Miles Bader <miles@gnu.org>
2
3 * textprop.c (Fprevious_single_char_property_change)
4 (Fnext_single_char_property_change): Doc fixes.
5
12001-08-27 Gerd Moellmann <gerd@gnu.org> 62001-08-27 Gerd Moellmann <gerd@gnu.org>
2 7
3 * fileio.c (Finsert_file_contents): Allocate, restore, and 8 * fileio.c (Finsert_file_contents): Allocate, restore, and