diff options
| author | Adrian Robert | 2009-10-13 19:50:43 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-10-13 19:50:43 +0000 |
| commit | c5959062a2190a09d0559e050c0335a22a866422 (patch) | |
| tree | 14c08d7f1b48e968e481dd0df6eb7b8cd130c021 /src | |
| parent | 314c8e257575be1db14b3a47746527e910049de4 (diff) | |
| download | emacs-c5959062a2190a09d0559e050c0335a22a866422.tar.gz emacs-c5959062a2190a09d0559e050c0335a22a866422.zip | |
Adjust acknowledgement in last changelog entry.
Diffstat (limited to 'src')
| -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. |