comparison src/ChangeLog @ 542:2e265ae71eed

[xemacs-hg @ 2001-05-17 09:52:16 by yoshiki] My patch "[PATCH] EMACS_INT_MAX is too big", <87u22s1ffj.fsf@u.sanpo.t.u-tokyo.ac.jp> * lisp.h (EMACS_INT_MAX): This should be one bit less since EMACS_INT is signed.
author yoshiki
date Thu, 17 May 2001 09:52:19 +0000
parents 8f3fb4fd879b
children ffd4d00ff0b6
comparison
equal deleted inserted replaced
541:02261edd09de 542:2e265ae71eed
1 2001-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
2
3 * lisp.h (EMACS_INT_MAX): This should be one bit less since
4 EMACS_INT is signed.
5
1 2001-05-13 Mike Alexander <mta@arbortext.com> 6 2001-05-13 Mike Alexander <mta@arbortext.com>
2 7
3 * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow 8 * frame-msw.c (mswindows_make_frame_visible): Call SetActiveWindow
4 to make the frame the active window. 9 to make the frame the active window.
5 10