1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 01:40:53 -08:00
Commit graph

11894 commits

Author SHA1 Message Date
Karl Heuer
a37e10f9fe (Foverlay_start, Foverlay_end): Declare these functions.
(Fprevious_single_property_change, Fend_of_line, Felt): Ditto.
(Fforward_line, Fforward_word, Fdelete_region, Fforward_char): Ditto.
(Fnarrow_to_region, Fwiden, Fmatch_beginning, Fmatch_end): Ditto.
(Fskip_chars_forward, Fskip_chars_backward): Ditto.
(Ffile_name_absolute_p, read_doc_string): Ditto.
(get_frame_param, store_frame_param, store_in_alist): Ditto.
(describe_map_tree): Declaration moved here from keymap.c.
1995-05-26 04:29:09 +00:00
Karl Heuer
10774fb577 (dired-find-buffer-nocreate): Don't try to find a
wildcard as a subdirectory.
1995-05-26 04:23:21 +00:00
Karl Heuer
499ea23b07 (x_set_frame_parameters) Fix typo. 1995-05-26 04:18:39 +00:00
Karl Heuer
adab4483a5 (standard_args): -i, -itype, --icon-type take 0, not 1, args 1995-05-26 04:17:02 +00:00
Karl Heuer
c27c10423e (gud-common-init): Don't die if filename not supplied.
Omit trailing hyphen when no filename follows.
1995-05-26 04:14:08 +00:00
Karl Heuer
2db10f13d9 (texinfo-sequentially-find-pointer): Don't modify
the kill ring.
1995-05-26 04:00:52 +00:00
Karl Heuer
689cee2acc (byte-compile-insert-header):
When using dynamic docstrings, refuse to load in 19.28 and older.
In that error message, don't mention the directory names.
1995-05-26 03:57:42 +00:00
Karl Heuer
6e4aafdc8a (x-create-frame-with-faces): Read geometry resource
and use that while creating the frame.
1995-05-26 03:54:38 +00:00
Karl Heuer
ecd1f654a1 (create_process, send_process): Add volatile qualifiers.
(wait_reading_process_input) [both versions]: Cast args of select.
1995-05-26 03:21:30 +00:00
Karl Heuer
59d8dc5715 (Fsubstitute_command_keys): Cast arg of describe_map_tree. 1995-05-26 02:52:36 +00:00
Karl Heuer
d0c60136db (describe_map_tree): Move declaration to lisp.h. 1995-05-26 02:49:43 +00:00
Karl Heuer
29eb72ac6e (adjust_point): Declare arg AMOUNT. 1995-05-25 18:18:56 +00:00
Karl Heuer
ee384542b3 (scan_lists): Make stringterm an unsigned char. 1995-05-25 18:17:25 +00:00
Karl Heuer
78aa2ba571 (XTread_socket): For MapNotify, call record_asynch_buffer_change. 1995-05-25 17:07:37 +00:00
Karl Heuer
feb0c42f14 (prepare_menu_bars): Update frame titles before menu bars. 1995-05-25 17:06:56 +00:00
Karl Heuer
bd9e3e7543 (Fframe_or_buffer_changed_p): Record frame names
as well as the frame objects.
1995-05-25 17:06:34 +00:00
Karl Heuer
cc17e9bf31 (xmenu_show, xdialog_show): Increment widget_id_tick
in the same was as in xfns.c.  Use LWLIB_ID type where appropriate.
(set_frame_menubar, free_frame_menubar): Add casts to LWLIB_ID.
1995-05-25 16:01:12 +00:00
Karl Heuer
b7975ee409 (Fx_get_resource): Major rewrite to make it clearer.
(validate_x_resource_name): Use build_string, not make_string.
(Fx_create_frame): Initially use Vinvocation_name as resource name.
Switch to frame name if frame name is explicit.
(x_display_info_for_name, Fx_open_connection): Add casts.
Initially use Vinvocation_name as resource name.
[USE_X_TOOLKIT] (x_window): Use Vx_resource_name for widget names.
1995-05-25 16:00:51 +00:00
Karl Heuer
b212bc895d Fix typo. 1995-05-25 15:53:35 +00:00
Karl Heuer
c32cdd9a11 (XTflash): Use pointers as args to select.
(XTread_socket, x_set_offset, x_set_window_size)
(x_make_frame_invisible): Cast 2nd arg to x_wm_set_size_hint.
(XTclear_end_of_line): Don't specify return type.
(note_mouse_highlight): Declare args x and y.
(x_icon_type): New declaration.
(flashback): Declaration deleted.
1995-05-25 15:18:16 +00:00
Karl Heuer
a1d789d0f9 (change_frame_size_1): Declare arg DELAY. 1995-05-25 15:08:28 +00:00
Karl Heuer
a2b27e7335 (do_symval_forwarding, frame_buffer_predicate): Declare these. 1995-05-25 15:05:41 +00:00
Karl Heuer
ea4d290972 (format1): Cast arg of doprnt. 1995-05-25 14:31:30 +00:00
Karl Heuer
cc04c67905 (Fcall_interactively): Cast arg of doprnt. 1995-05-25 14:30:07 +00:00
Karl Heuer
d99d58630a (message): Cast arg of doprnt.
(scroll_bottom_vpos, fmodetrunc): Declarations deleted.
1995-05-25 14:28:18 +00:00
Karl Heuer
dd913f03bd (menu_bar_items): Declare this function. 1995-05-24 22:46:18 +00:00
Karl Heuer
ab552306a8 (queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.
1995-05-24 22:08:58 +00:00
Karl Heuer
88d4f6ec12 (Fx_popup_dialog): Treat (menu-bar) like t, for POSITION. 1995-05-24 21:43:00 +00:00
Karl Heuer
c4c6d073e6 (Fdelete_frame): When updating Vdefault_minibuffer_frame,
insist on a frame on the proper keyboard.
1995-05-24 21:34:23 +00:00
Karl Heuer
0b60f47d26 Clarify use of site-init.el. 1995-05-24 20:50:54 +00:00
Karl Heuer
07a7096a4b (x_connection_closed): Unblock input, first thing.
Set Vdefault_minibuffer_frame to t
before deleting a frame that might have its own minibuffer.
1995-05-24 20:37:08 +00:00
Karl Heuer
50d326a456 Delete reference to ALT. Change <Rubout> to <Delete>. 1995-05-24 20:17:16 +00:00
Karl Heuer
3f18a142f9 (vendor-specific-keysyms): Add second spelling for HP. 1995-05-24 04:59:27 +00:00
Karl Heuer
4a4cbdd528 (x_set_offset): Add border_width when calling XMoveWindow. 1995-05-24 04:54:34 +00:00
Karl Heuer
07a6381603 (x_set_frame_parameters): Pass 1 as change_gravity
when calling x_set_offset.
(x_real_positions): Don't add border_width into win_x, win_y.
1995-05-24 04:54:16 +00:00
Karl Heuer
ab6c5d9371 (struct x_display): New field menubar_height. 1995-05-24 04:43:12 +00:00
Karl Heuer
1d1c15673e (set_frame_menubar): Set menubar_height field. 1995-05-24 04:42:52 +00:00
Karl Heuer
00983aba26 (x_window) [both versions]: Set menubar_height.
[USE_X_TOOLKIT] (x_window): Don't call XMoveWindow
or x_calc_absolute_position.  Do use the border_width.
1995-05-24 04:42:09 +00:00
Karl Heuer
c81412a05f (x_calc_absolute_position): Use menubar_height field.
In toolkit case, use outermost Emacs widget and its parent.
[USE_X_TOOLKIT] (x_make_frame_visible): Do call x_set_offset.
1995-05-24 04:41:16 +00:00
Karl Heuer
85e5332713 (create_frame_gcs, setup_frame_gcs): Reformat long statements. 1995-05-24 03:58:29 +00:00
Karl Heuer
34d5ae1e25 (hack_wm_protocols): Use cast instead of suffix. 1995-05-24 03:49:46 +00:00
Karl Heuer
c760f47e2d [USE_X_TOOLKIT] (x_window): Pass position to toolkit
only if user-specified.  But always use XMoveWindow to move the
window to that position.
1995-05-24 02:45:21 +00:00
Karl Heuer
58595309d2 (Fgarbage_collect): Clear consing_since_gc first thing. 1995-05-24 01:39:24 +00:00
Karl Heuer
82a7410763 (delete-frame-enabled-p): New subroutine.
Use frame-visible-p to reduce consing.
1995-05-24 01:02:08 +00:00
Karl Heuer
ccc06dcce5 (describe-prefix-bindings): If key is a string,
make a substring; for a vector, make a vector.
1995-05-24 00:46:17 +00:00
Karl Heuer
c7aa500584 (set_buffer_internal_1): New subroutine.
(Fmove_overlay): Don't set windows_or_buffers_changed.
1995-05-24 00:43:27 +00:00
Karl Heuer
f72df6ac01 (redisplay_window): Use set_buffer_internal_1. 1995-05-24 00:42:21 +00:00
Karl Heuer
628bc1e661 Remove version number. 1995-05-24 00:30:41 +00:00
Francesco Potortì
0f39406594 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
former gives the true path even in the presence of simlinks.
1995-05-23 15:40:31 +00:00
Karl Heuer
a504c8fa20 (XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args. 1995-05-23 03:04:22 +00:00