1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Glenn Morris
2ed665755b Switch to recommended form of GPLv3 permissions notice. 2008-05-06 03:07:58 +00:00
Glenn Morris
418c2f01e1 (holiday-chinese-qingming, holiday-chinese-winter-solstice)
(holiday-chinese): New functions.
2008-04-23 03:03:43 +00:00
Glenn Morris
8474aac189 (chinese-calendar-time-zone): Mark obsolete name as risky too.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:10:37 +00:00
Glenn Morris
712f117bfd (calendar-chinese-time-zone): Mark as risky. 2008-04-11 03:45:26 +00:00
Glenn Morris
d92bcf94ec Replace int-to-string with number-to-string. 2008-04-08 07:08:24 +00:00
Glenn Morris
e803eab777 Update for calendar.el name changes. 2008-04-07 01:59:37 +00:00
Glenn Morris
8c34d83efa Comment. 2008-04-06 20:49:40 +00:00
Glenn Morris
0b41781b4b (calendar-chinese): Rename custom group from chinese-calendar. Update users.
(calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
Keep old name as alias, update users.
(calendar-chinese-location-name): Rename chinese-calendar-location-name.
Keep old name as alias.
(calendar-chinese-daylight-time-offset):
Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
update users.
(calendar-chinese-standard-time-zone-name):
Rename chinese-calendar-standard-time-zone-name.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-start):
Rename chinese-calendar-daylight-savings-starts.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-end):
Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
update users.
(calendar-chinese-daylight-saving-start-time):
Rename chinese-calendar-daylight-savings-starts-time.
Keep old name as alias, update users.
(calendar-chinese-daylight-saving-end-time):
Rename chinese-calendar-daylight-savings-ends-time.
Keep old name as alias, update users.
(calendar-chinese-celestial-stem): Rename
calendar-chinese-celestial-stem.  Keep old name as alias, update users.
(calendar-chinese-terrestrial-branch):
Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
update users.
(calendar-chinese-zodiac-sign-on-or-after):
Rename chinese-zodiac-sign-on-or-after.  Update callers.
(calendar-chinese-new-moon-on-or-after): Rename chinese-new-moon-on-or-after.
Update callers.
(calendar-chinese-month-list): Rename chinese-month-list.  Update callers.
(calendar-chinese-number-months): Rename number-chinese-months.  Update callers.
(calendar-chinese-compute-year): Rename compute-chinese-year.  Update callers.
(calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
(calendar-chinese-year): Rename chinese-year.  Update callers.
(calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
(calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
Keep old name as alias, update callers.
(calendar-chinese-print-date): Rename calendar-print-chinese-date.
Keep old name as alias, update callers.
(calendar-chinese-months-to-alist): Rename make-chinese-month-assoc-list.
Update callers.
(calendar-chinese-months): Rename chinese-months.  Update callers.
(calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
Keep old name as alias, update callers.
2008-04-05 20:57:47 +00:00
Glenn Morris
5c645a20f4 Update for cal-julian name changes. 2008-04-04 07:06:53 +00:00
Glenn Morris
debf91fda6 Whitespace only. 2008-04-02 03:52:36 +00:00
Glenn Morris
d4ab8ae3c8 (holiday-chinese-new-year): Use a single let. 2008-04-02 03:15:54 +00:00
Glenn Morris
b1c57079fc (Commentary): Point to calendar.el. 2008-04-01 02:39:52 +00:00
Glenn Morris
c8b69b0ac8 Fix typo in previous change. 2008-03-31 07:41:01 +00:00
Glenn Morris
0d16be53d1 (holiday-chinese-new-year): Doc fix and comment. 2008-03-31 07:40:11 +00:00
Glenn Morris
829e029532 Explicitly require calendar. 2008-03-26 03:09:32 +00:00
Glenn Morris
a8774f05b2 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make defcustoms.
2008-03-20 04:40:18 +00:00
Glenn Morris
c97663f6bc (calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
calendar-mod calls.
2008-03-16 01:23:25 +00:00
Glenn Morris
706531d9fa (number-chinese-months, calendar-chinese-from-absolute): Use nth, caar. 2008-03-15 02:59:15 +00:00
Glenn Morris
465323b664 Re-order so that functions are defined before use.
(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.
2008-03-14 03:08:33 +00:00
Glenn Morris
1d0c7fdfd5 (generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.
2008-03-13 05:41:16 +00:00
Glenn Morris
67a9fd0dd7 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
(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.
2008-03-08 21:36:38 +00:00
Glenn Morris
4785bf2cc7 Formatting changes only. 2008-03-08 20:48:36 +00:00
Glenn Morris
d7af270b43 Comment. 2008-03-08 04:26:44 +00:00
Glenn Morris
bfcb51726f Unquote lambda functions. Add autoload cookies to functions formerly
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.
2008-03-08 03:39:49 +00:00
Glenn Morris
08f7d912af Remove leading `*' from defcustom doc-strings. 2008-03-07 04:43:35 +00:00
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +00:00
Glenn Morris
075969b476 Switch license to GPLv3 or later. 2007-07-25 03:51:22 +00:00
Glenn Morris
11dd1e5ee4 (Commentary): No longer maintained by original author, bug reports as
for the rest of emacs.
2007-04-17 02:35:44 +00:00
Chong Yidong
e716fd6206 Change "daylight savings time" -> "daylight saving time" throughout. 2007-03-17 17:49:59 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Glenn Morris
a20b384860 Add 2006 to copyright years. 2006-02-08 07:54:11 +00:00
Glenn Morris
dbfca9c444 Update copyright pending Emacs 22. 2005-12-10 05:46:09 +00:00
Juanma Barranquero
019e5b817a (date): Add defvars. 2005-08-26 11:19:34 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Paul Eggert
fffaba7760 Update reference to "Calendrical Calculations" book; there's a new edition. 2005-03-30 16:55:58 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Glenn Morris
0b0f8fa418 (displayed-month, displayed-year): Define for compiler. 2003-08-03 13:56:21 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Karl Heuer
6bd677fa1b (chinese-year-cache): Change range of years from
1989-2000 to 1990-2010.
1998-08-29 15:59:01 +00:00
Paul Eggert
a96a5fca07 Add reference to new Calendrical Calculations book. 1997-12-16 19:12:36 +00:00
Karl Heuer
cc6e052280 (calendar-chinese-date-string): Fix month name. 1997-11-07 19:22:50 +00:00
Richard M. Stallman
9e9350481e (chinese-calendar-time-zone): Likewise.
(chinese-calendar-standard-time-zone-name): Likewise.
1997-09-13 06:04:04 +00:00
Richard M. Stallman
8db540c5ce Add defgroup and use defcustom. 1997-05-03 04:53:02 +00:00
Karl Heuer
c86b6d4435 Renamed from cal-chinese.el to avoid 14-character limitation. 1996-02-26 18:45:24 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Paul Eggert
ba2a1fb0f2 (calendar-chinese-sexagesimal-name): Renamed from
calendar-chinese-sexagisimal-name to fix misspelling.
1995-11-30 03:25:04 +00:00
Edward M. Reingold
00e3e480f9 Minor fixes. 1995-11-17 17:38:52 +00:00
Edward M. Reingold
b4cb70c40c Fix the way the sexagisimal names are calculated. 1995-10-26 22:38:23 +00:00