Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5204:912c34f1d7c8
(try to) fix g++ compilation problems
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-04-15 Ben Wing <ben@xemacs.org>
* device-x.c (x_init_device):
Don't declare something const if we're going to modify it.
Clean up code to follow GNU coding standards.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 15 Apr 2010 20:13:25 -0500 |
parents | 1c615eb1e4b2 |
children | 39d74978fd32 |
comparison
equal
deleted
inserted
replaced
5202:1c615eb1e4b2 | 5204:912c34f1d7c8 |
---|---|
1 2010-04-15 Ben Wing <ben@xemacs.org> | |
2 | |
3 * device-x.c (x_init_device): | |
4 Don't declare something const if we're going to modify it. | |
5 Clean up code to follow GNU coding standards. | |
6 | |
1 2010-04-12 Ben Wing <ben@xemacs.org> | 7 2010-04-12 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * specifier.c (specifier_memory_usage): | 9 * specifier.c (specifier_memory_usage): |
4 Disable specifier memory-usage stats for now. Sometimes they can | 10 Disable specifier memory-usage stats for now. Sometimes they can |
5 end up with circularities in them and I'm not sure exactly whats | 11 end up with circularities in them and I'm not sure exactly whats |