Fix typos in ChangeLogs.
[bpt/emacs.git] / lisp / ChangeLog.11
index 40482ce..c1ee441 100644 (file)
@@ -64,7 +64,7 @@
 
 2004-12-31  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (buffer-file-coding-system-explicit):
+       * international/mule.el (buffer-file-coding-system-explicit):
        Rename for explicit-buffer-file-coding-system.
        (after-insert-file-set-coding): Adjust for the above change.
 
@@ -84,7 +84,7 @@
 
 2004-12-30  Andreas Leue  <al@sphenon.de>
 
-       * textmodes/artist.el (artist-version): 1.2.6
+       * textmodes/artist.el (artist-version): 1.2.6.
        (artist-prev-next-op-alist): New variable.
        (artist-select-next-op-in-list): New function.
        (artist-select-prev-op-in-list): New function.
 
        * hexl.el (hexlify-buffer): Remove fontification here.
        Use font lock mechanism instead.
-       (hexl-font-lock-keywords): New font lock kewords.
+       (hexl-font-lock-keywords): New font lock keywords.
        (hexl-mode-old-font-lock-keywords): New variable.
        (hexl-mode): Store the old font lock keywords.
        (hexl-mode-exit): Restore the old font lock keywords.
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
-       (calculator-mode-hook): Now used in electric mode too,
+       (calculator-mode-hook): Now used in electric mode too.
        (calculator): Call it.
        (calculator-mode-map): Some new keys.
        (calculator-message): New function.  Some new calls.
 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
