Suppress spurious second invocation of before-change-functions
[bpt/emacs.git] / lisp / ChangeLog.10
index 395ba32..50b82e1 100644 (file)
@@ -11,7 +11,7 @@
 
 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
 
 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-mode.el: awk-mode: Call c-awk-after-change to
+       * progmodes/cc-mode.el (awk-mode): Call c-awk-after-change to
        ensure syntax-table props at loading.
 
        * progmodes/cc-fonts.el: Put (cc-require-when-compile 'cc-awk)
        ensure syntax-table props at loading.
 
        * progmodes/cc-fonts.el: Put (cc-require-when-compile 'cc-awk)
@@ -68,9 +68,9 @@
        superseding the old separate derived mode in awk-mode.el.
 
        * progmodes/cc-vars.el, cc-mode-19.el, progmodes/cc-langs.el,
        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-engine.el, progmodes/cc-fonts.el: Changes for the
-       new AWK support.
+       progmodes/cc-mode.el, progmodes/cc-defs.el,
+       * progmodes/cc-engine.el, progmodes/cc-fonts.el:
+       Changes for the new AWK support.
 
 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
 
 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        emacsen that doesn't have it.
 
        * progmodes/cc-styles.el, progmodes/cc-vars.el,
        emacsen that doesn't have it.
 
        * progmodes/cc-styles.el, progmodes/cc-vars.el,
-       progmodes/cc-cmds.el: Fixes for the syntactic symbols for
+       progmodes/cc-cmds.el: Fixes for the syntactic symbols for
        module and composition blocks.
 
        * progmodes/cc-mode.el (c-basic-common-init):
        module and composition blocks.
 
        * progmodes/cc-mode.el (c-basic-common-init):
        macros in C99.
 
        * progmodes/cc-menus.el, progmodes/cc-langs.el,
        macros in C99.
 
        * progmodes/cc-menus.el, progmodes/cc-langs.el,
-       progmodes/cc-engine.el, progmodes/cc-fonts.el,
-       progmodes/cc-cmds.el: Fixed various regexps to use POSIX char
+       progmodes/cc-engine.el, progmodes/cc-fonts.el,
+       progmodes/cc-cmds.el: Fixed various regexps to use POSIX char
        classes when that is supported.
 
        * progmodes/cc-defs.el (c-alpha, c-alnum, c-digit, c-upper, c-lower):
        classes when that is supported.
 
        * progmodes/cc-defs.el (c-alpha, c-alnum, c-digit, c-upper, c-lower):
        buffer range.
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list):
        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
 
        * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a
        regexp match order problem that could cause empty template
 
        * progmodes/cc-engine.el: Fixes in face handling to cope with
        doc comments.
 
        * progmodes/cc-engine.el: Fixes in face handling to cope with
        doc comments.
-
        (c-find-decl-spots): More failsafe skipping of comments and
        strings that only have been partially fontified.
 
        (c-find-decl-spots): More failsafe skipping of comments and
        strings that only have been partially fontified.
 
        properties completely.
 
        * progmodes/cc-fonts.el (c-cpp-matchers): Handle line
        properties completely.
 
        * progmodes/cc-fonts.el (c-cpp-matchers): Handle line
-       continuations in cpp expressions. Do not fontify symbols after
+       continuations in cpp expressions.  Do not fontify symbols after
        #ifdef etc as variables since that isn't consistent with how
        the face is used elsewhere (i.e. only for the definition of
        the symbol).
        #ifdef etc as variables since that isn't consistent with how
        the face is used elsewhere (i.e. only for the definition of
        the symbol).
        hardcoded comment start regexps with `c-comment-start-regexp'.
 
        * progmodes/cc-mode.el: Added an association for pike-mode on
        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
 
        * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to
        the end instead of the start of the list, to avoid overriding
        directives are now considered part of the keywords to make
        things easier.
 
        directives are now considered part of the keywords to make
        things easier.
 
-       * progmodes/cc-defs.el: (c-(up|down)-list-(forward|backward)):
+       * progmodes/cc-defs.el (c-(up|down)-list-(forward|backward)):
        Make the position optional and added docstrings.
        Make the position optional and added docstrings.
-
        (c-go-(up|down)-list-(forward|backward)): Add variants of the
        above that move point and return successfulness instead.
 
        (c-go-(up|down)-list-(forward|backward)): Add variants of the
        above that move point and return successfulness instead.
 
        each (X)Emacs flavor.
 
        * progmodes/cc-vars.el, progmodes/cc-defs.el,
        each (X)Emacs flavor.
 
        * progmodes/cc-vars.el, progmodes/cc-defs.el,
-       progmodes/cc-engine.el, progmodes/cc-mode.el:
+       progmodes/cc-engine.el, progmodes/cc-mode.el:
        Use `lookup-syntax-properties' in XEmacs to control whether the
        syntax-table property has any effect or not.
        Use `lookup-syntax-properties' in XEmacs to control whether the
        syntax-table property has any effect or not.
-
        (c-parse-sexp-lookup-properties): New macro that expands to either
        `parse-sexp-lookup-properties' or `lookup-syntax-properties'.
 
        (c-parse-sexp-lookup-properties): New macro that expands to either
        `parse-sexp-lookup-properties' or `lookup-syntax-properties'.
 
        (c-simple-skip-symbol-backward, c-syntactic-content)
        (c-remove-<>-paren-properties): New helper functions.
 
        (c-simple-skip-symbol-backward, c-syntactic-content)
        (c-remove-<>-paren-properties): New helper functions.
 
-       * progmodes/cc-defs.el: (c-clear-char-syntax)
+       * progmodes/cc-defs.el (c-clear-char-syntax)
        (c-mark-paren-open, c-mark-paren-close): New support functions
        to handle syntactic properties on C++ template arglist brackets.
        (c-put-type-face, c-put-reference-face): Helpers to put faces on
        (c-mark-paren-open, c-mark-paren-close): New support functions
        to handle syntactic properties on C++ template arglist brackets.
        (c-put-type-face, c-put-reference-face): Helpers to put faces on
        in progmodes/cc-engine.el.
 
        * progmodes/cc-engine.el, progmodes/cc-fonts.el,
        in progmodes/cc-engine.el.
 
        * progmodes/cc-engine.el, progmodes/cc-fonts.el,
-       progmodes/cc-langs.el: Fix the names on a number of regexp
+       progmodes/cc-langs.el: Fix the names on a number of regexp
        language variables to conform to the nomenclature and
        shortened some names.
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el,
        language variables to conform to the nomenclature and
        shortened some names.
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el,
-       progmodes/cc-fonts.el, progmodes/cc-engine.el
+       progmodes/cc-fonts.el, progmodes/cc-engine.el
        (c-syntactic-re-search-forward): Remove the COUNT argument
        since it's never used.  Add an argument to tell which
        subexpression whose end should be tested for syntactic
        (c-syntactic-re-search-forward): Remove the COUNT argument
        since it's never used.  Add an argument to tell which
        subexpression whose end should be tested for syntactic
        This fixes a performance problem that could occur when
        `fill-paragraph' is used in font lock mode on a comment at the
        end of a large class or function.
        This fixes a performance problem that could occur when
        `fill-paragraph' is used in font lock mode on a comment at the
        end of a large class or function.
-
        (c-state-cache-start): Fix buffer localness.
 
        * progmodes/cc-langs.el: Updates from the C99 standard (or
        (c-state-cache-start): Fix buffer localness.
 
        * progmodes/cc-langs.el: Updates from the C99 standard (or
        table for types: If a name is recognized as a type in a
        declaration it's added in an obarray to be able to recognize
        it in other ambiguous declarations.
        table for types: If a name is recognized as a type in a
        declaration it's added in an obarray to be able to recognize
        it in other ambiguous declarations.
-
        (c-remove-ws): New helper function to canonicalize fully
        qualified identifiers for `c-found-types'.
 
        (c-remove-ws): New helper function to canonicalize fully
        qualified identifiers for `c-found-types'.
 
 
        * progmodes/cc-align.el (c-lineup-arglist-close-under-paren):
        Work correctly with nested arglist-cont-nonempty symbols.
 
        * progmodes/cc-align.el (c-lineup-arglist-close-under-paren):
        Work correctly with nested arglist-cont-nonempty symbols.
-
        (c-lineup-arglist-operators): New lineup function to line up infix
        operators under the open paren of the surrounding sexp.
 
        * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
        that could cause an infinite loop if something that looks like
        a macro begins in the middle of a line.
        (c-lineup-arglist-operators): New lineup function to line up infix
        operators under the open paren of the surrounding sexp.
 
        * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
        that could cause an infinite loop if something that looks like
        a macro begins in the middle of a line.
-
        (c-parse-state): Fix a bug that could cause `c-state-cache'
        to contain two conses in sequence when there's an unbalanced
        open paren in a macro.
        (c-parse-state): Fix a bug that could cause `c-state-cache'
        to contain two conses in sequence when there's an unbalanced
        open paren in a macro.
        string, or a macro.
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el,
        string, or a macro.
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el,
-       progmodes/cc-engine.el (c-forward-single-comment,
-       c-forward-comments, c-backward-single-comment,
-       c-backward-comments): New replacements for `c-forward-comment'
-       that wraps `forward-comment' more efficiently in each of the
-       four different cases it's actually used.  These replacements
-       also treats line continuations as whitespace.
-
+       * progmodes/cc-engine.el (c-forward-single-comment)
+       (c-forward-comments, c-backward-single-comment, c-backward-comments):
+       New replacements for `c-forward-comment' that wraps `forward-comment'
+       more efficiently in each of the four different cases it's actually
+       used.  These replacements also treats line continuations as whitespace.
        (c-forward-comment): Remove.  The four different cases above
        are basically different, so it's better to make them into
        separate functions than choose between them at runtime using
        (c-forward-comment): Remove.  The four different cases above
        are basically different, so it's better to make them into
        separate functions than choose between them at runtime using
        matter.
 
        * progmodes/cc-align.el, progmodes/cc-defs.el,
        matter.
 
        * progmodes/cc-align.el, progmodes/cc-defs.el,
-       progmodes/cc-engine.el, progmodes/cc-vars.el
+       progmodes/cc-engine.el, progmodes/cc-vars.el
        (c-guess-basic-syntax, c-calc-offset)
        (c-get-syntactic-indentation, c-syntactic-context):
        Extend the representation of the syntactic context: Previously it was
        (c-guess-basic-syntax, c-calc-offset)
        (c-get-syntactic-indentation, c-syntactic-context):
        Extend the representation of the syntactic context: Previously it was
        position for defun-open in K&R style functions.
 
        * progmodes/cc-engine.el (c-in-knr-argdecl): Don't trip up on macros.
        position for defun-open in K&R style functions.
 
        * progmodes/cc-engine.el (c-in-knr-argdecl): Don't trip up on macros.
-
        (c-search-decl-header-end): Handle C++ template arguments more
        correctly.
        (c-search-decl-header-end): Handle C++ template arguments more
        correctly.
-
        (c-beginning-of-decl-1): Fix when the declaration is first in a macro.
 
        * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
        to handle protection labels, one which doesn't get confused by
        inherit colons.
        (c-beginning-of-decl-1): Fix when the declaration is first in a macro.
 
        * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
        to handle protection labels, one which doesn't get confused by
        inherit colons.
-
        (c-end-of-decl-1): Don't treat functions that have "class" or
        "struct" in the return type as classes or structs.
 
        (c-end-of-decl-1): Don't treat functions that have "class" or
        "struct" in the return type as classes or structs.
 
        (gdb-view-source): Rename gdb-view-source-function.
        Set uninitialised variables (defvars) to nil.
 
        (gdb-view-source): Rename gdb-view-source-function.
        Set uninitialised 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.
 
 
        * 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.
 
        * international/mule-cmds.el (menu-bar-options-menu):
        Move `mouse-set-fonts' here from Options/Mule submenu.
        (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
        and fboundp instead.
        (iswitchb-completions): Remove two redundant arguments and local
        (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
        and fboundp instead.
        (iswitchb-completions): Remove two redundant arguments and local
-       variables. (All above from Stefan Monnier).
+       variables.  (All above from Stefan Monnier).
 
 2003-06-20  Masatake YAMATO  <jet@gyve.org>
 
 
 2003-06-20  Masatake YAMATO  <jet@gyve.org>
 
        (gud-find-c-expr): Simplify.
 
        * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
        (gud-find-c-expr): Simplify.
 
        * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
-       for parsing Fortran expressions for gud-print. (Stefan Monnier)
+       for parsing Fortran expressions for gud-print.  (Stefan Monnier)
        (fortran-mode): Add local variable gud-find-expr.
 
        * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
        (fortran-mode): Add local variable gud-find-expr.
 
        * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
 
        * progmodes/sql.el: Add support for SQLite interpreter.
 
 
        * 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.
 
 
        Version 2.0.35 of Tramp released.
 
        (tramp-file-name-handler): Do not invoke the old remote-shell handler.
        (tramp-find-foreign-file-name-handler): Return after first match
        is found.  From Francis Litterio <franl@world.std.com>.
        (tramp-file-name-handler): Do not invoke the old remote-shell handler.
        (tramp-find-foreign-file-name-handler): Return after first match
        is found.  From Francis Litterio <franl@world.std.com>.
-       (tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
+       (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns
        integer, not list.  Do not apply `car' to the return value of
        `tramp-time-diff'.  Reported by David D. Smith
        <ultrasoul@ultrasoul.com>.
        integer, not list.  Do not apply `car' to the return value of
        `tramp-time-diff'.  Reported by David D. Smith
        <ultrasoul@ultrasoul.com>.
 
        * emacs-lisp/debug.el (debug): Fix call to message.
 
 
        * 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.
 
        * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
        minor modes.
        (shell-directory-tracker): Make regexp used for skipping to next
        command correspond to one used for command itself.
 
        (shell-directory-tracker): Make regexp used for skipping to next
        command correspond to one used for command itself.
 
-2003-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2003-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * textmodes/texinfmt.el (texinfo-format-scan):
        Silence `whitespace-cleanup'.
 
        * textmodes/texinfmt.el (texinfo-format-scan):
        Silence `whitespace-cleanup'.
 
        * info.el (Info-fontify-node): Make `invisible' property
        non-sticky so that whitespace added by filling stays visible.
 
        * 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>
        line rather than beginning of current paragraph.
 
 2003-06-09  Andreas Schwab  <schwab@suse.de>
 
        * info.el (Info-fontify-node): Don't refill over lines ending in a
        period; this should fix problems with lists like one in the
 
        * info.el (Info-fontify-node): Don't refill over lines ending in a
        period; this should fix problems with lists like one in the
-       (emacs)Library Keywords section.
+       "(emacs)Library Keywords" section.
 
 2003-06-05  Markus Rost  <rost@math.ohio-state.edu>
 
 
 2003-06-05  Markus Rost  <rost@math.ohio-state.edu>
 
        * textmodes/bibtex.el: Long overdue merge.
        Don't require `compile' since it seems unnecessary.
        For all internal variables and functions the docstring comments have
        * textmodes/bibtex.el: Long overdue merge.
        Don't require `compile' since it seems unnecessary.
        For all internal variables and functions the docstring comments have
-       been converted into proper docstrings
+       been converted into proper docstrings.
        (bibtex-maintainer-address, bibtex-maintainer-salutation)
        (bibtex-version): Remove support for bug reporting.
        (bibtex-field-delimiters, bibtex-entry-delimiters)
        (bibtex-maintainer-address, bibtex-maintainer-salutation)
        (bibtex-version): Remove support for bug reporting.
        (bibtex-field-delimiters, bibtex-entry-delimiters)
        (bibtex-search-forward-string, bibtex-search-backward-string):
        Use save-excursion and setq.
        (bibtex-member-of-regexp): Use let.
        (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-skip-to-valid-entry): Return buffer position.
        (bibtex-map-entries): Use save-excursion.
        (bibtex-progress-message): Simplify.
 
        * international/mule.el (ctext-non-standard-encodings-alist):
        Rename from non-standard-icccm-encodings-alist.
 
        * international/mule.el (ctext-non-standard-encodings-alist):
        Rename from non-standard-icccm-encodings-alist.
-       (ctext-non-standard-encodings-regexp): New variable
+       (ctext-non-standard-encodings-regexp): New variable.
        (ctext-post-read-conversion): Full rewrite.
        (ctext-non-standard-designations-alist): Rename from
        non-standard-designations-alist.
        (ctext-post-read-conversion): Full rewrite.
        (ctext-non-standard-designations-alist): Rename from
        non-standard-designations-alist.
        * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
        Add server prefix to the gdb commands used by the speedbar.
 
        * 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.
 
        * simple.el (kill-region): If nothing was killed, and the
        previous command was not a kill, break kill sequence.
        (face-spec-set): Set face-modified prop to nil
        when we change the new-frame defaults.
 
        (face-spec-set): Set face-modified prop to nil
        when we change the new-frame defaults.
 
-       * cus-edit.el (custom-face-state-set): non-nil `face-modified'
+       * cus-edit.el (custom-face-state-set): Non-nil `face-modified'
        means face was set outside of Custom.
 
 2003-05-28  Richard M. Stallman  <rms@gnu.org>
        means face was set outside of Custom.
 
 2003-05-28  Richard M. Stallman  <rms@gnu.org>
        (eval-last-sexp-1): Use it.  Use with-syntax-table as well.
        (eval-defun-1): Don't replace `defvar' with `defconst'.
 
        (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.
 
 
        * 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'.
 
        * 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.
 
        * 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.
 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>
        obsolete.
 
 2003-05-25  Kevin Ryde  <user42@zip.com.au>
        when requested.
        (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
        (gdb-many-windows): Define explicitly as a function and a variable
        when requested.
        (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
        (gdb-many-windows): Define explicitly as a function and a variable
-       (formerly as a minor mode). These need to be global so layout can
+       (formerly as a minor mode).  These need to be global so layout can
        be reset from any buffer.
        (gdb-assembler-mode): Keep fringe outside margin as the overlay
        arrow is not used for assembler.
 
        be reset from any buffer.
        (gdb-assembler-mode): Keep fringe outside margin as the overlay
        arrow is not used for assembler.
 
-2003-05-25   Tim Van Holder  <tim.vanholder@anubex.com>
+2003-05-25  Tim Van Holder  <tim.vanholder@anubex.com>
 
        * which-func.el (which-func-update-timer): New variable.
        (which-function-mode): Use it.
 
        * which-func.el (which-func-update-timer): New variable.
        (which-function-mode): Use it.
 
        * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
 
 
        * 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,
 
        * net/tramp.el: Version 2.0.34 released.
        (tramp-handle-file-symlink-p): If target of symlink is absolute,
 
        * net/tramp-efs.el: New file.
 
 
        * net/tramp-efs.el: New file.
 
-2003-05-24 Michael Albinus  <Michael.Albinus@alcatel.de>
+2003-05-24  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
        quoted.
 
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
        quoted.
        (forms--mode-commands): Don't bind \t in the maps where
        we call forms--mode-commands1.
 
        (forms--mode-commands): Don't bind \t in the maps where
        we call forms--mode-commands1.
 
-2003-05-23  Taro Kawagishi <tarok@acm.org>
+2003-05-23  Taro Kawagishi  <tarok@acm.org>
 
        * arc-mode.el (archive-lzh-summarize): Calculate correct total
        header size for LZH level 1 header.
 
        * arc-mode.el (archive-lzh-summarize): Calculate correct total
        header size for LZH level 1 header.
        choices buffer.
        (ispell-show-choices): Directly select `choices-window'.
        (ispell-help): Use default buffer size for electric help.
        choices buffer.
        (ispell-show-choices): Directly select `choices-window'.
        (ispell-help): Use default buffer size for electric help.
-       (ispell-adjusted-window-height): Correct for xemacs detection.
+       (ispell-adjusted-window-height): Correct for XEmacs detection.
        (ispell-start-process): Don't double specify dictionary file name.
        (ispell-init-process): Set `ispell-library-path' each call.
        (ispell-change-dictionary): Now only completes valid dictionaries.
        (ispell-start-process): Don't double specify dictionary file name.
        (ispell-init-process): Set `ispell-library-path' each call.
        (ispell-change-dictionary): Now only completes valid dictionaries.
        (xml-debug-print-internal): Simplify insertions.
        (xml-parse-file): Avoid finding file in xml-mode.
 
        (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.
 
        * simple.el (kill-whole-line): New function.
        * bindings.el (global-map): Bind it.
        (gdb-invalidate-breakpoints-and-assembler): Remove.
        (gdb-current-address): Remove.
        (gdb-previous-address): New variable.
        (gdb-invalidate-breakpoints-and-assembler): Remove.
        (gdb-current-address): Remove.
        (gdb-previous-address): New variable.
-       (gud-until): Extend to work in Assembler buffer
+       (gud-until): Extend to work in Assembler buffer.
        (gdb-append-to-inferior-io): Select IO buffer when there is output.
        (gdb-assembler-custom): Try to get line marker (arrow) to display
        in window.  Correct parsing for OS dependent output syntax of Gdb
        (gdb-append-to-inferior-io): Select IO buffer when there is output.
        (gdb-assembler-custom): Try to get line marker (arrow) to display
        in window.  Correct parsing for OS dependent output syntax of Gdb
        (comment-valid-prefix-p): Rename from comment-valid-prefix
        and fix to actually use its argument.
 
        (comment-valid-prefix-p): Rename from comment-valid-prefix
        and fix to actually use its argument.
 
-       * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
+       * tex-mode.el (tex-mode-syntax-table): ~ is not whitespace.
        (tex-guess-mode): Add `renewcommand'.
        (tex-mode): Move the autoload to get the correct docstring and usage.
 
        (tex-guess-mode): Add `renewcommand'.
        (tex-mode): Move the autoload to get the correct docstring and usage.
 
        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.
        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.
 
        (rename-buffer): Use the `newname' arg as base.
        (create-file-buffer): Split the file name into base and dirname.
 
-2003-05-09  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-05-09  Jesper Harder  <harder@ifa.au.dk>
 
        * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
 
 
        * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
 
        * filesets.el (filesets-data): Add another defvar.
        (filesets-verbosity): Doc fix.
 
        * filesets.el (filesets-data): Add another defvar.
        (filesets-verbosity): Doc fix.
 
-2003-05-02  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+2003-05-02  Tak Ota  <Takaaki.Ota@am.sony.com>
 
        * recentf.el (recentf-cleanup): Swap tests for exclusion and
        accessibility.
 
 
        * 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.
 
        * ls-lisp.el (ls-lisp-format-file-size): New function to implement
        "-h" switch.
        (ada-set-default-project-file): New parameter KEEP-EXISTING.
        (ada-prj-find-prj-file): New parameter FILE.
        (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
        (ada-set-default-project-file): New parameter KEEP-EXISTING.
        (ada-prj-find-prj-file): New parameter FILE.
        (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
-       ADA_OBJECTS_PATH environment variables.  Minor reorganization of the
-       code
+       ADA_OBJECTS_PATH environment variables.  Minor reorganization of
+       the code.
        (ada-get-all-references): Add support for GNAT 3.16 cross-references.
 
        * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
        (ada-get-all-references): Add support for GNAT 3.16 cross-references.
 
        * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
        (recentf-sort-directories-ascending)
        (recentf-sort-directories-descending)
        (recentf-show-basenames-ascending)
        (recentf-sort-directories-ascending)
        (recentf-sort-directories-descending)
        (recentf-show-basenames-ascending)
-       (recentf-show-basenames-descending: In-line.   Better code.  Doc fix.
+       (recentf-show-basenames-descending): In-line.  Better code.  Doc fix.
        (recentf-show-basenames)
        (recentf-relative-filter): Better code.  Doc fix.
        (recentf-arrange-by-rule-subfilter): Doc fix.  Improve :set code.
        (recentf-show-basenames)
        (recentf-relative-filter): Better code.  Doc fix.
        (recentf-arrange-by-rule-subfilter): Doc fix.  Improve :set code.
        (Info-display-images-node): New functions for displaying images.
        (Info-select-node): Call Info-display-images-node.
 
        (Info-display-images-node): New functions for displaying images.
        (Info-select-node): Call Info-display-images-node.
 
-2003-04-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-04-25  David Ponce  <david.ponce@wanadoo.fr>
 
        * files.el (file-relative-name): Recognize "c:/foo" as absolute
 
        * files.el (file-relative-name): Recognize "c:/foo" as absolute
-       file name.  Tiny change from David PONCE <david.ponce@wanadoo.fr>.
+       file name.
 
 2003-04-24  Sam Steingold  <sds@gnu.org>
 
 
 2003-04-24  Sam Steingold  <sds@gnu.org>
 
 
        * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
        (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
 
        * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
        (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
-       Move back to font-lock.el
+       Move back to font-lock.el.
        (font-lock-default-function): Use font-lock-mode-internal.
 
        * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
        (font-lock-default-function): Use font-lock-mode-internal.
 
        * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
 2003-04-13  Masatake YAMATO  <jet@gyve.org>
 
        * bindings.el (toplevel): Don't change the face
 2003-04-13  Masatake YAMATO  <jet@gyve.org>
 
        * bindings.el (toplevel): Don't change the face
-       of major-mode on the mode line. Setting the face on
+       of major-mode on the mode line.  Setting the face on
        the mode line code is installed by my mistake in
        my last change.
 
        the mode line code is installed by my mistake in
        my last change.
 
        (describe-minor-mode-from-symbol):
        Renamed from (old) describe-minor-mode.
        Use describe-minor-mode-completion-table-for-symbol.
        (describe-minor-mode-from-symbol):
        Renamed from (old) describe-minor-mode.
        Use describe-minor-mode-completion-table-for-symbol.
-       Don't use eval. Just use symbol-name.
+       Don't use eval.  Just use symbol-name.
        (describe-minor-mode-from-indicator): Document is updated.
        Use `format-mode-line'.
        Use describe-minor-mode-from-symbol instead of describe-minor-mode.
        (describe-minor-mode-from-indicator): Document is updated.
        Use `format-mode-line'.
        Use describe-minor-mode-from-symbol instead of describe-minor-mode.
 2003-04-11  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/etags.el (select-tags-table-mode-map):
 2003-04-11  Masatake YAMATO  <jet@gyve.org>
 
        * progmodes/etags.el (select-tags-table-mode-map):
-       Don't create new keymap. Instead copy from button-buffer-map.
+       Don't create new keymap.  Instead copy from button-buffer-map.
        Bind push-button to `t' instead of binding
        Bind push-button to `t' instead of binding
-       select-tags-table-select directly
+       select-tags-table-select directly.
        (tags-select-tags-table): New button.
        (select-tags-table): Put a button for each selections.
 
        (tags-select-tags-table): New button.
        (select-tags-table): Put a button for each selections.
 
        (quail-update-guidance): Just update quail-guidance-str, not
        display it.
        (quail-get-translations): Renamed from quail-show-translations.
        (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>
 
 
 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'.
 
        (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
 
        * net/tramp.el: Version 2.0.33 released.
        Change coding cookie to `iso-2022-7bit' for XEmacs
        * international/utf-16.el (utf-16-le-decode-loop)
        (utf-16-be-decode-loop): New temporary variables.
        (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
        * international/utf-16.el (utf-16-le-decode-loop)
        (utf-16-be-decode-loop): New temporary variables.
        (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
-       (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
+       (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop.
        (ccl-decode-mule-utf-16-le-with-signature)
        (ccl-decode-mule-utf-16-be-with-signature)
        (ccl-decode-mule-utf-16): New CCL programs.
        (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
        variables.
        (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
        (ccl-decode-mule-utf-16-le-with-signature)
        (ccl-decode-mule-utf-16-be-with-signature)
        (ccl-decode-mule-utf-16): New CCL programs.
        (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
        variables.
        (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
-       (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
+       (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop.
        (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.
        (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.
        to match symbols.  This makes CC Mode cope with the full range
        of identifier characters in e.g. Java.
 
        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>.
 
 
        * 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.
 
        * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
        all cases, whether or not start-process is fboundp.
        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.
        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
+       (desktop-file-version): New variable.  Version number of desktop
        file format.
        (desktop-create-buffer-form): Variable deleted.
        (desktop-save): New customizable variable.
        file format.
        (desktop-create-buffer-form): Variable deleted.
        (desktop-save): New customizable variable.
        (desktop-file-name): New function to convert a filename to the
        format specified in `desktop-file-name-format'.
        (desktop-create-buffer): Parameters renamed to descriptive
        (desktop-file-name): New function to convert a filename to the
        format specified in `desktop-file-name-format'.
        (desktop-create-buffer): Parameters renamed to descriptive
-       systematic names. These parameters are visible to handlers.
+       systematic names.  These parameters are visible to handlers.
        Renames:
        ver    -> desktop-file-version
        mim    -> desktop-buffer-minor-modes
        pt     -> desktop-buffer-point
        mk     -> desktop-buffer-mark
        ro     -> desktop-buffer-read-only
        Renames:
        ver    -> desktop-file-version
        mim    -> desktop-buffer-minor-modes
        pt     -> desktop-buffer-point
        mk     -> desktop-buffer-mark
        ro     -> desktop-buffer-read-only
-       locals -> desktop-buffer-locals
+       locals -> desktop-buffer-locals.
        (desktop-buffer-major-mode, desktop-buffer-file-name)
        (desktop-buffer-name): Delete unused customizable variables.
        (desktop-buffer-misc): Delete unused variable.
        (desktop-buffer-major-mode, desktop-buffer-file-name)
        (desktop-buffer-name): Delete unused customizable variables.
        (desktop-buffer-misc): Delete unused variable.
        (desktop-change-dir): New function.
        (desktop-save-in-load-dir): New function.  Save desktop in
        directory from which it was loaded.
        (desktop-change-dir): New function.
        (desktop-save-in-load-dir): New function.  Save desktop in
        directory from which it was loaded.
-       (desktop-revert): New function. Revert to the last loaded desktop.
+       (desktop-revert): New function.  Revert to the last loaded desktop.
 
 2003-04-06  Masatake YAMATO  <jet@gyve.org>
 
 
 2003-04-06  Masatake YAMATO  <jet@gyve.org>
 
        (asm-colon): Don't tab if colon is not after a label.
        (asm-line-matches, asm-pop-comment-level): Remove.
 
        (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'.
 
        * emulation/crisp.el (top-level): Quote second arg to
        `eval-after-load'.
        * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
        (lookup-minor-mode-from-indicator): New functions.
 
        * 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.
 
        * 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.
 
 
        * 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.
 
        * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
        replaces variable utf-translate-cjk which must be set via Custom.
        (x-last-selected-text-primary): Doc fixes.
        (x-win-suspend-error): Use proper noun in error message.
 
        (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
 
        * 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.
 
        * 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.
 
        * 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.
        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.
        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.
        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.
        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-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)
        (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)
        Add "`(" to same so that function and macro bodies beginning with a
        backquote do not get disturbed.  Revise the comments.
 
        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.
 
 
        * 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
 
        * net/tramp.el: Version 2.0.30 released.
        Replace term "path" with "localname" unless it is used for a
 2003-02-25  Andreas Schwab  <schwab@suse.de>
 
        * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
 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>
 
 
 2003-02-25  Kenichi Handa  <handa@m17n.org>
 
        of buffer.  This enables recognition of end of HERE-doc "as one types".
        Require "\n" after trailing tag of HERE-doc.
        \( made non-quoting outside of string/comment (gdj-contributed).
        of buffer.  This enables recognition of end of HERE-doc "as one types".
        Require "\n" after trailing tag of HERE-doc.
        \( made non-quoting outside of string/comment (gdj-contributed).
-       Likewise for \$.  Remove `here-doc-group' text property at start
-       (makes this property reliable).
+       Likewise for \$.  Remove `here-doc-group' text property at
+       start (makes this property reliable).
        Text property `first-format-line' ==> t.
        Do not recognize $opt_s and $opt::s as s///.
        (cperl-after-block-p): Optional arg pre-block to check for a pre-block
        Text property `first-format-line' ==> t.
        Do not recognize $opt_s and $opt::s as s///.
        (cperl-after-block-p): Optional arg pre-block to check for a pre-block
        in some earlier merge.
        (cperl-tags-hier-init): Use display-popup-menus-p.
 
        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.
 
 
        * 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.
 
        * 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.
 
        * 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.
 
        * mail/undigest.el (unforward-rmail-message): Allow nested
        unforwarding, that is, preserve old Forwarded-From/Date headers.
        beginning-of-defun to the non-existing command
        sh-beginning-of-compound-command.
 
        beginning-of-defun to the non-existing command
        sh-beginning-of-compound-command.
 
-2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
+2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>
 
        * files.el (find-alternate-file): Check whether `dired-directory'
        is bound.
 
        * files.el (find-alternate-file): Check whether `dired-directory'
        is bound.
        Face markup of calendar and diary displays: Any entry line that
        ends with [foo:value] where foo is a face attribute (except :box
        :stipple) or with [face:blah] tags, will have these values applied
        Face markup of calendar and diary displays: Any entry line that
        ends with [foo:value] where foo is a face attribute (except :box
        :stipple) or with [face:blah] tags, will have these values applied
-       to the calendar and fancy diary displays. These attributes "stack"
+       to the calendar and fancy diary displays.  These attributes "stack"
        on calendar displays.  File-wide attributes can be defined as
        follows: the first line matching "^# [tag:value]" defines the
        value for that particular tag.  All of the tags' regexps can be
        on calendar displays.  File-wide attributes can be defined as
        follows: the first line matching "^# [tag:value]" defines the
        value for that particular tag.  All of the tags' regexps can be
 
        * printing.el: New file.
 
 
        * 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.
 
 
        * 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.
 
        (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.
 
 
        * 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.
 
        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.
 
 
        * 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.
 
        * net/tramp.el: Version 2.0.29 released.
        (tramp-send-region): Protect against tramp-chunksize being nil.
        I did it accidently.  Infinite loop ...
        (tramp-get-device): `tramp-make-tramp-file-name' must not be
        called with NIL path.  It fails in case of multi-method.
        I did it accidently.  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
+       (tramp-file-name-for-operation): Apply `expand-file-name' for
        relative file names only.  Otherwise there might be problems if
        the default directory is another Tramp directory as the directory
        the file is based on.
        relative file names only.  Otherwise there might be problems if
        the default directory is another Tramp directory as the directory
        the file is based on.
 
        * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
        Apply `tramp-handle-directory-file-name'.
 
        * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
        Apply `tramp-handle-directory-file-name'.
-       (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
+       (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
        ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
        (tramp-smb-handle-make-directory): Use Emacs file name primitives
        instead of calling tramp-smb-handle-* equivalents directly.
        ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
        (tramp-smb-handle-make-directory): Use Emacs file name primitives
        instead of calling tramp-smb-handle-* equivalents directly.
 
        * ruler-mode.el (ruler-mode-margins-char): Likewise.
 
 
        * 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.
 
        * mail/rmailout.el (rmail-output): If preserving MIME-version,
        preserve Content-type too.
        regexp subpattern 5)
        (time-stamp-pattern): Initialize to nil to avoid regexp work in
        default case.
        regexp subpattern 5)
        (time-stamp-pattern): Initialize to nil to avoid regexp work in
        default case.
-       (time-stamp-string): Call set-time-zone-rule instead of setenv
+       (time-stamp-string): Call set-time-zone-rule instead of setenv.
        (time-stamp-hhmmss): Remove (not needed after all).
        (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
        (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
        (time-stamp-hhmmss): Remove (not needed after all).
        (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
        (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
 
        * antlr-mode.el: Bug fixes, miscellaneous.
        (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
 
        * 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.
        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.
 
        Changes from 2002-02-28:
 
 
        Changes from 2002-02-28:
 
-       * antlr-mode: Version 2.2 is released.
+       * antlr-mode.el: Version 2.2 is released.
 
        * antlr-mode.el (antlr): Moved to SourceForge.net
 
 
        * antlr-mode.el (antlr): Moved to SourceForge.net
 
        Changes from 2002-01-31:
 
        * antlr-mode.el (antlr-font-lock-additional-keywords):
        Changes from 2002-01-31:
 
        * antlr-mode.el (antlr-font-lock-additional-keywords):
-       Also hightlight `~' with `antlr-font-lock-syntax-face'.
+       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>
        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.
 
        * 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.
 
        * mail/undigest.el (rmail-forward-separator-regex): New custom
        variable.
        of unrecognized entries indicating syntax errors in ChangeLog files.
        (authors-coding-system): New variable.
        (authors-many-files): Update doc string.
        of unrecognized entries indicating syntax errors in ChangeLog files.
        (authors-coding-system): New variable.
        (authors-many-files): Update doc string.
-       (authors-aliases): Change format. Now one entry with multiple
+       (authors-aliases): Change format.  Now one entry with multiple
        aliases per author.
        (authors-valid-file-names, authors-renamed-files-alist)
        (authors-renamed-files-regexps): New variables.
        aliases per author.
        (authors-valid-file-names, authors-renamed-files-alist)
        (authors-renamed-files-regexps): New variables.
        (c-require-final-newline): Add a variable to make the
        initialization of `require-final-newline' more configurable.
 
        (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.
 
        * emacs-lisp/authors.el (authors-aliases): Add Jan D.
        Set iso-2022-7bit coding: cookie.
 
 2003-01-25  Bill Wohler  <wohler@newt.com>
 
 
 2003-01-25  Bill Wohler  <wohler@newt.com>
 
-       * mh-e: Created directory. ChangeLog will appear in a week when we
+       * 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,
        release version 7.2.
 
        * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
        well in the Lisp manual.
 
        * jka-compr.el (jka-compr-insert-file-contents):
        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>
 
 
 2003-01-24  John Paul Wallington  <jpw@gnu.org>
 
        (toplevel): Run it.
        (ibuffer-customize): New command.
        (ibuffer-mode-map): Bind it.
        (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)
        (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.
 
        * 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.
 
        * info.el (Info-index-next): Use "(`,' tries to find next)" for
        more matches for consistency with standalone info browser.
 
        * gud.el (gud-display-line): If the current file is newer than its
        buffer, offer to reread the file.
 
        * gud.el (gud-display-line): If the current file is newer than its
        buffer, offer to reread the file.
-       (gud-keep-buffer): New buffer local variable. Ensures offer to
+       (gud-keep-buffer): New buffer local variable.  Ensures offer to
        reread file is made just once.
 
 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
        reread file is made just once.
 
 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
 
 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
 
 
 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
 
-       * cus-dep.el (custom-make-dependencies):  Don't set standard-value
+       * cus-dep.el (custom-make-dependencies): Don't set standard-value
        and version numbers for variables.  Handle faces.
 
        and version numbers for variables.  Handle faces.
 
-       * cus-edit.el (customize-changed-options):  Doc addition.  Load the
+       * cus-edit.el (customize-changed-options): Doc addition.  Load the
        version deps earlier.  Use other tests for groups and variables.
        Handle faces.
 
        version deps earlier.  Use other tests for groups and variables.
        Handle faces.
 
        (ruler-mode-mouse-current-grab-object): New variables.
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
        New faces.
        (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-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.
        `ruler-mode-mouse-grab-any-column' instead of
        `ruler-mode-mouse-set-fill-column'.
        (ruler-mode-ruler-help-echo): Update its value.
 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
 
        * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
 
        * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
-       (gud-reset): New function. Reset environment at end of debugging.
+       (gud-reset): New function.  Reset environment at end of debugging.
        (gud-sentinel): Call gud-reset or gdb-reset.
        (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
        (gud-sentinel): Call gud-reset or gdb-reset.
        (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.
        (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.
+       (gdb-reset): New function.  Reset environment at end of debugging.
        (gdb-quit): Remove.
 
 2003-01-10  Dave Love  <fx@gnu.org>
 
        * international/code-pages.el (cp-make-coding-system): Fix last change.
 
        (gdb-quit): Remove.
 
 2003-01-10  Dave Love  <fx@gnu.org>
 
        * 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.
 
        * 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'.
 
        * 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.
 
        * mail/undigest.el (unforward-rmail-message): Simplified.
        No functional change.
        * cus-edit.el (custom-variable-prompt): Doc change.
        Use custom-variable-p.
        (customize-option): Remove search in loaddefs.el.
        * cus-edit.el (custom-variable-prompt): Doc change.
        Use custom-variable-p.
        (customize-option): Remove search in loaddefs.el.
-       (customize-apropos):  Use custom-variable-p.
+       (customize-apropos): Use custom-variable-p.
        (custom-save-variables): Use custom-variable-p to detect
        non-rogue variables.
 
        (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:.
 
 
        * 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.
 
        * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
        produced by TeX.
        (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
        (gdb-frames-mouse-select): Simplify.
        Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
        (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
        (gdb-frames-mouse-select): Simplify.
        Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
-       consistent with other modes in emacs.
+       consistent with other modes in Emacs.
        (gdb-display-source-buffer): Return window of source buffer
        for (gud-display-line).
 
        (gdb-display-source-buffer): Return window of source buffer
        for (gud-display-line).
 
        (customize-variable-other-window, customize-option-other-window):
        Definitions moved up.
 
        (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
 
        * 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.
 
 
        * 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
 
        * mail/undigest.el (unforward-rmail-message): Do not assume that
        the forwarded message's Date: header comes after From:.  Use a
 
 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
 
 
 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
 
-       * gdb-ui.el: Remove the concept of an instance. This means that
-       a lot of functions have been renamed. Accessors are prefixed with
+       * gdb-ui.el: Remove the concept of an instance.  This means that
+       a lot of functions have been renamed.  Accessors are prefixed with
        gdb-get, setters with gdb-set and the word instance has been
        removed from many function and variable names.
        (gdb-display-buffer): Protect source buffer as well
        gdb-get, setters with gdb-set and the word instance has been
        removed from many function and variable names.
        (gdb-display-buffer): Protect source buffer as well
        * dired.el (dired-insert-directory): Preserve text properties
        when quoting.
 
        * 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.
 
        * 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.
 
        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.
 
        * 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.
 
        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.
 
        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
        buffer as modified unless it really is.
 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
 
        * emacs-lisp/easy-mmode.el (define-minor-mode):
 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
 
        * emacs-lisp/easy-mmode.el (define-minor-mode):
-       Use `custom-current-group'. Pass all groups to the hook.
+       Use `custom-current-group'.  Pass all groups to the hook.
        (easy-mmode-define-global-mode): Use `custom-current-group'.
 
        * international/mule-cmds.el (current-language-environment):
        (easy-mmode-define-global-mode): Use `custom-current-group'.
 
        * international/mule-cmds.el (current-language-environment):
        Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
 
        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.
 
 
        * progmodes/antlr-mode.el (antlr): New URL.
 
 2002-12-10  Kenichi Handa  <handa@m17n.org>
 
        * language/european.el ("Swedish"): Change tutorial file name to
 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-09  John Paul Wallington  <jpw@shootybangbang.com>
 
 
        * font-lock.el (c++-font-lock-extra-types): Fix previous change.
 
 
        * 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
 
        * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
-       more make keywords:  defined, endef, override, export, unexport
+       more make keywords: defined, endef, override, export, unexport
        and vpath.
 
 2002-12-02  Dave Love  <fx@gnu.org>
        and vpath.
 
 2002-12-02  Dave Love  <fx@gnu.org>
 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-many-windows): Define as a minor mode.
 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-many-windows): Define as a minor mode.
-       (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
+       (toggle-gdb-windows): Remove.  (Patch from Stefan Monnier)
 
        * tooltip.el (tooltip-gud-process-output): Handle annotations that
        are output with gdba in gdb-ui.el.
 
        * tooltip.el (tooltip-gud-process-output): Handle annotations that
        are output with gdba in gdb-ui.el.
        Make search for message delimiter case-sensitive.
 
        * simple.el (yank-window-start): New variable.
        Make search for message delimiter case-sensitive.
 
        * simple.el (yank-window-start): New variable.
-       (yank): Record yank-window-start
+       (yank): Record yank-window-start.
        (yank-pop): Use yank-window-start.
 
        * info.el (Info-additional-directory-list): Doc fix.
        (yank-pop): Use yank-window-start.
 
        * info.el (Info-additional-directory-list): Doc fix.
        * tooltip.el (tooltip-gud-print-command): Add server prefix to the
        print command for gdb to keep it out of the command history.
 
        * 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>
        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>
 
 
 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>
 
 
 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'.
 
        * 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.
 
        * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
        Grok month numbers, too.
        (gud-menu-map): New commands: run, goto.
        Enable some commands for gdba.
        (gud-query-cmdline): Pass default directory to gdba.
        (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.
        (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
        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>
        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
 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>
        " 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.
        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>
        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.
 
        * 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,
        append slash only if result doesn't end in a slash already.
        (tramp-handle-file-truename): Restructure logic.  If list of steps
        is nil, return "/" as the real name.
 
        * net/tramp.el: Version 2.0.25 released.
        (tramp-handle-file-truename): If it's a directory,
        append slash only if result doesn't end in a slash already.
        (tramp-handle-file-truename): Restructure logic.  If list of steps
        is nil, return "/" as the real name.
-       (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
+       (tramp-completion-mode): Add "\\(" and "\\)".  Otherwise,
        `match-string' doesn't make sense.  From Michael Albinus.
        `match-string' doesn't make sense.  From Michael Albinus.
-       (tramp-host-with-port-regexp): New defcustom. Equal to previous
+       (tramp-host-with-port-regexp): New defcustom.  Equal to previous
        `tramp-host-regexp'.  From Michael Albinus.
        `tramp-host-regexp'.  From Michael Albinus.
-       (tramp-host-regexp): Taken off hashes in host names. Otherwise,
+       (tramp-host-regexp): Taken off hashes in host names.  Otherwise,
        scanning files like .rhosts would take comments as host names.
        From Michael Albinus.
        (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
        scanning files like .rhosts would take comments as host names.
        From Michael Albinus.
        (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
        menu pseudo-keys generated by easymenu which are lowercase in
        Emacs 22.1.
 
        menu pseudo-keys generated by easymenu which are lowercase in
        Emacs 22.1.
 
-       * progmodes/ada-xref.el
-       (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
+       * progmodes/ada-xref.el (ada-xref-update-project-menu)
+       (ada-add-ada-menu): Ditto.
 
 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
 
 
 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
 
 
        * international/ucs-tables.el: Don't bind
        utf-8-translation-table-for-decode while setting up
 
        * 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
        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
        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 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.
        (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.
 
        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):
 
        * net/tramp.el: Version 2.0.24 released.
        (tramp-methods, tramp-completion-function-alist):
        (occur-next, occur-prev): Use it.
 
        * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
        (occur-next, occur-prev): Use it.
 
        * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
-       (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
+       (sh-mark-line): Likewise.  Use 'occur-target and 'occur-match
        instead of 'occur and 'occur-point.
 
        * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
        instead of 'occur and 'occur-point.
 
        * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
        the face held by `gamegrid-face' in an overlay over the whole
        buffer to emulate a buffer-local default-face.
 
        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.
 
        * 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.
 
        * 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)
 
        * 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):
        (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>.
 
        (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
 
        * 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.
 
        (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.
 
 
        * 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.
 
        * net/tramp.el (tramp-completion-function-alist): Escape open
        paren in docstring.
        `tramp-find-method'.  Update callers.
        (tramp-find-method): New function.
 
        `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).
 
 
        * 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.
 
 
        * 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.
 
 
        * 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.
 
 
        * 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,
 
        * net/tramp.el (tramp-methods): Update docstring:
        tramp-encoding-command, tramp-decoding-command,
        parameters anymore.
        (tramp-uuencode-region): Autoload it.
 
        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.
 
 
        * net/tramp.el: Version 2.0.19 released.
 
        Use `tramp-uuencode-region' as local encoder for the uuencode based
        entries.
 
        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.
 
 
        * 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: 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.
 
        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.
 
 
        * 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.
 
        * net/tramp.el (tramp-encoding-shell): Default to environment
        variable COMSPEC on Windows.
        Define `result1'.
        (tramp-parse-hosts-group): Discard IPv6 entries.
 
        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.
 
        * 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.
 
        (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-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.
 
        * 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
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
-       entries. They are handled now by `tramp-completion-function-alist'.
-       (tramp-completion-function): Defvar removed. I've never used
-       it. Hmm.
+       entries.  They are handled now by `tramp-completion-function-alist'.
+       (tramp-completion-function): Defvar removed.  I've never used it.  Hmm.
        (tramp-get-completion-function)
        (tramp-get-completion-rsh, tramp-get-completion-ssh)
        (tramp-get-completion-telnet, tramp-get-completion-su):
        Functions removed as well.  Not necessary any longer due to extended
        customization means.
        (tramp-get-completion-function)
        (tramp-get-completion-rsh, tramp-get-completion-ssh)
        (tramp-get-completion-telnet, tramp-get-completion-su):
        Functions removed as well.  Not necessary any longer due to extended
        customization means.
-       (tramp-completion-function-alist): New defcustom. Holds all
+       (tramp-completion-function-alist): New defcustom.  Holds all
        FUNCTION FILE pairs used for user and host name completion
        relevant for METHOD.
        (tramp-completion-function-alist-rsh)
        (tramp-completion-function-alist-ssh)
        (tramp-completion-function-alist-telnet)
        (tramp-completion-function-alist-su): Defconst for initializing
        FUNCTION FILE pairs used for user and host name completion
        relevant for METHOD.
        (tramp-completion-function-alist-rsh)
        (tramp-completion-function-alist-ssh)
        (tramp-completion-function-alist-telnet)
        (tramp-completion-function-alist-su): Defconst for initializing
-       `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
-       values are known for me until now. Needs to be completed for at
+       `tramp-completion-function-alist'.  Unfortunately, mainly UNIX-like
+       values are known for me until now.  Needs to be completed for at
        least VMS++ like operating systems.
        (tramp-set-completion-function)
        (tramp-get-completion-function): New functions for configuration
        least VMS++ like operating systems.
        (tramp-set-completion-function)
        (tramp-get-completion-function): New functions for configuration
-       of `tramp-completion-function-alist'. The old definition of
+       of `tramp-completion-function-alist'.  The old definition of
        `tramp-get-completion-function' has been discarded.
        (tramp-completion-handle-file-name-all-completions):
        Change function call for user/host completion according to definition
        `tramp-get-completion-function' has been discarded.
        (tramp-completion-handle-file-name-all-completions):
        Change function call for user/host completion according to definition
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
 
        `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.
 
        * 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.
 
        (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
 
        * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
        (tramp-open-connection-setup-interactive-shell): Add some comments
        (tramp-get-completion-user-host): Accept user names as they are if
        typed until "@".
        (tramp-completion-mode): Replace `last-input-char' by modern
        (tramp-get-completion-user-host): Accept user names as they are if
        typed until "@".
        (tramp-completion-mode): Replace `last-input-char' by modern
-       `last-input-event'. Check for `event-modifiers'.
+       `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.
 
        * net/tramp.el (file-expand-wildcards): Corrected check to see if
        advising is necessary.
        (tramp-make-multi-tramp-file-format-unified)
        (tramp-make-multi-tramp-file-format-separate): Removed.
        (tramp-make-tramp-file-name): Allow partial tramp file
        (tramp-make-multi-tramp-file-format-unified)
        (tramp-make-multi-tramp-file-format-separate): Removed.
        (tramp-make-tramp-file-name): Allow partial tramp file
-       names. Generate tramp file format on-the-fly depending on
-       parameters. Apply atomar format strings resp expressions.
+       names.  Generate tramp file format on-the-fly depending on
+       parameters.  Apply atomar format strings resp expressions.
        (tramp-get-completion-methods)
        (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
        (tramp-parse-hosts-group): Take all host names and IP addresses
        (tramp-get-completion-methods)
        (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
        (tramp-parse-hosts-group): Take all host names and IP addresses
        `file-exists-p.
        (tramp-completion-handle-file-exists-p): New function.
        (tramp-completion-handle-file-name-completion): Simplified.
        `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-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-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>
 
        * net/tramp.el (tramp-get-completion-methods)
        (tramp-get-completion-rsh)
 
 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-get-completion-methods)
        (tramp-get-completion-rsh)
-       (tramp-get-completion-ssh): Add "[" for Xemacs.
+       (tramp-get-completion-ssh): Add "[" for XEmacs.
        (tramp-completion-file-name-regexp-separate): Expression adapted.
        (tramp-completion-file-name-handler-alist): Add handler for
        `file-name-directory' and `file-name-nondirectory'.
        (tramp-completion-file-name-regexp-separate): Expression adapted.
        (tramp-completion-file-name-handler-alist): Add handler for
        `file-name-directory' and `file-name-nondirectory'.
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
-       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
+       (tramp-parse-shosts): Use `with-temp-buffer'.  `result' renamed to
        `res' (otherwise side effects in XEmacs).
 
 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
        `res' (otherwise side effects in XEmacs).
 
 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
        (tramp-get-completion-ssh): Doc string tuned.
        (tramp-methods): Doc string and custom type extended for
        `tramp-completion-function'.
        (tramp-get-completion-ssh): Doc string tuned.
        (tramp-methods): Doc string and custom type extended for
        `tramp-completion-function'.
-       (tramp-completion-function): Variable added. Is it really used?
+       (tramp-completion-function): Variable added.  Is it really used?
        Other variables like `tramp-completion-function' aren't used.
        (tramp-completion-file-name-handler-alist): Add handler for
        `file-name-completion'.
        Other variables like `tramp-completion-function' aren't used.
        (tramp-completion-file-name-handler-alist): Add handler for
        `file-name-completion'.
 
        * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
        must be called again after activating `ange-ftp'.
 
        * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
        must be called again after activating `ange-ftp'.
-       (tramp-ange-ftp-file-name-p): Check for Xemacs.
+       (tramp-ange-ftp-file-name-p): Check for XEmacs.
 
 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
 
 
 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        tramp-invoke-ange-ftp 'write-region.
        (tramp-handle-set-file-modes): Change order of FILENAME and MODE
        passing to tramp-invoke-ange-ftp 'set-file-modes.
        tramp-invoke-ange-ftp 'write-region.
        (tramp-handle-set-file-modes): Change order of FILENAME and MODE
        passing to tramp-invoke-ange-ftp 'set-file-modes.
-       (tramp-flatten-list): New function. Maybe this functionality does
+       (tramp-flatten-list): New function.  Maybe this functionality does
        exist already elsewhere in the libraries.
        (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
        list in order to avoid nested lists, f.e. when invoked from
        `tramp-handle-dired-call-process'.
 
        exist already elsewhere in the libraries.
        (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
        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.
 
 
        * 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
 
        * 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.
 
        (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.
 
 
        * 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
        SWITCHES for remote files.
 
        * dired.el (dired-insert-directory): Always add "--dired" to to
        SWITCHES for remote files.
 
 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
 
 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
-       * ielm.el: (*1, *2, *3): New variables.
+       * ielm.el (*1, *2, *3): New variables.
        (ielm-eval-input): Make temporary buffers current on entry and
        exit to the let bindings for *, ** and ***.
        (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
        (ielm-eval-input): Make temporary buffers current on entry and
        exit to the let bindings for *, ** and ***.
        (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
        Don't unbind compilation-last-buffer after autoloading compile.el.
        Hide the compilation-minor-mode bindings altogether.
 
        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.
 
        * dired.el (dired-insert-directory): Never add "--dired" when
        listing remote directories.
        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
        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>
 
 
 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
 
 
        * scroll-bar.el (scroll-bar-mode): Specify :initialize.
 
 
        * 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>
        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
        (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.
        (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.
        (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.
 
        (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.
 
        (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)'.
 
        * play/tetris.el (tetris-blank-options, tetris-cell-options):
        Remove various redundant `(t nil)'.
 2002-09-12  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
 2002-09-12  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
-       (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
+       (for cygwin).  Suggested by Andrew Senior <aws@watson.ibm.com>.
        Use expand-file-name.  Also don't require time-stamp.
 
 2002-09-11  Richard M. Stallman  <rms@gnu.org>
        Use expand-file-name.  Also don't require time-stamp.
 
 2002-09-11  Richard M. Stallman  <rms@gnu.org>
        (ps-print-color-p, ps-page-dimensions-database): Autoload var.
        (ps-print-code, ps-print-preprint-region): Adjust code.
 
        (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.
 
        * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
        emacs-lisp-mode, like ~/.emacs.
 2002-09-08  Kim F. Storm  <storm@cua.dk>
 
        * kmacro.el (kmacro-end-and-call-macro): New command to end and
 2002-09-08  Kim F. Storm  <storm@cua.dk>
 
        * kmacro.el (kmacro-end-and-call-macro): New command to end and
-       call keyboard macro in one step. Bind it to C-x e by default.
+       call keyboard macro in one step.  Bind it to C-x e by default.
        (kmacro-call-macro): Use format-kbd-macro.
        (kmacro-step-edit-macro): New command to interactively step edit
        and execute last keyboard macro.
        (kmacro-call-macro): Use format-kbd-macro.
        (kmacro-step-edit-macro): New command to interactively step edit
        and execute last keyboard macro.
        * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
        (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
 
        * 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
 
        * net/tramp.el: Version 2.0.15 released.
        (require 'base64): Most modern Emacsen have the base64
 
        From Michael Albinus <Michael.Albinus@alcatel.de>:
        * net/tramp.el (tramp-invoke-ange-ftp):
 
        From Michael Albinus <Michael.Albinus@alcatel.de>:
        * net/tramp.el (tramp-invoke-ange-ftp):
-       (tramp-ange-ftp-file-name-p): Check for Xemacs.
+       (tramp-ange-ftp-file-name-p): Check for XEmacs.
        (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
        tramp-invoke-ange-ftp 'rename.
        (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
        (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
        tramp-invoke-ange-ftp 'rename.
        (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
 
        * comint.el (comint-carriage-motion): Start at START.
 
 
        * 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.
 
        * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
        given by vsFTPd when accessed with a kerberised FTP client.
 
        * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
 
 
        * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
 
-2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * frame.el (select-frame-by-name, select-frame-set-input-focus):
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
 
 
        * frame.el (select-frame-by-name, select-frame-set-input-focus):
        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.
 
        * 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.
 
        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
 
        * 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
 
        * 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>
        line-number-mode and column-number-mode are enabled.
 
 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
        * calendar/appt.el (appt-delete): Use substring-no-properties.
        (appt-make-list): Don't use prin1-to-string; use the string unchanged.
 
        * calendar/appt.el (appt-delete): Use substring-no-properties.
        (appt-make-list): Don't use prin1-to-string; use the string unchanged.
 
-2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
+2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * server.el (server-process-filter): Simplify code.
        (server-goto-line-column): New function.
 
        * server.el (server-process-filter): Simplify code.
        (server-goto-line-column): New function.
 
        * wid-browse.el (widget-minor-mode): Fix doc typo.
 
 
        * 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):
 
        * net/tramp.el: Version 2.0.12 released.
        (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
 
        * image.el (image-jpeg-p): Accept "Exif" marker.
 
 
        * 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.
 
        * 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.
 
 
        * 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
 
        * 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.
 
        (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
 
        * 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.
 
 
        * 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.
 
 
        * 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)
 
        * 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.
 
        (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".
 
        * net/tramp.el: Version 2.0.6.
        (tramp-default-method): Change to "ssh" from "sm".
        * dired.el: Hide disabling of dired-find-alternate-file behind
        autoload-cookie.
 
        * dired.el: Hide disabling of dired-find-alternate-file behind
        autoload-cookie.
 
-2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>
 
        * makefile.w32-in: Revert some changes from 2002-07-23 because they
        don't work on MSVC/nmake builds.
        (update-subdirs-CMD): Generate the right list of subdirectories.
 
 
        * makefile.w32-in: Revert some changes from 2002-07-23 because they
        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.
 
        * 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.
 
        * 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
 
        * eshell/eshell.el (eshell): Numeric prefix arg means to switch
        to the session with that number.  Old behavior still available
 
        * warnings.el (lwarn, warn, warning-levels): Doc fix.
        (warning-suppress-log-types): Fix typo.
 
        * warnings.el (lwarn, warn, warning-levels): Doc fix.
        (warning-suppress-log-types): Fix typo.
-       (display-warning): Fix typo. Remove useless assignment to free variable
+       (display-warning): Fix typo.  Remove useless assignment to free variable
        `group-string'.
 
 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
        `group-string'.
 
 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
 
        * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
        (reftex-bibliography-commands): New option.
 
        * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
        (reftex-bibliography-commands): New option.
-       (reftex-toc-split-windows-horizontally): New option
-       (reftex-toc-split-windows-horizontally-fraction): New option
+       (reftex-toc-split-windows-horizontally): New option.
+       (reftex-toc-split-windows-horizontally-fraction): New option.
        (reftex-include-file-commands): New option.
        (reftex-cite-format-builtin): Added ?n for nocite.
 
        (reftex-include-file-commands): New option.
        (reftex-cite-format-builtin): Added ?n for nocite.
 
 
        * textmodes/reftex-toc.el (reftex-re-enlarge):
        Handle horizontal splitting.
 
        * textmodes/reftex-toc.el (reftex-re-enlarge):
        Handle horizontal splitting.
-       (reftex-toc): Handle horizontal splitting
+       (reftex-toc): Handle horizontal splitting.
        (reftex-last-window-width): New variable.
 
        * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
        (reftex-last-window-width): New variable.
 
        * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
        * bindings.el (last-buffer): Use buffer-list with frame arg.
        Create *scratch* if no other choice exists.  Fix bugs.
 
        * 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
 
        * net/tramp.el: Bump version to 2.0.2.
        (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
        (encode-char): Use ucs-mule-to-mule-unicode.
 
        * international/characters.el: Fix settings of U+2000-U+2027.
        (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.
 
        * 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).
 
        * 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.
 
        * 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"
 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".
 
        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.
 
        * net/tramp.el (tramp-default-method): New default method "sm"
        which I guess to be good for most people.
        * files.el (after-find-file): Don't check for read-only status
        of files just created (and not yet saved on disk).
 
        * files.el (after-find-file): Don't check for read-only status
        of files just created (and not yet saved on disk).
 
-       * ido.el (ido-completion-help): Changed xemacs specific code to
-       avoid byte compiler warning in GNU emacs.
+       * ido.el (ido-completion-help): Changed XEmacs specific code to
+       avoid byte compiler warning in GNU Emacs.
        (ido-set-matches1): Use regexp-quote instead of identity.
        (ido-complete-space): New function.
        (ido-define-mode-map): Bind it to SPACE.
        (ido-set-matches1): Use regexp-quote instead of identity.
        (ido-complete-space): New function.
        (ido-define-mode-map): Bind it to SPACE.
 
        * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
 
 
        * 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.
 
        * 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.
 
        (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.
 
        * net/tramp.el (tramp-file-name-structure)
        (tramp-multi-file-name-hop-structure): Split for easier readability.
        * faces.el (describe-face): Capitalize "not documented" message.
 
        * help-fns.el (describe-variable): Likewise.
        * faces.el (describe-face): Capitalize "not documented" message.
 
        * help-fns.el (describe-variable): Likewise.
-       (describe-function-1): Likewise. Also, document the obsolescence
+       (describe-function-1): Likewise.  Also, document the obsolescence
        of the function, if applicable.
 
 2002-06-26  Juanma Barranquero  <lektu@terra.es>
        of the function, if applicable.
 
 2002-06-26  Juanma Barranquero  <lektu@terra.es>
 
        * dired.el (dired-find-alternate-file): Mark as disabled.
 
 
        * 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.
 
        * net/tramp.el (tramp-ftp-method): New user option.
        (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
        * progmodes/f90.el (f90-do-auto-fill): Respect the value of
        comment-auto-fill-only-comments.
 
        * 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.
 
        * 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.
 
        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.
 
        * progmodes/etags.el (tag-implicit-name-match-p): New function.
        (etags-recognize-tags-table): Use it for implicit tag names.
        (comint-send-input, comint-output-filter): Use text properties
        instead of overlays.
        (comint-insert-clicked-input): Rewrite to work with text
        (comint-send-input, comint-output-filter): Use text properties
        instead of overlays.
        (comint-insert-clicked-input): Rewrite to work with text
-       properties as well as overlays
+       properties as well as overlays.
        (comint-snapshot-last-prompt): Snapshot using text properties.
        (comint-get-old-input-default, comint-extract-string): Don't copy
        text properties.
        (comint-snapshot-last-prompt): Snapshot using text properties.
        (comint-get-old-input-default, comint-extract-string): Don't copy
        text properties.
        (italic): Try underlining for displays that don't support real italics.
        * cus-edit.el (custom-display): Add support for `supports' predicate.
        * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
        (italic): Try underlining for displays that don't support real italics.
        * cus-edit.el (custom-display): Add support for `supports' predicate.
        * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
-       instead of 8-bit, for consistency with the rest of emacs.
+       instead of 8-bit, for consistency with the rest of Emacs.
        (tty-color-canonicalize): Only copy COLOR if we need to change it.
        (tty-color-approximate): Scale values from `color-name-rgb-alist'
        appropriately.  Return the whole color description, rather than
        (tty-color-canonicalize): Only copy COLOR if we need to change it.
        (tty-color-approximate): Scale values from `color-name-rgb-alist'
        appropriately.  Return the whole color description, rather than
        * select.el (xselect-convert-to-string): If VALUE is a string,
        return a cons of TYPE and the string.
 
        * 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.
 
        * 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
        * 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.
        (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,
 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.
 
        `f90-next-block-end'.
        (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
 
 
 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 
 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
-       * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
+       * progmodes/f90.el (f90-end-of-subprogram): Remove the final
        `forward-line'.
        (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
        (f90-previous-block-start): New navigation commands.
        `forward-line'.
        (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
        (f90-previous-block-start): New navigation commands.
 2002-05-23  Colin Walters  <walters@verbum.org>
 
        * replace.el (occur-engine): Include all text properties except
 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>
 
 
 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.
        * 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):
        (apropos-calc-scores, apropos-score-str, apropos-score-doc)
        (apropos-score-symbol): New functions.
        (apropos-command, apropos, apropos-value, apropos-documentation):
-       Allow keywords in addition to regexp. Added scoring.
+       Allow keywords in addition to regexp.  Added scoring.
        (apropos-documentation-check-doc-file)
        (apropos-documentation-check-elc-file): Added scoring.
        (apropos-print): Sort according to score.
        (apropos-documentation-check-doc-file)
        (apropos-documentation-check-elc-file): Added scoring.
        (apropos-print): Sort according to score.
        (mail-default-directory): New user option.
        (mail, mail-recover): Use that option.
 
        (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.
 
        * 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.
 
        (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.
 
 
        * calc/calc-units.el (math-standard-units): Update from CODATA.
 
        * textmodes/sgml-mode.el (sgml-tag):
        Default skeleton-transformation to `identity'.
 
        * 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
        depend on whether comint-input-ring is empty, rather than depend
 
        * shell.el (shell-mode): Make second part of initialisation
        depend on whether comint-input-ring is empty, rather than depend
        (occur-engine): If there are no more matches, then finish
        searching the current buffer.
 
        (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
 
        * 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.
 
 
        * 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.
 
        * net/ldap.el (ldap-search-internal): Unfold folded lines before
        parsing.
 
        * wid-edit.el (checkbox): New check-mark image.
 
 
        * 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.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.
 
        (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.
 
        * 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.
 
        * 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:.
 
 
        * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
 
        (mouse-wheel-scroll-screen): Remove.
        ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
 
        (mouse-wheel-scroll-screen): Remove.
        ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
 
-       * w32-vars.el: (mouse-wheel-scroll-amount): Remove.
+       * w32-vars.el (mouse-wheel-scroll-amount): Remove.
 
 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
 
 
 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
 
 
 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 
 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)
        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.
 
        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.
 
        * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
        error call.
 
        * language/viet-util.el: Update Commentary section.
 
 
        * 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.
 
        * 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.
 
        * 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.
 
        * recentf.el (recentf-menu-before): Use string to specify path in
        the menu.
        (sendmail-send-it): Use it.
 
        * mail/smtpmail.el (smtpmail-queue-counter): New variable.
        (sendmail-send-it): Use it.
 
        * mail/smtpmail.el (smtpmail-queue-counter): New variable.
-       (smtpmail-send-it): Use it to construct new queue filenames
-       (needed if you send more than one message per second, which is
-       possible if you use Gnus Agent).
+       (smtpmail-send-it): Use it to construct new queue filenames (needed
+       if you send more than one message per second, which is possible if
+       you use Gnus Agent).
 
        * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
        files as well.
 
        * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
        files as well.
        (ibuffer-toggle-filter-group): New function.
        (ibuffer-toggle-filter-group-1): New function.
        (ibuffer-forward-filter-group): New function.
        (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.
        (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.
 
        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).
+       * international/mule-diag.el (list-input-methods-1): Doc fix (LEIM is
+       now part of the standard distribution).
 
        * tmm.el (tmm-completion-prompt): Doc fix.
 
 
        * tmm.el (tmm-completion-prompt): Doc fix.
 
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
+       * progmodes/cc-mode.el (c-define-abbrev-table): New function to
        pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
        emacsen that doesn't support it.
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * progmodes/cc-align.el, progmodes/cc-engine.el,
        pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
        emacsen that doesn't support it.
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * progmodes/cc-align.el, progmodes/cc-engine.el,
-       progmodes/cc-styles.el, progmodes/cc-vars.el
+       progmodes/cc-styles.el, progmodes/cc-vars.el
        (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
        Find correct anchor for statement-cont in top level constructs.
        Analyze variable initializations in top level constructs as
        (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
        Find correct anchor for statement-cont in top level constructs.
        Analyze variable initializations in top level constructs as
        and macros.
 
        (c-in-literal): No longer recognizes macros as literals by
        and macros.
 
        (c-in-literal): No longer recognizes macros as literals by
-       default. An extra flag argument is required to do that.
+       default.  An extra flag argument is required to do that.
 
        (c-macro-start, c-query-macro-start)
        (c-query-and-set-macro-start): Added a cache for the macro
 
        (c-macro-start, c-query-macro-start)
        (c-query-and-set-macro-start): Added a cache for the macro
        (c-least-enclosing-brace): Added optional second arg to limit
        the search to before a certain point.
 
        (c-least-enclosing-brace): Added optional second arg to limit
        the search to before a certain point.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
-       which could cause incorrect analysis if a cached state is used
-       (usually only happens when an electric key reindents a line).
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug which
+       could cause incorrect analysis if a cached state is used (usually
+       only happens when an electric key reindents a line).
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
        New functions.
 
        (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
        New functions.
 
-       * files.el: (auto-mode-alist): .f95 files in f90-mode.
+       * files.el (auto-mode-alist): .f95 files in f90-mode.
 
 
-       * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
+       * progmodes/fortran.el (fortran-beginning-do): Make regexp match
        a DO statement irrespective of numeric label.
 
 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
        a DO statement irrespective of numeric label.
 
 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
        * simple.el (pop-to-mark-command): Do not set this-command.
        (set-mark-command): Always jump to mark when called with arg.
 
        * 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.
 
        * 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.
 
        (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.
 
        * dired-aux.el (dired-star-subst-regexp)
        (dired-quark-subst-regexp): New constants.
 
        * term.el (term-emulate-terminal): Fix last change.
 
 
        * 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.
 
        * bindings.el (mode-line-mode-menu): Update names to reflect
        latest changes.
 
 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
 
 
 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
+       * viper-ex.el: Patch by Samuel Padgett.  Copyright papers received.
        (viper-ex-print-buf-name): New variable.
        (viper-ex-print-buf): New variable.
        (ex-token-alist): Invoke ex-print on ":print" Ex commands.
        (viper-ex-print-buf-name): New variable.
        (viper-ex-print-buf): New variable.
        (ex-token-alist): Invoke ex-print on ":print" Ex commands.
        (exchange-point-and-mark): Temporarily enable transient-mark-mode
        if prefix arg.
 
        (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.
 
        * 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.
 
        * 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.
 
        * 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.
 
        (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.
 
        * iswitchb.el: Update commentary to include new function
        iswitchb-exclude-nonmatching.
 
        * help.el (string-key-binding): Deal with margin events.
 
 
        * 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".
 
 
        * 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.
 
        (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.
 
 
        * 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.
 
        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.
 
        * 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.
 
        * 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.
 
 
        * files.el (display-time-string): Fix last change.
 
        default-process-coding-system.
        (coding-system-change-text-conversion): Fix case where CODING is nil.
 
        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.
 
 
        * subr.el (play-sound): Move here from simple.el.
 
 
        * textmodes/xml-lite.el: Remove.
 
 
        * 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).
 
 
        * 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.
 
        * 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.
 
        * 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.
 
        (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'.
 
        * cus-start.el: Rename `autoselect-window' to
        `mouse-autoselect-window'.
 2002-04-02  Mike Williams  <mdub@bigfoot.com>
 
        * textmodes/sgml-mode.el (sgml-close-tag): Rename from
 2002-04-02  Mike Williams  <mdub@bigfoot.com>
 
        * textmodes/sgml-mode.el (sgml-close-tag): Rename from
-       sgml-insert-end-tag. Simplify by using sgml-lexical-context.
+       sgml-insert-end-tag.  Simplify by using sgml-lexical-context.
        (sgml-get-context): Remove use of sgml-inside-tag-p.
        (sgml-inside-tag-p): Remove.
        (sgml-looking-back-at): Short-circuit at beg of buffer.
        (sgml-get-context): Remove use of sgml-inside-tag-p.
        (sgml-inside-tag-p): Remove.
        (sgml-looking-back-at): Short-circuit at beg of buffer.
 
        * textmodes/xml-lite.el: Removed much redundant stuff.
        (xml-lite-parse-tag-backward): Simplify parsing by assuming we
 
        * textmodes/xml-lite.el: Removed much redundant stuff.
        (xml-lite-parse-tag-backward): Simplify parsing by assuming we
-       always start within text. Make use of sgml-unclosed-tag-p.
+       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.
        (tcl-imenu-create-index-function): Function deleted.
 
        * tcl.el (tcl-imenu-generic-expression): New value.
        (tcl-imenu-create-index-function): Function deleted.
        (inferior-tcl-mode): Doc fix.
        Change not legally significant.
 
        (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'.
 
 
        * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
 
        for comments.
        (xml-lite-in-string-p): Simplify.
 
        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.
 
 
        * 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
        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>
        compatibility fix.
 
 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * subr.el (substring-no-properties): Function deleted (now in C).
 
 
        * 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.
 
        * 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.
 
        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'.
 
        * 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.
 
        * 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.
 
        * startup.el (fancy-splash-tail, normal-splash-screen):
        Update copyright.
 
        * frame.el (display-images-p): Do not explicitly check display type.
 
 
        * 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'.
 
        * mail-utils.el:
        Eliminate compilation warnings due to `rfc822-addresses'.
        Use ediff-make-new-meta-list-header.
        (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
 
        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-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.
 
        * 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
 
        * mail-utils.el (rmail-dont-reply-to):
        Overhaul to correctly apply the regular
        <top-level>: Remove the setup for all known codepages: it seems
        to cause crashes in the CCL driver.
 
        <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.
 
        * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
        (bibtex-entry-field-alist): Doc fix.
        * files.el (load-completion): New function.
        (load-library): Use it.
 
        * 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.
 
        * 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.
 
        (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
 
        * 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.
 
        * 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.
 
        * 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.
 
        (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):
 
        * 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.
 
 
        * 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.
 
        * 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.
 
 
        * 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.
 
        * 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.
 
        (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.
 
 
        * language/czech.el ("Czech"): Fix the documentation.
 
 
        * ediff-init.el: Comments.
 
 
        * ediff-init.el: Comments.
 
-       * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
+       * ediff-hook.el: Got rid of autoloads.  Not needed, since the hook
        is loaded.
 
        * ediff-mult.el (ediff-intersect-directories)
        is loaded.
 
        * ediff-mult.el (ediff-intersect-directories)
        (ediff-draw-dir-diffs): Now supports the "C" command in directory
        difference buffer.
        (ediff-dir-diff-copy-file): New function that implements copying
        (ediff-draw-dir-diffs): Now supports the "C" command in directory
        difference buffer.
        (ediff-dir-diff-copy-file): New function that implements copying
-       of files from one Ediff dir to another
+       of files from one Ediff dir to another.
        (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
        (ediff-append-custom-diff): Better error msgs.
 
        * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
        (ediff-inferior-compare-regions): Use
        (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
        (ediff-append-custom-diff): Better error msgs.
 
        * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
        (ediff-inferior-compare-regions): Use
-       ediff-clone-buffer-for-region-comparison. Better and simpler interface.
+       ediff-clone-buffer-for-region-comparison.  Better and simpler interface.
 
        * ediff.el (ediff-directories-internal): Cleanup.
        (ediff-clone-buffer-for-region-comparison): Better interface.
 
        * ediff.el (ediff-directories-internal): Cleanup.
        (ediff-clone-buffer-for-region-comparison): Better interface.
        (mode-line-inactive, header-line): Move the `t' section to the
        beginning so the `:inherit' setting can be shared.
 
        (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.
 
        * 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.
 
        * 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.
 
        * hexl.el (hexl-options): Doc fix.
        Update Commentary section.
 
 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       Support for ICCCM  Extended Segments in X selections:
+       Support for ICCCM Extended Segments in X selections:
 
        * international/mule-conf.el (ctext-no-compositions): New coding
        system.
 
        * 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.
        (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.
 
        (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.
 
        * 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.
 
        * 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
 
        * 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.
 
        * 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.
 
        * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
 
        * textmodes/flyspell.el (flyspell): Add to ispell group.
 
 
        * 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.
 
        * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
        repeated.
        * cus-start.el: Add automatic-hscroll-margin and
        automatic-hscroll-step.
 
        * 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.
 
 
        * 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
 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>
 
 
 2002-02-15  Richard M. Stallman  <rms@gnu.org>
 
 
        * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
 
 
        * 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.
 
        * simple.el (mark-word): Mark more if repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
        `current-language-environment' and `default-input-method' when
        marked as customized.
 
        `current-language-environment' and `default-input-method' when
        marked as customized.
 
-       * international/mule-cmds.el
-       (setup-specified-language-environment):
+       * international/mule-cmds.el (setup-specified-language-environment):
        Mark `current-language-environment' as customized.
        (set-input-method): Mark `default-input-method' as customized when
        called interactively.
        Mark `current-language-environment' as customized.
        (set-input-method): Mark `default-input-method' as customized when
        called interactively.
        * cus-start.el: Don't warn about "x-*" symbols when building a
        non-GUI version.
 
        * 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.
 
        * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
        Doc fix.
        (dump-charsets, dump-codings): Deleted (obsolete).
        From Dave Love <fx@gnu.org>.
 
        (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.
 
 
        * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
 
 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-util.el (viper-read-key-sequence): Fix so it'll read
 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-util.el (viper-read-key-sequence): Fix so it'll read
-       fast key sequences in emacs native mode
+       fast key sequences in Emacs native mode.
        (viper-events-to-keys): Delete.
 
        * viper.el (describe-key, describe-key-briefly): Get rid of
        (viper-events-to-keys): Delete.
 
        * viper.el (describe-key, describe-key-briefly): Get rid of
        Use ediff-has-gutter-support.
 
        * ediff-util.el (ediff-dispose-of-variant-according-to-user):
        Use ediff-has-gutter-support.
 
        * ediff-util.el (ediff-dispose-of-variant-according-to-user):
-       check if buff is alive.
+       Check if buff is alive.
 
        * ediff.el: Typo in comment.
 
 
        * 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.
 
        * menu-bar.el (menu-bar-options-save): Take care of
        line-number-mode and column-number-mode variables.
        * subr.el (global-set-key, local-set-key): Accept a symbol for the
        KEY argument (like define-key).
 
        * 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.
 
 
        * 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.
 
        * 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.
 
        * 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.
        (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.
 
        * 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.
 
        * 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.
 
 
        * 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'.
 
        * 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.
 
        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.
 
 
        * cus-edit.el (customize-save-variable): Fix typo in prompt.
 
        * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
        (flyspell-mode-on, flyspell-notify-misspell)
        (flyspell-small-region, flyspell-external-point-words)
        * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
        (flyspell-mode-on, flyspell-notify-misspell)
        (flyspell-small-region, flyspell-external-point-words)
-       (flyspell-large-region): Use it
+       (flyspell-large-region): Use it.
        (flyspell-before-incorrect-word-string)
        (flyspell-after-incorrect-word-string): New user options.
        (make-flyspell-overlay): Use them.
        (flyspell-before-incorrect-word-string)
        (flyspell-after-incorrect-word-string): New user options.
        (make-flyspell-overlay): Use them.
        * emulation/pc-select.el (pc-select-save-and-set-mode):
        Properly use MODE-VAR.
 
        * 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".
 
        * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
        Version" to "About Emacs".
 
        * calendar/calendar.el (generate-calendar-month): Doc fix.
 
 
        * 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.
 
        * time.el (display-time-mail-directory): New option.
        (display-time-mail-function): Update doc-string.
        (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
        (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
        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.
 
        * 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.
 
        * generic-x.el (apache-conf-generic-mode): Highlight the first
        word in a line even if preceded by blanks.
 
 2002-01-20  Colin Walters  <walters@verbum.org>
 
 
 2002-01-20  Colin Walters  <walters@verbum.org>
 
-       * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
+       * ibuffer.el (toplevel): Require `ibuf-ext', which is now compiled
        with `byte-compile-dynamic'.
        (ibuffer-default-directory, toplevel): Doc files.
 
        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.
 
 
        * tempo.el (tempo-define-template): Doc fix.
 
 
        * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
 
 
        * 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.
 
        * language/tibet-util.el (tibetan-decompose-region)
        (tibetan-decompose-string): Fix typo in docstring.
 
        * mail/feedmail.el (feedmail): Fix :link spec.
 
 
        * 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.
 
        * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
        2 ldapsearch.
        Move view-emacs-FAQ from F to C-f.
        Move view-emacs-problems from P to C-e.
        Bindings moved here from mule-cmds.el.
        Move view-emacs-FAQ from F to C-f.
        Move view-emacs-problems from P to C-e.
        Bindings moved here from mule-cmds.el.
-       C-l binding for describe-language-environment deleted
+       C-l binding for describe-language-environment deleted.
        (help-for-help): Update for all these changes.
 
        * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
        (help-for-help): Update for all these changes.
 
        * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
 
        * dired-aux.el (dired-do-shell-command): Doc fix.
 
 
        * 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".
 
        * 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.
 
        (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-check-pre-word-p):
        Prevent delaying when executing keyboard macros.
 
        * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
 
 
        * 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.
 
        * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
        Do not use make-local-hook.
 
        * ediff-hook.el: Add an autoload cookie.
 
 
        * 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.
 
        * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
        address of the author.
 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
-       new macro that replaces viper-emacs-p and viper-xemacs-p in many
-       cases. Used to reduce the number of warnings.
+       New macro that replaces viper-emacs-p and viper-xemacs-p in many
+       cases.  Used to reduce the number of warnings.
 
        * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
        (viper-standard-value): Move here from viper.el.
 
        * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
        (viper-standard-value): Move here from viper.el.
-       (viper-set-unread-command-events): Move to viper-util.el
+       (viper-set-unread-command-events): Move to viper-util.el.
        (viper-check-minibuffer-overlay): Make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
 
        (viper-check-minibuffer-overlay): Make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
 
        * help-fns.el (describe-variable, describe-function):
        Do save-excursion.
 
        * 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/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.
 
        * 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.
 
        * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
        editing an empty hotlist.
 
        * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
 
 
        * 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
 
        * 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.
 
        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).
+       * time.el (display-time-load-average-threshold):
+       Fix defcustom (add type and group).
 
        * net/ange-ftp.el (ange-ftp-shell-command): Remove port
        specification from the hostname.
 
        * net/ange-ftp.el (ange-ftp-shell-command): Remove port
        specification from the hostname.
        * bindings.el (function-key-map): Don't bind shifted keypad
        numeric keys.
 
        * 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.
 
        * 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.
 
        * 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):
 
        * progmodes/octave-mod.el (octave-abbrev-table):
        * progmodes/idlwave.el (idlwave-mode-abbrev-table):
 
        * international/fontset.el: Don't require ind-util when compiling.
 
 
        * 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
 
        * emulation/tpu-edt.el (tpu-reset-screen-size):
        Use set-frame-height and set-frame-width instead of set-screen-height
        * play/yow.el (yow): Use an arg to distinguish interactive calls,
        not interactive-p.
 
        * 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.
 
        * 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.
 
        * 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.
 
        * time.el (display-time-load-average-threshold): New variable.
        (display-time-update): Use it.
        (print-coding-system-briefly): Make printed output have a similar
        format as describe-character-set.
 
        (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.
 
        * play/blackbox.el (bb-member): Remove, use member instead.
        (bb-delete): Remove, use delete instead.
 
        * international/fontset.el: Require `ind-util' when compiling.
 
 
        * 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.
 
        * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
        instead of decompose-composite-char.
 
        * language/ind-util.el: Don't require cl.
        (indian-glyph-char, indian-glyph-max-char)
 
        * language/ind-util.el: Don't require cl.
        (indian-glyph-char, indian-glyph-max-char)
-       (indian-char-glyph): Moved from indian.el
+       (indian-char-glyph): Moved from indian.el.
        (indian--puthash-char, mapthread): Don't quote lambda.
        (indian--map): New function.
        (indian--puthash-v, indian--puthash-c, indian--puthash-m)
        (indian--puthash-char, mapthread): Don't quote lambda.
        (indian--map): New function.
        (indian--puthash-v, indian--puthash-c, indian--puthash-m)
 
        * newcomment.el (comment-indent): Jump to the middle of empty comments.
 
 
        * 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.
 
        * 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.
 
        * 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.
 
 
        * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
 
        * language/european.el: Remove autoload cookies.  Fix registration
        of diacritic composition function.
 
        * 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.
 
 
        * calendar/todo-mode.el: Require time-stamp.
 
        Use `select-frame-set-input-focus'--needed when window manager
        uses "click to focus" policy.
 
        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.
 
 
        * COPYING: Moved back.
 
        * textmodes/picture.el (picture-mode-map): Don't use defconst
        for a variable.
 
        * 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.
 
        * textmodes/reftex-index.el (reftex-index-mode):
        Remove make-local-hook.
 
        * man.el (Man-build-section-alist): Remove last Man-match-substring.
 
 
        * 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.
 
 
        * 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.
 
 
        * 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.
        * 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.
        (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'.
 
        (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.
 
 
        * COPYING: Removed.
 
        (register-char-codings): Use it to cope with generic chars in
        safe-chars.
 
        (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.
 
 
        * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
 
        * frame.el (show-trailing-whitespace): Remove :set argument (the
        value was essentially identical to the defalt).
 
        * frame.el (show-trailing-whitespace): Remove :set argument (the
        value was essentially identical to the defalt).
 
-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.
 
 
        * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
 
 
        * help-funs.el (describe-syntax): Put (interactive) after doc string.
 
 
        * 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.
 
        * international/quail.el (quail-help): Require help-mode in
        top-level instead.
 
 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
+       * mail/rmail.el (rmail-enable-mime-composing): New.  A lightweight
        version of rmail-enable-mime.
        (rmail-forward): Use it.
 
        version of rmail-enable-mime.
        (rmail-forward): Use it.
 
        * language/devan-util.el: Comment out parts of the file
        which apparently are garbled.
 
        * 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.
 
 
        * 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.
 
 
        * play/snake.el (snake-mode): Remove make-local-hook.
 
        to avoid name clashes.  Fix `lisp-indent-function' property for
        both.
 
        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.
 
 
        * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
 
 
 2001-11-22  Colin Walters  <walters@debian.org>
 
 
 2001-11-22  Colin Walters  <walters@debian.org>
 
-       * calc/calc-misc.el (calc-info): Don't perform voodoo, just
-       (info "Calc").
+       * calc/calc-misc.el (calc-info): Don't perform voodoo,
+       just (info "Calc").
        (report-calc-bug): Use reporter.el.
 
        * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
        (report-calc-bug): Use reporter.el.
 
        * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
 
        * international/encoded-kb.el: Don't alter minor-map-alist.
 
 
        * 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.
 
        * files.el (auto-save-file-name-transforms): Put remote files in
        temporary-file-directory rather than /tmp.
 
        * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
 
 
        * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
 
-       * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
+       * progmodes/cc-engine.el (c-parse-state): Typo.  From Martin Stjernholm.
 
        * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
 
        * 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.
        (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
 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>
 
 
 2001-11-19  Colin Walters  <walters@verbum.org>
 
        Don't recognize a "telephone number" at the beginning of the name.
        (mail-extr-leading-garbage): Match non-word characters only.
 
        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.
 
 
        * startup.el (command-line-processed): Doc fix.
 
        (multiple-value-apply, nth-value): Use defsubst rather than defalias
        to get better doc strings.
 
        (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.
 
 
        * derived.el: Fix autoload cookie.
 
        (log-view-current-tag): Take an optional `where' arg.
        (log-view-diff): New user command.
 
        (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.
 
 
        * 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.
 
        * 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.
 
        * 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
 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.
        <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
 
        * calc/calc.el (toplevel): Require calc-macs.
        * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
        simple `setq' form.
 
        * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
        simple `setq' form.
 
-       * calc/calc-ext.el: (toplevel): Require calc.
+       * calc/calc-ext.el (toplevel): Require calc.
        (calc-fancy-prefix-map): New.
        (calc-fancy-prefix): Use it.
        (calc-fancy-prefix-other-key): New.
        (calc-fancy-prefix-map): New.
        (calc-fancy-prefix): Use it.
        (calc-fancy-prefix-other-key): New.
        (radio-button-choice): Ditto.
        (editable-list): Ditto.
 
        (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.
 
        * play/gomoku.el: Move definitions of constants to the beginning
        of file, before their use.
        (debugger-setup-buffer): Call it.
        (debugger-mode-map): Bind RET and mouse-2.
 
        (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.
 
 
        * startup.el: Document command line option --no-window-system
        instead of --no-windows.
 
-2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
-
-       * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
+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.
 
        * font-lock.el (java-font-lock-syntactic-face-function): New fun.
        (font-lock-defaults-alist): Use it.
-       From David Ponce <david.ponce@wanadoo.fr>
+
+2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
 
        * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
        output of `char-after'.
 
        * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
        output of `char-after'.
        Report numbers of files skipped and failed too.
        (byte-compile-file): Return 'no-byte-compile for skipped files.
 
        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'.
 
        * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
        and `M p'.
 
 2001-10-26  Jason Rumney  <jasonr@gnu.org>
 
 
 2001-10-26  Jason Rumney  <jasonr@gnu.org>
 
-       * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
+       * w32-fns.el (w32-charset-info-alist): Use ANSI for iso10646-1
        when UNICODE is not defined.
 
 2001-10-26  Sam Steingold  <sds@gnu.org>
        when UNICODE is not defined.
 
 2001-10-26  Sam Steingold  <sds@gnu.org>
        (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-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): Autoload cookie added on same line as comment
+       (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'
        (ps-mode-tabkey, ps-mode-backward-delete-char):
        (ps-mode-r-balance): Replace `delete-horizontal-space' and
        `indent-to' with `indent-line-to'
        * progmodes/compile.el (compilation-set-window-height):
        Select old window only if it's still live.
 
        * 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>.
 
        * help-mode.el (help-buffer): Remove debugging code.
        From Stefan Monnier <monnier@cs.yale.edu>.
 See ChangeLog.9 for earlier changes.
 
 ;; Local Variables:
 See ChangeLog.9 for earlier changes.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; End:
 
 ;; End:
 
-    Copyright (C) 2001, 2002 Free Software Foundation, Inc.
-  Copying and distribution of this file, with or without modification,
-  are permitted provided the copyright notice and this notice are preserved.
+    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
+      2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1
 
 ;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1