aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-22 14:32:51 -0700
committerPaul Eggert2014-04-22 14:32:51 -0700
commit42e910349d699ee3f8024371ca1e60e015fc6aa7 (patch)
treeba589f3f7c278671f0ae9c5c8f15c241ae8dd674 /lisp/ChangeLog
parent4f96579371290b201a973072a1c2f237755bb954 (diff)
parent34e856d5ac828753b7be20e2471f39fb613f7f40 (diff)
downloademacs-42e910349d699ee3f8024371ca1e60e015fc6aa7.tar.gz
emacs-42e910349d699ee3f8024371ca1e60e015fc6aa7.zip
Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d73c602def..623d81f4715 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,40 @@
12014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
2
3 * dired.el (dired-insert-set-properties): Do not consider
4 subdirectory headings and empty lines to be information that
5 `dired-hide-details-mode' should hide. (Bug#17228)
6
72014-04-22 Michael Albinus <michael.albinus@gmx.de>
8
9 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10 Remove test messages.
11 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
12 and `target' twice.
13
142014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
17 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
18
19 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
20
212014-04-22 Michael Albinus <michael.albinus@gmx.de>
22
23 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
24 Set "IFS=" when using read builtin, in order to preserve spaces in
25 the file name. Add test messages for hunting a bug on hydra.
26 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
27
282014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
31 Don't prettify a word within a symbol.
32
332014-04-22 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
36 possible.
37
12014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> 382014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 39
3 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function. 40 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.