comparison lisp/ChangeLog @ 64292:e28b95ace307

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 18:22:07 +0000
parents 2c37bae13caa
children 6b00ba5c4c56
comparison
equal deleted inserted replaced
64291:0f6e11b0a486 64292:e28b95ace307
42 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 42 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43 43
44 * term/mac-win.el (ccl-encode-mac-roman-font) 44 * term/mac-win.el (ccl-encode-mac-roman-font)
45 (ccl-encode-mac-centraleurroman-font) 45 (ccl-encode-mac-centraleurroman-font)
46 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font): 46 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
47 (ccl-encode-mac-dingbats-font): Remove check for ASCII. Change 47 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
48 charset-id boundary of dimension to ?\xef. 48 Change charset-id boundary of dimension to ?\xef.
49 (mac-char-fontspec-list): New constant. 49 (mac-char-fontspec-list): New constant.
50 (fontset-add-mac-fonts): Use it. Accept non-string `base-family' 50 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
51 argument. Nil uses itself as family in font-spec. Previous 51 argument. Nil uses itself as family in font-spec. Previous
52 behavior for nil is now provided by non-nil non-string argument. 52 behavior for nil is now provided by non-nil non-string argument.
53 All callers changed. Add font-specs for Mac fonts to 53 All callers changed. Add font-specs for Mac fonts to
308 (ido-file-internal): Try ffap-guesser if selected. 308 (ido-file-internal): Try ffap-guesser if selected.
309 309
310 * ido.el (ido-before-fallback-functions): New hook. 310 * ido.el (ido-before-fallback-functions): New hook.
311 (ido-buffer-internal, ido-file-internal, ido-read-buffer) 311 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
312 (ido-read-file-name): Run it. 312 (ido-read-file-name): Run it.
313
314 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
317 strings rather than a list of symbols to the completion function.
313 318
314 2005-07-07 Jay Belanger <belanger@truman.edu> 319 2005-07-07 Jay Belanger <belanger@truman.edu>
315 320
316 * calc/calc-units.el (math-apply-units): Change the places in 321 * calc/calc-units.el (math-apply-units): Change the places in
317 which units are simplified. 322 which units are simplified.