diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55d62197c02..be8cbe16a92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-07-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * longlines.el (longlines-wrap-region): Avoid marking buffer as | ||
| 4 | modified. | ||
| 5 | (longlines-auto-wrap, longlines-window-change-function): Remove | ||
| 6 | unnecessary calls to set-buffer-modified-p. | ||
| 7 | |||
| 1 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | 8 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * files.el (file-remote-p): Introduce optional parameter CONNECTED. | 10 | * files.el (file-remote-p): Introduce optional parameter CONNECTED. |