summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-01-261-26/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| |
| * (momentary-string-display): Use save-excursion.Richard M. Stallman2007-01-101-4/+4
| |
| * (split-string): Remove spurious ")" from doc string.Eli Zaretskii2007-01-061-1/+1
| |
| * * faces.el (momentary): Move here ...Dan Nicolaescu2007-01-051-5/+0
| | | | | | | | * subr.el (momentary): ... from here.
| * (momentary): New face.Richard M. Stallman2007-01-041-29/+19
| | | | | | | | | | (momentary-string-display): Display the string via a temporary overlay using the new face, instead of inserting it in the buffer.
| * (momentary-string-display): After moving point, set POS variable to it to avoidJuanma Barranquero2007-01-021-0/+3
| | | | | | | | later errors once the buffer is modified. Doc fix.
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * (unread-command-char): Reflow obsolescence info.Juanma Barranquero2006-12-111-1/+2
| |
* | Merge from emacs--devo--0Miles Bader2006-12-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
| * (momentary-string-display): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-11-211-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (posn-image): Fix typo in docstring.Juanma Barranquero2006-11-191-1/+1
| |
| * (remove-overlays): Fix last change.Richard M. Stallman2006-11-121-1/+1
| |
| * (remove-overlays): Fix typo in last change.Romain Francoise2006-11-081-1/+1
| |
| * (remove-overlays): Call overlay-recenter.Richard M. Stallman2006-11-081-0/+2
| |
* | Merge from emacs--devo--0Miles Bader2006-11-071-5/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (add-to-list): Don't continue checking if a match hasDavid Kastrup2006-10-301-5/+5
| | | | | | | | been found.
* | Merge from emacs--devo--0Miles Bader2006-10-301-8/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (add-to-list): Fix last change--optimize for no compare-fn.Kim F. Storm2006-10-221-4/+4
| |
| * (add-to-list): Optimize if compare-fn is `eq' or `eql'.Kim F. Storm2006-10-221-9/+21
| | | | | | | | | | | | (sit-for): If last command was a prefix arg, add the read-ahead event to unread-command-events as (t . EVENT) so it will be added to this-command-keys by read-key-sequence.
| * (insert-for-yank-1): If last inserted char has properties,Richard M. Stallman2006-10-181-0/+6
| | | | | | | | mark them as rear-nonsticky.
* | Merge from emacs--devo--0Miles Bader2006-10-151-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (start-process-shell-command): Doc fix.Eli Zaretskii2006-10-131-1/+3
| |
* | Merge from emacs--devo--0Miles Bader2006-10-031-17/+37
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (insert-for-yank-1): Handle `font-lock-face' specially.Richard M. Stallman2006-09-281-1/+22
| |
| * (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics.Jason Rumney2006-09-251-14/+13
| |
| * Adjust commentVinicius Jose Latorre2006-09-201-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2006-09-141-12/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * (sit-for): Rework to use input-pending-p and cond.Kim F. Storm2006-09-111-16/+19
| | | | | | | | | | Return nil input is pending on entry also for SECONDS <= 0. (while-no-input): Use input-pending-p instead of sit-for.
| * (add-to-list): New argument COMPARE-FN.Richard M. Stallman2006-09-101-13/+24
| |
* | Merge from emacs--devo--0Miles Bader2006-08-031-19/+22
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * * subr.el (sit-for): Use new SECONDS arg of read-event instead ofChong Yidong2006-07-261-13/+3
| | | | | | | | a timer.
| * (dolist, dotimes): Use interned symbols for iteration.Richard M. Stallman2006-07-241-6/+19
| | | | | | | | | | (--dotimes-limit--, --dolist-tail--): New defvars. (looking-back): Doc fix.
* | Merge from emacs--devo--0Miles Bader2006-07-191-0/+45
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 343-356) - Update from CVS - Update for ERC 5.1.3. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 113-115) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
| * * subr.el (sit-for): Just sleep-for if noninteractive.Chong Yidong2006-07-181-16/+17
| |
| * (sit-for): Doc fix. Specify normal arg list using fn-form.Kim F. Storm2006-07-111-7/+6
| | | | | | | | Remove special case for seconds < 0. Use (redisplay t) instead.
| * * subr.el (sit-for): New function.Chong Yidong2006-07-101-0/+39
| | | | | | | | * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
| * (def-edebug-spec): Moved here.Richard M. Stallman2006-07-091-0/+6
| |
* | Merge from emacs--devo--0Miles Bader2006-06-071-27/+99
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
| * (with-current-buffer): Doc fix.Richard M. Stallman2006-06-021-1/+1
| |
| * (with-current-buffer): Doc fix.Richard M. Stallman2006-05-301-0/+1
| |
| * (load-history-regexp): If FILE is relative, insistRichard M. Stallman2006-05-291-6/+6
| | | | | | | | | | entire last name component must match it. (load-history-filename-element, load-history-regexp): Doc fixes.
| * (with-local-quit): Doc fix.Richard M. Stallman2006-05-251-2/+2
| |
| * (with-local-quit): When handling `quit' signal,Richard M. Stallman2006-05-251-2/+8
| | | | | | | | make a chance for quit-flag to cause a quit.
| * (read-passwd): Copy PROMPT before changing its properties.Richard M. Stallman2006-05-241-0/+3
| |
| * startup.el (command-line): For names of preloaded files, don't appendAlan Mackenzie2006-05-241-22/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ".elc" (now done in Fload), and call file-truename on the lisp directory. subr.el (eval-after-load): Fix the doc-string. Allow FILE to match ANY loaded file with the right name, not just those in load-path. Put a regexp matching the file name into after-load-alist, rather than the name itself. subr.el: New functions load-history-regexp, load-history-filename-element, do-after-load-evaluation. international/mule.el (load-with-code-conversion): Do the eval-after-load stuff by calling do-after-load-evaluation.
* | Merge from emacs--devo--0Miles Bader2006-05-171-11/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
| * (add-to-history): Add KEEP-ALL arg and align functionalityKim F. Storm2006-05-161-11/+19
| | | | | | | | with read-from-minibuffer.
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-0/+32
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS