diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b8efde3351..9506205227b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -41,6 +41,24 @@ | |||
| 41 | 41 | ||
| 42 | * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode. | 42 | * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode. |
| 43 | 43 | ||
| 44 | 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 45 | |||
| 46 | Allow fine-grained image-cache flushing. | ||
| 47 | * dispextern.h (struct image): Add `dependencies' field. | ||
| 48 | (clear_image_caches): Change arg to Lisp_Object. | ||
| 49 | * image.c (make_image): Initialize `dependencies' field. | ||
| 50 | (clear_image_cache): Change arg to allow fine-grained flushing. | ||
| 51 | Perform the flush even if image-cache-eviction-delay is nil. | ||
| 52 | (clear_image_caches): Change arg to Lisp_Object. | ||
| 53 | (Fclear_image_cache): Expand meaning of the argument. | ||
| 54 | (mark_image): Mark `dependencies' field. | ||
| 55 | * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches. | ||
| 56 | (lface_hash): Use XHASH rather than XFASTINT. | ||
| 57 | (face_at_buffer_position): Fix int -> EMACS_INT position. | ||
| 58 | * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position. | ||
| 59 | (select_frame_for_redisplay): Remove code duplication. | ||
| 60 | (redisplay_internal): Adapt arg to call to clear_image_caches. | ||
| 61 | |||
| 44 | 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu> | 62 | 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 45 | 63 | ||
| 46 | * s/vms4-0.h: | 64 | * s/vms4-0.h: |