# HG changeset patch # User Richard M. Stallman # Date 1184039588 0 # Node ID f2e9e14a1ef2ed168d21000d8553dacc3d8875f7 # Parent f1d802f344137bcaf161952935cd557391b7b657 *** empty log message *** diff -r f1d802f34413 -r f2e9e14a1ef2 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jul 10 03:50:54 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 10 03:53:08 2007 +0000 @@ -1,13 +1,6 @@ -2007-07-08 Katsumi Yamaoka - - * cus-start.el (file-coding-system-alist): Fix custom type. - -2007-07-08 Chong Yidong - - * longlines.el (longlines-wrap-region): Avoid marking buffer as - modified. - (longlines-auto-wrap, longlines-window-change-function): Remove - unnecessary calls to set-buffer-modified-p. +2007-07-10 Guanpeng Xu + + * subr.el (looking-at-p, string-match-p): New functions. 2007-07-09 Reiner Steib @@ -31,6 +24,17 @@ * cus-start.el (file-coding-system-alist): Fix custom type. +2007-07-08 Chong Yidong + + * longlines.el (longlines-wrap-region): Avoid marking buffer as + modified. + (longlines-auto-wrap, longlines-window-change-function): Remove + unnecessary calls to set-buffer-modified-p. + +2007-07-08 Katsumi Yamaoka + + * cus-start.el (file-coding-system-alist): Fix custom type. + 2007-07-08 Stefan Monnier * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.