Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Comment changes and doc fixes. | Richard M. Stallman | 1994-02-05 | 1 | -238/+172 | |
| | | | | The C program in the comments was moved into ../lib-src/profile.c. | |||||
* | (ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we | Karl Heuer | 1994-02-02 | 1 | -1/+6 | |
| | | | | want to preload this file. | |||||
* | (update-copyright): Wrap final copyright-matching regexp in parens, so \1 | Roland McGrath | 1994-01-16 | 1 | -2/+2 | |
| | | | | | gets all the year tokens, not just the last. (The old regexp won with the pre-POSIX defn of subexpressions with +.) | |||||
* | (debug): Bind unread-command-char to -1, not nil. | Richard M. Stallman | 1994-01-14 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-condition-case): Disable warning about | Richard M. Stallman | 1994-01-11 | 1 | -8/+16 | |
| | | | | symbol not naming a condition. Allow a list of condition names. | |||||
* | (debug): Fixed typo. | Roland McGrath | 1994-01-09 | 1 | -2/+2 | |
| | ||||||
* | (debug): Bind a bunch of vars, like last-command, to | Richard M. Stallman | 1994-01-09 | 1 | -56/+126 | |
| | | | | | | | | neutral values. Save the outer values in debugger-last-command, etc. Put those saved values back into effect when returning. (debugger-eval-expression): Put the saved values into effect while evaluating, and store modified values back into debugger-outer-... after evaluating. | |||||
* | (make-lucid-menu-keymap): Allow multiple identical inactive strings. | Richard M. Stallman | 1994-01-07 | 1 | -2/+6 | |
| | ||||||
* | (make-lucid-menu-keymap): For "----", make blank line. | Richard M. Stallman | 1994-01-06 | 1 | -1/+1 | |
| | ||||||
* | [ms-dos] (byte-compile-file): Save as binary. | Richard M. Stallman | 1994-01-06 | 1 | -0/+2 | |
| | ||||||
* | (popup-menu): Add loop to handle submenus. | Richard M. Stallman | 1994-01-04 | 1 | -5/+10 | |
| | ||||||
* | Comment fix. | Richard M. Stallman | 1994-01-04 | 1 | -2/+0 | |
| | ||||||
* | (debug): Bind this-command and last-command. | Richard M. Stallman | 1994-01-04 | 1 | -0/+1 | |
| | ||||||
* | (eval-current-buffer): Old definition deleted. | Richard M. Stallman | 1993-12-31 | 1 | -15/+8 | |
| | | | | (eval-buffer): Use current buffer by default. | |||||
* | (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. |