diff options
| author | Dave Love | 2002-09-05 17:56:01 +0000 |
|---|---|---|
| committer | Dave Love | 2002-09-05 17:56:01 +0000 |
| commit | 83f814e24ec2d9253893321d3449afecc731fbce (patch) | |
| tree | 78064bd7ecbf7f6256d1e7fbc4a97262f7c8d30c /ChangeLog | |
| parent | f96e75633f46f07360aef0ee26319b289f1eff00 (diff) | |
| download | emacs-83f814e24ec2d9253893321d3449afecc731fbce.tar.gz emacs-83f814e24ec2d9253893321d3449afecc731fbce.zip | |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-09-05 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (AH_BOTTOM): Add Local Variables comment. | ||
| 4 | |||
| 1 | 2002-07-31 Dave Love <fx@gnu.org> | 5 | 2002-07-31 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (leim): Don't put PARALLEL in environment. | 7 | * Makefile.in (leim): Don't put PARALLEL in environment. |
| @@ -6,9 +10,10 @@ | |||
| 6 | trunk. | 10 | trunk. |
| 7 | 11 | ||
| 8 | * configure.in: Require autoconf 2.53. Merge changes from trunk. | 12 | * configure.in: Require autoconf 2.53. Merge changes from trunk. |
| 9 | Test for sys/mman.h, sys/param.h | 13 | Test for pty.h, sys/mman.h, sys/param.h |
| 10 | (AC_PROG_YACC): Deleted. | 14 | (AC_PROG_YACC): Deleted. |
| 11 | (AH_BOTTOM): Maybe include strings.h. | 15 | (AH_BOTTOM): Maybe include strings.h. |
| 16 | (HAVE_LANGINFO_CODESET): New. | ||
| 12 | 17 | ||
| 13 | 2002-06-11 Dave Love <fx@gnu.org> | 18 | 2002-06-11 Dave Love <fx@gnu.org> |
| 14 | 19 | ||