Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Apr 12 01:41:38 2010 -0500 +++ b/src/ChangeLog Thu Apr 15 20:13:25 2010 -0500 @@ -1,3 +1,9 @@ +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. + 2010-04-12 Ben Wing <ben@xemacs.org> * specifier.c (specifier_memory_usage):