Mercurial > emacs
comparison lisp/ChangeLog @ 41182:db856db0784c
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 17 Nov 2001 01:25:10 +0000 |
parents | e71e4b8caeea |
children | 7f09d8712a4a |
comparison
equal
deleted
inserted
replaced
41181:00d37e30f901 | 41182:db856db0784c |
---|---|
1 2001-11-16 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * bindings.el (mode-line-mode-name): Only put the help-echo property | |
4 if the local-map property was put as well. | |
5 (global-map): Bind switch-frame, delete-frame, iconify-frame | |
6 and make-frame-visible events. | |
7 | |
8 * emacs-lisp/elp.el (elp-not-profilable): New var. | |
9 (elp-not-profilable-p): New function. | |
10 (elp-instrument-function): Use it. Use backquotes and push. | |
11 | |
12 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector) | |
13 (byte-stack+-info, byte-compile-last-warned-form) | |
14 (byte-compile-last-logged-file): Don't defconst a variable. | |
15 (no-byte-compile): Declare. | |
16 (byte-compile-file): Don't boundp-check no-byte-compile any more. | |
17 (byte-compile-defvar): Leave defconst as is. | |
18 | |
19 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets) | |
20 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name) | |
21 (edebug-current-offset, edebug-old-def-name, edebug-error-point) | |
22 (edebug-best-error): Don't defconst a variable. | |
23 (edebug-read-syntax-table): Use a char-table. | |
24 (edebug-lemacs-specific): Remove. | |
25 Toplevel: Eliminate check for Lucid Emacs. | |
26 | |
27 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable. | |
28 | |
29 * rect.el (move-to-column-force): Mark obsolete. | |
30 (operate-on-rectangle, delete-extract-rectangle-line) | |
31 (insert-rectangle, delete-whitespace-rectangle-line) | |
32 (open-rectangle-line, clear-rectangle-line): Use move-to-column. | |
33 (string-rectangle-history): New var. | |
34 (string-rectangle, string-insert-rectangle): Use it. | |
35 (delete-rectangle-line): Fix pos/column mixup and simplify. | |
36 | |
37 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify. | |
38 (normal-top-level, command-line, command-line-1): Simplify. | |
39 | |
40 * tar-mode.el (tar-mode): Use define-derived-mode. | |
41 | |
42 * view.el (view-mode-enable): Don't use make-local-hook. | |
43 | |
44 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode. | |
45 | |
1 2001-11-16 Richard M. Stallman <rms@gnu.org> | 46 2001-11-16 Richard M. Stallman <rms@gnu.org> |
2 | 47 |
3 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word | 48 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word |
4 if it doesn't make sense as anything else. | 49 if it doesn't make sense as anything else. |
5 Don't recognize a "telephone number" at the beginning of the name. | 50 Don't recognize a "telephone number" at the beginning of the name. |