diff options
| author | Richard M. Stallman | 2002-05-29 16:40:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-29 16:40:46 +0000 |
| commit | 7ea427093b45eab8d6fe90f282ed0cfee484a898 (patch) | |
| tree | fb3a1748ab0b7cadc6b17bd4839e3401f5dfe855 | |
| parent | f620e5e2eda449b18961722a1a4b926a17c2663b (diff) | |
| download | emacs-7ea427093b45eab8d6fe90f282ed0cfee484a898.tar.gz emacs-7ea427093b45eab8d6fe90f282ed0cfee484a898.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 25 |
2 files changed, 28 insertions, 0 deletions
| @@ -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 | ||
| 585 | C-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 |
| 585 | with a space, if they visit files. | 588 | with 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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-05-29 Kim F. Storm <storm@cua.dk> | 26 | 2002-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 |