diff options
| author | Gerd Moellmann | 2000-12-15 13:01:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-15 13:01:30 +0000 |
| commit | 8062e53a7c455bb0d6ff48440e34352b91d0c6d9 (patch) | |
| tree | 2a438c99e89bd843e8f40969ae733da5fb61bde3 | |
| parent | c47e669ba8b6bb40dce5f0f72f4cc556f146dbdc (diff) | |
| download | emacs-8062e53a7c455bb0d6ff48440e34352b91d0c6d9.tar.gz emacs-8062e53a7c455bb0d6ff48440e34352b91d0c6d9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
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 | ||
| 5 | 2000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5 | 2000-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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-12-15 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-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 |