diff --git a/ANALYSES b/ANALYSES
index 3abec19fd..daaa12718 100644
--- a/ANALYSES
+++ b/ANALYSES
@@ -1 +1,24 @@
-This file will contain a list of implemented analyses.
+ANALYSES
+-----------------------------------------------------------------
+
+This file lists the analyses currently implemented into ngspice.
+
+AC : Small-signal frequency response analysis
+
+DC : DC-sweep analysis
+ + Added resistance sweep as in spice 2.
+ * Note: It is possible to perform a generic parametric sweep ?
+
+DISTO : Small signal distorsion analysis
+
+NOISE : Noise analysis
+
+OP : Operating point analysis
+
+PZ : Pole-Zero analysis
+
+SENS : Sensitivity analysis
+
+TF : Transfer function analysis
+
+TRAN : Transient analysis
diff --git a/ChangeLog b/ChangeLog
index b45bda33b..bbb5aca8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2003-08-24 Paolo Nenzi
+
+ * src/maths/sparse/, src/include/complex.h: Added a function
+ needed by CIDER in sparse library and started to isolate as
+ much as possible sparse code from spice, reverting some of
+ the work did in the previous releases. The idea is to design
+ an interface between spice and a generic matrix library.
+ In the future the current sparse code will be upgraded to
+ version 1.4 (http://sparse.sourceforge.net).
+
+ src/frontend/misccoms.c, doc/ngspice.texi: Modified "version"
+ command to include compilation information when called with
+ the new "-f" option.
+
+ src/frontend/(parse.c,define.c): Applied Stefan patches
+ that close a memory leak.
+
+ src/spicelib/parser/inpgmod.c: Patched Stuart INPgetNetTok
+ function to correct a parsing error emerged in pole-zero
+ analysis.
+
2003-08-14 Paolo Nenzi
* configure.in, src/main.c, src/misc/tilde.c, src/misc/tilde.h,