Commit graph

1070 commits

Author SHA1 Message Date
Dave Love
e5b69caa66 (byte-boolean-vars): Removed. (Now primitive.) 1999-09-06 11:10:35 +00:00
Richard M. Stallman
74a28ee2a8 (make-autoload): Handle defun* like defun. 1999-09-03 23:57:31 +00:00
Dave Love
e89a34decc (byte-boolean-vars): Add several w32 and redisplay variables. 1999-08-31 16:23:24 +00:00
Richard M. Stallman
b27c699564 Fix previous change. 1999-08-30 23:58:18 +00:00
Richard M. Stallman
7263dc568d Many doc fixes.
(ring-size, ring-copy): New functions.
1999-08-30 23:57:22 +00:00
Richard M. Stallman
151a410a5c (eval-defun): Expand macros,
and specially handle defvar inside their expansions.
(eval-defun-1): New subroutine.
1999-08-29 19:53:27 +00:00
Richard M. Stallman
848e837103 (find-function-regexp): Allow a ) or ( to end a function name. 1999-08-29 18:15:29 +00:00
Karl Heuer
5e21ef7a07 (easy-mmode-define-minor-mode):
On repeated call, override previous values put into
minor-mode-map-alist and minor-mode-alist.
1999-08-28 15:13:37 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Karl Heuer
65a44e9fc0 (ad-special-forms): Use track-mouse iff bound. 1999-08-14 03:55:01 +00:00
Karl Heuer
1ffa428601 Provide byte-optimize', not byte-opt'. 1999-08-10 17:13:38 +00:00
Karl Heuer
fd43ede060 (easy-menu-get-map-look-for-name): New fn.
(easy-menu-get-map): New arg TO-MODIFY helps choose
between local and global maps.
(easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
(easy-menu-change): Doc fix.
1999-08-10 16:54:00 +00:00
Dave Love
8bae7480b8 (ad-make-single-advice-docstring): Treat case with no doctring specially. 1999-08-10 09:51:17 +00:00
Richard M. Stallman
ffe4eb5ea2 (elisp-eval-buffer): Handle all 5 args of eval-buffer. 1999-08-07 03:21:32 +00:00
Dave Love
700c3b7c33 Fix previous change. 1999-07-30 00:50:59 +00:00
Dave Love
713c3fb16e (eval-defun): Re-written to avoid
capturing variables.
1999-07-29 22:04:13 +00:00
Karl Heuer
e4773f3943 Delete compatibility code.
(edebug-next-token-class): If . is followed by a digit,
return `symbol' for the token class.
1999-07-25 05:45:50 +00:00
Gerd Moellmann
34c804a914 (cl-make-hash-table): Renamed from make-hash-table.
(cl-hash-table-p): Renamed from hash-table-p.
(cl-hash-table-count): Renamed from hash-table-count.
(maphash): Alias to cl-maphash removed.
(gethash): Likewise.
(puthash): Likewise.
(remhash): Likewise.
(clrhash): Likewise.
1999-07-21 21:43:03 +00:00
Gerd Moellmann
2c5c9cb936 (easy-menu-do-add-item): Support for new seperator types. 1999-07-21 21:43:03 +00:00
Richard M. Stallman
340fe109c9 (easy-mmode-define-keymap): Doc fix. 1999-07-09 01:59:03 +00:00
Karl Heuer
c8aca7d151 (generated-autoload-file): Doc fix. 1999-06-27 21:56:36 +00:00
Karl Heuer
ebc03d28d7 (eval-defun): Doc fix. 1999-06-27 21:45:34 +00:00
Karl Heuer
863312cda6 Comment fix. 1999-06-22 22:46:17 +00:00
Karl Heuer
318f417cd3 (getf): Don't call get*. 1999-06-12 03:36:46 +00:00
Karl Heuer
e011fd6b5c (regexp-opt-group): Avoid infinite
recursion on bogus input.
1999-06-04 18:36:35 +00:00
Karl Heuer
7dcf626950 (custom-print-functions): Add autoload cookie. 1999-05-29 19:15:10 +00:00
Richard M. Stallman
bf90c2c0ad (debugger-outer-inhibit-redisplay): New variable.
(debug): Bind and use debugger-outer-inhibit-redisplay.
Bind inhibit-redisplay to nil.
(debugger-env-macro): Treat inhibit-redisplay like other outside vars.
1999-05-18 04:20:59 +00:00
Richard M. Stallman
ea9d637111 (byte-optimize-plus): Fix 1-arg case. 1999-05-17 01:37:04 +00:00
Andreas Schwab
f20f3ac73b (byte-boolean-vars): Add
unibyte-display-via-language-environment.
1999-05-10 13:02:09 +00:00
Richard M. Stallman
7a28e3b1f4 (byte-compile-file): Clear buffer-file-coding-system. If the coding
system used is raw-text, etc., make the *Compiler Input* buffer unibyte.
1999-04-06 19:56:24 +00:00
Andreas Schwab
cb3fb87285 (debug): Make *Backtrace* buffer writable. 1999-03-27 02:33:08 +00:00
Richard M. Stallman
3373a131db (easy-menu-get-map): Don't crash if (current-local-map) is nil. 1999-02-18 01:10:46 +00:00
Dave Love
e7b377f023 (lm-verify): Fix arg list.
(lm-commentary): Doc fix.
1999-01-29 14:31:49 +00:00
Richard M. Stallman
c5377356a7 (with-temp-message): Add def-edebug-spec call. 1999-01-19 17:55:16 +00:00
Richard M. Stallman
bec64ef6b8 (easy-menu-get-map): Fix bugs in prev change. 1999-01-15 03:21:44 +00:00
Dave Love
43920c2644 (find-function-on-key): Fix previous
change.
1999-01-13 12:42:28 +00:00
Dave Love
4a8ea8dc2d (find-function-on-key): DTRT for mouse
bindings.
1999-01-10 18:18:58 +00:00
Dave Love
dd9383bc54 (byte-compile-warnings): Doc fix. 1999-01-07 19:50:41 +00:00
Dave Love
6b33933225 (edebug-eval-defun): Deal with defcustom
like eval-defun does.
1999-01-07 19:45:32 +00:00
Dave Love
c7efc2893d More doc fixes. 1999-01-07 19:24:50 +00:00
Richard M. Stallman
d3d4fb6247 Doc fixes.
(find-function-regexp): Extend for define-generic-mode,
define-derived-mode, easy-mmode-define-minor-mode.
1999-01-06 20:03:53 +00:00
Richard M. Stallman
3de63fb635 (easy-menu-define): Doc fix.
(easy-menu-create-menu): New keyword :included.
(easy-menu-do-add-item): New keyword :included.  SUFFIX may
be an expression, not only a string.  Simulate style `button'.
Use easy-menu-define-key-intern instead of easy-menu-define-key.
(easy-menu-define-key-intern): New function.
(easy-menu-add-item): Understand value returned from
easy-menu-item-present-p and easy-menu-remove-item.
(easy-menu-return-item): New function.
(easy-menu-item-present-p, easy-menu-remove-item): Use it.
1999-01-04 18:53:32 +00:00
Andreas Schwab
f0ee23367c (debug): Leave recursive minibuffer enabled
if it was enabled before.
1999-01-04 11:53:22 +00:00
Richard M. Stallman
a2c896c3c4 (easy-menu-get-map): Change global map only if this menu exists in the
global map already, and not in the local map.
(easy-menu-do-add-item): Fix error message.
1998-12-29 22:54:37 +00:00
Andreas Schwab
9d52160a5c (ad-special-forms): Add save-current-buffer
and track-mouse.
1998-12-28 10:10:22 +00:00
Richard M. Stallman
5e6656e0e6 (easy-menu-get-map): If MENU is nil, use global menu-bar map.
(easy-menu-add-item, easy-menu-remove-item): Argument renamed.
(easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
1998-12-25 06:17:31 +00:00
Karl Heuer
3e9103768f Update comment. 1998-12-14 03:22:44 +00:00
Dave Love
78b6524e5c (find-function-search-for-symbol):
Remove unnecessary test on `library' for explicit file name.
Widen scope of save-match-data.
1998-12-11 17:42:56 +00:00
Markus Rost
c144230d0c Require bytecomp for byte-goto-ops. 1998-12-05 18:18:50 +00:00
Andreas Schwab
b162a8c47a (lm-summary): Strip off -*-
specifications from summary line.
1998-12-03 09:39:41 +00:00