# HG changeset patch # User Stefan Monnier # Date 1055032784 0 # Node ID f273d07fae63d5608a1f4f4da477161479851f4f # Parent 00fdc9cef470671a33c7f0dfed95073deb68cac3 *** empty log message *** diff -r 00fdc9cef470 -r f273d07fae63 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jun 07 11:38:22 2003 +0000 +++ b/lisp/ChangeLog Sun Jun 08 00:39:44 2003 +0000 @@ -1,6 +1,6 @@ 2003-06-07 Jason Rumney - * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event): + * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event): Use wheel-* events on darwin. 2003-06-06 Era Eriksson (tiny change) @@ -17,8 +17,7 @@ 2003-06-06 Klaus Zeitler * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for - ksh. Add newlines to a few skeletons, add "select" keyword for - bash. + ksh. Add newlines to a few skeletons, add "select" keyword for bash. 2003-06-06 Andreas Schwab @@ -93,6 +92,17 @@ * desktop.el: Add new maintainer. +2003-06-04 Stefan Monnier + + * textmodes/sgml-mode.el (sgml-parse-tag-backward): Try and detect + when we're starting from within a tag. + (sgml-get-context): When called from inside a tag, do something useful. + Rename the arg now that it's never used for `full' context anymore. + (sgml-calculate-indent): Make `lcon' an argument. + Return nil when we DON'T know what to do. + If the initial lcon turns out to be wrong, try again. + (sgml-indent-line): If sgml-calculate-indent returns nil, don't indent. + 2003-06-04 Jason Rumney * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): @@ -102,8 +112,7 @@ 2003-06-04 Luc Teirlinck - * simple.el (yank-excluded-properties): Expand documentation - string. + * simple.el (yank-excluded-properties): Expand documentation string. 2003-06-04 Richard M. Stallman @@ -140,7 +149,7 @@ 2003-06-03 Stefan Monnier - * info.el (Info-extract-menu-node-name): Remove unused arg `errmessage'. + * info.el (Info-extract-menu-node-name): Remove unused arg errmessage. (Info-follow-reference): Update corresponding call. (Info-node-spec-re): New const. (Info-complete-menu-item): Use it to only allow : when necessary.