Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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. | ||||
* | * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer): | Chong Yidong | 2006-08-24 | 1 | -6/+15 |
| | | | | | | | | | | | | Accept internal time format for SECS arg. (timer-relative-time): Doc fix. * jit-lock.el: "Stealth fontification by requeuing timers" patch, adapted from Martin Rudalics. (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars. (jit-lock-mode): Create jit-lock-stealth-repeat-timer. (jit-lock-stealth-fontify): Reschedule as a idle timer instead of using sit-for. | ||||
* | (run-with-idle-timer): Pass t to timer-activate-when-idle, so timer | Richard M. Stallman | 2006-08-20 | 1 | -1/+3 |
| | | | | can run before Emacs becomes non-idle again. | ||||
* | (bindat-ip-to-string): Use `format-network-address' if possible. | Thien-Thi Nguyen | 2006-08-11 | 1 | -3/+6 |
| | |||||
* | Minor fix to last change. | Chong Yidong | 2006-08-10 | 1 | -1/+2 |
| | |||||
* | * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and | Chong Yidong | 2006-08-10 | 1 | -5/+4 |
| | | | | | restore unread-command-events here. (edebug-display): Do it here, to detect sit-for interruptions. | ||||
* | (find-function-search-for-symbol): Expand comment. | Nick Roberts | 2006-07-23 | 1 | -1/+4 |
| | |||||
* | (find-function-search-for-symbol): Handle "C-h f `". | Nick Roberts | 2006-07-22 | 1 | -1/+3 |
| | |||||
* | (make-autoload): Use new arg. | Stefan Monnier | 2006-07-17 | 1 | -1/+4 |
| | |||||
* | Update. | Károly Lőrentey | 2006-07-14 | 1 | -1/+1 |
| | |||||
* | Update. | Károly Lőrentey | 2006-07-14 | 1 | -0/+1 |
| | |||||
* | (make-autoload): Remove special handling of | Stefan Monnier | 2006-07-13 | 1 | -11/+1 |
| | | | | minor modes, redundant with the custom-autoload line above. | ||||
* | (edebug-instrument-function): Err if find-function-noselect gives no position. | Richard M. Stallman | 2006-07-12 | 1 | -0/+2 |
| | |||||
* | (find-function-search-for-symbol): | Richard M. Stallman | 2006-07-12 | 1 | -4/+9 |
| | | | | | | | If can't find definition, return nil for position. (find-function-do-it): Handle new return value of find-definition-noselect. (find-definition-noselect, find-variable-noselect): Doc fix. (find-function-noselect): Doc fix. | ||||
* | (authors-ignored-files): Ignore changes | Kim F. Storm | 2006-07-10 | 1 | -1/+1 |
| | | | | to FOR-RELEASE and TODO. | ||||
* | (authors-aliases): Update. | Romain Francoise | 2006-07-10 | 1 | -0/+1 |
| | |||||
* | * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error | Chong Yidong | 2006-07-09 | 1 | -1/+1 |
| | | | | on non-char events. | ||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2006-07-09 | 1 | -2/+2 |
| | |||||
* | (def-edebug-spec): Moved to subr.el. | Richard M. Stallman | 2006-07-09 | 1 | -7/+0 |
| | |||||
* | (define-minor-mode): Doc fix. | Eli Zaretskii | 2006-07-08 | 1 | -1/+1 |
| | |||||
* | (byte-compile-form): The `byte-compile' | Stefan Monnier | 2006-07-07 | 1 | -1/+1 |
| | | | | property may contain an anonymous function rather than a symbol. | ||||
* | (emacs-lisp-mode-map): Use eval-buffer. | Thien-Thi Nguyen | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | (authors-aliases): Add mode aliases. | Kim F. Storm | 2006-06-04 | 1 | -2/+7 |
| | | | | | (authors-fixed-entries): Fix spelling. (authors-canonical-file-name): Don't report error for wildcards. | ||||
* | (ewoc--current-dll): Remove. Basically undo the change of 2006-05-26: | Stefan Monnier | 2006-05-29 | 1 | -64/+59 |
| | | | | | use extra arguments instead of dynamic scoping. (ewoc-locate): Remove unused var `footer'. | ||||
* | (ewoc--insert-new-node): Use ewoc--refresh-node. | Stefan Monnier | 2006-05-29 | 1 | -15/+10 |
| | |||||
* | (no-update-autoloads): Declare. | Stefan Monnier | 2006-05-29 | 1 | -87/+72 |
| | | | | | | | (generate-file-autoloads): Obey it. Return whether autoloads were added at point or not. (update-file-autoloads): Use this new return value. Remove redundant test for the presence of an autoload cookie. | ||||
* | (autoload-find-file): New fun. This one calls hack-local-variables. | Stefan Monnier | 2006-05-29 | 1 | -33/+30 |
| | | | | (generate-file-autoloads, update-file-autoloads): Use it. | ||||
* | (bindat-idx, bindat-raw): Rename dynamic variables | Kim F. Storm | 2006-05-28 | 1 | -54/+54 |
| | | | | `pos' and `raw-data' for clarity, as eval forms may access these. | ||||
* | (bindat--unpack-u8): Use aref also for strings. | Kim F. Storm | 2006-05-28 | 1 | -3/+1 |
| | |||||
* | Commentary and whitespace munging; nfc. | Thien-Thi Nguyen | 2006-05-27 | 1 | -34/+1 |
| | |||||
* | (ewoc): Add member `hf-pp' to this structure. | Thien-Thi Nguyen | 2006-05-27 | 1 | -10/+25 |
| | | | | | | | (ewoc--wrap): New func. (ewoc-create): Take additional arg NOSEP. If nil, wrap node and header/footer pretty-printers. Save header/footer pretty-printer. (ewoc-set-hf): Use ewoc's header/footer pretty-printer. |