aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fcf895a1982..a18000ab7e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-09-18 Gerd Moellmann <gerd@gnu.org> 12001-09-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
4 recursive_edit_unwind.
5 (recursive_edit_unwind): Set kboard state according to
6 SINGLE-KBOARD.
7
3 * buffer.c (modify_overlay): Don't do nothing if START == END; 8 * buffer.c (modify_overlay): Don't do nothing if START == END;
4 This can still be a modification, for example when an overlay has 9 This can still be a modification, for example when an overlay has
5 a before-string or after-string. 10 a before-string or after-string.