1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

565 Commits

Author SHA1 Message Date
Glenn Morris
d66bd635bd (sit-for): Fix obsolete form for nil second argument. 2008-02-21 08:13:14 +00:00
Stefan Monnier
cb11476b22 (cancel-change-group): Improve last fix. 2008-02-04 15:31:09 +00:00
Stefan Monnier
d9090cc15a (cancel-change-group): Don't move point. 2008-02-04 15:29:44 +00:00
Richard M. Stallman
cf1917060a (atomic-change-group): Prevent undo list truncation. 2008-01-11 14:44:15 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Juanma Barranquero
170938d6b1 (make-variable-frame-local): Fix typo in obsolescence declaration. 2007-11-16 10:35:16 +00:00
Stefan Monnier
f84f42247e (make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.
2007-10-23 20:55:18 +00:00
Stefan Monnier
a621c46e3e (complete-with-action): Backport from trunk (for vc-arch.el).
(dynamic-completion-table): Use it it.
2007-08-23 18:42:38 +00:00
Richard M. Stallman
e80b38498c (combine-and-quote-strings): Renamed from strings->string.
(split-string-and-unquote): Renamed from string->strings.
2007-08-12 17:59:40 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Juanma Barranquero
bac3c7494a (when, unless): Doc fix. 2007-07-16 10:16:26 +00:00
Nick Roberts
d0b15d3679 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
Rename and move to...

* subr.el (strings->string, string->strings): ...here.
2007-07-08 06:49:02 +00:00
Richard M. Stallman
219f06f7b8 (read-number): Catch errors. 2007-04-22 16:56:19 +00:00
Richard M. Stallman
3238cde382 (read-number): Doc fix. 2007-04-21 08:55:41 +00:00
Vinicius Jose Latorre
c822733228 Fix indentation. 2007-04-09 23:10:00 +00:00
John Paul Wallington
8d6fd8d480 (with-case-table): Use `make-symbol' to avoid variable capture.
Restore the table in the same buffer.
2007-04-06 12:15:04 +00:00
Chong Yidong
6a978be38d * subr.el (with-case-table): New macro. 2007-04-04 15:34:43 +00:00
Chong Yidong
a377858b3c Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers. 2007-03-19 18:39:24 +00:00
Juanma Barranquero
b0dbc84e36 (def-edebug-spec): Fix typo in docstring. 2007-03-19 09:44:13 +00:00
Kim F. Storm
7f67eea000 (when, unless): Doc fix. 2007-03-18 00:44:24 +00:00
Chong Yidong
029fd82cce (insert-for-yank-1): Prevent read-only properties from interfering
with text property operations.
2007-02-09 23:09:16 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Richard M. Stallman
eb486e20b0 (momentary-string-display): Use save-excursion. 2007-01-10 01:15:19 +00:00
Eli Zaretskii
55e4541926 (split-string): Remove spurious ")" from doc string. 2007-01-06 14:36:34 +00:00
Dan Nicolaescu
ab3aad87d9 * faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.
2007-01-05 17:49:43 +00:00
Richard M. Stallman
c8d554e95e (momentary): New face.
(momentary-string-display): Display the string via a temporary
overlay using the new face, instead of inserting it in the buffer.
2007-01-04 21:46:11 +00:00
Juanma Barranquero
dbf284bece (momentary-string-display): After moving point, set POS variable to it to avoid
later errors once the buffer is modified.  Doc fix.
2007-01-02 23:49:25 +00:00
Juanma Barranquero
304bbefcd4 (unread-command-char): Reflow obsolescence info. 2006-12-11 16:14:15 +00:00
Juanma Barranquero
b754307b91 (momentary-string-display): "?\ " -> "?\s". 2006-11-27 14:05:58 +00:00
Juanma Barranquero
0c3f75f6c8 (posn-image): Fix typo in docstring. 2006-11-19 23:42:37 +00:00
Richard M. Stallman
ee6bb6939f (remove-overlays): Fix last change. 2006-11-12 19:55:58 +00:00
Romain Francoise
2403b96c68 (remove-overlays): Fix typo in last change. 2006-11-08 18:46:58 +00:00
Richard M. Stallman
d6f5ac1084 (remove-overlays): Call overlay-recenter. 2006-11-08 17:31:46 +00:00
David Kastrup
2d1dd54d7d (add-to-list): Don't continue checking if a match has
been found.
2006-10-30 22:49:04 +00:00
Kim F. Storm
78bdfbf320 (add-to-list): Fix last change--optimize for no compare-fn. 2006-10-22 22:37:51 +00:00
Kim F. Storm
fb1a5d8a82 (add-to-list): Optimize if compare-fn is eq' or eql'.
(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.
2006-10-22 22:32:53 +00:00
Richard M. Stallman
631890d8b9 (insert-for-yank-1): If last inserted char has properties,
mark them as rear-nonsticky.
2006-10-18 10:56:46 +00:00
Eli Zaretskii
3f73d221ed (start-process-shell-command): Doc fix. 2006-10-13 19:25:26 +00:00
Richard M. Stallman
4f0f29aa95 (insert-for-yank-1): Handle `font-lock-face' specially. 2006-09-28 19:06:39 +00:00
Jason Rumney
4bbf6b4158 (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics. 2006-09-25 23:03:39 +00:00
Vinicius Jose Latorre
0aad54a5a0 Adjust comment 2006-09-20 20:46:33 +00:00
Kim F. Storm
790e0ef78e (sit-for): Rework to use input-pending-p and cond.
Return nil input is pending on entry also for SECONDS <= 0.
(while-no-input): Use input-pending-p instead of sit-for.
2006-09-11 22:21:55 +00:00
Richard M. Stallman
62e197b194 (add-to-list): New argument COMPARE-FN. 2006-09-10 17:45:42 +00:00
Chong Yidong
04ba1d88de * subr.el (sit-for): Use new SECONDS arg of read-event instead of
a timer.
2006-07-26 18:18:26 +00:00
Richard M. Stallman
01d16e16b9 (dolist, dotimes): Use interned symbols for iteration.
(--dotimes-limit--, --dolist-tail--): New defvars.
(looking-back): Doc fix.
2006-07-24 17:01:08 +00:00
Chong Yidong
c1fdbde6c8 * subr.el (sit-for): Just sleep-for if noninteractive. 2006-07-18 01:34:48 +00:00
Kim F. Storm
d812080674 (sit-for): Doc fix. Specify normal arg list using fn-form.
Remove special case for seconds < 0.  Use (redisplay t) instead.
2006-07-11 00:17:43 +00:00
Chong Yidong
0369eb8545 * subr.el (sit-for): New function.
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Richard M. Stallman
8285ccd2e1 (def-edebug-spec): Moved here. 2006-07-09 02:00:10 +00:00
Richard M. Stallman
08a61c99b5 (with-current-buffer): Doc fix. 2006-06-02 03:30:24 +00:00