comparison lisp/ChangeLog @ 96306:af196a79928f

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Jun 2008 04:54:37 +0000
parents b3db7e68c460
children 5315a52c10d6
comparison
equal deleted inserted replaced
96305:017ec6527a01 96306:af196a79928f
1 2008-06-26 Kenichi Handa <handa@m17n.org> 1 2008-06-26 Kenichi Handa <handa@m17n.org>
2 2
3 * composite.el (terminal-composition-base-character-p): New 3 * composite.el (terminal-composition-base-character-p): New function.
4 funciton. 4 (terminal-composition-function):
5 (terminal-composition-function): Use 5 Use terminal-composition-base-character-p. Include the base character
6 terminal-composition-base-character-p. Include the base character
7 in the composition. 6 in the composition.
8 (auto-compose-chars): Don't check font-object for terminal 7 (auto-compose-chars): Don't check font-object for terminal display.
9 display.
10 8
11 2008-06-26 Glenn Morris <rgm@gnu.org> 9 2008-06-26 Glenn Morris <rgm@gnu.org>
12 10
13 * calendar/calendar.el (calendar-date-echo-text): Doc fix. 11 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
14 Add default :value for sexp type. 12 Add default :value for sexp type.
26 24
27 * calendar/calendar.el (calendar-print-other-dates): 25 * calendar/calendar.el (calendar-print-other-dates):
28 Handle mouse events. 26 Handle mouse events.
29 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function. 27 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
30 (cal-menu-context-mouse-menu): Use calendar-print-other-dates. 28 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
29
30 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
31 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
32 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
31 33
32 * calendar/cal-move.el (calendar-cursor-to-nearest-date): 34 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
33 Use calendar-column-to-segment, calendar-month-edges, and 35 Use calendar-column-to-segment, calendar-month-edges, and
34 the 'date property to handle intermonth text. 36 the 'date property to handle intermonth text.
35 37