Commit graph

19449 commits

Author SHA1 Message Date
Kim F. Storm
bbc012e0c3 (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. 2005-04-03 22:27:05 +00:00
Kim F. Storm
4d5ddddce8 *** empty log message *** 2005-04-03 22:26:43 +00:00
Kim F. Storm
fff3ff9c18 (Ffuncall): Always call CHECK_CONS_LIST on entry.
Call it again after autoload.
2005-04-03 22:08:58 +00:00
Kim F. Storm
2ba613a6aa *** empty log message *** 2005-04-03 22:08:17 +00:00
Jan Djärv
a4766fd5e6 #include blockinput also 2005-04-02 12:12:48 +00:00
Jan Djärv
1673df2e0d * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
mallopt.

* ralloc.c (r_alloc_init): Ditto.
2005-04-02 12:05:38 +00:00
Kenichi Handa
9cf97f2680 *** empty log message *** 2005-04-01 01:30:38 +00:00
Kenichi Handa
41639988b2 *** empty log message *** 2005-04-01 01:12:22 +00:00
Kenichi Handa
0190922fb4 (looking_at_1): Use current_buffer->case_canon_table,
not DOWNCASE_TABLE.
(string_match_1): Likewise.
(fast_c_string_match_ignore_case): Use Vascii_canon_table, not
Vascii_downcase_table.
(fast_string_match_ignore_case): Likewise.
(search_buffer): Fix checking of boyer-moore usability.
(boyer_moore): Calculate translate_prev_byte1/2/3 in advance.  No
need of tranlating characters in PAT.  Fix calculation of
simple_translate.
2005-04-01 01:05:46 +00:00
Kenichi Handa
f79609dc4c (set_case_table): If standard is nonzero, setup
Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
2005-04-01 01:05:29 +00:00
Kenichi Handa
b80785d3d3 (Vascii_upcase_table, Vascii_canon_table,
Vascii_eqv_table): Extern them.
2005-04-01 01:05:05 +00:00
Stefan Monnier
6ca5360192 Include ThreeD.h for XtNbeNiceToColormap.
(x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
Use XtNtopShadowPixel and XtNbottomShadowPixel.
(x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
really work and that breaks with some versions of Xaw3d.
2005-03-31 22:43:13 +00:00
Kenichi Handa
fafbb99d57 *** empty log message *** 2005-03-31 11:22:55 +00:00
Kenichi Handa
4220560759 (Vcoding_category_list): Docstring fix. 2005-03-31 11:21:14 +00:00
Kenichi Handa
bf762c986c *** empty log message *** 2005-03-31 11:20:58 +00:00
Kim F. Storm
c22237f77e (Qmouse_fixup_help_message): New var.
(syms_of_keyboard): Intern and staticpro it.
(show_help_echo): Apply mouse-fixup-help-message to help string.
2005-03-31 10:11:14 +00:00
Kim F. Storm
f793f88572 *** empty log message *** 2005-03-31 10:10:59 +00:00
Stefan Monnier
f34574c6d5 (search_embedded_absfilename): Fix last change. 2005-03-30 22:33:00 +00:00
Kim F. Storm
39df553f4d (display_line): Allow multiple overlay arrows in window. 2005-03-29 22:28:27 +00:00
Kim F. Storm
c364fe1954 *** empty log message *** 2005-03-29 22:28:11 +00:00
Stefan Monnier
c70a4df6d2 (Fexpand_file_name): Use IS_DEVICE_SEP.
(file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
(Ffile_name_absolute_p): Use it.
(search_embedded_absfilename): New fun, extracted from Fsubstitute_in_file_name.
Use file_name_absolute_p.  Free the pw data after use.
(Fsubstitute_in_file_name): Use it.
After cutting a prefix, re-check file-name-handler.
2005-03-28 21:31:14 +00:00
Stefan Monnier
8f59a4b0d6 (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1. 2005-03-27 14:23:09 +00:00
Jason Rumney
bc2223e6cd (x_output): add focus_state. 2005-03-26 00:20:27 +00:00
Jason Rumney
55131bef54 (x_focus_changed, w32_detect_focus_change): New functions.
(w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
2005-03-26 00:19:53 +00:00
Jason Rumney
6e7d0438ef *** empty log message *** 2005-03-26 00:19:09 +00:00
Stefan Monnier
6567170621 *** empty log message *** 2005-03-25 15:33:22 +00:00
Stefan Monnier
d850b038c3 (Fminibuffer_complete_and_exit, Fself_insert_and_exit): Use Fexit_minibuffer.
(Fexit_minibuffer): Mark it as no-return, deactivate the mark.
2005-03-25 14:57:46 +00:00
Kenichi Handa
dc3a0017db (syms_of_coding): Suggest to use set-coding-category in
the docstring of coding-category-list.
2005-03-25 04:28:40 +00:00
Stefan Monnier
781da985a7 *** empty log message *** 2005-03-24 22:07:08 +00:00
Stefan Monnier
7435aef8d0 (Ffile_attributes): Add a missing gcpro. 2005-03-24 22:06:36 +00:00
Stefan Monnier
0de4dad447 (comint-insert-input): Obey mouse-yank-at-point. 2005-03-24 21:24:09 +00:00
Stefan Monnier
ddf9883e17 (make_number): Make prototype more precise. 2005-03-24 19:53:53 +00:00
Stefan Monnier
217604dab1 (make_number): The arg can be bigger than `int'. 2005-03-24 19:51:13 +00:00
Stefan Monnier
c1120f9404 (Vfile_name_coding_system, Vdefault_file_name_coding_system):
Remove unused declarations.
2005-03-24 19:14:05 +00:00
Stefan Monnier
fe12847aa4 (Vdoc_file_name, Vfile_name_coding_system)
(Vdefault_file_name_coding_system): Remove unused declaration.
2005-03-24 19:09:58 +00:00
Jan Djärv
ff18668fa0 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
if it failed to pop up (Gnome "show pointer on ctrl" option makes
menus fail to pop up).
2005-03-24 18:53:43 +00:00
Stefan Monnier
04c769c2bd (get_next_display_element): Also use \ ' & \-' for latin-9.
Just prepend a backslash without replacing the NBSP by an SPC.
2005-03-24 17:42:50 +00:00
Stefan Monnier
66347da75f (get_next_display_element): Also use \ ' and \-' for latin-9. 2005-03-24 14:04:19 +00:00
Kim F. Storm
8df0ffbe5f *** empty log message *** 2005-03-22 23:08:41 +00:00
Kim F. Storm
d196a54737 (lookup_derived_face): Add arg SIGNAL_P. 2005-03-22 23:02:03 +00:00
Kim F. Storm
3a2b4c84cc (handle_single_display_spec): Derive left-fringe and
right-fringe face from fringe face.
2005-03-22 23:01:17 +00:00
Kim F. Storm
20a9850596 (XMenuActivate): Fix call to lookup_derived_face. 2005-03-22 23:00:59 +00:00
Kim F. Storm
308785c124 (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
Derive face from fringe face.
2005-03-22 23:00:44 +00:00
Kim F. Storm
19aaca78a7 * dispextern.h (lookup_derived_face): Fix prototype. 2005-03-22 23:00:23 +00:00
Jan Djärv
6ca30ba48f * xrdb.c (x_load_resources): Undo previous change (2005-03-18). 2005-03-22 21:42:44 +00:00
David Kastrup
d615870ac5 (Fnext_char_property_change)
(Fprevious_char_property_change): allow marker as limit.
(Fnext_single_char_property_change)
(Fprevious_single_char_property_change): Check that limit is a
number in strings.
(Fnext_single_char_property_change): Coerce position to integer.
(Fprevious_single_char_property_change): Same here.
2005-03-22 16:04:02 +00:00
Thien-Thi Nguyen
32b939ead5 (LD_SWITCH_SYSTEM_tmp): Define if undefined. 2005-03-21 17:36:01 +00:00
Stefan Monnier
6027e473ed (Fignore_event): Remove.
(syms_of_frame): Don't defsubr it.
2005-03-19 16:37:27 +00:00
Stefan Monnier
a18bf8979e (keys_of_keyboard): Just use ignore' instead of the redundant ignore-event'. 2005-03-19 16:36:01 +00:00
Eli Zaretskii
730f4d722a (write_segment, unexec): Move these functions to avoid forward
references (which cause errors with "gcc -gcoff").
2005-03-19 11:52:25 +00:00