aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (Fprevious_single_property_change): Check for null interval after correctingKarl Heuer1994-06-031-3/+4
* (display_text_line): Make sure pointer is in range.Karl Heuer1994-06-031-4/+12
* (xdialog_show): Fix problem with message in dialog box.Karl Heuer1994-06-021-1/+1
* (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.Richard M. Stallman1994-06-021-0/+2
* [emacs]: Block input around the garbage reclamation.Richard M. Stallman1994-06-021-0/+12
* (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro):Richard M. Stallman1994-06-011-10/+4
* (kill_buffer_processes): For net conn, use Fdelete_process.Richard M. Stallman1994-06-011-1/+1
* (command_loop_1): Allow direct output for insertRichard M. Stallman1994-05-301-6/+9
* (redisplay): Limit prev change to pause != 0.Richard M. Stallman1994-05-301-1/+1
* (redisplay): If have window change at end, redisplay again.Richard M. Stallman1994-05-301-0/+5
* (create_process): Get a pty for any non-nil Vprocess_connection_type value.Richard M. Stallman1994-05-301-1/+1
* (output_string): New function.Richard M. Stallman1994-05-301-6/+49