comparison src/ChangeLog @ 92223:81432ba2f969

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 26 Feb 2008 01:43:54 +0000
parents 4a11735d1bdb
children 5ec891eff8b7
comparison
equal deleted inserted replaced
92222:77158849803a 92223:81432ba2f969
38 * font.c: If the font driver doesn't have `shape' function, return Qnil. 38 * font.c: If the font driver doesn't have `shape' function, return Qnil.
39 39
40 2008-02-25 Jason Rumney <jasonr@gnu.org> 40 2008-02-25 Jason Rumney <jasonr@gnu.org>
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
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.
43 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:
47 * s/vms4-2.h: 65 * s/vms4-2.h: