diff options
| author | YAMAMOTO Mitsuharu | 2006-12-25 08:18:29 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-12-25 08:18:29 +0000 |
| commit | 40cacec2b3ecbc6142b4f24b0870683a161a6cd2 (patch) | |
| tree | 5ca14e78f611d4d450a2a0128be201959ec0b50f /lisp/ChangeLog | |
| parent | d3f4ab736a79aa886c6f744fcbe79b04edbec01f (diff) | |
| download | emacs-40cacec2b3ecbc6142b4f24b0870683a161a6cd2.tar.gz emacs-40cacec2b3ecbc6142b4f24b0870683a161a6cd2.zip | |
(mac-keyboard-translate-char, mac-unread-string):
New functions.
(mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
Use mac-unread-string.
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 |