Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (byte-compile-inline-expand): Recalculate fn | Richard M. Stallman | 1997-01-27 | 1 | -1/+4 |
| | | | | after loading a file to define the function. | ||||
* | (when, unless): Definitions moved to subr.el. | Richard M. Stallman | 1997-01-08 | 1 | -8/+0 |
| | |||||
* | (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox) | Richard M. Stallman | 1997-01-02 | 1 | -28/+64 |
| | | | | | | | | | | | | | and radio (radio button) are prefixed by "[X] " or "(*) " respectively, when selected and "[ ] " or "( ) ", when not selected. In a menu that contain these prefixes, " " is used as prefix for items that have no other prefix. (easy-menu-update-button): New function used as `menu-enable' property for checkboxes and radio buttons to update the prefixes. (easy-menu-define): Change documentation string to describe the new prefixes. | ||||
* | (byte-compile-file): Set default-directory in compiler input buffer. | Richard M. Stallman | 1996-12-30 | 1 | -2/+4 |
| | |||||
* | (edebug-read-symbol, edebug-read-string): Don't back up after reading. | Richard M. Stallman | 1996-12-26 | 1 | -21/+6 |
| | | | | (edebug-read-sexp): Likewise. | ||||
* | Change defconsts to defvars. | Richard M. Stallman | 1996-12-16 | 1 | -3/+3 |
| | |||||
* | (byte-compile-insert-header): Fix previous change. | Karl Heuer | 1996-12-11 | 1 | -3/+3 |
| | |||||
* | (byte-compile-insert-header): If emacs-version | Richard M. Stallman | 1996-12-07 | 1 | -1/+4 |
| | | | | ends with a letter, don't check the version number. | ||||
* | (combine-after-change-calls): The first form is not special. | Erik Naggum | 1996-11-11 | 1 | -1/+1 |
| | |||||
* | (combine-after-change-calls): Add lisp-indent-function property. | Richard M. Stallman | 1996-11-09 | 1 | -0/+1 |
| | |||||
* | (combine-after-change-calls): New def-edebug-spec. | Richard M. Stallman | 1996-11-09 | 1 | -2/+3 |
| | |||||
* | (lisp-complete-symbol): Sort the list. | Richard M. Stallman | 1996-11-01 | 1 | -0/+1 |
| | |||||
* | (lexical-let): Fixed a bug involving nested | Karl Heuer | 1996-10-24 | 1 | -0/+1 |
| | | | | lexical contexts and macros. | ||||
* | (define-function): Mark it as obsolete. | Richard M. Stallman | 1996-10-12 | 1 | -1/+2 |
| | |||||
* | (narrow-to-defun): Narrow to the same defun that `mark-defun' would make | Erik Naggum | 1996-10-08 | 1 | -4/+8 |
| | | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps. | ||||
* | (with-current-buffer): Correct indentation property. | Erik Naggum | 1996-10-08 | 1 | -1/+1 |
| | |||||
* | (eldoc-function-argstring-from-docstring): Add search that finds arglist | Noah Friedman | 1996-10-04 | 1 | -3/+11 |
| | | | | for `start-process'; possibly others. | ||||
* | (eval-after-load): Add lisp-indent-function for it. | Richard M. Stallman | 1996-10-03 | 1 | -0/+1 |
| | |||||
* | (with-temp-buffer): Add indentation property. | Erik Naggum | 1996-10-03 | 1 | -0/+1 |
| | |||||
* | Delete several \n\'s. | Richard M. Stallman | 1996-10-02 | 1 | -28/+38 |
| | | | | | (profile-fix-fun): Delete an if whose test is never true. Handle doc strings that are also the function value. | ||||
* | (save-selected-window, save-current-buffer) | Richard M. Stallman | 1996-10-02 | 1 | -2/+10 |
| | | | | | (save-match-data, with-output-to-string, with-current-buffer) (with-temp-file, with-temp-buffer): Add def-edebug-spec calls. | ||||
* | (with-temp-file): Add lisp-indent-function property. | Richard M. Stallman | 1996-09-28 | 1 | -0/+1 |
| | |||||
* | (save-current-buffer, with-current-buffer) | Richard M. Stallman | 1996-09-27 | 1 | -0/+3 |
| | | | | (with-output-to-string): Specify how to indent. | ||||
* | (exec-to-string): New alias. | Richard M. Stallman | 1996-09-26 | 1 | -0/+2 |
| | |||||
* | (edebug-original-signal): Don't define it. | Richard M. Stallman | 1996-09-24 | 1 | -16/+8 |
| | | | | | | (edebug-signal): Call signal, not edebug-original-signal. (edebug-enter): Bind signal-hook-function instead of fsetting signal. (edebug-recursive-edit): Clear or clear signal-hook-function. | ||||
* | (pre-command-hook, post-command-hook): Defvars deleted. | Richard M. Stallman | 1996-09-23 | 1 | -19/+4 |
| | | | | | | | | | (post-command-idle-hook): Defvar deleted. (edebug-outside-post-command-idle-hook): Defvar deleted. (edebug-enter): Don't look at or set post-command-idle-hook. (edebug-outside-excursion): Likewise. (edebug-emacs-19-specific): Don't define read-expression-history and read-expression-map. | ||||
* | (add-timeout): Duplicate definition deleted. | Richard M. Stallman | 1996-09-23 | 1 | -21/+0 |
| | | | | | (screenw-width, screen-height): Likewise. (disable-timeout, keymap-parent, set-keymap-parent): Likewise. | ||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1996-09-22 | 1 | -1/+1 |
| | | | | Treat save-current-buffer like save-excursion. | ||||
* | (save-current-buffer): Compile it like save-excursion. | Richard M. Stallman | 1996-09-22 | 1 | -2/+9 |
| | | | | (byte-compile-save-current-buffer): New function. | ||||
* | (tq-filter): No need for save-match-data. | Richard M. Stallman | 1996-09-18 | 1 | -1/+1 |
| | |||||
* | (byte-compile-lambda): If the doc string is also the | Richard M. Stallman | 1996-09-17 | 1 | -2/+5 |
| | | | | return value, use it for both. | ||||
* | (tq-filter): Add unwind-protect and save-match-data. | Richard M. Stallman | 1996-09-15 | 1 | -4/+8 |
| | |||||
* | (pp-eval-expression): Set font-lock-default locally to nil. | Richard M. Stallman | 1996-09-12 | 1 | -1/+3 |
| | |||||
* | (easy-menu-do-define): Use `x-popup-menu' instead of | Richard M. Stallman | 1996-09-11 | 1 | -1/+1 |
| | | | | non-existing `easy-popup-menu'. | ||||
* | (byte-compile-output-file-form): Bind print-quoted and print-gensym to t | Erik Naggum | 1996-09-10 | 1 | -4/+4 |
| | | | | | when writing compiled byte-code objects. (byte-compile-output-docform): Likewise. | ||||
* | (update-file-autoloads): Don't barf if autoloads file | Richard M. Stallman | 1996-09-10 | 1 | -1/+1 |
| | | | | file is completely empty. | ||||
* | (byte-compile-out-toplevel): Undo previous change. | Richard M. Stallman | 1996-09-10 | 1 | -47/+9 |
| | | | | (byte-compile-byte-code-maker): Undo previous change. | ||||
* | Turn on byte-compile-dynamic. | Richard M. Stallman | 1996-09-01 | 4 | -4/+4 |
| | |||||
* | (byte-compile-associative): Treat one arg case like (+ x 0). | Richard M. Stallman | 1996-08-29 | 1 | -1/+5 |
| | |||||
* | (narrow-to-defun): New function. | Richard M. Stallman | 1996-08-29 | 1 | -0/+9 |
| | |||||
* | (byte-compile-out-toplevel): Always compile to byte code | Richard M. Stallman | 1996-08-28 | 1 | -9/+47 |
| | | | | | | if an uninterned symbol appears. (byte-compile-byte-code-maker): Handle uninterned symbols in the constant vector. | ||||
* | (byte-compile-funarg-2): New function, | Richard M. Stallman | 1996-08-28 | 1 | -1/+15 |
| | | | | (sort): Use byte-compile-funarg-2. | ||||
* | (byte-compile-insert-header): Fix previous change. | Richard M. Stallman | 1996-08-26 | 1 | -4/+3 |
| | |||||
* | (byte-compile-insert-header): | Richard M. Stallman | 1996-08-25 | 1 | -2/+6 |
| | | | | Edit byte-compile-version to extract just the version number. | ||||
* | (byte-compile-version): Use $Revision, not $Id. | Richard M. Stallman | 1996-08-25 | 1 | -1/+1 |
| | |||||
* | (byte-compile-insert-header): Clean up syntax | Richard M. Stallman | 1996-08-25 | 1 | -10/+13 |
| | | | | (byte-compile-version): Use the RCS version number. | ||||
* | (edebug-trace-display): Save and restore current buffer. | Richard M. Stallman | 1996-07-24 | 1 | -4/+6 |
| | |||||
* | (list-load-path-shadows): Doc fix. | Richard M. Stallman | 1996-07-23 | 1 | -3/+3 |
| | |||||
* | Fix FSF address in comment. | Karl Heuer | 1996-07-20 | 1 | -2/+3 |
| | |||||
* | (list-load-path-shadows): Fix ambiguous wording. | Karl Heuer | 1996-07-20 | 1 | -20/+21 |
| |