1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
Commit graph

10633 commits

Author SHA1 Message Date
Richard M. Stallman
0ab39c81ae (internal_with_output_to_temp_buffer): gcpro things. 1994-07-24 04:18:02 +00:00
Richard M. Stallman
486cc7fb6a (Fdisplay_completion_list): gcpro `completions'. 1994-07-24 04:04:36 +00:00
Richard M. Stallman
cd6446282d (PURESIZE): Incremented to 252000. 1994-07-24 01:20:24 +00:00
Richard M. Stallman
998ee97650 Set the breakpoint in x_error_quitter instead of _XPrintDefaultError. 1994-07-24 01:10:32 +00:00
Charles Hannum
d2d1c35d75 Changes to support NetBSD. 1994-07-22 18:28:20 +00:00
Richard M. Stallman
8a792f3ab2 (Vdeferred_action_list, Vdeferred_action_function): New variables.
(command_loop_1): Handle them.
(syms_of_keyboard): Set up Lisp variables.
1994-07-20 20:01:12 +00:00
Richard M. Stallman
19dff8dc59 (direct_output_for_insert): Dpn't call compute_char_face
for a non-X frame.
1994-07-20 19:35:41 +00:00
Richard M. Stallman
821188d396 Move #undef static before the includes. 1994-07-20 19:32:24 +00:00
Richard M. Stallman
8f510a7131 [USG5] (SYSV): Don't define if already defined. 1994-07-20 07:19:35 +00:00
Richard M. Stallman
76bcdf397d (struct font_info): New field full_name.
(x_new_font): Record, and return, the full name of the font.
1994-07-19 23:54:02 +00:00
Richard M. Stallman
db18af03cf (EmacsFrameSetCharSize): Delete the code to make rows at least 3. 1994-07-19 22:16:18 +00:00
Richard M. Stallman
616da37c08 (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure. 1994-07-19 19:35:43 +00:00
Richard M. Stallman
289a8c2941 (sit_for): Return immediately if unread events exist. 1994-07-19 19:35:08 +00:00
Richard M. Stallman
efa04277fd (init_system_name): Retry gethostbyname after TRY_AGAIN failure.
(sys_subshell): Expand ~ in dir.
Do the processing of dir before calling fork.
Use vfork.
1994-07-19 19:34:17 +00:00
Richard M. Stallman
ed80e1ca50 [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. 1994-07-19 16:43:47 +00:00
Richard M. Stallman
5bf62b08d9 (PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty. 1994-07-19 16:11:28 +00:00
Richard M. Stallman
847e150a18 (note_mouse_movement): Use proper data type for window
args to XQueryPointer.
(x_scroll_bar_note_movement): Likewise.
1994-07-18 18:15:06 +00:00
Richard M. Stallman
a9c82aaf41 [emacs]: Include stdio.h. 1994-07-18 06:28:42 +00:00
Richard M. Stallman
346dae059b (unread_command_char): Declared. 1994-07-18 06:14:10 +00:00
Richard M. Stallman
46bb7c2b49 (Fget_text_property): Simplify using Ftext_properties_at. 1994-07-17 23:53:10 +00:00
Richard M. Stallman
a6ac02afc3 (Fx_create_frame): Use 140 as default font size. 1994-07-17 16:50:41 +00:00
Richard M. Stallman
f22aa61700 [USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events. 1994-07-17 06:41:53 +00:00
Richard M. Stallman
888f3d058c [!MULTI_FRAME] (Fframe_first_window): Defined.
(syms_of_frame): Defvar it.
1994-07-16 20:19:25 +00:00
Richard M. Stallman
cee67da9c0 (Fdisplay_buffer): Cope with unsplittable frames and dedicated windows. 1994-07-16 20:18:53 +00:00
Richard M. Stallman
5330e99c71 (re_match_2_internal): Add casts to shut up some compilers.
(FREE_STACK_RETURN): Nest the free inside the return.
1994-07-15 07:48:35 +00:00
Richard M. Stallman
17b9d003e9 (HAVE_VOLATILE): Define. 1994-07-14 19:41:08 +00:00
Richard M. Stallman
6855329253 (safe_run_hooks): Use local var to restore hook's value.
(kbd_buffer_get_event) [HAVE_MOUSE]: Include code
to check for mouse dragging.
(make_lispy_movement) [HAVE_MOUSE]: Define also in this case,
but only include the non-multiframe stuff.
1994-07-14 05:00:21 +00:00
Richard M. Stallman
e118d5efd5 (mouse_init1): Use alternate mouse detection for old mouse drivers.
(mouse_get_pos): Downscale coordinates by 8.
1994-07-14 04:58:02 +00:00
Richard M. Stallman
a9c95e08a1 (Fselect_window): Fix bug checking new_point is in range. 1994-07-14 03:46:11 +00:00
Richard M. Stallman
b6dd20ed5a [MULTI_FRAME] (Fframe_parameters): For non-X frames,
fill in menu-bar-lines value.
1994-07-14 03:44:29 +00:00
Richard M. Stallman
c34b559de0 (syms_of_fileio): Finish previous change. 1994-07-14 03:39:04 +00:00
Richard M. Stallman
9a5540dbda (command_loop_1): Do direct output for cursor motion
over text chars when disp tab exists but says nothing for them.
1994-07-13 09:43:02 +00:00
Richard M. Stallman
4c8888a0c8 (FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero. 1994-07-13 04:15:52 +00:00
Richard M. Stallman
6545aadab7 (Qlast_nonmenu_event): New variable.
(syms_of_process): Set it up.
(read_process_output, exec_sentinel): Bind it to t around filter.
1994-07-13 03:52:05 +00:00
Richard M. Stallman
a6e6e718a2 (Fmake_directory_internal): Use Qmake_directory_internal.
(syms_of_fileio): Set up Qmake_directory_internal, not Qmake_directory.
1994-07-12 21:03:03 +00:00
Richard M. Stallman
575b5b9a19 (xmenu_show): Don't call XtUngrabPointer here. 1994-07-12 01:39:30 +00:00
Richard M. Stallman
a35ee4c367 (ctagsfiles): Rewrite to avoid compiler bug. 1994-07-12 00:47:17 +00:00
Richard M. Stallman
eb246adb24 (HAVE_MOUSE, PURESIZE): Definitions moved here. 1994-07-11 05:11:04 +00:00
Richard M. Stallman
44177ab07c [MSDOS]: #define NO_REMAP. 1994-07-11 05:10:25 +00:00
Richard M. Stallman
3ec5651bc0 (dos_rawgetc): Use bios, not kbhit (). 1994-07-11 00:59:17 +00:00
Richard M. Stallman
f1d238efb3 (syms_of_xfns): Provide x-toolkit in toolkit version.
Undo previous change.
(x_toolkit): Variable deleted.
1994-07-11 00:48:47 +00:00
Richard M. Stallman
7cab5d2c25 (Fdisplay_buffer): Add MULTI_FRAME conditional in previous change. 1994-07-11 00:37:44 +00:00
Richard M. Stallman
bbca98bb23 (PURESIZE) [MULTI_FRAME]: Increased to 250000. 1994-07-11 00:23:33 +00:00
Richard M. Stallman
a5a1cc0608 (Ffile_name_directory, Ffile_name_nondirectory,
file_name_as_directory, directory_file_name, Fexpand_file_name,
Ffile_name_absolute_p, Fsubstitute_in_file_name) [MSDOS]:
Allow backslashed file names.
1994-07-09 19:10:16 +00:00
Richard M. Stallman
ca986694dd (install_ctrl_break_check): Doc fix.
(do_visible_bell): Clean-up using Gnu assembly extension.
1994-07-09 05:13:38 +00:00
Richard M. Stallman
0e3263737c (readevalloop): Correctly unbind the unwind protect. 1994-07-09 04:44:28 +00:00
Richard M. Stallman
642c364840 (BIG_ENDIAN): Don't redefine if defined. 1994-07-08 03:36:21 +00:00
Richard M. Stallman
38a31f61d1 (alloca.o): Delete allocatem.c first thing. 1994-07-07 19:29:52 +00:00
Richard M. Stallman
a51b963cea (xmenu_show) {USE_X_TOOLKIT}: ButtonPress no longer pops
down; instead it forces the next ButtonRelease to exit.  Don't
dispatch on ButtonPress events.
1994-07-07 19:24:56 +00:00
Richard M. Stallman
1d3dac41c0 (x_toolkit): New variable.
(syms_of_xfns): Set up Lisp var x-toolkit.
1994-07-07 06:50:45 +00:00