diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6959b45efa..4adadd84db1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2003-12-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint. | ||
| 4 | |||
| 5 | * xfaces.c (lface_fully_specified_p): Take into account that | ||
| 6 | MAC OS always have unspecified stipple. | ||
| 7 | |||
| 8 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 9 | |||
| 10 | * tparam.c (tparam1): Add handling for `%pN', which | ||
| 11 | means use param N for the next substitution. | ||
| 12 | |||
| 13 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 14 | |||
| 15 | * xfaces.c (Fcolor_gray_p): Fix omission bug: | ||
| 16 | In case `frame' is nil, consult the selected frame. | ||
| 17 | (Fcolor_supported_p): Likewise. | ||
| 18 | |||
| 19 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 20 | |||
| 21 | * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range): | ||
| 22 | Doc fixes. | ||
| 23 | |||
| 24 | * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string | ||
| 25 | and an integer. Adapt the introductory comment accordingly. | ||
| 26 | (Fread_from_minibuffer): Delete code moved into read_minibuf. | ||
| 27 | Doc fix. | ||
| 28 | (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in | ||
| 29 | read_minibuf. | ||
| 30 | (Fcompleting_read): Delete code moved into read_minibuf. | ||
| 31 | (Ftest_completion): Make it handle obarrays and hash tables | ||
| 32 | correctly. | ||
| 33 | |||
| 34 | 2003-12-03 Kenichi Handa <handa@m17n.org> | ||
| 35 | |||
| 36 | * coding.c (decode_coding_iso2022): Fix for preserving UTF-8 | ||
| 37 | encoding sequence. | ||
| 38 | |||
| 1 | 2003-12-01 Kenichi Handa <handa@m17n.org> | 39 | 2003-12-01 Kenichi Handa <handa@m17n.org> |
| 2 | 40 | ||
| 3 | * composite.c (syms_of_composite): Don't make the compostion hash | 41 | * composite.c (syms_of_composite): Don't make the compostion hash |