Mercurial > emacs
changeset 79139:372ba9e90cc9
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 18 Oct 2007 13:35:16 +0000 |
parents | d5f52eab5fd5 |
children | c52ee056d7b0 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 18 13:32:36 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 18 13:35:16 2007 +0000 @@ -1,3 +1,8 @@ +2007-10-18 Juanma Barranquero <lekktu@gmail.com> + + * textmodes/fill.el (fill-individual-paragraphs): Doc fix. + (adaptive-fill-function): Doc fix. Remove * from docstring. + 2007-10-18 Glenn Morris <rgm@gnu.org> * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix. @@ -11,8 +16,8 @@ * 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> @@ -20,8 +25,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 Juanma Barranquero <lekktu@gmail.com>