aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (init_sys_modes): Don't set up sigio here if window system.Richard M. Stallman1994-06-141-1/+2
* (init_eval_once): Call xmalloc, not malloc.Richard M. Stallman1994-06-141-1/+1
* (Fprocess_send_eof): Doc fix.Richard M. Stallman1994-06-141-1/+4
* (init_sys_modes): Don't call set_terminal_modesRichard M. Stallman1994-06-131-1/+3
* Fix previous change.Richard M. Stallman1994-06-131-11/+13
* Add conditional for SOLARIS2.Richard M. Stallman1994-06-131-0/+15
* (SOLARIS2): Defined.Richard M. Stallman1994-06-131-0/+2
* (single_keymap_panes): gcpro some things.Karl Heuer1994-06-131-0/+4
* (XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.Richard M. Stallman1994-06-131-0/+15
* (init_cmdargs): Set up initial_argv, initial_argc.Richard M. Stallman1994-06-131-0/+7
* (syms_of_keyboard): Properly init Vsystem_key_alist.Richard M. Stallman1994-06-131-1/+1
* (adjust_lnnoptrs): Handle multiple aux symbols.Richard M. Stallman1994-06-131-1/+2
* (transpose_markers): Allow for gap at start of region.Karl Heuer1994-06-121-48/+38
* (x_window): Request "save yourself" commands.Richard M. Stallman1994-06-121-2/+7
* (read_char): When we loop and call redisplay,Richard M. Stallman1994-06-121-1/+4
* (Freplace_match): Be sure not to treat non-digit like digit.Richard M. Stallman1994-06-111-1/+1
* (xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case.Richard M. Stallman1994-06-111-1/+0
* (xterm.o): Depend on dispextern.h.Richard M. Stallman1994-06-111-1/+2
* (X_IO_BUG): Defined.Richard M. Stallman1994-06-111-0/+4
* (Fdisplay_completion_list): Require at least two spaces between items.Richard M. Stallman1994-06-101-1/+1
* (CLASH_DETECTION): Defined.Richard M. Stallman1994-06-101-1/+1
* (menu_item_equiv_key): Check whether def1 matchesRichard M. Stallman1994-06-071-0/+5
* (command_loop_1): Treat nil in display tab like no display tab.Richard M. Stallman1994-06-071-1/+6
* *** empty log message ***Richard M. Stallman1994-06-071-12/+6
* (init_callproc) [MSDOS]: Exclude less code, so ../etcRichard M. Stallman1994-06-071-2/+3
* [MSDOS]: #include "msdos.h".Richard M. Stallman1994-06-071-0/+1
* Add template for rootrelativepath.Richard M. Stallman1994-06-071-0/+1
* (init_environment): Clean up code and make the defaultRichard M. Stallman1994-06-071-25/+38
* (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.Karl Heuer1994-06-071-0/+2
* (Fframe_or_buffer_changed_p): Reuse the state vector.Karl Heuer1994-06-071-2/+8
* (Fframe_or_buffer_changed_p): New function.Karl Heuer1994-06-061-0/+57
* (Fkey_description): Avoid using Fmapconcat--do it directly.Richard M. Stallman1994-06-051-2/+22
* Include systime.h after xterm.h.Richard M. Stallman1994-06-051-1/+3
* (modify_event_symbol): Return nil if out of range.Richard M. Stallman1994-06-051-2/+4
* (x_wm_set_icon_position, x_wm_set_icon_pixmap):Richard M. Stallman1994-06-051-0/+8
* (BSD): Redefine.Richard M. Stallman1994-06-051-0/+14
* (LIBS_MACHINE) [USG]: New #define.Richard M. Stallman1994-06-051-0/+6
* (Fx_open_connection): Set up Vx_resource_name and xrm_optionRichard M. Stallman1994-06-051-7/+8
* (x_term_init): New args xrm_option and resource_string.Richard M. Stallman1994-06-051-7/+15
* (x_window): Take account of internal border of paned widget.Richard M. Stallman1994-06-051-0/+6
* (PURESIZE): Increased to 240000.Richard M. Stallman1994-06-051-1/+1
* (PURESIZE): Increased to 222000.Richard M. Stallman1994-06-051-1/+1
* (using_x_p): New function.Richard M. Stallman1994-06-051-0/+8
* (Fy_or_n_p): Don't use dialog box if not an X frame.Richard M. Stallman1994-06-051-2/+4
* (main): Do the setpgrp after checking for -batch.Richard M. Stallman1994-06-051-15/+15
* (command_loop_1): Properly handle nil in display table.Richard M. Stallman1994-06-051-7/+8
* entered into RCSRichard M. Stallman1994-06-041-0/+8
* Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.Roland McGrath1994-06-041-8/+11
* [MSDOS]: #include "msdos.h" for rootrelativepath template.Karl Heuer1994-06-041-0/+1
* (run_msdos_command): Make local copy of argv[2] on stack, not on heap.Karl Heuer1994-06-031-7/+12