]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 29 May 2002 16:40:46 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 29 May 2002 16:40:46 +0000 (16:40 +0000)
etc/NEWS
lisp/ChangeLog

index 013a600815b9836e0be1b6e4a097a8a9cabf6981..ef0cb71012e6369c51fc0bfc78aefc63723c7edd 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -581,6 +581,9 @@ writes tags pointing to the source file.
 ** The command line option --no-windows has been changed to
 --no-window-system.  The old one still works, but is deprecated.
 
+** The command `list-text-properties-at' has been deleted because
+C-u C-x = gives the same information and more.
+
 ** `buffer-menu' and `list-buffers' now list buffers whose names begin
 with a space, if they visit files.
 
index 0a38c98cc2e98986c45597698d65dbafd508a70b..334f5a5c9488f3a49a5000074d5807fc5936bade 100644 (file)
@@ -1,3 +1,28 @@
+2002-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <storm@cua.dk>
 
        * simple.el (open-network-stream-server): Pass on optional args