Mercurial > emacs
comparison src/ChangeLog @ 93663:959f4471c16e
(last_boundary_buffer, last_boundary_position): New vars.
(Fundo_boundary): Set them.
(syms_of_undo): Initialize them.
(record_point): Use them instead of last_point_position*.
(last_undo_buffer): Change type.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 04 Apr 2008 16:59:52 +0000 |
parents | 0e46418a00ea |
children | c7dd307b0ec5 |
comparison
equal
deleted
inserted
replaced
93662:3f94f995598c | 93663:959f4471c16e |
---|---|
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> |
8 | 16 |
9 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination | 17 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination |
50 Give opentype fonts their own format. | 58 Give opentype fonts their own format. |
51 (font_matches_spec): New arguments backend and logfont. | 59 (font_matches_spec): New arguments backend and logfont. |
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. |
59 | 67 |
60 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up | 68 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up |