1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

*** empty log message ***

This commit is contained in:
Dave Love 2002-09-05 17:56:01 +00:00
parent f96e75633f
commit 83f814e24e
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-09-05 Dave Love <fx@gnu.org>
* configure.in (AH_BOTTOM): Add Local Variables comment.
2002-07-31 Dave Love <fx@gnu.org>
* Makefile.in (leim): Don't put PARALLEL in environment.
@ -6,9 +10,10 @@
trunk.
* configure.in: Require autoconf 2.53. Merge changes from trunk.
Test for sys/mman.h, sys/param.h
Test for pty.h, sys/mman.h, sys/param.h
(AC_PROG_YACC): Deleted.
(AH_BOTTOM): Maybe include strings.h.
(HAVE_LANGINFO_CODESET): New.
2002-06-11 Dave Love <fx@gnu.org>

View File

@ -1,8 +1,11 @@
2002-09-05 Dave Love <fx@gnu.org>
* qp.el (quoted-printable-decode-region): Use mm-insert-byte.
* mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
(mm-iso-8859-x-to-15-table): Deleted.
(mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
(mm-find-mime-charset-region): Remove hack-charsets stuff.
(mm-insert-byte): New.
* rfc2047.el (message-posting-charset): defvar when compiling.
(rfc2047-header-encoding-alist): Add `address-mime' part.

View File

@ -1,5 +1,7 @@
2002-09-05 Dave Love <fx@gnu.org>
* config.in: Removed (now auto-generated).
* s/usg5-4.h: Fix last change.
* unexelf.c (unexec): Make .got handling not SGI-specific.