diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | NEWS | 17 |
2 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,18 @@ +2004-07-11 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * mixgtk/mixgtk_cmd_dispatcher.c (complete_command_) + (on_command_prompt_key_press_event): fixed cursor position after + completion. + +2004-07-10 Jose Antonio Ortega Ruiz <jao@gnu.org> + + * po/POTFILES.in: + * configure.in: + * autogen.sh: + * Makefile.am: use intltool to allow glade file string translations. + + * mixgtk/Makefile.am (-DLOCAL_GLADE_FILE): really allow off-tree builds. + 2004-07-05 Jose Antonio Ortega Ruiz <jao@gnu.org> * mixgtk/mixgtk_wm.c: preserve order of detachable windows when @@ -6,6 +6,21 @@ See the end for copying conditions. Please send mdk bug reports to bug-mdk@gnu.org. --------------------------------------------------------------------------- +* Version 1.2 () + +** Graphical user interface (gmixvm) updated to gtk+ 2.4.x + + - gmixvm now uses the latest version of the gtk+ toolkit, including + antialiased Pango fonts. + - Individually detachable windows for the virtual machine, the + source window and the devices notebook (there is no 'split mode' + anymore). + - Detachable toolbars. + - Current source line and breakpoints are now marked via icons. + - New menu option to change all fonts at once. + + +--------------------------------------------------------------------------- * Version 1.1 (12/06/04) ** The typewriter device (19) is now input/output, so that you can @@ -405,4 +420,4 @@ Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. --- -$Id: NEWS,v 1.50 2004/06/12 14:41:23 jao Exp $ +$Id: NEWS,v 1.51 2004/07/10 23:15:02 jao Exp $ |