aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2008-04-06 20:49:40 +0000
committerGlenn Morris2008-04-06 20:49:40 +0000
commit8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2 (patch)
tree2d985c0ad6a16855e220c3e8348eec1ecfa44d7e /lisp
parent4dedde3c4c3baa29eacbd18d1abab9f75ea2560f (diff)
downloademacs-8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2.tar.gz
emacs-8c34d83efa3bc9a6549dafdcd5e3fe5ba96724e2.zip
Comment.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
-rw-r--r--lisp/calendar/cal-china.el2
-rw-r--r--lisp/calendar/cal-coptic.el4
-rw-r--r--lisp/calendar/cal-french.el2
-rw-r--r--lisp/calendar/cal-iso.el2
-rw-r--r--lisp/calendar/cal-julian.el4
-rw-r--r--lisp/calendar/cal-mayan.el2
-rw-r--r--lisp/calendar/cal-persia.el2
-rw-r--r--lisp/calendar/lunar.el3
-rw-r--r--lisp/calendar/solar.el3
10 files changed, 20 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87784c092b0..ff1981ac7e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,22 +2,20 @@
2 2
3 * dired-aux.el (dired-overwrite-confirmed): Revert last change. 3 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
4 4
5 * dired.el (dired-dnd-handle-local-file): Obey 5 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite.
6 dired-backup-overwrite.
7 6
82008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> 72008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
9 8
10 * viper*.el (viper-search-wrap-around-t): replace with 9 * viper*.el (viper-search-wrap-around-t): Replace with
11 viper-search-wrap-around. 10 viper-search-wrap-around.
12 11
13 * ediff*.el: replace 3-argument 'require' statements with 1-argument 12 * ediff*.el: Replace 3-argument 'require' statements with 1-argument
14 ones (wrapped in if's). For compatibility with the current stable 13 ones (wrapped in if's). For compatibility with the current stable
15 version of XEmacs. 14 version of XEmacs.
16 15
172008-04-06 Dan Nicolaescu <dann@ics.uci.edu> 162008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18 17
19 * vc.el (vc-status-prepare-status-buffer): 18 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
20 Reset vc-parent-buffer-name.
21 19
222008-04-06 Jason Rumney <jasonr@gnu.org> 202008-04-06 Jason Rumney <jasonr@gnu.org>
23 21
@@ -229,7 +227,7 @@
229 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date. 227 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
230 Keep old name as alias, update callers. 228 Keep old name as alias, update callers.
231 229
232 * cal-hebrew.el (calendar-hebrew-leap-year-p): 230 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
233 Rename hebrew-calendar-leap-year-p. Update callers. 231 Rename hebrew-calendar-leap-year-p. Update callers.
234 (calendar-hebrew-last-month-of-year): 232 (calendar-hebrew-last-month-of-year):
235 Rename hebrew-calendar-last-month-of-year. Update callers. 233 Rename hebrew-calendar-last-month-of-year. Update callers.
@@ -314,7 +312,7 @@
314 312
315 * calendar/cal-menu.el, calendar/calendar.el: 313 * calendar/cal-menu.el, calendar/calendar.el:
316 Update for chinese and hebrew name changes. 314 Update for chinese and hebrew name changes.
317 * diary-lib.el: Update for hebrew name changes. 315 * calendar/diary-lib.el: Update for hebrew name changes.
318 316
3192008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 3172008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
320 318
diff --git a/lisp/calendar/cal-china.el b/lisp/calendar/cal-china.el
index cf9dab4af8d..bc51154dabf 100644
--- a/lisp/calendar/cal-china.el
+++ b/lisp/calendar/cal-china.el
@@ -601,7 +601,7 @@ Echo Chinese date unless NOECHO is non-nil."
601 601
602(defvar date) 602(defvar date)
603 603
604;; To be called from list-sexp-diary-entries, where DATE is bound. 604;; To be called from diary-list-sexp-entries, where DATE is bound.
605;;;###diary-autoload 605;;;###diary-autoload
606(defun diary-chinese-date () 606(defun diary-chinese-date ()
607 "Chinese calendar equivalent of date diary entry." 607 "Chinese calendar equivalent of date diary entry."
diff --git a/lisp/calendar/cal-coptic.el b/lisp/calendar/cal-coptic.el
index 217e861dc78..7ca17c23861 100644
--- a/lisp/calendar/cal-coptic.el
+++ b/lisp/calendar/cal-coptic.el
@@ -183,7 +183,7 @@ Echo Coptic date unless NOECHO is t."
183 183
184(defvar date) 184(defvar date)
185 185
186;; To be called from list-sexp-diary-entries, where DATE is bound. 186;; To be called from diary-list-sexp-entries, where DATE is bound.
187;;;###diary-autoload 187;;;###diary-autoload
188(defun diary-coptic-date () 188(defun diary-coptic-date ()
189 "Coptic calendar equivalent of date diary entry." 189 "Coptic calendar equivalent of date diary entry."
@@ -259,7 +259,7 @@ Echo Ethiopic date unless NOECHO is t."
259(define-obsolete-function-alias 'calendar-goto-ethiopic-date 259(define-obsolete-function-alias 'calendar-goto-ethiopic-date
260 'calendar-ethiopic-goto-date "23.1") 260 'calendar-ethiopic-goto-date "23.1")
261 261
262;; To be called from list-sexp-diary-entries, where DATE is bound. 262;; To be called from diary-list-sexp-entries, where DATE is bound.
263;;;###diary-autoload 263;;;###diary-autoload
264(defun diary-ethiopic-date () 264(defun diary-ethiopic-date ()
265 "Ethiopic calendar equivalent of date diary entry." 265 "Ethiopic calendar equivalent of date diary entry."
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el
index 8e895c9628a..2c6ebe546bd 100644
--- a/lisp/calendar/cal-french.el
+++ b/lisp/calendar/cal-french.el
@@ -255,7 +255,7 @@ Echo French Revolutionary date unless NOECHO is non-nil."
255 255
256(defvar date) 256(defvar date)
257 257
258;; To be called from list-sexp-diary-entries, where DATE is bound. 258;; To be called from diary-list-sexp-entries, where DATE is bound.
259;;;###diary-autoload 259;;;###diary-autoload
260(defun diary-french-date () 260(defun diary-french-date ()
261 "French calendar equivalent of date diary entry." 261 "French calendar equivalent of date diary entry."
diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el
index 32685337bed..15c39837680 100644
--- a/lisp/calendar/cal-iso.el
+++ b/lisp/calendar/cal-iso.el
@@ -147,7 +147,7 @@ Interactively, goes to the first day of the specified week."
147 147
148(defvar date) 148(defvar date)
149 149
150;; To be called from list-sexp-diary-entries, where DATE is bound. 150;; To be called from diary-list-sexp-entries, where DATE is bound.
151;;;###diary-autoload 151;;;###diary-autoload
152(defun diary-iso-date () 152(defun diary-iso-date ()
153 "ISO calendar equivalent of date diary entry." 153 "ISO calendar equivalent of date diary entry."
diff --git a/lisp/calendar/cal-julian.el b/lisp/calendar/cal-julian.el
index af66c31e4c2..5f24527b1ee 100644
--- a/lisp/calendar/cal-julian.el
+++ b/lisp/calendar/cal-julian.el
@@ -204,13 +204,13 @@ Echo astronomical (Julian) day number unless NOECHO is non-nil."
204 204
205(defvar date) 205(defvar date)
206 206
207;; To be called from list-sexp-diary-entries, where DATE is bound. 207;; To be called from diary-list-sexp-entries, where DATE is bound.
208;;;###diary-autoload 208;;;###diary-autoload
209(defun diary-julian-date () 209(defun diary-julian-date ()
210 "Julian calendar equivalent of date diary entry." 210 "Julian calendar equivalent of date diary entry."
211 (format "Julian date: %s" (calendar-julian-date-string date))) 211 (format "Julian date: %s" (calendar-julian-date-string date)))
212 212
213;; To be called from list-sexp-diary-entries, where DATE is bound. 213;; To be called from diary-list-sexp-entries, where DATE is bound.
214;;;###diary-autoload 214;;;###diary-autoload
215(defun diary-astro-day-number () 215(defun diary-astro-day-number ()
216 "Astronomical (Julian) day number diary entry." 216 "Astronomical (Julian) day number diary entry."
diff --git a/lisp/calendar/cal-mayan.el b/lisp/calendar/cal-mayan.el
index 0dd78edebfa..662a54a2bb9 100644
--- a/lisp/calendar/cal-mayan.el
+++ b/lisp/calendar/cal-mayan.el
@@ -383,7 +383,7 @@ Echo Mayan date unless NOECHO is non-nil."
383 383
384(defvar date) 384(defvar date)
385 385
386;; To be called from list-sexp-diary-entries, where DATE is bound. 386;; To be called from diary-list-sexp-entries, where DATE is bound.
387;;;###diary-autoload 387;;;###diary-autoload
388(defun diary-mayan-date () 388(defun diary-mayan-date ()
389 "Show the Mayan long count, haab, and tzolkin dates as a diary entry." 389 "Show the Mayan long count, haab, and tzolkin dates as a diary entry."
diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el
index 0b7ffe117ad..969821cb834 100644
--- a/lisp/calendar/cal-persia.el
+++ b/lisp/calendar/cal-persia.el
@@ -211,7 +211,7 @@ Echo Persian date unless NOECHO is non-nil."
211 211
212(defvar date) 212(defvar date)
213 213
214;; To be called from list-sexp-diary-entries, where DATE is bound. 214;; To be called from diary-list-sexp-entries, where DATE is bound.
215;;;###diary-autoload 215;;;###diary-autoload
216(defun diary-persian-date () 216(defun diary-persian-date ()
217 "Persian calendar equivalent of date diary entry." 217 "Persian calendar equivalent of date diary entry."
diff --git a/lisp/calendar/lunar.el b/lisp/calendar/lunar.el
index 549bf689c29..63fa7212766 100644
--- a/lisp/calendar/lunar.el
+++ b/lisp/calendar/lunar.el
@@ -211,6 +211,7 @@ remainder mod 4 gives the phase: 0 new moon, 1 first quarter, 2 full moon,
211 (lunar-phase-list m1 y1) "\n"))) 211 (lunar-phase-list m1 y1) "\n")))
212 (message "Computing phases of the moon...done"))) 212 (message "Computing phases of the moon...done")))
213 213
214;; FIXME ?
214;;;###autoload 215;;;###autoload
215(defun phases-of-moon (&optional arg) 216(defun phases-of-moon (&optional arg)
216 "Display the quarters of the moon for last month, this month, and next month. 217 "Display the quarters of the moon for last month, this month, and next month.
@@ -226,7 +227,7 @@ This function is suitable for execution in a .emacs file."
226 227
227(defvar date) 228(defvar date)
228 229
229;; To be called from list-sexp-diary-entries, where DATE is bound. 230;; To be called from diary-list-sexp-entries, where DATE is bound.
230 231
231;;;###diary-autoload 232;;;###diary-autoload
232(defun diary-phases-of-moon (&optional mark) 233(defun diary-phases-of-moon (&optional mark)
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el
index 3d10b21a291..19bad4c22f9 100644
--- a/lisp/calendar/solar.el
+++ b/lisp/calendar/solar.el
@@ -781,6 +781,7 @@ and `calendar-time-zone' are used to interpret local time."
781 end-long long))) 781 end-long long)))
782 (/ (+ start end) 2.0))) 782 (/ (+ start end) 2.0)))
783 783
784;; FIXME but there already is solar-sunrise-sunset.
784;;;###autoload 785;;;###autoload
785(defun sunrise-sunset (&optional arg) 786(defun sunrise-sunset (&optional arg)
786 "Local time of sunrise and sunset for today. Accurate to a few seconds. 787 "Local time of sunrise and sunset for today. Accurate to a few seconds.
@@ -867,7 +868,7 @@ Accurate to a few seconds."
867 868
868(defvar date) 869(defvar date)
869 870
870;; To be called from list-sexp-diary-entries, where DATE is bound. 871;; To be called from diary-list-sexp-entries, where DATE is bound.
871;;;###diary-autoload 872;;;###diary-autoload
872(defun diary-sunrise-sunset () 873(defun diary-sunrise-sunset ()
873 "Local time of sunrise and sunset as a diary entry. 874 "Local time of sunrise and sunset as a diary entry.