Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (update-file-autoloads): Give clean errors | Richard M. Stallman | 1998-02-02 | 1 | -0/+4 |
| | | | | if autoloads file is empty or can't be written. | ||||
* | (easy-menu-add-item); The BEFORE argument works | Richard M. Stallman | 1998-01-30 | 1 | -57/+58 |
| | | | | | | | | now. Done by letting `easy-menu-do-add-item' handle it. (easy-menu-do-add-item): Take argument BEFORE instead of PREV. Inserts directly in keymap, instead of calling `define-key-after'. (easy-menu-create-menu): Don't reverse items as `easy-menu-do-add-item' now puts things at the end of keymaps. | ||||
* | easy-menu-define): Use ` and , read-macros | Richard M. Stallman | 1998-01-27 | 1 | -108/+302 |
| | | | | | | | | | | | | | | | | | | | instead of (` and (,. Implement :filter. Doc fix. (easy-menu-do-define): Call `easy-menu-create-menu' instead of `easy-menu-create-keymaps'. (easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'. (easy-menu-create-menu): New public function. Replaces `easy-menu-create-keymaps', but with large changes. (easy-menu-button-prefix): New constant. (easy-menu-do-add-item, easy-menu-make-symbol): New functions. (easy-menu-update-button): Doc fix. (easy-menu-change): New optional argument BEFORE. Now just a call to `easy-menu-add-item'. (easy-menu-add-item, easy-menu-item-present-p) (easy-menu-remove-item): New public functions. (easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p) (easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter): New functions. | ||||
* | (byte-optimize-form-code-walker): Fix previous change. | Richard M. Stallman | 1998-01-26 | 1 | -2/+1 |
| | |||||
* | Customized. | Richard M. Stallman | 1998-01-26 | 1 | -30/+68 |
| | | | | | (displaying-byte-compile-warnings): To avoid error, use (forward-line -1), not previous-line. | ||||
* | (byte-compile-inline-expand): Use string-as-unibyte, if it is defined. | Richard M. Stallman | 1998-01-26 | 1 | -2/+5 |
| | |||||
* | (define-compiler-macro): Handle empty arglist. | Richard M. Stallman | 1998-01-22 | 1 | -2/+2 |
| | |||||
* | (byte-optimize-form-code-walker): | Richard M. Stallman | 1998-01-22 | 1 | -0/+7 |
| | | | | If compiler-macroexpand is defined, use it. | ||||
* | (tq-filter): Use with-current-buffer. | Richard M. Stallman | 1998-01-21 | 1 | -8/+4 |
| | |||||
* | (lm-get-package-name, lm-header, | Dave Love | 1998-01-11 | 1 | -14/+14 |
| | | | | | | | lm-header-multiline, lm-summary, lm-version, lm-commentary): Return string without properties. (lm-get-header, lm-get-package-name, lm-crack-address, lm-insert-at-column, lm-report-bug): Minor doc fixes. | ||||
* | Added some more comments in the commentary. | Eric M. Ludlam | 1998-01-08 | 1 | -11/+29 |
| | | | | | You can now `quote' symbols that look like keystrokes When spell checking, meta variables can end in `th' or `s'. | ||||
* | (pp-to-string): Greatly simplify by letting the | Andreas Schwab | 1998-01-07 | 1 | -32/+9 |
| | | | | | Emacs printer do the (quote x) to 'x conversion. Better handle the # print syntax in all its forms. | ||||
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+2 |
| | |||||
* | (byte-optimize-lapcode): Correctly | Karl Heuer | 1997-12-04 | 1 | -1/+1 |
| | | | | distinguish byte-constant from operations on variables. | ||||
* | (debug-on-entry): If definition is a symbol, | Karl Heuer | 1997-12-04 | 1 | -0/+5 |
| | | | | replace it with an equivalent lambda. | ||||
* | (debugger-mode-hook): New user variable. | Karl Heuer | 1997-12-04 | 1 | -43/+83 |
| | | | | | | | | | (debugger-env-macro): New general purpose macro for all debugger functions; separated from `debugger-eval-expression'. (debugger-eval-expression): Use `debugger-env-macro'. (debugger-record-buffer): New variable. (debugger-record-expression): New user function , key "R". (debugger-mode): Now runs hook `debugger-mode-hook'. | ||||
* | (lisp-mode-auto-fill): New function. | Richard M. Stallman | 1997-11-24 | 1 | -0/+13 |
| | | | | (lisp-mode-variables): Bind normal-auto-fill-function. | ||||
* | (byte-optimize-concat): New function. | Karl Heuer | 1997-11-03 | 1 | -1/+13 |
| | |||||
* | (find-function, find-function-other-window, find-function-other-frame, | Dave Love | 1997-10-25 | 1 | -0/+4 |
| | | | | find-function-on-key): Add autoload cookies. | ||||
* | Initial revision | Dave Love | 1997-10-25 | 1 | -0/+249 |
| | |||||
* | 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. |