comparison lisp/ChangeLog @ 93721:6604d09cf521

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 05 Apr 2008 20:00:23 +0000
parents ca1c8545b135
children 310118b32104
comparison
equal deleted inserted replaced
93720:ca1c8545b135 93721:6604d09cf521
19 Rename coptic-calendar-month-name-array. Update callers. 19 Rename coptic-calendar-month-name-array. Update callers.
20 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers. 20 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
21 (calendar-coptic-name): Rename coptic-name. Update callers. 21 (calendar-coptic-name): Rename coptic-name. Update callers.
22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p. 22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
23 Update callers. 23 Update callers.
24 (calendar-coptic-last-day-of-month): Rename 24 (calendar-coptic-last-day-of-month):
25 coptic-calendar-last-day-of-month. Update callers. 25 Rename coptic-calendar-last-day-of-month. Update callers.
26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic. 26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
27 Keep old name as alias, update callers. 27 Keep old name as alias, update callers.
28 (calendar-coptic-print-date): Rename calendar-print-coptic-date. 28 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
29 Keep old name as alias, update callers. 29 Keep old name as alias, update callers.
30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date. 30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
31 Keep old name as alias. 31 Keep old name as alias.
32 (calendar-ethiopic-month-name-array): Rename 32 (calendar-ethiopic-month-name-array):
33 ethiopic-calendar-month-name-array. Update callers. 33 Rename ethiopic-calendar-month-name-array. Update callers.
34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch. 34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
35 Update callers. 35 Update callers.
36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers. 36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
37 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic. 37 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
38 Keep old name as alias, update callers. 38 Keep old name as alias, update callers.
39 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date. 39 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
40 Keep old name as alias, update callers. 40 Keep old name as alias, update callers.
41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date. 41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
42 Keep old name as alias. 42 Keep old name as alias.
43 43
44 * calendar/cal-french.el (calendar-french-epoch): Rename 44 * calendar/cal-french.el (calendar-french-epoch):
45 french-calendar-epoch. Update callers. 45 Rename french-calendar-epoch. Update callers.
46 (calendar-french-month-name-array): Rename variable and function 46 (calendar-french-month-name-array): Rename variable and function
47 french-calendar-month-name-array. Update callers. 47 french-calendar-month-name-array. Update callers.
48 (calendar-french-multibyte-month-name-array): Rename 48 (calendar-french-multibyte-month-name-array):
49 french-calendar-multibyte-month-name-array. Update callers. 49 Rename french-calendar-multibyte-month-name-array. Update callers.
50 (calendar-french-day-name-array): Rename variable and function 50 (calendar-french-day-name-array): Rename variable and function
51 french-calendar-day-name-array. Update callers. 51 french-calendar-day-name-array. Update callers.
52 (calendar-french-special-days-array): Rename variable and function 52 (calendar-french-special-days-array): Rename variable and function
53 french-calendar-special-days-array. Update callers. 53 french-calendar-special-days-array. Update callers.
54 (calendar-french-multibyte-special-days-array): Rename 54 (calendar-french-multibyte-special-days-array):
55 french-calendar-multibyte-special-days-array. Update callers. 55 Rename french-calendar-multibyte-special-days-array. Update callers.
56 (calendar-french-accents-p): Rename french-calendar-accents. 56 (calendar-french-accents-p): Rename french-calendar-accents.
57 Update callers. 57 Update callers.
58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p. 58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
59 Update callers. 59 Update callers.
60 (calendar-french-last-day-of-month): Rename 60 (calendar-french-last-day-of-month):
61 french-calendar-last-day-of-month. Update callers. 61 Rename french-calendar-last-day-of-month. Update callers.
62 (calendar-french-to-absolute): Rename calendar-absolute-from-french. 62 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
63 Keep old name as alias, update callers. 63 Keep old name as alias, update callers.
64 (calendar-french-print-date): Rename calendar-print-french-date. 64 (calendar-french-print-date): Rename calendar-print-french-date.
65 Keep old name as alias, update callers. 65 Keep old name as alias, update callers.
66 (calendar-french-goto-date): Rename calendar-goto-french-date. 66 (calendar-french-goto-date): Rename calendar-goto-french-date.
67 Keep old name as alias. 67 Keep old name as alias.
68 68
69 * calendar/cal-menu.el, calendar/calendar.el: 69 * calendar/cal-menu.el, calendar/calendar.el:
70 Update for coptic and french name changes. 70 Update for Coptic and French name changes.
71 71
72 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 72 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * subr.el (keymap-canonicalize): Correct thinko.
73 75
74 * server.el: Undo part of the multi-tty change, which is only 76 * server.el: Undo part of the multi-tty change, which is only
75 needed if server.el is preloaded, and broke server-running-p. 77 needed if server.el is preloaded, and broke server-running-p.
76 (server-socket-dir): Initialize in the defvar, as before. 78 (server-socket-dir): Initialize in the defvar, as before.
77 (server-start): Remove initialization of server-socket-dir. 79 (server-start): Remove initialization of server-socket-dir.