aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (lisp): Add loadup.el.Richard M. Stallman1995-11-101-1/+2
* (unload_font): Invalidate computed faces.Richard M. Stallman1995-11-101-1/+53
* (display_text_line): Get redisplay_end_trigger from window.Richard M. Stallman1995-11-101-29/+37
* (struct window): New field redisplay_end_trigger.Richard M. Stallman1995-11-101-0/+3
* (Fwindow_redisplay_end_trigger): New function.Richard M. Stallman1995-11-101-0/+30
* (debug_print): Explicitly print a CR.Richard M. Stallman1995-11-101-1/+1
* (oblookup): Clear ARRAY_MARK_FLAG in obsize.Richard M. Stallman1995-11-101-0/+2
* (interrupt_signal): Do special things in GC.Richard M. Stallman1995-11-101-7/+24
* (Fmove_to_column): Doc fix.Richard M. Stallman1995-11-101-1/+13
* Oops; left a note in a doc-string.Simon Marshall1995-11-101-1/+1
* (Fwrite_region): Move the code that writes annotations for empty files.Richard M. Stallman1995-11-101-7/+6
* (Fformat): Use doprnt_lisp.Richard M. Stallman1995-11-101-2/+7
* Include lisp.h.Richard M. Stallman1995-11-101-3/+47
* (update_line): Avoid indexing into obody by -1.Richard M. Stallman1995-11-101-1/+1
* (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.Richard M. Stallman1995-11-101-14/+34
* (Fmake_overlay): New args front-advance and rear-advance.Richard M. Stallman1995-11-101-13/+12
* (lisp): Don't distribute site-start.Richard M. Stallman1995-11-101-0/+1
* (run-hook-with-args, run-hook-list-with-args): SafeguardRichard M. Stallman1995-11-101-2/+8
* (makefile-mode): Call makefile-define-space-face only if it is defined.Richard M. Stallman1995-11-101-6/+7
* Fexpt): Doc fix.Richard M. Stallman1995-11-101-1/+1
* Require calendar.Richard M. Stallman1995-11-101-0/+2
* 1. Use local hooks, not local variables.Simon Marshall1995-11-091-187/+178
* compilation-mode-font-lock-keywords tweakSimon Marshall1995-11-091-1/+2
* (env_vars): New variable.Geoff Voelker1995-11-071-12/+74
* Update to latest src/config.in.Geoff Voelker1995-11-072-0/+60
* (NTGUI): New macro.Geoff Voelker1995-11-071-0/+7
* (addpm.exe): Link with $(ADVAPI32).Geoff Voelker1995-11-071-13/+16
* Initial revisionGeoff Voelker1995-11-079-0/+12297
* [win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, fac...Geoff Voelker1995-11-071-5/+5
* [win32] (make-face, make-face-x-resource-internal):Geoff Voelker1995-11-071-3/+3
* mouse.el [win32] (mouse-set-region):Geoff Voelker1995-11-071-0/+1
* [win32] (normal-top-level, command-line, command-line-1):Geoff Voelker1995-11-071-3/+3
* (DOC): Include strings from w32term.c, w32xfns.c,Geoff Voelker1995-11-071-5/+1
* (SUBSYSTEM, TLIBW32, TLASTLIB, WIN32OBJ): Defined.Geoff Voelker1995-11-071-6/+111
* (nt_get_resource, init_environment): Defined.Geoff Voelker1995-11-071-0/+107
* (nt_get_resource): Prototype defined.Geoff Voelker1995-11-071-0/+3
* [HAVE_NTGUI] (create_child): Pass handles to children.Geoff Voelker1995-11-071-2/+39
* (nt_ring_bell): Renamed from ring_bell, now global.Geoff Voelker1995-11-071-3/+7
* [HAVE_NTGUI] (WinMain): New procedure.Geoff Voelker1995-11-071-4/+40
* [HAVE_NTGUI] (abort): New macro.Geoff Voelker1995-11-071-0/+18
* [HAVE_X_WINDOWS] (HAVE_WINDOW_SYSTEM): New macro.Geoff Voelker1995-11-071-0/+1
* (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): New macros.Geoff Voelker1995-11-071-0/+2
* [HAVE_NTGUI] (set_menu_framebar): Declare external.Geoff Voelker1995-11-071-11/+11
* [HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines.Geoff Voelker1995-11-071-2/+2
* [HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.Geoff Voelker1995-11-071-0/+2
* [HAVE_NTGUI] (init_sys_modes, reset_sys_modes):Geoff Voelker1995-11-071-5/+5
* [HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.Geoff Voelker1995-11-071-4/+4
* [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.Geoff Voelker1995-11-071-2/+2
* [HAVE_NTGUI]: Include w32term.h.Geoff Voelker1995-11-071-16/+175
* [HAVE_NTGUI]: Test for a Win32 frame in procedures that test for an X frame.Geoff Voelker1995-11-071-40/+45