Richard M. Stallman
4abca5e732
(wait_reading_process_input): Don't call
...
wait_reading_process_input_1 if time_limit is -1.
1996-04-03 19:30:03 +00:00
Richard M. Stallman
98ea03086a
(main): Initialize displayname.
1996-04-02 01:35:43 +00:00
Richard M. Stallman
a9978dd866
(x_destroy_window) [SOLARIS2]: Don't free the IC or IM.
1996-04-02 00:34:57 +00:00
Richard M. Stallman
c3f1ca02d3
(TERMINFO): Do define (if HAVE_NCURSES).
1996-03-30 16:09:50 +00:00
Geoff Voelker
15c5ec83fd
(rename): New function.
1996-03-29 04:24:58 +00:00
Richard M. Stallman
231108d096
(EmacsFrameResize): We may be called from an interrupt,
...
so delay the resize operation.
1996-03-28 19:56:02 +00:00
Richard M. Stallman
7426ce61f6
(Frename_file) [WINDOWSNT]: Remove conditional code.
1996-03-28 19:31:28 +00:00
Richard M. Stallman
e044e87cc7
(last_timer_event): New variable.
...
(timer_check): Set that variable.
1996-03-28 18:35:56 +00:00
Richard M. Stallman
aba5d0f41c
(make_frame_glyphs): Zero the correct number of bytes.
1996-03-28 18:23:18 +00:00
Geoff Voelker
2e17c871e3
Change uses of del to $(DEL).
1996-03-28 04:39:51 +00:00
Richard M. Stallman
68d4a8a9d7
(x_connection_closed): Don't check _Xdebug.
1996-03-27 19:11:10 +00:00
Richard M. Stallman
8c29f6bf97
(XTread_socket, MapNotify case):
...
Call record_asynch_buffer_change only if >1 frames.
1996-03-27 03:54:10 +00:00
Richard M. Stallman
153d6aaa4f
Renamed from s/linux.h.
...
(SYSTEM_TYPE): Changed to "lignux".
1996-03-27 02:45:32 +00:00
Richard M. Stallman
c573ae8ec0
(wait_reading_process_input_1): New (empty) function.
...
(wait_reading_process_input): Call wait_reading_process_input_1.
If timer_check runs some timers, retry it.
1996-03-27 02:35:15 +00:00
Richard M. Stallman
2c01dfb771
(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.
1996-03-25 00:37:45 +00:00
Richard M. Stallman
6b2cd868d5
(Fcall_process, child_setup): If BSD_PGRPS, call
...
setpgrp the BSD way even on USG.
1996-03-24 12:45:26 +00:00
Richard M. Stallman
3743c30c5e
(setpgrp): New macro.
...
(BSD_PGRPS): Defined.
1996-03-24 12:32:57 +00:00
Richard M. Stallman
38f17cb22e
(wait_reading_process_input): Eliminate bogus test
...
that was trying to check read_kbd and failing.
1996-03-22 22:06:10 +00:00
Richard M. Stallman
5a7670bf32
Comment change.
1996-03-22 22:04:55 +00:00
Richard M. Stallman
491ee8415e
(Fcall_interactively): In `c' case, use message_nolog
...
instead of message1_nolog.
1996-03-20 13:34:21 +00:00
Roland McGrath
4fd2d8e9bc
(NULL): Define only if not already defined.
1996-03-20 01:08:11 +00:00
Roland McGrath
029c99a369
[HAVE_STRING_H]: Include string.h.
...
[HAVE_STDLIB_H]: Include stdlib.h.
1996-03-20 01:07:36 +00:00
Richard M. Stallman
501ebe0e34
(wait_reading_process_input): Extract the number from read_kbd with XINT.
1996-03-19 23:43:50 +00:00
Richard M. Stallman
b764619dc8
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
1996-03-19 08:06:44 +00:00
Richard M. Stallman
b15dcacd6c
(HAVE_LINUX_VERSION_H): Renamed from HAVE_VERSION_H.
1996-03-19 08:06:10 +00:00
Richard M. Stallman
63a1c38c9f
Comment change.
1996-03-18 06:44:54 +00:00
Richard M. Stallman
32e2bcb882
(X_I18N_INHIBITED): New macro--define this
...
instead of undefining HAVE_X_I18N.
(x_window) [HAVE_X_I18N]: Set FRAME_XIM.
[X_I18N_INHIBITED]: Set FRAME_XIM and FRAME_XIC to 0.
1996-03-18 03:26:17 +00:00
Richard M. Stallman
31f41dafa6
(x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.
1996-03-18 03:20:06 +00:00
Richard M. Stallman
f08fe433e7
(struct x_output): New member xim.
...
(FRAME_XIM): New macro.
1996-03-18 03:13:07 +00:00
Richard M. Stallman
2e365682cf
Comment/whitespace change.
1996-03-17 18:14:52 +00:00
Richard M. Stallman
846dd8ae73
(update_from_various_frame_slots)
...
(update_various_frame_slots): Take account of menubar_height.
1996-03-17 18:09:05 +00:00
Richard M. Stallman
aa7fcbb0d4
(LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
...
(TERMINFO): Don't define this.
1996-03-17 18:07:42 +00:00
Richard M. Stallman
c9bf9238c5
(NEED_LIBW): Defined.
1996-03-17 18:05:32 +00:00
Richard M. Stallman
b5478d5e8d
(X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.
1996-03-17 18:04:54 +00:00
Richard M. Stallman
cb1d4a5391
(X11R5_INHIBIT_I18N): Definition moved here.
1996-03-17 18:04:33 +00:00
Richard M. Stallman
1bb0797580
(HAVE_VERSION_H): Add #undef.
1996-03-17 18:00:38 +00:00
Geoff Voelker
4fd8de53a1
(WinMain): Allocate a console for stdout
...
and stderr if necessary.
1996-03-17 00:06:39 +00:00
Geoff Voelker
da36a4d6a3
(Vwin32_pass_alt_to_system,
...
Vwin32_pass_optional_keys_to_system): New variables.
(reset_modifiers, map_keypad_keys): New functions.
(win32_wnd_proc): Fixup keypad function keys.
Handle the three new keys on Windows keyboards.
Reset internal keyboard modifier state upon window focus.
1996-03-16 22:44:07 +00:00
Geoff Voelker
c684f4753b
(VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):
...
Define virtual keys for the numpad functions and the three
new keys on Windows keyboards.
1996-03-16 22:43:37 +00:00
Karl Heuer
f694e5d271
(wait_reading_process_input) [! subprocesses]: Run
...
timers and redisplay if they were run, like the code for systems
which support subprocesses does.
1996-03-14 05:20:44 +00:00
Richard M. Stallman
bae8d1375f
[!subprocesses] (wait_reading_process_input):
...
Port the timer changes from the other wait_reading_process_input.
1996-03-10 14:38:37 +00:00
Richard M. Stallman
b983e34ec0
(x_calc_absolute_position): Don't explicitly subtract
...
the external menu bar height--PIXEL_HEIGHT (f) includes that.
1996-03-09 16:30:38 +00:00
Richard M. Stallman
24a31d5780
(LD_SWITCH_MACHINE): Undo previous change--
...
define this unconditionally.
(LD_SWITCH_SITE): New conditional definition.
For gcc 2.7.x, use /bin/ld instead of collect2,
1996-03-08 18:27:37 +00:00
Richard M. Stallman
7f37116457
(init_sys_modes): Clear INLCR like ICRNL.
1996-03-08 17:43:20 +00:00
Richard M. Stallman
1e9c210ba7
(main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.
1996-03-08 06:18:40 +00:00
Richard M. Stallman
91b97ddb7e
(write_segment,copy_sym): Increase blocking from 128 to 4k bytes.
...
(adjust_lnnoptrs): Handle include file names, mostly for dbx.
(unrelocate_symbols): Remove some unnecessary tests.
1996-03-08 05:02:23 +00:00
Richard M. Stallman
5de50bfbba
(wait_reading_process_input):
...
Redisplay after timer_check if timers were actually run.
1996-03-08 03:51:46 +00:00
Richard M. Stallman
bcd4624585
(MSDOS_OBJ): Remove xmenu.o.
1996-03-07 20:21:45 +00:00
Richard M. Stallman
82721b77dc
(check_timer): Remove code for dos-display-time.
...
(syms_of_msdos): Delete dos-display-time Lisp var.
1996-03-07 20:21:29 +00:00
Richard M. Stallman
4a438fc517
Handle both AIX 3.2 and 4.1 bind output.
...
(make_hdr): Handle data_start being non-zero for 4.1. Padding
sections are omitted in 4.1, but padding bytes can still be
present. Calculate bias directly from first real section following bss.
(copy_text_and_data): Correct data section starting point for 4.1.
(adjust_lnnoptrs): Adjust line number pointers correctly for both
3.2 and 4.1, based on published IBM documentation.
(unrelocate_symbols): Compute and subtract relocation offsets for
text and data sections. Handle data_start being non-zero for 4.1.
Skip unnecessary writes.
1996-03-07 20:17:45 +00:00