aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 15 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b8cf9793cd..a0108305ac3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc/vc.el (vc-region-history): New command.
4 (vc-print-log-internal): Use cl-some.
5
6 * vc/vc-git.el (vc-git-region-history): New function.
7 (vc-git-region-history-mode-map)
8 (vc-git--log-view-long-font-lock-keywords)
9 (vc-git-region-history-font-lock-keywords): New vars.
10 (vc-git-region-history-font-lock): New function.
11 (vc-git-region-history-mode): New major mode.
12
12014-11-05 Tassilo Horn <tsdh@gnu.org> 132014-11-05 Tassilo Horn <tsdh@gnu.org>
2 14
3 * net/eww.el (subr-x): Require subr-x at compile-time because eww 15 * net/eww.el (subr-x): Require subr-x at compile-time because eww
@@ -23,9 +35,9 @@
23 35
242014-11-05 Michael Albinus <michael.albinus@gmx.de> 362014-11-05 Michael Albinus <michael.albinus@gmx.de>
25 37
26 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use 38 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
27 a local copy; setting `inhibit-file-name-handlers' proper might be 39 a local copy; setting `inhibit-file-name-handlers' proper might be
28 more performant. (Bug#18751) 40 more performant. (Bug#18751)
29 41
302014-11-05 Glenn Morris <rgm@gnu.org> 422014-11-05 Glenn Morris <rgm@gnu.org>
31 43