comparison lisp/ChangeLog @ 93720:ca1c8545b135

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 19:16:40 +0000
parents ee9df91aaacb
children 6604d09cf521
comparison
equal deleted inserted replaced
93719:5673edec9392 93720:ca1c8545b135
12 (compile, compile-always, recompile): Use $LOADDEFS. 12 (compile, compile-always, recompile): Use $LOADDEFS.
13 (cal-autoloads): Remove. 13 (cal-autoloads): Remove.
14 14
15 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather 15 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
16 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>. 16 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
17
18 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
19 Rename coptic-calendar-month-name-array. Update callers.
20 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
21 (calendar-coptic-name): Rename coptic-name. Update callers.
22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
23 Update callers.
24 (calendar-coptic-last-day-of-month): Rename
25 coptic-calendar-last-day-of-month. Update callers.
26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
27 Keep old name as alias, update callers.
28 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
29 Keep old name as alias, update callers.
30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
31 Keep old name as alias.
32 (calendar-ethiopic-month-name-array): Rename
33 ethiopic-calendar-month-name-array. Update callers.
34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
35 Update callers.
36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
37 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
38 Keep old name as alias, update callers.
39 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
40 Keep old name as alias, update callers.
41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
42 Keep old name as alias.
43
44 * calendar/cal-french.el (calendar-french-epoch): Rename
45 french-calendar-epoch. Update callers.
46 (calendar-french-month-name-array): Rename variable and function
47 french-calendar-month-name-array. Update callers.
48 (calendar-french-multibyte-month-name-array): Rename
49 french-calendar-multibyte-month-name-array. Update callers.
50 (calendar-french-day-name-array): Rename variable and function
51 french-calendar-day-name-array. Update callers.
52 (calendar-french-special-days-array): Rename variable and function
53 french-calendar-special-days-array. Update callers.
54 (calendar-french-multibyte-special-days-array): Rename
55 french-calendar-multibyte-special-days-array. Update callers.
56 (calendar-french-accents-p): Rename french-calendar-accents.
57 Update callers.
58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
59 Update callers.
60 (calendar-french-last-day-of-month): Rename
61 french-calendar-last-day-of-month. Update callers.
62 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
63 Keep old name as alias, update callers.
64 (calendar-french-print-date): Rename calendar-print-french-date.
65 Keep old name as alias, update callers.
66 (calendar-french-goto-date): Rename calendar-goto-french-date.
67 Keep old name as alias.
68
69 * calendar/cal-menu.el, calendar/calendar.el:
70 Update for coptic and french name changes.
17 71
18 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 72 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
19 73
20 * server.el: Undo part of the multi-tty change, which is only 74 * server.el: Undo part of the multi-tty change, which is only
21 needed if server.el is preloaded, and broke server-running-p. 75 needed if server.el is preloaded, and broke server-running-p.