Mercurial > emacs
changeset 30545:4fc9847efaf6
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 31 Jul 2000 15:41:39 +0000 |
parents | e9b3bce9cb4b |
children | 26e5d26a83ed |
files | lisp/ChangeLog |
diffstat | 1 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@is.elta.co.il> + + * 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 <gerd@gnu.org> * iswitchb.el (iswitchb-entryfn-p): Test this-command instead