aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [!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
|
* (pixel_to_char_size): Cast args to int.Richard M. Stallman1996-03-061-2/+2
|
* (struct string_block_head): Change to match string_block.Karl Heuer1996-03-061-1/+1
|
* (wait_reading_process_input):Richard M. Stallman1996-03-051-2/+5
| | | | | | Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname.
* (sit_for): Pass DISPLAY to detect_input_pending_run_timers.Richard M. Stallman1996-03-051-1/+1
|
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.Richard M. Stallman1996-03-041-9/+0
|
* (Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman1996-03-041-1/+1
| | | | not via Fsymbol_value, to avoid getting void-variable error.
* Comment change.Richard M. Stallman1996-03-041-1/+5
|
* (obj): Add xmenu.o.Richard M. Stallman1996-03-031-3/+3
| | | | (XOBJ): Delete xmenu.o.
* Put most of file into HAVE_MENUS conditional.Richard M. Stallman1996-03-031-0/+10
| | | | (Fx_popup_menu): Put parts into HAVE_MENUS conditionals.
* (main): Always call syms_of_xmenu.Richard M. Stallman1996-03-031-2/+0
|
* (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.Richard M. Stallman1996-03-031-2/+0
|
* (wait_reading_process_input): Use getpid when generating SIGIO.Richard M. Stallman1996-03-031-2/+2
|
* [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.Richard M. Stallman1996-03-011-0/+2
|
* Avoid the #pragma alloca on AIX 4.Richard M. Stallman1996-02-291-0/+2
|
* Comment change.Richard M. Stallman1996-02-281-1/+5
|
* (REL_ALLOC): #undef deleted.Richard M. Stallman1996-02-281-4/+0
|
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Defined.Richard M. Stallman1996-02-281-0/+9
|
* (timer_check): Walk down both timer lists in parallel.Richard M. Stallman1996-02-281-94/+169
|
* (Fexpand_file_name): Fix confusion in detectingRichard M. Stallman1996-02-271-3/+8
| | | | that default_directory is already absolute so need not be expanded.
* (Fcommand_execute): New arg SPECIAL. All callers changed.Richard M. Stallman1996-02-271-12/+20
|
* (X_CONNECTION_LOCK_FLAG): New macro.Richard M. Stallman1996-02-271-16/+46
| | | | | | | | (x_connection_close_if_hung): New subroutine, at the end of the file. Include X11/Xlibint.h only for this function. #undef bcopy, bzero, bcmp, min, max first. Define malloc and free to avoid type conflicts. (x_connection_signal): Use x_connection_close_if_hung.
* (x_set_window_size): Clear out the mouse-highlighting dataRichard M. Stallman1996-02-271-11/+30
| | | | | | | | if it applies to this frame. Clear out the frame cursor position in Xt version as in Xlib version. (x_update_cursor): If no previous cursor position is known, leave the cursor off.
* (doprnt1): Move cast to unsigned inside a shift.Richard M. Stallman1996-02-261-1/+1
|
* Commenht change.Richard M. Stallman1996-02-261-1/+2
|
* (redisplay_window): Pass preserve_echo_area as a missingRichard M. Stallman1996-02-261-2/+2
| | | | second argument of redisplay_windows.
* (Fopen_network_stream): Set immediate_quit for the connect.Richard M. Stallman1996-02-261-0/+8
|
* (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer.Richard M. Stallman1996-02-251-16/+30
| | | | | (read_minibuf_unwind): Likewise. Also, clearing the buffer is now the last thing we do.
* (command_loop_1): Explicitly clear the echo areaRichard M. Stallman1996-02-251-2/+4
| | | | | with message2; don't just clear echo_area_glyphs. Don't set no_direct in that case.
* (Qinhibit_read_only): Declared.Richard M. Stallman1996-02-251-0/+1
|
* (redisplay_internal): Renamed from redisplay.Richard M. Stallman1996-02-251-10/+32
| | | | | | New arg PRESERVE_ECHO_AREA. (redisplay): New wrapper function calls redisplay_internal. (redisplay_window, redisplay_windows): New arg PRESERVE_ECHO_AREA.
* (Fcopy_syntax_table): Set default to nil.Richard M. Stallman1996-02-241-1/+10
| | | | Set the parent only if it was nil.
* (get_doc_string): Move static vars outside the function,Richard M. Stallman1996-02-221-16/+22
| | | | and rename to get_doc_string_buffer and get_doc_string_buffer_size.
* (Fsleep_for): Accept sub-second intervals.Erik Naggum1996-02-221-1/+1
|
* Comment censored.Karl Heuer1996-02-211-1/+11
|
* (C_DEBUG_SWITCH) [not __GNUC__]: New definition.Karl Heuer1996-02-211-3/+16
| | | | | | (C_OPTIMIZE_SWITCH) [not __GNUC__]: Add #undef. (X11R5_INHIBIT_I18N): #undef deleted. (REL_ALLOC): Add #undef.