diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad4f3b9a7f3..ce381315b40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to platforms lacking test -a and -o | ||
| 4 | * Makefile.in (compile-clean): | ||
| 5 | * net/tramp-sh.el (tramp-find-executable): | ||
| 6 | Prefer '&&' and '||' to 'test -a' and 'test -o'. | ||
| 7 | |||
| 1 | 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> | 8 | 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | 9 | ||
| 3 | * newcomment.el (comment-line): Fix missing paren. | 10 | * newcomment.el (comment-line): Fix missing paren. |