diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 836bdb42866..82a09876b3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -53,6 +53,16 @@ | |||
| 53 | Doc fix. | 53 | Doc fix. |
| 54 | (calendar-mouse-goto-date): Move definition before use. | 54 | (calendar-mouse-goto-date): Move definition before use. |
| 55 | 55 | ||
| 56 | * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when. | ||
| 57 | Move definition before use. | ||
| 58 | (calendar-cursor-to-visible-date): Move definition before use. | ||
| 59 | (calendar-scroll-left): Use unless and zerop. Combine lets into one, | ||
| 60 | and place inside the conditional. | ||
| 61 | (calendar-forward-day): Simplify. | ||
| 62 | (calendar-end-of-month): Use unless. | ||
| 63 | (calendar-goto-day-of-year): Doc fix. | ||
| 64 | Relocate obsolete aliases after their replacements. | ||
| 65 | |||
| 56 | * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix. | 66 | * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix. |
| 57 | 67 | ||
| 58 | * calendar/diary-lib.el (mark-diary-entries): Move some constant | 68 | * calendar/diary-lib.el (mark-diary-entries): Move some constant |