]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Fri, 23 Dec 2005 02:01:02 +0000 (02:01 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Fri, 23 Dec 2005 02:01:02 +0000 (02:01 +0000)
etc/TODO
lisp/ChangeLog

index aca4d4891a44c856383a31c17ed6a7bbbbb4c53d..6e517f11e86b74391f35518b2b30b3e4fc335561 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -417,6 +417,12 @@ when the body only calls primitives.
 ** 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
index afaf8b6bfb209eb3b77e6dbb26101a7961c45101..74170897f37b24cb892b5ae2d3f8aabd584c3370 100644 (file)
@@ -1,3 +1,15 @@
+2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * 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  <rms@gnu.org>
        
        * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.