Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220 | Miles Bader | 2006-04-16 | 1 | -27/+69 |
| | | | | | | | | | | | | | | | | | | | Creator: Michael Olson <mwolson@gnu.org> Improve tq.el. * lispref/processes.texi (Transaction Queues): Mention the new optional `delay-question' argument for `tq-enqueue'. * lisp/emacs-lisp/tq.el: Improve comments. (tq-queue-head-question): New accessor function. (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): Update for modified queue structure. (tq-queue-add): Accept `question' argument. (tq-queue-pop): If a question is pending, send it. (tq-enqueue): Accept new optional argument `delay-question'. If this is non-nil, and at least one other question is pending a response, queue the question rather than sending it immediately. | ||||
* | (find-function-search-for-symbol): Add comments. | Stefan Monnier | 2006-04-13 | 1 | -0/+8 |
| | |||||
* | (edebug-basic-spec): New function for vetting file-local form specs. | Eli Zaretskii | 2006-04-13 | 1 | -0/+14 |
| | |||||
* | (byte-compile-file): Bind enable-local-variables to :safe, | Richard M. Stallman | 2006-04-11 | 1 | -1/+5 |
| | | | | and make normal-mode obey it. | ||||
* | (find-function-regexp): Allow dashes in defun name, in similar fashion | Bill Wohler | 2006-04-10 | 1 | -1/+1 |
| | | | | to find-variable-regexp. | ||||
* | (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't | Stefan Monnier | 2006-04-10 | 1 | -1/+1 |
| | | | | need to be quoted. | ||||
* | (byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists. | Stefan Monnier | 2006-04-08 | 1 | -3/+9 |
| | |||||
* | (eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes. | Richard M. Stallman | 2006-04-07 | 1 | -1/+10 |
| | |||||
* | Add a few aliases. Ignore changes to AUTHORS file. | Kim F. Storm | 2006-03-28 | 1 | -2/+4 |
| | |||||
* | (debug-help-follow): Revert last change. | Luc Teirlinck | 2006-03-20 | 1 | -4/+3 |
| | |||||
* | (debug-help-follow): Adapt comment to change in help-mode.el. | Luc Teirlinck | 2006-03-20 | 1 | -3/+4 |
| | |||||
* | (rx-check-any, rx-check-not): Quote "]"s in regexps when they have no | Eli Zaretskii | 2006-03-03 | 1 | -3/+3 |
| | | | | special meaning. | ||||
* | (edebug-display): Use `edebug-sit-for-seconds' value instead of a literal | Eli Zaretskii | 2006-03-03 | 1 | -2/+3 |
| | | | | constant (1) on more pauses. | ||||
* | (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'. | Luc Teirlinck | 2006-02-27 | 1 | -2/+2 |
| | | | | (find-library-name): Use `load-file-rep-suffixes' instead of '(""). | ||||
* | (update-directory-autoloads): Use `get-load-suffixes' instead of | Luc Teirlinck | 2006-02-27 | 1 | -1/+1 |
| | | | | `load-suffixes'. | ||||
* | (unsafep): Don't treat &rest or &optional as variables at all. | Richard M. Stallman | 2006-02-21 | 1 | -9/+8 |
| | | | | (unsafep-variable): Rename arg; doc fix. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 62 | -63/+80 |
| | |||||
* | (find-definition-noselect): Minor doc fix. | Luc Teirlinck | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Minor twiddles in comments and docstrings. | Stefan Monnier | 2006-02-01 | 1 | -6/+9 |
| | |||||
* | (toplevel): Remove definition of `cl-assertion-failed' condition -- | John Paul Wallington | 2006-01-30 | 1 | -3/+0 |
| | | | | it's defined in subr.el instead. | ||||
* | (find-definition-noselect, find-variable-noselect): Search variables in | Eli Zaretskii | 2006-01-21 | 1 | -22/+27 |
| | | | | | | | C source code too. (find-function-C-source, find-function-noselect, find-function) (find-function-other-frame, find-variable-noselect, find-variable) (find-variable-other-frame, find-variable-at-point): Fix docstrings. | ||||
* | (batch-byte-recompile-directory): Doc fix. | Eli Zaretskii | 2006-01-13 | 1 | -1/+5 |
| | |||||
* | (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". | Eli Zaretskii | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file-form-defalias): | Stefan Monnier | 2006-01-03 | 1 | -2/+10 |
| | | | | Optimize the body of a defalias like any other code. | ||||
* | (edebug-all-defs, edebug-all-forms): Add autoload cookies. | Juri Linkov | 2005-12-23 | 1 | -4/+12 |
| | | | | | | | | (edebug-outside-d-c-i-n-s-w): New variable. (edebug-display, edebug-outside-excursion): Use it to save the original value of default-cursor-in-non-selected-windows. Set default-cursor-in-non-selected-windows to t while Edebug is active. (edebug-mode, edebug-eval-mode): Doc fix. | ||||
* | (lisp-complete-symbol): Don't print progress messages if in the | Romain Francoise | 2005-12-22 | 1 | -22/+27 |
| | | | | minibuffer. | ||||
* | (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers. | Stefan Monnier | 2005-12-22 | 1 | -6/+9 |
| | | | | Instead, just hide the completions buffer if we don't need to show it. | ||||
* | (lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer. | Stefan Monnier | 2005-12-21 | 1 | -2/+3 |
| | |||||
* | (cl-macroexpand-all): Fix code-walk for | Stefan Monnier | 2005-12-19 | 1 | -0/+5 |
| | | | | lexical-let when encountering ((lambda (...) ...) ...). | ||||
* | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture | Chong Yidong | 2005-12-17 | 1 | -1/+3 |
| | | | | error from printing circular structures. | ||||
* | (crm-minibuffer-completion-help): | Juri Linkov | 2005-12-16 | 1 | -1/+3 |
| | | | | Use `crm-current-element' for second arg of `display-completion-list'. | ||||
* | (lisp-complete-symbol): Regenerate the completion list, even after a partial | Eli Zaretskii | 2005-12-10 | 1 | -5/+8 |
| | | | | | | completion has been inserted in the current buffer. If there are more than 1 completion, redisplay the *Completions* buffer; if the completion is unique, delete the *Completions* window. | ||||
* | (edebug-skip-whitespace): read1:lread.c says | Stefan Monnier | 2005-12-06 | 1 | -2/+1 |
| | | | | that comments end at \n, regardless of selective-display. | ||||
* | Put `doc-string-elt' property on | Juri Linkov | 2005-12-04 | 1 | -2/+4 |
| | | | | | easy-mmode-define-global-mode and define-global-minor-mode. (lisp-imenu-generic-expression): Add define-global-minor-mode. | ||||
* | (find-function-regexp): | Juri Linkov | 2005-12-04 | 1 | -3/+8 |
| | | | | | | | Add define-global-minor-mode. Replace `easy-mmode-define-global-mode' with `easy-mmode-define-[a-z-]+'. Add easy-menu-define. (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax and easy-menu-define. | ||||
* | (easy-mmode-define-navigation): Put `definition-name' properties on the | Juri Linkov | 2005-12-04 | 1 | -1/+3 |
| | | | | constructed function names next-sym and prev-sym. | ||||
* | (define-derived-mode): Put `definition-name' | Juri Linkov | 2005-12-04 | 1 | -3/+10 |
| | | | | properties on the constructed variable names. | ||||
* | (make-autoload): Add define-global-minor-mode. | Juri Linkov | 2005-12-04 | 1 | -4/+5 |
| | |||||
* | (lisp-imenu-generic-expression): Fix bug whereby names of length one | Eli Zaretskii | 2005-12-03 | 1 | -3/+3 |
| | | | | or names starting with a symbol-constituent character would not be returned. | ||||
* | (make-autoload): Handle defgroup specially. | Stefan Monnier | 2005-11-30 | 1 | -0/+9 |
| | |||||
* | (elp-not-profilable): Replace interactive-p with called-interactively-p. | Stefan Monnier | 2005-11-28 | 1 | -32/+34 |
| | | | | | | | | | | | (elp-profilable-p): Rename from elp-not-profilable-p. Invert result and take into account macros and autoloaded functions. (elp-instrument-function): Update call. (elp-instrument-package): Update call. Add completion. (elp-pack-number): Use match-string. (elp-results-jump-to-definition-by-mouse): Merge into elp-results-jump-to-definition and then remove. (elp-output-insert-symname): Make help echo text single-line. | ||||
* | (defstruct): Don't define the default constructor if it is overridden. | Stefan Monnier | 2005-11-27 | 1 | -1/+6 |
| | |||||
* | Handle compressed files. | Andreas Schwab | 2005-11-19 | 1 | -2/+5 |
| | |||||
* | (byte-optimize-form-code-walker): Improve warning message text. | Richard M. Stallman | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | (define-derived-mode): Remove defvar for mode hook. (It conflicted | Luc Teirlinck | 2005-11-14 | 1 | -1/+6 |
| | | | | | with defcustoms for some mode hooks.) Use the `variable-documentation' property to give the mode hook a docstring and expand that docstring. | ||||
* | (update-directory-autoloads): Add obsolete function alias. | Lars Hansen | 2005-11-08 | 1 | -0/+3 |
| | |||||
* | (lisp-mode-variables): Don't set comment-indent-function. | Stefan Monnier | 2005-11-08 | 1 | -13/+3 |
| | | | | (lisp-comment-indent): Replace by an alias for comment-indent-default. | ||||
* | (define-global-minor-mode): Pass all specified keyword args on to | Luc Teirlinck | 2005-11-05 | 1 | -9/+17 |
| | | | | `define-minor-mode'. Update docstring. | ||||
* | (byte-optimize-pure-func): Quote the | Andreas Schwab | 2005-11-02 | 1 | -1/+1 |
| | | | | folded value. | ||||
* | (byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd. | Stefan Monnier | 2005-11-02 | 1 | -1/+1 |
| |