comparison src/ChangeLog @ 831:5d09ddada9ae

[xemacs-hg @ 2002-05-09 07:15:20 by ben] fix two bugs noted by Steve doprnt.c: Use make_int() not make_char() when error about bad charval, or abort will occur. extents.c: Loop over children, not ourself -- avoid infinite loop. lisp-disunion.h, lisp-union.h: Rename make_char() to make_char_1 for error-checking purposes. lread.c: Syntax error if escape is outside of ISO-8859-1 range. Remove hopelessly broken (and unworkable) FSF_KEYS code. mule-coding.c, search.c: Spacing changes. text.h: New make_char() -- verify that the char value is legal.
author ben
date Thu, 09 May 2002 07:16:38 +0000
parents 42a86787d173
children 0490271de7d8
comparison
equal deleted inserted replaced
830:20baef34a0b0 831:5d09ddada9ae
1 2002-05-09 Ben Wing <ben@xemacs.org>
2
3 * doprnt.c (emacs_doprnt_1):
4 Use make_int() not make_char() when error about bad charval,
5 or abort will occur.
6
7 * extents.c (signal_extent_changed):
8 Loop over children, not ourself -- avoid infinite loop.
9
10 * lisp-disunion.h:
11 * lisp-union.h:
12 Rename make_char() to make_char_1 for error-checking purposes.
13
14 * lread.c (read_escape):
15 Syntax error if escape is outside of ISO-8859-1 range.
16 Remove hopelessly broken (and unworkable) FSF_KEYS code.
17
18 * mule-coding.c (Fdecode_shift_jis_char):
19 * search.c (skip_chars):
20 Spacing changes.
21
22 * text.h:
23 New make_char() -- verify that the char value is legal.
24
1 2002-04-23 Jerry James <james@xemacs.org> 25 2002-04-23 Jerry James <james@xemacs.org>
2 26
3 * select.c (Fown_selection_internal): Document connection with 27 * select.c (Fown_selection_internal): Document connection with
4 interprogram-cut-function. 28 interprogram-cut-function.
5 * select.c (Fget_selection_internal): return Qnil if XEmacs owns 29 * select.c (Fget_selection_internal): return Qnil if XEmacs owns