comparison lisp/calendar/calendar.el @ 2326:cac023fe9d13

* diary-insert.el: Change the name to diary-ins.el. * calendar.el: Change all autoload references to diary-ins.
author Jim Blandy <jimb@redhat.com>
date Tue, 23 Mar 1993 02:16:18 +0000
parents 2c7997f249eb
children e1b71e3a2742
comparison
equal deleted inserted replaced
2325:7b5299f3a8fc 2326:cac023fe9d13
51 ;; as can the phases of the moon. Appointment notication for diary entries 51 ;; as can the phases of the moon. Appointment notication for diary entries
52 ;; is available. 52 ;; is available.
53 53
54 ;; The following files are part of the calendar/diary code: 54 ;; The following files are part of the calendar/diary code:
55 55
56 ;; diary.el, diary-insert.el Diary functions 56 ;; diary.el, diary-ins.el Diary functions
57 ;; holidays.el Holiday functions 57 ;; holidays.el Holiday functions
58 ;; cal-french.el French Revolutionary calendar 58 ;; cal-french.el French Revolutionary calendar
59 ;; cal-mayan.el Mayan calendars 59 ;; cal-mayan.el Mayan calendars
60 ;; solar.el Sunrise/sunset, equinoxes/solstices 60 ;; solar.el Sunrise/sunset, equinoxes/solstices
61 ;; lunar.el Phases of the moon 61 ;; lunar.el Phases of the moon
1239 (autoload 'mark-diary-entries "diary" 1239 (autoload 'mark-diary-entries "diary"
1240 "Mark days in the calendar window that have diary entries. 1240 "Mark days in the calendar window that have diary entries.
1241 Each entry in diary-file visible in the calendar window is marked." 1241 Each entry in diary-file visible in the calendar window is marked."
1242 t) 1242 t)
1243 1243
1244 (autoload 'insert-diary-entry "diary-insert" 1244 (autoload 'insert-diary-entry "diary-ins"
1245 "Insert a diary entry for the date indicated by point." 1245 "Insert a diary entry for the date indicated by point."
1246 t) 1246 t)
1247 1247
1248 (autoload 'insert-weekly-diary-entry "diary-insert" 1248 (autoload 'insert-weekly-diary-entry "diary-ins"
1249 "Insert a weekly diary entry for the day of the week indicated by point." 1249 "Insert a weekly diary entry for the day of the week indicated by point."
1250 t) 1250 t)
1251 1251
1252 (autoload 'insert-monthly-diary-entry "diary-insert" 1252 (autoload 'insert-monthly-diary-entry "diary-ins"
1253 "Insert a monthly diary entry for the day of the month indicated by point." 1253 "Insert a monthly diary entry for the day of the month indicated by point."
1254 t) 1254 t)
1255 1255
1256 (autoload 'insert-yearly-diary-entry "diary-insert" 1256 (autoload 'insert-yearly-diary-entry "diary-ins"
1257 "Insert an annual diary entry for the day of the year indicated by point." 1257 "Insert an annual diary entry for the day of the year indicated by point."
1258 t) 1258 t)
1259 1259
1260 (autoload 'insert-anniversary-diary-entry "diary-insert" 1260 (autoload 'insert-anniversary-diary-entry "diary-ins"
1261 "Insert an anniversary diary entry for the date indicated by point." 1261 "Insert an anniversary diary entry for the date indicated by point."
1262 t) 1262 t)
1263 1263
1264 (autoload 'insert-block-diary-entry "diary-insert" 1264 (autoload 'insert-block-diary-entry "diary-ins"
1265 "Insert a block diary entry for the dates indicated by point and mark." 1265 "Insert a block diary entry for the dates indicated by point and mark."
1266 t) 1266 t)
1267 1267
1268 (autoload 'insert-cyclic-diary-entry "diary-insert" 1268 (autoload 'insert-cyclic-diary-entry "diary-ins"
1269 "Insert a cyclic diary entry starting at the date indicated by point." 1269 "Insert a cyclic diary entry starting at the date indicated by point."
1270 t) 1270 t)
1271 1271
1272 (autoload 'insert-hebrew-diary-entry "diary-insert" 1272 (autoload 'insert-hebrew-diary-entry "diary-ins"
1273 "Insert a diary entry for the Hebrew date corresponding to the date 1273 "Insert a diary entry for the Hebrew date corresponding to the date
1274 indicated by point." 1274 indicated by point."
1275 t) 1275 t)
1276 1276
1277 (autoload 'insert-monthly-hebrew-diary-entry "diary-insert" 1277 (autoload 'insert-monthly-hebrew-diary-entry "diary-ins"
1278 "Insert a monthly diary entry for the day of the Hebrew month corresponding 1278 "Insert a monthly diary entry for the day of the Hebrew month corresponding
1279 to the date indicated by point." 1279 to the date indicated by point."
1280 t) 1280 t)
1281 1281
1282 (autoload 'insert-yearly-hebrew-diary-entry "diary-insert" 1282 (autoload 'insert-yearly-hebrew-diary-entry "diary-ins"
1283 "Insert an annual diary entry for the day of the Hebrew year corresponding 1283 "Insert an annual diary entry for the day of the Hebrew year corresponding
1284 to the date indicated by point." 1284 to the date indicated by point."
1285 t) 1285 t)
1286 1286
1287 (autoload 'insert-islamic-diary-entry "diary-insert" 1287 (autoload 'insert-islamic-diary-entry "diary-ins"
1288 "Insert a diary entry for the Islamic date corresponding to the date 1288 "Insert a diary entry for the Islamic date corresponding to the date
1289 indicated by point." 1289 indicated by point."
1290 t) 1290 t)
1291 1291
1292 (autoload 'insert-monthly-islamic-diary-entry "diary-insert" 1292 (autoload 'insert-monthly-islamic-diary-entry "diary-ins"
1293 "Insert a monthly diary entry for the day of the Islamic month corresponding 1293 "Insert a monthly diary entry for the day of the Islamic month corresponding
1294 to the date indicated by point." 1294 to the date indicated by point."
1295 t) 1295 t)
1296 1296
1297 (autoload 'insert-yearly-islamic-diary-entry "diary-insert" 1297 (autoload 'insert-yearly-islamic-diary-entry "diary-ins"
1298 "Insert an annual diary entry for the day of the Islamic year corresponding 1298 "Insert an annual diary entry for the day of the Islamic year corresponding
1299 to the date indicated by point." 1299 to the date indicated by point."
1300 t) 1300 t)
1301 1301
1302 (autoload 'list-calendar-holidays "holidays" 1302 (autoload 'list-calendar-holidays "holidays"