diff options
| author | Glenn Morris | 2012-02-24 14:47:53 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-24 14:47:53 -0500 |
| commit | f42a7b12b4fe6822a270a25100a32bce76899b87 (patch) | |
| tree | 8a8fc20e6fb519cce75ba411f94133c50c52539b /src | |
| parent | 8e71e9f5bfe7f80d0a801d9799d934d7d44d237a (diff) | |
| download | emacs-f42a7b12b4fe6822a270a25100a32bce76899b87.tar.gz emacs-f42a7b12b4fe6822a270a25100a32bce76899b87.zip | |
More ChangeLog fixes
The configure.in bit is already in ../ChangeLog, where it should be.
Diffstat (limited to 'src')
| -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 @@ | |||
| 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 | ||
| 4897 | 1997-11-22 Richard Stallman <rms@gnu.org> | 4896 | 1997-11-22 Richard Stallman <rms@gnu.org> |