summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-16 00:59:44 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-16 00:59:44 +0000
commit48694d47fe1b8f07bfddcad856aee5fc71e9191f (patch)
treea597a9a86c31c40673f21a6198e68efb553304b9
parent2d92ca890aa082b3591b88d216035fb07deb21c2 (diff)
downloadmdk-48694d47fe1b8f07bfddcad856aee5fc71e9191f.tar.gz
mdk-48694d47fe1b8f07bfddcad856aee5fc71e9191f.tar.bz2
News updatedcvs
-rw-r--r--ChangeLog12
-rw-r--r--NEWS18
2 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 893c4ec..fb8cbb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-03-16 Jose Antonio Ortega Ruiz <jao@gnu.org>
+
+ * mixgtk/mixgtk.glade (Module): I1 and I2 in mixvm swapped to
+ their correct position (closes #15746).
+
+ * mixgtk/mixgtk_mixvm.c (init_mem_): fixed segfault when clicking
+ Memory title bar (closes #15910).
+
+2006-03-14 Jose Antonio Ortega Ruiz <jao@gnu.org>
+
+ * configure.in: obsolete C flags for Darwin deleted.
+
2005-10-08 Jose Antonio Ortega Ruiz <jao@gnu.org>
* misc/mixal-mode.el (Module): sync with Emacs CVS (Pieter).
diff --git a/NEWS b/NEWS
index 5aee4ec..cbd3cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,23 @@
GNU MDK -- History of visible changes.
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, Free Software Foundation, Inc.
See the end for copying conditions.
Please send mdk bug reports to bug-mdk@gnu.org.
---------------------------------------------------------------------------
+* Version 1.2.2
+
+** Bug fixes
+
+ - I1 and I2 in mixvm swapped to their correct position (closes #15746).
+ - Obsolete CFLAGS for Darwin removed.
+ - mixal-mode.el syncronised with Emacs CVS.
+ - Segmentation fault when clicking Memory title (closes #15910).
+ - Writing to char devices caused an out-of-bounds array access
+ (thanks to Aleix Conchillo).
+
+---------------------------------------------------------------------------
* Version 1.2.1 (20/09/05)
** MIXAL compliance improvements (Sergey Poznyakoff):
@@ -433,7 +445,7 @@ Please send mdk bug reports to bug-mdk@gnu.org.
---------------------------------------------------------------------------
Copying information:
-Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
@@ -447,4 +459,4 @@ Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
---
-$Id: NEWS,v 1.55 2005/09/20 20:18:58 jao Exp $
+$Id: NEWS,v 1.56 2006/03/16 00:59:44 jao Exp $