]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment.
authorGlenn Morris <rgm@gnu.org>
Sun, 6 Apr 2008 20:49:40 +0000 (20:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 6 Apr 2008 20:49:40 +0000 (20:49 +0000)
lisp/ChangeLog
lisp/calendar/cal-china.el
lisp/calendar/cal-coptic.el
lisp/calendar/cal-french.el
lisp/calendar/cal-iso.el
lisp/calendar/cal-julian.el
lisp/calendar/cal-mayan.el
lisp/calendar/cal-persia.el
lisp/calendar/lunar.el
lisp/calendar/solar.el

index 87784c092b0181a8edf1a3f7823c7186129f5fda..ff1981ac7e02754cfe41d4e188e92fa80b9801a9 100644 (file)
@@ -2,22 +2,20 @@
 
        * dired-aux.el (dired-overwrite-confirmed): Revert last change.
 
-       * dired.el (dired-dnd-handle-local-file): Obey
-       dired-backup-overwrite.
+       * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite.
 
 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper*.el (viper-search-wrap-around-t): replace with
+       * viper*.el (viper-search-wrap-around-t): Replace with
        viper-search-wrap-around.
 
-       * ediff*.el: replace 3-argument 'require' statements with 1-argument
-       ones (wrapped in if's). For compatibility with the current stable
+       * ediff*.el: Replace 3-argument 'require' statements with 1-argument
+       ones (wrapped in if's).  For compatibility with the current stable
        version of XEmacs.
 
 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * vc.el (vc-status-prepare-status-buffer):
-       Reset vc-parent-buffer-name.
+       * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
 
 2008-04-06  Jason Rumney  <jasonr@gnu.org>
 
        (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
        Keep old name as alias, update callers.
 
-       * cal-hebrew.el (calendar-hebrew-leap-year-p):
+       * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
        Rename hebrew-calendar-leap-year-p.  Update callers.
        (calendar-hebrew-last-month-of-year):
        Rename hebrew-calendar-last-month-of-year.  Update callers.
 
        * calendar/cal-menu.el, calendar/calendar.el:
        Update for chinese and hebrew name changes.
-       * diary-lib.el: Update for hebrew name changes.
+       * calendar/diary-lib.el: Update for hebrew name changes.
 
 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index cf9dab4af8d6495c4dda372d1c1aa29c66e4d70e..bc51154dabf2a0a23b262cb7fb760f6d3f65213b 100644 (file)
@@ -601,7 +601,7 @@ Echo Chinese date unless NOECHO is non-nil."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-chinese-date ()
   "Chinese calendar equivalent of date diary entry."
index 217e861dc7888e5d66035c111255d81d156c223b..7ca17c23861a944ecc294e7b6910d7fad04ab8c1 100644 (file)
@@ -183,7 +183,7 @@ Echo Coptic date unless NOECHO is t."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-coptic-date ()
   "Coptic calendar equivalent of date diary entry."
@@ -259,7 +259,7 @@ Echo Ethiopic date unless NOECHO is t."
 (define-obsolete-function-alias 'calendar-goto-ethiopic-date
   'calendar-ethiopic-goto-date "23.1")
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-ethiopic-date ()
   "Ethiopic calendar equivalent of date diary entry."
index 8e895c9628af783cbbe0dceb0255cd5bee7b9b9c..2c6ebe546bd35e6a7dca781276f65ddfa30bae1d 100644 (file)
@@ -255,7 +255,7 @@ Echo French Revolutionary date unless NOECHO is non-nil."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-french-date ()
   "French calendar equivalent of date diary entry."
index 32685337bed25dd22e209039f1fbb258bafaa1cc..15c398376806d46d8ed91d78afcc5bfb1b6343db 100644 (file)
@@ -147,7 +147,7 @@ Interactively, goes to the first day of the specified week."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-iso-date ()
   "ISO calendar equivalent of date diary entry."
index af66c31e4c2f12e8069678638be9c49f97f19744..5f24527b1eed3e741b0046f69e2fe54c96156815 100644 (file)
@@ -204,13 +204,13 @@ Echo astronomical (Julian) day number unless NOECHO is non-nil."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-julian-date ()
   "Julian calendar equivalent of date diary entry."
   (format "Julian date: %s" (calendar-julian-date-string date)))
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-astro-day-number ()
   "Astronomical (Julian) day number diary entry."
index 0dd78edebfa1fe6f8a96396c73faa974770001ee..662a54a2bb96e1777a06fba179d1667416cf0225 100644 (file)
@@ -383,7 +383,7 @@ Echo Mayan date unless NOECHO is non-nil."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-mayan-date ()
   "Show the Mayan long count, haab, and tzolkin dates as a diary entry."
index 0b7ffe117ad318097bd2f80c4a6afed6e1920230..969821cb834009d30f5f29333bed39c379fe4efe 100644 (file)
@@ -211,7 +211,7 @@ Echo Persian date unless NOECHO is non-nil."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-persian-date ()
   "Persian calendar equivalent of date diary entry."
index 549bf689c29cb8db85be7040d39fb6de0090fde8..63fa721276662b1f5e9d3827fd7c2bf54f9162de 100644 (file)
@@ -211,6 +211,7 @@ remainder mod 4 gives the phase: 0 new moon, 1 first quarter, 2 full moon,
         (lunar-phase-list m1 y1) "\n")))
     (message "Computing phases of the moon...done")))
 
+;; FIXME ?
 ;;;###autoload
 (defun phases-of-moon (&optional arg)
   "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."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 
 ;;;###diary-autoload
 (defun diary-phases-of-moon (&optional mark)
index 3d10b21a291ccfa193cfc1f6b3a322c230ec227c..19bad4c22f9244726751e12426584def5885f01d 100644 (file)
@@ -781,6 +781,7 @@ and `calendar-time-zone' are used to interpret local time."
               end-long long)))
     (/ (+ start end) 2.0)))
 
+;; FIXME but there already is solar-sunrise-sunset.
 ;;;###autoload
 (defun sunrise-sunset (&optional arg)
   "Local time of sunrise and sunset for today.  Accurate to a few seconds.
@@ -867,7 +868,7 @@ Accurate to a few seconds."
 
 (defvar date)
 
-;; To be called from list-sexp-diary-entries, where DATE is bound.
+;; To be called from diary-list-sexp-entries, where DATE is bound.
 ;;;###diary-autoload
 (defun diary-sunrise-sunset ()
   "Local time of sunrise and sunset as a diary entry.