aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 48ee2eeca69..f19f2a7b01f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-05-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
4
12008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52008-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):
@@ -257,7 +261,7 @@
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
2622008-04-22 Juri Linkov <juri@jurta.org> 2662008-04-22 Juri Linkov <juri@jurta.org>
263 267
@@ -3549,8 +3553,8 @@
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.