Mercurial > emacs
comparison lisp/ChangeLog @ 39755:e3a3d7614391
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 11 Oct 2001 00:26:48 +0000 |
parents | 97ff71730793 |
children | a30b7bca5a49 |
comparison
equal
deleted
inserted
replaced
39754:6a46751c85df | 39755:e3a3d7614391 |
---|---|
1 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * progmodes/tcl.el: Change maintainer to FSF and remove loads of | |
4 compatibility cruft. | |
5 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19) | |
6 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove. | |
7 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun, | |
8 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment, | |
9 tcl-submit-bug-report. | |
10 (tcl-mode-syntax-table): Leave \f alone. | |
11 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun, | |
12 tcl-end-of-defun, tcl-submit-bug-report. | |
13 (tcl-xemacs-menu): Fix up and pass it directly to easymenu. | |
14 (tcl-add-emacs-menu): Remove. | |
15 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar. | |
16 (tcl-keyword-list): Add `chain'. | |
17 (tcl-font-lock-syntactic-keywords): New variable. | |
18 (tcl-pps-has-arg-6): Remove. | |
19 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun) | |
20 (tcl-internal-mark-defun): Remove. | |
21 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt. | |
22 (tcl-mode): Use define-derived-mode. Simplify. | |
23 Set comment-indent-function. | |
24 (tcl-indent-command): Use line-beginning-position and comment-indent. | |
25 (tcl-calculate-indent): Renamed from calculate-tcl-indent. | |
26 (tcl-indent-line): Use tcl-calculate-indent. | |
27 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names. | |
28 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string. | |
29 (tcl-filter): Use with-current-buffer, simplify. | |
30 (inferior-tcl-mode): Use define-derived-mode. | |
31 (tcl-hairy-in-comment): Renamed tcl-in-comment. | |
32 (tcl-simple-in-comment, tcl-in-comment): Removed. | |
33 (tcl-files-alist): New function. | |
34 (tcl-help-snarf-commands): Use it and return the result directly | |
35 rather than through a global variable. | |
36 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands. | |
37 (tcl-help-on-word): Provide the default value to completing-read. | |
38 (tcl-hilit): Remove. | |
39 (tcl-hashify-buffer, tcl-popup-menu): Simplify. | |
40 (tcl-comment-indent): New function. | |
41 (tcl-submit-bug-report): Remove. | |
42 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun) | |
43 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun) | |
44 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases. | |
45 | |
1 2001-10-10 Miles Bader <miles@gnu.org> | 46 2001-10-10 Miles Bader <miles@gnu.org> |
2 | 47 |
3 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'. | 48 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'. |
4 (Info-fontify-node): Don't fontify the node if it's already been done. | 49 (Info-fontify-node): Don't fontify the node if it's already been done. |
5 | 50 |
27 2001-10-09 Miles Bader <miles@gnu.org> | 72 2001-10-09 Miles Bader <miles@gnu.org> |
28 | 73 |
29 * apropos.el (button): New require. | 74 * apropos.el (button): New require. |
30 | 75 |
31 * help-funs.el: New file, contents mostly from `help.el'. | 76 * help-funs.el: New file, contents mostly from `help.el'. |
32 (describe-variable): Use `condition-case' instead of | 77 (describe-variable): Use `condition-case' instead of `ignore-errors'. |
33 `ignore-errors'. | 78 |
34 | |
35 * help-mode.el: New file, contents mostly from `help.el'. | 79 * help-mode.el: New file, contents mostly from `help.el'. |
36 | 80 |
37 * help.el: Don't require `view' when compiling. | 81 * help.el: Don't require `view' when compiling. |
38 (help-with-tutorial, describe-function, describe-function-1) | 82 (help-with-tutorial, describe-function, describe-function-1) |
39 (variable-at-point, describe-variable, locate-library): | 83 (variable-at-point, describe-variable, locate-library): |
40 Functions moved into `help-funs.el'. | 84 Functions moved into `help-funs.el'. |
41 (help-manyarg-func-alist): Variable moved into `help-funs.el'. | 85 (help-manyarg-func-alist): Variable moved into `help-funs.el'. |
52 (help-function-def, help-variable-def): | 96 (help-function-def, help-variable-def): |
53 Button-types moved into `help-mode.el'. | 97 Button-types moved into `help-mode.el'. |
54 (load-symbol-file-load-history, symbol-file): | 98 (load-symbol-file-load-history, symbol-file): |
55 Functions moved into `subr.el'. | 99 Functions moved into `subr.el'. |
56 (symbol-file-load-history-loaded): Variable moved into `subr.el'. | 100 (symbol-file-load-history-loaded): Variable moved into `subr.el'. |
57 (view-lossage): Call `help-setup-xref' instead of doing it | 101 (view-lossage): Call `help-setup-xref' instead of doing it manually. |
58 manually. | 102 |
59 | 103 * subr.el (symbol-file-load-history-loaded) |
60 * subr.el (symbol-file-load-history-loaded) | 104 (load-symbol-file-load-history, symbol-file): Moved from `help.el'. |
61 (load-symbol-file-load-history, symbol-file): Moved from | 105 |
62 `help.el'. | |
63 | |
64 * loadup.el ("button"): Load removed. | 106 * loadup.el ("button"): Load removed. |
65 | 107 |
66 * button.el (define-button-type): Respect any `supertype' property. | 108 * button.el (define-button-type): Respect any `supertype' property. |
67 (button-type-subtype-p, button-has-type-p): New functions. | 109 (button-type-subtype-p, button-has-type-p): New functions. |
68 | 110 |
69 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped | 111 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped |
70 dollar-signs. | 112 dollar-signs. |
71 | 113 |
72 * comint.el (comint-insert-previous-argument): New function. | 114 * comint.el (comint-insert-previous-argument): New function. |
73 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'. | 115 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'. |
74 (comint-insert-previous-argument-last-start-pos) | 116 (comint-insert-previous-argument-last-start-pos) |
75 (comint-insert-previous-argument-last-index): New variables. | 117 (comint-insert-previous-argument-last-index): New variables. |
76 | 118 |
77 * apropos.el (apropos-next-label-button): Use the presence of a | 119 * apropos.el (apropos-next-label-button): Use the presence of a |
78 `apropos-label' property to detect label buttons. | 120 `apropos-label' property to detect label buttons. |
79 | 121 |
88 (default-button): Use `ignore' as default button action. | 130 (default-button): Use `ignore' as default button action. |
89 | 131 |
90 * apropos.el (apropos-next-label-button): Update arguments to | 132 * apropos.el (apropos-next-label-button): Update arguments to |
91 `next-button'. | 133 `next-button'. |
92 (apropos-symbol): Add `skip' property. | 134 (apropos-symbol): Add `skip' property. |
93 (apropos-function, apropos-macro, apropos-command) | 135 (apropos-function, apropos-macro, apropos-command) |
94 (apropos-variable, apropos-face, apropos-group, apropos-widget) | 136 (apropos-variable, apropos-face, apropos-group, apropos-widget) |
95 (apropos-plist): New button types. | 137 (apropos-plist): New button types. |
96 (apropos-label-properties): Variable removed. | 138 (apropos-label-properties): Variable removed. |
97 (apropos-print): Pass button-type to apropos-print-doc, rather | 139 (apropos-print): Pass button-type to apropos-print-doc, rather |
98 than help function and label text. | 140 than help function and label text. |
99 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg. | 141 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg. |