aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-15 13:01:30 +0000
committerGerd Moellmann2000-12-15 13:01:30 +0000
commit8062e53a7c455bb0d6ff48440e34352b91d0c6d9 (patch)
tree2a438c99e89bd843e8f40969ae733da5fb61bde3
parentc47e669ba8b6bb40dce5f0f72f4cc556f146dbdc (diff)
downloademacs-8062e53a7c455bb0d6ff48440e34352b91d0c6d9.tar.gz
emacs-8062e53a7c455bb0d6ff48440e34352b91d0c6d9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e500db042be..9babafe76cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,8 @@
4 4
52000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu> 52000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6 6
7 * sort.el (sort-columns): Fix error message.
8
7 * dabbrev.el (dabbrev--last-case-pattern): Value is now 9 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8 `upcase' or `downcase' or nil. 10 `upcase' or `downcase' or nil.
9 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern. 11 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
diff --git a/src/ChangeLog b/src/ChangeLog
index eb956c482b9..acad3775507 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-12-15 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
4 not unwind_create_frame.
5
12000-12-15 Kenichi Handa <handa@etl.go.jp> 62000-12-15 Kenichi Handa <handa@etl.go.jp>
2 7
3 * coding.c (setup_coding_system): Clear all members of the struct 8 * coding.c (setup_coding_system): Clear all members of the struct