Mercurial > emacs
comparison src/ChangeLog @ 59034:2dd8aacd82ce
* term/mac-win.el (encoding-vector, mac-font-encoder-list)
(ccl-encode-mac-centraleurroman-font): Use centraleurroman
instead of centraleuropean as the name
* macterm.c (endif, x_font_name_to_mac_font_name): Use
maccentraleurroman instead of maccentraleuropean
(mac_c_string_match, mac_do_list_fonts): Speed up font search by
quickly finding a specific font without needing regexps.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sat, 18 Dec 2004 16:36:31 +0000 |
parents | 59945307b86b |
children | 8f24915289a8 |
comparison
equal
deleted
inserted
replaced
59033:baa093a1f30a | 59034:2dd8aacd82ce |
---|---|
1 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * macterm.c (endif, x_font_name_to_mac_font_name): Use | |
4 maccentraleurroman instead of maccentraleuropean | |
5 (mac_c_string_match, mac_do_list_fonts): Speed up font search by | |
6 quickly finding a specific font without needing regexps. | |
7 | |
1 2004-12-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 2004-12-15 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 9 |
3 * syssignal.h: Declare main_thread. | 10 * syssignal.h: Declare main_thread. |
4 (SIGNAL_THREAD_CHECK): New macro. | 11 (SIGNAL_THREAD_CHECK): New macro. |
5 | 12 |