Commit graph

6719 commits

Author SHA1 Message Date
Richard M. Stallman
5b4c672fef Fix include file name.
(NO_FILIO_H): Move definition.
1996-08-13 15:27:23 +00:00
Richard M. Stallman
416799ae25 (POSIX_SIGNALS): Don't define it, #undef instead.
(NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted.
(sigblock): New definition.
1996-08-10 23:42:03 +00:00
Richard M. Stallman
cda40aea36 (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining. 1996-08-10 18:58:06 +00:00
Richard M. Stallman
bcd4fb440e [__ELF__] (UNEXEC): Use unexelf1.c. 1996-08-09 22:04:54 +00:00
Richard M. Stallman
821f376d2c [__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.
(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC): Define only if
__ELF__ is not defined.
(LINUX_SBRK_BUG): Define only if LINUX and __GNU_LIBRARY__ < 6.
(NO_TERMIO): Always define this.  No Alpha system should need termio.
(COFF, DATA_END): Define only if __ELF__ is not defined.
1996-08-09 22:00:35 +00:00
Richard M. Stallman
513dea0acb Initial revision 1996-08-09 21:57:00 +00:00
Richard M. Stallman
6411ab239c (re_max_failures): Increase to 20000 again. 1996-08-09 10:44:37 +00:00
Richard M. Stallman
4c28806296 Initial revision 1996-08-09 02:52:02 +00:00
Richard M. Stallman
f941441220 Don't include filio.h if NO_FILIO_H. 1996-08-09 02:51:36 +00:00
Richard M. Stallman
ceab7ba4f2 (GETTIMEOFDAY_ONE_ARGUMENT): Conditionalize on HAVE_GETTIMEOFDAY. 1996-08-08 20:05:31 +00:00
Richard M. Stallman
1155c45365 (set_time_zone_rule): Don't put a string literal
"TZ=..." in environ.
1996-08-08 20:04:18 +00:00
Richard M. Stallman
c8b5aa3de3 (xmenu_show): Set dummy.state.
Set dummy.button appropriately.
(popup_get_selection) [USE_MOTIF]: Set event.xbutton.button.
1996-08-08 17:12:46 +00:00
Richard M. Stallman
143305ce2a (LD_SWITCH_SYSTEM): New definition. 1996-08-07 21:51:21 +00:00
Richard M. Stallman
18fef1118a (Fread_from_minibuffer): Make position 0 in the initial
input mean the beginning.
1996-08-07 18:28:03 +00:00
Richard M. Stallman
fbf6bf47f0 (EmacsFrameSetCharSize): Call do_pending_window_change. 1996-08-05 19:46:39 +00:00
Richard M. Stallman
5711b5478c (Fcall_process_region) [DOS_NT]: Avoid downcasing
the `X' characters in the template passed to `mktemp'.
1996-08-05 01:15:49 +00:00
Richard M. Stallman
cd6dfed6c6 (prepare_menu_bars): Conditionalize previous change. 1996-08-01 21:38:20 +00:00
Richard M. Stallman
09af8ae6af (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Override to add /usr/contrib directoryes.
1996-07-31 23:18:49 +00:00
Richard M. Stallman
30e671c33f (XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
(XTread_socket): Don't fail to pass button events to toolkit.
1996-07-31 17:18:54 +00:00
Richard M. Stallman
a9be683969 (pending_menu_activation): Don't initialize. Not static.
(set_frame_menubar): If no saved_menu_event yet, set deep_p.
Don't clear pending_menu_activation here.

(Fx_popup_dialog): Don't fail to initialize WINDOW.
1996-07-31 16:54:23 +00:00
Richard M. Stallman
0a43f75b23 (XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
1996-07-31 16:52:52 +00:00
Richard M. Stallman
2237cac949 (XTread_socket): Pass keys in menu bar to toolkit alone
only for Motif.

(XTread_socket): Fixing previous change:
Clear last_mouse_press_frame on non-menu-bar ButtonPress.
Always use last_mouse_press_frame as frame for ButtonRelease.
But ignore the event if frame's output_data.x is null.
Save the ButtonRelease only if USE_MOTIF.
(last_mouse_press_frame): This is now a Lisp object.
(syms_of_xterm): Initialize and staticpro it.
1996-07-30 21:10:40 +00:00
Richard M. Stallman
6fec5601a2 When printing into a buffer, generate all the text
first, then insert it all at once.
(print_buffer): New variable.
(print_buffer_size, print_buffer_pos): New variables.
(PRINTPREPARE): Allocate print_buffer.
(PRINTFINISH): Free print_buffer after inserting its contents.
(printchar, strout): Output into print_buffer.
(print_string): If printcharfun is nil, use strout.
1996-07-30 18:51:50 +00:00
Richard M. Stallman
e0e0205b02 (lock_file_owner_name): Always initialize the_pw. 1996-07-29 04:21:23 +00:00
Richard M. Stallman
faf8a408ee Comment change. 1996-07-28 00:48:42 +00:00
Richard M. Stallman
f10ded1cc3 Fix previous change. 1996-07-28 00:42:14 +00:00
Richard M. Stallman
ce89ef46f6 (last_mouse_press_frame): New variable.
(XTread_socket): Store a saved_button_event for ButtonRelease.
1996-07-27 20:30:31 +00:00
Richard M. Stallman
745c34fbba (pending_menu_activation): New variable.
(x_activate_menubar): Don't call set_frame_menubar for
ButtonRelease events.  Instead, set pending_menu_activation.
(set_frame_menubar): If pending_menu_activation, set deep_p.
1996-07-27 20:28:55 +00:00
Richard M. Stallman
2e716096a0 (buffer_permanent_local_flags): New variable.
(init_buffer_once): Initialize it.
(reset_buffer_local_variables): New argument PERMANENT_TOO.
Callers changed.  Now declared static.
1996-07-26 16:08:04 +00:00
Richard M. Stallman
fe8fa62fb6 (set_frame_menubar): Use -1 for call_data
in the deep_p = 0 case.
1996-07-25 08:50:26 +00:00
Richard M. Stallman
06c2c73de9 (win32_read_socket): Never block reading from input queue. 1996-07-25 07:14:14 +00:00
Karl Heuer
fc42d823cf (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
since timezone environment variable is ignored.
1996-07-24 04:21:31 +00:00
Richard M. Stallman
26507191c4 [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. 1996-07-24 03:38:46 +00:00
Richard M. Stallman
13de9290cf (buffer_permanent_local_flags): New variable.
(init_buffer_once): Initialize it.
(reset_buffer_local_variables): New argument PERMANENT_TOO.
Callers changed.  Now declared static.
1996-07-23 22:36:11 +00:00
Richard M. Stallman
42f3037714 (LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty. 1996-07-23 18:30:23 +00:00
Richard M. Stallman
236ebf3525 (Fdecode_time, difftm): Work even if tm_year represents
negative years; this is possible with 64-bit time_t values.
1996-07-23 14:00:08 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Karl Heuer
41f3fb3878 (check_writable): Use euidaccess, not eaccess. 1996-07-20 07:00:51 +00:00
Erik Naggum
8f3b9b9586 (balance_intervals_internal): Recurse directly. 1996-07-20 04:44:09 +00:00
Karl Heuer
c17a2102aa (copy_text_and_data) [DJGPP >= 2]: Switch off two bits
in `_crt0_startup_flags' so they don't go into the dumped Emacs.
Restore the value of `_crt0_startup_flags' after .text and .data
were dumped.
1996-07-19 19:47:26 +00:00
Karl Heuer
22549f8ba2 (_BSD_SIGNALS): Define. 1996-07-19 19:41:03 +00:00
Karl Heuer
c0f8e3a9e7 (SA_RESTART): Add #undef. 1996-07-19 19:39:09 +00:00
Karl Heuer
97e6de3847 (w32_read_socket): Need to erase background
immediately before repainting exposed region.
1996-07-16 23:25:18 +00:00
Karl Heuer
fc646c5c57 (DOC, clean): Use OBJDIR macro. 1996-07-16 23:21:37 +00:00
Karl Heuer
e3881aa0c7 (Fx_create_frame): Do xlwmenu hack only if USE_LUCID. 1996-07-16 23:13:51 +00:00
Karl Heuer
d283640e03 Undo previous change. 1996-07-16 22:39:31 +00:00
Karl Heuer
9f80a1c889 Undo previous changes. 1996-07-16 22:37:24 +00:00
Karl Heuer
ad4bf9a061 (create_process_1, sigchld_handler): Undo previous change. 1996-07-16 22:33:09 +00:00
Karl Heuer
f38e5af4f2 (input_available_signal, interrupt_signal): Undo previous change. 1996-07-16 22:23:11 +00:00
Karl Heuer
694691d0bc (arith_error): Undo previous change. 1996-07-16 22:19:09 +00:00