aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bddf643219f..10bf603a41f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -889,6 +889,9 @@ Note that +++ before an item means the Lisp manual has been updated.
889When you add a new item, please add it without either +++ or --- 889When you add a new item, please add it without either +++ or ---
890so I will know I still need to look at it -- rms. 890so I will know I still need to look at it -- rms.
891 891
892** The function `clear-this-command-keys' now also clears the vector
893returned by function `recent-keys'.
894
892** New function `keyword-p' is an efficient type predicate for keyword 895** New function `keyword-p' is an efficient type predicate for keyword
893symbols. 896symbols.
894 897
diff --git a/src/ChangeLog b/src/ChangeLog
index ca48fdd4216..f2faf005193 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-01-11 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
4 vector, too.
5
12000-01-11 Andreas Schwab <schwab@suse.de> 62000-01-11 Andreas Schwab <schwab@suse.de>
2 7
3 * coding.c (code_convert_region): Initialize total_skip. 8 * coding.c (code_convert_region): Initialize total_skip.