summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
| * (find-library-name): Don't strip ".el" from library name (reverts changeRomain Francoise2006-11-211-3/+3
| | | | | | | | of 2005-10-25).
* | Merge from emacs--devo--0Miles Bader2006-11-213-12/+55
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
| * (regexp-opt): Doc fix.Juanma Barranquero2006-11-191-1/+1
| |
| * (byte-compile-if): Revert last change.Chong Yidong2006-11-191-31/+24
| |
| * (byte-compile-maybe-guarded): Check `and' conditions for function orChong Yidong2006-11-181-24/+31
| | | | | | | | variable bindings.
| * (reb-mode): Set `blink-matching-paren' to nil in the *RE-Builder*Juanma Barranquero2006-11-121-0/+1
| | | | | | | | buffer (it causes spurious error messages).
| * 2006-11-08 Alan Mackenzie <acm@muc.de>Alan Mackenzie2006-11-081-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.
* | Merge from emacs--devo--0Miles Bader2006-11-077-22/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
| * (authors-fixed-entries): Fix typo.Juanma Barranquero2006-11-061-1/+1
| |
| * (custom-print-install, custom-print-uninstall, custom-format):Juanma Barranquero2006-11-061-3/+3
| | | | | | | | Fix typos in docstrings.
| * (x-kill-primary-selection, x-delete-primary-selection,Juanma Barranquero2006-11-061-3/+3
| | | | | | | | x-copy-primary-selection): Fix typos in error messages.
| * (list-load-path-shadows): Fix typo in docstring.Juanma Barranquero2006-11-061-7/+7
| |
| * (find-function-noselect, find-function, find-variable-noselect, find-variable,Juanma Barranquero2006-11-031-6/+6
| | | | | | | | find-definition-noselect, find-face-definition): Use "non-nil" in docstrings.
| * (checkdoc-rogue-space-check-engine): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
| |
| * Installed [sa2c@sa2c.net: pp-eval-last-sexp() does not eval last sexp] patchRamprasad B2006-11-031-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-10-303-15/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 476-489) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 153-160) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
| * * emacs-lisp/authors.el (authors-aliases): Update.Chong Yidong2006-10-281-0/+1
| |
| * * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix.Chong Yidong2006-10-271-1/+3
| |
| * * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in theChong Yidong2006-10-261-8/+8
| | | | | | | | pattern normally.
| * (pp-eval-expression): Use `X' to read value.Richard M. Stallman2006-10-181-7/+10
| | | | | | | | Non-interactive arg is the value, not the expression.
* | Merge from emacs--devo--0Miles Bader2006-10-152-6/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 460-475) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 145-152) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
| * (ad-remove-advice, ad-parse-arglist, ad-make-mapped-call):Juanma Barranquero2006-10-051-3/+3
| | | | | | | | Use `let', not `let*'.
| * (pushnew-internal): Remove defvar.Kim F. Storm2006-10-031-3/+2
| | | | | | | | (pushnew): Fix last change.
* | Merge from emacs--devo--0Miles Bader2006-10-034-20/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 447-459) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 141-144) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
| * (find-function-regexp): Don't match "define-button-type".Stefan Monnier2006-10-021-1/+1
| |
| * (timer-max-repeats): Doc fix.Richard M. Stallman2006-09-241-1/+5
| |
| * (member*): Use memql instead of complex code.Kim F. Storm2006-09-201-15/+1
| | | | | | | | Suggested by Miles Bader.
| * (pushnew): Rework 2006-09-10 change. Use memqlKim F. Storm2006-09-201-3/+1
| | | | | | | | instead of add-to-list in the simple case.
* | Merge from emacs--devo--0Miles Bader2006-09-144-17/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 427-436) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 134-136) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
| * (pushnew): Add missing `,'.Reiner Steib2006-09-111-1/+1
| |
| * (pushnew): Use add-to-list when convenient.Richard M. Stallman2006-09-101-1/+8
| |
| * * window.el (mouse-autoselect-window-timer)Chong Yidong2006-09-081-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. Stallman2006-09-081-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. Stallman2006-09-081-7/+10
| |
* | Merge from emacs--devo--0Miles Bader2006-09-053-7/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
| * (define-minor-mode): Reference manual about customization, rather thanRichard M. Stallman2006-08-311-1/+2
| | | | | | | | M-x customize, in the doc string made for the defcustom.
| * (trace-function-background): Doc fix.Richard M. Stallman2006-08-311-5/+8
| |
| * * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): InsertChong Yidong2006-08-281-1/+2
| | | | | | | | commentary after first line summary.
* | Merge from emacs--devo--0Miles Bader2006-08-283-51/+68
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 399-413) - Update from CVS - Rcirc update from Ryan Yeske - Merge from gnus--rel--5.10 - Miscellaneous tq-related fixes. * gnus--rel--5.10 (patch 126-127) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-105
| * Miscellaneous tq-related fixes.Miles Bader2006-08-271-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 Monnier2006-08-251-16/+18
| | | | | | | | (defgroup checkdoc): Move to beginning.
| * * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):Chong Yidong2006-08-241-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 timerRichard M. Stallman2006-08-201-1/+3
| | | | | | | | can run before Emacs becomes non-idle again.
* | Merge from emacs--devo--0Miles Bader2006-08-162-8/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 382-398) - Update from CVS - Update from erc--emacs--22 - Fix ERC bug introduced in last patch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 123-125) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
| * (bindat-ip-to-string): Use `format-network-address' if possible.Thien-Thi Nguyen2006-08-111-3/+6
| |
| * Minor fix to last change.Chong Yidong2006-08-101-1/+2
| |
| * * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save andChong Yidong2006-08-101-5/+4
| | | | | | | | | | restore unread-command-events here. (edebug-display): Do it here, to detect sit-for interruptions.
* | Merge from emacs--devo--0Miles Bader2006-08-031-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 357-381) - Merge from gnus--rel--5.10 - Update from CVS - Merge from erc--emacs--21 * gnus--rel--5.10 (patch 116-122) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98
| * (find-function-search-for-symbol): Expand comment.Nick Roberts2006-07-231-1/+4
| |
| * (find-function-search-for-symbol): Handle "C-h f `".Nick Roberts2006-07-221-1/+3
| |