comparison src/ChangeLog @ 5296:d185fa593d5f last-version-with-netinstall

Specify ERROR_ME_WARN explicitly in specifier_instance_from_inst_list(). src/ChangeLog 2010-10-25 Aidan Kehoe <kehoea@parhasard.net> * specifier.c (specifier_instance_from_inst_list): Call call_with_suspended_errors() with ERROR_ME_WARN, explicitly; avoids the problem Giacomo Boffi describes in http://mid.gmane.org/19617.52517.341117.388679@aiuole.stru.polimi.it , but the specifier instantiation bug that makes XEmacs fail for him is still visible.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 25 Oct 2010 17:57:37 +0100
parents 2474dce7304e
children 28651c24b3f8
comparison
equal deleted inserted replaced
5295:2474dce7304e 5296:d185fa593d5f
1 2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
2
3 * specifier.c (specifier_instance_from_inst_list):
4 Call call_with_suspended_errors() with ERROR_ME_WARN, explicitly;
5 avoids the problem Giacomo Boffi describes in
6 http://mid.gmane.org/19617.52517.341117.388679@aiuole.stru.polimi.it
7 , but the specifier instantiation bug that makes XEmacs fail for
8 him is still visible.
9
1 2010-10-25 Aidan Kehoe <kehoea@parhasard.net> 10 2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * print.c (ulong_to_bit_string): If printing zero, actually print 12 * print.c (ulong_to_bit_string): If printing zero, actually print
4 a zero, don't return the empty string. 13 a zero, don't return the empty string.
5 14