diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c53ee6c16a1..68112e03568 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * startup.el: (fancy-splash-last-input-event): New variable. | ||
| 4 | (fancy-splash-special-event-action): New function. | ||
| 5 | (fancy-splash-screens): Temporarily bind special events to it. | ||
| 6 | Execute command for saved special event before exiting from | ||
| 7 | recursive editing. | ||
| 8 | |||
| 9 | * term/mac-win.el: (mac-keyboard-translate-char, mac-unread-string): | ||
| 10 | New functions. | ||
| 11 | (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event): | ||
| 12 | Use mac-unread-string. | ||
| 13 | |||
| 1 | 2006-12-24 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> | 14 | 2006-12-24 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> |
| 2 | 15 | ||
| 3 | * textmodes/fill.el (fill-comment-paragraph): Prevent the use of | 16 | * textmodes/fill.el (fill-comment-paragraph): Prevent the use of |