Fix typos in docstrings, comments and ChangeLogs.
[bpt/emacs.git] / lisp / ChangeLog.12
index 2c6111f..270fe8d 100644 (file)
        (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
        Use delete-region instead of kill-word and kill-line.
 
-2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-04-21  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * dired-x.el (dired-virtual-mode): Doc fix.
 
        * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
        fill-nobreak-predicate when the break is past fill-column.
 
-2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2007-04-20  Francesco Potortì  <pot@gnu.org>
 
        * locate.el (locate): Output from shell-command should go in the
        current buffer rather than *Shell Command Output*.
 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-field-list): Use functionp.
-       (bibtex-make-field): Check that INIT is a string. Use functionp.
+       (bibtex-make-field): Check that INIT is a string.  Use functionp.
 
 2007-04-14  Glenn Morris  <rgm@gnu.org>
 
 
        * cus-start.el <scroll-preserve-screen-position>: Add choices.
 
-2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-04-08  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * term/xterm.el (terminal-init-xterm): Fix key definitions.
        Add binding for C-M-SPC.
        * textmodes/flyspell.el (flyspell-large-region):
        Use ispell-call-process-region.
 
-2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-03-26  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
        Use prin1 instead of princ.
        2007-01-04 changes by Kevin Rodgers.
 
        * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
