From: Chong Yidong Date: Wed, 17 Oct 2007 02:50:12 +0000 (+0000) Subject: * longlines.el (longlines-wrap-follows-window-size): Integer value X-Git-Tag: emacs-pretest-23.0.90~10296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdbd4b4b1c62df28ee9003c49176919a5ef0cb24;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cc3e1e8c4a..e8e4280b713 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-10-17 Chong Yidong + + * 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. + 2007-10-17 John Wiegley * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".