Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | (make-variable-frame-local): Fix typo in obsolescence declaration. | Juanma Barranquero | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | (make-variable-frame-localizable): Remove. | Stefan Monnier | 2007-10-23 | 1 | -2/+1 |
| | | | | (make-variable-frame-local): Mark obsolete. | ||||
* | (complete-with-action): Backport from trunk (for vc-arch.el). | Stefan Monnier | 2007-08-23 | 1 | -4/+15 |
| | | | | (dynamic-completion-table): Use it it. | ||||
* | (combine-and-quote-strings): Renamed from strings->string. | Richard M. Stallman | 2007-08-12 | 1 | -10/+9 |
| | | | | (split-string-and-unquote): Renamed from string->strings. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (when, unless): Doc fix. | Juanma Barranquero | 2007-07-16 | 1 | -2/+2 |
| | |||||
* | * pcvs-util.el (cvs-strings->string, cvs-string->strings): | Nick Roberts | 2007-07-08 | 1 | -0/+30 |
| | | | | | | Rename and move to... * subr.el (strings->string, string->strings): ...here. | ||||
* | (read-number): Catch errors. | Richard M. Stallman | 2007-04-22 | 1 | -3/+5 |
| | |||||
* | (read-number): Doc fix. | Richard M. Stallman | 2007-04-21 | 1 | -0/+3 |
| | |||||
* | Fix indentation. | Vinicius Jose Latorre | 2007-04-09 | 1 | -28/+36 |
| | |||||
* | (with-case-table): Use `make-symbol' to avoid variable capture. | John Paul Wallington | 2007-04-06 | 1 | -5/+9 |
| | | | | Restore the table in the same buffer. | ||||
* | * subr.el (with-case-table): New macro. | Chong Yidong | 2007-04-04 | 1 | -0/+10 |
| | |||||
* | Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers. | Chong Yidong | 2007-03-19 | 1 | -11/+26 |
| | |||||
* | (def-edebug-spec): Fix typo in docstring. | Juanma Barranquero | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | (when, unless): Doc fix. | Kim F. Storm | 2007-03-18 | 1 | -2/+10 |
| | |||||
* | (insert-for-yank-1): Prevent read-only properties from interfering | Chong Yidong | 2007-02-09 | 1 | -0/+5 |
| | | | | with text property operations. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (momentary-string-display): Use save-excursion. | Richard M. Stallman | 2007-01-10 | 1 | -4/+4 |
| | |||||
* | (split-string): Remove spurious ")" from doc string. | Eli Zaretskii | 2007-01-06 | 1 | -1/+1 |
| | |||||
* | * faces.el (momentary): Move here ... | Dan Nicolaescu | 2007-01-05 | 1 | -5/+0 |
| | | | | * subr.el (momentary): ... from here. | ||||
* | (momentary): New face. | Richard M. Stallman | 2007-01-04 | 1 | -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 avoid | Juanma Barranquero | 2007-01-02 | 1 | -0/+3 |
| | | | | later errors once the buffer is modified. Doc fix. | ||||
* | (unread-command-char): Reflow obsolescence info. | Juanma Barranquero | 2006-12-11 | 1 | -1/+2 |
| | |||||
* | (momentary-string-display): "?\ " -> "?\s". | Juanma Barranquero | 2006-11-27 | 1 | -1/+1 |
| | |||||
* | (posn-image): Fix typo in docstring. | Juanma Barranquero | 2006-11-19 | 1 | -1/+1 |
| | |||||
* | (remove-overlays): Fix last change. | Richard M. Stallman | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | (remove-overlays): Fix typo in last change. | Romain Francoise | 2006-11-08 | 1 | -1/+1 |
| | |||||
* | (remove-overlays): Call overlay-recenter. | Richard M. Stallman | 2006-11-08 | 1 | -0/+2 |
| | |||||
* | (add-to-list): Don't continue checking if a match has | David Kastrup | 2006-10-30 | 1 | -5/+5 |
| | | | | been found. | ||||
* | (add-to-list): Fix last change--optimize for no compare-fn. | Kim F. Storm | 2006-10-22 | 1 | -4/+4 |
| | |||||
* | (add-to-list): Optimize if compare-fn is `eq' or `eql'. | Kim F. Storm | 2006-10-22 | 1 | -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. Stallman | 2006-10-18 | 1 | -0/+6 |
| | | | | mark them as rear-nonsticky. | ||||
* | (start-process-shell-command): Doc fix. | Eli Zaretskii | 2006-10-13 | 1 | -1/+3 |
| | |||||
* | (insert-for-yank-1): Handle `font-lock-face' specially. | Richard M. Stallman | 2006-09-28 | 1 | -1/+22 |
| | |||||
* | (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics. | Jason Rumney | 2006-09-25 | 1 | -14/+13 |
| | |||||
* | Adjust comment | Vinicius Jose Latorre | 2006-09-20 | 1 | -2/+2 |
| | |||||
* | (sit-for): Rework to use input-pending-p and cond. | Kim F. Storm | 2006-09-11 | 1 | -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. Stallman | 2006-09-10 | 1 | -13/+24 |
| | |||||
* | * subr.el (sit-for): Use new SECONDS arg of read-event instead of | Chong Yidong | 2006-07-26 | 1 | -13/+3 |
| | | | | a timer. | ||||
* | (dolist, dotimes): Use interned symbols for iteration. | Richard M. Stallman | 2006-07-24 | 1 | -6/+19 |
| | | | | | (--dotimes-limit--, --dolist-tail--): New defvars. (looking-back): Doc fix. | ||||
* | * subr.el (sit-for): Just sleep-for if noninteractive. | Chong Yidong | 2006-07-18 | 1 | -16/+17 |
| | |||||
* | (sit-for): Doc fix. Specify normal arg list using fn-form. | Kim F. Storm | 2006-07-11 | 1 | -7/+6 |
| | | | | Remove special case for seconds < 0. Use (redisplay t) instead. | ||||
* | * subr.el (sit-for): New function. | Chong Yidong | 2006-07-10 | 1 | -0/+39 |
| | | | | * play/hanoi.el (hanoi-sit-for): Check sit-for return value. | ||||
* | (def-edebug-spec): Moved here. | Richard M. Stallman | 2006-07-09 | 1 | -0/+6 |
| | |||||
* | (with-current-buffer): Doc fix. | Richard M. Stallman | 2006-06-02 | 1 | -1/+1 |
| | |||||
* | (with-current-buffer): Doc fix. | Richard M. Stallman | 2006-05-30 | 1 | -0/+1 |
| | |||||
* | (load-history-regexp): If FILE is relative, insist | Richard M. Stallman | 2006-05-29 | 1 | -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. Stallman | 2006-05-25 | 1 | -2/+2 |
| | |||||
* | (with-local-quit): When handling `quit' signal, | Richard M. Stallman | 2006-05-25 | 1 | -2/+8 |
| | | | | make a chance for quit-flag to cause a quit. |