Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.
[bpt/emacs.git] / lisp / ChangeLog
dissimilarity index 95%
index c05c769..71efe97 100644 (file)
-2011-06-27  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
-
-       * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
-
-2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
-
-       * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
-       no-conversion (Bug#8870).
-
-2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * frame.el (special-display-popup-frame): Doc fix (Bug#8853).
-
-       * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
-
-2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
-
-2011-06-09  Eli Zaretskii  <eliz@gnu.org>
-
-       * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
-       buffer-file-type before setting its value, to avoid disastrous
-       global effects on decoding files for DOS/Windows systems.
-       (Bug#8780)
-
-2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/python.el (python-after-info-look): Add autoload cookie.
-       (python-unload-function): New function. (Bug#8730, bug#8781)
-
-2011-06-04  Reuben Thomas <rrt@sc3d.org>
-
-       * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
-       Doc fix (Bug#8713).
-
-2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
-
-2011-06-04  Juanma Barranquero  <lekktu@gmail.com>
-
-       * loadhist.el (unload-feature-special-hooks):
-       Add `comint-output-filter-functions'.
-
-2011-05-27  Kenichi Handa  <handa@m17n.org>
-
-       * mail/sendmail.el (mail-encode-header): Avoid double encoding by
-       let-binding rfc2047-encode-encoded-words to nil.
-
-2011-05-23  Kenichi Handa  <handa@m17n.org>
-
-       * mail/sendmail.el: Require `rfc2047'.
-       (mail-insert-from-field): Do not perform RFC2047 encoding.
-       (mail-encode-header): New function.
-       (sendmail-send-it): Set buffer-file-coding-system of the work
-       buffer to the return value of select-message-coding-system.  Call
-       mail-encode-header.
-
-       * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
-
-2011-05-22  Sean Neakums  <sneakums@zork.net>  (tiny change)
-
-       * mail/supercite.el (sc-default-cite-frame): Handle
-       sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
-
-2011-05-16  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * diff-mode.el (diff-fixup-modifs): Fix last change.
-
-2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * diff-mode.el (diff-fixup-modifs): Locate correct position for
-       hunk-end tags (Bug#8672).
-
-2011-05-13  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/python.el (python-font-lock-keywords):
-       Add the Python 3.X keyword "nonlocal" (bug#8639).
-
-2011-05-09  Eli Zaretskii  <eliz@gnu.org>
-
-       * smerge-mode.el (smerge-resolve): Use null-device rather than a
-       literal "/dev/null".
-
-2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
-       Fix typo.
-
-2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
-
-       * progmodes/which-func.el (which-function):
-       Use add-log-current-defun instead of add-log-current-defun-function,
-       which might not be defined (Bug#8260).
-
-2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-process-actions): Add POS argument.
-       Delete region between POS and (pos).
-       (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
-       `tramp-process-actions' call.
-       (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
-
-       * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
-       position in `tramp-process-actions' call.
-
-2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
-
-       * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
-       Use correct match group (bug#8438).
-
-2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
-
-       * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
-
-2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
-
-       * play/mpuz.el (mpuz-silent): Doc fix.
-       (mpuz-mode-map): Move initialization into declaration.
-       (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
-       (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
-       Fix typos in docstrings.
-
-       * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
-       (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
-
-2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
-
-       * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
-
-2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
-
-       * minibuffer.el (completion--do-completion): Avoid the "Next char
-       not unique" prompt if icomplete-mode is enabled (Bug#5849).
-
-2011-04-10  Stephen Berman <stephen.berman@gmx.net>
-
-       * textmodes/page.el (what-page): Use line-number-at-pos to
-       calculate line number (Bug#6825).
-
-2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
-       mouse-2 into unread-command-events, it is interpreted correctly.
-
-2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
-       (image-toggle-display): Doc fix.
-
-2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
-
-       Backport revno:103823 and revno:103824 from trunk.
-       * help-fns.el (describe-variable): Complete all variables having
-       documentation, including keywords.
-       http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
-
-2011-03-24  Juanma Barranquero  <lekktu@gmail.com>
-
-       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
-       Fix typo in docstring.
-
-2011-03-19  Eli Zaretskii  <eliz@gnu.org>
-
-       * emerge.el (emerge-metachars): Separate value for ms-dos and
-       windows-nt systems.
-       (emerge-protect-metachars): Quote correctly for ms-dos and
-       windows-nt systems.
-
-2011-03-15  Ralph Schleicher  <rs@ralph-schleicher.de>  (tiny change)
-
-       * info.el (info-initialize): Replace all uses of `:' with
-       path-separator for compatibility with non-Unix systems.
-       Cache quoting of path-separator.  (Bug#8258)
-
-2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
-
-       * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
-       (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
-       (mouse-avoidance-mode): Fix typos in docstrings.
-
-2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-progress-reporter-update):
-       Use `tramp-compat-funcall'.
-       (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
-       (tramp-handle-insert-file-contents): Make `file-remote-p' call
-       compatible.
-       (tramp-open-connection-setup-interactive-shell):
-       Use `tramp-compat-process-put'.
-
-       * net/tramp-compat.el (tramp-compat-process-get)
-       (tramp-compat-process-put): New defuns.
-
-       * net/trampver.el: Update release number.
-
-2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
-       into declaration.  Remove redundant and harmful binding.
-
-2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
-
-       Backport revno:103463 from trunk.
-       * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
-
-       Backport revno:103622 from trunk.
-       * help-fns.el (describe-variable): Don't complete keywords.
-       Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
-
-2011-03-11  Eli Zaretskii  <eliz@gnu.org>
-
-       * files.el (file-ownership-preserved-p): Pass `integer' as an
-       explicit 2nd argument to `file-attributes'.  If the file's owner
-       is the Administrators group on Windows, and the current user is
-       Administrator, consider that a match.
-
-       * server.el (server-ensure-safe-dir): Consider server directory
-       safe on MS-Windows if its owner is the Administrators group while
-       the current Emacs user is Administrator.  Use `=' to compare
-       numerical UIDs, since they could be integers or floats.
-
-2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Version 23.3 released.
-
-2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
-       change; patch supplied by Alan Mackenzie was applied incorrectly.
-
-2011-02-26  Eli Zaretskii  <eliz@gnu.org>
-
-       * international/mule-cmds.el (set-default-coding-systems): Use the
-       -unix variant of encoding in default-keyboard-coding-system.
-       (Bug#8122)
-
-2011-02-23  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
-       error when a multipart boundary in the nested multipart is found.
-
-2011-02-22  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
-       header components.
-
-2011-02-19  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
-       get the header copy into the temporary buffer.
-       (rmail-mime-insert-decoded-text): Ignore us-ascii.
-       (rmail-show-mime): When rmail-mime-coding-system is nil, set
-       buffer-file-coding-system to undecided.
-
-2011-02-18  Eli Zaretskii  <eliz@gnu.org>
-
-       * image-mode.el (image-toggle-display-image):
-       Disable require-final-newline in buffers visiting binary image files.
-       (Bug#8047)
-
-       * international/mule-cmds.el (read-char-by-name, ucs-insert):
-       Document completion with asterisk and a substring.
-
-2011-02-18  Glenn Morris  <rgm@gnu.org>
-
-       * files.el (find-file-literally): Doc fix.
-
-2011-02-17  Glenn Morris  <rgm@gnu.org>
-
-       * simple.el (rfc822-goto-eoh): Give it a doc-string.
-
-       * log-edit.el (log-edit-insert-changelog):
-       Fix `log-edit-strip-single-file-name' functionality.  (Bug#8057)
-
-2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * pgg-gpg.el (pgg-gpg-process-region):
-       Bind delete-by-moving-to-trash to nil.
-
-       * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
-       (pgg-pgp-snarf-keys-region):
-       * pgg-pgp5.el (pgg-pgp5-process-region, pgg-pgp5-verify-region)
-       (pgg-pgp5-snarf-keys-region): Likewise.
-
-2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (copy-directory): Revert to pre-2011-01-29 version.
-
-2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
-
-       * epg.el (epg-delete-output-file, epg-decrypt-string)
-       (epg-verify-string, epg-sign-string, epg-encrypt-string):
-       Bind delete-by-moving-to-trash to nil.
-
-       * epa-file.el (epa-file-insert-file-contents): Likewise.
-
-2011-02-10  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/cl-seq.el (union, nunion, intersection)
-       (nintersection, set-difference, nset-difference)
-       (set-exclusive-or, nset-exclusive-or): Doc fix.
-
-       * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
-
-2011-02-08  Glenn Morris  <rgm@gnu.org>
-
-       * faces.el (face-attr-match-p): Handle the obsolete :bold and
-       :italic props, so that frame-set-background-mode works.  (Bug#7966)
-
-2011-02-07  Glenn Morris  <rgm@gnu.org>
-
-       * simple.el (next-error): Doc fix.
-
-2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
-            Thierry Volpiatto <thierry.volpiatto@gmail.com>
-
-       * files.el (copy-directory): New arg COPY-AS-SUBDIR.  If nil,
-       don't copy as a subdirectory.
-
-2011-02-05  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
-
-2011-02-04  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-font-lock-keywords):
-       Tweak diary-time-regexp match.  (Bug#7891)
-
-       * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
-       (f90-mode): Use it for mode's `find-tag-default-function' property.
-
-2011-02-03  Glenn Morris  <rgm@gnu.org>
-
-       * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
-
-       * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
-
-2011-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * pcomplete.el (pcomplete-here*): Backport fix for mistaken change
-       (bug#7959) and (bug#5935).
-
-2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
-
-       * net/rcirc.el: Clean log filenames (Bug#7933).
-       (rcirc-log-write): Use convert-standard-filename.
-       (rcirc-log-filename-function): Documentation updates.
-
-2011-01-31  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-cmds.el (c-forward-over-illiterals):
-       Continue parsing if we encounter a naked # (Bug#7595).
-       (c-beginning-of-statement): Avoid loop in locating the beginning
-       of a macro.
-
-2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (copy-directory): Fix arguments to recursive call.
-
-2011-01-29  Daiki Ueno  <ueno@unixuser.org>
-
-       * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
-       Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
-       (Bug#7931).
-
-2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (copy-directory): If destination is an existing
-       directory, copy into a subdirectory there.
-
-2011-01-29  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
-       files.
-
-2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * image-dired.el (image-dired-mouse-display-image): No-op if no
-       file is found (Bug#7817).
-
-       * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
-
-2011-01-28  Kenichi Handa  <handa@m17n.org>
-
-       * international/quail.el (quail-keyboard-layout-alist):
-       Remove superfluous SPC for "pc105-uk" (bug#7927).
-
-2011-01-27  Glenn Morris  <rgm@gnu.org>
-
-       * msb.el (msb-menu-bar-update-buffers): Update for changed
-       argument handling of menu-bar-select-frame.  (Bug#7902)
-
-2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
-       to the recursion depth (Bug#7722).
-
-2011-01-26  Roy Liu  <carsomyr@gmail.com>  (tiny change)
-
-       * term/ns-win.el (ns-find-file): Expand ns-input-file with
-       command-line-default-directory (Bug#7872).
-
-2011-01-25  Glenn Morris  <rgm@gnu.org>
-
-       * comint.el (comint-mode): Doc fix.  (Bug#7897)
-
-2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * files.el (file-name-non-special): Only change buffer-file-name after
-       insert-file-contents if it's `visit'ing the file (bug#7854).
-
-2011-01-23  Chong Yidong  <cyd@stupidchicken.com>
-
-       * dired.el (dired-revert): Doc fix (Bug#7758).
-
-2011-01-23  Nobuyoshi Nakada  <nobu@ruby-lang.org>
-
-       * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
-       here-doc which ends with an underscore.
-       (ruby-mode-set-encoding): Skip shebang line always.
-       (ruby-mode-map): Bind C-c C-c to comment-region.
-       (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
-       (ruby-forward-sexp): Stop after literal hash key labels.
-       (ruby-font-lock-syntactic-keywords): Highlight regexp after open
-       bracket.
-
-2011-01-22  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
-
-       * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
-       the correct buffer (Bug#7650).
-
-2011-01-22  Glenn Morris  <rgm@gnu.org>
-
-       * simple.el (do-auto-fill): Give it a doc string.
-
-       * button.el (make-text-button): Doc fix.  (See bug#7881)
-
-2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (line-move-visual): Doc fix (Bug#7594).
-
-       * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
-       "Case sensitive" menu item.
-
-2011-01-21  Roland McGrath  <roland@frob.com>
-
-       * comint.el (comint-replace-by-expanded-history-before-point): Fix
-       expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
-
-2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
-
-2011-01-21  Jari Aalto  <jari.aalto@cante.net>
-
-       * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
-       Assume foo(bar) is a manpage reference rather than some unquoted
-       symbol (bug#7705).
-
-2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
-       Suggested by Flo <sensorflo@gmail.com>.
-
-2011-01-21  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/compile.el (compilation-error-regexp-alist):
-       Fix custom type.  (Bug#7812)
-
-2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
-       keymap expression.  Improve docstring.
-
-2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
-
-       * files.el (backup-buffer): Make last-resort backup file in
-       .emacs.d (Bug#6953).
-
-       * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
-       make it with permission 700.
-
-2011-01-14  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-insert-header):
-       Set rmail-mime-coding-system to a cons whose car is the last coding
-       system used to decode the header.
-       (rmail-mime-find-header-encoding): New function.
-       (rmail-mime-insert-decoded-text):
-       Override rmail-mime-coding-system if it is a cons.
-       (rmail-show-mime): If only a header part was decoded, find the
-       coding system while ignoring mm-charset-override-alist.
-
-2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
-
-       * subr.el (event-start, event-end): Doc fix (Bug#7826).
-
-2011-01-12  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-next-item)
-       (rmail-mime-previous-item): Delete them.
-       (rmail-mime-shown-mode): Recursively call for children.
-       (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
-       Callers changed.
-       (rmail-mime-raw-mode): Recursively call for children.
-       (rmail-mode-map): Change mapping of tab and backtab to
-       forward-button and backward-button respectively.
-       (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
-       button.
-       (rmail-mime-update-tagline): New function.
-       (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
-       body display is changed.
-       (rmail-mime-toggle-button): Rename from rmail-mime-image.
-       (rmail-mime-image): Delete this button type.
-       (rmail-mime-toggle): New button type.
-       (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
-       body display is changed.  Change the save button label to "Save".
-       Don't process show/hide button here.
-       (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
-       the body display is changed.  Unconditionally call
-       rmail-mime-insert for children.
-       (rmail-mime-handle): Update `display' vector of the just inserted
-       entity.
-       (rmail-mime-process): If mail-header-parse-content-type returns
-       nil, use "text/plain" as the fallback type.
-       (rmail-mime-insert): For raw-mode, recursively call
-       rmail-mim-insert for children.
-       (rmail-mime): Handle the case that the current buffer is not rmail
-       buffer (e.g. in summary buffer).
-
-2011-01-05  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-next-item)
-       (rmail-mime-previous-item): Skip the body of a non-multipart
-       entity if a tagline is shown.
-
-2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
-       (tmm-prompt): Simplify.
-       (tmm-add-prompt): Remove unused var `win'.
-
-       * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
-       to minor mode which used nil accidentally to mean "turn off".
-
-2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-find-inline-compress)
-       (tramp-get-inline-coding): Quote command after pipe symbol for
-       local calls under W32.  (Bug#6784)
-
-2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-default-method): Initialize with pscp/plink
-       only when running under W32.
-
-2011-01-09  Eli Zaretskii  <eliz@gnu.org>
-
-       * progmodes/grep.el (grep-compute-defaults): Quote the program
-       file name after the pipe symbol in Grep templates.  (Bug#6784)
-       * jka-compr.el (jka-compr-partial-uncompress): Likewise.
-
-2011-01-08  Lennart Borgman  <lennart.borgman@gmail.com>
-
-       * buff-menu.el (Buffer-menu-buffer-list): New var.
-       (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
-       restricted buffer list is not lost on revert (Bug#7749).
-
-2011-01-08  Eric Hanchrow  <eric.hanchrow@gmail.com>
-
-       * net/ldap.el (ldap-search-internal): Discard stderr output.
-
-2011-01-07  Eli Zaretskii  <eliz@gnu.org>
-
-       * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
-
-2011-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
-       Author names can have spaces (bug#7792).
-
-2011-01-04  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
-       part as a plain text.
-       (rmail-mime-process-multipart): Set the default content-type to
-       nil for unknown multipart subtypes (bug#7651).
-
-2011-01-03  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
-
-       * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
-       table, get the value before switching to the output buffer.  (Bug#7733)
-
-2011-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
-
-2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * files.el (file-local-variables-alist):
-       Make permanent-local (bug#7767).
-
-2011-01-02  Glenn Morris  <rgm@gnu.org>
-
-       * version.el (emacs-copyright): Set short copyright year to 2011.
-
-2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
-
-       * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
-       an existing temp buffer.  (Bug#7746)
-
-2011-01-02  Glenn Morris  <rgm@gnu.org>
-
-       * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
-       multiple addresses.  (Bug#7760)
-
-2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-methods): Add recursive options to "scpc",
-       "scpx", "pscp" and "psftp".
-
-2010-12-31  Eli Zaretskii  <eliz@gnu.org>
-
-       * term/w32-win.el (image-library-alist): Set up correctly for
-       libpng versions both before and after 1.4.0.  (Bug#7716)
-
-2010-12-25  Eli Zaretskii  <eliz@gnu.org>
-
-       * time.el (display-time-mode): Mention display-time-interval in
-       the doc string.  (Bug#7713)
-
-       * simple.el (select-active-regions): Doc fix.  (Bug#7702)
-
-2010-12-24  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
-       condition-case and return an error message string if something
-       goes wrong.
-       (rmail-show-mime): Adjust for the above change.  Insert the
-       header by rmail-mime-insert-header.
-
-2010-12-24  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
-       rmail-mime-previous-item, and rmail-mime-toggle-hidden.
-       (rmail-mime-mbox-buffer)
-       (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
-       (rmail-mime-entity): Argument changed.  All codes handling an
-       entity object are changed.
-       (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
-       the above change.
-       (rmail-mime-entity-children, rmail-mime-entity-handler)
-       (rmail-mime-entity-tagline): New functions.
-       (rmail-mime-message-p): New function.
-       (rmail-mime-save): Bind rmail-mime-mbox-buffer.
-       (rmail-mime-entity-segment, rmail-mime-next-item)
-       (rmail-mime-previous-item, rmail-mime-shown-mode)
-       (rmail-mime-hidden-mode, rmail-mime-raw-mode)
-       (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
-       (rmail-mime-insert-tagline, rmail-mime-insert-header):
-       New functions.
-       (rmail-mime-text-handler): Call rmail-mime-insert-text.
-       (rmail-mime-insert-decoded-text): New function.
-       (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
-       (rmail-mime-insert-image): Argument changed.  Caller changed.
-       (rmail-mime-image): Call rmail-mime-toggle-hidden.
-       (rmail-mime-set-bulk-data): New function.
-       (rmail-mime-insert-bulk): Argument changed.
-       (rmail-mime-multipart-handler): Return t.
-       (rmail-mime-process-multipart): Argument changed.
-       Handle "multipart/alternative" here.
-       (rmail-mime-process): Argument changed.
-       (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
-       (rmail-mime-insert): Argument changed.  Handle raw display mode.
-       (rmail-mime): Argument changed.  Handle toggling of raw display
-       mode.
-       (rmail-show-mime): Bind rmail-mime-mbox-buffer and
-       rmail-mime-view-buffer.
-       (rmail-insert-mime-forwarded-message): Likewise.
-       (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
-
-       * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
-       non-nil, handle the header in rmail-show-mime-function.
-
-2010-12-20  Leo  <sdl.web@gmail.com>
-
-       * help-fns.el (describe-variable): Fix 2010-12-17 change.
-
-2010-12-20  Juri Linkov  <juri@jurta.org>
-
-       * isearch.el (isearch-lazy-highlight-error): New variable.
-       (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
-       `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
-       to the current value of `isearch-error' (Bug#7468).
-
-2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * help-fns.el (describe-variable): Don't emit trailing whitespace
-       (Bug#7511).
-
-2010-12-17  Leo  <sdl.web@gmail.com>
-
-       * eshell/em-hist.el (eshell-previous-matching-input): Signal error
-       if point is not behind eshell-last-output-end (Bug#7585).
-
-2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/rst.el (rst-compile-pdf-preview)
-       (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
-
-2010-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
-
-       * emulation/edt-mapper.el: Override mapping of function keys so
-       that the later call to read-key-sequence works.
-
-2010-12-13  Eli Zaretskii  <eliz@gnu.org>
-
-       * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
-       Unix EOLs.  (Bug#7589)
-
-2010-12-12  Eli Zaretskii  <eliz@gnu.org>
-
-       * subr.el (posn-col-row): Evaluate header-line-format in the
-       context of the POSITION window's buffer.
-
-2010-12-11  Glenn Morris  <rgm@gnu.org>
-
-       * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
-       (with-silent-modifications): Doc fixes.
-
-2010-12-10  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-action-password, tramp-process-actions):
-       Revert patch from 2010-12-08.  Use `save-restriction'.
-
-2010-12-09  Eli Zaretskii  <eliz@gnu.org>
-
-       * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
-       New functions.
-       (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
-       them instead of `nil' and `>', respectively.  (Bug#1077)
-
-2010-12-09  Stephen Berman  <stephen.berman@gmx.net>
-
-       * calendar/diary-lib.el (diary-list-sexp-entries):
-       Handle case of no newline at end of file.  (Bug#7536)
-
-2010-12-09  Glenn Morris  <rgm@gnu.org>
-
-       * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
-
-2010-12-08  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-start-file-process):
-       Protect buffer-modified value.  (Bug#7557)
-       (tramp-action-password): Delete region, do not narrow.
-       (tramp-process-actions): Do not widen.
-
-2010-12-08   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
-
-       * log-edit.el (log-edit-changelog-entries):
-       Regexp quote filename.  (Bug#7505)
-
-2010-12-08  Tom Breton  <tehom@panix.com>
-
-       * cus-edit.el (custom-save-all):
-       Bind print-length and print-level to nil.  (Bug#7581)
-
-2010-12-08  Glenn Morris  <rgm@gnu.org>
-
-       * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
-       Run hooks to update menu contents.  (Bug#7586)
-
-       * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
-       file names, for the sake of MS Windows.  (Bug#7588)
-
-2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
-       empty lines without a leading space.
-
-2010-12-06  Leo  <sdl.web@gmail.com>
-
-       * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
-       while mapping over marks (Bug#6810).
-
-2010-12-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * image-dired.el (image-dired-db-file)
-       (image-dired-temp-image-file, image-dired-gallery-dir)
-       (image-dired-temp-rotate-image-file): Set default values relative
-       to image-dired-dir (Bug#7518).
-
-2010-12-06  Lawrence Mitchell  <wence@gmx.li>
-
-       * format.el (format-decode-run-method): Pass args FROM and TO, not
-       point-min and point-max, to shell-command-on-region (Bug#7488).
-
-2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * frame.el (blink-cursor-mode): Make default t for ns.
-
-2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
-
-       * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
-
-2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
-
-       * comint.el (comint-dynamic-list-input-ring)
-       (comint-dynamic-complete-filename)
-       (comint-replace-by-expanded-filename)
-       (comint-dynamic-simple-complete)
-       (comint-dynamic-list-filename-completions)
-       (comint-dynamic-list-completions): Doc fix (Bug#7499).
-
-       * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
-       Doc fix (Bug#7471).
-
-2010-12-04  Martin Rudalics  <rudalics@gmx.at>
-
-       * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
-       (Bug#7533).
-
-2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
-
-       * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
-       (Bug#7491).
-
-2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (transient-mark-mode): Doc fix (Bug#7465).
-
-2010-12-04  Eli Zaretskii  <eliz@gnu.org>
-
-       * files.el (file-relative-name): Handle UNC file names on
-       DOS/Windows.  (Bug#4674)
-
-2010-12-03  Daiki Ueno  <ueno@unixuser.org>
-
-       * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
-       "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
-       (epg-context-set-passphrase-callback): Mention that the callback
-       is not called when used with GnuPG 2.x.
-
-2010-12-02  Glenn Morris  <rgm@gnu.org>
-
-       * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
-       Ensure ps-footer-font-size-internal is initialized.
-       Call ps-get-page-dimensions before trying to use ps-font-for-text.
-
-2010-12-01  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
-       within condition-case.
-       (rmail-show-mime): Don't use condition-case.
-       (rmail-search-mime-message): New function.
-       (rmail-search-mime-message-function): Set to
-       rmail-search-mime-message.
-
-2010-12-01  Leo  <sdl.web@gmail.com>
-
-       * ido.el (ido-common-initialization): New function.  (bug#3274)
-       (ido-mode): Use it.
-       (ido-completing-read): Call it.
-
-2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * log-edit.el (log-edit-font-lock-keywords): Don't try matching
-       stand-alone lines, since that is handled by log-edit-match-to-eoh
-       (Bug#6465).
-
-2010-11-27  Eduard Wiebe  <usenet@pusto.de>
-
-       * dired.el (dired-get-filename): Replace backslashes with slashes
-       in file names on MS-Windows, needed by `locate'.  (Bug#7308)
-       * locate.el (locate-default-make-command-line): Don't consider
-       drive letter and root directory part of
-       `directory-listing-before-filename-regexp'.  (Bug#7308)
-       (locate-post-command-hook, locate-post-command-hook): New defcustoms.
-
-2010-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
-       of :smie-open/close-alist.
-       (smie-next-sexp): Make it accept a "start token" as argument.
-       (smie-indent-keyword): Be careful not to misidentify tokens that span
-       more than one line, as empty lines.  Add argument `token'.
-
-2010-11-26  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
-       multipart subtypes, insert all as usual.
-
-       * mail/rmail.el: Require rfc2047.
-
-2010-11-26  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
-       (rmail-mime-entity-disposition)
-       (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
-       (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
-       (rmail-mime-save): Handle the case that the button's `data' is a
-       MIME entity.
-       (rmail-mime-insert-text): New function.
-       (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
-       (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
-       (rmail-mime-insert-bulk): New function mostly copied from the old
-       rmail-mime-bulk-handler.
-       (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
-       (rmail-mime-process-multipart): New function mostly copied from
-       the old rmail-mime-multipart-handler.
-       (rmail-mime-show): Just call rmail-mime-process.
-       (rmail-mime-process): New function mostly copied from the old
-       rmail-mime-show.
-       (rmail-mime-insert-multipart, rmail-mime-parse)
-       (rmail-mime-insert, rmail-show-mime)
-       (rmail-insert-mime-forwarded-message)
-       (rmail-insert-mime-resent-message): New functions.
-       (rmail-insert-mime-forwarded-message-function): Set to
-       rmail-insert-mime-forwarded-message.
-       (rmail-insert-mime-resent-message-function): Set to
-       rmail-insert-mime-resent-message.
-
-       * mail/rmailsum.el: Require rfc2047.
-       (rmail-header-summary): Handle multiline Subject: field.
-       (rmail-summary-line-decoder): Change the default to
-       rfc2047-decode-string.
-
-       * mail/rmail.el (rmail-enable-mime): Change the default to t.
-       (rmail-mime-feature): Change the default to `rmailmm'.
-       (rmail-quit): Delete the specifal code for rmail-enable-mime.
-       (rmail-display-labels): Likewise.
-       (rmail-show-message-1): Check rmail-enable-mime, and use
-       rmail-show-mime-function for a MIME message.  Decode the headers
-       according to RFC2047.
-
-2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/which-func.el (which-func-imenu-joiner-function):
-       Return a string, as expected.
-       (which-function-mode): Make sure we stop any previous timer before
-       starting a new one.
-
-2010-11-23  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-default-method-alist)
-       (tramp-default-user-alist, tramp-default-proxies-alist):
-       Adapt custom options type.  (Bug#7445)
-
-2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/python.el: Add Ipython support (Bug#5390).
-       (python-shell-prompt-alist)
-       (python-shell-continuation-prompt-alist): New options.
-       (python--set-prompt-regexp): New function.
-       (inferior-python-mode, run-python, python-shell):
-       Require ansi-color.  Use python--set-prompt-regexp to set the comint
-       prompt based on the Python interpreter.
-       (python--prompt-regexp): New var.
-       (python-check-comint-prompt)
-       (python-comint-output-filter-function): Use it.
-       (run-python): Use a pipe (Bug#5694).
-
-2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/python.el (run-python): Doc fix.
-       (python-keep-current-directory-in-path): New var (Bug#7454).
-
-2010-11-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
-       Prompt user before actually printing.
-
-2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (kill-new, kill-append, kill-region):
-       * comint.el (comint-kill-region): Make the yank-handler argument
-       obsolete.
-
-2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
-       that are both openers (resp. closers) and something else.
-       (smie-grammar): Loosen definition of valid values.
-       (smie-next-sexp, smie-down-list, smie-blink-matching-open)
-       (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
-       (smie-indent-after-keyword): Adjust users.
-       (smie-indent-keyword): Don't indent empty lines.
-
-       * vc-hg.el (vc-hg-program): New var.
-       Suggested by Norman Gray <norman@astro.gla.ac.uk>.
-       (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
-
-2010-11-17  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/autoload.el (autoload-find-destination): The function
-       coding-system-eol-type may return non-numeric values.  (Bug#7414)
-
-2010-11-16  Ulrich Mueller  <ulm@gentoo.org>
-
-       * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
-
-2010-11-13  Eli Zaretskii  <eliz@gnu.org>
-
-       * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
-
-2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/picture.el (picture-mouse-set-point): Don't use
-       posn-col-row; explicitly compute the motion based on the posn at
-       the window-start (Bug#7390).
-
-2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-remote-coding-commands): Add an alternative
-       using "base64 -d -i".  This is needed for older base64 versions
-       from GNU coreutils.  Reported by Klaus Reichl
-       <Klaus.Reichl@thalesgroup.com>.
-
-2010-11-13  Glenn Morris  <rgm@gnu.org>
-
-       * novice.el (disabled-command-function):
-       Fix 2009-11-15 change.  (Bug#7384)
-
-2010-11-12  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/calendar.el (diary-iso-date-forms): Make elements
-       mutually exclusive.  (Bug#7377)
-
-2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
-       when filling the remaining "unconstrained" values.
-
-2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
-       safety predicate.
-
-       * files.el (safe-local-variable-p): Gracefully handle errors.
-
-       * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
-       Use smie-indent-virtual when indenting relative to an opener.
-       (smie-rule-separator): Use smie-rule-parent.
-       (smie-indent-keyword): Consult rules, even for openers at bol.
-       (smie-indent-comment-close): Try to align closer's content.
-
-2010-11-11  Glenn Morris  <rgm@gnu.org>
-
-       * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
-
-2010-11-10  Glenn Morris  <rgm@gnu.org>
-
-       * printing.el (pr-menu-bind): Doc fix.
-
-       * speedbar.el (speedbar-toggle-images): Doc fix.
-
-       * progmodes/python.el (python-shell): Doc fix.
-
-       * wid-edit.el (widget-field-use-before-change)
-       (widget-use-overlay-change): Doc fixes.
-
-2010-11-09  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
-
-2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (minibuffer-completion-help): Specify the end of the
-       completion field (bug#7211).
-
-       * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
-       Fix handling of backslash escapes.
-       (python-quote-syntax): Adjust accordingly.
-
-2010-11-08  Richard Levitte  <richard@levitte.org>  (tiny change)
-
-       * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
-       (vc-mtn-workfile-branch): Adjust to new output format.
-
-2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * international/mule-cmds.el (princ-list): Mark as obsolete.
-
-2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/smie.el: New package.
-
-2010-11-06  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (backup-by-copying-when-mismatch):
-       Set `permanent-local' property.
-
-       * net/tramp.el (tramp-handle-insert-file-contents): Do not set
-       `permanent-local' property for `backup-by-copying-when-mismatch'.
-
-2010-11-06  Eli Zaretskii  <eliz@gnu.org>
-
-       * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
-       (ls-lisp-classify-file): New function.
-       (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
-       (ls-lisp-classify): Call ls-lisp-classify-file.
-       (insert-directory): Remove blanks from switches.
-
-2010-11-07  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-insert-one-definition)
-       (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
-       AUTOINOUT for SV style multidimensional arrays, bug294.
-       Reported by Eric Mastromarchi.
-       (verilog-preprocess): Use with-current-buffer and
-       font-lock-fontify-buffer to cleanup style issues.
-
-2010-11-05  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/trampver.el: Update release number.
-
-2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
-
-       * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
-       beginning of the string.  Use `string-match-p'.  (Bug#6765)
-
-2010-11-01  Glenn Morris  <rgm@gnu.org>
-
-       * locate.el (locate, locate-mode): Doc fixes.
-
-2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
-
-       * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
-       user for confirmation.
-       (server-force-stop): Use it.
-       (server-start): Use server-force-stop for kill-emacs-hook, to
-       avoid user interaction while killing Emacs.
-
-2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc/log-edit.el (log-edit-rewrite-fixes): New var.
-       (log-edit-author): New dynamic var.
-       (log-edit-changelog-ours-p, log-edit-insert-changelog-entries):
-       Use it to return the author if different from committer.
-       (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
-
-2010-10-31  Eli Zaretskii  <eliz@gnu.org>
-
-       * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
-
-2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
-
-       * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
-       (vc-root-diff, vc-print-root-log, vc-log-incoming)
-       (vc-log-outgoing): Use it.
-       (vc-diff-internal): Set diff-vc-backend.
-
-       * vc/diff-mode.el (diff-vc-backend): New var.
-
-2010-10-31  Juri Linkov  <juri@jurta.org>
-
-       * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
-       buffer-locally to lambda that re-runs the vc diff command.
-       (Bug#6447)
-
-2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
-
-       Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and
-       log-outgoing commands.
-       * vc/vc.el (vc-log-internal-common): Add a new argument and use it
-       to create a buffer local revert-buffer-function variable.
-       (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
-       revert-buffer-function lambda.
-
-       Improve VC create/retrieve tag/branch.
-       * vc.el (vc-create-tag): Do not read the directory name for VCs
-       with repository revision granularity.  Adjust the tag/branch
-       prompt.  Reset VC properties.
-       (vc-retrieve-tag): Do not read the directory name for VCs
-       with repository revision granularity.  Reset VC properties.
-
-       Add optional support for resetting VC properties.
-       * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
-       call vc-file-clearprops when true.
-       (vc-resynch-buffer): Add new optional argument, pass it down.
-       (vc-resynch-buffers-in-directory): Likewise.
-
-       Improve support for special markup in the VC commit message.
-       * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup.
-       * vc-hg.el (vc-hg-checkin): Add support for Date:.
-       * vc-git.el (vc-git-checkin):
-       * vc-bzr.el (vc-bzr-checkin): Likewise.
-
-       Add support for vc-log-incoming, improve vc-log-outgoing for Git.
-       * vc-git.el (vc-git-log-view-mode): Fix font lock for
-       incoming/outgoing logs.
-       (vc-git-log-outgoing, vc-git-log-incoming): New functions.
-
-       * vc-git.el (vc-git-log-outgoing): Use the same format as the
-       short log.
-       (vc-git-log-incoming): Likewise.  Run "git fetch" before the log
-       command
-
-       Add bindings for vc-log-incoming and vc-log-outgoing.
-       * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
-       and vc-log-outgoing.
-       * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
-       and vc-log-outgoing.
-
-       Improve state updating for VC tag commands.
-       * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
-       to update the state of all buffers in the directory.
-
-2010-05-19  Glenn Morris  <rgm@gnu.org>
-
-       * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
-
-2010-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc.el (vc-checkin, vc-modify-change-comment):
-       Adjust to new vc-start/finish-logentry.
-       (vc-find-conflicted-file): New command.
-       (vc-transfer-file): Adjust to new vc-checkin.
-       (vc-next-action): Improve scoping.
-
-       * vc-git.el (vc-git-checkin): Use log-edit-extract-headers.
-       (vc-git-commits-coding-system): Rename from git-commits-coding-system.
-
-       * vc-dispatcher.el (vc-log-edit): Shorten names for
-       log-edit-show-files.
-
-       * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers.
-       (vc-bzr-conflicted-files): New function.
-
-       * log-edit.el (log-edit-summary, log-edit-header)
-       (log-edit-unknown-header): New faces.
-       (log-edit-headers-alist): New var.
-       (log-edit-header-contents-regexp): New const.
-       (log-edit-match-to-eoh): New function.
-       (log-edit-font-lock-keywords): Use them.
-       (log-edit): Insert a "Summary:" header as default.
-       (log-edit-mode): Mark font-lock rules as case-insensitive.
-       (log-edit-done): Cleanup headers.
-       (log-edit-extract-headers): New function to replace it.
-
-       * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with
-       the windows/frames.
-
-       * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*.
-
-       * vc-dir.el (vc-dir-kill-line): New command.
-       (vc-dir-mode-map): Bind it to C-k.
-       (vc-dir-headers): Abbreviate the working dir.
-
-       * vc-git.el (vc-git-revision-table): Include remote branches.
-
-2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       New VC methods: vc-log-incoming and vc-log-outgoing.
-       * vc.el (vc-print-log-setup-buttons, vc-log-internal-common)
-       (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing):
-       New functions.
-       (vc-print-log-internal): Just call vc-log-internal-common.
-       (vc-log-view-type): New permanent local variable.
-
-       * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
-
-       * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
-       of the dynamic bound vc-short-log.
-       (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
-
-       * vc-git.el (vc-git-log-outgoing): New function.
-       (vc-git-log-view-mode): Use vc-log-view-type instead
-       of the dynamic bound vc-short-log.
-
-       * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of
-       the dynamic bound vc-short-log.  Highlight the tag.
-       (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
-       (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
-       (vc-hg-incoming-mode): Remove.
-       (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
-
-       Fix default-directory for vc-root-diff.
-       * vc.el (vc-root-diff): Bind default-directory to the root
-       directory for the diff command.
-
-2010-10-31  Sam Steingold  <sds@gnu.org>
-
-       * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
-       `vc-hg-command' with a list of flags.
-
-2010-10-31  Glenn Morris  <rgm@gnu.org>
-
-       * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
-       log-edit-before-checkin-process.
-
-       * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
-
-       * vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
-
-       * vc-dispatcher.el (vc-start-logentry): Doc fix.
-       (log-view-process-buffer, log-edit-extra-flags): Declare.
-
-2010-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Add special markup processing for commit logs.
-       * log-edit.el (log-edit): Add new argument MODE.  Use that mode
-       when non-nil instead of the log-view-mode.
-
-       * vc.el (vc-default-log-edit-mode): New function.
-
-       * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
-       log-edit.
-
-       Support for shelving snapshots and for showing shelves.
-       * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
-       (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
-       New functions.
-       (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
-       (vc-bzr-extra-menu-map): Map them.
-
-2010-10-30  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-file-contents): For root,
-       preserve owner and group when editing files.  (Bug#7289)
-
-2010-10-29  Glenn Morris  <rgm@gnu.org>
-
-       * speedbar.el (speedbar-mode):
-       * play/fortune.el (fortune-in-buffer, fortune):
-       * play/gomoku.el (gomoku-mode):
-       * play/landmark.el (lm-mode):
-       * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
-       Replace inappropriate uses of toggle-read-only.  (Bug#7292)
-
-2010-10-28  Glenn Morris  <rgm@gnu.org>
-
-       * select.el (x-selection): Mark it as an obsolete alias.
-
-2010-10-27  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
-
-       * add-log.el (find-change-log): Use derived-mode-p rather than
-       major-mode (bug#7284).
-
-2010-10-27  Glenn Morris  <rgm@gnu.org>
-
-       * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
-       rather than just an unused variable that inherits from the real one.
-
-2010-10-23  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
-       auto-built for efficiency of execution and updating.
-       (verilog-extended-complete-re): Support 'pure' fucntion & task
-       declarations (these have no bodies).
-       (verilog-beg-of-statement): General cleanup to enable support of
-       'pure' fucntion & task declarations (these have no bodies).
-       These efforts together fix Verilog bug210 from veripool; which was also
-       noticed by Steve Pearlmutter.
-       (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
-       (verilog-directive-nest-re, verilog-set-auto-endcomments):
-       Support `elsif.  Reported by Shankar Giri.
-       (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
-       attribute handling for lining up declarations and assignments.
-       (verilog-beg-of-statement-1): Fix issue where continued declaration
-       is indented differently if it is after a begin..end clock.
-       (verilog-in-attribute-p, verilog-skip-backward-comments)
-       (verilog-skip-forward-comment-p): Support proper treatment of
-       attributes by indent code.  Reported by Jeff Steele.
-       (verilog-in-directive-p): Fix comment to correctly describe function.
-       (verilog-backward-up-list, verilog-in-struct-region-p)
-       (verilog-backward-token, verilog-in-struct-p)
-       (verilog-in-coverage-p, verilog-do-indent)
-       (verilog-pretty-declarations): Use verilog-backward-up-list as
-       wrapper around backward-up-list inorder to properly skip comments.
-       Reported by David Rogoff.
-       (verilog-property-re, verilog-endcomment-reason-re)
-       (verilog-beg-of-statement, verilog-set-auto-endcomments)
-       (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
-       of if).  Reported by Max Bjurling and
-       (verilog-calc-1): Fix for clocking block in modport
-       declaration.  Reported by Brian Hunter.
-
-2010-10-23  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
-       (verilog-gate-keywords, verilog-read-sub-decls)
-       (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
-       (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
-       AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
-       (verilog-read-decls): Fix spaces in V2K module parameters causing
-       mis-identification as interfaces, bug287.
-       (verilog-read-decls): Fix not treating "parameter string" as a
-       parameter in AUTOINSTPARAM.
-       (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
-       treating `elsif similar to `endif inside AUTOSENSE.
-       (verilog-do-indent): Implement correct automatic or static task or
-       function end comment highlight.  Reported by Steve Pearlmutter.
-       (verilog-font-lock-keywords-2): Fix highlighting of single
-       character pins, bug264.  Reported by Michael Laajanen.
-       (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
-       (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
-       (verilog-subdecls-get-interfaced, verilog-subdecls-new):
-       Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
-       (verilog-pretty-expr): Fix interactive arguments, bug272.
-       Reported by Mark Johnson.
-       (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
-       Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
-       bug269.  Suggested by Gary Delp.
-       (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
-       (verilog-preprocessor, verilog-set-compile-command):
-       Create verilog-preprocess and verilog-preprocessor to show
-       preprocessed output.
-       (verilog-get-beg-of-line, verilog-get-end-of-line)
-       (verilog-modi-file-or-buffer, verilog-modi-name)
-       (verilog-modi-point, verilog-within-string): Move defmacro's
-       before first use to avoid warning.  Reported by Steve Pearlmutter.
-       (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
-       (verilog-colorize-region, verilog-highlight-buffer)
-       (verilog-highlight-includes, verilog-highlight-modules)
-       (verilog-highlight-region, verilog-mode): Rename colorize to
-       highlight to match other packages.  Disable module highlighting,
-       as received speed complaints, reenable for experimentation only
-       using new verilog-highlight-modules.
-       (verilog-read-decls): Fix regexp stack overflow in very large
-       AUTO_TEMPLATEs, bug250.
-       (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
-       (verilog-scan): Create verilog-save-buffer-state to standardize
-       making insignificant changes that shouldn't call hooks.
-       (verilog-save-no-change-functions, verilog-save-scan-cache)
-       (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
-       Create verilog-save-no-change-functions to wrap verilog-scan
-       preservation, and fix to work with nested preserved calls.
-       (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
-       port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
-       generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
-       (verilog-submit-bug-report): Update variable list to be complete.
-       (verilog-auto, verilog-colorize-region): Fix AUTO expansion
-       breaking on-the-fly font-locking.
-       (verilog-colorize-buffer, verilog-colorize-include-files)
-       (verilog-colorize-include-files-buffer, verilog-colorize-region)
-       (verilog-load-file-at-mouse, verilog-load-file-at-point)
-       (verilog-mode, verilog-read-inst-module-matcher): With point on a
-       AUTOINST cell instance name, middle mouse button now finds-file on
-       it.  Suggested by Brad Dobbie.
-       (verilog-alw-get-temps, verilog-auto-reset)
-       (verilog-auto-sense-sigs, verilog-read-always-signals)
-       (verilog-read-always-signals-recurse): Fix loop indexes being
-       AUTORESET.  AUTORESET now assumes any variables in the
-       initialization section of a for() should be ignored.
-       Reported by Dan Dever.
-       (verilog-error-font-lock-keywords)
-       (verilog-error-regexp-emacs-alist)
-       (verilog-error-regexp-xemacs-alist): Fix error detection of
-       Cadence HAL, reported by David Asher.  Repair drift between the
-       three similar error variables.
-       (verilog-modi-lookup, verilog-modi-lookup-cache)
-       (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
-       (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
-       Fix slow verilog-auto expansion on very large files.
-       (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
-       Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
-       "{1*2{...".  Broke in last revision.
-       (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
-       submodule connections with replications "{#{a},#{b}}".
-
-2010-10-23  Glenn Morris  <rgm@gnu.org>
-
-       * comint.el (comint-password-prompt-regexp):
-       Match "enter the password".  (Bug#7224)
-
-2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
-       Fix typo in docstring.
-
-2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-get-inline-coding): Return `nil' in case of
-       errors.
-
-       * net/trampver.el: Update release number.
-
-2010-10-20  Kenichi Handa  <handa@m17n.org>
-
-       * face-remap.el (text-scale-adjust): Call read-event with a proper
-       prompt.
-
-2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-file-attributes-with-stat)
-       (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
-       order to make stat results a float.  Patch by Andreas Schwab
-       <schwab@linux-m68k.org>.
-
-2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * repeat.el (repeat): Use read-key (bug#6256).
-
-2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/unsafep.el: Don't mark functions that display
-       messages as safe.  Suggested by Johan Bockgård.
-
-2010-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
-       Turn comments into docstrings.
-
-       * minibuffer.el (completion--replace): Move point where it belongs
-       when there's a common suffix (bug#7215).
-
-2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-open-connection-setup-interactive-shell):
-       Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
-       <dale@codefu.org>.
-
-2010-10-15  Kenichi Handa  <handa@m17n.org>
-
-       * international/characters.el: Add category '|' (word breakable)
-       to fullwidth characters.
-
-2010-10-14  Kenichi Handa  <handa@m17n.org>
-
-       * mail/rmail.el (rmail-show-message-1): Catch an error of
-       base64-decode-region and just show an error message (bug#7165).
-
-       * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
-       (ps-mule-begin-job): Fix for the case that only ENCODING is set in
-       a font-spec (bug#7197).
-
-2010-10-13  Glenn Morris  <rgm@gnu.org>
-
-       * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
-
-2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
-
-       * international/mule.el (define-coding-system):
-       * international/titdic-cnv.el (quail-cxterm-package-ext-info):
-       * composite.el (compose-region): Fix typo in docstring.
-
-2010-10-10  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * term/ns-win.el (ns-right-alternate-modifier): New defvar.
-       (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
-       (mac-right-option-modifier): New alias for ns-right-option-modifier.
-
-       * cus-start.el (all): ns-right-alternate-modifier is new.
-
-2010-10-10  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * Makefile.in (ELCFILES): Update.
-
-2010-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/lisp.el (lisp-completion-at-point):
-       Use emacs-lisp-mode-syntax-table for the whole function.
-
-2010-10-09  Richard Sharman  <richard_sharman@mitel.com>  (tiny change)
-
-       * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
-       (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
-       work when breakpoint number exceeds nine.
-
-2010-10-05  David Koppelman  <koppel@ece.lsu.edu>
-
-       * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
-       instead of font-lock-mode before adding keywords.
-       Remove hi-lock-mode off code.  Remove inhibit hack.
-       (hi-lock-set-pattern): Only add keywords if font-lock-fontified
-       non-nil; removed hook inhibit hack.
-
-2010-10-09  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
-       (load-path-shadows-find): ... to this.
-       (list-load-path-shadows): Update for above change.
-
-       * mail/mail-utils.el (mail-mbox-from): Also try return-path.
-
-2010-10-08  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
-
-       * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
-       (shadows-compare-text-p): Make it an obsolete alias for...
-       (load-path-shadows-compare-text): ... new name.
-       (find-emacs-lisp-shadows): Update for above name change.
-       (load-path-shadows-same-file-or-nonexistent): New name for the old
-       shadow-same-file-or-nonexistent.
-
-2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * minibuffer.el (completion--some, completion--do-completion)
-       (minibuffer-complete-and-exit, minibuffer-completion-help)
-       (completion-basic-try-completion)
-       (completion-basic-all-completions)
-       (completion-pcm--find-all-completions): Use lexical-let to
-       avoid some false matches in variable completion (Bug#7056)
-
-2010-10-03  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
-
-       * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
-
-2010-10-03  Leo  <sdl.web@gmail.com>
-
-       * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
-       return non-nil if the file exists (Bug#7090).
-
-2010-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion--replace):
-       Better preserve markers (bug#7138).
-
-2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
-
-       * server.el (server-process-filter): Doc fix.
-
-2010-09-27  Drew Adams  <drew.adams@oracle.com>
-
-       * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
-
-2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * Makefile.in (ELCFILES): Update.
-
-       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
-       Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
-
-2010-09-27  Kenichi Handa  <handa@m17n.org>
-
-       * tar-mode.el (tar-header-block-tokenize): Decode filenames in
-       "ustar" format.
-
-2010-09-27  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (define-coding-system): Docstring fixed.
-
-       * international/mule-diag.el (describe-character-set): Use princ
-       with proper print-length and print-level instead of insert.
-
-2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
-
-       * window.el (walk-windows): Doc fix (bug#7105).
-
-2010-09-23  Glenn Morris  <rgm@gnu.org>
-
-       * isearch.el (isearch-lazy-highlight-cleanup)
-       (isearch-lazy-highlight-initial-delay)
-       (isearch-lazy-highlight-interval)
-       (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
-       * net/net-utils.el (ipconfig-program-options):
-       Move aliases to options before the associated definitions.
-
-2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * newcomment.el (comment-normalize-vars): Better test validity of
-       comment-end-skip.
-
-2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
-       (float-e): New name for `e'.
-       (degrees-to-radians, radians-to-degrees):
-       * calendar/solar.el (solar-longitude):
-       * calculator.el (calculator-registers, calculator-funcall):
-       * textmodes/artist.el (artist-spray-random-points):
-       * play/bubbles.el (bubbles--initialize-images): Use new names.
-
-2010-09-19  Eric M. Ludlam  <zappo@gnu.org>
-
-       Update to CEDET 1.0's version of EIEIO.
-
-       * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
-       New function.
-       (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
-       (eieio-default-eval-maybe): Eval val instead of unquoting only.
-       (class-precedence-list): If class is nil, return nil.
-       (eieio-generic-call): If class of first input arg is nil, don't
-       look up static methods, and do check for primary methods.
-       (initialize-instance): See if the default needs to be evaluated
-       during the constructor.
-       (eieio-perform-slot-validation-for-default): Don't do the check
-       for values that will eventually be evaluated.
-       (eieio-eval-default-p): New function.
-       (eieio-default-eval-maybe): Use it.
-
-2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
-
-       * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
-       method-invocation-order.
-       (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
-       (eieio-class-precedence-dfs): Compute class precedence list using
-       dfs algorithm.
-       (eieio-class-precedence-bfs): Compute class precedence list using
-       bfs algorithm.
-       (eieio-class-precedence-c3): Compute class precedence list using
-       c3 algorithm.
-       (class-precedence-list): New function.
-       (eieiomt-method-list, eieiomt-sym-optimize): Use it.
-       (inconsistent-class-hierarchy): New error symbol.
-       (call-next-method): Stow the replacement argument list for future
-       call-next-method invocations.
-
-2010-09-15  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/appt.el (appt-check): If not displaying the diary,
-       use (diary 1) to only get the entries we need.
-       (appt-make-list): Sort diary-list-entries, if we cannot guarantee
-       that it is in day order.  (Bug#7019)
-
-       * calendar/appt.el (appt-check): Rather than showing the diary,
-       just turn off invisible display, and only if needed.
-
-       * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
-
-2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/byte-run.el (set-advertised-calling-convention):
-       Add `when' argument.  Update callers.
-
-       * subr.el (unintern): Declare the obarray arg mandatory.
-
-2010-09-14  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
-       Doc fixes.
-
-       * calendar/diary-lib.el (diary-included-files): New variable.
-       (diary-list-entries): Maybe initialize diary-included-files.
-       (diary-include-other-diary-files): Append to diary-included-files.
-       * calendar/appt.el (appt-update-list): Also check the members of
-       diary-included-files.  (Bug#6999)
-       (appt-check): Doc fix.
-
-2010-09-12  David Reitter  <david.reitter@gmail.com>
-
-       * simple.el (line-move-visual): Do not truncate goal column to
-       integer size.  (Bug#7020)
-
-2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * repeat.el (repeat): Allow repeating when the last event is a click.
-       Suggested by Drew Adams (bug#6256).
-
-2010-09-11  Sascha Wilde  <wilde@sha-bang.de>
-
-       * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
-       Replace setting HGRCPATH to "" by some less invasive --config options.
-
-2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * font-lock.el (font-lock-beginning-of-syntax-function):
-       Mark as obsolete.
-
-2010-09-10  Glenn Morris  <rgm@gnu.org>
-
-       * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
-       and tool-bar modes.  (Bug#6211)
-       (menu-bar-mode): Move setting of standard-value after the
-       minor-mode definition, otherwise it seems to have no effect.
-
-2010-09-08  Masatake YAMATO  <yamato@redhat.com>
-
-       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
-       Fix typo.  (Bug#6976)
-
-2010-09-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * whitespace.el: Allow cleaning up blanks without blank
-       visualization (Bug#6651).  Adjust help window for
-       whitespace-toggle-options (Bug#6479).  Allow to use fill-column
-       instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
-       (whitespace-style): Add new value 'face.  Adjust docstring.
-       (whitespace-space, whitespace-hspace, whitespace-tab):
-       Adjust foreground property face.
-       (whitespace-line-column): Adjust docstring and type declaration.
-       (whitespace-style-value-list, whitespace-toggle-option-alist)
-       (whitespace-help-text): Adjust const initialization.
-       (whitespace-toggle-options, global-whitespace-toggle-options):
-       Adjust docstring.
-       (whitespace-display-window, whitespace-interactive-char)
-       (whitespace-style-face-p, whitespace-color-on): Adjust code.
-       (whitespace-help-scroll): New fun.
-
-2010-09-05  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
-
-       * files.el (directory-abbrev-alist): Use \` as default regexp.
-
-       * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
-       chars like - or ] (bug#6984).
-       (rx-any-condense-range): Explode 2-char ranges.
-
-2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/bibtex.el:
-       * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
-
-2010-09-02  Glenn Morris  <rgm@gnu.org>
-
-       * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
-
-2010-08-31  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-cmds.el (standard-display-european-internal):
-       Setup standard-display-table for 8-bit characters by storing 8-bit
-       characters in the element vector.
-
-       * disp-table.el (standard-display-8bit):
-       Setup standard-display-table for 8-bit characters by storing 8-bit
-       characters in the element vector.
-       (standard-display-european): Likewise.
-
-2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
-
-       Sync with Tramp 2.1.19.
-
-       * net/tramp-cmds.el (tramp-cleanup-all-connections)
-       (tramp-reporter-dump-variable, tramp-load-report-modules)
-       (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
-       (tramp-bug): Recommend setting of `tramp-verbose' to 9.
-
-       * net/tramp-compat.el (top): Do not autoload
-       `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
-       only when `start-file-process' is not bound.
-       (byte-compile-not-obsolete-vars): Define if not bound.
-       (tramp-compat-funcall): New defmacro.
-       (tramp-compat-line-beginning-position)
-       (tramp-compat-line-end-position)
-       (tramp-compat-temporary-file-directory)
-       (tramp-compat-make-temp-file, tramp-compat-file-attributes)
-       (tramp-compat-copy-file, tramp-compat-copy-directory)
-       (tramp-compat-delete-file, tramp-compat-delete-directory)
-       (tramp-compat-number-sequence, tramp-compat-process-running-p):
-       Use it.
-       (tramp-advice-file-expand-wildcards): Do not use
-       `tramp-handle-file-remote-p'.
-       (tramp-compat-make-temp-file): Simplify fallback implementation.
-       (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
-       (tramp-compat-copy-tree): Remove function.
-       (tramp-compat-delete-file): New defun.
-       (tramp-compat-delete-directory): Provide implementation for older
-       Emacsen.
-       (tramp-compat-file-attributes): Handle only
-       `wrong-number-of-arguments' error.
-
-       * net/tramp-fish.el (tramp-fish-handle-copy-file):
-       Add PRESERVE_SELINUX_CONTEXT.
-       (tramp-fish-handle-delete-file): Add TRASH arg.
-       (tramp-fish-handle-directory-files-and-attributes):
-       Do not use `tramp-fish-handle-file-attributes.
-       (tramp-fish-handle-file-local-copy)
-       (tramp-fish-handle-insert-file-contents)
-       (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
-
-       * net/tramp-gvfs.el (top): Require url-util.
-       (tramp-gvfs-mount-point): Remove.
-       (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
-       and `set-file-selinux-context'.
-       (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
-       (tramp-gvfs-handle-file-selinux-context)
-       (tramp-gvfs-handle-set-file-selinux-context): New defuns.
-       (with-tramp-dbus-call-method): Format trace message.
-       (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
-       (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
-       Implement backup call, when operation on local files fails.
-       Use progress reporter.  Flush properties of changed files.
-       (tramp-gvfs-handle-delete-file): Add TRASH arg.
-       Use `tramp-compat-delete-file'.
-       (tramp-gvfs-handle-expand-file-name): Expand "~/".
-       (tramp-gvfs-handle-make-directory): Make more traces.
-       (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
-       (tramp-gvfs-url-file-name): Hexify file name in url.
-       (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
-       into account for the resulting file name.
-       (tramp-gvfs-handler-askquestion): Preserve current message, in
-       order to let progress reporter continue afterwards.  (Bug#6257)
-       Return dummy mountpoint, when the answer is "no".
-       See `tramp-gvfs-maybe-open-connection'.
-       (tramp-gvfs-handler-mounted-unmounted)
-       (tramp-gvfs-connection-mounted-p): Test also for new mountspec
-       attribute "default_location".  Set "prefix" property.
-       Handle default-location.
-       (tramp-gvfs-mount-spec): Return both prefix and mountspec.
-       (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
-       exists.  Raise an error, if not (due to a corresponding answer
-       "no" in interactive questions, for example).
-       Use `tramp-compat-funcall'.
-
-       * net/tramp-imap.el (top): Autoload `epg-make-context'.
-       (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
-       (tramp-imap-do-copy-or-rename-file)
-       (tramp-imap-handle-insert-file-contents)
-       (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
-       (tramp-imap-handle-delete-file): Add TRASH arg.
-
-       * net/tramp-smb.el (tramp-smb-handle-copy-file):
-       Add PRESERVE-SELINUX-CONTEXT.
-       (tramp-smb-handle-copy-file)
-       (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
-       (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
-       Use `with-progress-reporter'.
-       (tramp-smb-handle-delete-file): Add TRASH arg.
-
-       * net/tramp.el (tramp-methods): Move hostname to the end in all
-       ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
-       appropriate.
-       (tramp-verbose): Describe verbose level 9.
-       (tramp-completion-function-alist)
-       (tramp-file-name-regexp, tramp-chunksize)
-       (tramp-local-coding-commands, tramp-remote-coding-commands)
-       (with-connection-property, tramp-completion-mode-p)
-       (tramp-action-process-alive, tramp-action-out-of-band)
-       (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
-       (tramp-exists-file-name-handler): Fix docstring.
-       (tramp-remote-process-environment): Use `format' instead of
-       `concat'.  Protect version string by apostroph.
-       (tramp-shell-prompt-pattern): Do not use a shy group in case of
-       XEmacs.
-       (tramp-file-name-regexp-unified)
-       (tramp-completion-file-name-regexp-unified): On W32 systems, do
-       not regard the volume letter as remote filename.  (Bug#5447)
-       (tramp-perl-file-attributes)
-       (tramp-perl-directory-files-and-attributes): Don't pass "$3".
-       (tramp-vc-registered-read-file-names): Read input as
-       here-document, otherwise the command could exceed maximum length
-       of command line.
-       (tramp-file-name-handler-alist): Add `file-selinux-context' and
-       `set-file-selinux-context'.
-       (tramp-debug-message): Add `tramp-compat-funcall' to ignored
-       backtrace functions.
-       (tramp-error-with-buffer): Don't show the connection buffer when
-       we are in completion mode.
-       (tramp-progress-reporter-update, tramp-remote-selinux-p)
-       (tramp-handle-file-selinux-context)
-       (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
-       (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
-       New defuns.
-       (with-progress-reporter): New defmacro.
-       (tramp-debug-outline-regexp): New defconst.
-       (top, tramp-rfn-eshadow-setup-minibuffer)
-       (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
-       (tramp-handle-dired-compress-file, tramp-handle-shell-command)
-       (tramp-completion-mode-p, tramp-check-for-regexp)
-       (tramp-open-connection-setup-interactive-shell)
-       (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
-       (tramp-time-diff, tramp-coding-system-change-eol-conversion)
-       (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
-       Use `tramp-compat-funcall'.
-       (tramp-handle-make-symbolic-link): Flush file properties.
-       (tramp-handle-load, tramp-handle-file-local-copy)
-       (tramp-handle-insert-file-contents, tramp-handle-write-region)
-       (tramp-handle-vc-registered, tramp-maybe-send-script)
-       (tramp-find-shell): Use `with-progress-reporter'.
-       (tramp-do-file-attributes-with-stat): Add space in format string,
-       in order to work around a bug in pdksh.  Reported by Gilles Pion
-       <gpion@lfdj.com>.
-       (tramp-handle-verify-visited-file-modtime): Do not send a command
-       when the connection is not established.
-       (tramp-handle-set-file-times): Simplify the check for utc.
-       (tramp-handle-directory-files-and-attributes)
-       (tramp-get-remote-path): Use `copy-tree'.
-       (tramp-completion-handle-file-name-all-completions): Ensure, that
-       non remote files are still checked.  Oops.
-       (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
-       Handle PRESERVE-SELINUX-CONTEXT.
-       (tramp-do-copy-or-rename-file): Add progress reporter.
-       (tramp-do-copy-or-rename-file-directly): Do not use
-       `tramp-handle-file-remote-p'.
-       (tramp-do-copy-or-rename-file-out-of-band):
-       Use `tramp-compat-delete-directory'.
-       (tramp-do-copy-or-rename-file-out-of-band)
-       (tramp-compute-multi-hops, tramp-maybe-open-connection):
-       Use `format-spec-make'.
-       (tramp-handle-delete-file): Add TRASH arg.
-       (tramp-handle-dired-uncache): Flush directory cache, not only file
-       cache.
-       (tramp-handle-expand-file-name)
-       (tramp-completion-handle-file-name-all-completions)
-       (tramp-completion-handle-file-name-completion):
-       Use `tramp-connectable-p'.
-       (tramp-handle-start-file-process): Set connection property "vec".
-       Use it, in order to invalidate file caches.  Check only for
-       `remote-tty' process property.
-       Implement tty setting.  (Bug#4604, Bug#6360)
-       (tramp-file-name-for-operation): Add `call-process-region' and
-       `set-file-selinux-context'.
-       (tramp-find-foreign-file-name-handler)
-       (tramp-advice-make-auto-save-file-name)
-       (tramp-set-auto-save-file-modes): Remove superfluous check for
-       `stringp'.  This is done inside `tramp-tramp-file-p'.
-       (tramp-file-name-handler): Trace 'quit.  Catch the error for some
-       operations when we are in completion mode.  This gives the user
-       the chance to correct the file name in the minibuffer.
-       (tramp-completion-mode-p): Use `non-essential'.
-       (tramp-handle-file-name-all-completions): Backward/ XEmacs
-       compatibility: Use `completion-ignore-case' if
-       `read-file-name-completion-ignore-case' does not exist.
-       (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
-       (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
-       `tramp-open-shell'.
-       (tramp-action-password): Hide password prompt before next run.
-       (tramp-process-actions): Widen connection buffer for the trace.
-       (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
-       process property.  Trace stty settings if `tramp-verbose' >= 9.
-       Apply workaround for IRIX64 bug.  Move argument of last
-       `tramp-send-command' where it belongs to.
-       (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
-       front of `login-args'.
-       (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
-       on "/dev/null" instead of "/".
-       (tramp-get-ls-command-with-dired): Make test for "--dired"
-       stronger.
-       (tramp-set-auto-save-file-modes): Adapt version check.
-       (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
-       (tramp-handle-process-file): Call the program in a subshell, in
-       order to preserve working directory.
-       (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
-       `tramp-remote-sh' from `tramp-methods'.
-       (tramp-get-ls-command): Make test for "--color=never" stronger.
-       (tramp-check-for-regexp): Use (forward-line 1).
-
-       * net/trampver.el: Update release number.
-
-2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
-
-       * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
-       empty argument to gvfs-copy.
-
-2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
-
-       * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
-       handle new TRASH arg of `delete-file'.
-
-2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
-
-       * net/tramp.el (tramp-handle-insert-directory): Don't use
-       `forward-word', its default syntax could be changed.
-
-2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
-            Michael Albinus  <michael.albinus@gmx.de>
-
-       Implement compression for inline methods.
-
-       * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
-       (tramp-copy-size-limit): Allow also nil.
-       (tramp-inline-compress-commands): New defconst.
-       (tramp-find-inline-compress, tramp-get-inline-compress)
-       (tramp-get-inline-coding): New defuns.
-       (tramp-get-remote-coding, tramp-get-local-coding): Remove,
-       replaced by `tramp-get-inline-coding'.
-       (tramp-handle-file-local-copy, tramp-handle-write-region)
-       (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
-
-2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
-
-       Detect ssh 'ControlMaster' argument automatically in some cases.
-
-       * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
-       (tramp-default-method): Use it.
-
-2010-08-26  Karel Klíč  <kklic@redhat.com>
-
-       * net/tramp.el (tramp-file-name-for-operation):
-       Add file-selinux-context.
-
-2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
-
-       * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
-
-2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
-       (Bug#6907).
-
-2010-08-23  Chris Foote <chris@foote.com.au>  (tiny change)
-
-       * progmodes/python.el (python-block-pairs): Allow use of "finally"
-       with "else" (Bug#3991).
-
-2010-08-22  Leo  <sdl.web@gmail.com>
-
-       * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
-       (ignore, bright, dim, keyword): Split list of nicknames before
-       passing to rcirc-add-or-remove (Bug#6894).
-
-2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
-
-2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
-       Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
-       New version 13.0.
-       (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
-       Adjust initialization.
-       (whitespace-bob-marker, whitespace-eob-marker)
-       (whitespace-buffer-changed): New vars.
-       (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
-       (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
-       (whitespace-post-command-hook, whitespace-display-char-on):
-       Adjust code.
-       (whitespace-looking-back, whitespace-buffer-changed): New funs.
-       (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
-
-2010-08-21  Leo  <sdl.web@gmail.com>
-
-       Fix buffer-list rename&refresh after killing a buffer in ido.
-       * ido.el: Revert Óscar's.
-       (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
-       Remember the buffers at head, rather than their name.
-       * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
-
-2010-08-21  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
-            Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
-       extra backslash added to each line (bug#6890).
-
-2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-key): Don't echo keystrokes (bug#6883).
-
-2010-08-21  Glenn Morris  <rgm@gnu.org>
-
-       * menu-bar.el (menu-bar-games-menu): Add landmark.
-
-2010-08-20  Glenn Morris  <rgm@gnu.org>
-
-       * align.el (align-regexp): Make group and spacing arguments
-       use the interactive defaults when non-interactive.  (Bug#6698)
-
-       * mail/rmail.el (rmail-forward): Replace mail-text-start with its
-       expansion, so as not to need sendmail.
-       (mail-text-start): Remove declaration.
-       (rmail-retry-failure): Require sendmail.
-
-2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
-
-2010-08-18  Michael Albinus  <michael.albinus@gmx.de>
-
-       * progmodes/flymake.el (flymake-start-syntax-check-process):
-       Use `start-file-process' in order to let it run also on remote hosts.
-
-2010-08-18  Kenichi Handa  <handa@m17n.org>
-
-       * files.el: Add `word-wrap' as safe local variable.
-
-2010-08-18  Glenn Morris  <rgm@gnu.org>
-
-       * woman.el (woman-translate): Case matters.  (Bug#6849)
-
-2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (kill-region): Doc fix (Bug#6787).
-
-2010-08-14  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-header-line-format):
-       Fit it to the window, not the frame.
-
-2010-08-11  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * subr.el (ignore-errors): Add debug declaration.
-
-2010-08-09  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
-
-       * whitespace.el (whitespace-color-off): Remove post-command-hook
-       locally.
-
-2010-08-08  Johan Bockgård  <bojohan@gnu.org>
-
-       * replace.el (replace-highlight): Bind isearch-forward and
-       isearch-error, ensuring that highlighting is updated if the user
-       switches the search direction (Bug#6808).
-
-       * isearch.el (isearch-lazy-highlight-forward): New var.
-       (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
-       (isearch-lazy-highlight-update): Use it.
-
-2010-08-06  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (define-charset): Store NAME as :base property.
-       (ctext-non-standard-encodings-table): Pay attention to charset aliases.
-       (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
-       current priority.  Force using the designation of the specific
-       charset by adding `charset' text property.  Improve the whole
-       algorithm.
-
-2010-08-05  Juanma Barranquero  <lekktu@gmail.com>
-
-       * emulation/pc-select.el (pc-selection-mode-hook)
-       (copy-region-as-kill-nomark, beginning-of-buffer-mark)
-       (pc-selection-mode): Fix typos in docstrings.
-
-2010-08-04  Kenichi Handa  <handa@m17n.org>
-
-       * language/cyrillic.el: Don't add "microsoft-cp1251" to
-       ctext-non-standard-encodings-alist here.
-
-       * international/mule.el (ctext-non-standard-encodings-alist):
-       Add "koi8-r" and "microsoft-cp1251".
-       (ctext-standard-encodings): New variable.
-       (ctext-non-standard-encodings-table): List only elements for
-       non-standard encodings.
-       (ctext-pre-write-conversion): Adjust for the above change.
-       Check ctext-standard-encodings.
-
-       * international/mule-conf.el (compound-text): Doc fix.
-       (ctext-no-compositions): Doc fix.
-       (compound-text-with-extensions): Doc fix.
-
-2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
-
-2010-08-03  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/which-func.el (which-func-format): Split help-echo text
-       into lines, like other mode-line tooltips.
-
-       * server.el (server-start): When using TCP sockets, force IPv4
-       and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
-
-2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bindings.el (complete-symbol): Run completion-at-point as a fallback.
-
-2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * term.el (term-delimiter-argument-list): Reflow docstring.
-       (term-read-input-ring, term-write-input-ring, term-send-input)
-       (term-bol, term-erase-in-display, serial-supported-or-barf):
-       Fix typos in docstrings.
-
-2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bindings.el (function-key-map): Add a S-tab => backtab fallback.
-
-2010-08-01  Juanma Barranquero  <lekktu@gmail.com>
-
-       * dabbrev.el (dabbrev-completion): Fix typo in docstring.
-
-2010-08-01  MON KEY  <monkey@sandpframing.com>  (tiny change)
-
-       * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
-       Fix typo in docstring (bug#6747).
-
-2010-07-30  Leo  <sdl.web@gmail.com>
-
-       * eshell/esh-io.el (eshell-get-target): Better detection of
-       read-only file (Bug#6762).
-
-2010-07-30  Juanma Barranquero  <lekktu@gmail.com>
-
-       * align.el (align-default-spacing): Doc fix.
-       (align-region-heuristic, align-regexp): Fix typos in docstrings.
-
-2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
-
-       * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
-
-2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
-
-       * time.el (display-time-day-and-date): Remove spurious * in docstring.
-       (display-time-world-buffer-name, display-time-world-mode-map):
-       Fix typos in docstrings.
-
-2010-07-17  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
-
-       * image-mode.el (image-display-size): New function.
-       (image-forward-hscroll, image-next-line, image-eol, image-eob)
-       (image-mode-fit-frame): Use it (Bug#6639).
-
-2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * dired.el (dired-buffers-for-dir): Handle list values of
-       dired-directory (Bug#6636).
-
-2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
-
-       * vc.el (vc-coding-system-inherit-eol): New defvar.
-       (vc-coding-system-for-diff): Use it to decide whether to inherit
-       from the file the EOL format for reading the diffs of that file.
-       (Bug#4451)
-
-2010-07-16  Eli Zaretskii  <eliz@gnu.org>
-
-       * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
-       unibyte, so compressed attachments are not compressed again.
-
-2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
-       now that unicode is used (Bug#6594).
-
-2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (push-mark-command): Set the selection if
-       select-active-regions is non-nil.
-
-2010-07-10  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/calendar.el (calendar-week-end-day): New function.
-       * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
-       Respect calendar-week-start-day.  (Bug#6606)
-       (cal-tex-insert-day-names, cal-tex-insert-blank-days)
-       (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
-       (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
-       respect calendar-week-start-day.
-
-2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (use-region-p): Doc fix (Bug#6607).
-
-2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
-
-       * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
-       builtins (BufferError, BytesWarning, WindowsError; callables
-       bin, bytearray, bytes, format, memoryview, next, print; __package__).
-
-2010-07-07  Glenn Morris  <rgm@gnu.org>
-
-       * play/zone.el (zone-fall-through-ws): Fix next-line ->
-       forward-line fallout.
-
-2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mouse.el (mouse-appearance-menu): Add docstring.
-
-       * help.el (describe-key): Print up-event using key-description.
-
-2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/zeroconf.el (zeroconf-resolve-service)
-       (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
-       (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
-
-2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
-
-       * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
-
-2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Avoid displaying files with a nil state in vc-dir.
-       * vc-dir.el (vc-dir-update): Obey the noinsert argument in all
-       cases that cause insertion.
-       (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
-       with a nil state.
-
-2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
-
-       * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
-
-2010-06-29  Leo  <sdl.web@gmail.com>
-
-       * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
-
-2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
-
-       * generic-x.el (bat-generic-mode): Fix regexp for command line
-       switches (Bug#5719).
-
-2010-06-27  Masatake YAMATO  <yamato@redhat.com>
-
-       * htmlfontify.el (hfy-face-attr-for-class): Use append instead
-       of nconc to avoid pure storage error (Bug#6239).
-
-2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
-
-       * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
-       (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
-       bindings of bookmark-automatically-show-annotations (Bug#6515).
-
-2010-06-25  Eli Zaretskii  <eliz@gnu.org>
-
-       * arc-mode.el (archive-zip-extract): Don't quote the file name on
-       MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
-
-2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
-
-       * comint.el (make-comint, make-comint-in-buffer): Mention return
-       value in the docstrings.  (Bug#6498)
-
-2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
-
-       * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
-       since it is not present when using some non-default switches.
-
-2010-06-23  Karl Fogel  <kfogel@red-bean.com>
-
-       * simple.el (compose-mail): Fix doc string to refer to
-       `compose-mail-user-agent-warnings', instead of to the
-       nonexistent `compose-mail-check-user-agent'.
-
-2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix vc-annotate for renamed files when using Git.
-       * vc-git.el (vc-git-find-revision): Deal with empty results from
-       ls-files.  Doe not pass the object as a file name to cat-file, it
-       is not a file name.
-       (vc-git-annotate-command): Pass the file name using -- to avoid
-       ambiguity with the revision.
-       (vc-git-previous-revision): Pass a relative file name.
-
-2010-06-22  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/js.el (js-mode-map): Use standard capitalization and
-       ellipses for menu entries.
-
-       * wid-edit.el (widget-complete): Doc fix.
-
-2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
-
-       * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
-
-2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix annotating other revisions for renamed files in vc-annotate.
-       * vc-annotate.el (vc-annotate): Add an optional argument for the
-       VC backend.  Use it when non-nil.
-       (vc-annotate-warp-revision): Pass the VC backend to vc-annotate
-       (Bug#6487).
-
-       Fix vc-annotate-show-changeset-diff-revision-at-line for git.
-       * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
-       Do not pass the file name to the 'previous-revision call when we
-       don't want a file diff.  (Bug#6489)
-
-2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix finding revisions for renamed files in vc-annotate.
-       * vc.el (vc-find-revision): Add an optional argument for
-       the VC backend.  Use it when non-nil.
-       * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
-       backend to vc-find-revision.  (Bug#6487)
-
-2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix reading file names in Git annotate buffers.
-       * vc-git.el (vc-git-annotate-extract-revision-at-line):
-       Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
-
-2010-06-20  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
-       in file local variables, set it first.
-
-2010-06-19  Glenn Morris  <rgm@gnu.org>
-
-       * descr-text.el (describe-char-unicode-data): Insert separating
-       space when needed.  (Bug#6422)
-
-       * progmodes/idlwave.el (idlwave-action-and-binding):
-       Fix typo in 2009-12-03 change.  (Bug#6450)
-
-2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-quoted-char): Fix up last change (bug#6290).
-
-2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * font-lock.el (font-lock-major-mode): Rename from
-       font-lock-mode-major-mode to distinguish it from
-       global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
-       (font-lock-set-defaults):
-       * font-core.el (font-lock-default-function): Adjust users.
-       (font-lock-mode): Don't set it at all.
-
-2010-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-annotate.el (vc-annotate): Use vc-read-revision.
-
-2010-06-15  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/appt.el (appt-time-msg-list): Doc fix.
-       (appt-check): Let-bind appt-warn-time.
-       (appt-add): Make the 3rd argument optional.
-       Simplify argument names.  Doc fix.  Check for integer WARNTIME.
-       Only add WARNTIME to the output list if non-nil.
-
-2010-06-15  Ivan Kanis  <apple@kanis.eu>
-
-       * calendar/appt.el (appt-check): Let the 3rd element of
-       appt-time-msg-list specify the warning time.
-       (appt-add): Add new argument with the warning time.  (Bug#5176)
-
-2010-06-12  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
-
-       * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
-       older than version 1.6.  (Bug#6361)
-
-2010-06-12  Helmut Eller  <eller.helmut@gmail.com>
-
-       * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
-       used by cl-do-arglist.  (Bug#6408)
-
-2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/advice.el (ad-compile-function):
-       Define warning-suppress-types before we let-bind it (bug#6275).
-
-       * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
-       declare it, make it buffer-local and permanent-local (bug#6324).
-       (vc-resynch-window): Adjust name.
-       * vc-hooks.el (vc-find-file-hook): Adjust name.
-
-2010-06-07  Jonathan Rockway  <jon@jrock.us>
-
-       * net/rcirc.el: Add support for password authentication.
-       (rcirc-server-alist): Add :password keyword.
-       (rcirc): Ask for a password, or get it from the server's alist.
-       (rcirc-connect): Add password argument.  Pass it to server.
-
-2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
-
-       * net/dbus.el (dbus-register-method): Declare function.
-       (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
-       (dbus-introspect): Doc fix.
-       (dbus-event-bus-name, dbus-introspect-get-interface)
-       (dbus-introspect-get-argument): Reflow docstrings.
-
-2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * term/common-win.el (x-colors): Add "dark green" and "dark
-       turquoise" (Bug#6332).
-
-2010-06-03  Glenn Morris  <rgm@gnu.org>
-
-       * desktop.el (desktop-clear-preserve-buffers):
-       Add "*Warnings*" buffer.  (Bug#6336)
-
-2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
-
-2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-bzr.el (vc-bzr-revision-completion-table): Apply
-       `file-directory-p' to the filename part rather than to the whole text.
-
-2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
-
-2010-05-31  Drew Adams  <drew.adams@oracle.com>
-
-       * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
-
-2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
-
-       * subr.el (momentary-string-display): Just use read-event to read
-       the exit event (Bug#6238).
-
-2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
-
-       * ansi-color.el: Delete unused escape sequences (Bug#6085).
-       (ansi-color-drop-regexp): New constant.
-       (ansi-color-apply, ansi-color-filter-region)
-       (ansi-color-apply-on-region): Delete unrecognized control sequences.
-       (ansi-color-apply): Build string list before calling concat.
-
-2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/verilog-mode.el (verilog-type-font-keywords):
-       Use font-lock-constant-face, not obsolete font-lock-reference-face.
-
-2010-05-27  Masatake YAMATO  <yamato@redhat.com>
-
-       * htmlfontify.el (hfy-face-resolve-face): New function.
-       (hfy-face-to-style): Use it (Bug#6279).
-
-2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * epa.el (epa--select-keys): Don't explicitly delete the window since
-       that can fail (e.g. sole window in frame).  Use dedication instead.
-
-2010-05-19  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
-
-       * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
-
-2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-quoted-char): Resolve modifiers after key
-       remapping (bug#6212).
-
-2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * tmm.el (tmm-prompt): Don't try to precompute bindings.
-       (tmm-get-keymap): Compute shortcuts (bug#6171).
-
-2010-05-10  Glenn Morris  <rgm@gnu.org>
-
-       * desktop.el (desktop-save-buffer-p): Don't mistakenly include
-       all dired buffers, even tramp ones.  (Bug#5755)  [Backport from trunk]
-
-2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Version 23.2 released.
-
-2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * international/mule.el (auto-coding-alist): Only purecopy
-       car of each item, not the whole list (Bug#6083).
-
-2010-05-02  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/js.el (js-mode): Make paragraph variables local before
-       calling c-setup-paragraph-variables (Bug#6071).
-
-2010-05-01  Eli Zaretskii  <eliz@gnu.org>
-
-       * composite.el (compose-region, reference-point-alist): Fix typos
-       in the doc strings.
-
-2010-04-28  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
-
-       * calc/calc-graph.el (calc-graph-plot): Use the proper form for
-       gnuplot's "set" command.
-
-2010-04-26  Juanma Barranquero  <lekktu@gmail.com>
-
-       * abbrev.el (last-abbrev-text): Doc fix.
-       (abbrev-prefix-mark): Don't escape parenthesis.
-
-2010-04-24  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * composite.el (find-composition): Doc fix.
-
-2010-04-24  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
-       (sql-oracle-program, sql-sqlite-options)
-       (sql-query-placeholders-and-send): Doc fixes.
-       (sql-set-product, sql-interactive-mode): Reflow docstrings.
-       (sql-imenu-generic-expression, sql-buffer)
-       (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
-       (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
-       (sql-mode-sybase-font-lock-keywords)
-       (sql-mode-informix-font-lock-keywords)
-       (sql-mode-interbase-font-lock-keywords)
-       (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
-       (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
-       (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
-       (sql-product-feature, sql-highlight-product)
-       (comint-line-beginning-position, sql-rename-buffer)
-       (sql-toggle-pop-to-buffer-after-send-region)
-       (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
-       (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
-       Fix typos in docstrings.
-
-2010-04-23  Juri Linkov  <juri@jurta.org>
-
-       * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
-       property instead of `invisible' and `after-string' (bug#5998).
-
-2010-04-23  Juri Linkov  <juri@jurta.org>
-
-       * image-mode.el (image-mode-as-text): Fix typo in docstring.
-
-2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
-
-       * filecache.el (file-cache-add-directory-list)
-       (file-cache-add-directory-recursively): Fix typos in docstrings.
-
-2010-04-22  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (gurmukhi-composable-pattern): Fix typo.
-       (gujarati-composable-pattern): Fix typo.
-
-2010-04-20  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (oriya-composable-pattern)
-       (tamil-composable-pattern, malayalam-composable-pattern):
-       Add two-part vowels to "v" (vowel sign).
-
-2010-04-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (copy-directory): Handle symlinks (Bug#5982).
-
-       * progmodes/compile.el (compilation-next-error-function):
-       Revert 2009-10-12 change (Bug#5983).
-
-2010-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
-       (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
-       (Bug#5846).
-
-2010-04-20  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
-
-       * minibuffer.el (completion-at-point): Doc fix.
-
-2010-04-17  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix the version number for added files.
-       * vc-hg.el (vc-hg-working-revision): Check if the file is
-       registered after hg parent fails (Bug#5961).
-
-2010-04-17  Glenn Morris  <rgm@gnu.org>
-
-       * htmlfontify.el (htmlfontify-buffer)
-       (htmlfontify-copy-and-link-dir): Autoload entry points.
-
-2010-04-17  Magnus Henoch  <magnus.henoch@gmail.com>
-
-       * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
-       name relative to the project root (Bug#5960).
-
-2010-04-16  Glenn Morris  <rgm@gnu.org>
-
-       * vc-git.el (vc-git-print-log): Doc fix.
-
-2010-04-14  Óscar Fuentes  <ofv@wanadoo.es>
-
-       * ido.el (ido-file-internal): Fix 2009-12-02 change.
-
-2010-04-14  Christoph  <cschol2112@googlemail.com>  (tiny change)
-
-       * progmodes/grep.el (grep-compute-defaults): Fix handling of host
-       default settings (Bug#5928).
-
-2010-04-10  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/fortran.el (fortran-match-and-skip-declaration):
-       New function.
-       (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
-
-2010-04-07  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (malayalam-composable-pattern): Fix previous
-       change (add U+0D4D "SIGN VIRAMA").
-       (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
-       (tamil-composable-pattern): Fix typo in the regexp.
-       (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
-       (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
-       (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
-
-2010-04-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
-       paragraph-separate (Bug#5821).
-
-2010-04-05  Juri Linkov  <juri@jurta.org>
-
-       Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
-
-       * info.el (Info-find-node-2): Comment out code that skips
-       breadcrumbs line.
-       (Info-mouse-follow-link): New command.
-       (Info-link-keymap): New keymap.
-       (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
-       Return a string with links instead of inserting breadcrumbs
-       to the Info buffer.
-       (Info-fontify-node): Comment out code that inserts breadcrumbs.
-       Instead of putting the `invisible' text property over the Info
-       header, make an overlay over the Info header with the `invisible'
-       property and `after-string' set to the string returned by
-       `Info-breadcrumbs'.
-
-2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * help.el (help-window-setup-finish): Doc fix (Bug#5830).
-       Reported by monkey@sandpframing.com.
-
-2010-03-30  Tomas Abrahamsson  <tab@lysator.liu.se>
-
-       * textmodes/artist.el (artist-mode): Fix typo in docstring.
-       Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
-
-2010-03-30  Kenichi Handa  <handa@m17n.org>
-
-       * language/sinhala.el (composition-function-table): Fix regexp for
-       the new Unicode specification.
-
-       * language/indian.el (devanagari-composable-pattern)
-       (tamil-composable-pattern, kannada-composable-pattern)
-       (malayalam-composable-pattern): Adjust for the new Unicode
-       specification.
-       (bengali-composable-pattern, gurmukhi-composable-pattern)
-       (gujarati-composable-pattern, oriya-composable-pattern)
-       (telugu-composable-pattern): New variables to cope with the new
-       Unicode specification.  Use them in composition-function-table.
-
-2010-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Make tmm-menubar work for the Buffers menu again (bug#5726).
-       * tmm.el (tmm-prompt): Also handle keymap entries in the form of
-       vectors rather than cons cells, as used in menu-bar-update-buffers.
-
-2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/js.el (js-auto-indent-flag, js-mode-map)
-       (js-insert-and-indent): Revert 2009-08-15 change, restoring
-       electric punctuation for "{}();,:" (Bug#5586).
-
-       * mail/sendmail.el (mail-default-directory): Doc fix.
-
-2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/sendmail.el (mail-default-directory): Doc fix.
-
-2010-03-27  Eli Zaretskii  <eliz@gnu.org>
-
-       * subr.el (version-regexp-alist, version-to-list)
-       (version-list-<, version-list-=, version-list-<=)
-       (version-list-not-zero, version<, version<=, version=): Doc fix.
-       (Bug#5744).
-
-2010-03-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
-            Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-ui.el (gdb-apple-test): New function.
-       (gdb-init-1): Use it.
-
-2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-root-diff): Doc fix.
-
-2010-03-25  Chong Yidong  <cyd@stupidchicken.com>
-
-       * vc.el (vc-print-log, vc-print-root-log): Doc fix.
-
-       * simple.el (append-to-buffer): Fix last change.
-
-2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (append-to-buffer): Ensure that point is preserved if
-       BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
-       (Bug#5749)
-
-2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
-       (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
-       not be present any more.
-
-2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
-
-       * faces.el (set-face-attribute): Fix typo in docstring.
-       (face-valid-attribute-values): Reflow docstring.
-
-2010-03-23  Glenn Morris  <rgm@gnu.org>
-
-       * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
-
-2010-03-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * indent.el (indent-for-tab-command): Doc fix.
-
-2010-03-22  Juanma Barranquero  <lekktu@gmail.com>
-
-       * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
-       (image-dired-read-comment): Doc fix.
-
-       * json.el (json-object-type, json-array-type, json-key-type)
-       (json-false, json-null, json-read-number):
-       * minibuffer.el (completion-in-region-functions):
-       * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
-       (cal-tex-cursor-week):
-       * emacs-lisp/trace.el (trace-function):
-       * eshell/em-basic.el (eshell/printnl):
-       * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
-       (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
-       * obsolete/levents.el (allocate-event, event-key, event-object)
-       (event-point, event-process, event-timestamp, event-to-character)
-       (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
-       * textmodes/reftex-vars.el (reftex-index-macros-builtin)
-       (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
-       (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
-       (reftex-highlight-selection): Fix typos in docstrings.
-
-2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
-
-       * minibuffer.el (completion-in-region-functions): Fix docstring typos.
-
-2010-03-18  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmail.el (rmail-highlight-face): Restore option deleted
-       2008-02-13 without comment; mark it obsolete.
-       (rmail-highlight-headers): Use rmail-highlight-face once more.
-
-2010-03-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * woman.el (woman2-process-escapes): Only consume the newline if
-       the filler character is on a line by itself (Bug#5729).
-
-2010-03-16  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (devanagari-composable-pattern): Add more
-       consonants.
-
-2010-03-14  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/trampver.el: Update release number.
-
-2010-03-13  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
-
-2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-find-executable):
-       Use `tramp-get-connection-buffer'.  Make the regexp for checking
-       output of "wc -l" more robust.
-       (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
-       (tramp-open-connection-setup-interactive-shell): Remove workaround
-       for OpenSolaris bug, it is not needed anymore.
-
-2010-03-12  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
-
-2010-03-11  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * files.el (auto-mode-alist): Accept more verilog file patterns.
-
-2010-03-09  Miles Bader  <miles@gnu.org>
-
-       * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
-       instead of "format:"; this ensures that the output is
-       newline-terminated.
-
-2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
-       that all errors are caught, and that the return value is always a
-       list (Bug#5692).
-
-2010-03-08  Kenichi Handa  <handa@m17n.org>
-
-       * language/misc-lang.el (windows-1256): New coding system.
-       (cp1256): New alias of windows-1256 (bug#5690).
-
-2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * mail/rfc822.el (rfc822-addresses): Move catch clause down around
-       call to rfc822-bad-address.  (Bug#5692)
-
-2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
-
-       * vc-git.el (vc-git-annotate-extract-revision-at-line):
-       Use vc-git-root as default directory for revision path (Bug#5657).
-
-2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * calculator.el (calculator): Don't bind split-window-keep-point
-       (Bug#5674).
-
-2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-git.el: Re-flow to fit into 80 columns.
-       (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
-       Remove spurious `quote' element in each case alternative.
-       (vc-git-show-log-entry): Use prog1.
-       (vc-git-after-dir-status-stage): Remove unused var `remaining'.
-
-2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
-
-2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * macros.el (insert-kbd-macro): Look up keyboard macro using the
-       definition, not the name (Bug#5481).
-
-2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
-
-       * subr.el (momentary-string-display): Don't overwrite the MESSAGE
-       argument with a local variable.  (Bug#5670)
-
-2010-03-02  Juri Linkov  <juri@jurta.org>
-
-       * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
-
-2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
-       error when FILENAME and NEWNAME are existing remote directories.
-
-       * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
-       parameter DIR-FLAG.
-
-2010-03-02  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
-       of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
-
-2010-03-01  Kenichi Handa  <handa@m17n.org>
-
-       * language/burmese.el (burmese-composable-pattern): Rename from
-       myanmar-composable-pattern.
-
-       * international/characters.el (script-list):
-       * international/fontset.el (script-representative-chars):
-       Change myanmar to burmese.
-       (otf-script-alist): Likewise.
-       (setup-default-fontset): Likewise.  Re-fix :otf spec.
-
-2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * menu-bar.el (menu-bar-manuals-menu): Fix typo.
-
-2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
-
-2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-write-region): START can be a string.
-       Take care in the checks.  Reported by Dan Davison
-       <davison@stats.ox.ac.uk>.
-
-2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-introspect, dbus-get-property)
-       (dbus-set-property, dbus-get-all-properties):
-       Use `dbus-call-method' when noninteractive.  (Bug#5645)
-
-2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
-       * emacs-lisp/elint.el (elint-add-required-env):
-       * calendar/icalendar.el (icalendar--add-diary-entry):
-       * calc/calcalg2.el (math-tracing-integral):
-       * files.el (recover-session-finish): Use with-current-buffer
-       instead of save-excursion.
-
-2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Fix in-buffer completion when after-change-functions modify the buffer.
-       * minibuffer.el (completion--replace): New function.
-       (completion--do-completion): Use it and use relative movement.
-
-2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * international/fontset.el (setup-default-fontset): Fix :otf spec.
-
-2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
-
-       * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
-       Allow the characters _<> in the stack entry (Bug#5653).
-
-2010-02-26  Kenichi Handa  <handa@m17n.org>
-
-       * language/burmese.el: Fix entries in composition-function-table.
-       (myanmar-composable-pattern): New variable.
-
-       * international/fontset.el (setup-default-fontset): Add an entry
-       for myanmar.
-
-       * international/characters.el (script-list): Add Myanmar
-       Extended-A.
-
-2010-02-26  Glenn Morris  <rgm@gnu.org>
-
-       * custom.el (custom-initialize-delay): Doc fix.
-
-       * mail/sendmail.el (send-mail-function): Autoload the call
-       to custom-initialize-delay, not otherwise preserved in loaddefs.el.
-
-2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (hack-local-variables-filter): For eval forms, also
-       check safe-local-variable-p (Bug#5636).
-
-2010-02-24  Eduard Wiebe  <usenet@pusto.de>
-
-       * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
-       and use c(ad)r of cddr (Bug#5640).
-
-2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
-       setting the modes by `ignore-errors'.  It might fail, for example
-       if the file is not owned by the user but the group.
-       (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
-
-2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (directory-listing-before-filename-regexp):
-       Use stricter matching for iso-style dates, to avoid false matches with
-       date-like filenames (Bug#5597).
-
-       * htmlfontify.el (htmlfontify): Doc fix.
-
-       * eshell/eshell.el (eshell): Doc fix.
-
-       * startup.el (fancy-about-screen): In mode-line, apply
-       mode-line-buffer-id face only to the buffer name (Bug#5613).
-
-2010-02-20  Kevin Ryde  <user42@zip.com.au>
-
-       * progmodes/compile.el (compilation-error-regexp-alist-alist):
-       In `watcom' anchor regexp to start of line, to avoid slowness
-       (Bug#5599).
-
-2010-02-20  Eli Zaretskii  <eliz@gnu.org>
-
-       * subr.el (remove-yank-excluded-properties): Explain in a comment
-       why `category' property is removed.
-
-2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * isearch.el (isearch-update-post-hook, isearch-update):
-       Revert 2010-02-17 change.
-
-2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
-
-       * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
-       (icalendar--convert-weekly-to-ical)
-       (icalendar--convert-yearly-to-ical)
-       (icalendar--convert-block-to-ical)
-       (icalendar--convert-cyclic-to-ical)
-       (icalendar--convert-anniversary-to-ical): Take care of time
-       specifications where hour has 1-digit only (Bug#5549).
-
-2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
-       of disassemble output in GDB 7.1.
-
-2010-02-19  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
-       property.  (Bug#5593)
-
-2010-02-18  Sam Steingold  <sds@gnu.org>
-
-       * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
-
-2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Use abbreviated file names in bookmarks (bug#5591).
-       * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
-       calls to expand-file-name.
-       (bookmark-relocate): Use abbreviated file names in bookmarks.
-       (bookmark-load): Use abbreviated file names in messages.
-
-2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-directory-files): When FULL, do not
-       expand "." and "..".  Reported by Thierry Volpiatto
-       <thierry.volpiatto@gmail.com>.
-
-2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-file-contents): Set always the
-       permissions of the temporary file to "0600".  In case the remote
-       file has no read permissions for the owner, there might be
-       problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
-
-22010-02-18  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/authors.el (authors-renamed-files-alist):
-       Add entries for INSTALL.CVS.
-
-2010-02-17  Mark A. Hershberger  <mah@everybody.org>
-
-       * vc-bzr.el: Fix typo in Known Bugs section.
-
-       * isearch.el (isearch-update-post-hook): New hook.
-       (isearch-update): Use the new hook.
-
-2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
-       Fix errors in copying directories.
-       (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
-       (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
-       (tramp-handle-delete-file)
-       (tramp-handle-dired-recursive-delete-directory)
-       (tramp-handle-write-region): Flush also the cache for the upper
-       directory.
-
-2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (save-interprogram-paste-before-kill): Doc fix.
-
-       * cus-edit.el (hardware): Doc fix.
-
-       * man.el (man): Add to external custom group.
-
-       * delim-col.el (columns): Move to wp custom group.
-
-       * doc-view.el (doc-view): Add to data custom group.
-
-       * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
-
-       * textmodes/flyspell.el (flyspell-word): Obey the offset specified
-       by ispell-parse-output (Bug#5575).
-
-2010-02-16  Kenichi Handa  <handa@m17n.org>
-
-       * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
-       (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
-       (skkdic-convert): Use `euc-japan' coding system for writing.
-
-2010-02-16  Glenn Morris  <rgm@gnu.org>
-
-       * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
-       tex-main-file before using it.  (Bug#5562)
-
-2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
-       warnings, since it is annoying for the user to see them each time he
-       runs the code.
-
-2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-process-actions, tramp-read-passwd):
-       * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
-       instead of PROC for caching "first-password-request".  Otherwise,
-       new processes would not profit from passwords already entered.
-
-       * net/tramp-cache.el (tramp-dump-connection-properties):
-       Don't save "first-password-request" property.
-
-2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
-
-       * outline.el (outline-head-from-level):
-       * simple.el (with-wrapper-hook):
-       * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
-       (elint-defun, elint-buffer-env, elint-top-form-logged)
-       (elint-unbound-variable):
-       * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
-       Fix typos in docstrings.
-
-2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (insert-directory): When WILDCARD-REGEXP and
-       FULL-DIRECTORY-P are nil, insert the file entry instead of the
-       whole directory.  (Bug#5551)
-
-       * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
-       dired's alignment sanity.  (Bug#5516)
-
-2010-02-14  Juri Linkov  <juri@jurta.org>
-
-       * man.el (Man-fontify-manpage, Man-cleanup-manpage):
-       Remove remaining ^H with their preceding chars.  (Bug#5566)
-
-2010-02-13  Glenn Morris  <rgm@gnu.org>
-
-       * simple.el (transpose-subr): Give it a doc-string.
-
-       * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
-       Doc fixes.
-
-2010-02-12  Juri Linkov  <juri@jurta.org>
-
-       * arc-mode.el (archive-unique-fname): Make directories for nested
-       archives.  (Bug#5540)
-
-2010-02-12  Juri Linkov  <juri@jurta.org>
-
-       * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
-
-2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (copy-overlay): Handle deleted overlays.
-
-       * man.el (Man-completion-table): Don't signal an error if we can't run
-       manual-program (bug#4056).
-
-2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
-
-       * textmodes/artist.el (artist-mt): Fix typos in docstring.
-
-2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
-
-       * info.el (Info-bookmark-jump): Simplify.
-
-       * bookmark.el (bookmark-handle-bookmark): Catch the right error.
-       (bookmark-default-handler): Accept new bookmark field `buffer'.
-
-2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
-
-       * iswitchb.el (iswitchb-completions): Revert last change.
-
-2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
-
-       * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
-       FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
-       This prevents file names like "~/" being listed literally.
-
-2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * term/xterm.el (xterm-maybe-set-dark-background-mode):
-       Remove dead code.  (Bug#5546)
-
-2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
-       correctly (Bug#5548).
-
-2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
-
-       * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
-       (ada-adjust-case): Don't adjust case in hexadecimal number literals.
-
-2010-02-08  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-util.el (with-coding-priority): Add autoload
-       cookie for putting `lisp-indent-function'.
-
-2010-02-07  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
-       Move F2003 named interfaces from keywords-2 to keywords-1, and
-       use function-name-face rather than constant-face.
-       Simplify "abstract interface" regexp.
-
-2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * eshell/esh-util.el (eshell-file-attributes): New optional arg
-       ID-FORMAT.  Pass it to `file-attributes'.
-
-       * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
-
-2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
-
-       * faces.el (set-face-attribute): Allow calling
-       internal-set-lisp-face-attribute with 'unspecified family and
-       foundry argument (Bug#5536).
-
-2010-02-07  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/f90.el (f90-font-lock-keywords-2)
-       (f90-looking-at-type-like, f90-looking-at-program-block-end):
-       Handle F2003 named interfaces.
-
-2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/cc-mode.el (c-common-init): Bind temporary variables
-       beg and end before calling c-get-state-before-change-functions.
-
-2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-dir-extra-headers):
-       Disable the pending merges header.
-
-2010-02-05  Juri Linkov  <juri@jurta.org>
-
-       * doc-view.el (doc-view-mode):
-       * image-mode.el (image-mode): Put property mode-class=special.
-       (Bug#4896)
-
-2010-02-05  Mark A. Hershberger  <mah@everybody.org>
-
-       * vc-svn.el (vc-svn-revision-table): New function.
-
-2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/ange-ftp.el (ange-ftp-insert-directory):
-       * net/tramp-imap.el (tramp-imap-handle-insert-directory):
-       * net/tramp-smb.el (tramp-smb-handle-insert-directory):
-       Handle also directories.  (Bug#5478)
-
-2010-02-05  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
-
-2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
-
-       * startup.el (command-line-1): Convert options beginning with a
-       single dash as well (Bug#5519).
-
-2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Make `initials' completion work for /hh -> /home/horn again (bug#5524).
-       * minibuffer.el (completion-initials-expand): Only check the presence
-       of delims *within* the boundaries, since otherwise the / delim is
-       always found for files.
-
-       Fix up various corner case problems.
-       * doc-view.el (doc-view-last-page-number): New function.
-       (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
-       (doc-view-goto-page): Avoid inf-loops when the conversion fails.
-       (doc-view-kill-proc): Avoid inf-loop in freak cases.
-       (doc-view-reconvert-doc): Use the new recursive delete-directory.
-       (doc-view-convert-current-doc): Don't create the resolution.el file
-       here any more.
-       (doc-view-pdf/ps->png): Do it here instead.
-       (doc-view-already-converted-p): Check that resolution.el is present.
-       (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
-       windows that are not yet showing images.
-
-2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
-
-       * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
-       `dired-uncache' for every elemnt which is an absolute file name.
-
-       * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
-       directory, handle its directory component.
-       (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
-       function is called permanently and creates noise, otherwise.
-
-       * net/tramp-imap.el (tramp-imap-handle-insert-directory):
-       * net/tramp-smb.el (tramp-smb-handle-insert-directory):
-       Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
-
-2010-02-04  David Burger  <dburger@google.com>  (tiny change)
-
-       * macros.el (apply-macro-to-region-lines):
-       Minor simplification.  (Bug#5485)
-
-2010-02-04  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmail.el (rmail-show-message-1): Handle malformed
-       quoted-printable text.  (Bug#5441)
-
-       * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
-
-       * simple.el (visual-line-mode): Capitalize lighter.
-
-2010-02-03  John Wiegley  <jwiegley@gmail.com>
-
-       * iswitchb.el (iswitchb-completions): Add bookmark files to the
-       list of files considered for "virtual buffer" completions.
-
-2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
-       also in case of (and (not full) (not wildcard)).  This is needed,
-       when dired is called with a list of files, which are not in
-       `default-directory'.  (Bug#5478)
-
-2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
-
-2010-02-02  Juri Linkov  <juri@jurta.org>
-
-       * textmodes/ispell.el (ispell-message-text-end): Remove final newline
-       from unidiff to allow function-line after @@.
-
-2010-02-02  Juri Linkov  <juri@jurta.org>
-
-       * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
-       '(RCS SCCS) with inverted condition.
-
-2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
-       messages.
-
-2010-02-01  Juri Linkov  <juri@jurta.org>
-
-       * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
-       compare with "pkunzip" and "pkzip" instead of only "pkzip".
-       In the `archive-extract-by-stdout' branch use `shell-quote-argument'
-       only when (car archive-zip-extract) is "unzip".  (Bug#5475)
-
-2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
-       (doc-view-revert-buffer): New command.
-       (doc-view-mode-map): Use it.
-
-2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
-       pending merge is detected.
-
-2010-01-31  Juri Linkov  <juri@jurta.org>
-
-       * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
-       beginning of interactive spec like all other grep commands do.
-       Put "all" in front of "gz".  (Bug#5260)
-
-2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
-
-2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
-
-       * dirtrack.el (dirtrack): Warn instead of signalling error if the
-       regexp is incorrect (Bug#5476).
-
-2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-directory): Handle also
-       symlinks, when FILENAME is not in `default-directory'.
-
-2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
-       FILE is not in `default-directory'.  (Bug#5478)
-
-       * net/tramp.el (tramp-handle-insert-directory): Simplify handling
-       of SWITCHES.  Handle the case, FILENAME is not in
-       `default-directory'.  (Bug#5478)
-       (tramp-register-file-name-handlers): Add safe-magic property.
-
-2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * arc-mode.el (archive-zip-extract): Quote the argument passed to
-       unzip (Bug#5475).
-
-2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
-
-       * progmodes/flymake.el (flymake-allowed-file-name-masks)
-       (flymake-master-make-header-init): Add other C++ filename masks.
-       (flymake-find-possible-master-files)
-       (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
-
-2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       Fix some busybox annoyances.
-
-       * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
-       not responding." string.
-       (tramp-open-connection-setup-interactive-shell): Dump stty
-       settings.  Enable "neveropen" arg for all `tramp-send-command'
-       calls.  Handle "=" in variable values properly.
-       (tramp-find-inline-encoding): Raise an error, when no encoding is
-       found.
-       (tramp-wait-for-output): Check, whether PROC buffer is available.
-       Remove spurious " ^H" sequences, sent by busybox.
-       (tramp-get-ls-command): Suppress coloring, if possible.
-
-2010-01-28  Glenn Morris  <rgm@gnu.org>
-
-       * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
-
-       * log-edit.el (log-edit-strip-single-file-name): Add missing
-       :safe, :group, and :version tags.
-
-2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
-
-       * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
-       buffers.  (Bug#5477)
-
-2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
-
-       * files.el (delete-directory): Handle moving to trash without
-       first doing recursion (Bug#5436).
-
-2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-hooks.el (vc-path): Mark as obsolete.
-
-2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-annotate.el (vc-annotate-revision-at-line): Compare file
-       names too.
-
-       * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
-       for the short log.
-       (vc-bzr-log-view-mode): Adjust regexp for the above change.
-
-2010-01-25  Mark A. Hershberger  <mah@everybody.org>
-
-       * progmodes/python.el: Replace reference to obsolete c-subword-mode.
-
-       * vc-bzr.el (vc-bzr-revision-table): New function.
-
-2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
-
-       * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
-       diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
-
-2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Remove support for adding --signoff on commit.
-       Future support will use an incompatible generic mechanism.
-       * vc-git.el (vc-git-add-signoff): Remove variable.
-       (vc-git-toggle-signoff): Remove function.
-       (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
-
-       * term/xterm.el (xterm-maybe-set-dark-background-mode):
-       Rename from xterm-set-background-mode.  Return t if the background mode
-       was set.
-       (terminal-init-xterm): Move tty-set-up-initial-frame-faces
-       earlier, call it again in case the background mode has changed.
-
-2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
-
-       * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
-       (Bug#3541).
-
-2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/assoc.el (aelement): Doc fix.
-       (aput, adelete, amake): Use lexical-let (Bug#5450).
-
-2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
-       is the same as subprogram call, not declaration.  (Bug#5435).
-
-2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-smb.el (tramp-smb-conf): New defcustom.
-       (tramp-smb-maybe-open-connection): Use it.
-
-2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
-
-2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
-       just because we see "encoding: 8bit".
-       * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
-
-2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
-
-       * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
-
-2010-01-22  Eli Zaretskii  <eliz@gnu.org>
-
-       * jka-compr.el (jka-compr-load): If load-file is not in
-       load-history, try its file-truename version.  (bug#5447)
-
-2010-01-21  Alan Mackenzie  <acm@muc.de>
-
-       Fix a situation where deletion of a cpp construct throws an error.
-       * progmodes/cc-engine.el (c-invalidate-state-cache):
-       Before invoking c-with-all-but-one-cpps-commented-out, check that the
-       special cpp construct is still in the buffer.
-       (c-parse-state): Record the special cpp with markers, not numbers.
-
-2010-01-21  Kenichi Handa  <handa@m17n.org>
-
-       * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
-       process last-command-event, as it is now decoded first (Bug#5380).
-
-2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
-
-2010-01-20  Glenn Morris  <rgm@gnu.org>
-
-       * indent.el (tab-always-indent): Fix custom-type.
-
-2010-01-19  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
-       buffer throws "args out of range".
-       (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
-       playing the role of delimiter.
-
-2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el: Fix bug#5400.
-       (ada-matching-decl-start-re): Move into ada-goto-decl-start.
-       (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
-       changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
-       Improve comments in "is" portion.  Handle null procedure declaration.
-       (ada-move-to-end): Improve doc string.
-
-2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
-
-       * ido.el (ido-cur-list): Initialize to nil.
-       Remove obsolete information from commentary.
-       (ido-choice-list): Initialize to nil.
-       (ido-get-bufname): Reject minibuffers.
-       (ido-make-buffer-list): If "default" is a nonexistent
-       buffer, ignore it, as per the function's comment.
-       (ido-kill-buffer-internal): New function.
-       (ido-kill-buffer-at-head): Use it.
-       (ido-visit-buffer): Likewise.
-
-2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
-
-2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
-
-       * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
-       Fix typos in chart titles.
-
-       * whitespace.el (whitespace-style, global-whitespace-newline-mode):
-       * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
-       (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
-       (describe-class, eieio-describe-generic, describe-generic):
-       * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
-       (eieio-speedbar-expand):
-       * emulation/viper-cmd.el (viper-exec-form-in-vi)
-       (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
-       (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
-       (viper-del-backward-char-in-replace, viper-backward-indent)
-       (viper-brac-function, viper-register-to-point, viper-submit-report):
-       * net/tramp.el (tramp-remote-coding-commands):
-       * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
-       Fix typos in docstrings.
-
-2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/sendmail.el (mail-yank-original): Set the mark if the
-       specified function for yanking does not do it.
-
-2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
-
-       * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
-       resyncing a directory.
-
-2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el: Fix bug#1920.
-       (ada-ident-re): Delete ., allow multibyte characters.
-       (ada-goto-label-re): New; matches goto labels.
-       (ada-block-label-re): New; matches block labels.
-       (ada-label-re): New; matches both.
-       (ada-named-block-re): Delete; callers changed to use
-       `ada-block-label-re' instead.
-       (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
-       Use `ada-block-label-re'.
-       (ada-indent-on-previous-lines): Improve handling of goto labels.
-       (ada-get-indent-block-start): Special-case block label.
-       (ada-get-indent-label): Split into `ada-indent-block-label' and
-       `ada-indent-goto-label'.
-       (ada-goto-stmt-start, ada-goto-next-non-ws):
-       Optionally ignore goto labels.
-       (ada-goto-next-word): Simplify.
-       (ada-indent-newline-indent-conditional): Insert newline before
-       trying to fix indentation; doc fix.
-
-2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (calc-command-flags): Give it an initial value.
-
-2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
-
-       * files.el (minibuffer-with-setup-hook):
-       * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
-       (artist-key-draw-continously, artist-key-do-continously-continously)
-       (artist-key-set-point-continously, artist-mouse-draw-continously):
-       Fix typos in docstrings.
-
-2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
-
-       * nxml/nxml-mode.el (nxml-extend-after-change-region):
-       Never return t (Bug#3898).
-
-2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
-
-       * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
-       can parse the output of the external commands (Bug#5279).
-
-2010-01-16  Jari Aalto  <jari.aalto@cante.net>
-
-       * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
-
-2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
-
-       * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
-
-       * startup.el (command-line): Remove unused --icon-type arg.
-       Handle --display arg, passing it to command-line-1 (Bug#5392).
-
-2010-01-16  Mario Lang  <mlang@delysid.org>
-
-       * emacs-lisp/chart.el (chart-translate-namezone):
-       * textmodes/artist.el (artist-compute-popup-menu-table):
-       Remove duplicated words in doc-strings.
-
-2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
-
-       * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
-       to mairix-search to suppress threading (Bug#5342).
-
-2010-01-15  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-cmds.el (canonicalize-coding-system-name):
-       Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
-
-2010-01-15  Glenn Morris  <rgm@gnu.org>
-
-       * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
-
-       * wid-edit.el (widget-keymap): Doc fix.
-
-       * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
-       former seems to be more widely accepted by various svn versions.
-
-2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
-
-       * find-cmd.el (find-constituents):
-       * vc-arch.el (vc-arch-root):
-       * window.el (window-body-height, pop-up-frames):
-       * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
-       * progmodes/ada-stmt.el (ada-if):
-       * progmodes/gdb-ui.el (gdb-jsonify-buffer):
-       * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
-       (ispell-encoding8-command, ispell-aspell-supports-utf8)
-       (ispell-last-program-name, ispell-help): Fix typos in docstrings.
-
-       * progmodes/flymake.el (flymake-post-syntax-check):
-       Fix typo in error message.
-
-2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
-
-       * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
-       which is always a string.  (Bug#5313)
-
-2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/ada-xref.el (ada-default-prj-properties):
-       Simplify previous change.
-
-2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-xref.el (ada-default-prj-properties):
-       Default ada_project_path to $ADA_PROJECT_PATH.
-
-2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el (ada-create-keymap):
-       Override `narrow-to-defun' with `ada-narrow-to-defun'.
-
-2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
-       (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
-       (ada-get-current-indent, ada-imenu-generic-expression)
-       (ada-which-function): Check for it.
-
-2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
-
-       * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
-       (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
-
-2010-01-14  Glenn Morris  <rgm@gnu.org>
-
-       * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
-
-2010-01-14  Kenichi Handa  <handa@m17n.org>
-
-       * composite.el (auto-composition-mode): Make it a buffer local
-       variable (permanent-local).
-       (auto-composition-function): Set the default value to
-       auto-compose-chars.
-       (auto-composition-mode): Make it a simple function, not a minor mode.
-       (global-auto-composition-mode): Likewise.
-       (turn-on-auto-composition-if-enabled): Delete it.
-
-2010-01-13  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
-
-2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (copy-directory): Compute target for recursive
-       directories with identical names.  (Bug#5343)
-
-2010-01-12  Glenn Morris  <rgm@gnu.org>
-
-       * mail/emacsbug.el (report-emacs-bug-pretest-address):
-       Set it to bug-gnu-emacs rather than emacs-pretest-bug.
-
-2010-01-11  Sam Steingold  <sds@gnu.org>
-
-       * imenu.el (imenu-default-create-index-function): Detect infinite
-       loops caused by imenu-prev-index-position-function.
-
-2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
-
-       * htmlfontify.el (htmlfontify-load-rgb-file)
-       (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
-       (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
-       (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
-       (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
-       (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
-       (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
-       (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
-       (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
-       (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
-       (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
-       (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
-       (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
-       (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
-       (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
-       (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
-       (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
-       (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
-       (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
-       (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
-       (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
-       (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
-       (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
-       backslash-quoting from parentheses, etc.
-
-2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/js.el: Autoload javascript-mode alias.
-
-2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
-
-       * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
-       (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
-       (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
-       (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
-       Fix typos in docstrings.
-       (ffap-url-regexp): Doc fix.
-       (ffap-at-mouse): Fix typo in message.
-
-2010-01-11  Glenn Morris  <rgm@gnu.org>
-
-       * version.el (emacs-copyright): Set copyright year to 2010.
-
-2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * format.el (format-annotate-function): Only set
-       write-region-post-annotation-function after running to-fn so as not to
-       affect nested write-region calls (bug#5273).
-
-2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Makefile.in (ELCFILES): Add wisent/python-wy.el and
-       wisent/python.el.
-
-2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * man.el (Man-goto-section): Signal error if the section is not
-       found (Bug#5317).
-
-2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
-
-       * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
-       URLs with a leading triple slash in the file: scheme.  (Bug#5345)
-
-2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/compile.el: Don't treat compile-command as safe if
-       compilation-read-command might be nil (Bug#4218).
-
-2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * startup.el (command-line-1): Use orig-argi to check for ignored X and
-       NS options.
-
-2010-01-08  Kenichi Handa  <handa@m17n.org>
-
-       * international/fontset.el (build-default-fontset-data):
-       Exclude characters in scripts kana, hangul, han, or cjk-misc.
-
-2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
-
-       * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
-       to `create-file-buffer' as it expects, not just a buffer name.
-       (vc-dir-mode): Include the buffer name in `list-buffers-directory',
-       to help uniquify.  (Bug#3224)
-
-2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * font-setting.el (font-setting-change-default-font): Use user-spec
-       instead of name.
-
-2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
-
-2010-01-05  Tom Tromey  <tromey@redhat.com>
-
-       * progmodes/python.el (python-font-lock-keywords):
-       Handle qualified decorators (Bug#881).
-
-2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
-       in a lightweight checkout.
-
-2010-01-05  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
-
-2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
-
-2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
-       checkouts.  (Bug#618)
-       (vc-bzr-log-view-mode): Also highlight the author.
-       (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
-       (vc-bzr-shelve-menu-map):
-       (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
-       (vc-bzr-shelve-apply): Make prompt more explicit.
-
-2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
-
-       * net/browse-url.el (browse-url-encode-url): Don't escape commas.
-       They are valid characters in URL paths (rfc3986), and at least
-       Firefox does not understand the encoded version (Bug#3166).
-
-2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
-
-       * progmodes/octave-mod.el (octave-end-keywords)
-       (octave-block-begin-or-end-regexp, octave-block-match-alist):
-       Add "end" keyword (Bug#3061).
-       (octave-end-as-array-index-p): New function.
-       (calculate-octave-indent): Use it.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el: Consistently put the text property on the bookmark name.
-       (bookmark-bmenu-marks-width): Bump back to 2, to include
-       annotation marks.
-       (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
-       property on the bookmark name, instead of not putting it at all.
-       (bookmark-bmenu-list): Fix where we put the text property.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
-       for showing buffer modified state (as added in the previous change).
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el: Show modified state of bookmark buffer more accurately.
-       (bookmark-bmenu-list): Initialize buffer-modified-p properly.
-       (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
-       (with-buffer-modified-unmodified): New macro.
-       (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
-       (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
-       Use new macro to preserve the buffer modified state.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
-       (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
-       (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
-       (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
-       (bookmark-bmenu-rename, bookmark-bmenu-locate)
-       (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
-       Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
-
-2010-01-02  Eli Zaretskii  <eliz@gnu.org>
-
-       * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
-       Make the lines in the generated doc string shorter.  (Bug#4668)
-
-2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
-
-       * net/rcirc.el: Add follow-link binding (Bug#4738).
-
-2010-01-02  Eli Zaretskii  <eliz@gnu.org>
-
-       * Makefile.in (bzr-update): Rename from cvs-update.
-       (cvs-update): New target for backward compatibility.
-
-       * makefile.w32-in (bzr-update): Rename from cvs-update.
-       (cvs-update): New target for backward compatibility.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el: Remove gratuitous gratitude.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-any-marks): New function
-       (bookmark-bmenu-save): Clear buffer modification if no marks.
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
-       (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
-       positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
-       This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
-
-       http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
-       From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
-       To: emacs-devel {_AT_} gnu.org
-       Subject: bookmark.el bug report
-       Date: Mon, 28 Dec 2009 14:19:16 +0800
-       Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
-
-2010-01-02  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el: Improvements suggested by Drew Adams:
-       (bookmark-bmenu-ensure-position): New name for
-       `bookmark-bmenu-check-position'.  Just ensure the position,
-       don't return any meaningful value.
-       (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
-       New constants.
-
-2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
-       (bookmark-yank-point, bookmark-bmenu-check-position):
-       Fix typos in docstrings.
-       (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
-       (bookmark-name-from-full-record, bookmark-get-position)
-       (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
-       (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
-       Remove useless quoting of parenthesis, etc. in docstrings.
-
-       * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
-       (ediff-append-custom-diff): Fix typo in error message.
-       (ediff-meta-mark-equal-files): Fix typos in messages.
-
-       * mpc.el (mpc-playlist-delete): Fix typo in error messages.
-
-       * net/imap-hash.el (imap-hash-make): Doc fix.
-       (imap-hash-test): Fix typo in error message; reflow docstring.
-       (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
-       (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
-       (imap-hash-mailbox, imap-hash-user, imap-hash-password):
-       Fix typos in docstrings.
-       (imap-hash-open-connection): Fix typo in error message.
-
-       * play/gomoku.el (gomoku): Fix typos in docstring.
-
-       * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
-       (gdb-jsonify-buffer): Fix typos in docstring.
-       (gdb-goto-breakpoint): Fix typo in error message.
-       ("Display Other Windows"): Fix typo in help message.
-       (gdb-speedbar-expand-node): Fix typo in question.
-
-       * progmodes/idlw-help.el (idlwave-help-browse-url-available)
-       (idlwave-html-system-help-location, idlwave-html-help-location)
-       (idlwave-help-browser-function, idlwave-help-browser-generic-program)
-       (idlwave-help-browser-generic-args, idlwave-help-directory)
-       (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
-       (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
-       (idlwave-online-help, idlwave-help-html-link)
-       (idlwave-help-show-help-frame, idlwave-help-assistant-command):
-       Fix typos in docstrings.
-       (idlwave-help-with-source, idlwave-help-find-routine-definition):
-       Reflow docstrings.
-       (idlwave-help-assistant-start): Fix typo in error message.
-
-       * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
-       (octave-electric-space): Fix typos in docstrings.
-
-2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
-
-2010-01-01  Juri Linkov  <juri@jurta.org>
-
-       * comint.el (comint-input-ring-size): Make it a defcustom and
-       increase the default to 500 (Bug#5148).
-
-2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
-
-       Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
-       * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
-       * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
-
-2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
-
-       Show working revision correctly for mercurial.
-       * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
-       hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
-
-2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
-
-       Declare some functions for the byte-compiler.
-       * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
-       (speedbar-timer-fn, speedbar-change-expand-button-char)
-       (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
-
-2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
-
-       This changeset reverts GDB Graphical Interface to use annotations.
-       * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
-
-2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Make vc-dir work on subdirectories of the bzr root.
-       * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
-       Return file names relative to it.
-       (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
-       relative directory to vc-bzr-after-dir-status.
-
-2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * font-lock.el (font-lock-refresh-defaults): New function, which
-       can be used to let font-lock react to external changes in
-       variables like font-lock-defaults and keywords.
-       See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
-
-2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
-
-       * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
-
-2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
-
-       Supersede color.diff settings in git log (bug#5211).
-
-       * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
-       escape chars in its output when the user has color.diff set to `always'.
-       This fix works on git 1.4.2 and newer (released on 2006-08-13).
-
-2009-12-26  Kevin Ryde  <user42@zip.com.au>
-
-       * info-look.el (sh-mode): Look for coreutils new "Concept Index"
-       node.  Keep previous "Index" name to work with past coreutils too.
-
-       * man.el (man): Revise docstring a bit to show -a and -l as
-       examples.  Add -k description since support for it has otherwise
-       been a secret.  (Further to bug#3717.)
-       (Man-bgproc-sentinel): When "-k foo" produces no output show error
-       "no matches" rather than "Can't find manpage", as the latter reads
-       like -k was interpreted as a page name, which is not so.  (Bug#5431)
-
-2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
-       switches.  Check also for //SUBDIRED// line.
-
-2009-12-25  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (devanagari-composable-pattern): Fix to
-       handle ZWNJ and ZWJ.  Use it in composition-function-table for
-       Devanagari.
-       (malayalam-composable-pattern): Fix previous change.
-
-2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * ps-print.el (ps-face-attributes): It was not returning the
-       attribute face for faces specified as string.  Reported by harven
-       <harven@free.fr>.  (Bug#5254)
-       (ps-print-version): New version 7.3.5.
-
-2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
-
-       * calendar/icalendar.el (icalendar--convert-tz-offset):
-       Fix timezone names.
-       (icalendar--convert-tz-offset): Fix the "last-day-problem".
-       (icalendar--add-diary-entry): Remove the trailing blank that
-       diary-make-entry inserts.
-
-2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
-
-       Make `file-expand-wildcards' work for remote files.
-
-       * files.el (file-expand-wildcards): In case of remote files, check
-       only local file name part for wildcards.  Provide feature 'files
-       and subfeature 'remote-wildcards.  (Bug#5198)
-
-       * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
-       if there is already an established connection.
-       (tramp-advice-file-expand-wildcards): Remove it.
-
-       * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
-       (tramp-advice-file-expand-wildcards): Move from tramp.el.
-       Activate advice for older GNU Emacs versions.  (Bug#5237)
-
-2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
-
-       Some doc fixes (more needed).
-
-       * find-cmd.el (find-constituents): Reflow docstring.
-       (find-cmd, find-prune, find-command): Fix typos in docstrings.
-       (find-generic): Doc fix.
-
-2009-12-17  Juri Linkov  <juri@jurta.org>
-
-       Fix regression from 23.1 to allow multiple modes in Local Variables.
-
-       * files.el (hack-local-variables-filter): While ignoring duplicates,
-       don't take `mode' into account.
-       (hack-local-variables-filter, hack-dir-local-variables):
-       Don't remove duplicate `mode' from local-variables-alist (like `eval').
-
-2009-12-17  Juri Linkov  <juri@jurta.org>
-
-       Make `dired-diff' more safe.  (Bug#5225)
-
-       * dired-aux.el (dired-diff): Signal an error when `file' equals to
-       `current' or when `file' is a directory of the `current' file.
-
-2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
-       unconditionally preloaded files.
-
-2009-12-16  Juri Linkov  <juri@jurta.org>
-
-       Revert to old 23.1 logic of using the file at the mark as default.
-       * dired-aux.el (dired-diff): Use the file at the mark as default
-       if it's not the same as the current file, and the target dir is
-       the current dir or the mark is active.  Add the current file
-       as the arg of `dired-dwim-target-defaults'.  Use the default file
-       in the prompt.  (Bug#5225)
-
-2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
-       (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
-       (tramp-check-for-regexp): Check also, when an echoing shell stops
-       to echo sent commands.
-
-2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Makefile.in: Revert last change (Bug#5191).
-
-2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-hg.el (vc-hg-print-log): Fix argument order.
-       (vc-hg-working-revision): Make sure the command is executed in a
-       known environment so that we can parse the output.  (Bug#4417)
-
-2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/python.el (python-symbol-completions): Remove text
-       properties from symbol string before calling python-send-receive.
-
-2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
-       when there are values for both file and line.  (Bug#5060)
-
-2009-12-14  Juri Linkov  <juri@jurta.org>
-
-       * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
-       whitespace after the file name of the first line of unified format,
-       because git-diff doesn't output whitespace and file modification time
-       after the file name.
-
-2009-12-14  David Kastrup  <dak@gnu.org>
-
-       * info.el (Info-hide-cookies-node): Before hiding a cookie,
-       check if it already has the `display' property added by
-       `Info-display-images-node', and not put the `invisible' property
-       in this case.
-
-2009-12-13  Glenn Morris  <rgm@gnu.org>
-
-       * mail/emacsbug.el (message-sort-headers): Define for compiler.
-       (report-emacs-bug): In message-mode, sort manually before storing
-       original report text.  (Bug#5178)
-       Remove superfluous save-excursion.
-
-2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-property-handler): Filter lambda forms out
-       when responding to "GetAll" properties.
-
-2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (compose-mail): Remove mail-setup-with-from from
-       customization checks.
-
-2009-12-12  Eli Zaretskii  <eliz@gnu.org>
-
-       * arc-mode.el (archive-rar-summarize): Support Attribute fields in
-       RAR archives created on Unix systems.
-
-2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
-       the varalias that was accidentally removed by the 2009-11-19 change
-       (bug#5186).
-
-2009-12-12  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el (indian-compose-regexp): New function.
-       (malayalam-composable-pattern): Fix the pattern.
-       (composition-function-table): Set malayalam-composable-pattern for
-       Malayalam characters.
-
-2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
-       rather than down-mouse-1, based on follow-link conventions.
-
-       * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
-       are compiled.
-
-2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
-       (verilog-vmm-statement-re, verilog-ovm-statement-re)
-       (verilog-defun-level-not-generate-re, verilog-calculate-indent)
-       (verilog-leap-to-head, verilog-backward-token):
-       Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
-
-2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-auto-lineup)
-       (verilog-nameable-item-re): Cleanup user-visible spelling and
-       documentation errors.  One reported by Gary Delp.
-       (verilog-submit-bug-report): Mention bug tracking and CC co-author.
-       (verilog-read-decls): Fix AUTOWIRE with types declared in a
-       package, bug195.  Reported by Pierre-David Pfister.
-
-2009-12-11  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
-
-       * mail/emacsbug.el: No longer require sendmail.
-       Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
-       (report-emacs-bug-orig-text): Doc fix.
-       (report-emacs-bug-send-command, report-emacs-bug-send-hook):
-       New local variables, to adapt to different mail-user-agents.
-       (report-emacs-bug): Fix test for a gnu.org address.
-       Use overlays for emphasis, since font-lock defeats 'face property.
-       Pretest bugs also end up at the newsgroup these days.
-       Stop message-mode stripping text properties.
-       Set and use the new buffer-local variables.
-       (report-emacs-bug-hook): Add doc-string.
-       Remove some unnecessary save-excursions and simplify.
-       Use the appropriate hook and send-command.
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
-       capitalization of some menu entries.
-
-2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * whitespace.el (whitespace-display-char-on):
-       Ensure `buffer-display-table' is unique when two or more windows are
-       visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
-       New version 12.1.
-
-2009-12-10  Eli Zaretskii  <eliz@gnu.org>
-
-       * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
-       characters in the Attribute field.
-
-2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
-
-2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
-       * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
-       Disregard autoload-excludes.
-       (update-directory-autoloads): Obey autoload-excludes here instead.
-       But don't store its contents in no-autoloads and remove entries that
-       refer to excludes files.
-
-2009-12-10  Glenn Morris  <rgm@gnu.org>
-
-       * mail/feedmail.el (top-level): Move require 'mail-utils to start.
-       (expand-mail-aliases): Define for compiler.
-
-       * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
-       Define for compiler.
-
-       * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
-       appropriate for the mail-user-agent in use.
-
-2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
-
-2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Fix short log parsing and fontification.
-       * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
-       Fix fontification for the [merge] label.
-
-2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
-
-       Drop some properties to avoid surprises.
-       * htmlfontify.el (hfy-ignored-properties): New defcustom.
-       (hfy-fontify-buffer): Use it.
-
-2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Minor cleanup.
-       * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
-       Adjust all callers.
-       (ffap-locate-file): Remove unused arg `dir-ok' and make other
-       args compulsory.  Adjust callers.
-       (ffap-gopher-at-point): Remove unused var `name'.
-
-       Get rid of the ELCFILES abomination.
-       * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
-       (compile-elcfiles): New phony target.
-       (compile-main): Compute ELCFILES dynamically.
-       (compile-clean): New target to remove left-over elc files.
-       (compile, all): Use it.
-
-2009-12-09  Kenichi Handa  <handa@etlken>
-
-       * international/mule-diag.el: Require help-mode instead of help-fns.
-
-2009-12-09  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-cmds.el (ucs-names): Supply sufficiently
-       fine ranges instead of pre-calculating accurate ranges.
-       Iterate with bigger gc-cons-threshold.
-
-2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Add support for stashing a snapshot of the current tree.
-       * vc-git.el (vc-git-stash-snapshot): New function.
-       (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
-
-2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
-
-       * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
-       instead of `(beginning|end)-of-line'.
-
-2009-12-08  Glenn Morris  <rgm@gnu.org>
-
-       * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
-
-       * Makefile.in (ELCFILES): Regenerate.
-
-2009-12-07  Juri Linkov  <juri@jurta.org>
-
-       Don't lazy-highlight the comint output in history Isearch mode.
-
-       * comint.el (comint-history-isearch-search): Instead of
-       `comint-line-beginning-position', use `comint-after-pmark-p'
-       to check if point if before the process mark, and go to
-       `process-mark' in this case.
-
-2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/tex-mode.el (latex-complete)
-       (latex-indent-or-complete): Remove.
-       (latex-mode): Set completion-at-point-functions instead.
-
-       Provide a standard completion command and hook it into TAB.
-       * minibuffer.el (completion-at-point-functions): New var.
-       (completion-at-point): New command.
-       * indent.el (indent-for-tab-command): Handle the `complete' behavior.
-       * progmodes/python.el (python-mode-map): Use completion-at-point.
-       (python-completion-at-point): Rename from python-partial-symbol and
-       adjust for use in completion-at-point-functions.
-       (python-mode): Setup completion-at-point for Python completion.
-       * emacs-lisp/lisp.el (lisp-completion-at-point): New function
-       extracted from lisp-complete-symbol.
-       (lisp-complete-symbol): Use it.
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
-       setup completion-at-point for Elisp completion.
-       (emacs-lisp-mode-map, lisp-interaction-mode-map):
-       Use completion-at-point.
-       * ielm.el (ielm-map): Use completion-at-point.
-       (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
-       * progmodes/sym-comp.el: Move to...
-       * obsolete/sym-comp.el: Move from progmodes.
-
-2009-12-07  Eli Zaretskii  <eliz@gnu.org>
-
-       Prevent save-buffer in Rmail buffers from using the coding-system
-       of the current message, and from clobbering the encoding mnemonics
-       in the mode line (Bug#4623).
-
-       * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
-       flag, too.
-       (rmail-message-encoding): New variable.
-       (rmail-write-region-annotate): Record the encoding of the current
-       message in rmail-message-encoding.
-       (rmail-after-save-hook): New function, restores the encoding of
-       the current message after the message collection is saved.
-
-2009-12-07  Juri Linkov  <juri@jurta.org>
-
-       * progmodes/grep.el (grep-read-files): Use `completing-read'
-       instead of `read-string'.  Set its `collection' arg to
-       `read-file-name-internal'.  (Bug#4301)
-
-2009-12-07  Juri Linkov  <juri@jurta.org>
-
-       Correctly restore original Isearch point.  (Bug#4994)
-
-       * isearch.el (isearch-mode): Move `isearch-push-state' after
-       `(run-hooks 'isearch-mode-hook)'.
-       (isearch-cancel): When `isearch-push-state-function' is defined,
-       let-bind `isearch-cmds' to the first state (the last element of
-       `isearch-cmds') and call `isearch-top-state' (it calls pop-state
-       function and restores the original point).  Otherwise, move point
-       to `isearch-opoint'.
-
-2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * international/mule-cmds.el (ucs-names): Weed out at compile-time the
-       chars that don't have names, so the table can be built much faster at
-       run-time.
-
-2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
-       change.  Suggested by David Kastrup.
-
-       * simple.el (compose-mail): Check for incompatibilities and warn.
-       (compose-mail-user-agent-warnings): New option.
-
-2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Support showing a single log entry from vc-annotate.
-       * vc.el (print-log): Add a new argument: START-REVISION.
-       (vc-print-log-internal): Add a new optional argument and
-       pass it to the backend.
-       (vc-print-log, vc-print-root-log): Adjust callers.
-       * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
-       buffer already displays the requested log entry, use it.
-       Otherwise display only the log entry in question.
-       * vc-svn.el (vc-svn-print-log):
-       * vc-mtn.el (vc-mtn-print-log):
-       * vc-hg.el (vc-hg-state):
-       * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
-       (vc-git-show-log-entry): Return t on success.
-       * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
-       (vc-bzr-show-log-entry): Return t on success.
-       * vc-rcs.el (vc-rcs-print-log):
-       * vc-sccs.el (vc-sccs-print-log):
-       * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
-
-2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
-       Add menus to the meta mode.  (Bug#5043)
-
-2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
-
-       * ediff-init.el (ediff-event-key): Use event-to-character instead of
-       event-key.
-
-       * ediff.el (ediff-buffers-internal): Add unwind-protect.
-
-2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
-
-       Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
-       Berbain <raphael.berbain@gmail.com>.
-
-       * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
-       characters.
-       (tramp-initial-end-of-output): New defconst.
-       (tramp-methods, tramp-find-shell)
-       (tramp-open-connection-setup-interactive-shell)
-       (tramp-maybe-open-connection): Use it.
-       (tramp-shell-prompt-pattern, tramp-wait-for-output):
-       Handle existence of `#' and `$'.
-
-       * net/tramp-fish.el (tramp-fish-maybe-open-connection):
-       Use `tramp-initial-end-of-output'.
-
-2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Get the background mode from the terminal for xterm, and set
-       faces accordingly.
-       * term/xterm.el (xterm-set-background-mode): New function.
-       (terminal-init-xterm): Use it in case xterm supports background
-       color queries.  Recompute faces after getting the background
-       color.
-
-2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
-       number comment back on its own line, for easier parsing.
-
-2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Make it work for non-file buffers (bug#5102).
-       * doc-view.el (doc-view-current-cache-dir):
-       Use doc-view-buffer-file-name rather than buffer-file-name.
-       (doc-view-mode): Use buffer-name when buffer-file-name is nil.
-
-2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
-
-       * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
-       author field is too short.
-
-2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-print-log): Handle a limit argument.
-       Display the short log in graph form and with labels.
-       (vc-git-log-view-mode): Handle labels.
-
-       Make vc-revert change VC state from 'added to 'unregistered.
-       * vc-git.el (vc-git-revert): Call git reset first.
-
-2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
-
-       * net/newst-backend.el, net/newst-plainview.el:
-       * net/newst-reader.el, net/newst-ticker.el:
-       * net/newst-treeview.el, net/newsticker.el:
-       Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
-
-2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
-
-       * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
-       Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
-       (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
-       Update annotation regexp.
-
-       * simple.el (beginning-of-visual-line): Constrain to field
-       boundaries (Bug#5106).
-
-2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
-
-       * xml.el (xml-substitute-numeric-entities):
-       Move newsticker--decode-numeric-entities in newst-backend.el to
-       xml-substitute-numeric-entities in xml.el.  (Bug#5008)
-       * net/newst-backend.el (newsticker--parse-generic-feed)
-       (newsticker--parse-generic-items)
-       (newsticker--decode-numeric-entities):
-       Move newsticker--decode-numeric-entities in newst-backend.el to
-       xml-substitute-numeric-entities in xml.el.  (Bug#5008)
-
-2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
-
-       * progmodes/js.el (js--js-not): Add null to the list of values.
-
-2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
-
-2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
-
-       * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
-       delimiter if it is at the end of the current line.
-       (bibtex-generate-url-list): Fix docstring.
-
-2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
-       minibuffer's content with itself.
-       Fold the confirm-after-completion case into the `confirm' case.
-       (completion-pcm-word-delimiters): Add : and / to the delimiters.
-
-2009-12-06  Kevin Ryde  <user42@zip.com.au>
-
-       * ffap.el (ffap-rfc-path): Make this a defcustom since
-       `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
-
-       * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
-       manuals, similar to existing setup for help-mode.  (Bug#3913.)
-
-2009-12-05  Juri Linkov  <juri@jurta.org>
-
-       Save and restore dired buffer's point positions too.  (Bug#4880)
-
-       * dired.el (dired-save-positions): Return in the first element
-       buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
-       Doc fix.
-       (dired-restore-positions): First restore buffer's position.
-       While restoring window's positions, check if window still displays
-       the original buffer.
-
-2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
-
-       * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
-       if possible.
-
-       * shell.el (shell): Require ansi-color (Bug#5113).
-
-       * ansi-color.el (ansi-color-for-comint-mode): Default to t.
-
-       * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
-
-2009-12-05  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-mode.el (c-before-hack-hook)
-       (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
-       `c-file-style' to work again.  This reversion restores the current
-       software to its state in Emacs 23.1.  (Bug#4146)
-
-2009-12-05  Kevin Ryde  <user42@zip.com.au>
-
-       * textmodes/sgml-mode.el (sgml-lexical-context):
-       Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
-
-2009-12-05  Juri Linkov  <juri@jurta.org>
-
-       * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
-       for virtual nodes.  (Bug#4147)
-       (Info-find-node-2): Set `Info-current-node-virtual' to nil
-       when moving from a virtual node.
-       (Info-mode-menu): Add `Info-virtual-index' to the menu.
-       (Info-mode): Add `Info-virtual-index' to the docstring.
-
-2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
-
-       * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
-       track of the buffer position of the end of a BibTeX entry as this
-       position may change during reformatting.
-       (bibtex-format-entry): Remove whitespace before processing
-       numerical fields so that we recognize the latter properly.
-       (bibtex-reformat): Do not use push which changes the global value
-       of bibtex-entry-format.
-       (bibtex-field-braces-alist, bibtex-field-strings-alist)
-       (bibtex-field-re-init): Replace only space characters by regexp
-       for whitespace.
-       (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
-       (bibtex-initialize): Also update bibtex-strings.
-       (bibtex-kill-field): Preserve white space at end of entry.
-       (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
-       Update bibtex-reference-keys.
-
-2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion-pcm--merge-try): Also consider placing
-       point after a star, if that's the only place where modifications can
-       make progress.
-
-2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
-       in docstrings.
-
-2009-12-04  Juri Linkov  <juri@jurta.org>
-
-       * proced.el (proced): Call `(proced-update t)' to update process
-       information instead of only running proced-post-display-hook.
-       (proced-send-signal): Add a leading space to the buffer name
-       " *Marked Processes*" to make this buffer ephemeral.
-
-2009-12-04  Juri Linkov  <juri@jurta.org>
-
-       * dired.el (dired-auto-revert-buffer): New defcustom.
-       (dired-internal-noselect): Use it.
-
-2009-12-04  Juri Linkov  <juri@jurta.org>
-
-       Change roles of modes and functions in image-mode.el (Bug#5062).
-
-       * image-mode.el: Replace `image-mode-maybe' with `image-mode'
-       in `auto-mode-alist'.
-       (image-mode-previous-major-mode): New variable.
-       (image-minor-mode-map): Rename from `image-mode-text-map'.
-       (image-mode): Move graceful error-handling code from
-       `image-minor-mode' to here.  On errors call `image-mode-as-text'.
-       (image-minor-mode): Remove all image-handling code.
-       Replace `image-mode-text-map' with `image-minor-mode-map'.
-       Check for `image-type' in mode-line format string.
-       (image-mode-maybe): Make obsolete with an alias to `image-mode'.
-       (image-mode-as-text): New function with most code from
-       `image-mode-maybe'.
-       (image-toggle-display-text): Move code that removes image
-       properties from `image-toggle-display' to here.
-       (image-toggle-display-image): New function with code that adds
-       image properties copied from `image-toggle-display'.
-       (image-toggle-display): Remove most code with leaving only code
-       that toggles between `image-mode-as-text' and `image-mode'.
-
-2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
-
-       * net/newst-treeview.el
-       (newsticker--treeview-list-highlight-start): Restored call to
-       save-excursion: Selected item was stuck.
-       (newsticker--treeview-list-select): New.
-       (newsticker--treeview-item-show-text)
-       (newsticker--treeview-item-show)
-       (newsticker--treeview-item-update): Use new
-       newsticker-treeview-item-mode.
-       (newsticker-treeview-update): Keep current item.
-       (newsticker-treeview-next-new-or-immortal-item): Doc change.
-       (newsticker--treeview-first-feed): Doc change.
-       (newsticker-treeview-list-menu)
-       (newsticker-treeview-item-menu): Add menu entries.
-       (newsticker-treeview-item-mode): New.
-
-       * net/newst-backend.el (newsticker-customize): Delete other
-       windows.
-
-2009-12-04  Sam Steingold  <sds@gnu.org>
-
-       * log-view.el (log-view-mode-map): "q" calls quit-window,
-       like in all the other non-self-insert buffers.
-
-2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Minor cleanup.
-       * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
-       key decoding rather than do it manually via last-input-event +
-       ascii-character.
-       (term-exec): Use delete-and-extract-region.
-       (term-handle-ansi-terminal-messages): Remove unused var `end'.
-       (term-process-pager): Remove unused var `i'.
-       (term-dynamic-simple-complete): Make obsolete.
-       (serial-update-config-menu): Remove unused vars `y' and `str'.
-       (term-update-mode-line): Remove unused var `temp'.
-
-2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Limit the number of log entries displayed by default.
-       * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
-       (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
-       using a prefix argument.
-
-2009-12-03  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/idlwave.el (class): Restore still useful declaration.
-
-2009-12-03  Alan Mackenzie  <acm@muc.de>
-
-       Enhance `c-parse-state' to run efficiently in "brace deserts".
-
-       * progmodes/cc-mode.el (c-basic-common-init):
-       Call c-state-cache-init.
-       (c-neutralize-syntax-in-and-mark-CPP): Rename from
-       c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
-       placing `category' properties value 'c-cpp-delimiter at its boundaries.
-
-       * progmodes/cc-langs.el (c-before-font-lock-function):
-       c-extend-and-neutralize-syntax-in-CPP has been renamed
-       c-neutralize-syntax-in-and-mark-CPP.
-
-       * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
-       with `category' properties now, not `syntax-table' ones.
-
-       * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
-       enhanced (but slower) version of c-end-of-macro that won't land
-       inside a literal or on another awkward character.
-       (c-state-cache-too-far, c-state-cache-start)
-       (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
-       (c-state-nonlit-pos-cache-limit, c-state-point-min)
-       (c-state-point-min-lit-type, c-state-point-min-lit-start)
-       (c-state-min-scan-pos, c-state-brace-pair-desert)
-       (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
-       buffer local variables.
-       (c-state-literal-at, c-state-lit-beg)
-       (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
-       (c-state-mark-point-min-literal, c-state-cache-top-lparen)
-       (c-state-cache-top-paren, c-state-cache-after-top-paren)
-       (c-get-cache-scan-pos, c-get-fallback-scan-pos)
-       (c-state-balance-parens-backwards, c-parse-state-get-strategy)
-       (c-renarrow-state-cache)
-       (c-append-lower-brace-pair-to-state-cache)
-       (c-state-push-any-brace-pair, c-append-to-state-cache)
-       (c-remove-stale-state-cache)
-       (c-remove-stale-state-cache-backwards, c-state-cache-init)
-       (c-invalidate-state-cache-1, c-parse-state-1)
-       (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
-       (c-parse-state): Enhance and refactor.
-       (c-debug-parse-state): Amend to deal with all the new variables.
-
-       * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
-       (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
-       modify to use category text properties rather than syntax-table ones.
-       (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
-       to switch off/on the syntactic paren property of C++ template
-       delimiters using the category property.
-       (c-with-<->-as-parens-suppressed): Macro to invoke code with
-       template delims suppressed.
-       (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
-       New constant/macros which apply category properties to the start
-       and end of preprocessor constructs.
-       (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
-       "comment out" the syntactic value of characters in preprocessor
-       constructs.
-       (c-with-cpps-commented-out)
-       (c-with-all-but-one-cpps-commented-out): Macros to invoke code
-       with characters in all or all but one preprocessor constructs
-       "commented out".
-
-2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
-
-       * proced.el (proced-filter-alist): Use regexp-quote.
-
-2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       Cleanup.
-       * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
-       (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
-       arguments.  Expand `default-directory'.
-
-       * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
-       the benefit of returning an expanded localname.
-       (tramp-tramp-file-p): Handle the case NAME is not a string.
-
-2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Add support for bzr shelve/unshelve.
-       * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
-       (vc-bzr-extra-menu-map): New variables.
-       (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
-       (vc-bzr-shelve-apply, vc-bzr-shelve-list)
-       (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
-       (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
-       (vc-bzr-dir-extra-headers): Display shelves.
-
-       * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
-
-2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/bibtex.el (bibtex-complete-internal):
-       Use completion-in-region.
-       (bibtex-text-in-field-bounds): Remove unused var `opoint'.
-
-2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Support applying stashes.  Improve UI.
-       * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
-       (vc-git-stash-apply, vc-git-stash-pop)
-       (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
-       (vc-git-stash-menu): New functions.
-       (vc-git-stash-menu-map): New variable.
-       (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
-
-2009-12-03  Glenn Morris  <rgm@gnu.org>
-
-       * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
-       (vc-print-log-internal): Fix previous change.
-       (vc-revert): Correct pluralization.
-
-2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/make-mode.el (makefile-special-targets-list): No need for
-       it to be an alist any more.
-       (makefile-complete): Use completion-in-region.
-
-       * progmodes/octave-mod.el (octave-complete-symbol):
-       Use completion-in-region.
-
-       Misc cleanup.
-       * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
-       (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
-       (idlwave-complete-class): Don't quote lambda.
-       (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
-       (idlwave-mode-map): Move initialization into declaration.
-       (idlwave-action-and-binding): Use backquotes.
-       (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
-       Simplify.
-       (idlwave-is-pointer-dereference): Remove unused var `pos'.
-       (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
-       (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
-       `parts', and `all-parts'.
-       (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
-       (idlwave-convert-xml-system-routine-info): Remove unused string
-       `version-string'.
-       (idlwave-display-user-catalog-widget): Use dolist.
-       (idlwave-scanning-lib): Declare dynamically-scoped var.
-       (idlwave-scan-library-catalogs): Remove unused var `flags'.
-       (completion-highlight-first-word-only): Declare to silence bytecomp.
-       (idlwave-popup-select): Tighten scope of `resp'.
-       (idlwave-find-struct-tag): Remove unused var `beg'.
-       (idlwave-after-load-rinfo-hook): Declare.
-       (idlwave-sintern-class-info): Remove unused var `taglist'.
-       (idlwave-find-class-definition): Remove unused var `list'.
-       (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
-       (idlwave-what-module-find-class): Remove unused var `classes'.
-
-2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
-
-       * progmodes/pascal.el: Require CL when compiling (for lexical-let).
-
-2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
-       buffers visited.  Remove redundant current-buffer-saving.
-
-2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Use completion-in-buffer and remove uses of dynamic scoping.
-       * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
-       (pascal-buffer-to-use, pascal-flag): Don't declare.
-       (pascal-func-completion, pascal-type-completion, pascal-var-completion)
-       (pascal-get-completion-decl, pascal-keyword-completion):
-       Add `pascal-str' argument, save-excursion,
-       return the found completions, and don't filter with pascal-pred.
-       (pascal-completion-cache): New var.
-       (pascal-completion): Don't switch buffer any more (it was never
-       necessary).  Don't save-excursion any more (it's done by the called
-       subroutines).  Use a cache to avoid redundant computations.
-       Use complete-with-action rather than pascal-completion-response and
-       let it apply the predicate as well.
-       (pascal-complete-word): Use completion-in-buffer when
-       pascal-toggle-completions is nil.
-       (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
-       not used any more.
-       (pascal-comp-defun): Don't change buffer any more.
-       Use complete-with-action rather than pascal-completion-response and
-       let it apply the predicate as well.
-       (pascal-goto-defun): Change buffer before calling pascal-comp-defun
-       when neded.
-
-2009-12-02  Kenichi Handa  <handa@m17n.org>
-
-       * language/indian.el: Include ZWJ and ZWNJ in the patterns to
-       shape for all Indic scripts.
-
-2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Use completion-in-buffer.
-       * wid-edit.el (widget-field-text-end): New function.
-       (widget-field-value-get): Use it.
-       (widget-string-complete, widget-file-complete)
-       (widget-color-complete): Use it and completion-in-region.
-       (widget-complete): Don't narrow the buffer.
-
-2009-12-02  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
-       (rmail-select-summary): Use rmail-pop-to-buffer.
-       * mail/rmailsum.el: Replace all pop-to-buffer calls with
-       rmail-pop-to-buffer, to prevent horizontal splits.
-
-       * calendar/diary-lib.el (diary-list-entries): Replace superfluous
-       save-excursion with save-current-buffer.
-       Widen before searching.  (Bug#5093)
-       (diary-list-sexp-entries): Remove superfluous save-excursion.
-
-2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
-
-       * woman.el (woman-make-bufname): Handle man-pages with "." in the
-       name.  (Bug#5038)
-
-2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
-
-       * ido.el (ido-file-internal): Handle filenames at point that do
-       not have a directory part.  (Bug#5049)
-
-2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
-       (mpc-songs-jump-to, mpc-resume): Doc fixes.
-
-2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
-
-       * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
-       (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
-       any more.
-
-2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * comint.el (comint-insert-input): Ignore clicks to the right of
-       the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
-
-       * vc.el (vc-print-log-internal): Don't wait for the process to
-       terminate before setting up the major mode.
-
-       * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
-       in case.
-
-       * pcomplete.el (pcomplete-std-complete): Don't try to complete past
-       the last element.
-
-       * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
-
-2009-12-01  Glenn Morris  <rgm@gnu.org>
-
-       * window.el (window--display-buffer-2): Fix previous changes.
-
-2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
-
-2009-12-01  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Add mpc.elc.
-
-2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mpc.el: New file.
-
-2009-12-01  Glenn Morris  <rgm@gnu.org>
-
-       * window.el (window-to-use): Define for compiler.
-
-       * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
-       consistent with others (no final period).
-
-       * mail/rmailmm.el (rmail-mime-handle): Doc fix.
-       (rmail-mime-show): Downcase the encoding.  (Bug#5070)
-
-2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Make vc-print-log buttons work.
-       * log-view.el (log-view-mode-map): Inherit from widget-keymap.
-
-2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
-
-       * savehist.el (savehist-autosave-interval): Allow setting to nil
-       through customize.  (Bug#5056)
-
-2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
-
-       Fix references to jit-lock properties.
-       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
-       Refer to jit-lock-defer-multiline, not jit-lock-multiline.
-       (perl-font-lock-special-syntactic-constructs):
-       Quote jit-lock-defer-multiline property.
-
-2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-registered): Call vc-git-root only once.
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * misearch.el (multi-isearch-search-fun): Always provide a non-nil
-       value `buffer' of `multi-isearch-next-buffer-current-function'.
-       Use `(current-buffer)' when `buffer' is nil.
-       (multi-isearch-next-buffer-from-list): Don't fallback to
-       `(current-buffer)' when `buffer' is nil.  (Bug#4947)
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * misearch.el (multi-isearch-read-buffers): Move canonicalization
-       of buffers with `get-buffer' to `multi-isearch-buffers'.
-       (multi-isearch-buffers, multi-isearch-buffers-regexp):
-       Canonicalize BUFFERS with `get-buffer'.  Doc fix.
-       (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
-       FILES with `expand-file-name' converting relative file names
-       to absolute.  Doc fix.  (Bug#4727)
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * misearch.el (multi-isearch-read-buffers)
-       (multi-isearch-read-matching-buffers): New functions.
-       (multi-isearch-buffers, multi-isearch-buffers-regexp):
-       Use them in the `interactive' spec.  Doc fix.
-       (multi-isearch-read-files, multi-isearch-read-matching-files):
-       New functions.
-       (multi-isearch-files, multi-isearch-files-regexp):
-       Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * doc-view.el (doc-view-continuous):
-       Rename from `doc-view-continuous-mode'.
-       (doc-view-menu): Move "Toggle display" to the top.
-       Add submenu "Continuous" with radio buttons "Off"/"On"
-       and "Save as Default".
-       (doc-view-scroll-up-or-next-page)
-       (doc-view-scroll-down-or-previous-page)
-       (doc-view-next-line-or-next-page)
-       (doc-view-previous-line-or-previous-page):
-       Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * comint.el (comint-mode-map): Rebind `M-r' from
-       `comint-previous-matching-input' to
-       `comint-history-isearch-backward-regexp'.
-       Unbind `M-s' to allow global key binding `M-s'.
-       Add menu items for `comint-history-isearch-backward' and
-       `comint-history-isearch-backward-regexp'.  (Bug#3746)
-
-2009-11-30  Juri Linkov  <juri@jurta.org>
-
-       * replace.el (perform-replace): Let-bind recenter-last-op to nil.
-       For def=recenter, replace `recenter' with `recenter-top-bottom'
-       that is called with `this-command' and `last-command' let-bound
-       to `recenter-top-bottom'.  When the last `def' was not `recenter',
-       set `recenter-last-op' to nil.  (Bug#4981)
-
-2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Minor cleanup and simplification.
-       * filecache.el (file-cache-add-directory)
-       (file-cache-add-directory-recursively)
-       (file-cache-add-from-file-cache-buffer)
-       (file-cache-delete-file-regexp, file-cache-delete-directory)
-       (file-cache-files-matching-internal, file-cache-display): Use dolist.
-       (file-cache-temp-minibuffer-message): Delete function.
-       (file-cache-minibuffer-complete): Use minibuffer-message instead.
-
-       * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
-       Don't signal an error when bumping into EOB in tr, s, or y.
-
-2009-11-29  Juri Linkov  <juri@jurta.org>
-
-       * startup.el (fancy-about-text): Fix wording of Guided Tour.
-       (Bug#4960)
-
-       * descr-text.el (describe-char-unidata-list): Use lowercase name
-       for "Unicode name" like in other tags.
-
-2009-11-29  Juri Linkov  <juri@jurta.org>
-
-       * ediff-util.el (ediff-minibuffer-with-setup-hook):
-       New compatibility macro.
-       (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
-
-2009-11-29  Juri Linkov  <juri@jurta.org>
-
-       Add defcustom to define the cycling order of `recenter-top-bottom'.
-       (Bug#4981)
-
-       * window.el (recenter-last-op): Doc fix.
-       (recenter-positions): New defcustom.
-       (recenter-top-bottom): Rewrite to use `recenter-positions'.
-       (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
-
-2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
-
-       Improve integration of Tramp and ange-ftp in eshell.
-
-       * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
-       (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
-       (eshell/sudo): Flatten args.  Let-bind `default-directory'.
-
-       * eshell/esh-util.el (top): Require also Tramp when compiling.
-       (eshell-directory-files-and-attributes): Check for FTP remote
-       connection.
-       (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
-       `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
-       (eshell-file-attributes): Handle ".".  Return `entry'.
-
-       * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
-       (ange-ftp-directory-files-and-attributes)
-       (ange-ftp-real-directory-files-and-attributes): New defuns.
-
-       * net/tramp.el (tramp-maybe-open-connection): Open the remote
-       shell with "exec" when possible.  This prevents trailing prompts
-       in `start-file-process'.
-
-2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Try and remove assumptions about point-min==1.
-       * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
-       (rng-compute-mode-line-string): Show the validation percentage in
-       terms of the narrowed text, not the widened text.
-       (rng-do-some-validation): Don't catch internal errors when debugging.
-       (rng-first-error): Simplify.
-       (rng-after-change-function): Remove work around.  AFAIK the bug has
-       been fixed a while ago.
-
-       * image-mode.el (image-minor-mode): Exit more gracefully when the image
-       cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
-
-       * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
-
-       * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
-       `cd' doesn't always do it for us (bug#5067).
-
-       * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
-       on 2009-10-25 as part of some other change (bug#5067).
-
-2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
-       `suspicious'.
-       (byte-compile-warnings): Use byte-compile-warning-types.
-       (byte-compile-save-excursion): Warn about use of set-buffer right
-       after save-excursion.
-
-       * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
-       the excursion as well.
-
-2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
-
-       * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
-       providing a Tramp related implementation of "su" and "sudo".
-       (eshell-unix-initialize): Add "su" and "sudo".
-
-2009-11-27  Daiki Ueno  <ueno@unixuser.org>
-
-       * net/socks.el (socks-send-command): Convert binary request to
-       unibyte before sending.  This fixes mishandling of some port
-       numbers such as 129.
-
-2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * help.el (describe-bindings-internal): Remove `interactive'.
-
-       * man.el (Man-completion-table): Trim a terminating "(".
-       Remove the space between name page a section.
-       Add the command's description on the `help-echo' property.
-       Remove `process-connection-type' binding since it's unused by
-       call-process.
-       Provide completion for the "<section> <name>" format as well.
-       (Man-default-man-entry): Remove spurious var shadowing the argument.
-
-2009-11-26  Kevin Ryde  <user42@zip.com.au>
-
-       * log-view.el: Add "Keywords: tools", since its other keywords
-       aren't in finder-known-keywords, and following vc.el.
-
-       * sha1.el (sha1-string-external): default-directory "/" in case
-       otherwise non-existent.  process-connection-type pipe for touch of
-       efficiency recommended by elisp manual.  (An aside in Bug#3911.)
-
-2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Misc coding convention cleanups.
-       * htmlfontify.el (hfy-init-kludge-hook): Rename from
-       hfy-init-kludge-hooks.
-       (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
-       (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
-       (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
-       and push.
-       (hfy-slant, hfy-weight): Use tables rather than code.
-       (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
-       (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
-       (hfy-face-attr-for-class): Initialize `face-spec' directly.
-       (hfy-face-to-css): Remove `nconc' with single arg.
-       (hfy-p-to-face-lennart): Use `or'.
-       (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
-       (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
-       (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
-       (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
-       (hfy-force-fontification): Use run-hooks.
-
-2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
-
-       Various minor fixes.
-       * htmlfontify.el (hfy-default-header): Add toggle_invis since
-       Javascript belongs in the header, not the body.
-       (hfy-javascript): Remove.
-       (hfy-fontify-buffer): Don't insert it any more.
-       (hfy-face-at): Handle (face0 face1 face2) style face properties.
-       Fix bug in invis handling when there were no invis props in a chunk.
-
-2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
-
-2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * finder.el (finder-mode-map): Add a menu.
-
-2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
-       "unsigned" structs.
-
-       (verilog-leap-to-head, verilog-backward-token): Handle "disable
-       fork" statement better.
-
-2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
-       (verilog-delete-auto, verilog-delete-empty-auto-pair)
-       (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
-       Reported by Clay Douglass.
-
-       (verilog-auto-inst, verilog-auto-star-safe)
-       (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
-       Fix removing "// Interfaces" when saving .* expansions.
-       Reported by Pierre-David Pfister.
-
-2009-11-26  Glenn Morris  <rgm@gnu.org>
-
-       * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
-       the scope.
-
-2009-11-25  Johan Bockgård  <bojohan@gnu.org>
-
-       * vc-annotate.el (vc-annotate-revision-previous-to-line):
-       Really use previous revision.
-
-2009-11-25  Kevin Ryde  <user42@zip.com.au>
-
-       * man.el (Man-completion-table): default-directory "/" in case
-       doesn't otherwise exist.  process-environment COLUMNS=999 so as
-       not to truncate long names.  process-connection-type pipe to avoid
-       any chance of hitting the pseudo-tty TIOCGWINSZ.
-       (man): completion-ignore-case t for friendliness and since man
-       itself is case-insensitive on the command line.
-       Further to Bug#3717.
-
-       * arc-mode.el: Add "Keywords: files", so the details in its
-       commentary can be reached from finder-by-keyword.
-       * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
-       editing mode, but it's comms related and sgml-mode.el has "comm"
-       on that basis too.
-       * textmodes/bibtex-style.el: Add "Keywords: tex".
-       * international/isearch-x.el, international/ja-dic-cnv.el:
-       * international/ja-dic-utl.el, international/kkc.el:
-       Add "Keywords: i18n", so they can be reached from finder-by-keyword.
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       * man.el (Man-completion-table): Modify regexp to include
-       section names to completion strings.  (Bug#3717)
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       Search recursively in gzipped files.  (Bug#4982)
-
-       * progmodes/grep.el (grep-highlight-matches): Add new options
-       `always' and `auto'.  Doc fix.
-       (grep-process-setup): Check `grep-highlight-matches' for
-       `auto-detect' to determine the need to compute grep defaults.
-       Move Windows/DOS specific --colors settings handling
-       to `grep-compute-defaults'.  Check `grep-highlight-matches'
-       to get the value of "--color=".
-       (grep-compute-defaults): Compute `grep-highlight-matches' when it
-       has the value `auto-detect'.  Move Windows/DOS specific settings
-       from `grep-process-setup'.
-       (zrgrep): New command with alias `rzgrep'.
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
-       to nil instead of switching off view-mode.  (Bug#4896)
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
-
-       * mwheel.el (mwheel-scroll-up-function)
-       (mwheel-scroll-down-function): New defvars.
-       (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
-       `scroll-up', and `mwheel-scroll-down-function' instead of
-       `scroll-down'.
-
-       * doc-view.el (doc-view-scroll-up-or-next-page)
-       (doc-view-scroll-down-or-previous-page): Add optional ARG.
-       Use this ARG in the call to image-scroll-up/image-scroll-down.
-       Change `interactive' spec to "P".  Goto next/previous page only
-       when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
-       SPC/DEL case).  Doc fix.
-       (doc-view-next-line-or-next-page)
-       (doc-view-previous-line-or-previous-page): Rename arg to ARG
-       for consistency.
-       (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
-       `doc-view-scroll-up-or-next-page', and buffer-local
-       `mwheel-scroll-down-function' to
-       `doc-view-scroll-down-or-previous-page'.
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       Provide additional default values (directories at other Dired
-       windows) via M-n in the minibuffer of some Dired commands.
-
-       * dired-aux.el (dired-diff, dired-compare-directories)
-       (dired-do-create-files): Use `dired-dwim-target-defaults' to set
-       `minibuffer-default' in `minibuffer-with-setup-hook'.
-       (dired-dwim-target-directory): Find a window that displays Dired
-       buffer instead of failing when the next window is not Dired.
-       Use `get-window-with-predicate' to find for the next Dired window.
-       (dired-dwim-target-defaults): New function.
-
-       * ediff-util.el (ediff-read-file-name):
-       Use `dired-dwim-target-defaults' to set `minibuffer-default'
-       in `minibuffer-with-setup-hook'.
-
-2009-11-25  Juri Linkov  <juri@jurta.org>
-
-       Provide additional default values (file name at point or at the
-       current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
-
-       * minibuffer.el (read-file-name-defaults): New function.
-       (read-file-name): Reset `minibuffer-default' to nil when
-       it duplicates initial input `insdef'.
-       Bind `minibuffer-default-add-function' to lambda that
-       calls `read-file-name-defaults' in `minibuffer-selected-window'.
-       (minibuffer-insert-file-name-at-point): New command.
-
-       * files.el (file-name-at-point-functions): New defcustom.
-       (find-file-default): Remove defvar.
-       (find-file-read-args): Don't use `find-file-default'.
-       Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
-       to `read-file-name'.
-       (find-file-literally): Use `read-file-name' with
-       `confirm-nonexistent-file-or-buffer'.
-
-       * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
-
-       * dired.el (dired-read-dir-and-switches):
-       Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
-       to `read-file-name'.
-       (dired-file-name-at-point): New function.
-       (dired-mode): Add hook `dired-file-name-at-point' to
-       `file-name-at-point-functions'.
-
-2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Really make the *Completions* window soft-dedicated (bug#5030).
-       * window.el (window--display-buffer-2): Add `dedicated' argument.
-       (display-buffer): Pass it when needed so the dedicated flag is set
-       after calling set-window-buffer, which would otherwise reset it.
-
-2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/meta-mode.el (meta-complete-symbol):
-       * progmodes/etags.el (complete-tag):
-       * mail/mailabbrev.el (mail-abbrev-complete-alias):
-       Use completion-in-region.
-
-       * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
-       (dabbrev-completion): Use completion-in-region.
-       (dabbrev--abbrev-at-point): Simplify regexp.
-
-       * abbrev.el (abbrev--before-point): Use word-motion functions
-       if :regexp is not specified (bug#5031).
-
-       * subr.el (string-prefix-p): New function.
-
-       * man.el (Man-completion-cache): New var.
-       (Man-completion-table): Use it.
-
-       * vc.el (vc-print-log-internal): Make `limit' optional for better
-       compatibility (e.g. with vc-annotate.el).
-
-2009-11-24  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
-       Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
-
-       * emacs-lisp/elint.el (elint-add-required-env): Better error message
-       when .el source file not found or other error.
-
-2009-11-24  Markus Triska  <markus.triska@gmx.at>
-
-       * linum.el (linum-update-window): Ignore intangible (bug#4996).
-
-2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Handle the [back] button properly (bug#4979).
-       * descr-text.el (describe-text-properties): Add a `buffer' argument.
-       Use help-setup-xref, help-buffer, and with-help-window.
-       (describe-char): Add `buffer' argument.
-       Pass proper command to help-setup-xref.  Don't meddle with
-       help-xref-stack-item directly.
-       (describe-text-category): Use with-help-window and help-buffer.
-
-       * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
-       for the displayed buffer (bug#4887).
-
-       * man.el (Man-completion-table): New function.
-       (man): Use it.
-
-2009-11-24  David Reitter  <david.reitter@gmail.com>
-
-       * vc-git.el (vc-git-registered): Use checkout directory (where
-       .git is) rather than the file's directory and a relative path spec
-       to work around a bug in git.
-
-2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
-
-       Improve handling of processes on remote hosts.
-
-       * eshell/esh-util.el (eshell-path-env): New defvar.
-       (eshell-parse-colon-path): New defun.
-       (eshell-file-attributes): Use `eshell-parse-colon-path'.
-
-       * eshell/esh-ext.el (eshell-search-path):
-       Use `eshell-parse-colon-path'.
-       (eshell-remote-command): Remove argument HANDLER.
-       (eshell-external-command): Check for FTP remote connection.
-
-       * eshell/esh-proc.el (eshell-gather-process-output):
-       Use `file-truename', in order to start also symlinked files.
-       Apply `start-file-process' instead of `start-process'.
-       Shorten `command' to the local file name part.
-
-       * eshell/em-cmpl.el (eshell-complete-commands-list):
-       Use `eshell-parse-colon-path'.
-
-       * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
-
-       * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
-       to `eshell-directory-change-hook'.
-
-2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
-       because it could be enabled automatically if view-read-only is non-nil.
-
-2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
-
-       * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
-       made on 2009-11-22.
-
-2009-11-24  Glenn Morris  <rgm@gnu.org>
-
-       * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
-       deleted variable bookmark-bmenu-bookmark-column.
-
-2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
-
-2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
-
-       * net/browse-url.el (browse-url-filename-alist): On Windows, add
-       two slashes to the "file:" prefix.
-       (browse-url-file-url): De-munge Cygwin filenames before passing
-       them to Windows browser.
-       (browse-url-default-windows-browser): Use call-process.
-
-2009-11-23  Juri Linkov  <juri@jurta.org>
-
-       Implement DocView Continuous mode.  (Bug#4896)
-       * doc-view.el (doc-view-continuous-mode): New defcustom.
-       (doc-view-mode-map): Bind C-n/<down> to
-       `doc-view-next-line-or-next-page', C-p/<up> to
-       `doc-view-previous-line-or-previous-page'.
-       (doc-view-next-line-or-next-page)
-       (doc-view-previous-line-or-previous-page): New commands.
-
-2009-11-23  Juri Linkov  <juri@jurta.org>
-
-       Implement Isearch in comint input history.  (Bug#3746)
-       * comint.el (comint-mode): Add `comint-history-isearch-setup' to
-       `isearch-mode-hook'.
-       (comint-history-isearch): New defcustom.
-       (comint-history-isearch-backward)
-       (comint-history-isearch-backward-regexp): New commands.
-       (comint-history-isearch-message-overlay): New buffer-local variable.
-       (comint-history-isearch-setup, comint-history-isearch-end)
-       (comint-goto-input, comint-history-isearch-search)
-       (comint-history-isearch-message, comint-history-isearch-wrap)
-       (comint-history-isearch-push-state)
-       (comint-history-isearch-pop-state): New functions.
-
-2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
-       return.
-       (tramp-handle-make-symbolic-link)
-       (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
-       Quote file names.
-       (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
-       (tramp-handle-process-file): Use it.
-
-2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * window.el (move-to-window-line-last-op): Remove.
-       (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
-
-2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
-
-       Make M-r mirror the new cycling behavior of C-l.
-       * window.el (move-to-window-line-last-op): New var.
-       (move-to-window-line-top-bottom): New command.
-       (global-map): Bind M-r move-to-window-line-top-bottom.
-
-2009-11-23  Sven Joachim  <svenjoac@gmx.de>
-
-       * dired-x.el (dired-guess-shell-alist-default):
-       Support xz format.  (Bug#4953)
-
-2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
-
-       * emulation/viper-cmd.el: Use viper-last-command-char instead of
-       last-command-char/last-command-event.
-       (viper-prefix-arg-value): Do correct conversion of event-char for
-       XEmacs.
-
-       * emulation/viper-util.el, emulation/viper.el:
-       Use viper-last-command-char instead of
-       last-command-char/last-command-event.
-
-       * ediff-init.el, ediff-mult.el, ediff-util.el:
-       Replace last-command-char and last-command-event
-       with (ediff-last-command-char) everywhere.
-
-       * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
-       created in fundamental mode.
-
-       * ediff.el (ediff-version): Revert the change of interactive-p to
-       called-interactively-p.
-
-2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
-       generation from word-movement command names.
-
-2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * cus-start.el (all): Add native condition for font-use-system-font.
-
-2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
-
-       * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
-       Correct the patch from 2009-11-18.  (Bug#3910)
-
-2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * progmodes/subword.el: Rename from lisp/subword.el.
-
-       * subword.el: Rename to progmodes/subword.el.
-
-       * Makefile.in (ELCFILES): Adapt to subword.el move.
-
-2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
-           Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
-       (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
-       (bookmark-bmenu-show-filenames): Use push.
-       (bookmark-bmenu-hide-filenames): Use local var instead of
-       bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
-       (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
-       (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
-       filenames now that the bookmark names are always available.
-
-2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
-       (bookmark-search-pattern): Move and leave unbound.
-       (bookmark-bmenu-mode-map): Change binding.
-       (bookmark-read-search-input): Simplify.
-       Don't use text-char-description.  Don't error on non-char events.
-       (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
-       only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
-       (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
-       Use a local var for the timer.
-       (bookmark-bmenu-cancel-search): Remove by folding into the only caller
-       (i.e. bookmark-bmenu-search).
-
-2009-11-21  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
-
-2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
-
-       * net/browse-url.el (browse-url-default-windows-browser):
-       Use cygstart for cygwin.
-
-2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
-
-       * bookmark.el: Formatting and doc fixes only:
-       (bookmark-search-delay): Shorten doc string to fit in 80 columns.
-       (bookmark-bmenu-search): Wrap to fit within 80 columns.
-       Minor grammar and punctuation fixes in doc string.
-       (bookmark-read-search-input): Adjust to fit within 80 columns.
-
-2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * progmodes/cc-cmds.el (c-forward-into-nomenclature)
-       (c-backward-into-nomenclature): Adapt to subword renaming.
-
-       * subword.el (subword-forward, subword-backward, subword-mark)
-       (subword-kill, subword-backward-kill, subword-transpose)
-       (subword-downcase, subword-upcase, subword-capitalize)
-       (subword-forward-internal, subword-backward-internal):
-       Rename from forward-subword, backward-subword, mark-subword,
-       kill-subword, backward-kill-subword, transpose-subwords,
-       downcase-subword, upcase-subword, capitalize-subword,
-       forward-subword-internal, backward-subword-internal.
-
-2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
-
-       * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
-       New options.
-       (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
-       New vars.
-       (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
-       (bookmark-bmenu-filter-alist-by-regexp)
-       (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
-       (bookmark-bmenu-search): New command.
-       (bookmark-bmenu-mode-map): Bind it.
-
-2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * progmodes/cc-cmds.el: declare-functioned forward-subword and
-       backward-subword to quit the byte-compiler.
-
-       * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
-
-       * Makefile.in: Don't refer cc-subword.elc but subword.elc.
-
-       * progmodes/cc-cmds.el (c-update-modeline)
-       (c-forward-into-nomenclature, c-backward-into-nomenclature):
-       Refer to subword.el functions instead of cc-subword.el.
-
-       * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
-       subword.el functions instead of cc-subword.el.
-
-       * progmodes/cc-subword.el: Rename to subword.el.
-       * subword.el: Rename from progmodes/cc-subword.el.
-       (subword-mode-map): Rename from c-subword-mode-map.
-       (subword-mode): Rename from c-subword-mode.
-       (global-subword-mode): New global minor mode.
-       (forward-subword): Rename from c-forward-subword.
-       (backward-subword): Rename from c-backward-subword.
-       (mark-subword): Rename from c-mark-subword.
-       (kill-subword): Rename from c-kill-subword.
-       (backward-kill-subword): Rename from c-backward-kill-subword.
-       (transpose-subwords): Rename from c-tranpose-subword.
-       (downcase-subword): Rename from c-downcase-subword.
-       (capitalize-subword): Rename from c-capitalize-subword.
-       (forward-subword-internal): Rename from c-forward-subword-internal.
-       (backward-subword-internal): Rename from c-backward-subword-internal.
-
-2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-deduce-fileset): Allow non-state changing operations
-       from a dired buffer.
-       (vc-dired-deduce-fileset): New function.
-       (vc-root-diff, vc-print-root-log): Use it.
-
-       * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
-       nil LIMIT argument to vc-print-log-internal.
-
-2009-11-20  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Regenerate.
-
-2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (calc-set-mode-line):
-       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
-       (math-format-number): Rename `math-format-complement-signed' to
-       `math-format-twos-complement'.
-
-       * calc/calc-bin.el (math-format-twos-complement): Rename from
-       math-format-complement-signed.
-       (calc-radix): Rename `calc-complement-signed-mode' to
-       `calc-twos-complement-mode'.
-       (calc-octal-radix, calc-hex-radix): Add an argument for
-       two's complement.
-
-       * calc/calc-embed.el (calc-embedded-mode-vars):
-       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
-
-       * calc/calc-ext.el (calc-init-extensions):
-       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
-       (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
-
-       * calc/calc-units.el (math-build-units-table-buffer):
-       Let `calc-twos-complement-mode' be nil.
-
-       * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
-       entries.
-
-       * calc/calc-vec.el (calcFunc-vunpack):
-       * calc/calc-aent.el (calc-do-calc-eval):
-       * calc/calc-forms.el (math-format-date):
-       * calc/calc-graph.el (calc-graph-plot):
-       * calc/calc-math.el (math-use-emacs-fn):
-       * calc/calccomp.el (math-compose-expr):
-       Let `calc-twos-complement-mode' be nil.
-
-2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * abbrev.el (abbrev-with-wrapper-hook): (re)move...
-       * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
-       * minibuffer.el (completion-in-region-functions): New hook.
-       (completion-in-region): New function.
-       * emacs-lisp/lisp.el (lisp-complete-symbol):
-       * pcomplete.el (pcomplete-std-complete): Use it.
-
-2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/tex-mode.el (latex-complete-bibtex-cache)
-       (latex-complete-alist): New vars.
-       (latex-string-prefix-p, latex-complete-bibtex-keys)
-       (latex-complete-envnames, latex-complete-refkeys)
-       (latex-complete-data): New functions.
-       (latex-complete, latex-indent-or-complete): New commands.
-
-       * window.el (display-buffer-mark-dedicated): New var.
-       (display-buffer): Obey it.
-       * minibuffer.el (minibuffer-completion-help): Use it.
-
-       * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
-
-       * filecache.el (file-cache-add-file): Use push and cons.
-       (file-cache-delete-file-regexp): Use push.
-       (file-cache-complete): Use completion-in-region.
-
-       * simple.el (with-wrapper-hook): Fix thinko.
-
-       * hfy-cmap.el (hfy-rgb-file): Use locate-file.
-       (htmlfontify-load-rgb-file): Remove unnused var `ff'.
-       Use with-current-buffer and string-to-number.
-       (hfy-fallback-colour-values): Use assoc-string.
-       * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
-       (hfy-face-at): Remove unused var `found-face'.
-       (hfy-compile-stylesheet): Remove unused var `css'.
-       (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
-       and `orig-buffer'.
-       (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
-       Use with-current-buffer.
-       (hfy-text-p): Use expand-file-name and fewer setq.
-
-2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
-
-       * htmlfontify.el, hfy-cmap.el: New files.
-
-2009-11-19  Juri Linkov  <juri@jurta.org>
-
-       * minibuffer.el (completions-format): New defcustom.
-       (completion--insert-strings): Implement vertical format.
-
-       * simple.el (switch-to-completions): Move point to the first
-       completion when point was at the beginning of the buffer.
-
-2009-11-19  Juri Linkov  <juri@jurta.org>
-
-       * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
-
-       * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
-
-2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
-       (mail-signature): Change default to t.
-       (mail-from-style): Deprecate `system-default' value.
-       (mail-insert-from-field): For default value of mail-from-style,
-       default to `angles' unless `angles' needs quoting and `parens'
-       does not.
-       (mail-citation-prefix-regexp): Use citation regexp from
-       message-mode.
-
-2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
-       Set variables for computing the prompt for reading password.
-
-2009-11-19  Glenn Morris  <rgm@gnu.org>
-
-       * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
-
-       * textmodes/flyspell.el (sgml-lexical-context): Declare.
-
-       * net/newst-treeview.el (newsticker-treeview-treewindow-width)
-       (newsticker-treeview-listwindow-height): Fix custom type.
-
-2009-11-19  Kenichi Handa  <handa@m17n.org>
-
-       * descr-text.el (describe-char-padded-string): Compose with TAB
-       only if there's a font for CH.
-       (describe-char): Fix the condition for detecting a trivial composition.
-
-2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
-
-       * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
-       more accurate version of the regexp.  (Bug#3910)
-
-2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
-
-       * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
-
-2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
-
-       * font-setting.el (font-use-system-font): Declare for byte-compiler.
-       (font-setting-change-default-font): Fix typo in docstring.
-
-2009-11-18  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
-
-2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * font-setting.el (font-use-system-font): Move ...
-
-       * cus-start.el (all): ... to here.
-
-2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
-       Don't set `ad-return-value' if `ad-do-it' doesn't.
-
-       * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
-       modification time.
-
-2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * menu-bar.el: Put "Use system font" in Option-menu.
-       (menu-bar-options-save): Add font-use-system-font.
-
-       * loadup.el: If feature system-font-setting or font-render-setting is
-       there, load font-setting.
-
-       * Makefile.in (ELCFILES): Add font-settings.el.
-       * font-setting.el: New file.
-
-2009-11-17  Glenn Morris  <rgm@gnu.org>
-
-       * vc-svn.el (vc-svn-print-log): Fix typo in previous.
-
-       * net/newst-treeview.el (newsticker--treeview-list-update-faces):
-       Preserve point in the list buffer.  (Bug#4939)
-       Use point-at-eol.
-       (newsticker--treeview-list-update-highlight)
-       (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
-
-2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
-       Remove.
-
-       * calc/calc-ext.el (calc-init-extensions): Remove references to
-       symclip.
-
-       * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
-
-       * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
-       * calc/calc-help.el (calc-b-prefix-help): Remove references to
-       `calc-symclip'.
-
-2009-11-16  Kevin Ryde  <user42@zip.com.au>
-
-       * textmodes/flyspell.el (sgml-mode-flyspell-verify):
-       Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
-
-       * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
-       (lm-keywords-list): Allow comma-only separator like "foo,bar".
-       Ignore trailing spaces by omit-nulls to split-string (fixing
-       regression from Emacs 21 due to the incompatible split-string
-       change).  (Bug #4928.)
-
-2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-log-show-limit): Default to 2000.
-       (vc-print-log-internal): Insert buttons to request more entries
-       when limiting the output.
-
-       * vc-sccs.el (vc-sccs-print-log):
-       * vc-rcs.el (vc-rcs-print-log):
-       * vc-cvs.el (vc-cvs-print-log):
-       * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
-       LIMIT is non-nil.
-
-2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
-       error when `tramp-gvfs-dbus-event-vector' is set.
-       (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
-
-2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
-
-2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-unregister-service): New defun.
-       (dbus-register-property): Register the handlers of
-       "org.freedesktop.DBus.Properties" for SERVICE.
-       (dbus-property-handler): Fix docstring.
-
-2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
-
-       * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
-       Quote doc string reference in defvaralias as it is not in special form.
-       (byte-compile-output-docform): Doc fix.
-
-2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (math-2-word-size, math-half-2-word-size)
-       (calc-complement-signed-mode): New variables.
-       (calc-set-mode-line): Add indicator for twos-complements.
-       (math-format-number): Format twos-complement notation.
-
-       * calc/calc-bin.el (calc-word-size): Reset the variables
-       `math-2-word-size' and `math-half-2-word-size'.
-       (math-format-complement-signed, math-symclip, calcFunc-symclip)
-       (calc-symclip): New functions.
-
-       * calc/calc-aent.el (math-read-token): Read complement signed numbers.
-
-       * calc/calc-embed.el (calc-embedded-mode-vars):
-       Add `calc-complement-signed-mode' to the list of modes.
-
-       * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
-       (calc-b-oper-keys): Add `calc-symclip' to list.
-
-       * calc/calc-ext.el (math-read-number-fancy): Read complement
-       signed numbers.
-       (calc-init-extensions): Add binding for `calc-symclip'.
-       Add autoload for `calcFunc-symclip' and `calc-symclip'.
-
-       * calc/calc-menu.el (calc-arithmetic-menu): Add item for
-       `calc-symclip'.
-       (calc-modes-menu): Add item for twos complement mode.
-
-       * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
-
-2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * register.el (jump-to-register, insert-register): Handle Semantic
-       tags.  From commented-out advice in semantic/senator.el.
-
-2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-log-show-limit): New variable.
-       (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
-       when using a prefix argument.
-       (vc-print-log-internal): Add new argument LIMIT.
-
-       * vc-svn.el (vc-svn-print-log):
-       * vc-mtn.el (vc-mtn-print-log):
-       * vc-hg.el (vc-hg-print-log):
-       * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
-       pass it to the log command when set.  Make the BUFFER argument
-       non-optional.
-
-       * vc-sccs.el (vc-sccs-print-log):
-       * vc-rcs.el (vc-rcs-print-log):
-       * vc-git.el (vc-git-print-log):
-       * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
-       ignore it.  Make the BUFFER argument non-optional
-
-       * bindings.el (mode-line-buffer-identification): Do not purecopy.
-
-2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * dired.el (dired-mode-map): Move encryption items to "Operate"
-       menu (Bug#4703).
-
-       * strokes.el (strokes-update-window-configuration): Make strokes
-       buffer current before erasing (Bug#4906).
-
-2009-11-15  Juri Linkov  <juri@jurta.org>
-
-       * simple.el (set-mark-default-inactive): Add :type, :group
-       and :version.  (Bug#4876)
-
-2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
-
-       * arc-mode.el (archive-maybe-copy): Move creation of directory ...
-       (archive-unique-fname): ... here.  (Bug#4929)
-
-2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
-       with a real fix.
-
-       * novice.el (disabled-command-function): Add useful args.
-       Setup the help buffer so that [back] works.
-       Remove redundant call to help-mode.
-       (disabled-command-function): Use `case'.
-       (en/disable-command): New function extracted from enable-command.
-       (enable-command, disable-command): Use it.
-
-2009-11-14  Glenn Morris  <rgm@gnu.org>
-
-       * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
-       constants.  (Bug#4913)
-
-       * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
-
-2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
-
-       * emacs-lisp/elint.el (elint-standard-variables): Add some variables
-       defined in C that have no doc-strings.  (Bug#1063)
-
-2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
-
-       * cus-edit.el (data, files):
-       * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
-
-2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (shell-command): Doc fix (Bug#4891).
-
-       * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
-
-2009-11-14  Glenn Morris  <rgm@gnu.org>
-
-       * emulation/viper.el (viper-set-hooks): Remove duplicate advice
-       statements for vc-diff, emerge-quit, and rmail-cease-edit.
-       If they are already loaded, eval-after-load will do the right thing.
-
-       * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
-       compiling.
-
-       * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
-
-       * simple.el (x-selection-owner-p): Declare.
-       (read-mail-command): Use custom radio type rather than choice.
-       (completion-no-auto-exit): Doc fix.
-
-       * custom.el (defgroup):
-       * epg-config.el (epg): Doc fixes.
-
-2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * bindings.el (mode-line-buffer-identification): Purecopy only the string.
-       * international/ccl.el (define-ccl-program): Do not purecopy the
-       docstring, defconst does it anyway.
-
-2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * add-log.el (add-change-log-entry): Avoid displaying the changelog
-       a second time.
-
-       * x-dnd.el (x-dnd-maybe-call-test-function):
-       * window.el (split-window-vertically):
-       * whitespace.el (whitespace-help-on):
-       * vc-rcs.el (vc-rcs-consult-headers):
-       * userlock.el (ask-user-about-lock-help)
-       (ask-user-about-supersession-help):
-       * type-break.el (type-break-force-mode-line-update):
-       * time-stamp.el (time-stamp-conv-warn):
-       * terminal.el (te-set-output-log, te-more-break, te-filter)
-       (te-sentinel, terminal-emulator):
-       * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
-       (term-write-input-ring, term-check-source, term-start-output-log):
-       (term-display-buffer-line, term-dynamic-list-completions):
-       (term-ansi-make-term, serial-term):
-       * subr.el (selective-display):
-       * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
-       (strokes-encode-buffer, strokes-xpm-for-compressed-string):
-       * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
-       (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
-       (speedbar-remove-localized-speedbar-support)
-       (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
-       (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
-       (speedbar-buffers-line-directory):
-       * simple.el (shell-command-on-region, append-to-buffer)
-       (prepend-to-buffer):
-       * shadowfile.el (shadow-save-todo-file):
-       * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
-       (scroll-bar-maybe-set-window-start):
-       * sb-image.el (speedbar-image-dump):
-       * saveplace.el (save-place-alist-to-file, save-places-to-alist)
-       (load-save-place-alist-from-file):
-       * ps-samp.el (ps-print-message-from-summary):
-       * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
-       (ps-background-image, ps-begin-job, ps-do-despool):
-       * ps-bdf.el (bdf-find-file, bdf-read-font-info):
-       * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
-       (pr-ps-message-from-summary, pr-lpr-message-from-summary):
-       (pr-call-process, pr-file-list, pr-interface-save):
-       * novice.el (disabled-command-function)
-       (enable-command, disable-command):
-       * mouse.el (mouse-buffer-menu-alist):
-       * mouse-copy.el (mouse-kill-preserving-secondary):
-       * macros.el (kbd-macro-query):
-       * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
-       * informat.el (batch-info-validate):
-       * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
-       * hippie-exp.el (try-expand-dabbrev-visible):
-       * help-mode.el (help-make-xrefs):
-       * help-fns.el (describe-variable):
-       * generic-x.el (bat-generic-mode-run-as-comint):
-       * finder.el (finder-mouse-select):
-       * find-dired.el (find-dired-sentinel):
-       * filesets.el (filesets-file-close):
-       * files.el (list-directory):
-       * faces.el (list-faces-display, describe-face):
-       * facemenu.el (list-colors-display):
-       * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
-       * epg.el (epg--process-filter, epg-cancel):
-       * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
-       (epa--read-signature-type):
-       * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
-       (emerge-file-names):
-       * ehelp.el (electric-helpify):
-       * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
-       * ediff-vers.el (rcs-ediff-view-revision):
-       * ediff-util.el (ediff-setup):
-       * ediff-mult.el (ediff-append-custom-diff):
-       * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
-       (ediff-wordify):
-       * echistory.el (Electric-command-history-redo-expression):
-       * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
-       * disp-table.el (describe-display-table):
-       * dired.el (dired-find-buffer-nocreate):
-       * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
-       * dabbrev.el (dabbrev--same-major-mode-p):
-       * chistory.el (list-command-history):
-       * apropos.el (apropos-documentation):
-       * allout.el (allout-obtain-passphrase):
-       (allout-copy-exposed-to-buffer):
-       (allout-verify-passphrase): Use with-current-buffer.
-
-2009-11-13  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Regenerate.
-
-2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-registered-objects-table): Rename from
-       `dbus-registered-functions-table', because it contains also properties.
-       (dbus-unregister-object): Unregister also properties.
-       (dbus-get-property, dbus-set-property, dbus-get-all-properties):
-       Use a timeout of 500 msec, in order to not block.
-       (dbus-register-property, dbus-property-handler): New defuns.
-
-2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (minibuffer-default-add-completions): Drop deprecated
-       4th arg.
-
-2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
-
-       * textmodes/artist.el (artist-mouse-choose-operation):
-       Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
-       menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
-       (artist-compute-up-event-key): New function.
-       (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
-
-2009-11-13  Kenichi Handa  <handa@m17n.org>
-
-       * language/japan-util.el: Make sure that the value of jisx0208
-       property is jisx0208 character.
-
-2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * international/mule.el (auto-coding-regexp-alist): Only purecopy
-       car or each item, not the whole list.
-
-2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (minibuffer-completion-help):
-       Use minibuffer-hide-completions.
-
-2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
-
-       * dired.el (dired-save-positions, dired-restore-positions): New funs.
-       (dired-revert): Use them (bug#4880).
-
-2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * tooltip.el (tooltip-frame-parameters): Undo previous change.
-
-2009-11-12  Juri Linkov  <juri@jurta.org>
-
-       * ffap.el (ffap-alternate-file-other-window, ffap-literally):
-       New functions.
-       (find-file-literally-at-point): Alias of `ffap-literally'.
-
-2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * textmodes/ispell.el (ispell-skip-region-alist):
-       * textmodes/css-mode.el (auto-mode-alist):
-       * progmodes/compile.el (auto-mode-alist):
-       * international/mule.el (ctext-non-standard-encodings-alist)
-       (ctext-non-standard-encodings-regexp):
-       * simple.el (shell-command-switch, text-read-only):
-       * replace.el (occur-mode-map):
-       * paths.el (rmail-file-name):
-       * jka-cmpr-hook.el (jka-compr-build-file-regexp):
-       * find-file.el (ff-special-constructs):
-       * files.el (file-name-handler-alist):
-       * composite.el: Purecopy strings.
-
-       * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
-
-2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * widget.el (define-widget): Purecopy the docstring.
-       * international/mule-cmds.el (charset): Do not purecopy the
-       docstring here, define-widget does it.
-
-       * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
-       * textmodes/bibtex-style.el (auto-mode-alist):
-       * progmodes/inf-lisp.el (inferior-lisp-prompt):
-       * progmodes/compile.el (compile-command):
-       * language/korea-util.el (default-korean-keyboard):
-       * international/mule-conf.el (file-coding-system-alist):
-       * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
-       * tooltip.el (tooltip-frame-parameters):
-       * newcomment.el (comment-end, comment-padding):
-       * dired.el (dired-trivial-filenames):
-       * comint.el (comint-file-name-prefix): Purecopy initial values.
-
-2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-advice-minibuffer-electric-separator)
-       (tramp-advice-minibuffer-electric-tilde): Unload advices via
-       `tramp-unload'.
-       (tramp-advice-make-auto-save-file-name)
-       (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
-       after removing the advice.
-
-2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * progmodes/grep.el (grep-regexp-alist):
-       * international/mule-cmds.el (iso-2022-control-alist):
-       * emacs-lisp/timer.el (timer-duration-words):
-       * subr.el (version-separator, version-regexp-alist):
-       * minibuffer.el (completion-styles-alist):
-       * faces.el (face-attribute-name-alist, list-faces-sample-text):
-       Change defvars to defconsts.
-
-       * Makefile.in (ELCFILES): Add international/mule-conf.elc.
-       * loadup.el ("international/mule-conf"): Load the byte compiled version.
-       * international/mule-conf.el: Allow to be byte compiled.
-
-       * international/mule.el (define-charset): Purecopy props.
-       (load-with-code-conversion): Purecopy doc string and file name.
-       (put-charset-property): Purecopy strings.
-       (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
-
-       * international/mule-cmds.el (register-input-method): Purecopy arguments.
-       (define-char-code-property): Correctly purecopy the table.
-
-       * international/ccl.el (define-ccl-program): Purecopy the docstring.
-
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
-
-       * subr.el (add-hook): Purecopy strings.
-       (eval-after-load): Purecopy load-history-regexp and the form.
-
-       * custom.el (custom-declare-group): Purecopy load-file-name.
-
-       * subr.el (menu-bar-separator): New defconst.
-       * net/eudc.el (eudc-tools-menu):
-       * international/mule-cmds.el (set-coding-system-map)
-       (mule-menu-keymap):
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
-       * vc-hooks.el (vc-menu-map):
-       * replace.el (occur-mode-map):
-       * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
-       (menu-bar-edit-menu, menu-bar-goto-menu)
-       (menu-bar-custom-menu, menu-bar-showhide-menu)
-       (menu-bar-options-menu, menu-bar-tools-menu)
-       (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
-       (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
-       (menu-bar-help-menu):
-       * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
-       * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
-
-       * term/x-win.el (x-gtk-stock-map):
-       * progmodes/vera-mode.el (auto-mode-alist):
-       * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
-       (inferior-lisp-program, inferior-lisp-load-command):
-       * progmodes/hideshow.el (hs-special-modes-alist):
-       * progmodes/gud.el (same-window-regexps):
-       * progmodes/grep.el (grep-program, find-program, xargs-program):
-       * net/telnet.el (same-window-regexps):
-       * net/rlogin.el (same-window-regexps):
-       * language/ethiopic.el (font-ccl-encoder-alist):
-       * vc-sccs.el (vc-sccs-master-templates):
-       * vc-rcs.el (vc-rcs-master-templates):
-       * subr.el (cl-assertion-failed):
-       * simple.el (next-error-overlay-arrow-position):
-       * lpr.el (lpr-command):
-       * locate.el (locate-ls-subdir-switches):
-       * info.el (same-window-regexps, info)
-       (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
-       * image-mode.el (image-mode, auto-mode-alist):
-       * hippie-exp.el (hippie-expand-ignore-buffers):
-       * format.el (format-alist):
-       * find-dired.el (find-ls-subdir-switches, find-grep-options)
-       (find-name-arg):
-       * facemenu.el (facemenu-keybindings):
-       * dired.el (dired-listing-switches, dired-chown-program):
-       * diff.el (diff-switches, diff-command):
-       * cus-edit.el (same-window-regexps):
-       * bindings.el (mode-line-mule-info)
-       (mode-line-buffer-identification): Purecopy strings.
-
-2009-11-11  Juri Linkov  <juri@jurta.org>
-
-       * simple.el (dired-get-filename) <declare-function>:
-       Tell the byte-compiler about dired-get-filename.
-       (shell-command): In Dired mode, get filename from the current line
-       as the default value.
-
-2009-11-10  Glenn Morris  <rgm@gnu.org>
-
-       * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
-       * calendar/holidays.el, progmodes/cperl-mode.el:
-       Update x-popup-menu declarations.
-
-       * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
-       (list-load-path-shadows): Use dolist.
-       (list-load-path-shadows): Use with-current-buffer.
-
-2009-11-10  Juri Linkov  <juri@jurta.org>
-
-       * minibuffer.el (read-file-name): Support a list of default values
-       in `default-filename'.  Use the first file name where only one
-       element is required.  Doc fix.
-
-2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-unregister-object): Release service, if no
-       other method is registered for it.
-
-2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
-
-       * bookmark.el (bookmark-completing-read): Sort bookmark names if
-       bookmark-sort-flag is non-nil (Bug#4653).
-
-2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emulation/cua-base.el: Add CUA property to some CC mode commands
-       (Bug#4100).
-
-2009-11-08  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
-       at end of sentence (Bug#4818).
-
-2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
-
-       * progmodes/compile.el (compilation-error-regexp-alist-alist):
-       Handle "see declaration of" MSFT statements (Bug#4100).
-
-2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-advice-make-auto-save-file-name)
-       (tramp-advice-file-expand-wildcards): Unload via
-       `ad-remove-advice'.
-
-       * net/trampver.el: Update release number.
-
-2009-11-08  Kevin Ryde  <user42@zip.com.au>
-
-       * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
-       `ad-do-it'.
-
-2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
-
-       * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
-       in order to keep context in SELinux.
-
-2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
-
-       * dired-aux.el (dired-query): Place cursor in echo area and allow
-       C-g.
-
-       * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
-       menu item if not on a directory (Bug#4701).
-
-2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
-
-       Sync with Tramp 2.1.17.
-
-       * net/tramp.el (tramp-handle-copy-directory): Don't use
-       `file-remote-p' (due to compatibility).
-
-       * net/tramp-compat.el (tramp-compat-copy-directory)
-       (tramp-compat-delete-directory): New defuns.
-
-       * net/tramp-fish.el (tramp-fish-handle-delete-directory):
-       * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
-       Use `tramp-compat-delete-directory'.
-
-       * net/tramp-smb.el (tramp-smb-handle-copy-directory)
-       (tramp-smb-handle-delete-directory):
-       Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
-
-       * net/trampver.el: Update release number.
-
-2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * tar-mode.el (tar-copy): Call write-region on the right buffer
-       (Bug#4857).
-
-       * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
-       by hand, if necessary (Bug#4878).
-
-2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * buff-menu.el (Buffer-menu-buffer+size): Use display property to
-       align size column (Bug#4839).
-
-       * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
-       statement.
-
-2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * progmodes/ld-script.el (auto-mode-alist):
-       * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
-
-       * cus-face.el (custom-declare-face): Purecopy face spec.
-
-2009-11-06  Kenichi Handa  <handa@m17n.org>
-
-       * international/uni-bidi.el: Re-generated.
-       * international/uni-category.el: Re-generated.
-       * international/uni-combining.el: Re-generated.
-       * international/uni-mirrored.el: Re-generated.
-
-2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * textmodes/tex-mode.el (tex-alt-dvi-print-command)
-       (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
-       (tex-start-options, slitex-run-command, latex-run-command)
-       (tex-run-command, tex-directory):
-       * textmodes/ispell.el (ispell-html-skip-alists)
-       (ispell-tex-skip-alists, ispell-tex-skip-alists):
-       * textmodes/fill.el (adaptive-fill-first-line-regexp):
-       (adaptive-fill-regexp):
-       * textmodes/dns-mode.el (auto-mode-alist):
-       * progmodes/python.el (interpreter-mode-alist):
-       * progmodes/etags.el (tags-compression-info-list):
-       * progmodes/etags.el (tags-file-name):
-       * net/browse-url.el (browse-url-galeon-program)
-       (browse-url-firefox-program):
-       * mail/sendmail.el (mail-signature-file)
-       (mail-citation-prefix-regexp):
-       * international/mule-conf.el (eight-bit):
-       * international/latexenc.el (latex-inputenc-coding-alist):
-       * international/fontset.el (x-pixel-size-width-font-regexp):
-       * emacs-lisp/warnings.el (warning-type-format):
-       * emacs-lisp/trace.el (trace-buffer):
-       * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
-       (emacs-lisp-mode-map):
-       * calendar/holidays.el (holiday-solar-holidays)
-       (holiday-bahai-holidays, holiday-islamic-holidays)
-       (holiday-christian-holidays, holiday-hebrew-holidays)
-       (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
-       (hebrew-holidays-1, holiday-oriental-holidays)
-       (holiday-general-holidays):
-       * x-dnd.el (x-dnd-known-types):
-       * tool-bar.el (tool-bar):
-       * startup.el (site-run-file):
-       * shell.el (shell-dumb-shell-regexp):
-       * rfn-eshadow.el (file-name-shadow-tty-properties)
-       (file-name-shadow-properties):
-       * paths.el (remote-shell-program, news-directory):
-       * mouse.el ([C-down-mouse-3]):
-       * menu-bar.el (menu-bar-tools-menu):
-       * jka-cmpr-hook.el (jka-compr-load-suffixes)
-       (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
-       (jka-compr-compression-info-list):
-       * isearch.el (search-whitespace-regexp):
-       * image-file.el (image-file-name-extensions):
-       * find-dired.el (find-ls-option):
-       * files.el (directory-listing-before-filename-regexp)
-       (directory-free-space-args, insert-directory-program)
-       (list-directory-brief-switches, magic-fallback-mode-alist)
-       (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
-       (automount-dir-prefix):
-       * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
-       (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
-       (face-font-registry-alternatives, face-font-registry-alternatives)
-       (face-font-family-alternatives):
-       * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
-       (facemenu-foreground-menu, facemenu-face-menu):
-       * epa-hook.el (epa-file-name-regexp):
-       * dnd.el (dnd-protocol-alist):
-       * textmodes/rst.el (auto-mode-alist):
-       * button.el (default-button): Purecopy strings.
-
-2009-11-06  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Update.
-
-2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
-       * emacs-lisp/levents.el: Move to obsolete/levents.el.
-
-       * nxml/xsd-regexp.el (xsdre-gen-categories):
-       * nxml/xmltok.el (xmltok-parse-entity):
-       * nxml/rng-parse.el (rng-parse-validate-file):
-       * nxml/rng-maint.el (rng-format-manual)
-       (rng-manual-output-force-new-line):
-       * nxml/rng-loc.el (rng-save-schema-location-1):
-       * nxml/rng-cmpct.el (rng-c-parse-file):
-       * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
-       * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
-
-2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
-       Remove extra save-excursions and make-variable-buffer-local's.
-       Suggested by Stefan Monnier.
-
-       (verilog-getopt-file, verilog-module-inside-filename-p)
-       (verilog-set-define): Merge GNU 1.35 and repair changes from
-       switching to using with-current-buffer.
-
-       (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
-       being treated as a number and confusing AUTORESET.
-       Reported by Dan Dever.
-
-       (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
-       Add verilog-auto-ignore-concat to fix backward compatibility with
-       older verilog-modes.  Reported by Dan Katz.
-
-       (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
-       containing closing anchors "...$".
-
-       (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
-       Reported by Wade Smith.
-
-       (verilog-batch-execute-func): Comment on function usage.
-
-2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
-       for labels.
-
-       (verilog-label-re, verilog-calc-1): Support proper indent of named
-       asserts.
-
-       (verilog-backward-token, verilog-basic-complete-re)
-       (verilog-beg-of-statement, verilog-indent-re): Support proper
-       indent of the assert statement at the beginning of a block of text.
-
-       (verilog-beg-block-re, verilog-ovm-begin-re): Support the
-       `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
-       tokens as begins.
-
-2009-11-05  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
-       Emacs 19.  (Bug#1531)
-       (byte-compile-fix-header): Update for the above change.
-       Drop test for epoch::version.
-
-       * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
-       * cus-dep.el (custom-make-dependencies):
-       * finder.el (finder-compile-keywords):
-       Use autoload-rubric's feature argument.
-
-       * calendar/diary-lib.el (top-level): Make load behave more like require.
-
-       * vc-git.el (vc-git-stash-map): Move definition before use.
-
-2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * custom.el (custom-declare-group): Purecopy standard-value.
-       (custom-declare-group): Purecopy custom-prefix.
-
-       * international/mule.el (load-with-code-conversion):
-       Call do-after-load-evaluation unconditionally.
-
-       * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
-
-2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * descr-text.el: Require help-mode rather than help-fns (bug#4861).
-
-2009-11-04  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
-       (byte-compile-compatibility): Remove option.
-       (byte-compile-close-variables, byte-compile-fix-header)
-       (byte-compile-insert-header, byte-compile-output-docform)
-       (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
-       (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
-       (byte-compile-list, byte-compile-concat, byte-compile-function-form)
-       (byte-compile-insert, byte-compile-defun):
-       Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
-       (byte-defop-compiler19): Remove.
-       Without byte-compile-compatibility, the 'emacs19-opcode property is not
-       used by anything.  Replace all calls with byte-defop-compiler.
-
-2009-11-04  Juri Linkov  <juri@jurta.org>
-
-       * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
-       (menu-bar-options-menu): Don't quote the `prop' arg of
-       `menu-bar-make-mm-toggle'.
-
-2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
-
-       * calendar/calendar.el (cal-loaddefs):
-       * calendar/diary-lib.el (diary-loaddefs):
-       * calendar/holidays.el (hol-loaddefs):
-       * eshell/esh-module.el (esh-groups): Load rather than require.
-
-2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * calendar/todo-mode.el (todo-add-category): Don't hardcode
-       point-min==1.
-       (todo-top-priorities): Only display-buffer when called interactively.
-       (todo-item-start): Don't save excursion point.
-       (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
-       (todo-insert-item-here, todo-file-item, todo-remove-item):
-       Adjust uses of todo-item-start and todo-item-end.
-
-       * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
-       (autoload-rubric): Don't use any more.
-
-       * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
-       and only put a prop if it is non-nil.
-
-2009-11-03  Juri Linkov  <juri@jurta.org>
-
-       * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
-       (menu-bar-options-menu): Fix list quoting (Bug#4429).
-
-       * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
-       and "Menu" to make top-level menu item visually one unit (like
-       it's done for "Lisp-Interaction", "Emacs-Lisp" and other
-       multi-word menu items).  Fix :help string for quit-window.
-
-2009-11-03  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
-       (byte-compile-file-form-define-abbrev-table)
-       (byte-compile-file-form-custom-declare-variable)
-       (byte-compile-variable-ref, byte-compile-defvar):
-       Whether or not a warning is enabled should only affect whether we issue
-       the warning, not whether or not we collect the relevant data.
-       Eg warnings can be turned on and off throughout the course of a file.
-
-       * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
-       (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
-
-2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
-       * play/mpuz.el (mpuz-create-buffer):
-       * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
-       (lm-print-y,s,noise, lm-print-w0, lm-init):
-       * play/gomoku.el (gomoku-prompt-for-move):
-       * play/fortune.el (fortune-in-buffer):
-       * play/dissociate.el (dissociated-press):
-       * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
-       (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
-       * mail/supercite.el (sc-eref-show):
-       * mail/smtpmail.el (smtpmail-send-it):
-       * mail/rmailsum.el (rmail-summary-next-labeled-message)
-       (rmail-summary-previous-labeled-message, rmail-summary-wipe)
-       (rmail-summary-undelete-many, rmail-summary-rmail-update)
-       (rmail-summary-goto-msg, rmail-summary-expunge)
-       (rmail-summary-get-new-mail, rmail-summary-search-backward)
-       (rmail-summary-add-label, rmail-summary-output-menu)
-       (rmail-summary-output-body):
-       * mail/rfc822.el (rfc822-addresses):
-       * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
-       * mail/mailpost.el (post-mail-send-it):
-       * mail/hashcash.el (hashcash-generate-payment):
-       * mail/feedmail.el (feedmail-run-the-queue)
-       (feedmail-queue-send-edit-prompt-help-first)
-       (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
-       (feedmail-deduce-address-list):
-       * eshell/esh-ext.el (eshell-remote-command):
-       * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
-       * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
-       (viper-wildcard-to-regexp, viper-glob-mswindows-files)
-       (viper-save-string-in-file, viper-valid-marker):
-       * emulation/viper-keym.el (viper-toggle-key):
-       * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
-       (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
-       (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
-       * emulation/viper-cmd.el (viper-exec-form-in-vi)
-       (viper-exec-form-in-emacs, viper-brac-function):
-       * emulation/viper.el (viper-delocalize-var):
-       * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
-       (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
-       (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
-       (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
-       * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
-       * emulation/edt.el (edt-electric-helpify):
-       * emulation/cua-rect.el (cua--rectangle-aux-replace):
-       * emulation/cua-gmrk.el (cua--insert-at-global-mark)
-       (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
-       (cua-indent-to-global-mark-column):
-       * calendar/diary-lib.el (calendar-mark-1):
-       * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
-       Use with-current-buffer.
-       * emulation/viper.el (viper-delocalize-var): Use dolist.
-
-2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
-
-       * comint.el (comint-replace-by-expanded-history-before-point):
-       Replace !! with the previous input string literally (Bug#1795).
-
-2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
-       to be made up of whitespace.
-
-2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
-
-       * minibuffer.el (read-file-name): Don't use file dialogs for
-       remote directories (Bug#99).
-
-2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
-
-2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
-       instead of deleting the window or frame.
-
-2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
-
-       * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
-       Support face colors.
-
-       * textmodes/tex-mode.el (tex-facemenu-add-face-function):
-       New function.  Support face colors (Bug#1168).
-       (tex-common-initialization): Use it.
-
-       * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
-       mode allows it (Bug#1168).
-
-2009-10-31  Juri Linkov  <juri@jurta.org>
-
-       * facemenu.el (list-colors-display): Don't mark buffer as
-       modified (Bug#3948).
-
-2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
-
-       * international/mule-diag.el (list-character-sets-1):
-       Minor message fix (Bug#3526).
-
-       * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
-       Fix face property (Bug#4834).
-       (etags-list-tags, etags-tags-apropos-additional)
-       (etags-tags-apropos, tags-select-tags-table): Add follow-link
-       property.
-
-       * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
-       items.
-
-2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/two-column.el (2C-split):
-       * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
-       * textmodes/tex-mode.el (tex-set-buffer-directory):
-       * textmodes/spell.el (spell-region, spell-string):
-       * textmodes/reftex.el (reftex-erase-buffer):
-       (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
-       * textmodes/reftex-toc.el (reftex-toc-promote-action):
-       * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
-       (reftex-select-item):
-       * textmodes/reftex-ref.el (reftex-label-info-update)
-       (reftex-offer-label-menu):
-       * textmodes/reftex-index.el (reftex-index-change-entry)
-       (reftex-index-phrases-info):
-       * textmodes/reftex-global.el (reftex-create-tags-file)
-       (reftex-save-all-document-buffers, reftex-ensure-write-access):
-       * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
-       (reftex-view-crossref-from-bibtex):
-       * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
-       (reftex-extract-bib-entries-from-thebibliography)
-       (reftex-all-used-citation-keys, reftex-create-bibtex-file):
-       * textmodes/refbib.el (r2b-capitalize-title):
-       (r2b-convert-buffer, r2b-help):
-       * textmodes/page-ext.el (pages-directory)
-       (pages-directory-goto-with-mouse):
-       * textmodes/bibtex.el (bibtex-validate-globally):
-       * textmodes/bib-mode.el (bib-capitalize-title):
-       * textmodes/artist.el (artist-clear-buffer, artist-system):
-       * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
-       (local-set-scheme-interaction-buffer, xscheme-process-filter)
-       (verify-xscheme-buffer, xscheme-enter-interaction-mode)
-       (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
-       (xscheme-send-control-g-interrupt, xscheme-start-process)
-       (xscheme-process-sentinel, xscheme-cd):
-       * progmodes/verilog-mode.el (verilog-read-always-signals)
-       (verilog-set-define, verilog-getopt-file)
-       (verilog-module-inside-filename-p):
-       * progmodes/sh-script.el:
-       * progmodes/python.el (python-pdbtrack-get-source-buffer)
-       (python-pdbtrack-grub-for-buffer, python-execute-file):
-       * progmodes/octave-inf.el (inferior-octave):
-       * progmodes/idlwave.el (idlwave-scan-user-lib-files)
-       (idlwave-shell-compile-helper-routines, idlwave-set-local)
-       (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
-       (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
-       (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
-       * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
-       (idlwave-shell-filter, idlwave-shell-examine-highlight)
-       (idlwave-shell-sentinel, idlwave-shell-filter-directory)
-       (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
-       (idlwave-shell-examine-display, idlwave-shell-run-region)
-       (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
-       (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
-       * progmodes/idlw-help.el (idlwave-help-get-special-help)
-       (idlwave-help-get-help-buffer):
-       * progmodes/gud.el (gud-basic-call, gud-find-class)
-       (gud-tooltip-activate-mouse-motions-if-enabled):
-       * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
-       * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
-       (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
-       (ebrowse-tags-next-file):
-       * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
-       (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
-       (ebnf-eps-finish-and-write):
-       * progmodes/cpp.el (cpp-edit-save):
-       * progmodes/cperl-mode.el (cperl-pod-to-manpage):
-       * progmodes/cc-defs.el (c-emacs-features):
-       * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
-       (antlr-directory-dependencies):
-       * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
-       (ada-run-application, ada-find-in-src-path, ada-goto-parent)
-       (ada-find-any-references, ada-make-filename-from-adaname)
-       (ada-make-body-gnatstub):
-       * obsolete/rnews.el (news-list-news-groups):
-       * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
-       * obsolete/iso-acc.el (iso-acc-minibuf-setup):
-       * net/rcirc.el (rcirc-debug):
-       * net/newst-treeview.el (newsticker--treeview-list-add-item)
-       (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
-       (newsticker--treeview-list-update-faces, newsticker-treeview-save)
-       (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
-       (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
-       (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
-       (newsticker--treeview-list-clear-highlight)
-       (newsticker--treeview-list-update-highlight)
-       (newsticker--treeview-list-highlight-start)
-       (newsticker--treeview-tree-update-highlight)
-       (newsticker--treeview-get-selected-item)
-       (newsticker-treeview-mark-list-items-old)
-       (newsticker--treeview-set-current-node):
-       * net/newst-plainview.el (newsticker--buffer-set-uptodate):
-       * net/newst-backend.el (newsticker--get-news-by-funcall)
-       (newsticker--get-news-by-wget, newsticker--image-get)
-       (newsticker--image-sentinel):
-       * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
-       * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
-       (eudc-ph-close-session):
-       * net/eudc.el (eudc-save-options):
-       * language/thai-word.el (thai-update-word-table):
-       * language/japan-util.el (japanese-string-conversion):
-       * international/titdic-cnv.el (tsang-quick-converter)
-       (ziranma-converter, ctlau-converter):
-       * international/mule-cmds.el (describe-language-environment):
-       * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
-       (skkdic-convert-postfix, skkdic-convert-prefix):
-       (skkdic-convert-okuri-nasi, skkdic-convert):
-       * emacs-lisp/re-builder.el (reb-update-overlays):
-       * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
-       * emacs-lisp/gulp.el (gulp-send-requests):
-       * emacs-lisp/find-gc.el (trace-call-tree):
-       * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
-       (eieio-describe-generic):
-       * emacs-lisp/eieio-base.el (eieio-persistent-read):
-       * emacs-lisp/edebug.el (edebug-outside-excursion):
-       * emacs-lisp/debug.el (debugger-make-xrefs):
-       * emacs-lisp/cust-print.el (custom-prin1-to-string):
-       * emacs-lisp/chart.el (chart-new-buffer):
-       * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
-       Use with-current-buffer.
-       * textmodes/artist.el (artist-system): Don't call
-       copy-sequence on a fresh string.
-       * progmodes/idlw-shell.el (easymenu setup): Use dolist.
-
-2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
-
-       * calendar/todo-mode.el (todo-edit-item): Signal an error if there
-       is no item to edit.  (Bug#4820)
-       (todo-top-priorities): Restore point and restore narrowing in Todo
-       buffer.  (Bug#4820)
-
-2009-10-31  Glenn Morris  <rgm@gnu.org>
-
-       * net/ange-ftp.el (top-level): Don't require dired when compiling.
-       (comint-last-output-start, comint-last-input-start)
-       (comint-last-input-end): Don't defvar when compiling.
-       (ange-ftp-process-file): Use bound-and-true-p.
-
-       * pcmpl-rpm.el (top-level): Move provide statement to end.
-       (pcmpl-rpm): Remove unused custom group.
-
-       * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
-
-       * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
-
-       * emacs-lisp/bytecomp.el (byte-compile-warning-types)
-       (byte-compile-warnings): Add `constants' as an option.
-       (byte-compile-callargs-warn, byte-compile-arglist-warn)
-       (display-call-tree): Update for byte-compile-fdefinition possibly
-       returning `(macro lambda ...)'.  (Bug#4778)
-       (byte-compile-variable-ref, byte-compile-setq-default):
-       Respect `constants' member of byte-compile-warnings.
-
-2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-bzr.el (vc-bzr-revision-keywords): New var.
-       (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
-       to "submit:".
-
-2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * textmodes/ispell.el (ispell-skip-region-alist):
-       * international/mule-conf.el (eight-bit):
-       * international/fontset.el (font-encoding-alist):
-       * startup.el (pure-space-overflow-message):
-       * simple.el (overwrite-mode-textual, overwrite-mode-binary):
-       * paths.el (gnus-nntp-service, rmail-spool-directory)
-       (term-file-prefix):
-       * files.el (save-some-buffers-action-alist):
-       * cmuscheme.el (same-window-buffer-names):
-       * ielm.el (same-window-buffer-names):
-       * shell.el (same-window-buffer-names):
-       * mail/sendmail.el (same-window-buffer-names):
-       * progmodes/inf-lisp.el (same-window-buffer-names):
-       * bindings.el (mode-line-client)
-       (mode-line-column-line-number-mode-map):
-       * language/tibetan.el (tibetan-precomposition-rule-regexp)
-       (tibetan-precomposed-regexp): Purecopy string arguments.
-
-2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
-       (calcDigit-nondigit):
-       * calc/calc-yank.el (calc-copy-to-buffer):
-       * calc/calc-units.el (calc-invalidate-units-table):
-       * calc/calc-trail.el (calc-trail-yank):
-       * calc/calc-store.el (calc-insert-variables):
-       * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
-       * calc/calc-prog.el (calc-read-parse-table):
-       * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
-       * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
-       * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
-       (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
-       (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
-       (calc-graph-name, calc-graph-find-command, calc-graph-view)
-       (calc-graph-view, calc-gnuplot-command, calc-graph-init):
-       * calc/calc-ext.el (calc-realign):
-       * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
-       (calc-embedded-finish-edit, calc-embedded-make-info)
-       (calc-embedded-finish-command, calc-embedded-stack-change):
-       * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
-
-       * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
-       shell-dynamic-complete-filename in preference to
-       comint-dynamic-complete-filename.
-
-       * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
-       (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
-       Don't consider whether the display supports colors.
-       (bookmark-import-new-list): Use dolist.
-       (bookmark-bmenu-mode-map): Move initialization into declaration.
-       (bookmark-bmenu-list): Use dolist, simplify.
-       (bookmark-show-all-annotations): Use save-selected-window and dolist.
-       (menu-bar-final-items): Use push.
-
-2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
-
-       * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
-       it works on remote files.
-       (vc-hg-diff): Don't pass any `--cwd' argument.
-
-2009-10-27  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
-       Use help-xref-info-regexp and help-xref-url-regexp to identify links.
-       (Further to Bug#3921).
-
-2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
-       (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
-       calling `tramp-imap-put-file'.  Add file size to the call.
-       (tramp-imap-get-file-entries): Compute also user name, file size,
-       and date.
-       (tramp-imap-handle-insert-directory): Insert uid and gid.
-       (tramp-imap-handle-file-attributes): Transform uid and gid
-       according to `id-format'.
-       (tramp-imap-put-file): New optional parameter SIZE.  Encode file
-       size in header X-Size.
-
-2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
-
-       * simple.el (transpose-subr): Give clearer error when the mark
-       is not set.  (Bug#4807)
-
-2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-perl-file-truename): New defconst.
-       Perl code contributed by yary <not.com@gmail.com> (tiny change).
-       (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
-       Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
-       (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
-
-       * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
-       Ignore `dired-call-process'.
-       (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
-
-2009-10-26  Julian Scheid  <julians37@gmail.com>
-
-       * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
-       (tramp-get-remote-readlink): New defun.
-       (tramp-handle-file-truename): Use it.
-       (tramp-handle-file-exists-p): Check file-attributes cache, assume
-       file exists if cache value present.
-       (tramp-check-cached-permissions): New defun.
-       (tramp-handle-file-readable-p): Use it.
-       (tramp-handle-file-writable-p): Likewise.
-       (tramp-handle-file-executable-p): Likewise.
-       (tramp-handle-file-name-all-completions): Try using Perl to get
-       partial completions.  When perl not available, combine `cd' and
-       `ls' into single remote operation and use shell expansion to get
-       partial remote directory contents.  Set `file-exists-p' cache for
-       directory and any files returned by ls.  Change cache handling to
-       support partial directory contents.  Use error message emitted by
-       remote `cd' or Perl code for local tramp-error.
-       (tramp-do-copy-or-rename-file-directly): Avoid separate
-       tramp-send-command-and-check call.
-       (tramp-handle-process-file): Merge three remote ops into one.
-       Do not flush all caches when `process-file-side-effects' is set.
-       (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
-       file-attributes shows uid/gid to be set already.
-
-2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * textmodes/tex-mode.el (tex-dvi-view-command)
-       (tex-show-queue-command, tex-open-quote):
-       * progmodes/ruby-mode.el (auto-mode-alist)
-       (interpreter-mode-alist): Purecopy strings.
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
-
-       * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
-       string for the hook, keymap and abbrev table.
-
-       * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
-
-       * x-dnd.el (x-dnd-xdnd-to-action):
-       * startup.el (fancy-startup-text, fancy-about-text): Change to
-       defconst from defvar.
-
-       * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
-
-       * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
-       Purecopy initialization strings.
-
-       * mail/sendmail.el (mail-header-separator)
-       (mail-personal-alias-file):
-       * mail/rmail.el (rmail-default-dont-reply-to-names)
-       (rmail-ignored-headers, rmail-retry-ignored-headers)
-       (rmail-highlighted-headers, rmail-secondary-file-directory)
-       (rmail-secondary-file-regexp):
-       * files.el (null-device, file-name-invalid-regexp)
-       (locate-dominating-stop-dir-regexp)
-       (inhibit-first-line-modes-regexps): Purecopy initialization strings.
-       (interpreter-mode-alist): Use mapcar instead of mapc.
-
-       * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
-
-       * bindings.el (mode-line-major-mode-keymap): Purecopy name.
-       (completion-ignored-extensions):
-       (debug-ignored-errors): Purecopy strings.
-
-2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
-       (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
-       (pcomplete--here): Use push.
-
-       * subr.el (all-completions): Declare the 4th arg obsolete.
-
-2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * pcomplete.el (pcomplete-unquote-argument-function): New var.
-       (pcomplete-unquote-argument): New function.
-       (pcomplete--common-suffix): Always pay attention to case.
-       (pcomplete--table-subvert): Quote and unquote the text.
-       (pcomplete--common-quoted-suffix): New function.
-       (pcomplete-std-complete): Use it and pcomplete-begin.
-
-       * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
-       we're inside a dedicated or minibuffer window.
-
-2009-10-24  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el: Update documentation, especially documentation
-       of `bookmark-alist' and of the bookmark file format.
-       Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
-
-2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/emacsbug.el (report-emacs-bug): Clarify that the
-       keybindings apply to the mail buffer (Bug#4003).  Shrink help
-       window to buffer.
-
-       * whitespace.el (whitespace-mode, whitespace-newline-mode)
-       (global-whitespace-mode, global-whitespace-newline-mode)
-       (whitespace-toggle-options, global-whitespace-toggle-options):
-       Doc fix (Bug#3660).
-
-       * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
-       of xmltok-start before the end tag was inserted (Bug#2840).
-
-       * progmodes/sh-script.el (sh-font-lock-paren): Handle case
-       patterns that are preceded by an open-paren (Bug#1320).
-
-2009-10-24  Sven Joachim  <svenjoac@gmx.de>
-
-       * files.el (delete-directory): Delete symlinks to directories with
-       delete-file (Bug#4739).
-
-2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-backend-for-registration): Rename from
-       vc-get-backend-for-registration.  Update callers.
-
-       * international/mule-cmds.el (set-language-info-alist):
-       Purecopy lang-env.
-       (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
-       (charset): Purecopy the name.
-       (define-char-code-property): Purecopy string arguments.
-
-       * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
-       Purecopy string arguments.
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
-       * ediff-hook.el (menu-bar-ediff-menu):
-       * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
-       * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
-
-2009-10-24  Glenn Morris  <rgm@gnu.org>
-
-       * comint.el (comint-dynamic-list-completions):
-       * term.el (term-dynamic-list-completions): Use choose-completion rather
-       than obsolete alias mouse-choose-completion.
-
-       * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
-       file-cache-choose-completion.
-       (file-cache-choose-completion): Handle an optional event argument.
-       (file-cache-mouse-choose-completion): Make it an obsolete alias.
-
-       * progmodes/octave-mod.el (octave-complete-symbol):
-       Use choose-completion if mouse-choose-completion is ever removed.
-
-       * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
-       use.
-
-       * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
-       compiler.
-
-       * vc-hooks.el (vc-responsible-backend): Fix declaration.
-
-2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion--embedded-envvar-table): Fix last change.
-       Ignore `pred' now that we receive one.
-       Handle test-completion specially.
-
-2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-responsible-backend): Throw an error if not backend is
-       found.  Remove the REGISTER argument.  Move the code dealing with
-       REGISTER ...
-       (vc-get-backend-for-registration): ... here.  New function.
-       (vc-deduce-fileset): Call vc-get-backend-for-registration instead
-       of vc-responsible-backend, pass the file name instead of the
-       directory name.
-
-2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
-       New funs.
-       (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
-       (pcomplete-comint-setup): Don't modify a global var via
-       accidental side-effects.
-       (pcomplete-shell-setup): Adjust call accordingly.
-       (pcomplete-parse-comint-arguments): Use push.
-
-2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
-       Allow uncapitalized info node names (Bug#3921).
-
-       * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
-       to the DEBUG file (Bug#3781).
-
-2009-10-23  Jari Aalto  <jari.aalto@cante.net>
-
-       * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
-       dictionary entry (Bug#4579).
-
-2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
-       from `rfn-eshadow-update-overlay-hook' when unloading.
-       (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
-       "rsyncc".  Adjust doc string.
-       (tramp-temp-buffer-file-name): New buffer-local defvar.
-       (tramp-handle-insert-file-contents, tramp-handle-write-region):
-       Keep temporary file when indicated by method ("rsync" and
-       "rsyncc").
-       (tramp-handle-write-region): Handle APPEND.
-       (tramp-delete-temp-file-function): New defun.  Added to
-       `kill-buffer-hook'.
-
-2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
-
-       * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
-
-2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
-       (color-name-rgb-alist, tty-standard-colors)
-       (tty-color-mode-alist): Change to defconst.
-
-       * simple.el (mark-inactive): Purecopy message.
-
-       * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
-       (global-map, yank-menu):
-       * textmodes/ispell.el (ispell-menu-map):
-       * net/eudc.el (eudc-tools-menu):
-       * international/mule-cmds.el (describe-language-environment-map)
-       (setup-language-environment-map, set-coding-system-map)
-       (mule-menu-keymap):
-       * vc-hooks.el (vc-menu-entry, vc-menu-map):
-       * replace.el (occur-mode-map):
-       * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
-
-2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (math-read-number, math-read-number-simple):
-       Use `save-match-data'.
-
-2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
-       rather than fiddling with global-map bindings, since it should only
-       affect per-terminal settings.
-       See http://bugs.gentoo.org/show_bug.cgi?id=289709.
-
-       * minibuffer.el (completion-table-with-terminator): Allow to specify
-       the terminator-regexp.
-
-       * simple.el (switch-to-completions): Look for *Completions* in other
-       frames as well.
-
-       * pcomplete.el: Allow the use of completion-tables.
-       (pcomplete-std-complete): New command.
-       (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
-       (pcomplete--here): Use a function for `form' rather than an expression,
-       so it can be byte-compiled.
-       (pcomplete-here, pcomplete-here*): Adjust accordingly.
-       Add edebug declaration.
-       (pcomplete-show-completions): Remove unused var `curbuf'.
-       (pcomplete-do-complete, pcomplete-stub):
-       Don't assume `completions' is a list of strings any more.
-
-2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
-
-       * find-dired.el (find-name-arg): Fix typo in docstring.
-
-2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
-       (pcmpl-linux-fs-types): Same, and update to new modules layout.
-
-       * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
-       pcomplete-entries.
-
-       * comint.el (comint-read-input-ring, comint-write-input-ring)
-       (comint-substitute-in-file-name)
-       (comint-dynamic-complete-as-filename)
-       (comint-dynamic-simple-complete)
-       (comint-dynamic-list-filename-completions)
-       (comint-dynamic-list-completions)
-       (comint-redirect-results-list-from-process): Minor simplifications.
-
-2009-10-21  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
-       When inserting ";;; Code" put it before any ";;;###autoload" cookie on
-       the first form.  And insert a blank line after ";;; Code" since
-       that's usual style.  (Bug#4612)
-
-       * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
-
-2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion-table-with-terminator): Properly implement
-       boundaries, in case `terminator' appears in the suffix.
-       (completion--embedded-envvar-table): Don't return boundaries if
-       there's no valid completion.  Simplify.
-       (completion-file-name-table): New completion table extracted from
-       completion--file-name-table.
-       (completion--file-name-table): Use it.
-       (read-file-name-predicate): Declare obsolete.
-       (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
-       * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
-       completion-file-name-table, and use the `pred' argument.
-       * files.el (locate-file-completion-table): Use the `pred' arg rather
-       than read-file-name-predicate.
-       (abbreviate-file-name): Use \` rather than ^ for BOS.
-
-2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-deduce-fileset): Undo previous change, do not tell
-       vc-responsible-backend to register, it causes problems.
-
-2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
-
-2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
-       (tramp-smb-handle-file-attributes): Use it.
-       (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
-       (tramp-smb-handle-insert-directory): Use `mapc' rather than
-       `mapcar'.  Use `tramp-smb-get-stat-capability'.
-       Add `dired-filename' text properties.
-       (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
-       (tramp-smb-maybe-open-connection): Simplify check for smbclient
-       version.
-
-2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-key-delay): Reduce to 0.01.
-       (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
-       (bug#4751).
-
-2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
-
-       * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
-       (Info-menu): Remove unused vars `last' and `completions'.
-       (Info-index-nodes): Remove unused var `node'.
-
-       * info.el (Info-complete-menu-item): Use complete-with-action.
-
-2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Make vc-annotate work through copies and renames.
-       * vc-annotate.el (vc-annotate-extract-revision-at-line):
-       Return the file name too.
-       (vc-annotate-revision-at-line)
-       (vc-annotate-find-revision-at-line)
-       (vc-annotate-revision-previous-to-line)
-       (vc-annotate-show-log-revision-at-line): Update to get the file
-       name from vc-annotate-extract-revision-at-line.
-       (vc-annotate-show-diff-revision-at-line-internal): Change the
-       argument to mean whether to show a file diff or not.  Get the file
-       name from vc-annotate-extract-revision-at-line.
-       (vc-annotate-show-diff-revision-at-line):
-       Update vc-annotate-show-diff-revision-at-line call.
-       (vc-annotate-warp-revision): Add an optional file argument.
-
-       * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
-       (vc-git-annotate-extract-revision-at-line): Also return the file
-       name if found.
-
-       * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
-       command.  Remove unused code.
-       (vc-hg-annotate-re): Update to match --follow output.
-       (vc-hg-annotate-extract-revision-at-line): Also return the file
-       name if found.
-
-       * vc.el: Update annotate-extract-revision-at-line documentation.
-
-2009-10-18  Kevin Ryde  <user42@zip.com.au>
-
-       * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
-       re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
-
-       * net/browse-url.el (browse-url): Identify alist with "consp and
-       not functionp" and let all other things go down the `apply' leg,
-       as suggested by Stefan.  (Further to bug#4531.)
-
-2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * minibuffer.el (read-file-name): Check for repeat before putting
-       a default argument in file-name-history (Bug#4657).
-
-       * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
-       read syntax (Bug#4737).
-
-       * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
-
-2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
-
-       * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
-       (html-tag-alist, html-tag-help): Add descriptions for undocumented
-       entries and make note of obsolete tags.
-
-2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
-
-2009-10-18  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
-       grep, so that binary files (eg international/uni-bidi.el) can match.
-       Remove test for "UnicodeData" files, since it is hopefully unnecessary
-       now, and in any case the file header format has changed.
-
-2009-10-17  Glenn Morris  <rgm@gnu.org>
-
-       * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
-       (flyspell-get-word, flyspell-large-region)
-       (flyspell-auto-correct-previous-word): Doc/error message fixes.
-
-2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Makefile.in (ELCFILES): Add ede/shell.
-
-2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * term/common-win.el (x-colors): Purecopy it.
-
-2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
-       permissive for when the buffer is empty.
-       (tar-header-block-tokenize): Decode the username and groupname.
-       (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
-
-2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * international/mule-cmds.el (select-safe-coding-system): If the file
-       has a coding cookie, use it regardless of any other setting (bug#4712).
-
-2009-10-17  Glenn Morris  <rgm@gnu.org>
-
-       * foldout.el (foldout-mouse-swallow-events):
-       * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
-
-       * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
-       (dired-keep-marker-copy, dired-keep-marker-hardlink)
-       (dired-keep-marker-symlink, dired-dwim-target)
-       (dired-copy-preserve-time): Do not autoload these defcustoms.
-
-       * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
-       messages from messing up the file coding.  (Bug#4623)
-
-2009-10-17  Jari Aalto  <jari.aalto@cante.net>
-
-       * textmodes/ispell.el (ispell-get-decoded-string): Give an error
-       if no match is found for the current dictionary.  (Bug#4578)
-
-       * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
-       optional, since that is how it is documented, and this is often called
-       with a nil argument.  (Bug#4577)
-       (flyspell-external-point-words, flyspell-auto-correct-word)
-       (flyspell-correct-word-before-point, flyspell-word-search-forward)
-       (flyspell-word-search-backward): Remove nil argument in calls to
-       flyspell-get-word, since it is not needed now.
-
-2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
-
-       * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
-
-2009-10-16  Glenn Morris  <rgm@gnu.org>
-
-       * net/rcirc.el (rcirc-authenticate): Simplify previous change.
-
-2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
-
-       * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
-       (ange-ftp-file-size): New function.
-       (ange-ftp-file-attributes): Use it.
-
-2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-smb.el (tramp-smb-version): New defvar.
-       (tramp-smb-maybe-open-connection): Use it, in order to avoid
-       repeated checks.
-
-2009-10-16  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
-       Maybe copy some custom properties from old to new name.  (Bug#4706)
-
-2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
-
-       * subr.el (error, sit-for, start-process-shell-command)
-       (start-file-process-shell-command): Set the calling convention
-       after the function definition.
-
-2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (error, sit-for, start-process-shell-command)
-       (start-file-process-shell-command): Use the new
-       set-advertised-calling-convention feature.
-
-2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
-
-       * international/ucs-normalize.el (ucs-normalize-version):
-       Change to 1.2.
-       (check-range): Adjust for Unicode 5.2.
-
-2009-10-15  Juri Linkov  <juri@jurta.org>
-
-       * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
-       to the `menu-item' format.
-
-2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-replace-environment-variables): Do not fail
-       if the environment variable does not exist.
-
-       * net/tramp-smb.el (tramp-smb-errors): Add error messages.
-       (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
-       parameter.
-       (tramp-smb-handle-add-name-to-file)
-       (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
-       (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
-       (tramp-smb-handle-file-attributes)
-       (tramp-smb-do-file-attributes-with-stat)
-       (tramp-smb-handle-file-local-copy)
-       (tramp-smb-handle-insert-directory)
-       (tramp-smb-handle-make-directory)
-       (tramp-smb-handle-make-directory-internal)
-       (tramp-smb-handle-make-symbolic-link)
-       (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
-       (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
-       (tramp-smb-maybe-open-connection): Apply the changed parameters.
-       (tramp-smb-read-file-entry): Read Disk names in compressed format.
-       Handle long file names.
-       (tramp-smb-get-cifs-capabilities): Check, whether the connection
-       process is running.
-       (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
-       Read share names with "-g" option.
-
-2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
-
-       * net/rcirc.el (rcirc-view-log-file): New command.
-       (rcirc-track-minor-mode-map): Remove C-c ` binding.
-       (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
-       specified.
-
-2009-10-15  Glenn Morris  <rgm@gnu.org>
-
-       * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
-       from the second command-line argument.
-       * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
-       ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
-       ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
-       w32-batch-update-autoloads.
-       * emacs-lisp/autoload.el (autoload-make-program): New variable.
-       (batch-update-autoloads): Handle autoload-excludes on windows-nt.
-
-       * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
-       the headers cannot be located.  Simplify, subtracting superflous
-       save-excursions.
-
-2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       Replace completion-base-size by completion-base-position to fix bugs
-       such as (bug#4699).
-       * simple.el (completion-base-position): New var.
-       (completion-base-size): Mark as obsolete.
-       (choose-completion): Make it work for mouse events as well.
-       Pass the new base-position to choose-completion-string.
-       (choose-completion-guess-base-position): New function, extracted from
-       choose-completion-delete-max-match.
-       (choose-completion-delete-max-match): Use it.  Make obsolete.
-       (choose-completion-string): Use the new base-position info.
-       (completion-root-regexp): Delete.
-       (completion-setup-function): Preserve completion-base-position.
-       Eliminate obsolete base-size manipulation.
-       * minibuffer.el (display-completion-list): Don't mess with base-size.
-       (minibuffer-completion-help): Set completion-base-position instead.
-       * mouse.el (mouse-choose-completion): Redefine as a mere alias to
-       choose-completion.
-       * textmodes/bibtex.el (bibtex-complete):
-       * emacs-lisp/crm.el (crm--choose-completion-string):
-       Adjust to new calling convention.
-       * complete.el (partial-completion-mode): Use minibufferp to avoid
-       bumping into incompatible change to choose-completion-string-functions.
-       * ido.el (ido-choose-completion-string): Make its calling convention
-       more permissive.
-       * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
-       base-size manipulation.
-       (comint-dynamic-list-input-ring): Use dotimes and push.
-       * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
-       fundamental-mode.  Use `or'.
-
-2009-10-14  Juri Linkov  <juri@jurta.org>
-
-       * misearch.el (multi-isearch-next-buffer-from-list)
-       (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
-
-2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * Makefile.in (compile-onefile): Load `bytecomp' rather than
-       `bytecomp.el'.
-
-       * minibuffer.el (completion-pcm--merge-completions): Make sure the
-       string we return is all made up of text from the completions rather
-       than part from the completions and part from the input (bug#4219).
-
-       * ido.el (ido-everywhere): Use define-minor-mode.
-
-       * buff-menu.el (list-buffers, ctl-x-map):
-       Mark the entry points with ;;;###autoload cookies.
-
-2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-dir-extra-headers): Set the branch name
-       correctly in the detached head case.
-       (vc-git-print-log): Remove unused binding.
-
-       * vc.el (vc-responsible-backend): When a directory is passed for
-       for registration create a VC repository if no backend is
-       responsible for the directory argument.
-       (vc-deduce-fileset): Tell vc-responsible-backend to register.
-
-       * vc.el: Move comments about RCS and SCCS ...
-       * vc-rcs.el:
-       * vc-sccs.el: ... here, respectively.
-
-2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion--file-name-table): Return nil if there's
-       no file completion, even if substitute-in-file-name changed
-       the string (bug#4708).
-
-2009-10-13  Juri Linkov  <juri@jurta.org>
-
-       * files-x.el (read-file-local-variable-value): Don't filter out
-       minor modes from mode name completion (bug#4664).
-
-2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
-
-       * international/mule-cmds.el (ucs-names): Remove exclusion of
-       "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
-
-2009-10-13  Kenichi Handa  <handa@m17n.org>
-
-       * international/uni-name.el: Regenerated.
-
-2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
-
-       * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
-       should be automatically buffer-local, but isn't.)
-
-2009-10-12  Sam Steingold  <sds@gnu.org>
-
-       * progmodes/compile.el (compilation-next-error-function): Fix the
-       timestamps if the buffer has been visited before.
-       (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
-       non-anchored patterns, like the perl one (bug#3928).
-
-2009-10-12  Glenn Morris  <rgm@gnu.org>
-
-       * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
-       Let-bind `size'.
-
-2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
-
-       * proced.el (proced-unload-function): New function.
-
-       * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
-       (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
-       Doc fix.
-
-       * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
-
-2009-10-11  Juri Linkov  <juri@jurta.org>
-
-       * files-x.el (read-file-local-variable-value):
-       Provide default value only for bound variables (bug#4664).
-
-2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-local-host-p): Function shall return nil for
-       connection methods like smb.
-
-       * net/tramp-cache.el (tramp-flush-connection-property): The hash
-       can be empty.
-
-       * net/tramp-smb.el (tramp-smb-errors): Add error messages.
-       (tramp-smb-file-name-handler-alist): Add handlers for
-       `add-name-to-file', `make-symbolic-link'.
-       (tramp-smb-handle-add-name-to-file)
-       (tramp-smb-do-file-attributes-with-stat)
-       (tramp-smb-handle-make-symbolic-link)
-       (tramp-smb-get-cifs-capabilities): New defuns.
-       (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
-       (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
-       (tramp-smb-handle-file-local-copy)
-       (tramp-smb-handle-make-directory-internal)
-       (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
-       The file name syntax depends on cifs capabilities.
-       (tramp-smb-handle-file-attributes):
-       Call `tramp-smb-do-file-attributes-with-stat' if possible.
-       (tramp-smb-handle-insert-directory): Use posix attributes if possible.
-       (tramp-smb-handle-set-file-modes): It is applicable for posix only.
-
-2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
-       (eieio-defclass): Apply deftype handler and setf-method properties
-       directly.
-       (eieio-add-new-slot): Avoid union function from cl library.
-       (eieio--typep): New function.
-       (eieio-perform-slot-validation): Use it.
-
-2009-10-10  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
-       Update documentation to refer to the variables documented in r1.135.
-       (Bug#4188)
-
-2009-10-10  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (Info-suffix-list): Remove this unused variable.
-       (bookmark-current-point): Remove this obsolete variable.
-       (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
-       Adjust for removal of bookmark-current-point.
-
-       (bookmarks-already-loaded, bookmark-current-buffer)
-       (bookmark-yank-point): Document.  (Bug#4188)
-
-2009-10-10  Glenn Morris  <rgm@gnu.org>
-
-       * frame.el (frame-height): Doc fix.
-
-       * calendar/calendar.el (calendar-split-width-threshold): New option.
-       (calendar-basic-setup): Use calendar-split-width-threshold.
-
-2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
-
-       * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
-       Ideographic Supplement" range (U+1F200..U+1F2FF).
-
-2009-10-09  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
-       since the list will have been rebuilt anyway.  (Bug#4349)
-
-2009-10-09  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
-       (bookmark-bmenu-execute-deletions): Don't save here, as
-       bookmark-delete will now do so if necessary.
-       Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
-       (Bug#4348)
-
-2009-10-09  Glenn Morris  <rgm@gnu.org>
-
-       * mail/emacsbug.el (report-emacs-bug): Also print `features'.
-
-2009-10-09  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-jump): Add new `display-func' parameter.
-       (bookmark-jump-other-window): Just invoke bookmark-jump with new
-       argument now, so the two function's behaviors will match.  (Bug#3645)
-
-2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
-       (tramp-file-name-real-host, tramp-file-name-port):
-       Apply `save-match-data'.
-
-       * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
-       case both directories are remote.
-       (tramp-smb-handle-expand-file-name): Implement "~" expansion.
-       (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
-
-2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
-
-       * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
-
-2009-10-07  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
-       of concat.
-
-2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * files-x.el (read-file-local-variable): Include some
-       non-user-variables in the completion table (bug#4664).
-
-2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-cache.el (tramp-flush-connection-property): Add trace
-       message.
-
-       * net/tramp-smb.el (tramp-smb-errors): Add error messages.
-       (tramp-smb-file-name-handler-alist): Add handler for
-       `copy-directory', `expand-file-name', `set-file-modes'.
-       (tramp-smb-handle-copy-directory)
-       (tramp-smb-handle-expand-file-name)
-       (tramp-smb-handle-set-file-modes): New defuns.
-       (tramp-smb-handle-copy-file): Handle KEEP-DATE.
-       (tramp-smb-handle-file-attributes): Simplify check for retrieving
-       entry.
-       (tramp-smb-handle-insert-directory): Don't flush the cache.
-       (tramp-smb-maybe-open-connection): Check for samba client and
-       server versions.
-
-2009-10-07  Eli Zaretskii  <eliz@gnu.org>
-
-       * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
-       to not error out of search for "^lisp=" fails.
-
-2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
-
-       * makefile.w32-in (WINS_UPDATES): New macro.
-       (custom-deps, finder-data, autoloads): Use it.
-
-2009-10-07  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (autoloads): Revert previous change.
-       * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
-       the list of preloaded files passed on the command-line, get
-       it from src/Makefile.
-
-       * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
-       show the original buffer rather than a random one.
-
-2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
-
-       * help.el (describe-no-warranty): Place point in a slightly better
-       position in the GPLv3 text.
-
-2009-10-06  Sam Steingold  <sds@gnu.org>
-
-       * net/tramp-compat.el (tramp-compat-process-running-p): Check that
-       the comm attribute is present before calling regexp-quote.
-
-2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
-
-       * play/animate.el (animate-string): For good effect, make sure
-       `indent-tabs-mode' and `show-trailing-whitespace' are nil.
-
-       * play/animate.el (animate-sequence, animate-birthday-present):
-       * misc.el (butterfly): Don't set `indent-tabs-mode'.
-
-2009-10-06  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
-
-       * emacs-lisp/autoload.el (autoload-excludes): New variable.
-       (autoload-generate-file-autoloads): Skip files in autoload-excludes.
-       (batch-update-autoloads): Process a string value of autoload-excludes,
-       set during the build process.
-       * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
-
-       * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
-       inside with-parsed...  macro so that `v' is defined.
-
-       * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
-       * progmodes/fortran.el (fortran-end-of-block)
-       (fortran-beginning-of-block):
-       Also push mark in the macro case.
-
-       * emerge.el (emerge-show-file-name):
-       * calc/calc.el (calc-quit):
-       * calc/calc-misc.el (calc-big-or-small):
-       * calc/calc-graph.el (calc-graph-view):
-       * calc/calc-ext.el (calc-reset):
-       * calendar/calendar.el (calendar-basic-setup):
-       Use window-full-height-p.
-
-       * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
-       header we don't understand, don't insert another.  (Bug#4624)
-       If changing mime charset, insert the new one in the right place.
-
-2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
-
-       * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
-       (cal-tex-cursor-month): Correctly increment the end date for diary and
-       holiday listing.  (Bug#4626)
-
-2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * help-fns.el (describe-function-1): Don't burp if the function is not
-       a symbol.
-
-2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
-
-       * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
-       (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
-       (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
-       (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
-
-       * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
-       (eieio-default-superclass): Reflow docstrings.
-       (this, class-option-assoc, defclass, eieio-class-un-autoload)
-       (eieio-unbind-method-implementations, defmethod)
-       (eieio-validate-slot-value, eieio-validate-class-slot-value)
-       (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
-       (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
-       (eieio-slot-originating-class-p, eieio-slot-name-index)
-       (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
-       (constructor, initialize-instance, no-next-method, object-print)
-       (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
-       Fix typos in docstrings.
-       (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
-       (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
-       (next-method-p): Doc fixes.
-       (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
-       Fix typos in error messages.
-       (eieio-defmethod): Fix typo in description of generic method.
-
-       * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
-       (eieio-persistent-save-interactive, slot-missing):
-       Fix typos in docstrings.
-       (eieio-instance-inheritor-slot-boundp): Doc fix.
-
-       * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
-       (byte-compile-defmethod-param-convert): Fix typos in docstrings.
-
-       * emacs-lisp/eieio-custom.el (eieio-done-customizing)
-       (eieio-custom-object-apply-reset):
-       Fix typos in docstrings and error messages.
-
-       * emacs-lisp/eieio-datadebug.el (data-debug-show):
-       Fix typo in docstring.
-
-       * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
-       (eieio-browse-tree): Doc fix.
-       (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
-       (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
-       Fix typos in docstrings.
-
-       * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
-       (eieio-speedbar-key-map, eieio-speedbar-create-engine)
-       (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
-       (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
-       Reflow docstrings.
-
-2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-hg.el (log-view-vc-backend): Declare for compiler.
-       (vc-hg-outgoing-mode, vc-hg-incoming-mode):
-       Set log-view-vc-backend so that diff can work.
-
-       * log-view.el (log-view-diff): Use vc-diff-internal instead of
-       vc-version-diff.
-       (vc-diff-internal): Autoload this instead of vc-version-diff.
-
-2009-10-05  Eli Zaretskii  <eliz@gnu.org>
-
-       * simple.el (eval-expression): Doc fix.
-
-       * progmodes/cwarn.el (cwarn-mode): Doc fix.
-
-2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (directory-files-no-dot-files-regexp): New defconst.
-       (delete-directory): Use it.
-       (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
-
-       * net/tramp.el (tramp-verbose): Fix docstring.
-       (tramp-methods): Add recursive option to `tramp-copy-args'.
-       Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
-       "scp1_old", "scp2_old", "rsync", "rsyncc".
-       (tramp-default-method): Check also for `auth-source-user-or-password'.
-       (tramp-file-name-handler-alist, tramp-file-name-for-operation):
-       Add handler for `copy-directory'.
-       (tramp-handle-copy-directory): New defun.
-       (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
-       (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
-       Optimize sent command.
-
-2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
-       window if necessary.
-
-       * calendar/calendar.el (calendar-basic-setup): Don't call
-       switch-to-buffer in a dedicated window.
-
-2009-10-05  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
-       don't do anything related to relocating, just return nil.
-       (bookmark-error-no-filename): New error.
-       (bookmark-default-handler): Signal `bookmark-error-no-filename' if
-       bookmark has no file.  Don't even attempt to handle things that
-       are not files; the whole point of custom handlers is to keep that
-       knowledge elsewhere anyway.  Tighten some comments.
-       (bookmark-file-or-variation-thereof): Remove now-unused function.
-       (bookmark-location): Doc string fix.
-       (Bug#4250)
-
-2009-10-04  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
-       don't use a file dialog, because they usually don't know how to read
-       a directory target from the user.  (Bug#4230)
-       Also, make sure the prompt can display directories as well as files.
-
-2009-10-04  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-set, bookmark-buffer-name):
-       Improve doc strings.  (Bug#1193)
-
-2009-10-04  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
-       (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
-       (bookmark-get-annotation, bookmark-set-annotation)
-       (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
-       (bookmark-set-position, bookmark-get-front-context-string)
-       (bookmark-set-front-context-string, bookmark-get-rear-context-string)
-       (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
-       (bookmark-jump-other-window, bookmark-handle-bookmark)
-       (bookmark-relocate, bookmark-insert-location, bookmark-rename)
-       (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
-       (bookmark-edit-annotation-mode, bookmark-edit-annotation):
-       Improve doc strings to say whether bookmark can be a string or
-       a record or both, and make other consistency and clarity fixes.
-       (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
-       (bookmark-default-annotation-text, bookmark-yank-word)
-       (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
-       (bookmark-import-new-list, bookmark-maybe-rename)
-       (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
-       (bookmark-bmenu-bookmark): Give these doc strings.
-       (bookmark-bmenu-check-position): Give this a doc string, but also
-       add a FIXME comment about how the function may be pointless.
-       (bookmark-default-handler): Rework doc string and change a
-       parameter name, to clarify that this takes a bookmark record
-       not a bookmark name.
-       (bookmark-set): Change a parameter name to indicate its meaning,
-       and improve the doc string a bit.
-       (Bug#4188)
-
-2009-10-04  Karl Fogel  <kfogel@red-bean.com>
-
-       * bookmark.el (bookmark-alist): Document the new `handler' element
-       in the param alist.
-       (bookmark-make-record-function): Adjust documentation for above.
-       (Bug#4193)
-
-2009-10-04  Karl Fogel  <kfogel@red-bean.com>
-
-       * info.el (Info-bookmark-make-record): Document this function.
-       (Info-bookmark-jump): Document with a doc string, not just a comment.
-       (Bug#4203)
-
-2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (copy-directory): New defun.
-
-       * dired-aux.el (dired-copy-file-recursive): Use it.
-
-2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
-
-       * files-x.el (modify-dir-local-variable)
-       (copy-dir-locals-to-file-locals-prop-line): Fix typos in
-       docstrings.
-
-       * recentf.el (recentf-unload-function): New function.
-
-2009-10-04  Glenn Morris  <rgm@gnu.org>
-
-       * window.el (window-full-height-p): Add doc string.
-
-2009-10-04  Martin Rudalics  <rudalics@gmx.at>
-
-       * window.el (window-full-height-p): New function.  (Bug#4543)
-
-2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el: Remove commented out code.
-       (vc-derived-from-dir-mode): Remove, unused.
-       (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
-
-2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-ftp.el (tramp-ftp-file-name-handler):
-       Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
-       there could be recursive loading when `default-directory' is a
-       remote file name.  (Bug#4614)
-
-2009-10-03  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/calendar.el (calendar-basic-setup): Handle the case where
-       the frame is wide.
-       (calendar-generate-window): Test for shrinkability rather than width.
-
-       * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
-       reusing existing buffers, in case we happen to visit two files with the
-       same basename.  (Bug#4593)
-
-2009-10-02  Eli Zaretskii  <eliz@gnu.org>
-
-       * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
-       (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
-       (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
-       subdirs of cedet as well.
-       (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
-
-2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
-       Obey advertised-signature-table.
-
-       * help-fns.el (help-function-arglist): Don't check
-       advertised-signature-table.
-       (describe-function-1): Do it here instead so it also applies to subrs.
-
-2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * simple.el (start-file-process): Say in the doc-string, that file
-       handlers might not support pty association, if PROGRAM is nil.
-
-       * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
-       HOST and USER are strings.  They are nil, when there are
-       incomplete entries in ~/.netrc, for example.
-       (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
-       root directory ("device busy" error otherwise).
-
-       * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
-       Flush file properties of created directory.
-
-2009-10-02  Eli Zaretskii  <eliz@gnu.org>
-
-       * makefile.w32-in (WINS_BASIC): Remove cedet.
-       (WINS_CEDET): Add cedet.
-       (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
-
-2009-10-02  Kevin Ryde  <user42@zip.com.au>
-
-       * net/browse-url.el (browse-url): Pass any symbol in
-       browse-url-browser-function to `apply', since if you've mistakenly put
-       an unbound symbol then the error is clearer.  (Bug#4531)
-
-2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * allout.el (allout-init, allout-back-to-current-heading)
-       (allout-beginning-of-current-entry, allout-ascend-to-depth)
-       (allout-ascend, allout-up-current-level, allout-end-of-level)
-       (allout-previous-visible-heading, allout-forward-current-level)
-       (allout-backward-current-level, allout-show-children):
-       * apropos.el (apropos-describe-plist):
-       * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
-       * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
-       * completion.el (add-completion, add-permanent-completion):
-       * descr-text.el (describe-text-category, describe-char):
-       * desktop.el (desktop-lazy-abort):
-       * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
-       * dired.el (dired-build-subdir-alist):
-       * ediff.el (ediff-version):
-       * elide-head.el (elide-head, elide-head-show):
-       * emerge.el (emerge-version):
-       * env.el (getenv):
-       * face-remap.el (variable-pitch-mode):
-       * faces.el (describe-face):
-       * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
-       (dired-at-point):
-       * files.el (find-file-existing, auto-save-mode):
-       * font-lock.el (font-lock-fontify-buffer):
-       * help-fns.el (describe-function, describe-variable)
-       (describe-syntax, describe-categories):
-       * help.el (view-lossage, describe-bindings, describe-key)
-       (describe-mode):
-       * hexl.el (hexl-current-address):
-       * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
-       * info.el (Info-goto-emacs-key-command-node):
-       * log-edit.el (log-edit-insert-cvs-template)
-       (log-edit-insert-cvs-rcstemplate):
-       * menu-bar.el (menu-bar-mode):
-       * mouse.el (mouse-appearance-menu):
-       * newcomment.el (comment-indent-new-line):
-       * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
-       (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
-       (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
-       (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
-       * recentf.el (recentf-mode):
-       * savehist.el (savehist-mode, savehist-save):
-       * shadowfile.el (shadow-copy-files):
-       * simple.el (kill-ring-save, next-line, previous-line)
-       (normal-erase-is-backspace-mode):
-       * strokes.el (strokes-update-window-configuration)
-       (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
-       (strokes-xpm-for-stroke):
-       * time.el (emacs-uptime, emacs-init-time):
-       * tutorial.el (tutorial--describe-nonstandard-key)
-       (tutorial--detailed-help):
-       * type-break.el (type-break-mode)
-       (type-break-mode-line-message-mode, type-break-query-mode)
-       (type-break-guesstimate-keystroke-threshold):
-       * vc.el (vc-version-diff, vc-diff, vc-root-diff):
-       * version.el (emacs-version):
-       * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
-       * winner.el (winner-mode):
-       * calendar/timeclock.el (timeclock-in, timeclock-out)
-       (timeclock-status-string, timeclock-change)
-       (timeclock-workday-remaining-string)
-       (timeclock-workday-elapsed-string)
-       (timeclock-when-to-leave-string):
-       * calendar/todo-mode.el (todo-add-category):
-       * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
-       * emacs-lisp/autoload.el (update-file-autoloads):
-       * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
-       (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
-       (checkdoc-message-text, checkdoc-defun):
-       * emacs-lisp/debug.el (debugger-list-functions):
-       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
-       * emacs-lisp/eieio-opt.el (eieio-describe-class)
-       (eieio-describe-generic):
-       * emacs-lisp/lisp-mnt.el (lm-synopsis):
-       * emacs-lisp/shadow.el (list-load-path-shadows):
-       * emulation/cua-base.el (cua-mode):
-       * emulation/edt.el (edt-set-scroll-margins):
-       * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
-       (tpu-toggle-regexp, tpu-toggle-search-direction)
-       (tpu-toggle-rectangle, tpu-toggle-control-keys):
-       * emulation/tpu-extras.el (tpu-set-scroll-margins):
-       * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
-       (viper-set-parsing-style-toggling-macro)
-       (viper-set-emacs-state-searchstyle-macros):
-       * emulation/viper.el (viper-set-hooks):
-       * eshell/esh-mode.el (eshell-truncate-buffer):
-       * international/mule-cmds.el (prefer-coding-system)
-       (describe-input-method, describe-language-environment):
-       * international/mule-diag.el (list-character-sets)
-       (describe-character-set, describe-coding-system)
-       (describe-fontset, list-fontsets, list-input-methods):
-       * mail/sendmail.el (mail-signature):
-       * net/ange-ftp.el (ange-ftp-copy-file):
-       * net/browse-url.el (browse-url):
-       * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
-       * net/quickurl.el (quickurl-add-url):
-       * net/rcirc.el (names, topic):
-       * net/xesam.el (xesam-mode):
-       * play/5x5.el (5x5-new-game):
-       * play/yow.el (apropos-zippy):
-       * progmodes/ada-mode.el (ada-mode-version):
-       * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
-       (f90-end-of-block)
-       (f90-beginning-of-block):
-       * progmodes/fortran.el (fortran-end-of-block)
-       (fortran-beginning-of-block):
-       * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
-       * progmodes/python.el (python-describe-symbol, python-shell):
-       * term/ns-win.el (ns-print-buffer):
-       * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
-       * textmodes/flyspell.el (flyspell-mode-on):
-       * textmodes/page-ext.el (set-page-delimiter, pages-directory)
-       (pages-directory-for-addresses):
-       * textmodes/table.el (table-recognize-cell)
-       (table-query-dimension, table-generate-source)
-       (table-insert-sequence, table--warn-incompatibility):
-       * textmodes/tex-mode.el (tex-validate-buffer):
-       * textmodes/texinfmt.el (texinfmt-version)
-       (texinfo-format-buffer):
-       Use `called-interactively-p' instead of `interactive-p'.
-
-2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
-
-       * image-mode.el (image-toggle-display):
-       * emacs-lisp/elp.el (elp-instrument-function):
-       * emacs-lisp/advice.el (ad-make-advised-definition):
-       * emacs-lisp/easy-mmode.el (define-minor-mode):
-       * net/browse-url.el (browse-url-maybe-new-window):
-       * progmodes/sh-script.el (sh-learn-buffer-indent):
-       Pass new argument 'any to `called-interactively-p'.
-
-2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
-
-       * international/uni-bidi.el:
-       * international/uni-category.el:
-       * international/uni-combining.el:
-       * international/uni-comment.el:
-       * international/uni-decimal.el:
-       * international/uni-decomposition.el:
-       * international/uni-digit.el:
-       * international/uni-lowercase.el:
-       * international/uni-mirrored.el:
-       * international/uni-name.el:
-       * international/uni-numeric.el:
-       * international/uni-old-name.el:
-       * international/uni-titlecase.el:
-       * international/uni-uppercase.el:
-       Regenerate from Unicode 5.2.0 data.
-
-2009-10-01  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Regenerate.
-
-2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (interactive-p): Mark obsolete.
-       (called-interactively-p): Make the optional-ness of `kind' obsolete.
-       * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
-       advertised-signature-table for subroutines as well.
-
-       * emacs-lisp/byte-run.el (advertised-signature-table): New var.
-       (set-advertised-calling-convention): New function.
-       (make-obsolete, define-obsolete-function-alias)
-       (make-obsolete-variable, define-obsolete-variable-alias):
-       Make the optional-ness of `when' obsolete.
-       (define-obsolete-face-alias): Make `when' non-optional.
-       * help-fns.el (help-function-arglist):
-       * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
-       Use advertised-signature-table.
-
-2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
-
-       * files.el (delete-directory): New defun.  The original function
-       in fileio.c has been renamed to `delete-directory-internal'.
-
-       * dired.el (dired-delete-file): Call `delete-directory' with
-       RECURSIVE parameter.
-
-       * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
-       parameter RECURSIVE.  Implementation is missing.
-
-       * net/tramp.el (tramp-handle-make-directory): Flush upper
-       directory's file properties.
-       (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
-       (tramp-handle-dired-recursive-delete-directory): Flush directory
-       properties after the remove command only.
-
-       * net/tramp-fish.el (tramp-fish-handle-delete-directory):
-       Handle optional parameter RECURSIVE.
-
-       * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
-       Handle optional parameter RECURSIVE.
-
-       * net/tramp-smb.el (tramp-smb-errors): Add error message for
-       connection timeout.
-       (tramp-smb-handle-delete-directory): Handle optional parameter
-       RECURSIVE.
-
-2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
-       (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
-       (byte-compile-defmacro): Use backquotes.
-
-       * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
-
-       * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
-       has no associated file.
-       (vc-resynch-buffer): Use vc-dir-buffers.
-
-2009-10-01  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
-       (chart-file-count):
-       * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
-       * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
-       * emacs-lisp/eieio-opt.el (eieio-describe-class):
-       * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
-       * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
-       (eieio-copy-parents-into-subclass, make-instance, class-children)
-       (eieio-generic-form):
-
-       * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
-       match-data.  (Bug#4555).
-
-       * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
-       rather than parsing it as a regexp.  This relaxes the layout
-       requirements and makes errors easier to detect.
-       (check-declare-verify): Check file is regular.
-       (check-declare-directory): Doc fix.
-       * subr.el (declare-function): Doc fix.
-
-       * ibuffer.el (ibuffer-format-qualifier):
-       * isearch.el (hi-lock-regexp-okay):
-       * calc/calc.el (math-zerop):
-       * mail/uce.el (rmail-msgbeg, rmail-msgend):
-       * term/w32-win.el (setup-default-fontset, set-fontset-font):
-       Remove unused declarations.
-
-2009-09-30  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
-
-       * emacs-lisp/elint.el (elint-init-form): Report declarations where the
-       filename is not a string.
-
-2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (safe-local-eval-forms): Fix typo.
-
-2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * vc-hooks.el (vc-dir-buffers): New var.
-       (vc-state-refresh): New function.
-       (vc-state): Use it.
-       (vc-after-save): Always ask the backend to recompute the new state.
-       Always call vc-dir if necessary, using vc-dir-buffers.
-       * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
-       Use vc-dir-buffers.
-       (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
-       (vc-dir-prepare-status-buffer, vc-dir-update)
-       (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
-       Don't call expand-file-name on default-directory.
-
-2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
-
-       * speedbar.el (speedbar-item-delete):
-       * calc/calc-prog.el (calc-kbd-if):
-       * language/hanja-util.el (hanja-init-load): Fix typos in messages.
-
-       * epa.el (epa-key-list-mode-map):
-       * hi-lock.el (hi-lock-menu): Fix typos in menus.
-
-       * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
-       (hs-show-hook): Fix typo in docstring.
-
-2009-09-29  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
-       file-name-nondirectory call preventing location of cedet files.
-       (check-declare-verify): Use literal search rather than re-search.
-       Add basic defmethod and defclass, and define-overloadable-function.
-
-       * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
-       Use tramp-compat-file-attributes rather than nonexistent
-       tramp-compat-handle-file-attributes.
-
-       * Makefile.in (lisptagsfiles4): New.
-       (AUTOGENEL): Add cedet loaddefs files.
-       (TAGS, TAGS-LISP): Use $lisptagsfiles4.
-       (update-elclist, compile-always, backup-compiled-files)
-       (bootstrap-clean): Add yet another directory level.
-       (update-elclist): Use LC_COLLATE rather than COLLATE.
-       (ELCFILES): Update, via `make update-elclist'.
-
-2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
-
-       * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
-       (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
-       (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
-
-2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * Makefile.in (lisptagsfiles3): Define.
-       (TAGS, TAGS-LISP): Use it.
-       (update-elclist): Add third directory level to look for elc files.
-       (compile-always): Likewise.
-       (backup-compiled-files): Likewise.
-       (bootstrap-clean): Likewise.
-       (ELCFILES): Update.
-
-2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Makefile.in (ELCFILES): Add CEDET files.
-
-2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
-
-       * net/tramp.el (top): Require tramp-imap.
-
-       * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
-       Use `tramp-compat-handle-file-attributes'.
-
-2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * net/tramp-imap.el: New package.
-
-2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * whitespace.el (whitespace-trailing-regexp)
-       (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
-       Fix doc string.
-
-2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
-       menu.
-
-       * ediff-hook.el: Move menu-bar-ediff-misc-menu into
-       menu-bar-ediff-menu.
-
-       * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
-       define-overloadable-function.
-
-       * progmodes/autoconf.el: Provide autoconf as well, so that this
-       file can be `require'd.
-
-       * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
-
-       * emacs-lisp/autoload.el (generated-autoload-feature)
-       (generated-autoload-load-name): New vars.
-       (autoload-rubric, autoload-generate-file-autoloads): Use them.
-       (make-autoload): Recognize define-overloadable-function and
-       defclass forms (for EIEIO).
-
-       * Makefile.in (update-subdirs): Exclude cedet directory.
-
-2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
-
-       * term/ns-win.el: Don't set the region face background.  (Bug#4381)
-
-       * faces.el: Default light-background background for region face to
-       ns_selection_color under NS.
-
-2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * net/imap-hash.el: New library, see NEWS.
-
-       * Makefile.in (ELCFILES): Add imap-hash.el.
-
-2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
-       * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
-       * help-macro.el (make-help-screen): Avoid using an ambiguous function
-       definition where the docstring could be taken for the return value.
-
-2009-09-26  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
-       Add option to only show images below a certain size.
-       (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
-       save-excursion calls.
-
-2009-09-26  Eli Zaretskii  <eliz@gnu.org>
-
-       * makefile.w32-in (WINS_ALMOST): Add cedet (with its
-       subdirectories) and eieio.
-
-2009-09-26  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-engine.el (c-beginning-of-statement-1):
-       Correct buggy bracketing.  (Bug#4289)
-
-       * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
-       character constants (as case labels).  (Bug#4289)
-
-2009-09-25  Juri Linkov  <juri@jurta.org>
-
-       * files.el (safe-local-eval-forms): Allow time-stamp in
-       before-save-hook (Bug#4554).
-
-2009-09-25  Drew Adams  <drew.adams@oracle.com>
-
-       * menu-bar.el (list-buffers-directory): Doc fix.
-
-2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
-       Try and avoid copying twice the same paragraph.
-       (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
-       Remove save-excursion.
-       (log-edit-changelog-entry): Do it here instead.
-
-2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
-
-       * bs.el (bs--get-file-name): Use `list-buffers-directory'
-       when available, instead of hardcoding mode names.  Doc fix.
-
-       * menu-bar.el (list-buffers-directory): Add docstring.
-       Make automatically buffer-local.
-
-       * dired.el (dired-mode):
-       * files.el (cd-absolute):
-       * pcvs.el (cvs-temp-buffer):
-       * pcvs-util.el (cvs-get-buffer-create):
-       * shell.el (shell-mode):
-       * vc-dir.el (vc-dir-mode):
-       Don't make `list-buffers-directory' buffer local.
-
-2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
-
-       * comint.el (comint-exec, comint-run, make-comint):
-       Doc fixes (Bug#4542).
-
-2009-09-25  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmailmm.el (rmail-mime): New custom group.
-       Move all defcustoms in this file into this group.
-       (rmail-mime-media-type-handlers-alist): Revert previous change.
-       (rmail-mime-show-images): New option.
-       (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
-       references to it, since it wasn't actually used for anything.
-       (rmail-mime-insert-image): New function.
-       (rmail-mime-image): Use rmail-mime-insert-image.
-       (rmail-mime-bulk-handler): Remove optional `image' argument, instead
-       obey the value of `rmail-mime-show-images' option.  Print the size of
-       attachments.
-
-2009-09-25  David Engster  <deng@randomsample.de>
-
-       * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
-
-2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-
-       * whitespace.el: Does not highlight trailing spaces While point is
-       at end of line.  Does not highligt spaces at beginning of buffer
-       while point is at beginning of buffer.  Does not highlight spaces
-       at end of buffer while point is at end of buffer.  (Bug#4177)
-       New version 12.0.
-       (whitespace-display-mappings): Adjust initialization.
-       (whitespace-point, whitespace-font-lock-refontify): New vars.
-       (whitespace-color-on, whitespace-color-off): Adjust code.
-       (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
-       (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
-       (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
-
-2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
-
-       * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
-
-       * textmodes/sgml-mode.el: Remove xml-mode alias.
-
-       * files.el (auto-mode-alist, conf-mode-maybe)
-       (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
-
-2009-09-24  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
-       c-forward-conditionals, but it doesn't move point and doesn't set
-       the mark.
-       (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
-       (c-down-conditional-with-else, c-backward-conditional)
-       (c-forward-conditional): Refactor to use c-scan-conditionals.
-
-2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
-
-       * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
-       (help-default-arg-highlight): Remove.
-       (help-highlight-arg): New function.
-       (help-do-arg-highlight): Use it.
-       Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
-
-2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * term.el (term-set-scroll-region, term-handle-ansi-escape):
-       Undo last change, which didn't fix the problem and introduced others.
-
-2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el: Don't require speedbar.
-       (gdb-jsonify-buffer): Handle case where "=" is part of value string.
-
-2009-09-24  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
-
-       * term/ns-win.el (ns-reg-to-script): Define for compiler.
-
-       * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
-       there is no newline after the final mime boundary.  (Bug#4539)
-       Move markers on insertion so that any buttons inserted don't end up in
-       the next part of a multipart message.
-       (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
-       (rmail-mime-bulk-handler): Optionally handle images.
-       (rmail-mime-image): New button action.
-       (rmail-mime-image-handler): New function.
-       (rmail-mime-mode): New mode.
-       (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
-
-2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
-       than just dropping elements from it (bug#4504).
-
-       * term.el (term-set-scroll-region): Don't move cursor any more.
-       (term-handle-ansi-escape): Call term-goto here instead.
-       Suggested by Ivan Kanis <apple@kanis.eu>.
-
-       * term.el: Require CL.
-       (term-ansi-reset): New function.
-       (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
-       (term-handle-colors-array): Simplify.
-
-2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
-
-       * allout.el (allout-overlay-interior-modification-handler)
-       (allout-obtain-passphrase):
-       * epa-file.el (epa-file-write-region):
-       * ps-print.el (ps-begin-job):
-       * vc-hooks.el (vc-toggle-read-only):
-       * vc-rcs.el (vc-rcs-rollback):
-       * vc-sccs.el (vc-sccs-rollback):
-       * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
-       (vc-version-diff, vc-revert, vc-rollback):
-       * wdired.el (wdired-check-kill-buffer):
-       * emacs-lisp/authors.el (authors):
-       * net/socks.el (socks-open-connection):
-       * net/zeroconf.el (zeroconf-service-add-hook):
-       * obsolete/vc-mcvs.el (vc-mcvs-register):
-       * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
-       (gdb-select-frame):
-       * progmodes/grep.el (lgrep, rgrep):
-       * progmodes/idlw-help.el (idlwave-help-check-locations)
-       (idlwave-help-html-link, idlwave-help-assistant-open-link):
-       * textmodes/ispell.el (ispell-find-aspell-dictionaries):
-       * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
-       (reftex-toc-rename-label): Fix typos in error messages.
-
-       * dired-aux.el (dired-do-shell-command): Reflow docstring.
-       (dired-copy-how-to-fn): Doc fix.
-       (dired-files-attributes, dired-read-shell-command):
-       Fix typos in docstrings.
-
-       * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
-       (dired-x-find-file-other-window): Reflow docstrings.
-       (dired-omit-marker-char, dired-read-shell-command)
-       (dired-x-submit-report): Fix typos in docstrings.
-
-       * shell.el (shell-mode-hook):
-       * view.el (View-scroll-line-forward):
-       * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
-       Fix typos in docstrings.
-
-       * net/dig.el (dig-invoke): Fix typo in docstring.
-       (query-dig): Reflow docstring.
-
-       * progmodes/idlwave.el (idlwave-create-user-catalog-file)
-       (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
-       (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
-       (idlwave-begin-block-reg, idlwave-begin-unit-reg)
-       (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
-       (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
-       (idlwave-check-abbrev, idlwave-class-file-or-buffer)
-       (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
-       (idlwave-completion-map, idlwave-current-indent)
-       (idlwave-custom-ampersand-surround, idlwave-customize)
-       (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
-       (idlwave-define-abbrev, idlwave-determine-class-special)
-       (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
-       (idlwave-end-block-reg, idlwave-end-of-statement)
-       (idlwave-end-of-statement0, idlwave-end-of-subprogram)
-       (idlwave-end-unit-reg, idlwave-entry-find-keyword)
-       (idlwave-explicit-class-listed, idlwave-file-header)
-       (idlwave-fill-paragraph, idlwave-find-class-definition)
-       (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
-       (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
-       (idlwave-in-quote, idlwave-indent-action-table)
-       (idlwave-indent-expand-table, idlwave-indent-line)
-       (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
-       (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
-       (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
-       (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
-       (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
-       (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
-       (idlwave-outlawed-buffers, idlwave-popup-select)
-       (idlwave-previous-statement, idlwave-rescan-catalog-directories)
-       (idlwave-routine-entry-compare, idlwave-routine-info.pro)
-       (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
-       (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
-       (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
-       (idlwave-statement-type, idlwave-struct-skip)
-       (idlwave-substitute-link-target, idlwave-toggle-comment-region)
-       (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
-       (idlwave-what-module-find-class): Fix typos in docstrings.
-       (idlwave-all-method-classes, idlwave-calc-hanging-indent)
-       (idlwave-calculate-cont-indent, idlwave-expand-equal)
-       (idlwave-find-module, idlwave-find-structure-definition)
-       (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
-       (idlwave-list-load-path-shadows, idlwave-next-statement)
-       (idlwave-routine-entry-compare-twins, idlwave-routine-info)
-       (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
-       (idlwave-template): Reflow docstrings.
-
-       * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
-       (idlwave-shell-batch-command, idlwave-shell-bp-alist)
-       (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
-       (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
-       (idlwave-shell-display-line, idlwave-shell-display-wframe)
-       (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
-       (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
-       (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
-       (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
-       (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
-       (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
-       (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
-       (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
-       (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
-       (idlwave-shell-scan-for-state, idlwave-shell-send-command)
-       (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
-       (idlwave-shell-shell-command, idlwave-shell-sources-alist)
-       (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
-       (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
-       (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
-       Fix typos in docstrings.
-       (idlwave-shell-bp, idlwave-shell-clear-current-bp)
-       (idlwave-shell-hide-output, idlwave-shell-mode)
-       (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
-       Reflow docstrings.
-
-       * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
-
-2009-09-24  Ivan Kanis  <apple@kanis.eu>
-
-       * term.el (term-bold-attribute): New var.
-       (term-handle-colors-array): Use it.
-
-2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-version): New variable.
-       (gdb-non-stop-handler): Set gdb-version.
-       (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
-       Condition "--thread" option on gdb-version.
-       (gdb-invalidate-threads): Remove unused argument.
-
-2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
-       to looking-back to avoid ridiculous slow down in large files (bug#4511).
-
-2009-09-23  Glenn Morris  <rgm@gnu.org>
-
-       * mail/rmail.el (rmail-reply): Don't try to add a References header when
-       replying to mail without References or Message-Id.  (Bug#4525)
-
-2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
-
-       * term/ns-win.el (ns-reg-to-script): New variable.
-
-2009-09-23  Daiki Ueno  <ueno@unixuser.org>
-
-       * epg.el (epg-wait-for-status): Preserve existing 'error results.
-
-2009-09-22  Sam Steingold  <sds@gnu.org>
-
-       * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
-       (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
-       to 1 because hg returns status 1 when nothing is found.
-       Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
-
-2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/fill.el: Convert to utf-8 encoding.
-       (fill-french-nobreak-p): Remove redundant » and « inherited from our
-       pre-unicode days.
-
-       * add-log.el (change-log-fill-forward-paragraph): New function.
-       (change-log-mode): Use it so fill-region DTRT.
-       Set fill-indent-according-to-mode here rather than in
-       change-log-fill-paragraph.
-       (change-log-fill-paragraph): Remove.
-
-2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
-
-       * info.el (Info-try-follow-nearest-node): Use the URL extracted by
-       `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
-
-2009-09-22  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
-       the scroll-bar scroll the calendar window rather than the buffer.
-
-       * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
-       commands that move point (as opposed to scrolling).
-
-       * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
-
-       * emacs-lisp/elint.el (elint): New custom group.
-       (elint-log-buffer): Make it a defcustom.
-       (elint-scan-preloaded, elint-ignored-warnings)
-       (elint-directory-skip-re): New options.
-       (elint-builtin-variables): Doc fix.
-       (elint-preloaded-env): New variable.
-       (elint-unknown-builtin-args): Add an entry for encode-time.
-       (elint-extra-errors): Make it a variable rather than a constant.
-       (elint-preloaded-skip-re): New constant.
-       (elint-directory): Skip files matching elint-directory-skip-re.
-       (elint-features): New variable, local to linted buffers.
-       (elint-update-env): Initialize elint-features.  Possibly add
-       elint-preloaded-env to the buffer's environment.
-       (elint-get-top-forms): Bind elint-current-pos, for log messages.
-       Skip quoted forms.
-       (elint-init-form): New function, extracted from elint-init-env.
-       Make non-list forms a warning rather than an error.
-       Add the mode-map for define-derived-mode.  Handle define-minor-mode,
-       easy-menu-define, put that adds an error-condition, and provide.
-       When requiring cl, also require cl-macs.  Really require cl, to handle
-       some cl macros.  Store required libraries in the list elint-features,
-       so as not to re-load them.  Treat cc-require like require.
-       (elint-init-env): Call elint-init-form to do the work.
-       Handle eval-and-compile and such like.
-       (elint-add-required-env): Do not clear messages.
-       (elint-special-forms): Add handlers for function, defalias, if, when,
-       unless, and, or.
-       (elint-form): Add optional argument to ignore elint-special-forms,
-       useful to prevent recursive calls from handlers.  Doc fix.
-       Respect elint-ignored-warnings.
-       (elint-form): Respect elint-ignored-warnings.
-       (elint-bound-variable, elint-bound-function): New variables.
-       (elint-unbound-variable): Respect elint-bound-variable.
-       (elint-get-args): Respect elint-bound-function.
-       (elint-check-cond-form): Add some simple handling for (f)boundp and
-       featurep tests.
-       (elint-check-defalias-form): New handler.
-       (elint-check-let-form): Make an empty let a warning rather than an
-       error.
-       (elint-check-setq-form): Make an empty setq a warning rather than an
-       error.  Respect elint-ignored-warnings.
-       (elint-check-defvar-form): Accept null doc-strings.
-       (elint-check-conditional-form): New handler.  Does some simple-minded
-       checking of featurep and (f)boundp tests.
-       (elint-put-function-args): New function.
-       (elint-initialize): Use elint-scan-doc-file rather than
-       elint-find-builtin-variables.  Use elint-put-function-args.
-       Possibly scan preloaded-file-list.
-       (elint-scan-doc-file): Rename from elint-find-builtin-variables and
-       extend to handle functions as well.
-
-2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
-
-       * linum.el (linum-delete-overlays, linum-update-window):
-       Do not modify the right margin.  (Bug#3971)
-
-2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (conf-mode-maybe, magic-fallback-mode-alist):
-       Use nxml-mode instead of xml-mode.
-
-2009-09-21  Kevin Ryde  <user42@zip.com.au>
-
-       * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
-
-2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * net/dig.el (dig-mode): Use define-derived-mode.
-
-2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dispatcher.el (vc-do-command): Return the process object in
-       the asynchronous case.  Use when instead of if.  Do not run
-       vc-exec-after to display a message if not enabled.  (Bug#4463)
-
-       * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
-       properties to the stash strings.
-       (vc-git-stash-list): Return a list of strings.
-       (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
-       (vc-git-stash-show-at-point): New functions.
-       (vc-git-stash-map): New keymap.
-
-       * register.el (ctl-x-r-map): Define the keys here instead of
-       using autoload.
-
-2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
-
-       * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
-       list, to workaround performance problem (bug#4485).
-
-2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gud.el (gud-sentinel): Revert indavertant change.
-
-2009-09-20  Daiki Ueno  <ueno@unixuser.org>
-
-       * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
-       Document that this option is not recommended to use.
-
-2009-09-19  Glenn Morris  <rgm@gnu.org>
-
-       * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
-       variable `var'.
-
-       * calc/calc-alg.el (var):
-       * calc/calcalg2.el (var): Define for compiler.
-
-2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
-       Doc fix (Bug#3932).
-
-       * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
-
-       * time-stamp.el (time-stamp-month-dd-yyyy)
-       (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
-       (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
-       (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
-       (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
-       Remove functions that have been obsolete since 1995 (Bug#4436).
-
-       * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
-       indent buffer only if called interactively (Bug#4452).
-
-2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
-           Eli Zaretskii  <eliz@gnu.org>
-
-       This fixes bug#4197 (merged to bug#865, though not identical).
-       * server.el (server-auth-dir): Add docstring note about FAT32.
-       (server-ensure-safe-dir): Accept FAT32 directories as "safe",
-       but warn against using them.
-
-2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
-       older GDB where there is no has_more field.
-
-2009-09-19  Glenn Morris  <rgm@gnu.org>
-
-       * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
-
-2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (auto-mode-alist): Change default for XML files to nXML
-       mode (Bug#4169).
-
-2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
-
-       * server.el (server-ensure-safe-dir): Pass 'integer
-       to `file-attributes', as suggested.
-
-2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * dired-aux.el (dired-query-alist): Remove spurious backslash.
-       (dired-query): Use read-key.
-
-2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
-
-       * cus-start.el (ns-use-qd-smoothing): Remove.
-
-2009-09-18  Glenn Morris  <rgm@gnu.org>
-
-       * allout.el (top-level): Remove unnecessary progn.
-
-       * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
-
-       * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
-       definition of abbrev table.
-
-       * speedbar.el (speedbar-track-mouse):
-       * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
-       * net/eudc.el (eudc-expand-inline):
-       * net/newst-backend.el (newsticker--cache-read-feed):
-       * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
-       condition-case handlers.
-
-2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-frame-address): New variable.
-       (gdb-var-list): Add an element for has_more field.
-       (gdb-non-stop-handler): Enable pretty printing for STL containers.
-       (gdb-var-create-handler, gdb-var-list-children-handler-1)
-       (gdb-var-update-handler-1): Parse output of dynamic variable
-       objects (STL containers).
-       (gdb-var-delete-1): Pass var1 as an explicit second argument.
-       (gdb-get-field): Delete alias.  Use bindat-get-field directly.
-
-       * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
-       gdb-var-list.
-       (gud-speedbar-buttons): Make node expandable if expression "has more"
-       children.
-
-2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
-
-       * startup.el (emacs-quick-startup): Remove variable and all uses.
-       (command-line): Set `inhibit-x-resources' instead.
-       (command-line-1): Use `inhibit-x-resources' instead.
-
-2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * subr.el: Fix last change to avoid using the `unless' macro,
-       which breaks bootstrapping.
-
-2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
-       extended definitions, in case we reload subr.el after having
-       loaded CL.
-       (eval-next-after-load): Mark as obsolete.
-
-2009-09-17  Juri Linkov  <juri@jurta.org>
-
-       * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
-       (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
-       (menu-bar-showhide-menu, menu-bar-tools-menu)
-       (menu-bar-describe-menu, menu-bar-help-menu)
-       (minibuffer-local-completion-map, minibuffer-local-map):
-       Fix list quoting.
-
-2009-09-17  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
-       arguments, whether or not it has a handler.
-
-       * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
-
-       * simple.el (hard-newline): Give it a doc-string.
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
-       (lisp-mode-syntax-table): Give them doc-strings.
-
-2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
-       (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
-       (menu-bar-options-menu, menu-bar-showhide-menu)
-       (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
-       (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
-       (menu-bar-options-menu, menu-bar-line-wrapping-menu)
-       (menu-bar-options-menu, menu-bar-tools-menu)
-       (menu-bar-describe-menu, menu-bar-search-documentation-menu)
-       (menu-bar-help-menu):
-       (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
-       string arguments.
-
-       * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
-       (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
-       calls for the menu names and :help.
-
-2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mouse.el (minor-mode-menu-from-indicator): Pay attention
-       to :minor-mode-function (bug#4455).
-
-2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * startup.el (command-line): Initialize the window-system after
-       processing the command-line.
-
-       * textmodes/page.el (what-page): Make sure we don't inf-loop if
-       page-delimiter matches the empty string.
-
-2009-09-16  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
-       byte-compile-not-obsolete-var.  It's a list now.
-       (byte-compile-not-obsolete-funcs): New variable.
-       (byte-compile-warn-obsolete): Don't warn about functions if they are in
-       byte-compile-not-obsolete-funcs.
-       (byte-compile-variable-ref, byte-compile-defvar): Update for
-       byte-compile-not-obsolete-vars name-change and list nature.
-       (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
-       and variables behind (f)boundp tests.
-       * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
-
-2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
-
-2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
-       * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
-       Don't autoload.
-
-2009-09-15  Stephen Eglen  <stephen@gnu.org>
-
-       * iswitchb.el (iswitchb-read-buffer): When selecting a match from
-       the virtual-buffers, use the name of the buffer specified by
-       find-file-noselect, as the match may be a symlink.  (This was a
-       problem if the target and the symlink had different names.)
-
-2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * custom.el (custom-initialize-default, custom-initialize-set): CSE.
-
-       * desktop.el (desktop-path): Check user-emacs-directory.
-
-       * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
-
-       * loadup.el: Use after-load-functions to GC after loading each file.
-       Remove the explicit GC calls that used to be sprinkled around.
-
-       * subr.el (after-load-functions): New hook.
-       (do-after-load-evaluation): Run it.  Use string-match-p to detect
-       `obsolete' packages, rather than painfully extracting the relevant
-       directory name.
-
-2009-09-15  Glenn Morris  <rgm@gnu.org>
-
-       * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
-       free variable `doc'.
-
-       * dired.el (dired-mode-map): Add menu entry for async shell command.
-
-       * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
-       variables, also consider the .elc files, since the .el files are
-       normally gzipped (subsequent code locates the .el.gz from the .elc).
-
-       * calc/calc-prog.el (arglist): Define for compiler.
-
-       * calendar/diary-lib.el (diary-display-function): Change the default to
-       fancy display.
-       (body): Define for compiler.
-
-       * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
-       (byte-compile-file-form, byte-compile-lambda)
-       (byte-compile-top-level-body, byte-compile-form)
-       (byte-compile-variable-ref, byte-compile-setq)
-       (byte-compile-setq-default, byte-compile-body)
-       (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
-       (batch-byte-compile): Give some more local variables with common names
-       a "bytecomp-" prefix to avoid masking warnings about free variables.
-
-       * startup.el (command-line-1): Give local variables with common names a
-       distinguishing prefix, so as not to hide free variable warnings during
-       bootstrap.
-
-       * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
-       clever and add a suffix to make a unique name, just let the user decide
-       whether or not to overwrite it.  If the input is a directory, write the
-       default filename to that directory.  (Bug#4388)
-       (rmail-mime-bulk-handler): Ensure the save button's 'directory property
-       is a filename-as-a-directory.
-
-2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/page.el (what-page): Don't move to beginning of line.
-       See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
-
-2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
-
-2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
-       * help.el (help-for-help-internal): Add purecopy calls for text.
-
-       * vc.el (top): print-log method now takes an optional SHORTLOG
-       argument.  Add a new method: root.
-       (vc-root-diff, vc-print-root-log): New functions.
-       (vc-log-short-style): New variable.
-       (vc-print-log-internal): Add support for showing short logs.
-
-       * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
-       vc-print-root-log and vc-print-root-diff.
-
-       * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
-       * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
-       * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
-       short logs.
-
-       * vc-cvs.el (vc-cvs-print-log):
-       * vc-mtn.el (vc-mtn-print-log):
-       * vc-rcs.el (vc-rcs-print-log):
-       * vc-sccs.el (vc-sccs-print-log):
-       * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
-       that is ignored for now.
-
-       * vc-mtn.el (vc-mtn-annotate-command):
-       * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
-
-2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
-       to function-key-map, and give them ascii-character property.
-       * term/x-win.el (x-alternatives-map):
-       * term/ns-win.el (ns-alternatives-map):
-       * term/internal.el (msdos-key-remapping-map):
-       * w32-fns.el (x-alternatives-map): Remove redundant mappings.
-
-2009-09-14  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
-       temp-buffers (2009-09-12).
-
-2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
-       the new read-key function.
-
-2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
-
-       * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
-       is defined (Bug#4405).
-
-2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
-
-       * recentf.el (recentf-cleanup): Use a hash table to find
-       duplicates (Bug#4407).
-
-2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
-
-       * textmodes/ispell.el (ispell-command-loop): Convert keys such as
-       kp-0 to ascii equivalents (Bug#4325).
-
-2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
-
-       * eshell/em-hist.el:
-       * eshell/em-dirs.el (eshell-complete-user-reference):
-       Declare pcomplete functions and variables to avoid compiler warnings.
-
-2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
-
-       * eshell/em-script.el (eshell-login-script, eshell-rc-script):
-       * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
-       * eshell/em-alias.el (eshell-aliases-file):
-       * eshell/em-hist.el (eshell-history-file-name):
-       Use expand-file-name instead of concat to make file names (Bug#4308).
-
-2009-09-13  Glenn Morris  <rgm@gnu.org>
-
-       * ediff-merg.el (ediff-do-merge):
-       * filesets.el (filesets-run-cmd):
-       * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
-       (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
-       (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
-       (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
-       (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
-       Replace empty `let's with `progn'.
-
-2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mail/sendmail.el (send-mail-function):
-       * tooltip.el (tooltip-mode):
-       * simple.el (transient-mark-mode):
-       * rfn-eshadow.el (file-name-shadow-mode):
-       * frame.el (blink-cursor-mode):
-       * font-core.el (global-font-lock-mode):
-       * files.el (temporary-file-directory)
-       (small-temporary-file-directory, auto-save-file-name-transforms):
-       * epa-hook.el (auto-encryption-mode):
-       * composite.el (global-auto-composition-mode):
-       Use custom-initialize-delay.
-       * startup.el (command-line): Don't explicitly call
-       custom-reevaluate-setting for all the above vars.
-       * custom.el (custom-initialize-safe-set)
-       (custom-initialize-safe-default): Delete.
-
-2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * term/x-win.el (x-initialize-window-system):
-       * term/w32-win.el (w32-initialize-window-system):
-       * term/ns-win.el (ns-initialize-window-system): Don't call
-       mouse-wheel-mode since it's enabled globally by default already.
-
-       * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
-       actually define the variable, but only silences the byte-compiler.
-       (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
-       before looking it up.
-       (mouse-wheel-scroll-amount): Also reset the bindings if this value
-       is changed.
-
-2009-09-12  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
-       1000.
-       (elint-add-required-env): Don't beep on error.
-       (elint-forms): In case of error, return ENV unchanged.
-       (elint-init-env): Skip non-list forms.
-       (elint-log): Handle unknown file positions.
-
-2009-09-12  Daiki Ueno  <ueno@unixuser.org>
-
-       * epg.el (epg-make-context): Add autoload cookie.
-       (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
-       (epg-decrypt-string, epg-start-verify, epg-verify-file)
-       (epg-verify-string, epg-start-sign, epg-sign-file)
-       (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
-       (epg-encrypt-string, epg-start-export-keys)
-       (epg-export-keys-to-file, epg-export-keys-to-string)
-       (epg-start-import-keys, epg-import-keys-from-file)
-       (epg-import-keys-from-string, epg-start-receive-keys)
-       (epg-receive-keys, epg-import-keys-from-server)
-       (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
-       (epg-sign-keys, epg-start-generate-key)
-       (epg-generate-key-from-file, epg-generate-key-from-string):
-       Remove autoload cookie.
-
-2009-09-12  Eli Zaretskii  <eliz@gnu.org>
-
-       * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
-       reevaluation of trash-directory.
-
-       * mwheel.el: Fix last change.
-       (mouse-wheel-mode): New defvar.
-       (mouse-wheel-mode): Remove autoload cookie.
-
-2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mwheel.el (mwheel-installed-bindings): New var.
-       (mouse-wheel-mode): Use it, so as to make sure we really remove all
-       the bindings we set last time.  Use custom-initialize-delay.
-       * loadup.el: Load mwheel after term/*-win.el.
-       * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
-       and mouse-wheel-up-event now that their first evaluation is done
-       sufficiently late to be correct.
-
-       * startup.el (tutorial-directory): Make it a defcustom.
-       Use custom-initialize-delay rather than eval-at-startup to set it.
-       * image.el (image-load-path): Make it a defcustom.
-       Use custom-initialize-delay rather than eval-at-startup to set it.
-       * subr.el (eval-at-startup): Remove.
-       * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
-
-       * subr.el (do-after-load-evaluation): Warn the user after loading an
-       obsolete package.
-
-2009-09-12  Glenn Morris  <rgm@gnu.org>
-
-       * proced.el (proced-mark-alt): Remove alias.
-       (proced-mode-map): Remove proced-mark-alt.
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
-       Elint file and directory.  Remove initialization entry.
-
-       * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
-       commands.
-       (elint-current-buffer): Set mode-line-process.
-       (elint-init-env): Handle define-derived-mode.
-       Fix declare-function with unspecified arglist.  Guard against odd
-       defalias statements (eg iso-insert's 8859-1-map).
-       (elint-add-required-env): Use a temp buffer.
-       (elint-form): Just print the function/macro name, not the whole form.
-       Return env unchanged if we fail to parse a macro.
-       (elint-forms): Guard against parse errors.
-       (elint-output): New function, to handle batch mode.
-       (elint-log-message): Add optional argument.  Use elint-output.
-       (elint-set-mode-line): New function.
-
-2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
-
-       * emacs-lisp/elp.el (elp-not-profilable): Add more
-       functions (Bug#4233).
-
-2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
-
-       * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
-       (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
-
-2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
-       (gdb-var-list-children): Use json parsing.
-
-2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
-
-       * progmodes/js.el (js--proper-indentation): Handle the case where
-       char-before is null.  Reported by Deniz Dogan.
-
-2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
-
-       * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
-
-2009-09-11  Daiki Ueno  <ueno@unixuser.org>
-
-       * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
-       (epg-digest-algorithm-alist): Add SHA224.
-       (epg-context-set-passphrase-callback)
-       (epg-context-set-progress-callback): Add description about
-       callback function.
-
-2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * custom.el (custom-delayed-init-variables): New var.
-       (custom-initialize-delay): New function.
-       * startup.el (command-line): "Re"evaluate all vars in
-       custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
-       explicitly any more.
-       * abbrev.el (abbrev-file-name): Use custom-initialize-delay
-       to avoid creating a ~/.emacs.d at build-time (bug#4347).
-
-       * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
-
-2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
-       (gdb-var-update-handler): Use json parsing.
-
-2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
-
-       * vc-annotate.el (vc-annotate): Use the main file's coding-system to
-       decode annotated text, regardless of language environment.  (Bug#2741)
-
-2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * Makefile.in (autoloads): Make rmail.el writable as well.
-
-2009-09-11  Glenn Morris  <rgm@gnu.org>
-
-       * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
-       loaddefs.el.
-       * dired.el: Regenerate with extracted autoloads.
-       * Makefile.in (autoloads): Make dired.el writable.
-
-       * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
-       * ibuffer.el: Regenerate with extracted autoloads.
-       * Makefile.in (autoloads): Make ibuffer.el writable.
-
-       * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
-       * version.el (emacs-copyright, emacs-major-version)
-       (emacs-minor-version): Reformat doc-strings for make-docfile.
-
-       * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
-       functions and variables, since they must be stuff specific to some other
-       platform.
-       (apropos-print): Make mouse-click message less specific about button.
-
-       * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
-       that records where a macro was defined.
-       * help-fns.el (describe-function-1): Mention if a function has a
-       compiler-macro.
-       * help-mode.el (help-function-cmacro): New button.
-
-       * locate.el (top-level): Always require dired.
-       (locate-mode-map): Initialize inside the defvar.
-
-       * net/ange-ftp.el (dired-compress-file): Declare.
-       (ange-ftp-dired-compress-file): Add doc string.
-
-       * term/ns-win.el (x-display-name, x-setup-function-keys):
-       Unify doc-strings with X versions.
-
-2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emulation/crisp.el (crisp-mode-map): Move initialization
-       into declaration.
-       (crisp-mode): Use define-minor-mode.
-
-       * progmodes/xscheme.el (xscheme-evaluation-commands):
-       Put a :advertised-binding property rather than using
-       advertised-xscheme-send-previous-expression.
-       (advertised-xscheme-send-previous-expression): Declare obsolete.
-       * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
-       `advertised-undo'.
-       (crisp-mode): Add corresponding bindings to
-       undo's :advertised-binding instead.
-       * dired.el (dired-mode-map): Put a :advertised-binding property rather
-       than using dired-advertised-find-file.
-       (dired-advertised-find-file):
-       * simple.el (advertised-undo):
-       * wid-edit.el (advertised-widget-backward): Declare obsolete.
-       (widget-keymap): Put a :advertised-binding property rather
-       than using advertised-widget-backward.
-       * bindings.el (ctl-x-map): Put a :advertised-binding property rather
-       than using advertised-undo.
-       * tutorial.el (tutorial--default-keys): Adjust accordingly.
-
-2009-09-10  Simon South  <ssouth@slowcomputing.org>
-
-       * progmodes/delphi.el (delphi-tab): Indent region when Transient
-       Mark mode is enabled and region is active; otherwise indent or
-       insert TAB as usual.
-       (delphi-mode): Update description of TAB-key binding.
-
-2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (define-key-rebound-commands): Mark obsolete.
-       * startup.el (precompute-menubar-bindings): Remove.
-       (normal-top-level): Remove obsolete code that tried to precompute
-       menubar bindings.
-       * loadup.el (define-key-rebound-commands): Don't bother fiddling with
-       define-key-rebound-commands and precompute-menubar-bindings.
-
-2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * net/imap.el (imap-interactive-login): Better messages.
-       (imap-open): Fix bug with renamed buffer on reconnect.
-       (imap-authenticate): Add buffer-local imap-last-authenticator variable
-       for easier debugging and cleaner code.  On successful (guessed based on
-       server capabilities) secondary authentication, set imap-state
-       correctly.
-       (imap-last-authenticator): Define imap-last-authenticator as a variable
-       to avoid warnings.
-
-2009-09-10  Glenn Morris  <rgm@gnu.org>
-
-       * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
-
-       * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
-       (byte-compile-file-form-autoload): Don't warn about unknown functions
-       where the autoload statement comes after the use.
-       (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
-       that any handlers inside the body (eg require) are in turn respected.
-
-       * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
-       effects.
-
-       * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
-       and syntax and abbrev tables basic docs, if they don't have any.
-
-       * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
-
-       * international/mule-cmds.el (top-level): Require cl when compiling.
-       (view-hello-file): Use default-value rather than
-       default-enable-multibyte-characters.
-
-       * progmodes/fortran.el: Move all safe and risky properties into the
-       defcustoms.
-
-       * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
-       * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
-       * mail/undigest.el:
-       Put autoloads in rmail.el rather than loaddefs.el.
-       * mail/rmail.el: Regenerate with extracted autoloads.
-
-       * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
-       * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
-
-2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
-
-       Reported in thread for Bug#4375.
-       * progmodes/gud.el (gud-tooltip-print-command): Use MI command
-       "-data-evaluate-expression" instead of print.
-       * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
-       (gdb-tooltip-print): Parse output from above MI command.
-       (gdb): Revert 2009-08-11 change.  User should detach inferior
-       manually.
-
-       Remove the word "separate" from IO functions as inferior
-       output is now never displayed in the GUD buffer.
-
-2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
-
-       * startup.el (command-line-normalize-file-name): On Windows and
-       MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
-
-2009-09-10  Juri Linkov  <juri@jurta.org>
-
-       * isearch.el (isearch-text-char-description): Propertize escape
-       character sequences with the `escape-glyph' face.  (Bug#4344)
-
-       * simple.el (shell-command): Set asynchronous process filter to
-       `comint-output-filter'.  (Bug#4343)
-
-       * progmodes/grep.el (grep-template): Add "<X>" to docstring.
-       (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
-       the list.  Move "asm" to the bottom.
-       (grep-find-ignored-directories): Add `choice' with nil value
-       to empty the list easily.
-       (grep-find-ignored-files): New option.
-       (grep-files-history): Set to nil by default instead of '("ch" "el").
-       (grep-compute-defaults): Add "<X>" to `grep-template'.
-       (grep-read-files): Bind new local variables `default-alias' and
-       `default-extension'.  Use a list of default values for the file prompt.
-       (lgrep): Add `--exclude=' command line options composed from
-       `grep-find-ignored-files'.
-       (rgrep): Add `-name' command line options composed from
-       `grep-find-ignored-files'.  (Bug#4301)
-
-2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
-       (bug#4368).
-
-2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * calendar/time-date.el (autoload):
-       Expand define-obsolete-function-alias into defalias and make-obsolete
-       for old Emacsen that Gnus supports.
-       (with-no-warnings): Define it for old Emacsen.
-       (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
-       is available.
-       (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
-       float-time is available; suppress compile warning for time-to-seconds.
-
-2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       * net/imap.el (imap-message-map): Docstring fix.
-
-2009-09-09  Glenn Morris  <rgm@gnu.org>
-
-       * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
-       line numbers too.  (Bug#4374)
-
-2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * smerge-mode.el (smerge-remove-props, smerge-refine):
-       Use with-silent-modifications (bug#4342).
-
-       * subr.el (with-silent-modifications): New macro.
-
-2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
-
-       * files.el (top-level): Require `cl' when compiling.
-
-2009-09-07  Glenn Morris  <rgm@gnu.org>
-
-       * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
-
-       * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
-       (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
-
-2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
-
-       * vc-git.el (vc-git-annotate-command): Use separator to parse
-       arguments correctly.
-
-2009-09-06  Eli Zaretskii  <eliz@gnu.org>
-
-       * proced.el (proced-mode): Doc fix.
-
-2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
-
-       * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
-       lstat fails.
-       (tramp-do-file-attributes-with-ls): Check for file existence at
-       remote end.
-       (tramp-do-file-attributes-with-stat): Likewise.
-       (tramp-convert-file-attributes): Return nil when attr is nil.
-
-2009-09-05  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
-       properties to this button.
-       (diary-fancy-display): Don't extend the button to the final newline.
-       (diary-fancy-display-mode): Continue to define "q" as a local key.
-
-       * calendar/cal-china.el (holiday-chinese): Make it slightly more
-       efficient.
-
-       * font-lock.el (lisp-font-lock-keywords-2): Add letf.
-
-       * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
-       (byte-compile-dest-file-function): New option.
-       (byte-compile-dest-file): Doc fix.
-       Obey byte-compile-dest-file-function.
-       (byte-compile-cl-file-p): New function.
-       (byte-compile-eval): Only suppress noruntime warnings about cl functions
-       if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
-       (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
-       than for file being previously loaded.
-       (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
-       (byte-compile-file-form-require): Handle the case where requiring a file
-       indirectly causes CL to be loaded.
-
-2009-09-05  Karl Fogel  <kfogel@red-bean.com>
-
-       * files.el (find-alternate-file): Run `kill-buffer-hook' manually
-       before killing the old buffer, since by the time `kill-buffer' is
-       run so many buffer variables have been set to nil that it may not
-       behave as expected.  (Bug#4061)
-
-2009-09-05  Karl Fogel  <kfogel@red-bean.com>
-
-       * files.el (find-alternate-file): If the old buffer is modified
-       and visiting a file, behave similarly to `kill-buffer' when
-       killing it, thus reverting to the pre-1.878 behavior; see
-       http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
-       for discussion.  Also, consult `buffer-file-name' as a variable
-       not as a function, for consistency with the rest of the code.
-
-2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
-       also when adding a new directory.
-
-       * net/tramp-compat.el (tramp-compat-line-beginning-position):
-       New defun.
-
-2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * files.el (locate-file-completion-table): Make it provide boundary
-       information, so partial-completion works better.
-
-2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
-
-       * mail/footnote.el (Footnote-text-under-cursor):
-       Check footnote-text-marker-alist before using it (bug#4324).
-
-2009-09-04  Glenn Morris  <rgm@gnu.org>
-
-       * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
-       * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
-       * play/solitaire.el, play/tetris.el:
-       Remove leading * from defcustom and defface docs.
-
-       * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
-       necessary.
-       (diary-fancy-overriding-map): New variable.
-       (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
-       Use view-mode.
-
-       * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
-       goto-line.
-
-2009-09-03  Glenn Morris  <rgm@gnu.org>
-
-       * arc-mode.el (archive-mode):
-       * dos-fns.el (set-default-process-coding-system):
-       * man.el (Man-getpage-in-background):
-       * menu-bar.el (menu-bar-describe-menu):
-       * server.el (server-process-filter):
-       * startup.el (command-line):
-       * tar-mode.el (tar-header-block-tokenize, tar-extract):
-       * w32-fns.el (set-default-process-coding-system):
-       * x-dnd.el (x-dnd-handle-file-name):
-       * international/mule-cmds.el (mule-menu-keymap)
-       (set-default-coding-systems, language-info-alist, set-language-info)
-       (set-language-environment, standard-display-european-internal)
-       (set-locale-environment):
-       * international/mule-diag.el (mule-diag):
-       * mail/emacsbug.el (report-emacs-bug):
-       * mail/rmail.el (rmail-mode):
-       * mail/sendmail.el (mail-setup):
-       Use default-value rather than default-enable-multibyte-characters.
-
-       * progmodes/f90.el: Move all safe properties into the defcustoms.
-       (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
-
-       * calendar/appt.el (appt-check):
-       * calendar/diary-lib.el (diary-set-header, diary-live-p)
-       (diary-check-diary-file, diary-list-entries)
-       (diary-include-other-diary-files, diary-simple-display)
-       (diary-fancy-display, diary-print-entries)
-       (diary-mark-included-diary-files, diary-make-entry):
-       Don't call substitute-in-file-name on diary-file.
-
-2009-09-03  Eduard Wiebe  <usenet@pusto.de>
-           Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * mail/footnote.el (footnote-prefix): Make it a defcustom.
-       (footnote-mode-map): Move initialization into the declaration.
-       (footnote-minor-mode-map): Define it rather than changing global-map.
-       (footnote-mode): Use define-minor-mode.
-
-2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-file-attributes-with-ls)
-       (tramp-do-file-attributes-with-perl)
-       (tramp-do-file-attributes-with-stat): Rename from
-       `tramp-handle-file-attributes-with-*'.
-       (tramp-handle-file-attributes): Use them.
-       (tramp-do-directory-files-and-attributes-with-perl)
-       (tramp-do-directory-files-and-attributes-with-stat): Rename from
-       `tramp-handle-directory-files-and-attributes-with-*'.
-       (tramp-handle-directory-files-and-attributes): Use them.
-       (tramp-method-out-of-band-p): Additional parameter SIZE.
-       (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
-       (tramp-handle-write-region): Use it.
-       (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
-       (tramp-handle-vc-registered): Check, whether the first run did
-       return files to be tested.
-       (tramp-advice-make-auto-save-file-name): Do not call directly
-       `tramp-handle-make-auto-save-file-name', because this would bypass
-       the locking mechanism.
-
-       * net/tramp-compat.el (top): Autoload used functions from tramp.el.
-       (file-remote-p, process-file, start-file-process, set-file-times)
-       (tramp-compat-file-attributes): Compatibility functions shall not
-       call directly `tramp-handle-*', because this would bypass the
-       locking mechanism.
-       (tramp-compat-number-sequence): New defun.
-
-2009-09-02  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
-       alias for float-time.
-       (time-to-number-of-days): In Emacs, use float-time.
-       * net/newst-backend.el (time-add): Suppress warnings from compat
-       function.
-       * time.el (emacs-uptime, emacs-init-time):
-       * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
-       Use float-time rather than time-to-seconds.
-
-       * minibuffer.el (completion-initials-expand): Fix typo.
-
-       * faces.el (modeline, modeline-inactive, modeline-highlight)
-       (modeline-buffer-id):
-       * info.el (info-menu-5): Mark these face aliases as obsolete.
-
-2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-current-context-command): Move the
-       space ...
-       (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
-       no "--thread" option.
-       (gdb-stopped): Don't print "Switched to thread" message when it is
-       unchanged.
-
-2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * minibuffer.el (completion-try-completion)
-       (completion-all-completions): Remove ill-defined (and
-       mistakenly installed and luckily never used nor documented)
-       `completion-styles' property.
-       (completion-initials-expand, completion-initials-all-completions)
-       (completion-initials-try-completion): New functions.
-       (completion-styles-alist): Add doc to each entry.
-       Add new `initials' entry.
-
-2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
-       MI command -var-evaluate-expression.
-       (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
-       and tweak for case of string child.
-       (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
-
-2009-09-01  Glenn Morris  <rgm@gnu.org>
-
-       * add-log.el (change-log-date-face, change-log-name-face)
-       (change-log-email-face, change-log-file-face, change-log-list-face)
-       (change-log-conditionals-face, change-log-function-face)
-       (change-log-acknowledgement-face):
-       * cus-edit.el (custom-invalid-face, custom-rogue-face)
-       (custom-modified-face, custom-set-face, custom-changed-face)
-       (custom-saved-face, custom-button-face, custom-button-pressed-face)
-       (custom-documentation-face, custom-state-face, custom-comment-face)
-       (custom-comment-tag-face, custom-variable-tag-face)
-       (custom-variable-button-face, custom-face-tag-face)
-       (custom-group-tag-face-1, custom-group-tag-face):
-       * diff-mode.el (diff-header-face, diff-file-header-face)
-       (diff-index-face, diff-hunk-header-face, diff-removed-face)
-       (diff-added-face, diff-changed-face, diff-function-face)
-       (diff-context-face, diff-nonexistent-face):
-       * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
-       * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
-       * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
-       (Info-title-4-face):
-       * isearch.el (isearch-lazy-highlight-face):
-       * log-view.el (log-view-file-face, log-view-message-face):
-       * paren.el (show-paren-match-face, show-paren-mismatch-face):
-       * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
-       (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
-       (cvs-msg-face):
-       * smerge-mode.el (smerge-mine-face, smerge-other-face)
-       (smerge-base-face, smerge-markers-face):
-       * wid-edit.el (widget-documentation-face, widget-button-face)
-       (widget-field-face, widget-single-line-field-face)
-       (widget-inactive-face, widget-button-pressed-face):
-       * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
-       (woman-addition-face):
-       * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
-       (eshell-ls-executable-face, eshell-ls-readonly-face)
-       (eshell-ls-unreadable-face, eshell-ls-special-face)
-       (eshell-ls-missing-face, eshell-ls-archive-face)
-       (eshell-ls-backup-face, eshell-ls-product-face)
-       (eshell-ls-clutter-face):
-       * eshell/em-prompt.el (eshell-prompt-face):
-       * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
-       * obsolete/old-whitespace.el (whitespace-highlight-face):
-       * progmodes/antlr-mode.el (antlr-font-lock-default-face)
-       (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
-       (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
-       (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
-       (antlr-font-lock-literal-face):
-       * progmodes/ebrowse.el (ebrowse-tree-mark-face)
-       (ebrowse-root-class-face, ebrowse-file-name-face)
-       (ebrowse-default-face, ebrowse-member-attribute-face)
-       (ebrowse-member-class-face, ebrowse-progress-face):
-       * progmodes/make-mode.el (makefile-space-face):
-       * progmodes/sh-script.el (sh-heredoc-face):
-       * textmodes/flyspell.el (flyspell-incorrect-face)
-       (flyspell-duplicate-face):
-       * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
-       * textmodes/texinfo.el (texinfo-heading-face):
-       Mark face aliases with "-face" suffix as obsolete.
-
-       * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
-       compiler.
-
-       * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
-       (eudc-bob-sound-menu): Use defvar rather than defconst, since
-       easy-menu-define wants to modify these.
-
-       * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
-
-       * net/browse-url.el (browse-url-file-url):
-       * term/internal.el (dos-codepage-setup):
-       Use default-value rather than default-enable-multibyte-characters.
-
-       * progmodes/etags.el (etags-goto-tag-location):
-       * progmodes/flymake.el (flymake-highlight-line)
-       (flymake-goto-file-and-line, flymake-goto-line):
-       * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
-       (gdb-goto-breakpoint):
-       * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
-       * progmodes/python.el (python-find-function)
-       (python-pdbtrack-track-stack-file):
-       * progmodes/verilog-mode.el (verilog-surelint-off):
-       * term/ns-win.el (ns-open-file-select-line):
-       * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
-       Use forward-line rather than goto-line.
-
-       * textmodes/reftex-cite.el (reftex-offer-bib-menu):
-       * textmodes/reftex-index.el (reftex-display-index):
-       * textmodes/reftex-ref.el (reftex-offer-label-menu):
-       * textmodes/reftex-toc.el (reftex-toc):
-       Remove unnecessary bindings of default-major-mode (all are followed by
-       major-mode check and possible mode switch).
-
-2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
-       Handle watchpoints (bug#4282).
-       (def-gdb-thread-buffer-command): Enable thread to be selected by
-       clicking without selecting threads buffer first.
-       (gdb-current-context-command): Use selected frame so that "up",
-       "down" etc work in the GUD buffer.
-       (gdb-update): Find selected frame before rendering stack buffer.
-       (gdb-frame-handler): Set gdb-frame-number for stack buffer.
-
-2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/sym-comp.el (displayed-completions): Remove.
-       (symbol-complete): Use minibuffer-complete.
-
-2009-08-31  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
-
-       * apropos.el (apropos-symbols-internal):
-       Handle (obsolete) face aliases.
-
-       * faces.el (describe-face): Adjust the output format to be more like
-       describe-variable, and to mention (obsolete) face aliases.
-       Adjust the whitespace so that help-setup-xref works.
-
-       * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
-       * calendar/diary-lib.el (diary-button-face):
-       Mark these face aliases as obsolete.
-
-       * calendar/calendar.el (calendar-today): Doc fix.
-
-2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-control-all-threads)
-       (gdb-control-current-thread): Force tool bar update.
-       (gdb-non-stop-handler): New function.
-       (gdb-init-1): Use it to test if non-stop mode is supported.
-       Remove unused gdbmi buffer type.
-
-2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
-
-       * progmodes/grep.el (grep-read-files): Strip trailing <N> from
-       buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
-
-2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
-
-       * comint.el (comint-exec-1): Check command is non-null first.
-       Part of gdb-mi.el change (2009-08-28).
-
-2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
-
-2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
-
-       * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
-       instead of `dolist' to avoid a recursive require when bootstrapping.
-
-2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
-
-       * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
-
-       * net/imap.el (imap-send-command): Simplify.
-       (imap-wait-for-tag): point-max -> buffer-size.
-
-       * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
-
-       * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
-       with constant argument.
-
-       * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
-
-       * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
-
-       * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
-       Change default, since most of our files don't have a history.
-       (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
-       the user.
-
-       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
-       Add comint-run.
-
-       * calc/calc.el: Improve commenting convention.
-       (calc-digit-map, toplevel): Simplify.
-
-       * comint.el (comint-insert-input): Be careful to only set point if we
-       don't delegate to some other command.
-
-       * proced.el (proced-signal-list): Make it an alist.
-       (proced-grammar-alist): Capitalize names.
-       (proced-send-signal): Use a non-hidden buffer (since it's displayed).
-       Disable undo manually and make it read-only.
-       Use completion-annotate-function.
-
-       * minibuffer.el (minibuffer-message): If the current buffer is not
-       a minibuffer, insert the message in the echo area rather than at the
-       end of the buffer.
-       (completion-annotate-function): New variable.
-       (minibuffer-completion-help): Use it.
-       (completion--embedded-envvar-table): Environment vars are
-       always case-sensitive.
-
-2009-08-30  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
-       from fortran-current-defun.
-       (fortran-beginning-of-subprogram): Be more precise about finding the
-       start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
-       (fortran-end-of-subprogram): Simplify.
-       (fortran-current-defun): Use fortran-start-prog-re.
-
-2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
-
-       * subr.el (do-after-load-evaluation): Simplify.
-
-2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
-
-       * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
-       (vc-rcs-print-log): Use it.
-
-       * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
-
-2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * paths.el (abbrev-file-name): Move to abbrev.el.
-       * abbrev.el (abbrev-file-name): Move from paths.el.
-       Obey user-emacs-directory.
-       * calc/calc.el (calc-settings-file): Don't autoload and instead obey
-       user-emacs-directory.
-       * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
-       abbrev-file-name and calc-settings-file any more.
-       * startup.el (command-line): Recompute abbrev-file-name and
-       abbreviated-home-dir.
-       (normal-no-mouse-startup-screen): Improve the generic code and get rid
-       of the special code for when C-h bindings haven't been changed.
-       (display-startup-echo-area-message): Use with-current-buffer.
-       (command-line-1): Use a list of strings, rather than a list of lists
-       of strings for longopts.
-
-       * files.el (get-free-disk-space): Use / for default-directory.
-
-       * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
-       Use with-current-buffer.
-
-       * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
-       Recognize immutable variables like most-positive-fixnum.
-       (byte-compile-setq-default): Check and warn if trying to assign
-       to an immutable variable, or a non-variable.
-
-       * progmodes/cc-vars.el (c-comment-continuation-stars):
-       * progmodes/cc-engine.el (c-looking-at-bos):
-       * progmodes/cc-cmds.el (c-toggle-auto-state)
-       (c-forward-into-nomenclature, c-backward-into-nomenclature)
-       (c-comment-line-break-function): Add version of obsolescence.
-
-2009-08-28  Juri Linkov  <juri@jurta.org>
-
-       * files.el (magic-fallback-mode-alist): Add ZIP magic number
-       associated with `archive-mode'.
-
-       * image.el (image-type-header-regexps): Use only JPEG magic number
-       to determine JPEG images, and don't use `image-jpeg-p' because
-       Emacs can display non-JFIF non-Exif JPEG images.
-
-2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
-
-       * arc-mode.el (archive-mode):
-       * emacs-lisp/re-builder.el (re-builder-unload-function):
-       Protect against the default value of `major-mode' being nil.
-
-2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
-
-       * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
-       Fix typos in docstrings.
-
-       * progmodes/js.el (js--macro-decl-re): Doc fix.
-       (js--plain-method-re, js--split-name): Refloc docstring.
-       (js--class-styles, js--make-merged-item, js--splice-into-items):
-       Fix typos in docstrings; reflow docstrings.
-       (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
-       (js--variable-decl-matcher, js--inside-pitem-p)
-       (js--parse-state-at-point, js--get-all-known-symbols)
-       (js--symbol-history, js-find-symbol, js--js-references)
-       (js--moz-interactor, js--js-encode-value, js--read-tab):
-       Fix typos in docstrings.
-
-2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/reftex.el (reftex-get-file-buffer-force):
-       * progmodes/verilog-mode.el (verilog-batch-execute-func):
-       * emulation/viper.el (viper-go-away, viper-set-hooks):
-       * emacs-lisp/re-builder.el (re-builder-unload-function):
-       * emacs-lisp/bytecomp.el (byte-compile-file):
-       * ses.el (ses-unload-function):
-       * hexl.el (hexl-find-file):
-       * files.el (normal-mode):
-       * ehelp.el (with-electric-help):
-       * autoinsert.el (auto-insert-alist):
-       * arc-mode.el (archive-mode):
-       Use (default-value 'major-mode) instead of default-major-mode.
-
-       * textmodes/ispell.el (ispell-check-version, ispell-send-string):
-       * international/mule.el (load-with-code-conversion):
-       * emacs-lisp/debug.el (debug):
-       * ediff-vers.el (ediff-rcs-get-output-buffer):
-       * dired.el (dired-internal-noselect): Don't let-bind
-       default-major-mode around code that doesn't use it.
-       E.g. buffer creation via get-buffer-create doesn't use it.
-
-2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (all): Replace "'(lambda" by "(lambda".
-       (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
-       when writing the temp file.  Otherwise, epa-file gets confused.
-       (tramp-register-file-name-handlers): Make it a defun.  Move also
-       `epa-file-handler' to the front of `file-name-handler-alist'.
-
-2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
-       start right after a ^M.
-       (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
-       (tramp-completion-file-name-regexp-separate)
-       (tramp-completion-file-name-regexp-url): Use \\` and \\'.
-       (tramp-handle-file-attributes, tramp-set-file-uid-gid):
-       Don't modify last-coding-system-used by accident.
-       (tramp-completion-file-name-handler): Apply the checks here,
-       instead during registration.
-       (tramp-register-file-name-handlers): Rename from
-       `tramp-register-file-name-handler'.  Register both
-       `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
-       (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
-
-2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
-       Remove variable ...
-       (gdb-init-1, gdb-display-separate-io-buffer)
-       (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
-       references to it.
-       (gdb-inferior-io-mode): Use make-comint-in-buffer.
-       (gdb-inferior-filter): Use comint-output-filter to stop
-       echoing and remove ^M characters.
-
-2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emulation/viper-init.el (viper-restore-cursor-type):
-       * emulation/cua-base.el (cua--update-indications):
-       Replace default-cursor-type with (default-value 'cursor-type).
-
-       * mail/sendmail.el (mail-recover-1):
-       * international/mule-diag.el (describe-current-coding-system-briefly)
-       (describe-current-coding-system):
-       * international/mule-cmds.el (select-safe-coding-system)
-       (select-message-coding-system)
-       (set-language-environment-coding-systems, set-locale-environment):
-       * hexl.el (hexl-insert-multibyte-char):
-       * dos-w32.el (find-buffer-file-type-coding-system):
-       * simple.el (what-cursor-position):
-       Replace uses of default-buffer-file-coding-system
-       with (default-value 'buffer-file-coding-system).
-
-       * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
-       Replace uses of default-cursor-in-non-selected-windows
-       with (default-value 'cursor-in-non-selected-windows).
-       Use with-current-buffer.
-
-       * mail/feedmail.el: Use CL macros.
-       (feedmail-run-the-queue, feedmail-send-it-immediately):
-       * dos-w32.el (find-buffer-file-type): Replace uses of
-       default-buffer-file-type with (default-value 'buffer-file-type).
-
-2009-08-28  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
-       (diary-show-all-entries, diary-mark-entries, diary-make-entry):
-       Use default-value of major-mode rather than default-major-mode.
-
-2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * Makefile.in (update-elcfiles): Report left over elc files.
-
-       * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
-       expand-file-name and with-current-buffer.
-       (mail-get-names, mail-directory): Use with-current-buffer.
-
-       * vc.el (vc-read-revision): New function.
-       (vc-version-diff, vc-merge): Use it.
-
-2009-08-27  Sam Steingold  <sds@gnu.org>
-
-       * simple.el (kill-do-not-save-duplicates): New user option.
-       (kill-new): When it is non-nil, and the new string is the same as
-       the latest kill, set replace to t to avoid duplicates in kill-ring.
-
-2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
-
-       * net/tramp.el (tramp-handle-process-file): Do not flush all
-       caches when `process-file-side-effects' is set.
-       (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
-       instead of `tramp-find-file-exists-command'.
-       Unset `process-file-side-effects'.
-
-2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-methods): New method "rsyncc".
-       (top): Add completion function for "rsyncc".
-       (tramp-message-show-message): New defvar.
-       (tramp-message, tramp-error): Use it.
-       (tramp-do-copy-or-rename-file-directly): Extend check for direct
-       remote copying.
-       (tramp-do-copy-or-rename-file-out-of-band): Handle new
-       `tramp-methods' entry `copy-env' of "rsyncc".
-       (tramp-vc-registered-read-file-names): New defconst.
-       (tramp-vc-registered-file-names): New defvar.
-       (tramp-handle-vc-registered): Implement optimization strategy.
-       (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
-       (tramp-vc-file-name-handler): New defun.
-       (tramp-get-ls-command, tramp-get-test-command)
-       (tramp-get-file-exists-command, tramp-get-remote-ln)
-       (tramp-get-remote-perl, tramp-get-remote-stat)
-       (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
-
-       * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
-       (tramp-cache-inhibit-cache): Extend doc string.  It allows also
-       timestamps.
-       (tramp-get-file-property): Check for timestamps in
-       `tramp-cache-inhibit-cache'.
-       (tramp-set-file-property): Write timestamp.
-
-2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
-
-       * language/japan-util.el (japanese-symbol-table): Add entries for
-       cp932-2-byte.
-
-       * international/characters.el: Add category `j' to cp932-2-byte.
-
-2009-08-27  Kenichi Handa  <handa@m17n.org>
-
-       * international/fontset.el (build-default-fontset-data): New macro.
-       (setup-default-fontset): Use build-default-fontset-data for CJK,
-       tibetan, ethiopic, and ipa.
-
-2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * cus-start.el (default-major-mode): Customize `major-mode' instead.
-       (enable-multibyte-characters): Not customizable any more.
-
-       * subr.el (default-mode-line-format, default-header-line-format)
-       (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
-       (default-direction-reversed, default-truncate-lines)
-       (default-left-margin, default-tab-width, default-case-fold-search)
-       (default-left-margin-width, default-right-margin-width)
-       (default-left-fringe-width, default-right-fringe-width)
-       (default-fringes-outside-margins, default-scroll-bar-width)
-       (default-vertical-scroll-bar, default-indicate-empty-lines)
-       (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
-       (default-fringe-cursor-alist, default-scroll-up-aggressively)
-       (default-scroll-down-aggressively, default-fill-column)
-       (default-cursor-type, default-buffer-file-type)
-       (default-cursor-in-non-selected-windows)
-       (default-buffer-file-coding-system, default-major-mode)
-       (default-enable-multibyte-characters): Mark as obsolete.
-
-2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dir.el (vc-dir-update): Remove debug helper.
-
-       * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
-
-2009-08-26  Sam Steingold  <sds@gnu.org>
-
-       * simple.el (save-interprogram-paste-before-kill): New user option.
-       (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
-       save the interprogram-paste into kill-ring before overriding it
-       with the Emacs kill.
-
-2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
-       (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
-       (vc-default-previous-revision): Rename to vc-rcs-previous-revision
-       and move to vc-rcs.el.
-       (vc-default-next-revision): Rename to vc-rcs-next-revision and
-       move to vc-rcs.el.
-       (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
-       (vc-rcs-update-changelog): Remove.
-       (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
-       and move to vc-rcs.el.
-
-       * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
-       (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
-       renaming.
-       (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
-       (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
-       vc.el, renamed to be RCS specific.
-
-       * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
-       New functions.
-       (vc-cvs-update-changelog): Move here from vc.el.
-
-       * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
-       New functions.
-
-2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
-
-2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-register): Use "git add" for directories.
-       (vc-git-stash, vc-git-stash-show): New functions.
-       (vc-git-extra-menu-map): Bind them.
-
-       * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
-       directory correctly in case the item is a directory itself.
-
-       * vc.el: Document the desired behavior for reverted files in the
-       `added' state.
-       (vc-default-prettify-state-info): Remove function, unused.
-
-       * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
-
-2009-08-26  Glenn Morris  <rgm@gnu.org>
-
-       * bindings.el (standard-mode-line-format): Reposition dashes in
-       which-func entry.  (Bug#4217)
-
-       * files.el (enable-local-variables, enable-local-eval)
-       (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
-       the defcustoms.
-       (auto-mode-alist, ignored-local-variables)
-       (save-some-buffers-action-alist): Move risky declarations to the
-       definitions.
-       (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
-       (font-lock-defaults, format-alist, imenu--index-alist)
-       (imenu-generic-expression, input-method-alist, minor-mode-alist)
-       (mode-line-buffer-identification, mode-line-client, mode-line-modes)
-       (mode-line-modified, mode-line-mule-info, mode-line-position)
-       (mode-line-process, mode-line-remote, outline-level)
-       (parse-time-rules, rmail-output-file-alist)
-       (special-display-buffer-names, vc-mode):
-       Move risky declarations to the relevant files.
-       * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
-       (mode-line-modified, mode-line-process, mode-line-position)
-       (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
-       * font-core.el (font-lock-defaults):
-       * format.el (format-alist):
-       * vc-hooks.el (vc-mode):
-       * window.el (special-display-buffer-names):
-       * international/mule-cmds.el (input-method-alist):
-       Define riskiness here (dumped file) rather than in files.el.
-       * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
-       * imenu.el (imenu-generic-expression, imenu--index-alist):
-       * outline.el (outline-level):
-       * time.el (display-time-string):
-       * calendar/parse-time.el (parse-time-rules):
-       * mail/rmailout.el (rmail-output-file-alist):
-       Autoload riskiness here, rather than placing in files.el.
-
-2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
-
-2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
-
-       * simple.el (process-file-side-effects): New defvar.
-
-       * dired-aux.el (dired-show-file-type):
-       * vc.el (vc-diff-internal):
-       * vc-arch.el (vc-arch-diff):
-       * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
-       * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
-       * vc-git.el (vc-git-registered, vc-git-working-revision)
-       (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
-       (vc-git--empty-db-p):
-       * vc-hooks.el (vc-user-login-name):
-       * vc-svn.el (vc-svn-registered, vc-svn-state)
-       (vc-svn-dir-extra-headers, vc-svn-find-revision):
-       * progmodes/grep.el (grep-probe): Let-bind
-       `process-file-side-effects' with nil.
-
-       * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
-
-       * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
-       daemon.  Replace ping by checking for running service for bluez
-       and zeroconf.  (Bug#4239)
-
-2009-08-25  Kevin Ryde  <user42@zip.com.au>
-
-       * net/dig.el (dig): Add autoload cookie.
-
-2009-08-25  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
-       load-history for absolute file-names.
-       (byte-compile-file-form-require): Warn about use of the cl package.
-
-       * format.el (format-alist): Doc fix.
-
-       * play/bubbles.el (top-level): Don't require cl at run-time.
-
-       * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
-       run-time cl).
-
-2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
-       from cl package.
-       (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
-
-2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc-alg.el (math-trig-rewrite)
-       (math-hyperbolic-trig-rewrite): New functions.
-       (calc-simplify): Simplify trig functions when asked.
-
-2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * diff-mode.el (diff-find-source-location): Avoid goto-line.
-
-2009-08-24  Kenichi Handa  <handa@m17n.org>
-
-       * language/ind-util.el (mapthread): Delete it.
-       (combinatorial): New function.
-       (indian--puthash-cv): Use combinatorial instead of mapthread.
-
-2009-08-22  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
-       (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
-       (checkdoc-symbol-words): Add safe-local-variable for list of strings.
-       Clarify docstring that the value is strings not symbols.
-       (checkdoc-list-of-strings-p): New function.
-
-2009-08-22  Glenn Morris  <rgm@gnu.org>
-
-       * files.el (auto-mode-alist):
-       * hippie-exp.el (he-concat-directory-file-name):
-       * lpr.el (lpr-windows-system, printer-name):
-       * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
-       * ps-print.el (ps-windows-system):
-       * startup.el (command-line):
-       * emulation/viper-ex.el (viper-glob-function):
-       * international/mule-cmds.el (set-language-environment-coding-systems):
-       * net/ange-ftp.el (ange-ftp-write-region):
-       * obsolete/fast-lock.el (fast-lock-cache-name):
-       Remove code for defunct system-types emx, macos, mswindows, next-mach,
-       unisoft-unix, vax-vms, win32, w32.
-
-       * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
-       given name if the pattern is not more specific.
-
-       * calendar/lunar.el (lunar-phase-names): New option.
-       (lunar-phase): Doc fix.
-       (lunar-cycles-per-year): New constant.
-       (lunar-index): New function.
-       (lunar-phase-list, diary-lunar-phases): Use lunar-index.
-       (lunar-phase-name): Use lunar-phase-names.
-       (calendar-lunar-phases): Use format.
-       (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
-
-       * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
-       Copy imenu-example--name-and-position function here for own use.
-       (cperl-xsub-scan): Use cperl-imenu-name-and-position.
-
-       * bs.el (bs--redisplay):
-       * cus-edit.el (custom-redraw):
-       * ibuffer.el (ibuffer-bury-buffer):
-       * server.el (server-goto-line-column):
-       * startup.el (command-line-1):
-       * strokes.el (strokes-xpm-for-stroke):
-       * term.el (term-display-buffer-line):
-       * view.el (View-goto-line):
-       * calc/calc.el (calc-do, calc-trail-buffer):
-       * play/gamegrid.el (gamegrid-add-score-insecure):
-       * progmodes/ada-mode.el (ada-compile-goto-error):
-       * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
-       (ebrowse-select-1st-to-9nth):
-       * progmodes/cperl-mode.el (cperl-time-fontification):
-       * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
-       * progmodes/gud.el (gud-display-line):
-       (idlwave-shell-display-line):
-       * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
-       * progmodes/make-mode.el (makefile-browser-toggle):
-       (vhdl-speedbar-port-copy, vhdl-compose-components-package):
-       * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
-       * textmodes/picture.el (picture-draw-rectangle):
-       * textmodes/reftex-index.el (reftex-index-goto-letter):
-       (reftex-select-jump-to-previous):
-       * textmodes/reftex-sel.el (reftex-find-start-point)
-       * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
-       (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
-       * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
-       * textmodes/tex-mode.el (tex-compilation-parse-errors):
-       * textmodes/two-column.el (2C-associated-buffer):
-       Use forward-line rather than goto-line.
-
-       * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
-       goto-line.
-
-       * international/ucs-normalize.el (nfd, decomposition-translation-alist)
-       (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
-       (quick-check-list-to-regexp): Declare.
-
-       * progmodes/make-mode.el (makefile-browser-insert-selection):
-       Use goto-char rather than goto-line.
-
-       * progmodes/prolog.el (compilation-error-regexp-alist)
-       (compilation-forget-errors): Declare.
-
-2009-08-22  Juri Linkov  <juri@jurta.org>
-
-       * progmodes/grep.el (lgrep, rgrep): At the beginning
-       set `dir' to `default-directory' unless `dir' is a non-nil
-       readable directory.  (Bug#4052)
-       (lgrep, rgrep): Change a weird way to report an error
-       from using `read-string' to using `error'.
-       Instead of using interactive arguments in the function body,
-       add new argument `confirm'.
-
-2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * textmodes/remember.el (remember-buffer):
-       * progmodes/cperl-mode.el (cperl-vc-header-alist):
-       * calendar/icalendar.el (icalendar-convert-diary-to-ical)
-       (icalendar-extract-ical-from-buffer):
-       * net/newst-treeview.el (newsticker-groups-filename):
-       * net/newst-backend.el (newsticker-cache-filename):
-       * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
-       (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
-       (speedbar-add-ignored-path-regexp, speedbar-line-path)
-       (speedbar-buffers-line-path, speedbar-path-line)
-       (speedbar-buffers-line-path):
-       * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
-       (epg-sign-keys):
-       * epa.el (epa-display-verify-result):
-       * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
-
-2009-08-21  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/js.el (inferior-moz-process): Fix declaration.
-
-       * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
-
-       * obsolete/rnewspost.el (news-mail-reply):
-       Use goto-char rather than goto-line.
-
-       * term/ns-win.el (ns-open-file-select-line):
-       Use line-beginning-position rather than goto-line.
-
-       * apropos.el (apropos-command):
-       * ehelp.el (electric-helpify):
-       * printing.el (pr-show-setup):
-       * strokes.el (strokes-help):
-       * tutorial.el (tutorial--describe-nonstandard-key)
-       (tutorial--detailed-help):
-       * woman.el (woman-mini-help, woman-display-extended-fonts):
-       * calc/calc-help.el (calc-describe-key):
-       * emulation/edt.el (edt-electric-helpify):
-       * international/mule-diag.el (mule-diag):
-       * play/yow.el (apropos-zippy):
-       * progmodes/python.el (python-describe-symbol):
-       * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
-       * textmodes/table.el (*table--cell-describe-mode)
-       (*table--cell-describe-bindings):
-       Use help-print-return-message rather than the now obsolete alias.
-
-       * calendar/cal-move.el (calendar-cursor-to-nearest-date)
-       (calendar-cursor-to-visible-date):
-       * play/5x5.el (5x5-position-cursor):
-       * play/decipher.el (decipher):
-       * play/gomoku.el (gomoku-goto-xy):
-       * play/landmark.el (lm-goto-xy):
-       * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
-       (mpuz-paint-digit):
-       Use forward-line, not goto-line.
-
-       * mail/rmail.el (rmail-obsolete): Delete custom group.
-       (rmail-pop-password, rmail-pop-password-required): Make into aliases.
-       (rmail-remote-password, rmail-remote-password-required):
-       Remove unneeded :set-after and :set properties.
-
-2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
-
-2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * loadup.el: Remove leftover macos code.
-
-       * vc-git.el (vc-git-annotate-command): Run asynchronously.
-       Explicitly pass the date format to git blame so that user local
-       so that the output format can be parsed.
-
-2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (top): Don't check for (getenv
-       "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
-
-2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
-
-       * log-edit.el (log-edit-strip-single-file-name): New var.
-       (log-edit-insert-changelog): Use it.  Bug#3571
-
-2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (read-passwd): Use read-key so keypad keys work as well.
-       Bug#3287
-
-       * help.el (help-print-return-message): Rename from
-       print-help-return-message.
-
-       * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
-       cvs-mode-map parent hack.
-       (log-view-mode): Derive from special-mode.
-
-       * linum.el (linum-mode): window-size-change-functions is redundant.
-       Adapt to new window-configuration-change-hook behavior.
-       (linum-after-size, linum-after-config): Remove.
-
-       * imenu.el (imenu-example--name-and-position)
-       (imenu-example--lisp-extract-index-name)
-       (imenu-example--create-lisp-index, imenu-example--create-c-index):
-       Mark as obsolete.
-
-       * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
-       (inferior-prolog-mode): Use it.
-       (inferior-prolog-load-file): Reset list of errors.
-
-2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
-
-       * language/tibetan.el ("Tibetan"): Fix sample-text entry.
-
-       * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
-
-2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
-       is running already.
-
-2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * subr.el (listify-key-sequence-1): Use normal syntax since those
-       integers are nowadays always represented by the same (positive) number
-       on all platforms.
-       (read-key-empty-map): New const.
-       (read-key-delay): New var.
-       (read-key): New function.
-       (force-mode-line-update): Use with-current-buffer.
-       (locate-user-emacs-file): Don't forget to abbreviate the file name.
-       (start-process-shell-command, start-file-process-shell-command):
-       Discourage the use of command-args.
-
-2009-08-19  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
-
-2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (choose-completion-string): Don't rely on
-       minibuffer-completing-file-name and ad-hoc checks to decide whether
-       to continue completion or not.
-
-       * minibuffer.el (minibuffer-hide-completions): New function.
-       (completion--do-completion): Use it.
-       (completions-annotations): New face.
-       (completion--insert-strings): Use it.
-       (completion-pcm--delim-wild-regex): Add docstring.
-       (completion-pcm--string->pattern): Add support for 0-width delimiters
-       in completion-pcm--delim-wild-regex.
-
-2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
-       Remove unused var `buffer-modified-p'.
-
-       * minibuffer.el (completion--do-completion): Move point for the #b001
-       case as well (bug#4176).
-       (minibuffer-complete, minibuffer-complete-word): Don't move point.
-
-2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
-       and :session buses.
-
-2009-08-18  Kenichi Handa  <handa@m17n.org>
-
-       * international/ucs-normalize.el (ucs-normalize-version):
-       Change to 1.1.
-       (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
-       (utf-8-hfs): Make it perform normalization on encoding too.
-
-       * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
-       (sentence-end-without-space): Delete duplicated chars.
-       (sentence-end-base): Likewise.
-
-       * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
-       (html-mode): Delete duplicated chars from sentence-end-base.
-
-       * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
-       (texinfo-mode): Delete duplicated chars from sentence-end-base.
-
-2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (hack-one-local-variable): If the mode function is for
-       a minor mode, pass it an argument (Bug#4148).
-
-2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-register-completion-file-name-handler):
-       Check also for (member 'partial-completion completion-styles).
-
-2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
-       abbrev (Bug#3943).
-
-2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
-
-       * progmodes/cperl-mode.el: Merge upstream 6.2.
-       (cperl-mode-syntax-table): Modify syntax entry for ["'`].
-       (cperl-forward-re): Check cperl-brace-recursing.
-       (cperl-highlight-charclass): New function.
-       (cperl-find-pods-heres): Use it.
-       (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
-       (cperl-beautify-regexp-piece): Fix column calculation.
-       (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
-       (cperl-beautify-level): Don't process entire regexp.
-       (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
-       calling man.
-       (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
-       (cperl-init-faces): Build a list in the normal way.
-
-2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * calendar/parse-time.el (parse-time-string-chars): Save match
-       data.
-
-2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
-       (sql-product): Use it.
-       (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
-       (sql-set-product): Add completion.
-       (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
-       (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
-       (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
-       (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
-       (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
-       (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
-       (sql-highlight-db2-keywords): Remove.
-       (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
-       (sql-highlight-product): Use derived-mode-p.
-       (sql-set-sqli-buffer): Use with-current-buffer.
-       (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
-       Simplify.
-
-       * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
-
-       * term.el: Fix commenting convention, turn comments into docstrings.
-
-2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
-
-       * whitespace.el (whitespace-style): Doc fix (Bug#3661).
-
-2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
-
-       * calendar/parse-time.el (parse-time-string-chars): Compute using
-       character classes, to handle non-ascii characters (Bug#3190).
-
-2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
-       another heredoc if the user adds another < (Bug#3226).
-
-       * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
-       Don't initialize based on window-system (Bug#4124).
-
-       * facemenu.el (facemenu-read-color): Use a completion function
-       that accepts any defined color, such as RGB triplets (Bug#3677).
-
-       * files.el (get-free-disk-space): Change fallback default
-       directory to /.  Expand DIR argument before switching to fallback.
-       Suggested by Kevin Ryde (Bug#2631, Bug#3911).
-
-2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (load-library): Doc fix.
-
-2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
-
-       * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
-       (viper-if-string): Redefine C-s in the minibuffer to insert the last
-       incremental search string.
-
-       * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
-       XEmacs.
-
-       * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
-       (ediff-merge-region-is-non-clash)
-       (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
-       Also check if the job is really a merge job.
-
-       * ediff.el (ediff-current-file): New function.
-
-2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/js.el: Edit docstrings throughout to follow Emacs
-       conventions.
-       (js-insert-and-indent): Delete function.
-       (js-mode-map): Don't bind keys to js-insert-and-indent.
-       (js-beginning-of-defun): Rename from js--beginning-of-defun.
-       (js-end-of-defun): Rename from js--end-of-defun.
-       (js-auto-indent-flag): Delete variable.
-
-2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/js.el: Remove proclaim statement.
-       Defvar which-func-imenu-joiner-function to silence compiler.
-
-       * files.el (auto-mode-alist): Use js-mode for .js files.
-
-       * progmodes/js2-mode.el: Remove file.
-
-       * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
-
-       * speedbar.el (speedbar-supported-extension-expressions): Add .js.
-
-       * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
-
-2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
-           Karl Landstrom  <karl.landstrom@brgeight.se>
-
-       * progmodes/js.el: New file.
-
-2009-08-14  Mark A. Hershberger  <mah@everybody.org>
-
-       * timezone.el (timezone-parse-date): Add ability to understand ISO
-       basic format (minimal separators) dates in addition to the
-       already-supported extended format dates.
-
-2009-08-14  Eli Zaretskii  <eliz@gnu.org>
-
-       * international/ucs-normalize.el: Add a `coding' file variable.
-
-       * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
-
-2009-08-14  Sam Steingold  <sds@gnu.org>
-
-       * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
-
-2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
-
-       * faces.el (help-argument-name): Define it here instead of
-       help-fns.el, because in daemon mode help-fns.el may be loaded when
-       faces are still uninitialized (Bug#1078).
-
-       * help-fns.el (help-argument-name): Move defface to faces.el.
-
-2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
-       create buffer with a pty but no process so that GDB can make the
-       inferior the controlling process.
-
-2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
-
-       * international/ucs-normalize.el: New file.
-
-2009-08-13  Richard Stallman  <rms@gnu.org>
-
-       * mail/rmail.el (rmail-get-attr-names):
-       Accept an attribute header that is too short.
-
-       * mail/rmail.el (rmail-forget-messages):
-       Ignore nil elt in rmail-message-vector.  Use dotimes.
-
-       * progmodes/compile.el (compilation-goto-locus):
-       Use next-error-move-function.
-
-       * simple.el (next-error-move-function): New variable.
-
-2009-08-12  Juri Linkov  <juri@jurta.org>
-
-       * progmodes/grep.el (lgrep): Ensure that `default-directory' is
-       always non-nil.  (Bug#4052)
-
-       * replace.el (read-regexp): Return empty string when
-       `default-value' is nil.
-       (keep-lines-read-args): Don't use empty string as the
-       default value for `read-regexp'.  (Bug#2495)
-
-2009-08-12  Juri Linkov  <juri@jurta.org>
-
-       * international/mule-cmds.el (ucs-insert): Change arguments
-       from `arg' to `character', `count', `inherit' to be the same
-       as in `insert-char'.  Doc fix.  (Bug#4039)
-
-       * international/mule-conf.el (utf-16be-with-signature): Doc fix.
-
-2009-08-12  Juri Linkov  <juri@jurta.org>
-
-       * files-x.el: New file.
-
-       * files.el: Move code that deals with adding/deleting
-       file/directory-local variables to files-x.el.
-
-       * Makefile.in (ELCFILES): Add files-x.elc.
-
-2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
-       to use `goto-line'.
-       (gdb-place-breakpoints, gdb-get-location): Rewritten without
-       `goto-line'.
-       (gdb-invalidate-disassembly): Do not refresh upon receiving
-       'update signal.  Instead, update all disassembly buffers only after
-       threads list.
-       (gdb): Send -target-detach when buffer is killed (Bug#3794).
-       (gdb-starting): Move -data-list-register-names...
-       (gdb-stopped): ...here so it's sent when first thread stops.
-       (gdb-registers-handler-custom): Do nothing if register names are
-       unknown yet.
-
-       * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
-       from `gdb-mi.el' to avoid extra tangling.
-
-       * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
-       change which breaks `gud-def' definitions used in `gdb'.
-       (gdb-update-gud-running): No extra fuss for updating frame number.
-
-2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
-       (describe-language-environment-map, setup-language-environment-map)
-       (set-coding-system-map): Move initialization into declaration.
-       (set-language-info-alist): Last arg to define-key-after can be skipped.
-
-       * international/quail.el (quail-completion-1): Simplify.
-       (quail-define-rules): Use slightly more compact code.
-       (quail-insert-decode-map): Propertize keys, compact columns.
-
-       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
-       Add goto-line.
-
-2009-08-10  Miles Bader  <miles@gnu.org>
-
-       * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
-       (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
-       (js2-instance-member, js2-private-member, js2-private-function-call)
-       (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
-       (js2-magic-paren, js2-external-variable):
-       Remove "-face" suffix from face names.
-       (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
-       (js2-highlight-undeclared-vars, js2-peek-token)
-       (js2-parse-function-params, js2-mode-show-errors)
-       (js2-mode-show-warnings, js2-make-magic-delimiter)
-       (js2-mode-highlight-magic-parens): Update to use new face names.
-
-2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
-       (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
-
-2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
-
-       * subr.el: Provide hashtable-print-readable.
-
-       * progmodes/hideshow.el (hs-special-modes-alist): Don't use
-       hs-c-like-adjust-block-beginning.
-       (hs-hide-block-at-point): Stop hiding at the beginning of
-       hs-block-end-regexp (Bug#700).
-
-2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
-       a macro.
-       (gdb-registers-handler-custom): Do not fail when register names
-       are unavailable.
-
-2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-control-all-threads)
-       (gdb-control-current-thread): Interactive setters for
-       `gdb-gud-control-all-threads' to use in menu.
-       (gdb-show-run-p): Show «Go» when process is not active.
-       (gud-tool-bar-map): Add non-stop/A,T indicator.
-       Uses gud/thread.xpm and gud/all.xpm.
-
-2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
-
-       * net/net-utils.el (net-utils-font-lock-keywords): New var.
-       (nslookup-font-lock-keywords): Make it a variable.
-       (net-utils-mode): New mode for viewing diagnostic network output.
-       (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
-       (net-utils-run-simple): New function.
-       (ifconfig, iwconfig, netstat, arp, route): Use it.
-
-2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-read-memory-custom)
-       (gdb-memory-set-address, def-gdb-set-positive-number)
-       (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
-       after changing settings.
-       (gdb-invalidate-disassembly): Update when first shown.
-       (gdb-edit-locals-value): Fix.
-       (gdb-registers-handler-custom): Print registers in right order and
-       allow changing register values (only for current thread yet).
-       (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
-       (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
-       (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
-       (gdb-locals-handler-custom, gdb-registers-handler-custom):
-       Thread info in mode name.
-       (gdb-registers-mode-map): TAB to switch to locals.
-
-2009-08-08  Eli Zaretskii  <eliz@gnu.org>
-
-       * mail/rmail.el (rmail-add-mbox-headers)
-       (rmail-set-message-counters-counter): Search for
-       rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
-
-2009-08-08  Glenn Morris  <rgm@gnu.org>
-
-       * Makefile.in (ELCFILES): Update.
-
-2009-08-07  Eli Zaretskii  <eliz@gnu.org>
-
-       * mail/sendmail.el (mail-yank-original):
-       Set buffer-file-coding-system from the one used by the message whose
-       text is yanked.
-
-       * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
-       to "windows" when "pgnuplot" is used.
-       (calc-graph-command, calc-gnuplot-command, calc-graph-init):
-       Don't call accept-process-output if "pgnuplot" is used.
-       (calc-graph-init): Don't send -display and -geometry to
-       "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
-       running "pgnuplot -V" with shell-command-to-string.
-
-       * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
-       the default.
-
-2009-08-07  Eli Zaretskii  <eliz@gnu.org>
-
-       * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
-       org/org-latex.elc.
-
-2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dispatcher.el (vc-resynch-window): Update comment.
-
-       * term.el (term-handle-ansi-escape): Add comments with the
-       terminfo capabilities implemented.
-
-2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
-       (gdb-var-create-handler): Rewritten using JSON parser.
-       (gdb-propertize-header): Move earlier.
-       (gdb-set-header): Remove to avoid duplication.
-       (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
-       Refresh disassembly buffers only after threads list have been
-       update.
-       (gdb-threads-header, gdb-registers-header): Per-buffer header line
-       variables.
-
-2009-08-04  Juri Linkov  <juri@jurta.org>
-
-       * files.el: Commands to add/delete file/directory-local variables.
-       (read-file-local-variable, read-file-local-variable-value)
-       (read-file-local-variable-mode, modify-file-local-variable)
-       (modify-file-local-variable-prop-line)
-       (modify-dir-local-variable): New functions.
-       (add-file-local-variable, delete-file-local-variable)
-       (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
-       (add-dir-local-variable, delete-dir-local-variable)
-       (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
-       (copy-dir-locals-to-file-locals-prop-line): New commands.
-
-2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
-
-       * abbrev.el (insert-abbrev-table-description): Prettify output.
-       Suggested by Karl Chen.
-
-2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
-       (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
-       (gdb-overlay-arrow-position, gdb-thread-position)
-       (gdb-disassembly-position): Declare variables.
-       (gdb-wait-for-pending): Function now.
-       (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
-       (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
-       compilation goes smoothly.
-       (gdb, gdb-non-stop, gdb-buffers): New customization groups.
-       (gdb-non-stop-setting): New customization setting which replaces
-       `gdb-non-stop' so changing it doesn't break active GDB session.
-       (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
-       (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
-       (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
-       (gdb-show-threads-by-default): New customization options.
-       (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
-       routines.
-       (gdb-get-buffer-create): Send buffers update signal when they are
-       created.
-       (gdb-invalidate-locals, gdb-invalidate-registers)
-       (gdb-invalidate-breakpoints)
-       (gdb-invalidate-threads, gdb-invalidate-disassembly)
-       (gdb-invalidate-memory): Accept update signal.
-       (gdb-current-context-command): Use --frame option.
-       (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
-       Implement `gdb-frame-number' selection logic.
-       (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
-       whether to show GUD toolbar buttons.
-       (gdb-thread-exited): Unselect current thread when it exits.
-       (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
-       (gdb-mark-line): Routine which sets overlay arrow or inverses
-       video on fringeless displays.
-       (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
-       to build aligned columns of data in GDB buffers and set text
-       properties line-by-line.
-       (gdb-invalidate-breakpoints)
-       (gdb-breakpoints-list-handler-custom)
-       (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
-       (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
-       (gdb-registers-handler-custom): Align data columns.
-       (gdb-locals-handler-custom): Now prints data like in variable
-       declarations.
-       (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
-       Remove confusing buttons.
-       (gdb-invalidate-threads): Append --frame.
-       (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
-       between breakpoints/threads buffers.
-       (gdb-set-window-buffer): Now can ignore dedicated windows.
-       (gdb-propertize-header): Use `gdb-set-window-buffer'.
-       (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
-       (def-gdb-thread-buffer-gud-command): Replaces
-       `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
-       for fine thread control.
-       (gdb-preempt-existing-or-display-buffer): New function used to
-       display bound buffers without breaking window layout.
-       (gdb-frame-location): Replaces `gdb-insert-frame-location'.
-       (gdb-select-frame): New version of `gdb-frames-select' which now
-       sets `gdb-frame-number' so commands may use --frame option instead
-       of inner debugger state.
-       (gdb-frame-handler): Do not set `gdb-frame-number'.
-       (gdb-threads-mode-map): Select threads with mouse.
-
-       * progmodes/gud.el (gdb-gud-context-call): Declare function to
-       avoid compilation warning.
-       (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
-       `gdb-show-stop-p`.
-
-       * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
-       Argument `key' renamed to `buffer-type'.
-       (gdb-current-context-buffer-name): Do not add thread info to
-       buffer name when no thread is selected.
-       (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
-       command (bug 3794).
-       (gdb-thread-selected): Handle `=thread-selected' notification.
-       (gdb-wait-for-pending): New macro to deal with congestion problems.
-       (gdb-breakpoints-list-handler-custom): Don't fail on pending
-       breakpoints.
-       (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
-       This fixes problem similar to one described in bug 3947.
-       (gud-menu-map): More menu items.
-       (gdb-init-1): Reset `gdb-thread-number' to nil.
-
-       * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
-       non-stop settings.
-
-       * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
-       (gdb-current-context-command): Do not append --thread if
-       `gdb-thread-number' is nil.
-       (gdb-running-threads-count, gdb-stopped-threads-count):
-       New variables.
-       (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
-       (gdb-stopped-hooks, gdb-switch-when-another-stopped):
-       New customization options.
-       (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
-       GUD commands.
-       (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
-       (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
-       (gdb-setq-thread-number, gdb-update-gud-running): New functions to
-       set `gdb-thread-number' and update `gud-running' properly.
-       (gdb-running): Update threads list when new threads appear.
-       (gdb-stopped): Support non-stop operation and new thread switching
-       logic.
-       (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
-       (gdb-json-partial-output): New set of JSON routines.
-       (def-gdb-auto-update-trigger): New `signal-list' optional
-       argument.
-       (gdb-thread-list-handler-custom): Update `gud-running',
-       `gdb-stopped-threads-count' and `gdb-running-threads-count'.
-       (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
-       (gdb-continue-thread, gdb-step-thread): New commands for fine
-       thread execution control.
-       (gud-menu-map): New menu items to switch non-stop options.
-       (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
-       (gdb-send): Mimic RET properly (bug 3794).
-
-       * progmodes/gdb-mi.el (gdb-rules-name-maker)
-       (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
-       gdb-buffer-rules.
-       (def-gdb-auto-update-handler): New nopreserve optional argument.
-       (gdb-stack-list-frames-custom): Print stack from top to bottom.
-
-       * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
-       (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
-       (gdb-parent-mode): New mode to derive other GDB modes from.
-       (gdb-display-disassembly-for-thread)
-       (gdb-frame-disassembly-for-thread): New commands for threads
-       buffer.
-
-       * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
-       (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
-       (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
-       (gdb-update): We now store all GDB buffers in a list so that they
-       can be updated by traversing a list instead of calling invalidate
-       triggers explicitly.
-       (def-gdb-trigger-and-handler): New macro to define trigger-handler
-       pair for GDB buffer.
-       (gdb-stack-buffer-name): Add thread information.
-       (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
-       handle pending triggers.
-       (gdb-threads-mode-map, def-gdb-thread-buffer-command)
-       (def-gdb-thread-buffer-simple-command)
-       (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
-       (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
-       (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
-       New commands which show buffers bound to thread.
-       (gdb-stack-list-locals-regexp): Remove unused regexp.
-
-       * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
-       (gdb-locals-buffer-name, gdb-registers-buffer-name)
-       (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
-       to (gud-comint-buffer) in *-buffer-name functions
-       because (gdb-get-target-string) already does that.
-       (gdb-locals-handler-custom, gdb-registers-handler-custom)
-       (gdb-changed-registers-handler): Rewritten without regexps.
-
-       * progmodes/gdb-mi.el: Basic thread selection support.
-       (gdb-thread-number): New variable.
-       (gdb-current-context-command): New macro which adds --thread
-       option to command.
-       (gdb-threads-mode-map): Select thread with SPC.
-       (gdb-thread-list-handler-custom): Mark current thread with overlay
-       arrow.  Synchronize GDB thread and Emacs thread.
-       (gdb-select-thread): New command which selects current thread.
-       (gdb-invalidate-frames, gdb-invalidate-locals)
-       (gdb-invalidate-registers): Use --thread option.
-
-2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (top): Make check for tramp-gvfs loading more
-       robust.  (Bug#3977)
-       (tramp-handle-insert-file-contents): `unwind-protect' must be
-       inside `with-parsed-tramp-file-name'.
-
-       * net/tramp-gvfs.el (top): Remove superfluous message when loading
-       fails.
-
-2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
-       directory if CLASSPATH is not set.
-
-2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
-       New defconst.
-       (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
-
-2009-08-02  Kevin Ryde  <user42@zip.com.au>
-
-       * net/newst-backend.el (newsticker--raw-url-list-defaults):
-       Update freshmeat link.  Delete newsforge.com as it seems gone.
-
-2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
-
-       * select.el (x-set-selection): Doc fix (Bug#4021).
-
-       * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
-
-       * help-fns.el (describe-variable): Treat list return values from
-       dir-locals-find-file properly (Bug#4005).
-
-2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
-
-       * net/tramp.el (tramp-debug-message): Print also microseconds.
-
-2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
-       or END is non-nil.
-       (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
-       (tramp-get-debug-buffer): Change `outline-regexp' according to new
-       format.
-
-       * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
-       (tramp-get-file-property): Use it.
-
-       * autorevert.el (auto-revert-handler):
-       Allow `auto-revert-tail-mode' for remote files.
-
-2009-08-02  Jason Rumney  <jasonr@gnu.org>
-
-       * minibuffer.el (read-file-name): Treat confirm options to
-       MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
-
-2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
-
-       * font-lock.el (font-lock-string-face, font-lock-builtin-face)
-       (font-lock-variable-name-face, font-lock-constant-face):
-       Darken the colors for light backgrounds.
-
-2009-08-01  Eli Zaretskii  <eliz@gnu.org>
-
-       * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
-       month names.  (Bug#3987)
-
-2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (line-move-finish): Pass whole number to
-       line-move-to-column.
-       (line-move-visual): Perform hscroll to the recorded position.
-
-2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
-
-2009-07-29  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
-
-2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-goto-breakpoint)
-       (gdb-place-breakpoints): Use full path when setting breakpoints.
-
-2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (calc-mode-map): Add keybinding for
-       `calc-transpose-lines'.
-
-2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
-
-       * calc/calc-misc.el (calc-transpose-lines): New function.
-
-2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
-       Simplify check for out-of-band methods.
-       (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
-       remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
-
-2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-git.el (vc-git-checkin): Fix typo.
-
-2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
-
-       * progmodes/js2-mode.el: New file.
-
-2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
-       (gud-menu-map): Adjust tooltip accordingly.
-
-2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
-       (vc-bzr-log-view-mode): Adjust log-view-file-re.
-
-       * add-log.el (change-log-mode-map): Add a menu.
-
-2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
-       function returns nil.
-       (dbus-handle-event): Handle special return value :ignore.
-       Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
-
-2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
-
-       * view.el (view-mode-enable): Don't define Helper-return-blurb if
-       it's not needed.
-
-2009-07-25  Eli Zaretskii  <eliz@gnu.org>
-
-       Fix Bug#3888:
-
-       * w32-vars.el (x-select-enable-clipboard): Doc fix.
-
-       * term/pc-win.el (x-display-name, x-colors)
-       (x-select-enable-clipboard, x-select-text): Doc fix.
-
-       * term/common-win.el (x-display-name, x-colors): Doc fix.
-
-       * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
-       (xw-defined-colors): Doc fix.
-
-       * w32-fns.el (x-select-text, x-setup-function-keys)
-       (x-get-selection, x-set-selection): Doc fix.
-
-       * term/x-win.el (x-select-text, x-setup-function-keys)
-       (x-select-enable-clipboard, xw-defined-colors): Doc fix.
-
-       * select.el (x-set-selection): Doc fix.
-
-2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
-       instead of "IsNSSSupportAvailable".  Avahi ought to work also when
-       "IsNSSSupportAvailable" method is not available.
-       Reported by Steve Youngs <steve@sxemacs.org>.
-
-2009-07-24  Kenichi Handa  <handa@m17n.org>
-
-       * international/characters.el: Fix setting of category ?C, ?|, ?K,
-       and ?H.  Fix setting of case for Latin Extended and Greek Extended.
-       (build-unicode-category-table): Fix range checks.
-
-2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
-       the buffer we try to sync is current when calling
-       vc-resynch-buffer.
-
-       * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
-       not show up to date files.
-
-2009-07-24  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
-       Add autoload cookies.  If necessary, initialize.
-       (elint-log): Handle non-file buffers.
-       (elint-initialize): Add optional argument to reinitialize.
-       (elint-find-builtin-variables): Save excursion.
-
-2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
-       for Lint.
-
-2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc.el (vc-print-log-internal): New function, split out from ...
-       (vc-print-log): ... here.
-       (vc-dir-move-to-goal-column): Declare.
-
-       * vc-git.el (vc-git-add-signoff): New variable.
-       (vc-git-checkin): Use it.
-       (vc-git-toggle-signoff): New function.
-       (vc-git-extra-menu-map): Bind it to menu.
-       (vc-git--run-command-string): Accept a nil FILE argument.
-       (vc-git-stash-list): New function.
-       (vc-git-dir-extra-headers): Use it.
-
-2009-07-23  Glenn Morris  <rgm@gnu.org>
-
-       * help-fns.el (describe-variable): Describe ignored and risky local
-       variables in a similar way to that in which we describe safe ones.
-
-       * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
-       (byte-compile-output-file-form, byte-compile-output-docform)
-       (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
-       Give some more local variables with common names a "bytecomp-" prefix,
-       so as not to shadow things during compilation.
-       * emacs-lisp/cl-macs.el (load-time-value)
-       * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
-       `outbuffer' to `bytecomp-outbuffer'.
-
-       * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
-       since the next two variables cover them automatically now.
-       (elint-builtin-variables, elint-autoloaded-variables): New.
-       (elint-unknown-builtin-args): Remove all members, since they can be
-       parsed automatically now.
-       (elint-extra-errors): New.
-       (elint-env-add-env, elint-env-add-macro): Use cadr.
-       (elint-current-buffer): Use or.  Change final message.
-       (elint-get-top-forms): Use line-end-position.
-       (elint-init-env): Use cadr.  Handle autoload, declare-function,
-       and defalias.
-       (elint-add-required-env): Doc fix.  Use or.  Standardize error.
-       (regexp-assoc): Remove unused function.
-       (elint-top-form): Set elint-current-pos, to record the start of the
-       top-level form, for compilation-mode.
-       (elint-form): Trap errors in macro expansion.  Use dolist.
-       (elint-unbound-variable): Use elint-builtin-variables and
-       elint-autoloaded-variables.
-       (elint-get-args): Use cadr, or.
-       (elint-check-cond-form): Use dolist, cadr.
-       (elint-check-condition-case-form): Doc fix.  Use cadr.
-       Use elint-extra-errors.
-       (elint-log): New function.
-       (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
-       Distinguish errors and warnings.
-       (elint-log-message): Use with-current-buffer.  Inhibit read-only.
-       Use a bytecomp-style format.
-       (elint-clear-log): Preserve default-directory.  Inhibit read-only.
-       (elint-get-log-buffer): Use compilation mode.  Disable undo.
-       Don't truncate lines.
-       (elint-initialize): Set builtin and autoloaded variable lists.
-       Only process elint-unknown-builtin-args if non-nil.
-       (elint-find-builtin-variables, elint-find-autoloaded-variables):
-       New functions.
-       (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
-
-2009-07-22  Kevin Ryde  <user42@zip.com.au>
-
-       * net/newst-backend.el (newsticker--parse-atom-1.0)
-       (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
-       (newsticker--parse-rss-1.0):
-       * progmodes/idlwave.el (idlwave-mode):
-       * progmodes/idlw-shell.el (idlwave-shell-mode):
-       * progmodes/vera-mode.el (vera-mode):
-       * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
-       * progmodes/vhdl-mode.el (vhdl-mode):
-       * textmodes/table.el (table-generate-source)
-       (table--warn-incompatibility):
-       Hyperlink urls in docstrings with URL `...'.
-
-2009-07-22  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
-       * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
-       * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
-       Remove leading * from defcustom docs.
-
-       * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
-
-       * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
-       defcustom doc.
-       (list-load-path-shadows): Optionally, just return shadows as a string.
-
-       * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
-
-2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
-
-       * mail/rmailedit.el (rmail-edit-mode):
-       Use auto-save-include-big-deletions.
-
-       * mail/rmail.el (rmail-variables):
-       Use auto-save-include-big-deletions.
-
-       * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
-       changes.
-
-2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc.el (calc-undo-length): New variable.
-       (calc-quit): Truncate rather than eliminate `calc-undo-list'.
-
-2009-07-21  Richard Stallman  <rms@gnu.org>
-
-       * files.el (auto-save-mode): Handle buffer-save-size = -2
-       for toggling mode.
-
-2009-07-21  Glenn Morris  <rgm@gnu.org>
-
-       * textmodes/ispell.el (ispell-looking-back): Update declaration.
-
-       * calendar/todo-mode.el (calendar-current-date): Update declaration.
-
-       * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
-       silence compiler.  Instead...
-       (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
-       (ps-print-ensure-fontified): Update for above function name changes.
-
-       * printing.el (pr-mh-get-msg-num, pr-mh-show)
-       (pr-mh-start-of-uncleaned-message): Remove aliases only used to
-       silence compiler.  Instead...
-       (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
-       (mh-show-buffer): Only define for compiler.
-       (pr-mh-current-message): Update for above function name changes.
-
-       * files.el (abort-if-file-too-large): Explicitly pass `filename'
-       as an argument.
-       (find-file-noselect, insert-file-1): Update for above change.
-
-       * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
-
-       * mail/mailclient.el (mailclient-send-it): Fix message.
-
-       * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
-       (edebug-eval): Check cl-debug-env is bound.
-       (print-level, print-circle): Don't redefine built-in variables.
-
-       * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
-       (custom-print-vectors): Remove old comments from doc.
-
-       * emerge.el (menu-bar-emerge-menu): Remove unused variable.
-       (emerge-version): Make the variable an obsolete alias for the
-       emacs-version variable.  Make the function obsolete.
-       (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
-       Emerge options, rather than merging in into the main Options menu.
-       (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
-       and auto advance modes.  Disable edit/fast items when not relevant.
-
-2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * term/vt420.el (terminal-init-vt420): Fix typo.
-
-2009-07-20  Sam Steingold  <sds@gnu.org>
-
-       * progmodes/ada-mode.el (compile-auto-highlight): Remove the
-       variable (removed from compile.el on 2004-03-11).
-
-2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (hack-local-variables-filter): Fix last change.
-
-2009-07-19  Juri Linkov  <juri@jurta.org>
-
-       * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
-       (dir-local-variables-alist): New buffer-local variable.
-       (hack-local-variables-filter): If variable is not dir-local,
-       i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
-       because file-local overrides dir-local.
-       (c-postprocess-file-styles) <declare-function>:
-       Remove obsolete declaration.
-       (hack-dir-local-variables): Add dir-local variable/value pair to
-       `dir-local-variables-alist' and remove duplicates.  Doc fix.
-
-       * help-fns.el (describe-variable): Add information about
-       file-local and dir-local variables.
-
-2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (hack-local-variables-filter): Rewrite.
-
-2009-07-19  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
-       Silence compiler by only defining on XEmacs.
-
-       * international/mule.el (auto-coding-regexp-alist): Only match
-       BABYL... at the start of buffer, not of lines.  (Bug#3790)
-
-       * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
-       non-calendar buffers (Bug#3862).  Restore "not on a date" message.
-       (cal-menu-context-mouse-menu): Doc fix.
-
-       * desktop.el (desktop-buffers-not-to-save): Set :version tag.
-
-       * simple.el (mail-user-agent): Doc fix.  Set :version tag.
-
-2009-07-18  Juri Linkov  <juri@jurta.org>
-
-       * info.el: Virtual Info keyword finder.
-       (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
-       (Info-finder-file): New variable.
-       (Info-finder-find-file): New function.
-       (finder-known-keywords, finder-package-info)
-       (find-library-name, lm-commentary): Use defvar and
-       declare-function to silence compiler warnings.
-       (Info-finder-find-node): New function.
-       (info-finder): New command.
-
-       * subr.el (process-kill-buffer-query-function): New function.
-       (add-hook)<kill-buffer-query-functions>: Add hook
-       `process-kill-buffer-query-function'.
-
-2009-07-18  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-mode.el (c-before-hack-hook)
-       (c-postprocess-file-styles): Give invocation of `c-set-style'
-       DONT-OVERRIDE parameter of t.  Already set style variables will
-       thus not be overridden by style settings given by `c-file-syle'.
-
-       * files.el (hack-local-variables-filter): Remove entries with
-       duplicate keys from `file-local-variables-alist'.
-
-2009-07-18  Eli Zaretskii  <eliz@gnu.org>
-
-       * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
-       x-set-selection if display-selections-p returns nil for the
-       current frame.
-
-2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
-
-2009-07-18  Eli Zaretskii  <eliz@gnu.org>
-
-       * desktop.el (desktop-buffers-not-to-save): Default value is nil.
-       Accept nil in addition to a regexp.
-       (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
-       Accept nil in addition to a regexp.
-       (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
-       buffers that have an associated file.  Handle nil values of
-       desktop-buffers-not-to-save and desktop-files-not-to-save.
-       (Bug#3833)
-
-       * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
-       (x-disown-selection-internal): New functions.
-
-2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
-       warning.
-       (gdb-breakpoints-header): Move forward to avoid compiler warning.
-       (gdb-make-header-line-mouse-map): Remove duplicate definition.
-
-2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
-
-       * simple.el (set-mark): Revert last change.
-
-2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
-
-       * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
-       rendering of pngs is not possible instead of messaging a long
-       description.
-
-2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
-
-       * w32-fns.el (x-selection-owner-p): New function.
-
-       * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
-       (mouse-yank-at-click, mouse-yank-primary):
-       If select-active-regions is non-nil, deactivate the mark before
-       insertion.
-
-       * simple.el (deactivate-mark, set-mark): Only save selection if we
-       own it.
-
-2009-07-17  Kenichi Handa  <handa@m17n.org>
-
-       * case-table.el (describe-buffer-case-table): Fix for the case
-       that KEY is a cons.
-
-2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-rcs.el (vc-rcs-find-file-hook):
-       * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
-
-2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-wait-for-output): Handle the case when
-       commands do not return a newline but a null byte before the shell
-       prompt.  (Bug#3858)
-
-2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
-
-       * term/ns-win.el (ns-set-alpha): Don't declare.
-       (ns-set-background-alpha): Remove function.
-
-2009-07-16  Kevin Ryde  <user42@zip.com.au>
-
-       * emacs-lisp/copyright.el (copyright-update): Save match-data across
-       y-or-n-p, for safety.
-
-2009-07-16  Richard Stallman  <rms@gnu.org>
-
-       * files.el (auto-save-mode): If buffer-saved-size is -2,
-       don't clobber it.
-
-       * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
-       (rmail-retry-ignored-headers): Add more uninteresting fields.
-
-2009-07-15  Jari Aalto  <jari.aalto@cante.net>
-
-       * net/rcirc.el (rcirc): Use history variables.
-       (rcirc-server-name-history, rcirc-nick-name-history)
-       (rcirc-server-port-history): New variables.
-
-2009-07-15  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-cmds.el (set-language-environment-charset):
-       If coding-system-charset-list returns `iso-2022' or `emacs-mule',
-       ignore them.
-
-       * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
-       Delete unibyte-display.
-
-2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
-
-2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (deactivate-mark): Optional argument FORCE.
-       (set-mark): Use deactivate-mark.
-
-       * info.el (Info-search): No need to check transient-mark-mode
-       before calling deactivate-mark.
-
-       * select.el (x-set-selection): Doc fix.
-       (x-valid-simple-selection-p): Allow buffer values.
-       (xselect--selection-bounds): Handle buffer values.
-       Suggested by David De La Harpe Golden.
-
-       * mouse.el (mouse-set-region, mouse-drag-track):
-       Call copy-region-as-kill before setting the mark, to let
-       select-active-regions work.
-
-2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
-
-       * simple.el (deactivate-mark): If select-active-regions is
-       non-nil, copy the selection data into a string.
-       (activate-mark): If select-active-regions is non-nil, set the
-       selection to the current buffer.
-       (set-mark): Update selection if select-active-regions is non-nil.
-
-       * select.el (x-valid-simple-selection-p): Allow buffer values.
-
-2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
-       and more featureful message-mode.
-
-2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
-
-       * select.el (x-set-selection): Doc fix.
-       (x-valid-simple-selection-p): Disallow selection data consisting
-       of a list or cons of integers, since that is not used.
-       (xselect--selection-bounds, xselect--int-to-cons): New functions.
-       (xselect-convert-to-string, xselect-convert-to-length)
-       (xselect-convert-to-filename, xselect-convert-to-charpos)
-       (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
-
-2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
-       output in -break-info command (Emacs bug #3794).
-
-2009-07-14  Glenn Morris  <rgm@gnu.org>
-
-       * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
-       (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
-       (edebug-print-length, edebug-print-level, edebug-print-circle)
-       (edebug-sit-for-seconds, edebug-view-outside)
-       (edebug-bounce-point, edebug-set-global-break-condition)
-       (edebug-Go-nonstop-mode, edebug-trace-mode)
-       (edebug-Trace-fast-mode, edebug-continue-mode)
-       (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
-       (edebug-visit-eval-list): Doc fixes.
-
-       * subr.el (def-edebug-spec): Doc fix.
-
-2009-07-14  Kenichi Handa  <handa@m17n.org>
-
-       * international/characters.el: Fix setting of category ?C.
-
-2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * term/ns-win.el (x-select-font): defalias x-select-font to
-       ns-popup-font-panel instead of generate-fontset-menu.
-
-2009-07-12  Eli Zaretskii  <eliz@gnu.org>
-
-       * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
-
-2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
-
-       * arc-mode.el (archive-find-type): Allow for a PK00 string before
-       the PK\003\004 header (Bug#3770).
-
-2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
-
-       * pcomplete.el (pcomplete-comint-setup): Check for
-       shell-dynamic-complete-filename too.
-
-2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
-
-       * simple.el (temporary-goal-column): Change the value for
-       line-move-visual to a cons cell.
-       (line-move-visual): Record or set the window hscroll, if
-       necessary (Bug#3494).
-       (line-move-1): Handle cons value of temporary-goal-column.
-
-2009-07-11  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-diag.el (describe-character-set): Don't show
-       width.
-
-2009-07-10  Sam Steingold  <sds@gnu.org>
-
-       * progmodes/compile.el (compilation-mode-font-lock-keywords):
-       Omake sometimes indents the errors it prints, so allow all
-       regexps to start with spaces.
-
-2009-07-10  Eli Zaretskii  <eliz@gnu.org>
-
-       * cus-edit.el (customize-changed-options-previous-release):
-       Bump value to 22.1.  (Bug#3804)
-
-2009-07-08  Sam Steingold  <sds@gnu.org>
-
-       * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
-       to be a cons cell (test . ignored-directory) to selectively ignore
-       some directories depending on the location of the search.
-
-2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
-       remote user is root, on the local host.
-       (tramp-local-host-p): Either the local user or the remote user
-       must be root.  (Bug#3771)
-
-2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb): Remove description of
-       gdb-use-separate-io-buffer.
-       (menu): Don't allow toggling of or enable
-       gdb-use-separate-io-buffer from menubar.
-
-2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
-
-       * mail/unrmail.el (unrmail): Make sure the message ends with two
-       newlines (Bug#3769).
-
-2009-07-08  Glenn Morris  <rgm@gnu.org>
-
-       * calendar/calendar.el (calendar-current-date): Rework previous change.
-
-2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
-
-       * calendar/calendar.el (calendar-current-date):
-       Add an optional argument giving an offset from today.
-
-2009-07-08  Glenn Morris  <rgm@gnu.org>
-
-       * tutorial.el (tutorial--describe-nonstandard-key):
-       Adjust the message for when a key has been unbound.
-       (help-with-tutorial): Hide the arch-tag.
-
-2009-07-08  Kenichi Handa  <handa@m17n.org>
-
-       * international/fontset.el (setup-default-fontset): For each
-       script, append (not set) font-specs.
-
-       * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
-       docstring.
-
-2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el (gdb-init-1): Move sending
-       -data-list-register-names to ...
-       (gdb-starting): ... here because GDB 7.0 requires execution to
-       have started when using this MI command.
-       (gdb-set-header): New function to distinguish select and
-       unselected tabs in gdb buffers.
-       (gdb-propertize-header): New macro that uses gdb-set-header.
-       (gdb-breakpoints-header, gdb-locals-header): Use it.
-       (gdb-disassembly-mode-map): Add keybinding to kill buffer.
-
-2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
-
-       * Makefile.in (ELCFILES): Remove fadr.elc.
-
-2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
-       may contain frame information, so `string-match' should be used.
-       (gdb-update): Disassembly is invalidated through
-       `gdb-get-selected-frame'.
-       (gdb-pad-string): New function to pad string with spaces.
-       (gdb-invalidate-disassembly): Invalidate only if the buffer
-       exists.
-       (gdb-disassembly-handler-custom): Column alignment.
-       (gdb-disassembly-place-breakpoints): Clear old breakpoints before
-       placing new ones.
-       (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
-       end of line, too.
-       (gdb-frame-handler): Match convention to for disassembly buffer
-       mode name.
-       (gdb-stack-list-frames-handler): Rewritten without regexps.
-       (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
-       not highlight breakpoints without line information.
-       (gdb-input): Add trailing newline to command.
-
-       * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
-       buffer properly.
-       (gdb-breakpoints-list-handler-custom): Replacement for
-       `gdb-break-list-handler'.  Using real parser instead of regexps
-       now.
-       (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
-       Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
-       to place breakpoints.
-       (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
-       functions.
-       (gdb-disassembly-handler-custom): Show overlay arrow.
-       (gdb-disassembly-place-breakpoints): Show breakpoints in
-       disassembly buffer.
-       (gdb-toggle-breakpoint, gdb-delete-breakpoint)
-       (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
-       instead of parsing breakpoints buffer.  Fixed old menu references
-       in `gud-menu-map'.
-
-       * fadr.el: Remove.
-
-       * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
-       (gdb-memory-address): New variable which holds top address of
-       memory page shown in memory buffer.
-       (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
-       New customization variables.
-       New functions:
-       (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
-       display the memory buffer.
-       (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
-       buffer display parameters.
-       (def-gdb-memory-format, gdb-memory-format-binary)
-       (gdb-memory-format-octal, gdb-memory-format-unsigned)
-       (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
-       Functions for setting memory buffer format.
-       (gdb-memory-unit-word, gdb-memory-unit-halfword)
-       (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
-       unit size used in memory buffer.
-       (gdb-memory-show-next-page, gdb-memory-show-previous-page):
-       Switch to next/previous page of memory buffer.
-       Now using (bindat-get-field) instead of fadr functions.
-
-2009-07-07  Sam Steingold  <sds@gnu.org>
-
-       * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
-       non-top-level files.
-
-2009-07-07  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule-cmds.el (reset-language-environment):
-       Put the highset priority to the charset iso-8859-1.
-
-2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
-       to the end of the line when locating the block (Bug#700).
-
-2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-handle-write-region): Flush file properties
-       in case of short track.
-
-2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
-       Coded custom representation of verilog error regular expressions
-       to work with Emacs-22's new format.
-       (verilog-error-regexp-xemacs-alist): Coded custom representation
-       of verilog error regular expressions to work with XEmacs format.
-       (verilog-error-regexp-add-xemacs): Hook routine to install verilog
-       error recognition into XEmacs.
-       (verilog-error-regexp-add-emacs): Hook routine to install verilog
-       error recognition into Emacs-22.
-
-2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
-
-       * woman.el: Remove stand-alone closing parentheses.
-       (woman-file-name, woman2-format-paragraphs)
-       (woman-leave-blank-lines): Code cleanup.
-       (woman-use-own-frame): Change default to nil.
-       (woman-italic, woman-bold, woman-unknown, woman-addition):
-       Change defaults to inherit from default faces.
-       (woman2-process-escapes): Consume the newline after a stand-alone
-       filler character (Bug#3651).
-
-2009-07-06  Glenn Morris  <rgm@gnu.org>
-
-       * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
-       (top-level): Move provide to the end.
-       (ffap): Remove defunct URL from custom group.
-
-       * subr.el (eval-after-load): Doc fix.
-
-2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
-
-       * calc/calc-embed.el (calc-embedded-make-info): Don't force when
-       `calc-embedded-word' is called twice.
-
-2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * files.el (find-alternate-file-other-window, find-alternate-file):
-       Obey confirm-nonexistent-file-or-buffer.
-
-2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
-
-       * dired-aux.el (dired-show-file-type): Handle remote files.
-
-2009-07-05  Jari Aalto  <jari.aalto@cante.net>
-
-       * desktop.el (desktop-globals-to-save):
-       Add file-name-history (Bug#2750).
-
-2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
-
-       * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
-
-2009-07-04  Johan Bockgård  <bojohan@gnu.org>
-
-       * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
-       property on entire argument since this is what eshell-lisp-command
-       expects.
-
-2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-gvfs.el (tramp-gvfs-methods)
-       (tramp-gvfs-zeroconf-domain)
-       (tramp-bluez-discover-devices-timeout): Add version flag.
-       (tramp-gvfs-handler-mounted-unmounted)
-       (tramp-gvfs-connection-mounted-p): Polish handling of
-       incompatibilities between GVFS 0.2 and 1.0.
-
-2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * cus-start.el (all): Add make-pointer-invisible.
-
-2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
-
-       * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
-       formatted correctly.
-
-2009-07-02  Juri Linkov  <juri@jurta.org>
-
-       * info.el: Virtual Info files and nodes.
-       (Info-virtual-files, Info-virtual-nodes): New variables.
-       (Info-current-node-virtual): New variable.
-       (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
-       New functions.
-       (Info-file-supports-index-cookies): Use Info-virtual-file-p
-       to check for a virtual file instead of checking a fixed list
-       of node names.
-       (Info-find-file): Use Info-virtual-fun and Info-virtual-call
-       instead of ad-hoc processing of "dir" and (apropos history toc).
-       (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
-       instead of ad-hoc processing of "dir" and (apropos history toc).
-       Reread a file when moving from a virtual node.
-       (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
-       (Info-directory-toc-nodes, Info-directory-find-file)
-       (Info-directory-find-node): New functions.
-       (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
-       (Info-history): Move part of code to
-       `Info-history-find-node'.
-       (Info-history-toc-nodes, Info-history-find-file)
-       (Info-history-find-node): New functions.
-       (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
-       (Info-toc): Move part of code to `Info-toc-find-node'.
-       (Info-toc-find-node): New function.
-       (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
-       the current Info file name to references because now the node
-       "*TOC*" belongs to the same Info manual.
-       (Info-toc-build): Rename from `Info-build-toc'.
-       (Info-toc-nodes): Rename input argument `file' to `filename'.
-       Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
-       instead of ad-hoc processing of ("dir" apropos history toc).
-       (Info-index-nodes): Use Info-virtual-file-p
-       to check for a virtual file instead of checking a fixed list
-       of node names.
-       (Info-index-node): Add check for `Info-current-node-virtual'.
-       Raise `save-match-data' higher up the tree to contain
-       `search-forward' too (bug fix).
-       (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
-       (Info-virtual-index-nodes): New variable.
-       (Info-virtual-index-find-node, Info-virtual-index): New functions.
-       (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
-       (Info-apropos-file, Info-apropos-nodes): New variables.
-       (Info-apropos-toc-nodes, Info-apropos-find-file)
-       (Info-apropos-find-node, Info-apropos-matches): New functions.
-       (info-apropos): Move part of code to `Info-apropos-find-node' and
-       `Info-apropos-matches'.
-       (Info-mode-map): Bind "I" to `Info-virtual-index'.
-       (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
-       for a virtual file instead of checking a fixed list of node names.
-
-       * simple.el (async-shell-command): New command.
-
-       * bindings.el (esc-map): Bind "&" to `async-shell-command'.
-
-       * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
-       instead of `mount-info'.
-
-2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
-       (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
-
-2009-07-02  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (set-keyboard-coding-system): Force *-unix
-       coding-system to avoid eol conversion.
-
-2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
-       Add handler for `process-file', `shell-command' and
-       `start-file-process'.
-       (tramp-gvfs-handle-shell-command)
-       (tramp-gvfs-handle-start-file-process)
-       (tramp-gvfs-handle-process-file): New defuns.
-       (tramp-synce-list-devices): Simplify check for existence of property.
-
-2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
-
-       * startup.el (command-line-x-option-alist): Add -mm and --maximized.
-
-2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
-
-       * language/korean.el (set-language-info-alist): Add korean-cp949,
-       cp949 to spec.
-
-2009-07-01  Kenichi Handa  <handa@m17n.org>
-
-       * Makefile.in (ELCFILES): Delete encoded-kb.elc.
-
-       * international/encoded-kb.el: Deleted.
-
-       * international/mule.el (set-keyboard-coding-system): Perform the
-       necessary setup here instead of calling encoded-kbd-setup-display.
-
-2009-07-01  Glenn Morris  <rgm@gnu.org>
-
-       * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
-
-2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
-
-       * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
-
-2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-directly):
-       Handle also the 'rename case, when setting file modes.  (Bug#3712)
-       (tramp-default-file-modes): Remove execute permissions.
-
-       * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
-       (top): Add a default for "synce" in `tramp-default-user-alist'.
-       Add completion function for "synce" method.
-       (tramp-hal-service, tramp-hal-path-manager)
-       (tramp-hal-interface-manager, tramp-hal-interface-device):
-       New defconst.
-       (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
-       (tramp-synce-list-devices, tramp-synce-parse-device-names):
-       New defuns.
-
-       * net/trampver.el: Update release number.
-
-2009-06-30  Kenichi Handa  <handa@m17n.org>
-
-       * international/fontset.el (setup-default-fontset): Add CJK fonts
-       for symbols and the other miscellaneous characters.
-
-       * language/korea-util.el (setup-korean-environment-internal):
-       Make char-width-table suitable for Korean environments.
-       (exit-korean-environment): Cancel above.
-
-       * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
-       ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
-       setup-function to make char-width-table suitable for respective
-       environments, and an exit-function to cancel that.
-
-       * language/japan-util.el (setup-japanese-environment-internal):
-       Call use-cjk-char-width-table with arg `ja_JP'.
-
-       * international/characters.el (cjk-char-width-table): Delete it.
-       (cjk-char-width-table-list): New variable.
-       (use-cjk-char-width-table): New arg local-name.
-       (use-default-char-width-table): Fix for the case that Emacs is
-       already using the default char-width-table.
-
-2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
-       modes mandatory.  (Bug#3712)
-
-2009-06-29  Alan Mackenzie  <acm@muc.de>
-
-       * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
-       correction between the visible width of TABs and their number of bytes.
-
-2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
-
-       * server.el (server-buffer-done): Prevent kill-buffer from
-       prompting by clearing the buffer modification flag (Bug#3696).
-
-2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
-
-       * progmodes/verilog-mode.el (verilog-beg-of-statement)
-       (verilog-endcomment-reason-re): Support unique case and priority case.
-       (verilog-basic-complete-re): Support localparam lineup.
-       (verilog-beg-of-statement-1): Fix for robustness, unique case.
-       (verilog-set-auto-endcomments): Fix for unique case, always_comb
-       commenting.
-       (verilog-leap-to-case-head): Now support *nested* unique &
-       priority case statements.
-       (verilog-auto-lineup): Make just declarations the default (as it
-       had been).
-       (verilog-leap-to-case-head): Support priority/unique case statements.
-       (verilog-auto-lineup): Rework to give users radio buttons to
-       select the various styles of automatic lineup.
-       (verilog-error-regexp-alist): Rework to support the XEmacs style
-       of error regular expressions from compilers, lint tools &
-       simulators.  Note that GNU Emacs has made it impossible for a mode
-       to load such things.
-       (electric-verilog-terminate-line, verilog-indent-declaration)
-       (verilog-auto-wiure): Rework for radio button selection of
-       auto-lineup selection of specification of auto lineup.
-       (verilog-beg-of-statement-1): Redesign to support proper operation
-       in additional code, based on testing with auto-lineup.
-       (verilog-calculate-indent, assignments & declarations)
-       (verilog-backward-token): Enhance to support auto-lineup of
-       assignments & declarations.
-       (verilog-in-directive-p, verilog-at-struct-p): New function for
-       easy test of whether we are.
-       (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
-       to support safe execution at almost anyline.
-       (verilog-calc-1): Properly support indenting deep inside generate
-       blocks.
-       (verilog-init-font): Remove definition & use of verilog-init-font,
-       as it is redundant with font-lock-defaults.
-       (verilog-mode): Alter the definition of verilog-font-lock-defaults
-       to avoid circular calls if syntax-ppss is a function (as is the
-       case now in 22.x GNU Emacs) as that function would sometimes call
-       itself, leading to (nearly) infinite recursion.
-       (verilog-ovm-begin-re, verilog-ovm-end-re)
-       (verilog-ovm-statement-re, verilog-leap-to-head)
-       (verilog-backward-token): Add support for OVM macros.  Some are
-       complete statements, and others open and close scopes like begin
-       and end.
-       (verilog-defun-level-not-generate-re, verilog-defun-level-re)
-       (verilog-defun-level-generate-only-re): Really fix the defun-list
-       compilation issue.
-       (verilog-calc-1, verilog-beg-of-statement): Enhance support for
-       coverpoint, constraint and cross statements.
-       (verilog-defun-level-list, verilog-generate-defun-level-list)
-       (verilog-all-defun-level-list): Redo these specifications - it is
-       too hard to support eval-when compile aggregation of lists also
-       built at when-compile time.
-       (verilog-defun-level-list): Place defconsts of variables used in
-       building regular expressions which are built in eval-when-compile
-       bodies in the same eval-when-compile body to facilitate compile
-       without load.
-       (verilog-beg-block-re-ordered): Support indenting
-       virtual/protected tasks and functions.
-       (verilog-defun-level-list, verilog-in-generate-region-p)
-       (verilog-backward-ws&directives, verilog-calc-1): Speed up
-       indentation of some module items (generate items).
-       (verilog-forward-sexp, verilog-leap-to-head): Support stepping
-       across virtual/protected tasks and functions.
-
-2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
-
-       * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
-       Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
-       (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
-       in concatenations.  Reported by Yishay Belkind.
-       (verilog-auto-ascii-enum): Support one-hot state machines in
-       AUTOASCIIENUM.  Suggested by Lloyd Gomez.
-       (verilog-auto-inst, verilog-auto-inst-port): Include interface
-       modport in AUTOINST and add vl-modport for users.
-       Reported by David Rogoff.
-       (verilog-auto-inout-module, verilog-auto-inst)
-       (verilog-decls-get-interfaces, verilog-insert-definition)
-       (verilog-insert-one-definition, verilog-read-decls)
-       (verilog-read-sub-decls, verilog-read-sub-decls-sig)
-       (verilog-sig-modport, verilog-signals-combine-bus)
-       (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
-       interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
-       Suggested by David Rogoff.
-       (verilog-repair-open-comma): Fix non-insertion of comma when
-       `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
-       (verilog-make-width-expression): Simplify [A-1:0] expression
-       widths to just {A{1'b0}}.
-       (verilog-mode): Cleanup checkdoc warnings.
-       (verilog-auto-inout-module, verilog-signals-matching-dir-re):
-       Add third optional regexp to AUTOINOUTMODULE to allow selecting only
-       inputs/outputs or data type.  Suggested by Vasu Kandadi.
-       (next-error-last-buffer): Fix byte-compiler warning.
-       (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
-       (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
-       or shell command text during AUTO expansion.  Suggested by Tad Truex.
-       (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
-       (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
-       Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
-       in AUTOINOUT.  Reported by Matthew Lovell.
-       (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
-       causing use of <= assignments.  Reported by Alex Reed.
-       (verilog-read-decls): Fix triand, trior, wand, wor to be
-       recognized by AUTOWIRE.  Reported by Spencer Isaacson.
-       (verilog-extended-complete-re): Support import "DPI-C" functions.
-       (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
-       y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
-       (verilog-insert-date, verilog-insert-year)
-       (verilog-sk-header-tmpl): Fix verilog-header inserting error on
-       Windows systems.  Reported by Michael Potts.
-       (verilog-read-module-name): Fix AUTOINST when the child module
-       declaration's name is a tick define.  Reported by Elliot Mednick.
-       (verilog-read-decls): Fix V2K parameter bit subscripts getting
-       passed to next parameter's definition.  Reported by Bruce T.
-       (verilog-read-decls): Fix detecting "parameter int" when using
-       AUTOINSTPARAM.  Reported by Bruce T.
-       (verilog-goto-defun): Fix goto not finding modules unless first
-       perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
-       (verilog-mode): Expand -f flag arguments on entry to mode so
-       verilog-goto-defun will work.  Reported by Lawrence Butcher.
-       (verilog-getopt): Expand environment variables in -f file
-       arguments.  Suggested by Lawrence Butcher.
-       (verilog-set-define): Fix "Symbol's value as variable is void"
-       when reading enumerations.
-       (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
-       Suggested by Stephen Peltan.
-       (verilog-read-defines): Fix reading of enumerations in include
-       files.  Reported by Steve Peltan.
-
-2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
-
-       * files.el (trash-directory): Fix defcustom type.
-
-2009-06-28  Juri Linkov  <juri@jurta.org>
-
-       * help-fns.el (describe-function-1): Correctly locate adviced
-       functions in hyperlink (Bug#2438).
-
-2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
-
-       * files.el (trash-directory): Change default to nil.
-       (move-file-to-trash): If trash-directory is nil and
-       system-move-file-to-trash is unbound, perform freedesktop-style
-       trashing.
-
-2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
-
-       * files.el (move-file-to-trash): Add freedesktop trash
-       support (Bug#973).
-
-2009-06-28  Glenn Morris  <rgm@gnu.org>
-
-       * autorevert.el (global-auto-revert-non-file-buffers)
-       (global-auto-revert-mode): Doc fixes.
-
-2009-06-27  Johan Bockgård  <bojohan@gnu.org>
-
-       * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
-
-2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
-
-       * faces.el (x-handle-named-frame-geometry): Ensure that we have
-       opened an X connection before calling x-get-resource (Bug#3194).
-
-       * play/doctor.el: Remove reference to obsolete website.
-       (make-doctor-variables): Correct grammar mistake (Bug#2633).
-
-2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       Remove find-file-not-found-hook VC method.  (Bug#2757)
-       * vc-hooks.el (vc-file-not-found-hook)
-       (vc-default-find-file-not-found-hook): Remove functions.
-       (find-file-not-found-functions): Do not add vc-file-not-found-hook.
-       * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
-       * vc.el:
-       * vc-hg.el:
-       * vc-git.el: Do not mention find-file-not-found-hook VC method.
-
-2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
-
-       * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
-       compatibility function for `looking-back'.
-
-       * textmodes/flyspell.el (sgml-mode-flyspell-verify):
-       Use `ispell-looking-back'.
-
-2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
-
-       * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
-       rather than `filename'.
-
-2009-06-23  Miles Bader  <miles@gnu.org>
-
-       * face-remap.el (text-scale-set): New function.
-
-2009-06-23  Glenn Morris  <rgm@gnu.org>
-
-       * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
-
-       * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
-
-       * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
-
-       * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
-
-       * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
-       Simplify Persian conditionals.
-
-       * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
-       variable `filename'.
-
-       * comint.el (comint-insert-input): Doc fix.
-
-       * Makefile.in (ELCFILES): Fix typo in previous change.
-
-2009-06-23  Miles Bader  <miles@gnu.org>
-
-       * cus-start.el: Add entry for `recenter-redisplay'.
-
-2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
-       Add an optional argument for the backend, use it instead of
-       calling vc-backend.
-       (vc-mode-line): Add an optional argument for the backend.
-       Pass the backend to vc-state and vc-working-revision.  Move code for
-       special handling for vc-state being a buffer to ...
-
-       * vc-rcs.el (vc-rcs-find-file-hook):
-       * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
-
-       * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
-       (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
-       vc-stay-local-p and vc-mode-line calls.
-
-       * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
-       (vc-cvs-diff, vc-cvs-annotate-command)
-       (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
-       (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
-       vc-mode-line calls.
-
-       * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
-       direct comparison.
-       (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
-       backend when calling vc-mode-line.
-       (vc-register): Do not create a closure for calling the vc register
-       function, call it directly.
-
-2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
-
-       * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
-       to make it obvious item can be clicked.
-
-       * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
-
-2009-06-23  Kenichi Handa  <handa@m17n.org>
-
-       * language/korea-util.el (korean-key-bindings): Change the binding
-       of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
-       same command.
-
-2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
-
-       Sync with Tramp 2.1.16.
-
-       * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
-
-       * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
-       when a loading of a package fails.  Completion function for rsync
-       is `tramp-completion-function-alist-ssh'.
-       (all): Replace all calls of `split-string' and
-       `tramp-split-string' by `tramp-compat-split-string'.
-       (tramp-default-method): Use `tramp-compat-process-running-p'.
-       (tramp-default-proxies-alist): Allow also Lisp forms.
-       (tramp-remote-path): Add choice "Private Directories".
-       (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
-       (tramp-domain-regexp): Allow also "-", "_" and ".".
-       (tramp-end-of-output): Remove newlines, and add "$" at the end.
-       (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
-       (tramp-debug-message): Insert header line in debug buffer.
-       (tramp-handle-directory-files-and-attributes-with-stat):
-       Care about filenames with spaces, or starting with "-".
-       (tramp-handle-dired-uncache): New defun.
-       (tramp-handle-insert-directory): Don't flush the directory from
-       cache, this is handled by `dired-uncache' now.
-       (tramp-handle-insert-file-contents): Improve error handling.
-       (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
-       Quote `tramp-end-of-output'.
-       (tramp-action-password): Improve trace message.
-       (tramp-check-for-regexp): Both echoes must be present, before removing.
-       (tramp-open-connection-setup-interactive-shell): Trace coding system.
-       (tramp-compute-multi-hops): Eval cons cells of
-       `tramp-default-proxies-alist'.
-       (tramp-maybe-open-connection): Use the same command pattern for
-       first hop and further hops.
-       (tramp-wait-for-output): Remove handling of newlines.
-       (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
-       (tramp-split-string): Remove function.  It is handled in
-       tramp-compat now.
-
-       * net/tramp-cmds.el (tramp-bug):
-       Recommend `tramp-cleanup-all-connections' in the bug mail.
-
-       * net/tramp-compat.el (tramp-compat-split-string)
-       (tramp-compat-process-running-p): New defuns.
-
-       * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
-       for `dired-uncache'.
-
-       * net/tramp-gvfs.el: New package.
-
-       * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
-       Add handler for `dired-uncache'.
-       (tramp-smb-handle-file-local-copy): Cleanup in case of error.
-
-       * net/trampver.el: Update release number.  Make version check fit
-       for SXEmacs 22.
-
-2009-06-22  Jim Meyering  <meyering@redhat.com>
-
-       Automatically handle .xz suffix (XZ-compressed files), too.
-       * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
-       XZ is the successor to LZMA: <http://tukaani.org/xz/>
-
-2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
-           Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
-       repository (http://sphinx.net.ru/hg/gdb-mi/).
-
-2009-06-22  Glenn Morris  <rgm@gnu.org>
-
-       * files.el (dir-locals-collect-mode-variables): Allow for any number of
-       `mode' and `eval' entries.  (Bug#3430)
-
-       * Makefile.in (ELCFILES): Add fadr.elc.
-
-       * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
-       differing behavior of \n and ^ in strings.  (Bug#3385)
-
-       * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
-
-       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
-       property.
-       (lisp-indent-function): Make it a defcustom.
-
-2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
-
-       * progmodes/gdb-ui.el: Replace with ...
-       * progmodes/gdb-mi.el: ... this file.
-       * progmodes/gud.el: Modify for gdb-mi.el.
-
-2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
-
-       * fadr.el: New file.
-
-See ChangeLog.14 for earlier changes.
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
-  Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
-
-  This file is part of GNU Emacs.
-
-  GNU Emacs is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
-
-  GNU Emacs is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
+
+       * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
+
+2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (special-display-popup-frame): Doc fix (Bug#8853).
+
+       * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * button.el (button): Inherit from link face.  Suggested by Dan
+       Nicolaescu.
+
+2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/gdb-mi.el: Fit in 80 columns.
+       (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
+       switch-to-buffer.
+
+       * progmodes/which-func.el (which-func-ff-hook): Don't output a message
+       if imenu is simply not configured (bug#8941).
+
+2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-post-undo-hook): New allout outline-change
+       event hook to signal undo activity.
+       (allout-post-command-business): Run allout-post-undo-hook if an
+       undo just occurred.
+       (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
+       * allout-widgets.el (allout-widgets-after-undo-function):
+       Ensure the integrity of the current item's decoration after it has been
+       in the vicinity of an undo.
+       (allout-widgets-mode): Include allout-widgets-after-undo-function
+       on the new allout-post-undo-hook.
+
+2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
+       Let define-derived-mode define it.
+       * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
+       cycles of abbrev-table inheritance (bug#8998).
+
+2011-07-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el: Add support for biblatex.
+       (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
+       (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
+       (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
+       (bibtex-entry-alist, bibtex-field-alist): New variables.
+       (bibtex-entry-field-alist): Obsolete alias for
+       bibtex-BibTeX-entry-alist.
+       (bibtex-entry-alist, bibtex-field-alist): New widgets.
+       (bibtex-set-dialect): New command.
+       (bibtex-entry-type, bibtex-entry-head)
+       (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
+       Bind via bibtex-set-dialect.
+       (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
+       (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
+       (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
+       (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
+       Define via bibtex-set-dialect.
+       (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
+       Obey bibtex-no-opt-remove-re.
+       (bibtex-vec-push, bibtex-vec-incr): New functions.
+       (bibtex-format-entry, bibtex-field-list)
+       (bibtex-print-help-message, bibtex-validate)
+       (bibtex-search-entries): Use new format of bibtex-entry-alist.
+
+2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-goto-locus):
+       * net/tramp-cmds.el (tramp-append-tramp-buffers):
+       * bs.el (bs-cycle-next, bs-cycle-previous):
+       * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
+       * bindings.el (mode-line-other-buffer):
+       * autoinsert.el (auto-insert):
+       * arc-mode.el (archive-extract):
+       * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
+
+2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
+       Fix check of `emacs-lock-unlockable-modes'.
+       Coerce true values of `emacs-lock--try-unlocking' to t.
+
+2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
+       * emacs-lock.el: New file.
+
+2011-07-05  Julien Danjou  <julien@danjou.info>
+
+       * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
+       than `boundp' to check if face is set.
+
+2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * register.el (registerv-make):
+       * window.el (window-min-height): Fix typos in docstrings.
+
+2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
+       Update doc string.
+
+2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-execute): Catch quit and call
+       `server-return-error' to pass the error back to emacsclient and
+       close the connection (bug#8942).
+
+2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
+       insecure exception for current topic.  Also note that auto-saves
+       are handled differently.
+
+       (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
+       State variables for tracking auto-save inhibition situation.
+
+       (allout-write-contents-hook-handler): Rename from
+       'allout-write-file-hook-handler', and describe how it depends on
+       write-contents-functions sensitivity to non-nil value to prevent
+       file write.
+
+       (allout-auto-save-hook-handler): Remove.  auto-save does not check
+       this in individual buffers, only in the starting buffer, so this
+       is not the right way for us to inhibit auto-save in a buffer
+       according to its condition.
+
+       (allout-mode): Use new allout-write-contents-hook-handler, and
+       only with write-contents-functions.  Remove auto-save provisions -
+       they're implemented elsewhere.
+
+       (allout-before-change-handler): If undo is in progress, note that
+       for attention of allout-post-command-business.
+
+       (allout-post-command-business): If the command we're following was
+       an undo, check for change in the status of encrypted items and
+       adjust auto-save inhibitions accordingly.
+
+       (allout-toggle-subtree-encryption): Adjust auto-save inhibition
+       according to whether there are or aren't any plain-text topics
+       pending encryption.
+
+       (allout-inhibit-auto-save-info-for-decryption):
+       Adjust buffer-saved-size and some allout state to inhibit auto-saves if
+       there are plain-text topics pending encryption.
+
+       (allout-maybe-resume-auto-save-info-after-encryption): Adjust
+       buffer-saved-size and some allout state to not inhibit auto-saves
+       if there are no longer any plain-text topics pending encryption.
+
+       (allout-next-topic-pending-encryption),
+       (allout-encrypt-decrypted): No longer provide for exemption of the
+       current topic.
+
+2011-07-04  Juri Linkov  <juri@jurta.org>
+
+       Add 7z operations to delete and save changed members (bug#8968).
+       * arc-mode.el (archive-7z-expunge, archive-7z-update):
+       New defcustoms.
+       (archive-7z-write-file-member): New function.
+       (archive-7z-summarize): Fix the number of dashes in the
+       listing output.
+
+2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
+       (bug#8958).
+
+2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el: Ignore next-buffer and previous-buffer in
+       minibuffer-local-map.
+
+       * font-lock.el (font-lock-builtin-face): Change light background
+       color to dark slate blue (Bug#6693).
+
+2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
+
+       * progmodes/gdb-mi.el (gdb): Use completion-at-point.
+
+2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Add switch-to-buffer.
+
+2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * isearch.el (isearch-search-fun-function): Clarify further the
+       meaning of the function returned.
+
+2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
+
+       * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
+       (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
+       Use it.
+       (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
+       `tramp-default-remote-path' does not exist.
+       (tramp-send-command-and-read): New optional argument NOERROR.
+       (tramp-open-connection-setup-interactive-shell)
+       (tramp-get-remote-path, tramp-get-remote-stat): Use it.
+       (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
+       (tramp-process-sentinel): Flush also process' connection property.
+       (tramp-sh-handle-start-file-process): Do not set process
+       sentinel.  It is done now ...
+       (tramp-maybe-open-connection): ... here.  (Bug#8929)
+
+2011-07-04  MON KEY  <monkey@sandpframing.com>
+
+       * play/animate.el (animate-string): Doc fixes and allow changing
+       the buffer name (bug#5417).
+
+2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * play/animate.el (animation-buffer-name): Rename from *animate*.
+
+2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
+       This is simpler and helps future-proof the code.
+       (timer-until): Use time-subtract and float-time.
+       (timer--time-less-p): Use time-less-p.
+
+2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * type-break.el (timep): Use the value of `float-time' to avoid a
+       byte-compiler warning.
+
+       * server.el (server-eval-and-print): Return any result, even nil.
+
+2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * type-break.el: Accept time formats that the builtins accept.
+       (timep, type-break-time-difference): Accept any format that
+       float-time accepts, rather than insisting on (HIGH LOW USECS) format.
+       This is simpler and helps future-proof the code.
+       (type-break-time-difference): Round rather than ignoring
+       subseconds components.
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * info.el (Info-apropos-matches): Make non-interactive, since it
+       doesn't seem to do anything useful as a command (bug#8829).
+
+2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.el (frame-background-mode, frame-set-background-mode):
+       Move from faces.el.
+       (frame-default-terminal-background): New function.
+
+       * custom.el (custom-push-theme): Don't record faces in `changed'
+       theme; this doesn't work correctly for per-frame face settings.
+       (disable-theme): Use face-set-after-frame-default to reset faces.
+       (custom--frame-color-default): New function.
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.el (dired-flagging-regexp): Remove unused variable
+       (bug#8769).
+
+2011-03-29  Kevin Ryde  <user42@zip.com.au>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       `perl-Test2' extend to match possible "fail #N" rep count
+       (bug#8377).
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/feedmail.el (feedmail-buffer-to-smtpmail):
+       `smtpmail-via-smtp' now returns the error instead of nil.
+
+       * isearch.el (isearch-search-fun-function): Clarify the doc string
+       (bug#8101).
+
+2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
+
+       * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
+       unnecessary spaces (bug#8987).
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (open-network-stream): Use the
+       :end-of-capability command thoughout.
+
+2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
+
+       * net/network-stream.el (open-network-stream): Add the
+       :end-of-capability command parameter, used by pop3.el.
+
+2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
+
+       * fringe.el (fringe-query-style): Remove redundant text " (type ?
+       for list)" (bug#6475).
+
+       * files.el (file-expand-wildcards): Ignore non-readable
+       sub-directories while trying to find matches instead of signalling
+       an error (bug#6297).
+
+       * man.el (Man-reference-regexp): Allow matching possible
+       word-wrapped references (bug#6289).
+
+       * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
+       for consistency with the other vc buffers (bug#6197).
+       (vc-checkin): Ditto.
+
+       * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
+
+       * longlines.el (longlines-mode): Document what ARG does (bug#6150).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * custom.el (defcustom): Clarify that :set is only used in the
+       Customize user interface (bug#6089).
+
+       * progmodes/flymake.el (flymake-mode): If the buffer isn't
+       associated with a file, refuse to run instead of erroring out
+       (bug#6084).
+
+       * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
+       the doc string, since it appears that using `fill-column' always
+       controls the width (bug#7845).
+
+       * simple.el (shell-command-on-region): Say where the error output
+       went if `shell-command-default-error-buffer' is set (bug#6857).
+
+2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-yank-processing): Adjust cursor position for
+       backwards-deleted space.
+
+       (allout-rebullet-heading): Register changes with
+       allout-exposure-changed-hook, so the modified topic is properly
+       decorated.
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * minibuffer.el (completion-in-region): Document PREDICATE
+       (bug#7136).
+
+       * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
+       of keyword/argument pairs (bug#6904).
+
+       * replace.el (multi-occur):
+       Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
+
+2011-07-02  Drew Adams  <drew.adams@oracle.com>
+
+       * dired.el (dired-mark-if): Make the message about whether it's
+       marking or unmarking clearer (bug#8523).
+
+2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * disp-table.el (display-table-print-array): New function.
+       (describe-display-table): Use it to print the vectors more pretty
+       (Bug#8859).
+
+2011-07-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-state-get-1): Don't assign clone numbers.
+       Add clone-of item to list of window parameters.
+       (window-state-put-2): Don't process clone numbers.
+       (display-buffer-alist): Fix doc-string.
+
+2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (remq): Don't allocate if it's not needed.
+       (keymap--menu-item-binding, keymap--menu-item-with-binding)
+       (keymap--merge-bindings): New functions.
+       (keymap-canonicalize): Use them to refine the canonicalization.
+       * minibuffer.el (minibuffer-local-completion-map)
+       (minibuffer-local-must-match-map): Move initialization from C.
+       (minibuffer-local-filename-completion-map): Move initialization from C;
+       don't inherit from anything here.
+       (minibuffer-local-filename-must-match-map): Make obsolete.
+       (completing-read-default): Use make-composed-keymap to combine
+       minibuffer-local-filename-completion-map with either
+       minibuffer-local-must-match-map or
+       minibuffer-local-filename-completion-map.
+
+2011-07-01  Glenn Morris  <rgm@gnu.org>
+
+       * type-break.el (type-break-time-sum): Use dolist.
+
+       * textmodes/flyspell.el (flyspell-word-search-backward):
+       Replace CL function.
+
+2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mouse.el (mouse--strip-first-event): New function.
+       (function-key-map): Use it to map fringe clicks to normal clicks
+       by default.
+
+       * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
+       (vc-bzr-revision-completion-table): Add support for annotate and date.
+
+       * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
+       inherit from parent.
+
+2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired-aux.el (dired-diff): Doc fixup (bug#8816).
+       (dired-show-file-type): Doc fixup (bug#8818).
+
+       * dired.el (dired-mode): Fix up the doc string as suggested by
+       Drew Adams (bug#8817).
+
+       * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
+       cookie, since the manual says that it should be possible to add
+       this function to `find-file-hook' (bug#8709).
+
+2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * progmodes/cfengine.el: Moved all cfengine3.el functionality
+       here.  Noted Ted Zlatanov as the maintainer.
+       (cfengine-common-settings, cfengine-common-syntax): New functions
+       to set up common things between `cfengine-mode' and
+       `cfengine3-mode'.
+       (cfengine3-mode): New mode.
+       (cfengine3-defuns cfengine3-defuns-regex
+       (cfengine3-class-selector-regex cfengine3-category-regex)
+       (cfengine3-vartypes cfengine3-font-lock-keywords)
+       (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
+       (cfengine3-indent-line): Add from cfengine3.el.
+
+2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
+
+       * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
+
+2011-07-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (same-window-buffer-names, same-window-regexps)
+       (same-window-p, special-display-frame-alist)
+       (special-display-popup-frame, special-display-function)
+       (special-display-buffer-names, special-display-regexps)
+       (special-display-p, pop-up-frame-alist, pop-up-frame-function)
+       (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
+       (split-window-preferred-function, split-height-threshold)
+       (split-width-threshold, even-window-heights)
+       (display-buffer-mark-dedicated, window-splittable-p)
+       (split-window-sensibly, window-safely-shrinkable-p):
+       Un-obsolete.
+       (display-buffer): Don't spread args with function specifier
+       because special-display-popup-frame won't like it.
+
+2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Time-stamp simplifications and fixes.
+       These improve accuracy slightly, and future-proof the code
+       against some potential changes to current-time format.
+
+       * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
+       by using time-since and float-time.
+
+       * vc/ediff-util.el (ediff-calc-command-time): Use time-since
+       and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
+       + NNN microseconds".
+
+       * type-break.el (type-break-time-sum): Rewrite using time-add.
+
+       * play/hanoi.el (hanoi-current-time-float): Remove.
+       All uses replaced by float-time.
+
+       * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
+       This yields a more-accurate answer.
+       (rng-time-to-float): Remove; no longer needed.
+
+       * emacs-lisp/timer.el (timer-relative-time): Use time-add.
+
+       * calendar/timeclock.el (timeclock-seconds-to-time):
+       Defalias to seconds-to-time, since they're the same thing.
+
+       * emacs-lisp/elp.el (elp-elapsed-time):
+       * emacs-lisp/benchmark.el (benchmark-elapse):
+       * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
+
+2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (bury-buffer): Don't iconify the only frame.
+       (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
+       to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
+
+2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * eshell/em-smart.el (eshell-smart-display-navigate-list):
+       Add mouse-yank-primary.
+
+2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * progmodes/cfengine3.el: New file to support CFEngine 3.x.
+
+2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/find-func.el (find-library--load-name): New fun.
+       (find-library-name): Use it to find relative load names when provided
+       absolute file name (bug#8803).
+
+2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * textmodes/flyspell.el (flyspell-word): Consider words that
+       differ only in case as potential doublons (bug#5687).
+
+       * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
+       Remove two rather uninteresting debugging-like messages to make
+       debbugs.el more silent.
+
+       * comint.el (comint-password-prompt-regexp): Accept "Response" as
+       a password-like phrase.
+
+2011-06-30  Mastake YAMATO  <yamato@redhat.com>
+
+       * progmodes/cc-guess.el: New file.
+
+       * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
+
+       * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
+       derived from `c-basic-common-init'.
+
+       * progmodes/cc-mode.el (top-level): Require cc-guess.
+       (c-basic-common-init): Use `cc-choose-style-for-mode'.
+
+2011-06-30  Lawrence Mitchell  <wence@gmx.li>
+
+       * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
+
+2011-06-30  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-continued-construct):
+       Correct the handling of template-args-cont, particularly for when font
+       lock is disabled.  Name this case as "CASE G".
+
+2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-yank-processing): Fix injection of extra space
+       between bullet and non-whitespace character in first topic when
+       pasting, ensuring that the actual spacing in the pasted topic
+       following the bullet char is preserved.  This extra space was
+       causing pasted encrypted topics to get a decrypted status even
+       when the content was actually still encrypted.  Now the decryption
+       status from before the paste is preserved.
+
+       (allout-flag-region): Set all allout overlays so they evaporate
+       when reduced to zero length (evanescent), to prevent overlay
+       leakage.
+
+2011-06-30  Glenn Morris  <rgm@gnu.org>
+
+       * w32-fns.el (w32-charset-info-alist): Declare.
+
+       * find-dired.el (find-grep-options): Simplify.
+
+       * term/ns-win.el (ns-set-resource): Declare.
+
+       * ses.el (row, col): Declare dynamic variables honestly.
+
+       * textmodes/reftex-parse.el (index-tags): Declare.
+
+2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (customize-push-and-save): New function.
+
+       * files.el (hack-local-variables-confirm): Use it.
+
+       * custom.el (load-theme): New arg NO-CONFIRM.
+       Use customize-push-and-save (Bug#8720).
+       (custom-enabled-themes): Doc fix.
+
+       * cus-theme.el (customize-create-theme)
+       (custom-theme-merge-theme): Callers to load-theme changed.
+
+2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * thingatpt.el (thing-at-point-short-url-regexp): Require that
+       short URLs have at least one dot in them (bug #7614).
+
+       * progmodes/grep.el (rgrep): Bind `process-connection-type' to
+       nil, because using a pty is apparently too slow (bug #895).
+
+2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/sendmail.el (sendmail-query-once): New function.
+       (sendmail-query-once-function): New variable.
+
+2011-06-29  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
+
+       * ses.el (top-level): Require cl when compiling.
+       (ses-set-localvars): Fix error statement.
+       Call it at compile time to silence a storm of warnings.
+
+2011-06-29  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (normalize-live-buffer): Rename to
+       window-normalize-buffer.
+       (normalize-live-frame): Rename to window-normalize-frame.
+       (normalize-any-window): Rename to window-normalize-any-window.
+       (normalize-live-window): Rename to window-normalize-live-window.
+       (make-window-atom): Rename to window-make-atom.
+       (window-resize-reset): Rename to window--resize-reset.
+       (window-resize-reset-1): Rename to window--resize-reset-1.
+       (resize-mini-window): Rename to window--resize-mini-window.
+       (resize-subwindows-skip-p): Rename to
+       window--resize-subwindows-skip-p.
+       (resize-subwindows-normal): Rename to
+       window--resize-subwindows-normal.
+       (resize-subwindows): Rename to window--resize-subwindows.
+       (resize-other-windows): Rename to window--resize-siblings.
+       (resize-this-window): Rename to window--resize-this-window.
+       (resize-root-window): Rename to window--resize-root-window.
+       (resize-root-window-vertically): Rename to
+       window--resize-root-window-vertically.
+       (normalize-buffer-to-display): Rename to
+       window-normalize-buffer-to-display.
+       (normalize-buffer-to-switch-to): Rename to
+       window-normalize-buffer-to-switch-to.
+       Correspondingly update all callers of the functions listed
+       above.
+       (display-buffer-alist, display-buffer-normalize-arguments)
+       (display-buffer-normalize-options, display-buffer)
+       (display-buffer-alist-set): Use "function" instead of
+       "fun-with-args".
+
+2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
+       addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
+       debbugs.gnu.org.  Mention acknowledgment email.
+
+2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
+       buffer multibyteness, since it shouldn't matter.
+
+2011-06-28  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-in-side-window): Handle dedicated
+       windows as in display-buffer-reuse-window.
+       (display-buffer-normalize-alist): Use value of override
+       specifier.
+       (display-buffer-normalize-specifiers): Use value of
+       other-window-means-other-frame specifier.
+       (display-buffer-alist): Rewrite some texts in widgets.
+       (display-buffer): Spread arguments when calling function
+       specified by fun-with-args.
+
+2011-06-28  Deniz Dogan  <deniz@dogan.se>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
+       Unnest `let'.
+
+       * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
+       selectors (Bug#5732).
+       (css-proprietary-nmstart-re): Use `regexp-opt'.
+
+2011-06-27  Jari Aalto  <jari.aalto@cante.net>
+
+       * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
+       (eshell-ls-date-format): New defcustom.
+       (eshell-ls-file): Use it.
+
+2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help-fns.el (describe-variable): Fix message for terminal-local vars.
+
+2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
+       (ange-ftp-make-tmp-name): New arg.
+       (ange-ftp-file-local-copy): Use it.
+
+2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
+
+       * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
+       no-conversion (Bug#8870).
+
+2011-06-27  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-right, window-left, window-child)
+       (window-child-count, window-last-child)
+       (window-iso-combination-p, walk-window-tree-1)
+       (window-atom-check-1, window-tree-1, delete-window)
+       (window-state-get-1, display-buffer-even-window-sizes): Adapt to
+       new naming conventions - window-vchild, window-hchild,
+       window-next and window-prev are now called window-top-child,
+       window-left-child, window-next-sibling and window-prev-sibling
+       respectively.
+       (resize-window-reset): Rename to window-resize-reset.
+       (resize-window-reset-1): Rename to window-resize-reset-1.
+       (resize-window): Rename to window-resize.
+       (window-min-height, window-min-width)
+       (resize-mini-window, resize-this-window, resize-root-window)
+       (resize-root-window-vertically, adjust-window-trailing-edge)
+       (enlarge-window, shrink-window, maximize-window)
+       (minimize-window, delete-window, quit-restore-window)
+       (split-window, balance-windows, balance-windows-area-adjust)
+       (balance-windows-area, window-state-put-2)
+       (display-buffer-even-window-sizes, display-buffer-set-height)
+       (display-buffer-set-width, set-window-text-height)
+       (fit-window-to-buffer): Rename all "resize-window" prefixed
+       calls to use the "window-resize" prefix convention.
+       (display-buffer-alist): Fix symbol for label specifier.
+       (display-buffer-reuse-window): Set reuse-dedicated to cdr of
+       corresponding specifier.
+       Reported by Juanma Barranquero <lekktu@gmail.com>.
+
+2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+       * ses.el (ses-destroy-cell-variable-range): Fix heading comment
+       convention.
+       (ses-call-printer): Does not pass an empty string to formatter when the
+       cell is empty to keep from barking printer Calc math-format-value.
+
+2011-06-27  Richard Stallman  <rms@gnu.org>
+
+       * battery.el (battery-mode-line-limit): New variable.
+       (battery-update): Handle it.
+
+       * mail/rmailmm.el (rmail-mime-process-multipart):
+       Handle truncated messages.
+
+2011-06-27  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/flymake.el (flymake-err-line-patterns):
+       Allow for column numbers in the ant/javac pattern.  (Bug#8866)
+
+2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+       * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
+       (ses--clean-!, ses--clean-_): New functions.
+       (ses-range): Add configurability of readout order, and conversion
+       to Calc vector.
+
+       * ses.el (ses-repair-cell-reference-all): New function.
+       (ses-cell-symbol): Set macro as safe, so that it can be used in
+       formulas.
+
+       * ses.el: Update cycle detection algorithm.
+       (ses-localvars): Add ses--Dijkstra-attempt-nb and
+       ses--Dijkstra-weight-bound, and initial values thereof when applicable.
+       (ses-set-localvars): New function.
+       (ses-make-cell): Add property-list as a cell element.
+       (ses-cell-property-get-fun, ses-cell-property-get)
+       (ses-cell-property-delq-fun, ses-cell-property-set-fun)
+       (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
+       New functions.
+       (ses-cell-property-set, ses-cell-property-pop)
+       (ses-cell-property-get-handle): New macro.
+       (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
+       New aliases, used for code readability.
+       (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
+       cycle detection.
+       (ses-self-reference-early-detection): New defcustom.
+       (ses-formula-references): Robustify against self-refering cells.
+       (ses-mode): Use ses-set-localvars.
+       (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
+       before lauching the update processing.
+       (ses-initialize-Dijkstra-attempt): New function.
+       (ses-recalculate-cell): Update for cycle detection based on
+       Dijkstra algorithm.
+
+       * ses.el: Fix commenting and indenting convention.
+
+2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * bs.el (bs-cycle-next): Complete last change.
+
+2011-06-27  Drew Adams  <drew.adams@oracle.com>
+
+       * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
+
+2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (network-stream-open-starttls):
+       Don't re-get capabilities unless we've reestablished connection.
+       (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
+       to binary to possibly avoid line encoding issues on Windows (among
+       other things).
+
+2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (open-network-stream): Return an :error
+       saying what the problem was, if possible.
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
+       server.
+
+       * net/network-stream.el (network-stream-open-starttls): If we
+       wanted to use STARTTLS, and the server offered it, but we weren't
+       able to because we had no STARTTLS support, then close the connection.
+       (open-network-stream): Return an :error element, if present.
+
+2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hl-line.el (hl-line-sticky-flag): Doc fix.
+       (global-hl-line-sticky-flag): New option (Bug#8323).
+       (global-hl-line-highlight): Obey it.
+
+       * vc/vc.el (vc-revert-show-diff): Default to t.
+
+2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout-widgets.el (allout-widgets-post-command-business):
+       Stop decorating intermediate isearch matches.  They're not being
+       undecorated when an isearch is continued past, and isearch
+       automatically collapses them.  This leads to "widget leaks", where
+       decorated items accumulate in collapsed areas.  Lines with lots of
+       hidden widgets can slow down cursor travel, substantially.
+       Too much complicated machinery would be needed to ensure undecoration,
+       so we're doing without this nicety.
+
+       (allout-widgets-tally-string): Don't try to do a hash-table-count
+       of allout-widgets-tally when it's nil.  This eliminates spurious "Error
+       during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
+       *Messages* when allout-widgets-maintain-tally is t.
+
+2011-06-26  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-argument): Rename to
+       display-buffer-normalize-arguments.  Handle special meaning of
+       LABEL argument.  Respect special-display-function when popping up
+       a new frame.  Fix code searching for a window showing the buffer
+       on another frame.
+       (display-buffer-normalize-specifiers):
+       Call display-buffer-normalize-arguments.
+       (display-buffer-in-window): Don't undedicate the window if its
+       buffer remains the same.
+       Reported by Drew Adams <drew.adams@oracle.com>.
+       (display-buffer-alist): Add choice for same-window macro
+       specfier.
+       (display-buffer): Mention special meaning of LABEL argument in
+       doc-string.  Fix quoting.  Don't pop up a new frame even as
+       fallback.
+
+2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
+       avoid deleting the current window in some cases (bug#8911).
+
+2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
+       (Bug#8934)
+
+2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (network-stream-open-starttls):
+       Use built-in TLS support if `gnutls-available-p' is true.
+       (network-stream-open-tls): Ditto.
+
+2011-06-26  Leo Liu  <sdl.web@gmail.com>
+
+       * register.el (registerv): New struct.
+       (registerv-make): New function.
+       (jump-to-register, describe-register-1, insert-register):
+       Support the jump-func, print-func and insert-func slot of a registerv
+       struct.  (Bug#8415)
+
+2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc/vc.el (vc-revert-show-diff): New defcustom.
+       (vc-diff-internal): New arg specifying diff buffer.
+       (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
+       reuse an existing *vc-diff* buffer (Bug#8927).
+
+       * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
+
+2011-06-26  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-critical-indent): New option.
+       (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
+       (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
+       (f90-mode): Doc fix.
+       (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
+       (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
+       (f90-beginning-of-block, f90-next-block, f90-indent-region)
+       (f90-match-end): Handle block, critical.
+
+2011-06-25  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-included-files): Doc fix.
+       (diary-include-files): New function, extracted from
+       diary-include-other-diary-files and diary-mark-included-diary-files.
+       (diary-include-other-diary-files, diary-mark-included-diary-files):
+       Just call diary-include-files.
+       (diary-mark-entries): Reset diary-included-files on first call.
+
+       * calendar/diary-lib.el (diary-mark-entries)
+       (diary-mark-included-diary-files):
+       Visit included diary-files in temp buffers.
+
+       * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
+       (f90-blocks-re, f90-program-block-re, f90-end-block-re)
+       (f90-start-block-re, f90-imenu-generic-expression)
+       (f90-looking-at-program-block-start, f90-no-block-limit):
+       Add support for submodules.
+
+       * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
+       (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
+
+2011-06-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
+       buffer-file-type before setting its value, to avoid disastrous
+       global effects on decoding files for DOS/Windows systems.  (Bug#8780)
+
+2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
+
+       * ses.el (ses-unload-function):
+       * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
+
+       * proced.el (proced-unload-function):
+       * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
+
+2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
+
+       * server.el (server-create-window-system-frame): Add parameters arg.
+       (server-process-filter): Doc fix.  Handle frame-parameters.
+
+2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       Fix bug#8730, bug#8781.
+
+       * loadhist.el (unload--set-major-mode): New function.
+       (unload-feature): Use it.
+
+       * progmodes/python.el (python-after-info-look): Add autoload cookie.
+       (python-unload-function): New function.
+
+2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
+
+2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * net/browse-url.el (browse-url-firefox-program): Add icecat to
+       the candidates list.
+
+2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
+
+2011-06-23  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
+       (rmail-variables): Set next-error-move-function.
+       (rmail-what-message): Take argument POS.
+       (rmail-next-error-move): New function.
+
+2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
+       messages for adjacent non-terminals.
+
+2011-06-23  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
+       (rmail-show-message-1): Preserve buffer modified flag.
+       (rmail-start-mail): Don't specify use of rmail-mail-return;
+       that's done by mail-bury now.
+       (rmail-mail-return): Handle arg NEWBUF.
+
+2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
+       SIZE is a number.
+
+2011-06-23  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (get-lru-window, get-mru-window)
+       (get-largest-window): Never return a minibuffer window.
+       (display-buffer-pop-up-window): Fix a bug that could lead to
+       reusing the minibuffer window.
+       (display-buffer): Pass original specifier argument to
+       display-buffer-function instead of the normalized one.
+       Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
+
+2011-06-22  Leo Liu  <sdl.web@gmail.com>
+
+       * minibuffer.el (completing-read-function)
+       (completing-read-default): Move from minibuf.c
+
+2011-06-22  Richard Stallman  <rms@gnu.org>
+
+       * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
+       to Rmail even if not started by a special Rmail command.
+
+       * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
+       Copy the buffer currently showing just one message.
+
+2011-06-22  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
+       (bibtex-clean-entry): First delete the old key so that a
+       customized algorithm for generating the new key does not get
+       confused by the old key.
+       (bibtex-url): Obey regexp of first step.
+       (bibtex-search-entries): Do not use add-to-list with local
+       list-var.
+
+2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
+       stored a user name, then query for the password first, instead of
+       waiting for SMTP to give an error message and the trying again.
+
+2011-06-22  Lawrence Mitchell  <wence@gmx.li>
+
+       * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
+       BUFFER in call-process.
+
+2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
+       QUIT twice.
+       (smtpmail-try-auth-methods): Require user name and password from
+       auth-source.
+
+2011-06-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-default-specifiers)
+       (display-buffer-alist): Remove entries for pop-up-frame-alist.
+       Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
+       (split-window): Normalize SIDE argument (Bug#8916).
+
+       * frame.el (pop-up-frame-alist, pop-up-frame-function)
+       (special-display-frame-alist, special-display-popup-frame):
+       Remove duplicate declarations.  These are now in window.el.
+
+2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-via-smtp):
+       Set :use-starttls-if-possible so that we always use STARTTLS if the
+       server supports it.  SMTP servers that support STARTTLS commonly
+       require it.
+
+       * net/network-stream.el (network-stream-open-starttls): Support
+       upgrading to STARTTLS always, even if we don't have built-in support.
+       (open-network-stream): Add the :always-query-capabilies keyword.
+
+       * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
+       upgrades with `open-network-stream', and rely solely on
+       auth-source for all credentials.  Big changes throughout the file,
+       but in particular:
+       (smtpmail-auth-credentials): Remove.
+       (smtpmail-starttls-credentials): Remove.
+       (smtpmail-via-smtp): Check for servers saying they want AUTH after
+       MAIL FROM, too.
+
+       * net/network-stream.el (network-stream-open-starttls):
+       Provide support for client certificates both for external and built-in
+       STARTTLS.
+       (auth-source): Require.
+       (open-network-stream): Document the :client-certificate keyword.
+       (network-stream-certificate): Change cert-cert to cert and
+       cert-key to key.
+
+2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-cache.el (top): Don't load the persistency file when
+       "emacs -Q" has been called.
+
+2011-06-21  Tim Harper  <timcharper@gmail.com>
+
+       * term/ns-win.el (ns-initialize-window-system):
+       Set application-specific `ApplePressAndHoldEnabled' system
+       resource to NO as it is not yet supported by the NS port.
+
+2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * misc.el (list-dynamic-libraries--refresh): Compute header here...
+       (list-dynamic-libraries): ...not here.
+
+2011-06-21  Leo Liu  <sdl.web@gmail.com>
+
+       * subr.el (sha1): Implement sha1 using secure-hash.
+
+2011-06-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): In default value do not
+       enforce searching a window on any but the selected frame.
+       Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
+       (display-buffer-select-window): Remove function.
+       (display-buffer-in-window): When a window on another frame gets
+       reused, do not select it any more but just raise its frame if
+       necessary (Bug#8851) and (Bug#8856).
+       (display-buffer-normalize-options): Handle pop-up-frames related
+       options more faithfully.
+       (pop-to-buffer): Don't rely on `display-buffer' selecting the
+       window if it is on another frame.
+       (display-buffer-alist, display-buffer-default-specifiers):
+       Don't make new frame unsplittable by default.
+       (display-buffer-normalize-argument): Fix doc-string typo and use
+       'same-frame-other-window instead of 'other-window when associating
+       with display-buffer-macro-specifiers.
+
+2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
+       New functions.
+       (5x5-mode-map, 5x5-mode-menu): Bind them.
+       (5x5-draw-grid): Tweak the solver's rendering.
+
+2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
+       `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
+
+2011-06-21  Drew Adams  <drew.adams@oracle.com>
+
+       * menu-bar.el: Use function variable instead of switch-to-buffer.
+       (menu-bar-select-buffer-function): New variable.
+       (menu-bar-update-buffers): Use it (bug#8876).
+
+2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
+       variable's status.
+
+2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * x-dnd.el (x-dnd-version-from-flags)
+       (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
+       and long as number (Bug#8899).
+       (x-dnd-handle-xdnd): Call functions above (Bug#8899).
+
+2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-metadata): Add `metadata' to the alist.
+       (completion-try-completion, completion-all-completions): Compute the
+       metadata argument if it's missing; make it optional (bug#8795).
+
+       * wid-edit.el: Use lex-bind and move towards completion-at-point.
+       (widget-complete): Use new :completion-function property.
+       (widget-completions-at-point): New function.
+       (default): Use :completion-function instead of :complete.
+       (widget-default-completions): Rename from widget-default-complete;
+       Rewrite.
+       (widget-string-complete, widget-file-complete, widget-color-complete):
+       Remove functions.
+       (file, symbol, function, variable, coding-system, color):
+       * international/mule-cmds.el (default-input-method, charset)
+       (language-info-custom-alist):
+       * cus-edit.el (face): Use new property :completions.
+
+       * progmodes/pascal.el (pascal-completions-at-point): New function.
+       (pascal-mode): Use it.
+       (pascal-mode-map): Use completion-at-point.
+       (pascal-toggle-completions): Make obsolete.
+       (pascal-complete-word, pascal-show-completions):
+       * progmodes/octave-mod.el (octave-complete-symbol):
+       Redefine as obsolete alias.
+       * progmodes/octave-inf.el (inferior-octave-completion-at-point):
+       Signal absence of completion info for old Octave,
+       (inferior-octave-complete): Redefine as obsolete alias.
+       * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
+       (meta-completions-at-point): Rename from meta-complete-symbol and
+       adapt it for use on completion-at-point-functions.
+       (meta-common-mode): Use it.
+       (meta-looking-at-backward, meta-match-buffer): Remove.
+       (meta-complete-symbol): Redefine as obsolete alias.
+       (meta-common-mode-map): Use completion-at-point.
+       * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
+       (makefile-mode-map): Use completion-at-point.
+       (makefile-completions-at-point): Rename from makefile-complete and
+       adapt it for use on completion-at-point-functions.
+       (makefile-mode): Use it.
+       (makefile-complete): Redefine as obsolete alias.
+
+2011-06-20  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el: Delete trailing whitespaces once and for all.
+
+2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
+
+2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
+
+       * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-06-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-other-window-means-other-frame):
+       Call display-buffer-normalize-alist.
+       (display-buffer-normalize-specifiers-1): Rename to
+       display-buffer-normalize-argument.  New argument other-frame.
+       Rewrite.
+       (display-buffer-normalize-specifiers-2): Rename to
+       display-buffer-normalize-options.
+       (display-buffer-normalize-alist-1): New function.
+       (display-buffer-normalize-specifiers-3): Rename to
+       display-buffer-normalize-alist.
+       Call display-buffer-normalize-alist-1.
+       (display-buffer-normalize-options-inhibit): New variable.
+       (display-buffer-normalize-specifiers): Rewrite calling
+       display-buffer-normalize-alist,
+       display-buffer-normalize-argument, and
+       display-buffer-normalize-options.  Don't call the latter if
+       display-buffer-normalize-options-inhibit is non-nil.
+       (frame-auto-delete): New option.
+       (window-deletable-p): Use frame-auto-delete.
+       (window-list-no-nils, window-state-ignored-parameters)
+       (window-state-get-1, window-state-get, window-state-put-list)
+       (window-state-put-1, window-state-put-2, window-state-put):
+       New functions.
+       (display-buffer-normalize-options): Move special-display-p group
+       after pop-up-frame group (Bug#8851) and (Bug#8856).
+
+2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/rx.el (rx-constituents): Add support for numbered
+       groups (Bug#8776).
+       (rx-submatch-n): New function.
+       (rx): Document it.
+
+       * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
+       (Bug#8768).
+
+       * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
+
+       * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
+
+       * cus-face.el (custom-declare-face): Call custom-theme-recalc face
+       anytime existing face settings are present (Bug#8889).
+
+       * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
+       (delphi-mode): Use define-derived-mode to inherit from prog-mode.
+       Remove unused argument.
+
+2011-06-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-default-specifiers):
+       Remove pop-up-frame.  Add pop-up-window-min-height,
+       pop-up-window-min-width, and another reuse-window specifier
+       (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
+       (display-buffer-normalize-specifiers-2):
+       Handle split-height-threshold and split-width-threshold also when
+       pop-up-windows is unset.  Add a reuse-window specifier for the
+       case popping up a new window fails.
+       (special-display-popup-frame): Remove double quoting.
+       (display-buffer-normalize-specifiers-1): Fix thinko.
+
+2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * shell.el (shell-completion-vars): Set pcomplete-termination-string
+       according to comint-completion-addsuffix.
+
+       * pcomplete.el: Convert to lexical binding and fix bug#8819.
+       (pcomplete-suffix-list): Mark as obsolete.
+       (pcomplete-completions-at-point): Capture pcomplete-norm-func and
+       pcomplete-seen in the closure.
+       (pcomplete-comint-setup): Setup completion-at-point as well.
+       (pcomplete--entries): New function.
+       (pcomplete--env-regexp): New var.
+       (pcomplete-entries): Rewrite to work with partial-completion and
+       without relying on pcomplete-suffix-list.
+       (pcomplete-pare-list): Remove, unused.
+
+2011-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): Set pop-up-window-min-height
+       and pop-up-window-min-width in default value.  Reported by
+       Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
+       other-window-means-other-frame.
+       (display-buffer-macro-specifiers): Comment out entry for
+       other-window specifier.
+       (display-buffer-other-window-means-other-frame): New function.
+       (display-buffer-normalize-specifiers-1): New arguments
+       buffer-name and label.  Treat other-window case specially.
+       (display-buffer-normalize-specifiers-2): Treat other-window case
+       specially.
+       (display-buffer-normalize-specifiers-3): New function.
+       (display-buffer-normalize-specifiers):
+       Call display-buffer-normalize-specifiers-3.
+
+2011-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (same-window-p): Fix two typos introduced when
+       adding with-no-warnings.
+       (display-buffer-normalize-specifiers-1): Don't check
+       pop-up-frames for 'unset initialization.
+       (display-buffer-normalize-specifiers-2): Major rewrite using
+       special-display-p and same-window-p (Bug#8851) and (Bug#8856).
+       (pop-up-frames, display-buffer-reuse-frames)
+       (display-buffer-mark-dedicated): Don't initialize to 'unset.
+       Suggested by David Engster <deng@randomsample.de>.
+       (even-window-heights): Initialize to 'unset.
+       (display-buffer-alist-set): Handle new 'unset initializations.
+       (display-buffer-macro-specifiers): Don't pop up a new frame in the
+       other window case.
+
+2011-06-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-specifiers-1):
+       Respect current value of pop-up-frames for most reasonable values of
+       second argument of display-buffer (Bug#8865).
+       (switch-to-buffer-same-frame, switch-to-buffer-other-window)
+       (switch-to-buffer-other-window-same-frame)
+       (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
+       Adams (Bug#8875).
+       (display-buffer): Don't check noninteractive when calling
+       display-buffer-pop-up-frame.
+       (display-buffer-pop-up-frame): Never pop up a frame in
+       noninteractive mode (Bug#8857).
+       (enlarge-window, shrink-window): Don't report an error when the
+       window can't be resized as requested (Bug#8862).
+
+2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
+
+       * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
+
+       * abbrev.el (define-abbrev-table): Don't add a table multiple times.
+
+2011-06-15  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
+       for declarators, disable knr checking to speed up for normal files.
+       2: Refactor, replacing a sequence of nested if forms by a cond form.
+
+2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (open-network-stream): Add the keyword
+       :always-query-capabilities for the case where you want to force a
+       `plain' network connection, but the protocol still requires the
+       capabilitiy command (i.e., SMTP and EHLO).
+
+       * subr.el (process-live-p): Rename from `process-alive-p' for
+       consistency with other `-live-p' functions.
+
+2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (same-window-buffer-names, same-window-regexps)
+       (special-display-frame-alist, special-display-popup-frame)
+       (special-display-function, special-display-buffer-names)
+       (special-display-regexps, pop-up-frame-alist)
+       (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
+       (pop-up-windows, split-window-preferred-function)
+       (split-height-threshold, split-width-threshold, even-window-heights)
+       (display-buffer-mark-dedicated): Don't encourage the use of
+       display-buffer-alist from Elisp code.
+
+2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/python.el (python-mode): Derive from prog-mode.
+       * progmodes/ps-mode.el (ps-mode):
+       * progmodes/mixal-mode.el (mixal-mode):
+       * progmodes/cfengine.el (cfengine-mode):
+       * progmodes/ld-script.el (ld-script-mode): Likewise.
+
+2011-06-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): Trim default value to avoid
+       popping up a new frame (Bug#8857) or reusing an arbitrary window
+       on another frame.
+       (display-buffer): Do not fall back on popping up a new frame in
+       batch mode (Bug#8857).
+
+2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el (describe-theme-1): Use custom-theme-p.
+       (custom-theme-summary): New function.
+       (customize-themes): Use it.
+
+2011-06-13  Glenn Morris  <rgm@gnu.org>
+
+       * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
+
+2011-06-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (help-window): Remove variable.
+       (help-window-point-marker, temp-buffer-max-height)
+       (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
+       (help-print-return-message): Don't set help-window.
+       (resize-temp-buffer-window): Rewrite cod eand doc-string.
+       (help-window-setup-finish): Remove.
+       (help-window-display-message, help-window-setup)
+       (with-help-window): Major rewrite based on new
+       display-buffer-window variable.
+
+       * help-mode.el (help-mode-finish): Remove help-window related
+       code.
+
+       * view.el (view-exits-all-viewing-windows): Remove reference to
+       view-return-to-alist in doc-string.
+       (view-return-to-alist): Make obsolete.
+       (view-buffer): Call pop-to-buffer-same-window and remove
+       undo-window code.
+       (view-buffer-other-window): Call pop-to-buffer-other-window and
+       simplify code.  Ignore second argument.
+       (view-buffer-other-frame): Call pop-to-buffer-other-frame and
+       simplify code.  Ignore second argument.
+       (view-return-to-alist-update): Make obsolete.
+       (view-mode-enter): Rename second argument to QUIT-RESTORE.
+       Rewrite using quit-restore window parameters.
+       (view-mode-exit): Rename second argument to EXIT-ONLY.
+       Rewrite using quit-restore-window.
+       (View-exit, View-exit-and-edit, View-leave, View-quit)
+       (View-quit-all, View-kill-and-leave): Call view-mode-exit with
+       appropriate arguments.
+       (view-end-message): Use quit-restore window parameter.
+
+       * window.el (display-buffer-function): Rewrite doc-string.
+       (display-buffer-window, display-buffer-alist): New variables.
+       (display-buffer-split-specifiers)
+       (display-buffer-side-specifiers)
+       (display-buffer-macro-specifiers): New constants.
+       (display-buffer-even-window-sizes, display-buffer-set-height)
+       (display-buffer-set-width, display-buffer-select-window)
+       (display-buffer-in-window, display-buffer-reuse-window)
+       (display-buffer-split-window-1, display-buffer-split-window)
+       (display-buffer-split-atom-window, display-buffer-pop-up-window)
+       (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window, normalize-buffer-to-display)
+       (display-buffer-normalize-specifiers-1)
+       (display-buffer-normalize-specifiers-2)
+       (display-buffer-normalize-specifiers, display-buffer-frame):
+       New functions.
+       (display-buffer): Major rewrite.
+       (display-buffer-other-window, display-buffer-other-frame)
+       (pop-to-buffer, switch-to-buffer-other-window)
+       (switch-to-buffer-other-frame): Rewrite.
+       (display-buffer-same-window, display-buffer-same-frame)
+       (display-buffer-same-frame-other-window)
+       (pop-to-buffer-same-window, pop-to-buffer-same-frame)
+       (pop-to-buffer-other-window)
+       (pop-to-buffer-same-frame-other-window)
+       (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
+       (switch-to-buffer-other-window-same-frame): New functions.
+       (same-window-p, special-display-p): Rewrite disabling warnings.
+       Make obsolete.
+       (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
+       (display-buffer-mark-dedicated): Initialize to symbol 'unset.
+       Make obsolete
+       (same-window-buffer-names, same-window-regexps)
+       (special-display-frame-alist, special-display-popup-frame)
+       (special-display-function, special-display-buffer-names)
+       (special-display-regexps, pop-up-frame-alist)
+       (pop-up-frame-function, split-window-preferred-function)
+       (split-height-threshold, split-width-threshold)
+       (even-window-heights): Make obsolete.
+
+2011-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
+       Misc simplifications.
+
+2011-06-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-safely-shrinkable-p): Restore function which
+       was inadvertently removed in change from 2011-06-11.  Declare as
+       obsolete.
+
+       * calendar/calendar.el (calendar-generate-window):
+       Use window-iso-combined-p instead of combination of one-window-p and
+       window-safely-shrinkable-p.
+
+2011-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/fortran.el (fortran-mode-syntax-table):
+       * progmodes/f90.el (f90-mode-syntax-table):
+       Set % to punctuation.  (Bug#8820)
+       (f90-find-tag-default): Remove, no longer needed.
+
+2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
+
+2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.el (image-animated-p): Return animation delay in seconds.
+       Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
+       (image-animate-timeout): Remove DELAY argument.  Don't assume
+       every subimage has the same delay; get it from image-animated-p.
+       (image-animate): Caller changed.
+
+2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
+       to ignored backtrace functions.
+
+2011-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-disp-window-function): Doc fix.
+       (appt-check): Handle overlapping appointments.  (Bug#8337)
+
+2011-06-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-tree-1, window-tree): New functions, moving
+       the latter to window.el.
+       (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
+       (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
+       (bw-refresh-edges): Remove.
+       (balance-windows-1, balance-windows-2): New functions.
+       (balance-windows): Rewrite in terms of window tree functions,
+       balance-windows-1 and balance-windows-2.
+       (bw-adjust-window): Remove.
+       (balance-windows-area-adjust): New function with functionality of
+       bw-adjust-window but using resize-window.
+       (set-window-text-height): Rewrite doc-string.
+       Use normalize-live-window and resize-window.
+       (enlarge-window-horizontally, shrink-window-horizontally):
+       Rename argument to DELTA.
+       (window-buffer-height): New function.
+       (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
+       Rewrite using new window resize routines.
+       (kill-buffer-and-window, mouse-autoselect-window-select):
+       Use ignore-errors instead of condition-case.
+       (quit-window): Call delete-frame instead of delete-windows-on
+       for the only buffer on frame.
+
+2011-06-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * loadup.el (top-level): Load window before files for the sake
+       of replace-buffer-in-windows.
+
+       * files.el (read-buffer-to-switch)
+       (switch-to-buffer-other-window)
+       (switch-to-buffer-other-frame, display-buffer-other-frame):
+       Move to window.el.
+
+       * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
+       (previous-buffer): Move to window.el.
+
+       * bindings.el (unbury-buffer): Move to window.el.
+
+       * window.el (delete-other-windows-vertically): Move after
+       definition of delete-other-windows.
+       (other-window, delete-windows-on, replace-buffer-in-windows):
+       Move here from window.c.
+       (record-window-buffer, unrecord-window-buffer)
+       (set-window-buffer-start-and-point, switch-to-prev-buffer)
+       (switch-to-next-buffer): New functions.
+       (get-next-valid-buffer, last-buffer, next-buffer): Move here
+       from simple.el.  Call switch-to-next-buffer.
+       (previous-buffer): Move here from simple.el.
+       Call switch-to-prev-buffer.
+       (bury-buffer): Move here from buffer.c.  Switch to previous
+       buffer when window cannot be deleted.
+       (unbury-buffer): Move here from bindings.el.
+       (ctl-x-map): Move binding for other-window from window.c to
+       here.
+       (read-buffer-to-switch, switch-to-buffer-other-window)
+       (switch-to-buffer-other-frame): Move here from files.el.
+       (normalize-buffer-to-switch-to): New functions.
+       (switch-to-buffer): Move here from buffer.c.
+       Use read-buffer-to-switch and normalize-buffer-to-switch-to.
+
+2011-06-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-min-height, window-min-width): Move here
+       from window.c.  Add defcustoms and rewrite doc-strings.
+       (resize-mini-window, resize-window): New functions.
+       (adjust-window-trailing-edge, enlarge-window, shrink-window):
+       Move here from window.c.
+       (maximize-window, minimize-window): New functions.
+       (delete-window, delete-other-windows, split-window): Move here
+       from window.c.
+       (window-split-min-size): New function.
+       (split-window-keep-point): Mention split-window-above-each-other
+       instead of split-window-vertically.
+       (split-window-above-each-other, split-window-vertically):
+       Rename split-window-vertically to split-window-above-each-other and
+       provide defalias for old definition.
+       (split-window-side-by-side, split-window-horizontally): Rename
+       split-window-horizontally to split-window-side-by-side and provide
+       defalias for the old definition.
+       (ctl-x-map): Move bindings for delete-window,
+       delete-other-windows and enlarge-window here from window.c.
+       Replace bindings for split-window-vertically and
+       split-window-horizontally by bindings for
+       split-window-above-each-other and split-window-side-by-side.
+
+       * cus-start.el (all): Remove entries for window-min-height and
+       window-min-width.  Add entries for window-splits and
+       window-nest.
+
+2011-06-09  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-mode-line): New function.
+       (appt-check, appt-disp-window): Use it.
+
+       * files.el (hack-one-local-variable-eval-safep):
+       Allow minor-modes with explicit +/-1 arguments.
+
+2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * term/xterm.el (xterm): Add defgroup.
+       (xterm-extra-capabilities): Add defcustom to supply known xterm
+       capabilities, skip querying them, or query them (default).
+       (terminal-init-xterm): Use it.
+       (terminal-init-xterm-modify-other-keys): New function to set up
+       modifyOtherKeys support to simplify `terminal-init-xterm'.
+
+2011-06-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (resize-window-reset, resize-window-reset-1)
+       (resize-subwindows-skip-p, resize-subwindows-normal)
+       (resize-subwindows, resize-other-windows, resize-this-window)
+       (resize-root-window, resize-root-window-vertically)
+       (window-deletable-p, window-or-subwindow-p)
+       (frame-root-window-p): New functions.
+
+2011-06-09  Glenn Morris  <rgm@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-switches-ok): New function.
+       (ange-ftp-get-files): Use it.
+
+2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
+
+       * mail/sendmail.el (mail-recover-1, mail-recover):
+       * files.el (recover-file, recover-session):
+       Handle dired-listing-switches not being just a single short option.
+
+2011-06-09  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-display-message, appt-disp-window):
+       Handle lists of appointments.
+
+2011-06-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (one-window-p): Move down in code.
+       Rewrite doc-string.
+       (window-current-scroll-bars): Rewrite doc-string.
+       Normalize live window argument.
+       (walk-windows, get-window-with-predicate, count-windows):
+       Rewrite doc-string.  Use window-list-1.
+       (window-in-direction-2, window-in-direction, get-mru-window):
+       New functions.
+
+2011-06-08  Reuben Thomas  <rrt@sc3d.org>
+
+       * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
+       Doc fix (Bug#8713).
+
+2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
+
+2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadhist.el (unload-feature-special-hooks):
+       Add `comint-output-filter-functions'.
+
+2011-06-08  Ivan Kanis  <gnu@kanis.fr>
+
+       * calendar/appt.el (appt-check): Move some initializations into the let.
+
+2011-06-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-height): Defalias to window-total-height.
+       (window-width): Defalias to window-body-width.
+
+2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-toggle-animation): New command.
+       (image-mode-map): Bind it to RET.
+       (image-mode): Update message.
+       (image-toggle-display-image): Avoid a spurious cache flush.
+       (image-transform-rotation): Doc fix.
+       (image-transform-properties): Return quickly in the normal case.
+       (image-animate-loop): Rename from image-animate-max-time.
+
+       * image.el (image-animate-max-time): Move to image-mode.el.
+       (create-animated-image): Remove unnecessary function.
+       (image-animate): Rename from image-animate-start.  New arg.
+       (image-animate-stop): Remove; just use image-animate-timer.
+       (image-animate-timer): Use car-safe.
+       (image-animate-timeout): Rename argument.
+
+2011-06-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (get-lru-window, get-largest-window): Move here from
+       window.c.  Rename first argument to ALL-FRAMES.
+       Rephrase doc-strings.
+       (get-buffer-window-list): Rewrite using window-list-1.
+       Rephrase doc-string.
+       (window-safe-min-height, window-safe-min-width): New constants.
+       (window-size-ignore, window-min-size, window-min-size-1)
+       (window-sizable, window-sizable-p, window-size-fixed-1)
+       (window-size-fixed-p, window-min-delta-1, window-min-delta)
+       (window-max-delta-1, window-max-delta, window-resizable)
+       (window-resizable-p, window-total-height, window-total-width)
+       (window-body-width): New functions.
+       (window-full-height-p, window-full-width-p): Rewrite using
+       window-total-size.
+       (window-body-height): Rewrite using window-body-size.
+
+2011-06-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-right, window-left, window-child)
+       (window-child-count, window-last-child, window-any-p)
+       (normalize-live-buffer, normalize-live-frame)
+       (normalize-any-window, normalize-live-window)
+       (window-iso-combination-p, window-iso-combined-p)
+       (window-iso-combinations)
+       (walk-window-tree-1, walk-window-tree, walk-window-subtree)
+       (windows-with-parameter, window-with-parameter)
+       (window-atom-root, make-window-atom, window-atom-check-1)
+       (window-atom-check, window-side-check, window-check):
+       New functions.
+       (ignore-window-parameters, window-sides, window-sides-vertical)
+       (window-sides-slots): New variables.
+       (window-size-fixed): Move down in code.  Minor doc-string fix.
+
+2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * comint.el (comint-dynamic-complete-as-filename)
+       (comint-dynamic-complete-filename): Correctly call
+       completion-in-region.
+
+2011-06-05  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
+       in last change.
+
+2011-06-05  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-prompt-for-encryption): New function.
+       (rcirc): Use it to prompt for encryption.
+
+2011-06-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-search-buffer): New variable.
+       (bibtex-search-entries): New command bound to C-c C-a.
+       (bibtex-display-entries): New function.
+
+2011-06-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
+       (bibtex-insert-kill): After yanking insert newline if necessary.
+       (bibtex-initialize): Call bibtex-string-files-init only once.
+       (bibtex-mode): Do not call easy-menu-add.
+       (bibtex-validate-globally): Use save-excursion in bibtex buffers.
+       (bibtex-yank): Set arg properly if nil.
+
+2011-06-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-search-entry-globally):
+       New variable.
+       (bibtex-search-entry): Use it.
+
+2011-06-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-entry-format): New option
+       sort-fields.
+       (bibtex-format-entry, bibtex-reformat): Honor this option.
+       (bibtex-parse-entry): Return fields in proper order.
+
+2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * doc-view.el (doc-view-remove-if): Move computation of result out
+       of `dolist' to silence misleading lexical-binding warning.
+
+2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/timer.el (timer-activate): Remove unused arg.
+       (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
+
+2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
+       "SunOS 5.10".
+
+2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
+       (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
+       (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
+       (tramp-parse-putty):
+       * net/tramp-sh.el (tramp-completion-function-alist-rsh)
+       (tramp-completion-function-alist-ssh)
+       (tramp-completion-function-alist-telnet)
+       (tramp-completion-function-alist-su)
+       (tramp-completion-function-alist-putty): Set `tramp-autoload'
+       cookie.
+
+       * net/tramp-ftp.el:
+       * net/tramp-sh.el:
+       * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
+       load "tramp.el" `tramp-set-completion-function'.
+
+2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * shell.el: Require and use pcomplete.
+       (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
+       (shell-completion-vars): Set pcomplete-default-completion-function.
+
+2011-06-04  Deniz Dogan  <deniz@dogan.se>
+
+       * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
+       `memq' (Bug#8799).
+
+2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
+
+2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--mark-unmark, bs--nth-wrapper):
+       * mpc.el (mpc-select-extend, mpc-songpointer-context):
+       * vc/log-view.el (log-view-beginning-of-defun):
+       * vc/smerge-mode.el (smerge-apply-resolution-patch)
+       (smerge-refine-forward, smerge-refine-chopup-region):
+       Silence warning for unused `dotimes' counter variables.
+
+2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/tramp.el (tramp-with-progress-reporter): Rename from
+       with-progress-reporter.  Use `declare'.
+       * net/tramp-smb.el:
+       * net/tramp-sh.el:
+       * net/tramp-gvfs.el: Update all uses.
+
+2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
+       buffer isn't killed before making it current.
+
+2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Silence various byte-compiler warnings.
+       * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
+       `access-type' and new obsolescence format.
+       * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
+       new format.
+       (byte-compile-check-variable): New `access-type' argument.
+       Only warn if the access-type is obsolete.
+       (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
+       (byte-compile-variable-set): Adjust callers.
+       * help-fns.el (describe-variable): Adjust to new obsolescence format.
+       * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
+       setting it as obsolete.
+       * simple.el (minibuffer-completing-symbol):
+       * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
+       access as obsolete.
+       * minibuffer.el (minibuffer-completing-file-name): Don't make it
+       obsolete yet.
+       * international/quail.el (quail-mouse-choose-completion): Remove unused
+       code referring to obsolete var.
+       (quail-choose-completion-string): Remove.
+       * server.el (server-clients-with, server-kill-buffer-query-function)
+       (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
+       * proced.el (proced-send-signal):
+       * emacs-lisp/lisp.el (lisp-complete-symbol):
+       Replace completion-annotate-function with completion-extra-properties.
+
+2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (goto-line): Use read-number.
+       (overriding-map-is-bound): Remove.
+       (saved-overriding-map): Change default.
+       (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
+       Take the map as argument.
+       (universal-argument, negative-argument, digit-argument): Use it.
+       (restore-overriding-map): Adjust.
+       (do-auto-fill): Use fill-forward-paragraph.
+       (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
+
+       * minibuffer.el (minibuffer-inactive-mode-map): New var.
+       (minibuffer-inactive-mode): New major mode.
+       * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
+       the *Messages* buffer" hack.
+       (mouse-popup-menubar): Don't burp if the event is a normal key.
+
+       Miscellaneous tweaks.
+       * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
+       lexical scoping as in subr.el's dolist and dotimes.
+       * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
+       Silence compiler warning.
+       * thingatpt.el (forward-whitespace): Trivial coding style fix.
+       * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
+       * international/ccl.el (ccl-compile): Trivial simplification.
+       * help-fns.el (help-do-arg-highlight): Silence compiler warning.
+       * emacs-lisp/testcover.el (testcover-end): Remove spurious
+       `printflag' argument.
+       * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
+       Purecopy the whole obsolescence data.
+
+2011-06-01  Leo Liu  <sdl.web@gmail.com>
+
+       * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
+       improve doc-string as suggested by Marco Pessotto
+       <melmothx@gmail.com>.
+       (rcirc-print): Fix last change.
+
+2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (complete-with-action): Return nil for the metadata and
+       boundaries of non-functional tables.
+       (completion-table-dynamic): Return nil for the metadata.
+       (completion-table-with-terminator): Add default case, using
+       complete-with-action.
+       (completion--metadata): New function.
+       (completion-all-sorted-completions, minibuffer-completion-help): Use it
+       to try and avoid pathological performance problems.
+       (completion--embedded-envvar-table): Return `category' metadata.
+
+2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * subr.el (process-alive-p): New tiny convenience function.
+
+2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
+       content but also its previous major mode.
+
+2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
+
+       * debug.el (debug): Restore the previous content of the
+       *Backtrace* buffer when we exit with C-M-c.
+
+2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el: Add metadata method to completion tables.
+       (completion-category-overrides): New defcustom.
+       (completion-metadata, completion--field-metadata)
+       (completion-metadata-get, completion--styles)
+       (completion--cycle-threshold): New functions.
+       (completion-try-completion, completion-all-completions):
+       Add `metadata' argument to choose completion-styles.
+       (completion--do-completion): Use metadata to choose cycling.
+       (completion-all-sorted-completions): Use metadata for sorting.
+       Remove :completion-cycle-penalty which is not needed any more.
+       (completion--try-word-completion): Add `metadata' argument.
+       (minibuffer-completion-help): Check metadata for annotation function
+       and sorting.
+       (completion-file-name-table): Return `category' metadata.
+       (minibuffer-completing-file-name): Make obsolete.
+       * simple.el (minibuffer-completing-symbol): Make obsolete.
+       * icomplete.el (icomplete-completions): Pass new `metadata' param to
+       completion-try-completion.
+
+2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
+
+2011-05-30  Leo Liu  <sdl.web@gmail.com>
+
+       * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
+       (rcirc-print): Decode all incoming messages (bug#8744).
+       (rcirc-decode-coding-system): Allow value nil for automatic coding
+       system detection.
+
+2011-06-01  Glenn Morris  <rgm@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
+
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.el (image-animate-max-time): Allow nil and t values.
+       Default to nil.
+       (create-animated-image): Doc fix.
+       (image-animate-start): Remove second arg; just use
+       image-animate-max-time.
+       (image-animate-timeout): Doc fix.  Args changed.
+
+       * image-mode.el (image-toggle-display-image): Ensure that the
+       image spec passed to the animate timer is the same object as in
+       the the buffer's display property (Bug#6981).
+       (image-transform-properties): Doc fix.
+
+       * image.el (image-animate-max-time): Default to nil.
+
+2011-05-29  Martin Rudalics  <rudalics@gmx.at>
+
+       * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
+       entire buffer list (Bug#8184).
+
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.el (imagemagick-types-inhibit)
+       (imagemagick-register-types): Doc fix.
+
+2011-05-29  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc): Use the user's stored encryption method by
+       default.
+
+2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * select.el: Don't perform clipboard-manager saving in hooks;
+       leave the hooks empty.
+
+2011-05-28  Leo Liu  <sdl.web@gmail.com>
+
+       * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
+       (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
+       (occur-edit-mode): New major mode (Bug#8463).
+       (occur-after-change-function): New function.
+       (occur-engine): Give Occur tags a read-only property.
+
+2011-05-28  Kevin Ryde  <user42@zip.com.au>
+
+       * subr.el (def-edebug-spec): Doc fix (Bug#8430).
+
+2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * bindings.el (help-echo): Make the initial non-indicator dash
+       empty on graphical terminals (Bug#7295).
+
+       * files.el (auto-mode-alist): Move config rule after the
+       in-stripping one (Bug#8547).
+
+       * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
+
+       * startup.el (normal-splash-screen): Remove gratuitous mode-line
+       setting (Bug#8740).
+
+2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
+
+       * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
+       (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
+       (Bug#8539).
+
+2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
+
+2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
+
+       * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
+       (hs-hide-block-at-point, hs-find-block-beginning)
+       (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
+       (Bug#8279).
+
+2011-05-28  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
+
+2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help-fns.el (describe-function-1): If the function is a derived
+       major mode, print the parent mode.
+
+       * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
+       (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
+
+2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion--capf-wrapper): Check applicability before
+       retuning non-nil for non-exclusive completion data.
+       * progmodes/etags.el (tags-completion-at-point-function):
+       * info-look.el (info-lookup-completions-at-point): Mark as
+       non-exclusive.
+       (info-complete): Adjust accordingly.
+
+       * info-look.el: Convert to lexical-binding and completion-at-point.
+       (info-lookup-completions-at-point): New function.
+       (info-complete): Use it and completion-in-region.
+
+2011-05-28  Drew Adams  <drew.adams@oracle.com>
+
+       * isearch.el: Let M-e start with point at the first mismatched char.
+       (isearch-fail-pos): New function.
+       (isearch-edit-string): Use it.
+
+2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
+
+       * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
+
+2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
+
+       * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
+       traversal functions for avl-trees.
+       (avl-tree--stack): New struct.
+       (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
+       (avl-tree-enter): Add optional `updatefun' arg.
+       (avl-tree--do-enter): Add optional `updatefun' arg.
+       Change return value.
+       (avl-tree-delete): Add optional `test' and `nilflag' args.
+       (avl-tree--do-delete): Add `test' and `nilflag' args.
+       Change return value.
+       (avl-tree-member): Add optional `nilflag'
+       (avl-tree-member-p): New function.
+       (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
+       (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
+       (avl-tree-stack-empty-p): New functions.
+
+2009-11-23  Toby Cubitt  <toby-predictive@dr-qubit.org>
+
+       * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
+       avl-tree--del-balance1 and make it work both ways.
+       (avl-tree--del-balance2): Remove.
+       (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
+       make it work both ways.
+       (avl-tree--enter-balance2): Remove.
+       (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
+       New macros.
+       (avl-tree--mapc, avl-tree-map): Add direction argument.
+
+2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
+
+       * files.el (interpreter-mode-alist): Add rbash (bug#8745).
+
+2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * select.el: Support clipboard managers with built-in function
+       x-clipboard-manager-save, via delete-frame-functions and
+       kill-emacs-hook.
+       (xselect-convert-to-targets): Add MULTIPLE target to list.
+       (xselect-convert-to-save-targets): New function.
+
+2011-05-27  Kenichi Handa  <handa@m17n.org>
+
+       * mail/sendmail.el (mail-encode-header): Avoid double encoding by
+       let-binding rfc2047-encode-encoded-words to nil.
+
+2011-05-27  Glenn Morris  <rgm@gnu.org>
+
+       * mail/emacsbug.el: Don't require url-util.
+
+       * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
+
+       * files.el (set-auto-mode):
+       Also respect mode: entries at the end of the file.  (Bug#8586)
+
+2011-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (hack-local-variables-prop-line, hack-local-variables):
+       Downcase mode names, as seems to be traditional.
+       (hack-local-variables, hack-local-variables-apply): Doc fixes.
+
+       * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
+       (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
+
+2011-05-25  Julien Danjou  <julien@danjou.info>
+
+       * textmodes/rst.el (rst-define-level-faces): Do not define face
+       symbol if it is already defined.
+
+2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+       * play/5x5.el (5x5-new-game, 5x5-randomize):
+       Reset 5x5-solver-output to nil when a new grid is cast.
+       (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
+       these debugging traces, as defmacro breaks the compiled code.
+
+2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
+
+       * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
+
+2011-05-24  Leo Liu  <sdl.web@gmail.com>
+
+       * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
+       (vc-bzr-sha1): Adapt.
+
+       * sha1.el: Remove.  Function `sha1' is now builtin.
+
+       * bindings.el: Provide sha1 feature.
+
+2011-05-24  Kenichi Handa  <handa@m17n.org>
+
+       * mail/sendmail.el: Require `rfc2047'.
+       (mail-insert-from-field): Do not perform RFC2047 encoding.
+       (mail-encode-header): New function.
+       (sendmail-send-it): Set buffer-file-coding-system of the work
+       buffer to the return value of select-message-coding-system.
+       Call mail-encode-header.
+
+       * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
+
+2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
+
+       * mail/supercite.el (sc-default-cite-frame):
+       Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
+
+2011-05-24  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/python.el (brm-menu): Declare.
+
+       * emulation/viper.el (viper-set-hooks): Declare.
+
+       * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
+       (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
+       (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
+       (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
+       (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
+       (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
+
+2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Add an :exit-function for completion-at-point.
+
+       * minibuffer.el (completion--done): New fun.
+       (completion--do-completion): Use it.  New arg `expect-exact'.
+       (minibuffer-complete, minibuffer-complete-word): Don't output message,
+       since completion--do-completion does it for us now.
+       (minibuffer-force-complete): Use completion--done and
+       completion--replace.  Handle sole-completion case with more care.
+       (minibuffer-complete-and-exit): Use new `expect-exact' arg.
+       (completion-extra-properties): New var.
+       (completion-annotate-function): Make obsolete.
+       (minibuffer-completion-help): Adjust accordingly.
+       Use completion-list-insert-choice-function.
+       (completion-at-point, completion-help-at-point):
+       Bind completion-extra-properties.
+       (completion-pcm-word-delimiters): Add | (for uniquify, for example).
+       * simple.el (completion-list-insert-choice-function): New var.
+       (completion-setup-function): Preserve it.
+       (choose-completion): Pay attention to it, shuffle the code a bit.
+       (choose-completion-string): New arg `insert-function'.
+
+       * textmodes/bibtex.el: Convert to lexical binding.
+       (bibtex-mode-map): Use completion-at-point.
+       (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
+       (bibtex-completion-at-point-function): New fun, from bibtex-complete.
+       (bibtex-complete): Define as obsolete alias.
+       (bibtex-complete-internal): Remove.
+       (bibtex-format-entry): Remove unused sub-group in regexp.
+       * shell.el (shell--command-completion-data)
+       (shell-environment-variable-completion):
+       * pcomplete.el (pcomplete-completions-at-point):
+       * comint.el (comint--complete-file-name-data): Use :exit-function
+       instead of completion-table-with-terminator so it also works for
+       choose-completion.
+
+2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
+
+       * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
+       (bug#8710).
+
+       * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
+
+2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-inhibit-auto-fill-on-headline): Create new
+       customization variable and implement: If non-nil, auto-fill will
+       be inhibited while on topic's header line.
+
+2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
+
+       * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
+       click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
+       always have a solution in grid size = 5 cases.
+       (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
+       (5x5-solver-output, 5x5-log-buffer): New vars.
+       (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
+       Make these variables buffer local to achieve 5x5 multi-session-ness.
+       (5x5): Set 5x5-grid-size only if SIZE is non-negative.
+       (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
+       (5x5-solve-suggest): New funs.
+       (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
+       randomize a grid so that we ensure that there is always a solution.
+       (5x5-make-random-grid): Allow other movement than flipping.
+
+2011-05-23  Kevin Ryde  <user42@zip.com.au>
+
+       * emacs-lisp/advice.el (ad-read-advised-function):
+       Use `function-called-at-point' as the default default, if it has
+       advice and passes PREDICATE.
+
+2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
+       byte-compile-lambda if it's actually a lambda.
+
+       * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
+       Fix function quoting.  Use backquote better.
+
+2011-05-22  Yuanle Song  <sylecn@gmail.com>
+
+       * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
+       matching (Bug#8516).
+
+2011-01-22  Jari Aalto  <jari.aalto@cante.net>
+
+       * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
+       different face (Bug#8178).
+
+2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc/diff-mode.el (diff-changed): Don't use terminal specs for
+       defface (Bug#8144).
+
+2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
+       funcall as well (bug#8712).  Warn when performing those conversions.
+       * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
+
+       * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
+
+2011-05-22  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (hack-local-variables-prop-line): Small simplifications.
+       (hack-local-variables, hack-local-variables-prop-line):
+       If MODE-ONLY, return the mode, rather than just `t'.
+
+2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
+
+2011-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (hack-local-variables-prop-line, hack-local-variables):
+       If only interested in the mode, don't bother doing the other stuff.
+
+       * image-mode.el (image-after-revert-hook):
+       Redraw all frames on which the image is visible.  (Bug#8567)
+
+       * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
+
+       * wid-edit.el (widget-checklist-match-inline):
+       Fix 2011-04-19 change.  (Bug#8649)
+
+2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
+       Also allow singlespace after single-letter capitals followed by a dot.
+
+       * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
+       enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
+
+2011-05-20  Nix  <nix@esperi.org.uk>
+
+       * files.el (basic-save-buffer-2):
+       Fix handling of break-hardlink-on-save with non-existent files.
+
+2011-05-19  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
+       (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
+
+2011-05-19  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-type-def-re):
+       Handle "type, bind(c)".  (Bug#8691)
+
+       * emacs-lisp/autoload.el (batch-update-autoloads):
+       Set autoload-excludes by parsing loadup.el rather than Makefiles.
+
+2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-process-actions): Set "first-password-request"
+       property for the correct connection in case of multihops.
+
+2011-05-18  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
+       * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
+
+       Rationalize calendar handling of day and month abbrev-arrays.
+       * calendar/calendar.el (calendar-customized-p): New function.
+       (calendar-abbrev-construct, calendar-make-alist): Change what it does.
+       (calendar-day-name-array, calendar-month-name-array): Doc fix.
+       Add :set function.
+       (calendar-abbrev-length, calendar-day-abbrev-array)
+       (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
+       (calendar-day-abbrev-array, calendar-month-abbrev-array):
+       Elements may no longer be nil.
+       (calendar-day-name, calendar-month-name):
+       Update for changed nature of abbrev arrays.
+       * calendar/diary-lib.el (diary-name-pattern):
+       Update for changed nature of abbrev arrays.
+       (diary-mark-entries-1): Update calendar-make-alist calls.
+       (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
+       * calendar/cal-html.el (cal-html-day-abbrev-array):
+       Simply inherit from calendar-day-abbrev-array.
+
+2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/grep.el (grep-mode): Disable default
+       compilation-directory-matcher setting (bug#8684).
+
+2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
+       instead of "head" and "tail".  There were problems with SunOS 5.9,
+       and it performs better.
+
+2011-05-17  Glenn Morris  <rgm@gnu.org>
+
+       * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
+
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Replace obsolete function.
+
+       * shell.el (pcomplete-parse-arguments-function): Declare.
+
+       * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
+       (appt-display-diary, appt-display-interval, appt-prev-comp-time)
+       (appt-check): Doc fixes.
+       (appt-disp-window-function, appt-delete-window-function):
+       Remove needless special case in custom :type.
+       (appt-display-count): Default to 0, not nil.
+       (appt-check): Reset appt-display-count to 0, not nil.
+
+2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/python.el (python-font-lock-keywords):
+       Add the Python 3.X keyword "nonlocal" (bug#8639).
+
+2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
+
+2011-05-16  Kevin Ryde  <user42@zip.com.au>
+
+       * info-look.el (makefile-automake-mode): New setups, looking in
+       automake manual, then makefile-mode.
+       (makefile-mode): Remove automake manual, have it just in
+       makefile-automake-mode since there's various things different or
+       not relevant to plain make.
+       (makefile-mode): Remove "other-modes" non-existent automake-mode,
+       believe a hypothetical automake-mode would go to makefile-mode,
+       not the other way around.
+
+2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
+       hunk-end tags (Bug#8672).
+
+       * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
+       vc-annotate-show-diff-revision-at-line (Bug#8671).
+
+2011-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
+       in the middle of an existing one with multiple authors.  (Bug#8645)
+       (change-log-font-lock-keywords): Also handle multiple author lines
+       with leading tabs.  (Bug#8644)
+
+       * calendar/appt.el (appt-check): Rename some local variables.
+       Some simplification/reordering.
+
+       * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
+       (feedmail-sendmail-f-doesnt-sell-me-out)
+       (feedmail-queue-slug-suspect-regexp, feedmail-debug)
+       (feedmail-debug-sit-for, feedmail-queue-express-hook)
+       (feedmail-queue-runner-message-sender): Set :version.
+       (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
+       (bbdb-dwim-net-address, vm-mail): Declare.
+       (feedmail-binmail-gnulinuxish-template):
+       Rename from feedmail-binmail-linuxish-template.
+       (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
+       Use insert-buffer-substring.
+
+2011-05-14  Bill Carpenter  <bill@carpenter.org>
+
+       * mail/feedmail.el (feedmail-patch-level): Increase.
+       (feedmail-debug): New custom group.
+       (feedmail-confirm-outgoing-timeout)
+       (feedmail-sendmail-f-doesnt-sell-me-out)
+       (feedmail-queue-slug-suspect-regexp, feedmail-debug)
+       (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
+       (feedmail-sender-line, feedmail-from-line)
+       (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
+       (feedmail-spray-this-address)
+       (feedmail-spray-address-fiddle-plex-list)
+       (feedmail-queue-use-send-time-for-date)
+       (feedmail-queue-use-send-time-for-message-id)
+       (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
+       (feedmail-buffer-eating-function):
+       Doc fixes.
+       (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
+       (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
+       (feedmail-message-action-scroll-down): New functions.
+       (feedmail-queue-directory, feedmail-queue-draft-directory):
+       Use expand-file-name.
+       (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
+       Remove C-v help entry.
+       (feedmail-queue-buffer-file-name): New variable.
+       (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
+       (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
+       (feedmail-message-action-send-strong, feedmail-message-action-edit)
+       (feedmail-message-action-draft, feedmail-message-action-draft-strong)
+       (feedmail-message-action-queue, feedmail-message-action-queue-strong)
+       (feedmail-message-action-toggle-spray)
+       (feedmail-run-the-queue-no-prompts)
+       (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
+       (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
+       (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
+       (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
+       (feedmail-envelope-deducer, feedmail-fiddle-from)
+       (feedmail-fiddle-sender, feedmail-default-date-generator)
+       (feedmail-fiddle-date, feedmail-fiddle-message-id)
+       (feedmail-fiddle-spray-address)
+       (feedmail-fiddle-list-of-spray-fiddle-plexes)
+       (feedmail-fiddle-list-of-fiddle-plexes)
+       (feedmail-fill-to-cc-function, feedmail-fill-this-one)
+       (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
+       (feedmail-queue-runner-message-sender, feedmail-binmail-template):
+       Change default.  Doc fix.
+       (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
+       (feedmail-binmail-linuxish-template): New constant.
+       (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
+       Respect feedmail-sendmail-f-doesnt-sell-me-out.
+       (feedmail-send-it): Add debug call.
+       Use feedmail-queue-buffer-file-name, and
+       feedmail-send-it-immediately-wrapper.
+       (feedmail-message-action-send): Add debug call.
+       Use feedmail-send-it-immediately-wrapper.
+       (feedmail-queue-express-to-queue): Add debug call.
+       Run feedmail-queue-express-hook.
+       (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
+       (feedmail-message-action-help-blat):
+       Rename from feedmail-queue-send-edit-prompt-help-first.
+       (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
+       Check line-endings.  Handle errors better.
+       (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
+       Doc fix.  Add debug call.
+       (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
+       Use feedmail-queue-send-edit-prompt-inner.
+       (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
+       (feedmail-queue-send-edit-prompt-inner): New function, extracted
+       from feedmail-queue-send-edit-prompt.
+       (feedmail-queue-send-edit-prompt-help)
+       (feedmail-queue-send-edit-prompt-help-later): Remove functions.
+       (feedmail-tidy-up-slug): Add debug call.
+       Respect feedmail-queue-slug-suspect-regexp.
+       (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
+       (feedmail-dump-message-to-queue): Add debug call.
+       Expand queue-directory.
+       (feedmail-dump-message-to-queue): Change message slightly.
+       Use feedmail-say-chatter.
+       (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
+       (feedmail-send-it-immediately-wrapper): New function.
+       (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
+       Insert empty string rather than newline.  Handle full-frame case.
+       Use catch/throw.  Use feedmail-say-chatter.
+       (feedmail-fiddle-from): Try mail-host-address.
+       (feedmail-default-message-id-generator): Doc fix.
+       Bind system-time-locale.  Handle missing end.
+       (feedmail-fiddle-x-mailer): Add debug call.
+       Handle feedmail-x-mailer-line being nil.
+       (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
+       Add debug call.  Use buffer-substring-no-properties.
+       (feedmail-say-debug, feedmail-say-chatter): New functions.
+       (feedmail-find-eoh): Give an explicit error.
+
+2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
+
+       * net/newst-treeview.el (newsticker-treeview-face): Change default
+       family from helvetica to sans.
+       (newsticker-treeview-tool-bar-map): Move tool-bar icons to
+       etc/images/newsticker.
+
+       * net/newst-reader.el (newsticker-feed-face): Change default
+       family from helvetica to sans.
+
+       * net/newst-plainview.el (newsticker-new-item-face)
+       (newsticker-old-item-face, newsticker-immortal-item-face)
+       (newsticker-obsolete-item-face, newsticker-date-face)
+       (newsticker-statistics-face): Change default family from
+       helvetica to sans.
+       (newsticker--plainview-tool-bar-map): Move tool-bar icons to
+       etc/images/newsticker.
+
+       * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
+       (newsticker--process-auto-mark-filter-match): : Tell user about
+       auto-marking.
+
+2011-05-13  Didier Verna  <didier@xemacs.org>
+
+       Common Lisp indentation improvements on defmethod and lambda-lists.
+       * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
+       (lisp-lambda-list-keyword-parameter-indentation)
+       (lisp-lambda-list-keyword-parameter-alignment)
+       (lisp-lambda-list-keyword-alignment): New customizable user options.
+       (lisp-indent-defun-method): Improve docstring.
+       (extended-loop-p): Fix comment.
+       (lisp-indent-lambda-list-keywords-regexp): New variable.
+       (lisp-indent-lambda-list): New function.
+       (lisp-indent-259): Use it.
+       (lisp-indent-defmethod): Support for more than one
+       method qualifier and properly indent methods lambda-lists.
+       (defgeneric): Provide a missing common-lisp-indent-function property.
+
+2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
+       bounds for the empty string (bug#8667).
+
+2011-05-13  Glenn Morris  <rgm@gnu.org>
+
+       * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
+
+       * mail/sendmail.el (sendmail-program): Try executable-find first.
+       (sendmail-send-it): `sendmail-program' cannot be unbound.
+
+       * calendar/appt.el (appt-make-list): Simplify.
+       (appt-time-msg-list): Doc fix.
+       (appt-check): Change mode-line message at the time of the appointment.
+
+2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * progmodes/ld-script.el (ld-script-keywords)
+       (ld-script-builtins): Update keywords list.
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/grep.el (grep-filter): Don't trip on partial lines.
+
+       * shell.el (shell-completion-vars): New function.
+       (shell-mode):
+       * simple.el (read-shell-command): Use it.
+       (blink-matching-open): No need for " [...]" in minibuffer-message.
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-now-displayed): Remove pointless variable.
+       (appt-check): Simplify.
+
+2011-05-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * smerge-mode.el (smerge-resolve): Use null-device rather than a
+       literal "/dev/null".
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
+       Fix typo.
+
+2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
+
+       * progmodes/which-func.el (which-function):
+       Use add-log-current-defun instead of add-log-current-defun-function,
+       which might not be defined (Bug#8260).
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
+       Let byte-compile-initial-macro-environment always take precedence.
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/rcirc.el: Add support for SSL/TLS connections.
+       (rcirc-server-alist): New field `encryption'.
+       (rcirc): Check `encryption' settings.
+       (rcirc-connect): New arg `encryption'.  Use open-network-stream.
+       Merge make-local-variable into `set'.
+       (rcirc--connection-open-p): New function.
+       (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
+       the process is not a network process (e.g. running gnutls-cli).
+       (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
+       Make rcirc-(en|de)code-coding-system local here.
+       (rcirc-mode): Merge make-local-variable into `set'.
+       (rcirc-parent-buffer): Make permanent buffer-local.
+       (rcirc-multiline-minor-mode): Don't do it here.
+       (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
+       there's no server buffer.
+
+2011-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * newcomment.el (comment-kill): Prefix "unused" local.
+
+       * term/w32console.el (get-screen-color): Declare.
+
+       * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
+       Handle symbol elements of byte-compile-initial-macro-environment.
+
+2011-05-10  Leo Liu  <sdl.web@gmail.com>
+
+       * bookmark.el (bookmark-bmenu-mode-map):
+       Bind bookmark-bmenu-search to `/'.
+
+       * mail/footnote.el: Convert to utf-8 encoding.
+       (footnote-unicode-string, footnote-unicode-regexp): New variable.
+       (Footnote-unicode): New function.
+       (footnote-style-alist): Add unicode style to the list.
+       (footnote-style): Doc fix.
+
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       Fix doubled-word typos.
+       * international/quail.el (quail-insert-kbd-layout): and and -> and
+       * kermit.el: and and -> and
+       * net/ldap.el (ldap-search-internal): to to -> to
+       * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
+       * progmodes/js.el (js-mode): and and -> and
+       * textmodes/artist.el (artist-move-to-xy): at at -> at
+       (artist-draw-region-trim-line-endings): if if -> if
+       And Safetyc -> Safety.
+       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
+
+2011-05-10  Glenn Morris  <rgm@gnu.org>
+            Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (hack-one-local-variable-eval-safep):
+       Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
+
+2011-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-list-entries-hook)
+       (diary-mark-entries-hook, diary-nongregorian-listing-hook)
+       (diary-nongregorian-marking-hook, diary-list-entries)
+       (diary-include-other-diary-files, diary-mark-entries)
+       (diary-mark-included-diary-files): Doc fixes.
+
+2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * misc.el: Require tabulated-list.el during compilation.
+
+2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-start):
+       Run compilation-filter-hook for the async case too.
+       (compilation-filter-hook): Doc fix.
+
+2011-05-09  Deniz Dogan  <deniz@dogan.se>
+
+       * wdired.el: Remove outdated installation comment.  Fix usage
+       comment.
+
+2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * misc.el: Implement new command `list-dynamic-libraries'.
+       (list-dynamic-libraries--loaded-only-p): New variable.
+       (list-dynamic-libraries--refresh): New function.
+       (list-dynamic-libraries): New command.
+
+2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Fix the ant regexp to handle end-line and end-column info from jikes.
+       Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
+       higher priority to avoid clobbering by gnu.
+
+2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
+       if the face has existing theme settings (Bug#8454).
+
+2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
+
+       * progmodes/perl-mode.el (perl-imenu-generic-expression):
+       Only match variables declared via `my' or `our' (Bug#8261).
+
+       * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
+       special file names `.' and `..' (Bug#8259).
+
+2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/grep.el (grep-mode-font-lock-keywords):
+       Remove buffer-changing entries.
+       (grep-filter): New function.
+       (grep-mode): Add it to compilation-filter-hook.
+
+       * progmodes/compile.el (compilation-filter-hook)
+       (compilation-filter-start): New defvars.
+       (compilation-filter): Call compilation-filter-hook prior to
+       updating the process mark.
+
+2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
+
+2011-05-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/sendmail.el (send-mail-function): On MS-Windows, default to
+       mailclient-send-it even if window-system is nil.  (Bug#8595)
+
+       * term/w32console.el (terminal-init-w32console):
+       Call get-screen-color and use its output to set the frame
+       background-mode.  (Bug#8597)
+
+2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Make bytecomp.el understand that defmethod defines funs (bug#8631).
+       * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
+       New functions.
+       (defgeneric, eieio--defmethod): Use them.
+       (eieio-defgeneric): Remove.
+       (defmethod): Call defgeneric in a way visible to the byte-compiler.
+
+2011-05-07  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/timeclock.el (timeclock-log-data): Remove unused local.
+       Use let rather than let*.
+       (timeclock-find-discrep): Remove unused local.
+
+       * calendar/diary-lib.el (diary-comment-start): Doc fix.
+
+       * calendar/appt.el (appt-time-msg-list): Doc fix.
+
+2011-05-06  Noah Friedman  <friedman@splode.com>
+
+       * apropos.el (apropos-print-doc): Only use
+       emacs-lisp-docstring-fill-column when it is bound to an integer,
+       per that variable's documentation.
+
+2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lpr.el (print-region-1): Echo lpr-program's output, so error messages
+       and warnings are not silently discarded (e.g. use -d instead of -P).
+
+2011-05-06  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-message-warning-time): Doc fix.
+       (appt-warning-time-regexp): New option.
+       (appt-make-list): Respect appt-message-warning-time.
+
+       * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
+       New options.
+       (diary-add-to-list): Strip comments from the displayed string.
+       (diary-mode): Set comment-start and comment-end.
+
+       * vc/diff-mode.el (smerge-refine-subst): Declare.
+       (diff-refine-hunk): Don't require smerge-mode when compiling.
+
+2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * simple.el (list-processes): Return nil as the docstring says.
+
+2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
+       to "".
+       (ange-ftp-write-region, ange-ftp-insert-file-contents)
+       (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
+       determining of binary transfer.  (Bug#7383)
+
+2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
+       Fix port computation bug.  (Bug#8618)
+
+2011-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
+
+       * simple.el (shell-dynamic-complete-functions)
+       (comint-dynamic-complete-functions): Declare.
+
+       * net/network-stream.el (gnutls-negotiate):
+       * simple.el (tabulated-list-print): Fix declarations.
+
+       * progmodes/gud.el (syntax-symbol, syntax-point):
+       Remove unnecessary and incorrect declarations.
+
+       * emacs-lisp/check-declare.el (check-declare-scan):
+       Handle byte-compile-initial-macro-environment in bytecomp.el
+
+2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Fix earlier half-done eieio-defmethod change (bug#8338).
+       * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
+       Streamline and change calling convention.
+       (defmethod): Adjust accordingly and simplify.
+       (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
+       new eieio--defmethod.
+       (slot-boundp): Minor CSE simplification.
+
+2011-05-05  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-separate-capital-groups): New option.
+       (glasses-make-readable): Use glasses-separate-capital-groups.
+
+2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
+       (warning-series): Doc fix.
+       (display-warning): Don't try to create the buffer if we just found it.
+
+2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
+       (autoload-find-generated-file): New function.
+       (generate-file-autoloads): Bind generated-autoload-file to
+       buffer-file-name.
+       (update-file-autoloads, update-directory-autoloads):
+       Use autoload-find-generated-file.  If called interactively, prompt for
+       output file (Bug#7989).
+       (batch-update-autoloads): Doc fix.
+
+2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
+
+2011-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
+       function, so it follows changes in calendar-date-style.
+       (diary-fancy-date-matcher): New function.
+       (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
+       (diary-fancy-font-lock-fontify-region-function):
+       Use diary-fancy-date-pattern as a function.
+
+       * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
+       non-numbers for `year' etc pseudo-variables.  (Bug#8583)
+
+2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
+       instead of positional arguments.  Allow :keylist and :crlfiles
+       arguments.
+       (open-gnutls-stream): Call it.
+
+       * net/network-stream.el (network-stream-open-starttls): Adjust to
+       call `gnutls-negotiate' with :process and :hostname arguments.
+
+2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion--message): New function.
+       (completion--do-completion, minibuffer-complete)
+       (minibuffer-force-complete, minibuffer-complete-word): Use it.
+       (completion--do-completion): Don't ignore completion-auto-help when in
+       icomplete-mode.
+
+       * whitespace.el (whitespace-trailing-regexp): Don't rely on the
+       internal encoding (e.g. tibetan zero is not whitespace).
+       (global-whitespace-mode): Prefer save-current-buffer.
+       (whitespace-trailing-regexp): Remove useless save-match-data.
+       (whitespace-empty-at-bob-regexp): Minor simplification.
+
+2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
+
+2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
+
+       * textmodes/ispell.el (ispell-add-per-file-word-list):
+       Use `concat' to create string for insertion.
+
+2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
+       Avoid open-line which runs post-self-insert-hook.
+       (bibtex-fill-entry): Remove unused `end' var.
+
+2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
+
+       * textmodes/ispell.el (ispell-add-per-file-word-list):
+       Protect against `nil' value of `comment-start' (Bug#8579).
+
+2011-05-03  Leo Liu  <sdl.web@gmail.com>
+
+       * isearch.el (isearch-yank-pop): New command.
+       (isearch-mode-map): Bind it to `M-y'.
+       (isearch-forward): Mention it.
+
+2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (minibuffer-complete-shell-command): Remove.
+       (minibuffer-local-shell-command-map): Use completion-at-point.
+       (read-shell-command): Setup completion vars here instead.
+       (read-expression-map): Bind TAB to symbol completion.
+
+       * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
+       error directly rather via storing it into `results'.
+
+2011-05-02  Leo Liu  <sdl.web@gmail.com>
+
+       * vc/diff.el: Fix description.
+
+2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * server.el (server-eval-at): New function.
+
+2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (open-network-stream): Take a :nowait
+       parameter and pass it on to `make-network-process'.
+       (network-stream-open-plain): Ditto.
+
+2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * faces.el (face-spec-set-match-display): Don't match toolkit
+       options on terminal frames.
+
+2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/pascal.el: Use lexical binding.
+       (pascal-mode-map): Remove author preferences.
+
+       * pcomplete.el (pcomplete-std-complete): Don't abuse
+       completion-at-point.
+
+2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
+       removing code that has been dead since 1991 or so.
+
+       * startup.el (command-line): When warning about "_emacs", use a
+       delayed warning to allow the user to filter it out.
+
+2011-04-28  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
+       user has not joined.
+
+2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcomplete.el (pcomplete-completions-at-point): Return nil if there
+       aren't any completions at point.
+
+2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (display-delayed-warnings): New function.
+       (delayed-warnings-hook): New variable.
+
+2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-at-point, completion-help-at-point):
+       Don't presume that a given completion-at-point-function will always
+       use the same calling convention.
+
+       * pcomplete.el (pcomplete-completions-at-point):
+       Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
+       pcomplete-seen is non-nil.
+       (pcomplete-comint-setup): Also recognize the new comint/shell
+       completion functions.
+       (pcomplete-do-complete): Don't call pcomplete-norm-func unless
+       pcomplete-seen is non-nil.
+
+2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
+
+       * calendar/icalendar.el (diary-lib): Add require statement.
+       (icalendar--create-uid): Read out a uid from a text-property on
+       the first character in the entry.  This allows for code to add its
+       own uid to the entry.
+       (icalendar--convert-float-to-ical): Add export of
+       `diary-float'-entries save for those with the optional DAY
+       argument.
+
+2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * subr.el (shell-quote-argument): Use alternate escaping strategy
+       when we spot a variable reference in a string.
+
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * cus-start.el (all): Define customization for debug-on-event.
+
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * subr.el (shell-quote-argument): Escape correctly under Windows.
+
+2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
+
+2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-process-actions): Add POS argument.
+       Delete region between POS and (pos).
+
+       * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
+       Use `nil' position in `tramp-process-actions' call.
+       (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
+
+       * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
+       position in `tramp-process-actions' call.
+
+       * net/trampver.el: Update release number.
+
+2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * custom.el (defcustom): Obey lexical-binding.
+
+       Fix octave-inf completion problems reported by Alexander Klimov.
+       * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
+       Inherit from octave-mode-syntax-table.
+       (inferior-octave-mode): Set info-lookup-mode.
+       (inferior-octave-completion-at-point): New function.
+       (inferior-octave-complete): Use it and completion-in-region.
+       (inferior-octave-dynamic-complete-functions): Use it as well, and use
+       comint-filename-completion.
+       * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
+       symbol elements which shouldn't be word elements.
+       (octave-font-lock-keywords, octave-beginning-of-defun)
+       (octave-function-header-regexp): Adjust regexps accordingly.
+       (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
+
+2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * net/gnutls.el (gnutls-errorp): Declare before first use.
+
+2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
+       verify-error, and verify-hostname-error parameters.  Check whether
+       default trustfile exists before going to use it.  Add missing
+       argument to gnutls-message-maybe call.  Return return value.
+       Reported by Claudio Bley <claudio.bley@gmail.com>.
+       (open-gnutls-stream): Add usage example.
+
+       * net/network-stream.el (network-stream-open-starttls): Give host
+       parameter to `gnutls-negotiate'.
+       (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
+       * subr.el (shell-quote-argument): Escape correctly under Windows.
+
+2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
+       Use correct match group (bug#8438).
+
+2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package-built-in-p): Fix typo.
+       (package-menu--generate): New arg specifying packages to show.
+       (package-menu-refresh, package-menu-execute, list-packages):
+       Callers changed.
+       (package-show-package-list): New function, replacing deleted
+       package--list-packages (renamed because it is non-internal).
+
+       * finder.el (finder-list-matches): Use package-show-package-list
+       instead of deleted package--list-packages.
+
+       * vc/vc-annotate.el (vc-annotate-goto-line): New command.
+       Based on a previous implementation by Juanma Barranquero (Bug#8366).
+       (vc-annotate-mode-map): Bind it to RET.
+
+2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
+
+       * progmodes/etags.el (next-file): Don't use set-buffer to change
+       buffers (Bug#8478).
+
+2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
+
+       * apropos.el (apropos-label-face): Avoid variable-pitch face.
+       (apropos-accumulator): Doc fix.
+       (apropos-function, apropos-macro, apropos-command)
+       (apropos-variable, apropos-face, apropos-group, apropos-widget)
+       (apropos-plist): Add face property.
+       (apropos-symbols-internal): Fix indentation.
+       (apropos-print): Simplify help, and recognize apropos-multi-type.
+       (apropos-print-doc): Use button-type-get to extract the button's
+       face property.  Fill docstring (Bug#8352).
+
+2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
+
+       * play/mpuz.el (mpuz-silent): Doc fix.
+       (mpuz-mode-map): Use mapc.
+       (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
+       (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
+       Fix typos in docstrings.
+
+       * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
+       (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
+
+       * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
+
+2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (completion--do-completion): Avoid the "Next char
+       not unique" prompt if icomplete-mode is enabled (Bug#5849).
+
+       * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
+       mouse-2 into unread-command-events, it is interpreted correctly.
+
+       * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
+       (image-toggle-display): Doc fix.
+
+2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
+
+       * textmodes/page.el (what-page): Use line-number-at-pos to
+       calculate line number (Bug#6825).
+
+2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * eshell/esh-mode.el (find-tag-interactive): Declare function.
+       (eshell-find-tag): Remove `with-no-warnings', unneeded now.
+       Pass argument NO-DEFAULT to `find-tag-interactive'.
+
+2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       Lexical-binding cleanup.
+
+       * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
+       (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
+       * progmodes/ada-prj.el (ada-prj-initialize-values)
+       (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
+       (ada-prj-show-value):
+       * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
+       * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
+       (antlr-invalidate-context-cache, antlr-options-menu-filter)
+       (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
+       * progmodes/bug-reference.el (bug-reference-push-button):
+       * progmodes/fortran.el (fortran-line-length):
+       * progmodes/glasses.el (glasses-change):
+       * progmodes/octave-mod.el (octave-fill-paragraph):
+       * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
+       (python-pdbtrack-grub-for-buffer, python-sentinel):
+       * progmodes/sql.el (sql-save-connection):
+       * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
+       * progmodes/xscheme.el (xscheme-enter-debugger-mode):
+       Mark unused parameters.
+
+       * progmodes/compile.el (compilation--flush-directory-cache)
+       (compilation--flush-parse, compile-internal): Mark unused parameters.
+       (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
+       (compilation-next-error-function): Remove unused variable `timestamp'.
+
+       * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
+       (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
+
+       * progmodes/dcl-mode.el (dcl-end-of-command):
+       Remove unused variable `start'.
+       (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
+       (dcl-option-value-basic, dcl-option-value-offset)
+       (dcl-option-value-margin-offset, dcl-option-value-comment-line):
+       Mark unused parameters.
+       (dcl-save-local-variable): Remove unused variable `val'.
+       (mode): Declare.
+
+       * progmodes/delphi.el (delphi-save-state, delphi-after-change):
+       Mark unused parameters.
+       (delphi-ignore-changes): Move before first use.
+       (delphi-charset-token-at): Remove unused variable `start'.
+       (delphi-else-start): Remove unused variable `if-count'.
+       (delphi-comment-block-start, delphi-comment-block-end):
+       Remove unused variable `kind'.
+       (delphi-indent-line): Remove unused variable `new-point'.
+
+       * progmodes/ebrowse.el (ebrowse-files-list)
+       (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
+       Mark unused parameters.  Don't quote `lambda'.
+       (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
+       Don't quote `lambda'.
+       (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
+       (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
+       (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
+       (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
+       Use `ignore-errors'.
+       (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
+       (ebrowse-view/find-file-and-search-pattern)
+       (ebrowse-view/find-member-declaration/definition):
+       Rename parameter TAGS-FILE-NAME to TAGS-FILE.
+       (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
+       Rename parameter PREFIX-ARG to PREFIX.
+       (ebrowse-tags-read-name): Remove unused variables `start' and
+       `member-info'.
+       (ebrowse-display-member-buffer): Rename variable `tags-file-name'
+       to `tags-file'.
+
+       * progmodes/etags.el (local-find-tag-hook): Declare.
+       (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
+       Mark unused parameters.
+
+       * progmodes/executable.el (compilation-error-regexp-alist): Declare.
+       (executable-interpret): Mark unused parameter.
+
+       * progmodes/flymake.el (flymake-process-sentinel)
+       (flymake-after-change-function)
+       (flymake-create-temp-with-folder-structure)
+       (flymake-get-include-dirs-dot): Mark unused parameters.
+       (flymake-safe-delete-directory): Remove unused variable `err'.
+
+       * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
+       (speedbar-timer-fn, speedbar-line-text)
+       (speedbar-change-expand-button-char, speedbar-delete-subblock)
+       (speedbar-center-buffer-smartly): Declare functions.
+       (gdb-find-watch-expression): Remove unused variable `array'.
+       (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
+       (gdb-starting): Mark unused parameters.
+       (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
+       (gdb-table-string): Remove unused variable `res'.
+       (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
+       (gdb-disassembly-handler-custom): Remove unused variable `pos'.
+       (gdb-display-buffer): Remove unused variable `cur-size'.
+
+       * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
+       allow lexical-binding compilation.
+       (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
+       (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
+       (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
+       Mark unused parameters.
+       (gud-gdb-marker-filter): Remove unused variable `match'.
+       (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
+       lambda expressions and funcall them, instead of using `fset'.
+
+       * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
+       HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
+
+       * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
+       variable `header-beg'; use `let'.
+
+       * progmodes/icon.el (indent-icon-exp): Remove unused variables
+       `restart', `last-sexp' and `at-do'.
+
+       * progmodes/js.el (js--debug): Mark unused parameter.
+       (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
+       (js--splice-into-items): Remove unused variable `item'.
+       (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
+
+       * progmodes/make-mode.el (makefile-make-font-lock-keywords):
+       Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
+       (makefile-complete): Remove unused variable `try'.
+       (makefile-fill-paragraph, makefile-match-function-end):
+       Mark unused parameters.
+
+       * progmodes/octave-inf.el (inferior-octave-complete):
+       Remove unused variable `proc'.
+       (inferior-octave-output-digest): Mark unused parameter.
+
+       * progmodes/perl-mode.el (perl-calculate-indent):
+       Remove unused variable `err'.
+
+       * progmodes/prolog.el (prolog-mode-keybindings-inferior)
+       (prolog-indent-line): Mark unused parameters.
+       (prolog-indent-line): Remove unused variable `beg'.
+
+       * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
+       (reporter-dont-compact-list): Declare.
+
+       * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
+       Remove unused variable `char'.
+       (sh-debug): Mark unused parameter.
+       (sh-get-indent-info): Remove unused variable `start'.
+       (sh-calculate-indent): Remove unused variable `var'.
+
+       * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
+       (simula-electric-keyword): Remove unused variable `null'.
+       (simula-search-backward, simula-search-forward): Remove unused
+       variables `begin' and `end'.
+
+       * progmodes/vera-mode.el (vera-guess-basic-syntax):
+       Remove unused variable `pos'.
+       (vera-electric-tab, vera-comment-uncomment-region):
+       Mark unused parameters.
+       (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
+
+2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package--builtins, package-alist)
+       (package-load-descriptor, package-built-in-p, package-activate)
+       (define-package, package-installed-p)
+       (package-compute-transaction, package-buffer-info)
+       (package--push): Doc fix.  Distinguish more clearly between
+       version strings and version lists.
+
+2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       Lexical-binding cleanup.
+
+       * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
+       (5x5-make-mutate-best):
+       * play/fortune.el (fortune-in-buffer):
+       * play/gomoku.el (gomoku-init-display):
+       * play/solitaire.el (solitaire, solitaire-do-check):
+       * play/tetris.el (tetris-default-update-speed-function):
+       Mark unused parameters.
+
+       * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
+       (bubbles--shift): Remove unused variable `char-org'.
+       (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
+       (bubbles--show-images): Remove unused variable `char'.
+
+       * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
+       (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
+       (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
+       (decipher-analyze-buffer): Use ?\s.
+       (decipher-make-checkpoint): Remove unused variable `mapping'.
+
+       * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
+
+       * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
+       Remove unused variable `result'; use `let'.
+
+       * play/gametree.el (gametree-current-layout, gametree-apply-layout):
+       Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
+       (gametree-children-shown-p, gametree-compute-reduced-score):
+       Use `ignore-errors'.
+
+       * play/handwrite.el (ps-lpr-switches): Declare.
+       (handwrite): Remove unused variables `pmin' and `lastp'.
+
+       * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
+
+       * play/landmark.el (landmark-init-display)
+       (landmark-update-naught-weights): Mark unused parameters.
+       (landmark-y): Remove unused variable `noise'.  Simplify.
+       (landmark-human-plays): Remove unused variable `score'.
+
+       * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
+       (mpuz-try-proposal): Remove unused variable `game'.
+
+       * play/zone.el (life-patterns): Declare.
+
+2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc/vc.el (ediff-vc-internal): Declare function.
+
+2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * shell.el: Use lexical-binding and std completion UI.
+       (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
+       (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
+       comint-preoutput-filter-functions rather than on
+       comint-output-filter-functions.
+       (shell-command-completion, shell--command-completion-data)
+       (shell-filename-completion, shell-environment-variable-completion)
+       (shell-c-a-p-replace-by-expanded-directory): New functions.
+       (shell-dynamic-complete-functions, shell-dynamic-complete-command)
+       (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
+       (shell-dynamic-complete-environment-variable): Use them.
+       (shell-dynamic-complete-as-environment-variable)
+       (shell-dynamic-complete-as-command): Remove.
+       (shell-match-partial-variable): Match past point.
+       * comint.el: Clean up use of completion-at-point-functions.
+       (comint-completion-at-point): New function.
+       (comint-mode): Use it completion-at-point-functions.
+       (comint-dynamic-complete): Make it obsolete.
+       (comint-replace-by-expanded-history-before-point): Add dry-run arg.
+       (comint-c-a-p-replace-by-expanded-history): New function.
+       (comint-dynamic-complete-functions)
+       (comint-replace-by-expanded-history): Use it.
+       * minibuffer.el (completion-table-with-terminator): Allow dynamic
+       termination strings.  Try harder to avoid second try-completion.
+       (completion-in-region-mode-map): Disable bindings that don't work yet.
+
+       * comint.el: Use lexical-binding.  Require CL.
+       (comint-dynamic-complete-functions): Use comint-filename-completion.
+       (comint-completion-addsuffix): Tweak custom type.
+       (comint-filename-completion, comint--common-suffix)
+       (comint--common-quoted-suffix, comint--table-subvert)
+       (comint--complete-file-name-data): New functions.
+       (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
+       (comint-dynamic-list-filename-completions): Use them.
+       (comint-dynamic-simple-complete): Make obsolete.
+
+       * minibuffer.el (completion-in-region-mode):
+       Keep completion-in-region-mode--predicate global.
+       (completion-in-region--postch):
+       Assume completion-in-region-mode--predicate is not null.
+
+       * progmodes/flymake.el (flymake-start-syntax-check-process):
+       Obey `dir'.  Simplify.
+
+       * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
+       we're in VC after all.
+
+2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * vc/vc.el (vc-diff-build-argument-list-internal)
+       (vc-version-ediff, vc-ediff): New commands.
+       (vc-version-diff): Use vc-diff-build-argument-list-internal.
+
+2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
+       add sanity check.
+
+       * obsolete/erc-hecomplete.el: Make obsolete.
+       * obsolete/: Standardize obsolescence info in the header.
+
+2011-04-20  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/solar.el (solar-horizontal-coordinates):
+       Use the longitude argument rather than `calendar-longitude'.
+       (solar-date-next-longitude): Remove unused locals.
+
+2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el: New version 13.2.1.
+
+2011-04-20  felix  <EmacsWiki>  (tiny change)
+
+       * whitespace.el (global-whitespace-mode): Keep highlight when
+       switching between major modes on a file.
+
+2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
+       (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
+       multi-line comments as well.
+
+2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       Lexical-binding cleanup.
+
+       * arc-mode.el (archive-mode-revert):
+       * cmuscheme.el (scheme-interactively-start-process):
+       * custom.el (custom-initialize-delay):
+       * dnd.el (dnd-open-local-file, dnd-open-remote-url):
+       * dos-w32.el (direct-print-region-helper, direct-print-region-function):
+       * emacs-lock.el (emacs-lock-clear-sentinel):
+       * ezimage.el (defezimage):
+       * follow.el (follow-avoid-tail-recenter):
+       * fringe.el (set-fringe-mode-1):
+       * generic-x.el (bat-generic-mode-compile):
+       * help-mode.el (help-info-variable, help-do-xref)
+       (help-mode-revert-buffer):
+       * help.el (view-emacs-todo):
+       * iswitchb.el (iswitchb-completion-help):
+       * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
+       * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
+       (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
+       * locate.el (locate-update):
+       * longlines.el (longlines-encode-region)
+       (longlines-after-change-function):
+       * outline.el (outline-isearch-open-invisible):
+       * ps-def.el (declare-function, charset-dimension, char-width)
+       (encode-char):
+       * ps-mule.el (ps-mule-plot-string):
+       * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
+       (recentf-edit-list-select, recentf-edit-list-validate)
+       (recentf-open-files-action):
+       * rect.el (delete-whitespace-rectangle-line)
+       (rectangle-number-line-callback):
+       * register.el (window-configuration-to-register)
+       (frame-configuration-to-register):
+       * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
+       * select.el (xselect-convert-to-string, xselect-convert-to-length)
+       (xselect-convert-to-targets, xselect-convert-to-delete)
+       (xselect-convert-to-filename, xselect-convert-to-charpos)
+       (xselect-convert-to-lineno, xselect-convert-to-colno)
+       (xselect-convert-to-os, xselect-convert-to-host)
+       (xselect-convert-to-user, xselect-convert-to-class)
+       (xselect-convert-to-name, xselect-convert-to-integer)
+       (xselect-convert-to-atom, xselect-convert-to-identity):
+       * subr.el (declare, ignore, process-kill-without-query)
+       (text-clone-maintain):
+       * terminal.el (te-get-char, te-tic-sentinel):
+       * tool-bar.el (tool-bar-make-keymap):
+       * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
+       * type-break.el (type-break-mode, type-break-noninteractive-query):
+       * view.el (View-back-to-mark):
+       * wid-browse.el (widget-browse-action, widget-browse-widget)
+       (widget-browse-widgets, widget-browse-sexp):
+       * widget.el (define-widget-keywords):
+       * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
+       Mark unused parameters.
+
+       * align.el (align-adjust-col-for-rule): Mark unused parameter.
+       (align-areas): Remove unused variable `look'.
+       (align-region): Remove unused variables `real-end' and `pos-list'.
+
+       * apropos.el (apropos-score-doc): Remove unused variable `i'.
+
+       * bindings.el (mode-line-modified, mode-line-remote):
+       Mark unused parameters.
+       (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
+
+       * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
+       (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
+
+       * comint.el (comint-history-isearch-pop-state)
+       (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
+       (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
+       (comint-substitute-in-file-name): Doc fix.
+
+       * completion.el (cmpl-statistics-block): Mark unused parameter.
+       (add-completions-from-tags-table, add-completions-from-lisp-buffer)
+       (save-completions-to-file, load-completions-from-file):
+       Remove unused local variable `e'.
+
+       * composite.el (compose-chars): Remove unused variable `len'.
+       (lgstring-insert-glyph): Remove unused variable `g'.
+       (compose-glyph-string): Remove unused variables `ascent',
+       `descent', `lbearing' and `rbearing'.
+       (compose-glyph-string-relative): Remove unused variables
+       `lbearing', `rbearing' and `wadjust'.
+       (compose-gstring-for-graphic): Remove unused variables `header',
+       `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
+       (compose-gstring-for-terminal): Remove unused variables `header'
+       and `nchars'.  Use `let', not `let*'.
+
+       * cus-edit.el (Custom-set, Custom-save, custom-reset)
+       (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
+       (Custom-buffer-done, custom-buffer-create-internal)
+       (custom-browse-visibility-action, custom-browse-group-tag-action)
+       (custom-browse-variable-tag-action, custom-browse-face-tag-action)
+       (widget-magic-mouse-down-action, custom-toggle-parent)
+       (custom-add-parent-links, custom-toggle-hide-variable)
+       (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
+       (custom-toggle-hide-face, face, hook, custom-group-link-action)
+       (custom-face-menu-create, custom-variable-menu-create, get)
+       (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
+       (custom-reset-standard-save-and-update): Remove unused variable `value'.
+       (customize-apropos): Remove unused variable `tests'.
+       (custom-group-value-create): Remove unused variable `hidden-p'.
+       (sort-fold-case): Declare.
+
+       * cus-theme.el (custom-reset-standard-faces-list)
+       (custom-reset-standard-variables-list): Declare.
+       (customize-create-theme, custom-theme-revert, custom-theme-write)
+       (custom-theme-choose-mode, customize-themes, custom-theme-save):
+       Mark unused parameters.
+
+       * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
+
+       * delim-col.el (delimit-columns-max): Move defvar before first use.
+
+       * descr-text.el (describe-char-categories): Don't quote `lambda'.
+       (describe-char): Don't quote `lambda'.  Mark unused parameter.
+
+       * desktop.el (desktop-save-buffer-p): Mark unused parameter.
+       (auto-insert): Declare.
+       (desktop-restore-file-buffer): Rename desktop-* parameters;
+       mark unused ones.
+       (desktop-create-buffer): Rename desktop-* parameters and bind them.
+       (desktop-buffer): Rename desktop-* parameters.
+
+       * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
+       (dframe-reposition-frame-xemacs, dframe-help-echo)
+       (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
+       Mark unused parameters.
+
+       * dired-aux.el (backup-extract-version-start, overwrite-query)
+       (overwrite-backup-query, rename-regexp-query)
+       (rename-non-directory-query): Declare.
+       (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
+       (dired-add-entry): Remove unused variable `orig-file-name'.
+       (dired-copy-file-recursive): Remove unused variable `dirfailed'.
+       Use parameter PRESERVE-TIME instead of accessing dynamic variable
+       `dired-copy-preserve-time' directly.
+       (dired-do-create-files-regexp): Remove unused variable `fn-count'.
+       (dired-insert-subdir-newpos): Rename unused variable `pos'.
+
+       * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
+       (dired-virtual-revert, dired-make-relative-symlink):
+       Mark unused parameters.
+       (manual-program): Declare.
+       (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
+       (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
+       wrapped in `with-no-warnings' to avoid replacing one warning by another.
+
+       * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
+
+       * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
+
+       * echistory.el (electric-history-in-progress, Helper-return-blurb):
+       Declare.
+
+       * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
+
+       * electric.el (Electric-command-loop): Rename parameter
+       INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
+
+       * expand.el (expand-in-literal): Remove unused variable `here'.
+
+       * facemenu.el (facemenu-add-new-color):
+       Remove unused variable `docstring'.
+
+       * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
+       (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
+       (face-attr-construct): Mark unused parameter.  Doc fix.
+       (read-color): Remove unused variable `hex-string'.
+
+       * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
+       (locate-dominating-file): Remove unused vars `prev-file' and `user'.
+       (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
+       (display-buffer-other-frame): Remove unused variable `old-window'.
+       (kill-buffer-hook): Declare.
+       (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
+       Mark unused parameters.
+       (after-find-file): Pass 1 to `auto-save-mode', not t.
+
+       * files-x.el (auto-insert): Declare.
+       (modify-file-local-variable-prop-line): Remove unused variable `val'.
+
+       * find-lisp.el (find-lisp-find-dired-internal): Remove unused
+       variable `buf'.  Mark unused parameter.
+       (find-lisp-insert-directory): Mark unused parameter.
+
+       * format.el (format-decode-run-method): Mark unused parameter; doc fix.
+       (format-encode-region): Remove unused variables `cur-buf' and `result'.
+       (format-common-tail): Remove, unused.
+       (format-deannotate-region): Remove unused variable `loc'.
+       (format-annotate-region): Remove unused variable `p'.
+       (format-annotate-single-property-change): Remove unused variables
+       `default' and `tail'.
+
+       * forms.el (read-file-filter): Declare.
+       (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
+
+       * frame.el (frame-creation-function-alist): Mark unused parameter.
+       (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
+
+       * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
+       Remove unused parameters.
+       (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
+       (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
+
+       * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
+       (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
+       (hfy-prepare-tag-map): Mark unused parameters.
+       (htmlfontify-buffer): Use `called-interactively-p'.
+
+       * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
+       (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
+       (ibuffer-do-occur): Mark unused parameters.
+       (ibuffer-forward-next-marked): Remove unused variable `curmark'.
+       (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
+
+       * ibuffer.el: Don't quote `lambda'.
+       (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
+       (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
+       Mark unused parameters.
+
+       * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
+       (ido-completing-read): Mark unused parameters.
+       (ido-copy-current-word): Mark unused parameters;
+       remove unused variable `name'.
+       (ido-sort-merged-list): Remove unused parameter `dirs'.
+
+       * ielm.el (ielm-input-sender): Mark unused parameter.
+       (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
+       (ielm-output, ielm-wbuf, ielm-pmark): Declare.
+       (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
+       `ielm-string' as a dynamic variable accessible from the IELM prompt.
+       Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
+
+       * image-dired.el (image-dired-display-thumbs): Remove unused
+       variables `curr-file' and `count'.
+       (image-dired-remove-tag): Remove unused variable `start'.
+       (image-dired-tag-files, image-dired-create-thumbs): Remove unused
+       variable `curr-file'
+       (image-dired-rotate-original): Remove unused variable `temp-file'.
+       (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
+       Remove unused variable `file'.
+       (image-dired-gallery-generate): Remove unused variable `curr'.
+       (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
+
+       * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
+
+       * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
+
+       * informat.el (texinfo-command-start, texinfo-command-end): Declare.
+
+       * isearch.el (minibuffer-history-symbol): Declare.
+       (isearch-edit-string): Remove unused variable `err'.
+       (isearch-message-prefix, isearch-message-suffix):
+       Mark unused parameters.
+
+       * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
+
+       * macros.el (insert-kbd-macro): Remove unused variable `mods'.
+
+       * makesum.el (double-column): Remove unused variable `cnt'.
+
+       * misearch.el (multi-isearch-pop-state): Mark unused parameter.
+       (ido-ignore-item-temp-list): Declare.
+
+       * mouse-drag.el (mouse-drag-throw): Remove unused variables
+       `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
+       `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
+       (mouse-drag-drag): Remove unused variables `mouse-delta' and
+       `mouse-col-delta'.
+
+       * mouse-sel.el (mouse-extend-internal):
+       Remove unused variable `orig-window-frame'.
+
+       * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
+       (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
+       Move declarations before first use.
+       (pcomplete-opt): Mark unused parameters; doc fix.
+
+       * proced.el (proced-revert): Mark unused parameter.
+       (proced-send-signal): Remove unused variable `err'.
+
+       * ps-print.el (ps-print-preprint-region, ps-print-preprint):
+       Rename parameter PREFIX-ARG to ARG.
+       (ps-basic-plot-string, ps-basic-plot-whitespace):
+       Mark unused parameters.
+
+       * replace.el (replace-count): Define.
+       (occur-revert-function): Mark unused parameters.
+       (ido-ignore-item-temp-list, isearch-error, isearch-forward)
+       (isearch-case-fold-search, isearch-string): Declare.
+       (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
+       bind `case-fold-search'.  Remove unused variables `beg' and `end',
+       and simplify.
+       (replace-eval-replacement): Rename parameter REPLACE-COUNT to
+       COUNT and bind `replace-count'.
+       (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
+       to COUNT.
+
+       * savehist.el (print-readably, print-string-length): Declare.
+
+       * shadowfile.el (shadow-expand-cluster-in-file-name):
+       Remove unused variable `cluster'.
+       (shadow-copy-file): Remove unused variable `i'.
+       (shadow-noquery, shadow-clusters, shadow-site-cluster)
+       (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
+       (shadow-define-literal-group, shadow-define-regexp-group)
+       (shadow-make-group, shadow-shadows-of): Clean up docstrings.
+
+       * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
+       (shell): Use `called-interactively-p'.
+       (shell-directory-tracker): Remove unused variable `chdir-failure'.
+
+       * simple.el (compilation-context-lines, comint-file-name-quote-list)
+       (comint-file-name-chars, comint-delimiter-argument-list): Declare.
+       (delete-backward-char): Remove unused variable `ocol'.
+       (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
+       (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
+       (event-apply-hyper-modifier, event-apply-shift-modifier)
+       (event-apply-control-modifier, event-apply-meta-modifier):
+       Mark unused parameters.
+       (undo-make-selective-list): Remove duplicate variable `undo-elt'.
+       (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
+
+       * speedbar.el (speedbar-ignored-directory-expressions)
+       (speedbar-supported-extension-expressions, speedbar-directory-buttons)
+       (speedbar-find-file, speedbar-dir-follow)
+       (speedbar-directory-buttons-follow, speedbar-tag-find)
+       (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
+       (speedbar-buffers-line-directory, speedbar-buffer-click):
+       Mark unused parameters.
+       (speedbar-tag-file): Remove unused variable `mode'.
+       (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
+
+       * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
+
+       * talk.el (talk): Remove unused variable `display'.
+
+       * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
+       (tar-write-region-annotate): Mark unused parameter.
+
+       * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
+       (minutes, seconds, time-zone, day, year, monthname, month, dayname):
+       Declare them, wrapped in `with-no-warnings' to avoid replacing one
+       warning by another.
+
+       * time-stamp.el (time-stamp-string-preprocess):
+       Remove unused variable `require-padding'.
+
+       * tree-widget.el (widget-glyph-enable): Declare.
+       (tree-widget-action): Mark unused parameter.
+
+       * w32-fns.el (x-get-selection): Mark unused parameter.
+       (autoload-make-program, generated-autoload-file): Declare.
+
+       * wdired.el (wdired-revert): Mark unused parameters.
+       (wdired-xcase-word): Remove unused variable `err'.
+
+       * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
+       (whitespace-help-scroll): Remove unused variable `data-help'.
+
+       * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
+       (widget-image-insert, widget-after-change, default)
+       (widget-default-format-handler, widget-default-notify)
+       (widget-default-prompt-value, widget-info-link-action)
+       (widget-url-link-action, widget-function-link-action)
+       (widget-variable-link-action, widget-file-link-action)
+       (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
+       (widget-field-prompt-internal, widget-field-action, widget-field-match)
+       (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
+       (widget-insert-button-action, widget-delete-button-action, visibility)
+       (widget-documentation-link-action, widget-documentation-string-action)
+       (widget-const-prompt-value, widget-regexp-match, symbol)
+       (widget-coding-system-prompt-value)
+       (widget-key-sequence-value-to-external, sexp)
+       (widget-sexp-value-to-internal, character, vector, cons)
+       (widget-choice-prompt-value, widget-boolean-prompt-value)
+       (widget-color--choose-action): Mark unused parameters.
+       (widget-item-match-inline, widget-choice-match-inline)
+       (widget-checklist-match, widget-checklist-match-inline)
+       (widget-group-match): Rename parameter VALUES to VALS.
+       (widget-field-value-set): Remove unused variable `size'.
+       (widget-color-action): Remove unused variables `value' and `start'.
+
+       * windmove.el (windmove-wrap-loc-for-movement): Remove unused
+       variable `dir'.  Doc fix.
+       (windmove-find-other-window): Don't pass it.
+
+       * window.el (count-windows): Mark unused parameter.
+       (bw-adjust-window): Remove unused variable `err'.
+
+       * woman.el (woman-file-name): Remove unused variable `default'.
+       (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
+       WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
+       (global-font-lock-mode): Declare.
+       (woman-decode-region): Mark unused parameter.
+       (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
+
+       * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
+       (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
+       (x-dnd-handle-moz-url): Remove unused variable `title'.
+       (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
+
+       * xml.el (xml-parse-tag, xml-parse-attlist):
+       Remove unused variable `pos'.
+
+2011-04-19  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
+       (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
+       (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
+       (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
+       * calendar/cal-html.el (cal-html-insert-minical):
+       * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
+       (calendar-mark-date-pattern):
+       Prefix "unused" locals.
+
+       * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
+       optional argument `style'.
+
+       * calendar/appt.el (appt-make-list):
+       * calendar/cal-china.el (calendar-chinese-date-string):
+       * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
+       (diary-hebrew-yahrzeit):
+       * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
+       * calendar/calendar.el (calendar-generate-window):
+       * calendar/time-date.el (time-to-days):
+       Remove unused local variables.
+
+2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
+       glyphless-char-display table.
+       (tabulated-list-glyphless-char-display): New var.
+
+2011-04-18  Sam Steingold  <sds@gnu.org>
+
+       * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
+       to acknowledgments.
+
+2011-04-17  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-sexp-entry):
+       * calendar/holidays.el (holiday-sexp):
+       Set debug-on-error rather than the removed stack-trace-on-error.
+
+2011-04-16  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el: Use lexical-binding.
+       (f90-get-correct-indent): Remove unnecessary local variable `cont'.
+
+2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/sendmail.el (mail-mode-map): Use completion-at-point.
+       (mail-mode): Setup mailalias completion here instead.
+       * mail/mailalias.el: Use lexical-binding.
+       (pattern, mailalias-done): Declare dynamic.
+       (mail-completion-at-point-function): New function, from mail-complete.
+       (mail-complete): Use it.
+       (mail-completion-expand): New function.
+       (mail-get-names): Use it.
+       (mail-directory, mail-directory-process, mail-directory-stream):
+       Don't use `pattern' for lexically bound arg.
+
+       * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
+
+       * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
+       (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
+       (hfy-etags-cmd-alist): Don't eval-and-compile any more.
+
+       * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
+       (byte-save-window-excursion, byte-temp-output-buffer-setup)
+       (byte-interactive-p): Define them again, for use when inlining
+       old code.
+
+2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadup.el: Use `string-to-number', not `string-to-int'.
+
+2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
+       gud-gdb-complete-command.
+       (gud-gdb-completions): New function, from gud-gdb-complete-command.
+       (gud-gdb-completion-at-point): New function.
+       (gud-gdb-completions): Remove.
+
+2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
+       when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
+       (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
+       whether `executable-find' is bound.
+
+       * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
+
+2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-in-region-mode-predicate)
+       (completion-in-region-mode--predicate): New vars.
+       (completion-in-region, completion-in-region--postch)
+       (completion-in-region-mode): Use them.
+       (completion--capf-wrapper): Also return the hook function.
+       (completion-at-point, completion-help-at-point):
+       Adjust and provide a predicate.
+
+       Preserve arg names for advice of subr and lexical functions (bug#8457).
+       * help-fns.el (help-function-arglist): Consolidate the subr and
+       new-byte-code cases.  Add argument `preserve-names' to extract names
+       from the docstring when needed.
+       * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
+       (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
+       (ad-arglist): Use help-function-arglist's new arg.
+       (ad-definition-type): Use cond.
+
+2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * autorevert.el (auto-revert-handler):
+       Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
+       which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
+       Don't quote lambda.
+
+       * image-mode.el (image-transform-set-scale):
+       Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
+
+2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (network-stream-open-starttls): Only do
+       opportunistic STARTTLS upgrades if we have built-in gnutls support.
+       Upgrades via gnutls-cli are too slow to be done opportunistically.
+
+2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dframe.el (dframe-current-frame): Remove spurious quote.
+
+2011-04-12  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-tex.el (cal-tex-end-document):
+       Try to automatically use latin1 input if needed.
+
+       * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
+       Don't try to cons a mark onto an empty element.
+
+2011-04-11  Leo Liu  <sdl.web@gmail.com>
+
+       * ido.el (ido-buffer-internal): Allow method 'kill for virtual
+       buffers.
+       (ido-kill-buffer-at-head): Support killing virtual buffers.
+
+2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (completion-show-inline-help): New var.
+       (completion--do-completion, minibuffer-complete)
+       (minibuffer-force-complete, minibuffer-complete-word):
+       Inhibit minibuffer messages if completion-show-inline-help is nil.
+
+       * icomplete.el (icomplete-mode): Bind completion-show-inline-help
+       to avoid interference from inline help (Bug#5849).
+
+2011-04-10  Leo Liu  <sdl.web@gmail.com>
+
+       * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
+       Fix typo.
+
+2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-toggle-display-image): Signal an error if
+       not in Image mode.
+       (image-transform-mode, image-transform-resize)
+       (image-transform-set-rotation): Doc fix.
+       (image-transform-set-resize): Delete.
+       (image-transform-set-scale, image-transform-fit-to-height)
+       (image-transform-fit-to-width): Handle image-toggle-display-image
+       and image-transform-resize directly.
+
+2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
+
+       * doc-view.el (doc-view-fit-width-to-window)
+       (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
+       New functions for fitting the shown image to the Emacs window size.
+       (doc-view-mode-map): Add bindings for the new functions.
+
+2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc-annotate.el (vc-annotate-show-log-revision-at-line):
+       Fix typo in docstring.
+
+2011-04-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (file-size-human-readable): Produce one digit after
+       decimal, like "ls -lh" does.
+
+       * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
+       the file size representation.
+
+       * simple.el (list-processes): If async subprocesses are not
+       available, error out with a clear error message.
+
+2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.el (help-form-show): New function, to be called from C.
+       Put help-form output in a buffer named differently than *Help*.
+
+2011-04-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (file-size-human-readable): New function.
+
+       * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
+       computing the representation inline.  Don't require `cl'.
+
+2011-04-08  Glenn Morris  <rgm@gnu.org>
+
+       * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
+
+       * net/browse-url.el (browse-url-firefox):
+       Test system-type, not system-configuration.
+
+       * vc/log-edit.el (log-edit-empty-buffer-p): New function.
+       (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
+       Use log-edit-empty-buffer-p.  (Bug#7598)
+
+       * net/rlogin.el (rlogin-process-connection-type): Simplify.
+       (rlogin-mode-map): Initialize in the defvar.
+       (rlogin): Use ignore-errors.
+
+       * replace.el (occur-mode-map): Some fixes for menu items.
+
+2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
+
+       * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
+
+2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
+       issuing unused warnings.
+
+       * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
+       macro directly.
+
+       * simple.el: Lisp reimplement of list-processes.  Based on an
+       earlier reimplementation by Leo Liu, but using tabulated-list.el.
+       (process-menu-mode): New major mode.
+       (list-processes--refresh, list-processes):
+       (process-menu-visit-buffer): New functions.
+
+       * files.el (save-buffers-kill-emacs): Don't assume any return
+       value of list-processes, which is undocumented anyway.
+
+2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/tabulated-list.el: New file.
+
+       * emacs-lisp/package.el: Use Tabulated List mode.
+       (package-menu-mode-map): Inherit from tabulated-list-mode-map.
+       (package-menu-mode): Derive from tabulated-list-mode.  Set up the
+       table format using Tabulated List mode variables.
+       (package--push): New macro, replacing package-list-maybe-add.
+       (package-menu--generate): Use package--push.  Renamed from
+       package--generate-package-list.
+       (package-menu-refresh, list-packages): Use it.
+       (package-menu--print-info): Rename from package-print-package.
+       Return insertion data instead of inserting it directly.
+       (package-menu-describe-package, package-menu-execute):
+       Use tabulated-list-get-id.
+       (package-menu-mark-delete, package-menu-mark-install)
+       (package-menu-mark-unmark, package-menu-backup-unmark)
+       (package-menu-mark-obsolete-for-deletion):
+       Use tabulated-list-put-tag.
+       (package--list-packages, package-menu-revert)
+       (package-menu-get-package, package-menu-get-version)
+       (package-menu-sort-by-column): Functions deleted.
+       (package-menu-package-list, package-menu-sort-key): Vars deleted.
+       (package-menu--status-predicate, package-menu--version-predicate)
+       (package-menu--name-predicate)
+       (package-menu--description-predicate): Handle arguments in the
+       Tabulated List format.
+       (package-list-packages-no-fetch): Call list-packages.
+
+2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (after-find-file-from-revert-buffer): Remove variable.
+       (after-find-file): Don't bind it.
+       (revert-buffer-in-progress-p): New variable.
+       (revert-buffer): Bind it.
+       Pass nil for `after-find-file-from-revert-buffer'.
+
+       * saveplace.el (save-place-find-file-hook): Use new variable
+       `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
+
+2011-04-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (AUTOGEN_VCS): New variable.
+       (autoloads): Use $AUTOGEN_VCS.
+
+       * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
+       * calendar/calendar.el (calendar-mode-map):
+       Check for toolkit scroll bars.  (Bug#8305)
+
+2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (completion-in-region--postch)
+       (completion-in-region-mode): Remove unnecessary messages.
+
+2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * font-lock.el (font-lock-refresh-defaults):
+       Don't bind `hi-lock--inhibit-font-lock-hook', removed in
+       2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
+
+       * info.el (Info-directory-list, Info-read-node-name-2)
+       (Info-split-parameter-string): Doc fixes.
+       (Info-virtual-nodes): Reflow docstring.
+       (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
+       (Info-apropos-toc-nodes, info-finder, Info-get-token)
+       (Info-find-emacs-command-nodes, Info-speedbar-key-map):
+       Fix typos in docstrings.
+       (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
+       (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
+       (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
+       (Info-restore-desktop-buffer): Mark unused parameters.
+       (Info-directory-find-file, Info-directory-find-node)
+       (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
+       (Info-virtual-index-find-node, Info-apropos-find-file)
+       (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
+       Mark unused parameters; fix typos in docstrings.
+       (Info-virtual-index): Remove unused local variable `nodename'.
+
+2011-04-05  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el: Update my e-mail address.
+       (rcirc-mode-map): Remove M-o binding.
+
+2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): Save the cursor's theme-face
+       directly, instead of using face-override-spec.
+
+       * custom.el (load-theme): Minor optimization in assigning faces.
+
+2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el (describe-variable): Complete all variables having
+       documentation, including keywords.
+       http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
+
+2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       Convert to lexical-binding.
+
+       * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
+       (bs--get-marked-string, bs--get-modified-string)
+       (bs--get-readonly-string, bs--get-size-string, bs--get-name)
+       (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
+       (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
+
+       * ehelp.el (electric-help-execute-extended)
+       (electric-help-ctrl-x-prefix):
+       * hexl.el (hexl-revert-buffer-function):
+       * linum.el (linum-after-change, linum-after-scroll):
+       * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
+
+       * help-fns.el (help-describe-category-set): Remove unused ERR variable.
+
+2011-04-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-dired.el:
+       * epa-mail.el:
+       * epa-hook.el:
+       * epa-file.el:
+       * epa.el:
+       * epg.el: Use lexical binding.
+
+2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
+
+       * textmodes/flyspell.el (flyspell-word): Recognize default
+       dictionary case for flyspell-mark-duplications-exceptions.
+       Use regexp matching for languages.
+       (flyspell-mark-duplications-exceptions): Add "that" and "had" for
+       default dictionary (Bug#7926).
+
+2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package--with-work-buffer):
+       Recognize https URLs.
+
+       * net/network-stream.el: Move from gnus/proto-stream.el.
+       Change prefix to network-stream throughout.
+       (open-protocol-stream): Merge into open-network-stream, leaving
+       open-protocol-stream as an alias.  Handle nil BUFFER args.
+
+       * subr.el (open-network-stream): Move to net/network-stream.el.
+
+2011-04-02  Glenn Morris  <rgm@gnu.org>
+
+       * find-dired.el (find-exec-terminator): New option.
+       (find-ls-option): Test for -ls support.
+       (find-ls-subdir-switches): Test for -b in find-ls-option.
+       (find-dired, find-grep-dired): Doc fixes.
+       (find-dired): Use find-exec-terminator.
+
+       * find-dired.el (find-ls-option, find-ls-subdir-switches)
+       (find-grep-options): Do not autoload these defcustoms, remove purecopy.
+       (find-name-arg): Remove purecopy.
+
+       * progmodes/grep.el (grep-find-use-xargs): Doc fix.
+       (grep-compute-defaults): Check for `-exec COMMAND +' support.
+       Set grep-find-use-xargs, grep-find-command, and grep-find-template
+       accordingly.  Don't add the null-device if not needed.
+
+       * files.el (save-some-buffers): Doc fix.
+
+2011-04-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
+
+2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
+       Use `dolist' rather than `mapcar'.
+
+2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Add lexical binding.
+
+       * subr.el (apply-partially): Use new closures rather than CL.
+       (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
+       (dolist, dotimes): Use slightly different expansion for lexical code.
+       (functionp): Move to C.
+       (letrec): New macro.
+       (with-wrapper-hook): Use it and apply-partially instead of CL.
+       (eval-after-load): Preserve lexical-binding.
+       (save-window-excursion, with-output-to-temp-buffer): Turn them
+       into macros.
+
+       * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
+
+       * help-fns.el (help-split-fundoc): Return nil if there's nothing else
+       than the arglist.
+       (help-add-fundoc-usage): Don't add `Not documented'.
+       (help-function-arglist): Handle closures, subroutines, and new
+       byte-code-functions.
+       (help-make-usage): Remove leading underscores.
+       (describe-function-1): Handle closures.
+       (describe-variable): Use special-variable-p for completion.
+
+       * files.el (lexical-binding): Declare safe.
+
+       * emacs-lisp/pcase.el: Don't use destructuring-bind.
+       (pcase--memoize): Rename from pcase-memoize.  Change weakness.
+       (pcase): Add `let' pattern.
+       Change memoization so it actually works.
+       (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
+       (pcase--u1) <guard, pred>: Fix possible shadowing problem.
+       <let>: New case.
+
+       * emacs-lisp/macroexp.el: Use lexical binding.
+       (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
+       Don't convert ' to #' without checking that it's indeed quoting
+       a lambda.
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
+       Use eval-sexp-add-defvars.
+       (eval-sexp-add-defvars): New fun.
+
+       * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
+
+       * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
+       Don't autoload.
+       (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
+       than the internal `byte-compile-lambda'.
+       (defmethod): Don't hide code under quotes.
+       (eieio-defmethod): New `code' argument.
+
+       * emacs-lisp/eieio-comp.el: Remove.
+
+       * emacs-lisp/edebug.el (edebug-eval-defun)
+       (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
+       (edebug-toggle): Avoid `eval'.
+
+       * emacs-lisp/disass.el (disassemble-internal): Handle new
+       `closure' objects.
+       (disassemble-1): Handle new byte codes.
+
+       * emacs-lisp/cl.el (pushnew): Silence warning.
+
+       * emacs-lisp/cl-macs.el (cl-byte-compile-block)
+       (cl-byte-compile-throw): Remove.
+       (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
+
+       * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
+       closures.
+
+       * emacs-lisp/cconv.el: New file.
+
+       * emacs-lisp/bytecomp.el: Use lexical binding instead of
+       a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
+       (byte-compile-initial-macro-environment):
+       Handle declare-function here.
+       (byte-compile--lexical-environment): New var.
+       (byte-stack-ref, byte-stack-set, byte-discardN)
+       (byte-discardN-preserve-tos): New lap codes.
+       (byte-interactive-p): Don't use any more.
+       (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
+       New macros.
+       (byte-compile-lapcode): Use them and handle new lap codes.
+       (byte-compile-obsolete): Remove.
+       (byte-compile-arglist-signature): Handle new byte-code arg"lists".
+       (byte-compile-arglist-warn): Check late def of inlinable funs.
+       (byte-compile-cl-warn): Don't silence warnings for compiler-macros
+       since they should have been expanded by now.
+       (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
+       (byte-compile-from-buffer): Remove unused second arg.
+       (byte-compile-preprocess): New function.
+       (byte-compile-toplevel-file-form): New function to distinguish
+       file-form calls from outside from file-form calls from hunk-handlers.
+       (byte-compile-file-form): Simplify.
+       (byte-compile-file-form-defsubst): Remove.
+       (byte-compile-file-form-defmumble): Simplify now that
+       byte-compile-lambda always returns a byte-code-function.
+       (byte-compile): Preprocess.
+       (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
+       Remove, not used any more.
+       (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
+       (byte-compile-make-args-desc): New funs.
+       (byte-compile-lambda): Handle lexical functions.  Always return
+       a byte-code-function.
+       (byte-compile-reserved-constants): New var, to make up room for
+       closed-over variables.
+       (byte-compile-constants-vector): Obey it.
+       (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
+       (byte-compile-macroexpand-declare-function): New function.
+       (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
+       byte-code-functions.
+       (byte-compile-form): Check obsolescence here.
+       (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
+       (byte-compile-variable-ref): Remove.
+       (byte-compile-dynamic-variable-op): New fun.
+       (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
+       (byte-compile-variable-set): New funs.
+       (byte-compile-discard): Add 2 args.
+       (byte-compile-stack-ref, byte-compile-stack-set)
+       (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
+       (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
+       macroexpand-all instead.
+       (byte-compile-quote-form): Remove.
+       (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
+       (byte-compile-bind, byte-compile-unbind): New funs.
+       (byte-compile-let): Handle let* and lexical binding.
+       (byte-compile-let*): Remove.
+       (byte-compile-catch, byte-compile-unwind-protect)
+       (byte-compile-track-mouse, byte-compile-condition-case):
+       Handle a new :fun-body form, used for lexical scoping.
+       (byte-compile-save-window-excursion)
+       (byte-compile-with-output-to-temp-buffer): Remove.
+       (byte-compile-defun): Simplify.
+       (byte-compile-stack-adjustment): New fun.
+       (byte-compile-out): Use it.
+       (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
+
+       * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
+       handler any more.
+
+       * emacs-lisp/byte-opt.el: Use lexical binding.
+       (byte-inline-lapcode): Remove (to bytecomp).
+       (byte-compile-inline-expand): Pay attention to inlining to/from
+       lexically bound code.
+       (byte-compile-unfold-lambda): Don't handle byte-code-functions
+       any more.
+       (byte-optimize-form-code-walker): Don't handle save-window-excursion
+       any more and don't call compiler-macros.
+       (byte-compile-splice-in-already-compiled-code): Remove.
+       (byte-code): Don't inline any more.
+       (disassemble-offset): Receive `bytes' as argument rather than via
+       dynamic scoping.
+       (byte-compile-tag-number): Declare before first use.
+       (byte-decompile-bytecode-1): Handle new byte-codes, don't change
+       `return' even if make-spliceable.
+       (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
+       obsolete interactive-p.
+       (byte-optimize-lapcode): Optimize new lap-codes.
+       Don't trip up on new form of `byte-constant' lap code.
+
+       * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
+
+       * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
+
+       * custom.el (custom-initialize-default, custom-declare-variable):
+       Use `defvar'.
+
+       * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
+       New variables.
+       (compile-onefile, .el.elc, compile-calc, recompile): Use them.
+       (COMPILE_FIRST): Add macroexp and cconv.
+       * makefile.w32-in: Mirror changes in Makefile.in.
+
+       * vc/cvs-status.el:
+       * vc/diff-mode.el:
+       * vc/log-edit.el:
+       * vc/log-view.el:
+       * vc/smerge-mode.el:
+       * textmodes/bibtex-style.el:
+       * textmodes/css.el:
+       * startup.el:
+       * uniquify.el:
+       * minibuffer.el:
+       * newcomment.el:
+       * reveal.el:
+       * server.el:
+       * mpc.el:
+       * emacs-lisp/smie.el:
+       * doc-view.el:
+       * dired.el:
+       * abbrev.el: Use lexical binding.
+
+2011-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * info.el (info-display-manual): New function.
+
+2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
+
+2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
+       an entry for that server in rcirc-authinfo.  (Bug#8385)
+
+2011-03-31  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
+
+       * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
+
+2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * progmodes/python.el (python-default-interpreter)
+       (python-python-command-args, python-jython-command-args)
+       (python-which-shell, python-which-args, python-which-bufname)
+       (python-file-queue, python-comint-output-filter-function)
+       (python-toggle-shells, python-shell): Remove obsolete defcustoms,
+       variables and functions.
+
+2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
+       (completion-in-region-mode): New minor mode.
+       (completion-in-region): Use it.
+       (completion-in-region--data, completion-in-region-mode-map): New vars.
+       (completion-in-region--postch): New function.
+       (completion--capf-misbehave-funs, completion--capf-safe-funs):
+       New vars.
+       (completion--capf-wrapper): New function.
+       (completion-at-point): Use it to track well-behavedness of
+       hook functions.
+       (completion-help-at-point): New command.
+
+2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
+
+       * vc/add-log.el (add-change-log-entry): Don't use whitespace
+       syntax class to search for whitespace on a single line
+       (Message-ID: <4D938140.4030905@redhat.com>).
+
+2011-03-30  Leo Liu  <sdl.web@gmail.com>
+
+       * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
+       New commands.
+       (edit-abbrevs-map): Bind them here.
+       (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
+
+2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-hide-by-annotation, allout-flag-region):
+       Reduce possibility of overlay leakage by making them volatile.
+
+       * allout-widgets.el (allout-widgets-tally): Define as nil so the
+       hash is not shared between buffers.  Mode initialization is
+       responsible for giving it a useful starting value.
+       (allout-item-span): Reduce possibility of overlay leakage by
+       making them volatile.
+       (allout-widgets-count-buttons-in-region): Add diagnostic function
+       for tracking down button overlay leaks.
+
+2011-03-29  Leo Liu  <sdl.web@gmail.com>
+
+       * ido.el (ido-read-internal): Use the default history var
+       minibuffer-history if no HISTORY is specified.
+
+2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
+
+       * net/imap.el (imap-shell-open, imap-process-connection-type):
+       Use imap-process-connection-type for 'shell' streams as well as
+       Kerberos, SSL, other subprocesses.
+
+2011-03-28  Leo Liu  <sdl.web@gmail.com>
+
+       * abbrev.el (abbrev-table-empty-p): New function.
+       (prepare-abbrev-list-buffer): Place empty abbrev tables after
+       nonempty ones.  (Bug#5937)
+
+2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
+
+2011-03-27  Leo Liu  <sdl.web@gmail.com>
+
+       * ansi-color.el (ansi-color-names-vector): Allow cons cell value
+       for foreground and background colors.
+       (ansi-color-make-color-map): Adapt.
+
+2011-03-25  Leo Liu  <sdl.web@gmail.com>
+
+       * midnight.el (midnight-time-float): Remove.  Note it calculates
+       the microsecond component incorrectly and seconds-to-time does the
+       same job.
+       Remove redundant (require 'timer).
+
+       * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
+       (ido-completions): Remove unused arguments.  (Bug#8329)
+
+2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion--flush-all-sorted-completions):
+       Remove itself from hook.
+       (completion-at-point): Let the functions perform the completion
+       immediately and return nil or t.
+       * comint.el (comint-dynamic-complete-functions): Now identical to
+       completion-at-point-functions.
+       (comint-dynamic-list-input-ring): Remove unused var `index'.
+       (comint--match-partial-filename, comint--unquote&expand-filename):
+       New funs, split from comint-match-partial-filename.
+       (comint-dynamic-complete): Use completion-at-point.
+       (comint-dynamic-complete-filename): Use comint--match-partial-filename.
+
+2011-03-24  Drew Adams  <drew.adams@oracle.com>
+
+       * thingatpt.el: Support `defun'.
+
+2011-03-23  Leo Liu  <sdl.web@gmail.com>
+
+       * abbrevlist.el: Move to obsolete/abbrevlist.el.
+
+       * help-mode.el (help-mode-finish): Tweak regexp.
+
+2011-03-23  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-opt.el (eshell-eval-using-options):
+       Do not bind unused local variable `eshell-option-stub'.
+
+       * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
+
+2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
+       keymap variable in `with-no-warnings' to avoid a warning when the
+       keymap has been already `defconst'ed.
+
+2011-03-22  Leo Liu  <sdl.web@gmail.com>
+
+       * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
+       encode all chars in abbrevs; otherwise use emacs-mule or
+       utf-8-emacs.  (Bug#8308)
+
+2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * simple.el (backward-delete-char-untabify):
+       Avoid warning about using `delete-backward-char'.
+
+       * image.el (image-type-file-name-regexps): Make it variable.
+       `imagemagick-register-types' modifies it, and the user may want
+       to add new extensions for known image types.
+       (imagemagick-register-types): Throw error if not using ImageMagick.
+
+2011-03-22  Leo Liu  <sdl.web@gmail.com>
+
+       * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
+       located before rcirc-prompt-end-marker.
+       (rcirc-complete): Error if point is not after rcirc prompt.
+       Handle the case when table is nil.
+       (rcirc-user-authenticated): Define to fix compiler warning.
+
+2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (custom--inhibit-theme-enable): Make it affect only
+       custom-theme-set-variables and custom-theme-set-faces.
+       (provide-theme): Ignore custom--inhibit-theme-enable.
+       (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
+       (custom-enabling-themes): Delete variable.
+       (enable-theme): Accept only loaded themes as arguments.
+       Ignore the special custom-enabled-themes variable.
+       (custom-enabled-themes): Forbid themes from setting this.
+       Eliminate use of custom-enabling-themes.
+       (custom-push-theme): Quote "changed" custom var entry.
+
+2011-03-21  Leo Liu  <sdl.web@gmail.com>
+
+       * ido.el (ido-read-internal): Add ido-selected to history instead
+       of user input.
+
+2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (deferred-action-list, deferred-action-function):
+       Mark obsolete.
+
+2011-03-21  Leo Liu  <sdl.web@gmail.com>
+
+       * vc/log-view.el: Remove (require 'wid-edit), not needed after the
+       change on 2011-02-13 (bug#8309).
+
+       * minibuffer.el (read-file-name-function): Change default value.
+       (read-file-name--defaults): Rename from read-file-name-defaults.
+       (read-file-name-default): Rename from read-file-name.
+       (read-file-name): Call read-file-name-function.
+
+2011-03-21  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
+       Doc fixes.
+
+2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el: Add missing provide statement.
+       (customize-create-theme): Extract theme value correctly.
+       (custom-theme-visit-theme): Autoload.
+       (customize-create-theme): Prompt before inserting default faces.
+
+2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
+       units and musical notes.
+
+2011-03-20  Leo  <sdl.web@gmail.com>
+
+       * ido.el (ido-read-internal): Use completing-read-default.
+       (ido-completing-read): Fix compatibility with completing-read.
+
+2011-03-20  Christian Ohler  <ohler@gnu.org>
+
+       * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
+       (ert-delete-all-tests): Use `called-interactively-p' rather than
+       `interactive-p'.
+       (ert--make-xrefs-region): Respect END.
+
+2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired-aux.el (dired-create-directory): Signal an error if the
+       directory already exists (Bug#8246).
+
+       * facemenu.el (list-colors-display): Call list-faces-display
+       inside with-help-window.
+       (list-colors-print): Use display property to align the final
+       column, instead of checking window-width.
+
+2011-03-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * emerge.el (emerge-metachars): Separate value for ms-dos and
+       windows-nt systems.
+       (emerge-protect-metachars): Quote correctly for ms-dos and
+       windows-nt systems.
+
+2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
+
+       * info.el (info-initialize): Replace all uses of `:' with
+       path-separator for compatibility with non-Unix systems.
+       Cache quoting of path-separator.  (Bug#8258)
+
+2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
+       (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
+       (mouse-avoidance-mode): Fix typos in docstrings.
+
+2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (package-subdirectory-regexp): Move from package.el.
+       Omit \\` and \\', and let callers add them.
+
+       * emacs-lisp/package.el (package-strip-version)
+       (package-load-all-descriptors): Add \\` and \\' to
+       package-subdirectory-regexp before using it.
+       (package-untar-buffer): New arg DIR; ensure that file untars only
+       into this expected directory.  Remove superfluous delete-region.
+       (package-unpack): Caller changed.
+       (package-tar-file-info): Use package-subdirectory-regexp.
+
+2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
+       diff-mode-shared-map (bug#8284).
+       (diff-mode-shared-map): Re-introduce some bindings that were problematic.
+
+2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * calendar/time-date.el (format-seconds): Use assoc instead of
+       assoc-string, since assoc-string doesn't exist in XEmacs.
+
+2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * custom.el (custom-known-themes): Reflow docstring.
+       (custom-theme-load-path): Fix typo in docstring.
+       (load-theme): Fix typo in error message.
+       (custom-available-themes, custom-variable-theme-value):
+       Use `let', not `let*'.
+
+2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/README: Mention inclusion of musical notes.
+
+       * calc/calc-units.el (calc-lu-quant): Rename from
+       `calc-logunits-quantity'.
+       (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
+       (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
+       (calc-db): Rename from `calc-dblevel'.
+       (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
+       (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
+       (calc-np): Rename from `calc-nplevel'.
+       (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
+       (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
+       (calc-lu-plus): Rename from `calc-logunits-add'.
+       (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
+       (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
+       (calc-lu-minus): Rename from `calc-logunits-sub'.
+       (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
+       (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
+       (calc-lu-times): Rename from `calc-logunits-mul'.
+       (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
+       (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
+       (calc-lu-divide): Rename from `calc-logunits-div'.
+       (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
+       (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
+
+       * calc/calc-ext.el (calc-init-extensions): Update the names of the
+       functions being autoloaded.
+
+       * calc/calc.el (calc-lu-power-reference): Rename from
+       `calc-logunits-power-reference'.
+       (calc-lu-field-reference): Rename from
+       `calc-logunits-field-reference'.
+
+       * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
+
+2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-all-sorted-completions):
+       Use :completion-cycle-penalty text property if present.
+
+2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-yank-processing): Adjust for new rebulleting
+       regime so bullet being yanked is used without prompting the user
+       for a choice.
+
+2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * startup.el (command-line): Warn the user that _emacs is deprecated.
+
+2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
+       (delphi-verbose, delphi-comment-face, delphi-string-face)
+       (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
+       (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
+       (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
+       (delphi-new-comment-line, delphi-font-lock-defaults)
+       (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
+       Fix typos in docstrings.
+
+2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
+       Invert the roles of character and string values for INSTEAD, so a
+       string is used for the more common case of a defaulting prompt.
+
+2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/ruby-mode.el (ruby-backward-sexp):
+       * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
+       * play/gamegrid.el (gamegrid-make-face):
+       * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
+       (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
+       * notifications.el (notifications-notify):
+       * net/xesam.el (xesam-search-engines):
+       * net/quickurl.el (quickurl-list-insert):
+       * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
+
+2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line): Update package subdirectory regexp.
+
+2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * allout.el (allout-abbreviate-flattened-numbering)
+       (allout-mode-deactivate-hook): Fix up obsolescence "date".
+
+       * subr.el (read-char-choice): Only show the cursor after the prompt,
+       not after the answer.
+
+2011-03-15  Kevin Ryde  <user42@zip.com.au>
+
+       * help-fns.el (variable-at-point): Skip leading quotes, if any
+       (bug#8253).
+
+2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
+       warning message.
+
+2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
+
+       * shell.el (shell): When called interactively, offer to change the
+       shell file name on remote hosts.
+
+2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/ldap.el (ldap-search-internal): Add `auth-source-search'
+       integration for LDAP parameters.  The host, base, user or binddn,
+       and secret tokens can be specified in a netrc file, for instance.
+       This is optional because an `auth-source' parameter must be
+       specified in the search attributes.
+
+2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (describe-mode): Link to the mode's definition (bug#8185).
+
+2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
+       into declaration.  Remove redundant and harmful binding.
+
+2011-03-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (file-ownership-preserved-p): Pass `integer' as an
+       explicit 2nd argument to `file-attributes'.  If the file's owner
+       is the Administrators group on Windows, and the current user is
+       Administrator, consider that a match.
+
+       * server.el (server-ensure-safe-dir): Consider server directory
+       safe on MS-Windows if its owner is the Administrators group while
+       the current Emacs user is Administrator.  Use `=' to compare
+       numerical UIDs, since they could be integers or floats.
+
+2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
+
+2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.1.
+
+       * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
+
+       * net/trampver.el: Update release number.
+
+2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation--previous-directory): Fix up
+       various nil/dead-marker mismatches (bug#8014).
+       (compilation-directory-properties, compilation-error-properties):
+       Don't call it at a position past the one we're about to change.
+
+       * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
+       Disable obsolescence warnings in the file that declares it.
+
+2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout-widgets.el (allout-widgets-tally):
+       Initialize allout-widgets-tally as a hash table rather than nil to
+       prevent mode-line redisplay warnings.  Also, clarify the module
+       description and fix a comment typo.
+
+2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el (describe-variable): Don't complete keywords.
+       Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
+
+2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package-version-join): Impose a standard
+       string representation for pre/alpha/beta version lists.
+       (package-unpack-single): Standardize the directory name by passing
+       it through package-version-join.
+       (package-strip-rcs-id): Accept any version string that does not
+       signal an error in version-to-list.
+
+2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * simple.el (delete-trailing-whitespace): Return nil for the
+       benefit of `write-file-functions'.
+
+2011-03-10  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
+
+       * vc/vc-git.el (vc-git-program): New option.
+       (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
+       (vc-git--call): Use it.
+
+       * eshell/esh-util.el (eshell-condition-case): Doc fix.
+
+       * cus-edit.el (Custom-newline): If no button at point, look
+       for a subgroup button at start-of-line.  (Bug#2298)
+
+       * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
+
+2011-03-10  Julien Danjou  <julien@danjou.info>
+
+       * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
+       `cursor-type' is nil.
+
+2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
+
+2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el Summary: Change so yank of distinctive-bullet items
+       preserves the existing header prefix, rebulleting it if necessary,
+       rather than replacing it.  This is necessary for proper operation
+       of cooperative addons like allout-widgets.
+       (allout-make-topic-prefix, allout-rebullet-heading): Change
+       SOLICIT arg to INSTEAD, and interpret additionally a string value
+       as alternate bullet to be used, instead of prompting the user for
+       a bullet character.
+
+2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
+       Do not use `tramp-file-name-port', because this returns also
+       `tramp-default-port'.
+
+2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
+
+       * net/rcirc.el (rcirc-handler-001): Remove useless
+       with-rcirc-process-buffer.
+       (rcirc-check-auth-status): Swap arguments to string-match.
+
+2011-03-09  Glenn Morris  <rgm@gnu.org>
+
+       * shell.el (shell-mode):
+       Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
+
+       * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
+       Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
+
+2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package-refresh-contents)
+       (package-menu-execute): Use condition-case-no-debug.
+
+2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * simple.el (shell-command-to-string): Use `process-file'.
+
+       * emacs-lisp/package.el (package-tar-file-info): Handle also
+       remote files.
+
+       * emacs-lisp/package-x.el (package-upload-buffer-internal):
+       Use `equal' for upload base check.
+
+2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
+
+       * textmodes/texinfo.el (texinfo-environments):
+       Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
+
+2011-03-08  Glenn Morris  <rgm@gnu.org>
+
+       * cus-start.el (cursor-in-non-selected-windows):
+       Fix :set quoting oddness.  (Bug#8192)
+
+       * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
+       in some setf expressions.  (Bug#2159)
+
+2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (custom-available-themes): Return themes in
+       alphabetical order.
+
+See ChangeLog.15 for earlier changes.
+
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
+  Copyright (C) 2011  Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.