Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed -- not now needed by edebug. | Dave Love | 1999-10-19 | 1 | -235/+0 | |
| | ||||||
* | (edebug-install-read-eval-functions) | Dave Love | 1999-10-16 | 1 | -8/+3 | |
| | | | | | (edebug-uninstall-read-eval-functions): Use load-read-function, avoiding elisp-eval. | |||||
* | (common-lisp-indent-function): Use `eq' instead of `eql'. | Gerd Moellmann | 1999-10-16 | 1 | -5/+5 | |
| | ||||||
* | (regexp-opt-try-suffix): New function. | Gerd Moellmann | 1999-10-08 | 1 | -20/+58 | |
| | | | | | (regexp-opt-group): Use it to get common suffixes in STRINGS. If STRINGS is nil, return "" rather than nil. | |||||
* | (edebug-outside-current-prefix-arg): | Phillip Rulon | 1999-09-24 | 1 | -3/+6 | |
| | | | | | | | | | New variable. (edebug-recursive-edit): Save current-prefix-arg there, bind it, and set it back at the end. (edebug-outside-excursion): Restore and update the outside value of current-prefix-arg. (edebug-emacs-version-specific): Delete support for Epoch. | |||||
* | (eval-last-sexp): Use prin1 instead of print. | Gerd Moellmann | 1999-09-14 | 1 | -1/+1 | |
| | ||||||
* | (eval-defun, eval-last-sexp): | Richard M. Stallman | 1999-09-14 | 1 | -27/+35 | |
| | | | | Bind print-level, print-length and debug-on-error. | |||||
* | (checkdoc-display-status-buffer): Avoid | Dave Love | 1999-09-13 | 1 | -8/+10 | |
| | | | | | Help mode for temp buffer. (checkdoc-this-string-valid): Don't assume default comment-start. | |||||
* | (eval-last-sexp): If after ?\LETTER, use all of that as the sexp. | Richard M. Stallman | 1999-09-12 | 1 | -0/+6 | |
| | ||||||
* | (byte-compile-output-docform): Bind print-gensym-alist for compatibility, | Richard M. Stallman | 1999-09-11 | 1 | -2/+8 | |
| | | | | and bind print-gensym in the old way for compatibility. | |||||
* | (byte-compile-output-docform): Bind print-continuous-numbering and | Richard M. Stallman | 1999-09-11 | 1 | -6/+4 | |
| | | | | print-number-table. | |||||
* | (lisp-imenu-generic-expression): Recognize define-widget. | Dave Love | 1999-09-10 | 1 | -2/+22 | |
| | | | | | (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Customize. | |||||
* | (byte-optimize-backward-char, byte-optimize-backward-word): New | Dave Love | 1999-09-09 | 1 | -10/+37 | |
| | | | | | optimizations. (side-effect-free-fns, side-effect-and-error-free-fns): Extra entries. | |||||
* | (byte-boolean-vars): Removed. (Now primitive.) | Dave Love | 1999-09-06 | 1 | -26/+3 | |
| | ||||||
* | (make-autoload): Handle defun* like defun. | Richard M. Stallman | 1999-09-03 | 1 | -1/+2 | |
| | ||||||
* | (byte-boolean-vars): Add several w32 and redisplay variables. | Dave Love | 1999-08-31 | 1 | -1/+4 | |
| | ||||||
* | Fix previous change. | Richard M. Stallman | 1999-08-30 | 1 | -15/+4 | |
| | ||||||
* | Many doc fixes. | Richard M. Stallman | 1999-08-30 | 1 | -32/+64 | |
| | | | | (ring-size, ring-copy): New functions. | |||||
* | (eval-defun): Expand macros, | Richard M. Stallman | 1999-08-29 | 1 | -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. Stallman | 1999-08-29 | 1 | -1/+1 | |
| | ||||||
* | (easy-mmode-define-minor-mode): | Karl Heuer | 1999-08-28 | 1 | -8/+11 | |
| | | | | | On repeated call, override previous values put into minor-mode-map-alist and minor-mode-alist. | |||||
* | Fix maintainer address. | Karl Heuer | 1999-08-16 | 2 | -2/+2 | |
| | ||||||
* | (ad-special-forms): Use track-mouse iff bound. | Karl Heuer | 1999-08-14 | 1 | -7/+10 | |
| | ||||||
* | 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. |