diff options
| author | Dan Nicolaescu | 2008-08-01 14:04:53 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-01 14:04:53 +0000 |
| commit | f78c2c973fc19a3b9fc1a78597635c35e8700ee1 (patch) | |
| tree | 63edc31d3ec8bb8d21ae8e06272c28178d58d1fa /src/ChangeLog | |
| parent | 150349607cf648e78d34aa16ef1d43d774bc6044 (diff) | |
| download | emacs-f78c2c973fc19a3b9fc1a78597635c35e8700ee1.tar.gz emacs-f78c2c973fc19a3b9fc1a78597635c35e8700ee1.zip | |
(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).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f5ecf80af09..19877ab7314 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,5 @@ | |||
| 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. |
| @@ -44,6 +45,10 @@ | |||
| 44 | 45 | ||
| 45 | 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu> | 46 | 2008-08-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 46 | 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). | ||
| 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 | ||