Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide `byte-optimize', not `byte-opt'. | Karl Heuer | 1999-08-10 | 1 | -1/+1 |
| | |||||
* | (easy-menu-get-map-look-for-name): New fn. | Karl Heuer | 1999-08-10 | 1 | -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 Love | 1999-08-10 | 1 | -4/+8 |
| | |||||
* | (elisp-eval-buffer): Handle all 5 args of eval-buffer. | Richard M. Stallman | 1999-08-07 | 1 | -2/+4 |
| | |||||
* | Fix previous change. | Dave Love | 1999-07-30 | 1 | -1/+1 |
| | |||||
* | (eval-defun): Re-written to avoid | Dave Love | 1999-07-29 | 1 | -31/+34 |
| | | | | capturing variables. | ||||
* | Delete compatibility code. | Karl Heuer | 1999-07-25 | 1 | -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 Moellmann | 1999-07-21 | 1 | -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 Moellmann | 1999-07-21 | 1 | -9/+3 |
| | |||||
* | (easy-mmode-define-keymap): Doc fix. | Richard M. Stallman | 1999-07-09 | 1 | -1/+1 |
| | |||||
* | (generated-autoload-file): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+2 |
| | |||||
* | (eval-defun): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+7 |
| | |||||
* | Comment fix. | Karl Heuer | 1999-06-22 | 1 | -1/+1 |
| | |||||
* | (getf): Don't call get*. | Karl Heuer | 1999-06-12 | 1 | -1/+7 |
| | |||||
* | (regexp-opt-group): Avoid infinite | Karl Heuer | 1999-06-04 | 1 | -1/+3 |
| | | | | recursion on bogus input. | ||||
* | (custom-print-functions): Add autoload cookie. | Karl Heuer | 1999-05-29 | 1 | -0/+1 |
| | |||||
* | (debugger-outer-inhibit-redisplay): New variable. | Richard M. Stallman | 1999-05-18 | 1 | -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. Stallman | 1999-05-17 | 1 | -0/+4 |
| | |||||
* | (byte-boolean-vars): Add | Andreas Schwab | 1999-05-10 | 1 | -1/+2 |
| | | | | unibyte-display-via-language-environment. | ||||
* | (byte-compile-file): Clear buffer-file-coding-system. If the coding | Richard M. Stallman | 1999-04-06 | 1 | -2/+10 |
| | | | | system used is raw-text, etc., make the *Compiler Input* buffer unibyte. | ||||
* | (debug): Make *Backtrace* buffer writable. | Andreas Schwab | 1999-03-27 | 1 | -0/+1 |
| | |||||
* | (easy-menu-get-map): Don't crash if (current-local-map) is nil. | Richard M. Stallman | 1999-02-18 | 1 | -2/+3 |
| | |||||
* | (lm-verify): Fix arg list. | Dave Love | 1999-01-29 | 1 | -3/+4 |
| | | | | (lm-commentary): Doc fix. | ||||
* | (with-temp-message): Add def-edebug-spec call. | Richard M. Stallman | 1999-01-19 | 1 | -0/+1 |
| | |||||
* | (easy-menu-get-map): Fix bugs in prev change. | Richard M. Stallman | 1999-01-15 | 1 | -8/+11 |
| | |||||
* | (find-function-on-key): Fix previous | Dave Love | 1999-01-13 | 1 | -1/+1 |
| | | | | change. | ||||
* | (find-function-on-key): DTRT for mouse | Dave Love | 1999-01-10 | 1 | -8/+21 |
| | | | | bindings. | ||||
* | (byte-compile-warnings): Doc fix. | Dave Love | 1999-01-07 | 1 | -4/+2 |
| | |||||
* | (edebug-eval-defun): Deal with defcustom | Dave Love | 1999-01-07 | 1 | -4/+9 |
| | | | | like eval-defun does. | ||||
* | More doc fixes. | Dave Love | 1999-01-07 | 1 | -6/+6 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1999-01-06 | 1 | -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. Stallman | 1999-01-04 | 1 | -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 enabled | Andreas Schwab | 1999-01-04 | 1 | -1/+2 |
| | | | | if it was enabled before. | ||||
* | (easy-menu-get-map): Change global map only if this menu exists in the | Richard M. Stallman | 1998-12-29 | 1 | -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-buffer | Andreas Schwab | 1998-12-28 | 1 | -5/+5 |
| | | | | and track-mouse. | ||||
* | (easy-menu-get-map): If MENU is nil, use global menu-bar map. | Richard M. Stallman | 1998-12-25 | 1 | -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 Heuer | 1998-12-14 | 1 | -2/+1 |
| | |||||
* | (find-function-search-for-symbol): | Dave Love | 1998-12-11 | 1 | -23/+21 |
| | | | | | Remove unnecessary test on `library' for explicit file name. Widen scope of save-match-data. | ||||
* | Require bytecomp for byte-goto-ops. | Markus Rost | 1998-12-05 | 1 | -0/+2 |
| | |||||
* | (lm-summary): Strip off -*- | Andreas Schwab | 1998-12-03 | 1 | -1/+6 |
| | | | | specifications from summary line. | ||||
* | (lisp-interaction-mode-map): Doc fix. | Richard M. Stallman | 1998-11-19 | 1 | -1/+2 |
| | | | | (with-temp-message): Add lisp-indent-function property. | ||||
* | (find-function-regexp): Handle skeletons. | Richard M. Stallman | 1998-11-19 | 1 | -1/+1 |
| | |||||
* | (temp-buffer-show-hook): This is not obsolete. | Richard M. Stallman | 1998-11-18 | 1 | -3/+1 |
| | |||||
* | indent `with-output-to-string' as a CL | Karl Heuer | 1998-11-16 | 1 | -0/+1 |
| | | | | macro, not ELisp one. | ||||
* | Set syntaxes all non-word multibyte | Kenichi Handa | 1998-11-16 | 1 | -1/+9 |
| | | | | characters to symbol. | ||||
* | (find-variable-noselect): Autoload. | Karl Heuer | 1998-11-07 | 1 | -0/+1 |
| | |||||
* | (edebug-initial-mode): Fix customize type. | Andreas Schwab | 1998-10-30 | 1 | -2/+6 |
| | | | | | (edebug-on-error): Fix customize type to match that of debug-on-error. | ||||
* | (eldoc-argument-case): Fix customize type. | Andreas Schwab | 1998-10-30 | 1 | -2/+4 |
| | |||||
* | (lm-report-bug): Use | Andreas Schwab | 1998-10-30 | 1 | -1/+1 |
| | | | | report-emacs-bug-address instead of undefined bug-gnu-emacs. | ||||
* | (function-form): Fix spec for | Andreas Schwab | 1998-10-21 | 1 | -2/+2 |
| | | | | "function*". |