Mercurial > emacs
comparison src/ChangeLog @ 46371:3388738bcc9c
*** empty log message ***
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 15 Jul 2002 00:01:34 +0000 |
parents | 38401651e92c |
children | 3eb5331c5798 |
comparison
equal
deleted
inserted
replaced
46370:40db0673e6f0 | 46371:3388738bcc9c |
---|---|
1 2002-07-14 Ken Raeburn <raeburn@gnu.org> | |
2 | |
3 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. | |
4 (STRING_SET_UNIBYTE): New macro. | |
5 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a | |
6 length of -1) changed to use STRING_SET_UNIBYTE. | |
7 | |
8 * 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, | |
10 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, | |
12 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c, | |
13 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c, | |
14 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c, | |
15 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c, | |
16 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c, | |
17 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, | |
18 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with | |
19 STRING_BYTES or indirection changed to SCHARS, SBYTES, | |
20 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left | |
21 unchanged for now. | |
22 | |
1 2002-07-13 Kim F. Storm <storm@cua.dk> | 23 2002-07-13 Kim F. Storm <storm@cua.dk> |
2 | 24 |
3 * keyboard.c (command_loop_1): Invert check on Vmemory_full. | 25 * keyboard.c (command_loop_1): Invert check on Vmemory_full. |
4 | 26 |
5 2002-07-12 Richard M. Stallman <rms@gnu.org> | 27 2002-07-12 Richard M. Stallman <rms@gnu.org> |