1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
Commit graph

21249 commits

Author SHA1 Message Date
Kim F. Storm
8e09f23fbf (sit_for): Signal error if TIMEOUT is not a number in case arg comes
directly from a Lisp variable.
2006-07-11 22:55:29 +00:00
Kim F. Storm
2e42ee7bfb *** empty log message *** 2006-07-11 20:13:40 +00:00
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
Stefan Monnier
a0aa7fcfd8 (forw_comment): Also use EMACS_INT for buffer positions. 2006-07-11 13:52:21 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +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
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
Stefan Monnier
932e6895de (back_comment, scan_lists): Also use EMACS_INT for buffer positions. 2006-07-09 14:36:07 +00:00
Stefan Monnier
2312c580d3 (Fforward_comment): Revert the reversion. 2006-07-09 14:19:33 +00:00
John Paul Wallington
bf88ca6390 (Fforward_comment): Use type int for stop', count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.
2006-07-09 03:33:14 +00:00
John Paul Wallington
4f4c0966e2 (Fforward_comment): Use type int for from' and from_byte'. 2006-07-09 03:19:16 +00:00
Kim F. Storm
08b17d373d *** empty log message *** 2006-07-08 22:32:32 +00:00
Kim F. Storm
5a1048a548 (Fforce_window_update): Doc fix. 2006-07-08 22:28:49 +00:00
Stephen Gildea
26816cbf78 fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
directory unreadable for better user privacy.
2006-07-08 11:42:40 +00:00
Stefan Monnier
dd9f0dcd8f (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup. 2006-07-07 16:52:13 +00:00
Stefan Monnier
91fe949656 (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. 2006-07-07 16:16:18 +00:00
Stefan Monnier
4332cf50f7 (read_filtered_event): Remove `register' qualifier because it
causes compilation problem with gcc-4.0.2-20051125 on amd64.
2006-07-07 16:12:51 +00:00
Eli Zaretskii
dfb4bff5ef (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string. 2006-07-07 15:49:31 +00:00
Kim F. Storm
2faacff7d9 (Fdefine_fringe_bitmap): Doc fix. 2006-07-07 10:38:26 +00:00
Kim F. Storm
efaed3b023 *** empty log message *** 2006-07-07 10:38:10 +00:00
Chong Yidong
234fb7734a * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
clash detection using the base buffer.
2006-07-05 16:05:02 +00:00
Chong Yidong
e2e6e4d2fa * puresize.h (BASE_PURESIZE): Increment to 1210500. 2006-07-05 15:12:41 +00:00
Kim F. Storm
4fbd0f6db1 (x_delete_display): Don't free or derefence NULL pointers. 2006-07-04 14:14:36 +00:00
Kim F. Storm
e128be5590 *** empty log message *** 2006-07-04 14:14:13 +00:00
Kenichi Handa
2462bc66ab *** empty log message *** 2006-07-04 03:38:10 +00:00
Kenichi Handa
997c19d3c9 (Fset_overriding_fontspec_internal): Check if we need
to update Voverriding_fontspec_alist.
2006-07-04 03:22:09 +00:00
Richard M. Stallman
9ca246175e *** empty log message *** 2006-07-03 15:52:32 +00:00
Richard M. Stallman
716fd7fb3c Comment change. 2006-07-03 15:43:25 +00:00
Richard M. Stallman
e3d566134a (Fx_create_frame): Move unwind_create_frame setup down. 2006-07-03 15:42:48 +00:00
Richard M. Stallman
2d6228e79e (Fface_attribute_relative_p): Doc fix. 2006-07-03 15:42:10 +00:00
Richard M. Stallman
9555514514 (Fget_char_property_and_overlay): Doc fix. 2006-07-03 15:41:50 +00:00
Richard M. Stallman
e102f0d8c4 (Fdefvaralias): Doc fix. 2006-07-03 15:41:26 +00:00
Kim F. Storm
da7a71c177 (sit_for): Fix preempt condition. 2006-07-03 15:00:28 +00:00
Kim F. Storm
d8ab3c6de4 *** empty log message *** 2006-07-03 15:00:11 +00:00
Stefan Monnier
ca77ee4506 (read_filtered_event): Treat select-window just like switch-frame. 2006-07-02 14:34:30 +00:00
Kim F. Storm
dd6cfb49fc (display_tool_bar_line): Skip glyphs which are too big
to ever fit the tool-bar,
(MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
(tool_bar_lines_needed): Use unused mode-line row as temp_row.
(redisplay_tool_bar): Only clear desired matrix if we actually
change the tool-bar window height.  Only try to make the tool-bar
window bigger if there is actually room for it.
2006-07-01 23:29:04 +00:00
Kim F. Storm
8cb72de5a6 *** empty log message *** 2006-07-01 23:28:38 +00:00
Eli Zaretskii
6407e67c1b *** empty log message *** 2006-06-30 13:41:54 +00:00
Eli Zaretskii
8958048c29 (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find
the dimensions of the screen work area, and adjust vertical position of the
frame in order to avoid being covered by the task bar.
2006-06-30 13:41:15 +00:00
Eli Zaretskii
1771bb6e00 (w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW
instead of f->top_pos in the call to CreateWindow.  Record the actual position
in f->left_pos and f->top_pos.
2006-06-30 13:40:21 +00:00
John Paul Wallington
639804b390 (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. 2006-06-30 01:34:42 +00:00