# HG changeset patch # User Ken Raeburn # Date 1026691294 0 # Node ID 3388738bcc9c18c6f7676149119f26baab9393c7 # Parent 40db0673e6f01490810bfc082b0f241bfa9dbc23 *** empty log message *** diff -r 40db0673e6f0 -r 3388738bcc9c src/ChangeLog --- a/src/ChangeLog Mon Jul 15 00:00:41 2002 +0000 +++ b/src/ChangeLog Mon Jul 15 00:01:34 2002 +0000 @@ -1,3 +1,25 @@ +2002-07-14 Ken Raeburn + + * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE. + (STRING_SET_UNIBYTE): New macro. + (SET_STRING_BYTES): Deleted. Callers (all of which supplied a + length of -1) changed to use STRING_SET_UNIBYTE. + + * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, + casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c, + composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c, + dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c, + fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c, + keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c, + minibuf.c, msdos.c, print.c, process.c, search.c, sound.c, + sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c, + w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c, + w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c, + xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with + STRING_BYTES or indirection changed to SCHARS, SBYTES, + STRING_INTERVALS, SREF, SDATA; explicit size_byte references left + unchanged for now. + 2002-07-13 Kim F. Storm * keyboard.c (command_loop_1): Invert check on Vmemory_full.