aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * data.c (swap_in_symval_forwarding): Formatting tweaked.Jim Blandy1992-09-291-8/+11
* * keyboard.c: Initialize recent_keys in syms_of_keyboard, notJim Blandy1992-09-291-4/+4
* * keyboard.c (recent_keys): Turn this from an array, which is aJim Blandy1992-09-291-8/+12
* * frame.c (Fdelete_frame): Call Fselect_frame with the appropriateJim Blandy1992-09-291-1/+1
* * xterm.h (ROOT_WINDOW): Use the DefaultScreen macro, not theJim Blandy1992-09-291-1/+1
* * editfns.c (save_excursion_save, save_excursion_restore):Jim Blandy1992-09-291-3/+6
* * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, andJim Blandy1992-09-292-2/+2
* * buffer.c (Fbury_buffer): This used to undisplay the buffer beingJim Blandy1992-09-291-14/+20
* * frame.c (Fselect_frame, Fframe_root_window,Jim Blandy1992-09-291-10/+16
* * ralloc.c: Since the users of the relocating allocation codeJim Blandy1992-09-291-29/+64
* (record_delete): Record pos before the deletion.Richard M. Stallman1992-09-281-51/+72
* (del_range): Call record_delete before updating point.Richard M. Stallman1992-09-281-3/+3
* (Finsert_file_contents): Do record_insert, then inc MODIFF.Richard M. Stallman1992-09-281-2/+4
* * keyboard.c (read_char): If we're returning an event from aJim Blandy1992-09-281-21/+90
* * termhooks.h (alt_modifier, hyper_modifier, super_modifier,Jim Blandy1992-09-281-5/+14
* * window.c (delete_all_subwindows): Save the window's buffer inJim Blandy1992-09-281-3/+13
* * keymap.c (access_keymap): Remove code to notice bindings forJim Blandy1992-09-281-12/+12
* (single_keymap_panes): Handle vectors properly.Richard M. Stallman1992-09-251-11/+35
* See ChangeLogJoseph Arceneaux1992-09-243-246/+260
* * xmenu.c (single_keymap_panes): Comment out the code whichJim Blandy1992-09-231-0/+2
* * keymap.c (DENSE_TABLE_SIZE): Doc fix.Jim Blandy1992-09-231-214/+204
* * indent.c (Fmove_to_column): Pass the right number of argumentsJim Blandy1992-09-231-2/+3
* * process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX]Jim Blandy1992-09-231-0/+2
* * fileio.c (syms_of_fileio): Don't try to defsubr Sunix_syncJim Blandy1992-09-231-0/+2
* * sysdep.c (sys_suspend): Don't try to use "nice (- nice (0))" toJim Blandy1992-09-231-22/+10
* * emacs.c (emacs_priority): Doc fix.Jim Blandy1992-09-231-2/+4
* * callproc.c (child_setup): Don't use setpriority; we just need aJim Blandy1992-09-231-1/+5
* * xrdb.c (x_get_resource): Cast the value being assigned toJim Blandy1992-09-221-1/+1
* * eval.c (unbind_catch): Do the long-jump here. Take a VALUEJim Blandy1992-09-221-20/+26
* Thu Sep 17 15:51:18 1992 Jim Blandy ([email protected])Jim Blandy1992-09-221-0/+5
* * lisp.h (struct handler): Remove the poll_suppress_count memberJim Blandy1992-09-221-4/+20
* * eval.c (Fcondition_case): Rearranged for clarity. Don't worryJim Blandy1992-09-221-34/+65
* * buffer.c (Fget_buffer_create): Doc fix.Jim Blandy1992-09-221-0/+1
* Doc fix.Jim Blandy1992-09-221-0/+3
* * fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag.Jim Blandy1992-09-221-0/+1
* * dispnew.c (get_display_line): Don't abort if the frame isJim Blandy1992-09-221-1/+1
* * keyboard.h (num_nonmacro_input_chars): Added extern declarationJim Blandy1992-09-221-0/+3
* comment changesJoseph Arceneaux1992-09-211-7/+30
* entered into RCSRichard M. Stallman1992-09-211-3/+3
* (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