# HG changeset patch # User Eli Zaretskii # Date 965058099 0 # Node ID 4fc9847efaf67e52b189e0aebf2c610dddee3300 # Parent e9b3bce9cb4b69e15bf6312fb4f92fc2e2cc8f94 *** empty log message *** diff -r e9b3bce9cb4b -r 4fc9847efaf6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 31 15:39:37 2000 +0000 +++ b/lisp/ChangeLog Mon Jul 31 15:41:39 2000 +0000 @@ -1,3 +1,29 @@ +2000-07-31 Eli Zaretskii + + * calendar/appt.el (appt-disp-window): Use display-multi-frame-p + instead of window-system. + + * wid-edit.el (widget-choose): Use display-mouse-p instead of + window-system. + (widget-choice-mouse-down-action): Use display-popup-menus-p + instead of window-system. + + * strokes.el (strokes-file): Run the file name through + convert-standard-filename. + (strokes-mode): Call display-mouse-p instead of looking at + window-system. Change the error message accordingly. + + * progmodes/cpp.el (toplevel): Support faces on tty's. + + * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) + (lm-plot-square, lm-init-display): Don't use window-system. + + * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) + (gomoku-plot-square, gomoku-init-display): Don't use window-system. + + * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p + instead of looking at window-system. + 2000-07-30 Gerd Moellmann * iswitchb.el (iswitchb-entryfn-p): Test this-command instead