# HG changeset patch # User youngs # Date 1019714958 0 # Node ID accc481aef349960c125f596bb077a9495242619 # Parent ece8c2170578d2da5044ab17a6097e536b080ae4 [xemacs-hg @ 2002-04-25 06:09:11 by youngs] 2002-04-25 Steve Youngs * mule/mule-charset.el (string-to-char-list): New. This used to be in 'mule-misc.el' but that file has been removed. 2002-04-14 Steve Youngs * obsolete.el (find-non-ascii-charset-region): A couple of packages use this. (find-non-ascii-charset-string): Ditto. diff -r ece8c2170578 -r accc481aef34 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 23 00:44:30 2002 +0000 +++ b/lisp/ChangeLog Thu Apr 25 06:09:18 2002 +0000 @@ -1,3 +1,14 @@ +2002-04-25 Steve Youngs + + * mule/mule-charset.el (string-to-char-list): New. This used to + be in 'mule-misc.el' but that file has been removed. + +2002-04-14 Steve Youngs + + * obsolete.el (find-non-ascii-charset-region): A couple of + packages use this. + (find-non-ascii-charset-string): Ditto. + 2002-04-14 Ben Wing * abbrev.el: diff -r ece8c2170578 -r accc481aef34 lisp/mule/mule-charset.el --- a/lisp/mule/mule-charset.el Tue Apr 23 00:44:30 2002 +0000 +++ b/lisp/mule/mule-charset.el Thu Apr 25 06:09:18 2002 +0000 @@ -77,6 +77,10 @@ (defalias 'find-charset-string 'charsets-in-string) (defalias 'find-charset-region 'charsets-in-region) + +(defun string-to-char-list (str) + (mapcar 'identity str)) + ;;;; Charset accessors diff -r ece8c2170578 -r accc481aef34 lisp/obsolete.el --- a/lisp/obsolete.el Tue Apr 23 00:44:30 2002 +0000 +++ b/lisp/obsolete.el Thu Apr 25 06:09:18 2002 +0000 @@ -309,6 +309,9 @@ 1) (make-obsolete 'char-bytes "This function always returns 1") +(define-obsolete-function-alias 'find-non-ascii-charset-region 'charsets-in-region) +(define-obsolete-function-alias 'find-non-ascii-charset-string 'charsets-in-string) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;; window-system objects ;; the functionality of column.el has been moved into C