diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e024d34981..693fae97ee5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2011-04-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month) | ||
| 4 | (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso) | ||
| 5 | (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) | ||
| 6 | (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar) | ||
| 7 | * calendar/cal-html.el (cal-html-insert-minical): | ||
| 8 | * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries) | ||
| 9 | (calendar-mark-date-pattern): | ||
| 10 | Prefix "unused" locals. | ||
| 11 | |||
| 12 | * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented | ||
| 13 | optional argument `style'. | ||
| 14 | |||
| 15 | * calendar/appt.el (appt-make-list): | ||
| 16 | * calendar/cal-china.el (calendar-chinese-date-string): | ||
| 17 | * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits) | ||
| 18 | (diary-hebrew-yahrzeit): | ||
| 19 | * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2): | ||
| 20 | * calendar/calendar.el (calendar-generate-window): | ||
| 21 | * calendar/time-date.el (time-to-days): | ||
| 22 | Remove unused local variables. | ||
| 23 | |||
| 1 | 2011-04-18 Chong Yidong <cyd@stupidchicken.com> | 24 | 2011-04-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 25 | ||
| 3 | * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom | 26 | * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom |