diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 00e503e2ad4..213cfd9b98a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,15 +1,18 @@ | |||
| 1 | 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * files.el (locate-dominating-file): Accept non-existing argument. | ||
| 4 | (project-find-settings-file): Rewrite, using locate-dominating-file. | ||
| 5 | |||
| 1 | 2008-05-22 Kenichi Handa <handa@m17n.org> | 6 | 2008-05-22 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * faces.el (font-weight-table, font-slant-table) | 8 | * faces.el (font-weight-table, font-slant-table, font-width-table): |
| 4 | (font-width-table): Delete them. Don't call | 9 | Delete them. Don't call internal-set-font-style-table. |
| 5 | internal-set-font-style-table. | ||
| 6 | 10 | ||
| 7 | * international/mule-diag.el (font-show-log): New function. | 11 | * international/mule-diag.el (font-show-log): New function. |
| 8 | 12 | ||
| 9 | * international/fontset.el (script-representative-chars): Add more | 13 | * international/fontset.el (script-representative-chars): Add more |
| 10 | chars for latin. Add data for symbol. | 14 | chars for latin. Add data for symbol. |
| 11 | (setup-default-fontset): Add entries for phonetic, armenian, and | 15 | (setup-default-fontset): Add entries for phonetic, armenian, and symbol. |
| 12 | symbol. | ||
| 13 | 16 | ||
| 14 | 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15 | 18 | ||