summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (LIB_MOTIF): Defined.Richard M. Stallman1995-06-281-0/+3
* (term_init): Alternative error messages for TERMCAP/TERMINFO.Richard M. Stallman1995-06-281-2/+12
* (echo_area_display): Don't set FRAME_CURSOR_... here.Richard M. Stallman1995-06-281-1/+8
* (update_frame): Pretend cursor is in echo areaRichard M. Stallman1995-06-281-3/+8
* (LIBXMU): New definition.Richard M. Stallman1995-06-281-1/+5
* (LIBXMU): New macro.Richard M. Stallman1995-06-271-1/+5
* (Fsplit_window): Nicer error if split size is too small.Richard M. Stallman1995-06-261-6/+10
* (init_cmdargs): Make Vinvocation_directoryRichard M. Stallman1995-06-261-0/+5
* (overlays_in): New function.Richard M. Stallman1995-06-261-4/+170
* (Fx_open_connection, x_display_info_for_name):Richard M. Stallman1995-06-261-0/+6
* (Fdelete_frame): It's ok to have no minibuffer left onRichard M. Stallman1995-06-261-9/+22
* (next_frame, prev_frame): Consider only frames on same kbd.Richard M. Stallman1995-06-251-35/+59
* (Fopen_network_stream): Sleep 1 sec before connect retry.Richard M. Stallman1995-06-251-0/+4
* (main): Fix --help message.Richard M. Stallman1995-06-241-1/+0
* (directory_file_name): Don't get confused by // at end on Unix-like systems.Richard M. Stallman1995-06-241-1/+4
* (menu_item_enabled_p_1): Special handling for quit.Richard M. Stallman1995-06-221-0/+10
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-06-211-1/+1
* (SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o.Richard M. Stallman1995-06-211-1/+1
* (decode_mode_spec) [!MULTI_FRAME]: Handle %F properly.Richard M. Stallman1995-06-211-0/+4
* (Fx_display_grayscale_p): Return t or nil.Richard M. Stallman1995-06-211-4/+15
* (SYSTEM_PURESIZE_EXTRA): Increased to 68000.Richard M. Stallman1995-06-211-1/+1
* (read_key_sequence): Don't use Vprefix_help_commandRichard M. Stallman1995-06-201-1/+1
* (map_virt_key): Mark some additional chars as valid ASCII.Richard M. Stallman1995-06-201-10/+10
* (ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals.Richard M. Stallman1995-06-201-2/+4
* (Freset_this_command_lengths): New function.Richard M. Stallman1995-06-201-0/+54
* [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.Roland McGrath1995-06-201-0/+8
* Use `defined' to test HAVE_STRING_H and STDC_HEADERS.Richard M. Stallman1995-06-201-1/+1
* (rmdir): Fix up Aug 19 1993 change that wasn't done right.Richard M. Stallman1995-06-201-6/+6
* (win32_wait): Massage retval into what is expected in Unix.Richard M. Stallman1995-06-191-1/+10
* (sigchld_handler): Change XSETFASTINT to XSETINT.Richard M. Stallman1995-06-191-2/+2
* (Fx_create_frame): Fix last arg to x_get_arg for Qdisplay.Richard M. Stallman1995-06-191-1/+1
* (LIB_GCC): Fix previous change.Richard M. Stallman1995-06-191-1/+2
* (quit_throw_to_read_char): Turn off the error checkRichard M. Stallman1995-06-181-0/+4
* (LIB_GCC): Define here, overriding Makefile.in.in,Richard M. Stallman1995-06-181-1/+4
* (malloc, realloc): If not _MALLOC_INTERNAL, always use void *.Richard M. Stallman1995-06-181-1/+6
* (menu_item_equiv_key): Do reconsider a command that hadRichard M. Stallman1995-06-171-3/+9
* (Vdefine_key_rebound_commands): New variable.Richard M. Stallman1995-06-171-0/+15
* (Flocal_variable_if_set_p): New function.Richard M. Stallman1995-06-171-0/+42
* (display_text_line): Fill in charstart for end of buffer.Richard M. Stallman1995-06-171-1/+12
* (quit_throw_to_read_char): Use do_switch_frame directly.Richard M. Stallman1995-06-171-1/+2
* [MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.Richard M. Stallman1995-06-171-1/+1
* (Fset_window_configuration): Use do_switch_frame directly.Richard M. Stallman1995-06-161-2/+3
* (do_switch_frame): Declared.Richard M. Stallman1995-06-161-3/+1
* (Fdelete_frame): Use do_switch_frame directly.Richard M. Stallman1995-06-161-3/+3
* [MULTI_FRAME] (Fignore_event): New function.Karl Heuer1995-06-161-2/+11
* Use long, not EMACS_INT.Richard M. Stallman1995-06-161-1/+3
* (x_report_frame_params, x_set_icon_type, x_set_icon_name)Richard M. Stallman1995-06-161-16/+13
* (struct x_display): icon_name deleted.Richard M. Stallman1995-06-161-6/+0
* (struct frame): New field icon_name.Richard M. Stallman1995-06-161-0/+4
* (mark_object): Mark icon_name field.Richard M. Stallman1995-06-161-0/+1