comparison lisp/ChangeLog @ 64278:b5d88178dd8d

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 13 Jul 2005 09:13:35 +0000
parents 33ac839960ee
children 1bfadb2c1c4c
comparison
equal deleted inserted replaced
64277:72dab4f8f589 64278:b5d88178dd8d
1 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el (ccl-encode-mac-roman-font)
4 (ccl-encode-mac-centraleurroman-font)
5 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6 (ccl-encode-mac-dingbats-font): Remove check for ASCII. Change
7 charset-id boundary of dimension to ?\xef.
8 (mac-char-fontspec-list): New constant.
9 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
10 argument. Nil uses itself as family in font-spec. Previous
11 behavior for nil is now provided by non-nil non-string argument.
12 All callers changed. Add font-specs for Mac fonts to
13 "fontset-default" unless iso8859-1 fonts are installed.
14
1 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca> 15 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * progmodes/sh-script.el (sh-get-indent-info): Only indent 17 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4 a continuation line if the \ is preceded by SPC or TAB. 18 a continuation line if the \ is preceded by SPC or TAB.
5 (sh-get-indent-info): Simplify. 19 (sh-get-indent-info): Simplify.