(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
[bpt/emacs.git] / lisp / ChangeLog
index 770aebf..d300ae5 100644 (file)
@@ -1,7 +1,528 @@
+2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
+
+2008-03-22  Drew Adams  <drew.adams@oracle.com>
+
+       * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
+       New variables.
+       (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
+       (finder-exit): Ignore errors rather than avoiding them.
+       Kill *Finder-package* buffer also.
+
+2008-03-24  Andreas Schwab  <schwab@suse.de>
+
+       * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
+
+2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-hg.el (vc-hg-after-dir-status):
+       * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
+
+       * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
+       Detect removed files.
+
+       * vc.el (vc-status-printer): Use a different face for missing files.
+       (vc-status-hide-up-to-date): Rename from
+       vc-status-remove-up-to-date.  Update all callers.
+       (vc-status-mode-map): Bind C-m.
+
+2008-03-24  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
+       code ...
+       (vc-git--state-code): ... to this new function.
+       (vc-git-state): Use it.
+
+2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
+
+       * textmodes/remember.el (remember-mail-date)
+       (remember-store-in-mailbox): Write date and From line in such a
+       way that Mutt can read it.
+
+2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (transient-mark-mode): Turn on by default.
+
+2008-03-23  Xavier Maillard  <xma@gnu.org>
+
+       * saveplace.el: fix a typo in the commentary section.
+
+2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
+       'unregistered for unregistered files.
+
+       * vc-hg.el (vc-hg-state): Return 'removed for removed files.
+
+       * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
+
+       * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
+       subdirectories.
+
+       * vc.el (vc-status-prepare-status-buffer): Fix thinko.
+       (vc-status-menu-map): Add binding for
+       vc-status-kill-dir-status-process.  Add :enable for vc-status-refresh.
+       (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
+       (vc-status-tool-bar-map): Add binding for vc-status-kill-dir-status-process.
+       Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
+       (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
+       Reset vc-status-process-buffer.
+       (vc-status-refresh): Don't run two refreshes at a time.
+       (vc-status): If the buffer is already in vc-status-mode only refresh.
+       (vc-status-mark-buffer-changed): Add an optional file parameter.
+       (vc-resynch-buffer): Use it.
+       (vc-delete-file): Expand the file name before using it.  Be
+       careful to not create a new buffer with the old file contents.
+       Update the VC state after performing the operation.
+
+2008-03-23  Andreas Schwab  <schwab@suse.de>
+
+       * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix
+       radio button condition.
+       [box]: Likewise.
+       [customize]: Add radio button.
+
+2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
+       (calc-user-parse-tables, calc-gnuplot-default-device)
+       (calc-gnuplot-default-output, calc-gnuplot-print-device)
+       (calc-gnuplot-print-output, calc-gnuplot-geometry)
+       (calc-graph-default-resolution, calc-graph-default-resolution-3d)
+       (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
+       (calc-undo-list, calc-redo-list, calc-main-buffer)
+       (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
+       (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
+       (calc-said-hello, calc-executing-macro, calc-any-selections)
+       (calc-help-phase, calc-full-help-flag, calc-refresh-count)
+       (calc-display-dirty, calc-embedded-info, calc-embedded-active)
+       (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
+       (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
+       (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
+       (calc-create-buffer, calc-quit): Add docstrings.
+
+2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (WINS_ALMOST): Add org.
+
+2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
+       New functions to implement vc-status support.
+
+2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-status-prepare-status-buffer): New function.
+       (vc-status): Use it.
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
+       appropriate.
+
+2008-03-22  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el (vc-git--empty-db-p)
+       (vc-git-after-dir-status-stage1-empty-db): New functions.
+       (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
+       Add support for empty repositories.
+
+2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-annotate-extract-revision-at-line):
+       Allow "^" in a version name.
+
+       * vc-mtn.el (vc-mtn-state): Support the added state.
+
+2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org: New directory for Org-mode.
+
+       * org/org-export-latex.el: Moved from lisp/texmodes.
+
+       * org/org-irc.el: Moved from lisp/texmodes.
+
+       * org/org-mac-message.el: Moved from lisp/texmodes.
+
+       * org/org-mouse.el: Moved from lisp/texmodes.
+
+       * org/org-publish.el: Moved from lisp/texmodes.
+
+2008-03-21  Juri Linkov  <juri@jurta.org>
+
+       * comint.el (comint-dynamic-simple-complete):
+       Use variable `stub' for the second arg `common-substring'
+       of `comint-dynamic-list-completions'.
+       (comint-dynamic-list-filename-completions):
+       Use variable `filenondir' for the second arg `common-substring'
+       of `comint-dynamic-list-completions'.
+       (comint-dynamic-list-completions): Add new optional arg
+       `common-substring'.  Add `common-substring' as the second arg of
+       the call to `display-completion-list'.  Doc fix.
+
+       * comint.el (comint-dynamic-complete-as-filename)
+       (comint-dynamic-list-filename-completions)
+       (comint-dynamic-simple-complete): Use `minibuffer-message'
+       to display message "No completions of %s" when a command
+       is called in the minibuffer.
+       (comint-dynamic-simple-complete): Don't display other
+       completion messages when a command is called in the minibuffer.
+       (comint-dynamic-list-completions): Use `minibuffer-message'
+       to display message " [Type space to flush ...]" when a command
+       is called in the minibuffer.
+
+       * shell.el (shell-dynamic-complete-command)
+       (shell-dynamic-complete-environment-variable): Don't display
+       completion messages when command is called in the minibuffer.
+
+       * emacs-lisp/lisp.el (lisp-complete-symbol):
+       Use `minibuffer-message' to display message "No completions of %s"
+       when this command is called in the minibuffer.
+
+       * bindings.el (standard-mode-line-modes): Put special help-echo
+       tooltip on recursive edit %[ %] mode-line constructs.
+
+       * dabbrev.el (debug-ignored-errors): Remove $ from the end of
+       "^No dynamic expansion for .* found$" to allow error messages like
+       "No dynamic expansion for \"%s\" found in this-buffer".
+
+2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
+       "psftp".
+
+2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
+       * vc.el (vc-default-dired-state-info): Use just "modified".
+       * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
+       (vc-cvs-mode-line-string): Make use of the better default.
+       (vc-cvs-parse-entry): Use the new `added'.
+       (vc-cvs-dired-state-info): Remove.
+       * vc-svn.el (vc-svn-dired-state-info): Remove.
+       * vc-hg.el (vc-hg-dired-state-info): Remove.
+       * vc-git.el (vc-git-dired-state-info): Remove.
+
+2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el (vc-git-status-result): New variable.
+       (vc-git-dir-status): Split out ...
+       (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
+       ... these new functions and work asynchronously.
+
+2008-03-21  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc-git.el (vc-git-after-dir-status): Remove.
+       (vc-git-dired-state-info): Reimplement.
+
+2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * replace.el (occur-mode-map): Add :help.
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
+       for disassemble.
+
+       * vc.el (vc-status-mark-buffer-changed): Better deal with files in
+       the 'added state.
+       (vc-status-remove-up-to-date): New function.
+       (vc-status-mode-map, vc-status-menu-map): Bind it.
+       (vc-status-printer): Use a different face up-to-date files.
+       (vc-resynch-buffer): Update the vc-status buffer if it exists.
+       (Todo): Remove solved entries.
+
+       * vc-hg.el (vc-hg-state):
+       * vc-git.el (vc-git-state):
+       * vc-cvs.el (vc-cvs-parse-status):
+       * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
+       state.
+
+2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compile):
+       * progmodes/grep.el (grep, grep-find): Use read-shell-command.
+
+       * simple.el (minibuffer-local-shell-command-map): New var.
+       (minibuffer-complete-shell-command, read-shell-command): New funs.
+       (shell-command, shell-command-on-region): Use them.
+
+2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-status-mark-buffer-changed): New function to implement
+       updating of the *vc-status* buffer when a buffer is saved.
+       (vc-status-mode): Use it for after-change-hook.
+       (vc-add-to-vc-status-buffer): Rename to ...
+       (vc-status-add-entry): ... this.
+       (Todo): Add new entry.
+
+2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
+
+2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
+       (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
+       Remove spurious * from defcustom docstrings.
+       (icomplete-compute-delay): Fix docstring and remove spurious *.
+       (icomplete-delay-completions-threshold): Fix typo in docstring and
+       remove spurious *.
+       (icomplete-completions): While collecting the list of prospective
+       candidates, don't overshoot `icomplete-prospects-length'.
+
+2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * textmodes/refbib.el:
+       * textmodes/reftex.el:
+       * textmodes/reftex-global.el:
+       * textmodes/reftex-vars.el:
+       * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
+       compiler pacifying defvars.
+       (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
+       * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
+       not needed.
+
+2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
+       (verilog-stmt-menu, verilog-menu): Add :help and filter it.
+       (verilog-customize, verilog-font-customize)
+       (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
+       (verilog-mode): Update documentation strings to match tool tips.
+       (verilog-auto-search-do, verilog-auto-re-search-do)
+       (verilog-skip-forward-comment-or-string): Fix verilog-auto
+       expansion when a .* appears inside a string.
+       (verilog-re-search-forward, verilog-re-search-backward):
+       Add comment to recall how this works.
+       (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
+
+2008-03-20  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (calendar-other-dates): New function.
+       (calendar-print-other-dates): Use calendar-other-dates.
+       * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
+       the declarations it replaces.
+       (calendar-mouse-print-dates): Use calendar-other-dates.
+
+       * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
+       (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
+       (calendar-absolute-from-bahai): Fix the leap-year case.
+       (calendar-bahai-from-absolute): Re-use the Gregorian month.
+       (calendar-bahai-date-string, calendar-bahai-print-date):
+       Handle pre-Bahai dates.
+
+       * calendar/cal-china.el (chinese-calendar-celestial-stem)
+       (chinese-calendar-terrestrial-branch): Make defcustoms.
+
+       * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
+       (calendar-mouse-view-diary-entries): Use or.
+       (calendar-mouse-chinese-date): Remove unused command.
+       (cal-menu-load-hook): Mark as obsolete.
+
+       * calendar/solar.el (calendar-location-name, calendar-latitude)
+       (calendar-longitude, solar-arctan, sunrise-sunset)
+       (solar-mean-equinoxes/solstices): Use the appropriate equality test.
+
+2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el: Remove outdated comments.
+       (defcalcmodevar, calc-mode-var-list-restore-default-values)
+       (calc-mode-var-list-restore-saved-values, calc-autorange-units):
+       Add docstrings.
+
+2008-03-19  Jason Rumney  <jasonr@gnu.org>
+
+       * w32-fns.el (x-alternatives-map): Add S-tab mapping.
+
+2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * net/tls.el (open-tls-stream): Reindent.
+
+2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-let-maybe): Removed.
+       (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
+       It does not exist under XEmacs.
+       (tramp-handle-file-truename, tramp-handle-expand-file-name)
+       (tramp-completion-file-name-handler): Let-bind
+       `directory-sep-char'.
+
+       * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
+       `directory-sep-char'.
+
+2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * help-fns.el (describe-function-1): Don't signal "missing arglist"
+       for autoloaded keymaps.
+
+       * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
+       (electric-verilog-terminate-line, verilog-in-struct-region-p)
+       (verilog-backward-ws&directives, verilog-forward-ws&directives)
+       (verilog-in-comment-p, verilog-in-star-comment-p)
+       (verilog-in-slash-comment-p, verilog-skip-backward-comments)
+       (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
+       (verilog-skip-forward-comment-or-string, verilog-in-paren)
+       (verilog-skip-forward-comment-p): Use it.
+
+2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/org.el (org-link-store, org-link-follow, org-latex)
+       (org-remember-templates, org-time-stamp-rounding-minutes)
+       (org-back-over-empty-lines, org-find-base-buffer-visiting)
+       (org-columns-new): Fix typos in docstrings.
+
+2008-03-19  Glenn Morris  <rgm@gnu.org>
+
+       * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
+       (tramp-handle-shell-command): Use condition-case rather than
+       ignore-errors.
+
+2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-header): Make the color louder.
+       (diff-refine-change): Tone the color down.
+
+2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * descr-text.el (describe-char): When `describe-char-unidata-list'
+       is set to show all properties, list them in the right order.
+
+2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/mule.el (load-with-code-conversion): Avoid setting
+       default-enable-multibyte-characters.
+
+2008-03-19  Gustav H\e$(Q)[\e(Bllberg  <gustav@virtutech.com>  (tiny change)
+
+       * vc.el (vc-annotate-background): Fix custom type.
+
+2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * descr-text.el (describe-char-unidata-list): Allow specifying
+       just all properties.
+       (describe-char): Handle that new value.
+
+       * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
+
+2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
+       instead of file name extension to make docs with uncommon
+       extensions work.
+
+2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (require): Require cl at compile time because
+       `assert' needs it.
+
+2008-03-18  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (initial-calendar-window-hook)
+       (today-visible-calendar-hook): Doc fixes.
+
+2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-root-regexp): Simplify.
+       (tramp-completion-file-name-regexp-separate): Don't insist on
+       leading "[".  This prevents method or user or host completion.
+       (tramp-let-maybe): Autoload it.
+       (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
+       is an alias for `identity'.
+       (tramp-handle-write-region): Protect `last-coding-system-used'
+       over the trailing statements.
+       (tramp-completion-file-name-handler-post-function): Remove.
+       (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
+       instead of calling `tramp-drop-volume-letter'.
+
+       * net/tramp.el:
+       * net/tramp-uu.el:
+       * net/trampver.el: Move coding cookie at the end.
+
+2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
+       elements which may be something else than characters.
+
+2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
+       New functions to implement vc-status support.
+
+       * vc.el (vc-default-extra-status-menu)
+       (vc-add-to-vc-status-buffer): New functions.
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
+       for eldoc and ielm.
+
+2008-03-17  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-x.el (diary-frame-parameters)
+       (calendar-frame-parameters, calendar-and-diary-frame-parameters):
+       Fix custom type; add options.
+       (calendar-frame, diary-frame): Doc fixes.
+       (calendar-dedicate-diary, calendar-frame-1): Extract common code into
+       new functions.
+       (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
+       Use calendar-frame-1 and calendar-dedicate-diary.
+       (calendar-one-frame-setup): Also handle only-one-frame case.
+       (calendar-only-one-frame-setup): Doc fix.  Just call
+       calendar-one-frame-setup.
+
+       * calendar/diary-lib.el: Re-order some definitions before their use.
+       (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
+       (diary-list-entries): Doc fixes.
+       (make-fancy-diary-display): Remove function.
+
+       * calendar/calendar.el (calendar-today-marker)
+       (initial-calendar-window-hook, today-visible-calendar-hook)
+       (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
+       (calendar-star-date, calendar-mark-today): Doc fixes.
+       (today-visible-calendar-hook): Add options.
+       (calendar-in-read-only-buffer): New macro.
+       (calendar-basic-setup): Adapt for change in calendar-read-date.
+       Place holiday let inside if.
+       (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
+       (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
+       (calendar-print-other-dates): Use one let rather than many.
+
+       * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
+       (calendar-print-other-dates):
+       * calendar/cal-hebrew.el (list-yahrzeit-dates):
+       * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
+       * calendar/holidays.el (calendar-list-holidays, list-holidays)
+       (calendar-cursor-holidays):
+       * calendar/lunar.el (calendar-phases-of-moon): Use
+       calendar-in-read-only-buffer to replace previous code and disable undo.
+
+2008-03-16  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
+       and regexp-search-ring-yank-pointer for the HISTPOS argument of
+       read-from-minibuffer to provide the correct initial minibuffer
+       history position in isearch-edit-string when it is called from
+       isearch-ring-adjust.
+
+       * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
+       to check if the current buffer is the minibuffer, and in this case
+       call abort-recursive-edit to kill the minibuffer.  Doc fix.
+       (kill-this-buffer-enabled-p): Allow this function to return non-nil
+       when the current buffer is the minibuffer.
+
+       * simple.el (goto-line): Leave mark at previous position.  Doc fix.
+
+2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
+       Use non-nil PARENTS attribute of make-directory instead of
+       explicitly checking existence the current cache directory.
+
+2008-03-16  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
+       M-x epa-file-select-keys.
+
 2008-03-16  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (auto-coding-alist): Use
-       no-conversion-multibyte for archive files.
+       * international/mule.el (auto-coding-alist):
+       Use no-conversion-multibyte for archive files.
 
 2008-03-16  Glenn Morris  <rgm@gnu.org>
 
        * calendar/calendar.el (calendar-mod): Remove.
        * calendar/cal-china.el (calendar-chinese-from-absolute)
        (calendar-chinese-date-string): Expand calendar-mod calls.
+       * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
+       Expand calendar-mod calls.
 
        * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
        (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
        * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
        (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
 
+       * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
+
        * calendar/calendar.el (calendar-for-loop): Add indent spec.
 
        * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
        (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
        (print-diary-entries): Use unless.
        (diary-mark-entries-1): Change argument order, make all but
-       markfunc optional.  Handle the standard (Gregorian) case.  Use
-       match-string-no-properties.  Handle marks.
+       markfunc optional.  Handle the standard (Gregorian) case.
+       Use match-string-no-properties.  Handle marks.
        (mark-diary-entries): Use diary-mark-entries-1.
        (diary-font-lock-keywords-1): New macro.
        (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
 
 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
 
-       * tramp.el (tramp-root-regexp): New defconst.
+       * net/tramp.el (tramp-root-regexp): New defconst.
        (tramp-completion-file-name-regexp-unified)
        (tramp-completion-file-name-regexp-separate)
        (tramp-completion-file-name-regexp-url): Use it.
-       (tramp-do-copy-or-rename-file-via-buffer): Set
-       `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
+       (tramp-do-copy-or-rename-file-via-buffer):
+       Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
        t for `insert-file-contents-literally'.
        (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
        Autoload it.
        (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
        (mark-calendar-month): Use dotimes.
 
-       * calendar/holidays.el (displayed-month, displayed-year): Move
-       declarations where needed.
+       * calendar/holidays.el (displayed-month, displayed-year):
+       Move declarations where needed.
        (calendar-list-holidays): Doc fix.
 
        * calendar/parse-time.el (parse-time-string): Simplify.
        (timeclock-mean, timeclock-generate-report): Use dolist.
 
        * calendar/todo-mode.el (todo-add-category): Simplify.
-       (todo-more-important-p, todo-delete-item, todo-file-item): Use unless,
-       when.
+       (todo-more-important-p, todo-delete-item, todo-file-item):
+       Use unless, when.
        (todo-top-priorities): Use zerop.
 
 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
 
 2008-03-14  Bastien Guerry  <bzg@altern.org>
 
-       * textmodes/flyspell.el (nxml-mode): Add the right.
+       * textmodes/flyspell.el (nxml-mode): Add the right
        `flyspell-mode-predicate'.
 
        * wid-edit.el (link): Use 'mouse-face for :follow-link.
        (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
        (insert-yearly-islamic-diary-entry): Use let rather than let*.
 
-       * calendar/cal-julian.el (calendar-absolute-from-julian): Move
-       definition before use.  Remove un-needed local `day'.
+       * calendar/cal-julian.el (calendar-absolute-from-julian):
+       Move definition before use.  Remove un-needed local `day'.
        (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
 
        * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
        if the original message starts with the last successful message.
 
        * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
-       (dired-perm-write): Renamed from `dired-warn-writable'.
+       (dired-perm-write): Rename from `dired-warn-writable'.
        Change parent face from `font-lock-warning-face' to
        `font-lock-comment-delimiter-face'.
        (dired-warn-writable-face): Rename to `dired-perm-write-face'.
-       (dired-perm-write-face): Renamed from `dired-warn-writable-face'.
+       (dired-perm-write-face): Rename from `dired-warn-writable-face'.
        (dired-font-lock-keywords): Replace `dired-warn-writable-face'
        with `dired-perm-write-face'.
 
 
        * textmodes/org-mouse.el: Version number change.
 
-       * textmodes/org-publish.el: (org-publish-expand-components):
+       * textmodes/org-publish.el (org-publish-expand-components):
        Remove null projects from the list of components.
        (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
        Remove unused retrieval of the :publishing-directory property.
        due date approaches and is passed.
        (org-remember-apply-template): Fix problem with tags that
        contain "_" or "@".
-       (org-make-link-regexps): Improve the regular expression for plain
-       links.
+       (org-make-link-regexps): Improve the regular expression for plain links.
        (org-agenda-get-closed): List each clocking entry.
        (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
        (org-special-ctrl-k): New option.
 
 2008-03-08  Glenn Morris  <rgm@gnu.org>
 
-       * calendar/diary-lib.el (entry): Declare for compiler part-way
-       through.
+       * calendar/diary-lib.el (entry): Declare for compiler part-way through.
 
 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Move here from calendar.el.
        (diary-file-name-prefix-function): Use 'identity.
        (diary-face): Make it a defcustom, and mark as obsolete.
-       (top-level): No need to require cal-hebrew, cal-islam when
-       compiling.
+       (top-level): No need to require cal-hebrew, cal-islam when compiling.
        (calendar-hebrew-month-name-array-leap-year)
        (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
        Define for compiler.
-       (diary-font-lock-keywords): Use format rather than concat. Add
-       bahai-diary-entry-symbol.
+       (diary-font-lock-keywords): Use format rather than concat.
+       Add bahai-diary-entry-symbol.
 
        * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
        * calendar/solar.el: Unquote lambda functions.
        * bookmark.el (bookmark-set): Don't check for
        `bookmark-make-name-function' since `bookmark-buffer-file-name'
        already takes care of this.
-       (bookmark-buffer-name, bookmark-buffer-file-name): Remove
-       Info-mode specific code.
+       (bookmark-buffer-name, bookmark-buffer-file-name):
+       Remove Info-mode specific code.
 
        * info.el (bookmark-get-info-node): Define this function in
        info.el, not in bookmark.el.
        * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
        Reported by Drew Adams <drew.adams@oracle.com>.
 
+2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * subr.el (read-quoted-char): Resolve modifers of the character
+       event.
+
+       * comint.el (comint-exec-1): Don't change the coding-system for
+       decoding to dos-like EOL.
+       (comint-carriage-motion): Fully rewrite.
+
 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * epg.el (epg-context-include-certs): Reflow docstring.
        * font-lock.el (font-lock-set-defaults): Unset previously set variables
        when needed.
 
-2008-02-24  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
+2008-02-24  \e$(C(!\e(Bvar Arnfj\e$(Q)l\e(Br\e$(C)#\e(B Bjarmason  <avar@cpan.org>  (tiny change)
 
        * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
        from gnus-button-url-regexp.
 2008-02-01  Dave Love  <fx@gnu.org>
 
        * international/mule-diag.el (describe-character-set):
-       Fix printing dimensions.  Use `\e,AW\e(B', not `x'.
+       Fix printing dimensions.  Use `\e$(C!?\e(B', not `x'.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
 
 2008-02-01  Dave Love  <fx@gnu.org>
 
-       * international/characters.el: Make \e,_/\e(B and \e,A\7f\e(B a case pair.
+       * international/characters.el: Make \e$(D*s\e(B and \e$(Q)t\e(B a case pair.
 
 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
 
 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule-util.el (detect-coding-with-priority):
-       Fix the place of using `,' marker in backguote form.
+       Fix the place of using `,' marker in backquote form.
 
 2008-02-01  Dave Love  <fx@gnu.org>
 
 
        * progmodes/python.el (top-level): Don't require cl when compiling.
 
-2007-12-02  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
+2007-12-02  Agust\e$(Q)c\e(Bn Mart\e$(Q)c\e(Bn  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-large-region): Explicitly set
        encoding for aspell process and for communication with it.
        (x-send-client-message):
        * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
 
-2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-11-22  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
 
 
        * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
 
-2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
+2007-11-07  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
 
        * eshell/esh-mode.el (eshell-output-filter):
        * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
        * help-fns.el (describe-function-1): Don't use the advice origname
        if it has no function definition.
 
-2007-10-18  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
+2007-10-18  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
 
        * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
        Use `save-restriction' rather than `widen'.
        (bs--get-mode-name, bs-mode): Fix typos in docstrings.
        (bs--format-aux): Doc fix.
 
-2007-10-08  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-10-08  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
 
        * progmodes/gud.el (gud-display-line): Find source buffer even when
        GUD buffer has its own frame.
 
-2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-10-08  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
 
-2007-10-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-10-08  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): Version is 22.2.
 
        * emacs-lisp/copyright.el (copyright-update): Don't update if the file
        already uses a more recent copyright version than the "current" one.
 
-2007-10-03  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-10-03  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
        (doc-view-insert-image): Minor aesthetical docstring changes.
 
        * play/zone.el (zone-hiding-modeline): Use mode-line-format.
 
-2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-09-29  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): Version is 22.2.
 
        * indent.el (indent-for-tab-command): First check if the region is
        active.
 
-2007-09-24  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-24  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * whitespace.el (whitespace-tickle-timer): Don't install the timer if
        whitespace-rescan-timer-time is 0.
        * indent.el (indent-for-tab-command): Indent the region if
        transient-mark-mode and the region is active.
 
-2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
+2007-09-21  Francesco Potort\e$(Q)b\e(B  <pot@gnu.org>
 
        * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
        add inferior-octave-directory-tracker to the buffer-local value
        (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
        Improve error message.
 
-2007-09-19  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-19  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * net/browse-url.el (browse-url-url-encode-chars): Use the right
        parameter name in the function body.
        * newcomment.el (comment-add): New arg EXTRA.
        (comment-region-default): Pass EXTRA if not indenting lines.
 
-2007-09-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * net/browse-url.el (browse-url-url-encode-chars): New function.
        URL-encode some chars in a string.
        (move-beginning-of-line): Remove unused var `start'.
        (blink-matching-open): Restructure in a more functional style.
 
-2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-16  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * calendar/holidays.el (list-holidays): Remove the cyclic alias.
 
 
        * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
 
-2007-09-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-12  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
        New argument `filename-p' to use one set of confusing chars or another.
 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
        * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
-       Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
+       Reported by Jan Dj\e$(Q)Z\e(Brv <jan.h.d@swipnet.se>.
 
 2007-09-10  Dave Love  <fx@gnu.org>
 
        Move font-lock-builtin-face down from 4 to 7 to better keep the
        progression of color brightness, and to better match Org-mode's faces.
 
-2007-09-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-10  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * progmodes/meta-mode.el (meta-font-lock-keywords)
        (font-lock-match-meta-declaration-item-and-skip-to-next)
 
        * vc-arch.el (vc-arch-checkin): Fix typo.
 
-2007-09-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
+2007-09-07  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
 
        * cus-face.el (custom-theme-set-faces): Set face attributes
        locally for each frame.
        * complete.el (PC-do-completion): Don't try to treat
        empty string as an abbreviation.
 
-2007-09-06  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-09-06  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>
 
        * help-fns.el (describe-variable): Keep doc's text properties.
 
        (normal-no-mouse-startup-screen): New fn, broken out.
        (normal-about-screen): New function, contents all new.
 
-2007-09-05  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-09-05  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * emacs-lisp/rx.el (rx): Fix typo in docstring.
 
        * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
        is bound.
 
-2007-09-05  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-09-05  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>
 
        * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
        in doc string.
        (terminal-init-xterm): Use it.  Deal with delete-frame hook.
        Add the selected frame to xterm-modify-other-keys-terminal-list.
 
-2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-09-02  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
        (icon-map-list): New variable.
 
        * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
 
-2007-08-31  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-08-31  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
        New variable.  List of exceptions for the duplicated word rule.
        * files.el (create-file-buffer): If the filename sans directory starts
        with spaces, remove them.
 
-2007-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-08-31  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
        (x-gtk-map-stock): Use two directory elements when matching
 
        * version.el (emacs-version): Increase to 23.0.50.
 
-2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-08-29  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
 
 
        * env.el (getenv): Pass frame to getenv-internal.
 
-2007-08-29  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
+2007-08-29  K\e$(Q)W\e(Broly L\e$(Q*S\e(Brentey  <lorentey@elte.hu>
 
        * version.el (emacs-version): Show if multi-tty is present.
 
        (display-time-world-timer-second, display-time-world-mode-map):
        New variables.
 
-2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-08-28  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-gtk-stock-map): New variable.
        (x-gtk-map-stock): New function.
        * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
        prev/next-node.
 
-2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
+2007-08-28  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
 
        * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
 
 
        * vc.el (vc-annotate-warp-version): Don't use previous-line.
 
-2007-08-27  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-08-27  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>
 
        * net/browse-url.el (browse-url-emacs): New function.
 
 
        * emacs-lisp/avl-tree.el: New file.
 
-2007-08-26  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-08-26  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
        was used.
        undo-list when setting syntax-table properties.
        (ada-after-change-function): Use ada-set-syntax-table-properties.
 
-2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-08-18  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
        (meta-indent-current-nesting): Use a computation of the nesting
        (cperl-find-pods-heres): Fix an error when typing expressions like
        `s{a}{b}'.
 
-2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-08-17  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * mail/emacsbug.el (report-emacs-bug): Remove the last number of
        `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
        sloppier, for the sake of GNU Mailman.
        (rmail-digest-rfc1153): Initialize `result' correctly.
 
-2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-08-15  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
        in the mail title.  Suggested by Reiner Steib.
 
        * net/trampver.el: Update release number.
 
-2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-07-22  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
 
        * isearch.el (isearch-edit-string): Call to isearch-push-state
        after the search.
 
-2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-07-09  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * window.el (fit-window-to-buffer): Remove setting of window-min-height
        to 1 as enlarge-window uses the value to resize/shrink windows other
        * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
        syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
 
-2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-06-28  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
        replace-regexp-in-string.
 
        * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
 
-2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
+2007-06-13  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
 
        * term/xterm.el (terminal-init-xterm): Escape parens in character
        constants.
        * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
        Match against file-name-nondirectory.
        Fix text on user customization variables.
-       Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
+       Reported by Johan Bockg\e$(Q)[\e(Brd <bojohan@dd.chalmers.se>.
 
 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
 
 
        * files.el (set-auto-mode): Doc fix.
 
-2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2007-05-22  Jan Dj\e$(Q)Z\e(Brv  <jan.h.d@swipnet.se>
 
        * help-fns.el (find-source-lisp-file): New function.
        (describe-function-1): Use find-source-lisp-file to find source
        * dabbrev.el (dabbrev-eliminate-newlines):
        Renamed from dabbrev--eliminate-newlines.  All uses changed.
 
-2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+2007-05-10  Micha\e$(Q)a\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * man.el (Man-next-section): Don't consider the last line of the page
        as being part of any section.
        * image-dired.el (image-dired-display-image): Derive image-type from
        filename rather than assuming jpeg, in case no resizing was needed.
 
-2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+2007-04-25  Johan Bockg\e$(Q)[\e(Brd  <bojohan@dd.chalmers.se>
 
        * custom.el (defface): Doc fix.