aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorPaul Eggert2015-04-18 19:45:38 -0700
committerPaul Eggert2015-04-18 19:48:24 -0700
commit870287327b1fba7105599eeabac5a2aa5ebadf19 (patch)
treec8bf443514a53a0f24e64447407a979c3628d196 /ChangeLog.1
parentf2da220b5fde8575812784f6a9e5f7df9560e838 (diff)
downloademacs-870287327b1fba7105599eeabac5a2aa5ebadf19.tar.gz
emacs-870287327b1fba7105599eeabac5a2aa5ebadf19.zip
; Convert ChangeLog history files to "Bug#NNNN"
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index 6e2b4fc19d8..d1b8d0ffb98 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -55,7 +55,7 @@
55 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD, 55 (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
56 by also checking for pthread_create, pthread_self, pthread_sigmask. 56 by also checking for pthread_create, pthread_self, pthread_sigmask.
57 Tighten the test for pthread_atfork while we're at it. 57 Tighten the test for pthread_atfork while we're at it.
58 Fixes: bug#20136 58 (Bug#20136)
59 59
60 Merge from gnulib 60 Merge from gnulib
61 This incorporates: 61 This incorporates:
@@ -76,7 +76,7 @@
76 Don't require GNU putenv 76 Don't require GNU putenv
77 * configure.ac: Use system putenv even if it lacks GNU features, as 77 * configure.ac: Use system putenv even if it lacks GNU features, as
78 we don't need them. This works around a bug in FreeBSD 10.1 getenv. 78 we don't need them. This works around a bug in FreeBSD 10.1 getenv.
79 Fixes: bug#19874 79 (Bug#19874)
80 80
812015-02-25 Paul Eggert <eggert@cs.ucla.edu> 812015-02-25 Paul Eggert <eggert@cs.ucla.edu>
82 82
@@ -170,7 +170,7 @@
170 If gnustep-config works, use 'gnustep-config --objc-flags' and 170 If gnustep-config works, use 'gnustep-config --objc-flags' and
171 'gnustep-config --gui-libs' to compute GNUstep configuration 171 'gnustep-config --gui-libs' to compute GNUstep configuration
172 variables, instead of attempting to infer them individually. 172 variables, instead of attempting to infer them individually.
173 Fixes: bug#19507 173 (Bug#19507)
174 174
1752015-01-21 Ulrich Müller <ulm@gentoo.org> 1752015-01-21 Ulrich Müller <ulm@gentoo.org>
176 176
@@ -198,7 +198,7 @@
198 * INSTALL: Document this. 198 * INSTALL: Document this.
199 * configure.ac: Add AM_SILENT_RULES([yes]). 199 * configure.ac: Add AM_SILENT_RULES([yes]).
200 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. 200 (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
201 Fixes: bug#19501 201 (Bug#19501)
202 202
2032015-01-06 Paul Eggert <eggert@cs.ucla.edu> 2032015-01-06 Paul Eggert <eggert@cs.ucla.edu>
204 204