]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / ChangeLog
index 1d7f1108dd8a4fc2e6aa54147e1129a434127c96..914ce9003a4943bcf68071399a42ece913a4a47c 100644 (file)
@@ -1,5 +1,838 @@
+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: 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.
+       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): 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 recursion in
+       eval-when-compile.
+
+       * 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
+       calendar-absolute-from-bahai.  Update callers, keep old name as alias.
+
+       * calendar/cal-islam.el (calendar-islamic-leap-year-p):
+       Rename islamic-calendar-leap-year-p.  Update callers.
+       (calendar-islamic-last-day-of-month):
+       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-print-date): Rename calendar-print-islamic-date.
+       Update callers, keep old name as alias.
+       (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
+       Keep old name as alias.
+       (diary-islamic-list-entries): Rename list-islamic-diary-entries.
+       Update callers, keep old name as alias.
+       (calendar-islamic-mark-date-pattern):
+       Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
+       name as alias.
+       (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
+       Keep old name as alias.
+       (diary-islamic-insert-monthly-entry):
+       Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
+       (diary-islamic-insert-yearly-entry):
+       Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
+
+       * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
+       calendar-absolute-from-iso.  Update callers, keep old name as alias.
+       (calendar-iso-print-date): Rename calendar-print-iso-date.
+       Update callers, keep old name as alias.
+       (calendar-iso-goto-date): Rename calendar-goto-iso-date.
+       Keep old name as alias.
+       (calendar-iso-goto-week): Rename calendar-goto-iso-week.
+       Keep old name as alias.
+
+       * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
+       calendar-absolute-from-julian.  Update callers, keep old name as alias.
+       (calendar-julian-print-date): Rename calendar-print-julian-date.
+       Update callers, keep old name as alias.
+       (calendar-julian-goto-date): Rename calendar-goto-julian-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-goto-day-number): Rename calendar-goto-astro-day-number.
+       Update callers, keep old name as alias.
+
+       * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
+       Rename calendar-string-to-mayan-long-count.  Update callers.
+       (calendar-mayan-print-date): Rename calendar-print-mayan-date.
+       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-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-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/cal-persia.el (calendar-persian-month-name-array):
+       Rename persian-calendar-month-name-array.  Update callers.
+       (calendar-persian-epoch): Rename persian-calendar-epoch.
+       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-to-absolute): Rename calendar-absolute-from-persian.
+       Update callers, keep old name as alias.
+       (calendar-persian-print-date): Rename calendar-print-persian-date.
+       Update callers, keep old name as alias.
+       (calendar-persian-goto-date): Rename calendar-goto-persian-date.
+       Keep old name as alias.
+
+       * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
+       * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
+       * calendar/solar.el: Update for cal-julian name changes.
+
+       * calendar/cal-dst.el: Update for persian name changes.
+
+       * calendar/cal-menu.el, calendar/calendar.el:
+       Update for islamic, iso, julian, mayan, persian name changes.
+
+       * calendar/diary-lib.el: Update for islamic name changes.
+
+       * 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-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:
+       Update for the above name changes.
+
+2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (global-highlight-changes-mode)
+       (highlight-changes-passive-string, highlight-changes-active-string):
+       Mark as obsolete since 23.1, not 22.1.
+
+2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (highlight-changes-visibility-initial-state)
+       (hilit-chg-update, highlight-changes-mode-turn-on):
+       Fix typos in docstrings.
+
+2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
+
+       * newcomment.el (comment-enter-backward): Be careful to restore
+       position changed during narrowing.
+
+2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
+
+       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
+       Recognize `sub ($$)'.
+
+2008-04-03  Richard Sharman  <rsharman@pobox.com>
+
+       * hilit-chg.el (highlight-changes-mode): Rename from
+       highlight-changes; no longer uses sub-modes active and passive;
+       implemented by define-minor-mode.
+       (highlight-changes-toggle-visibility): New function, to replace
+       the old passive/active submodes of global-highlight-changes-mode;
+       implemented by define-minor-mode.
+       (global-highlight-changes-mode): Rename from global-highlight-changes;
+       rewrite using define-globalized-minor-mode.
+       (hilit-chg-major-mode-hook, hilit-chg-check-global)
+       (hilit-chg-post-command-hook, hilit-chg-check-global)
+       (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
+       to use of define-globalized-minor-mode.
+       (highlight-changes-global-initial-state): Change to be boolean.
+       (highlight-changes-visible-string, highlight-changes-invisible-string):
+       Rename from highlight-changes-active-string and
+       highlight-changes-passive-string.
+       (hilit-chg-update, hilit-chg-set): Use them.
+       (global-highlight-changes-mode): Rename from global-highlight-changes.
+       (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
+       docstring.
+       (hilit-chg-hide-changes): Rewrite to use dolist.
+       (hilit-chg-set-face-on-change, hilit-chg-update)
+       (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
+       variable instead of testing highlight-changes-mode.
+       (highlight-markup-buffers): Add reuire ediff-util; argument on calls
+       to highlight-changes-mode changed.
+       (highlight-compare-with-file): Fix problems with interactive
+       call giving invalid default file.
+
+2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
+       Fix in disassembly buffer (regression in 22.2).
+
+2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * emulation/viper-macs.el (viper-read-fast-keysequence):
+       Use viper-read-event instead of viper-read-key.
+
+       * emulation/viper.el (viper-mode): Move the check for fundamental mode.
+
+       * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
+       (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
+       let-statements.
+
+       * emulation/viper-ex.el, emulation/viper-macs.el:
+       * emulation/viper-mous.el:
+       Replace load with require in eval-when-compile.
+
+2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (auto-mode-alist): Use archive-mode for Debian packages.
+
+       * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
+       (archive-try-jka-compr): New function.
+       (archive-set-buffer-as-visiting-file): Use it.
+
+       * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
+
+2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (handle-shift-selection): New arg.
+
+2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
+
+       * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
+
+2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * shell.el (shell-dynamic-complete-filename): New fun.
+       (shell-dynamic-complete-functions): Use it.
+
+       * help-fns.el (describe-variable): Undo 2008-02-25 change.
+
+2008-04-03  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el (create-fontset-from-x-resource):
+       Handle the error of X resource more gracefully.
+
+       * international/latin1-disp.el (latin1-display): Don't use make-char.
+       Fix the argument to set-char-table-range.
+       (latin1-display-identities): Don't use make-char.
+       (latin1-display-reset): Use map-charset-chars instead of directly
+       calling standard-display-default.
+       (latin1-display-check-font): Don't use make-char.
+       (latin1-display-setup): Likewise.
+       (latin1-display-ucs-per-lynx): Likewise.
+
+2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
+       name the fields, to make the code clearer.
+       Rewrite all `aset' and `aref' using the defined accessors.
+       (timer--time): New pseudo-field.
+       (timer-set-time, timer-set-idle-time, timer-inc-time)
+       (timer-set-time-with-usecs, with-timeout-suspend): Use it.
+       (timer--time-less-p): New function.
+       (timer--activate): New function, extracted from timer-activate.
+       (timer-activate-when-idle, timer-activate): Use it.
+       (cancel-function-timers): Use dolist.
+
+2008-04-03  Glenn Morris  <rgm@gnu.org>
+
+       * add-log.el (c-beginning-of-defun, c-end-of-defun):
+       Remove declarations; no longer used.
+       (c-cpp-define-name, c-defun-name): Declare as functions.
+
+       * calendar/cal-bahai.el (holiday-fixed): Autoload it.
+       (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
+
+       * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
+       (holiday-passover-etc, holiday-hanukkah): Doc fix.
+       Add optional argument.  Simplify.
+       (holiday-tisha-b-av-etc): Use memq rather than unless.
+       (holiday-julian): Autoload it.
+       (holiday-hebrew-misc): New function.
+
+       * calendar/cal-islam.el (holiday-islamic-new-year): New function.
+
+       * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
+       (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
+       (hebrew-holidays-2): Just use holiday-hanukkah now it respects
+       all-hebrew-calendar-holidays.
+       (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
+       Simplify using new functions.
+       (calendar-holidays): Doc fix.
+       (generate-calendar-window): Use bound-and-true-p.
+
+       * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
+
+       * calendar/holidays.el (calendar-holiday-list): Fix previous change.
+       (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
+       (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
+       Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
+
+       * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
+
+2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
+
+       * vc-bzr.el (vc-bzr-checkout): Simplify.
+
+       * image-mode.el (image-mode-fit-frame): New command.
+
+       * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
+       (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
+       (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.
+
+2008-04-02  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
+       New optimised functions to get the name of the current defun/macro.
+
+       * add-log.el (add-log-current-defun): Move the functionality which
+       gets the current function name for C like modes to cc-cmds.el,
+       thus optimising for speed.
+
+2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (deactivate-mark): When the mark is temporarily
+       active, restore the original value of transient-mark-mode.
+       (set-mark-command): First deactivate the mark if was temporarily active.
+       (exchange-point-and-mark): Reactivate the mark if it was
+       temporarily active.
+       (handle-shift-selection): New fun.
+       (transient-mark-mode): Move var documentation here from buffer.c.
+       (next-line, previous-line, backward-word, move-end-of-line)
+       (move-beginning-of-line, forward-to-indentation)
+       (backward-to-indentation, back-to-indentation)
+       (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
+
+       * mouse.el (mouse-set-region-1): Save the old value of
+       transient-mark-mode.
+       (mouse-drag-track): Ignore the now-obsolete value `identity' for
+       transient-mark-mode.
+
+       * textmodes/paragraphs.el (forward-paragraph)
+       (backward-paragraph, forward-sentence, backward-sentence): Add ^
+       interactive spec.
+
+       * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
+
+2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-make-tramp-temp-file):
+       Use `tramp-drop-volume-letter' for the local file name part.
+
+2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
+       Add menu entries corresponding to all the key bindings.
+
+       * emacs-lisp/debug.el (debugger-mode-map):
+       * textmodes/conf-mode.el (conf-mode-map): Add a menu.
+       (conf-align-assignments): Only work on the region if it is active.
+       (conf-quote-normal): Use when instead of if.  Remove redundant test.
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
+       for tracing and re-builder.
+
+2008-04-02  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-disp-window-function): Doc fix.
+       (appt-display-message): Move beep before display.
+       (appt-check): Make interactive.  Reduce the number of lets.
+       Use string-equal to compare mode-line strings.
+       (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
+       read-only.
+       (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
+       (appt-delete): Simplify.
+
+       * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
+
+       * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
+
+       * calendar/cal-hebrew.el (list-yahrzeit-dates):
+       * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
+       (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
+
+       * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
+       (calendar-holiday-marker, mark-visible-calendar-date):
+       * calendar/diary-lib.el (fancy-diary-display):
+       Check for font-lock-mode before using faces.
+
+       * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
+       (calendar-gregorian-from-absolute): Reduce the number of lets.
+       (hebrew-holidays-4, generate-calendar-window): Simplify.
+       (calendar-for-loop): Make obsolete.
+       (calendar-nth-named-day): Doc fix.
+
+       * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
+       (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
+       (calendar-mark-1, list-sexp-diary-entries, diary-remind):
+       Reduce the number of lets.
+       (mark-sexp-diary-entries, calendar-mark-complex):
+       Expand calendar-for-loops.
+
+2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * find-dired.el (find-dired-filter): Fix last patch to handle
+       multi-line process input.  Pad link numbers too.
+
+2008-04-01  Jari Aalto  <jari.aalto@cante.net>
+
+       * find-dired.el (find-dired-filter): Align columns by padding file sizes.
+
+2008-04-01  Jason Rumney  <jasonr@gnu.org>
+
+       * international/characters.el (script-list): Add phonetic script,
+       covering IPA (previously Latin), Phonetic Extensions and
+       Phonetic Extensions Supplement (both previously unassigned).
+
+       * international/fontset.el (setup-default-fontset): Use unicode fonts
+       that cover bopomofo script for bopomofo.
+       Likewise for braille and mathematical.
+       Use unicode scripts that cover the phonetic script for IPA.
+
+2008-04-01  Johan Bockgård  <bojohan@gnu.org>
+
+       * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
+       return the assigned value.
+
+2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (abbrev-mode): Use define-minor-mode.
+
+       * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
+       (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
+       Use map-keymap.
+       (minor-mode-menu-from-indicator): Use it.  Simplify.
+
+       * bindings.el (mode-line-mode-menu): Move before (new) first use.
+       (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
+       Bind the key directly to the menu.
+       (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
+
+2008-04-01  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-decrypt-region): Explain the reason why this
+       function should not be used in Lisp programs.
+       (epa-decrypt-armor-in-region): Ditto.
+       (epa-verify-region): Ditto.
+       (epa-verify-cleartext-in-region): Ditto.
+       (epa-sign-region): Ditto.
+       (epa-encrypt-region): Ditto.
+
+       * epg.el (epg-start-receive-keys): Fix typo in docstring.
+
+       * epa.el (epa-select-keys): Show menu even if there is no key in
+       GnuPG's keyring.
+
 2008-04-01  Glenn Morris  <rgm@gnu.org>
 
+       * calendar/calendar.el (calendar-make-temp-face): New function.
+       (mark-visible-calendar-date):
+       * calendar/diary-lib.el (fancy-diary-display): Use it.
+
        * vc-hooks.el (vc-responsible-backend): Declare as function.
 
        * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
 
        * ediff*.el: Uncomment declare-function.
 
-       * viper*.el: Uncomment declare-function.
+       * emulation/viper*.el: Uncomment declare-function.
 
 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>