Commit graph

683 commits

Author SHA1 Message Date
Richard M. Stallman
c78fb6a6fb Use new menu item format. Don't simulate button prefix.
(easy-menu-create-menu): Understand also keywords :active,
:label and :visible.  Don't worry about button prefix.
(easy-menu-button-prefix): Modified value.
(easy-menu-do-add-item): Extensive changes to use new menu item format.
(easy-menu-define-key, easy-menu-always-true): New functions.
(easy-menu-make-symbol): Don't use indirection for symbols.
Property `menu-alias' not set.
(easy-menu-filter, easy-menu-update-button): Deleted.
(easy-menu-add-item): Don't worry about button prefix.
(easy-menu-remove-item): Don't worry about button prefix.
Use `easy-menu-define-key'.
(easy-menu-is-button, easy-menu-have-button): Deleted.
(easy-menu-real-binding, easy-menu-change-prefix): Deleted.
1998-04-24 01:54:09 +00:00
Richard M. Stallman
746dd29821 (byte-compile-file): Always read the file in multibyte mode
unless the file itself specifies unibyte mode.
1998-04-23 21:24:29 +00:00
Richard M. Stallman
d016f81992 (easy-menu-do-add-item):
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.
1998-04-21 04:54:46 +00:00
Richard M. Stallman
ab210d1b80 (cl-do-arglist): Undo previous change. 1998-04-20 22:06:27 +00:00
Dan Nicolaescu
cd32a7baa4 *** empty log message *** 1998-04-20 02:34:53 +00:00
Dan Nicolaescu
42dfe0ad13 *** empty log message *** 1998-04-18 19:48:40 +00:00
Richard M. Stallman
382668c707 Update copyright years. 1998-04-18 17:09:18 +00:00
Richard M. Stallman
3060a06227 (edebug-compute-previous-result):
Don't pass floating value to single-key-description.
1998-04-18 14:36:05 +00:00
Richard M. Stallman
43fd1680f9 (byte-after-unbind-ops): Delete byte-equal. 1998-04-17 02:00:04 +00:00
Richard M. Stallman
89ec7f07d1 (find-function-on-key):
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
1998-04-17 00:43:15 +00:00
Karl Heuer
170c97338b (byte-compile-warn-about-unresolved-functions): Fix whitespace. 1998-04-15 06:10:51 +00:00
Andreas Schwab
aa6356917b (byte-compile-warnings): Fix customize
type.
1998-04-14 10:43:27 +00:00
Karl Heuer
7dbce55e8f (eval-defun): Arrange to use eval-region
even if we have to alter the form.
1998-04-13 06:55:34 +00:00
Karl Heuer
cdcd5553b0 (cl-do-arglist): Intern initializes the
value of keyword symbols, so don't do it again.
1998-04-12 18:12:18 +00:00
Karl Heuer
2336b6a9ce (generate-autoload-section-header): Doc fix.
(update-file-autoloads): Use autoload-read-section-header.
(update-autoloads-from-directories): Likewise.
(generate-autoload-section-continuation): New variable.
(autoload-read-section-header): New function.
(update-file-autoloads): Don't call save-buffer if no changes.
(generate-file-autoloads): Split the section header line
into multiple comments.
1998-04-12 06:46:08 +00:00
Karl Heuer
5f1aa82686 Don't defconst the colon symbols, since they
evaluate to themselves now anyway.
1998-04-10 08:36:34 +00:00
Richard M. Stallman
68521d611f (update-file-autoloads): Redo 1997-08-23 change. 1998-04-05 18:47:51 +00:00
Stephen Eglen
666b94132b Customized. 1998-04-05 18:26:32 +00:00
Andreas Schwab
3f251fcd3b Customized. 1998-04-01 10:44:40 +00:00
Dave Love
fe3188ecbd (lisp-fill-paragraph): Adjust
paragraph-start in default filling case so that filling doc
strings works.
1998-03-18 16:02:37 +00:00
Eric M. Ludlam
04f3f5a2e3 Updated to 0.4.3:
Removed string check in basic doc search code.
Made the check for embeded key codes more robust from erronious checks.
1998-03-14 12:59:13 +00:00
Richard M. Stallman
a55340a857 Change comment and version numbers. 1998-03-14 05:46:01 +00:00
Richard M. Stallman
ccb61a97b2 (edebug-recursive-edit)
(edebug-outside-excursion): store-match-data => set-match-data.
1998-03-14 04:49:56 +00:00
Richard M. Stallman
17b3e87b83 (debug, debugger-env-macro): store-match-data => set-match-data. 1998-03-14 04:49:03 +00:00
Richard M. Stallman
cdef332313 (defsetf match-data): store-match-data => set-match-data. 1998-03-14 04:48:26 +00:00
Richard M. Stallman
8539959b7b (update-file-autoloads):
Undo 1997-08-23 change.
1998-03-09 01:01:36 +00:00
Richard M. Stallman
b8bc6df2ee (lisp-interaction-mode-map)
(emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent.
1998-03-08 23:40:28 +00:00
Richard M. Stallman
7bd1de9193 Whitespace changes. 1998-03-08 00:26:27 +00:00
Richard M. Stallman
a4929bfa20 (gulp-send-requests): Call sort properly.
When showing the message, put point at beginning of buffer.
1998-03-03 01:57:04 +00:00
Richard M. Stallman
61ee73836b (easy-menu-change): Handle case of no keywords. 1998-03-03 01:01:55 +00:00
Stephen Eglen
0b5bb3ec88 Customized. 1998-02-22 22:01:28 +00:00
Karl Heuer
a63f38642a Fix indentation rules for
multiple-value-setf and multiple-value-list.
1998-02-22 00:30:03 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
06f7f0a00e (debugger-mode): Don't set enable-multibyte-characters here.
(debug): Use set-buffer-multibyte to clear enable-multibyte-characters.
1998-02-11 07:11:50 +00:00
Richard M. Stallman
4f493b7c94 (byte-optimize-form-code-walker): Only call compiler-macroexpand if
the function has a cl-compiler-macro property.
1998-02-09 00:19:00 +00:00
Richard M. Stallman
e8fb3d5a5f (easy-mmode-define-minor-mode): Fix
the doc strings used for the mode flag variable and the keymap.
Delete duplicate &optional's.
1998-02-06 06:12:29 +00:00
Richard M. Stallman
17ceb934e4 (byte-compile-output-as-comment):
Use the size in bytes for the #@ size integer.
1998-02-05 03:25:11 +00:00
Richard M. Stallman
c86b5c786c Doc fixes.
(edebug-stop-before-symbols): Variable deleted.
(edebug-form): Don't handle edebug-stop-before-symbols.
(edebug-submit-bug-report): Don't include edebug-stop-before-symbols.
1998-02-04 02:40:25 +00:00
Richard M. Stallman
74dfd056e4 (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil. 1998-02-02 01:21:18 +00:00
Richard M. Stallman
0b33ec466a (update-file-autoloads): Give clean errors
if autoloads file is empty or can't be written.
1998-02-02 01:12:18 +00:00
Richard M. Stallman
d566098596 (easy-menu-add-item); The BEFORE argument works
now.  Done by letting `easy-menu-do-add-item' handle it.
(easy-menu-do-add-item): Take argument BEFORE instead of PREV.
Inserts directly in keymap, instead of calling `define-key-after'.
(easy-menu-create-menu): Don't reverse items as
`easy-menu-do-add-item' now puts things at the end of keymaps.
1998-01-30 02:15:13 +00:00
Richard M. Stallman
024bda024c easy-menu-define): Use ` and , read-macros
instead of (` and (,.  Implement :filter.  Doc fix.
(easy-menu-do-define): Call `easy-menu-create-menu' instead of
`easy-menu-create-keymaps'.
(easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
(easy-menu-create-menu): New public function.  Replaces
`easy-menu-create-keymaps', but with large changes.
(easy-menu-button-prefix): New constant.
(easy-menu-do-add-item, easy-menu-make-symbol): New functions.
(easy-menu-update-button): Doc fix.
(easy-menu-change): New optional argument BEFORE.
Now just a call to `easy-menu-add-item'.
(easy-menu-add-item, easy-menu-item-present-p)
(easy-menu-remove-item): New public functions.
(easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p)
(easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter):
New functions.
1998-01-27 20:43:57 +00:00
Richard M. Stallman
b8ba68e52b (byte-optimize-form-code-walker): Fix previous change. 1998-01-26 10:29:25 +00:00
Richard M. Stallman
713ea1de58 Customized.
(displaying-byte-compile-warnings):
To avoid error, use (forward-line -1), not previous-line.
1998-01-26 10:28:01 +00:00
Richard M. Stallman
70b40ea144 (byte-compile-inline-expand): Use string-as-unibyte, if it is defined. 1998-01-26 09:48:21 +00:00
Richard M. Stallman
16c9c10f0f (define-compiler-macro): Handle empty arglist. 1998-01-22 02:26:48 +00:00
Richard M. Stallman
5428ee0299 (byte-optimize-form-code-walker):
If compiler-macroexpand is defined, use it.
1998-01-22 02:23:21 +00:00
Richard M. Stallman
09841f8db2 (tq-filter): Use with-current-buffer. 1998-01-21 05:26:11 +00:00
Dave Love
6e24ad221a (lm-get-package-name, lm-header,
lm-header-multiline, lm-summary, lm-version, lm-commentary):
Return string without properties.
(lm-get-header, lm-get-package-name, lm-crack-address,
lm-insert-at-column, lm-report-bug): Minor doc fixes.
1998-01-11 12:48:04 +00:00
Eric M. Ludlam
0a0a3dee18 Added some more comments in the commentary.
You can now `quote' symbols that look like keystrokes
When spell checking, meta variables can end in `th' or `s'.
1998-01-08 23:35:34 +00:00