aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Faccept_process_output): Initialize useconds.Richard M. Stallman1992-09-201-0/+2
* entered into RCSRichard M. Stallman1992-09-202-2/+20
* Don't include sys/dir.h.Richard M. Stallman1992-09-201-32/+52
* Update copyright year.Richard M. Stallman1992-09-191-1/+1
* [VMS]: Include string.h, rms.h, rmsdef.h.Richard M. Stallman1992-09-191-13/+48
* (sys_suspend): Read EMACS_PARENT_PID envvar for parent.Richard M. Stallman1992-09-191-2/+19
* (mark_object): Save last 500 values of objptr.Richard M. Stallman1992-09-191-1/+14
* (scan_lists): When searching back for comment:Richard M. Stallman1992-09-191-16/+112
* entered into RCSJoseph Arceneaux1992-09-192-42/+319
* (get_keyelt): Skip menu help string after menu item name.Richard M. Stallman1992-09-181-2/+9
* Initial revisionJoseph Arceneaux1992-09-171-0/+1529
* Initial revisionKarl Berry1992-09-161-0/+4870
* Initial revisionKarl Berry1992-09-161-0/+478
* (main): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.Richard M. Stallman1992-09-141-4/+17
* (read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.Richard M. Stallman1992-09-141-2/+4
* entered into RCSRichard M. Stallman1992-09-141-7/+0
* entered into RCSJim Blandy1992-09-132-7/+20
* * xterm.c (x_wm_set_size_hint): Set the base_width and base_heightJim Blandy1992-09-131-8/+36
* * xrdb.c: Don't include <X11/Xos.h>. Under R4, it stupidlyJim Blandy1992-09-131-2/+6
* Declare x_implicitly_set_name to be void.Jim Blandy1992-09-131-0/+1
* * xdisp.c (display_mode_line): If the only other frames areJim Blandy1992-09-131-4/+11
* * window.c (minibuffer_window): Accept an optional FRAME argument;Jim Blandy1992-09-131-11/+29
* * unexmips.c (mark_x): Declare this as static void at the top ofJim Blandy1992-09-131-1/+2
* Fix typo.Jim Blandy1992-09-131-1/+1
* * keymap.c (describe_buffer_bindings): Adjust key_heading to matchJim Blandy1992-09-131-5/+49
* * keyboard.c (kbd_buffer_get_event): When performing theJim Blandy1992-09-131-5/+3
* * frame.c (choose_minibuf_frame): abort if the selected frame hasJim Blandy1992-09-131-40/+73
* * editfns.c (Fcurrent_time_string): Change docstring toJim Blandy1992-09-131-2/+1
* * doc.c (Fsnarf_documentation): Signal an error if this isJim Blandy1992-09-131-0/+5
* * callint.c (Fcall_interactively): Remove the 'K' interactiveJim Blandy1992-09-131-5/+4
* * alloc.c (mark_object): mark a symbol's name after marking itsJim Blandy1992-09-131-2/+2
* entered into RCSJim Blandy1992-09-1310-238/+228
* *** empty log message ***Jim Blandy1992-09-133-40/+60
* (Ffile_name_directory, Ffile_name_nondirectory):Richard M. Stallman1992-09-121-1/+52
* (num_nonmacro_input_chars): New variable.Richard M. Stallman1992-09-121-4/+9
* (init_sys_modes): Handle VDSUSP like V_DSUSP.Richard M. Stallman1992-09-121-6/+9
* entered into RCSRichard M. Stallman1992-09-122-0/+24
* (internal_self_insert): Assume Fexpand_abbrev expandedRichard M. Stallman1992-09-111-3/+4
* (command_loop_1): Bind inhibit-quit to t when in Fsit_for.Richard M. Stallman1992-09-111-0/+6
* (Fx_track_pointer): Pass new args to read_char.Richard M. Stallman1992-09-111-3/+3
* (Fmake_sparse_keymap, Fmake_keymap): New optional arg. Callers changed.Richard M. Stallman1992-09-111-19/+32
* (unexec): Allow sections in any order.Richard M. Stallman1992-09-111-11/+15
* (Fy_or_n_p): Pass new args to read_char.Richard M. Stallman1992-09-111-1/+1
* (Fread_char): Pass new args to read_char.Richard M. Stallman1992-09-111-3/+3
* entered into RCSRichard M. Stallman1992-09-101-2/+2
* * ralloc.c (r_re_alloc): Instead of allocating a new bloc at theJim Blandy1992-09-091-13/+15
* (scan_lists): Improve smarts for backwards scan of comments.Richard M. Stallman1992-09-051-56/+174
* (Fcall_interactively): For `K', use last_nonmenu_event.Richard M. Stallman1992-09-051-2/+4
* (last_nonmenu_event): New var.Richard M. Stallman1992-09-051-117/+240
* (xmenu_show): If no panes, just return.Richard M. Stallman1992-09-051-58/+319