diff --git a/doc/NEWS-0.45.1 b/doc/NEWS-0.45.1
index 5d3d39a528318628ab4ae02e40a893f659227b09..99f2e619bfcdfe6064af5192f2b813a6b6067312 100644
--- a/doc/NEWS-0.45.1
+++ b/doc/NEWS-0.45.1
@@ -15,7 +15,8 @@ tar-arkivet.
 
 
 * Se NEWS-0.45 f�r information om 0.45 i st�rsta allm�nhet. R�tt
-  mycket har �ndrats fr�n 0.44.2, s� det kan vara v�rt att l�sa detta.
+  mycket har �ndrats fr�n 0.44.2 som kan vara intressant att k�nna
+  till.
 
 
 * Fitjurs och f�rb�ttringar
diff --git a/release b/release
index 27323121b8be040f8158c10a2bd91284b8030e53..5785d28674e576eccda2b38516662f0fbe691628 100644
--- a/release
+++ b/release
@@ -101,7 +101,10 @@ q1=""
 while [ ! "$q1" ] ; do
     ask "Har du skrivit ett ChangeLog-entry f�r releasen" nej
     if [ "$no" ] ; then
-        askedit src/ChangeLog
+      ask "Vill du editera $1" ja
+      if [ "$yes" ] ; then
+        (cd src; emacs -nw -q -f add-change-log-entry)
+      fi
     else
         q1="X"
     fi
@@ -144,7 +147,7 @@ fi
 
 echo "Checkar in f�r s�kerhets skull..."
 if ( set -x; cvs commit -m "Synkning inf�r release av $version" ) ; then
-    ;
+    echo "Incheckning klar"
 else
     ask "Forts�tt trots att incheckningen inte gick bra" nej
     if [ "$no" ] ; then
@@ -155,7 +158,7 @@ fi
 if [ "$revision" ] ; then
     echo "Uppdaterar revisionsnumret..."
     if ( set -x; cvs commit -r $version ) ; then
-        ;
+        echo "Revisionsnumret �r uppdaterat"
     else
         ask "Forts�tt trots att revisions�ndringen inte gick bra" nej
         if [ "$no" ] ; then
diff --git a/src/ChangeLog b/src/ChangeLog
index 7357a3b6657fcd528e4e8ea519ddec9c4627c5af..3098e2886609b5717c76572e401b0aed652c551c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+Sat Oct 11 20:32:09 1997  David Byers  <davby@sen2.ida.liu.se>
+
+	* Release av 0.45.1
+
 Sat Oct 11 13:05:26 1997  David Byers  <davby@ida.liu.se>
 
 	* defvar.el (def-kom-var): Om variabeln redan �r definierad s�
diff --git a/src/distribution-README b/src/distribution-README
index e3d495d99fb23a8fde62c8b5a100fc44a41145bd..179ccaeea181a266897a9d18bdc124c769a1bb3d 100644
--- a/src/distribution-README
+++ b/src/distribution-README
@@ -60,7 +60,7 @@
     versions of Gnus will not work.
 
     The version that is bundled with recent versions of XEmacs, with
-    Gnu Emacs 20.1, with recent versions of Gnus and w3 is the one you 
+    Gnu Emacs 20, with recent versions of Gnus and w3 is the one you 
     need. 
 
     Custom is not longer distributed as a separate package, but it may
@@ -151,12 +151,16 @@
         lyskom-clientversion.
 
     o   The symptoms of the bug. Please be as detailed as possible.
-        Please do not try to make conclusions. Just the facts ma'am.
+        Please do not try to make conclusions. Just give us the facts.
 
     o   How you triggered the bug. If you know how to reproduce it,
         please tell us. We're pretty good at fixing bugs we can
         reproduce.
 
+    o   How you started Emacs, what variables you have changed and
+        which packages you have loaded. If possible, try to  reproduce
+        the bug with Emacs started with the -q command line switch.
+
     The command kom-bug-report may come in handy. It gives us a lot of 
     information that you might not think of (such as what the internal 
     data structures look like.)