Remove some function declarations, no longer needed or correct
[bpt/emacs.git] / lisp / ChangeLog.10
index 4138b97..dd52677 100644 (file)
@@ -67,8 +67,8 @@
        * progmodes/cc-awk.el: New file that implements AWK support,
        superseding the old separate derived mode in awk-mode.el.
 
-       * progmodes/cc-vars.el, cc-mode-19.el, progmodes/cc-langs.el,
-       * progmodes/cc-mode.el, progmodes/cc-defs.el,
+       * progmodes/cc-vars.el, progmodes/cc-mode-19.el, progmodes/cc-langs.el:
+       * progmodes/cc-mode.el, progmodes/cc-defs.el:
        * progmodes/cc-engine.el, progmodes/cc-fonts.el:
        Changes for the new AWK support.
 
        buffer range.
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list):
-       Better handling of paretheses in unexpected places.
+       Better handling of parentheses in unexpected places.
 
        * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a
        regexp match order problem that could cause empty template
        hardcoded comment start regexps with `c-comment-start-regexp'.
 
        * progmodes/cc-mode.el: Added an association for pike-mode on
-       `intepreter-mode-alist'.
+       `interpreter-mode-alist'.
 
        * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to
        the end instead of the start of the list, to avoid overriding
        the function is advised in cc-defs.  However, that advice
        doesn't help if the autoloads are updated in an old (X)Emacs
        with this version of CC Mode, but I believe it's unlikely that
-       anyone does that when CC Mode isn't distributed with with it.
+       anyone does that when CC Mode isn't distributed with it.
 
        * progmodes/cc-defs.el (add-to-list): Add advice to get the
        optional third append argument in older (X)Emacsen.
 
 2003-06-29  Nick Roberts  <nick@nick.uklinux.net>
 
-       * gdb-ui.el (gdb-display-number-end): Don't re-initialise local
+       * gdb-ui.el (gdb-display-number-end): Don't re-initialize local
        variables to preserve array slices.
        (gdb-array-slice): Rename gdb-mouse-array-slice.
        (gdb-array-slice): Interactive function bound to "\r" for text
        terminals.
        (gdb-view-source): Rename gdb-view-source-function.
-       Set uninitialised variables (defvars) to nil.
+       Set uninitialized variables (defvars) to nil.
 
-2003-06-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-06-29  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * international/mule-cmds.el
        (set-display-table-and-terminal-coding-system): Remove CVS
        conflict markers and some code.
 
-2003-06-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-06-27  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * international/mule-cmds.el (menu-bar-options-menu):
        Move `mouse-set-fonts' here from Options/Mule submenu.
 
        * progmodes/sql.el: Add support for SQLite interpreter.
 
-2003-06-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        Version 2.0.35 of Tramp released.
 
        sequences (each with optional trailing space).
 
        * net/tramp-uu.el:
-       * net/tramp-util.el:
-       * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
+       * net/tramp-util.el: Use iso-2022-7bit encoding with coding cookie
        for XEmacs compatibility.
 
 2003-06-17  Kenichi Handa  <handa@m17n.org>
 
        * emacs-lisp/debug.el (debug): Fix call to message.
 
-2003-06-16  Michael Mauger  <mmaug@yahoo.com>  (tiny change)
+2003-06-16  Michael Mauger  <mmaug@yahoo.com>
 
        * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
        minor modes.
 
 2003-06-10  Rajesh Vaidheeswarran  <rv@gnu.org>
 
