1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

19726 commits

Author SHA1 Message Date
Kenichi Handa
a9b4333620 *** empty log message *** 2005-06-06 00:45:57 +00:00
Eli Zaretskii
a0c3832890 *** empty log message *** 2005-06-05 19:16:55 +00:00
Eli Zaretskii
a5a389bb74 (sys_setsockopt): Change arg 4 to `const void *'. In the
call to pfn_setsockopt, cast optval to `const char *'.
2005-06-05 19:13:37 +00:00
Kim F. Storm
17a7c5c2b0 *** empty log message *** 2005-06-05 17:09:55 +00:00
Eli Zaretskii
1a8fb4262f *** empty log message *** 2005-06-04 20:40:00 +00:00
Eli Zaretskii
6e60256665 (gettimeofday): Use struct _timeb, not struct timeb.
(open_unc_volume): Cast return value of map_w32_filename, to avoid
compiler warnings.
2005-06-04 20:39:15 +00:00
Eli Zaretskii
23bf9efbaa (fileno): Don't define if already defined. 2005-06-04 20:10:49 +00:00
Eli Zaretskii
b6f0a39717 *** empty log message *** 2005-06-04 20:09:13 +00:00
Eli Zaretskii
d01a971074 *** empty log message *** 2005-06-04 20:00:54 +00:00
Eli Zaretskii
c68a2829f2 Include w32heap.h, to avoid compiler warning about sbrk. 2005-06-04 19:59:30 +00:00
Eli Zaretskii
910182298a *** empty log message *** 2005-06-04 19:47:24 +00:00
Eli Zaretskii
24af414ed1 (DOC): Define to point to the generated DOC-X. 2005-06-04 19:38:23 +00:00
Richard M. Stallman
196ac78ce1 (popup_get_selection): Click not in menu deactivates menu. 2005-06-04 18:09:16 +00:00
Jan Djärv
b89875707c * macmenu.c (cleanup_popup_menu): New function.
(Fx_popup_menu): unwind protect cleanup_popup_menu in case
mac_menu_show Quit:s.
(mac_menu_show): Quit on cancel if not popped up on click (i.e.
a dialog).
2005-06-04 08:06:57 +00:00
Kim F. Storm
555228aa59 *** empty log message *** 2005-06-03 23:47:56 +00:00
Kim F. Storm
c3912f23e3 (decode_coding_string): Handle CODING_FINISH_INTERRUPT. 2005-06-03 23:02:50 +00:00
Kim F. Storm
4da256b124 (Fcall_process): Don't use alloca to gradually
increase size of buf, as it effectively uses twice the necessary
space on the stack.  Instead, pre-allocate buf of full size, and
gradually increase the read size.
2005-06-03 23:02:40 +00:00
Kim F. Storm
731475e79a (BYTE_CODE_QUIT): Check Vthrow_on_input. 2005-06-03 23:02:30 +00:00
Kim F. Storm
5a073f5075 (unbind_to): Preserve value of Vquit_flag. 2005-06-03 23:02:21 +00:00
Kim F. Storm
24aad44185 (handle_one_xevent): Also ignore mouse motion just
before a button release event.
2005-06-03 23:02:03 +00:00
Juanma Barranquero
6312e5f78c *** empty log message *** 2005-06-03 10:40:12 +00:00
Juanma Barranquero
03f1132278 (Finternal_lisp_face_equal_p): Really report on faces in a frame, if the
argument FRAME is non-nil.  Improve argument/docstring consistency.
2005-06-03 10:39:29 +00:00
Kim F. Storm
d06e384795 (MODE_LINE_NOPROP_LEN): New macro.
(x_consider_frame_title, Fformat_mode_line): Save offset into
mode_line_noprop_buf rather than pointer, in case buffer is relocated.
2005-06-02 12:27:05 +00:00
Kim F. Storm
0493f7be8a *** empty log message *** 2005-06-02 12:25:57 +00:00
Juanma Barranquero
52eb037391 Spacing and formatting fixes. 2005-06-01 23:49:36 +00:00
Kim F. Storm
859463640a (mapcar1): Maybe exit loop if original sequence was modified. 2005-06-01 11:42:19 +00:00
Kim F. Storm
89fe657e11 *** empty log message *** 2005-06-01 11:42:00 +00:00
YAMAMOTO Mitsuharu
02a6375c0e (build_scalable_font_name): Round pixel size to the
nearest integer.
2005-06-01 08:21:48 +00:00
YAMAMOTO Mitsuharu
b0241f69c9 (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
resolution fields for scalable fonts to 0.
2005-06-01 08:20:50 +00:00
Kim F. Storm
53088ce86c (display_mode_line): Support nested calls to redisplay
and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
2005-05-31 22:46:22 +00:00
Kim F. Storm
95d4fad837 *** empty log message *** 2005-05-31 22:44:52 +00:00
Stefan Monnier
3c1b433ae1 (note_mode_line_or_margin_highlight): Lisp_Object/int mixup. 2005-05-31 21:54:59 +00:00
Stefan Monnier
490ee85358 (Finsert_file_contents): Lisp_Object/int mixup. 2005-05-31 21:54:43 +00:00
Kim F. Storm
4c0e4b80fe (mode_line_noprop_buf, mode_line_noprop_buf_end)
(mode_line_noprop_ptr): Rename from frame_title_*.
(store_mode_line_noprop_char): Rename from store_frame_title_char.
(store_mode_line_noprop): Rename from store_frame_title.
(mode_line_target): New enum to specify current  output target
for mode line formatting.
(display_mode_element): Test it rather than frame_title_ptr and
mode_line_string_list to determine where output should go.
(mode_line_proptrans_alist, mode_line_string_alist): Make static.
(Vmode_line_unwind_vector): New variable.
(format_mode_line_unwind_data, unwind_format_mode_line): New
functions for unwind protection in mode line formatting.
(x_consider_frame_title): Use them and new local var 'title_start'
to support nested calls to format-mode-line.  Set mode_line_target
to MODE_LINE_TITLE.
(Fformat_mode_line): Use them and new local var 'string_start' to
support nested calls to format-mode-line.  Set mode_line_target to
MODE_LINE_NOPROP or MODE_LINE_STRING.  Don't trim trailing dashes.
(decode_mode_spec): Don't make infinite number of trailing dashes
for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
(syms_of_xdisp): Initialize and staticpro mode_line_string_face,
mode_line_string_face_prop, and Vmode_line_unwind_vector.
(init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
Initialize mode_line_target to MODE_LINE_DISPLAY.
2005-05-31 15:00:44 +00:00
Kim F. Storm
13cc7d614d *** empty log message *** 2005-05-31 15:00:23 +00:00
Richard M. Stallman
c16b13943f *** empty log message *** 2005-05-29 08:43:30 +00:00
Richard M. Stallman
0e4d0c9af9 (Fbuffer_local_value): Call indirect_variable. 2005-05-29 08:25:17 +00:00
Masatake YAMATO
edfaeb4ee9 * xdisp.c (note_mode_line_or_margin_highlight): Change the
pointer to a hand cursor when hoovering over a mouse-face.
2005-05-27 16:59:55 +00:00
Juanma Barranquero
d5e1a786b7 *** empty log message *** 2005-05-27 13:20:48 +00:00
Juanma Barranquero
2a611c1a4f (Vimage_library_alist): Moved from image.el.
(syms_of_image): Defvar it.
(lookup_image_type): Use it.
2005-05-27 13:16:05 +00:00
Kenichi Handa
7cf49add81 *** empty log message *** 2005-05-27 11:28:42 +00:00
Kenichi Handa
d8752c9ec0 (x_encode_char): Call check_ccl_update in advance. 2005-05-27 11:28:30 +00:00
Kenichi Handa
2a69c66e3a Now an element of Vccl_program_table is a vector of
length 4, not 3.
(ccl_get_compiled_code): New arg idx.  Caller changed.  Adjusted
for the change of Vccl_program_table.
(setup_ccl_program): Adjusted for the change of
Vccl_program_table.
(check_ccl_update): New function.
(Fregister_ccl_program): Use ASET to set an element of a vector.
Adjusted for the change of Vccl_program_table.
2005-05-27 11:27:50 +00:00
Juanma Barranquero
5e2ad10b99 (Fbuffer_local_value): Make argument name match its use in docstring. 2005-05-27 11:02:11 +00:00
Juanma Barranquero
6e604a9b78 (Frecursive_edit): Fix typo in docstring.
(Fposn_at_x_y): Make arguments match the docstring.
2005-05-26 14:56:28 +00:00
Lute Kamstra
59244a3fff *** empty log message *** 2005-05-26 09:44:35 +00:00
Lute Kamstra
9f68525868 (Frun_hooks): Mention run-mode-hooks in docstring. 2005-05-26 09:32:15 +00:00
Richard M. Stallman
6d0e66602e Whitespace and parenthesis changes. 2005-05-25 14:53:47 +00:00
Masatake YAMATO
55ce5058b1 2005-05-24 Masatake YAMATO <jet@gyve.org>
* xdisp.c (note_mode_line_or_margin_highlight): Use b and e
	as loop sentinels.
2005-05-24 16:56:41 +00:00
Juanma Barranquero
8349069cda Fix typo in comment. 2005-05-24 15:34:09 +00:00