summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* (make-variable-frame-local): Fix typo in obsolescence declaration.Juanma Barranquero2007-11-161-1/+1
|
* (make-variable-frame-localizable): Remove.Stefan Monnier2007-10-231-2/+1
| | | | (make-variable-frame-local): Mark obsolete.
* (complete-with-action): Backport from trunk (for vc-arch.el).Stefan Monnier2007-08-231-4/+15
| | | | (dynamic-completion-table): Use it it.
* (combine-and-quote-strings): Renamed from strings->string.Richard M. Stallman2007-08-121-10/+9
| | | | (split-string-and-unquote): Renamed from string->strings.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (when, unless): Doc fix.Juanma Barranquero2007-07-161-2/+2
|
* * pcvs-util.el (cvs-strings->string, cvs-string->strings):Nick Roberts2007-07-081-0/+30
| | | | | | Rename and move to... * subr.el (strings->string, string->strings): ...here.
* (read-number): Catch errors.Richard M. Stallman2007-04-221-3/+5
|
* (read-number): Doc fix.Richard M. Stallman2007-04-211-0/+3
|
* Fix indentation.Vinicius Jose Latorre2007-04-091-28/+36
|
* (with-case-table): Use `make-symbol' to avoid variable capture.John Paul Wallington2007-04-061-5/+9
| | | | Restore the table in the same buffer.
* * subr.el (with-case-table): New macro.Chong Yidong2007-04-041-0/+10
|
* Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers.Chong Yidong2007-03-191-11/+26
|
* (def-edebug-spec): Fix typo in docstring.Juanma Barranquero2007-03-191-1/+1
|
* (when, unless): Doc fix.Kim F. Storm2007-03-181-2/+10
|
* (insert-for-yank-1): Prevent read-only properties from interferingChong Yidong2007-02-091-0/+5
| | | | with text property operations.
* 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.
* (unread-command-char): Reflow obsolescence info.Juanma Barranquero2006-12-111-1/+2
|
* (momentary-string-display): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* (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
|
* (add-to-list): Don't continue checking if a match hasDavid Kastrup2006-10-301-5/+5
| | | | been found.
* (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.
* (start-process-shell-command): Doc fix.Eli Zaretskii2006-10-131-1/+3
|
* (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
|
* (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
|
* * 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.
* * 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
|
* (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.