diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc09320ef16..e17edb6da97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fontset.c (fontset_from_font): YAILOM (Yet another int/Lisp_Object | ||
| 4 | mixup). | ||
| 5 | |||
| 1 | 2009-03-13 Kenichi Handa <handa@m17n.org> | 6 | 2009-03-13 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * fontset.c (Ffontset_info, check_fontset_name): New arg frame. | 8 | * fontset.c (Ffontset_info, check_fontset_name): New arg frame. |
| @@ -885,7 +890,7 @@ | |||
| 885 | 2009-01-09 Glenn Morris <rgm@gnu.org> | 890 | 2009-01-09 Glenn Morris <rgm@gnu.org> |
| 886 | 891 | ||
| 887 | * keyboard.c (last_command_char): For clarity, rename to... | 892 | * keyboard.c (last_command_char): For clarity, rename to... |
| 888 | (last_command-event): ... and update all users. | 893 | (last_command_event): ... and update all users. |
| 889 | (last_input_char): For clarity, rename to... | 894 | (last_input_char): For clarity, rename to... |
| 890 | (last_input_event): ... and update all users. | 895 | (last_input_event): ... and update all users. |
| 891 | (last-command-char, last-input-char): Move to subr.el as aliases. | 896 | (last-command-char, last-input-char): Move to subr.el as aliases. |
| @@ -2456,7 +2461,7 @@ | |||
| 2456 | 2461 | ||
| 2457 | 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca> | 2462 | 2008-09-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2458 | 2463 | ||
| 2459 | * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject | 2464 | * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object |
| 2460 | mixup (YAILOM). | 2465 | mixup (YAILOM). |
| 2461 | 2466 | ||
| 2462 | 2008-09-17 Chong Yidong <cyd@stupidchicken.com> | 2467 | 2008-09-17 Chong Yidong <cyd@stupidchicken.com> |
| @@ -2674,7 +2679,8 @@ | |||
| 2674 | 2679 | ||
| 2675 | * font.h (font_range): | 2680 | * font.h (font_range): |
| 2676 | * fileio.c (report_file_error): | 2681 | * fileio.c (report_file_error): |
| 2677 | * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup. | 2682 | * composite.c (composition_update_it): Yet another int/Lisp_Object |
| 2683 | mixup (YAILOM). | ||
| 2678 | 2684 | ||
| 2679 | 2008-08-30 Glenn Morris <rgm@gnu.org> | 2685 | 2008-08-30 Glenn Morris <rgm@gnu.org> |
| 2680 | 2686 | ||
| @@ -9090,7 +9096,7 @@ | |||
| 9090 | * font.c (check_gstring): Use them and AREF to access the vector before | 9096 | * font.c (check_gstring): Use them and AREF to access the vector before |
| 9091 | we know it's really a gstring. | 9097 | we know it's really a gstring. |
| 9092 | (Ffont_shape_text): Fix typo. | 9098 | (Ffont_shape_text): Fix typo. |
| 9093 | (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups. | 9099 | (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups. |
| 9094 | 9100 | ||
| 9095 | * composite.h (Fcompose_region_internal, Fcompose_string_internal): | 9101 | * composite.h (Fcompose_region_internal, Fcompose_string_internal): |
| 9096 | Declare. | 9102 | Declare. |