comparison lisp/ChangeLog @ 96299:9e66e210ecc2

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Jun 2008 03:42:48 +0000
parents f12e581d977f
children b3db7e68c460
comparison
equal deleted inserted replaced
96298:c3ebac47d0e9 96299:9e66e210ecc2
1 2008-06-26 Glenn Morris <rgm@gnu.org>
2
3 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
4 Add default :value for sexp type.
5 (calendar-month-edges): New variable.
6 (calendar-month-edges): New function.
7 (calendar-recompute-layout-variables): Set calendar-month-edges.
8 (calendar-intermonth-header, calendar-intermonth-text): New options.
9 (calendar-insert-at-column): New function.
10 (calendar-generate-month): Use calendar-insert-at-column.
11 Handle intermonth text. Add 'date property.
12 (calendar-column-to-month): Remove function.
13 (calendar-column-to-segment): New function.
14 (calendar-cursor-to-date): Use calendar-column-to-segment.
15 Check 'date property.
16
17 * calendar/calendar.el (calendar-print-other-dates):
18 Handle mouse events.
19 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
20 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
21
22 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
23 Use calendar-column-to-segment, calendar-month-edges, and
24 the 'date property to handle intermonth text.
25
26 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
27
28 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
29 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
30 Add doc strings.
31
1 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca> 32 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 33
3 * minibuffer.el (completion-basic-try-completion): Use the text after 34 * minibuffer.el (completion-basic-try-completion): Use the text after
4 point to consrain the completion candidates. 35 point to consrain the completion candidates.
5 (completion-basic-all-completions): Adjust accordingly. 36 (completion-basic-all-completions): Adjust accordingly.