summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (create_process): Use Posix signal handling toKarl Heuer1995-12-131-3/+50
| | | | | | | block signals, if available. If HAVE_VFORK, save and restore signal handlers that the child might change, since in many systems (e.g. Solaris 2.4) if the child changes the signal handlers this munges the parent's handler.
* (HAVE_VFORK): Remove #undef, since we nowKarl Heuer1995-12-131-9/+0
| | | | | know how to use Solaris vfork. (VFORK_RETURN_TYPE): Remove definition.
* Fix misspelled comment.Paul Eggert1995-12-061-1/+1
|
* (tputs): Don't let ospeed overrun the speeds array.David J. MacKenzie1995-11-301-1/+3
|
* (Fcall_interactively): In `c' case, clear out the messageRichard M. Stallman1995-11-301-0/+1
| | | | after reading the character.
* (lisp): Remove c-mode.elc.Richard M. Stallman1995-11-281-1/+0
|
* (sys_select): Check timer once even if input is pending.Richard M. Stallman1995-11-271-2/+3
|
* (decode_mode_spec): For p and P, avoid overflow with large buffer sizes.Richard M. Stallman1995-11-271-2/+10
|
* (set_frame_menubar): When called with deep_p == 0,Richard M. Stallman1995-11-261-1/+6
| | | | that invalidates the previous f->menu_bar_vector.
* (IT_set_menu_bar_lines): Clear last_modified field.Richard M. Stallman1995-11-251-0/+1
|
* Comment change.Richard M. Stallman1995-11-251-1/+1
|
* (read_char): Handle unread events from popup menus.Richard M. Stallman1995-11-241-0/+7
|
* (XTframe_up_to_date): Block and unblock input.Richard M. Stallman1995-11-221-0/+2
|
* (DOC, clean): Don't use switches to del not supported by Win95.Geoff Voelker1995-11-221-2/+2
|
* (XTmouse_position): Exit the loop if child == win.Richard M. Stallman1995-11-221-1/+3
| | | | (x_iconify_frame): Call FRAME_SAMPLE_VISIBILITY.
* (Fset_face_attribute_internal) [MSDOS]: Set font field to 1.Richard M. Stallman1995-11-221-1/+3
|
* (internal_terminal_init): Initialize the_only_x_display.font.Richard M. Stallman1995-11-221-0/+1
|
* (dos_set_keyboard): If CODE is not recognized,Richard M. Stallman1995-11-221-0/+6
| | | | initialize to the US keyboard table.
* (LIB_MOTIF): New definition.Richard M. Stallman1995-11-211-0/+3
|
* (unload_color, unload_font): Never invalidate computed faces 0 and 1.Richard M. Stallman1995-11-211-2/+4
|
* (Fdisplay_buffer): Always deiconify the window's frame.Richard M. Stallman1995-11-211-12/+23
| | | | (display_buffer_1): New subroutine.
* (Fcurrent_time): Doc fix.Richard M. Stallman1995-11-211-1/+1
|
* (main): Add LINUX_SBRK_BUG conditional call to __sbrk.Richard M. Stallman1995-11-211-0/+4
|
* [LINUX] (LINUX_SBRK_BUG): Defined.Richard M. Stallman1995-11-211-0/+4
|
* (SYSTEM_PURESIZE_EXTRA): Increased.Richard M. Stallman1995-11-211-1/+1
|
* (syms_of_dosfns): Use 0x75 for dos_keypad_mode.Richard M. Stallman1995-11-211-1/+1
|
* (Flist): Avoid using -- in while condition.Richard M. Stallman1995-11-201-3/+7
|
* (choose_minibuf_frame): On MSDOS, just use minibuf_window.Richard M. Stallman1995-11-201-0/+4
|
* (Vsource_directory): New variable.Richard M. Stallman1995-11-201-0/+11
| | | | | (init_lread): Initialize it. (syms_of_lread): Set up Lisp var.
* (show_mouse_face): When clearing cursor, use proper column range.Richard M. Stallman1995-11-201-2/+2
|
* (Fmake_local_variable): Call find_symbol_valueRichard M. Stallman1995-11-191-0/+7
| | | | before making a new local binding.
* #undef SIGPOLL and SIGURG as well as SIGIO.Richard M. Stallman1995-11-191-0/+4
|
* (Fset_text_properties): Call set_propertiesRichard M. Stallman1995-11-181-7/+11
| | | | even if we also merge an interval.
* (Qredisplay_end_trigger_functions): Renamed from ..._hook.Richard M. Stallman1995-11-181-4/+10
| | | | | (syms_of_xdisp): Set up new name. (display_text_line): Call them with arguments.
* (Fset_window_redisplay_end_trigger): Doc fix.Richard M. Stallman1995-11-181-4/+4
|
* (Fexecute_extended_command):Richard M. Stallman1995-11-181-9/+3
| | | | Call Fwhere_is_internal just once to handle all the maps.
* (FRAME_WINDOW_P): Always define it one way or another.Richard M. Stallman1995-11-161-0/+3
|
* (gettext_noop): New macro, identity fn.Roland McGrath1995-11-161-296/+303
| | | | (re_error_msgid): Mark strings with that, to ease message catalog creation.
* Declare etext.Roland McGrath1995-11-161-1/+1
|
* [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if notRoland McGrath1995-11-161-3/+4
| | | | present.
* (XTread_socket): Verify a ButtonPress was actually in theRichard M. Stallman1995-11-151-1/+8
| | | | menu bar before generating a menu_bar_activate_event event.
* (syms_of_xselect): Doc fix.Richard M. Stallman1995-11-151-1/+1
|
* (x_clear_frame_selections): Get selection_symbol properly.Richard M. Stallman1995-11-151-1/+22
| | | | (x_clear_frame_selections): Undo previous change.
* (doprnt1): Add a cast.Richard M. Stallman1995-11-151-1/+1
|
* (mark_object): Don't overwrite original argument value.Richard M. Stallman1995-11-151-2/+3
|
* (xsymbol): Cast name explicitly to (char *).Richard M. Stallman1995-11-151-1/+1
|
* Initial revisionGeoff Voelker1995-11-141-0/+589
|
* (check_executable) [DOS_NT]: Treat all dirs as executable.Richard M. Stallman1995-11-141-1/+13
| | | | | (Fcopy_file): Don't chmod output file on MSDOS unless we have DJGPP version 2.
* Declare calloc like malloc.Richard M. Stallman1995-11-131-3/+3
|
* (LIBS_STANDARD): Definition deleted.Richard M. Stallman1995-11-121-1/+3
|