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 | |
| parent | f96e75633f46f07360aef0ee26319b289f1eff00 (diff) | |
| download | emacs-83f814e24ec2d9253893321d3449afecc731fbce.tar.gz emacs-83f814e24ec2d9253893321d3449afecc731fbce.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
3 files changed, 12 insertions, 2 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 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 06843ea0b13..387efea3209 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | 2002-09-05 Dave Love <fx@gnu.org> | 1 | 2002-09-05 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * qp.el (quoted-printable-decode-region): Use mm-insert-byte. | ||
| 4 | |||
| 3 | * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) | 5 | * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) |
| 4 | (mm-iso-8859-x-to-15-table): Deleted. | 6 | (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. |
| 5 | (mm-find-mime-charset-region): Remove hack-charsets stuff. | 7 | (mm-find-mime-charset-region): Remove hack-charsets stuff. |
| 8 | (mm-insert-byte): New. | ||
| 6 | 9 | ||
| 7 | * rfc2047.el (message-posting-charset): defvar when compiling. | 10 | * rfc2047.el (message-posting-charset): defvar when compiling. |
| 8 | (rfc2047-header-encoding-alist): Add `address-mime' part. | 11 | (rfc2047-header-encoding-alist): Add `address-mime' part. |
diff --git a/src/ChangeLog b/src/ChangeLog index c253bb30ebf..d2f93767f83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-09-05 Dave Love <fx@gnu.org> | 1 | 2002-09-05 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * config.in: Removed (now auto-generated). | ||
| 4 | |||
| 3 | * s/usg5-4.h: Fix last change. | 5 | * s/usg5-4.h: Fix last change. |
| 4 | 6 | ||
| 5 | * unexelf.c (unexec): Make .got handling not SGI-specific. | 7 | * unexelf.c (unexec): Make .got handling not SGI-specific. |