Mercurial > emacs
changeset 93720:ca1c8545b135
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 05 Apr 2008 19:16:40 +0000 |
parents | 5673edec9392 |
children | 6604d09cf521 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 54 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 05 19:15:40 2008 +0000 +++ b/lisp/ChangeLog Sat Apr 05 19:16:40 2008 +0000 @@ -15,6 +15,60 @@ * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>. + * calendar/cal-coptic.el (calendar-coptic-month-name-array): + Rename coptic-calendar-month-name-array. Update callers. + (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers. + (calendar-coptic-name): Rename coptic-name. Update callers. + (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p. + Update callers. + (calendar-coptic-last-day-of-month): Rename + coptic-calendar-last-day-of-month. Update callers. + (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic. + Keep old name as alias, update callers. + (calendar-coptic-print-date): Rename calendar-print-coptic-date. + Keep old name as alias, update callers. + (calendar-coptic-goto-date): Rename calendar-goto-coptic-date. + Keep old name as alias. + (calendar-ethiopic-month-name-array): Rename + ethiopic-calendar-month-name-array. Update callers. + (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch. + Update callers. + (calendar-ethiopic-name): Rename ethiopic-name. Update callers. + (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic. + Keep old name as alias, update callers. + (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date. + Keep old name as alias, update callers. + (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date. + Keep old name as alias. + + * calendar/cal-french.el (calendar-french-epoch): Rename + french-calendar-epoch. Update callers. + (calendar-french-month-name-array): Rename variable and function + french-calendar-month-name-array. Update callers. + (calendar-french-multibyte-month-name-array): Rename + french-calendar-multibyte-month-name-array. Update callers. + (calendar-french-day-name-array): Rename variable and function + french-calendar-day-name-array. Update callers. + (calendar-french-special-days-array): Rename variable and function + french-calendar-special-days-array. Update callers. + (calendar-french-multibyte-special-days-array): Rename + french-calendar-multibyte-special-days-array. Update callers. + (calendar-french-accents-p): Rename french-calendar-accents. + Update callers. + (calendar-french-leap-year-p): Rename french-calendar-leap-year-p. + Update callers. + (calendar-french-last-day-of-month): Rename + french-calendar-last-day-of-month. Update callers. + (calendar-french-to-absolute): Rename calendar-absolute-from-french. + Keep old name as alias, update callers. + (calendar-french-print-date): Rename calendar-print-french-date. + Keep old name as alias, update callers. + (calendar-french-goto-date): Rename calendar-goto-french-date. + Keep old name as alias. + + * calendar/cal-menu.el, calendar/calendar.el: + Update for coptic and french name changes. + 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> * server.el: Undo part of the multi-tty change, which is only