changeset 85469:7a37dbd2963b

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 20 Oct 2007 02:04:43 +0000
parents fdc8e826d875
children 13362e3adf7c
files etc/TODO
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/TODO	Sat Oct 20 02:04:29 2007 +0000
+++ b/etc/TODO	Sat Oct 20 02:04:43 2007 +0000
@@ -181,6 +181,8 @@
 
 * Other features we would like:
 
+** Allow frames(terminals) created by emacsclient to inherit their environment
+from the emacsclient process.
 ** Remove the default toggling behavior of minor modes when called from elisp
 rather than interactively.  This a trivial one-liner in easy-mode.el.
 
@@ -609,6 +611,7 @@
 
 * Other known bugs:
 
+** `make-frame' forgets unhandled parameters, at least for X11 frames.
 ** The \\{...} keymap dump output does not correctly remove shadowed entries:
 From: "Drew Adams" <drew.adams@oracle.com>