# HG changeset patch # User Glenn Morris # Date 1214456077 0 # Node ID af196a79928f0f81ca8c6a19956a752d9765aac0 # Parent 017ec6527a010c34396571b285fc7b62da4c2114 *** empty log message *** diff -r 017ec6527a01 -r af196a79928f lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 26 04:54:27 2008 +0000 +++ b/lisp/ChangeLog Thu Jun 26 04:54:37 2008 +0000 @@ -1,12 +1,10 @@ 2008-06-26 Kenichi Handa - * composite.el (terminal-composition-base-character-p): New - funciton. - (terminal-composition-function): Use - terminal-composition-base-character-p. Include the base character + * composite.el (terminal-composition-base-character-p): New function. + (terminal-composition-function): + Use terminal-composition-base-character-p. Include the base character in the composition. - (auto-compose-chars): Don't check font-object for terminal - display. + (auto-compose-chars): Don't check font-object for terminal display. 2008-06-26 Glenn Morris @@ -29,6 +27,10 @@ * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function. (cal-menu-context-mouse-menu): Use calendar-print-other-dates. + * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events. + * calendar/cal-menu.el (calendar-mouse-holidays): Remove function. + (cal-menu-context-mouse-menu): Use calendar-cursor-holidays. + * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use calendar-column-to-segment, calendar-month-edges, and the 'date property to handle intermonth text.