summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (EmacsFrameResize): We may be called from an interrupt,Richard M. Stallman1996-03-281-1/+1
| | | | so delay the resize operation.
* (Frename_file) [WINDOWSNT]: Remove conditional code.Richard M. Stallman1996-03-281-10/+0
|
* (last_timer_event): New variable.Richard M. Stallman1996-03-281-0/+5
| | | | (timer_check): Set that variable.
* (make_frame_glyphs): Zero the correct number of bytes.Richard M. Stallman1996-03-281-1/+1
|
* Change uses of del to $(DEL).Geoff Voelker1996-03-281-3/+3
|
* (x_connection_closed): Don't check _Xdebug.Richard M. Stallman1996-03-271-6/+0
|
* (XTread_socket, MapNotify case):Richard M. Stallman1996-03-271-1/+2
| | | | Call record_asynch_buffer_change only if >1 frames.
* Renamed from s/linux.h.Richard M. Stallman1996-03-271-2/+3
| | | | (SYSTEM_TYPE): Changed to "lignux".
* (wait_reading_process_input_1): New (empty) function.Richard M. Stallman1996-03-271-2/+22
| | | | | (wait_reading_process_input): Call wait_reading_process_input_1. If timer_check runs some timers, retry it.
* (xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.Richard M. Stallman1996-03-251-3/+4
|
* (Fcall_process, child_setup): If BSD_PGRPS, callRichard M. Stallman1996-03-241-2/+2
| | | | setpgrp the BSD way even on USG.
* (setpgrp): New macro.Richard M. Stallman1996-03-241-0/+5
| | | | (BSD_PGRPS): Defined.
* (wait_reading_process_input): Eliminate bogus testRichard M. Stallman1996-03-221-1/+1
| | | | that was trying to check read_kbd and failing.
* Comment change.Richard M. Stallman1996-03-222-2/+4
|
* (Fcall_interactively): In `c' case, use message_nologRichard M. Stallman1996-03-201-1/+4
| | | | instead of message1_nolog.
* (NULL): Define only if not already defined.make-3-74-4amigados-mergeRoland McGrath1996-03-201-0/+2
|
* [HAVE_STRING_H]: Include string.h.Roland McGrath1996-03-201-0/+7
| | | | [HAVE_STDLIB_H]: Include stdlib.h.
* (wait_reading_process_input): Extract the number from read_kbd with XINT.Richard M. Stallman1996-03-191-1/+1
|
* Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.Richard M. Stallman1996-03-191-2/+2
|
* (HAVE_LINUX_VERSION_H): Renamed from HAVE_VERSION_H.Richard M. Stallman1996-03-191-2/+1
|
* Comment change.Richard M. Stallman1996-03-181-0/+3
|
* (X_I18N_INHIBITED): New macro--define thisRichard M. Stallman1996-03-181-5/+23
| | | | | | 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.
* (x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.Richard M. Stallman1996-03-181-0/+7
|
* (struct x_output): New member xim.Richard M. Stallman1996-03-181-0/+3
| | | | (FRAME_XIM): New macro.
* Comment/whitespace change.Richard M. Stallman1996-03-171-7/+11
|
* (update_from_various_frame_slots)Richard M. Stallman1996-03-171-2/+2
| | | | (update_various_frame_slots): Take account of menubar_height.
* (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.Richard M. Stallman1996-03-171-3/+9
| | | | (TERMINFO): Don't define this.
* (NEED_LIBW): Defined.Richard M. Stallman1996-03-171-0/+4
|
* (X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.Richard M. Stallman1996-03-171-7/+0
|
* (X11R5_INHIBIT_I18N): Definition moved here.Richard M. Stallman1996-03-171-0/+7
|
* (HAVE_VERSION_H): Add #undef.Richard M. Stallman1996-03-171-0/+2
|
* (WinMain): Allocate a console for stdoutGeoff Voelker1996-03-171-1/+23
| | | | and stderr if necessary.
* (Vwin32_pass_alt_to_system,Geoff Voelker1996-03-161-6/+79
| | | | | | | | 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.
* (VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):Geoff Voelker1996-03-161-0/+24
| | | | | Define virtual keys for the numpad functions and the three new keys on Windows keyboards.
* (wait_reading_process_input) [! subprocesses]: RunKarl Heuer1996-03-141-36/+42
| | | | | timers and redisplay if they were run, like the code for systems which support subprocesses does.
* [!subprocesses] (wait_reading_process_input):Richard M. Stallman1996-03-101-4/+44
| | | | Port the timer changes from the other wait_reading_process_input.
* (x_calc_absolute_position): Don't explicitly subtractRichard M. Stallman1996-03-091-2/+2
| | | | the external menu bar height--PIXEL_HEIGHT (f) includes that.
* (LD_SWITCH_MACHINE): Undo previous change--Richard M. Stallman1996-03-081-2/+5
| | | | | | define this unconditionally. (LD_SWITCH_SITE): New conditional definition. For gcc 2.7.x, use /bin/ld instead of collect2,
* (init_sys_modes): Clear INLCR like ICRNL.Richard M. Stallman1996-03-081-0/+4
|
* (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.Richard M. Stallman1996-03-081-0/+2
|
* (write_segment,copy_sym): Increase blocking from 128 to 4k bytes.Richard M. Stallman1996-03-081-18/+16
| | | | | (adjust_lnnoptrs): Handle include file names, mostly for dbx. (unrelocate_symbols): Remove some unnecessary tests.
* (wait_reading_process_input):Richard M. Stallman1996-03-081-0/+4
| | | | Redisplay after timer_check if timers were actually run.
* (MSDOS_OBJ): Remove xmenu.o.Richard M. Stallman1996-03-071-1/+1
|
* (check_timer): Remove code for dos-display-time.Richard M. Stallman1996-03-071-40/+0
| | | | (syms_of_msdos): Delete dos-display-time Lisp var.
* Handle both AIX 3.2 and 4.1 bind output.Richard M. Stallman1996-03-071-96/+95
| | | | | | | | | | | | | | | (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.
* Comment change.Richard M. Stallman1996-03-071-1/+1
|
* (TERMINFO): Define, if HAVE_NCURSES.Richard M. Stallman1996-03-061-23/+19
| | | | | | (LINUX_SIGIO_DOES_WORK): Maybe define, based on Linux vers. [LINUX_SIGIO_DOES_WORK]: Don't undef SIGIO, SIGPOLL, SIGPOLL. Do define INTERRUPT_INPUT.
* (timers_run): New variable, incremented when a timer isRichard M. Stallman1996-03-061-5/+33
| | | | | | | | | | | | | | run directly. (timer_check, swallow_events): Increment timers_run. (swallow_events): Redisplay if get_input_pending has run timers. (detect_input_pending_run_timers): New arg DO_DISPLAY. (init_keyboard): Initialize timer_idleness_start_time. (reinvoke_input_signal): Use getpid. (input_poll_signal): Use start_polling after first incrementing poll_suppress_count.
* (x_connection_closed): Don't unblock input until the end.Richard M. Stallman1996-03-061-5/+0
|
* (HAVE_NCURSES): Add #undef.Richard M. Stallman1996-03-061-0/+1
|