(eww-setup-buffer): Switching to the buffer seems more natural than popping.
[bpt/emacs.git] / lisp / ChangeLog
index ad193ea..0c1e7fc 100644 (file)
@@ -1,3 +1,44 @@
+2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/eww.el (eww-setup-buffer): Switching to the buffer seems
+       more natural than popping.
+
+       * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
+       (shr-urlify): Highlight under mouse.
+
+2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
+
+       * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
+
+       * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
+       buffer for output.
+
+       * 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
+       assume point-min==1.  Fix search string.  Fix parentheses missing.
+
+       * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
+
+       * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
+       buffer for output.
+
+2013-07-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.el (frame-notice-user-settings): Avoid inflooping when the
+       initial frame is minibuffer-less.  (Bug#14841)
+
+2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
+       option.
+
+       * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
+       (tramp-maybe-open-connection): Use it.
+
 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
 
        * desktop.el (desktop--make-frame): Include `minibuffer' in the
@@ -9,7 +50,7 @@
        * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
        replace-regexp-in-string and inadvertent omissions in previous change.
        (todo-filter-items): Ensure only file names are comma-separated in
-       renamed filtered items buffer.
+       name of filtered items buffer.
 
 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
 
        (desktop--make-frame): On cl-delete-if call, check parameter name,
        not full parameter.
 
+2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * vc/vc.el (vc-ignore): New function.
+
+       * vc/vc-svn.el (vc-svn-ignore): New function.
+
+       * vc/vc-hg.el (vc-hg-ignore): New function.
+
+       * vc/vc-git.el (vc-git-ignore): New function.
+
+       * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
+       (vc-dir-ignore): New function.
+
+       * vc/vc-cvs.el (vc-cvs-ignore): New function.
+       (cvs-append-to-ignore): Move here from pcvs.el.
+
+       * vc/vc-bzr.el (vc-bzr-ignore): New function.
+
+       * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
+
 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
 
        * desktop.el (desktop-restoring-frames-p): Return a true boolean.