aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-07-10 03:54:30 +0000
committerRichard M. Stallman2007-07-10 03:54:30 +0000
commit45595a4fae2dd3c322bd8991dcc2bdc42dcb00bc (patch)
tree33f92f3dab976419a757f870316b6d38eab3ad05 /lisp/ChangeLog
parentef8878109c47998abea49be9965c757af12cdd64 (diff)
downloademacs-45595a4fae2dd3c322bd8991dcc2bdc42dcb00bc.tar.gz
emacs-45595a4fae2dd3c322bd8991dcc2bdc42dcb00bc.zip
(looking-at-p, string-match-p): New functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
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 @@
12007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> 12007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
2
3 * cus-start.el (file-coding-system-alist): Fix custom type.
4
52007-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
122007-07-09 Reiner Steib <Reiner.Steib@gmx.de> 52007-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
272007-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
342007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
35
36 * cus-start.el (file-coding-system-alist): Fix custom type.
37
342007-07-08 Stefan Monnier <monnier@iro.umontreal.ca> 382007-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.