aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen Brown2013-04-08 22:38:56 -0400
committerKen Brown2013-04-08 22:38:56 -0400
commitba3b2d88d847cf1669f3f0c340f8864c77fe59de (patch)
treee11777fad29943b20f291b44f926405c2f5a022b /ChangeLog
parent7ffe7ef6ba59f3ac5728dc7b782de5082e22aad9 (diff)
downloademacs-ba3b2d88d847cf1669f3f0c340f8864c77fe59de.tar.gz
emacs-ba3b2d88d847cf1669f3f0c340f8864c77fe59de.zip
Fix icon for the cygw32 build on 64-bit Cygwin. (Bug#12993)
* nt/emacs.rc: Use 64-bit manifest for 64-bit Cygwin build. * configure.ac (W32_RES_LINK): Remove unnecessary linker directive `-Wl,-bpe-i386', which is confusing in the 64-bit case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd796962d7..a2ebd3e912b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12013-04-09 Ken Brown <kbrown@cornell.edu>
2
3 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
4 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
5 (Bug#12993)
6
12013-04-07 Paul Eggert <eggert@cs.ucla.edu> 72013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783). 9 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).