aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-16 12:18:53 +0000
committerGerd Moellmann2001-05-16 12:18:53 +0000
commit1b7818b44c28a9b37a3ca4193013ebfea377059b (patch)
tree59aa4ebb536b4bee044c5b9119c9477b4add309e
parenta7be34e5f6c8051708ac14d229c87516b68ec616 (diff)
downloademacs-1b7818b44c28a9b37a3ca4193013ebfea377059b.tar.gz
emacs-1b7818b44c28a9b37a3ca4193013ebfea377059b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f72b57946d0..fde4307c11d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-05-16 Gerd Moellmann <gerd@gnu.org> 12001-05-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/outline.el (outline-font-lock-level): Remove the
4 condition-case, test what outline-level returns instead, to ease
5 debugging.
6
3 * international/mule.el (auto-coding-regexp-alist): New user-option. 7 * international/mule.el (auto-coding-regexp-alist): New user-option.
4 (auto-coding-from-file-contents): New function. 8 (auto-coding-from-file-contents): New function.
5 (set-auto-coding): Use it to determine a coding system. 9 (set-auto-coding): Use it to determine a coding system.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e06bfbfb56..d88b38f66b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-05-16 Gerd Moellmann <gerd@gnu.org> 12001-05-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * buffer.c (copy_overlays): New function.
4 (clone_per_buffer_values): Use it.
5
6 * buffer.h (OVERLAY_PLIST): New macro.
7
3 * keymap.c (Fsingle_key_description): Replace a build_string with 8 * keymap.c (Fsingle_key_description): Replace a build_string with
4 a make_multibyte_string. From Kenichi Handa <handa@etl.go.jp>. 9 a make_multibyte_string. From Kenichi Handa <handa@etl.go.jp>.
5 10