diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2008-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 | |||
| 9 | 2008-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. |