diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e69de29b..6faf0d71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -0,0 +1,7 @@ +2014-02-02 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * Makefile.am (all-gui): Depend on all-syntax. + * gui/gui.pro.in: Fix qmake idiocy on mac os. + * lib/cfuns-c.c (make_c_str): New helper. + (oa_acquire_temporary_pathname): Use it. Prefer mktemp. + |