Mercurial > emacs
comparison lisp/ChangeLog @ 39797:63b7f15de641
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 01:38:00 +0000 |
parents | 429593db5992 |
children | 15e8f4bb24a0 |
comparison
equal
deleted
inserted
replaced
39796:dcc6aae53ac8 | 39797:63b7f15de641 |
---|---|
1 2001-10-11 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username. | |
4 | |
5 * help-mode.el (help-buffer): New function. | |
6 Returns the buffer-name to use for help output. | |
7 Change all the code to use it instead of hard-coding *Help*. | |
8 (help-mode-map): Put back the mouse-2 binding. | |
9 (help-xref-stack): Change the format and make buffer-local. | |
10 (help-xref-stack-item): Make buffer-local. | |
11 (help-setup-xref): Do the `push' here rather than in help-do-xref. | |
12 (help-xref-interned): Display the face doc as well. | |
13 (help-follow-mouse): Re-introduce. | |
14 (help-xref-go-back): Adapt to the new use of help-xref-stack. | |
15 (help-do-xref): Don't `push' any more. | |
16 (help-follow): Also follow face names. | |
17 | |
18 * help-funs.el (describe-function-1): Remove unused `parens' arg. | |
19 Don't call help-setup-xref anymore and remove its `interactive-p' arg. | |
20 Autoload and cleanup. | |
21 (describe-function): Call help-setup-xref. | |
22 (describe-variable): Call help-setup-xref earlier. | |
23 | |
24 * help.el (describe-bindings-internal): New fun moved from keymap.c. | |
25 (view-lossage): Call help-setup-xref correctly and earlier. | |
26 (describe-bindings): Call help-setup-xref earlier. | |
27 (describe-key): Call help-setup-xref. Fix call to describe-function-1. | |
28 (describe-mode): Don't autoload. Call help-setup-xref earlier. | |
29 | |
1 2001-10-11 Gerd Moellmann <gerd@gnu.org> | 30 2001-10-11 Gerd Moellmann <gerd@gnu.org> |
2 | 31 |
3 * master.el (master-mode): Use define-minor-mode instead of | 32 * master.el (master-mode): Use define-minor-mode instead of |
4 easy-mmode-define-minor-mode. Add autload cookie. | 33 easy-mmode-define-minor-mode. Add autload cookie. |
5 (Coomentary): Remove the line showing how to autoload master-mode, | 34 (Coomentary): Remove the line showing how to autoload master-mode, |
13 <byte-constref-ops>: Consider byte-constant2 and clarify the code. | 42 <byte-constref-ops>: Consider byte-constant2 and clarify the code. |
14 <const-C varset-X const-C>: Fix car/cdr typo. | 43 <const-C varset-X const-C>: Fix car/cdr typo. |
15 | 44 |
16 2001-10-11 Gerd Moellmann <gerd@gnu.org> | 45 2001-10-11 Gerd Moellmann <gerd@gnu.org> |
17 | 46 |
18 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New | 47 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): |
19 function extracted from byte-compile-log-1. | 48 New function extracted from byte-compile-log-1. |
20 (byte-compile-log-1): Change output to be more in line with | 49 (byte-compile-log-1): Change output to be more in line with |
21 the output of other GNU tools. | 50 the output of other GNU tools. |
22 (byte-compile-warn): Emit `warning' instead of `**' for warnings. | 51 (byte-compile-warn): Emit `warning' instead of `**' for warnings. |
23 (byte-compile-report-error): Downcase error message. Use | 52 (byte-compile-report-error): Downcase error message. |
24 `error' instead of `!!' for error messages. | 53 Use `error' instead of `!!' for error messages. |
25 (byte-compile-print-syms): Treat non-interactive case specially. | 54 (byte-compile-print-syms): Treat non-interactive case specially. |
26 (displaying-byte-compile-warnings): Use backquote. | 55 (displaying-byte-compile-warnings): Use backquote. |
27 (byte-compile-from-buffer): Bind byte-compile-last-line. | 56 (byte-compile-from-buffer): Bind byte-compile-last-line. |
28 (batch-byte-compile): Remove `Done' message. | 57 (batch-byte-compile): Remove `Done' message. |
29 | 58 |