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

3053 commits

Author SHA1 Message Date
Karl Heuer
9bcf8ec6d3 (create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr. 1994-04-26 21:17:19 +00:00
Richard M. Stallman
8db3b57351 (mark_object, case frame): Mark menu_bar_vector field. 1994-04-26 09:29:18 +00:00
Karl Heuer
a27a38d8a7 (adjust_point): New function.
(insert_1, insert_from_string_1, del_range_1): Use it.
1994-04-26 02:22:52 +00:00
Karl Heuer
2bcaed71df Use PT, not point.
(gap_left, gap_right, adjust_markers): Make these functions static.
1994-04-26 02:11:35 +00:00
Richard M. Stallman
4fc440b7df Fix GPL version. 1994-04-26 01:41:27 +00:00
Richard M. Stallman
1ec84625a9 (read_filtered_event): Use Vunread_command_events. 1994-04-26 01:19:39 +00:00
Richard M. Stallman
ba71d84a4b (temp_echo_area_glyphs): Use Vunread_command_events. 1994-04-26 01:19:14 +00:00
Karl Heuer
f65013b01a Fix comment. 1994-04-26 01:18:38 +00:00
Karl Heuer
06ef4a3f7e (XTmouse_position, XTread_socket): Don't use last_mouse_frame if it's dead. 1994-04-25 22:55:33 +00:00
Karl Heuer
983f76b88f (x_term_init): Add explicit cast. 1994-04-25 22:32:24 +00:00
Richard M. Stallman
f5e09c8b1b (menu_bar_item): Put a list of keymaps into the third
slot of an item in menu_bar_items_vector.

(kbd_buffer_get_event): Handle menu_bar_event.
1994-04-25 22:22:31 +00:00
Richard M. Stallman
765a05bcef (menu_bar_event): New event type. 1994-04-25 22:21:43 +00:00
Richard M. Stallman
cf07475434 (syms_of_xdisp): Set up Qmenu_bar_update_hook.
(update_menu_bar): Run that hook.
Fix failure to update menu bar when w->update_mode_line was nil.
1994-04-25 22:16:08 +00:00
Richard M. Stallman
c8b8e7e336 (make_frame): Initialize fields menu_bar_vector and menu_bar_items_used. 1994-04-25 22:12:09 +00:00
Richard M. Stallman
8d6de7cea6 (struct frame): New fields menu_bar_vector and menu_bar_items_used. 1994-04-25 22:10:01 +00:00
Richard M. Stallman
afb66a9aa8 (XTread_socket) [USE_X_TOOLKIT]: Let toolkit handle menu bar click. 1994-04-25 22:06:13 +00:00
Karl Heuer
1387d54e38 (F*_property_change): Typecheck limit argument. 1994-04-25 20:30:56 +00:00
Richard M. Stallman
147a661590 (Fselect_window): Use Fselect_frame. 1994-04-24 08:34:14 +00:00
Richard M. Stallman
c5a1522230 (Fkill_all_local_variables): Doc fix. 1994-04-24 05:13:41 +00:00
Richard M. Stallman
ab01d0a826 (create_process): Use child_setup_tty only if pty_flag. 1994-04-24 03:10:24 +00:00
Richard M. Stallman
13a72104de (create_process): Use SETUP_SLAVE_PTY only if pty_flag. 1994-04-24 03:06:55 +00:00
Richard M. Stallman
a90712c210 Implement special frames for specified buffers.
(Vspecial_display_buffer_names, Vspecial_display_regexps)
(Vspecial_display_function): New variables.
(syms_of_window): Set up Lisp variables.
(Fdisplay_buffer): Handle them.
1994-04-23 21:37:15 +00:00
Richard M. Stallman
4a7cfafcf7 (Fset_frame_selected_window): New function.
(syms_of_frame): Set up Lisp function.
1994-04-23 20:53:09 +00:00
Richard M. Stallman
a21cfa1191 (Vascii_canon_table, Vascii_eqv_table): Declared. 1994-04-23 19:22:06 +00:00
Richard M. Stallman
e9edf33c1c (reset_buffer_local_variables): Use Vascii_eqv_table
and Vascii_canon_table.
1994-04-23 16:32:44 +00:00
Richard M. Stallman
0799a502cd (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Do not test HAVE_GETHOSTNAME.
1994-04-23 06:02:52 +00:00
Richard M. Stallman
2a3c6d1150 (alloca.o): Use config_h.
(config_h): Use M_FILE and S_FILE.
(S_FILE, M_FILE): New variables hold names of config files.
1994-04-23 05:57:42 +00:00
Richard M. Stallman
7d0e672ed4 (max_process_desc): New variable.
(wait_reading_process_output): Don't look for process output
beyond that many bits.
(create_process, Fopen_network_stream, deactivate_process): Update it.
(init_process): Initialize it.
1994-04-23 05:18:09 +00:00
Richard M. Stallman
a65970a0f8 (syms_of_fileio): New Lisp var inhibit-file-name-operation.
(Ffind_file_name_handler): Obey that variable.  Use new meaning
for inhibit-file-name-handlers.
1994-04-23 04:55:38 +00:00
Richard M. Stallman
5e65b9ab23 (x_window): Test FRAME_EXTERNAL_MENU_BAR
to decide on calling initialize_frame_menubar.

(x_top_window_to_frame): New function.
1994-04-23 04:09:17 +00:00
Richard M. Stallman
cbbe9053a6 *** empty log message *** 1994-04-23 04:07:29 +00:00
Richard M. Stallman
308f428d17 *** empty log message *** 1994-04-23 01:49:08 +00:00
Richard M. Stallman
abf60cc49d Initial revision 1994-04-23 01:45:33 +00:00
Richard M. Stallman
8fd8d4f994 (HAVE_LIBRESOLV): Add #undef. 1994-04-23 01:40:53 +00:00
Richard M. Stallman
8adce06ac5 (LIBS_SYSTEM): Invert the HAVE_RES_INIT condition. 1994-04-23 00:05:06 +00:00
Karl Heuer
49307295be (Ffind_file_name_handler): New argument OPERATION. All callers changed. 1994-04-22 23:56:44 +00:00
Karl Heuer
a617e9133c Pass operation to Ffind_file_name_handler. 1994-04-22 23:41:18 +00:00
Richard M. Stallman
9b378208db (x_set_mouse_pixel_position): New function. 1994-04-22 21:46:12 +00:00
Richard M. Stallman
152e6c7033 (Fmouse_pixel_position, Fset_mouse_pixel_position): New functions.
(syms_of_frame): Set up Lisp functions.
1994-04-22 21:45:11 +00:00
Richard M. Stallman
51632cc823 (send_process): If fpathconf fails, use 250. 1994-04-21 19:54:28 +00:00
Karl Heuer
69fdec9e4d *** empty log message *** 1994-04-21 19:45:27 +00:00
Karl Heuer
501b568d67 *** empty log message *** 1994-04-21 19:26:10 +00:00
Richard M. Stallman
19b8fb9d76 (get_lim_data): Handle NO_LIM_DATA. 1994-04-21 18:53:38 +00:00
Richard M. Stallman
3a3056e5ea (init_lread): Maybe put build-time Lisp dirs on load-path.
(init_lread): Improve warning message.
1994-04-21 09:04:46 +00:00
Richard M. Stallman
f67de86ff6 (init_cmdargs): Check only for etc and lib-src subdirs
when setting Vinstallation_directory.
(syms_of_emacs): Make Lisp vars invocation-name, invocation-directory
and installation-directory.
1994-04-21 09:04:25 +00:00
Richard M. Stallman
f5ab9736a5 (init_cmdargs): Just check for etc and lib-src subdirs
when setting Vinstallation_directory.
1994-04-21 08:43:33 +00:00
Richard M. Stallman
996e89cd05 (x_make_frame_visible): Args to x_set_offset were swapped. 1994-04-21 08:33:48 +00:00
Richard M. Stallman
4bb45197d8 (init_callproc): Set Vdoc_directory like Vdata_directory. 1994-04-21 08:31:39 +00:00
Richard M. Stallman
fec5272baa Comment change. 1994-04-21 07:35:28 +00:00
Richard M. Stallman
379728da93 *** empty log message *** 1994-04-21 03:24:35 +00:00