1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

64982 commits

Author SHA1 Message Date
Kim F. Storm
e7c4e229ca (Fcall_interactively): Update/simplify sit_for calls. 2006-07-11 20:11:23 +00:00
Kim F. Storm
83f8d90363 (Fdo_auto_save): Update/simplify sit_for calls. 2006-07-11 20:11:10 +00:00
Kim F. Storm
666dc232b0 (command_loop_1, read_char, Fexecute_extended_command):
Update/simplify sit_for calls.
2006-07-11 20:10:56 +00:00
Kim F. Storm
7ca462f695 (temp_echo_area_glyphs): Update/simplify sit_for calls. 2006-07-11 20:10:34 +00:00
Kim F. Storm
ab9b1db594 (sit_for): Update prototype.
(Fredisplay): Add EXFUN.
2006-07-11 20:09:59 +00:00
Kim F. Storm
6a6be67ad3 (sit_for): Remove prototype. 2006-07-11 20:09:49 +00:00
Kim F. Storm
902b9b6dde (sit_for): Reduce number of args from 5 to 3.
Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
The rework of sit_for args also fixes several incorrect Qt args
which should have been 1.
(Fredisplay): Pass 1 instead of Qt to swallow_events and
detect_input_pending_run_timers.
2006-07-11 20:09:26 +00:00
Chong Yidong
1223933d59 * simple.el (undo-ask-before-discard): Set to nil. 2006-07-11 19:15:33 +00:00
Chong Yidong
04f02e7117 undo-ask-before-discard set to nil. 2006-07-11 18:42:24 +00:00
Chong Yidong
0f7ea45318 * vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
	inhibit-read-only.  Don't shrink window due to timing issues.
2006-07-11 18:39:32 +00:00
Chong Yidong
ce4746a36a * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.
2006-07-11 16:39:50 +00:00
Stefan Monnier
b8fa0ffd0c (compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.
2006-07-11 15:08:33 +00:00
Stefan Monnier
bc684c16bc Remove spurious * in docstrings.
(url-cookie-write-file): Don't use versioned backups.
(url-cookie-host-can-set-p): Remove unused var `tmp'.
(url-cookie-save-interval): Move to url-cookie group.
(url-cookie-write-file): Reset url-cookies-changed-since-last-save.
2006-07-11 15:03:24 +00:00
Stefan Monnier
a0aa7fcfd8 (forw_comment): Also use EMACS_INT for buffer positions. 2006-07-11 13:52:21 +00:00
Francesco Potortì
5f7c79f929 etags now tags #undef, too 2006-07-11 11:08:31 +00:00
Francesco Potortì
af02e17730 **** In C and derived languages, etags creates tags for #undef 2006-07-11 11:03:11 +00:00
Francesco Potortì
327891ebb9 (absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.
2006-07-11 11:01:27 +00:00
Robert J. Chassell
ed48e7e816 Re-attempt commit. 2006-07-11 10:36:42 +00:00
Robert J. Chassell
783dab628f * textmodes/texinfmt.el: Finally remember to set texinfmt-version
to new date and version number.
2006-07-11 10:14:08 +00:00
Nick Roberts
c4e153bb82 (tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use call-process
instead of shell-command.
(tumme-create-thumbnail-buffer)
(tumme-create-display-image-buffer, tumme-display-thumbs)
(tumme-modify-mark-on-thumb-original-file, tumme-display-image)
(tumme-get-exif-data): Use with-current-buffer.
(tumme-display-properties-format)
(tumme-dired-insert-marked-thumbs, tumme-rotate-original)
(tumme-get-exif-file-name)
(tumme-thumbnail-set-image-description, tumme-gallery-generate):
Fit to 80 columns.
2006-07-11 09:37:28 +00:00
Nick Roberts
b05b996fe2 *** empty log message *** 2006-07-11 09:36:54 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Kim F. Storm
9ae011ae3b (Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.
2006-07-11 00:47:53 +00:00
Kim F. Storm
a4df70f7df (Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.
2006-07-11 00:47:42 +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
Kim F. Storm
d81b041a22 *** empty log message *** 2006-07-11 00:15:23 +00:00
Chong Yidong
a5c2c707c6 Doc fix. 2006-07-11 00:13:17 +00:00
Kim F. Storm
b19659b953 (Fredisplay): Doc fix. 2006-07-10 23:54:17 +00:00
Kim F. Storm
01327edf88 (Fredisplay): Add FORCE argument to force redisplay when
input is available.  Fix test for redisplay_dont_pause non-nil.
Specbind redisplay-dont-pause to t if FORCE non-nil.
2006-07-10 23:52:38 +00:00
Nick Roberts
c876e7b757 Modify last change. 2006-07-10 23:03:59 +00:00
Nick Roberts
947829dcbb (Coding Conventions): Mention macros.
Suggested by Ken Manheimer.
2006-07-10 22:53:56 +00:00
Nick Roberts
ff3d895e9c *** empty log message *** 2006-07-10 22:53:06 +00:00
Chong Yidong
5ee03a180c fix typo 2006-07-10 18:55:01 +00:00
Chong Yidong
d157aaaaf8 * progmodes/cc-awk.el (defconst): Fix compilation error. 2006-07-10 18:54:07 +00:00
Chong Yidong
ca331935fe (c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error. 2006-07-10 18:54:07 +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
Chong Yidong
7157b8fe89 Doc fix. 2006-07-10 18:51:42 +00:00
Chong Yidong
7ba07a1a03 * puresize.h (BASE_PURESIZE): Increment to 1211000.
* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
	(Fsit_for): Function deleted.

	* keyboard.c (command_loop_1, Fexecute_extended_command): Call
	sit_for instead of Fsit_for.

	* minibuf.c (temp_echo_area_glyphs): Likewise.
2006-07-10 18:51:31 +00:00
Richard M. Stallman
2946191dee (edebug): Update page. 2006-07-10 17:12:09 +00:00
Kim F. Storm
56e4872562 (authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.
2006-07-10 15:03:24 +00:00
Kim F. Storm
77034d43b9 *** empty log message *** 2006-07-10 15:03:10 +00:00
Romain Francoise
a8d3703121 (authors-aliases): Update. 2006-07-10 14:58:17 +00:00
Alan Mackenzie
3c0ab532f8 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.
2006-07-10 13:19:14 +00:00
Nick Roberts
c399d54513 Revert earlier change. 2006-07-09 23:34:31 +00:00
Nick Roberts
50ed77b133 Fix typo. 2006-07-09 23:29:58 +00:00
Nick Roberts
40b6cb793a Fix typos. 2006-07-09 22:48:00 +00:00
Nick Roberts
a183016f11 *** empty log message *** 2006-07-09 22:46:06 +00:00
Nick Roberts
d9e8a9641d (Buttons): Fix typo. 2006-07-09 22:34:41 +00:00
Nick Roberts
fdd0ca6178 index.texi, elisp.texi (New Symbols): Comment node out. 2006-07-09 22:34:03 +00:00
Richard M. Stallman
b86be617b2 (Truncation): Clean up previous change. 2006-07-09 18:58:09 +00:00