| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | Oops; left a note in a doc-string. | Simon Marshall | 1995-11-10 | 1 | -1/+1 |
| * | (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 |
| * | (lisp): Don't distribute site-start. | Richard M. Stallman | 1995-11-10 | 1 | -0/+1 |
| * | (run-hook-with-args, run-hook-list-with-args): Safeguard | Richard M. Stallman | 1995-11-10 | 1 | -2/+8 |
| * | (makefile-mode): Call makefile-define-space-face only if it is defined. | Richard M. Stallman | 1995-11-10 | 1 | -6/+7 |
| * | Fexpt): Doc fix. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
| * | Require calendar. | Richard M. Stallman | 1995-11-10 | 1 | -0/+2 |
| * | 1. Use local hooks, not local variables. | Simon Marshall | 1995-11-09 | 1 | -187/+178 |
| * | compilation-mode-font-lock-keywords tweak | Simon Marshall | 1995-11-09 | 1 | -1/+2 |
| * | (env_vars): New variable. | Geoff Voelker | 1995-11-07 | 1 | -12/+74 |
| * | Update to latest src/config.in. | Geoff Voelker | 1995-11-07 | 2 | -0/+60 |
| * | (NTGUI): New macro. | Geoff Voelker | 1995-11-07 | 1 | -0/+7 |
| * | (addpm.exe): Link with $(ADVAPI32). | Geoff Voelker | 1995-11-07 | 1 | -13/+16 |
| * | Initial revision | Geoff Voelker | 1995-11-07 | 9 | -0/+12297 |
| * | [win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, fac... | Geoff Voelker | 1995-11-07 | 1 | -5/+5 |
| * | [win32] (make-face, make-face-x-resource-internal): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
| * | mouse.el [win32] (mouse-set-region): | Geoff Voelker | 1995-11-07 | 1 | -0/+1 |
| * | [win32] (normal-top-level, command-line, command-line-1): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
| * | (DOC): Include strings from w32term.c, w32xfns.c, | Geoff Voelker | 1995-11-07 | 1 | -5/+1 |
| * | (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 |