diff options
| author | Paul Eggert | 2014-04-22 14:32:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-22 14:32:51 -0700 |
| commit | 42e910349d699ee3f8024371ca1e60e015fc6aa7 (patch) | |
| tree | ba589f3f7c278671f0ae9c5c8f15c241ae8dd674 /lisp/ChangeLog | |
| parent | 4f96579371290b201a973072a1c2f237755bb954 (diff) | |
| parent | 34e856d5ac828753b7be20e2471f39fb613f7f40 (diff) | |
| download | emacs-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/ChangeLog | 37 |
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 @@ | |||
| 1 | 2014-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 | |||
| 7 | 2014-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 | |||
| 14 | 2014-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 | |||
| 21 | 2014-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 | |||
| 28 | 2014-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 | |||
| 33 | 2014-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 | |||
| 1 | 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> | 38 | 2014-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. |