-       Suggested by Johan Bockg\e,Ae\e(Brd.
+       Suggested by Johan Bockgård.
 
 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
 
        (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
        Return to use of the -no-properties variants.  There was
        consensus on emacs-devel that the speed of these variants was
-       prefered since we are usually parsing files (from the internet
+       preferred since we are usually parsing files (from the internet
        or on disk) instead of XML created in Emacs.
 
        * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
        (rcirc-keepalive-seconds): Remove variable.
        (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
        (rcirc-process, rcirc-user-disconnect): New variables.
-       (rcirc-connect): Initalize new variables.
+       (rcirc-connect): Initialize new variables.
        (rcirc-keepalive): Don't send keepalive pings before connection
        is completed.
        (rcirc-sentinel): Do mark all channels with activity when
        (rcirc-nick-prefix-chars): Add variable.
        (rcirc-user-nick): Use above variable.
 
-2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-03-10  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * icomplete.el (icomplete-tidy, icomplete-exhibit):
        Bind deactivate-mark to nil.
        * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
        special help topics for keywords.
        (idlwave-help-assistant-command): Include ".exe" for ms-dos
-       etc. Assistant command.
+       etc.  Assistant command.
 
 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * complete.el (PC-bindings): Remap lisp-complete-symbol to
        PC-lisp-complete-symbol instead of binding M-TAB in global-map.
 
-2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-03-07  Michaël Cadilhac  <michael@cadilhac.name>
 
        * complete.el (PC-do-completion): Delete duplicates in the list of
        possible completions.
        * mouse.el (mouse-show-mark): Run hooks and perform command
        remapping for mouse-region-delete-keys.
 
-2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-02-26  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * font-core.el (font-lock-mode): Doc fix.
 
 2007-02-25  Andreas Schwab  <schwab@suse.de>
 
        * files.el (hack-one-local-variable-eval-safep): Correct handling
-       of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
+       of edebug-form-spec property value.  Reported by Johan Bockgård.
 
 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
 
        (org-table-sort-lines): Rewrite from scratch.
        (org-link-search): New argument AVOID-POS.
        (org-print-icalendar-entries): Remove argument CATEGORY.
-       (org-run-agenda-series): Remove argument WONDOW.
+       (org-run-agenda-series): Remove argument WINDOW.
        (org-next-link, org-previous-link): New commands.
        (org-agenda-date-format): New option.
        (org-table-iterate): New command.
 
 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
 
-       * net/newsticker.el (newsticker-version): Changed to "1.10".
+       * net/newsticker.el (newsticker-version): Change to "1.10".
        (newsticker--set-customvar): Doc string.
        (newsticker-new-item-face): Doc string.
        (newsticker-mode): Initialize `invisibility-spec' with t.
-       (newsticker-mode-map): Added
-       `newsticker-mark-all-items-at-point-as-read'.
-       (newsticker-menu): Added narrow-to-item and narrow-to-feed.
+       (newsticker-mode-map):
+       Add `newsticker-mark-all-items-at-point-as-read'.
+       (newsticker-menu): Add narrow-to-item and narrow-to-feed.
        (newsticker-w3m-show-inline-images): Do not call
        `w3m-remove-image'.
        (newsticker--buffer-after-w3m-insert-image): New advice for
        `newsticker-mark-item-at-point-as-read'.
        (newsticker-hide-entry): Use (t) instead of t for invisibility.
        (newsticker--sentinel): Yet another xml-parser workaround.
-       (newsticker--decode-iso8601-date): Bugfix for datestrings without
-       days.
+       (newsticker--decode-iso8601-date): Bugfix for datestrings without days.
        (newsticker--buffer-do-insert-text): Fix.
-       (newsticker--buffer-insert-enclosure): Fix. length might be missing.
+       (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
        (newsticker--buffer-make-item-completely-visible):
        `switch-to-buffer' not necessary.
 
 
        * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
        New variable.
-       (byte-compile-output-file-form): Bing print-circle to nil if
+       (byte-compile-output-file-form): Bind print-circle to nil if
        byte-compile-output-file-form is not nil.
        (byte-compile-output-docform): Likewise.
 
 
 2007-01-27  Ben North  <ben@redfrontdoor.org>
 
-       * outline.el (outline-promote, outline-demote): Doc fix.  Rename
-       the arg CHILDREN -> WHICH.
+       * outline.el (outline-promote, outline-demote): Doc fix.
+       Rename the arg CHILDREN -> WHICH.
 
 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
 
-       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
-       default-directory to a sane value when calling start-process.
+       * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
+       Set default-directory to a sane value when calling start-process.
 
 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
 
 
 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.ps: Fix background height.
+       * ps-print.el: Fix background height.
        (ps-print-version): New version 6.7.2.
 
 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
 
        * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
-       the doc string how to use personal abbrevs without electric
-       keywords.
+       the doc string how to use personal abbrevs without electric keywords.
 
 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
 
        * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
-       Fixed cursor position when toggle abbreviated display.
+       Fix cursor position when toggle abbreviated display.
 
 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
 
 
 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
 
-       * info.el (Info-default-dirs): Change default info dir to
-       share/info.
+       * info.el (Info-default-dirs): Change default info dir to share/info.
 
        * paths.el (Info-default-directory-list): Ditto.
 
        * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
        path.  Rewrite function in `cond' style for readability.
 
-       Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
+       Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
        (The path shortening, that is, not the rearrangement.)
 
 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
        XEmacs case on Windows.
        (tramp-touch): UTC handling is not possible for XEmacs.
 
-2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-12-30  Jan Djärv  <jan.h.d@swipnet.se>
 
        * scroll-bar.el (previous-scroll-bar-mode): New variable
        (set-scroll-bar-mode): Set previous-scroll-bar-mode.
        * dired.el (dired-sort-other): Move test for dired-mode...
        (dired-sort-set-modeline): ...to here.
 
-2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-12-29  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
        change.  Suggested by Stefan Monnier.
        (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
        buffer name.
 
-2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-12-26  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
        last footnote when `footnote-spaced-footnotes' is nil.
        (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
        Use mac-unread-string.
 
-2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-12-24  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
        an optimized comment regexp if `comment-start-skip' uses a ^.
        * textmodes/refer.el (refer-find-entry): Doc fix.
        (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
        (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
-       Fix tipos in docstrings.
+       Fix typos in docstrings.
 
        * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
 
 
        * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
 
-2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-12-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
        Force buffer local defs evaluation on local variables loading.
        pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
        text inserted by the last M-y command.
 
-2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * cmuscheme.el (run-scheme, scheme-start-file): Search the start
        file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
        (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
        Fix typos in docstrings.
 
-2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-11-30  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
        locally, i.e. without using file name handlers.
 
 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
 
-       * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
+       * speedbar.el (speedbar-timer-fn): Revert to old behavior when not
        in GUD mode.
 
        * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
        speedbar-expand-line-descendants, speedbar-contract-line-descendants.
 
-2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-11-26  Jan Djärv  <jan.h.d@swipnet.se>
 
        * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
 
        * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
        (flymake-popup-menu): Use it instead of posn-at-point.
 
-2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-11-25  Jan Djärv  <jan.h.d@swipnet.se>
 
        * progmodes/cc-vars.el (c-backslash-column):
        Mention c-backslash-max-column in documentation for c-backslash-column.
        (tutorial--find-changed-keys): Check ESC-prefix binding specially.
        Improve search pattern for occurrences of changed keys.
 
-2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-11-20  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-last-cut-buffer-coding): New variable.
        (x-select-text): Set it.
 
        * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
 
-2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-11-19  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
        Exceptions to the rule "add a space between an identifier and an
 
        * net/tramp.el (top): cl and custom are always required.
 
-2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-11-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
        cut-buffers with next-selection-coding-system if not nil.
        (org-prepare-agenda, org-prepare-agenda-buffers)
        (org-run-agenda-series, org-timeline, org-agenda-list)
        (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
-       the text property inticating the agenda type.
+       the text property indicating the agenda type.
        (org-agenda-post-command-hook): Get agenda type from text property
        at point.
        (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
        (org-complete): Better completion in in-buffer option lines.
        (org-in-item-p): New function.
        (org-org-menu): Add entries for checkboxes.
-       (org-cycle): Extra brouping in outline-regexp, because it is used
+       (org-cycle): Extra grouping in outline-regexp, because it is used
        in a search with "^" prepended.
        (org-provide-checkbox-statistics): New option.
        (org-set-font-lock-defaults): Highlight checkbox statistics.
        (org-export-remove-timestamps-from-toc, org-export-with-tags)
        (org-read-date): Doc fix (Nil -> nil).
 
-2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
        Encode/decode text to/from cut buffers to/from iso-latin-1 only.
 
        * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
        (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
-       behaviour.
+       behavior.
        (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
        directly.
 
        * dired-aux.el (dired-copy-file-recursive): Catch errors
        from recursive copies in the loop, around the recursive call.
 
-2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-11-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
        `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
        (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
        the amount of yanked topics that can be aberrant.
        (allout-do-doublecheck): Encapsulate this multiply-used recipe in
-       a function, and supplement with inihibition of doublechecking
+       a function, and supplement with inhibition of doublechecking
        during yanks.
        (allout-beginning-of-line, allout-next-heading)
        (allout-previous-heading, allout-goto-prefix-doublechecked)
        (server-auth-key): New variable.
        (server-ensure-safe-dir): Create nonexistent parent dirs.
        Ignore Unix-style file modes on Windows.
-       (server-start): Crete a TCP or Unix socket according to the value
+       (server-start): Create a TCP or Unix socket according to the value
        of `server-use-tcp'.  For TCP sockets, create the id/auth file in
        `server-auth-dir' directory.
        (server-process-filter): Delete process if authentication
 
        * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
 
-2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-10-19  Jan Djärv  <jan.h.d@swipnet.se>
 
        * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
        Kenichi Handa).
        Fix typos in error messages.
        (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
 
-2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-10-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (res-geometry): Don't set geometry from Xresources
        to default-frame-alist if default-frame-alist already contains
 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
 
        * textmodes/flyspell.el (flyspell-word-search-backward):
-       Set inhibit-point-motion-hooks to avoid looping due to intangibile
+       Set inhibit-point-motion-hooks to avoid looping due to intangible
        text.
 
 2006-10-16  Richard Stallman  <rms@gnu.org>
        * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
        Use grep -E rather than egrep.
 
-2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-10-15  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
 
        After 5.3, 5.4:
        (cperl-facemenu-add-face-function): Add docs, fix U<>.
        Copyright message updated.
-       (cperl-init-faces): Work around a bug in `font-lock'. May slow
+       (cperl-init-faces): Work around a bug in `font-lock'.  May slow
                        facification down a bit.
                Misprint for my|our|local for old `font-lock'
                        "our" was not fontified same as "my|local".
                Fontify unmatched "]" in function-name face.
                Mark first-char of HERE-doc as `front-sticky'.
                Reset `front-sticky' property when needed.
-       (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
+       (cperl-calculate-indent): Indents //x -RExen according to parens level.
        (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
        (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
                constructs.  Support `narrow'ed buffers.
        (beginning-of-buffer): Replace two occurrences with goto-char...
        (cperl-calculate-indent): `char-after' could be nil...
        (cperl-find-pods-heres): REx can start after "[" too.
-               Hightlight (??{}) in RExen too.
+               Highlight (??{}) in RExen too.
        (cperl-maybe-white-and-comment-rex): New constant
        (cperl-white-and-comment-rex): Likewise.
                XXXX Not very efficient, but hard to make
                Don't special-case REx with non-empty 1st line.
        (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
                Invert highlighting of charclasses:
-                       now the envelop is highlighted.
+                       now the envelope is highlighted.
                Highlight many others 0-length builtins.
        (cperl-praise): Mention indenting and highlight in RExen.
 
        After 5.20:
        initial comment: Extend copyright, fix email address.
        (cperl-indent-comment-at-column-0): New customization variable.
-       (cperl-comment-indent): Indentation after $#a would increasy by 1.
+       (cperl-comment-indent): Indentation after $#a would increase by 1.
        (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
        (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
        (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
 
        * autoinsert.el (auto-insert-alist): Doc fix.
 
-2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2006-10-07  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * mouse-sel.el (mouse-insert-selection-internal):
        Use insert-for-yank, so that yank handlers are run.
        * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
        (pushnew): Fix last change.
 
-2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
+2006-10-03  Denis Stünkel  <dstuenkel@googlemail.com>  (tiny change)
 
        * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
        Use the interactive spec of `eval-expression'.
 
        * dired.el (dired-build-subdir-alist): Fix previous change.
 
-2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2006-10-01  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * simple.el (undo-elt-crosses-region): Fix the inequalities.
 
 
 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * allout.el (allout-current-depth): Do aberrent check only at or
+       * allout.el (allout-current-depth): Do aberrant check only at or
        below doublecheck depth.
        (allout-chart-subtree): Make it explicit that LEVELS being nil
        means unlimited depth.  Drop undocumented support for LEVELS value
 
        * files.el (find-file-existing): Modify to not allow wildcards.
 
-2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2006-09-30  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * simple.el (undo-more): When undo information for the region is
        exhausted, say "No further undo information FOR REGION".
        * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
        to nil if there is no previous property change.
 
-2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-09-29  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
        saving anything to be sure that `forward-sexp' behaves correctly.
 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-file-remote-p): Get regexp from list.
-       (org-archive-subtree): Remove erraneous `]' from character list.
+       (org-archive-subtree): Remove erroneous `]' from character list.
 
 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
 
 
 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
+       * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
        (ebnf-version): New version 4.3.
        (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
        (ebnf-prologue): Adjust PostScript programming.
        * emulation/viper.el: Bump up version/date of update to reflect the
        substantial changes done in August 2006.
 
-       * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
+       * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
        push-button are defined.
 
        * ediff-util.el (ediff-add-to-history): New function.
        (conf-space-keywords): Add autoload cookie.
        Fix typo (`keywords', not `keyword').
 
-2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-09-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
        x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
        * font-lock.el (font-lock-compile-keywords): Rename optional arg
        to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
 
-2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-09-16  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add x-gtk-show-chooser-help-text.
 
        * select.el (xselect-convert-to-string): If UTF8_STRING is requested
        and the data doesn't look like UTF8, send STRING instead.
 
-2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-09-16  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-check-region-doublons):
        New function to detect duplicated words.
        (allout-previous-visible-heading): Position consistently when
        interactive.
        (allout-forward-current-level): Base on allout-previous-sibling
-       rather than (differently) reimplmenting the algorithm.  Remove some
+       rather than (differently) reimplementing the algorithm.  Remove some
        unused variables.
        (allout-solicit-alternate-bullet): Present default choice stripped
        of text properties.
        (allout-yank-processing): Restore exposure layout as recorded by
        allout-kill-*, as used to happen.
        (allout-annotate-hidden, allout-hide-by-annotation): New routines
-       for preseving and restoring exposure layout across kills.
+       for preserving and restoring exposure layout across kills.
        (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
        (allout-encrypt-string): Strip text properties.
        Rearranged order and outline-headings for some of the
        * help.el (describe-key): Handle C-h k in *Help* buffer; collect
        all necessary information about the event before erasing *Help*.
 
-       * simple.el (line-move-partial): Use window-line-visiblity to
+       * simple.el (line-move-partial): Use window-line-visibility to
        quickly check whether last line is partially visible, and only do
        the hard (and slow) part in that case.
 
        * COPYING: Replace "Library Public License" by "Lesser Public
        License" throughout.
 
-2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-09-15  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-menu-bar-open): New function for F10.
 
        * bindings.el (mode-line-buffer-identification-keymap):
        Remove duplicate line.
 
-2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-09-14  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * ido.el (ido-ignore-item-p): Allow any kind of functions in
        ignore lists.
        * jit-lock.el (jit-lock-fontify-again): New function.
        (jit-lock-fontify-now): Use it instead of lambda form.
 
-2006-09-13  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-09-13  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
        (flyspell-auto-correct-word): Make ispell-filter local to these
        * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
        (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
        (ido-delete-file-at-head): Pass head of ido-matches through ido-name
-       in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
+       in case of merged directories.  Reported by Michaël Cadilhac.
 
 2006-09-10  Richard Stallman  <rms@gnu.org>
 
        (dired-copy-file): Remove condition-case.
        (dired-copy-file-recursive): Check for errors on all file
        operations, and add them to dired-create-files-failures.
-       Check file file-date-erorr here too.
+       Check file file-date-error here too.
        (dired-create-files): Check dired-create-files-failures
        and report those errors too.
 
 
        * net/ldap.el (ldap-search-internal): Doc fix.
 
-2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-09-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * play/life.el (life-display-generation): Test for input manually if
        `sleeptime' is negative or null.
        * net/rcirc.el (rcirc-activity-string): Don't quote value in case
        clause.
 
-2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-09-07  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * info.el (Info-index): Bind completion-ignore-case.
 
 
        * international/code-pages.el: Add cp858.
 
-2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-09-07  Jan Djärv  <jan.h.d@swipnet.se>
 
        * dnd.el: Fix bootstrapping.
 
-2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-09-07  Jan Djärv  <jan.h.d@swipnet.se>
 
        * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
        (dnd-open-remote-url): New function.
        (whitespace-cleanup-region): Call whitespace-cleanup-internal with
        a non-nil argument.
 
-2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
+2006-08-18  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
 
        * rect.el (spaces-string): Simplify and add doc string.
 
        (org-back-to-heading, org-on-heading-p, org-up-heading-all)
        (org-show-subtree, org-show-entry, org-make-options-regexp):
        Remove compatibility support for old outline-mode.
-       (org-check-occur-regexp): Funtion removed.
+       (org-check-occur-regexp): Function removed.
        (org-on-heading-p, org-back-to-heading): Made defalias.
        (org-set-local): New defsubst.
        (org-set-regexps-and-options, org-mode)
        Add to overlay-arrow-variable-list
        (gdb-reset): Delete gdb-stack-position from above list.
 
-2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-08-14  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
        read only.
        allout-exposure-change-hook for other kinds of structural outline
        edits.
        (allout-encryption-plaintext-sanitization-regexps): New encryption
-       customization variable, by which cooperating modes can provde
+       customization variable, by which cooperating modes can provide
        massage of the plaintext without actually being passed it.
        (allout-encryption-ciphertext-rejection-regexps)
        (allout-encryption-ciphertext-rejection-ceiling): New encryption
        disposition.  The new encryption ciphertext rejection variable is
        used to ensure that the ciphertext does not contain text that
        would be recognized as outline structural elements by allout.
-       Substite allout-beginning-of-line and allout-end-of-line for
-       conventionall beginning-of-line and end-of-line bindings.
+       Substitute allout-beginning-of-line and allout-end-of-line for
+       conventional beginning-of-line and end-of-line bindings.
        If allout-old-style-prefixes is non-nil, don't nullify it on mode
        activation!
        (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
        * emacs-lisp/bindat.el (bindat-ip-to-string):
        Use `format-network-address' if possible.
 
-2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-08-11  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
 
        doesn't look like a file name.
 
        * complete.el (PC-expand-many-files): Avoid signalling an error when
-       the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
+       the current directory doesn't exist.  Reported by Michaël Cadilhac.
 
 2006-08-02  Andreas Schwab  <schwab@suse.de>
 
 
        * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
        letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
-       and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
+       and andreas@altroot.de (Andreas Vögele).
 
 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
 
 
        * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
 
-2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-07-22  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * startup.el (user-mail-address): Initialize from the `EMAIL'
        environment variable first.  Document this.
        repertoire of unit tests.  Called just before the provide iff user
        has customized `allout-run-unit-tests-on-load' non-nil.
 
-2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
+2006-07-14  Károly Lőrentey  <lorentey@elte.hu>
 
        * emacs-lisp/authors.el (authors-aliases): Update.
 
        * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
        spaces after the comment start.
 
-2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-06-09  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * play/pong.el (pong-init-buffer):
        Fill buffer with spaces instead of ^A.
        * comint.el (comint-send-input): Do not add help-echo and
        mouse-face to input if `comint-use-prompt-regexp' is non-nil.
 
-2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-06-01  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
 
 
        * subr.el (with-current-buffer): Doc fix.
 
-2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-05-29  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el: Bind F10 to menu-bar-start if available.
 
        have non-nil values.  Speed up by using add-to-list instead of
        manual consing.
 
-2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-05-20  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * progmodes/make-mode.el (makefile-mode): Doc fix.
 
        (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
        (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
 
-2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2006-05-11  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * calendar/calendar.el (calendar-french-date-string)
        (calendar-mayan-date-string, calendar-chinese-date-string)
        reference to the Lisp manual to the warning about pure space
        overflow.
 
-2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-05-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
        argument to avoid the call to `ispell-internal-change-dictionary'
 
        * progmodes/gud.el (gdb-force-update): Delete defvar
        (gud-speedbar-buttons): ...and references to it.  Use window-start
-       to try to keep positon in watch expression.
+       to try to keep position in watch expression.
 
 2006-05-03  Richard Stallman  <rms@gnu.org>
 
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        (org-export-as-html): Convert links pointing to .org files into
-       links that will work beteen the exported HTML files.
+       links that will work between the exported HTML files.
        (org-todo-list): Fix bug when arg=0.
        (org-insert-heading): More fine-tuning.
 
        Sync with Tramp 2.0.53.
 
        * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
-       'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
+       'control.  Reported by Matthias Förste <slashdevslashnull@gmx.net>.
        (tramp-completion-file-name-handler): Add autoload cookie for
        adding to `file-name-handler-alist'.
 
        (org-table-create-or-convert-from-region): New commands
        (org-table-toggle-vline-visibility): Command removed.
        (org-table-convert-region): Made a command.
-       (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
+       (orgtbl-delete-backward-char, orgtbl-delete-char): Remove commands.
        Replace with the normal org- functions.
        (org-self-insert-command): Don't trigger realign unnecessarily
        when blanking a field that is not full.
        (org-table-align): Use `org-string-width'.
        (defgroup): Completely new group structure for custom variables.
        (org-agenda-files): Option: Single file name allowed.  Function:
-       Optional argument unrestrited means ignore any restricitons.
+       Optional argument unrestricted means ignore any restrictions.
        (org-install-agenda-files-menu): Find a buffer in Org-mode before
        trying to modify the menu.  Use generalized access to
        `org-agenda-files.'
        * files.el (hack-local-variables-confirm) <offer-save>:
        Clarify message text.  Suggested by Ralf Angeli.
 
-2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2006-04-08  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
        (delete-extract-rectangle-line): Use `filter-buffer-substring'
        * isearch.el (isearch-other-meta-char): Handle user bindings for
        shifted control characters.
 
-2006-03-18  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-03-18  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
        part that matches email addresses, file names, etc.
        elements.
        (gdb-find-watch-expression): Make it work for arrays too.
        Follow change to gdb-var-list.
-       (gud-watch): Allow the user to enter variable name with a prexix
+       (gud-watch): Allow the user to enter variable name with a prefix
        arg.  Create keybindings.
        (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
        (gdb-var-list-children-handler, gdb-var-update-handler)
        * progmodes/octave-mod.el (octave-indent-for-comment):
        Behave according to do string.
 
-2006-03-11  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-03-11  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
        Be visible only if major mode is Mail Mode.
        (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
        (t-mouse-mode): Remove period from end of error message.
 
-2006-03-03  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-03-03  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-process-localwords):
        Be case-sensitive.
        * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
        Mode and Subword Mode.
 
-       * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Distinguish
        real labels ("case 1:" or "foo:") from non-labels ("public:").
        (c-forward-objc-directive): Replace c-forward-token-2 with crude
        coding; c-f-t-2 doesn't move over a token at EOB.
        (gud-watch, gdb-var-create-handler): Display function::var format
        but don't use to create variable object.
        (gdb-var-create-handler): Use message-box in place of message.
-       (gdb-stopped): Call gdb-exited if signalled.
+       (gdb-stopped): Call gdb-exited if signaled.
 
 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
 
 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
 
        * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
-       strech spec so it doesn't display as "^J" on the header line
+       stretch spec so it doesn't display as "^J" on the header line
        when `Buffer-menu-use-header-line' is t.
 
 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
        of string arguments if desired.
 
        * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
-       expessions.
+       expressions.
 
        * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
        of speedbar.
        text.
 
        (allout-flag-region): Use overlays instead of selective-display
-       for invisible text - by inheritence from the properties of
+       for invisible text - by inheritance from the properties of
        allout-overlay-category in mainline Emacs, and applied
        property-by-property in XEmacs, some recent versions of which
        don't inherit the properties from the category.  Provisions to
        (remove-from-invisibility-spec, allout-hide-current-subtree):
        Ditched unused variables.
 
-2006-02-17  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-02-17  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-change-dictionary): Call
        ispell-buffer-local-dict instead of
        * files.el (hack-local-variables): Remove ignored variables before
        checking if any variables need setting.
 
-2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2006-02-14  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
 
        (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
        Managing Standard.
        (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
-       Fix dostring.
+       Fix docstring.
        (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
        and %y.  Fix docstring.
        (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
        (tumme-gallery-generate): Fix typo in `error' message.
        (tumme-display-window-height-correction)
        (tumme-display-window-width-correction, tumme-line-up-dynamic)
-       (tumme-line-up-interactive): Dox fixes.
+       (tumme-line-up-interactive): Doc fixes.
        (tumme-cmd-rotate-original-options, tumme-display-properties-format)
        (tumme-restore-window-configuration, tumme-format-properties-string)
        (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
        described in the docstring for `bs-attributes-list'.
        (bs--get-name): Simplify.  Don't pad the buffer name.
 
-2006-01-27  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-01-27  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
        English aspell dictionary is installed, use the first entry of
        * international/latexenc.el: Add a suitable `coding:' tag.
        (latexenc-find-file-coding-system): Undo last change.
 
-2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+2006-01-27  Arne Jørgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
        Make sure latexenc-main-file is a regular file and is readable.
        * term/w32-win.el (image-library-alist): Add additional names for
        GIF library.
 
-2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+2006-01-23  Arne Jørgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
        Add file-regular-p check.
        (find-variable-other-frame, find-variable-at-point):
        Fix docstrings.
 
-2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2006-01-21  Francesco Potortì  <pot@gnu.org>
 
        * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
 
-2006-01-21  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-01-21  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
        Default to disabling the "Save affix" question.
 
        * files.el (auto-mode-alist): Add Imakefile.
 
-2006-01-17  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-01-17  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
        loading the file rather than when turning on flyspell-mode.
        (org-get-time-of-day): Fix bug with times before 1am.
        (org-agenda-menu): Add tags commands.
 
-2006-01-13  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2006-01-13  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/ispell.el (ispell-init-process): Include the used
        dictionary in ispell process start message.
        Use local var buffer-scan-pos to advance scan for next misspelling.
        Advance it only after we find the misspelling.
 
-2005-12-27  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2005-12-27  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-external-point-words):
        New criteria for finding the misspelling in the buffer.
        * descr-text.el (describe-char): Set help-xref-stack-item
        explicitly after buffer has been generated.
 
-2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-12-27  Jan Djärv  <jan.h.d@swipnet.se>
 
        * cus-start.el (all): Add x-gtk-show-hidden-files.
 
        New variables.
        (hi-lock-string-serialize): New function.
 
-2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-12-23  Jan Djärv  <jan.h.d@swipnet.se>
 
        * menu-bar.el (menu-find-file-existing): New function.
        (menu-bar-file-menu): Use menu-find-file-existing for Open.
 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
-       (log-view-font-lock-keywords): Ajust subgroup numbers.
+       (log-view-font-lock-keywords): Adjust subgroup numbers.
        (log-view-current-tag): Don't hard code the number of subgroups.
 
 2005-12-20  Juri Linkov  <juri@jurta.org>
        Let term-handle-ansi-terminal-messages override what Bash says about
        its current directory.
 
-2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
+2005-12-16  Károly Lőrentey  <lorentey@elte.hu>
 
        * bindings.el (last-buffer): Move to simple.el.
        * simple.el (last-buffer): Move here.
        * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
        frame in case of errors.
 
-2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-12-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
        so it comes after "On the Left" in the menu.
        (org-log-done): New function.
        (org-log-done, org-closed-string): New options.
 
-2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-12-12  Jan Djärv  <jan.h.d@swipnet.se>
 
        * tooltip.el (tooltip-y-offset): Change default to 20.
 
 
        * help.el (help-for-help-internal): Add `r' in doc string.
 
-2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-12-10  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * align.el (align-regexp, align-highlight-rule):
        Use region-beginning and region-end instead of point and mark, so that
 2005-12-08  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-rect.el (cua--rectangle-aux-replace):
-       Fix indention of text on right side of replaced rectangle.
+       Fix indentation of text on right side of replaced rectangle.
 
 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
 
        widgets for AWK to c-doc-comment-style, c-require-final-newline
        and c-default-style.  Add a defcustom for awk-mode-hook.
        Give c-syntactic-element and c-syntactic-context doc-strings by
-       directly setting their `variable-documentation' propery.
+       directly setting their `variable-documentation' property.
        This allows Emacs 22.1 to read these with C-h v.
 
        * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
        (c-awk-one-line-possibly-open-string-re)
        (c-awk-regexp-one-line-possibly-open-char-class-re)
        (c-awk-one-line-possibly-open-regexp-re)
-       (c-awk-one-line-non-syn-ws*-re): New defonsts.
+       (c-awk-one-line-non-syn-ws*-re): New defconsts.
        (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
 
        Amend the concept of "virtual semicolons" (in the indentation
        property is still physically set on the EOL.)  Remove the specific
        tests for awk-mode, thus facilitating the introduction of other
        language modes where EOLs can end statements.
-       (Note: The funtionality in cc-cmds.el, specifically
+       (Note: The functionality in cc-cmds.el, specifically
        c-beginning/end-of-statement has yet to be amended.)
 
        * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
        only four small places that needed it to work.  Some places that
        previously did `widen' are removed now, which has the effect that
        `c-guess-basic-syntax' never will look at things outside the
-       current narrowment now.  The anchor position for `topmost-intro'
+       current narrowing now.  The anchor position for `topmost-intro'
        is affected by this, but it was so bogus it was basically useless
        before, and now it's equally bogus but in a slightly different way.
 
        the generic label case (CASE 15) - removed CASE 5E.
 
        (c-font-lock-declarations): Add recognition of labels in the
-       same round since we need to handle labels in parallell with other
+       same round since we need to handle labels in parallel with other
        declarations to recognize both accurately.  It should also improve
        speed.
 
 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
-       hardcoded char classes whereever possible.  Changed a couple of
+       hardcoded char classes wherever possible.  Changed a couple of
        places to use skip by syntax instead of skip by char class.
 
        * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
        prompts work for AUTH PLAIN.  Also reported by Steve Allan
        <seallan@verizon.net>.
 
-2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
+2005-12-06  Károly Lőrentey  <lorentey@elte.hu>
 
        * frame.el (set-frame-parameter): Add doc string.
 
        whereby names of length one or names starting with a
        symbol-constituent character would not be returned.
 
-2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-12-03  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * subr.el (atomic-change-group): Add edebug and indentation spec.
 
 
        * completion.el (save-completions-file-name): Fix typo in last change.
 
-2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-12-02  Jan Djärv  <jan.h.d@swipnet.se>
 
        * info.el: Move back/forward history to the beginning of the tool bar.
 
 
        * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
 
-2005-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2005-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-external-point-words):
        Consider a misspelling as found in the string search if: (a) misspelling
        (flyspell-post-command-hook): Check input-pending-p while processing
        the potentially long list of buffer changes.
 
-2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
+2005-11-28  Károly Lőrentey  <lorentey@elte.hu>
 
        * buff-menu.el (list-buffers-noselect): Display the selected
        frame's buffer list, not the global one.
        since the last ping.
        (rcirc-mode): Give rcirc-topic a local binding here.
 
-2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
+2005-11-19  Michaël Cadilhac  <michael.cadilhac@lrde.org>
 
        * subr.el (read-passwd): Fontify the prompt as we do with other
        prompts.
 
 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
+       * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
        Quote `-' in string.
 
        * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
        * progmodes/gdb-ui.el: Remove face-alias left over from change on
        2005-08-15.
        (gdb-ann3): New command gud-go.
-       (menu): Accomodate gdb-mi.el.
+       (menu): Accommodate gdb-mi.el.
        (gdb-assembler-custom): Make buffer of selected window current
        so that set-window-point works.
 
        * textmodes/flyspell.el (flyspell-large-region):
        Call flyspell-accept-buffer-local-defs.
 
-2005-11-13  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2005-11-13  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-notify-misspell):
        Fix misspelling of "Misspelling".
        * newcomment.el (comment-region-internal): Box more tightly in the
        common case where there's no TAB in the boxed text.
 
-2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-11-04  Jan Djärv  <jan.h.d@swipnet.se>
 
        * info.el (info-tool-bar-map): Use images prev-node, next-node and
        up-node.
        (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
        default.
        (rcirc-handler-generic): Trigger activity.
-       (rcirc-send-message): Create the buffor of the target.
+       (rcirc-send-message): Create the buffer of the target.
        (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
        (rcirc-get-buffer): Just return nil if there is no matching buffer.
        (rcirc-multiline-edit-cancel): Remove function.
        (gdb-goto-breakpoint): Try to force display in source buffer.
        (gdb-frame-gdb-buffer): Copy other similar functions.
        (gdb-restore-windows): Don't display source if not asked for.
-       (gdb-assembler-buffer-name): Don't capitalise.
+       (gdb-assembler-buffer-name): Don't capitalize.
 
 2005-11-03  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
        Rename from perl-font-lock-syntactic-face-function.
        Change the calling convention so it can be used as a font-lock MATCHER.
-       Do the parse-partial-sexp loop outselves.
+       Do the parse-partial-sexp loop ourselves.
        (perl-font-lock-syntactic-keywords): Use it.
        (perl-mode): Don't set font-lock-syntactic-face-function any more.
 
 
        * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
 
-2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
+2005-10-25  Michaël Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
 
        * play/blackbox.el (blackbox-redefine-key): New function.
        (blackbox-mode-map): Use it to remap existing bindings for cursor
 
 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
 
-       * longlines.el (longlinges-search-function)
+       * longlines.el (longlines-search-function)
        (longlines-search-forward, longlines-search-backward): New functions.
        (longlines-mode): Set isearch-search-fun-function to
-       longlinges-search-function.
+       longlines-search-function.
 
        * mouse.el (mouse-drag-region-1): Handle the case where a
        double-click event is bound to an arbitrary function.
        (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
        mouse-1-click-follows-link.
 
-2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-10-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
        Gnome file-manager.png.  Suggested by
        (mixal-font-lock-syntactic-keywords): New var.
        (mixal-mode): Use it.  Fix comment-start-skip.
 
-2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-10-12  Jan Djärv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line-x-option-alist): -nb => -nbi.
 
        (tags-select-tags-table): Pass `button' to the action function.
        (select-tags-table): Place the side-info on button properties rather
        than in hidden text.  Abbreviate file names.
-       (select-tags-table-mode-map): Inherit rather than copy buttom-map.
+       (select-tags-table-mode-map): Inherit rather than copy button-map.
        (select-tags-table-select): Add `button' argument.
        Get side-info from the button property rather than from hidden text.
 
 
        * textmodes/ispell.el (ispell-check-version): Fix last change.
 
-2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-10-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * term/x-win.el: Remove -i, --icon-type from comment.
 
        * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
        Typo.
 
-2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
+2005-10-06  Michaël Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
 
        * play/zone.el (zone): Wrap body with save-window-excursion.
 
        Fix bug introduced 2005-07-03: Use (car (last ...))
        to faithfully reproduce replaced artist-last.
        (artist-set-arrow-points-for-poly): Likewise.
-       Suggested by Johan Bockg\e,Ae\e(Brd.
+       Suggested by Johan Bockgård.
 
 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
+       * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
        (ediff-merge-region-is-non-clash-to-skip): Previously called
        ediff-merge-region-is-non-clash.
 
        (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
        instead of speedbar-line-path.
 
-2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-10-03  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
        to nil if dropping on a window.  Handle dropping on a minibuffer window
 
        * dframe.el, ezimage.el, sb-image.el: New files.
 
-       * sb-*.xpm: Remove files.  New image files installed into
-       etc/images/ezimage.
+       * sb-dir-minus.xpm, sb-dir-plus.xpm, sb-dir.xpm, sb-mail.xpm:
+       * sb-pg-minus.xpm, sb-pg-plus.xpm, sb-pg.xpm, sb-tag-gt.xpm:
+       * sb-tag-minus.xpm, sb-tag-plus.xpm, sb-tag-type.xpm:
+       * sb-tag-v.xpm, sb-tag.xpm: Remove files.
+       New image files installed into etc/images/ezimage.
 
 2005-09-30  Kenichi Handa  <handa@m17n.org>
 
 
        * emulation/viper-macs.el (ex-map): Better messages.
 
-       * emulation/viper-utils.el (viper-beginning-of-field): New function.
+       * emulation/viper-util.el (viper-beginning-of-field): New function.
 
        * emulation/viper.el: Replace make-variable-buffer-local with
        viper-make-variable-buffer-local everywhere, to avoid warnings.
 
        * net/newsticker.el: Get rid of CVS keyword.
 
-2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-09-19  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
        The prompt is formatted later.
        (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
        only if ispell-aspell-supports-utf8 is non-nil.
 
-2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-09-17  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
        buffer-local value to lisp-indent-function.
        (smerge-find-conflict): Instead, add an overlay here.
        Also check for the case where we're inside a conflict already, so as to
        obviate the need for font-lock-multiline, which is unbearably slow with
-       large conflicts and ciomplex font-lock patterns.
+       large conflicts and complex font-lock patterns.
        (smerge-remove-props): Remove overlay rather than text-properties.
        (smerge-mode): Don't set font-lock-multiline.
        Remove overlays when turned off.
        * image-file.el (insert-image-file, image-file-yank-handler):
        Fix last change to maintain a (unique) yank-handler on yanked images.
 
-2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
+2005-07-22  Eduardo Muñoz  <emufer@terra.es>  (tiny change)
 
        * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
        of the file size (as in "177B" for 177 bytes).  This happens with
        * frame.el (set-frame-font, cursor-in-non-selected-windows):
        Fix typo in docstring.
        (set-screen-width, set-screen-height): Delete redundant info in
-       doctrings.
+       docstrings.
        (new-frame, screen-height, screen-width): Declare with
        `define-obsolete-function-alias'.
        (delete-frame-hook, blink-cursor): Declare with
        * server.el: Bind "C-x #" in a way that works even if C-x is
        redefined to a command key, not a prefix key.
 
-2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
+2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
 
        * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
        cl-make-type-test till execution time.
        * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
        arg ARG and use it.
 
-2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
+2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
 
        * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
 
        (mac-services-mail-to): New functions.
        (mac-application-menu-map): Bind them.
 
-2005-07-12  wulei  <milton@wulei.net>  (tiny change)
+2005-07-12  Milton Wulei  <milton@wulei.net>  (tiny change)
 
        * progmodes/gdb-ui.el: Add note about buffering with Windows.
 
        * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
        new address as well.
 
-2005-07-07  Kenichi Handa  <handa@m17n.org>
-
-       * international/mule.el (make-coding-system):
-       Describe `ascii-incompatible' property in the docstring.
-       (set-file-name-coding-system): Signal an error if coding-system is
-       ascii-incompatible.
-       (set-keyboard-coding-system): Likewise.
-
-       * international/mule-cmds.el (set-default-coding-systems):
-       Don't set default-file-name-coding-system and
-       default-keyboard-coding-system if coding-system is ASCII-incompatible.
-
-       * international/utf-16.el: Declare that all UTF-16-based coding
-       systems are ASCII-incompatible.
-
 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el: Require font-lock for displaying errors.
        New modes C,I.  Honor the %= parameter in the current table.
        Avoid unnecessary re-align by using the NEW argument to
        `org-table-justify-field-maybe'.
-       (org-calc-default-modes): Default for date-format mimicks org-mode.
+       (org-calc-default-modes): Default for date-format mimics org-mode.
        (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
 
 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
        * emulation/edt.el (edt-last-copied-word): Add defvar.
        (zmacs-region-stays): Likewise.
        (edt-mark-section-wisely): Use c-mark-function for C.
-       Use makr-defun for Fortran.
+       Use mark-defun for Fortran.
        (time-string): defvar deleted.
        (edt-display-the-time): Don't set time-string.
 
        * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
        (crm-find-current-element): Likewise.
 
-2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
+2005-06-30  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
 
 
        * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
 
-2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
+2005-06-06  Matthias Förste  <slashdevslashnull@gmx.net>
 
        * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
        (hack-one-local-variable, hack-local-variables)
 
 2005-05-29  Richard M. Stallman  <rms@gnu.org>
 
-       * textmoddes/flyspell.el (flyspell-version): Function deleted.
+       * textmodes/flyspell.el (flyspell-version): Function deleted.
        (flyspell-auto-correct-previous-hook): Doc fix.
 
        * jit-lock.el (jit-lock-function, jit-lock-after-change):
 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
 
        * subr.el (post-command-idle-hook, post-command-idle-delay):
-       Remove obsoletion of post-command-idle-hook and
+       Remove obsolescence of post-command-idle-hook and
        post-command-idle-delay.
 
        * faces.el (list-faces-display): Provide button when describe-face
        Sync with Tramp 2.0.49.
 
        * net/tramp.el (tramp-handle-dired-call-process)
-       (tramp-handle-insert-directory):`insert-buffer' cannot be used
+       (tramp-handle-insert-directory): `insert-buffer' cannot be used
        because the contents of the Tramp buffer is changed before
        insertion (`expand-file' and alike).
        (tramp-handle-insert-directory): If `localname' has an empty
        <kifer@cs.sunysb.edu> (and a lot of other people all the years).
        (tramp-handle-shell-command): `insert-buffer' cannot be used
        because the contents of the Tramp buffer is changed before
-       insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
+       insertion (`expand-file' and alike).  Reported by Frédéric Bothamy
        <frederic.bothamy@free.fr>.
        (tramp-set-auto-save): Actions should be done for Tramp file name
        handler only.  Ange-FTP has its own auto-save mechanism.
 
        * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
 
-2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-05-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * dired.el (dired-mode): make-variable-buffer-local =>
        make-local-variable.
        * add-log.el (find-change-log): Fix typos in the docstring
        of function.
 
-2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+2005-05-11  Arne Jørgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
        Avoid `re-search-forward' when looking for input encoding because
        * international/mule.el (sgml-xml-auto-coding-function):
        Recognize encoding='FOO' in single quotes as well as in double quotes.
 
-2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2005-05-07  Johan Bockgård  <bojohan@dd.chalmers.se>
 
        * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
        as well as `interactive', so that defmacro* would recognize
 
        * ido.el (ido-everywhere): Fix last change.
 
-2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+2005-04-28  Arne Jørgensen  <arne@arnested.dk>
 
        * international/latexenc.el: New file.
        * international/mule-conf.el (file-coding-system-alist): For .tex,
 
        * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
 
-2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-04-12  Jan Djärv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line): Turn off blinking cursor if
        cursorBlink in resources is off or false.
        * faces.el (secondary-selection): Use yellow1, not yellow.
        (trailing-whitespace): Use red1, not red.
 
-2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-04-11  Jan Djärv  <jan.h.d@swipnet.se>
 
        * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
        (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
 
        * dnd.el (dnd-protocol-alist): New file with generic DND functions.
 
-2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+2005-04-11  Juan León Lahoz García  <juanleon1@gmail.com>
 
        * wdired.el: Doc fixes.
        (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
        * fast-lock.el:
        * lazy-lock.el: Move them to the obsolete subdir.
 
-2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+2005-04-06  Juan León Lahoz García  <juanleon1@gmail.com>
 
        * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
        (wdired-add-replace-advice): Remove.
 
 2005-04-04  Jay Belanger  <belanger@truman.edu>
 
-       * calc.el (calc-language-alist): Add tags to customization type.
+       * calc/calc.el (calc-language-alist): Add tags to customization type.
 
 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
 
        (mail-directory-process defvar): Doc fix.
        (mail-names): Doc fix.
 
-2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
+2005-03-25  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
 
        * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
 
        * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
        (flymake-find-buildfile, flymake-find-possible-master-files)
        (flymake-check-include, flymake-parse-line): Replace loops over the
-       length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
+       length of lists, by loops over lists, to remove silly O(n²) behavior.
 
        * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
        Substitute file-name-as-directory in the rest of the file.
        (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
        (menu-bar-make-mm-toggle): Simplify.
 
-2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+2005-03-22  Juan León Lahoz García  <juanleon1@gmail.com>
 
        * progmodes/perl-mode.el (perl-font-lock-keywords-2):
        Accept qualified variable and function names.
 
        * language/thai-word.el: New file.
 
-2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+2005-03-19  Juan León Lahoz García  <juanleon1@gmail.com>
 
        * files.el (backup-buffer): If the file's directory is not
        writable, use copy instead of move to backup the file.
 
        * facemenu.el (global-map): Bind M-o, not M-g.
 
-2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-03-06  Jan Djärv  <jan.h.d@swipnet.se>
 
        * menu-bar.el (menu-bar-file-menu): Add the same :enable to
        "Open Directory" as for "Open File".
        computed.
 
        * startup.el (command-line): Use it for temporary-file-directory,
-       small-emporary-file-directory, auto-save-file-name-transforms,
+       small-temporary-file-directory, auto-save-file-name-transforms,
        blink-cursor-mode, and normal-erase-is-backspace.
 
        * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
 2005-02-22  Kim F. Storm  <storm@cua.dk>
 
        * progmodes/hideif.el (hide-ifdef-use-define-alist):
-       Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
+       Use completing-read.  Suggested by Juan León Lahoz García.
 
 2005-02-22  Simon Josefsson  <jas@extundo.com>
 
 
        * emacs-lisp/lisp.el (buffer-end): Doc fix.
 
-2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
+2005-02-05  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
 
        * net/ldap.el (ldap-search-internal): Support attributes with
        optional descriptions separated by a semi-colon, as in
        "userCertificate;binary".
 
-2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2005-02-05  Jan Djärv  <jan.h.d@swipnet.se>
 
        * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
        isn't a cons (i.e. the version is 0).
        Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
 
        * case-table.el (get-upcase-table): New function.
-       (copy-case-table): Copy upcaes table too if non-nil.
+       (copy-case-table): Copy upcase table too if non-nil.
        (set-case-syntax-delims): Maintain upcase table too.
        (set-case-syntax-pair): Likewise.
        (set-upcase-syntax, set-downcase-syntax): New functions.
        (line-move): New function that adjusts vscroll for partially
        visible rows, and calls line-move-1 otherwise.
 
-2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
+2005-01-21  René Kyllingstad  <listmailxemacs@kyllingstad.com>
 
        * pcomplete.el: Define pcomplete-read-event instead of read-event,
        since it's not a complete read-event implementation.
        (ispell-get-casechars, ispell-get-not-casechars)
        (ispell-get-otherchars): Call ispell-get-decoded-string.
 
-2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
+2005-01-12  Johan Bockgård  <bojohan@users.sourceforge.net>
 
        * custom.el (custom-declare-variable): Just put symbol instead
        of (defvar . symbol) in `current-load-list'.
 
        * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
        Don't confuse module-prefixed identifiers for labels.
-       Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
+       Reported by Juan León Lahoz García <juanleon1@gmail.com>.
 
 2005-01-02  Richard M. Stallman  <rms@gnu.org>
 
 See ChangeLog.11 for earlier changes.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 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
+  GNU Emacs is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 3, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33379,8 +33364,6 @@ See ChangeLog.11 for earlier changes.
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with GNU Emacs; see the file COPYING.  If not, write to the
-  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  Boston, MA 02110-1301, USA.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1