summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 23:15:02 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-07-10 23:15:02 +0000
commit7d8067fe0b0c8acb616d609a73758a4664deed89 (patch)
tree2284964df43a5648045d271010913e6e8054a5e9
parenta1f5c3dfa9c3aa15c238d8e80194a378a6292d8a (diff)
downloadmdk-7d8067fe0b0c8acb616d609a73758a4664deed89.tar.gz
mdk-7d8067fe0b0c8acb616d609a73758a4664deed89.tar.bz2
more changes
-rw-r--r--ChangeLog15
-rw-r--r--NEWS17
2 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cab0cf..1215522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 1c20da2..f9d683b 100644
--- a/NEWS
+++ b/NEWS
@@ -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 $