summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-china.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.Glenn Morris2008-03-151-5/+5
|
* Re-order so that functions are defined before use.Glenn Morris2008-03-141-182/+197
| | | | | | | | | | | | | | | (displayed-month, displayed-year): Move declarations where needed. (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix. (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): Add doc strings. (chinese-year-cache): Recenter on 2010. Doc fix. (chinese-year, number-chinese-months, calendar-absolute-from-chinese): Doc fix. Simplify. (chinese-year-cache-init): New function. (compute-chinese-year, holiday-chinese-new-year) (calendar-chinese-date-string, calendar-goto-chinese-date) (make-chinese-month-assoc-list): Use cadr, nth. (chinese-months): Remove un-needed let.
* (generated-autoload-file): Don't set, instead use different values ofGlenn Morris2008-03-131-7/+5
| | | | | generate-autoload-cookie plus Makefile rules to allow for a mixture of internal calendar autoloads and normal autoloads.
* (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)Glenn Morris2008-03-081-16/+14
| | | | | | | | | (chinese-calendar-daylight-savings-starts) (chinese-calendar-daylight-savings-ends) (chinese-calendar-daylight-savings-starts-time) (chinese-calendar-daylight-savings-ends-time) (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after): Doc fixes.
* Formatting changes only.Glenn Morris2008-03-081-35/+35
|
* Comment.Glenn Morris2008-03-081-1/+3
|
* Unquote lambda functions. Add autoload cookies to functions formerlyGlenn Morris2008-03-081-11/+25
| | | | | | | | autoloaded in calendar.el. Set `generated-autoload-file' to "cal-loaddefs.el". (chinese-calendar): Move custom group here from calendar.el. (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): Make constants.
* Remove leading `*' from defcustom doc-strings.Glenn Morris2008-03-071-9/+9
|
* 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.
* Change "daylight savings time" -> "daylight saving time" throughout.Chong Yidong2007-03-171-11/+11
|
* 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 defvars.Juanma Barranquero2005-08-261-0/+1
|
* 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
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (displayed-month, displayed-year): Define for compiler.Glenn Morris2003-08-031-0/+3
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (chinese-year-cache): Change range of years fromKarl Heuer1998-08-291-6/+28
| | | | 1989-2000 to 1990-2010.
* Add reference to new Calendrical Calculations book.Paul Eggert1997-12-161-1/+5
|
* (calendar-chinese-date-string): Fix month name.Karl Heuer1997-11-071-1/+1
|
* (chinese-calendar-time-zone): Likewise.Richard M. Stallman1997-09-131-3/+5
| | | | (chinese-calendar-standard-time-zone-name): Likewise.
* Add defgroup and use defcustom.Richard M. Stallman1997-05-031-18/+36
|
* Renamed from cal-chinese.el to avoid 14-character limitation.Karl Heuer1996-02-261-3/+3
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (calendar-chinese-sexagesimal-name): Renamed fromPaul Eggert1995-11-301-6/+6
| | | | calendar-chinese-sexagisimal-name to fix misspelling.
* Minor fixes.Edward M. Reingold1995-11-171-78/+81
|
* Fix the way the sexagisimal names are calculated.Edward M. Reingold1995-10-261-13/+19
|
* Minor doc fixes.Edward M. Reingold1995-10-241-7/+5
|
* Various fixes and simplifications.Edward M. Reingold1995-10-241-83/+53
|
* Completely rewritten!Edward M. Reingold1995-10-231-88/+243
|
* Initial revisionEdward M. Reingold1995-09-211-0/+322