aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index 772fbf71911..a086470ef5c 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -1732,7 +1732,11 @@ https://lists.gnu.org/r/emacs-devel/2012-06/msg00354.html
1732** Maybe replace lib-src/rcs2log with a Lisp implementation 1732** Maybe replace lib-src/rcs2log with a Lisp implementation
1733It wouldn't have to be a complete replacement, just enough 1733It wouldn't have to be a complete replacement, just enough
1734for vc-rcs-update-changelog. 1734for vc-rcs-update-changelog.
1735 1735** Allow Emacs to use the bottom-right corner of a TTY
1736Emacs doesn't use the bottom-right corner of a TTY when terminfo
1737capability "am" (auto_right_margin) is defined. It could use the
1738bottom-right corner nonetheless when certain other capabilities are
1739defined. See bug#57607.
1736* Other known bugs 1740* Other known bugs
1737 1741
1738** 'make-frame' forgets unhandled parameters, at least for X11 frames 1742** 'make-frame' forgets unhandled parameters, at least for X11 frames