From b26a7cfab7b8c995aa7c4ee6adb4b76be5429437 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 8 Jun 2003 00:39:44 +0000 Subject: *** empty log message *** --- lisp/ChangeLog | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f6a76610f6..5a8d542bbbe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. -- cgit v1.2.1