1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-08-28 15:05:20 +00:00
parent 684578bec8
commit bb17930d23
4 changed files with 427 additions and 397 deletions

View File

@ -1,3 +1,8 @@
2000-08-28 Gerd Moellmann <gerd@gnu.org>
* configure.in: Check <strings.h>; check `index' and `rindex'
functions.
2000-08-26 Kenichi Handa <handa@etl.go.jp>
* configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before

796
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
* uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" from
Gnus support code, and use special article copy buffer
`(gnus-original-article-buffer)' instead. This allows to get rid
of article-hide-headers usage (which breaks in the latest Gnus
version). Thanks to Detlev Zundel.
2000-08-28 Kenichi Handa <handa@etl.go.jp>
* international/quail.el (quail-use-package): Hide "... loaded"

View File

@ -1,3 +1,18 @@
2000-08-28 Gerd Moellmann <gerd@gnu.org>
* emacs.c, callint.c, doc.c, editfns.c
(toplevel) [HAVE_STRING_H]: Include string.h.
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
(index): Remove prototypes which might conflict with non-standard
definitions of index/strchr.
* s/usg5-3.h (index): Define only if not HAVE_INDEX.
(rindex): Define only if !HAVE_RINDEX.
* s/sco5.h (bcopy, bzero, bcmp): Don't define.
* config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
2000-08-28 Miles Bader <miles@gnu.org>
* xfaces.c (merge_face_vectors): Clear TO's :font attribute if