comparison src/ChangeLog @ 94619:cc6aa752e662

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 May 2008 23:20:35 +0000
parents a0615a586d39
children fa335e247f6b
comparison
equal deleted inserted replaced
94618:033cc6f89687 94619:cc6aa752e662
1 2008-05-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4
1 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io): 7 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
4 Create bitmap context in native byte order. 8 Create bitmap context in native byte order.
5 9
255 259
256 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get 260 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
257 attributes only for local files. 261 attributes only for local files.
258 262
259 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes 263 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
260 default to Qlocal. 264 default to Qlocal.
261 265
262 2008-04-22 Juri Linkov <juri@jurta.org> 266 2008-04-22 Juri Linkov <juri@jurta.org>
263 267
264 * buffer.c (Fswitch_to_buffer): Change interactive spec to call 268 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
265 read-buffer-to-switch instead of using the letter "B". 269 read-buffer-to-switch instead of using the letter "B".
3547 (syms_of_font): Initialize them. 3551 (syms_of_font): Initialize them.
3548 (font_pixel_size): New function. 3552 (font_pixel_size): New function.
3549 (font_put_extra): New function. 3553 (font_put_extra): New function.
3550 (font_parse_xlfd): Fix handling of font size. Add QCdpi property 3554 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
3551 in FONT_EXTRA. 3555 in FONT_EXTRA.
3552 (font_parse_fcname): Handle enumenrated values (e.g. bold). Fix 3556 (font_parse_fcname): Handle enumenrated values (e.g. bold).
3553 handling font size. Add QCname property that contains only 3557 Fix handling font size. Add QCname property that contains only
3554 unknown properties. 3558 unknown properties.
3555 (font_score): Change argument. Change caller. Pay attention to 3559 (font_score): Change argument. Change caller. Pay attention to
3556 FONT_PIXEL_SIZE_QUANTUM. 3560 FONT_PIXEL_SIZE_QUANTUM.
3557 (font_sort_entites, font_list_entities, font_find_for_lface) 3561 (font_sort_entites, font_list_entities, font_find_for_lface)
3558 (font_open_for_lface, font_open_by_name): Fix handling of font size. 3562 (font_open_for_lface, font_open_by_name): Fix handling of font size.