aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog25
2 files changed, 28 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 013a600815b..ef0cb71012e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -581,6 +581,9 @@ writes tags pointing to the source file.
581** The command line option --no-windows has been changed to 581** The command line option --no-windows has been changed to
582--no-window-system. The old one still works, but is deprecated. 582--no-window-system. The old one still works, but is deprecated.
583 583
584** The command `list-text-properties-at' has been deleted because
585C-u C-x = gives the same information and more.
586
584** `buffer-menu' and `list-buffers' now list buffers whose names begin 587** `buffer-menu' and `list-buffers' now list buffers whose names begin
585with a space, if they visit files. 588with a space, if they visit files.
586 589
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0a38c98cc2e..334f5a5c948 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,28 @@
12002-05-29 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4 When recognizing a def... construct, make that indentation
5 tentative, so that it can be overridden if the list in question
6 is not actually an expression.
7 (common-lisp-indent-call-method): New subroutine.
8
9 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10 Delete the output file if we get a file-error.
11
12 * tooltip.el (tooltip-mouse-motions-active): New variable.
13 (tooltip-activate-mouse-motions): Don't kill track-mouse local
14 if it was not made by us.
15
16 * mouse.el (mouse-set-font): Avoid misleading error message
17 if user makes no selection.
18
19 * info.el (Info-setup-header-line): Don't hide the links line.
20
21 * files.el (find-file-noselect-1): Return the buffer we created
22 even if it has been killed within `after-find-file'.
23
24 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
25
12002-05-29 Kim F. Storm <storm@cua.dk> 262002-05-29 Kim F. Storm <storm@cua.dk>
2 27
3 * simple.el (open-network-stream-server): Pass on optional args 28 * simple.el (open-network-stream-server): Pass on optional args