Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (checkdoc-common-verbs-wrong-voice): Add | Gerd Moellmann | 2001-04-03 | 1 | -1/+2 |
| | | | | an antry for ``converts''. | ||||
* | Say that it's obsolete in the header line. | Eli Zaretskii | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | (ad-make-advised-definition): Call | Gerd Moellmann | 2001-03-29 | 1 | -7/+2 |
| | | | | interactive-form to obtain the interactive spec of subrs. | ||||
* | (byte-optimize-while) | Gerd Moellmann | 2001-03-26 | 1 | -1/+5 |
| | | | | | (byte-optimize-form-code-walker): Diagnose too few arguments for `if' and `while'. | ||||
* | (add-menu): Re-added (was erroneously removed). | Stefan Monnier | 2001-03-18 | 1 | -0/+21 |
| | |||||
* | (generate-file-autoloads): Remove | Gerd Moellmann | 2001-03-12 | 1 | -12/+2 |
| | | | | warning about line lengths. | ||||
* | (dotimes, dolist): Undef prior to autoloading | Dave Love | 2001-03-05 | 1 | -0/+3 |
| | | | | new defs. | ||||
* | (reb-mode): Quote the hook name. From | Dave Love | 2001-02-09 | 1 | -1/+1 |
| | | | | Juanma Barranquero. | ||||
* | (authors): Expand `root' before running | Dave Love | 2001-02-09 | 1 | -1/+1 |
| | | | | find. | ||||
* | (reb-update-modestring): Don't use concat for integers. | Eli Zaretskii | 2001-01-31 | 1 | -1/+1 |
| | | | | From Juanma Barranquero <lektu@uol.com.br>. | ||||
* | (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed, | Eli Zaretskii | 2001-01-27 | 1 | -1/+4 |
| | | | | since backspace is now mapped into DEL. | ||||
* | (define-minor-mode): Docstring fix. | Stefan Monnier | 2001-01-25 | 1 | -2/+2 |
| | |||||
* | (lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'. | Sam Steingold | 2001-01-12 | 1 | -14/+15 |
| | |||||
* | (byte-compile-log-1): In non-batch case, don't mention the file name | Richard M. Stallman | 2001-01-08 | 1 | -9/+15 |
| | | | | or the date here, because they are logged at the start of the file. | ||||
* | (copyright-current-year): Now a defvar. | Eli Zaretskii | 2001-01-08 | 1 | -5/+8 |
| | | | | | (copyright, copyright-update): Compute the current year at run time. | ||||
* | (remove, remq): Remove. | Dave Love | 2001-01-05 | 1 | -3/+0 |
| | |||||
* | (lm-copyright-prefix): New Variable. | Gerd Moellmann | 2001-01-02 | 1 | -3/+42 |
| | | | | | | | (lm-copyright-mark): New function. (lm-crack-copyright): New function. (lm-verify): Check that the file has a copyright. Check that the file is copyright Free Software Foundation. | ||||
* | (butlast, nbutlast): Moved to subr.el. | Kenichi Handa | 2000-12-28 | 1 | -14/+0 |
| | |||||
* | (define-minor-mode): Improve the spec and remove the rogue second spec. | Stefan Monnier | 2000-12-23 | 1 | -4/+5 |
| | |||||
* | Change maintainer to FSF. | Gerd Moellmann | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | (easy-menu-current-active-maps): Test | Gerd Moellmann | 2000-12-14 | 1 | -2/+4 |
| | | | | if symbol is bound before getting its value. | ||||
* | (easy-menu-define): Setup indentation. | Stefan Monnier | 2000-12-13 | 1 | -27/+40 |
| | | | | | | (easy-menu-current-active-maps): New function. (easy-menu-get-map): Use it. Make a proper menu entry when creating a new keymap. | ||||
* | (lisp-mode): Set | Dave Love | 2000-12-08 | 1 | -0/+1 |
| | | | | font-lock-keywords-case-fold-search. | ||||
* | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -1/+1 |
| | |||||
* | (update-file-autoloads): Use raw-text to | Eli Zaretskii | 2000-12-06 | 1 | -3/+7 |
| | | | | | read generated-autoload-file, and set buffer-file-coding-system to raw-text-unix after reading the file. | ||||
* | Remove erroneous spec for condition-case. | Dave Love | 2000-12-04 | 1 | -2/+3 |
| | |||||
* | (define-derived-mode,easy-mmode-derived-mode-p): Remove (moved to derived.el). | Stefan Monnier | 2000-12-03 | 1 | -131/+0 |
| | |||||
* | (eldoc): Don't make parent of itself. | Andreas Schwab | 2000-12-02 | 1 | -2/+1 |
| | |||||
* | (third...tenth): Really undo change of 2000-08-05. | Stefan Monnier | 2000-11-30 | 1 | -16/+16 |
| | |||||
* | (edebug-version) | Dave Love | 2000-11-22 | 1 | -60/+31 |
| | | | | | | | | | (edebug-maintainer-address): Deleted. (edebug-submit-bug-report): Just alias to report-emacs-bug. (edebug-read-function): Account for other `'#' read forms. (edebug-mode-menus): Make some items toggles. (edebug-outside-unread-command-event, unread-command-event): Remove these to avoid warnings. | ||||
* | Remove autoload cookied, add author, | Gerd Moellmann | 2000-11-22 | 1 | -2/+4 |
| | | | | maintainer, keywords tags. | ||||
* | (edebug-form-spec prop): use dolist. | Stefan Monnier | 2000-11-21 | 1 | -25/+30 |
| | | | | (define-derived-mode, define-minor-mode): Add specs. | ||||
* | (ad-special-forms): Correct the conditional inclusion of `track-mouse'. | Miles Bader | 2000-11-21 | 1 | -1/+1 |
| | |||||
* | (checkdoc-minor-mode) <defvar>: Remove. | Stefan Monnier | 2000-11-14 | 1 | -53/+42 |
| | | | | | | | | | | | (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap. (checkdoc-minor-keymap): Backward compatibility. (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap. (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode. (checkdoc-this-string-valid-engine): Be a bit more strict to avoid matching substrings of `...' quoted vars/funs. (checkdoc-defun-info): Only look for `interactive' if alone. (debug-ignored-errors): Add "arg doesn't appear in docstring". | ||||
* | (lisp-mode-variables): | Stefan Monnier | 2000-11-14 | 1 | -36/+17 |
| | | | | | | | Set font-lock-defaults. (lisp-mode-shared-map): Init inside the defvar. (emacs-lisp-mode, lisp-mode, lisp-interaction-mode): Use define-derived-mode. | ||||
* | (byte-compile-unfold-lambda): Don't | Gerd Moellmann | 2000-11-14 | 1 | -1/+6 |
| | | | | | recursively optimize body because that can lead to infinite recursion; see comment there. | ||||
* | (easy-mmode-define-keymap): | Stefan Monnier | 2000-11-12 | 1 | -1/+2 |
| | | | | Add keyword arg :name. | ||||
* | (easy-mmode-define-navigation): | Stefan Monnier | 2000-11-09 | 1 | -11/+13 |
| | | | | Allow `next' to jump to after the end of the last match. | ||||
* | (byte-compiling-files-p): New function. | Gerd Moellmann | 2000-11-09 | 1 | -4/+2 |
| | |||||
* | (byte-compile-current-file): Don't bind | Gerd Moellmann | 2000-11-09 | 1 | -2/+4 |
| | | | | | it, so that a boundp test can be used to determine if we're currently byte-compiling. | ||||
* | (lisp-imenu-generic-expression): Match | Dave Love | 2000-11-06 | 1 | -1/+1 |
| | | | | defun*. | ||||
* | (ewoc-goto-prev, ewoc-goto-next): | Stefan Monnier | 2000-11-06 | 1 | -3/+3 |
| | | | | | Don't pass default arg to ewoc-locate. (ewoc-collect): Return result in the right order. | ||||
* | (regexp-opt-group): Sort the strings when extracting a suffix. | Stefan Monnier | 2000-11-05 | 1 | -1/+4 |
| | |||||
* | (find-function-do-it): Quote the hook. | Stefan Monnier | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | (easy-mmode-define-global-mode): Only turn mode off if it's on. | Stefan Monnier | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Remove :toggle arg. | Stefan Monnier | 2000-11-03 | 1 | -29/+28 |
| | | | | | | | Correctly handle the case where several :group args are supplied. Allow :extra-args. (easy-mmode-define-global-mode): Allow :extra-args. Correctly handle the case where several :group args are supplied. | ||||
* | (find-variable-regexp): Avoid defgroup. | Dave Love | 2000-11-02 | 1 | -2/+2 |
| | |||||
* | (authors-public-domain-files): New variable. | Gerd Moellmann | 2000-11-02 | 1 | -1/+31 |
| | | | | | (authors-public-domain-p): New function. (authors-print): Use it. | ||||
* | (define-minor-mode): | Stefan Monnier | 2000-11-01 | 1 | -64/+44 |
| | | | | | | | | | Revert the latest changes. Allow the three positional arguments to be skipped and replaced by keyword arguments. Add a :toggle argument to determine whether a nil arg means toggle or means turn-on. The default is unchanged. Add a call to force-mode-line-update. | ||||
* | (elp-restore-function): Remove autoload | Dave Love | 2000-11-01 | 1 | -1/+0 |
| | | | | cookie. |