diff options
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/calendar.texi | 18 |
2 files changed, 20 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index e564fbd6d8f..48d999cb63d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-20 John Wiegley <johnw@gnu.org> | ||
| 2 | |||
| 3 | * calendar.texi: Added documentation for the Baha'i calendar | ||
| 4 | support. | ||
| 5 | |||
| 1 | 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu> | 6 | 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu> |
| 2 | 7 | ||
| 3 | * viper.texi: Added credits. | 8 | * viper.texi: Added credits. |
diff --git a/man/calendar.texi b/man/calendar.texi index 8b0d33bafc9..1c2565a6328 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -439,8 +439,8 @@ centered around a different month, use @kbd{C-u M-x holidays}, which | |||
| 439 | prompts for the month and year. | 439 | prompts for the month and year. |
| 440 | 440 | ||
| 441 | The holidays known to Emacs include United States holidays and the | 441 | The holidays known to Emacs include United States holidays and the |
| 442 | major Christian, Jewish, and Islamic holidays; also the solstices and | 442 | major Christian, Jewish, Islamic and Bah@'a'@'{@dotless{i}} holidays; |
| 443 | equinoxes. | 443 | also the solstices and equinoxes. |
| 444 | 444 | ||
| 445 | @findex list-holidays | 445 | @findex list-holidays |
| 446 | The command @kbd{M-x list-holidays} displays the list of holidays for | 446 | The command @kbd{M-x list-holidays} displays the list of holidays for |
| @@ -635,6 +635,10 @@ calculations. As a consequence, the actual dates of observance can vary | |||
| 635 | slightly from the dates computed by Emacs. Islamic calendar dates begin | 635 | slightly from the dates computed by Emacs. Islamic calendar dates begin |
| 636 | and end at sunset. | 636 | and end at sunset. |
| 637 | 637 | ||
| 638 | @cindex Bah@'a'@'{@dotless{i}} calendar | ||
| 639 | The Bah@'a'@'{@dotless{i}} calendar is used by members of the | ||
| 640 | Bah@'a'@'{@dotless{i}} Faith, mostly for dating religious occasions. | ||
| 641 | |||
| 638 | @cindex French Revolutionary calendar | 642 | @cindex French Revolutionary calendar |
| 639 | The French Revolutionary calendar was created by the Jacobins after the 1789 | 643 | The French Revolutionary calendar was created by the Jacobins after the 1789 |
| 640 | revolution, to represent a more secular and nature-based view of the annual | 644 | revolution, to represent a more secular and nature-based view of the annual |
| @@ -700,6 +704,9 @@ Display Hebrew date for selected day (@code{calendar-print-hebrew-date}). | |||
| 700 | @findex calendar-print-islamic-date | 704 | @findex calendar-print-islamic-date |
| 701 | @item p i | 705 | @item p i |
| 702 | Display Islamic date for selected day (@code{calendar-print-islamic-date}). | 706 | Display Islamic date for selected day (@code{calendar-print-islamic-date}). |
| 707 | @findex calendar-print-bahai-date | ||
| 708 | @item p b | ||
| 709 | Display Bah@'a'@'{@dotless{i}} date for selected day (@code{calendar-print-bahai-date}). | ||
| 703 | @findex calendar-print-french-date | 710 | @findex calendar-print-french-date |
| 704 | @item p f | 711 | @item p f |
| 705 | Display French Revolutionary date for selected day | 712 | Display French Revolutionary date for selected day |
| @@ -749,6 +756,7 @@ other than Mayan; for the Mayan calendar, see the following section. | |||
| 749 | @findex calendar-goto-astro-day-number | 756 | @findex calendar-goto-astro-day-number |
| 750 | @findex calendar-goto-hebrew-date | 757 | @findex calendar-goto-hebrew-date |
| 751 | @findex calendar-goto-islamic-date | 758 | @findex calendar-goto-islamic-date |
| 759 | @findex calendar-goto-bahai-date | ||
| 752 | @findex calendar-goto-french-date | 760 | @findex calendar-goto-french-date |
| 753 | @findex calendar-goto-chinese-date | 761 | @findex calendar-goto-chinese-date |
| 754 | @findex calendar-goto-persian-date | 762 | @findex calendar-goto-persian-date |
| @@ -770,6 +778,9 @@ Move to a date specified in the Hebrew calendar | |||
| 770 | @item g i | 778 | @item g i |
| 771 | Move to a date specified in the Islamic calendar | 779 | Move to a date specified in the Islamic calendar |
| 772 | (@code{calendar-goto-islamic-date}). | 780 | (@code{calendar-goto-islamic-date}). |
| 781 | @item g b | ||
| 782 | Move to a date specified in the Bah@'a'@'{@dotless{i}} calendar | ||
| 783 | (@code{calendar-goto-bahai-date}). | ||
| 773 | @item g f | 784 | @item g f |
| 774 | Move to a date specified in the French Revolutionary calendar | 785 | Move to a date specified in the French Revolutionary calendar |
| 775 | (@code{calendar-goto-french-date}). | 786 | (@code{calendar-goto-french-date}). |
| @@ -791,7 +802,8 @@ Move to a date specified in the Ethiopic calendar | |||
| 791 | the Gregorian calendar date equivalent to that date, and display the | 802 | the Gregorian calendar date equivalent to that date, and display the |
| 792 | other calendar's date in the echo area. Emacs uses strict completion | 803 | other calendar's date in the echo area. Emacs uses strict completion |
| 793 | (@pxref{Completion}) whenever it asks you to type a month name, so you | 804 | (@pxref{Completion}) whenever it asks you to type a month name, so you |
| 794 | don't have to worry about the spelling of Hebrew, Islamic, or French names. | 805 | don't have to worry about the spelling of Hebrew, Islamic, |
| 806 | Bah@'a'@'{@dotless{i}} or French names. | ||
| 795 | 807 | ||
| 796 | @findex list-yahrzeit-dates | 808 | @findex list-yahrzeit-dates |
| 797 | @cindex yahrzeits | 809 | @cindex yahrzeits |