Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bb17930d
Commit
bb17930d
authored
Aug 28, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
684578be
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
427 additions
and
397 deletions
+427
-397
ChangeLog
ChangeLog
+5
-0
configure
configure
+399
-397
lisp/ChangeLog
lisp/ChangeLog
+8
-0
src/ChangeLog
src/ChangeLog
+15
-0
No files found.
ChangeLog
View file @
bb17930d
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
...
...
configure
View file @
bb17930d
This diff is collapsed.
Click to expand it.
lisp/ChangeLog
View file @
bb17930d
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"
...
...
src/ChangeLog
View file @
bb17930d
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment