comparison lisp/calendar/calendar.el @ 70600:b9be6d21f2ac

(diary-show-all-entries): Do not refer to obsolete alias `show-all-diary-entries'. (make-diary-entry): Not interactive. (cal-tex-cursor-month, cal-tex-cursor-month-landscape) (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2) (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday) (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week) (cal-tex-cursor-filofax-daily, cal-tex-cursor-year) (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year): Interactive.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 May 2006 06:45:46 +0000
parents 7a79aa083c6b
children 2c9ec59f776a
comparison
equal deleted inserted replaced
70599:5979e1d09b2a 70600:b9be6d21f2ac
1845 t) 1845 t)
1846 1846
1847 (autoload 'calendar-persian-date-string "cal-persia" 1847 (autoload 'calendar-persian-date-string "cal-persia"
1848 "String of Persian date of Gregorian date.") 1848 "String of Persian date of Gregorian date.")
1849 1849
1850 (autoload 'show-all-diary-entries "diary-lib" 1850 (autoload 'diary-show-all-entries "diary-lib"
1851 "Show all of the diary entries in the diary file. 1851 "Show all of the diary entries in the diary file.
1852 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
1853 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
1854 is created." 1854 is created."
1855 t) 1855 t)
1858 "Mark days in the calendar window that have diary entries. 1858 "Mark days in the calendar window that have diary entries.
1859 Each entry in diary file visible in the calendar window is marked." 1859 Each entry in diary file visible in the calendar window is marked."
1860 t) 1860 t)
1861 1861
1862 (autoload 'make-diary-entry "diary-lib" 1862 (autoload 'make-diary-entry "diary-lib"
1863 "Insert a diary entry STRING which may be NONMARKING in FILE." 1863 "Insert a diary entry STRING which may be NONMARKING in FILE.")
1864 t)
1865 1864
1866 (autoload 'insert-diary-entry "diary-lib" 1865 (autoload 'insert-diary-entry "diary-lib"
1867 "Insert a diary entry for the date indicated by point." 1866 "Insert a diary entry for the date indicated by point."
1868 t) 1867 t)
1869 1868
1944 t) 1943 t)
1945 1944
1946 (autoload 'cal-tex-cursor-month "cal-tex" 1945 (autoload 'cal-tex-cursor-month "cal-tex"
1947 "Make a buffer with LaTeX commands for the month cursor is on. 1946 "Make a buffer with LaTeX commands for the month cursor is on.
1948 Optional prefix argument specifies number of months to be produced. 1947 Optional prefix argument specifies number of months to be produced.
1949 Calendar is condensed onto one page.") 1948 Calendar is condensed onto one page." t)
1950 1949
1951 (autoload 'cal-tex-cursor-month-landscape "cal-tex" 1950 (autoload 'cal-tex-cursor-month-landscape "cal-tex"
1952 "Make a buffer with LaTeX commands for the month cursor is on. 1951 "Make a buffer with LaTeX commands for the month cursor is on.
1953 Optional prefix argument specifies number of months to be produced.") 1952 Optional prefix argument specifies number of months to be produced." t)
1954 1953
1955 (autoload 'cal-tex-cursor-day "cal-tex" 1954 (autoload 'cal-tex-cursor-day "cal-tex"
1956 "Make a buffer with LaTeX commands for the day cursor is on.") 1955 "Make a buffer with LaTeX commands for the day cursor is on." t)
1957 1956
1958 (autoload 'cal-tex-cursor-week "cal-tex" 1957 (autoload 'cal-tex-cursor-week "cal-tex"
1959 "Make a buffer with LaTeX commands for a two-page one-week calendar. 1958 "Make a buffer with LaTeX commands for a two-page one-week calendar.
1960 It applies to the week that point is in. 1959 It applies to the week that point is in.
1961 Optional prefix argument specifies number of weeks. 1960 Optional prefix argument specifies number of weeks.
1962 Holidays are included if `cal-tex-holidays' is t.") 1961 Holidays are included if `cal-tex-holidays' is t." t)
1963 1962
1964 (autoload 'cal-tex-cursor-week2 "cal-tex" 1963 (autoload 'cal-tex-cursor-week2 "cal-tex"
1965 "Make a buffer with LaTeX commands for a two-page one-week calendar. 1964 "Make a buffer with LaTeX commands for a two-page one-week calendar.
1966 It applies to the week that point is in. 1965 It applies to the week that point is in.
1967 Optional prefix argument specifies number of weeks. 1966 Optional prefix argument specifies number of weeks.
1968 Holidays are included if `cal-tex-holidays' is t.") 1967 Holidays are included if `cal-tex-holidays' is t." t)
1969 1968
1970 (autoload 'cal-tex-cursor-week-iso "cal-tex" 1969 (autoload 'cal-tex-cursor-week-iso "cal-tex"
1971 "Make a buffer with LaTeX commands for a one page ISO-style weekly calendar. 1970 "Make a buffer with LaTeX commands for a one page ISO-style weekly calendar.
1972 Optional prefix argument specifies number of weeks. 1971 Optional prefix argument specifies number of weeks.
1973 Diary entries are included if `cal-tex-diary' is t. 1972 Diary entries are included if `cal-tex-diary' is t.
1974 Holidays are included if `cal-tex-holidays' is t.") 1973 Holidays are included if `cal-tex-holidays' is t." t)
1975 1974
1976 (autoload 'cal-tex-cursor-week-monday "cal-tex" 1975 (autoload 'cal-tex-cursor-week-monday "cal-tex"
1977 "Make a buffer with LaTeX commands for a two-page one-week calendar. 1976 "Make a buffer with LaTeX commands for a two-page one-week calendar.
1978 It applies to the week that point is in, and starts on Monday. 1977 It applies to the week that point is in, and starts on Monday.
1979 Optional prefix argument specifies number of weeks. 1978 Optional prefix argument specifies number of weeks.
1980 Holidays are included if `cal-tex-holidays' is t.") 1979 Holidays are included if `cal-tex-holidays' is t." t)
1981 1980
1982 (autoload 'cal-tex-cursor-filofax-2week "cal-tex" 1981 (autoload 'cal-tex-cursor-filofax-2week "cal-tex"
1983 "Two-weeks-at-a-glance Filofax style calendar for week indicated by cursor. 1982 "Two-weeks-at-a-glance Filofax style calendar for week indicated by cursor.
1984 Optional prefix argument specifies number of weeks. 1983 Optional prefix argument specifies number of weeks.
1985 Diary entries are included if cal-tex-diary is t. 1984 Diary entries are included if cal-tex-diary is t.
1986 Holidays are included if `cal-tex-holidays' is t.") 1985 Holidays are included if `cal-tex-holidays' is t." t)
1987 1986
1988 (autoload 'cal-tex-cursor-filofax-week "cal-tex" 1987 (autoload 'cal-tex-cursor-filofax-week "cal-tex"
1989 "One-week-at-a-glance Filofax style calendar for week indicated by cursor. 1988 "One-week-at-a-glance Filofax style calendar for week indicated by cursor.
1990 Optional prefix argument specifies number of weeks. 1989 Optional prefix argument specifies number of weeks.
1991 Weeks start on Monday. 1990 Weeks start on Monday.
1992 Diary entries are included if cal-tex-diary is t. 1991 Diary entries are included if cal-tex-diary is t.
1993 Holidays are included if `cal-tex-holidays' is t.") 1992 Holidays are included if `cal-tex-holidays' is t." t)
1994 1993
1995 (autoload 'cal-tex-cursor-filofax-daily "cal-tex" 1994 (autoload 'cal-tex-cursor-filofax-daily "cal-tex"
1996 "Day-per-page Filofax style calendar for week indicated by cursor. 1995 "Day-per-page Filofax style calendar for week indicated by cursor.
1997 Optional prefix argument specifies number of weeks. Weeks start on Monday. 1996 Optional prefix argument specifies number of weeks. Weeks start on Monday.
1998 Diary entries are included if `cal-tex-diary' is t. 1997 Diary entries are included if `cal-tex-diary' is t.
1999 Holidays are included if `cal-tex-holidays' is t.") 1998 Holidays are included if `cal-tex-holidays' is t." t)
2000 1999
2001 (autoload 'cal-tex-cursor-year "cal-tex" 2000 (autoload 'cal-tex-cursor-year "cal-tex"
2002 "Make a buffer with LaTeX commands for a year's calendar. 2001 "Make a buffer with LaTeX commands for a year's calendar.
2003 Optional prefix argument specifies number of years.") 2002 Optional prefix argument specifies number of years." t)
2004 2003
2005 (autoload 'cal-tex-cursor-year-landscape "cal-tex" 2004 (autoload 'cal-tex-cursor-year-landscape "cal-tex"
2006 "Make a buffer with LaTeX commands for a year's calendar (landscape). 2005 "Make a buffer with LaTeX commands for a year's calendar (landscape).
2007 Optional prefix argument specifies number of years.") 2006 Optional prefix argument specifies number of years." t)
2008 2007
2009 (autoload 'cal-tex-cursor-filofax-year "cal-tex" 2008 (autoload 'cal-tex-cursor-filofax-year "cal-tex"
2010 "Make a buffer with LaTeX commands for a year's calendar (Filofax). 2009 "Make a buffer with LaTeX commands for a year's calendar (Filofax).
2011 Optional prefix argument specifies number of years.") 2010 Optional prefix argument specifies number of years." t)
2012 2011
2013 (autoload 'mark-calendar-holidays "holidays" 2012 (autoload 'mark-calendar-holidays "holidays"
2014 "Mark notable days in the calendar window." 2013 "Mark notable days in the calendar window."
2015 t) 2014 t)
2016 2015