# HG changeset patch # User Nick Roberts # Date 1135303262 0 # Node ID 34a28bb460abc9d21d3d87a0f93d803a5494cd88 # Parent dd459879f1e7efae26f9c10fb58c8d405e7e8c1c *** empty log message *** diff -r dd459879f1e7 -r 34a28bb460ab etc/TODO --- a/etc/TODO Fri Dec 23 01:51:44 2005 +0000 +++ b/etc/TODO Fri Dec 23 02:01:02 2005 +0000 @@ -417,6 +417,12 @@ ** Provide the toolbar on ttys. This could map a bit like tmm-menubar for the menubar and buttons could look a bit like those used by customize. +** Improve Help buffers: Change the face of previously visited links (like + Info, but also with regard to namespace), add a forward button to make the + Help buffer more browser like and gives the value of lisp expressions + e.g auto-mode-alist, the right face. [nickrob@snap.net.nz has a patch + for this for inclusion after 22.1]. + * Internal changes ** Replace gmalloc.c with the modified Doug Lea code from the current diff -r dd459879f1e7 -r 34a28bb460ab lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 23 01:51:44 2005 +0000 +++ b/lisp/ChangeLog Fri Dec 23 02:01:02 2005 +0000 @@ -1,3 +1,15 @@ +2005-12-23 Nick Roberts + + * descr-text.el: Add FSF as maintainer. + (describe-text-mode, describe-text-mode-map) + (describe-text-mode-hook, describe-text-done): Delete. Use normal + help-mode. + (describe-text-widget, describe-text-sexp) + (describe-property-list, describe-text-category) + (describe-text-properties, describe-text-properties-1) + (describe-char): Use help buttons instead of widgets. + (describe-char-unicodedata-file): Make URL link in doc string. + 2005-12-22 Richard M. Stallman * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.