Fix typos in ChangeLogs.
[bpt/emacs.git] / lisp / ChangeLog
index ed7e2d4..1cd1e29 100644 (file)
@@ -1,9 +1,78 @@
+2013-08-01  Tassilo Horn  <tsdh@gnu.org>
+
+       * speedbar.el (speedbar-query-confirmation-method): Doc fix.
+
+       * whitespace.el (whitespace-ensure-local-variables): New function.
+       (whitespace-cleanup-region): Call it.
+       (whitespace-turn-on): Call it.
+
+2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       Complete file name handlers.
+
+       * net/tramp.el (tramp-handle-set-visited-file-modtime)
+       (tramp-handle-verify-visited-file-modtime)
+       (tramp-handle-file-notify-rm-watch): New functions.
+       (tramp-call-process): Do not bind `default-directory'.
+
+       * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
+       Order alphabetically.
+       [access-file, add-name-to-file, dired-call-process]:
+       [dired-compress-file, file-acl, file-notify-rm-watch]:
+       [file-ownership-preserved-p, file-selinux-context]:
+       [make-directory-internal, make-symbolic-link, set-file-acl]:
+       [set-file-selinux-context, set-visited-file-modtime]:
+       [verify-visited-file-modtime]: Add handler.
+       (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
+
+       * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
+       [file-notify-add-watch, file-notify-rm-watch]:
+       [set-file-times, set-visited-file-modtime]:
+       [verify-visited-file-modtime]: Add handler.
+       (with-tramp-gvfs-error-message)
+       (tramp-gvfs-handle-set-visited-file-modtime)
+       (tramp-gvfs-fuse-file-name): Remove.
+       (tramp-gvfs-handle-file-notify-add-watch)
+       (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
+       (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
+
+       * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
+       Order alphabetically.
+       [file-notify-rm-watch ]: Use default Tramp handler.
+       [executable-find]: Remove private handler.
+       (tramp-do-copy-or-rename-file-out-of-band): Do not bind
+       `default-directory'.
+       (tramp-sh-handle-executable-find)
+       (tramp-sh-handle-file-notify-rm-watch): Remove functions.
+       (tramp-sh-file-gvfs-monitor-dir-process-filter)
+       (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
+       Do not use `format' in `tramp-message'.
+
+       * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
+       [file-notify-rm-watch, set-visited-file-modtime]:
+       [verify-visited-file-modtime]: Add handler.
+       (tramp-smb-call-winexe): Do not bind `default-directory'.
+
+2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
+
+2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
+       use it.
+       (log-view-diff-changeset): Same.
+       (log-view-diff-common): Call backend command `previous-revision'
+       to find out the previous revision, in both cases.  Swap the
+       variables `to' and `fr', so that `fr' usually refers to the
+       earlier revision (Bug#14989).
+
 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
 
        * ibuf-ext.el (ibuffer-filter-by-filename):
        Make it work with dired buffers too.
 
-2013-07-31  Dmitry Antipov <dmantipov@yandex.ru>
+2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * emacs-lisp/re-builder.el (reb-color-display-p):
        * files.el (save-buffers-kill-terminal):
        * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
        point-min==1.  Fix search string.  Fix parentheses missing.
 
-       * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
+       * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
        assume point-min==1.  Fix search string.  Fix parentheses missing.
 
        * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
        * progmodes/cc-engine.el (c-beginning-of-statement-1)
        (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
        * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
-       with c-block-stmet-1-2-key.
+       with c-block-stmt-1-2-key.
 
 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>