aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cf18ebb1f6..ac56cd8ba79 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12013-03-05 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-compat.el (tramp-compat-delete-directory): Implement
4 TRASH argument.
5
62013-03-05 Dmitry Gutov <dgutov@yandex.ru>
7
8 Keep pre-existing highlighting in completion candidates (Bug#13250).
9 * minibuffer.el (completions-first-difference): State that the
10 face is "added" in the docstring.
11 (completions-common-part): Same. And don't inherit from default.
12 (completion-hilit-commonality): Prepend 'completions-common-part
13 and 'completion-first-difference faces to the 'face property,
14 instead of replacing the value(s).
15 (completion--insert-strings): Same with 'completions-annotations face.
16 (completion-hilit-commonality): Use 'face instead of
17 'font-lock-face, because it gets priority if the completion
18 strings already have 'face set.
19
12013-03-04 Alan Mackenzie <acm@muc.de> 202013-03-04 Alan Mackenzie <acm@muc.de>
2 21
3 Replace `last-command-event' by `last-command-char' in XEmacs. 22 Replace `last-command-event' by `last-command-char' in XEmacs.