comparison lisp/calendar/calendar.el @ 70598:7a79aa083c6b

Johan Bockg? <bojohan at dd.chalmers.se>: (calendar-french-date-string) (calendar-mayan-date-string, calendar-chinese-date-string) (calendar-astro-date-string, calendar-iso-date-string) (calendar-islamic-date-string, calendar-bahai-date-string) (calendar-hebrew-date-string, calendar-coptic-date-string) (calendar-ethiopic-date-string, calendar-persian-date-string): These functions are not interactive.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 May 2006 06:37:26 +0000
parents 1eaae4fee224
children b9be6d21f2ac
comparison
equal deleted inserted replaced
70597:de4f1805b561 70598:7a79aa083c6b
1684 (autoload 'calendar-goto-french-date "cal-french" 1684 (autoload 'calendar-goto-french-date "cal-french"
1685 "Move cursor to French Revolutionary date." 1685 "Move cursor to French Revolutionary date."
1686 t) 1686 t)
1687 1687
1688 (autoload 'calendar-french-date-string "cal-french" 1688 (autoload 'calendar-french-date-string "cal-french"
1689 "String of French Revolutionary date of Gregorian date." 1689 "String of French Revolutionary date of Gregorian date.")
1690 t)
1691 1690
1692 (autoload 'calendar-mayan-date-string "cal-mayan" 1691 (autoload 'calendar-mayan-date-string "cal-mayan"
1693 "String of Mayan date of Gregorian date." 1692 "String of Mayan date of Gregorian date.")
1694 t)
1695 1693
1696 (autoload 'calendar-print-mayan-date "cal-mayan" 1694 (autoload 'calendar-print-mayan-date "cal-mayan"
1697 "Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor." 1695 "Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor."
1698 t) 1696 t)
1699 1697
1732 (autoload 'calendar-print-chinese-date "cal-china" 1730 (autoload 'calendar-print-chinese-date "cal-china"
1733 "Show the Chinese date equivalents of date." 1731 "Show the Chinese date equivalents of date."
1734 t) 1732 t)
1735 1733
1736 (autoload 'calendar-chinese-date-string "cal-china" 1734 (autoload 'calendar-chinese-date-string "cal-china"
1737 "String of Chinese date of Gregorian date." 1735 "String of Chinese date of Gregorian date.")
1738 t)
1739 1736
1740 (autoload 'calendar-absolute-from-astro "cal-julian" 1737 (autoload 'calendar-absolute-from-astro "cal-julian"
1741 "Absolute date of astronomical (Julian) day number D." 1738 "Absolute date of astronomical (Julian) day number D."
1742 t ) 1739 t )
1743 1740
1744 (autoload 'calendar-astro-from-absolute "cal-julian" 1741 (autoload 'calendar-astro-from-absolute "cal-julian"
1745 "Astronomical (Julian) day number of absolute date D.") 1742 "Astronomical (Julian) day number of absolute date D.")
1746 1743
1747 (autoload 'calendar-astro-date-string "cal-julian" 1744 (autoload 'calendar-astro-date-string "cal-julian"
1748 "String of astronomical (Julian) day number of Gregorian date." 1745 "String of astronomical (Julian) day number of Gregorian date.")
1749 t)
1750 1746
1751 (autoload 'calendar-goto-astro-day-number "cal-julian" 1747 (autoload 'calendar-goto-astro-day-number "cal-julian"
1752 "Move cursor to astronomical (Julian) day number." 1748 "Move cursor to astronomical (Julian) day number."
1753 t) 1749 t)
1754 1750
1785 (autoload 'calendar-print-iso-date "cal-iso" 1781 (autoload 'calendar-print-iso-date "cal-iso"
1786 "Show the ISO date equivalents of date." 1782 "Show the ISO date equivalents of date."
1787 t) 1783 t)
1788 1784
1789 (autoload 'calendar-iso-date-string "cal-iso" 1785 (autoload 'calendar-iso-date-string "cal-iso"
1790 "String of ISO date of Gregorian date." 1786 "String of ISO date of Gregorian date.")
1791 t)
1792 1787
1793 (autoload 'calendar-goto-islamic-date "cal-islam" 1788 (autoload 'calendar-goto-islamic-date "cal-islam"
1794 "Move cursor to Islamic date." 1789 "Move cursor to Islamic date."
1795 t) 1790 t)
1796 1791
1797 (autoload 'calendar-print-islamic-date "cal-islam" 1792 (autoload 'calendar-print-islamic-date "cal-islam"
1798 "Show the Islamic date equivalents of date." 1793 "Show the Islamic date equivalents of date."
1799 t) 1794 t)
1800 1795
1801 (autoload 'calendar-islamic-date-string "cal-islam" 1796 (autoload 'calendar-islamic-date-string "cal-islam"
1802 "String of Islamic date of Gregorian date." 1797 "String of Islamic date of Gregorian date.")
1803 t)
1804 1798
1805 (autoload 'calendar-print-bahai-date "cal-bahai" 1799 (autoload 'calendar-print-bahai-date "cal-bahai"
1806 "Show the Baha'i date equivalents of date." 1800 "Show the Baha'i date equivalents of date."
1807 t) 1801 t)
1808 1802
1809 (autoload 'calendar-bahai-date-string "cal-bahai" 1803 (autoload 'calendar-bahai-date-string "cal-bahai"
1810 "String of Baha'i date of Gregorian date." 1804 "String of Baha'i date of Gregorian date.")
1811 t)
1812 1805
1813 (autoload 'calendar-goto-hebrew-date "cal-hebrew" 1806 (autoload 'calendar-goto-hebrew-date "cal-hebrew"
1814 "Move cursor to Hebrew date." 1807 "Move cursor to Hebrew date."
1815 t) 1808 t)
1816 1809
1817 (autoload 'calendar-print-hebrew-date "cal-hebrew" 1810 (autoload 'calendar-print-hebrew-date "cal-hebrew"
1818 "Show the Hebrew date equivalents of date." 1811 "Show the Hebrew date equivalents of date."
1819 t) 1812 t)
1820 1813
1821 (autoload 'calendar-hebrew-date-string "cal-hebrew" 1814 (autoload 'calendar-hebrew-date-string "cal-hebrew"
1822 "String of Hebrew date of Gregorian date." 1815 "String of Hebrew date of Gregorian date.")
1823 t)
1824 1816
1825 (autoload 'calendar-goto-coptic-date "cal-coptic" 1817 (autoload 'calendar-goto-coptic-date "cal-coptic"
1826 "Move cursor to Coptic date." 1818 "Move cursor to Coptic date."
1827 t) 1819 t)
1828 1820
1829 (autoload 'calendar-print-coptic-date "cal-coptic" 1821 (autoload 'calendar-print-coptic-date "cal-coptic"
1830 "Show the Coptic date equivalents of date." 1822 "Show the Coptic date equivalents of date."
1831 t) 1823 t)
1832 1824
1833 (autoload 'calendar-coptic-date-string "cal-coptic" 1825 (autoload 'calendar-coptic-date-string "cal-coptic"
1834 "String of Coptic date of Gregorian date." 1826 "String of Coptic date of Gregorian date.")
1835 t)
1836 1827
1837 (autoload 'calendar-goto-ethiopic-date "cal-coptic" 1828 (autoload 'calendar-goto-ethiopic-date "cal-coptic"
1838 "Move cursor to Ethiopic date." 1829 "Move cursor to Ethiopic date."
1839 t) 1830 t)
1840 1831
1841 (autoload 'calendar-print-ethiopic-date "cal-coptic" 1832 (autoload 'calendar-print-ethiopic-date "cal-coptic"
1842 "Show the Ethiopic date equivalents of date." 1833 "Show the Ethiopic date equivalents of date."
1843 t) 1834 t)
1844 1835
1845 (autoload 'calendar-ethiopic-date-string "cal-coptic" 1836 (autoload 'calendar-ethiopic-date-string "cal-coptic"
1846 "String of Ethiopic date of Gregorian date." 1837 "String of Ethiopic date of Gregorian date.")
1847 t)
1848 1838
1849 (autoload 'calendar-goto-persian-date "cal-persia" 1839 (autoload 'calendar-goto-persian-date "cal-persia"
1850 "Move cursor to Persian date." 1840 "Move cursor to Persian date."
1851 t) 1841 t)
1852 1842
1853 (autoload 'calendar-print-persian-date "cal-persia" 1843 (autoload 'calendar-print-persian-date "cal-persia"
1854 "Show the Persian date equivalents of date." 1844 "Show the Persian date equivalents of date."
1855 t) 1845 t)
1856 1846
1857 (autoload 'calendar-persian-date-string "cal-persia" 1847 (autoload 'calendar-persian-date-string "cal-persia"
1858 "String of Persian date of Gregorian date." 1848 "String of Persian date of Gregorian date.")
1859 t)
1860 1849
1861 (autoload 'show-all-diary-entries "diary-lib" 1850 (autoload 'show-all-diary-entries "diary-lib"
1862 "Show all of the diary entries in the diary file. 1851 "Show all of the diary entries in the diary file.
1863 This function gets rid of the selective display of the diary file so that 1852 This function gets rid of the selective display of the diary file so that
1864 all entries, not just some, are visible. If there is no diary buffer, one 1853 all entries, not just some, are visible. If there is no diary buffer, one