comparison src/ChangeLog @ 3433:1e217fa4ad7d

[xemacs-hg @ 2006-05-30 06:21:31 by stephent] Preferred fix for dangling declaration. <8764jo59cu.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 30 May 2006 06:21:31 +0000
parents ca9976dc328e
children d1754e7f0cea
comparison
equal deleted inserted replaced
3432:19303e5282eb 3433:1e217fa4ad7d
1 2006-05-25 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * objects-x.c (x_find_charset_font): Keep local names local; wrap
4 the spurious declaration in a block, don't move it.
5
1 2006-05-25 Aidan Kehoe <kehoea@parhasard.net> 6 2006-05-25 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * file-coding.c (output_bytes_in_ascii_and_hex): 8 * file-coding.c (output_bytes_in_ascii_and_hex):
4 I installed GCC 4.0 (which may not even have been necesssary, 9 I installed GCC 4.0 (which may not even have been necesssary,
5 -pedantic might have done it) and it showed me that the problem my 10 -pedantic might have done it) and it showed me that the problem my