1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

More ChangeLog fixes

The configure.in bit is already in ../ChangeLog, where it should be.
This commit is contained in:
Glenn Morris 2012-02-24 14:47:53 -05:00
parent 8e71e9f5bf
commit f42a7b12b4

View File

@ -4884,14 +4884,13 @@
The new GNU C library strftime needs the underlying host's
strftime for locale dependent formats.
* configure.in (AC_CHECK_FUNCS): Add strftime.
* src/config.in (HAVE_STRFTIME): New undef.
* src/editfns.c (emacs_strftime): New decl.
* config.in (HAVE_STRFTIME): New undef.
* editfns.c (emacs_strftime): New decl.
(Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on
locale; don't use actual chars to describe %n and %t.
* src/Makefile.in (strftime.o):
* src/makefile.nt ($(BLD)\strftime.obj):
* Makefile.in (strftime.o):
* makefile.nt ($(BLD)\strftime.obj):
No need to compile with -Dstrftime=emacs_strftime any more.
1997-11-22 Richard Stallman <rms@gnu.org>