diff lisp/ChangeLog @ 777:e65d9cf16707

[xemacs-hg @ 2002-03-15 11:00:28 by ben] config.h.in, sysdep.c, sysfile.h, systime.h: add HAVE_SYS_TIMES_H and use it to include sys/times.h, used for struct tms in new POSIX() function times(). mule\mule-charset.el, obsolete.el, subr.el: Put back previously-deleted truncate-string-to-width. Move other non-Mule-specific stuff into subr.el or obsolete.el. configure.in: check for sys/times.h.
author ben
date Fri, 15 Mar 2002 11:00:56 +0000
parents 79940b592197
children 2923009caf47
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 15 07:43:43 2002 +0000
+++ b/lisp/ChangeLog	Fri Mar 15 11:00:56 2002 +0000
@@ -1,3 +1,26 @@
+2002-03-15  Ben Wing  <ben@xemacs.org>
+
+	* mule\mule-charset.el:
+	* mule\mule-charset.el (char-width): Removed.
+	* mule\mule-charset.el ('sref): Removed.
+	* mule\mule-charset.el (char-bytes): Removed.
+	* mule\mule-charset.el (string-to-sequence): Removed.
+	* mule\mule-charset.el (string-to-list): Removed.
+	* mule\mule-charset.el (string-to-vector): Removed.
+	* mule\mule-charset.el (store-substring): Removed.
+	* obsolete.el:
+	* obsolete.el ('sref): New.
+	* obsolete.el (char-bytes): New.
+	* subr.el:
+	* subr.el (char-width): New.
+	* subr.el (string-to-sequence): New.
+	* subr.el (string-to-list): New.
+	* subr.el (string-to-vector): New.
+	* subr.el (store-substring): New.
+	* subr.el (truncate-string-to-width): New.  Put back
+	previously-deleted truncate-string-to-width.  Move other
+	non-Mule-specific stuff into subr.el or obsolete.el.
+
 2002-03-15  Ben Wing  <ben@xemacs.org>
 
 	* mule\chinese.el: