1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 15:00:42 -08:00
Commit graph

19429 commits

Author SHA1 Message Date
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
Stefan Monnier
3c916d6555 (xm_update_label, xm_update_list): Use the recommended
XmStringCreateLocalized function.  Add missing copyright.
2005-03-17 19:03:16 +00:00
Stefan Monnier
2defe37faf (x_update_menu_appearance) [USE_MOTIF]:
Use xic_create_fontsetname to create a fontset so utf-8 locales work.
(dump_realized_face): Fix warning.
2005-03-17 18:43:47 +00:00
Stefan Monnier
c28e7ae824 (xic_create_fontsetname): Add `motif' argument.
Always return a freshly allocated string.
(xic_create_xfontset): Adjust call.
2005-03-17 18:32:33 +00:00
Stefan Monnier
9f9e527507 *** empty log message *** 2005-03-17 17:17:57 +00:00
Stefan Monnier
f1145b54d8 (Fkill_emacs): YAILOM. 2005-03-17 17:11:50 +00:00
Stefan Monnier
888953f1ca (Fignore_event): Fix ancient obscure C-u handling bug. 2005-03-17 13:39:39 +00:00
YAMAMOTO Mitsuharu
48502d68e6 (HASHKEY_TERMINAL): Remove.
(HASHKEY_MAX_NID): New macro.
(xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
argument.
(xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
(xrm_create_database, xrm_q_put_resource)
(xrm_merge_string_database, xrm_q_get_resource_1)
(xrm_q_get_resource): Change resource database representation so that
it may not use multiple hash tables for a single database.
[TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
2005-03-17 08:02:53 +00:00
Stefan Monnier
11a646cddd *** empty log message *** 2005-03-17 02:01:23 +00:00