Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | (elp-unload-hook): New function. | Dave Love | 2000-10-31 | 1 | -0/+3 |
| | |||||
* | Doc fix. | Miles Bader | 2000-10-28 | 1 | -1/+3 |
| | |||||
* | (define-minor-mode): Generate `turn-on-MODE' and `turn-off-MODE' | Miles Bader | 2000-10-28 | 1 | -5/+47 |
| | | | | | | | functions unless the mode is global. If :global is followed by a non-nil but non-t value, make the mode buffer-local, but also generate a `global-MODE' version using `easy-mmode-define-global-mode'. Add :conditional-turn-on keyword argument. | ||||
* | (batch-update-authors): New function. | Gerd Moellmann | 2000-10-25 | 1 | -4/+147 |
| | | | | | | (authors-fixed-entries): New defconst. (authors-add-fixed-entries): New function. (authors): Call it.: Don't process lispref/. | ||||
* | (authors-aliases): Add some more aliases. | Gerd Moellmann | 2000-10-24 | 1 | -0/+4 |
| | | | | | (authors): Set file coding system to iso-2022-7bit. Add file-local variables to output buffer. | ||||
* | (defun-prompt-regexp): Doc fix. | Gerd Moellmann | 2000-10-24 | 1 | -1/+3 |
| | |||||
* | (byte-compile-file): Bind `byte-compile-last-logged-file' to nil. | Miles Bader | 2000-10-23 | 1 | -1/+2 |
| | |||||
* | [the following changes fix a bug where `define-minor-mode' didn't | Miles Bader | 2000-10-23 | 1 | -6/+13 |
| | | | | | | | | | | | | correctly generate :require clauses for defcustoms in compiled files] (byte-compile-last-logged-file): New variable. (byte-compile-log-file, byte-compile-log-1): Don't set `byte-compile-current-file' to nil. Instead set `byte-compile-last-logged-file' to it. Test whether byte-compile-current-file equals byte-compile-last-logged-file instead of whether its nil. | ||||
* | (authors-add): Don't add an entry if | Gerd Moellmann | 2000-10-16 | 1 | -1/+2 |
| | | | | author's name is unknown. | ||||
* | (easy-mmode-define-syntax): Use plist-get and allow :inherit. | Stefan Monnier | 2000-10-15 | 1 | -1/+7 |
| | |||||
* | (cl-do-arglist): Use plist-get and plist-member instead of memq. | Stefan Monnier | 2000-10-15 | 1 | -7/+8 |
| | |||||
* | (ewoc-location): New function. | Stefan Monnier | 2000-10-15 | 1 | -7/+14 |
| | | | | (ewoc-enter-after, ewoc-enter-before): Document return value. | ||||
* | (cl-builtin-gethash, cl-builtin-remhash) | Stefan Monnier | 2000-10-15 | 1 | -0/+7 |
| | | | | (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility. | ||||
* | (down-list, backward-up-list, up-list): Doc fix. | Gerd Moellmann | 2000-10-13 | 1 | -6/+3 |
| | |||||
* | (regexp-opt): Add \< and \> if PAREN=`words'. | Stefan Monnier | 2000-10-08 | 1 | -6/+12 |
| | |||||
* | (lisp-imenu-generic-expression): Don't | Dave Love | 2000-10-08 | 1 | -15/+17 |
| | | | | | | | insist on symbols starting with word syntax. (lisp-mode-shared-map): Renamed from shared-lisp-mode-map. (eval-defun-1): Doc fix. (indent-sexp): Use nconc to build up indent-stack. | ||||
* | Comment. | Dave Love | 2000-10-06 | 1 | -0/+2 |
| | |||||
* | (find-function-regexp): Remove spurion. | Dave Love | 2000-10-06 | 1 | -27/+3 |
| | | | | | Fix for define-minor-mode. (function-at-point): Alias to function-called-at-point. | ||||
* | (define-derived-mode): Tweak generated docstring parts. | Miles Bader | 2000-10-06 | 1 | -5/+7 |
| | |||||
* | (byte-optimize-lapcode): Don't bind | Dave Love | 2000-10-02 | 1 | -3/+3 |
| | | | | | unused vars. Treat byte-constant2 like byte-constant. Fix bogus comparison of opcode with operand. | ||||
* | (easy-mmode-define-navigation): | Miles Bader | 2000-10-01 | 1 | -1/+2 |
| | | | | Call `recenter' with an arg to prevent redrawing the display. | ||||
* | (easy-mmode-pretty-mode-name): Prettier. | Stefan Monnier | 2000-10-01 | 1 | -2/+4 |
| | |||||
* | (lisp-complete-symbol): Only jump 2 not 3 levels. | Stefan Monnier | 2000-10-01 | 1 | -1/+0 |
| | |||||
* | (regexp-opt-group): Put more parenthesis. | Stefan Monnier | 2000-10-01 | 1 | -4/+4 |
| | |||||
* | (authors-obsolete-file-p): New function. | Gerd Moellmann | 2000-09-30 | 1 | -6/+28 |
| | | | | | (authors-obsolete-files-regexps): New variable. (authors-add): Don't record changes in obsolete files. | ||||
* | (authors-print): Rephrase many-files string. | Miles Bader | 2000-09-29 | 1 | -1/+1 |
| |