/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2760 by kfstorm, Fri Jul 12 23:51:53 2002 UTC revision 1.2761 by raeburn, Mon Jul 15 00:01:34 2002 UTC
# Line 1  Line 1 
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    
23  2002-07-13  Kim F. Storm  <storm@cua.dk>  2002-07-13  Kim F. Storm  <storm@cua.dk>
24    
25          * keyboard.c (command_loop_1): Invert check on Vmemory_full.          * keyboard.c (command_loop_1): Invert check on Vmemory_full.

Legend:
Removed from v.1.2760  
changed lines
  Added in v.1.2761

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26