-       * whitespace.el (whitespace-version): Bump to 3.3
+       * whitespace.el (whitespace-version): Bump to 3.3.
        (whitespace-cleanup): Respect user preference for silence
 
        * whitespace.el: Remove :tag in commentary :link.  Remove empty
 
        * info.el (Info-fontify-node): Make `invisible' property
        non-sticky so that whitespace added by filling stays visible.
-       Make refilling less agressive by starting at beginning of current
+       Make refilling less aggressive by starting at beginning of current
        line rather than beginning of current paragraph.
 
 2003-06-09  Andreas Schwab  <schwab@suse.de>
        (bibtex-version): Remove support for bug reporting.
        (bibtex-field-delimiters, bibtex-entry-delimiters)
        (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
-       Replace make-variable-buffer-local by make-local-variable for
+       Replace make-variable-buffer-local by make-local-variable.
        (bibtex-entry-format): New tag `required-fields'.
        (bibtex-maintain-sorted-entries): New var.
        (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
        (bibtex-search-forward-string, bibtex-search-backward-string):
        Use save-excursion and setq.
        (bibtex-member-of-regexp): Use let.
-       (bibtex-assoc-of-regexp): Use caar und let.
+       (bibtex-assoc-of-regexp): Use caar and let.
        (bibtex-skip-to-valid-entry): Return buffer position.
        (bibtex-map-entries): Use save-excursion.
        (bibtex-progress-message): Simplify.
        (bibtex-pop): Simplify.
        (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings.
        Set choose-completion-string-functions.
-       (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry)
+       (bibtex-print-help-message, bibtex-make-field, bibtex-end-of-entry)
        (bibtex-count-entries): Simplify.
        (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting
        scheme of indices, see bibtex-maintain-sorted-entries.
 2003-05-31  Stefan Monnier  <monnier@cs.yale.edu>
 
        * view.el (view-file, view-file-other-window, view-file-other-frame):
-       Signal an error when trying to visit an inexistent file.
+       Signal an error when trying to visit a nonexistent file.
 
        * vc-hooks.el (vc-call-backend): Give better error message
        when a backend function is missing.
 2003-05-28  Andreas Schwab  <schwab@suse.de>
 
        * descr-text.el (describe-char): Use `char' instead of
-       `(char-after)'.  Fix display of unicode.
+       `(char-after)'.  Fix display of Unicode.
 
 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
 
        * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
        Add server prefix to the gdb commands used by the speedbar.
 
-2003-05-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-05-28  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * simple.el (kill-region): If nothing was killed, and the
        previous command was not a kill, break kill sequence.
        (eval-last-sexp-1): Use it.  Use with-syntax-table as well.
        (eval-defun-1): Don't replace `defvar' with `defconst'.
 
-2003-05-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-05-27  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
 
        * faces.el (display-supports-face-attributes-p): Doc fix.
        (x-create-frame-with-faces): Call `face-set-after-frame-default'.
 
-2003-05-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-05-26  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * bindings.el (global-map): Don't bind S-<backspace>.  Too many
        people hit it by mistake.
 2003-05-26  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-delete-file): Fix free variable reference.
-       (vc-annotate-display): Remove obsolesence declaration; it isn't
+       (vc-annotate-display): Remove obsolescence declaration; it isn't
        obsolete.
 
 2003-05-25  Kevin Ryde  <user42@zip.com.au>
 
-       * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries
+       * info-look.el (autoconf-mode setups): Recognize AH_ and AU_ entries
        in "(autoconf)Autoconf Macro Index".  Add "(autoconf)M4 Macro Index"
        and "(autoconf)Autotest Macro Index".  Remove duplicate copy of
        "(automake)Macro and Variable Index".  Keep automake after all
 
        * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
 
-2003-05-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * net/tramp.el: Version 2.0.34 released.
        (tramp-handle-file-symlink-p): If target of symlink is absolute,
        end of prompt.  (ANSI escapes elsewhere in the prompt are
        recognized properly already.)
 
-       * net/tramp-efs.el: New file.
-
 2003-05-24  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
        skips encoded regions.  Allow user to skip saving Fcc messages with
        large attachments.  Fixed region skipping bug with multi-line
        comments - e.g.  tex $ regions spanning multiple lines.
-       Added support for postscript and uuencoded regions.
+       Added support for PostScript and uuencoded regions.
        Redundant dictionary file names purged.
        Dictionary definition field name changed from "Character Set"
        to "Coding System".  Fixed bug in reloading dictionaries.
        (ispell-valid-dictionary-list): New function returning all valid
        dictionaries on machine.
        (ispell-checking-message): Documentation string improved.
-       (ispell-skip-region-alist): Add uuencoded and postscript region
+       (ispell-skip-region-alist): Add uuencoded and PostScript region
        skipping.  Improve http/e-mail/file regexp to not match `/.\w'.
        (ispell-html-skip-alists): New variable for html region support.
        (ispell-send-string): Remove redundant xemacs check.
        html skipping pushed to alists.
        (ispell-get-line): Add support for multi-line comment regions.
        (ispell): Check that variables to continue spelling are bound.
-       (ispell-message-text-end): Postscript and uuencoded regions now
+       (ispell-message-text-end): PostScript and uuencoded regions now
        supported as MIME regions, rather than as end-of-message region.
        (ispell-mime-multipartp): New function supporting MIME.
        (ispell-mime-skip-part): New function supporting MIME.
 2003-05-21  Dave Love  <fx@gnu.org>
 
        * descr-text.el (unicodedata-file): New.
-       (unicode-data): New (adapted from unicode branch).
-       (describe-char): Use it.  Print char's unicode differently.
+       (unicode-data): New (adapted from Unicode branch).
+       (describe-char): Use it.  Print char's Unicode code point differently.
        Avoid elements with null cadr when formatting list.  Clarify error
        message when used in Help buffer.
        (button): Require when compiling.
 
        * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
        with MS windows.
-       (gdb-display-end): Only make buffer writeable temporarily.
+       (gdb-display-end): Only make buffer writable temporarily.
        Move "View" submenu up one level.
 
 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
        (xml-debug-print-internal): Simplify insertions.
        (xml-parse-file): Avoid finding file in xml-mode.
 
-2003-05-19  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-05-19  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * simple.el (kill-whole-line): New function.
        * bindings.el (global-map): Bind it.
        * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
        message.
 
-       * ediff.el (ediff-directories,ediff-directory-revisions)
-       (ediff-directories3,ediff-merge-directories)
-       (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
+       * ediff.el (ediff-directories, ediff-directory-revisions)
+       (ediff-directories3, ediff-merge-directories)
+       (ediff-merge-directories-with-ancestor, ediff-merge-directory-revisions)
        (ediff-merge-directory-revisions-with-ancestor): Make use of the new
        ediff-default-filtering-regexp variable.
 
        Split the `newbuffile' arg into `base' and `dirname'.
        Reuse old uniquify-items to avoid recomputing their base&dirname.
        (uniquify-buffer-file-name): Only return the directory part.
-       (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
+       (uniquify-rerationalize-w/o-cb): Don't bother resetting proposed names.
        (rename-buffer): Use the `newname' arg as base.
        (create-file-buffer): Split the file name into base and dirname.
 
        * recentf.el (recentf-cleanup): Swap tests for exclusion and
        accessibility.
 
-2003-05-01  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
+2003-05-01  Eduardo Muñoz  <emufer@terra.es>  (tiny change)
 
        * ls-lisp.el (ls-lisp-format-file-size): New function to implement
        "-h" switch.
        ada-prj.el are now defined in this package, which makes it easier to
        edit menus.
        (ada-narrow-to-defun): Add support for `narrow-to-region'.
-       No longer explicitely load ada-xref.el and ada-prj.el.  Use autoload
+       No longer explicitly load ada-xref.el and ada-prj.el.  Use autoload
        statements instead.
 
        * progmodes/ada-xref.el (ada-gnatls-args): New variable.
        (Info-display-images-node): New functions for displaying images.
        (Info-select-node): Call Info-display-images-node.
 
-2003-04-25  David Ponce <david.ponce@wanadoo.fr>
+2003-04-25  David Ponce  <david.ponce@wanadoo.fr>
 
        * files.el (file-relative-name): Recognize "c:/foo" as absolute
        file name.
 2003-04-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * newcomment.el (comment-normalize-vars): Prompt the user for
-       the comment-start to use rather than signalling an error.  Fix regexp.
+       the comment-start to use rather than signaling an error.  Fix regexp.
        (uncomment-region): Don't leave half-removed comment markers.
 
 2003-04-23  Richard M. Stallman  <rms@gnu.org>
        (quail-update-guidance): Just update quail-guidance-str, not
        display it.
        (quail-get-translations): Renamed from quail-show-translations.
-       Return a string instead of inserting it in quail-guaidance-buf.
+       Return a string instead of inserting it in quail-guidance-buf.
 
 2003-04-11  Kenichi Handa  <handa@m17n.org>
 
        (list-coding-systems-1): Sort coding systems.
        Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
 
-2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-04-08  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * net/tramp.el: Version 2.0.33 released.
        Change coding cookie to `iso-2022-7bit' for XEmacs
        (ccl-encode-mule-utf-16-le-with-signature)
        (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
        (mule-utf-16-post-read-conversion): New function.
-       (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
+       (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature)
        (mule-utf-16): New coding systems.
-       (utf-16-le-with-signature, utf-16-be-with-signature),
+       (utf-16-le-with-signature, utf-16-be-with-signature)
        (utf-16): Aliases of the above coding systems.
 
 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
        to match symbols.  This makes CC Mode cope with the full range
        of identifier characters in e.g. Java.
 
-2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-04-07  Francesco Potortì  <pot@gnu.org>
 
        * xt-mouse.el (xterm-mouse-event-read): New function.
        (xterm-mouse-event): Use it to get xterm sequences above #x7f.
        Suggested by Aman Bhargava <emacs-bug@amanb.net>.
 
-2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-04-07  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
        all cases, whether or not start-process is fboundp.
        Other cleanups.
        Command line option --no-desktop introduced.
        (desktop-read): Record buffers in the desktop file in
-       the same order as that in the buffer list,
+       the same order as that in the buffer list.
        (desktop-save): Put buffers in the order given in desktop file,
        regardless of what handlers do.
        (desktop-file-version): New variable.  Version number of desktop
        (asm-colon): Don't tab if colon is not after a label.
        (asm-line-matches, asm-pop-comment-level): Remove.
 
-2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-04-02  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * emulation/crisp.el (top-level): Quote second arg to
        `eval-after-load'.
 
 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
+       * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
        that do not depend on asm-comment-char.
        (asm-mode-map): Declare and init at the same time.
        (asm-code-level-empty-comment-pattern)
        * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
        (lookup-minor-mode-from-indicator): New functions.
 
-2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-03-31  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * files.el (file-relative-name): Remove superfluous `and'.
        Clarify docstring.  From Lars Hansen.
 
        * info-look.el (sh-mode): Add doc-specs for commands and variables.
 
-2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
 
        * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
        replaces variable utf-translate-cjk which must be set via Custom.
 
 2003-03-26  Steve Youngs  <youngs@xemacs.org>
 
-       * em-unix.el (eshell-plain-locate-behavior): Make the default
+       * eshell/em-unix.el (eshell-plain-locate-behavior): Make the default
        nil on Emacs, t on XEmacs.
 
 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
        * files.el (insert-directory): Decode by what specified.
 
        * language/japan-util.el (setup-japanese-environment-internal):
-       By defalt, use japanese-iso-8bit for file names, and prefer
+       By default, use japanese-iso-8bit for file names, and prefer
        japanese-shift-jis on DOS and Windows.
 
        * international/quail.el (quail-show-guidance-buf): Make the quail
        (x-last-selected-text-primary): Doc fixes.
        (x-win-suspend-error): Use proper noun in error message.
 
-2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-03-09  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * man.el (Man-getpage-in-background): Always use `setenv' for
        environment variables, instead of modifying process-environment
        * emulation/cua-base.el (cua--standard-movement-commands):
        Fix docstring.
 
-2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-03-07  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * man.el (Man-getpage-in-background): Only change
        default-directory if necessary.
        Add library option in Makefile generation command.
        Add command to create library directory.
        Built-in Makefile generation is always default.
-       (vhdl-create-mode-menu): Split menues for compilers, projects, models.
+       (vhdl-create-mode-menu): Split menus for compilers, projects, models.
        Add customization for `global-font-lock-mode'.
        Fix `customize-group' entries for XEmacs and
        change "Gen." to "Generate".  Get *Messages* buffer.
        Remove forced `turn-on-font-lock'.
        Remove `hippie-expand-only-buffers' setting.
        Update online documentation and web address.
-       (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
+       (vhdl-comment-uncomment-region): Remove usage of `comment-dwim' again.
        Change ARG for uncommenting.
        (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
        (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
        (vhdl-warning, vhdl-warning-when-idle)
        (vhdl-widget-directory-validate, vhdl-work-library)
        (vhdl-write-file-hooks-init): New functions.
-       (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
+       (vhdl-append, vhdl-add-warning, vhdl-align-noindent-buffer)
        (vhdl-align-noindent-region, vhdl-create-customize-menu)
        (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
        (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
        inserted.
        (Info-hide-note-references): Fix doc and customize type.
 
-2003-03-02  Matt Swift  <swift@alum.mit.edu>
+2003-03-02  Matthew Swift  <swift@alum.mit.edu>
 
        * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
        New custom variable.
        Add "`(" to same so that function and macro bodies beginning with a
        backquote do not get disturbed.  Revise the comments.
 
-2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2003-03-01  Jan Djärv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
 
        * menu-bar.el (menu-bar-mode): Change to define-minor-mode
        and initialize as for tool-bar-mode.
 
-2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * net/tramp.el: Version 2.0.30 released.
        Replace term "path" with "localname" unless it is used for a
        (tramp-send-region): Correct debug message.
        (tramp-bug): Add `tramp-chunksize'.
 
-2003-02-26  Matt Swift  <swift@alum.mit.edu>
+2003-02-26  Matthew Swift  <swift@alum.mit.edu>
 
        * startup.el: Streamline code in several functions for efficiency
        and readability.  Rephrase booleans to avoid `(not noninteractive)'.
 2003-02-25  Andreas Schwab  <schwab@suse.de>
 
        * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
-       variable references by requireing that $ is not preceded by another $.
+       variable references by requiring that $ is not preceded by another $.
 
 2003-02-25  Kenichi Handa  <handa@m17n.org>
 
        in some earlier merge.
        (cperl-tags-hier-init): Use display-popup-menus-p.
 
-2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-02-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * files.el (abbreviate-file-name): Shorten docstring: variables
        are now hyperlinks and `C-h v' need not be mentioned explicitly.
 
-2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-02-21  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * files.el (abbreviate-file-name): Document removal of
        automounter prefixes.  Reported by Lars Hansen.
        * info.el (Info-extract-menu-node-name): Stop if colon is
        followed by open paren.
 
-2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-02-20  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Allow nested
        unforwarding, that is, preserve old Forwarded-From/Date headers.
 
 2003-02-14  Dave Love  <fx@gnu.org>
 
-       * international/code-pages.el: Undo `Trailing whitepace deleted.'
+       * international/code-pages.el: Undo `Trailing whitespace deleted.'
        damage.
        (cp1125, mik): Nullify mime-charset.
 
        add handling of entry attributes using diary-pull-attrs.
        (mark-calendar-days-named, mark-calendar-days-named)
        (mark-calendar-date-pattern, mark-calendar-month)
-       (add-to-diary-list): Add optional paramater `color' for passing
+       (add-to-diary-list): Add optional parameter `color' for passing
        face attribute info through the callchain.  Pass this parameter around.
 
 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
 
        * printing.el: New file.
 
-2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-02-07  Francesco Potortì  <pot@gnu.org>
 
        * language/european.el ("French", "Slovenian"): Fix doc strings.
 
        (rmail-summary-next-labeled-message, rmail-summary-resend)
        (rmail-summary-override-mail-send-and-exit): Doc fixes.
 
-2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-02-06  Francesco Potortì  <pot@gnu.org>
 
        * language/european.el ("Italian"): New.
 
        Undo last change (duplicates part of 2003-02-04 change).
        Remap `viper' delete commands only in file or dir mode.
 
-2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * ido.el (ido-define-mode-map): Interact with Viper.
 
-2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * net/tramp.el: Version 2.0.29 released.
        (tramp-send-region): Protect against tramp-chunksize being nil.
        (mis-)use tramp-current-user as indication, assuming it is set in
        `tramp-completion-handle-file-name-all-completions'.
        (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
-       I did it accidently.  Infinite loop ...
+       I did it accidentally.  Infinite loop ...
        (tramp-get-device): `tramp-make-tramp-file-name' must not be
        called with NIL path.  It fails in case of multi-method.
        (tramp-file-name-for-operation): Apply `expand-file-name' for
 
        * ruler-mode.el (ruler-mode-margins-char): Likewise.
 
-2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-02-04  Francesco Potortì  <pot@gnu.org>
 
        * mail/rmailout.el (rmail-output): If preserving MIME-version,
        preserve Content-type too.
 
 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Bug fixes, miscellaneous.
+       * progmodes/antlr-mode.el: Bug fixes, miscellaneous.
        (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
-       make it more rubust against changes in cc-mode's style variables
+       make it more robust against changes in cc-mode's style variables
        by using `boundp' and function `c-init-language-vars' if defined.
        (antlr-c++-mode-extra): Only ask if language is not "Cpp".
        (antlr-read-value): With completion, ignore case.
        (antlr-run-tool-interactive): New function.
        (antlr-run-tool): Use it for `interactive' specification.
 
-       * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
+       * progmodes/antlr-mode.el: Simplify Emacs/XEmacs compatibility.
        (cond-emacs-xemacs): New compile-time macro.
        (defunx): New compile-time macro.
        (ignore-errors-x): New compile-time macro.
        (antlr-hide-actions): Ditto.
        (antlr-option-kind): Ditto.
 
-       * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
+       * progmodes/antlr-mode.el: In Emacs, use face attribute
+       :weight, not :bold.
        (antlr-font-lock-keyword-face): Use new macros.
        (antlr-font-lock-syntax-face): Ditto.
        (antlr-font-lock-ruledef-face): Ditto.
 
        Changes from 2002-05-24:
 
-       * antlr-mode.el: Version 2.2a.
+       * progmodes/antlr-mode.el: Version 2.2a.
 
        Changes from 2002-05-03:
 
-       * antlr-mode.el: Make context parsing faster on Emacs, for faster
-       syntax highlighting, indentation and imenu support.
+       * progmodes/antlr-mode.el: Make context parsing faster on Emacs,
+       for faster syntax highlighting, indentation and imenu support.
        Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
        (antlr-slow-context-cache): New variable.
        (antlr-slow-syntactic-context): Use cache.
        antlr-xemacs-bug-workaround.
        (antlr-imenu-create-index-function): Search from beginning.
 
-       * antlr-mode.el: More sophisticated indentation, i.e., use the
-       indentation engine of cc-mode for most actions.
+       * progmodes/antlr-mode.el: More sophisticated indentation, i.e.,
+       use the indentation engine of cc-mode for most actions.
        (antlr-c-common-init): Allow nil for `antlr-indent-style'.
        (antlr-indent-line): Use indentation engine of cc-mode more often.
        (antlr-indent-at-bol-alist): Only used for header actions.
        (antlr-indent-at-bol-alist): With language "Java", indent
        "package" and "import" at column 0 in header part.
 
-       * antlr-mode.el (antlr-simple-default-directory): Define.
+       * progmodes/antlr-mode.el (antlr-simple-default-directory): Define.
        (antlr-simple-read-shell-command): Define.
        (antlr-simple-with-displaying-help-buffer): Define.
        (antlr-simple-scan-sexps, antlr-simple-scan-lists):
 
        Changes from 2002-02-28:
 
-       * antlr-mode.el: Version 2.2 is released.
+       * progmodes/antlr-mode.el: Version 2.2 is released.
 
-       * antlr-mode.el (antlr): Moved to SourceForge.net
+       * progmodes/antlr-mode.el (antlr): Moved to SourceForge.net
 
-       * antlr-mode.el: Minor bug fixes: insert options and indentation.
+       * progmodes/antlr-mode.el: Minor bug fixes: insert options
+       and indentation.
        (antlr-option-location): Don't use point as position where to
        insert options if point is in comment.
        (antlr-mode): Don't set style here.
 
        Changes from 2002-01-31:
 
-       * antlr-mode.el (antlr-font-lock-additional-keywords):
-       Also hightlight `~' with `antlr-font-lock-syntax-face'.
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
+       Also highlight `~' with `antlr-font-lock-syntax-face'.
        Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
 
 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
        * shell.el:
        * woman.el: Added cygwin to system-type comparisons.
 
-2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-01-31  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (rmail-forward-separator-regex): New custom
        variable.
        (c-require-final-newline): Add a variable to make the
        initialization of `require-final-newline' more configurable.
 
-2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2003-01-26  Jan Djärv  <jan.h.d@swipnet.se>
 
        * emacs-lisp/authors.el (authors-aliases): Add Jan D.
        Set iso-2022-7bit coding: cookie.
        * mh-e: Created directory.  ChangeLog will appear in a week when we
        release version 7.2.
 
-       * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
-       mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
-       mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
-       mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
-       mail/mh-xemacs-compat.el: Moved to mh-e directory.
+       * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el:
+       * mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el:
+       * mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el:
+       * mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el:
+       * mail/mh-xemacs-compat.el: Move to mh-e directory.
        Note that reply2.pbm and reply2.xpm, which were created by the
        MH-E package, were left in mail since they can probably be used by
        other mail packages.
        well in the Lisp manual.
 
        * jka-compr.el (jka-compr-insert-file-contents):
-       Call docode-coding-inserted-region.
+       Call decode-coding-inserted-region.
 
 2003-01-24  John Paul Wallington  <jpw@gnu.org>
 
        (toplevel): Run it.
        (ibuffer-customize): New command.
        (ibuffer-mode-map): Bind it.
-       (ibuffer-mode-map): Add menu seperator in View>Sort menu.
+       (ibuffer-mode-map): Add menu separator in View>Sort menu.
        (ibuffer-mode): Tidy.
        (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
        (ibuffer-default-directory, ibuffer-default-sorting-mode)
        * Makefile.in (bootstrap-after): New target.
        (bootstrap): Move finder-data, custom-deps to bootstrap-after.
 
-2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-01-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * info.el (Info-index-next): Use "(`,' tries to find next)" for
        more matches for consistency with standalone info browser.
        (ruler-mode-mouse-current-grab-object): New variables.
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
        New faces.
-       (ruler-mode-mouse-set-fill-column): Removed.
+       (ruler-mode-mouse-set-fill-column): Remove.
        (ruler-mode-mouse-grab-any-column)
        (ruler-mode-mouse-drag-any-column-iteration)
        (ruler-mode-mouse-drag-any-column): New functions.
-       (ruler-mode-map): [header-line down-mouse-2] Bound to
+       (ruler-mode-map) [header-line down-mouse-2]: Bound to
        `ruler-mode-mouse-grab-any-column' instead of
        `ruler-mode-mouse-set-fill-column'.
        (ruler-mode-ruler-help-echo): Update its value.
        (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
 
        * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
-       to find out if variable shuld be dereferenced.
+       to find out if variable should be dereferenced.
        (gud-display1): Exit if there is `No symbol'.
        (gdb-expressions-mode-map): Correction to key-binding.
        (gdb-reset): New function.  Reset environment at end of debugging.
 
        * international/code-pages.el (cp-make-coding-system): Fix last change.
 
-2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-01-10  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
        use regexp-opt for readability.
        * mail/undigest.el (unforward-rmail-message): Don't use global
        variable `n'.
 
-2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-01-08  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Simplified.
        No functional change.
        (custom-save-variables): Use custom-variable-p to detect
        non-rogue variables.
 
-2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-01-07  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Skip all newlines
        after the initial separator.
        (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
        instead of Forwarded-from: and Forwarded-date:.
 
-2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2003-01-07  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
        produced by TeX.
        (customize-variable-other-window, customize-option-other-window):
        Definitions moved up.
 
-2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
        * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
 
        * cus-edit.el (custom-save-faces): Fix typo.
 
-2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-12-23  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Do not assume that
        the forwarded message's Date: header comes after From:.  Use a
        * dired.el (dired-insert-directory): Preserve text properties
        when quoting.
 
-2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-12-20  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (rmail-mail-separator): Renamed from
        rmail-digest-mail-separator.  All users changed.
        coding-system to allow users to specify unsafe coding system on
        their risk.
 
-2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-12-16  Francesco Potortì  <pot@gnu.org>
 
        * mail/undigest.el (rmail-digest-methods)
        (rmail-digest-mail-separator): New variables.
        Add :set-after.
        (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
 
-2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
+2002-12-15  Gustav Hållberg  <gustav@virtutech.se>  (tiny change)
 
        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
        buffer as modified unless it really is.
        Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
 
-2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-12-11  Pavel Janík  <Pavel@Janik.cz>
 
        * progmodes/antlr-mode.el (antlr): New URL.
 
 2002-12-10  Kenichi Handa  <handa@m17n.org>
 
        * language/european.el ("Swedish"): Change tutorial file name to
-       TUTORIAL.sv in this langauge environment..
+       TUTORIAL.sv in this language environment.
 
 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
 
 
 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
 
-       * gdb-ui.el : Remove inappropriate key-bindings.
+       * gdb-ui.el: Remove inappropriate key-bindings.
        (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
        Parse correctly when breakpoint has no line number.
-       (def-gdb-auto-update-handler, gdb-info-locals-handler),
+       (def-gdb-auto-update-handler, gdb-info-locals-handler)
        (gdb-display-end): Avoid using insert-buffer.
        (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
 
 
        * font-lock.el (c++-font-lock-extra-types): Fix previous change.
 
-2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
+2002-12-02  François Pinard  <pinard@iro.umontreal.ca>
 
        * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
        more make keywords: defined, endef, override, export, unexport
        scroll event where a click on the mouse wheel button is ignored.
        (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
        (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
-       (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
+       (mwheel-inhibit-click-timeout, mwheel-filter-click-events): New defuns.
        (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
        Start mwheel-inhibit-click-event-timer with timeout handler
        mwheel-inhibit-click-timeout.
        (gdb-quit): Reset some variables including tool-bar-map.
 
        * gud.el (gdb-running): New variable.
-       (gud-menu-map): Use gdb-running to grey out toolbar buttons
+       (gud-menu-map): Use gdb-running to gray out toolbar buttons
        with gdba in gdb-ui.el.
        (gud-tool-bar-map): Move to avoid byte compiler warning.
 
        * tooltip.el (tooltip-gud-print-command): Add server prefix to the
        print command for gdb to keep it out of the command history.
 
-       * gdb-ui.el: Major re-organisation.  Simplify legacy gdba
+       * gdb-ui.el: Major re-organization.  Simplify legacy gdba
        code to allow only one gdb process.
 
 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
 
 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
 
-       * gdb-ui.el : General tidying.  Patches from Stefan Monnier.
+       * gdb-ui.el: General tidying.  Patches from Stefan Monnier.
 
 2002-11-20  Simon Josefsson  <jas@extundo.com>
 
        * register.el (describe-register-1): Don't assign to val the value
        returned by `remove-list-of-text-properties'.
 
-2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+2002-11-18  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
        * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
        Grok month numbers, too.
 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
 
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
-       nonexisting group 'tags.
+       nonexistent group 'tags.
 
        * emacs-lisp/re-builder.el: Add provide call.
 
        (gud-menu-map): New commands: run, goto.
        Enable some commands for gdba.
        (gud-query-cmdline): Pass default directory to gdba.
-       (gdb): Defune gud-goto and gud-run.
+       (gdb): Define gud-goto and gud-run.
        (gud-gdb-complete-command): Maybe use gdba-complete-filter.
        (gud-mode): Set up local tool bar.
        (gud-display-line): For gdba, call gdb-display-source-buffer.
        with embedded file names like (xxx.yyy).
        Avoid making any lines visibly longer if hiding newlines inside
        note references by wrapping line after references if it contained
-       a newline (unfortunaly this makes more lines appear "shorter").
+       a newline (unfortunately this makes more lines appear "shorter").
        Properly reindent multi-line menu entry descriptions.
 
 2002-11-05  Juanma Barranquero  <lektu@terra.es>
 2002-10-15  Kenichi Handa  <handa@m17n.org>
 
        * mail/sendmail.el (sendmail-send-it): Call
-       select-message-coding-system before changing the current bufer to
+       select-message-coding-system before changing the current buffer to
        " sendmail temp".
 
 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
        frame from frame of selected window.
        (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
        changing selected windows.
-       (ediff-setup-control-frame): Make sure auto-rase is properly set for
+       (ediff-setup-control-frame): Make sure auto-raise is properly set for
        the control frame.
 
 2002-10-10  Simon Josefsson  <jas@extundo.com>
        * textmodes/fill.el (fill-paragraph): Go to BOL before calling
        forward-paragraph to make sure its return value is meaningful.
 
-2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.25 released.
        (tramp-handle-file-truename): If it's a directory,
 
 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
-       * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
+       * progmodes/fortran.el (fortran-beginning-do): Ignore labeled DO
        loops.
 
 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
 
        * international/ucs-tables.el: Don't bind
        utf-8-translation-table-for-decode while setting up
-       ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
+       ucs-mule-8859-to-ucs-table, etc.  Add `dependency' property to
        iso-8859-* coding systems.
        (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
        If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
        named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
        non-nil, make a proper char-table populates the translation table
        name utf-translation-table-for-encode.  Call register-char-codings
-       for all mule-utf-* to to reset their status to the origianl.
+       for all mule-utf-* to reset their status to the original.
        (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
        ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
        (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
        once Emacs is started up; initialize to "" at loadup time.
        (command-line): "", not nil, means user-mail-address not set yet.
 
-2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.24 released.
        (tramp-methods, tramp-completion-function-alist):
 
 2002-09-28  Simon Josefsson  <jas@extundo.com>
 
-       * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
-       streams that were opened using starttls.
+       * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate STARTTLS on
+       streams that were opened using STARTTLS.
 
 2002-09-28  Paul Reilly  <pmr@pajato.com>
 
        (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
        (kill-buffer-hook): Don't change globally.
 
-2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
+2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
 
        * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
        (calc-stack-top, calc-always-load-extensions)
        the face held by `gamegrid-face' in an overlay over the whole
        buffer to emulate a buffer-local default-face.
 
-2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
+2002-09-22  Markus Triska  <triska@gmx.at>  (tiny change)
 
        * play/doctor.el (doctor-doc): Add 2 question words.
        (doctor-getnoun): Parse and save the complete object phrase.
        * mail/sendmail.el (sendmail-send-it): If user's buffer
        is unibyte, make tembuf unibyte.
 
-2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el: Version 2.0.22 released.
        (tramp-parse-rhosts, tramp-parse-shosts)
        (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
        (tramp-user-regexp): " \t" are not user regexp characters.
        (tramp-completion-handle-file-name-all-completions):
-       Remove Ange-FTP cmpletion.  It has a bug not handling the "/ftp:" prefix
-       completely, and it returns local completions as well.
+       Remove Ange-FTP completion.  It has a bug not handling the "/ftp:"
+       prefix completely, and it returns local completions as well.
        (tramp-completion-function-alist-ftp): New constant.
        (tramp-completion-function-alist): Add completion function for "ftp".
        From Michael Albinus <Michael.Albinus@alcatel.de>.
 
-2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.21 released.
        (tramp-handle-file-newer-than-file-p): If mtime of both files is
        (tramp-method-out-of-band-p): Correct number of args for
        `tramp-get-rsh-program' and similar functions.
 
-2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el: Version 2.0.20 released.
 
-2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-20  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el (tramp-completion-function-alist): Escape open
        paren in docstring.
        `tramp-find-method'.  Update callers.
        (tramp-find-method): New function.
 
-2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
        in SWITCHES (by removing it).
 
-2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
 
-2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
 
-2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-bug): Add tramp-methods.
 
-2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-methods): Update docstring:
        tramp-encoding-command, tramp-decoding-command,
        parameters anymore.
        (tramp-uuencode-region): Autoload it.
 
-2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.19 released.
 
        Use `tramp-uuencode-region' as local encoder for the uuencode based
        entries.
 
-2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-write-region): Wrong parens.
 
-2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.18 released.
 
-       * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
+       * net/tramp.el (tramp-perl-decode): Perl changes to accommodate
        older versions of Perl.  Now tested with 5.004.  Suggestion from
        Michael Albinus.
 
-2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-12  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-find-inline-encoding):
        Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
        (tramp-call-local-coding-command): OUTPUT equals nil means to
        discard the output.  INPUT equals nil means /dev/null.
 
-2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-12  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-encoding-shell): Default to environment
        variable COMSPEC on Windows.
        Define `result1'.
        (tramp-parse-hosts-group): Discard IPv6 entries.
 
-2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-11  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el (tramp-post-connection): Only send Perl
        mime-encode/decode implementations when using inline method.
        (tramp-get-decoding-function, tramp-set-decoding-function):
        Old functions, removed.
 
-2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-10  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Change command to invoke /bin/sh slightly to make it compatible
        * net/tramp.el (tramp-handle-write-region): Added missing
        `)'.  Hope it's the right place.
 
-2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
 
-2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-enter-password):
        Use `tramp-password-end-of-line' to terminate the line.
        (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
        of line of the output delimiter.
 
-2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
        (tramp-open-connection-setup-interactive-shell): Add some comments
        (tramp-completion-mode): Replace `last-input-char' by modern
        `last-input-event'.  Check for `event-modifiers'.
 
-2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (file-expand-wildcards): Corrected check to see if
        advising is necessary.
        `file-exists-p.
        (tramp-completion-handle-file-exists-p): New function.
        (tramp-completion-handle-file-name-completion): Simplified.
-       (tramp-completion-dissect-file-name): Regexp's reorganised.
+       (tramp-completion-dissect-file-name): Regexp's reorganized.
        (tramp-completion-handle-file-name-all-completions):
        Call completion-function only if `user' or `host' is given.
        (tramp-get-completion-user-host): New function.
        (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
        (tramp-point-at-eol): New defalias.
        (tramp-parse-rhosts-group)
-       (tramp-parse-shosts-group):: Apply it.
+       (tramp-parse-shosts-group): Apply it.
 
 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        list in order to avoid nested lists, f.e. when invoked from
        `tramp-handle-dired-call-process'.
 
-2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-chunksize): New kluge variable.
        (tramp-send-region): If tramp-chunksize is non-nil, send region in
        parts and sleep 0.1 seconds between chunks.
 
-2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-insert-directory):
        Use `insert-buffer-substring' instead of `insert-buffer', which is not
        (file-expand-wildcards): Don't advise unless "[" and "]" are used
        in the filename format.
 
-2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-01  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-methods): Remove duplicate definition of
        ssh1-old and ssh2-old.
 
-2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
-       * dired.el (dired-insert-directory): Always add "--dired" to to
+       * dired.el (dired-insert-directory): Always add "--dired" to
        SWITCHES for remote files.
        * files.el (insert-directory): Comment saying that "--dired"
        might be in the SWITCHES.
        Don't unbind compilation-last-buffer after autoloading compile.el.
        Hide the compilation-minor-mode bindings altogether.
 
-2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * dired.el (dired-insert-directory): Never add "--dired" when
        listing remote directories.
 
 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
+       * ediff-hook.el: Put back the autoloads (for XEmacs compatibility).
 
        * ediff-init.el: Use defalias instead of fset.
 
        hack-one-local-variable so unsafep can use it.  Add \|-history$ to
        the list of disallowed local variable names (malicious user could
        stuff a `display' property in there that would be activated when
-       na\e,Ao\e(Bve user called up the history).
+       naïve user called up the history).
 
 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
 
 
        * scroll-bar.el (scroll-bar-mode): Specify :initialize.
 
-       * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
+       * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote before FNAME
        when it's not being evaluated.
 
 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
        (display-time-update): Handle "None" alternative for load-average.
 
        * dired-aux.el (dired-bunch-files): Put the arg FILES
-       back as it was after temporary destrucive mods.
+       back as it was after temporary destructive mods.
        (dired-add-entry): Use dired-insert-directory to handle indentation.
        Explicitly restore the line's marker character.
        Preserve the old file name's text properties.
        (perl-font-lock-syntactic-keywords)
        (perl-font-lock-syntactic-face-function): Better handle PODs.
        Handle package names with ' in them and ($$) in `sub' declarations.
-       Handle format staements.  Handle regexp and quote-like ops.
+       Handle format statements.  Handle regexp and quote-like ops.
        (perl-empty-syntax-table): New var.
        (perl-quote-syntax-table): New fun.
 
        (transient-mark-mode, line-number-mode, column-number-mode):
        Pass an explicit `:require nil' argument.
 
-2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-09-13  Francesco Potortì  <pot@gnu.org>
 
        * play/tetris.el (tetris-blank-options, tetris-cell-options):
        Remove various redundant `(t nil)'.
        (ps-print-color-p, ps-page-dimensions-database): Autoload var.
        (ps-print-code, ps-print-preprint-region): Adjust code.
 
-2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-10  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
        emacs-lisp-mode, like ~/.emacs.
        * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
        (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
 
-2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-02  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.15 released.
        (require 'base64): Most modern Emacsen have the base64
        * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
        Decide here whether to print which form we're compiling.
        If we do that, still print file and line.  Make file name
-       relative to default-directory.  Print fewer newlines.
+       relative to default-directory.  Print fewer newlines.
        (byte-compile-log-file): Print something even if no file.
        Print messages for entering and leaving directories,
        and set default-directory.
 
        * comint.el (comint-carriage-motion): Start at START.
 
-2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-08-27  Francesco Potortì  <pot@gnu.org>
 
        * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
-       given by vsFTPd when accessed with a kerberised FTP client.
+       given by vsFTPd when accessed with a kerberized FTP client.
 
 2002-08-27  Richard M. Stallman  <rms@gnu.org>
 
 
 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
 
-       * textfile/reftex-ref.el (reftex-goto-label): New command.
+       * textmodes/reftex-ref.el (reftex-goto-label): New command.
 
-       * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
+       * textmodes/reftex-vars.el (reftex-part-resets-chapter): New option.
 
-       * textfile/reftex-parse.el (reftex-roman-number): New function.
+       * textmodes/reftex-parse.el (reftex-roman-number): New function.
        (reftex-section-number): Better handling of parts: No chapter
        counter resets.
 
-       * textfile/reftex.el (reftex-highlight-overlays): Added a third
+       * textmodes/reftex.el (reftex-highlight-overlays): Added a third
        overlay.
        (reftex-mode-menu): Added entry for `reftex-toc-recenter.
        Also moved `reftex-reset-mode' to top level.
 
-       * textfile/reftex-toc.el (reftex-toc-recenter): New command.
+       * textmodes/reftex-toc.el (reftex-toc-recenter): New command.
        (reftex-toc-pre-command-hook): Don't remove highlight overlay.
        (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
 
-       * textfile/reftex-sel.el (reftex-get-offset): Get offset of
+       * textmodes/reftex-sel.el (reftex-get-offset): Get offset of
        document pointer *before* position, not after.
        (reftex-insert-docstruct): Get offset of document pointer *before*
        position, not after.
 
-       * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
+       * textmodes/reftex-parse.el (reftex-where-am-I): Prefer marker
        match over section title match.
 
-       * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
+       * textmodes/reftex-cite.el (reftex-bib-or-thebib): New function
        which determines on a per-file-basis if BibTeX is being used
        locally for citations.
        (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
 
-       * textfiles/reftex-dcr.el (reftex-view-cr-cite):
+       * textmodes/reftex-dcr.el (reftex-view-cr-cite):
        Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
 
 2002-08-26  Kim F. Storm  <storm@cua.dk>
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
 
-2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.14 released.
        (tramp-shell-prompt-pattern): New variable.
        pushing mark.
        (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
 
-2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.13 released.
        (tramp-handle-write-region): Don't check to see if remote end is
 
        * bindings.el (mode-line-format): Moved global-mode-string last.
        (mode-line-position): Moved %p first.  Added padding to %l/%c to
-       eliminate jumpyness in modeline.  Use (%l,%c) format if both
+       eliminate jumpiness in modeline.  Use (%l,%c) format if both
        line-number-mode and column-number-mode are enabled.
 
 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
 
-       * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
+       * textmodes/reftex-cite.el (reftex-bib-or-thebib): New function
        which determines on a per-file-basis if BibTeX is being used
        locally for citations.
        (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
        (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
        better cooperation with chapterbib.
 
-       * textfiles/reftex-dcr.el (reftex-view-cr-cite):
+       * textmodes/reftex-dcr.el (reftex-view-cr-cite):
        Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
 
 2002-08-20  Kim F. Storm  <storm@cua.dk>
        with keyboard macro related commands.  The original binding on
        C-x C-k is moved to C-x C-k e.
 
-       * binding.el: Remove macro related bindings (now in kmacro.el).
+       * bindings.el: Remove macro related bindings (now in kmacro.el).
 
        * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
 
 
 2002-04-09  John Wiegley  <johnw@gnu.org>
 
-       * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
-       * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
-       * em-dirs.el (eshell/cd): Ditto.
-       * em-glob.el (eshell-glob-case-insensitive): Ditto.
-       * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
-       * esh-ext.el (eshell-binary-suffixes): Ditto.
+       * eshell/em-cmpl.el (eshell-cmpl-ignore-case):
+       * eshell/em-dirs.el (eshell/cd):
+       * eshell/em-glob.el (eshell-glob-case-insensitive):
+       * eshell/em-hist.el (eshell-previous-matching-input-string-position):
+       * eshell/esh-ext.el (eshell-binary-suffixes):
+       * eshell/esh-util.el: Remove eshell-under-cygwin-p, and all uses of it.
 
 2002-08-09  Richard M. Stallman  <rms@gnu.org>
 
 
        * wid-browse.el (widget-minor-mode): Fix doc typo.
 
-2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.12 released.
        (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
 
 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
 
-       * esh-util.el (eshell-under-cygwin-p): New function.
-       * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
-       * em-dirs.el (eshell/cd): Ditto.
-       * em-glob.el (eshell-glob-case-insensitive): Ditto.
-       * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
-       * esh-ext.el (eshell-binary-suffixes): Ditto.
+       * eshell/esh-util.el (eshell-under-cygwin-p): New function.
+       * eshell/em-cmpl.el (eshell-cmpl-ignore-case):
+       * eshell/em-dirs.el (eshell/cd):
+       * eshell/em-glob.el (eshell-glob-case-insensitive):
+       * eshell/em-hist.el (eshell-previous-matching-input-string-position):
+       * eshell/esh-ext.el (eshell-binary-suffixes): Use it.
 
 2002-08-05  Richard M. Stallman  <rms@gnu.org>
 
 
        * image.el (image-jpeg-p): Accept "Exif" marker.
 
-2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.11 released.
        (tramp-perl-file-attributes): Print uid and gid as signed integers.
 
        * startup.el (fancy-splash-frame): Check selected frame last.
 
-2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
        (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
        (tramp-bug): Include more variables in the report.
 
-2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.9 released.
        (tramp-bug): Add wording about additional info to include in bug
 
        * term/mac-win.el: Set keys to enable mouse wheel support.
 
-2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.8.
        (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
 
-2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.7.
        (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
        (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
        (f90-type-def-re): Fix value.
 
-2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
        don't work on MSVC/nmake builds.
        (update-subdirs-CMD): Generate the right list of subdirectories.
 
-2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-07-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: New version 2.0.5.
        (tramp-methods): Remove inline encoding method parameters.
        * ps-print.el: Update copyright year.
        (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
 
-2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-07-26  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * eshell/eshell.el (eshell): Numeric prefix arg means to switch
        to the session with that number.  Old behavior still available
        * bindings.el (last-buffer): Use buffer-list with frame arg.
        Create *scratch* if no other choice exists.  Fix bugs.
 
-2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-07-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Bump version to 2.0.2.
        (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
        * timer.el (timer-inc-time): Doc fix.
 
        * replace.el (keep-lines, flush-lines): Interactively report
-       read-only error before reading regexp argument.
+       read-only error before reading regexp argument.
 
        * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
 
        (encode-char): Use ucs-mule-to-mule-unicode.
 
        * international/characters.el: Fix settings of U+2000-U+2027.
-       Remove \e$(C'Y\e(B.
+       Remove .
 
        * international/mule-cmds.el (locale-language-names): Fix be, add
        sr_YU@cyrillic, modify tg.
        * calendar/timeclock.el (timeclock-in): Handle the case where no
        log file exists (ie the very first call).
 
-2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-07-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
        is done by Tramp.
 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule-cmds.el (locale-language-names): Change "mk"
-       (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
+       (Macedonian), "ru" (Russian), and "sp" (Serbian with Cyrillic
        alphabet) to "Cyrillic-ISO".
 
-2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-07-11  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-default-method): New default method "sm"
        which I guess to be good for most people.
 
        * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
 
-2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-07-06  Francesco Potortì  <pot@gnu.org>
 
        * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
        .sx[dmicw] file suffixes for Open office data files.
        (uniquify-delayed-rationalize-file-buffer-names):
        Rename from delayed-uniquify-rationalize-file-buffer-names.
 
-2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-06-27  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-file-name-structure)
        (tramp-multi-file-name-hop-structure): Split for easier readability.
 
        * dired.el (dired-find-alternate-file): Mark as disabled.
 
-2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-06-25  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-ftp-method): New user option.
        (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
        (cvs-addto-collection): Use it to preserve point.
        (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
 
-       * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
-       Don't require the first element to be modifier-free.
+       * mwheel.el (mouse-wheel-scroll-amount, mwheel-scroll)
+       (mouse-wheel-mode): Don't require the first element to be modifier-free.
 
        * pcvs-parse.el (cvs-parse-table):
        Handle `nothing known about' with more care.
        * progmodes/f90.el (f90-do-auto-fill): Respect the value of
        comment-auto-fill-only-comments.
 
-2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-06-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
        This is not a handled operation.
        21 dialogs to select the file, since we want a directory name only.
        (ada-customize): Add support for the new GNAT project files.
 
-2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-06-20  Francesco Potortì  <pot@gnu.org>
 
        * progmodes/etags.el (tag-implicit-name-match-p): New function.
        (etags-recognize-tags-table): Use it for implicit tag names.
 
 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-style.el (c-set-style, c-set-style-1):
+       * progmodes/cc-styles.el (c-set-style, c-set-style-1):
        Add another state for the `dont-override' flag where it only keeps
        globally set variables.
 
        * select.el (xselect-convert-to-string): If VALUE is a string,
        return a cons of TYPE and the string.
 
-2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-06-05  Pavel Janík  <Pavel@Janik.cz>
 
        * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
        Fix the table to contain correct characters.
        * simple.el (push-mark-command): Added optional NOMSG arg.
 
        * emulation/cua-base.el (cua-set-mark): Align pop to mark
-       behaviour with standard set-mark-command.
+       behavior with standard set-mark-command.
        (cua--pre-command-handler): Use push-mark-command.
        (cua-repeat-replace-region): Improve functionality when
        repeated after moving point or changing buffer.
 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
-       and slightly changed behaviour, for `f90-previous-block-start' and
+       and slightly changed behavior, for `f90-previous-block-start' and
        `f90-next-block-end'.
        (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
 
 2002-05-23  Colin Walters  <walters@verbum.org>
 
        * replace.el (occur-engine): Include all text properties except
-       mouse-face on the newline at the end of occurences.
+       mouse-face on the newline at the end of occurrences.
 
 2002-05-23  Kim F. Storm  <storm@cua.dk>
 
        * apropos.el (apropos-show-scores, apropos-orig-regexp)
        (apropos-all-regexp, apropos-synonyms, apropos-words)
        (apropos-all-words): New variables.
-       (aprpos-words-to-regexp, apropos-rewrite-regexp)
+       (apropos-words-to-regexp, apropos-rewrite-regexp)
        (apropos-calc-scores, apropos-score-str, apropos-score-doc)
        (apropos-score-symbol): New functions.
        (apropos-command, apropos, apropos-value, apropos-documentation):
        (mail-default-directory): New user option.
        (mail, mail-recover): Use that option.
 
-2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-05-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * international/mule.el (auto-coding-alist): Use emacs-mule
        for auto-save files.
        (dabbrev-upcase-means-case-search): Doc fix.
        (dabbrev-case-replace): Fix custom tags and docs.
 
-2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
+2002-05-14  Jochen Küpper  <jochen@jochen-kuepper.de>
 
        * calc/calc-units.el (math-standard-units): Update from CODATA.
 
        * textmodes/sgml-mode.el (sgml-tag):
        Default skeleton-transformation to `identity'.
 
-2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-05-14  Francesco Potortì  <pot@gnu.org>
 
-       * shell.el (shell-mode): Make second part of initialisation
+       * shell.el (shell-mode): Make second part of initialization
        depend on whether comint-input-ring is empty, rather than depend
        on it being nil.
 
        (occur-engine): If there are no more matches, then finish
        searching the current buffer.
 
-2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-05-12  Pavel Janík  <Pavel@Janik.cz>
 
        * net/ange-ftp.el (ange-ftp-try-passive-mode)
        (ange-ftp-passive-host-alist): Change :version attributes to be
 
        * subr.el (functionp): Catch errors in indirect-function.
 
-2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-05-12  Pavel Janík  <Pavel@Janik.cz>
 
        * net/ldap.el (ldap-search-internal): Unfold folded lines before
        parsing.
 
        * wid-edit.el (checkbox): New check-mark image.
 
-2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-05-08  Pavel Janík  <Pavel@Janik.cz>
 
        * filesets.el (filesets-running-xemacs): Fix last change.
 
        (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
        Defvar them to nil if running in Emacs.
 
-2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-05-08  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/flyspell.el (make-flyspell-overlay): Add help text
        to flyspell overlays.
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Use with-syntax-table.
 
-2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-05-06  Francesco Potortì  <pot@gnu.org>
 
        * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
 
 
 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
-       * progmodes/f90.el: Yet more doc string, commment and whitespace
+       * progmodes/f90.el: Yet more doc string, comment and whitespace
        changes.
        (f90-imenu-flag): New name for internal variable f90-imenu.
        (f90-blocks-re, f90-program-block-re, f90-end-if-re)
        Only interpret delete-selection property if mark-active.
        (cua-mode): Fix require in defcustom.
 
-2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-05-01  Pavel Janík  <Pavel@Janik.cz>
 
        * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
        error call.
 
        * language/viet-util.el: Update Commentary section.
 
-2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-29  Pavel Janík  <Pavel@Janik.cz>
 
        * filesets.el (filesets-data): Doc fix.
        (filesets-running-xemacs): Define even when compiling.
        * replace.el (occur-revert-arguments):
        Renamed from occur-revert-properties.  All uses changed.
 
-2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-28  Pavel Janík  <Pavel@Janik.cz>
 
        * recentf.el (recentf-menu-before): Use string to specify path in
        the menu.
 
 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-hooks.el: Put back the autoloads.
+       * ediff-hook.el: Put back the autoloads.
 
 2002-04-25  Colin Walters  <walters@verbum.org>
 
        (ibuffer-toggle-filter-group): New function.
        (ibuffer-toggle-filter-group-1): New function.
        (ibuffer-forward-filter-group): New function.
-       (ibuffer-backward-filter-group): New funtion.
+       (ibuffer-backward-filter-group): New function.
        (ibuffer-generate-filter-groups): New function.
        (ibuffer-filters-to-filter-group): New function.
        (ibuffer-pop-filter-group): New function.
        when finding the end.  Take more care in analyzing the results
        of intangibility after line-move-to-column.
 
-2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-22  Pavel Janík  <Pavel@Janik.cz>
 
        * international/mule-diag.el (list-input-methods-1): Doc fix (LEIM is
        now part of the standard distribution).
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-align.el, progmodes/cc-mode.texi,
-       progmodes/cc-vars.el: Added two new lineup functions:
+       * progmodes/cc-align.el, progmodes/cc-mode.el:
+       progmodes/cc-vars.el: Added two new lineup functions:
 
        (c-lineup-knr-region-comment): A new lineup function to get
        (what most people think is) better indentation of comments in
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-align.el, progmodes/cc-defs.el,
-       progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
+       * progmodes/cc-align.el, progmodes/cc-defs.el:
+       * progmodes/cc-cmds.el, progmodes/cc-engine.el, progmodes/cc-vars.el:
        Several fixes to treat macros as code and not literals and to
        handle line continuations transparently.
 
        * simple.el (pop-to-mark-command): Do not set this-command.
        (set-mark-command): Always jump to mark when called with arg.
 
-2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-04-18  Francesco Potortì  <pot@gnu.org>
 
        * comint.el (comint-watch-for-password-prompt): Remove whitespace
        at the beginning of password prompts.
        (ibuffer-current-state-list): Reinstate optional argument; now
        just call `point' inside the mapping function.
 
-2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-04-17  Francesco Potortì  <pot@gnu.org>
 
        * dired-aux.el (dired-star-subst-regexp)
        (dired-quark-subst-regexp): New constants.
 
        * term.el (term-emulate-terminal): Fix last change.
 
-2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-16  Pavel Janík  <Pavel@Janik.cz>
 
        * bindings.el (mode-line-mode-menu): Update names to reflect
        latest changes.
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
        if prefix arg.
 
-2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-14  Pavel Janík  <Pavel@Janik.cz>
 
        * speedbar.el (speedbar-tag-hierarchy-method)
        (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
        * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
        beginning of buffer.
 
-2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-14  Pavel Janík  <Pavel@Janik.cz>
 
        * speedbar.el (speedbar-generic-item-info)
        (speedbar-sort-tags): Doc fix.
        (gamegrid-add-score): Just dispatch on `system-type' to one of the
        previous two functions.
 
-2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-13  Pavel Janík  <Pavel@Janik.cz>
 
        * iswitchb.el: Update commentary to include new function
        iswitchb-exclude-nonmatching.
 
        * help.el (string-key-binding): Deal with margin events.
 
-2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-04-12  Francesco Potortì  <pot@gnu.org>
 
        * comint.el (comint-password-prompt-regexp): Match " SMB password".
 
        (fill-region-as-paragraph): Compare to `to' rather than eobp.
        (fill-paragraph): Don't rebind fill-paragraph-function.
 
-2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-11  Pavel Janík  <Pavel@Janik.cz>
 
        * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
 
        Use sgml-parse-tag-backward to find start point.
        (sgml-looking-back-at): Doc fix.
 
-2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-09  Pavel Janík  <Pavel@Janik.cz>
 
        * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
        for prompt.
        * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
        (vc-cvs-checkin): Use it.
 
-2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-08  Pavel Janík  <Pavel@Janik.cz>
 
        * files.el (display-time-string): Fix last change.
 
        default-process-coding-system.
        (coding-system-change-text-conversion): Fix case where CODING is nil.
 
-2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-07  Pavel Janík  <Pavel@Janik.cz>
 
        * subr.el (play-sound): Move here from simple.el.
 
 
        * textmodes/xml-lite.el: Remove.
 
-2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-05  Pavel Janík  <Pavel@Janik.cz>
 
        * simple.el (play-sound): New function (uses play-sound-internal).
 
        * textmodes/sgml-mode.el: Add missing require.
        (sgml-lexical-context): Fix up CDATA detection for boundary cases.
 
-2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-04-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
        spot indicated by text property `cvs-goal-column', if present.
        (sgml-parse-tag-backward): Extend support for CDATA to include
        conditional sections.
 
-2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-03  Pavel Janík  <Pavel@Janik.cz>
 
        * cus-start.el: Rename `autoselect-window' to
        `mouse-autoselect-window'.
        (xml-lite-parse-tag-backward): Simplify parsing by assuming we
        always start within text.  Make use of sgml-unclosed-tag-p.
 
-2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
+2002-04-01  Ville Skyttä  <ville.skytta@xemacs.org>
 
-       * tcl.el (tcl-imenu-generic-expression): New value.
+       * progmodes/tcl.el (tcl-imenu-generic-expression): New value.
        (tcl-imenu-create-index-function): Function deleted.
        (tcl-mode): Check for filladapt-mode.
        Use tcl-imenu-generic-expression instead of
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
 
-2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-04-01  Pavel Janík  <Pavel@Janik.cz>
 
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
 
        for comments.
        (xml-lite-in-string-p): Simplify.
 
-2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-27  Pavel Janík  <Pavel@Janik.cz>
 
        * allout.el (outline-layout): Doc fix.
 
        directory names in classpath/sourcepath lists, update comment.
        (jdb): Add setting of gud-jdb-sourcepath, update comment.
        (gud-find-class): Add gud-jdb-sourcepath use, and correct
-       behaviour for the case when classpath is not used--backward
+       behavior for the case when classpath is not used--backward
        compatibility fix.
 
 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * subr.el (substring-no-properties): Function deleted (now in C).
 
-2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-25  Pavel Janík  <Pavel@Janik.cz>
 
        * mwheel.el (mouse-wheel-mode): Use global-set-key and
        global-unset-key.
        fore- and background colors of the faces we create, since facemenu
        doesn't.
 
-2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-24  Pavel Janík  <Pavel@Janik.cz>
 
        * mwheel.el (mouse-wheel-mode): Use the result of
        current-global-map instead of the variable `global-map'.
        * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
        directions as the last action.
 
-2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-21  Pavel Janík  <Pavel@Janik.cz>
 
        * startup.el (fancy-splash-tail, normal-splash-screen):
        Update copyright.
 
        * frame.el (display-images-p): Do not explicitly check display type.
 
-2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
+2002-03-20  Paul Reilly  <pmr-sav@hamm.pajato.com>
 
        * mail-utils.el:
        Eliminate compilation warnings due to `rfc822-addresses'.
 
        * ediff-diff.el (ediff-install-fine-diff-if-necessary):
        Take the current highlighting style into account.
-       (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
-       (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
+       (ediff-forward-word-function, ediff-whitespace, ediff-word-1)
+       (ediff-word-2, ediff-word-3, ediff-word-4): Make them buffer local.
 
        * ediff-init.el (ediff-patch-job): New macro.
 
        Use ediff-make-new-meta-list-header.
        (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
 
-       * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
+       * ediff-util.el (ediff-toggle-hilit): Fix toggling of highlighting.
        (ediff-select-difference): Take highlighting style into account.
        (ediff-clone-buffer-for-region-comparison): New function.
        (ediff-inferior-compare-regions): Added comparison of current diff
        * ediff.el (ediff-clone-buffer-for-region-comparison)
        (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
 
-2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
+2002-03-19  Paul Reilly  <pmr-sav@hamm.pajato.com>
 
        * mail-utils.el (rmail-dont-reply-to):
        Overhaul to correctly apply the regular
        * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
        Use unify-8859-on-decoding-mode.
        (unify-8859-on-decoding-mode): Also set translation-table-for-input.
-       (ucs-insert): Give an error if the unicode char can't be created.
+       (ucs-insert): Give an error if the Unicode char can't be created.
 
        * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
        (cvs-parse-status): Handle the "used to have a conflict" marker.
        <top-level>: Remove the setup for all known codepages: it seems
        to cause crashes in the CCL driver.
 
-2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-16  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
        (bibtex-entry-field-alist): Doc fix.
        * files.el (load-completion): New function.
        (load-library): Use it.
 
-2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-15  Pavel Janík  <Pavel@Janik.cz>
 
        * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
        to match the actual code.
        (fortran-fill): Don't be confused by ! inside a comment.
        (fortran-break-line): Minor cleanup and simplification.
 
-2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-03-13  Francesco Potortì  <pot@gnu.org>
 
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
        * ibuffer.el (ibuffer-redisplay-current): Don't move point when
        redisplaying a line.
 
-2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2002-03-12  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (emacs-session-restore): Take previous id as
        an argument.
        (lisp-indent-defmethod): Use car/cdr instead of first/rest.
        (lisp-backquote-indentation): New user option.
 
-2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-03-12  Francesco Potortì  <pot@gnu.org>
 
        * progmodes/etags.el (tag-exact-file-name-match-p)
        (tag-file-name-match-p, tag-partial-file-name-match-p):
 
        * comint.el: Remove documentation on setting up pcomplete.
 
-2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-11  Pavel Janík  <Pavel@Janik.cz>
 
        * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
        item.  Doc fix.
 
        * play/mpuz.el: Use defface instead of facemenu-get-face.
 
-2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line): Add call to emacs-session-restore if
        both x-session-id and x-session-previous-id are strings.
        (hif-conditional): New function to evaluate a conditional
        expression.
 
-2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-06  Pavel Janík  <Pavel@Janik.cz>
 
        * language/czech.el ("Czech"): Fix the documentation.
 
        is loaded.
 
        * ediff-mult.el (ediff-intersect-directories)
-       (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
+       (ediff-prepare-meta-buffer, ediff-get-directory-files-under-revision):
        Cleanup.
        (ediff-draw-dir-diffs): Now supports the "C" command in directory
        difference buffer.
        (mode-line-inactive, header-line): Move the `t' section to the
        beginning so the `:inherit' setting can be shared.
 
-2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-03-04  Pavel Janík  <Pavel@Janik.cz>
 
        * net/snmp-mode.el: Require tempo when compiling to prevent
        warnings.  Update copyright notice.
        * font-lock.el (java-font-lock-extra-types):
        Match java.net.URL, etc.
 
-2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-28  Pavel Janík  <Pavel@Janik.cz>
 
        * hexl.el (hexl-options): Doc fix.
        Update Commentary section.
 
        * international/mule-conf.el (ctext-no-compositions): New coding
        system.
-       (compount-text-no-extensions): Renamed from compound-text.
+       (compound-text-no-extensions): Renamed from compound-text.
        (x-ctext-no-extensions, ctext-no-extensions): Aliases for
        compound-text-no-extensions.
        (compound-text): Redefined using post-read and pre-write conversions.
        (ctext-post-read-conversion, ctext-pre-write-conversion):
        New functions.
 
-2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
+2002-02-21  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
 
        * vc.el (vc-default-init-version): Update documentation to
        indicate that the backend can override the default init version.
        * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
        natural paragraph boundaries.  Don't fail at beginning of buffer.
 
-2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-20  Pavel Janík  <Pavel@Janik.cz>
 
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
        call the argument "arg" to match plain next-line and
        * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
        invoked from Rmail with full headers displayed.
 
-2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-02-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
 
        * textmodes/flyspell.el (flyspell): Add to ispell group.
 
-2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-02-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
        repeated.
        * cus-start.el: Add automatic-hscroll-margin and
        automatic-hscroll-step.
 
-2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-16  Pavel Janík  <Pavel@Janik.cz>
 
        * cus-start.el (x-autoselect-window): Allow customization.
 
 2002-02-16  John Wiegley  <johnw@gnu.org>
 
        * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
-       after the #! of a shell interpretor specification.
+       after the #! of a shell interpreter specification.
 
 2002-02-15  Richard M. Stallman  <rms@gnu.org>
 
 
        * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
 
-2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-02-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * simple.el (mark-word): Mark more if repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
        * cus-start.el: Don't warn about "x-*" symbols when building a
        non-GUI version.
 
-2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-11  Pavel Janík  <Pavel@Janik.cz>
 
        * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
        Doc fix.
        (dump-charsets, dump-codings): Deleted (obsolete).
        From Dave Love <fx@gnu.org>.
 
-2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-10  Pavel Janík  <Pavel@Janik.cz>
 
        * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
 
 
        * ediff.el: Typo in comment.
 
-2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-09  Pavel Janík  <Pavel@Janik.cz>
 
        * menu-bar.el (menu-bar-options-save): Take care of
        line-number-mode and column-number-mode variables.
        * language/cyril-util.el (cyrillic-encode-koi8-r-char)
        (cyrillic-encode-alternativnyj-char): Get translation tables from
        symbol properties, not as variables.
-       (standard-display-cyrillic-translit): Include unicodes.
+       (standard-display-cyrillic-translit): Include Unicode characters.
 
 2002-02-06  Kim F. Storm  <storm@cua.dk>
 
        * subr.el (global-set-key, local-set-key): Accept a symbol for the
        KEY argument (like define-key).
 
-2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-06  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
 
        * cus-edit.el (customize-mark-to-save): New function.
        * menu-bar.el (menu-bar-options-save): Rewrote.
 
-2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-05  Pavel Janík  <Pavel@Janik.cz>
 
        * cus-start.el (x-use-underline-position-properties):
        Allow customization.
        (ibuffer-recompile-formats, ibuffer-check-formats)
        (ibuffer-switch-format, ibuffer-update-title):
        Add support for ibuffer-filter-format-alist.
-       (define-ibuffer-column process): Remove unncessary consing.
+       (define-ibuffer-column process): Remove unnecessary consing.
 
        * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
        for a summary column.
        * window.el (save-selected-window): Move macro before first use.
        (balance-windows): Fix misplaced parenthesis.
 
-2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-03  Pavel Janík  <Pavel@Janik.cz>
 
        * calculator.el (calculator-displayers): Doc fixes.
 
-2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-03  Pavel Janík  <Pavel@Janik.cz>
 
        * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
        (menu-bar-options-save): Save also the value of `display-time-mode'.
        looking for X-Coding-System header, and restore the pruned state
        before returning.
 
-2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-02-02  Pavel Janík  <Pavel@Janik.cz>
 
        * cus-edit.el (customize-save-variable): Fix typo in prompt.
 
        * emulation/pc-select.el (pc-select-save-and-set-mode):
        Properly use MODE-VAR.
 
-2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-29  Pavel Janík  <Pavel@Janik.cz>
 
        * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
        Version" to "About Emacs".
 
        * calendar/calendar.el (generate-calendar-month): Doc fix.
 
-2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-27  Pavel Janík  <Pavel@Janik.cz>
 
        * time.el (display-time-mail-directory): New option.
        (display-time-mail-function): Update doc-string.
        * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
        Quote `window-system'.
 
-       * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
+       * tmm.el (tmm-get-keymap): Honor :visible in `menu-item'.
        Add Keywords header.  Update Commentary section.
        Update copyright notice.
 
        (pc-select-restore-mode): New macros.
        (pc-selection-mode): Completely rewrote the body of the function;
        the main goal was to make pc-selection-mode "turn-off"-able, like
-       other minor modes.  Use define-minore-mode instead of just a
+       other minor modes.  Use define-minor-mode instead of just a
        defun.  Store the key bindings into four alists:
        pc-select-default-key-bindings, pc-select-extra-key-bindings,
        pc-select-meta-moves-sexps-key-bindings, and
        * ibuffer.el: Don't require ibuf-ext at load time.
        (ibuffer): Require ibuf-ext here.
 
-2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2002-01-21  Francesco Potortì  <pot@gnu.org>
 
        * generic-x.el (apache-conf-generic-mode): Highlight the first
        word in a line even if preceded by blanks.
        with `byte-compile-dynamic'.
        (ibuffer-default-directory, toplevel): Doc files.
 
-2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-20  Pavel Janík  <Pavel@Janik.cz>
 
        * tempo.el (tempo-define-template): Doc fix.
 
 
        * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
 
-2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-19  Pavel Janík  <Pavel@Janik.cz>
 
        * language/tibet-util.el (tibetan-decompose-region)
        (tibetan-decompose-string): Fix typo in docstring.
 
        * mail/feedmail.el (feedmail): Fix :link spec.
 
-2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-16  Pavel Janík  <Pavel@Janik.cz>
 
        * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
        2 ldapsearch.
 
        * dired-aux.el (dired-do-shell-command): Doc fix.
 
-2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2002-01-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line-x-option-alist): New options "-fs",
        "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
        (comint-send-input): New arg NO-NEWLINE.
        (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
 
-2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-12  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/flyspell.el (flyspell-check-pre-word-p):
        Prevent delaying when executing keyboard macros.
 
        * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
 
-2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-08  Pavel Janík  <Pavel@Janik.cz>
 
        * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
        Do not use make-local-hook.
 
        * ediff-hook.el: Add an autoload cookie.
 
-2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-08  Pavel Janík  <Pavel@Janik.cz>
 
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
        address of the author.
        * help-fns.el (describe-variable, describe-function):
        Do save-excursion.
 
-2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-06  Pavel Janík  <Pavel@Janik.cz>
 
        * net/ldap.el (ldap-search-internal): Skip error message from
        ldapsearch.  Allow listing attribute names only.  Do not open
        * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
        Use proper attribute name labeledUri instead of deprecated labeledUrl.
 
-2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-05  Pavel Janík  <Pavel@Janik.cz>
 
        * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
        editing an empty hotlist.
 
 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc.el (vc-branch-part): Return nil if there's no `.'
+       * vc.el (vc-branch-part): Return nil if there's no `.'.
        (vc-default-previous-version): Renamed from vc-previous-version.
        New args BACKEND and FILE.  Return nil for revision numbers
-       without a `.'
+       without a `.'.
        (vc-version-diff): Call vc-BACKEND-previous-version.
        (vc-steal-lock): Steal lock before composing mail, so that no mail
        is sent when the stealing goes wrong.  And we'll actually see the
 
        * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
 
-2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-04  Pavel Janík  <Pavel@Janik.cz>
 
        * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
        (ldap-ignore-attribute-codings): Change the default value to allow
        does not exist, call mail-recover-1 to allow recovery from past
        auto-saved drafts.
 
-2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-03  Pavel Janík  <Pavel@Janik.cz>
 
        * time.el (display-time-load-average-threshold):
        Fix defcustom (add type and group).
        * bindings.el (function-key-map): Don't bind shifted keypad
        numeric keys.
 
-2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2002-01-02  Pavel Janík  <Pavel@Janik.cz>
 
        * enriched.el (enriched-handle-display-prop): Remove unused variables.
        (enriched-mode): Doc fix.
        * cus-edit.el (custom-face-edit-fix-value): New function.
        (custom-face-edit): Use it, to convert :italic and :bold to new forms.
 
-2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-30  Pavel Janík  <Pavel@Janik.cz>
 
        * progmodes/octave-mod.el (octave-abbrev-table):
        * progmodes/idlwave.el (idlwave-mode-abbrev-table):
 
        * international/fontset.el: Don't require ind-util when compiling.
 
-2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-25  Pavel Janík  <Pavel@Janik.cz>
 
        * emulation/tpu-edt.el (tpu-reset-screen-size):
        Use set-frame-height and set-frame-width instead of set-screen-height
 
        * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
        (viper-special-read-and-insert-char): Make C-m work right in the r
-       comand.
+       command.
        (viper-buffer-search-enable): Fixed format string.
 
        * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
        * play/yow.el (yow): Use an arg to distinguish interactive calls,
        not interactive-p.
 
-2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-22  Pavel Janík  <Pavel@Janik.cz>
 
        * emacs-lisp/elint.el (elint-unknown-builtin-args):
        Remove mocklisp entries.
        * textmodes/refill.el (refill-mode): Don't barf when redundantly
        turning refill-mode off.
 
-2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-22  Pavel Janík  <Pavel@Janik.cz>
 
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
 
 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: More sophisticated indentation of cpp directive.
+       * progmodes/antlr-mode.el: More sophisticated indentation
+       of cpp directive.
        (antlr-indent-at-bol-alist): New user option.
        (antlr-indent-line): Use it.
        (antlr-indent-style): New user option.
        (antlr-mode): Use it.
        (antlr-indent-item-regexp): Customize.
 
-       * antlr-mode.el: Syntax highlighting changes.
+       * progmodes/antlr-mode.el: Syntax highlighting changes.
        (antlr-font-lock-literal-regexp): New user option.
        (antlr-font-lock-syntax-face): New face used for :, |, ....
        (antlr-font-lock-default-face): New face.
        (antlr-font-lock-additional-keywords): Use them.
 
-       * antlr-mode.el: New command to insert options -- variables.
+       * progmodes/antlr-mode.el: New command to insert options -- variables.
        (antlr-mode-map): New binding [C-c C-o].
        (antlr-mode-menu): New submenus.
        (antlr-options-use-submenus): New user option.
        (antlr-options-assign-string): New user option.
        (antlr-options-headings): New variable.
 
-       * antlr-mode.el: New command to insert options -- specific.
+       * progmodes/antlr-mode.el: New command to insert options -- specific.
        (antlr-options-alists): New variable.
        (antlr-read-value): New function.
        (antlr-read-boolean): New function.
        (antlr-grammar-tokens): New function.
        (antlr-imenu-create-index-function): New optional argument.
 
-       * antlr-mode.el: New command to insert options -- functions.
+       * progmodes/antlr-mode.el: New command to insert options -- functions.
        (antlr-insert-option): New command.
        (antlr-insert-option-interactive): New function.
        (antlr-options-menu-filter): New function.
        (antlr-insert-option-space): New function.
        (antlr-insert-option-area): New function.
 
-       * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
+       * progmodes/antlr-mode.el: New electric keys ":;|&(){}", TAB works better
        with narrowing.  Menu change.  Miscellaneous.
        (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
        (antlr-mode-map): New bindings for characters in ":;|&(){}".
        * Makefile.in (distclean): Remove Makefile in the build
        directory, not in the source directory.
 
-2001-12-21  Simon Josefsson  <jas@extundo.com>.
+2001-12-21  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-send-queued-mail):
        Use with-temp-buffer instead of find-file-noselect, and bind
        (print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
 
-2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-20  Pavel Janík  <Pavel@Janik.cz>
 
        * play/blackbox.el (bb-member): Remove, use member instead.
        (bb-delete): Remove, use delete instead.
 
        * international/fontset.el: Require `ind-util' when compiling.
 
-2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-18  Pavel Janík  <Pavel@Janik.cz>
 
        * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
        instead of decompose-composite-char.
 
        * newcomment.el (comment-indent): Jump to the middle of empty comments.
 
-2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-14  Pavel Janík  <Pavel@Janik.cz>
 
        * select.el (xselect-convert-to-class, xselect-convert-to-name):
        Document.
        * international/mule.el (set-auto-coding): Don't search for
        "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
 
-2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-13  Pavel Janík  <Pavel@Janik.cz>
 
        * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
 
        so that the next undo after an error will not begin redoing.
 
        * simple.el (shell-command): Doc fix.
-       (shell-command-on-region): If there is output an an error,
+       (shell-command-on-region): If there is output and an error,
        add "...Shell command failed" to the output.
 
 2001-12-13  David Ponce  <david@dponce.com>
 
-       * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
+       * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
        (ruler-mode-left-fringe-cols): Function replaced by more efficient
        implementation `ruler-mode-extra-left-cols'.
        (ruler-mode-ruler): Use above new function.  Take into account
        * language/european.el: Remove autoload cookies.  Fix registration
        of diacritic composition function.
 
-2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-11  Pavel Janík  <Pavel@Janik.cz>
 
        * calendar/todo-mode.el: Require time-stamp.
 
        Use `select-frame-set-input-focus'--needed when window manager
        uses "click to focus" policy.
 
-2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: Moved back.
 
        * textmodes/picture.el (picture-mode-map): Don't use defconst
        for a variable.
 
-2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-02  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/reftex-index.el (reftex-index-mode):
        Remove make-local-hook.
 
        * man.el (Man-build-section-alist): Remove last Man-match-substring.
 
-2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-11-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
        Clarify error message.
 
-2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-11-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
 
        * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
        (menu-bar-read-emacs-man, search-emacs-glossary)
        (emacs-index-search, elisp-index-search): New functions.
-       (apropso-documentation, apropos, apropos-value, apropos-variable)
+       (apropos-documentation, apropos, apropos-value, apropos-variable)
        (apropos-commands): Modify menu item names and help text.
        (elisp-index-search, emacs-index-search, emacs-glossary):
        New menu items.
        (Info-index): Use it.  Add completion to the interactive spec.
        (Info-menu-update): Simplify call to `Info-complete-menu-item'.
 
-2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: Removed.
 
        (register-char-codings): Use it to cope with generic chars in
        safe-chars.
 
-2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Janík  <Pavel@Janik.cz>
 
        * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
 
 2001-11-26  Sam Steingold  <sds@gnu.org>
 
        * frame.el (show-trailing-whitespace): Remove :set argument (the
-       value was essentially identical to the defalt).
+       value was essentially identical to the default).
 
-2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-26  Pavel Janík  <Pavel@Janik.cz>
 
        * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
 
 
        * help-funs.el (describe-syntax): Put (interactive) after doc string.
 
-2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-26  Pavel Janík  <Pavel@Janik.cz>
 
        * international/quail.el (quail-help): Require help-mode in
        top-level instead.
        * language/devan-util.el: Comment out parts of the file
        which apparently are garbled.
 
-2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-25  Pavel Janík  <Pavel@Janik.cz>
 
        * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
        insert-string.
 
-2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-25  Pavel Janík  <Pavel@Janik.cz>
 
        * play/snake.el (snake-mode): Remove make-local-hook.
 
        to avoid name clashes.  Fix `lisp-indent-function' property for
        both.
 
-2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2001-11-23  Francesco Potortì  <pot@gnu.org>
 
        * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
 
 
        * international/encoded-kb.el: Don't alter minor-map-alist.
 
-2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-11-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * files.el (auto-save-file-name-transforms): Put remote files in
        temporary-file-directory rather than /tmp.
        * progmodes/cc-engine.el (c-parse-state): Typo.  From Martin Stjernholm.
 
        * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
-       (mouse-wheel-progessive-speed): New var.
+       (mouse-wheel-progressive-speed): New var.
        (mwheel-scroll): Use it and handle float values.
 
        * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
 2001-11-18  Stephen Eglen  <stephen@gnu.org>
 
        * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
-       control behaviour when no further completion is possible.
+       control behavior when no further completion is possible.
 
 2001-11-19  Colin Walters  <walters@verbum.org>
 
        (calc-do-keypad): Use it.
        (calc-keypad-map): Move into `calc-keypad-mode'.
 
-       * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
+       * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
        to defalias argument.
 
-       * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
+       * calc/calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
        (calcFunc-floor): Ditto.
 
-       * calc-units.el (calcFunc-usimplify): Ditto.
-
-       * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
-       * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
-       * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
-       * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
-       * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
-       * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
-       * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
-       * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
-       * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
-       * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
-       * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
+       * calc/calc-units.el (calcFunc-usimplify): Ditto.
+
+       * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
+       * calc/calc-misc.el, calc/calc-sel.el, calc/calc-vec.el:
+       * calc/calc-alg.el, calc/calc-fin.el, calc/calc-keypd.el:
+       * calc/calc-mode.el, calc/calc-stat.el, calc/calc-yank.el:
+       * calc/calc-arith.el, calc/calc-forms.el, calc/calc-lang.el:
+       * calc/calc-mtx.el, calc/calc-store.el, calc/calc.el:
+       * calc/calc-bin.el, calc/calc-frac.el, calc/calc-macs.el:
+       * calc/calc-poly.el, calc/calc-stuff.el, calc/calcalg2.el:
+       * calc/calc-comb.el, calc/calc-funcs.el, calc/calc-maint.el:
+       * calc/calc-prog.el, calc/calc-trail.el, calc/calcalg3.el:
+       * calc/calc-cplx.el, calc/calc-graph.el, calc/calc-map.el:
+       * calc/calc-rewr.el, calc/calc-undo.el, calc/calccomp.el:
+       * calc/calc-embed.el, calc/calc-help.el, calc/calc-math.el:
+       * calc/calc-rules.el, calc/calc-units.el, calc/calcsel2.el:
+       Change all toplevel `setq' forms to `defvar' forms,
        and move them before their first use.  Use `when', `unless'.
        Remove trailing periods from error forms.  Add description and
        headers suggested by Emacs Lisp coding conventions.
        Don't recognize a "telephone number" at the beginning of the name.
        (mail-extr-leading-garbage): Match non-word characters only.
 
-2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-16  Pavel Janík  <Pavel@Janik.cz>
 
        * startup.el (command-line-processed): Doc fix.
 
        (multiple-value-apply, nth-value): Use defsubst rather than defalias
        to get better doc strings.
 
-2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-15  Pavel Janík  <Pavel@Janik.cz>
 
        * derived.el: Fix autoload cookie.
 
 
        * calc/calc-units.el (calcFunc-unsimplify): Ditto.
 
-       * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
-       * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
-       * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
-       * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
-       * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
-       * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
-       * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
-       * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
-       * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
-       * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
-       * calcsel2.el: Style cleanup; don't put closing parens on their
-       own line, add "foo.el ends here" to each file, and update
-       copyright date.
-
-       * README: Update maintainer.
+       * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
+       * calc/calc-misc.el, calc/calc-sel.el, calc/calc-vec.el:
+       * calc/calc-alg.el, calc/calc-fin.el, calc/calc-keypd.el:
+       * calc/calc-mode.el, calc/calc-stat.el, calc/calc-yank.el:
+       * calc/calc-arith.el, calc/calc-forms.el, calc/calc-lang.el:
+       * calc/calc-mtx.el, calc/calc-store.el, calc/calc.el, calc/calc-bin.el:
+       * calc/calc-frac.el, calc/calc-macs.el, calc/calc-poly.el:
+       * calc/calc-stuff.el, calc/calcalg2.el, calc/calc-comb.el:
+       * calc/calc-funcs.el, calc/calc-maint.el, calc/calc-prog.el:
+       * calc/calc-trail.el, calc/calcalg3.el, calc/calc-cplx.el:
+       * calc/calc-graph.el, calc/calc-map.el, calc/calc-rewr.el:
+       * calc/calc-undo.el, calc/calccomp.el, calc/calc-embed.el:
+       * calc/calc-help.el, calc/calc-math.el, calc/calc-rules.el:
+       * calc/calc-units.el, calc/calcsel2.el: Style cleanup;
+       don't put closing parens on their own line,
+       add "foo.el ends here" to each file, and update copyright date.
+
+       * calc/README: Update maintainer.
 
 2001-11-13  Richard M. Stallman  <rms@gnu.org>
 
        (log-view-current-tag): Take an optional `where' arg.
        (log-view-diff): New user command.
 
-2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-12  Pavel Janík  <Pavel@Janik.cz>
 
        * progmodes/cpp.el (cpp-choose-face): Fix typo.
 
        * calc/calc-ext.el (calc-init-extensions): Update autoload names
        to match files renamed on initial calc import.
 
-2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-12  Pavel Janík  <Pavel@Janik.cz>
 
        * textmodes/flyspell.el (flyspell-default-dictionary):
        Fix previous change.
 2001-11-11  Colin Walters  <walters@verbum.org>
 
        The following changes are based on patches from
-       Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
+       Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
        <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
 
        * calc/calc.el (toplevel): Require calc-macs.
        (radio-button-choice): Ditto.
        (editable-list): Ditto.
 
-2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-09  Pavel Janík  <Pavel@Janik.cz>
 
        * play/gomoku.el: Move definitions of constants to the beginning
        of file, before their use.
 
        Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
 
-       * vc-hooks.el (vc-error-occured): Backquotified.
+       * vc-hooks.el (vc-error-occurred): Backquotified.
        (vc-file-prop-obarray): Use prime length for better efficiency.
 
        * vc.el (vc-clear-context): Fill obarray with 0, not nil.
 2001-11-04  Miles Bader  <miles@gnu.org>
 
        * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
-       shadow of the splash image grey on a dark background instead of black.
+       shadow of the splash image gray on a dark background instead of black.
 
 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
 
        (debugger-setup-buffer): Call it.
        (debugger-mode-map): Bind RET and mouse-2.
 
-2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Janík  <Pavel@Janik.cz>
 
        * startup.el: Document command line option --no-window-system
        instead of --no-windows.
 
-2001-10-30  David Ponce <david.ponce@wanadoo.fr>
+2001-10-30  David Ponce  <david.ponce@wanadoo.fr>
 
        * font-lock.el (java-font-lock-syntactic-face-function): New fun.
        (font-lock-defaults-alist): Use it.
        Report numbers of files skipped and failed too.
        (byte-compile-file): Return 'no-byte-compile for skipped files.
 
-2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2001-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
        and `M p'.
        * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
        (texinfo-update-node, texinfo-sequential-node-update):
        Don't bind the obsolete `auto-fill-hook'.
-       (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
+       (texinfo-multi-file-included-list, texinfo-multi-file-master-menu-list):
        Use `set-buffer' rather than `switch-to-buffer'.
        (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
        Use `set-buffer' rather than `switch-to-buffer'.
        lambda expression.
        (ps-mode-menu-main): Submenu with options on/off was replaced with
        a toggle button.
-       (ps-mode, ps-run-mode): Define with `define-derived-mode'
+       (ps-mode, ps-run-mode): Define with `define-derived-mode'.
        (ps-mode): Autoload cookie added on same line as comment.
        (ps-mode-tabkey, ps-mode-backward-delete-char):
        (ps-mode-r-balance): Replace `delete-horizontal-space' and
-       `indent-to' with `indent-line-to'
+       `indent-to' with `indent-line-to'.
        (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
        instead of `eval'.
        (ps-mode-print-region): Use `with-temp-buffer'.
        * progmodes/compile.el (compilation-set-window-height):
        Select old window only if it's still live.
 
-2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-10-22  Pavel Janík  <Pavel@Janik.cz>
 
        * help-mode.el (help-buffer): Remove debugging code.
        From Stefan Monnier <monnier@cs.yale.edu>.
        (vc-default-annotate-current-time): Added.
 
        * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
-       version in vc.el, with
+       version in vc.el.
        (vc-cvs-annotate-current-time): Added, as override of default.
        (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
        `vc-cvs-annotate-difference'.
 See ChangeLog.9 for earlier changes.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008  Free Software Foundation, Inc.
+    Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  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, or (at your option)
-  any later version.
+  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
@@ -23550,9 +23556,4 @@ See ChangeLog.9 for earlier changes.
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
-
-
-;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.