diff options
| author | Glenn Morris | 2008-03-27 02:52:23 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-27 02:52:23 +0000 |
| commit | f4e845445679bdeae1cbe0098b68474ea6ed5447 (patch) | |
| tree | c6431c43416981c46c574fbdcd0b21ce48275c00 | |
| parent | 93f2ce22f1a19edf1d7c9d05a2cce490aa26e865 (diff) | |
| download | emacs-f4e845445679bdeae1cbe0098b68474ea6ed5447.tar.gz emacs-f4e845445679bdeae1cbe0098b68474ea6ed5447.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63f7a6a3837..0449d7aa6fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2008-03-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * calendar/cal-bahai.el (diary-bahai-list-entries): | ||
| 4 | * calendar/cal-hebrew.el (list-hebrew-diary-entries): | ||
| 5 | * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix. | ||
| 6 | |||
| 7 | * calendar/diary-lib.el (diary-face-attrs): Fix type of `width'. | ||
| 8 | (list-diary-entries-hook, mark-diary-entries-hook) | ||
| 9 | (include-other-diary-files, mark-included-diary-files): Doc fixes. | ||
| 10 | (diary-set-header): New function. | ||
| 11 | (diary-header-line-flag, diary-header-line-format): | ||
| 12 | Use diary-set-header for custom :set function. | ||
| 13 | (diary-set-maybe-redraw): Use symbol-value rather than eval. | ||
| 14 | (diary-attrtype-convert): Use intern-soft rather than read. | ||
| 15 | (diary-display-no-entries): New function. | ||
| 16 | (simple-diary-display, fancy-diary-display): Use it. | ||
| 17 | (fancy-diary-display): Doc fix. Remove unneeded local entry-list. | ||
| 18 | |||
| 1 | 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com> | 19 | 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 20 | ||
| 3 | * calc/calc-store.el (calc-read-var-name-history): | 21 | * calc/calc-store.el (calc-read-var-name-history): |
| @@ -9,10 +27,6 @@ | |||
| 9 | * image-mode.el (image-mode-reapply-winprops): Simplify now that | 27 | * image-mode.el (image-mode-reapply-winprops): Simplify now that |
| 10 | window-configuration-change-hook works buffer-locally. | 28 | window-configuration-change-hook works buffer-locally. |
| 11 | 29 | ||
| 12 | 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 13 | |||
| 14 | * proced.el: Add arch-tag. | ||
| 15 | |||
| 16 | 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> | 30 | 2008-03-26 Johan Bockg$(Q)[(Brd <bojohan@gnu.org> |
| 17 | 31 | ||
| 18 | * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table | 32 | * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table |