Mercurial > emacs
comparison src/ChangeLog @ 46376:3eb5331c5798
*** empty log message ***
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Mon, 15 Jul 2002 02:18:31 +0000 |
| parents | 3388738bcc9c |
| children | c844b7e4a42f |
comparison
equal
deleted
inserted
replaced
| 46375:e90f58d3450c | 46376:3eb5331c5798 |
|---|---|
| 1 2002-07-14 Ken Raeburn <raeburn@gnu.org> | 1 2002-07-14 Ken Raeburn <raeburn@gnu.org> |
| 2 | |
| 3 * lisp.h (STRING_SET_CHARS): New macro. | |
| 4 (SCHARS, SBYTES): Produce rvalues. | |
| 5 * dired.c (directory_files_internal): Use STRING_SET_CHARS. | |
| 6 * fns.c (concat): Likewise. | |
| 7 * lread.c (read_vector): Likewise. | |
| 2 | 8 |
| 3 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. | 9 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. |
| 4 (STRING_SET_UNIBYTE): New macro. | 10 (STRING_SET_UNIBYTE): New macro. |
| 5 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a | 11 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a |
| 6 length of -1) changed to use STRING_SET_UNIBYTE. | 12 length of -1) changed to use STRING_SET_UNIBYTE. |
| 7 | |
| 8 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, | 13 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, |
| 9 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c, | 14 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c, |
| 10 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c, | 15 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c, |
| 11 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c, | 16 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c, |
| 12 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c, | 17 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c, |
