Mercurial > emacs
comparison src/ChangeLog @ 38396:a8c996679183
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 13 Jul 2001 09:31:16 +0000 |
parents | 5b7951bd8471 |
children | bc6d11e676b3 |
comparison
equal
deleted
inserted
replaced
38395:b7a9187751b2 | 38396:a8c996679183 |
---|---|
1 2001-07-13 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * xdisp.c (get_next_display_element): Use CHAR_STRING_NO_SIGNAL | |
4 instead of CHAR_STRING which can signal an error. | |
5 | |
6 * charset.c (char_to_string_1): Extracted from char_to_string. | |
7 Return -1 instead of signaling an error. | |
8 (char_to_string): Use it. | |
9 | |
10 * charset.h (CHAR_STRING_NO_SIGNAL): New macro. | |
11 | |
1 2001-07-12 Stefan Monnier <monnier@cs.yale.edu> | 12 2001-07-12 Stefan Monnier <monnier@cs.yale.edu> |
2 | 13 |
3 * coding.c (Ffind_coding_systems_region_internal): If safe_codings | 14 * coding.c (Ffind_coding_systems_region_internal): If safe_codings |
4 is t, don't try to append anything to it. | 15 is t, don't try to append anything to it. |
5 | 16 |