diff options
| author | Dan Nicolaescu | 2008-03-03 06:32:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-03 06:32:13 +0000 |
| commit | 73f838adaf4d7fa14af503a4786076aea7329bb1 (patch) | |
| tree | 3a003eb082e848415f8fbec7a043b0a125d7a74f /src/ChangeLog | |
| parent | 62dc3ac3540670addcc4891d3725e37ae17af321 (diff) | |
| download | emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.tar.gz emacs-73f838adaf4d7fa14af503a4786076aea7329bb1.zip | |
* w32term.c: Remove unused include "gnu.h".
* makefile.w32-in (w32term.o): Don't depend on gnu.h
* gnu.h: Rename to ...
* emacs-icon.h: ... this.
* xterm.c: Use emacs-icon.h instead of gnu.h.
* Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f4fc1a5d42..c7874612c6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * w32term.c: Remove unused include "gnu.h". | ||
| 4 | * makefile.w32-in (w32term.o): Don't depend on gnu.h | ||
| 5 | |||
| 6 | * gnu.h: Rename to ... | ||
| 7 | * emacs-icon.h: ... this. | ||
| 8 | * xterm.c: Use emacs-icon.h instead of gnu.h. | ||
| 9 | * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h. | ||
| 10 | |||
| 1 | 2008-03-03 Juanma Barranquero <lekktu@gmail.com> | 11 | 2008-03-03 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * w32font.c: Include math.h. | 13 | * w32font.c: Include math.h. |