aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-03 05:57:26 +0100
committerJuanma Barranquero2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /ChangeLog
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index f0f0a2de5a9..0b071411f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1663,7 +1663,7 @@
1663 1663
1664 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and 1664 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1665 $(BLD)/close-stream.$(O). 1665 $(BLD)/close-stream.$(O).
1666 ($(BLD)/close-stream.$(O)): 1666 ($(BLD)/close-stream.$(O))
1667 ($(BLD)/fpending.$(O)): New dependencies. 1667 ($(BLD)/fpending.$(O)): New dependencies.
1668 1668
16692012-11-03 Paul Eggert <eggert@cs.ucla.edu> 16692012-11-03 Paul Eggert <eggert@cs.ucla.edu>
@@ -2317,7 +2317,7 @@
2317 2317
2318 * configure.ac (opsysfile): Use bsd-common on gnu systems. 2318 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2319 2319
2320 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): 2320 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
2321 (SIGNALS_VIA_CHARACTERS): Move here from src/s. 2321 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
2322 2322
23232012-07-11 Paul Eggert <eggert@cs.ucla.edu> 23232012-07-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -2533,8 +2533,8 @@
2533 2533
25342012-06-24 Eli Zaretskii <eliz@gnu.org> 25342012-06-24 Eli Zaretskii <eliz@gnu.org>
2535 2535
2536 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)): 2536 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2537 ($(BLD)/timespec-add.$(O)): 2537 ($(BLD)/timespec-add.$(O))
2538 ($(BLD)/timespec-sub.$(O)): Don't depend on 2538 ($(BLD)/timespec-sub.$(O)): Don't depend on
2539 $(EMACS_ROOT)/nt/inc/sys/time.h. 2539 $(EMACS_ROOT)/nt/inc/sys/time.h.
2540 2540
@@ -2554,9 +2554,9 @@
2554 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O), 2554 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2555 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and 2555 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2556 $(BLD)/timespec-sub.$(O). 2556 $(BLD)/timespec-sub.$(O).
2557 ($(BLD)/dtotimespec.$(O)): 2557 ($(BLD)/dtotimespec.$(O))
2558 ($(BLD)/gettime.$(O)): 2558 ($(BLD)/gettime.$(O))
2559 ($(BLD)/timespec-add.$(O)): 2559 ($(BLD)/timespec-add.$(O))
2560 ($(BLD)/timespec-sub.$(O)): New dependencies. 2560 ($(BLD)/timespec-sub.$(O)): New dependencies.
2561 2561
2562 * lib/stat-time.h: 2562 * lib/stat-time.h:
@@ -2686,9 +2686,9 @@
2686 * config.bat (lib): Create/update lib/stdalign.in-h and 2686 * config.bat (lib): Create/update lib/stdalign.in-h and
2687 lib/sys_types.in-h. 2687 lib/sys_types.in-h.
2688 2688
2689 * lib/makefile.w32-in ($(BLD)/md5.$(O)): 2689 * lib/makefile.w32-in ($(BLD)/md5.$(O))
2690 ($(BLD)/sha1.$(O)): 2690 ($(BLD)/sha1.$(O))
2691 ($(BLD)/sha256.$(O)): 2691 ($(BLD)/sha256.$(O))
2692 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h. 2692 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2693 Suggested by Christoph Scholtes <cschol2112@googlemail.com>. 2693 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2694 2694
@@ -4215,7 +4215,7 @@
4215 $(BLD)/time_r.$(O). 4215 $(BLD)/time_r.$(O).
4216 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and 4216 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4217 $(EMACS_ROOT)/src/m/intel386.h. 4217 $(EMACS_ROOT)/src/m/intel386.h.
4218 ($(BLD)/strftime.$(O)): 4218 ($(BLD)/strftime.$(O))
4219 ($(BLD)/time_r.$(O)): Define prerequisites. 4219 ($(BLD)/time_r.$(O)): Define prerequisites.
4220 4220
42212011-01-31 Paul Eggert <eggert@cs.ucla.edu> 42212011-01-31 Paul Eggert <eggert@cs.ucla.edu>
@@ -4921,7 +4921,7 @@
4921 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): 4921 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4922 Set with AC_DEFINE rather than AH_BOTTOM. 4922 Set with AC_DEFINE rather than AH_BOTTOM.
4923 4923
4924 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC): 4924 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
4925 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS): 4925 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4926 Set with shell, not cpp. 4926 Set with shell, not cpp.
4927 (LIBX): Remove, just use -lX11 in the one place this was used. 4927 (LIBX): Remove, just use -lX11 in the one place this was used.