Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (last-sexp-toggle-display): Fixed cursor position when toggle abbreviated | Eli Zaretskii | 2007-01-20 | 1 | -0/+2 |
| | | | | display. | ||||
* | (pp-eval-expression): Once again eval the argument, but read it as `X' does. | Richard M. Stallman | 2007-01-10 | 1 | -10/+7 |
| | |||||
* | (define-global-minor-mode): Doc fix. | Richard M. Stallman | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | (bindat--unpack-group, bindat--length-group) | Kim F. Storm | 2006-12-29 | 1 | -6/+6 |
| | | | | (bindat--pack-group): Let-bind COUNT during repeat block evaluation. | ||||
* | (authors-aliases): Anchor FSF alias regexp, | Kim F. Storm | 2006-12-27 | 1 | -1/+3 |
| | | | | | so it doesn't accidentally match an fsf.org mail address. (authors-renamed-files-alist): Add tcover-*.el. | ||||
* | easy-menu-change patch | Vinicius Jose Latorre | 2006-12-26 | 1 | -2/+6 |
| | |||||
* | (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos. | Stefan Monnier | 2006-12-18 | 1 | -19/+16 |
| | |||||
* | (syntax-ppss-toplevel-pos): Improve docstring. | Stefan Monnier | 2006-12-18 | 1 | -4/+6 |
| | |||||
* | (beginning-of-defun-raw): Optimise (for speed) the case when | Chong Yidong | 2006-12-17 | 1 | -42/+61 |
| | | | | | open-paren-in-column-0-is-defun-start is nil. Based on code by Martin Rudalics. | ||||
* | (syntax-ppss-toplevel-pos): New fun. | Stefan Monnier | 2006-12-12 | 1 | -0/+8 |
| | |||||
* | (defstruct): Suppress warnings about calls to cl-struct-setf-expander. | Richard M. Stallman | 2006-12-11 | 1 | -4/+9 |
| | |||||
* | (find-variable): Doc fix. | Eli Zaretskii | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 34 | -35/+36 |
| | |||||
* | (byte-optimize, byte-compile-warnings): Doc fixes. | Juanma Barranquero | 2006-11-30 | 1 | -6/+7 |
| | |||||
* | (easy-mmode-define-navigation): Fix interactive spec of the functions | Chong Yidong | 2006-11-28 | 1 | -2/+2 |
| | | | | getting defined to make them work as documented. | ||||
* | (authors-aliases): Add new alias. | Glenn Morris | 2006-11-28 | 1 | -0/+1 |
| | |||||
* | (byte-compile-get-constant): | Richard M. Stallman | 2006-11-28 | 1 | -2/+6 |
| | | | | Replace incorrect use of assoc-default with a loop. | ||||
* | (find-library-name): Don't strip ".el" from library name (reverts change | Romain Francoise | 2006-11-21 | 1 | -3/+3 |
| | | | | of 2005-10-25). | ||||
* | (regexp-opt): Doc fix. | Juanma Barranquero | 2006-11-19 | 1 | -1/+1 |
| | |||||
* | (byte-compile-if): Revert last change. | Chong Yidong | 2006-11-19 | 1 | -31/+24 |
| | |||||
* | (byte-compile-maybe-guarded): Check `and' conditions for function or | Chong Yidong | 2006-11-18 | 1 | -24/+31 |
| | | | | variable bindings. | ||||
* | (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder* | Juanma Barranquero | 2006-11-12 | 1 | -0/+1 |
| | | | | buffer (it causes spurious error messages). | ||||
* | 2006-11-08 Alan Mackenzie <acm@muc.de> | Alan Mackenzie | 2006-11-08 | 1 | -11/+53 |
| | | | | | | * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the case (eq open-paren-in-column-0-is-defun-start nil) by searching for least nested open-paren. | ||||
* | (authors-fixed-entries): Fix typo. | Juanma Barranquero | 2006-11-06 | 1 | -1/+1 |
| | |||||
* | (custom-print-install, custom-print-uninstall, custom-format): | Juanma Barranquero | 2006-11-06 | 1 | -3/+3 |
| | | | | Fix typos in docstrings. | ||||
* | (x-kill-primary-selection, x-delete-primary-selection, | Juanma Barranquero | 2006-11-06 | 1 | -3/+3 |
| | | | | x-copy-primary-selection): Fix typos in error messages. | ||||
* | (list-load-path-shadows): Fix typo in docstring. | Juanma Barranquero | 2006-11-06 | 1 | -7/+7 |
| | |||||
* | (find-function-noselect, find-function, find-variable-noselect, find-variable, | Juanma Barranquero | 2006-11-03 | 1 | -6/+6 |
| | | | | find-definition-noselect, find-face-definition): Use "non-nil" in docstrings. | ||||
* | (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings. | Juanma Barranquero | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patch | Ramprasad B | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | * emacs-lisp/authors.el (authors-aliases): Update. | Chong Yidong | 2006-10-28 | 1 | -0/+1 |
| | |||||
* | * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix. | Chong Yidong | 2006-10-27 | 1 | -1/+3 |
| | |||||
* | * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the | Chong Yidong | 2006-10-26 | 1 | -8/+8 |
| | | | | pattern normally. | ||||
* | (pp-eval-expression): Use `X' to read value. | Richard M. Stallman | 2006-10-18 | 1 | -7/+10 |
| | | | | Non-interactive arg is the value, not the expression. | ||||
* | (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call): | Juanma Barranquero | 2006-10-05 | 1 | -3/+3 |
| | | | | Use `let', not `let*'. | ||||
* | (pushnew-internal): Remove defvar. | Kim F. Storm | 2006-10-03 | 1 | -3/+2 |
| | | | | (pushnew): Fix last change. | ||||
* | (find-function-regexp): Don't match "define-button-type". | Stefan Monnier | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | (timer-max-repeats): Doc fix. | Richard M. Stallman | 2006-09-24 | 1 | -1/+5 |
| | |||||
* | (member*): Use memql instead of complex code. | Kim F. Storm | 2006-09-20 | 1 | -15/+1 |
| | | | | Suggested by Miles Bader. | ||||
* | (pushnew): Rework 2006-09-10 change. Use memql | Kim F. Storm | 2006-09-20 | 1 | -3/+1 |
| | | | | instead of add-to-list in the simple case. | ||||
* | (pushnew): Add missing `,'. | Reiner Steib | 2006-09-11 | 1 | -1/+1 |
| | |||||
* | (pushnew): Use add-to-list when convenient. | Richard M. Stallman | 2006-09-10 | 1 | -1/+8 |
| | |||||
* | * window.el (mouse-autoselect-window-timer) | Chong Yidong | 2006-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | (mouse-autoselect-window-position) (mouse-autoselect-window-window) (mouse-autoselect-window-now): New vars. (mouse-autoselect-window-cancel) (mouse-autoselect-window-select) (mouse-autoselect-window-start): New functions. (handle-select-window): Call `mouse-autoselect-window-start' when delayed window autoselection is enabled. * cus-start.el (mouse-autoselect-window): Handle delayed window autoselection. * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of commands after which it is allowed to print in the echo area. | ||||
* | (timer-create, timer-activate): Doc fixes. | Richard M. Stallman | 2006-09-08 | 1 | -8/+20 |
| | | | | | | (cancel-timer-internal): Add doc string. (cancel-function-timers): Doc fix. (with-timeout-handler, timer-event-last*): Add doc strings. | ||||
* | (bindat-unpack): Doc fix. | Richard M. Stallman | 2006-09-08 | 1 | -7/+10 |
| | |||||
* | (define-minor-mode): Reference manual about customization, rather than | Richard M. Stallman | 2006-08-31 | 1 | -1/+2 |
| | | | | M-x customize, in the doc string made for the defcustom. | ||||
* | (trace-function-background): Doc fix. | Richard M. Stallman | 2006-08-31 | 1 | -5/+8 |
| | |||||
* | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert | Chong Yidong | 2006-08-28 | 1 | -1/+2 |
| | | | | commentary after first line summary. | ||||
* | Miscellaneous tq-related fixes. | Miles Bader | 2006-08-27 | 1 | -28/+32 |
| | | | | | | | | | | | | | | * lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org> | ||||
* | Remove * in defcustoms. | Stefan Monnier | 2006-08-25 | 1 | -16/+18 |
| | | | | (defgroup checkdoc): Move to beginning. |