diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-24 14:47:53 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-24 14:47:53 -0500 |
commit | f42a7b12b4fe6822a270a25100a32bce76899b87 (patch) | |
tree | 8a8fc20e6fb519cce75ba411f94133c50c52539b /src/ChangeLog.7 | |
parent | 8e71e9f5bfe7f80d0a801d9799d934d7d44d237a (diff) | |
download | emacs-f42a7b12b4fe6822a270a25100a32bce76899b87.tar.gz |
More ChangeLog fixes
The configure.in bit is already in ../ChangeLog, where it should be.
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r-- | src/ChangeLog.7 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 91fe15663a7..0952826e8c6 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 @@ -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> |