diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f7fd3e20b2..b60936ddd71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 |
| @@ -183,9 +189,7 @@ | |||
| 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. |
| @@ -195,7 +199,9 @@ | |||
| 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. |