diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dfe7d9c0f49..37ce0c98ce4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | Changes for 64-bit compile under Snow Leopard. | 2 | Cleanups and changes for 64-bit compile under Snow Leopard. Based |
| 3 | on suggestions by Erik Charlebois. | ||
| 3 | 4 | ||
| 4 | * nsfns.m (xw-color-values): Use CGFloat where appropriate. | 5 | * nsfns.m (xw-color-values): Use CGFloat where appropriate. |
| 5 | 6 | ||
| 6 | * nsfont.m (ns_char_width): Replace deprecated call (suggested by | 7 | * nsfont.m (ns_char_width): Replace deprecated call. |
| 7 | Erik Charlebois). | ||
| 8 | (ns_findfonts, nsfont_list_family): Use long format in printf, and | 8 | (ns_findfonts, nsfont_list_family): Use long format in printf, and |
| 9 | cast argument. | 9 | cast argument. |
| 10 | (nsfont_open): Use ns_char_width() everywhere. | 10 | (nsfont_open): Use ns_char_width() everywhere. |