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

4905 commits

Author SHA1 Message Date
Richard M. Stallman
cbaea8afb0 (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted.
config.h should handle them.
1995-04-08 04:40:31 +00:00
Richard M. Stallman
1af9f229f1 (redisplay): Don't call update_frame for non-selected termcap frame.
(decode_mode_spec): Add %F code.
Order alternatives alphabetically.
1995-04-08 04:31:45 +00:00
Karl Heuer
2ac53dfa6d Update copyright. 1995-04-08 02:10:53 +00:00
Karl Heuer
2470a66f76 (kbd_buffer_get_event): Check for frame buried in a cons.
Delete menu_bar_event handling code.
(make_lispy_event): Move it here, so it gets a switch-frame if needed.
1995-04-08 00:22:33 +00:00
Richard M. Stallman
ab2f96f822 (prepare_menu_bars): Do the frame titles last. 1995-04-08 00:19:28 +00:00
Richard M. Stallman
a4f069b067 Use "..." in #include. 1995-04-08 00:01:20 +00:00
Karl Heuer
fb7756026a (Fcall_interactively): Fix previous change. 1995-04-07 23:10:25 +00:00
Richard M. Stallman
e92d107bce (Fcall_interactively): `+' is reserved for user changes. 1995-04-07 22:46:38 +00:00
Richard M. Stallman
833ba34267 (read_process_output_error_handler)
(exec_sentinel_error_handler): Fsleep_for wants two args.
1995-04-07 22:41:58 +00:00
Richard M. Stallman
01d5e8928a (menubar_selection_callback, dialog_selection_callback)
(single_submenu): Cast pointer to int by way of EMACS_INT.
1995-04-07 19:02:49 +00:00
Richard M. Stallman
a7bf3c5459 (Flogb): Use EMACS_INT for `value'. 1995-04-07 19:00:48 +00:00
Richard M. Stallman
fef91f5ac2 (tgetent): Don't try to return the allocated address.
Always return 1 if successful.
1995-04-07 18:58:05 +00:00
Richard M. Stallman
57937a87a6 (Fformat): Cast int to pointer by way of EMACS_INT.
(Fformat_time_string): Use emacs_strftime.  Doc fix.
1995-04-07 18:49:03 +00:00
Richard M. Stallman
8d50503997 (search_buffer): Avoid casting trt to int.
Use EMACS_INT for comparing pointers.
1995-04-07 18:46:21 +00:00
Richard M. Stallman
e841a430cd (Fdelete_overlays): Add declaration. 1995-04-07 18:39:56 +00:00
Richard M. Stallman
56894adda0 (parse_modifiers): Use type EMACS_INT for `modifiers'. 1995-04-07 18:38:06 +00:00
Richard M. Stallman
16f60add1c (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *)
for comparison with face->font.
1995-04-07 18:33:16 +00:00
Richard M. Stallman
5141799643 (bcopy): If NEED_BCOPY, do compile this. 1995-04-07 18:26:02 +00:00
Richard M. Stallman
0c00bc70d8 (get_doc_string): In (STRING . INTEGER), if INTEGER
is negative, negate it.
1995-04-07 07:18:00 +00:00
Richard M. Stallman
6541197790 (Fuser_variable_p): For (STRING . INTEGER), test sign. 1995-04-07 07:17:19 +00:00
Richard M. Stallman
30b4fc2341 (C_SWITCH_X_SYSTEM): Defined. 1995-04-07 06:54:50 +00:00
Richard M. Stallman
d08d3fb37a (LIBS_SYSTEM): New override definition. 1995-04-07 06:30:40 +00:00
Richard M. Stallman
89ca3e1b91 (Fmake_overlay): Use XMISCTYPE. 1995-04-07 05:32:09 +00:00
Richard M. Stallman
a5da44fe96 (Fmake_marker, mark_object): Use XMISCTYPE.
(clear_marks, gc_sweep): Use u_marker union elt to extrat misc type.
1995-04-07 05:28:07 +00:00
Richard M. Stallman
47e28b2cfe (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
(defvar_per_buffer): Use XMISCTYPE.
1995-04-07 05:21:50 +00:00
Richard M. Stallman
5db20f0831 (print): Use XMISCTYPE. 1995-04-07 05:20:19 +00:00
Richard M. Stallman
81d1fba6c9 (internal_equal): Use XMISCTYPE. 1995-04-07 05:19:14 +00:00
Richard M. Stallman
324a6eef85 (Ftype_of, do_symval_forwarding, store_symval_forwarding)
(find_symbol_value, Fmake_variable_buffer_local, Fmake_local_variable):
Use XMISCTYPE.
1995-04-07 05:17:56 +00:00
Richard M. Stallman
3f000d8c7f (intern_face): Cast FONT_DEFAULT to (XFontStruct *)
for comparison with face->font.
1995-04-07 03:59:57 +00:00
Richard M. Stallman
bd3a4da283 (frame_vector): New static variable.
(syms_of_xmenu): staticpro it.
(frame_vector_add_frame): New function.
(set_frame_menubar): Use frame_vector; use index as the widget id.
(free_frame_menubar): Likewise.  Remove the frame from frame_vector.
(menubar_selection_callback): Use frame_vector to turn id into frame.
1995-04-07 03:39:07 +00:00
Richard M. Stallman
8217c64768 (CHECK_IMPURE): Remove & from before my_edata. 1995-04-07 02:59:03 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Richard M. Stallman
1d233b80d2 (main): Cast arg to `brk'. 1995-04-07 01:03:01 +00:00
Richard M. Stallman
7d15896456 Treat __NetBSD__ like __FreeBSD__. 1995-04-06 21:55:02 +00:00
Karl Heuer
8843589021 (Fplist_put): Fix missing \n\. 1995-04-06 18:57:58 +00:00
Karl Heuer
21a6ce3ada (x_window_to_frame): Skip non-X frames before testing dpyinfo.
[USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
1995-04-06 18:51:54 +00:00
Simon Marshall
e1960a184a Doc fixes to match declared args. 1995-04-06 12:18:08 +00:00
Richard M. Stallman
d82767682a (BASE_PURESIZE): Increment to 310000. 1995-04-06 08:11:31 +00:00
Richard M. Stallman
2f3f993bdf (Fkill_buffer): Call reset_buffer_local_variables
and swap_out_buffer_local_variables.
(swap_out_buffer_local_variables): New subroutine.
(Fkill_all_local_variables): Use that subroutine.
1995-04-06 06:58:50 +00:00
Richard M. Stallman
94f9497203 (Flooking_at, Fposix_looking_at): Change arg name. 1995-04-06 05:18:35 +00:00
Richard M. Stallman
828ac69365 (Fraise_frame, Flower_frame): Now interactive. 1995-04-06 02:53:19 +00:00
Karl Heuer
661c7d6ebd (Ffetch_bytecode): New function.
(funcall_lambda): Call it.
(syms_of_eval): defsubr it.
1995-04-05 03:05:26 +00:00
Karl Heuer
c6972ec8d3 Declare Ffetch_bytecode. 1995-04-05 03:04:48 +00:00
Karl Heuer
19126e1177 New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
and x_top_window_to_frame.
1995-04-03 23:37:17 +00:00
Karl Heuer
2d271e2eac (x_window_to_frame): New arg DPYINFO. All callers changed.
(x_any_window_to_frame, x_top_window_to_frame): Likewise.
1995-04-03 23:34:26 +00:00
Karl Heuer
93572b4317 (main): Start with an empty message log. 1995-04-03 22:16:16 +00:00
Karl Heuer
d8616fc1c3 (Fy_or_n_p): Don't log prompt.
(Fyes_or_no_p): Fix typo in doc string.
1995-04-03 22:14:27 +00:00
Karl Heuer
6c4429a502 (message_nolog): New function. 1995-04-03 22:10:36 +00:00
Karl Heuer
1979717a5a (message_nolog): Declare this function. 1995-04-03 22:08:29 +00:00
Karl Heuer
439ae27bd7 Declare Vmessage_log_max. 1995-04-03 21:48:34 +00:00