aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2007-04-19 17:07:43 +0000
committerGlenn Morris2007-04-19 17:07:43 +0000
commit211fb124eaec306fa66f22563577e77ced1e72d0 (patch)
tree0a4e8387536d33cbe22febe3df433b07630e3ad9 /etc
parent53b30c3870ad6f8dad14040725e2dd2f9f3eab23 (diff)
downloademacs-211fb124eaec306fa66f22563577e77ced1e72d0.tar.gz
emacs-211fb124eaec306fa66f22563577e77ced1e72d0.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/TODO4
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 9003f73da96..351b5d28463 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-04-19 Glenn Morris <rgm@gnu.org>
2
3 * PROBLEMS: Expand a little on Emacs not knowing fqdn.
4
12007-04-17 David Kastrup <dak@gnu.org> 52007-04-17 David Kastrup <dak@gnu.org>
2 6
3 * NEWS: Mention `query-replace-regexp-eval' being deprecated. 7 * 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.
94 94
95** make back_comment use syntax-ppss or equivalent. 95** make back_comment use syntax-ppss or equivalent.
96 96
97** Improve configure's treatment of NON_GNU_CPP on Solaris.
98
97* Important features: 99* Important features:
98 100
99** Provide user-friendly ways to list all available font families, 101** Provide user-friendly ways to list all available font families,
@@ -544,7 +546,7 @@ but which can also be used as a modifier).
544 a derived mode of sendmail.el. Or arrange for messages.el to be split 546 a derived mode of sendmail.el. Or arrange for messages.el to be split
545 into a small core and "the rest" so that we use less resources as long as 547 into a small core and "the rest" so that we use less resources as long as
546 we stick to the features provided in sendmail.el. 548 we stick to the features provided in sendmail.el.
547 549
548** Replace gmalloc.c with the modified Doug Lea code from the current 550** Replace gmalloc.c with the modified Doug Lea code from the current
549 GNU libc so that the special mmapping of buffers can be removed -- 551 GNU libc so that the special mmapping of buffers can be removed --
550 that apparently loses under Solaris, at least. [fx has mostly done 552 that apparently loses under Solaris, at least. [fx has mostly done