1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-07 14:31:41 -08:00
Commit graph

17106 commits

Author SHA1 Message Date
Jason Rumney
5adcec2317 (Ffile_symlink_p): Let handlers handle symlinks even
when system does not support them.
2003-05-07 22:14:01 +00:00
Kenichi Handa
1f816871d4 *** empty log message *** 2003-05-06 02:50:01 +00:00
Stefan Monnier
5fe3b8a416 *** empty log message *** 2003-05-05 19:13:41 +00:00
Stefan Monnier
bd23561041 (Qwrite_region_annotate_functions): New var.
(build_annotations): Use it to process the global part of the hook.
(syms_of_fileio): Init and staticpro it.
2003-05-05 18:13:08 +00:00
Stefan Monnier
edf505ce9a (map_keymap): Doc fix. 2003-05-05 18:06:03 +00:00
Stefan Monnier
adec392eb2 (safe_run_hooks_error): Display the error instead of silently ignoring it. 2003-05-05 14:36:09 +00:00
Stefan Monnier
318ab85c81 (menu_bar_item): Adjust declaration.
(menu_bar_one_keymap_changed_items): Declare.
2003-05-04 01:44:08 +00:00
Stefan Monnier
4216b545a9 (input_available_signal): Mark static.
(menu_bar_items): Use map_keymap.
(menu_bar_one_keymap): Remove.
(menu_bar_item): Adjust arglist (for use in map_keymap).
Properly hide a second binding when not both are keymaps.
2003-05-04 01:39:33 +00:00
Stefan Monnier
0695ce9138 (struct skp): New struct, to pass args through map_keymap.
(single_keymap_panes): Use it and map_keymap.
(single_menu_item): Use skp as well.
2003-05-04 01:27:32 +00:00
Stefan Monnier
9d3153eb87 (map_keymap_item, map_keymap_char_table_item, map_keymap)
(map_keymap_call, Fmap_keymap): New functions.
(syms_of_keymap): Defsubr map-keymap.
2003-05-04 00:13:06 +00:00
Stefan Monnier
b41ea33eef (map_keymap_function_t): New type.
(map_keymap): Declare.
2003-05-04 00:10:01 +00:00
Stefan Monnier
5ed6ba5b28 *** empty log message *** 2003-05-03 18:44:49 +00:00
Jan Djärv
4b1b444335 * gtkutil.c (create_dialog, make_widget_for_menu_item)
(make_menu_item, create_menus, xg_update_menu_item): Don't call
..._with_mnemonic functions for menu items.
2003-05-02 12:20:16 +00:00
Stefan Monnier
04b28167ad (Funwind_protect): Use func = Fprogn rather symbol = Qnil. 2003-05-01 19:38:05 +00:00
Kenichi Handa
b666620cdd (coding_system_accept_latin_extra_p): Delete this
function.
(find_safe_codings): Pay attention to
the property tranlsation-table-for-encode of each codings.
(syms_of_coding): Give Qtranslation_table the extra slot number 2.
2003-05-01 04:34:57 +00:00
Stefan Monnier
32c0622910 (unbind_to): Don't handle symbol = Qnil any more. 2003-05-01 00:43:29 +00:00
Stefan Monnier
6cbe2e289a (CHECK): Wrap args in parenthesis.
(specbind): Fix doc: symbol = Qnil is not supported any more.
2003-05-01 00:36:21 +00:00
Stefan Monnier
ba3fb06394 (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil. 2003-05-01 00:22:31 +00:00
Stefan Monnier
65470b5257 (parse_modifiers_uncached): Parse down', drag',
`double', and `triple' modifiers as well.
2003-04-30 21:04:13 +00:00
Richard M. Stallman
ed3c33148b *** empty log message *** 2003-04-30 12:08:31 +00:00
Richard M. Stallman
2ff4d3d9b8 (echo_char): Don't clear out a dash that follows a space. 2003-04-30 12:08:07 +00:00
Richard M. Stallman
9568459289 (abort_on_gc): Add decl. 2003-04-30 12:06:39 +00:00
Richard M. Stallman
d063129f1e (Fsignal): Clear abort_on_gc. 2003-04-30 12:06:04 +00:00
Richard M. Stallman
67965a9816 (Fformat): Set abort_on_gc during first scan of format.
Reinit FORMAT_START and END before second scan.
2003-04-30 12:05:37 +00:00
Richard M. Stallman
3de0effb43 (abort_on_gc): New variable.
(Fgarbage_collect): Abort if abort_on_gc is set.
2003-04-30 12:04:39 +00:00
Richard M. Stallman
ccbb9ed2e0 (move_it_vertically_backward): Do the final big else even if nlines is 0.
(redisplay_internal): Finish the per-frame loop
even if redisplay is suspended by input.
2003-04-30 12:03:53 +00:00
Andrew Choi
0b325c12a2 * macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1. 2003-04-25 04:32:25 +00:00
Kenichi Handa
4e837cd04f (skip_chars): Fix previous change. 2003-04-24 23:25:09 +00:00
Kenichi Handa
9af7511a2a (skip_chars): Make the code faster by using the common
technique of *p, *stop, and *endp.
2003-04-24 01:28:43 +00:00
Jan Djärv
e3b2c21fc7 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
tool_bar_items so GTK tool bar expose callback does not access items
  being updated.
2003-04-23 17:51:33 +00:00
Richard M. Stallman
0270b8776e Fix comment typo. 2003-04-21 01:39:06 +00:00
Stefan Monnier
96d44c6499 (Fapply): Undo last change and add a comment about why. 2003-04-19 18:58:56 +00:00
Miles Bader
c6464167c6 (Faset): Calculate nbytes earlier, to satisfy the now pickier
PARSE_MULTIBYTE_SEQ.
2003-04-18 01:23:43 +00:00
Stefan Monnier
e509f1689a (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
(Fdefmacro): Fix docstring.  Use XCAR, XCDR.
(Fapply): Remove unnecessary GCPRO.
2003-04-17 22:27:13 +00:00
Stefan Monnier
8a7bde3e88 (Fsubstitute_command_keys): Remove spurious casts. 2003-04-17 21:58:34 +00:00
Stefan Monnier
304f9d2a3d (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. 2003-04-17 21:55:18 +00:00
Stefan Monnier
d895183d11 Don't hardcode BEG==1. 2003-04-17 21:52:01 +00:00
Stefan Monnier
92cc28b2f8 (Fmake_byte_code): Improve the `usage' string. 2003-04-17 21:49:09 +00:00
Stefan Monnier
52ad5ecc6c (Fdefine_abbrev_table): Use XCAR, XCDR. 2003-04-17 21:44:50 +00:00
Richard M. Stallman
5ceea39819 *** empty log message *** 2003-04-16 05:10:19 +00:00
Richard M. Stallman
86bf3faa7a (try_window, try_window_reusing_current_matrix):
When at end of window, set window_end_pos to Z-ZV.
2003-04-16 05:09:36 +00:00
Richard M. Stallman
c87426c597 (Foverlay_recenter): Doc fix. 2003-04-16 05:07:38 +00:00
Andrew Choi
d243e605a0 * macterm.c (mac_check_for_quit_char): Don't check more often than
once a second.
2003-04-14 17:12:17 +00:00
Stefan Monnier
659d9874ad (Fsit_For): Support XEmacs-style arg list. 2003-04-14 16:29:18 +00:00
Stefan Monnier
6901b111fe (head_table): Use switch-frame as event_kind for select-window. 2003-04-11 23:44:43 +00:00
Stefan Monnier
a4e19f6e86 (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
specially, so that they can't hide an implicit switch-frame event.
(make_lispy_event): Handle SELECT_WINDOW_EVENT.
(keys_of_keyboard): Don't bind [select-window] in special-event-map.
2003-04-11 23:19:50 +00:00
Stefan Monnier
f3ce1df88f (Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.
2003-04-11 23:17:42 +00:00
Kenichi Handa
e301806fbf *** empty log message *** 2003-04-11 11:11:25 +00:00
Kenichi Handa
aa95b71094 *** empty log message *** 2003-04-11 11:03:01 +00:00
Kenichi Handa
2080470e71 (Vafter_insert_file_adjust_coding_function): Delete
this variable.
(Qafter_insert_file_set_coding): New variable.
(syms_of_fileio): Initialize and staticpro it.  Delete declaration
for after-insert-file-adjust-coding-function.
(Finsert_file_contents): Call Qafter_insert_file_set_coding
instead of Vafter_insert_file_adjust_coding_function.
2003-04-11 10:59:02 +00:00