Commit graph

18452 commits

Author SHA1 Message Date
Kim F. Storm
36f826d430 *** empty log message *** 2004-07-21 21:07:59 +00:00
Jan Djärv
5fc1c5463c * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. 2004-07-21 19:18:29 +00:00
Luc Teirlinck
cb7516e566 *** empty log message *** 2004-07-19 22:00:18 +00:00
Luc Teirlinck
a0a37a6f54 (Fpos_visible_in_window_p, Fset_window_hscroll)
(Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
(Fset_window_start, Fscroll_up, Fscroll_down)
(Fother_window_for_scrolling, Fscroll_other_window)
(Fsave_window_excursion, Fset_window_vscroll)
(syms_of_window) <window-size-fixed>: Doc fixes.
2004-07-19 21:57:05 +00:00
Jason Rumney
dda741ec19 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
* w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
	ENCODE_SYSTEM for filenames.
2004-07-19 07:58:24 +00:00
Steven Tamm
bfcf660801 mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage.  Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2004-07-19 06:38:14 +00:00
Steven Tamm
bde32f3bb4 Fixing typo in sys_select. 2004-07-19 05:20:01 +00:00
Steven Tamm
e082ac9deb Fixes for Ctrl-G support on carbon, replacing old timeout based polling
with alarm based polling.
mac.c (sys_select): Redo sys_select to use alarm-based
polling instead of 1 sec timeouts (like solaris).
macterm.c (x_make_frame_visible): Comment in polling on
frame creation.
keyboard.c: Undef SIGIO on Carbon
atimer.c (alarm_signal_handler): Call alarm handlers after
scheduling.
eval.c (Feval): Remove quit_char test
process.c (wait_reading_process_input): Remove clearing
stdin for select call on process input
2004-07-19 04:42:43 +00:00
Luc Teirlinck
1204e81c9e *** empty log message *** 2004-07-19 01:00:19 +00:00
Luc Teirlinck
4b9da0fb5e (syms_of_xdisp): Correct capitalization error in
`window-scroll-functions' docstring.
2004-07-19 00:54:04 +00:00
Juanma Barranquero
26503ad203 (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined. 2004-07-17 17:33:05 +00:00
Richard M. Stallman
3751eb00d7 *** empty log message *** 2004-07-17 15:00:22 +00:00
Richard M. Stallman
403de3b40e (coordinates_in_window): Inside the window but outside
its box to the L or R, return ON_VERTICAL_BORDER.
(window_list_1): Rotate the list to start with WINDOW.
2004-07-17 14:59:02 +00:00
Richard M. Stallman
15479e8b2f (print_preprocess): Test for print_depth at limit
before entering in being_printed.
2004-07-17 14:54:56 +00:00
Richard M. Stallman
0c1c1b936d (not_single_kboard_state): New function.
(stuff_buffered_input): Now no-op only if no SIGTSTP.
2004-07-17 14:50:58 +00:00
Richard M. Stallman
8ceb7434df (Fdelete_frame): If we're in single_bboard_state on
this kboard, and we delete its last frame, go to any_kboard_state.
2004-07-17 14:45:01 +00:00
Richard M. Stallman
b3264fd2a8 (syms_of_buffer) <transient-mark-mode>: Doc fix. 2004-07-17 14:43:49 +00:00
Kim F. Storm
f9253326af *** empty log message *** 2004-07-16 10:42:43 +00:00
Jason Rumney
62eb6ca914 *** empty log message *** 2004-07-15 20:14:09 +00:00
Jason Rumney
bb40cb8e6b (Fx_file_dialog): Encode strings in system coding system before
passing them to OS functions for display.
2004-07-15 19:57:05 +00:00
David Kastrup
0f6af2545f (syms_of_search): staticpro
`saved_last_thing_searched'.  Apparently fixes an abort condition.
2004-07-15 03:01:08 +00:00
Luc Teirlinck
386c8f42f7 *** empty log message *** 2004-07-14 23:35:30 +00:00
Luc Teirlinck
e5fcddc8f8 (Fvisited_file_modtime): Return a list of two integers,
instead of a cons.
2004-07-14 22:47:11 +00:00
Miles Bader
366511da44 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
Bash the dashes

2004-07-14  K,Ba(Broly L,Bu(Brentey  <lorentey@elte.hu>

   * src/keyboard.c (echo_dash): Do nothing if there already is a dash
   at the end of the echo string.
2004-07-14 22:42:44 +00:00
Kim F. Storm
9ea306d178 (mark_object): Only look at Lisp_Misc_Save_Value if GC_MARK_STACK. 2004-07-12 14:35:53 +00:00
Kim F. Storm
f85409d318 *** empty log message *** 2004-07-12 14:24:21 +00:00
Luc Teirlinck
da38045d0a *** empty log message *** 2004-07-11 02:39:20 +00:00
Luc Teirlinck
a6dced2a68 (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. 2004-07-11 02:36:00 +00:00
Luc Teirlinck
0ba2e87b15 *** empty log message *** 2004-07-11 01:35:37 +00:00
Luc Teirlinck
c275592693 (Fwindow_buffer, Fother_window, Fget_lru_window)
(Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
(Freplace_buffer_in_windows, Fset_window_buffer)
(Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
(syms_of_window): Expand docstring of `display-buffer-function'.
2004-07-11 01:20:03 +00:00
Luc Teirlinck
5668fbb8b1 (Ffloat_time, Fformat_time_string, Fdecode_time)
(Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
that time values of the type (HIGH . LOW) are considered obsolete.
2004-07-09 23:38:54 +00:00
Luc Teirlinck
669de2fb7f (syms_of_keyboard): Fix `keyboard-translate-table' docstring. 2004-07-06 23:36:45 +00:00
Luc Teirlinck
bac663256f *** empty log message *** 2004-07-06 19:44:09 +00:00
Luc Teirlinck
cfd236932d (Fclear_string): Correct previous change. 2004-07-06 19:36:56 +00:00
Luc Teirlinck
a085bf9dd6 (Fclear_string): Put call to CHECK_STRING in correct place. 2004-07-06 17:55:00 +00:00
John Paul Wallington
fa164e6ae7 (Fclear_string): Signal an error if STRING is not a string. 2004-07-06 05:08:57 +00:00
John Paul Wallington
8e975df9c8 (Fdefmacro): Signal an error if NAME is not a symbol. 2004-07-06 01:38:58 +00:00
Jan Djärv
2bac9bb1c6 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
instead of CGMainDisplayID (only in OSX 10.2 and later).
2004-07-05 07:01:02 +00:00
John Paul Wallington
316ef0dcf1 (read_file_name_completion_ignore_case): New variable.
(syms_of_fileio): Declare and initialise it.
(Fread_file_name): Bind `completion-ignore-case' to respect it.
2004-07-04 21:08:56 +00:00
Eli Zaretskii
2a1a35c60c *** empty log message *** 2004-07-03 11:01:32 +00:00
Eli Zaretskii
b568242644 (dos_rawgetc): Use make_number to produce Lisp objects
for event.x and event.y.
2004-07-03 11:00:36 +00:00
Kenichi Handa
33a723314f *** empty log message *** 2004-06-30 23:37:09 +00:00
Kenichi Handa
4121d6122b (Fw32_set_clipboard_data): Update `nbytes' correctly
after getting a new string by pre-write-conversion.
2004-06-30 23:30:39 +00:00
Stefan Monnier
07a6ab76c0 (x_detect_focus_change): Remove unused var `nr_events'.
(x_calc_absolute_position): Remove unused var `child'.
2004-06-30 19:36:36 +00:00
Stefan Monnier
734e951420 (x_supports_face_attributes_p)
(Fdisplay_supports_face_attributes_p): YAILOM.
(tty_supports_face_attributes_p): Remove unused var `i'.
2004-06-30 19:35:18 +00:00
Stefan Monnier
4f55e211b4 (skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok. 2004-06-30 19:34:49 +00:00
Stefan Monnier
bd2cbd5656 (match_limit, Fmatch_data, Fset_match_data): YAILOM. 2004-06-30 19:34:34 +00:00
Stefan Monnier
85b0dba0fb (Fset_fontset_font): Remove unused vars family' and registry'. 2004-06-30 19:34:15 +00:00
Stefan Monnier
8edacacd99 (${etc}DOC): Fix file name of make-docfile. 2004-06-30 19:31:30 +00:00
Stefan Monnier
c8d09ad859 *** empty log message *** 2004-06-30 17:12:39 +00:00