comparison src/ChangeLog @ 5199:49e931565616

merge
author Ben Wing <ben@xemacs.org>
date Mon, 12 Apr 2010 00:53:18 -0500
parents bc3ede8f29a8 c87ec061e8cc
children 70ed8a0d8da8
comparison
equal deleted inserted replaced
5198:bc3ede8f29a8 5199:49e931565616
26 * specifier.c (remove_ghost_specifier): 26 * specifier.c (remove_ghost_specifier):
27 * specifier.c (set_specifier_fallback): 27 * specifier.c (set_specifier_fallback):
28 * specifier.c (specifier_instance_from_inst_list): 28 * specifier.c (specifier_instance_from_inst_list):
29 * specifier.c (set_specifier_caching): 29 * specifier.c (set_specifier_caching):
30 Fix coding style to correspond to GNU standard. 30 Fix coding style to correspond to GNU standard.
31
32 2010-04-09 Didier Verna <didier@xemacs.org>
33
34 * fontcolor-xlike-inc.c (DEBUG_FONTS2):
35 * fontcolor-xlike-inc.c (DEBUG_FONTS3):
36 * fontcolor-xlike-inc.c (DEBUG_FONTS4):
37 * fontcolor-xlike-inc.c (DEBUG_FONTS_LISP1):
38 * fontcolor-xlike-inc.c (DEBUG_FONTS_LISP2):
39 * fontcolor-xlike-inc.c (DEBUG_FONTS_LISP3):
40 * fontcolor-xlike-inc.c (DEBUG_FONTS_LISP4): Conditionalize
41 definitions on DEBUG_XEMACS, provide empty definitions otherwise.
31 42
32 2010-04-06 Ben Wing <ben@xemacs.org> 43 2010-04-06 Ben Wing <ben@xemacs.org>
33 44
34 * elhash.c (Feq_hash): 45 * elhash.c (Feq_hash):
35 Cast to EMACS_INT to fix warning. 46 Cast to EMACS_INT to fix warning.