aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (vfork): Delete definition (kernel bug fixed).Karl Heuer1996-02-211-4/+0
|
* (map_char_table): Fix args in recursive call.Karl Heuer1996-02-211-1/+1
|
* (Fdo_auto_save): Pause before restoring old message.Karl Heuer1996-02-211-1/+4
|
* (defined_color): When we find a "near" color in the map,Karl Heuer1996-02-211-2/+10
| | | | make sure it is really available as a read-only color.
* (redisplay_window): If window-scroll-functions changeKarl Heuer1996-02-211-6/+15
| | | | the start position, redisplay from the new one.
* (wait_reading_process_input):Karl Heuer1996-02-211-6/+11
| | | | | | | Pass new arg to swallow_events. (wait_reading_process_input): If read_kbd is 1, use detect_input_pending_run_timers instead of detect_input_pending.
* (swallow_events): New arg DO_DISPLAY.Karl Heuer1996-02-211-121/+206
| | | | | | | | | | | | | | | | | | (swallow_events): Process timer_event events here. (detect_input_pending_run_timers): New function. (Vtimer_idle_list): New variable. (syms_of_keyboard): Set up Lisp var. (timer_check): Check for idle-time timers too. Expect timers to have 8 slots. Initialize triggertime. (timer_start_idle, timer_stop_idle): New functions. (get_input_pending): New arg do_timers_now. (readable_events): Likewise. (Finput_pending_p): Use get_input_pending, so we can specify 1 for do_timers_now. (timer_check): Check for difference being zero.
* (Faccept_process_output): Accept sub-second timeouts.Erik Naggum1996-02-211-1/+1
|
* (init_eval_once): Initialize specpdl_ptr.Karl Heuer1996-02-201-0/+1
|
* Comment fix.Karl Heuer1996-02-191-1/+1
|
* (Fx_create_frame): Title is a string, not a symbol.Karl Heuer1996-02-191-1/+1
|
* Use <config.h>, not "config.h".Richard M. Stallman1996-02-181-1/+1
|
* (syms_of_keyboard): Doc fix.Karl Heuer1996-02-171-1/+1
|
* (Fopen_dribble_file): Check for failure.Karl Heuer1996-02-171-0/+2
|
* (Fopen_dribble_file): Close dribble file beforeKarl Heuer1996-02-171-7/+4
| | | | opening new file.
* Comment fixes.Karl Heuer1996-02-172-8/+8
|
* (Fmake_temp_name) [MSDOS]: Make sure there is at leastKarl Heuer1996-02-161-2/+2
| | | | | one character before the dot, in case `prefix' is only a directory name.
* (x_real_positions): Cast arg of XFree.Karl Heuer1996-02-131-1/+1
|
* (redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.Richard M. Stallman1996-02-121-0/+5
|
* (x_error_quitter): Add newline to error message.Richard M. Stallman1996-02-121-1/+1
|
* (xmalloc_widget_value): Define only if USE_X_TOOLKIT.Richard M. Stallman1996-02-121-14/+13
|
* (get_doc_string): Always read entire disk blocks.Richard M. Stallman1996-02-121-39/+24
|
* [HAVE_NTGUI] (lispy_function_keys): Add mappingsRichard M. Stallman1996-02-121-7/+18
| | | | for keypad function keys and new PC optional keys.
* (xmalloc_widget_value): Fix previous change.Richard M. Stallman1996-02-111-2/+2
|
* (xmalloc_widget_value): New function.Richard M. Stallman1996-02-111-14/+28
| | | | Use it instead of malloc_widget_value.
* (Fopen_network_stream): Use sizeof, not strlen, for numeric_addr.Richard M. Stallman1996-02-111-1/+2
|
* (Fadd_text_properties): Don't return without ungcpro.Richard M. Stallman1996-02-101-1/+1
|
* (read_char, timer_check): Call any_kboard_stateRichard M. Stallman1996-02-101-0/+14
| | | | after calling Fcommand_execute, if was previously in that state.
* (display_buffer_1): Fix typo in last change.Roland McGrath1996-02-101-14/+14
|
* (display_buffer_1): Raise the frame if already visible.Richard M. Stallman1996-02-101-3/+7
|
* (x_real_positions): Use XFree.Richard M. Stallman1996-02-091-1/+1
|
* (Fdirectory_files): Doc fix.Richard M. Stallman1996-02-091-3/+4
|
* (min, max): Don't define if already defined.Richard M. Stallman1996-02-081-0/+4
|
* (FONT_WIDTH): Use average character width, not maximum.Geoff Voelker1996-02-081-1/+1
|
* (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters inRichard M. Stallman1996-02-081-0/+6
| | | | the prefix of the temporary file name.
* (remove_process): Don't unlink the process marker.Richard M. Stallman1996-02-081-1/+0
|
* (LIB_STANDARD): Add -lmach.Richard M. Stallman1996-02-071-4/+1
| | | | | (LD_DATA_START): Definition deleted. (LD_SWITCH_SYSTEM): Definition and #undef deleted.
* Initial revisionRichard M. Stallman1996-02-071-0/+13
|
* (Fbuffer_live_p): New function.Richard M. Stallman1996-02-061-0/+11
| | | | (syms_of_buffer): defsubr it.
* (emacs.o): Depend on blockinput.h.Richard M. Stallman1996-02-061-1/+2
|