comparison 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
comparison
equal deleted inserted replaced
85363:104186d7ba4b 85364:f8d1bb788744
1 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
4 behavior unrelated to filesets.
5
1 2007-10-17 Chong Yidong <cyd@stupidchicken.com> 6 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * longlines.el (longlines-wrap-follows-window-size): Integer value 8 * longlines.el (longlines-wrap-follows-window-size): Integer value
4 specifies wrapping margin. 9 specifies wrapping margin.
5 (longlines-mode, longlines-window-change-function): Set 10 (longlines-mode, longlines-window-change-function):
6 window-specific wrapping margin based on the above. 11 Set window-specific wrapping margin based on the above.
7 12
8 2007-10-17 John Wiegley <johnw@newartisans.com> 13 2007-10-17 John Wiegley <johnw@newartisans.com>
9 14
10 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls". 15 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
11 16
14 * server.el (server-process-filter): Only set display if X11 is 19 * server.el (server-process-filter): Only set display if X11 is
15 supported. 20 supported.
16 21
17 2007-10-17 Glenn Morris <rgm@gnu.org> 22 2007-10-17 Glenn Morris <rgm@gnu.org>
18 23
19 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Tweak 24 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
20 regexp to avoid stack overflow. 25 Tweak regexp to avoid stack overflow.
21 26
22 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca> 27 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23 28
24 * simple.el (reindent-then-newline-and-indent): Don't assume that 29 * simple.el (reindent-then-newline-and-indent): Don't assume that
25 indent-according-to-mode preserves point. 30 indent-according-to-mode preserves point.