diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45ac57b2f98..1fdeca7ed57 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,15 @@ | |||
| 1 | 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * undo.c (last_boundary_buffer, last_boundary_position): New vars. | ||
| 4 | (Fundo_boundary): Set them. | ||
| 5 | (syms_of_undo): Initialize them. | ||
| 6 | (record_point): Use them instead of last_point_position*. | ||
| 7 | (last_undo_buffer): Change type. | ||
| 8 | |||
| 1 | 2008-04-04 Jason Rumney <jasonr@gnu.org> | 9 | 2008-04-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 10 | ||
| 3 | * w32uniscribe.c (uniscribe_check_otf): Fix last change. | 11 | * w32uniscribe.c (uniscribe_check_otf): Fix last change. |
| 4 | (uniscribe_check_otf): Add GC protection before consing. | 12 | (uniscribe_check_otf): Add GC protection before consing. |
| 5 | Rearrange loop for counting features. | 13 | Rearrange loop for counting features. |
| 6 | 14 | ||
| 7 | 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -52,7 +60,7 @@ | |||
| 52 | Handle :otf spec for uniscribe backend. | 60 | Handle :otf spec for uniscribe backend. |
| 53 | (add_font_entity_to_list): Match truetype fonts in uniscribe backend. | 61 | (add_font_entity_to_list): Match truetype fonts in uniscribe backend. |
| 54 | (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied. | 62 | (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied. |
| 55 | 63 | ||
| 56 | * w32fns.c (Fx_create_frame): Conditionally register uniscribe | 64 | * w32fns.c (Fx_create_frame): Conditionally register uniscribe |
| 57 | font backend. | 65 | font backend. |
| 58 | (globals_of_w32fns): Initialize uniscribe font backend. | 66 | (globals_of_w32fns): Initialize uniscribe font backend. |