diff options
| author | Dan Nicolaescu | 2008-02-09 07:42:06 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-09 07:42:06 +0000 |
| commit | deeaffe11d28ca1b42e4f59c33a30d0e58698044 (patch) | |
| tree | b2d4bda90d751726d1bc07dcbea41a97e252aa0a /src/ChangeLog | |
| parent | 05f2964e439fc44ceeaced760c7246fc966bf196 (diff) | |
| download | emacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.tar.gz emacs-deeaffe11d28ca1b42e4f59c33a30d0e58698044.zip | |
* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
variable.
* s/gnu-linux.h: Remove commented out code.
* unexec.c: Remove references to obsolete variable
COFF_ENCAPSULATE.
* Makefile.in: Update what RMS says about using autoconf.
(C_COMPILER):
(COFF_ENCAPSULATE):
(MAKE_PARALLEL): Remove obsolete variable.
(C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1):
(C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
(C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae92bc3589d..52ed2dbe02c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/gnu-linux.h: Remove commented out code. | ||
| 4 | |||
| 5 | * unexec.c: Remove references to obsolete variable | ||
| 6 | COFF_ENCAPSULATE. | ||
| 7 | |||
| 8 | * Makefile.in: Update what RMS says about using autoconf. | ||
| 9 | (C_COMPILER): | ||
| 10 | (COFF_ENCAPSULATE): | ||
| 11 | (MAKE_PARALLEL): Remove obsolete variable. | ||
| 12 | (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): | ||
| 13 | (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) | ||
| 14 | (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional. | ||
| 15 | |||
| 1 | 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 17 | ||
| 3 | * keymap.c (Fkey_description): Move side effect outside of macro call. | 18 | * keymap.c (Fkey_description): Move side effect outside of macro call. |