aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2002-07-15 00:01:34 +0000
committerKen Raeburn2002-07-15 00:01:34 +0000
commitd5db40779d7505244d37476b4f046641f07eea2b (patch)
tree5c8bf4dad41639287e722cb7cbdc0709e47a9e53 /src/ChangeLog
parent491c2516d32fa8b9ba9422ec142c8925dd82af00 (diff)
downloademacs-d5db40779d7505244d37476b4f046641f07eea2b.tar.gz
emacs-d5db40779d7505244d37476b4f046641f07eea2b.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5486ef8bf75..791c4f36150 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12002-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
12002-07-13 Kim F. Storm <storm@cua.dk> 232002-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.