aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-07-19 20:45:36 +0000
committerAdrian Robert2008-07-19 20:45:36 +0000
commit5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9 (patch)
tree65bb11b6c452e678fd97566064b04d307051d510 /src/ChangeLog
parentc469837a5c61918c0f00cda431168681aafc6342 (diff)
downloademacs-5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9.tar.gz
emacs-5a2d7ab6bfca5ded38c0d5c70e92c3b4f19660d9.zip
by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d395861dfa1..dd015342bc9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 12008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
4 xterm, xselect.
5 * lisp.h: Remove declaration of hash_remove.
6 * nsgui.h: Remove redefinitions of hash_remove.
7 * fns.c (hash_remove): Rename to hash_remove_from_table.
8
92008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
10
3 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font): 11 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
4 strdup() the family UTF8String before modifying it. Patch due to 12 strdup() the family UTF8String before modifying it. Patch due to
5 Seiji Zenitani. 13 Seiji Zenitani.