diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b72a38da57a..36a003bc556 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc): | ||
| 4 | Don't check that the other type is known file-related one. | ||
| 5 | |||
| 6 | * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor, | ||
| 7 | gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac | ||
| 8 | OS X 10.4 and later. | ||
| 9 | |||
| 1 | 2006-01-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 | 2006-01-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file, | 12 | * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file, |