diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58cfca107cb..4a95fd8d96d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,6 @@ | |||
| 1 | 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com> |
| 2 | |||
| 3 | * cus-start.el (file-coding-system-alist): Fix custom type. | ||
| 4 | |||
| 5 | 2007-07-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | 2 | ||
| 7 | * longlines.el (longlines-wrap-region): Avoid marking buffer as | 3 | * subr.el (looking-at-p, string-match-p): New functions. |
| 8 | modified. | ||
| 9 | (longlines-auto-wrap, longlines-window-change-function): Remove | ||
| 10 | unnecessary calls to set-buffer-modified-p. | ||
| 11 | 4 | ||
| 12 | 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de> |
| 13 | 6 | ||
| @@ -31,6 +24,17 @@ | |||
| 31 | 24 | ||
| 32 | * cus-start.el (file-coding-system-alist): Fix custom type. | 25 | * cus-start.el (file-coding-system-alist): Fix custom type. |
| 33 | 26 | ||
| 27 | 2007-07-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 28 | |||
| 29 | * longlines.el (longlines-wrap-region): Avoid marking buffer as | ||
| 30 | modified. | ||
| 31 | (longlines-auto-wrap, longlines-window-change-function): Remove | ||
| 32 | unnecessary calls to set-buffer-modified-p. | ||
| 33 | |||
| 34 | 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 35 | |||
| 36 | * cus-start.el (file-coding-system-alist): Fix custom type. | ||
| 37 | |||
| 34 | 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca> | 38 | 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 35 | 39 | ||
| 36 | * vc-cvs.el (vc-cvs-revert): Use vc-default-revert. | 40 | * vc-cvs.el (vc-cvs-revert): Use vc-default-revert. |