Mercurial > emacs
diff lisp/ChangeLog @ 85364:f8d1bb788744
(vc-diff-sentinel, vc-diff-internal): Revert some changes in the
behavior unrelated to filesets.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 17 Oct 2007 16:22:27 +0000 |
parents | a8bd5dee7a3f |
children | a10ee3a5c9ce |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 17 15:58:05 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 17 16:22:27 2007 +0000 @@ -1,9 +1,14 @@ +2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> + + * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the + behavior unrelated to filesets. + 2007-10-17 Chong Yidong <cyd@stupidchicken.com> * longlines.el (longlines-wrap-follows-window-size): Integer value specifies wrapping margin. - (longlines-mode, longlines-window-change-function): Set - window-specific wrapping margin based on the above. + (longlines-mode, longlines-window-change-function): + Set window-specific wrapping margin based on the above. 2007-10-17 John Wiegley <johnw@newartisans.com> @@ -16,8 +21,8 @@ 2007-10-17 Glenn Morris <rgm@gnu.org> - * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Tweak - regexp to avoid stack overflow. + * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): + Tweak regexp to avoid stack overflow. 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>