emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 07 Jun 2003 20:39:45 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5212 emacs/lisp/ChangeLog:1.5213
*** emacs/lisp/ChangeLog:1.5212 Fri Jun  6 20:24:22 2003
--- emacs/lisp/ChangeLog        Sat Jun  7 20:39:44 2003
***************
*** 1,6 ****
  2003-06-07  Jason Rumney  <address@hidden>
  
!       * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event): 
        Use wheel-* events on darwin.
  
  2003-06-06  Era Eriksson  <address@hidden>  (tiny change)
--- 1,6 ----
  2003-06-07  Jason Rumney  <address@hidden>
  
!       * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event):
        Use wheel-* events on darwin.
  
  2003-06-06  Era Eriksson  <address@hidden>  (tiny change)
***************
*** 17,24 ****
  2003-06-06  Klaus Zeitler  <address@hidden>
  
        * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for
!       ksh.  Add newlines to a few skeletons, add "select" keyword for
!       bash.
  
  2003-06-06  Andreas Schwab  <address@hidden>
  
--- 17,23 ----
  2003-06-06  Klaus Zeitler  <address@hidden>
  
        * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for
!       ksh.  Add newlines to a few skeletons, add "select" keyword for bash.
  
  2003-06-06  Andreas Schwab  <address@hidden>
  
***************
*** 93,98 ****
--- 92,108 ----
  
        * desktop.el: Add new maintainer.
  
+ 2003-06-04  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
***************
*** 102,109 ****
  
  2003-06-04  Luc Teirlinck  <address@hidden>
  
!       * simple.el (yank-excluded-properties): Expand documentation
!       string.
  
  2003-06-04  Richard M. Stallman  <address@hidden>
  
--- 112,118 ----
  
  2003-06-04  Luc Teirlinck  <address@hidden>
  
!       * simple.el (yank-excluded-properties): Expand documentation string.
  
  2003-06-04  Richard M. Stallman  <address@hidden>
  
***************
*** 140,146 ****
  
  2003-06-03  Stefan Monnier  <address@hidden>
  
!       * 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.
--- 149,155 ----
  
  2003-06-03  Stefan Monnier  <address@hidden>
  
!       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]