aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert2009-10-13 19:50:43 +0000
committerAdrian Robert2009-10-13 19:50:43 +0000
commitc5959062a2190a09d0559e050c0335a22a866422 (patch)
tree14c08d7f1b48e968e481dd0df6eb7b8cd130c021 /src
parent314c8e257575be1db14b3a47746527e910049de4 (diff)
downloademacs-c5959062a2190a09d0559e050c0335a22a866422.tar.gz
emacs-c5959062a2190a09d0559e050c0335a22a866422.zip
Adjust acknowledgement in last changelog entry.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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 @@
12009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com> 12009-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.