Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (eval-defun): Don't change defvar to defconst | Richard M. Stallman | 1995-06-21 | 1 | -1/+2 |
| | | | | if it has just one argument. | ||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 7 | -8/+8 |
| | |||||
* | Put mark-active for menu-enable property on eval-region, comment-region, and ↵ | Simon Marshall | 1995-06-14 | 1 | -1/+5 |
| | | | | indent-region symbols. | ||||
* | (emacs-lisp-mode-map): Add a menu. | Karl Heuer | 1995-05-30 | 1 | -4/+29 |
| | | | | (emacs-lisp-byte-compile): New function. | ||||
* | (byte-compile-insert-header): | Karl Heuer | 1995-05-26 | 1 | -4/+9 |
| | | | | | When using dynamic docstrings, refuse to load in 19.28 and older. In that error message, don't mention the directory names. | ||||
* | (easy-menu-do-define): Add autoload cookie. | Karl Heuer | 1995-05-20 | 1 | -0/+1 |
| | |||||
* | (byte-compile-dynamic-docstrings): Doc fix. | Karl Heuer | 1995-05-18 | 1 | -0/+5 |
| | |||||
* | (easy-menu-create-keymaps): Set menu-enable prop. | Karl Heuer | 1995-05-17 | 1 | -1/+2 |
| | |||||
* | (byte-compile-insert-header): Cope if user-mail-address is unbound. | Richard M. Stallman | 1995-05-15 | 1 | -1/+1 |
| | |||||
* | (tq-process-buffer): Don't hard-code the buffer name. | Karl Heuer | 1995-05-15 | 1 | -1/+1 |
| | |||||
* | (popup-dialog-box): x-popup-dialog returns the value, not the cons cell. | Richard M. Stallman | 1995-05-09 | 1 | -5/+4 |
| | |||||
* | (Helper-help): Use read-key-sequence. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | (pp-eval-expression): Update use of temp-buffer-show-function. | Richard M. Stallman | 1995-05-07 | 1 | -12/+15 |
| | |||||
* | Don't try to define backquote. | Richard M. Stallman | 1995-05-05 | 1 | -8/+0 |
| | | | | (trace-version): Deleted. | ||||
* | ('\`): Use backslash for reading the backquote. | Richard M. Stallman | 1995-05-04 | 1 | -6/+6 |
| | | | | | (backquote-backquote-symbol): Likewise. (backquote): Doc fix. | ||||
* | (byte-recompile-directory): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -1/+1 |
| | |||||
* | (easy-menu-define): Doc fix. | Richard M. Stallman | 1995-04-24 | 1 | -2/+2 |
| | |||||
* | (byte-optimize-letX): Use car-safe and cdr-safe. | Richard M. Stallman | 1995-04-24 | 1 | -1/+2 |
| | |||||
* | (pushnew): Use edebug-keywordp. | Richard M. Stallman | 1995-04-19 | 1 | -2/+2 |
| | |||||
* | (byte-compile-log-file): Always insert at eob. | Richard M. Stallman | 1995-04-13 | 1 | -1/+5 |
| | | | | (byte-compile-insert-header): Cope if user-mail-address is nil. | ||||
* | (byte-compile-log-file): New function. | Richard M. Stallman | 1995-04-09 | 1 | -7/+26 |
| | | | | | | (displaying-byte-compile-warnings): Log the file name at start; display the log buffer only if something more gets output by BODY. (byte-compile-warnings-point-max): Initialize to nil. | ||||
* | (byte-compile-output-docform): Output doc string position | Richard M. Stallman | 1995-04-07 | 1 | -1/+7 |
| | | | | as negative number, if doc string starts with *. | ||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (byte-compile-inline-expand): Fetch actual bytecode | Karl Heuer | 1995-04-05 | 1 | -3/+5 |
| | | | | before inlining a lazy function. | ||||
* | (byte-compile-out-toplevel): Compile lambda forms even if trivial. | Karl Heuer | 1995-03-24 | 1 | -5/+8 |
| | |||||
* | (debug): Now interactive. | Richard M. Stallman | 1995-03-20 | 1 | -0/+1 |
| | |||||
* | (debugger-outer-load-read-function): New variable. | Richard M. Stallman | 1995-03-18 | 1 | -1/+13 |
| | | | | | | | | | | | | | (debug): Bind load-read-function to nil; save old value in debugger-outer-load-read-function and restore at end. (debugger-eval-expression): Handle load-read-function like other magic variables. (debugger-outer-overriding-local-map): New variable. (debug): Bind overriding-local-map to nil; save old value in debugger-outer-overriding-local-map and restore at end. (debugger-eval-expression): Handle overriding-local-map like other magic variables. | ||||
* | Comment change. | Richard M. Stallman | 1995-03-16 | 3 | -4/+5 |
| | |||||
* | (eval-defun): Convert defvar to defconst. | Richard M. Stallman | 1995-03-11 | 1 | -5/+8 |
| | |||||
* | (add-menu-item-1): Better error message if | Richard M. Stallman | 1995-03-11 | 1 | -0/+2 |
| | | | | a menu not the last in the path does not exist. | ||||
* | (byte-compile-file): Bind default-major-mode to avoid randomness. | Richard M. Stallman | 1995-02-25 | 1 | -0/+1 |
| | |||||
* | (pp-to-string): Fix previous change. | Richard M. Stallman | 1995-02-13 | 1 | -2/+1 |
| | |||||
* | (debugger-step-after-exit): Variable declared. | Richard M. Stallman | 1995-02-13 | 1 | -0/+9 |
| | | | | (debugger-old-buffer, debugger-value): Variables declared. | ||||
* | (debug): Fix arg to backtrace-debug for debug-on-entry. | Richard M. Stallman | 1995-02-13 | 1 | -1/+9 |
| | |||||
* | (pp-to-string): Don't use emacs-lisp-mode. | Richard M. Stallman | 1995-02-13 | 1 | -1/+2 |
| | | | | Just do the parts of it we actually want. | ||||
* | (byte-compile-file): Add "done" message. | Karl Heuer | 1995-02-08 | 1 | -0/+2 |
| | |||||
* | (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier, | Karl Heuer | 1995-02-08 | 1 | -2/+2 |
| | | | | so message logging will fold similar strings. | ||||
* | (lisp-fill-paragraph): Return t. | Richard M. Stallman | 1995-02-02 | 1 | -1/+2 |
| | |||||
* | (shared-lisp-mode-map): Don't bind M-q. | Richard M. Stallman | 1995-02-02 | 1 | -1/+2 |
| | | | | (lisp-mode-variables): Put it in fill-paragraph-function locally. | ||||
* | (make-extent, delete-extent, set-extent-property) | Richard M. Stallman | 1995-01-30 | 1 | -0/+32 |
| | | | | (set-extent-face): New functions. | ||||
* | (lisp-indent-region): Set endmark before indenting first line. | Richard M. Stallman | 1995-01-30 | 1 | -7/+13 |
| | | | | | (indent-sexp): Fixes for ENDPOS != nil case--use nil as starting-point, and don't insist on a complete sexp. | ||||
* | (read-number): New function. | Richard M. Stallman | 1995-01-30 | 1 | -0/+21 |
| | |||||
* | (debug-convert-byte-code): Convert the doc info to a string. | Richard M. Stallman | 1995-01-27 | 1 | -1/+4 |
| | |||||
* | (byte-compile-defvar): Add the var to current-load-list. | Richard M. Stallman | 1995-01-22 | 1 | -0/+5 |
| | |||||
* | (update-copyright): Remove gratuitous error at end. | Roland McGrath | 1995-01-21 | 1 | -4/+2 |
| | |||||
* | (easy-menu-define): Doc fix. | Karl Heuer | 1995-01-13 | 1 | -4/+2 |
| | |||||
* | Fix text punctuation. | Karl Heuer | 1995-01-09 | 1 | -3/+3 |
| | |||||
* | Add autoload cookies. | Noah Friedman | 1995-01-03 | 1 | -0/+3 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1994-12-29 | 1 | -28/+37 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1994-12-26 | 1 | -53/+50 |
| |