aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-06-12 22:32:49 -0400
committerGlenn Morris2012-06-12 22:32:49 -0400
commit1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2 (patch)
tree6c6bc918a56e49c62e13b8477aa7e447bec7f4f9 /src/ChangeLog
parentbfe3e0a23e66d16bfcaae6890bdd764dec0525f2 (diff)
downloademacs-1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2.tar.gz
emacs-1d3823c985843c4ace99dfeab1e6e0e9fd76e7d2.zip
* src/s/gnu.h (POSIX_SIGNALS): Remove (again).
This was added in 2012-01 in response to http://debbugs.gnu.org/10552 . However, this issue had already been fixed in the trunk two years earlier, by removing POSIX_SIGNALS altogether. Ref: http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00002.html
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a32572907d..11bb23d7f16 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-06-13 Glenn Morris <rgm@gnu.org>
2
3 * s/gnu.h (POSIX_SIGNALS): Remove (not used since 2010-05-04).
4
12012-06-13 Paul Eggert <eggert@cs.ucla.edu> 52012-06-13 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604) 7 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)