aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2014-09-29 22:49:54 -0700
committerPaul Eggert2014-09-29 22:49:54 -0700
commit2b2e7e6607f41cf7ad07d9e00d4e9ee833560958 (patch)
tree45c007a52a8dd83957e9b1e0608d4c7f91e2845a /etc
parent491bdec705d78e970be7843dbe323c3c02fd12e4 (diff)
downloademacs-2b2e7e6607f41cf7ad07d9e00d4e9ee833560958.tar.gz
emacs-2b2e7e6607f41cf7ad07d9e00d4e9ee833560958.zip
* TODO: Remove char/unsigned char, long long, IRIX unexelf.c.
The first two are done, and IRIX support has been dropped.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/TODO9
2 files changed, 5 insertions, 9 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d87964b6bd2..05f4dcade27 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12014-09-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 * TODO: Remove char/unsigned char, long long, IRIX unexelf.c.
4 The first two are done, and IRIX support has been dropped.
5
12014-09-29 Eli Zaretskii <eliz@gnu.org> 62014-09-29 Eli Zaretskii <eliz@gnu.org>
2 7
3 * refcards/ru-refcard.tex: Bump version to 25.0.50. 8 * refcards/ru-refcard.tex: Bump version to 25.0.50.
diff --git a/etc/TODO b/etc/TODO
index c38efd6aca3..ccd00e51218 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -531,12 +531,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
531 [Basic support added 2013/10: 531 [Basic support added 2013/10:
532 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00904.html ] 532 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00904.html ]
533 533
534** Eliminate the storm of warnings concerning char/unsigned char
535 mismatches that we get with GCC 4.x and proprietary compilers on
536 various systems. They make it difficult to spot the important warnings.
537
538** Fix anything necessary to use `long long' EMACS_INTs with GCC.
539
540** Split out parts of lisp.h. 534** Split out parts of lisp.h.
541 535
542** Update the FAQ. 536** Update the FAQ.
@@ -1337,9 +1331,6 @@ for vc-rcs-update-changelog.
1337** a two-char comment-starter whose two chars are symbol constituents will 1331** a two-char comment-starter whose two chars are symbol constituents will
1338not be noticed if it appears within a word. 1332not be noticed if it appears within a word.
1339 1333
1340** Fix unexelf.c to handle the .data.rel and .data.rel.local
1341 sections made by GCC 3.4 on IRIX.
1342
1343 1334
1344This file is part of GNU Emacs. 1335This file is part of GNU Emacs.
1345 1336