]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:07:43 +0000 (17:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Apr 2007 17:07:43 +0000 (17:07 +0000)
etc/ChangeLog
etc/TODO

index 9003f73da9643d4761a780a450a85b73602798ba..351b5d284639b644cc1193adf653eec0e8ea3a22 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-19  Glenn Morris  <rgm@gnu.org>
+
+       * PROBLEMS: Expand a little on Emacs not knowing fqdn.
+
 2007-04-17  David Kastrup  <dak@gnu.org>
 
        * NEWS: Mention `query-replace-regexp-eval' being deprecated.
index 302500884f47ef6727bf0e663ac6ca48fc610a5b..88d0c565ee6925647f37b0155a032a77ab43bc08 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -94,6 +94,8 @@ current buffer.
 
 ** make back_comment use syntax-ppss or equivalent.
 
+** Improve configure's treatment of NON_GNU_CPP on Solaris.
+
 * Important features:
 
 ** Provide user-friendly ways to list all available font families,
@@ -544,7 +546,7 @@ but which can also be used as a modifier).
    a derived mode of sendmail.el.  Or arrange for messages.el to be split
    into a small core and "the rest" so that we use less resources as long as
    we stick to the features provided in sendmail.el.
-
 ** Replace gmalloc.c with the modified Doug Lea code from the current
    GNU libc so that the special mmapping of buffers can be removed --
    that apparently loses under Solaris, at least. [fx has mostly done