| Commit message (Expand) | Author | Age | Files | Lines |
| * | (__do_global_dtors): New dummy function. | Richard M. Stallman | 1992-09-03 | 1 | -0/+2 |
| * | entered into RCS | Richard M. Stallman | 1992-09-02 | 1 | -3/+14 |
| * | Doc fix for file-name-handler-alist. | Roland McGrath | 1992-09-02 | 1 | -1/+1 |
| * | (__main): New dummy function. | Richard M. Stallman | 1992-09-02 | 1 | -4/+6 |
| * | *** empty log message *** | Jim Blandy | 1992-09-02 | 1 | -1/+1 |
| * | (__do_global_ctors, __do_global_ctors_aux): New dummy fns. | Richard M. Stallman | 1992-08-31 | 1 | -0/+13 |
| * | (Fdo_auto_save): Always call record_auto_save. | Richard M. Stallman | 1992-08-31 | 1 | -2/+2 |
| * | entered into RCS | Joseph Arceneaux | 1992-08-30 | 1 | -4/+9 |
| * | * xselect.c: Use the FRAME_X_WINDOW macro, for readability. | Jim Blandy | 1992-08-29 | 1 | -2/+2 |
| * | * xterm.c (x_make_frame_invisible): Don't forget to check the | Jim Blandy | 1992-08-29 | 1 | -480/+297 |
| * | * xrdb.c (get_user_db): Use XResourceManagerString when available | Jim Blandy | 1992-08-29 | 1 | -2/+5 |
| * | * xfns.c (x_icon): Don't call x_wm_set_icon_positions if the user | Jim Blandy | 1992-08-29 | 1 | -84/+107 |
| * | * window.c (coordinates_in_window): Do not assume that all | Jim Blandy | 1992-08-29 | 1 | -11/+12 |
| * | * sysdep.c (init_baud_rate): Re-arranged order of conditionals - | Jim Blandy | 1992-08-29 | 1 | -8/+12 |
| * | * process.c: Include "systty.h", not "systerm.h". | Jim Blandy | 1992-08-29 | 1 | -1/+1 |
| * | * keyboard.c: Include "systty.h", not "systerm.h". | Jim Blandy | 1992-08-29 | 1 | -1/+1 |
| * | * fns.c (Fyes_or_no_p): Call Fsleep_for with the appropriate | Jim Blandy | 1992-08-29 | 1 | -1/+1 |
| * | * fileio.c (Fdo_auto_save): Call Fsleep_for with the appropriate | Jim Blandy | 1992-08-29 | 1 | -1/+1 |
| * | * emacs.c: Incude "systty.h", not "systerm.h". | Jim Blandy | 1992-08-29 | 1 | -5/+7 |
| * | * dispnew.c: Incude "systty.h", not "systerm.h". | Jim Blandy | 1992-08-29 | 1 | -12/+37 |
| * | Formatting change | Jim Blandy | 1992-08-29 | 1 | -5/+3 |
| * | entered into RCS | Jim Blandy | 1992-08-29 | 2 | -10/+38 |
| * | *** empty log message *** | Jim Blandy | 1992-08-29 | 3 | -32/+38 |
| * | (syms_of_buffer): Made buffer-display-table, | Richard M. Stallman | 1992-08-28 | 1 | -3/+3 |
| * | (Fappend): Doc fix. | Richard M. Stallman | 1992-08-28 | 1 | -1/+1 |
| * | *** empty log message *** | Jim Blandy | 1992-08-28 | 1 | -1/+1 |
| * | (WCOREDUMP): Define only if not defined. | Richard M. Stallman | 1992-08-22 | 1 | -1/+8 |
| * | Initial revision | Joseph Arceneaux | 1992-08-21 | 1 | -0/+722 |
| * | * abbrev.c (syms_of_abbrev): Call DEFVAR_PER_BUFFER with the new | Jim Blandy | 1992-08-19 | 1 | -5/+5 |
| * | (internal_self_insert): Ignore value of Fexpand_abbrev; | Richard M. Stallman | 1992-08-19 | 1 | -2/+11 |
| * | (Fexpand_abbrev): If pre-expand hook changes the buffer, | Richard M. Stallman | 1992-08-19 | 1 | -4/+9 |
| * | * xterm.c (x_wm_hints): Variable deleted. This has to be | Jim Blandy | 1992-08-19 | 1 | -127/+142 |
| * | * xrdb.c [USG5]: Define SYSV, and then include <unistd.h>. I | Jim Blandy | 1992-08-19 | 1 | -5/+19 |
| * | * xfns.c (x_set_name): Take new argument EXPLICIT, instead of | Jim Blandy | 1992-08-19 | 1 | -69/+131 |
| * | * xdisp.c (display_mode_line): Use x_implicitly_set_name here. | Jim Blandy | 1992-08-19 | 1 | -7/+9 |
| * | * window.c (Fset_window_configuration): Removed #if 0'd code which | Jim Blandy | 1992-08-19 | 1 | -17/+9 |
| * | * term.c (term_get_fkeys): Some systems define `static' to be the | Jim Blandy | 1992-08-19 | 1 | -37/+65 |
| * | * sysdep.c (select): There's no need to cast the return value of | Jim Blandy | 1992-08-19 | 1 | -3/+6 |
| * | * ralloc.c (get_bloc): When initializing new_bloc->variable, cast | Jim Blandy | 1992-08-19 | 1 | -1/+5 |
| * | * process.c (process_send_signal): Don't send SIGTSTP if the | Jim Blandy | 1992-08-19 | 1 | -3/+4 |
| * | * mocklisp.c (Fml_substr): Put comments around text following #endif. | Jim Blandy | 1992-08-19 | 1 | -1/+1 |
| * | * minibuf.c (Fread_from_minibuffer): Put this function's doc | Jim Blandy | 1992-08-19 | 1 | -2/+18 |
| * | * lread.c (defvar_per_buffer): Support new TYPE argument, by | Jim Blandy | 1992-08-19 | 1 | -1/+3 |
| * | * keyboard.c (init_keyboard): Changed "#endif SIGIO" to | Jim Blandy | 1992-08-19 | 1 | -1/+1 |
| * | * frame.c (make_frame): Clear the explicit_name member of the new | Jim Blandy | 1992-08-19 | 1 | -3/+3 |
| * | * floatfns.c (Fexpm1, Flog1p): Function removed; it's not widely | Jim Blandy | 1992-08-19 | 1 | -30/+27 |
| * | * emacs.c [USG5]: Don't #include <fcntl.h> for these systems. | Jim Blandy | 1992-08-19 | 1 | -4/+0 |
| * | * dispnew.c [not MULTI_FRAME] (Fredraw_display): Use | Jim Blandy | 1992-08-19 | 1 | -1/+1 |
| * | * data.c [USG] (Frem): Call fmod, rather than drem. Rah. | Jim Blandy | 1992-08-19 | 1 | -2/+17 |
| * | * buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER with the new | Jim Blandy | 1992-08-19 | 1 | -7/+60 |