Mercurial > emacs
changeset 84597:c394c5c0055a
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 16 Sep 2007 02:36:16 +0000 |
parents | 6a9059e71f4f |
children | 56754c942db2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 16 02:29:50 2007 +0000 +++ b/lisp/ChangeLog Sun Sep 16 02:36:16 2007 +0000 @@ -1,3 +1,20 @@ +2007-09-16 Glenn Morris <rgm@gnu.org> + + * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el: + Following cal-bahai renaming, update all instances of + list-bahai-diary-entries to diary-bahai-list-entries, + mark-bahai-diary-entries to diary-bahai-mark-entries, + calendar-goto-bahai-date to calendar-bahai-goto-date, + insert-bahai-diary-entry to diary-bahai-insert-entry, + insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry, + insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and + calendar-print-bahai-date to calendar-bahai-print-date. + + * textmodes/tex-mode.el (tex-region): Handle the case where the + region is not in `tex-main-file'. Move the old code that applies + to both cases... + (tex-region-1): ...to this new function. + 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca> * vc.el (vc-process-sentinel): New function.