| Commit message (Expand) | Author | Age | Files | Lines |
* | (define-minor-mode): Only preserve messages output during execution of the body. | Stefan Monnier | 2006-05-08 | 1 | -2/+6 |
* | (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'. | Thien-Thi Nguyen | 2006-05-08 | 1 | -8/+4 |
* | (syntax-ppss): Flush the cache before rather than after a buffer modification. | Stefan Monnier | 2006-05-07 | 1 | -9/+8 |
* | (ewoc-create, ewoc-set-hf): Use `insert' | Thien-Thi Nguyen | 2006-05-05 | 1 | -4/+4 |
* | (reb-update-overlays): Cycle through provided faces once they all have been | Eli Zaretskii | 2006-05-05 | 1 | -13/+22 |
* | (display-warning, lwarn): Doc fixes. | Richard M. Stallman | 2006-05-01 | 1 | -1/+2 |
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220 | Miles Bader | 2006-04-16 | 1 | -27/+69 |
* | (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 |
* | (find-function-regexp): Allow dashes in defun name, in similar fashion | Bill Wohler | 2006-04-10 | 1 | -1/+1 |
* | (find-function-search-for-symbol): Fix regexp so the defined var/fun doesn't | Stefan Monnier | 2006-04-10 | 1 | -1/+1 |
* | (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 |
* | (edebug-display): Use `edebug-sit-for-seconds' value instead of a literal | Eli Zaretskii | 2006-03-03 | 1 | -2/+3 |
* | (find-library-suffixes): Use `get-load-suffixes' instead of `load-suffixes'. | Luc Teirlinck | 2006-02-27 | 1 | -2/+2 |
* | (update-directory-autoloads): Use `get-load-suffixes' instead of | Luc Teirlinck | 2006-02-27 | 1 | -1/+1 |
* | (unsafep): Don't treat &rest or &optional as variables at all. | Richard M. Stallman | 2006-02-21 | 1 | -9/+8 |
* | 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 |
* | (find-definition-noselect, find-variable-noselect): Search variables in | Eli Zaretskii | 2006-01-21 | 1 | -22/+27 |
* | (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 |
* | (edebug-all-defs, edebug-all-forms): Add autoload cookies. | Juri Linkov | 2005-12-23 | 1 | -4/+12 |
* | (lisp-complete-symbol): Don't print progress messages if in the | Romain Francoise | 2005-12-22 | 1 | -22/+27 |
* | (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers. | Stefan Monnier | 2005-12-22 | 1 | -6/+9 |
* | (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 |
* | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture | Chong Yidong | 2005-12-17 | 1 | -1/+3 |
* | (crm-minibuffer-completion-help): | Juri Linkov | 2005-12-16 | 1 | -1/+3 |
* | (lisp-complete-symbol): Regenerate the completion list, even after a partial | Eli Zaretskii | 2005-12-10 | 1 | -5/+8 |
* | (edebug-skip-whitespace): read1:lread.c says | Stefan Monnier | 2005-12-06 | 1 | -2/+1 |
* | Put `doc-string-elt' property on | Juri Linkov | 2005-12-04 | 1 | -2/+4 |
* | (find-function-regexp): | Juri Linkov | 2005-12-04 | 1 | -3/+8 |
* | (easy-mmode-define-navigation): Put `definition-name' properties on the | Juri Linkov | 2005-12-04 | 1 | -1/+3 |
* | (define-derived-mode): Put `definition-name' | Juri Linkov | 2005-12-04 | 1 | -3/+10 |
* | (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 |
* | (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 |
* | (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 |