[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107411: More ChangeLog fixes
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107411: More ChangeLog fixes |
Date: |
Fri, 24 Feb 2012 14:47:53 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107411
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-24 14:47:53 -0500
message:
More ChangeLog fixes
The configure.in bit is already in ../ChangeLog, where it should be.
modified:
src/ChangeLog.7
=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7 2012-02-24 19:39:07 +0000
+++ b/src/ChangeLog.7 2012-02-24 19:47:53 +0000
@@ -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 <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107411: More ChangeLog fixes,
Glenn Morris <=