comparison src/ChangeLog @ 53252:93225f3cf900

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 23 Dec 2003 22:22:49 +0000
parents abbcd93bf46e
children e3db5d1b9a1a
comparison
equal deleted inserted replaced
53251:9bb418538a0f 53252:93225f3cf900
1 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a
4 string and an integer. Adapt the docstring accordingly.
5 (Fread_from_minibuffer): Delete code moved into read_minibuf.
6 Doc fix.
7 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
8 read_minibuf.
9 (Fcompleting_read): Delete code moved into read_minibuf.
10 (Ftest_completion): Make it handle obarrays and hash tables
11 correctly.
12
1 2003-12-03 Kenichi Handa <handa@m17n.org> 13 2003-12-03 Kenichi Handa <handa@m17n.org>
2 14
3 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8 15 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
4 encoding sequence. 16 encoding sequence.
5 17