From: Glenn Morris Date: Thu, 19 Apr 2007 17:07:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.99~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=211fb124eaec306fa66f22563577e77ced1e72d0;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 9003f73da96..351b5d28463 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-19 Glenn Morris + + * PROBLEMS: Expand a little on Emacs not knowing fqdn. + 2007-04-17 David Kastrup * NEWS: Mention `query-replace-regexp-eval' being deprecated. diff --git a/etc/TODO b/etc/TODO index 302500884f4..88d0c565ee6 100644 --- 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