Mercurial > emacs
comparison src/ChangeLog @ 79365:329636cf01af
(load_overlay_strings): Fix copy&paste typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 10 Nov 2007 03:06:45 +0000 |
parents | 87545512510a |
children | 51d817740f68 |
comparison
equal
deleted
inserted
replaced
79364:4233408e72b4 | 79365:329636cf01af |
---|---|
1 2007-11-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * xdisp.c (load_overlay_strings): Fix copy&paste typo. | |
4 | |
1 2007-11-07 Chong Yidong <cyd@stupidchicken.com> | 5 2007-11-07 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE | 7 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE |
4 twice. | 8 twice. |
5 | 9 |
27 * dispextern.h (struct it): New elt string_overlays. | 31 * dispextern.h (struct it): New elt string_overlays. |
28 New elt from_overlay, also in stack. | 32 New elt from_overlay, also in stack. |
29 Rearrange a few elements. | 33 Rearrange a few elements. |
30 (face_for_overlay_string): Decl renamed from | 34 (face_for_overlay_string): Decl renamed from |
31 face_at_buffer_position_no_overlays, and add argument. | 35 face_at_buffer_position_no_overlays, and add argument. |
32 | 36 |
33 2007-11-03 Richard Stallman <rms@gnu.org> | 37 2007-11-03 Richard Stallman <rms@gnu.org> |
34 | 38 |
35 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays | 39 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays |
36 to get the base face for an overlay string. | 40 to get the base face for an overlay string. |
37 | 41 |