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: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 29 May 2002 18:45:49 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3953 emacs/lisp/ChangeLog:1.3954
*** emacs/lisp/ChangeLog:1.3953 Tue May 28 18:03:41 2002
--- emacs/lisp/ChangeLog        Wed May 29 12:40:46 2002
***************
*** 1,3 ****
--- 1,28 ----
+ 2002-05-29  Richard M. Stallman  <address@hidden>
+ 
+       * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
+       When recognizing a def... construct, make that indentation
+       tentative, so that it can be overridden if the list in question
+       is not actually an expression.
+       (common-lisp-indent-call-method): New subroutine.
+ 
+       * emacs-lisp/bytecomp.el (batch-byte-compile-file):
+       Delete the output file if we get a file-error.
+ 
+       * tooltip.el (tooltip-mouse-motions-active): New variable.
+       (tooltip-activate-mouse-motions): Don't kill track-mouse local
+       if it was not made by us.
+ 
+       * mouse.el (mouse-set-font): Avoid misleading error message
+       if user makes no selection.
+ 
+       * info.el (Info-setup-header-line): Don't hide the links line.
+ 
+       * files.el (find-file-noselect-1): Return the buffer we created
+       even if it has been killed within `after-find-file'.
+ 
+       * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
+ 
  2002-05-29  Kim F. Storm  <address@hidden>
  
        * simple.el (open-network-stream-server): Pass on optional args



reply via email to

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