diff options
| author | Stefan Monnier | 2007-11-08 16:58:07 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-08 16:58:07 +0000 |
| commit | f56f00fa571d6174cd3a618873c71d00d114142b (patch) | |
| tree | ded79c4a5590b5fc778bd94b0a63082a0c36e59b /lisp/ChangeLog | |
| parent | 2cddada065a732925171ebc629fa2a451db3d462 (diff) | |
| download | emacs-f56f00fa571d6174cd3a618873c71d00d114142b.tar.gz emacs-f56f00fa571d6174cd3a618873c71d00d114142b.zip | |
(smerge-refine-subst): Pass "-d" to diff.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11cf35c54ed..d78f776bc19 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,18 @@ | |||
| 1 | 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff. | ||
| 4 | |||
| 1 | 2007-11-07 Michael Albinus <michael.albinus@gmx.de> | 5 | 2007-11-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * net/tramp.el (tramp-handle-substitute-in-file-name): Don't | 7 | * net/tramp.el (tramp-handle-substitute-in-file-name): |
| 4 | expand the remote connection identification. | 8 | Don't expand the remote connection identification. |
| 5 | (tramp-find-shell, tramp-open-connection-setup-interactive-shell): | 9 | (tramp-find-shell, tramp-open-connection-setup-interactive-shell): |
| 6 | Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing | 10 | Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing |
| 7 | before calling stty. | 11 | before calling stty. |
| 8 | 12 | ||
| 9 | * net/tramp-cache.el (tramp-cache-print) | 13 | * net/tramp-cache.el (tramp-cache-print) |
| 10 | (tramp-dump-connection-properties): Fix docstring. | 14 | (tramp-dump-connection-properties): Fix docstring. |
| 11 | (tramp-list-connections): Renamed from | 15 | (tramp-list-connections): Rename from |
| 12 | `tramp-cache-list-connections'. | 16 | `tramp-cache-list-connections'. |
| 13 | 17 | ||
| 14 | * net/tramp-cmds.el (tramp-cleanup-connection): Apply it. | 18 | * net/tramp-cmds.el (tramp-cleanup-connection): Apply it. |