summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (lisp-imenu-generic-expression): Recognize define-widget.Dave Love1999-09-101-2/+22
| | | | | (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Customize.
* (byte-optimize-backward-char, byte-optimize-backward-word): NewDave Love1999-09-091-10/+37
| | | | | optimizations. (side-effect-free-fns, side-effect-and-error-free-fns): Extra entries.
* (byte-boolean-vars): Removed. (Now primitive.)Dave Love1999-09-061-26/+3
|
* (make-autoload): Handle defun* like defun.Richard M. Stallman1999-09-031-1/+2
|
* (byte-boolean-vars): Add several w32 and redisplay variables.Dave Love1999-08-311-1/+4
|
* Fix previous change.Richard M. Stallman1999-08-301-15/+4
|
* Many doc fixes.Richard M. Stallman1999-08-301-32/+64
| | | | (ring-size, ring-copy): New functions.
* (eval-defun): Expand macros,Richard M. Stallman1999-08-291-9/+18
| | | | | and specially handle defvar inside their expansions. (eval-defun-1): New subroutine.
* (find-function-regexp): Allow a ) or ( to end a function name.Richard M. Stallman1999-08-291-1/+1
|
* (easy-mmode-define-minor-mode):Karl Heuer1999-08-281-8/+11
| | | | | On repeated call, override previous values put into minor-mode-map-alist and minor-mode-alist.
* Fix maintainer address.Karl Heuer1999-08-162-2/+2
|
* (ad-special-forms): Use track-mouse iff bound.Karl Heuer1999-08-141-7/+10
|
* Provide `byte-optimize', not `byte-opt'.Karl Heuer1999-08-101-1/+1
|
* (easy-menu-get-map-look-for-name): New fn.Karl Heuer1999-08-101-19/+43
| | | | | | | (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.
* (ad-make-single-advice-docstring): Treat case with no doctring specially.Dave Love1999-08-101-4/+8
|
* (elisp-eval-buffer): Handle all 5 args of eval-buffer.Richard M. Stallman1999-08-071-2/+4
|
* Fix previous change.Dave Love1999-07-301-1/+1
|
* (eval-defun): Re-written to avoidDave Love1999-07-291-31/+34
| | | | capturing variables.
* Delete compatibility code.Karl Heuer1999-07-251-8/+7
| | | | | (edebug-next-token-class): If . is followed by a digit, return `symbol' for the token class.
* (cl-make-hash-table): Renamed from make-hash-table.Gerd Moellmann1999-07-211-7/+3
| | | | | | | | | | (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.
* (easy-menu-do-add-item): Support for new seperator types.Gerd Moellmann1999-07-211-9/+3
|
* (easy-mmode-define-keymap): Doc fix.Richard M. Stallman1999-07-091-1/+1
|
* (generated-autoload-file): Doc fix.Karl Heuer1999-06-271-1/+2
|
* (eval-defun): Doc fix.Karl Heuer1999-06-271-1/+7
|
* Comment fix.Karl Heuer1999-06-221-1/+1
|
* (getf): Don't call get*.Karl Heuer1999-06-121-1/+7
|
* (regexp-opt-group): Avoid infiniteKarl Heuer1999-06-041-1/+3
| | | | recursion on bogus input.
* (custom-print-functions): Add autoload cookie.Karl Heuer1999-05-291-0/+1
|
* (debugger-outer-inhibit-redisplay): New variable.Richard M. Stallman1999-05-181-6/+12
| | | | | | (debug): Bind and use debugger-outer-inhibit-redisplay. Bind inhibit-redisplay to nil. (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
* (byte-optimize-plus): Fix 1-arg case.Richard M. Stallman1999-05-171-0/+4
|
* (byte-boolean-vars): AddAndreas Schwab1999-05-101-1/+2
| | | | unibyte-display-via-language-environment.
* (byte-compile-file): Clear buffer-file-coding-system. If the codingRichard M. Stallman1999-04-061-2/+10
| | | | system used is raw-text, etc., make the *Compiler Input* buffer unibyte.
* (debug): Make *Backtrace* buffer writable.Andreas Schwab1999-03-271-0/+1
|
* (easy-menu-get-map): Don't crash if (current-local-map) is nil.Richard M. Stallman1999-02-181-2/+3
|
* (lm-verify): Fix arg list.Dave Love1999-01-291-3/+4
| | | | (lm-commentary): Doc fix.
* (with-temp-message): Add def-edebug-spec call.Richard M. Stallman1999-01-191-0/+1
|
* (easy-menu-get-map): Fix bugs in prev change.Richard M. Stallman1999-01-151-8/+11
|
* (find-function-on-key): Fix previousDave Love1999-01-131-1/+1
| | | | change.
* (find-function-on-key): DTRT for mouseDave Love1999-01-101-8/+21
| | | | bindings.
* (byte-compile-warnings): Doc fix.Dave Love1999-01-071-4/+2
|
* (edebug-eval-defun): Deal with defcustomDave Love1999-01-071-4/+9
| | | | like eval-defun does.
* More doc fixes.Dave Love1999-01-071-6/+6
|
* Doc fixes.Richard M. Stallman1999-01-061-22/+27
| | | | | (find-function-regexp): Extend for define-generic-mode, define-derived-mode, easy-mmode-define-minor-mode.
* (easy-menu-define): Doc fix.Richard M. Stallman1999-01-041-51/+127
| | | | | | | | | | | | (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.
* (debug): Leave recursive minibuffer enabledAndreas Schwab1999-01-041-1/+2
| | | | if it was enabled before.
* (easy-menu-get-map): Change global map only if this menu exists in theRichard M. Stallman1998-12-291-3/+11
| | | | | global map already, and not in the local map. (easy-menu-do-add-item): Fix error message.
* (ad-special-forms): Add save-current-bufferAndreas Schwab1998-12-281-5/+5
| | | | and track-mouse.
* (easy-menu-get-map): If MENU is nil, use global menu-bar map.Richard M. Stallman1998-12-251-28/+31
| | | | | (easy-menu-add-item, easy-menu-remove-item): Argument renamed. (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
* Update comment.Karl Heuer1998-12-141-2/+1
|
* (find-function-search-for-symbol):Dave Love1998-12-111-23/+21
| | | | | Remove unnecessary test on `library' for explicit file name. Widen scope of save-match-data.