1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00
Commit graph

19437 commits

Author SHA1 Message Date
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
Jan Djärv
9188be4789 h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so
that it doesn't become "tooltip".  The specbind is enough.
2005-03-18 21:20:55 +00:00
Jan Djärv
a01a20dbff * xfns.c (Fx_create_frame): Removed setting of Vx_resource_name so
that it doesn't	become "tooltip".  The specbind is enough.
2005-03-18 21:19:23 +00:00
Jan Djärv
8d5980cff4 * xfns.c: Removed setting of Vx_resource_name so that it doesn't
become "tooltip".  The specbind is enough.
2005-03-18 21:17:42 +00:00
Jan Djärv
c7f6afd598 * xrdb.c (x_load_resources): Use different char *helv when I18N
is present.
2005-03-18 20:39:32 +00:00
Kenichi Handa
db32818283 *** empty log message *** 2005-03-18 07:10:50 +00:00
Stefan Monnier
211f2210f2 (x_update_menu_appearance) [HAVE_X_I18N]:
Use xic_create_fontsetname even for non-Motif menus.
Don't forget to free the fontsetname.
2005-03-18 04:21:17 +00:00
Stefan Monnier
968a667962 (xic_create_fontsetname): Add a final catch-all font pattern. 2005-03-18 02:25:13 +00:00
Richard M. Stallman
c7bd5d5712 *** empty log message *** 2005-03-18 00:15:23 +00:00
Richard M. Stallman
fe8b8401e7 (mirror_line_dance): Set W2 according to FRAME_FROM. 2005-03-17 23:39:12 +00:00
Richard M. Stallman
e1688f54df (buffer_lisp_local_variables): New function,
broken out from Fbuffer_local_variables.
(clone_per_buffer_values): Use buffer_lisp_local_variables.
2005-03-17 23:37:39 +00:00
Richard M. Stallman
7c0f6118c3 (Fcopy_file, Frename_file, Fadd_name_to_file)
(Fmake_symbolic_link): Use G to read the new file name.
2005-03-17 23:36:03 +00:00
Richard M. Stallman
75f9fbe87e (Finteractive): Document G option.
(Fcall_interactively): Implement G option.
2005-03-17 23:33:07 +00:00