* minibuffer.el (complete-with-action, lazy-completion-table):
[bpt/emacs.git] / lisp / ChangeLog
index 9b77811..3f46d81 100644 (file)
@@ -1,9 +1,933 @@
+2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (complete-with-action, lazy-completion-table):
+       Move from subr.el.
+       (apply-partially, completion-table-dynamic)
+       (completion-table-with-context, completion-table-with-terminator)
+       (completion-table-in-turn): New funs.
+       (completion--make-envvar-table, completion--embedded-envvar-table):
+       New funs.
+       (read-file-name-internal): Use them.
+       (completion-setup-hook): Move from simple.el.
+       * subr.el (complete-with-action, lazy-completion-table):
+       * simple.el (completion-setup-hook): Move to minibuffer.el.
+
+2008-04-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
+
+2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
+
+       * textmodes/fill.el (fill-forward-paragraph-function): New var.
+       (fill-forward-paragraph): New fun.
+       (fill-paragraph, fill-region): Use it.
+
+       * vc.el: Change `dir-status' to not take (and pass) status-buffer.
+       (vc-status-create-fileinfo): Make `extra' optional.
+       (vc-status-busy): New fun.
+       (vc-status-menu-map): Use it.
+       (vc-status-crt-marked): Remove.
+       (vc-status-update): Rename from vc-status-add-entries.
+       Add argument so as to prevent addition of entries.  Rewrite.
+       (vc-update-vc-status-buffer): Remove.
+       (vc-status-refresh): Don't remove old entries, set them to
+       up-to-date instead.  Also do it after the update is complete.
+       (vc-status-marked-files): η-reduce.
+
+       * dired.el (dired-read-dir-and-switches): Use read-directory-name even
+       for non-dialogs.
+
+       * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
+
+       * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
+
+2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
+       to t and don't truncate msg.
+
+2008-04-11  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (diary, holidays):
+       Move custom groups to other files.
+       (holiday-general-holidays, holiday-oriental-holidays)
+       (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
+       (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
+       (holiday-hebrew-holidays, holiday-christian-holidays)
+       (holiday-islamic-holidays, holiday-bahai-holidays)
+       (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
+       * calendar/diary-lib.el: Move custom group here from calendar.el.
+       * calendar/holidays-lib.el: Move custom group and variables here
+       from calendar.el.
+
+       * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
+
+       * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
+       Fix custom group.
+       (calendar-current-time-zone-cache): Autoload riskiness.
+
+       * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
+
+2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * woman.el (woman2-TH): Use string-equal instead of string-match.
+
+2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
+       (smerge-resolve): Merge the "2-way refinement" case with one half of
+       the "mere whitespace" resolution.
+
+2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
+
+2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (assoc-ignore-case, assoc-ignore-representation):
+       Add WHEN to obsolescence declaration.
+
+       * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
+
+2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hooks.el (vc-state): Add new state `conflict'.
+       (vc-after-save): Use when not if.
+       (vc-default-mode-line-string): Deal with the conflict state.
+       (vc-prefix-map):
+       (vc-menu-map): Bind vc-status instead of vc-directory.
+
+       * vc.el (vc-editable-p):
+       (vc-default-status-printer):
+       (vc-next-action): Deal with the conflict state.
+       (vc-mark-resolved): New function.
+       (vc-status-mode): Fix mode name.
+       (vc-default-comment-history): Use when not if.
+       (Todo): Add new entries, remove old ones.
+
+       * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
+       (vc-cvs-parse-status):
+       (vc-cvs-after-dir-status):
+       * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
+       Detect the conflict state.
+
+       * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
+
+2008-04-10  Glenn Morris  <rgm@gnu.org>
+
+       * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
+       Respect truncate-partial-width-windows in non-full windows,
+       with regards to :toggle and :enable state.
+
+       * simple.el (toggle-truncate-lines): Doc fix.
+
+       * Makefile.in (MH_E_DIR): New variable.
+       (MH_E_SRC): Restore variable removed 2008-03-13.
+       (mh-loaddefs.el): Depend on $MH_E_SRC.
+       (CAL_DIR, CAL_SRC): New variables.
+       (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
+       Depend on CAL_SRC.
+
+       * calendar/calendar.el (calendar, diary): Add :prefix.
+       (holidays): Change :prefix.
+       (calendar-today, holiday, calendar-holiday-marker)
+       (european-calendar-style): Change custom groups.
+
+       * calendar/calendar.el (diary-hook, diary-display-hook):
+       Move to diary-lib.el.
+       * calendar/diary-lib.el (diary-hook, diary-display-hook):
+       Move here from calendar.el.
+       * calendar/appt.el: Require diary-lib rather than calendar.
+       * calendar/cal-x.el (diary-display-hook): Declare for compiler.
+
+       * calendar/appt.el (appt): Add :prefix.
+
+       * calendar/diary-lib.el (diary-hook): Doc fix.
+       (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
+
+2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
+       New functions.
+
+       * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
+       the arg to recursive calls.
+
+2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuffer.el (completion-auto-help): Fix typo.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
+
+2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
+       (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
+
+       * minibuffer.el (minibuffer): Move group from cus-edit.el.
+       (completion-auto-help): Move from C code.
+       (minibuffer--maybe-completion-help): Remove.
+       (minibuffer--bitset): New function.
+       (minibuffer--do-completion): Rename from minibuffer-do-completion.
+       Renumber a bit.  Really complete on string *before* point.
+       Add argument used for word-completion.
+       Join trailing / in completion with following text, as done in
+       minibuffer-complete-word.
+       Handle new value `lazy' for completion-auto-help.
+       (minibuffer-try-word-completion): New function extracted from
+       minibuffer-complete-word.
+       (minibuffer-complete-word): Use minibuffer--do-completion.
+       (minibuffer--insert-strings): Rename from
+       minibuffer-complete-insert-strings.
+       (exit-minibuffer): Fix typo.
+       * cus-edit.el (minibuffer): Move group to minibuffer.el.
+       * cus-start.el: Remove completion-auto-help.
+
+2008-04-09  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc.el (vc-status-add-entries): New function.
+       (vc-status-add-entry): Remove.
+       (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
+       Use vc-status-add-entries.
+
+       * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
+       order.
+
+2008-04-09  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
+       ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
+       (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
+       (AUTOGENEL): New variable.
+       (distclean, maintainer-clean): New targets.
+
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/regexp-opt.el (regexp-opt):
+       Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
+
+2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
+
+       * nxml/nxml-mode.el (nxml-cleanup): New function.
+       (nxml-mode): Add it to change-major-mode-hook.
+
+2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
+
+2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/.cvsignore: New file.
+
+2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
+
+       * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
+       show-help-function when turning tooltip off.
+       (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
+       (tooltip-trunc-str, tooltip-show-help-non-mode): New.
+
+2008-04-09  Alan Mackenzie  <acm@muc.de>
+
+       * font-lock.el (font-lock-extend-after-change-region-function):
+       Make it buffer local.
+
+2008-04-09  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (diary-file, european-calendar-style):
+       Remove autoload cookies.
+
+2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * outline.el (outline-mode-menu-bar-map):
+       * log-view.el (log-view-mode-menu):
+       * log-edit.el (log-edit-menu): Add :help.
+
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/regexp-opt.el (regexp-opt-group):
+       Use substring-no-properties for correct handling of unibyte strings.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * add-log.el (change-log-next-buffer): Handle the case where version<
+       signals an error.
+
+       * mouse.el (mouse-menu-major-mode-map): New fun extracted from
+       mouse-major-mode-menu.
+       (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
+       (mouse-major-mode-menu, mouse-popup-menubar)
+       (mouse-popup-menubar-stuff): Use them.
+       (C-down-mouse-3): Bind to a dynamic map rather than to
+       mouse-popup-menubar-stuff.
+
+       * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
+       to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
+
+2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-svn.el (vc-svn-modify-change-comment): Add support for the
+       file:// access method.
+
+2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el: New file.
+       * loadup.el: Load it.
+
+2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
+       rather than subdirs.el.  It introduces an ugly circular dependency, tho.
+
+       * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
+       (calc-mode-map, calc-digit-map, calc-dispatch-map):
+       Move initialization into declaration.
+       * calc/calc-yank.el:
+       * calc/calc-misc.el:
+       * calc/calc-embed.el:
+       * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
+
+2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ps-samp.el (ps-add-printer, ps-remove-printer)
+       (ps-make-dynamic-printer-menu): New functions.
+
+       * net/zeroconf.el: New file.
+
+2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
+
+2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-rcs.el (vc-rcs-modify-change-comment):
+       * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
+
+       * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
+
+2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (set-locale-environment): Don't warn if
+       coding system doesn't agree with system locale (this reverts changes
+       by Dave Love, dated 2002-10-27 and 2002-10-09).
+
+       * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
+       * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
+
+       * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
+
+2008-04-08  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
+       * textmodes/remember.el (remember-diary-convert-entry):
+       Require calendar.
+
+       * textmodes/remember.el (remember-diary-extract-entries): Don't pass
+       diary-file, since it is the default for make-diary-entry anyway.
+
+       * calendar/cal-menu.el (cal-menu-event-to-date):
+       Rename calendar-event-to-date.  Update callers.
+       (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
+       (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
+       (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
+       (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
+       (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
+       (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
+       (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
+       (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
+       (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
+       (calendar-mouse-tex-month-landscape):
+       Rename cal-tex-mouse-month-landscape.
+       (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
+       (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
+       (calendar-mouse-tex-year-landscape):
+       Rename cal-tex-mouse-year-landscape.
+       (cal-menu-context-mouse-menu): Update for above name changes.
+
+       * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
+       * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
+       * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
+       * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
+       * calendar/holidays.el: Replace int-to-string with number-to-string.
+
+2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mwheel.el (mwheel-scroll): Deactivate any temporarily active
+       region if point moves.
+
+2008-04-08  Kenichi Handa  <handa@m17n.org>
+
+       * faces.el (font-slant-table): Change numeric values for `r',
+       `roman', and `normal'.
+
+2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
+
+2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
+       `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
+
+2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
+       "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
+
+2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dired-aux.el (dired-read-shell-command): Use read-shell-command.
+
+2008-04-07  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
+       Add helper functions.
+       (lisp-do-defun): Extract the common part of lisp-eval-defun and
+       lisp-compile-defun; DEFVAR forms reset the variables to the init
+       values, just like in emacs-lisp mode eval-defun.
+       (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
+       (lisp-compile-region): Use lisp-compile-string.
+
+2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (combine-and-quote-strings): Also quote strings that contain
+       the separator.
+
+       * pcvs-util.el (cvs-map): Avoid recursion :-(
+
+2008-04-07  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
+
+       * calendar.el (diary-view-entries-initially-flag): Rename
+       view-diary-entries-initially.  Keep old name as alias, update users.
+       (calendar-mark-diary-entries-flag): Rename
+       mark-diary-entries-in-calendar.  Keep old name as alias, update users.
+       (calendar-view-holidays-initially-flag): Rename
+       view-calendar-holidays-initially.  Keep old name as alias, update users.
+       (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
+       Keep old name as alias, update users.
+       (calendar-initial-window-hook): Rename initial-calendar-window-hook.
+       Keep old name as alias, update users.
+       (calendar-today-visible-hook): Rename today-visible-calendar-hook.
+       Keep old name as alias, update users.
+       (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
+       Keep old name as alias, update users.
+       (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
+       (diary-american-date-forms): Rename american-date-diary-pattern.
+       Keep old name as alias, update users.
+       (diary-european-date-forms): Rename european-date-diary-pattern.
+       Keep old name as alias, update users.
+       (calendar-iso-date-display-form): Rename iso-calendar-display-form.
+       Keep old name as alias, update users.
+       (calendar-european-date-display-form): Rename
+       european-calendar-display-form.  Keep old name as alias, update users.
+       (calendar-american-date-display-form): Rename
+       european-calendar-display-form.  Keep old name as alias, update users.
+       (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
+       Keep old name as alias, update users.
+       (holiday-general-holidays): Rename general-holidays.
+       Keep old name as alias, update users.
+       (holiday-oriental-holidays): Rename oriental-holidays.
+       Keep old name as alias, update users.
+       (holiday-local-holidays): Rename local-holidays.
+       Keep old name as alias, update users.
+       (holiday-other-holidays): Rename other-holidays.
+       Keep old name as alias, update users.
+       (holiday-hebrew-holidays): Rename hebrew-holidays.
+       Keep old name as alias, update users.
+       (holiday-christian-holidays): Rename christian-holidays.
+       Keep old name as alias, update users.
+       (holiday-islamic-holidays): Rename islamic-holidays.
+       Keep old name as alias, update users.
+       (holiday-bahai-holidays): Rename bahai-holidays.
+       Keep old name as alias, update users.
+       (holiday-solar-holidays): Rename solar-holidays.
+       Keep old name as alias, update users.
+       (diary-fancy-buffer): Rename fancy-diary-buffer.
+       Keep old name as alias, update users.
+       (calendar-other-calendars-buffer): Rename other-calendars-buffer.
+       Update users.
+       (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
+       Update users.
+       (calendar-increment-month): Rename increment-calendar-month.
+       Keep old name as alias, update callers.
+       (calendar-increment-month-cons): Rename old calendar-increment-month.
+       Update callers.
+       (calendar-extract-month): Rename extract-calendar-month.
+       Keep old name as alias, update callers
+       (calendar-extract-day): Rename extract-calendar-day.
+       Keep old name as alias, update callers.
+       (calendar-extract-year): Rename extract-calendar-year.
+       Keep old name as alias, update callers.
+       (calendar-generate-window): Rename generate-calendar-window.
+       Update callers.
+       (calendar-generate): Rename generate-calendar.  Update callers.
+       (calendar-generate-month): Rename generate-calendar-month.
+       Update callers.
+       (calendar-redraw): Rename redraw-calendar.  Update callers.
+       (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
+       (calendar-mouse-other-month): Rename mouse-calendar-other-month.
+       Update callers.
+       (calendar-update-mode-line): Rename update-calendar-mode-line.
+       Update callers.
+       (calendar-exit): Rename exit-calendar.  Keep old name as alias,
+       update callers.
+       (calendar-mark-visible-date): Rename mark-visible-calendar-date.
+       Keep old name as alias, update callers.
+       * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
+       * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
+       * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
+       * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
+       * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
+       * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
+       * calendar/solar.el: Update for calendar.el name changes.
+       * org/org.el (org-agenda-format-date-aligned)
+       (org-agenda-execute-calendar-command): Access date elements directly
+       rather than using calendar functions.
+       (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
+       Also set calendar-view-diary-initially-flag,
+       calendar-view-holidays-initially-flag
+       (org-get-entries-from-diary): Also set diary-fancy-buffer.
+       (org-agenda-execute-calendar-command): No need to set displayed-day.
+
+2008-04-06  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
+       typo in the doc string.
+
+       * progmodes/cc-mode.el (c-basic-common-init):
+       Set font-lock-extend-after-change-region-function.
+       (c-extend-after-change-region): New function, used in
+       font-lock-extend-after-change-region-function, thus superseding
+       advice on the Font Lock after change functions.
+       (c-advise-fl-for-region): Remove this macro.
+
+2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * textmodes/flyspell.el (flyspell-duplicate-distance):
+       Improve custom type.
+
+2008-04-06  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-sexp-entry-symbol):
+       Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
+       (diary-list-entries-hook): Rename list-diary-entries-hook.
+       Keep old name as alias, update users.
+       (diary-mark-entries-hook): Rename mark-diary-entries-hook.
+       Keep old name as alias, update users.
+       (diary-nongregorian-listing-hook): Rename
+       nongregorian-diary-listing-hook.  Keep old name as alias, update users.
+       (diary-nongregorian-marking-hook): Rename
+       nongregorian-diary-marking-hook.  Keep old name as alias, update users.
+       (diary-print-entries-hook): Rename print-diary-entries-hook.
+       Keep old name as alias, update users.
+       (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
+       Keep old name as alias, update users.
+       (diary-number-of-entries): Rename number-of-diary-entries.
+       Keep old name as alias, update users.
+       (view-diary-entries, list-diary-entries, show-all-diary-entries):
+       Give version of obsolescence.
+       (diary-view-other-diary-entries): Rename view-other-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
+       update callers.
+       (diary-include-other-diary-files): Rename include-other-diary-files.
+       Keep old name as alias, update callers.
+       (diary-simple-display): Rename simple-diary-display.
+       Keep old name as alias, update callers.
+       (diary-fancy-display): Rename fancy-diary-display.
+       Keep old name as alias, update callers.
+       (diary-print-entries): Rename print-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-marking-entries-flag): Rename marking-diary-entries.
+       Update users.
+       (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
+       (diary-mark-entries): Rename mark-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-mark-included-diary-files): Rename mark-included-diary-files.
+       Keep old name as alias, update callers.
+       (calendar-mark-days-named): Rename mark-calendar-days-named.
+       Keep old name as alias, update callers.
+       (calendar-mark-month): Rename mark-calendar-month.
+       Keep old name as alias, update callers.
+       (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
+       Keep old name as alias, update callers.
+       (diary-sort-entries): Rename sort-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-list-sexp-entries): Rename list-sexp-diary-entries.
+       Keep old name as alias, update callers.
+       (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
+       update callers.
+       (diary-insert-entry): Rename insert-diary-entry.
+       Keep old name as alias.
+       (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
+       Keep old name as alias.
+       (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
+       Keep old name as alias.
+       (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
+       Keep old name as alias.
+       (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
+       Keep old name as alias.
+       (diary-insert-block-entry): Rename insert-block-diary-entry.
+       Keep old name as alias.
+       (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
+       Keep old name as alias.
+       (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
+       Keep old name as alias, update users.
+       (diary-fancy-display-mode): Rename fancy-diary-display-mode.
+       Keep old name as alias, update callers.
+       * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
+       * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el
+       * calendar/icalendar.el: Update for diary-lib name changes.
+
+2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired-aux.el (dired-overwrite-confirmed): Revert last change.
+
+       * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
+       for copy, move, and link operations.
+
+2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
+       (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
+
+       * ediff-util.el, ediff-vers.el, ediff-wind.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.
+
+2008-04-06  Jason Rumney  <jasonr@gnu.org>
+
+       * language/burmese.el ("Burmese"): Make sample text consistent with
+       language name.
+
+2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb): New group.
+       (gdb-debug-log-max, gdb-enable-debug)
+       (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
+       (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
+       (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
+       (gdb-show-changed-values, gdb-max-children)
+       (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
+       (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
+       (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
+       (gdb-memory-unit): Move to new group from GUD group.
+       (menu): Allow customization from GDB-UI menu-item.
+
+2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
+
+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.
+
+       * 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-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.
+       * calendar/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.
+       * faces.el (default): Ensure the face-defface-spec property is set.
 
 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 
 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff*el: replaced load with require in eval-when-compile.
+       * ediff*.el: Replace load with require in eval-when-compile.
 
-       * ediff-hook: deleted all invocations of (autoload ...).
+       * 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.
        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
+       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.
 
        * 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.
+       (keyboard-escape-quit): Check region-active-p i.s.o
+       transient-mark-mode.
+
+2008-04-02  Simon Josefsson  <simon@josefsson.org>
+
+       * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
+       (imap-message-copyuid-1): Use it.
+       (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
+       J. Williams in
+       <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
 
 2008-04-02  Alan Mackenzie  <acm@muc.de>
 
 
 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
-       * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
+       * 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):
        1.101 situated the original body of the error handling code as
        bogus condition-case handlers.  I've returned to just about the
        working code that was originally there, removing an unnecessary -
-       but benign - enclosing 'progn'.  \(Automated or cursory code fixes
+       but benign - enclosing 'progn'.  (Automated or cursory code fixes
        often aren't.)
 
        (allout-region-active-p): Fallback to value of mark-active if