comparison lisp/ChangeLog @ 74893:0140b806eb69

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 25 Dec 2006 08:18:29 +0000
parents da98ebf68e11
children 77f575e4f07e
comparison
equal deleted inserted replaced
74892:b064bb685ef7 74893:0140b806eb69
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
4 an optimized comment regexp if `comment-start-skip' uses a ^. 17 an optimized comment regexp if `comment-start-skip' uses a ^.
5 * bs.el (bs--up): Remove interactive spec. 18 * bs.el (bs--up): Remove interactive spec.