Mercurial > emacs
comparison src/ChangeLog @ 97199:1aaeadd306da
(dispnew.o, gtkutil.o, sound.o, atimer.o)
(floatfns.o): Depend on syssignal.h.
(term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 01 Aug 2008 14:04:53 +0000 |
parents | cf43f4e3ecc8 |
children | d53d10659659 |
comparison
equal
deleted
inserted
replaced
97198:cf43f4e3ecc8 | 97199:1aaeadd306da |
---|---|
1 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> |
2 | |
2 Warning clearing and clean-up in NS port. | 3 Warning clearing and clean-up in NS port. |
3 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add | 4 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add |
4 prototypes. | 5 prototypes. |
5 * nsgui.h (FACE_DEFAULT): Remove, unused. | 6 * nsgui.h (FACE_DEFAULT): Remove, unused. |
6 (XGCValues): Change colors to unsigned long. | 7 (XGCValues): Change colors to unsigned long. |
41 * xmenu.c (xmalloc_widget_value, digest_single_submenu): Remove | 42 * xmenu.c (xmalloc_widget_value, digest_single_submenu): Remove |
42 prototypes (now in keyboard.h). | 43 prototypes (now in keyboard.h). |
43 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused. | 44 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused. |
44 | 45 |
45 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu> | 46 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu> |
47 | |
48 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o) | |
49 (floatfns.o): Depend on syssignal.h. | |
50 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC). | |
46 | 51 |
47 * systty.h: Fix previous change that removed BSD_TERMIOS. Add | 52 * systty.h: Fix previous change that removed BSD_TERMIOS. Add |
48 comments to #ifdefs. | 53 comments to #ifdefs. |
49 | 54 |
50 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> | 55 2008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> |