Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | picture.el no longer required. | Karl Heuer | 1997-10-23 | 1 | -2/+1 |
| | | | | (lm-insert-at-column): Use FORCE arg of move-to-column. | ||||
* | Initial revision | Karl Heuer | 1997-10-16 | 1 | -0/+1757 |
| | |||||
* | (edebug-eval-mode): Nicer mode-name value. | Karl Heuer | 1997-10-16 | 1 | -39/+16 |
| | |||||
* | (elint-check-defcustom-form): New function. | Karl Heuer | 1997-10-02 | 1 | -14/+23 |
| | | | | (elint-special-forms): Use it. | ||||
* | (lisp-imenu-generic-expression): Allow `/' in names. | Richard M. Stallman | 1997-10-01 | 1 | -3/+3 |
| | |||||
* | (shadows-compare-text-p): Add. | Karl Heuer | 1997-09-25 | 1 | -8/+32 |
| | | | | | (shadow-same-file-or-nonexistent): Add. (find-emacs-lisp-shadows): Use directory-file-name. | ||||
* | (displaying-byte-compile-warnings): Show | Karl Heuer | 1997-09-25 | 1 | -2/+3 |
| | | | | entire "Compiling ..." line when recentering. | ||||
* | (edebug-enter): Save, and bind to nil, | Richard M. Stallman | 1997-09-15 | 1 | -0/+11 |
| | | | | overriding-local-map and overriding-terminal-local-map. | ||||
* | (cl-loop-let): Use `last', not `last*' | Richard M. Stallman | 1997-09-13 | 1 | -1/+1 |
| | |||||
* | (elisp-eval-buffer): New arg FILENAME is ignored. | Richard M. Stallman | 1997-09-12 | 1 | -1/+4 |
| | |||||
* | (debug): Allow recursive minibuffers if we're in a minibuffer already. | Richard M. Stallman | 1997-09-12 | 1 | -0/+3 |
| | |||||
* | (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup". | Richard M. Stallman | 1997-09-09 | 1 | -2/+2 |
| | |||||
* | (defun-prompt-regexp): Fix customize type. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
| | |||||
* | (regexp-opt): Doc fix. | Richard M. Stallman | 1997-09-07 | 1 | -4/+3 |
| | |||||
* | (move-past-close-and-reindent): | Richard M. Stallman | 1997-09-07 | 1 | -1/+19 |
| | | | | Don't move closeparen back onto the end of a comment. | ||||
* | (easy-menu-create-keymaps): | Richard M. Stallman | 1997-09-05 | 1 | -1/+5 |
| | | | | | If two distinct items have the same string, make different keyx events for them. | ||||
* | (byte-compile-output-file-form): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -6/+8 |
| | |||||
* | (easy-menu-create-keymaps): If nil is | Richard M. Stallman | 1997-08-28 | 1 | -4/+7 |
| | | | | given as the enable condition, always disable the command. | ||||
* | (last*): Definition deleted. | Richard M. Stallman | 1997-08-27 | 1 | -10/+10 |
| | |||||
* | (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. | Richard M. Stallman | 1997-08-26 | 1 | -0/+1 |
| | |||||
* | (cl-loop-let): Use last*. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
| | |||||
* | (last): Function renmed to last*. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
| | |||||
* | (caar, cadr, cdar, cddr): Definitiosn deleted. | Richard M. Stallman | 1997-08-23 | 1 | -16/+0 |
| | |||||
* | (update-file-autoloads): | Richard M. Stallman | 1997-08-23 | 1 | -1/+4 |
| | | | | Be careful about which directory to find loaddefs.el in. | ||||
* | (extent-properties, extent-at): New functions. | Richard M. Stallman | 1997-08-13 | 1 | -0/+25 |
| | |||||
* | (set-extent-property): Don't allow | Richard M. Stallman | 1997-08-12 | 1 | -0/+6 |
| | | | | multiple extents with a mouse-face property to run together. | ||||
* | (list-load-path-shadows): Exclude, from the path we search, all but | Richard M. Stallman | 1997-08-12 | 1 | -25/+47 |
| | | | | the first set of directories that include the standard Emacs Lisp files. | ||||
* | (find-emacs-lisp-shadows): Don't mention `subdirs.el'. | Richard M. Stallman | 1997-08-08 | 1 | -5/+9 |
| | | | | | (list-load-path-shadows): When noninteractive, if there are shadows, start with a message explaining what this is a problem. | ||||
* | Initial revision | Richard M. Stallman | 1997-08-07 | 1 | -0/+800 |
| | |||||
* | (update-file-autoloads): Use anchored regexp search instead of requiring | Roland McGrath | 1997-08-07 | 1 | -2/+3 |
| | | | | | leading newline before generate-autoload-cookie, which gave false negative if sole cookie in file was at bob. | ||||
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-08-05 | 1 | -27/+27 |
| | | | | Don't process file names that start with `.'. | ||||
* | (pp-to-string): Use emacs-lisp-mode-sytax-table. | Richard M. Stallman | 1997-08-04 | 1 | -1/+2 |
| | |||||
* | (make-autoload): For a defcustom, | Richard M. Stallman | 1997-08-04 | 1 | -2/+12 |
| | | | | generate custom-add-to-group and custom-add-load if needed. | ||||
* | (copyright-regexp): Recognize @copyright{}. | Richard M. Stallman | 1997-08-04 | 1 | -1/+1 |
| | |||||
* | (copyright-regexp): Recognize the Latin-1 copyright symbol. | Richard M. Stallman | 1997-08-04 | 1 | -2/+2 |
| | |||||
* | (eval-last-sexp): Ignore `...' around sexp. | Richard M. Stallman | 1997-07-31 | 1 | -0/+12 |
| | |||||
* | (update-autoloads-from-directories): | Richard M. Stallman | 1997-07-28 | 1 | -1/+4 |
| | | | | Always update loaddefs.el in the source-directory. | ||||
* | (byte-compile-output-docform): | Richard M. Stallman | 1997-07-25 | 1 | -2/+6 |
| | | | | Bind print-gensym-alist; bind print-gensym to a cons cell. | ||||
* | (eql): byte-defop-compiler definition deleted. | Richard M. Stallman | 1997-07-23 | 1 | -2/+1 |
| | |||||
* | (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 |
| |