# HG changeset patch # User Stefan Monnier # Date 1175456132 0 # Node ID 7adf00808a55f525e75241fcd00adf5e86b07dc7 # Parent def0f242e4496d692054f9159453081d3216e947 *** empty log message *** diff -r def0f242e449 -r 7adf00808a55 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 01 19:34:21 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 01 19:35:32 2007 +0000 @@ -1,3 +1,11 @@ +2007-04-01 Stefan Monnier + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey + emacs-lisp-docstring-fill-column in emacs-lisp-mode. + + * newcomment.el (comment-search-forward): Discard comment starters + before point. + 2007-04-01 Guanpeng Xu * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. @@ -7,16 +15,15 @@ * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table when downcasing. - * button.el (previous-button): Rewrite to account for adjacent - buttons. + * button.el (previous-button): Rewrite to account for adjacent buttons. 2007-04-01 J.D. Smith - * progmodes/idlwave.el (idlwave-auto-fill): Revert - paragraph-separate change. - - * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify - module calc. + * progmodes/idlwave.el (idlwave-auto-fill): + Revert paragraph-separate change. + + * progmodes/idlw-shell.el (idlwave-shell-break-in): + Simplify module calc. (idlwave-shell-set-bp-in-module): Compute module. 2007-03-31 Glenn Morris