Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (lm-report-bug): lm-maintainer returns a cons; convert it to a string. | Richard M. Stallman | 1993-12-26 | 1 | -2/+6 |
| | |||||
* | (lm-report-bug): Don't crash if version is nil. | Richard M. Stallman | 1993-12-26 | 1 | -2/+2 |
| | |||||
* | Provide bytecomp as well as byte-compile. | Richard M. Stallman | 1993-12-25 | 1 | -0/+1 |
| | |||||
* | Add side-effect-free props for many functions. | Richard M. Stallman | 1993-12-23 | 1 | -20/+42 |
| | | | | (byte-boolean-vars): Add highlight-nonselected-windows. | ||||
* | (byte-compile-dest-file): If FILENAME is not recognized, append .elc to it. | Richard M. Stallman | 1993-12-23 | 1 | -2/+4 |
| | | | | | | (byte-recompile-directory): Don't treat symlinks as dirs. (batch-byte-recompile-directory): Add autoload cookie. | ||||
* | (Bogus-Bureaucratic-Cruft): Changed to `X-Bogus-Bureaucratic-Cruft'. | Noah Friedman | 1993-12-22 | 1 | -5/+6 |
| | | | | | | Change comments to indicate that any header starting with `X-' is not supposed to be implemented. This gives us the same "out" as that RFC822 does. | ||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 2 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 1 | -1/+1 |
| | |||||
* | Delete periods from error messages. | Richard M. Stallman | 1993-11-23 | 1 | -11/+11 |
| | | | | | (edebug-functionp): Recognize compiled functions. (edebug-display): Supply missing parens in let. | ||||
* | (edebug-functionp): Recognize compiled functions. | Richard M. Stallman | 1993-11-23 | 1 | -0/+1 |
| | |||||
* | (lisp-eval-defun): Renamed from lisp-send-defun. | Richard M. Stallman | 1993-11-22 | 1 | -3/+3 |
| | | | | | (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z. | ||||
* | (remove-hook): Function deleted. | Richard M. Stallman | 1993-11-13 | 1 | -12/+0 |
| | |||||
* | Doc fix. | Brian Fox | 1993-10-05 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): Allow a call to byte-code as argument. | Richard M. Stallman | 1993-09-27 | 1 | -0/+2 |
| | |||||
* | (edebug-enter): Don't call the current function being debugged in | Brian Fox | 1993-09-21 | 1 | -0/+4 |
| | | | | pre-command-hook or post-command-hook. | ||||
* | (side-effect-free-fns): Add "-" and "1-" to the list. | Brian Fox | 1993-09-21 | 1 | -1/+1 |
| | |||||
* | (update-copyright): Handle two-digit years with apostrophes. | Roland McGrath | 1993-08-18 | 1 | -3/+5 |
| | |||||
* | Comment fix. | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | |||||
* | (byte-compile-from-buffer): Set float-output-format to | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | | | | nil, not "%.20e", since nil is guaranteed to not lose info on output. | ||||
* | (generate-file-autoloads): Set float-output-format to | Richard M. Stallman | 1993-08-11 | 1 | -1/+1 |
| | | | | nil, not "%.20e", since nil is guaranteed to not lose info on output. | ||||
* | `mod' is no longer an alias for `%'. | Paul Eggert | 1993-08-10 | 1 | -2/+0 |
| | |||||
* | (floor*): Use `floor' instead of doing most the work ourselves. | Paul Eggert | 1993-08-10 | 1 | -13/+2 |
| | |||||
* | (ring-mod): Remove, since floor and mod | Paul Eggert | 1993-08-10 | 1 | -12/+4 |
| | | | | now subsume them. All callers changed. | ||||
* | (remove-hook): Doc string added. | Richard M. Stallman | 1993-08-02 | 1 | -1/+9 |
| | | | | Change a single function into a list. | ||||
* | (byte-recompile-directory): At end of compiling a file, | Richard M. Stallman | 1993-08-02 | 1 | -0/+2 |
| | | | | put back the "Checking DIR..." message. | ||||
* | entered into RCS | Richard M. Stallman | 1993-07-30 | 5 | -0/+5408 |
| | |||||
* | (byte-recompile-directory): Doc fix. | Richard M. Stallman | 1993-07-27 | 1 | -1/+4 |
| | |||||
* | Comment fix. | Richard M. Stallman | 1993-07-26 | 1 | -2/+2 |
| | |||||
* | (generate-file-autoloads): Bind float-output-format. | Richard M. Stallman | 1993-07-21 | 1 | -5/+6 |
| | | | | Bind print-escape-newlines. | ||||
* | (update-file-autoloads): Go to the beginning of FILE before searching it | Roland McGrath | 1993-07-18 | 1 | -1/+4 |
| | | | | for generate-autoload-cookie. | ||||
* | * bytecomp.el (byte-compile-from-buffer): Bind float-output-format | Jim Blandy | 1993-07-18 | 1 | -1/+1 |
| | | | | | to "%.20e", not "%20e"; the latter is always ignored, since it doesn't have a decimal point after the percent sign. | ||||
* | (ad-start-advice-on-load): Initialize to t. | Roland McGrath | 1993-07-16 | 1 | -1/+1 |
| | |||||
* | Initial revision | Roland McGrath | 1993-07-16 | 1 | -0/+4329 |
| | |||||
* | * assoc.el (asort): First argument should be named alist-symbol, | Jim Blandy | 1993-07-15 | 1 | -1/+1 |
| | | | | not assoc-symbol. | ||||
* | (generate-file-autoloads): Fix FILE truename hacking to substring | Roland McGrath | 1993-07-14 | 1 | -7/+7 |
| | | | | SOURCE-TRUENAME instead of FILE. | ||||
* | * autoload.el (generate-file-autoloads): Correctly detect when the | Jim Blandy | 1993-07-13 | 1 | -5/+7 |
| | | | | | buffer receiving the autoload forms is in a parent of or the same directory as FILE, even in the presence of symlinks. | ||||
* | (byte-compile-file-form-defmumble): Undo previous change. | Richard M. Stallman | 1993-07-09 | 1 | -2/+1 |
| | | | | It turns out the second arg was put in by mistake in the first place. | ||||
* | (byte-compile-setq-default): | Richard M. Stallman | 1993-07-09 | 1 | -10/+10 |
| | | | | | | Generate a progn of calls to set-default, then compile it. (byte-compile-file-form-defmumble): Put back second arg of byte-compile-keep-pending, accidentally deleted before. | ||||
* | (update-file-autoloads): Correctly do nothing when there are no cookies. | Roland McGrath | 1993-07-07 | 1 | -11/+17 |
| | |||||
* | (byte-compile-setq-default): Handle multiple pairs args like setq (as | Roland McGrath | 1993-07-07 | 1 | -3/+9 |
| | | | | the setq-default subr does). | ||||
* | Doc fix. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
| | |||||
* | (update-file-autoloads): Do nothing when there are no cookies. | Roland McGrath | 1993-07-03 | 1 | -0/+1 |
| | |||||
* | (byte-compile-keep-pending): Handle fset like defalias. | Richard M. Stallman | 1993-07-02 | 1 | -3/+4 |
| | | | | (byte-compile-file-form-defmumble): Fix backward if in prev change. | ||||
* | (byte-compile-file-form-defmumble): | Richard M. Stallman | 1993-07-01 | 1 | -2/+6 |
| | | | | If byte-compile-compatibility, use fset, not defalias. | ||||
* | (generate-file-autoloads): Undo previous change | Richard M. Stallman | 1993-06-17 | 1 | -68/+37 |
| | | | | because make-docfile requires defvar doc string to start on first line. | ||||
* | (make-autoload): Use memq once instead eq twice. | Roland McGrath | 1993-06-16 | 1 | -40/+71 |
| | | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading. | ||||
* | (generate-autoload-cookie, update-autoloads-here): Doc fixes. | Roland McGrath | 1993-06-16 | 1 | -4/+4 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): If function is autoload, load it. | Richard M. Stallman | 1993-06-16 | 1 | -0/+4 |
| | |||||
* | (parens-require-spaces): Var renamed and sense changed. | Richard M. Stallman | 1993-06-16 | 1 | -4/+4 |
| | | | | (insert-parentheses): Corresponding changes. |