mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
*** empty log message ***
This commit is contained in:
parent
684578bec8
commit
bb17930d23
@ -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>
|
2000-08-26 Kenichi Handa <handa@etl.go.jp>
|
||||||
|
|
||||||
* configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
|
* configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
|
||||||
|
@ -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>
|
2000-08-28 Kenichi Handa <handa@etl.go.jp>
|
||||||
|
|
||||||
* international/quail.el (quail-use-package): Hide "... loaded"
|
* international/quail.el (quail-use-package): Hide "... loaded"
|
||||||
|
@ -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>
|
2000-08-28 Miles Bader <miles@gnu.org>
|
||||||
|
|
||||||
* xfaces.c (merge_face_vectors): Clear TO's :font attribute if
|
* xfaces.c (merge_face_vectors): Clear TO's :font attribute if
|
||||||
|
Loading…
Reference in New Issue
Block a user