[TMP] enable load_prefer_newer
[bpt/emacs.git] / lisp / ChangeLog.8
index 5ff7885..8a6431f 100644 (file)
@@ -51,8 +51,8 @@
        * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
        was used but not declared.
 
-       (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
-       hs-find-block-beginning): Add or modify docstrings.
+       (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary)
+       (hs-find-block-beginning): Add or modify docstrings.
 
        (hs-isearch-show): Rewrite.
 
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Version 1.2 is released.
+       * progmodes/antlr-mode.el: Version 1.2 is released.
        (antlr): This package has a web page.
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
+       * progmodes/antlr-mode.el: Menu/keymap additions for commenting/uncommenting
        regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
        (antlr-mode-map): New binding [C-c C-c].
        (antlr-mode-menu): New entries.
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Respect Emacs conventions.
+       * progmodes/antlr-mode.el: Respect Emacs conventions.
        ((require 'cl)): Only use during compilation.
        (antlr-language-for-option): New function to avoid using `find'.
        (antlr-mode): Use it.
 
 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Really use `antlr-tab-offset-alist'.
+       * progmodes/antlr-mode.el: Really use `antlr-tab-offset-alist'.
        (antlr-set-tabs): Don't use hard-coded values.
 
-       * antlr-mode.el: Minor navigation changes.  Not perfect, but this
+       * progmodes/antlr-mode.el: Minor navigation changes.  Not perfect, but this
        won't be possible without a huge time penalty.
        (antlr-skip-exception-part): Be more specific.
        (antlr-skip-file-prelude): Don't skip action prelude of next rule.
        (antlr-beginning-of-body): Better error message.
        (antlr-imenu-create-index-function): Skip rule action prelude.
 
-       * antlr-mode.el: Minor syntax highlighting changes.
+       * progmodes/antlr-mode.el: Minor syntax highlighting changes.
        (antlr-font-lock-default-face): Deletia.
        (antlr-font-lock-tokendef-face): Changed color.
        (antlr-font-lock-tokenref-face): Changed color.
        (font-lock-removed-keywords-alist): New variable.
        (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
        Empty `font-lock-keywords-alist' when `append' is `set' to avoid
-       growing datastructures.
+       growing data structures.
        (font-lock-set-defaults): Removes keywords stored in
        `font-lock-removed-keywords-alist' after local keywords added.
 
        * font-lock.el (c-keywords): Only highlight preprocessor
        directives when spelled correctly.
 
-       * font-lock.el (font-lock-match-c++-structor-declaration,
-       c++-keywords): Fontify constructors and destructors with function
+       * font-lock.el (font-lock-match-c++-structor-declaration)
+       (c++-keywords): Fontify constructors and destructors with function
        face inside C++ class declarations.
 
 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
        `t' command key can change `reftex-toc-max-level';
        (eval-when-compile (require 'cl)) added.
 
-       * textmode/reftex-sel.el (reftex-insert-docstruct): Respect
+       * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect
        `reftex-toc-max-level'.  (eval-when-compile (require 'cl)) added.
 
        * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added.
        (reftex-section-info): Deal with environment matches;
        (eval-when-compile (require 'cl)) added.
 
-       * reftex-global.el: (eval-when-compile (require 'cl)) added.
+       * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added.
 
 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
 
        for Emacs 20.4 and the earlier versions.
        (ps-mule-init-external-library): Just require a feature for
        external libraries.
-       (ps-mule-prologue): Postscript code modified for new composition.
+       (ps-mule-prologue): PostScript code modified for new composition.
        (ps-mule-find-wrappoint): New arg COMPOSITION.
        (ps-mule-plot-string): Delete code for composite characters.
        (ps-mule-plot-composition): New function.
        ps-mule-cmpchar-prologue-generated.
        (ps-mule-composition-prologue): New named from
        ps-mule-cmpchar-prologue.  Modified for new composition.
-       (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
-       ps-mule-prepare-cmpchar-font): Deleted.
+       (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar)
+       (ps-mule-prepare-cmpchar-font): Deleted.
        (ps-mule-string-encoding): New arg NO-SETFONT.
-       (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
+       (ps-mule-bitmap-prologue): In PostScript code of BuildGlyphCommon,
        check Composing, not Cmpchar.
        (ps-mule-initialize): Set ps-mule-composition-prologue-generated
        to nil.
        composition-function-table.
        (tibetan-composable-pattern): New variable.
        (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
-       (tibetan-precomposition-rule-alist): Move punctuations to
+       (tibetan-precomposition-rule-alist): Move punctuation to
        tibetan-punctuation-transcription-alist and
        tibetan-obsolete-glyphs.
        (tibetan-punctuation-transcription-alist): New variable.
 
 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * cc-align.el (c-indent-multi-line-block,
-       c-lineup-whitesmith-in-block): Two new lineup functions for
+       * cc-align.el (c-indent-multi-line-block)
+       (c-lineup-whitesmith-in-block): Two new lineup functions for
        use in whitesmith style.
 
        * cc-styles.el (c-style-alist): More fixes to whitesmith
        beginning-of-defun/end-of-defun wrappers separated from
        c-point.
 
-       * cc-menus.el (imenu-generic-expression,
-       imenu-case-fold-search, imenu-progress-message): Dummy
+       * cc-menus.el (imenu-generic-expression)
+       (imenu-case-fold-search, imenu-progress-message): Dummy
        definitions to avoid compiler warnings if imenu can't be
        loaded.
        * cc-menus.el (cc-imenu-init): New function called at mode
 
 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper-cmd.el (viper-minibuffer-standard-hook,
-       viper-minibuffer-real-start): Mew functions.
-       (viper-read-string-with-history,viper-file-add-suffix,
-       viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
+       * viper-cmd.el (viper-minibuffer-standard-hook)
+       (viper-minibuffer-real-start): Mew functions.
+       (viper-read-string-with-history, viper-file-add-suffix)
+       (viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
        change in the status of the minibuffer prompt.
 
 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
        for better approximation of X colors.
        (msdos-face-setup): Call tty-color-clear.  Remove code that sets
        up tty-color-alist (it is now on startup.el).
-       (x-display-color-p, x-color-defined-p, x-color-values,
-       x-defined-colors, face-color-supported-p, face-color-gray-p):
+       (x-display-color-p, x-color-defined-p, x-color-values)
+       (x-defined-colors, face-color-supported-p, face-color-gray-p):
        Remove.
 
        * facemenu.el (facemenu-read-color, list-colors-display): Use
        of frames.
        (defined-colors, color-defined-p, color-values, display-color-p):
        New functions.
-       (x-defined-colors, x-color-defined-p, x-color-values,
-       x-display-color-p): Aliases for the above.
+       (x-defined-colors, x-color-defined-p, x-color-values)
+       (x-display-color-p): Aliases for the above.
 
        * startup.el (command-line): Register terminal colors for frame
        types other than x and w32, but only if the terminal supports
 
 1999-11-15  Sam Steingold  <sds@goems.com>
 
-       * goto-addr.el (goto-address-at-mouse,
-       goto-address-find-address-at-point): Use compose-mail.
+       * goto-addr.el (goto-address-at-mouse)
+       (goto-address-find-address-at-point): Use compose-mail.
        (goto-address-mail-method): Removed variable.
-       (goto-address-send-using-mh-e, goto-address-send-using-mhe,
-       goto-address-send-using-mail): Removed functions.
+       (goto-address-send-using-mh-e, goto-address-send-using-mhe)
+       (goto-address-send-using-mail): Removed functions.
 
 1998-11-15  Sam Steingold  <sds@goems.com>
 
        windows.
        (ediff-file-checked-in-p): Don't consider CVS
        files checked in.
-       (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
+       (ediff-make-temp-file, ediff-make-empty-tmp-file): Make sure you
        are writing to a newly created empty file.
 
        * ediff-mult.el (ediff-show-session-group-hook): New default.
 
        * viper-util.el (viper-nontrivial-find-file-function): Deleted.
        (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
-       (viper-save-cursor-color,viper-restore-cursor-color):
+       (viper-save-cursor-color, viper-restore-cursor-color):
        Improved cursor color handling.
        (viper-get-saved-cursor-color-in-replace-mode)
        (viper-get-saved-cursor-color-in-insert-mode): New functions for
        better cursor color handling.
 
-       * viper-ex.el (ex-read,ex-edit):
+       * viper-ex.el (ex-read, ex-edit):
        Fixes for correct interpretation of #,%.
        (viper-ex): Now works correctly when called from other functions.
        (viper-glob-function): New variable.
 
 1999-10-22  Paul Eggert  <eggert@twinsun.com>
 
-       * international/mule-cmds.c (locale-language-names):
+       * international/mule-cmds.el (locale-language-names):
        Use Latin-1 (not Latin-3) for Afrikaans, Galician.
        Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
        Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
 
 1999-10-12  Emmanuel Briot  <briot@gnat.com>
 
-       * ada-stmt.el: Doc-string fixes.
+       * progmodes/ada-stmt.el: Doc-string fixes.
 
 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
 
        (sh-mode-map): Added new bindings.
        (sh-mode): Updated mode doc-string for new commands, added
        make-local-variable calls, initialize mode-specific variables.
-       (sh-indent-line): Renamed to sh-basic-indent-line;  sh-indent-line
+       (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
        is now a different function.
        (sh-header-marker): Changed docstring.
        (sh-set-shell): Initialize mode-specific variables.
 
 1999-10-07  Emmanuel Briot  <briot@gnat.com>
 
-       * ada-xref.el: New file
+       * progmodes/ada-xref.el, progmodes/ada-prj.el: New files.
 
-       * ada-prj.el: New file
+       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function.
 
-       * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
+       * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find
+       the name of the subprogram being created.
 
-       * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
-       subprogram being created.
+       * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current)
+       (ada-goto-*, ada-indent-newline-indent):
+       Rewritten to support the new indentation scheme.
 
-       * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
-       ada-indent-newline-indent): Rewritten to support the new indentation
-       scheme
+       * progmodes/ada-mode.el (ada-case-read-exceptions)
+       (ada-create-case-exceptions): New functions.
 
-       * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
-       New functions
+       * progmodes/ada-mode.el (ada-fill-comment-paragraph):
+       Add support for the justification parameter
 
-       * ada-mode.el (ada-fill-comment-paragraph): Add support for the
-       justification parameter
-
-       * ada-mode.el (ada-make-body, ada-gen-treat-proc,
-       ada-make-subprogram-body): Rewritten to benefit from the gnatstub
-       external program
+       * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc)
+       (ada-make-subprogram-body): Rewritten to benefit from the gnatstub
+       external program.
 
 1999-10-07  Dave Love  <fx@gnu.org>
 
        * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
        with recentering window.
        (reftex-extract-bib-entries-from-thebibliography)
-       (reftex-offer-bib-menu,reftex-bibtex-selection-callback):
+       (reftex-offer-bib-menu, reftex-bibtex-selection-callback):
        Deal with multiple thebibliography environments.
 
        * textmodes/reftex-vars.el (reftex-section-levels):
        Changes from Didier Verna:
        (custom-prompt-variable): Optional third arg makes prompt for a
        comment string.
-       (customize-set-value, customize-set-variable,
-       customize-save-variable): Optional prefix makes function handle
+       (customize-set-value, customize-set-variable)
+       (customize-save-variable): Optional prefix makes function handle
        variable comments.
        (customize-customized, customize-saved, custom-variable-state-set)
        (custom-variable-set, custom-variable-save, custom-face-state-set)
        (reftex-process-string): Preserve default directory.
        (reftex-label-alist-builtin): Changed prefixes of endnote and footnote.
        Also the magic words.
-       (reftex-reference): Interprete new option `reftex-fref-is-default'.
-       (reftex-replace-prefix-escapes): Interprete new `%S' format.
+       (reftex-reference): Interpret new option `reftex-fref-is-default'.
+       (reftex-replace-prefix-escapes): Interpret new `%S' format.
        (reftex-toc-mouse-view-line): Command removed (had no binding).
        (reftex-everything-regexp): New function.
        (reftex-nearest-match): Made better.
 
 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
 
-       * lisp/texinfmt.el: Handle @ifnottex.
+       * texinfmt.el: Handle @ifnottex.
 
 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
 
        thrown in gratuitously.
        (hanoi): Changed default number of rings back to 3.
        (hanoi-unix, hanoi-unix-64): New commands.
-       (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
-       hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
-       hanoi-odd-ring-face): New variables.
-       (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
-       hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
-       hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
+       (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces)
+       (hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face)
+       (hanoi-odd-ring-face): New variables.
+       (hanoi-internal, hanoi-current-time-float, hanoi-put-face)
+       (hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for)
+       (hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
        (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
        (hanoi-topos, hanoi-draw-ring): Removed.
 
        * progmodes/ada-mode.el (ada-tmp-directory):
        Use temporary-file-directory.
 
-       * progmodes/compile.el (compilation-parsing-end,compilation-setup)
+       * progmodes/compile.el (compilation-parsing-end, compilation-setup)
        (compilation-filter, compilation-forget-errors)
        (compilation-parse-errors): Use a marker instead of an integer for
        `compilation-parsing-end'.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (toolbar): Grey default background.
+       * faces.el (toolbar): Gray default background.
        (modeline): Ditto.
 
        * image.el (image-type-regexps): New.
 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (vc-backend-revert): For CVS files that were made
-       writeable with "cvs edit", call "cvs unedit" to undo that.
+       writable with "cvs edit", call "cvs unedit" to undo that.
 
 1999-04-08  Dave Love  <fx@gnu.org>
 
        * sql.el: Added keywords from `finder-by-keyword'.
        (sql-mode): Made sql-buffer a local variable, changed the
        documentation: removed instructions to add *.sql files to
-       auto-mode-alist, added documentation for having mutliple SQL
+       auto-mode-alist, added documentation for having multiple SQL
        buffers sending their stuff to different SQLi buffers, each
        running a different process.
        (sql-postgres): Quoted *SQL* in doc string.
        (sql-sybase): Quoted *SQL* in doc string, added comma.
        (sql-oracle): Likewise.
        (sql-interactive-mode): Added extensive documentation for having
-       mutliple SQL buffers sending their stuff to different SQLi
+       multiple SQL buffers sending their stuff to different SQLi
        buffers, each running a different process.
        (sql-buffer): Changed doc from *SQL* to SQLi.
        (sql-get-login): Doc fix.
        * international/mule.el (coding-system-lessp): Moved here from
        mule-util.el.
        (add-to-coding-system-list): New function.
-       (make-subsidiary-coding-system, make-coding-system,
-       define-coding-system-alias): Use it instead of setting
+       (make-subsidiary-coding-system, make-coding-system)
+       (define-coding-system-alias): Use it instead of setting
        coding-system-list directly.
 
 1999-02-07  Dave Love  <fx@gnu.org>
        (speedbar-buffers-line-path): Return is dir name only.
        (speedbar-mode-functions-list): New variable.
        (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
-       (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
-       speedbar-files-item-info speedbar-buffers-item-info): New functions.
-       (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
+       (speedbar-item-info-file-helper, speedbar-item-info-tag-helpe)
+       (speedbar-files-item-info speedbar-buffers-item-info): New functions.
+       (speedbar-fetch-replacement-function, speedbar-add-mode-functions-list):
        New functions.
        (speedbar-line-file): Broke out part that fetches file from a line.
        (speedbar-line-text): New function extracted from speedbar-line-file.
 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
 
        Patch failed to install:
-       * gametree.el: Document scoring functionality.
+       * play/gametree.el: Document scoring functionality.
        (gametree-score-regexp): Add optional plus sign.
        (gametree-score-opener): Replace `:' with `=' as the former
        conflicts with gametree-half-ply-regexp.
        standard `print' and `nprint' programs, as well as `lpr' and
        similar programs.  Only write directly to the printer port if no
        print program is specified.  Work around a bug in Windows 9x
-       affecting Win32 version of Emacs by invoking command.com to write
+       affecting the w32 version of Emacs by invoking command.com to write
        to the printer port instead of writing directly.
        (direct-print-region-function): Use direct-print-region-helper to
        do most of the work.
        (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
        (ps-mule-prepare-font): Likewise.
 
-       * international/codepage.el (cp855-decode-table,
-       cp850-decode-table): Fill some nil entries.
+       * international/codepage.el (cp855-decode-table)
+       (cp850-decode-table): Fill some nil entries.
 
 1999-01-16  Dave Love  <fx@gnu.org>
 
        set-coding-priority, so that the internal array of priorities is
        also updated.
 
-       * international/mule-util.el:
-       (coding-system-change-eol-conversion,
-       coding-system-change-text-conversion): Don't define here.
+       * international/mule-util.el
+       (coding-system-change-eol-conversion)
+       (coding-system-change-text-conversion): Don't define here.
 
        * international/mule-cmds.el: Define them here.  Remove the
        autoload cookies.
 
 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
 
-       * cperl-mode.el:
+       * progmodes/cperl-mode.el:
        Can use linear algorithm for indentation if Emacs supports it.
        (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
        (cperl-after-block-p): Likewise.
 
 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc.el (vc-dired-window-configuration, vc-ediff-windows,
-       vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
+       * vc.el (vc-dired-window-configuration, vc-ediff-windows)
+       (vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
        Added defvars to suppress compilation warnings.
 
 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
 
        * textmodes/reftex.el (reftex-finding-files): Group documentation fixed.
        (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels)
-       (reftex-toc-toggle-context,reftex-find-start-point): New functions.
+       (reftex-toc-toggle-context, reftex-find-start-point): New functions.
        (reftex-toc-include-labels, reftex-toc-include-context)
        (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows):
        New options.
 1998-11-11  Sam Steingold  <sds@goems.com>
 
        * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
-       `run-lisp' instead of signalling an error.
+       `run-lisp' instead of signaling an error.
 
 1998-11-11  Karl Heuer  <kwzh@gnu.org>
 
        * international/mule-diag.el (describe-coding-system): Describe
        all flags.
 
-       * mail/sendmail.el (sendmail-coding-system,
-       default-sendmail-coding-system): Doc fix.
+       * mail/sendmail.el (sendmail-coding-system)
+       (default-sendmail-coding-system): Doc fix.
 
        * simple.el (shell-command-on-region): Doc fix.
 
 
 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
 
-       * lisp/info.el (Info-next-menu-item): Stay on top of node.
+       * info.el (Info-next-menu-item): Stay on top of node.
 
        * mail/rmailout.el (rmail-output): Insert newline only if necessary.
 
        * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
        (gnus-saved-headers): Fix type.
 
-       * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
+       * textmodes/fill.el (fill-individual-paragraphs-prefix):
        Avoid nil value of `two-lines-citation-part'.
 
 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
 
 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
 
-       * octave-inf.el (inferior-octave-prompt): Also match prompts of the
-       form `octave.bin:1>' which come from using precompiled binary versions.
+       * progmodes/octave-inf.el (inferior-octave-prompt):
+       Also match prompts of the form `octave.bin:1>',
+       which come from using precompiled binary versions.
 
 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        (eldoc-get-var-docstring): Here also.
        (eldoc-docstring-first-line): Minimize interim string consing.
        Call substitute-command-keys on the result.
-       (eldoc-print-var-docstrings, eldoc-print-docstring,
-       eldoc-docstring-message): Functions removed.
+       (eldoc-print-var-docstrings, eldoc-print-docstring)
+       (eldoc-docstring-message): Functions removed.
        (eldoc-docstring-format-sym-doc): New function, functionality
        ripped out of eldoc-docstring-message.
        (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
 
        * mail/rmail.el (rmail-movemail-program): Fix customize type.
 
-       * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
-       feedmail-fiddle-plex-user-list,
-       feedmail-spray-address-fiddle-plex-list,
-       feedmail-prompt-before-queue-user-alist,
-       feedmail-prompt-before-queue-help-supplement,
-       feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
-       feedmail-queue-alternative-mail-header-separator): Fix customize
+       * mail/feedmail.el (feedmail-x-mailer-line-user-appendage)
+       (feedmail-fiddle-plex-user-list)
+       (feedmail-spray-address-fiddle-plex-list)
+       (feedmail-prompt-before-queue-user-alist)
+       (feedmail-prompt-before-queue-help-supplement)
+       (feedmail-queue-reminder-alist, feedmail-queue-default-file-slug)
+       (feedmail-queue-alternative-mail-header-separator): Fix customize
        type.
 
        * startup.el (site-run-file): Fix customize type.
        * ps-print.el (ps-font-info-database): Add missing dots in value.
        Improve layout of customize type.
 
-       * net-utils.el (traceroute-program-options, ping-program-options,
-       ipconfig-program-options, netstat-program-options,
-       arp-program-options, route-program-options,
-       nslookup-program-options, ftp-program-options): Fix customize
+       * net-utils.el (traceroute-program-options, ping-program-options)
+       (ipconfig-program-options, netstat-program-options)
+       (arp-program-options, route-program-options)
+       (nslookup-program-options, ftp-program-options): Fix customize
        type.
 
-       * midnight.el (clean-buffer-list-kill-regexps,
-       clean-buffer-list-kill-buffer-names,
-       clean-buffer-list-kill-never-buffer-names,
-       clean-buffer-list-kill-never-regexps): Fix customize type.
+       * midnight.el (clean-buffer-list-kill-regexps)
+       (clean-buffer-list-kill-buffer-names)
+       (clean-buffer-list-kill-never-buffer-names)
+       (clean-buffer-list-kill-never-regexps): Fix customize type.
 
        * man.el (Man-init-defvars): Avoid trailing nil on
        Man-filter-list.
        * international/mule.el (charset-description): Doc fix.
 
        * language/chinese.el, language/cyrillic.el, language/czech.el,
-       language/devanagari.el, language/ethiopic.el,
-       language/european.el, language/hebrew.el, language/indian.el,
-       language/japanese.el, language/korean.el, language/lao.el,
-       language/slovak.el, language/thai.el, language/tibetan.el,
-       language/vietnamese.el:
+       language/devanagari.el, language/ethiopic.el,
+       language/european.el, language/hebrew.el, language/indian.el,
+       language/japanese.el, language/korean.el, language/lao.el,
+       language/slovak.el, language/thai.el, language/tibetan.el,
+       language/vietnamese.el:
        Add coding: local variable, to avoid bootstrapping problem
        if you need to recompile all the Lisp files using interpreted code.
 
        (ps-mule-prepare-font): New fun.
        (ps-mule-charset-list): New var.
        (ps-mule-prologue-generated, ps-mule-prologue): New vars.
-       (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
-       ps-mule-plot-string): New funs.
+       (ps-mule-skip-same-charset, ps-mule-find-wrappoint)
+       (ps-mule-plot-string): New funs.
        (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
        New vars.
-       (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
-       ps-mule-prepare-cmpchar-font): New funs.
+       (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar)
+       (ps-mule-prepare-cmpchar-font): New funs.
        (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
        vars.
-       (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
-       ps-mule-generate-bitmap-glyph): New funs.
+       (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font)
+       (ps-mule-generate-bitmap-glyph): New funs.
        (ps-mule-initialize, ps-mule-begin): New funs.
        (ps-output-string-prim): Insert string as unibyte.
        (ps-output-prologue): New fun.
@@ -9993,8 +9992,7 @@ See ChangeLog.7 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+    Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -10010,5 +10008,3 @@ See ChangeLog.7 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: efdc1531-ed46-4e14-be59-bee4b23088f3