diff options
| author | Dan Nicolaescu | 2010-06-07 20:02:41 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-07 20:02:41 -0700 |
| commit | a99ebb40a7fb95b9a50dc9df26e61955f3c061dd (patch) | |
| tree | 71425e4f0d13bf9e52dace6173571aef53c86e93 /src/ChangeLog | |
| parent | 78a7a068403db34cfc96a4051a2798883a059688 (diff) | |
| download | emacs-a99ebb40a7fb95b9a50dc9df26e61955f3c061dd.tar.gz emacs-a99ebb40a7fb95b9a50dc9df26e61955f3c061dd.zip | |
Remove INCLUDED_FCNTL.
* xterm.c (INCLUDED_FCNTL):
* callproc.c (INCLUDED_FCNTL):
* alloc.c (INCLUDED_FCNTL):
* systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
(emacs_get_tty, emacs_set_tty): Declare unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d8990772d68..2290a515476 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove INCLUDED_FCNTL. | ||
| 4 | * xterm.c (INCLUDED_FCNTL): | ||
| 5 | * callproc.c (INCLUDED_FCNTL): | ||
| 6 | * alloc.c (INCLUDED_FCNTL): | ||
| 7 | * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore. | ||
| 8 | (emacs_get_tty, emacs_set_tty): Declare unconditionally. | ||
| 9 | |||
| 1 | 2010-06-07 Martin Rudalics <rudalics@gmx.at> | 10 | 2010-06-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * window.c (Fselect_window): Move `record_buffer' up to the | 12 | * window.c (Fselect_window): Move `record_buffer' up to the |