comparison lisp/ChangeLog @ 29205:d08b497f3ce1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 May 2000 16:59:22 +0000
parents eb1c9224a1c6
children 6e9f065ce572
comparison
equal deleted inserted replaced
29204:d38a98cddcec 29205:d08b497f3ce1
1 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * hilit-chg.el (highlight-changes-mode): Ask about color or
4 grayscale support, not about window-system.
5
6 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7 window-system.
8 (ffap-highlight): Always default to t.
9
10 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11 display-popup-menus-p instead of looking at window-system.
12
13 * disp-table.el (standard-display-g1, standard-display-graphic):
14 Only refuse to use string glyphs on X and MS-Windows.
15
16 * avoid.el: Remove window-system from commentary, suggest to use
17 display-*-p instead.
18
19 * apropos.el (apropos-print): Use display-mouse-p instead of
20 window-system.
21
1 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> 22 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2 23
3 * international/codepage.el (cp-decoding-vector-for-codepage): 24 * international/codepage.el (cp-decoding-vector-for-codepage):
4 Fill up unsupported characters with their own codes. From Kenichi 25 Fill up unsupported characters with their own codes. From Kenichi
5 Handa. 26 Handa.