Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (condition-case): Fix edebug-form-spec to | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | | | | allow a handler with a list of condition names. | ||||
* | (char-after): Allow 0 args. | Richard M. Stallman | 1997-07-10 | 1 | -2/+2 |
| | |||||
* | [top level]: Add `up-list' and `down-list' to eldoc-message-commands. | Noah Friedman | 1997-07-09 | 1 | -2/+3 |
| | |||||
* | simplify. | Simon Marshall | 1997-06-27 | 1 | -9/+9 |
| | |||||
* | (profile-million): Variable moved. | Richard M. Stallman | 1997-06-23 | 1 | -2/+2 |
| | |||||
* | (popup-menu): Redefine as macro. | Richard M. Stallman | 1997-06-23 | 1 | -8/+37 |
| | | | | (popup-menu-popup, popup-menu-internal): New function. | ||||
* | (lm-version, lm-last-modified-date): | Richard M. Stallman | 1997-06-23 | 1 | -3/+2 |
| | | | | Clean up strings that looked like RCS headers. | ||||
* | (edebug-version): Use the Emacs version. | Richard M. Stallman | 1997-06-23 | 1 | -8/+1 |
| | |||||
* | (byte-compile-file): Doc fix. | Richard M. Stallman | 1997-06-22 | 1 | -3/+4 |
| | | | | (batch-byte-compile-file): Return what byte-compile-file returns. | ||||
* | Initial revision | Richard M. Stallman | 1997-06-22 | 1 | -0/+169 |
| | |||||
* | Add provide call. | Richard M. Stallman | 1997-06-22 | 6 | -0/+12 |
| | |||||
* | (edebug-sit-for-seconds): New variable. | Richard M. Stallman | 1997-06-22 | 1 | -3/+8 |
| | | | | (edebug-display): Use that variable to control amt of time. | ||||
* | Comment change. | Richard M. Stallman | 1997-06-16 | 1 | -1/+1 |
| | |||||
* | (byte-save-current-buffer): Change to code 114 (0162). | Richard M. Stallman | 1997-06-15 | 1 | -4/+3 |
| | |||||
* | (debug): Set overriding-terminal-local-map to nil, | Richard M. Stallman | 1997-06-09 | 1 | -1/+3 |
| | | | | don't bind it, so it won't be restored on `q'. | ||||
* | (debug, debugger-eval-expression): | Richard M. Stallman | 1997-06-08 | 1 | -0/+10 |
| | | | | | Treat overriding-terminal-local-map like overriding-local-map. (debugger-outer-overriding-terminal-local-map): New variable. | ||||
* | emit charsets after strings so that the final regexp finds the longest match. | Simon Marshall | 1997-06-06 | 1 | -37/+45 |
| | |||||
* | Update version. | Richard M. Stallman | 1997-05-31 | 1 | -3/+3 |
| | |||||
* | (edebug-signal): Avoid infinite recursion. | Richard M. Stallman | 1997-05-29 | 1 | -3/+5 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-05-29 | 1 | -0/+231 |
| | |||||
* | (gulp-send-requests): Sort maintainers alphabetically. | Richard M. Stallman | 1997-05-29 | 1 | -6/+13 |
| | | | | | (gulp-create-m-p-alist): Don't print message here. Bind fl-tm. (gulp-request-header, gulp-request-end): Update the default text. | ||||
* | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -1/+2 |
| | |||||
* | (eldoc-message-commands): Move docstring into comments, since this isn't | Noah Friedman | 1997-05-22 | 1 | -27/+36 |
| | | | | | | | | | | | | | | | | | | | a user variable. (eldoc-message-commands-table-size, eldoc-use-idle-timer-p, eldoc-function-argstring-from-docstring-method-table): Use defvar, not defconst. (eldoc-last-data): Use cons explicitly; don't rely on dotted pair read syntax. I'm worried the latter might get compiled as read-only data someday. (eldoc-docstring-message): If truncating symbol name, show ending of name rather than beginning. The former is generally more unique. (eldoc-function-argstring-from-docstring-method-table): Handle pathological `save-restriction' case. [top level]: Add `indent-for-tab-command' to eldoc-message-commands. | ||||
* | (event-closest-point): Fix paren error. | Richard M. Stallman | 1997-05-20 | 1 | -1/+1 |
| | |||||
* | (event-closest-point): New function. | Richard M. Stallman | 1997-05-17 | 1 | -0/+55 |
| | | | | | | (event-closest-point-1): New subroutine. (mouse-event-p, button-event-p): New functions. | ||||
* | (update-autoloads-from-directories): Renamed from | Richard M. Stallman | 1997-05-16 | 1 | -12/+16 |
| | | | | | | update-autoloads-from-directory. Take multiple directories as args. Use locate-library to find loaddefs.el and the top level Lisp dir. (batch-update-autoloads): Call update-autoloads-from-directories. | ||||
* | (defcustom): Add doc-string-elt property. | Richard M. Stallman | 1997-05-12 | 1 | -3/+9 |
| | | | | (make-autoload): Convert defcustom into defvar. | ||||
* | (byte-compile-file-form-custom-declare-variable): New function. | Richard M. Stallman | 1997-05-08 | 1 | -1/+9 |
| | |||||
* | (byte-optimize-approx-equal): Use <=, not <. | Richard M. Stallman | 1997-05-06 | 1 | -1/+19 |
| | | | | | (byte-optimize-minus, byte-optimize-plus): Optimize adding or subtracting 1. | ||||
* | Use defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -4/+8 |
| | |||||
* | (edebug-eval-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -2/+3 |
| | |||||
* | (generated-autoload-file): Change defconst to defvar. | Richard M. Stallman | 1997-04-29 | 1 | -2/+2 |
| | |||||
* | (elp-report-limit): Change prompt string. | Richard M. Stallman | 1997-04-21 | 1 | -30/+23 |
| | | | | (elp-version): Incremented. | ||||
* | (edebug-read-and-maybe-wrap-form): Protect | Richard M. Stallman | 1997-04-14 | 1 | -4/+6 |
| | | | | against pathological recursive calls. | ||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-14 | 1 | -9/+21 |
| | |||||
* | Update copyright years. | Richard M. Stallman | 1997-04-12 | 1 | -1/+1 |
| | |||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -13/+30 |
| | |||||
* | (elp-functionp): Definitions deleted; use functionp. | Richard M. Stallman | 1997-04-12 | 1 | -17/+1 |
| | |||||
* | (elp-functionp): New function. | Richard M. Stallman | 1997-04-12 | 1 | -48/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (elp-instrument-package): Don't attempt to instrument autoload functions. (elp-elapsed-time): New function to calculate the different between two `current-time' lists. This no longer throws away the top 16 bits of information. (elp-wrapper): Use elp-elapsed-time instead of elp-get-time. Also, call `current-time' as close to the function entrance and exit as possible so more of the overhead is eliminated from the times. (elp-get-time): Obsolete, deleted. (elp-restore-function): When restoring, do not check assq elp-wrapper if the symbol-function is a compiled lisp function (i.e. byte coded). If it is byte-coded, it could not have been instrumented. Don't do the symbol-function restoration if the symbol has no function definition. (elp-instrument-function): Always `restore' the funsym before instrumenting. Fail if function is an autoload symbol. (elp-instrument-list): Remove unnecessary condition-case. (elp-results): Noninteractive as a function is non-portable, use the variable instead. buffer-substring with 3 arguments is non-portable. (elp-instrument-function, elp-instrument-list): Handle function symbols that have already been instrumented. Do not instrument them twice. (elp-recycle-buffers-p): New variable. (elp-report-limit, elp-sort-by-function): New default values. (elp-use-standard-output): New variable. (elp-results): Optionally dump results to standard-output. | ||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -43/+88 |
| | |||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -6/+17 |
| | |||||
* | (eval-defun): For defcustom, always set the value. | Richard M. Stallman | 1997-04-10 | 1 | -3/+8 |
| | |||||
* | (indent-sexp): If calculate-lisp-indent returns nil, | Richard M. Stallman | 1997-04-05 | 1 | -16/+20 |
| | | | | | | | don't change the line's indentation. (lisp-indent-line): Likewise. (lisp-comment-indent): Likewise. (calculate-lisp-indent): Return nil if line starts inside a string. | ||||
* | (debug): Use save-excursion inside the binding of buffer-read-only. | Richard M. Stallman | 1997-03-30 | 1 | -1/+3 |
| | |||||
* | (eldoc-idle-delay): Make defvar, not defconst. | Noah Friedman | 1997-03-27 | 1 | -4/+4 |
| | | | | | (eldoc-minor-mode-string): Make defvar, not defconst. (eldoc-argument-case): Make defvar, not defconst. | ||||
* | (tq-process-buffer): Catch errors running tq-queue-head-fn. | Richard M. Stallman | 1997-03-22 | 1 | -4/+7 |
| | |||||
* | Many doc fixes. | Richard M. Stallman | 1997-03-22 | 1 | -11/+16 |
| | | | | (ring-ref): Fix error message. | ||||
* | (copyright-regexp): Allow "Copyright" and the copyright symbol together. | Richard M. Stallman | 1997-03-22 | 1 | -1/+3 |
| | |||||
* | (when, unless): Symbol props moved to subr.el. | Karl Heuer | 1997-03-14 | 1 | -1/+0 |
| | |||||
* | (lisp-imenu-generic-expression): Accept `*', `|', | Karl Heuer | 1997-03-11 | 1 | -3/+3 |
| | | | | and `:' in symbol names. |