aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't test THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-2/+0
* Always include sys/wait.h unless NOT_C_CODE;Richard M. Stallman1995-11-101-1/+4
* (SYMS_SYSTEM): Add syms_of_msdos.Richard M. Stallman1995-11-101-1/+1
* (LIB_STANDARD_1): New macro.Richard M. Stallman1995-11-101-4/+10
* (LIBXMU): Never define this.Richard M. Stallman1995-11-101-1/+4
* Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-5/+6
* (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
* (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
* (run-hook-with-args, run-hook-list-with-args): SafeguardRichard M. Stallman1995-11-101-2/+8
* Fexpt): Doc fix.Richard M. Stallman1995-11-101-1/+1
* Initial revisionGeoff Voelker1995-11-078-0/+11680
* (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
* (output_method): New method: output_win32.Geoff Voelker1995-11-071-6/+20
* [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.Geoff Voelker1995-11-071-3/+3
* [HAVE_NTGUI]: Declare Vwindow_system.Geoff Voelker1995-11-071-3/+16
* [HAVE_NTGUI]: Include w32term.h.Geoff Voelker1995-11-071-30/+48
* [HAVE_NTGUI]: Include win32.h.Geoff Voelker1995-11-071-2/+6
* (debug_print): Print newline to stderr, too.Erik Naggum1995-11-061-1/+1
* (choose_minibuf_frame): Moved here from frame.c.Karl Heuer1995-11-041-0/+21
* [!MULTI_FRAME] (Fmodify_frame_parameters): Add missingKarl Heuer1995-11-041-21/+10
* (struct x_output): Rename from struct x_display.Karl Heuer1995-11-041-2/+2