| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fopen_network_stream): Set immediate_quit for the connect. | Richard M. Stallman | 1996-02-26 | 1 | -0/+8 |
| | | |||||
| * | (read_minibuf): Bind inhibit-read-only to t around clearing the minibuffer. | Richard M. Stallman | 1996-02-25 | 1 | -16/+30 |
| | | | | | | (read_minibuf_unwind): Likewise. Also, clearing the buffer is now the last thing we do. | ||||
| * | (command_loop_1): Explicitly clear the echo area | Richard M. Stallman | 1996-02-25 | 1 | -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. Stallman | 1996-02-25 | 1 | -0/+1 |
| | | |||||
| * | (redisplay_internal): Renamed from redisplay. | Richard M. Stallman | 1996-02-25 | 1 | -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. Stallman | 1996-02-24 | 1 | -1/+10 |
| | | | | | Set the parent only if it was nil. | ||||
| * | (get_doc_string): Move static vars outside the function, | Richard M. Stallman | 1996-02-22 | 1 | -16/+22 |
| | | | | | and rename to get_doc_string_buffer and get_doc_string_buffer_size. | ||||
| * | (Fsleep_for): Accept sub-second intervals. | Erik Naggum | 1996-02-22 | 1 | -1/+1 |
| | | |||||
| * | Comment censored. | Karl Heuer | 1996-02-21 | 1 | -1/+11 |
| | | |||||
| * | (C_DEBUG_SWITCH) [not __GNUC__]: New definition. | Karl Heuer | 1996-02-21 | 1 | -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 Heuer | 1996-02-21 | 1 | -4/+0 |
| | | |||||
| * | (map_char_table): Fix args in recursive call. | Karl Heuer | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (Fdo_auto_save): Pause before restoring old message. | Karl Heuer | 1996-02-21 | 1 | -1/+4 |
| | | |||||
| * | (defined_color): When we find a "near" color in the map, | Karl Heuer | 1996-02-21 | 1 | -2/+10 |
| | | | | | make sure it is really available as a read-only color. | ||||
| * | (redisplay_window): If window-scroll-functions change | Karl Heuer | 1996-02-21 | 1 | -6/+15 |
| | | | | | the start position, redisplay from the new one. | ||||
| * | (wait_reading_process_input): | Karl Heuer | 1996-02-21 | 1 | -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 Heuer | 1996-02-21 | 1 | -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 Naggum | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (init_eval_once): Initialize specpdl_ptr. | Karl Heuer | 1996-02-20 | 1 | -0/+1 |
| | | |||||
| * | Comment fix. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | | |||||
| * | (Fx_create_frame): Title is a string, not a symbol. | Karl Heuer | 1996-02-19 | 1 | -1/+1 |
| | | |||||
| * | Use <config.h>, not "config.h". | Richard M. Stallman | 1996-02-18 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-02-17 | 1 | -1/+1 |
| | | |||||
| * | (Fopen_dribble_file): Check for failure. | Karl Heuer | 1996-02-17 | 1 | -0/+2 |
| | | |||||
| * | (Fopen_dribble_file): Close dribble file before | Karl Heuer | 1996-02-17 | 1 | -7/+4 |
| | | | | | opening new file. | ||||
| * | Comment fixes. | Karl Heuer | 1996-02-17 | 2 | -8/+8 |
| | | |||||
| * | (Fmake_temp_name) [MSDOS]: Make sure there is at least | Karl Heuer | 1996-02-16 | 1 | -2/+2 |
| | | | | | | one character before the dot, in case `prefix' is only a directory name. | ||||
| * | (x_real_positions): Cast arg of XFree. | Karl Heuer | 1996-02-13 | 1 | -1/+1 |
| | | |||||
| * | (redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated. | Richard M. Stallman | 1996-02-12 | 1 | -0/+5 |
| | | |||||
| * | (x_error_quitter): Add newline to error message. | Richard M. Stallman | 1996-02-12 | 1 | -1/+1 |
| | | |||||
| * | (xmalloc_widget_value): Define only if USE_X_TOOLKIT. | Richard M. Stallman | 1996-02-12 | 1 | -14/+13 |
| | | |||||
| * | (get_doc_string): Always read entire disk blocks. | Richard M. Stallman | 1996-02-12 | 1 | -39/+24 |
| | | |||||
| * | [HAVE_NTGUI] (lispy_function_keys): Add mappings | Richard M. Stallman | 1996-02-12 | 1 | -7/+18 |
| | | | | | for keypad function keys and new PC optional keys. | ||||
| * | (xmalloc_widget_value): Fix previous change. | Richard M. Stallman | 1996-02-11 | 1 | -2/+2 |
| | | |||||
| * | (xmalloc_widget_value): New function. | Richard M. Stallman | 1996-02-11 | 1 | -14/+28 |
| | | | | | Use it instead of malloc_widget_value. | ||||
| * | (Fopen_network_stream): Use sizeof, not strlen, for numeric_addr. | Richard M. Stallman | 1996-02-11 | 1 | -1/+2 |
| | | |||||
| * | (Fadd_text_properties): Don't return without ungcpro. | Richard M. Stallman | 1996-02-10 | 1 | -1/+1 |
| | | |||||
| * | (read_char, timer_check): Call any_kboard_state | Richard M. Stallman | 1996-02-10 | 1 | -0/+14 |
| | | | | | after calling Fcommand_execute, if was previously in that state. | ||||
| * | (display_buffer_1): Fix typo in last change. | Roland McGrath | 1996-02-10 | 1 | -14/+14 |
| | | |||||
| * | (display_buffer_1): Raise the frame if already visible. | Richard M. Stallman | 1996-02-10 | 1 | -3/+7 |
| | | |||||
| * | (x_real_positions): Use XFree. | Richard M. Stallman | 1996-02-09 | 1 | -1/+1 |
| | | |||||
| * | (Fdirectory_files): Doc fix. | Richard M. Stallman | 1996-02-09 | 1 | -3/+4 |
| | | |||||
| * | (min, max): Don't define if already defined. | Richard M. Stallman | 1996-02-08 | 1 | -0/+4 |
| | | |||||
| * | (FONT_WIDTH): Use average character width, not maximum. | Geoff Voelker | 1996-02-08 | 1 | -1/+1 |
| | | |||||
| * | (Fmake_temp_name) [MS-DOS]: Allow upto 8 characters in | Richard M. Stallman | 1996-02-08 | 1 | -0/+6 |
| | | | | | the prefix of the temporary file name. | ||||
| * | (remove_process): Don't unlink the process marker. | Richard M. Stallman | 1996-02-08 | 1 | -1/+0 |
| | | |||||
| * | (LIB_STANDARD): Add -lmach. | Richard M. Stallman | 1996-02-07 | 1 | -4/+1 |
| | | | | | | (LD_DATA_START): Definition deleted. (LD_SWITCH_SYSTEM): Definition and #undef deleted. | ||||
| * | Initial revision | Richard M. Stallman | 1996-02-07 | 1 | -0/+13 |
| | | |||||
| * | (Fbuffer_live_p): New function. | Richard M. Stallman | 1996-02-06 | 1 | -0/+11 |
| | | | | | (syms_of_buffer): defsubr it. | ||||
| * | (emacs.o): Depend on blockinput.h. | Richard M. Stallman | 1996-02-06 | 1 | -1/+2 |
| | | |||||