aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-12-23 02:01:02 +0000
committerNick Roberts2005-12-23 02:01:02 +0000
commitd59e3c42dc08b80462e6ba4171832bfcb1b670cb (patch)
tree4b659b796b33d46561d7ee3baf83882012e5b563
parent57d79b9944248e2e89085782e426e278144a9491 (diff)
downloademacs-d59e3c42dc08b80462e6ba4171832bfcb1b670cb.tar.gz
emacs-d59e3c42dc08b80462e6ba4171832bfcb1b670cb.zip
*** empty log message ***
-rw-r--r--etc/TODO6
-rw-r--r--lisp/ChangeLog12
2 files changed, 18 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index aca4d4891a4..6e517f11e86 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -417,6 +417,12 @@ when the body only calls primitives.
417** Provide the toolbar on ttys. This could map a bit like tmm-menubar 417** Provide the toolbar on ttys. This could map a bit like tmm-menubar
418 for the menubar and buttons could look a bit like those used by customize. 418 for the menubar and buttons could look a bit like those used by customize.
419 419
420** Improve Help buffers: Change the face of previously visited links (like
421 Info, but also with regard to namespace), add a forward button to make the
422 Help buffer more browser like and gives the value of lisp expressions
423 e.g auto-mode-alist, the right face. [nickrob@snap.net.nz has a patch
424 for this for inclusion after 22.1].
425
420* Internal changes 426* Internal changes
421 427
422** Replace gmalloc.c with the modified Doug Lea code from the current 428** Replace gmalloc.c with the modified Doug Lea code from the current
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index afaf8b6bfb2..74170897f37 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12005-12-23 Nick Roberts <nickrob@snap.net.nz>
2
3 * descr-text.el: Add FSF as maintainer.
4 (describe-text-mode, describe-text-mode-map)
5 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6 help-mode.
7 (describe-text-widget, describe-text-sexp)
8 (describe-property-list, describe-text-category)
9 (describe-text-properties, describe-text-properties-1)
10 (describe-char): Use help buttons instead of widgets.
11 (describe-char-unicodedata-file): Make URL link in doc string.
12
12005-12-22 Richard M. Stallman <rms@gnu.org> 132005-12-22 Richard M. Stallman <rms@gnu.org>
2 14
3 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt. 15 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.