(smerge-remove-props, smerge-refine):
[bpt/emacs.git] / lisp / ChangeLog
index 0784ea8..e19c4e7 100644 (file)
@@ -1,3 +1,481 @@
+2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * smerge-mode.el (smerge-remove-props, smerge-refine):
+       Use with-silent-modifications (bug#4342).
+
+       * subr.el (with-silent-modifications): New macro.
+
+2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (top-level): Require `cl' when compiling.
+
+2009-09-07  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
+
+       * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
+       (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
+
+2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
+
+       * vc-git.el (vc-git-annotate-command): Use separator to parse
+       arguments correctly.
+
+2009-09-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * proced.el (proced-mode): Doc fix.
+
+2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
+
+       * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
+       lstat fails.
+       (tramp-do-file-attributes-with-ls): Check for file existence at
+       remote end.
+       (tramp-do-file-attributes-with-stat): Likewise.
+       (tramp-convert-file-attributes): Return nil when attr is nil.
+
+2009-09-05  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
+       properties to this button.
+       (diary-fancy-display): Don't extend the button to the final newline.
+       (diary-fancy-display-mode): Continue to define "q" as a local key.
+
+       * calendar/cal-china.el (holiday-chinese): Make it slightly more
+       efficient.
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add letf.
+
+       * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
+       (byte-compile-dest-file-function): New option.
+       (byte-compile-dest-file): Doc fix.
+       Obey byte-compile-dest-file-function.
+       (byte-compile-cl-file-p): New function.
+       (byte-compile-eval): Only suppress noruntime warnings about cl functions
+       if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
+       (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
+       than for file being previously loaded.
+       (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
+       (byte-compile-file-form-require): Handle the case where requiring a file
+       indirectly causes CL to be loaded.
+
+2009-09-05  Karl Fogel  <kfogel@red-bean.com>
+
+       * files.el (find-alternate-file): Run `kill-buffer-hook' manually
+       before killing the old buffer, since by the time `kill-buffer' is
+       run so many buffer variables have been set to nil that it may not
+       behave as expected.  (Bug#4061)
+
+2009-09-05  Karl Fogel  <kfogel@red-bean.com>
+
+       * files.el (find-alternate-file): If the old buffer is modified
+       and visiting a file, behave similarly to `kill-buffer' when
+       killing it, thus reverting to the pre-1.878 behavior; see
+       http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
+       for discussion.  Also, consult `buffer-file-name' as a variable
+       not as a function, for consistency with the rest of the code.
+
+2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
+       also when adding a new directory.
+
+       * net/tramp-compat.el (tramp-compat-line-beginning-position): New
+       defun.
+
+2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (locate-file-completion-table): Make it provide boundary
+       information, so partial-completion works better.
+
+2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
+
+       * mail/footnote.el (Footnote-text-under-cursor):
+       Check footnote-text-marker-alist before using it (bug#4324).
+
+2009-09-04  Glenn Morris  <rgm@gnu.org>
+
+       * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
+       * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
+       * play/solitaire.el, play/tetris.el:
+       Remove leading * from defcustom and defface docs.
+
+       * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
+       necessary.
+       (diary-fancy-overriding-map): New variable.
+       (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
+       Use view-mode.
+
+       * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
+       goto-line.
+
+2009-09-03  Glenn Morris  <rgm@gnu.org>
+
+       * arc-mode.el (archive-mode):
+       * dos-fns.el (set-default-process-coding-system):
+       * man.el (Man-getpage-in-background):
+       * menu-bar.el (menu-bar-describe-menu):
+       * server.el (server-process-filter):
+       * startup.el (command-line):
+       * tar-mode.el (tar-header-block-tokenize, tar-extract):
+       * w32-fns.el (set-default-process-coding-system):
+       * x-dnd.el (x-dnd-handle-file-name):
+       * international/mule-cmds.el (mule-menu-keymap)
+       (set-default-coding-systems, language-info-alist, set-language-info)
+       (set-language-environment, standard-display-european-internal)
+       (set-locale-environment):
+       * international/mule-diag.el (mule-diag):
+       * mail/emacsbug.el (report-emacs-bug):
+       * mail/rmail.el (rmail-mode):
+       * mail/sendmail.el (mail-setup):
+       Use default-value rather than default-enable-multibyte-characters.
+
+       * progmodes/f90.el: Move all safe properties into the defcustoms.
+       (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
+
+       * calendar/appt.el (appt-check):
+       * calendar/diary-lib.el (diary-set-header, diary-live-p)
+       (diary-check-diary-file, diary-list-entries)
+       (diary-include-other-diary-files, diary-simple-display)
+       (diary-fancy-display, diary-print-entries)
+       (diary-mark-included-diary-files, diary-make-entry):
+       Don't call substitute-in-file-name on diary-file.
+
+2009-09-03  Eduard Wiebe  <usenet@pusto.de>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mail/footnote.el (footnote-prefix): Make it a defcustom.
+       (footnote-mode-map): Move initialization into the declaration.
+       (footnote-minor-mode-map): Define it rather than changing global-map.
+       (footnote-mode): Use define-minor-mode.
+
+2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-handle-file-attributes-with-ls)
+       (tramp-do-file-attributes-with-perl)
+       (tramp-do-file-attributes-with-stat): Rename from
+       `tramp-handle-file-attributes-with-*'.
+       (tramp-handle-file-attributes): Use them.
+       (tramp-do-directory-files-and-attributes-with-perl)
+       (tramp-do-directory-files-and-attributes-with-stat): Rename from
+       `tramp-handle-directory-files-and-attributes-with-*'.
+       (tramp-handle-directory-files-and-attributes): Use them.
+       (tramp-method-out-of-band-p): Additional parameter SIZE.
+       (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
+       (tramp-handle-write-region): Use it.
+       (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
+       (tramp-handle-vc-registered): Check, whether the first run did
+       return files to be tested.
+       (tramp-advice-make-auto-save-file-name): Do not call directly
+       `tramp-handle-make-auto-save-file-name', because this would bypass
+       the locking mechanism.
+
+       * net/tramp-compat.el (top): Autoload used functions from tramp.el.
+       (file-remote-p, process-file, start-file-process, set-file-times)
+       (tramp-compat-file-attributes): Compatibility functions shall not
+       call directly `tramp-handle-*', because this would bypass the
+       locking mechanism.
+       (tramp-compat-number-sequence): New defun.
+
+2009-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
+       alias for float-time.
+       (time-to-number-of-days): In Emacs, use float-time.
+       * net/newst-backend.el (time-add): Suppress warnings from compat
+       function.
+       * time.el (emacs-uptime, emacs-init-time):
+       * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
+       Use float-time rather than time-to-seconds.
+
+       * minibuffer.el (completion-initials-expand): Fix typo.
+
+       * faces.el (modeline, modeline-inactive, modeline-highlight)
+       (modeline-buffer-id):
+       * info.el (info-menu-5): Mark these face aliases as obsolete.
+
+2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-current-context-command): Move the
+       space ...
+       (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
+       no "--thread" option.
+       (gdb-stopped): Don't print "Switched to thread" message when it is
+       unchanged.
+
+2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-try-completion)
+       (completion-all-completions): Remove ill-defined (and
+       mistakenly installed and luckily never used nor documented)
+       `completion-styles' property.
+       (completion-initials-expand, completion-initials-all-completions)
+       (completion-initials-try-completion): New functions.
+       (completion-styles-alist): Add doc to each entry.
+       Add new `initials' entry.
+
+2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
+       MI command -var-evaluate-expression.
+       (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
+       and tweak for case of string child.
+       (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
+
+2009-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * add-log.el (change-log-date-face, change-log-name-face)
+       (change-log-email-face, change-log-file-face, change-log-list-face)
+       (change-log-conditionals-face, change-log-function-face)
+       (change-log-acknowledgement-face):
+       * cus-edit.el (custom-invalid-face, custom-rogue-face)
+       (custom-modified-face, custom-set-face, custom-changed-face)
+       (custom-saved-face, custom-button-face, custom-button-pressed-face)
+       (custom-documentation-face, custom-state-face, custom-comment-face)
+       (custom-comment-tag-face, custom-variable-tag-face)
+       (custom-variable-button-face, custom-face-tag-face)
+       (custom-group-tag-face-1, custom-group-tag-face):
+       * diff-mode.el (diff-header-face, diff-file-header-face)
+       (diff-index-face, diff-hunk-header-face, diff-removed-face)
+       (diff-added-face, diff-changed-face, diff-function-face)
+       (diff-context-face, diff-nonexistent-face):
+       * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
+       * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
+       * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
+       (Info-title-4-face):
+       * isearch.el (isearch-lazy-highlight-face):
+       * log-view.el (log-view-file-face, log-view-message-face):
+       * paren.el (show-paren-match-face, show-paren-mismatch-face):
+       * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
+       (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
+       (cvs-msg-face):
+       * smerge-mode.el (smerge-mine-face, smerge-other-face)
+       (smerge-base-face, smerge-markers-face):
+       * wid-edit.el (widget-documentation-face, widget-button-face)
+       (widget-field-face, widget-single-line-field-face)
+       (widget-inactive-face, widget-button-pressed-face):
+       * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
+       (woman-addition-face):
+       * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
+       (eshell-ls-executable-face, eshell-ls-readonly-face)
+       (eshell-ls-unreadable-face, eshell-ls-special-face)
+       (eshell-ls-missing-face, eshell-ls-archive-face)
+       (eshell-ls-backup-face, eshell-ls-product-face)
+       (eshell-ls-clutter-face):
+       * eshell/em-prompt.el (eshell-prompt-face):
+       * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
+       * obsolete/old-whitespace.el (whitespace-highlight-face):
+       * progmodes/antlr-mode.el (antlr-font-lock-default-face)
+       (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
+       (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
+       (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
+       (antlr-font-lock-literal-face):
+       * progmodes/ebrowse.el (ebrowse-tree-mark-face)
+       (ebrowse-root-class-face, ebrowse-file-name-face)
+       (ebrowse-default-face, ebrowse-member-attribute-face)
+       (ebrowse-member-class-face, ebrowse-progress-face):
+       * progmodes/make-mode.el (makefile-space-face):
+       * progmodes/sh-script.el (sh-heredoc-face):
+       * textmodes/flyspell.el (flyspell-incorrect-face)
+       (flyspell-duplicate-face):
+       * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
+       * textmodes/texinfo.el (texinfo-heading-face):
+       Mark face aliases with "-face" suffix as obsolete.
+
+       * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
+       compiler.
+
+       * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
+       (eudc-bob-sound-menu): Use defvar rather than defconst, since
+       easy-menu-define wants to modify these.
+
+       * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
+
+       * net/browse-url.el (browse-url-file-url):
+       * term/internal.el (dos-codepage-setup):
+       Use default-value rather than default-enable-multibyte-characters.
+
+       * progmodes/etags.el (etags-goto-tag-location):
+       * progmodes/flymake.el (flymake-highlight-line)
+       (flymake-goto-file-and-line, flymake-goto-line):
+       * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
+       (gdb-goto-breakpoint):
+       * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
+       * progmodes/python.el (python-find-function)
+       (python-pdbtrack-track-stack-file):
+       * progmodes/verilog-mode.el (verilog-surelint-off):
+       * term/ns-win.el (ns-open-file-select-line):
+       * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
+       Use forward-line rather than goto-line.
+
+       * textmodes/reftex-cite.el (reftex-offer-bib-menu):
+       * textmodes/reftex-index.el (reftex-display-index):
+       * textmodes/reftex-ref.el (reftex-offer-label-menu):
+       * textmodes/reftex-toc.el (reftex-toc):
+       Remove unnecessary bindings of default-major-mode (all are followed by
+       major-mode check and possible mode switch).
+
+2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
+       Handle watchpoints (bug#4282).
+       (def-gdb-thread-buffer-command): Enable thread to be selected by
+       clicking without selecting threads buffer first.
+       (gdb-current-context-command): Use selected frame so that "up",
+       "down" etc work in the GUD buffer.
+       (gdb-update): Find selected frame before rendering stack buffer.
+       (gdb-frame-handler): Set gdb-frame-number for stack buffer.
+
+2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/sym-comp.el (displayed-completions): Remove.
+       (symbol-complete): Use minibuffer-complete.
+
+2009-08-31  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
+
+       * apropos.el (apropos-symbols-internal):
+       Handle (obsolete) face aliases.
+
+       * faces.el (describe-face): Adjust the output format to be more like
+       describe-variable, and to mention (obsolete) face aliases.
+       Adjust the whitespace so that help-setup-xref works.
+
+       * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
+       * calendar/diary-lib.el (diary-button-face):
+       Mark these face aliases as obsolete.
+
+       * calendar/calendar.el (calendar-today): Doc fix.
+
+2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el (gdb-control-all-threads)
+       (gdb-control-current-thread): Force tool bar update.
+       (gdb-non-stop-handler): New function.
+       (gdb-init-1): Use it to test if non-stop mode is supported.
+       Remove unused gdbmi buffer type.
+
+2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
+
+       * progmodes/grep.el (grep-read-files): Strip trailing <N> from
+       buffer names not visiting a file (e.g. cloned buffers).
+
+2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * comint.el (comint-exec-1): Check command is non-null first.
+       Part of gdb-mi.el change (2009-08-28).
+
+2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
+
+2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
+       instead of `dolist' to avoid a recursive require when bootstrapping.
+
+2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
+
+       * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
+
+       * net/imap.el (imap-send-command): Simplify.
+       (imap-wait-for-tag): point-max -> buffer-size.
+
+       * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
+       with constant argument.
+
+       * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
+
+       * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
+
+       * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
+       Change default, since most of our files don't have a history.
+       (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
+       the user.
+
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Add comint-run.
+
+       * calc/calc.el: Improve commenting convention.
+       (calc-digit-map, toplevel): Simplify.
+
+       * comint.el (comint-insert-input): Be careful to only set point if we
+       don't delegate to some other command.
+
+       * proced.el (proced-signal-list): Make it an alist.
+       (proced-grammar-alist): Capitalize names.
+       (proced-send-signal): Use a non-hidden buffer (since it's displayed).
+       Disable undo manually and make it read-only.
+       Use completion-annotate-function.
+
+       * minibuffer.el (minibuffer-message): If the current buffer is not
+       a minibuffer, insert the message in the echo area rather than at the
+       end of the buffer.
+       (completion-annotate-function): New variable.
+       (minibuffer-completion-help): Use it.
+       (completion--embedded-envvar-table): Environment vars are
+       always case-sensitive.
+
+2009-08-30  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
+       from fortran-current-defun.
+       (fortran-beginning-of-subprogram): Be more precise about finding the
+       start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
+       (fortran-end-of-subprogram): Simplify.
+       (fortran-current-defun): Use fortran-start-prog-re.
+
+2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (do-after-load-evaluation): Simplify.
+
+2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
+
+       * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
+       (vc-rcs-print-log): Use it.
+
+       * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
+
+2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * paths.el (abbrev-file-name): Move to abbrev.el.
+       * abbrev.el (abbrev-file-name): Move from paths.el.
+       Obey user-emacs-directory.
+       * calc/calc.el (calc-settings-file): Don't autoload and instead obey
+       user-emacs-directory.
+       * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
+       abbrev-file-name and calc-settings-file any more.
+       * startup.el (command-line): Recompute abbrev-file-name and
+       abbreviated-home-dir.
+       (normal-no-mouse-startup-screen): Improve the generic code and get rid
+       of the special code for when C-h bindings haven't been changed.
+       (display-startup-echo-area-message): Use with-current-buffer.
+       (command-line-1): Use a list of strings, rather than a list of lists
+       of strings for longopts.
+
+       * files.el (get-free-disk-space): Use / for default-directory.
+
+       * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
+       Use with-current-buffer.
+
+       * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
+       Recognize immutable variables like most-positive-fixnum.
+       (byte-compile-setq-default): Check and warn if trying to assign
+       to an immutable variable, or a non-variable.
+
+       * progmodes/cc-vars.el (c-comment-continuation-stars):
+       * progmodes/cc-engine.el (c-looking-at-bos):
+       * progmodes/cc-cmds.el (c-toggle-auto-state)
+       (c-forward-into-nomenclature, c-backward-into-nomenclature)
+       (c-comment-line-break-function): Add version of obsolescence.
+
 2009-08-28  Juri Linkov  <juri@jurta.org>
 
        * files.el (magic-fallback-mode-alist): Add ZIP magic number
        (kill-new): When it is non-nil, and the new string is the same as
        the latest kill, set replace to t to avoid duplicates in kill-ring.
 
-2009-08-19  Julian Scheid  <julians37@gmail.com>  (tiny change)
+2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
 
        * net/tramp.el (tramp-handle-process-file): Do not flush all
        caches when `process-file-side-effects' is set.
        * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
        abbrev (Bug#3943).
 
-2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
+2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
 
        * progmodes/cperl-mode.el: Merge upstream 6.2.
        (cperl-mode-syntax-table): Modify syntax entry for ["'`].
 
        * vc-git.el (vc-git-checkin): Fix typo.
 
-2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
+2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
 
        * progmodes/js2-mode.el: New file.
 
        copy-region-as-kill before setting the mark, to let
        select-active-regions work.
 
-2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
+2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
 
        * simple.el (deactivate-mark): If select-active-regions is
        non-nil, copy the selection data into a string.
        * net/tramp.el (tramp-handle-write-region): Flush file properties
        in case of short track.
 
-2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
+2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
 
        * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
        representation of verilog error regular expressions to work with
 
        * dired-aux.el (dired-show-file-type): Handle remote files.
 
-2009-03-22  Jari Aalto  <jari.aalto@cante.net>
+2009-07-05  Jari Aalto  <jari.aalto@cante.net>
 
        * desktop.el (desktop-globals-to-save):
        Add file-name-history (Bug#2750).
 
        * cus-start.el: Add entry for `recenter-redisplay'.
 
-2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
+2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
        Add an optional argument for the backend, use it instead of