comparison lisp/ChangeLog @ 28965:dead0196fbc8

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 17 May 2000 23:35:57 +0000
parents 44fce819e7b1
children 84cb017dca64
comparison
equal deleted inserted replaced
28964:7ba5753774e5 28965:dead0196fbc8
1 2000-05-18 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-diag.el (describe-char-after): Call
4 internal-char-font, not char-font. If internal-char-font returns
5 nil, display "-- none --".
6
1 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> 7 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * image.el (image-type-available-p): Don't reference image-types 9 * image.el (image-type-available-p): Don't reference image-types
4 if it isn't bound. 10 if it isn't bound.
5 11
181 character is always encodable. 187 character is always encodable.
182 188
183 * international/mule-conf.el: Add more information in descriptions 189 * international/mule-conf.el: Add more information in descriptions
184 of character sets. 190 of character sets.
185 191
186 * international/mule-diag.el (syntax-description-table): New 192 * international/mule-diag.el (describe-char-after): New function.
187 variable.
188 (describe-char-after): New function.
189 (describe-font-internal): Adjusted for the change of font-info. 193 (describe-font-internal): Adjusted for the change of font-info.
190 (describe-font): Likewise. 194 (describe-font): Likewise.
191 (print-fontset): Rewritten for the new fontset implementation. 195 (print-fontset): Rewritten for the new fontset implementation.
192 (describe-fontset): Include fontset alias names in completion. 196 (describe-fontset): Include fontset alias names in completion.
193 (list-fontsets): Adjusted for the change of print-fontset. 197 (list-fontsets): Adjusted for the change of print-fontset.
194 198
195 * simple.el (what-cursor-position): If DETAIL is non-nil, call 199 * simple.el (what-cursor-position): If DETAIL is non-nil, call
196 describe-char-after instead of displaying the detail in the echo 200 describe-char-after instead of displaying the detail in the echo
197 area. 201 area.
198 202 (syntax-code-table): Format changed.
203 (string-to-syntax): Adjusted for the above change.
204
199 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> 205 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
200 206
201 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. 207 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
202 208
203 2000-05-12 Dave Love <fx@gnu.org> 209 2000-05-12 Dave Love <fx@gnu.org>