aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <[email protected]>2002-05-21 22:21:53 +0000
committerColin Walters <[email protected]>2002-05-21 22:21:53 +0000
commit2fdd365daacd5107fd4ff58911d20393e91e1320 (patch)
tree41a79c5d7ac8e1be00eb706a5ab62944ed7f43ad
parent2f4e9c4745f53dc9faf1f3dc5fbb750ab9cdc3ff (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80845ddcc1..849b4477b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,5 @@
2002-05-21 Colin Walters <[email protected]>
-
+
* international/mule.el (make-coding-system): Doc fixes.
* international/mule.el (auto-coding-functions): New variable.
@@ -7,9 +7,9 @@
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
- * international/mule-util.el (store-substring): New optional
- argument `ellipsis'. Add commented-out test suite, and change
- coding to iso-2022-7bit.
+ * international/mule-util.el (truncate-string-to-width): New
+ optional argument `ellipsis'. Add commented-out test suite, and
+ change coding to iso-2022-7bit.
2002-05-21 Colin Walters <[email protected]>
@@ -34,6 +34,12 @@
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.
+ * info.el (Info-fontify): Deleted.
+ (Info-select-node): Don't use it.
+ (Info-mode-hook): New variable.
+ (Info-mode): Set up categories.
+ (Info-fontify-menu-headers, Info-fontify-node): Use categories.
+
* ibuffer.el (ibuffer-formats): Update docs.
(ibuffer-category-alist): New variable.
(ibuffer-get-category): New function.