comparison src/ChangeLog @ 81366:d2076a0fec06

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 13 Jun 2007 08:22:12 +0000
parents 5551f0be4abc
children fa1e0ea1b6c5
comparison
equal deleted inserted replaced
81365:22b5fa7b116a 81366:d2076a0fec06
1 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
4 frame_foreground and frame_background.
5
6 * image.c (lookup_image): Save frame foreground and background colors.
7 (search_image_cache): Check if saved and current frame colors match.
8
1 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 9 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * regex.c (regex_compile): Remove the `regnum' counter. 11 * regex.c (regex_compile): Remove the `regnum' counter.
4 Use bufp->re_nsub instead. Add support for \(?N:RE\). 12 Use bufp->re_nsub instead. Add support for \(?N:RE\).
5 13