Mercurial > emacs
comparison src/ChangeLog @ 43784:f7e9e74a6ccd
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 08 Mar 2002 11:05:16 +0000 |
parents | b3f1d63147da |
children | e48a85f46eca |
comparison
equal
deleted
inserted
replaced
43783:284b3c395ed4 | 43784:f7e9e74a6ccd |
---|---|
1 2002-03-08 Gerd Moellmann <gerd@gnu.org> | 1 2002-03-08 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * xdisp.c: Use new string macros. | |
4 (update_echo_area): Pass number of bytes to message3 instead of | |
5 number of chars. | |
6 (set_message_1): Don't access a string's size_byte directly. | |
7 (decode_mode_spec_coding): Use number of bytes of eoltype string | |
8 instead number of chars. | |
2 | 9 |
3 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. | 10 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. |
4 | 11 |
5 2002-03-08 Juanma Barranquero <lektu@terra.es> | 12 2002-03-08 Juanma Barranquero <lektu@terra.es> |
6 | 13 |