-       Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
+       Reported by Ville Skyttä <scop@xemacs.org>.
        (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
        (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
        (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
        (sc-recite-region): Handle the case where sc-recite-frame-alist is
        a symbol.
 
-2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
+2004-11-27  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
 
        * wid-edit.el (widget-narrow-to-field): New function.
        (widget-complete): Use it.
        (math-exp-old-pos): Declare them.
 
        * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
-       (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
+       (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
 
 2004-11-27  Kim F. Storm  <storm@cua.dk>
 
 2004-11-25  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/flymake.el: Reindent.
-       (flymake-split-string): Turn into defalias.
+       (flymake-split-string): Turn into defalias.
        (flymake-fix-file-name): Rename from flymake-fix-path-name.
        (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
        (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
        declared variables.
        (math-comp-simplify, math-comp-simplify-term)
        (math-comp-add-string, math-comp-add-string-sel):
-       Replace variables comp-highlight, comp-buf, comp-base,
+       Replace variables comp-highlight, comp-buf, comp-base,
        comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
 
-2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-23  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add x-use-old-gtk-file-dialog.
 
        (math-so-far, math-integ-expr, math-expr-parts, calc-low)
        (calc-high, math-solve-var, math-solve-full, math-solve-vars)
        (math-try-solve-sign, math-solve-b, math-solve-system-vv)
-       (math-solve-res): New variables
+       (math-solve-res): New variables.
        (math-derivative, calcFunc-deriv, calcFunc-tderiv)
        (math-integral, math-replace-integral-parts)
        (math-integrate-by-parts, calc-dump-integral-cache)
        (display-call-tree, byte-compile-arglist-warn):
        Handle t returned by byte-compile-fdefinition.
 
-2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * Makefile.in (maintainer-clean): Depend on distclean.
 
        (math-do-integral): Set `math-linear-subst-tried' to nil.
        (math-do-integral-methods): Use `math-linear-subst-tried' to
        determine what type of substitution to try.
-       (math-integ-try-linear-substituion):
+       (math-integ-try-linear-substitution):
        Set `math-linear-subst-tried' to t.
 
 2004-11-08  Kim F. Storm  <storm@cua.dk>
 
        * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
 
-2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-04  Jan Djärv  <jan.h.d@swipnet.se>
 
        * dired.el (dired-read-dir-and-switches): Call read-directory-name
        if a dialog will be used, read-file-name otherwise.
        * emacs-lisp/advice.el (ad-make-advised-definition):
        Use called-interactively-p.
 
-2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * files.el (find-file-existing): New function.
 
        * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
        with `interactive "s"'.
 
-2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-01  Jan Djärv  <jan.h.d@swipnet.se>
 
        * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
        Revert change from 2004-10-16.  '*' checks the current buffer, but the
        (bibtex-complete): Do not use bibtex-choose-completion-string.
        (bibtex-url): Simplify.
 
-2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-10-31  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
        (x-dnd-types-alist, x-dnd-open-file-other-window)
        (grep-mode-font-lock-keywords): Delete grep markers instead
        of making them invisible.
 
-2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-10-28  Jan Djärv  <jan.h.d@swipnet.se>
 
        * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
        and x-server-version in bug report.
        (enriched-mode): Make sure that enabling and disabling the mode is
        a no-op.  Doc fix.
 
-2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
+2004-09-23  Håkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
 
        * calendar/holidays.el (holiday-advent): Report on a specified day
        offset from advent, not just advent.
        mark mode (to include the current match to region boundaries).
        Push the search string to `query-replace-from-history-variable'.
        Add prompt "Query replace regexp" for isearch-regexp.
-       Add region beginning/end as last arguments of `perform-replace.'
+       Add region beginning/end as last arguments of `perform-replace'.
        (isearch-query-replace-regexp): Replace code by the call to
        `isearch-query-replace' with arg `t'.
 
        lines that begin in the region, rather than on all complete lines
        in the region.
 
-2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-08-31  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-protocol-alist): Document update.
        (x-dnd-known-types): Defcustom it.
 2004-08-30  John Paul Wallington  <jpw@gnu.org>
 
        * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
-       strings rather than programatically constructing message.
+       strings rather than programmatically constructing message.
 
 2004-08-30  Richard M. Stallman  <rms@gnu.org>
 
        (tex-start-shell): Use `set-process-query-on-exit-flag'.
 
        * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
-       (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
+       (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
 
 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2004-08-21  John Paul Wallington  <jpw@gnu.org>
 
        * subr.el (process-kill-without-query): Made obsolete in
-       version 21.4, not 21.5.
+       version 21.4, not 21.5.
 
        * log-edit.el (vc-comment-ring, vc-comment-ring-index)
        (vc-previous-comment, vc-next-comment)
 
        * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
 
-2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
+2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny change)
 
        * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
        Correct indentation of DEFMETHODS with non-standard method
        (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
        (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
 
-2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
        (mail-extr-voodoo): Check mail-extr-disable-voodoo.
        * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
        (ccl-untranslated-to-ucs): Fix typo.
 
-2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
+2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>
 
        * progmodes/python.el (python-open-block-statement-p):
        Fix indentation after a block opening that contains a comment.
 
-2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
+2004-06-12  Jérôme Marant  <jerome@marant.org>
 
        * bindings.el (completion-ignored-extensions): Add file extensions
        of Python byte-compiled files.
        (encode-char): Likewise.
 
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
-       pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
+       pair correctly.  Call ccl-mule-utf-untrans for untranslatable chars.
        (utf-16le-decode-loop): Set r5 to -1 before loop.
        (utf-16be-decode-loop): Likewise.
        (ccl-decode-mule-utf-16le): Add EOF processing block.
        * replace.el (perform-replace): Use `limit' to terminate the
        while-loop explicitly.
 
-2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-06-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
        Use lc-*.xpm as prefix instead of *-locol.xpm.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
 
-2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-06-08  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
        * toolbar/help-locol.xpm, toolbar/home-locol.xpm
        * help-fns.el (help-argument-name): Inherit from italic face only
        if the frame supports it.
 
-2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-06-06  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
        * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
        (byte-goto-log-buffer): Delete.
        (byte-compile-log-file): Call compilation-forget-errors.
 
-2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>
 
        * net/ldap.el (ldap-search-internal): Avoid mixing standard error
        output messages into the search result.
 
        * international/characters.el: Fix syntax (open/close) of CJK chars.
 
-2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
+2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>
 
        * help-mode.el (help-go-back): Don't depend on position of back button.
 
        * progmodes/compile.el (compilation-warning-face)
        (compilation-info-face): Use min-colors.
 
-2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-05-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
        * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
        * calendar/appt.el (appt-disp-window):
        Use `calendar-set-mode-line' for a centered mode-line.
 
-2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>
 
        * calendar/appt.el (appt-disp-window): Do not split window
        excessively when `split-height-threshold' is low.
        * progmodes/compile.el (compilation-set-window-height):
        Use save-excursion to protect against misplaced marker.
 
-2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-05-12  Jan Djärv  <jan.h.d@swipnet.se>
 
        * custom.el (defface): Document that type can have value gtk.
 
 
        * select.el (xselect-convert-to-string): Move comment to intended line.
 
-2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-05-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
        cut/copy/paste in case menu-bar-enable-clipboard is in effect.
 
-2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-05-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-clipboard-yank): Don't exit on error from
        x-get-selection.
        * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
        to desktop-save-buffer.
 
-       * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
+       * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
        desktop-save-buffer.
 
        * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
        * info-look.el: Add support for cfengine-mode.
        (info-lookup-setup-mode): Use dolist.
 
-2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
+2004-04-23  Juan León Lahoz García  <juan-leon.lahoz@tecsidel.es>
 
        * wdired.el: New file.
 
        (rmail-decode-region): Use -dos variety of `coding', to remove any
        ^M characters left after qp or base64 decoding.
 
-2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-04-19  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
        messages.
 
        * dired.el (dired-font-lock-keywords): Fix permission regexps.
 
-2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-04-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
        Use utf-16le on little endian machines and utf-16be otherwise.
        * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
        `dired-move-to-filename-regexp'.
 
-2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
+2004-03-31  Håkan Granath  <hakan.granath@kau.se>  (tiny change)
 
        * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
 
 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-hooks.el (vc-file-not-found-hook): Fix typo.
-       From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
+       From lorentey@elte.hu (Lőrentey Károly).
 
 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
 
 
        (compile): Additional argument for interactive compiles like TeX.
 
-       * progmodes/grep.el (kill-grep): Move here from compile.el
+       * progmodes/grep.el (kill-grep): Move here from compile.el.
        (grep-error, grep-hit-face, grep-error-face)
        (grep-mode-font-lock-keywords): New variables.
        (grep-regexp-alist): Simplify regexp and add `binary' case.
        (tramp-smb-process-running): Remove.  Since we acknowledge the
        virtual prompt for shares, there's no need for distinction of
        reading shares (process ends afterwards) and interactive mode of
-       smblient.
+       smbclient.
        (tramp-smb-open-connection): Setting process sentinel removed.
        (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
        "NT_STATUS_NETWORK_ACCESS_DENIED".
 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
 
        * rmail-spam-filter.el (vm-use-spam-filter)
-       (rsf-min-region-length-added-to-spam-list): New variables.
+       (rsf-min-region-length-added-to-spam-list): New variables.
        (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
        rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
        spam testing.  Don't delete spam message if automatic deletion
        * loadhist.el (unload-feature): Doc fix.  Rename flist to
        unload-hook-features-list.
 
-2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
+2004-02-16  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
        cookie.  Don't check if we are looking-at open-formula.
 
-2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2004-02-16  Jesper Harder  <harder@ifa.au.dk>
 
        * subr.el (match-string-no-properties): Use substring-no-properties.
 
        * international/ccl.el (ccl-compile-write): Pass `left' to
        ccl-embed-code to generate correct code of write-expr-register.
 
-2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
+2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * progmodes/grep.el (grep-compute-defaults): Fix typos.
 
-2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-02-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el: Mention support for Motif in commentary.
        (x-dnd-handle-drag-n-drop-event): Ditto.
        Use listp instead of consp to avoid putting a nil arg.
        (diff): Add a revert-buffer function.
 
-2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-02-10  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
        handled by x-dnd-handle-file-name.
        * vc.el (with-vc-file): Fix unsafe uses of error.
        (vc-cancel-version): Likewise.
 
-2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
+2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
 
        * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
        thousands separator; fixes <class>:<line-number> regexp for
        * view.el (view-mode-enable): Add view-mode-map to
        minor-mode-overriding-map-alist.
 
-2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-02-05  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
 
 
        * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
 
-2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-02-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el: New file for drag and drop.
 
        (rsf-bbdb-auto-delete-spam-entries): Rename from
        rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
        scanned together with the recipients field for spam testing; Don't
-       delete spam message if rmail-delete-after-output is non-nil;
+       delete spam message if rmail-delete-after-output is non-nil.
        (rsf-check-field): New function, extracted from code in
        rmail-spam-filter to ease addition of header fields like
-       content-type:;
+       content-type:.
        (message-content-type): New variable.  The content-type: field was
-       added also in defcustom of rsf-definitions-alist;
+       added also in defcustom of rsf-definitions-alist.
        (rmail-spam-filter): Replace repeated test code for header fields
        by calls to check-field; change the call to
        rmail-output-to-rmail-file such that rmail-current-message stays
        * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
        activate view-mode explicitly.
 
-2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-01-21  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
        menu-bar-enable-clipboard and make Paste use clipboard first.
 
        * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
 
-2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
+2004-01-18  David Ponce  <david@dponce.com>
 
        * progmodes/which-func.el (which-function-mode): Don't cancel
        which-func-update-timer if not set.
        (appt-activate): New autoloaded function to toggle package
        functionality.
 
-       * calendar/cal-x.el: (calendar-one-frame-setup)
+       * calendar/cal-x.el (calendar-one-frame-setup)
        (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
 
        * calendar/calendar.el: Update copyright.
 
        * subr.el (functionp): Doc fix.
 
-2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2004-01-03  Jesper Harder  <harder@ifa.au.dk>
 
        * progmodes/idlwave.el (idlwave-make-tags):
-       * textmodes/flyspell.el (flyspell-large-region):.
+       * textmodes/flyspell.el (flyspell-large-region):
        * progmodes/make-mode.el (makefile-query-by-make-minus-q):
        * emulation/viper-util.el (viper-glob-unix-files):
        * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
 2003-12-29  Stuart Herring  <herring@lanl.gov>  (tiny change)
 
        * comint.el (comint-watch-for-password-prompt): Pass `string' as
-       arg to send-invisible
+       arg to send-invisible.
        (send-invisible): Doc fix.  The argument is now a prompt, not the
        string to send.
        (comint-read-noecho): Doc fix.
        (table--put-cell-indicator-property): Put yank-handler property
        that indicates the yank handler for the table cell.
 
-2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-12-29  Jesper Harder  <harder@ifa.au.dk>
 
        * generic-x.el (etc-modules-conf-generic-mode): A more complete
        set of keywords.
        (ido-file-name-all-completions1): Return empty list for
        non-readable directory.
        (ido-exhibit): Print [Not readable] if directory is not readable.
-       (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
+       (ido-expand-directory): New defun (based on fix from Karl Chen).
        (ido-read-file-name, ido-file-internal, ido-read-directory-name):
        Use it.
 
        (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
        gdb commands that use mi to keep them out of the command history.
 
-2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2003-11-29  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add use-file-dialog.
 
        * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
        iswitchb-exit is set to 'usefirst when user selects buffer at head
        of list using RET.  (Selecting buffers at the head of the list was
-       broken if the substring was also a complete buffername.)
+       broken if the substring was also a complete buffer name.)
 
 2003-11-23  Kim F. Storm  <storm@cua.dk>
 
        (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
        to 100 for icons to avoid increasing line height when shown.
 
-2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-11-17  Jesper Harder  <harder@ifa.au.dk>
 
        * newcomment.el (comment-normalize-vars): Initialize properly if
        comment-start was nil.
        * international/latin1-disp.el (latin1-display-ucs-per-lynx):
        Fix docstring.
 
-2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-11-17  Jesper Harder  <harder@ifa.au.dk>
 
        * international/latin1-disp.el (latin1-display): Fix docstring.
 
        (xml-parse-dtd): Change parsing so that it produces strings
        instead of interned symbols.
 
-2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
+2003-11-01  Era Eriksson  <era@iki.fi>  (tiny change)
 
        * dired.el (dired-ls-sorting-switches): Doc fix.
 
        (octave-blink-matching-block-open, octave-auto-fill):
        Use line-(beginning|end)-position instead.
 
-2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2003-10-23  Francesco Potortì  <pot@gnu.org>
 
        * emacs-lisp/authors.el (authors-aliases): Add correct realname
-       for Francesco Potort\e,Al\e(B.
+       for Francesco Potortì.
 
 2003-10-23  Dave Love  <fx@gnu.org>
 
 2003-10-20  John Paul Wallington  <jpw@gnu.org>
 
        * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
-       `evenp' so we don't implicitly require cl library at runtime.
+       `evenp' so we don't implicitly require cl library at runtime.
 
 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
 
        * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
        using a Chinese tutorial.
 
-2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-09-28  Jesper Harder  <harder@ifa.au.dk>
 
        * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
        between "MAIL FROM:" and "RCPT TO:" and the following address.
 
-2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-09-28  Jesper Harder  <harder@ifa.au.dk>
 
        * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
 
 
 2003-09-15  David Ponce  <david@dponce.com>
 
-       * recentf.el: (recentf-exclude): Accept predicates too.
+       * recentf.el (recentf-exclude): Accept predicates too.
        (recentf-file-readable-p): New function.
        (recentf-include-p): Handle predicates in recentf-exclude.
        (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
        Ensure that recentf correctly updates the menu bar.
        * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
        (recentf-menu-bar): New function.
-       (recentf-clear-data): Use it
+       (recentf-clear-data): Use it.
        (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
        of easy-menu-change.
 
        * international/utf-16.el: Add mime-text-unsuitable coding system
        properties.
 
-       * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
+       * international/latin1-disp.el (latin1-display): Add ?.
 
        * cus-edit.el: Add some :links.
        (bib): Remove.
        (reftex-toc-split-windows-fraction): New option.
        (reftex-recenter-toc-when-idle): Search *toc* window on all
        visible frames.
-       (reftex-toc): Additional parameter REUSE
+       (reftex-toc): Additional parameter REUSE.
        (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
        with REUSE argument.
        (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
        * international/fontset.el (setup-default-fontset):
        Change registry names of Akurti fonts.
 
-2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-07-29  Jesper Harder  <harder@ifa.au.dk>
 
        * comint.el (comint-read-noecho): Use `clear-string' instead of
        `fillarray'.
        (menu): Add gdb-restore-windows to menu.  Make gdba
        specific menus only visible from gdba.
 
-2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>
 
        * progmodes/compile.el (compilation-environment): New user variable.
        (compile-internal): Respect it.
        * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
        ?, to "_".
 
-2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
+2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
        Version 2.0.36 of Tramp released.
 
        * net/tramp.el (tramp-default-password-end-of-line): Rename from
        * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
        Handle `dired-directory' being a list.
 
-2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
+2003-07-13  Jesper Harder  <harder@ifa.au.dk>
 
        * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
        it doesn't exist.
        erroneously in previous version.
        (bibtex-string-files): Docstring reflects new parsing scheme.
        (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
-       docstring, add # as one of the chars to crush
+       docstring, add # as one of the chars to crush.
        (bibtex-autokey-prefix-string, bibtex-autokey-names)
        (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
        (bibtex-autokey-name-change-strings)
        preamble entries.
        (bibtex-fill-field-bounds): New function.
        (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
-       (bibtex-fill-entry): Use bibtex-fill-field-bounds
+       (bibtex-fill-entry): Use bibtex-fill-field-bounds.
        (bibtex-String): Use bibtex-strings.  Always obey
        bibtex-sort-ignore-string-entries.
 
 See ChangeLog.10 for earlier changes.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2003, 2004, 2005, 2006, 2007  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) 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: 2fe8d7b0-27e3-4634-a0b7-db70ff071825