summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-04 00:04:45 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-04 00:04:45 +0000
commitf2f1de15c483ca176498191e48d9b1bb3c2ae850 (patch)
tree66ebac700d5d2e6e8bc627404711827ca55da52a
parent695055e91fc2d3773b4bade899f5532bd18ca345 (diff)
downloadmdk-f2f1de15c483ca176498191e48d9b1bb3c2ae850.tar.gz
mdk-f2f1de15c483ca176498191e48d9b1bb3c2ae850.tar.bz2
misc changes
-rw-r--r--ChangeLog10
-rw-r--r--NEWS7
2 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d82c700..7830134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-06-04 Jose A Ortega Ruiz <jao@member.fsf.org>
+
+ * doc: documentation for emacs support merged in one file
+ (mdk_emacs.texi), substituting mdk_emixvm.texi and
+ mdk_mixal-mode.texi.
+
+ * mixlib/mix_code_file.c (mix_code_file_new_): properly initialise
+ source_path pointer to NULL, preventing later deletion of an
+ uninitialised pointer (which caused a segfault).
+
2003-06-03 Jose A Ortega Ruiz <jao@member.fsf.org>
* AUTHORS: Added Pieter Pareit.
diff --git a/NEWS b/NEWS
index 5268f52..46ed00f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,13 +6,16 @@ See the end for copying conditions.
Please send mdk bug reports to bug-mdk@gnu.org.
---------------------------------------------------------------------------
-* Version 1.1 ()
+* Version 1.0.1 ()
** New misc/mixal-mode.el for emacs (and associated docs), written by
Pieter Pareit.
** Error message for unquoted ALF operand improved.
+** Fixed bug that caused (g)mixvm to segfault when reading a false MIX
+ file.
+
** All translatable strings are ready for i18n.
** Portability fixes to extend supported platforms.
@@ -352,4 +355,4 @@ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
---
-$Id: NEWS,v 1.44 2003/06/02 23:17:43 jao Exp $
+$Id: NEWS,v 1.45 2003/06/04 00:04:45 jao Exp $