| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't test THIS_IS_YMAKEFILE. | Richard M. Stallman | 1995-11-10 | 1 | -2/+0 |
| * | Always include sys/wait.h unless NOT_C_CODE; | Richard M. Stallman | 1995-11-10 | 1 | -1/+4 |
| * | (SYMS_SYSTEM): Add syms_of_msdos. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| * | (LIB_STANDARD_1): New macro. | Richard M. Stallman | 1995-11-10 | 1 | -4/+10 |
| * | (LIBXMU): Never define this. | Richard M. Stallman | 1995-11-10 | 1 | -1/+4 |
| * | Test NOT_C_CODE instead of THIS_IS_YMAKEFILE. | Richard M. Stallman | 1995-11-10 | 1 | -5/+6 |
| * | (lisp): Add loadup.el. | Richard M. Stallman | 1995-11-10 | 1 | -1/+2 |
| * | (unload_font): Invalidate computed faces. | Richard M. Stallman | 1995-11-10 | 1 | -1/+53 |
| * | (display_text_line): Get redisplay_end_trigger from window. | Richard M. Stallman | 1995-11-10 | 1 | -29/+37 |
| * | (struct window): New field redisplay_end_trigger. | Richard M. Stallman | 1995-11-10 | 1 | -0/+3 |
| * | (Fwindow_redisplay_end_trigger): New function. | Richard M. Stallman | 1995-11-10 | 1 | -0/+30 |
| * | (debug_print): Explicitly print a CR. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| * | (oblookup): Clear ARRAY_MARK_FLAG in obsize. | Richard M. Stallman | 1995-11-10 | 1 | -0/+2 |
| * | (interrupt_signal): Do special things in GC. | Richard M. Stallman | 1995-11-10 | 1 | -7/+24 |
| * | (Fmove_to_column): Doc fix. | Richard M. Stallman | 1995-11-10 | 1 | -1/+13 |
| * | (Fwrite_region): Move the code that writes annotations for empty files. | Richard M. Stallman | 1995-11-10 | 1 | -7/+6 |
| * | (Fformat): Use doprnt_lisp. | Richard M. Stallman | 1995-11-10 | 1 | -2/+7 |
| * | Include lisp.h. | Richard M. Stallman | 1995-11-10 | 1 | -3/+47 |
| * | (update_line): Avoid indexing into obody by -1. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| * | (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion. | Richard M. Stallman | 1995-11-10 | 1 | -14/+34 |
| * | (Fmake_overlay): New args front-advance and rear-advance. | Richard M. Stallman | 1995-11-10 | 1 | -13/+12 |
| * | (run-hook-with-args, run-hook-list-with-args): Safeguard | Richard M. Stallman | 1995-11-10 | 1 | -2/+8 |
| * | Fexpt): Doc fix. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| * | Initial revision | Geoff Voelker | 1995-11-07 | 8 | -0/+11680 |
| * | (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined. | Geoff Voelker | 1995-11-07 | 1 | -6/+111 |
| * | (nt_get_resource, init_environment): Defined. | Geoff Voelker | 1995-11-07 | 1 | -0/+107 |
| * | (nt_get_resource): Prototype defined. | Geoff Voelker | 1995-11-07 | 1 | -0/+3 |
| * | [HAVE_NTGUI] (create_child): Pass handles to children. | Geoff Voelker | 1995-11-07 | 1 | -2/+39 |
| * | (nt_ring_bell): Renamed from ring_bell, now global. | Geoff Voelker | 1995-11-07 | 1 | -3/+7 |
| * | [HAVE_NTGUI] (WinMain): New procedure. | Geoff Voelker | 1995-11-07 | 1 | -4/+40 |
| * | [HAVE_NTGUI] (abort): New macro. | Geoff Voelker | 1995-11-07 | 1 | -0/+18 |
| * | [HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro. | Geoff Voelker | 1995-11-07 | 1 | -0/+1 |
| * | (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros. | Geoff Voelker | 1995-11-07 | 1 | -0/+2 |
| * | [HAVE_NTGUI] (set_menu_framebar): Declare external. | Geoff Voelker | 1995-11-07 | 1 | -11/+11 |
| * | [HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines. | Geoff Voelker | 1995-11-07 | 1 | -2/+2 |
| * | [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine. | Geoff Voelker | 1995-11-07 | 1 | -0/+2 |
| * | [HAVE_NTGUI] (init_sys_modes, reset_sys_modes): | Geoff Voelker | 1995-11-07 | 1 | -5/+5 |
| * | [HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry. | Geoff Voelker | 1995-11-07 | 1 | -4/+4 |
| * | [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro. | Geoff Voelker | 1995-11-07 | 1 | -2/+2 |
| * | [HAVE_NTGUI]: Include w32term.h. | Geoff Voelker | 1995-11-07 | 1 | -16/+175 |
| * | [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame. | Geoff Voelker | 1995-11-07 | 1 | -40/+45 |
| * | (output_method): New method: output_win32. | Geoff Voelker | 1995-11-07 | 1 | -6/+20 |
| * | [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup. | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
| * | [HAVE_NTGUI]: Declare Vwindow_system. | Geoff Voelker | 1995-11-07 | 1 | -3/+16 |
| * | [HAVE_NTGUI]: Include w32term.h. | Geoff Voelker | 1995-11-07 | 1 | -30/+48 |
| * | [HAVE_NTGUI]: Include win32.h. | Geoff Voelker | 1995-11-07 | 1 | -2/+6 |
| * | (debug_print): Print newline to stderr, too. | Erik Naggum | 1995-11-06 | 1 | -1/+1 |
| * | (choose_minibuf_frame): Moved here from frame.c. | Karl Heuer | 1995-11-04 | 1 | -0/+21 |
| * | [!MULTI_FRAME] (Fmodify_frame_parameters): Add missing | Karl Heuer | 1995-11-04 | 1 | -21/+10 |
| * | (struct x_output): Rename from struct x_display. | Karl Heuer | 1995-11-04 | 1 | -2/+2 |