summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* (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_set_window_size): Clear out the mouse-highlighting dataRichard M. Stallman1996-02-271-11/+30
* (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
* (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
* (command_loop_1): Explicitly clear the echo areaRichard M. Stallman1996-02-251-2/+4
* (Qinhibit_read_only): Declared.Richard M. Stallman1996-02-251-0/+1
* (redisplay_internal): Renamed from redisplay.Richard M. Stallman1996-02-251-10/+32
* (Fcopy_syntax_table): Set default to nil.Richard M. Stallman1996-02-241-1/+10
* (get_doc_string): Move static vars outside the function,Richard M. Stallman1996-02-221-16/+22
* (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
* (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
* (redisplay_window): If window-scroll-functions changeKarl Heuer1996-02-211-6/+15
* (wait_reading_process_input):Karl Heuer1996-02-211-6/+11
* (swallow_events): New arg DO_DISPLAY.Karl Heuer1996-02-211-121/+206
* (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
* Comment fixes.Karl Heuer1996-02-172-8/+8
* (Fmake_temp_name) [MSDOS]: Make sure there is at leastKarl Heuer1996-02-161-2/+2
* (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
* (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
* (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