diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-01 23:33:20 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-01 23:33:20 +0000 |
commit | 565acaff2e6d6075804f97cb8d9bc8402c45c398 (patch) | |
tree | 3523c91fd240ada44a4eabdf4677e90405a584f0 /ChangeLog | |
parent | 48a08b2081b63d273033def4ac5b69f5e4653ae4 (diff) | |
download | mdk-565acaff2e6d6075804f97cb8d9bc8402c45c398.tar.gz mdk-565acaff2e6d6075804f97cb8d9bc8402c45c398.tar.bz2 |
more changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2004-08-02 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * doc/mdk_gmixvm.texi: new gui documentation. + + * configure.in: -fno-strict-aliasing. + + * mixgtk/mixgtk_cmd_dispatcher.c (on_external_programs_activate): + new-style handling of the external programs dialog. + + * mixlib/mix_parser.c (mix_parser_delete): + * mixlib/mix_vm.c (mix_vm_get_lineno_address): g_tree_foreach + instead of deprecated g_tree_traverse. + +2004-08-01 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * mixutils/mixvm_command.c (init_dis_): + * mixgtk/mixgtk_cmd_dispatcher.c (read_config_): -g option not + needed by mixasm. + (mixgtk_cmd_dispatcher_init): do not redirect stderr to the + command log windows. + + * doc/mdk_mixasm.texi (Invoking @code{mixasm}): document -O option. + +2004-07-30 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * mixutils/mixasm.c (main): new option -O to disable debug, which + is now enabled by default. + + * configure.in: check also for libpango. + 2004-07-11 Jose Antonio Ortega Ruiz <jao@gnu.org> * mixgtk/mixgtk_cmd_dispatcher.c (complete_command_) |