Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (documentation): Add ad-define-subr-args call. | Richard M. Stallman | 2002-04-30 | 1 | -0/+4 |
| | |||||
* | (easy-menu-intern): Downcase before interning. | Richard M. Stallman | 2002-04-24 | 1 | -21/+38 |
| | | | | | | | | | | (easy-menu-define-key-intern): Function deleted; callers intern and then call easy-menu-define-key. (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE. (easy-menu-define-key): Use easy-menu-name-match to match BEFORE. (easy-menu-name-match): New function. (add-submenu): New function. (easy-menu-get-map-look-for-name): Use easy-menu-name-match. | ||||
* | (device-class, buffer-syntactic-context) | Stefan Monnier | 2002-04-12 | 1 | -0/+31 |
| | | | | (buffer-syntactic-context-depth): New funs. | ||||
* | (edebug-eval-defun): Don't use defconst on variables. | Stefan Monnier | 2002-04-12 | 1 | -2/+2 |
| | |||||
* | (debug-on-entry): Use push. | Stefan Monnier | 2002-04-12 | 1 | -4/+5 |
| | | | | (debugger-make-xrefs): Don't assume point-min == 1. | ||||
* | (side-effect-free-fns, side-effect-and-error-free-fns): | Richard M. Stallman | 2002-03-31 | 1 | -19/+38 |
| | | | | Add many functions, remove some. | ||||
* | (list-load-path-shadows): Only ignore last copy of standard Lisp | Richard M. Stallman | 2002-03-28 | 1 | -2/+2 |
| | | | | directories. | ||||
* | (byte-compile-file-form-defmumble): | Gerd Moellmann | 2002-03-24 | 1 | -2/+18 |
| | | | | Handle declarations in macro definitions. | ||||
* | (batch-byte-compile-if-not-done): Add autoload cookie. | Stefan Monnier | 2002-03-22 | 1 | -1/+2 |
| | |||||
* | (common-lisp-loop-part-indentation): | Gerd Moellmann | 2002-03-15 | 1 | -1/+1 |
| | | | | Fix simple loop indentation. | ||||
* | Require `button'. | Miles Bader | 2002-03-14 | 1 | -1/+4 |
| | | | | | (debugger-mode-map): Set the parent keymap to `button-buffer-map', to get TAB and <backtab> bindings. | ||||
* | (lisp-loop-keyword-indentation) | Gerd Moellmann | 2002-03-12 | 1 | -5/+69 |
| | | | | | | | | | | | (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New user options. (extended-loop-p, common-lisp-loop-part-indentation): New functions. (common-lisp-indent-function-1): Renamed from common-lisp-indent-function. (common-lisp-indent-function): Handle loop forms specially. (lisp-indent-defmethod): Use car/cdr instead of first/rest. | ||||
* | (define-minor-mode): Use "P" in interactive spec of minor mode commands. | Richard M. Stallman | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | Kai Großjohann | 2002-02-17 | 1 | -11/+12 |
| | | | | | when repeated. * textmodes/paragraphs.el (mark-paragraph): Ditto. | ||||
* | * lisp/simple.el (mark-word): Mark more if repeated. | Kai Großjohann | 2002-02-15 | 1 | -13/+26 |
| | | | | | * lisp/textmodes/paragraphs.el (mark-paragraph): Ditto. (mark-end-of-sentence): Ditto. | ||||
* | 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-02-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * facemenu.el (describe-text-done): New function. (describe-text-mode-map): New variable. (describe-text-mode-hook): New option. (describe-text-mode): New function. (describe-text-widget): New function. (describe-text-sexp): New function. (describe-text-properties): New function. (describe-text-category): New command. (describe-text-at): New command. (facemenu-menu): Replace `list-text-properties-at' with `describe-text-at' in the menu. * wid-edit.el (widgetp): New function. * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoloaded. * emacs-lisp/pp.el (pp-to-string): Autoloaded. * wid-browse.el: Removed version and x-url keywords. | ||||
* | (copyright-regexp): Delete the unibyte copyright symbol; it's redundant. | Richard M. Stallman | 2002-02-07 | 1 | -2/+2 |
| | | | | Fix a spazz in the multibyte encoding here. | ||||
* | (debugger-frame-offset): Var deleted. | Richard M. Stallman | 2002-02-06 | 1 | -20/+12 |
| | | | | | | | (debugger-frame-number): Figure out the offset directly. (debugger-setup-buffer): Don't use debugger-frame-offset. (debugger-frame, debugger-frame-clear): Likewise. (debugger-jump): Don't alter debugger-frame-offset. | ||||
* | (checkdoc-this-string-valid-engine): | Richard M. Stallman | 2002-02-06 | 1 | -12/+16 |
| | | | | Replace foo-p as var name with foo-flag, not foo-p-flag. | ||||
* | (debugger-frame-clear, debugger-frame): Error on non-frame line. | Richard M. Stallman | 2002-02-01 | 1 | -0/+8 |
| | |||||
* | (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer, | Richard M. Stallman | 2002-02-01 | 1 | -0/+9 |
| | | | | | insert indication of the buffer position. (debugger-frame-number): Ignore ;;;-comment lines in backtrace. | ||||
* | (batch-byte-compile): New arg noforce. | Richard M. Stallman | 2002-02-01 | 1 | -5/+20 |
| | | | | (batch-byte-compile-if-not-done): New function. | ||||
* | (mismatch): Doc fix. | Eli Zaretskii | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | (copyright-regexp): Fix previous change. | Richard M. Stallman | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | (make-autoload): Don't handle define-ibuffer-column, | Richard M. Stallman | 2002-01-16 | 1 | -3/+0 |
| | | | | define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op. | ||||
* | (copyright-regexp): Make (C) optional. | Richard M. Stallman | 2002-01-13 | 1 | -19/+24 |
| | | | | | | | | (copyright-regexp): Add Latin-9 copyright sign. Match comment delimiters in year lists. (copyright-current-year): Initialize to load-time year. Doc fixes. | ||||
* | Fix typo. | Pavel Janík | 2002-01-13 | 1 | -1/+1 |
| | |||||
* | (make-autoload): Handle define-ibuffer-column, define-ibuffer-filter, | Colin Walters | 2002-01-13 | 1 | -0/+3 |
| | | | | define-ibuffer-sorter, and define-ibuffer-op. | ||||
* | Handle define-ibuffer-column, define-ibuffer-filter, | Colin Walters | 2002-01-13 | 1 | -1/+3 |
| | | | | define-ibuffer-sorter, and define-ibuffer-op. | ||||
* | (lisp-complete-symbol): Repeating the command | Richard M. Stallman | 2002-01-11 | 1 | -51/+69 |
| | | | | after displaying a completion list scrolls the list. | ||||
* | (regexp-opt): Bind max-specpdl-size. | Richard M. Stallman | 2002-01-09 | 1 | -0/+1 |
| | |||||
* | (eldoc-minor-mode-string): Fix custom type. | Richard M. Stallman | 2002-01-08 | 1 | -3/+3 |
| | |||||
* | (copyright-regexp): Allow multi-line copyrights to be updated. | Richard M. Stallman | 2002-01-04 | 1 | -1/+1 |
| | |||||
* | Comment change. | Richard M. Stallman | 2001-12-27 | 1 | -1/+1 |
| | |||||
* | (debugger-mode-map): Bind C-m, not `RET'. | Richard M. Stallman | 2001-12-25 | 1 | -2/+3 |
| | | | | (debugger-make-xrefs): Only make a button for the first symbol on any line. | ||||
* | (source-files): Remove mocklisp.c. | Pavel Janík | 2001-12-22 | 1 | -1/+1 |
| | |||||
* | (elint-unknown-builtin-args): Remove mocklisp entries. | Pavel Janík | 2001-12-22 | 1 | -4/+0 |
| | |||||
* | (byte-optimize-form-code-walker): Remove mocklisp case. | Pavel Janík | 2001-12-22 | 1 | -4/+2 |
| | |||||
* | (define-modify-macro): Better indent spec. | Richard M. Stallman | 2001-12-22 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Make no arg by default in an interactive call, | Richard M. Stallman | 2001-12-21 | 1 | -2/+4 |
| | | | | so that repeating the command toggles again. | ||||
* | (eval-defun-1): Cope with atoms as args. | Richard M. Stallman | 2001-12-21 | 1 | -1/+3 |
| | |||||
* | Doc fix. | Pavel Janík | 2001-12-20 | 5 | -5/+5 |
| | |||||
* | (lm-copyright-prefix): Group the leader. | Dave Love | 2001-12-18 | 1 | -8/+35 |
| | | | | (lm-crack-copyright): Cope with multi-line copyright `lines'. | ||||
* | Fix previous change. | Richard M. Stallman | 2001-12-16 | 1 | -2/+0 |
| | |||||
* | (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward | Richard M. Stallman | 2001-12-16 | 1 | -7/+68 |
| | | | | | | rather than regexp search and (2) copying text properties already set up on text unchanged from the previous backtrace. (debugger-previous-backtrace): New variable. | ||||
* | (easy-menu-intern): New fun. | Stefan Monnier | 2001-12-13 | 1 | -9/+14 |
| | | | | | | (easy-menu-do-define, easy-menu-convert-item-1) (easy-menu-define-key-intern, easy-menu-get-map): Use it. (easy-menu-return-item): Only return nil if there is no binding. | ||||
* | (authors-aliases): Delete "Richard Stallmao". | Richard M. Stallman | 2001-12-11 | 1 | -1/+0 |
| | |||||
* | (ad-compile-function): | Richard M. Stallman | 2001-12-11 | 1 | -1/+4 |
| | | | | Byte compile the function under another (uninterned) name. | ||||
* | Tweak previous change. | Richard M. Stallman | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | (lm-verify): New arg NON-FSF-OK. | Richard M. Stallman | 2001-12-09 | 1 | -21/+32 |
| | | | | | Don't use interactive-p; instead, pass the proper args in (interactive...). Clean up most of the trouble-report strings. |