diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 82880993fec..f3c60cd43e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-07-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (parse_menu_item): Don't use cachelist, even under NS. | ||
| 4 | If the cache doesn't work, let's fix it, rather than work around it. | ||
| 5 | |||
| 1 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 6 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 7 | ||
| 3 | * Makefile.in: Correct additions for nsfont.o in last commit. | 8 | * Makefile.in: Correct additions for nsfont.o in last commit. |
| @@ -61,7 +66,7 @@ | |||
| 61 | (x_build_heuristic_mask, syms_of_image): Add NS support parallel to | 66 | (x_build_heuristic_mask, syms_of_image): Add NS support parallel to |
| 62 | other GUIs, including XPM support using code originally written for | 67 | other GUIs, including XPM support using code originally written for |
| 63 | Carbon GUI. | 68 | Carbon GUI. |
| 64 | (png_load, jpeg_load, tiff_load, gif_load): Added implementations | 69 | (png_load, jpeg_load, tiff_load, gif_load): Add implementations |
| 65 | using NS API. | 70 | using NS API. |
| 66 | (image_ascent): Use font metrics macros instead of direct struct field | 71 | (image_ascent): Use font metrics macros instead of direct struct field |
| 67 | access. | 72 | access. |