Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
776:79940b592197 | 777:e65d9cf16707 |
---|---|
1 2002-03-15 Ben Wing <ben@xemacs.org> | |
2 | |
3 * mule\mule-charset.el: | |
4 * mule\mule-charset.el (char-width): Removed. | |
5 * mule\mule-charset.el ('sref): Removed. | |
6 * mule\mule-charset.el (char-bytes): Removed. | |
7 * mule\mule-charset.el (string-to-sequence): Removed. | |
8 * mule\mule-charset.el (string-to-list): Removed. | |
9 * mule\mule-charset.el (string-to-vector): Removed. | |
10 * mule\mule-charset.el (store-substring): Removed. | |
11 * obsolete.el: | |
12 * obsolete.el ('sref): New. | |
13 * obsolete.el (char-bytes): New. | |
14 * subr.el: | |
15 * subr.el (char-width): New. | |
16 * subr.el (string-to-sequence): New. | |
17 * subr.el (string-to-list): New. | |
18 * subr.el (string-to-vector): New. | |
19 * subr.el (store-substring): New. | |
20 * subr.el (truncate-string-to-width): New. Put back | |
21 previously-deleted truncate-string-to-width. Move other | |
22 non-Mule-specific stuff into subr.el or obsolete.el. | |
23 | |
1 2002-03-15 Ben Wing <ben@xemacs.org> | 24 2002-03-15 Ben Wing <ben@xemacs.org> |
2 | 25 |
3 * mule\chinese.el: | 26 * mule\chinese.el: |
4 * mule\chinese.el (post-read-decode-hz): | 27 * mule\chinese.el (post-read-decode-hz): |
5 * mule\chinese.el (pre-write-encode-hz): | 28 * mule\chinese.el (pre-write-encode-hz): |