Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4914:1628e3b9601a
When aborting due to unknown opcode, output more descriptive msg
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-02 Ben Wing <ben@xemacs.org>
* bytecode.c (execute_rare_opcode):
* lisp.h (abort_with_msg): New.
When aborting due to unknown opcode, output more descriptive msg.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 02 Feb 2010 15:19:15 -0600 |
parents | fc28cc192c91 |
children | c914214b788d 17362f371cc2 |
comparison
equal
deleted
inserted
replaced
4913:fc28cc192c91 | 4914:1628e3b9601a |
---|---|
1 2010-02-02 Ben Wing <ben@xemacs.org> | |
2 | |
3 * bytecode.c (execute_rare_opcode): | |
4 * lisp.h (abort_with_msg): New. | |
5 When aborting due to unknown opcode, output more descriptive msg. | |
6 | |
1 2010-02-01 Vin Shelton <acs@xemacs.org> | 7 2010-02-01 Vin Shelton <acs@xemacs.org> |
2 | 8 |
3 * intl-encap-win32.c: Added description of override keyword. | 9 * intl-encap-win32.c: Added description of override keyword. |
4 Fix 2nd arg to CreateMDIWindowW. | 10 Fix 2nd arg to CreateMDIWindowW. |
5 | 11 |