emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 14 Jul 2002 20:01:34 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2760 emacs/src/ChangeLog:1.2761
*** emacs/src/ChangeLog:1.2760  Fri Jul 12 19:51:53 2002
--- emacs/src/ChangeLog Sun Jul 14 20:01:34 2002
***************
*** 1,3 ****
--- 1,25 ----
+ 2002-07-14  Ken Raeburn  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * keyboard.c (command_loop_1): Invert check on Vmemory_full.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]