changeset 40665:1d907a03e658

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 03 Nov 2001 00:23:25 +0000
parents 4e5f8e42b8d1
children 84cd0f5441e2
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 03 00:23:11 2001 +0000
+++ b/lisp/ChangeLog	Sat Nov 03 00:23:25 2001 +0000
@@ -1,3 +1,11 @@
+2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* international/mule-diag.el (list-character-sets)
+	(sort-listed-character-sets, describe-character-set)
+	(describe-coding-system, describe-fontset, list-fontsets):
+	Use `help-buffer' and move `help-setup-xref' to beginning.
+	(describe-char-after): Use `internal-describe-syntax-value'.
+
 2001-11-02  Richard M. Stallman  <rms@gnu.org>
 
 	* mouse.el (popup-menu): If the user refuses to select
@@ -34,7 +42,7 @@
 
 	* textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
 	to avoid ambiguous nested loops.
-	
+
 	* files.el (find-file-noselect): Offer to change buffer-read-only
 	only when the file's read-only status has changed from before
 	as well as disagreeing with the buffer's current status.