summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-coptic.el
Commit message (Collapse)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Replace int-to-string with number-to-string.Glenn Morris2008-04-081-4/+4
|
* Update for calendar.el name changes.Glenn Morris2008-04-071-7/+7
|
* Comment.Glenn Morris2008-04-061-2/+2
|
* (calendar-coptic-month-name-array): Rename coptic-calendar-month-name-array.Glenn Morris2008-04-051-55/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | 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, update callers. (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, update callers.
* Update for cal-julian name changes.Glenn Morris2008-04-041-2/+2
|
* (Commentary): Point to calendar.el.Glenn Morris2008-04-011-6/+1
|
* Require calendar rather than cal-julian.Glenn Morris2008-03-261-2/+6
| | | | | Autoload calendar-absolute-from-julian. (coptic-calendar-epoch): Set when compiling.
* (calendar-coptic-read-date): New name for coptic-prompt-for-date.Glenn Morris2008-03-251-4/+8
| | | | Update callers, make old name an obsolete alias. Doc fix.
* (coptic-calendar-epoch): Doc fix.Glenn Morris2008-03-151-3/+3
|
* Re-indent.Glenn Morris2008-03-141-29/+33
| | | | | | (coptic-calendar-month-name-array, ethiopic-calendar-month-name-array) (ethiopic-name): Add doc strings. (coptic-prompt-for-date): Move definition before use.
* (generated-autoload-file): Don't set, instead use different values ofGlenn Morris2008-03-131-10/+8
| | | | | generate-autoload-cookie plus Makefile rules to allow for a mixture of internal calendar autoloads and normal autoloads.
* Formatting changes only.Glenn Morris2008-03-081-11/+11
|
* Fix previous change.Glenn Morris2008-03-081-2/+3
|
* (coptic-name): Add doc string.Glenn Morris2008-03-081-3/+7
| | | | Comments.
* Unquote lambda functions. Add autoload cookies to functions formerlyGlenn Morris2008-03-081-3/+13
| | | | | autoloaded in calendar.el. Set `generated-autoload-file' to "cal-loaddefs.el".
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (Commentary): No longer maintained by original author, bug reports asGlenn Morris2007-04-171-6/+0
| | | | for the rest of emacs.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Add 2006 to copyright years.Glenn Morris2006-02-081-1/+1
|
* Update copyright pending Emacs 22.Glenn Morris2005-12-101-1/+3
|
* (date): Add defvar.Juanma Barranquero2005-08-261-0/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Update reference to "Calendrical Calculations" book; there's a new edition.Paul Eggert2005-03-301-2/+2
|
* (coptic-prompt-for-date): Use assoc-string instead of assoc-ignore-case.Glenn Morris2004-02-191-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (coptic-name): defvar rather than defconst.Glenn Morris2003-08-031-1/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (coptic-prompt-for-date): Use assoc-ignore-case and do not capitalizeRichard M. Stallman1999-01-261-8/+7
| | | | when matching month and day names.
* Add reference to new Calendrical Calculations book.Paul Eggert1997-12-161-1/+5
|
* (ethiopic-calendar-epoch): Correct to 8 CE.Karl Heuer1997-11-031-2/+2
|
* (calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.Richard M. Stallman1997-04-261-1/+1
|
* (diary-coptic-date): Use `date'.Richard M. Stallman1997-04-111-2/+2
| | | | | If calendar-coptic-date-string gives nonempty string, add additional text to it.
* Coorect Ethiopic epoch and some spelling errors.Edward M. Reingold1996-02-151-6/+6
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Fix starting date of Ethiopic calendar.Edward M. Reingold1995-11-171-2/+2
|
* Initial revisionEdward M. Reingold1995-09-211-0/+233