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 22:18:31 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2761 emacs/src/ChangeLog:1.2762
*** emacs/src/ChangeLog:1.2761  Sun Jul 14 20:01:34 2002
--- emacs/src/ChangeLog Sun Jul 14 22:18:31 2002
***************
*** 1,10 ****
  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,
--- 1,15 ----
  2002-07-14  Ken Raeburn  <address@hidden>
  
+       * lisp.h (STRING_SET_CHARS): New macro.
+       (SCHARS, SBYTES): Produce rvalues.
+       * dired.c (directory_files_internal): Use STRING_SET_CHARS.
+       * fns.c (concat): Likewise.
+       * lread.c (read_vector): Likewise.
+ 
        * 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,



reply via email to

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