]> git.eshelyaron.com Git - emacs.git/commitdiff
More ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Fri, 24 Feb 2012 19:47:53 +0000 (14:47 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 24 Feb 2012 19:47:53 +0000 (14:47 -0500)
The configure.in bit is already in ../ChangeLog, where it should be.

src/ChangeLog.7

index 91fe15663a7615806b328db229ea949126e1b938..0952826e8c68c247a49b938d1cf50aba1138a9f1 100644 (file)
        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>