aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.7
diff options
context:
space:
mode:
authorJoakim Verona2012-03-06 09:23:09 +0100
committerJoakim Verona2012-03-06 09:23:09 +0100
commit28485daaf752ff5264ed2f6a32ec15588beaa929 (patch)
treea480205aa664c61b1d212833144c0a2d44f7ac01 /src/ChangeLog.7
parente8e42079e76ca6255bbd53312994ba8e1b3b0ee8 (diff)
parent2e86d8576c668e149cc100f3222bcf19b38019dc (diff)
downloademacs-28485daaf752ff5264ed2f6a32ec15588beaa929.tar.gz
emacs-28485daaf752ff5264ed2f6a32ec15588beaa929.zip
upstream
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r--src/ChangeLog.711
1 files changed, 5 insertions, 6 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 891c1ca081a..0952826e8c6 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -331,7 +331,7 @@
331 331
3321998-07-30 Paul Eggert <eggert@twinsun.com> 3321998-07-30 Paul Eggert <eggert@twinsun.com>
333 333
334 * src/Makefile.in (widget.o, xfns.o, xmenu.o): 334 * Makefile.in (widget.o, xfns.o, xmenu.o):
335 Prepend $(srcdir)/ to rule dependencies outside this dir. 335 Prepend $(srcdir)/ to rule dependencies outside this dir.
336 336
3371998-07-29 Kenichi Handa <handa@etl.go.jp> 3371998-07-29 Kenichi Handa <handa@etl.go.jp>
@@ -4884,14 +4884,13 @@
4884 The new GNU C library strftime needs the underlying host's 4884 The new GNU C library strftime needs the underlying host's
4885 strftime for locale dependent formats. 4885 strftime for locale dependent formats.
4886 4886
4887 * configure.in (AC_CHECK_FUNCS): Add strftime. 4887 * config.in (HAVE_STRFTIME): New undef.
4888 * src/config.in (HAVE_STRFTIME): New undef. 4888 * editfns.c (emacs_strftime): New decl.
4889 * src/editfns.c (emacs_strftime): New decl.
4890 (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on 4889 (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on
4891 locale; don't use actual chars to describe %n and %t. 4890 locale; don't use actual chars to describe %n and %t.
4892 4891
4893 * src/Makefile.in (strftime.o): 4892 * Makefile.in (strftime.o):
4894 * src/makefile.nt ($(BLD)\strftime.obj): 4893 * makefile.nt ($(BLD)\strftime.obj):
4895 No need to compile with -Dstrftime=emacs_strftime any more. 4894 No need to compile with -Dstrftime=emacs_strftime any more.
4896 4895
48971997-11-22 Richard Stallman <rms@gnu.org> 48961997-11-22 Richard Stallman <rms@gnu.org>