aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 3bdb82aa4d4..c814c862e86 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -221,6 +221,9 @@ never really made it work for this.
221 221
222Perspectives also need to interact with the tabs. 222Perspectives also need to interact with the tabs.
223 223
224** FFI (foreign function interface)
225See eg http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00246.html
226
224** Imenu could be extended into a file-structure browsing mechanism 227** Imenu could be extended into a file-structure browsing mechanism
225using code like that of customize-groups. 228using code like that of customize-groups.
226 229
@@ -442,6 +445,8 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
442 445
443** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA, 446** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
444 but it's a valuable feature worth making more general. 447 but it's a valuable feature worth making more general.
448 [Basic support added 2013/10:
449 http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00904.html ]
445 450
446** Eliminate the storm of warnings concerning char/unsigned char 451** Eliminate the storm of warnings concerning char/unsigned char
447 mismatches that we get with GCC 4.x and proprietary compilers on 452 mismatches that we get with GCC 4.x and proprietary compilers on