diff options
| author | Kim F. Storm | 2006-12-25 13:30:09 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-25 13:30:09 +0000 |
| commit | 42f82ce71fb02a7474047affbc0565bde4bf887b (patch) | |
| tree | 2ba1f2e20f862ede509566e99961dddb0bab5fbe | |
| parent | 40cacec2b3ecbc6142b4f24b0870683a161a6cd2 (diff) | |
| download | emacs-42f82ce71fb02a7474047affbc0565bde4bf887b.tar.gz emacs-42f82ce71fb02a7474047affbc0565bde4bf887b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68112e03568..a927ca02d44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. | ||
| 4 | |||
| 1 | 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * startup.el: (fancy-splash-last-input-event): New variable. | 7 | * startup.el: (fancy-splash-last-input-event): New variable. |
| @@ -51,15 +55,15 @@ | |||
| 51 | custom-add-option. | 55 | custom-add-option. |
| 52 | 56 | ||
| 53 | 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> | 57 | 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu> |
| 54 | 58 | ||
| 55 | * ediff-diff.el (ediff-diff-options): Clarify docstring. | 59 | * ediff-diff.el (ediff-diff-options): Clarify docstring. |
| 56 | (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. | 60 | (ediff-setup-diff-regions): Disallow -u in ediff-diff-options. |
| 57 | 61 | ||
| 58 | * viper-cmd.el (viper-post-command-sentinel): Protect against errors in | 62 | * viper-cmd.el (viper-post-command-sentinel): Protect against errors in |
| 59 | hooks. | 63 | hooks. |
| 60 | (viper-add-newline-at-eob-if-necessary): Add newline only if we | 64 | (viper-add-newline-at-eob-if-necessary): Add newline only if we |
| 61 | actually modify buffer; ignore errors if occur. | 65 | actually modify buffer; ignore errors if occur. |
| 62 | 66 | ||
| 63 | 2006-12-23 Chong Yidong <cyd@stupidchicken.com> | 67 | 2006-12-23 Chong Yidong <cyd@stupidchicken.com> |
| 64 | 68 | ||
| 65 | * calendar/calendar.el (calendar-mode-map): Switch < and >. | 69 | * calendar/calendar.el (calendar-mode-map): Switch < and >. |
diff --git a/src/ChangeLog b/src/ChangeLog index 33d54f430cd..4a48df1a507 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it. | ||
| 4 | |||
| 1 | 2006-12-23 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-12-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * keyboard.c (some_mouse_moved): Fix last change. | 7 | * keyboard.c (some_mouse_moved): Fix last change. |