diff options
| author | Juanma Barranquero | 2012-07-06 19:19:33 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-06 19:19:33 +0200 |
| commit | f247498ead8b1898decf47537d59965340d6cebd (patch) | |
| tree | f17827e6bda1b97d84188e50257683f208ce6a20 /src/ChangeLog | |
| parent | 216ee680e5c7e34177eedab9256a85042804545c (diff) | |
| download | emacs-f247498ead8b1898decf47537d59965340d6cebd.tar.gz emacs-f247498ead8b1898decf47537d59965340d6cebd.zip | |
* nt/config.nt: Complete rework to bring it in sync with autogen/config.in.
All Windows-specific code moved to src/s/ms-w32.h.
* src/s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt.
Windows-specific code from nt/config.nt moved here.
Obsolete settings removed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab5417f4ac4..bb9fabfaa8e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | Eli Zaretskii <eliz@gnu.org> | ||
| 3 | |||
| 4 | * s/ms-w32.h: Settings not specific to Windows moved to nt/config.nt. | ||
| 5 | Windows-specific code from nt/config.nt moved here. | ||
| 6 | Obsolete settings removed. | ||
| 7 | |||
| 1 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * process.c: Avoid unnecessary calls to gettime. | 10 | * process.c: Avoid unnecessary calls to gettime. |