comparison lisp/ChangeLog @ 84597:c394c5c0055a

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 16 Sep 2007 02:36:16 +0000
parents 3048d1b37570
children 1d3d8782bd49
comparison
equal deleted inserted replaced
84596:6a9059e71f4f 84597:c394c5c0055a
1 2007-09-16 Glenn Morris <rgm@gnu.org>
2
3 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4 Following cal-bahai renaming, update all instances of
5 list-bahai-diary-entries to diary-bahai-list-entries,
6 mark-bahai-diary-entries to diary-bahai-mark-entries,
7 calendar-goto-bahai-date to calendar-bahai-goto-date,
8 insert-bahai-diary-entry to diary-bahai-insert-entry,
9 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
10 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
11 calendar-print-bahai-date to calendar-bahai-print-date.
12
13 * textmodes/tex-mode.el (tex-region): Handle the case where the
14 region is not in `tex-main-file'. Move the old code that applies
15 to both cases...
16 (tex-region-1): ...to this new function.
17
1 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca> 18 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2 19
3 * vc.el (vc-process-sentinel): New function. 20 * vc.el (vc-process-sentinel): New function.
4 (vc-exec-after): Use it instead of using ugly hackish analysis and 21 (vc-exec-after): Use it instead of using ugly hackish analysis and
5 construction of Elisp code. 22 construction of Elisp code.