comparison lisp/ChangeLog @ 27634:6c9ee29e8955

* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, around image definitions and prototypes. (gamma_correct) [WINDOWSNT]: New prototype. * w32term.c (x_make_frame_visible): Replace call to input_poll_signal with poll_for_input. * window.c [WINDOWSNT]: Include w32term.h. * xdisp.c [WINDOWSNT]: Include w32term.h. * makefile.nt: Add dependencies on w32gui.h. (OBJ1): Include atimer.obj. ($(BLD)\atimer.obj): New dependency rule. * w32.c (sigmask): New function (does nothing). (sigunblock): Ditto. * frame.c [WINDOWSNT]: Include w32term.h. * w32gui.h (struct W32FontStruct): Add ascent and descent slots. * lread.c (syms_of_lread): Fix literal newlines. * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around the string constant limit (2048 bytes) in MSVC. (main): Ditto.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:51 +0000
parents 07bd81629ad2
children 161ec77aa308
comparison
equal deleted inserted replaced
27633:ab6c81c6edf8 27634:6c9ee29e8955
1 2000-02-06 Andrew Innes <andrewi@gnu.org>
2
3 * term/w32-win.el (x-handle-args): Comment out call to message,
4 which occurs before window system is initialized.
5
6 * makefile.nt: Add support for recompiling lisp code.
7
1 2000-02-04 Dave Love <fx@gnu.org> 8 2000-02-04 Dave Love <fx@gnu.org>
2 9
3 * bindings.el (mode-line-mule-info): Fix/extend last change. 10 * bindings.el (mode-line-mule-info): Fix/extend last change.
4 11
5 * completion.el: Replace completion-dolist with dolist. 12 * completion.el: Replace completion-dolist with dolist.