diff options
| author | Paul Eggert | 2014-11-24 17:14:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-24 17:16:27 -0800 |
| commit | f24c8f98ec50a3725ccf793dbd09752fec79a3a1 (patch) | |
| tree | 2814140989d7816c083b1a4c79f733746827fb84 /lisp/ChangeLog | |
| parent | 4e7112e8a32e537044341a38749bbdc8c234c134 (diff) | |
| download | emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.tar.gz emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.zip | |
Fix white-space problems in ChangeLogs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5798e96c1b3..351472d02fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | 42 | ||
| 43 | 2014-11-20 Michael Albinus <michael.albinus@gmx.de> | 43 | 2014-11-20 Michael Albinus <michael.albinus@gmx.de> |
| 44 | 44 | ||
| 45 | Improve XEmacs compatibility. | 45 | Improve XEmacs compatibility. |
| 46 | 46 | ||
| 47 | * net/tramp.el (tramp-autoload-file-name-handler): | 47 | * net/tramp.el (tramp-autoload-file-name-handler): |
| 48 | Wrap `temporary-file-directory' by `symbol-value', it doesn't | 48 | Wrap `temporary-file-directory' by `symbol-value', it doesn't |
| @@ -52,8 +52,8 @@ | |||
| 52 | (tramp-time-less-p, tramp-time-subtract): Remove functions. | 52 | (tramp-time-less-p, tramp-time-subtract): Remove functions. |
| 53 | (tramp-handle-file-newer-than-file-p, tramp-time-diff): | 53 | (tramp-handle-file-newer-than-file-p, tramp-time-diff): |
| 54 | * net/tramp-adb.el (tramp-adb-ls-output-time-less-p): | 54 | * net/tramp-adb.el (tramp-adb-ls-output-time-less-p): |
| 55 | * net/tramp-cache.el (tramp-get-file-property): | 55 | * net/tramp-cache.el (tramp-get-file-property): |
| 56 | * net/tramp-smb.el (tramp-smb-handle-insert-directory): | 56 | * net/tramp-smb.el (tramp-smb-handle-insert-directory): |
| 57 | Use `time-less-p' and `time-subtract, respectively. | 57 | Use `time-less-p' and `time-subtract, respectively. |
| 58 | 58 | ||
| 59 | * net/tramp-adb.el (top): Do not require time-date.el. | 59 | * net/tramp-adb.el (top): Do not require time-date.el. |
| @@ -190,9 +190,9 @@ | |||
| 190 | 190 | ||
| 191 | 2014-11-04 Michael Albinus <michael.albinus@gmx.de> | 191 | 2014-11-04 Michael Albinus <michael.albinus@gmx.de> |
| 192 | 192 | ||
| 193 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use | 193 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use |
| 194 | a local copy; setting `inhibit-file-name-handlers' proper might be | 194 | a local copy; setting `inhibit-file-name-handlers' proper might be |
| 195 | more performant. (Bug#18751) | 195 | more performant. (Bug#18751) |
| 196 | 196 | ||
| 197 | 2014-11-04 Glenn Morris <rgm@gnu.org> | 197 | 2014-11-04 Glenn Morris <rgm@gnu.org> |
| 198 | 198 | ||
| @@ -1203,7 +1203,7 @@ | |||
| 1203 | (bug#17818). | 1203 | (bug#17818). |
| 1204 | 1204 | ||
| 1205 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, | 1205 | * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events, |
| 1206 | since it's already done inside the loop (bug#17819). | 1206 | since it's already done inside the loop (bug#17819). |
| 1207 | 1207 | ||
| 1208 | 2014-06-20 Martin Rudalics <rudalics@gmx.at> | 1208 | 2014-06-20 Martin Rudalics <rudalics@gmx.at> |
| 1209 | 1209 | ||
| @@ -1575,7 +1575,7 @@ | |||
| 1575 | methods which do not have a doc string. (Bug#17490) | 1575 | methods which do not have a doc string. (Bug#17490) |
| 1576 | 1576 | ||
| 1577 | 2014-05-14 Stephen Berman <stephen.berman@gmx.net> | 1577 | 2014-05-14 Stephen Berman <stephen.berman@gmx.net> |
| 1578 | Stefan Monnier <monnier@iro.umontreal.ca> | 1578 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 1579 | 1579 | ||
| 1580 | * minibuffer.el (completion-pcm--merge-try): Merge trailing / with | 1580 | * minibuffer.el (completion-pcm--merge-try): Merge trailing / with |
| 1581 | suffix (bug#15419). | 1581 | suffix (bug#15419). |