Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 3067:2f31c7aa4e96
[xemacs-hg @ 2005-11-13 10:57:59 by ben]
create describe-char-table
syntax.el: Convert describe-syntax-table to more general describe-char-table.
(Will also be used by display tables.) Create new describe-syntax-table,
compatible with old function, that uses describe-char-table.
diagnose.el: Conditionalize `sort-numeric-fields' on when-fboundp.
author | ben |
---|---|
date | Sun, 13 Nov 2005 10:58:00 +0000 |
parents | a88e6130a523 |
children | 4c038e89d563 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 13 10:56:09 2005 +0000 +++ b/lisp/ChangeLog Sun Nov 13 10:58:00 2005 +0000 @@ -1,3 +1,12 @@ +2005-11-13 Ben Wing <ben@xemacs.org> + + * syntax.el: + * syntax.el (describe-syntax-table): Removed. + * syntax.el (describe-char-table): New. + Convert describe-syntax-table to more general describe-char-table. + (Will also be used by display tables.) Create new describe-syntax-table, + compatible with old function, that uses describe-char-table. + 2005-11-13 Ben Wing <ben@xemacs.org> * diagnose.el (show-memory-usage):