Fix tar package handling, and clean up package-subdirectory-regexp usage.
[bpt/emacs.git] / lisp / ChangeLog
index 353afc4..42b4d75 100644 (file)
@@ -1,7 +1,442 @@
+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.
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
+       application of patch from Alan Mackenzie (Bug#7595).
+
+2011-03-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
+
+       * net/rcirc.el (rcirc-connect): Fix PASS bug.
+
+2011-03-07  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
+       Give an explicit error if failed to make writable.  (Bug#6146)
+
+2011-03-07  Ed Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
+       Add optional `after-sunset' argument.  (Bug#8190)
+
+2011-03-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
+
+       * play/morse.el (nato-alphabet, nato-region, denato-region):
+       New variable and functions.  (Bug#2288)
+       (morse-region, unmorse-region): Barf if read-only.
+
+2011-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/gud.el (gdb-script-syntax-propertize-function):
+       Don't change the syntax of a \n that closes a comment (bug#8169).
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
+       defcustom.
+       (package--update-file): Doc fix.  Accept relative file names.
+       (package--archive-contents-from-file): Remove the argument, since
+       it's necessarily always "archive-contents".
+       (package-maint-add-news-item): Pass relative file name args to
+       package--update-file.
+       (package-upload-buffer-internal): Prompt for a destination if
+       package-archive-upload-base is invalid.  Create the directory if
+       it does not exist.
+       (package-upload-buffer, package-upload-file): Doc fix.
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
+       and move isearch-yank-line to M-s C-e (Bug#8183).
+
+2011-03-06  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
+       (c-guess-basic-syntax): Move CASE 19 to a different place,
+       correctly to process template-args-cont lines.
+
+2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-ext.el (calc-init-extensions):
+       Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
+       and calc-nplevel, respectively.  Add keybindings for calc-spn,
+       calc-midi and calc-freq.  Add autoloads for calcFunc-spn,
+       calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
+
+       * calc/calc-units.el (calc-dblevel): Rename from
+       calc-logunits-dblevel.
+       (calc-nplevel): Rename from calc-logunits-nplevel.
+       (math-midi-round, math-freqp, math-midip, math-spnp)
+       (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
+       (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
+       (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
+       (math-notes): New variable.
+
+       * calc/calc.el (calc-note-threshold): New variable.
+
+2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/package.el (package-archives): Accept either ordinary
+       directory names, in addition to HTTP URLs.
+       (package--with-work-buffer): New macro.   Handle normal directories.
+       (package-handle-response): Don't display the failing buffer.
+       (package-download-single, package-download-tar)
+       (package--download-one-archive): Use package--with-work-buffer.
+       (package-archive-base): Rename from package-archive-url.
+
+2011-03-06  Glenn Morris  <rgm@gnu.org>
+
+       * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
+       (xmodmap-generic-mode): Respect generic-extras-enable-list.
+
+2011-03-06  Daniel Clemente  <dcl441-bugs@yahoo.com>  (tiny change)
+
+       * generic-x.el (xmodmap-generic-mode): New.  (Bug#2065)
+
+2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (allout-init, allout-prefixed-keybindings)
+       (allout-unprefixed-keybindings):
+       * progmodes/prolog.el (prolog-find-term):
+       Fix typos in docstrings.
+
+2011-03-06  Nikolaj Schumacher  <me@nschum.de>  (tiny change)
+
+       * emacs-lisp/elp.el (elp-results): Fix off-by-one in header.  (Bug#2746)
+
+2011-03-06  Kevin Ryde  <user42@zip.com.au>
+
+       * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc.  (Bug#5326)
+
+2011-03-06  Michael Shields  <shields@msrl.com>  (tiny change)
+
+       * window.el (one-window-p, walk-windows, display-buffer):
+       Doc fixes.  (Bug#5567)
+
+2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
+       of the variable if it exists.
+
+2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bookmark.el:
+       * desktop.el:
+       * emacs-lock.el:
+       * ps-print.el:
+       * saveplace.el:
+       * net/tramp-cache.el:
+       * obsolete/fast-lock.el:
+       * textmodes/reftex.el:
+       Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
+
 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
 
-       * files.el (delete-directory, copy-directory, list-directory): Use
-       read-directory-name.
+       * files.el (delete-directory, copy-directory, list-directory):
+       Use read-directory-name.
 
        * find-file.el (ff-find-the-other-file):
        * net/ange-ftp.el (ange-ftp-make-directory):
        * eshell/esh-var.el: Don't require esh-test when compiling.
        * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
        * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
-       * eshell/esh-test.el: Move to ../../test/eshell.el
+       * eshell/esh-test.el: Move to ../../test/eshell.el.
 
 2011-03-05  David Engster  <deng@randomsample.de>
 
        (rcirc-authenticated-hook): New variable.
        (rcirc-connect): Make local variable rcirc-user-authenticated.
        (rcirc-handler-001): Respect rcirc-authenticate-before-join.
-       (rcirc-check-auth-status, rcirc-join-channels-post-auth): New
-       functions.
-       (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE): Call
-       rcirc-check-auth-status.
+       (rcirc-check-auth-status, rcirc-join-channels-post-auth):
+       New functions.
+       (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
+       Call rcirc-check-auth-status.
 
 2011-03-05  Alex Harsanyi  <AlexHarsanyi@gmail.com>
 
 
 2011-03-03  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
 
-       * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e. (Bug#7349)
+       * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
 
 2011-03-03  Vagn Johansen  <gonz808@hotmail.com>  (tiny change)
 
        * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
        shadows.
 
-2011-02-28  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
+2011-02-28  Antoine Levitt  <antoine.levitt@gmail.com>
 
        * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
 
        * help-fns.el (describe-function-1): Don't signal an error just because
        the DOC file disappeared.
 
-2011-02-22  Seppo Sade <sepposade1@gmail.com>  (tiny change)
+2011-02-22  Seppo Sade  <sepposade1@gmail.com>  (tiny change)
 
        * eshell/esh-ext.el (eshell-external-command): Do not restrict
        remote check to "ftp".  (Bug#8089)
        * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
        (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
 
-2011-02-19  Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
-            Dima Kogan <dkogan@cds.caltech.edu>  (tiny change)
+2011-02-19  Dmitry Bolshakov  <dmitry.bolshakov@bridge-quest.com>
+            Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
 
        * progmodes/hideshow.el (hs-find-block-beginning)
        (hs-hide-level-recursive): Ignore comments when parsing braces
 
 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
-       (allout-widgets-icons-dark-subdir): Track relocations of icons
+       * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
+       (allout-widgets-icons-dark-subdir): Track relocations of icons.
        * lisp/allout.el: Remove commentary about remove encryption
        passphrase mnemonic support and verification.
-       (allout-encrypt-string): (allout-encrypt-string): Recognize epg
-       failure to decrypt gpg2 armored text using gpg1, and indicate that
-       the gpg version *might* be the problem in the error message.
+       (allout-encrypt-string): Recognize epg failure to decrypt gpg2
+       armored text using gpg1, and indicate that the gpg version *might*
+       be the problem in the error message.
 
 2011-02-17  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
 
        auto-activation is controlled solely by customization
        `allout-auto-activation'.
 
-       (allout-auto-activation-helper) (allout-setup): New autoloads
+       (allout-auto-activation-helperallout-setup): New autoloads
        implement new custom set procedure for allout-auto-activation.
-       Also, explicitly invoke
-       (allout-setup) after allout-auto-activation is custom-defined, to
-       effect the settings in emacs sessions besides the few where
-       allout-auto-activation customization is donea.
+       Also, explicitly invoke (allout-setup) after allout-auto-activation
+       is custom-defined, to affect the settings in emacs sessions besides
+       the few where allout-auto-activation customization is done.
        (allout-auto-activation): Use allout-auto-activation-helper to
        :set.  Revise the docstring.
        (allout-init): Reduce functionality to just customizing
        allout-auto-activation, and mark obsolete.
        (allout-mode): Respect string values for allout-auto-activation.
        Run allout-after-copy-or-kill-hook without any args.
-       (allout-mode) (allout-layout) (allout-default-layout)
+       (allout-mode, allout-layout, allout-default-layout)
        (outlineify-sticky): Adjust docstring for new scheme.
        (allout-after-copy-or-kill-hook): No arguments - hook implementers
        should concentrate on the kill ring.
        extension-specific processing of killed text.
        (allout-mode): Include new allout-after-copy-or-kill-hook among
        mentioned hooks.
-       (allout-kill-line) (allout-kill-topic): Ensure that processing
+       (allout-kill-lineallout-kill-topic): Ensure that processing
        after kill happens even if barf-if-buffer-read-only is raised.
        Include new allout-after-copy-or-kill-hook among that subsequent
        processing.
        * calc/calc.el (calc-logunits-field-reference): Rename from
        `calc-default-field-reference-level'.
        (calc-logunits-power-reference): Rename from
-       `calc-default-power-reference-level'
+       `calc-default-power-reference-level'.
 
        * calc/calc-units.el (math-logunits-quant): Rename from
        `math-logunits-level'
        (math-logunits-plus): Rename from math-logcombine.
        (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
        (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
-       (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
+       (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
        New functions.
        (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
        (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
        (calc-logunits-quantity): Rename from `calc-level'.
        (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
-       (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
+       (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
        (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
        (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
-       (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
+       (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
        New functions.
 
        * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
        (allout-institute-keymap): Take over the "setup" part of the former
        allout-setup-mode-map.  Reassign allout-mode-map-value value and
        update the defalias.
-       (allout-command-prefix) (allout-prefixed-keybindings)
+       (allout-command-prefixallout-prefixed-keybindings)
        (allout-unprefixed-keybindings):
        Use allout-compose-and-institute-keymap to process the bindings.
        (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
        * loadup.el (symbol-file-load-history-loaded): Remove; unused.
 
 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
-            Scott Evans <gse@antisleep.com>
+            Scott Evans  <gse@antisleep.com>
 
        * rect.el (rectange--default-line-number-format)
        (rectangle-number-line-callback): New functions.
        * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
        (Bug#7533).
 
-2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
+2010-12-13  W. Martin Borgert  <debacle@debian.org>  (tiny change)
 
        * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
        (Bug#7491).
          describe-prefix-bindings
        - adapt to new version of called-interactively-p, while
          maintaining backwards compatibility with old version
-       - fix hotspot navigation so i works properly with meta-modified keys
+       - fix hotspot navigation so i works properly with meta-modified keys.
 
        * allout.el (allout-keybindings, allout-bind-keys)
        (allout-keybindings-binding, allout-prefixed-keybindings)
 2010-11-12  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
-       Use it to replace all instances of "*Compile-Log*"
+       Use it to replace all instances of "*Compile-Log*".
 
 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2010-10-03  Glenn Morris  <rgm@gnu.org>
 
-       * obsolete/x-menu.el: Remove file, obsolete since 21.1
+       * obsolete/x-menu.el: Remove file, obsolete since 21.1.
 
        * textmodes/rst.el (rst-font-lock-keywords-function):
        Drop Emacs 20 code.
 
 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
 
-       * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
+       * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
        Replace setting HGRCPATH to "" by some less invasive --config options.
 
 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/dbus.el: Accept UNIX domain sockets as bus address.
        (top): Don't initialize `dbus-registered-objects-table' anymore,
-       this is done in dbusbind,c.
+       this is done in dbusbind.c.
        (dbus-check-event): Adapt test for bus.
        (dbus-return-values-table, dbus-unregister-service)
        (dbus-event-bus-name, dbus-introspect, dbus-register-property):
        * progmodes/octave-mod.el (octave-mode): Set comment-add.
        (octave-mode-map): Use comment-dwim (bug#6829).
 
-2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
+2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>
 
        * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
        indentation of inserted comment.
 
 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
+       * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
        to italicize headers.
        (calc-highlight-selections-with-faces): New variable.
        (calc-selected-face, calc-nonselected-face): New faces.
 
        * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
        condition in default directory check.
-       (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
+       (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
        Kill ispell process when killing its associated buffer.
 
 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
        * 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
+       ignore it.  Make the BUFFER argument non-optional.
 
        * bindings.el (mode-line-buffer-identification): Do not purecopy.
 
 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
+       (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
+       Bug#3287.
 
        * help.el (help-print-return-message): Rename from
        print-help-return-message.
        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
+       Fix dotted nets {a.b,c.d} and escaped 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.