]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / ChangeLog
index d7539e35d917ceb816bc4da07d14ae75a902302e..914ce9003a4943bcf68071399a42ece913a4a47c 100644 (file)
+2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
+       (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
+       Revision numbers can include ".".
+
+       * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
+       "+" lines not accounted for by counting "-" and context lines.
+
+2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-service-open-file): Use file URL instead of
+       file name string.
+
+2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
+       (vc-bzr-annotate-time): Accept space used to preserve alignment.
+
+2008-04-05  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/advice.el (defadvice): Add usage pattern.
+
+2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
+       thread in [h-e-w]).
+
+2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (abort-if-file-too-large): Fix typo in docstring.
+
+2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (functionp): Return nil for special forms.
+
+2008-04-05  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/autoload.el (autoload-ensure-default-file):
+       Provide a feature.
+       * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
+       Require loaddef file rather than loading it.
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
+       autoload-ensure-default-file provides a feature.
+
+       * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
+       (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
+       (compile, compile-always, recompile): Use $LOADDEFS.
+       (cal-autoloads): Remove.
+
+       * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
+       than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
+
+       * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
+       (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
+
+       * calendar/calendar.el (diary-hebrew-entry-symbol):
+       Rename hebrew-diary-entry-symbol.  Keep old name as alias.
+       (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
+       Keep old name as alias.
+       (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
+       Keep old name as alias.
+       * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
+       to diary-bahai-entry-symbol.
+       * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
+       to diary-hebrew-entry-symbol.
+       * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
+       to diary-islamic-entry-symbol.
+       * calendar/diary-lib.el: Update for diary-entry-symbol renames.
+
+       * calendar/solar.el (diary-sabbath-candles-minutes)
+       (diary-sabbath-candles): Move to cal-hebrew.
+       * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
+       (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
+       Doc fix.  Keep old name as alias.
+       (diary-hebrew-sabbath-candles): Simplify.
+       (solar-setup, solar-sunrise-sunset, calendar-latitude)
+       (calendar-longitude, calendar-time-zone): Declare for compiler.
+       * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
+       rename.
+
+       * calendar/cal-coptic.el (calendar-coptic-month-name-array):
+       Rename coptic-calendar-month-name-array.  Update callers.
+       (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
+       (calendar-coptic-name): Rename coptic-name.  Update callers.
+       (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
+       Update callers.
+       (calendar-coptic-last-day-of-month):
+       Rename coptic-calendar-last-day-of-month.  Update callers.
+       (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
+       Keep old name as alias, update callers.
+       (calendar-coptic-print-date): Rename calendar-print-coptic-date.
+       Keep old name as alias, update callers.
+       (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
+       Keep old name as alias.
+       (calendar-ethiopic-month-name-array):
+       Rename ethiopic-calendar-month-name-array.  Update callers.
+       (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
+       Update callers.
+       (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
+       (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
+       Keep old name as alias, update callers.
+       (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
+       Keep old name as alias, update callers.
+       (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
+       Keep old name as alias.
+
+       * calendar/cal-french.el (calendar-french-epoch):
+       Rename french-calendar-epoch.  Update callers.
+       (calendar-french-month-name-array): Rename variable and function
+       french-calendar-month-name-array.  Update callers.
+       (calendar-french-multibyte-month-name-array):
+       Rename french-calendar-multibyte-month-name-array.  Update callers.
+       (calendar-french-day-name-array): Rename variable and function
+       french-calendar-day-name-array.  Update callers.
+       (calendar-french-special-days-array): Rename variable and function
+       french-calendar-special-days-array.  Update callers.
+       (calendar-french-multibyte-special-days-array):
+       Rename french-calendar-multibyte-special-days-array.  Update callers.
+       (calendar-french-accents-p): Rename french-calendar-accents.
+       Update callers.
+       (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
+       Update callers.
+       (calendar-french-last-day-of-month):
+       Rename french-calendar-last-day-of-month.  Update callers.
+       (calendar-french-to-absolute): Rename calendar-absolute-from-french.
+       Keep old name as alias, update callers.
+       (calendar-french-print-date): Rename calendar-print-french-date.
+       Keep old name as alias, update callers.
+       (calendar-french-goto-date): Rename calendar-goto-french-date.
+       Keep old name as alias.
+
+       * calendar/cal-menu.el, calendar/calendar.el:
+       Update for Coptic and French name changes.
+
+       * calendar/cal-china.el (calendar-chinese): Rename custom group
+       from chinese-calendar.  Update users.
+       (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
+       Keep old name as alias, update users.
+       (calendar-chinese-location-name): Rename chinese-calendar-location-name.
+       Keep old name as alias.
+       (calendar-chinese-daylight-time-offset):
+       Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
+       update users.
+       (calendar-chinese-standard-time-zone-name):
+       Rename chinese-calendar-standard-time-zone-name.
+       Keep old name as alias, update users.
+       (calendar-chinese-daylight-saving-start):
+       Rename chinese-calendar-daylight-savings-starts.
+       Keep old name as alias, update users.
+       (calendar-chinese-daylight-saving-end):
+       Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
+       update users.
+       (calendar-chinese-daylight-saving-start-time):
+       Rename chinese-calendar-daylight-savings-starts-time.
+       Keep old name as alias, update users.
+       (calendar-chinese-daylight-saving-end-time):
+       Rename chinese-calendar-daylight-savings-ends-time.
+       Keep old name as alias, update users.
+       (calendar-chinese-celestial-stem): Rename
+       calendar-chinese-celestial-stem.  Keep old name as alias, update users.
+       (calendar-chinese-terrestrial-branch):
+       Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
+       update users.
+       (calendar-chinese-zodiac-sign-on-or-after):
+       Rename chinese-zodiac-sign-on-or-after.  Update callers.
+       (calendar-chinese-new-moon-on-or-after):
+       Rename chinese-new-moon-on-or-after.  Update callers.
+       (calendar-chinese-month-list): Rename chinese-month-list.
+       Update callers.
+       (calendar-chinese-number-months): Rename number-chinese-months.
+       Update callers.
+       (calendar-chinese-compute-year): Rename compute-chinese-year.
+       Update callers.
+       (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
+       (calendar-chinese-year): Rename chinese-year.  Update callers.
+       (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
+       (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
+       Keep old name as alias, update callers.
+       (calendar-chinese-print-date): Rename calendar-print-chinese-date.
+       Keep old name as alias, update callers.
+       (calendar-chinese-months-to-alist):
+       Rename make-chinese-month-assoc-list.  Update callers.
+       (calendar-chinese-months): Rename chinese-months.  Update callers.
+       (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
+       Keep old name as alias, update callers.
+
+       * 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-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
+       Update callers.
+       (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
+       Update callers.
+       (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
+       Update callers.
+       (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
+       Update callers.
+       (calendar-hebrew-last-day-of-month):
+       Rename hebrew-calendar-last-day-of-month.  Update callers.
+       (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
+       Keep old name as alias, update callers.
+       (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
+       Keep old name as alias, update callers.
+       (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
+       Keep old name as alias, update callers.
+       (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
+       Keep old name as alias.
+       (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
+       Keep old name as alias.
+       (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
+       Keep old name as alias.
+       (holiday-hebrew-passover): Rename holiday-passover-etc.
+       Keep old name as alias.
+       (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
+       Keep old name as alias, update callers.
+       (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
+       Keep old name as alias.
+       (calendar-hebrew-mark-date-pattern):
+       Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
+       update callers.
+       (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
+       Keep old name as alias.
+       (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
+       Keep old name as alias.
+       (diary-hebrew-insert-monthly-entry):
+       Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
+       (diary-hebrew-insert-yearly-entry):
+       Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
+       (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
+       Keep old name as alias.
+       (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
+       (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
+       (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
+       Keep old name as alias.
+       (calendar-hebrew-parashiot-names):
+       Rename hebrew-calendar-parashiot-names.  Update callers.
+       (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
+       (calendar-hebrew-year-Saturday-incomplete-Sunday):
+       Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
+       (calendar-hebrew-year-Saturday-complete-Tuesday):
+       Rename hebrew-calendar-year-Saturday-complete-Tuesday.
+       (calendar-hebrew-year-Monday-incomplete-Tuesday):
+       Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
+       (calendar-hebrew-year-Monday-complete-Thursday):
+       Rename hebrew-calendar-year-Monday-complete-Thursday.
+       (calendar-hebrew-year-Tuesday-regular-Thursday):
+       Rename hebrew-calendar-year-Tuesday-regular-Thursday.
+       (calendar-hebrew-year-Thursday-regular-Saturday):
+       Rename hebrew-calendar-year-Thursday-regular-Saturday.
+       (calendar-hebrew-year-Thursday-complete-Sunday):
+       Rename hebrew-calendar-year-Thursday-complete-Sunday.
+       (calendar-hebrew-year-Saturday-incomplete-Tuesday):
+       Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
+       (calendar-hebrew-year-Saturday-complete-Thursday):
+       Rename hebrew-calendar-year-Saturday-complete-Thursday.
+       (calendar-hebrew-year-Monday-incomplete-Thursday):
+       Rename hebrew-calendar-year-Monday-incomplete-Thursday.
+       (calendar-hebrew-year-Monday-complete-Saturday):
+       Rename hebrew-calendar-year-Monday-complete-Saturday.
+       (calendar-hebrew-year-Tuesday-regular-Saturday):
+       Rename hebrew-calendar-year-Tuesday-regular-Saturday.
+       (calendar-hebrew-year-Thursday-incomplete-Sunday):
+       Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
+       (calendar-hebrew-year-Thursday-complete-Tuesday):
+       Rename hebrew-calendar-year-Thursday-complete-Tuesday.
+       (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
+       Update for above name changes of constants.
+
+       * calendar/cal-menu.el, calendar/calendar.el:
+       Update for chinese and hebrew name changes.
+       * diary-lib.el: Update for hebrew name changes.
+
+2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (keymap-canonicalize): Correct thinko.
+
+       * server.el: Undo part of the multi-tty change, which is only
+       needed if server.el is preloaded, and broke server-running-p.
+       (server-socket-dir): Initialize in the defvar, as before.
+       (server-start): Remove initialization of server-socket-dir.
+
+2008-04-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
+       3-member cons cells.
+
+2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-face.el (custom-face-attributes): Handle roman slant.
+
+       * faces.el (default): Ensure the face-defface-spec property is set.
+
+2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * files.el (abort-if-file-too-large): New function.
+       (find-file-noselect, insert-file-1): Use it.
+
+2008-04-05  Reto Zimmermann  <reto@gnu.org>
+
+       * progmodes/vhdl-mode.el (vhdl-mode-map-init):
+       Replace C-c[a-zA-Z] key bindings.
+
+2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/hideif.el (hif-token-alist): New var.
+       (hif-token-regexp, hif-tokenize): Use it.
+       (hif-mathify-binop): New macro.
+       (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
+       (hif-greater-equal, hif-less-equal): Use it.
+       (hif-logior, hif-logand): New functions.
+       (hif-math): Accept | and & as well.
+
+       * progmodes/etags.el: Fix problem with completion for buffer-local
+       tables.  Reported by Radey Shouman <shouman@comcast.net>.
+       (tags-complete-tag): Remove.
+       (tags-lazy-completion-table): New function to replace it.
+       (find-tag-tag, complete-tag): Update users.
+
+2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-rcs.el (vc-rcs-dir-status):
+       * vc-sccs.el (vc-sccs-dir-status): New function.
+
+       * outline.el (outline-mode-menu-bar-map):
+       * term.el (terminal-signal-menu): Add :help.
+
+       * net/eudc.el (eudc-mode-map): Declare and define in one step.
+       (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
+
+       * emacs-lisp/re-builder.el (reb-mode-map):
+       * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
+
+       * diff-mode.el (diff-file-junk-re): Recognize the git format for
+       new files, deleted files and for changing permissions.
+       (diff-mode): Set beginning-of-defun-function and
+       end-of-defun-function.
+
+       * vc-bzr.el (vc-bzr-state): Use when instead of if.
+
+       * vc.el (vc-default-status-fileinfo-extra): New function.
+       (vc-status-mark-buffer-changed): Use it.
+       (vc-update-vc-status-buffer): Allow for partial updates.
+
+2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/tramp.el (after-init-hook): Don't wrap a lambda around
+       tramp-register-completion-file-name-handler.
+
+       * subr.el (keymap-canonicalize): New function.
+       * mouse.el (mouse-menu-non-singleton): Use it.
+       (mouse-major-mode-menu): Remove hack made unnecessary.
+
+       * simple.el (set-fill-column): Prompt rather than error by default.
+
+2008-04-04  Andreas Schwab  <schwab@suse.de>
+
+       * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
+       Reset new-rules after each round.
+
+       * Makefile.in (cal-autoloads): New target.
+       (compile, compile-always, recompile): Depend on it.
+       ($(lisp)/calendar/cal-loaddefs.el)
+       ($(lisp)/calendar/diary-loaddefs.el)
+       ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
+
 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
-       
-       * ediff*el: replaced load with require in eval-when-compile.
-       
-       * ediff-hook: deleted all invocations of (autoload ...).
-       
-       * ediff-util.el (ediff-setup): make window-min-height a local variable
+
+       * ediff*.el: Replace load with require in eval-when-compile.
+
+       * ediff-hook: Delete all invocations of (autoload ...).
+
+       * ediff-util.el (ediff-setup): Make window-min-height a local variable
        in ediff control window, and set its min height to 2.
-       (ediff-setup-control-buffer): dedicate the control window.
-       (ediff-toggle-multiframe): undedicate control window.
+       (ediff-setup-control-buffer): Dedicate the control window.
+       (ediff-toggle-multiframe): Undedicate control window.
        Work directly with ediff-setup-windows-multiframe and
        ediff-setup-windows-plain.
-       
-       * ediff-wind (ediff-choose-window-setup-function-automatically): new
-       function.
-       (ediff-window-setup-function): change initialization.
-       (ediff-setup-windows-automatic): deleted.
-       (ediff-setup-windows-plain-merge): make control window dedicated.
-       (ediff-destroy-control-frame): do not skip frames if working in a
+
+       * ediff-wind (ediff-choose-window-setup-function-automatically):
+       New function.
+       (ediff-window-setup-function): Change initialization.
+       (ediff-setup-windows-automatic): Delete.
+       (ediff-setup-windows-plain-merge): Make control window dedicated.
+       (ediff-destroy-control-frame): Do not skip frames if working in a
        single frame.
-       
-       * emulation/viper-ex.el: move provide's forward, prevent ecursion in
+
+       * emulation/viper-ex.el: Move provide's forward, prevent recursion in
        eval-when-compile.
-       
-       * emulation/viper-util.el: move provide's forward, prevent ecursion in
+
+       * emulation/viper-util.el: Move provide's forward, prevent recursion in
        eval-when-compile.
-       
+
 2008-04-04  Glenn Morris  <rgm@gnu.org>
 
        * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
        Rename islamic-calendar-last-day-of-month.  Update callers.
        (calendar-islamic-day-number):
        Rename islamic-calendar-day-number.  Update callers.
-       (calendar-islamic-to-absolute): Rename
-       calendar-absolute-from-islamic.  Update callers, keep old name as alias.
+       (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
+       Update callers, keep old name as alias.
        (calendar-islamic-print-date): Rename calendar-print-islamic-date.
        Update callers, keep old name as alias.
        (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
        Update callers, keep old name as alias.
        (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
        Update callers, keep old name as alias.
-       (calendar-astro-print-day-number): Rename
-       calendar-print-astro-day-number.  Update callers, keep old name as
-       alias.
+       (calendar-astro-print-day-number):
+       Rename calendar-print-astro-day-number.  Update callers, keep old
+       name as alias.
        (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
        Update callers, keep old name as alias.
 
        Update callers, keep old name as alias.
        (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
        Update callers.
-       (calendar-mayan-read-tzolkin-date): Rename
-       calendar-read-mayan-tzolkin-date.  Update callers.
+       (calendar-mayan-read-tzolkin-date):
+       Rename calendar-read-mayan-tzolkin-date.  Update callers.
        (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
        Keep old name as alias.
        (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
        Keep old name as alias.
        (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
        Keep old name as alias.
-       (calendar-mayan-previous-tzolkin-date): Rename
-       calendar-previous-tzolkin-date.  Keep old name as alias.
-       (calendar-mayan-next-round-date): Rename
-       calendar-next-calendar-round-date.  Keep old name as alias.
-       (calendar-mayan-previous-round-date): Rename
-       calendar-previous-calendar-round-date.  Keep old name as alias.
+       (calendar-mayan-previous-tzolkin-date):
+       Rename calendar-previous-tzolkin-date.  Keep old name as alias.
+       (calendar-mayan-next-round-date):
+       Rename calendar-next-calendar-round-date.  Keep old name as alias.
+       (calendar-mayan-previous-round-date):
+       Rename calendar-previous-calendar-round-date.  Keep old name as alias.
        (calendar-mayan-long-count-to-absolute): Rename
        calendar-absolute-from-mayan-long-count.  Keep old name as alias.
-       (calendar-mayan-goto-long-count-date): Rename
-       calendar-goto-mayan-long-count-date.  Keep old name as alias.
+       (calendar-mayan-goto-long-count-date):
+       Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
 
        * calendar/cal-persia.el (calendar-persian-month-name-array):
        Rename persian-calendar-month-name-array.  Update callers.
        Update callers.
        (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
        Update callers.
-       (calendar-persian-last-day-of-month): Rename
-       persian-calendar-last-day-of-month.  Update callers.
+       (calendar-persian-last-day-of-month):
+       Rename persian-calendar-last-day-of-month.  Update callers.
        (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
        Update callers, keep old name as alias.
        (calendar-persian-print-date): Rename calendar-print-persian-date.
        * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
        Rename all-hebrew-calendar-holidays.  Update callers, keep old name
        as alias.
-       (calendar-christian-all-holidays-flag): Rename
-       all-christian-calendar-holidays.  Update callers, keep old name as
-       alias.
-       (calendar-islamic-all-holidays-flag): Rename
-       all-islamic-calendar-holidays.   Update callers, keep old name as
-       alias.
+       (calendar-christian-all-holidays-flag):
+       Rename all-christian-calendar-holidays.  Update callers, keep old
+       name as alias.
+       (calendar-islamic-all-holidays-flag):
+       Rename all-islamic-calendar-holidays.  Update callers, keep old
+       name as alias.
        (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
        Update callers, keep old name as alias.
        * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el: