Karl Heuer
55cfc73193
(graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
...
directly.
1994-10-04 12:10:17 +00:00
Karl Heuer
eb7db9e6c2
(insert_1, insert_from_string_1): Use new accessor macros instead of calling
...
XSET directly.
1994-10-04 12:09:34 +00:00
Karl Heuer
f8f645a1c2
(Fcompute_motion): Use new accessor macros instead of calling XSET directly.
1994-10-04 12:08:52 +00:00
Karl Heuer
2d80a27a7e
(make_minibuffer_frame, make_terminal_frame, Fselected_frame,
...
Fframe_root_window, Fframe_selected_window, Fset_frame_selected_window,
Fnext_frame, Fprevious_frame, Fdelete_frame, Fmouse_position,
Fmouse_pixel_position, Fmake_frame_visible, Fmake_frame_invisible,
Ficonify_frame): Use new accessor macros instead of calling XSET directly.
1994-10-04 12:07:50 +00:00
Karl Heuer
e0cb2a68a0
(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
...
instead of calling XSET directly.
1994-10-04 12:06:28 +00:00
Karl Heuer
46283abed5
(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor
...
macros instead of calling XSET directly.
1994-10-04 12:05:13 +00:00
Karl Heuer
d2fd0445cb
(Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
...
directly.
1994-10-04 12:04:15 +00:00
Karl Heuer
e9c9a718fb
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
...
of calling XSET directly.
1994-10-04 12:03:19 +00:00
Karl Heuer
f187f1f776
(make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
...
find_symbol_value, Fset, arith_driver, Frem, Fmod, Fash, Flsh): Use new
accessor macros instead of calling XSET directly.
1994-10-04 12:01:46 +00:00
Karl Heuer
67180c6ae0
(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
...
Fbuffer_enable_undo, Fcurrent_buffer, Fbury_buffer, Fmake_overlay,
init_buffer_once): Use new accessor macros instead of calling XSET directly.
1994-10-04 11:54:19 +00:00
Karl Heuer
45d12a8970
(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
...
Fmake_marker, make_uninit_string, make_pure_string, pure_cons,
make_pure_float, make_pure_vector, mark_buffer, gc_sweep, compact_strings,
Fmemory_limit): Use new accessor macros instead of calling XSET directly.
1994-10-04 11:47:46 +00:00
Karl Heuer
6520d056e8
(write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
...
instead of calling XSET directly.
1994-10-04 11:39:56 +00:00
Karl Heuer
df0f379b96
(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.
1994-10-04 10:42:48 +00:00
Karl Heuer
1681c5f411
Don't override definition of XSETINT.
...
(XSETUINT, XSETPNTR): Deleted.
1994-10-04 10:29:31 +00:00
Karl Heuer
f6c27bd8c3
(XSETPNTR): Deleted.
1994-10-04 10:24:08 +00:00
Karl Heuer
fd1a334555
Don't override definition of XSETINT.
1994-10-04 10:19:59 +00:00
Richard M. Stallman
2e6edd06cb
(MKTIME_OBJ): New variable.
...
(obj): Use MKTIME_OBJ.
1994-10-04 09:03:20 +00:00
Karl Heuer
113d901531
(Frecenter): Don't trigger point-motion hooks.
1994-10-03 00:25:59 +00:00
Karl Heuer
a89a914a8d
(Finsert_file_contents): set type of `end', not just the value.
1994-10-02 23:57:26 +00:00
Karl Heuer
a444c70b51
(x_figure_window_size): Use new formula for scroll bar width.
1994-10-02 22:06:26 +00:00
Karl Heuer
d79998bcf9
Include <utime.h> here instead of in systime.h.
...
(set_file_times): Move struct declaration to top of file.
1994-10-02 21:51:57 +00:00
Karl Heuer
a67fa89930
Don't include <utime.h> here; do it in sysdep.c instead.
1994-10-02 21:41:57 +00:00
Karl Heuer
c22ba74f30
(HAVE_UTIME_H): Add #undef.
1994-10-02 21:28:52 +00:00
Paul Reilly
c98fcf4b7e
(popup_get_selection): Remove BLOCK_INPUT, UNBLOCK_INPUT since the
...
calls to popup_get_selection() provide the protection.
1994-10-02 21:23:53 +00:00
Paul Reilly
4dedbfe0bf
(widget_id_tick): Renamed from popup_id_tick.
...
(popup_get_selection, popup_activated, popup_activate_callback,
menubar_selection_callback, popup_deactivate_callback,
single_submenu): New or replaced functions.
(popup_activated_flag): New variable.
(dispatch_dummy_expose, event_is_in_menu_item, map_event_to_object):
Removed.
(update_frame_menubar): Use lw_refigure_widget to provide widget set
independence.
(set_frame_menubar): Use lw_allow_resizing to control unsightly Motif
menubar resizing in a widget set independent fashion.
(xmenu_show): Removed menubar handling code, since that is now done in
lwlib. Display a popup menu title centered and followed by two
separators. Use lw_popup_menu() to display the menu. Use
popup_get_selection() to deal with X11 event handling while the menu
is posted.
1994-10-02 15:51:13 +00:00
Paul Reilly
a263cd2dd9
(XTread_socket): Use popup_get_selection() for X11 menubar event handling.
1994-10-02 13:37:59 +00:00
Paul Reilly
6c32dd68aa
(HACK_EDITRES): Declare if using X11R5.
...
(widget_id_tick): New variable.
(x_any_window_to_frame): Use lw_window_is_in_menubar() for
widget set independence.
(x_window): Renamed screen_widget to frame_widget. Use
lw_create_widget() and lw_set_main_areas() for widget set
independence. Enable using editres for X11R5.
1994-10-02 13:29:03 +00:00
Paul Reilly
69524b98c0
(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
...
independence.
1994-10-02 13:13:17 +00:00
Paul Reilly
b7720e0585
Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.
1994-10-02 12:37:21 +00:00
Paul Reilly
4f0b919bac
(make_lispy_event): Do not set item. Now handled in xmenu.c by
...
(popup_get_selection).
1994-10-02 12:26:46 +00:00
Richard M. Stallman
df0b5ea16e
(redisplay_window): If we set PT, and that alters a region
...
being displayed, call try_window again.
1994-10-02 02:41:24 +00:00
Richard M. Stallman
bbdc209278
(head_table): Set up Qdelete_frame.
...
(kbd_buffer_get_event): Handle delete_window_event by making
a delete-frame event.
1994-10-01 21:25:41 +00:00
Richard M. Stallman
d134b17bcb
(keys_of_frame): Make binding for delete-frame.
1994-10-01 21:24:44 +00:00
Richard M. Stallman
cab4777e78
(Foverlay_get): Handle `category' property on overlay.
1994-10-01 21:02:59 +00:00
Richard M. Stallman
a8a3c4213f
Comment change.
1994-10-01 09:07:05 +00:00
Richard M. Stallman
1a0201170f
(compile_range): When casting to const unsigned char *, put const first.
1994-10-01 09:06:07 +00:00
Richard M. Stallman
a0efd88707
(LIBXTR6): If NEED_LIBW, add -lw.
1994-10-01 04:54:34 +00:00
Richard M. Stallman
d848c520c9
(NEED_LIBW): Defined.
1994-10-01 04:54:08 +00:00
Richard M. Stallman
fe9f955af3
(LDFLAGS): New variable.
...
(LIBX): Use LDFLAGS.
1994-10-01 04:42:45 +00:00
Richard M. Stallman
62476adc55
(Fmake_local_variable): Doc fix.
...
(Flocal_variable_p): New function.
(syms_of_data): defsubr it.
1994-09-30 20:32:45 +00:00
Richard M. Stallman
b2728f4bde
(check_writable, check_executable) [__HURD__]: Use eaccess.
1994-09-29 23:20:43 +00:00
Richard M. Stallman
4699e6d2a1
(compute_char_face): Handle list as overlay face property.
...
(compute_char_face): If face text-property is a list,
merge the attributes of the faces in the list.
1994-09-29 23:00:43 +00:00
Richard M. Stallman
53dfb38830
(Fset_face_attribute_internal): Mark frame garbaged whenever
...
any face's font or color is changed.
1994-09-29 20:25:45 +00:00
Karl Heuer
829f7f7ce3
(scmp): Use unsigned chars, to avoid confusing DOWNCASE.
1994-09-29 19:37:26 +00:00
Karl Heuer
7c118b57e6
(x_report_frame_params): Fix format/arg mismatch.
1994-09-29 19:23:41 +00:00
Karl Heuer
d63c1903de
(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.
1994-09-29 19:22:57 +00:00
Roland McGrath
59c0e56754
[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.
1994-09-28 21:00:06 +00:00
Karl Heuer
7451ae15f9
(syms_of_dired): Undo Sep 16 change.
1994-09-28 20:45:25 +00:00
Karl Heuer
8a9b0da95a
(Fdelete_file): Undo Sep 16 change.
1994-09-28 20:45:08 +00:00
Karl Heuer
0cabaf3108
Comment fix.
1994-09-28 01:58:46 +00:00