2014-02-11  Potapov Ilya  <elias.potapov@gmail.com>

	* src/trajectory.c (get_dynamics_1d): The iterative check of the
	slope amplitudes to support OS lag value.

2014-02-10  Potapov Ilya  <elias.potapov@gmail.com>

	* src/trajectory.c (get_dynamics_1d): Attractor approaching rate
	-- how fast you need to reach the attractor.

2014-02-06  Potapov Ilya  <elias.potapov@gmail.com>

	* src/trajectory.c (get_dynamics_1d): Define the descending rate
	before any slope comparisons. This will indicate the descending of
	the slope amplitudes. NOTE: negative values will show the
	ascending, which is checked in the OS regime.

	* src/read_ode.c (process_odefile): Minor bugs about NLANG value
	in the processing to .c file.

2014-02-04  Potapov Ilya  <elias.potapov@gmail.com>

	* src/read_ode.c (read_source): The new format for the langevin
	amendments: "lang x=0.1,y=0.4,z=1.3" .

2014-01-31  Potapov Ilya  <elias.potapov@gmail.com>

	* src/cross.c (crossing): The new way to allocate tisec in the
	function. It gets allocated from within the function and then gets
	returned. Additionally, the memory gets allocated by the big
	chunks, whose size is determined via the constant TISEC_CHUNK_SIZE
	[defined in the same file]. This avoids too many calls to the
	realloc function, which is advisable to avoid.

2014-01-30  Potapov Ilya  <elias.potapov@gmail.com>

	* src/integrator.c (analyze_traj): The new output extension. No
	more information of the cross level in the output file name. The
	output extension is ".do" = (d)inamica (o)utput. The cross level
	information is written in the file itself anyway.
	(analyze_traj): Single .do output for all cross levels (up to
	three). The output is just appended to the file.

2014-01-29  Potapov Ilya  <elias.potapov@gmail.com>

	* src/input_interpreter.c (main_interp): Minor bugs with memory
	allocation under the "Calculate" menu of the Main Menu.

2014-01-23  Potapov Ilya  <elias.potapov@gmail.com>

	* src/input_interpreter.c (rand_interp): Random menu receives the
	new command line treatment procedures. See read_command_line and
	read_next_command functions. Additionally, this menu receives the
	functionality to constrain the random throwing intervals for the
	specific variables set by the user.
	(graphics_interp): Free-ing symbuf variable under all *_interp
	function before every return statement withing those functions. Or
	as a partial solution, remove all return 0; statement under all
	else if conditionals in those menus and replace all of them with
	one single return 0; at the end of the functions. Except for the
	return 1000; statements indicating the exit from the menus.
	(rand_interp): Menu for specifying the constraints for the random
	throwing.

	* src/random.c (random_free): First, "freeing" function. For the
	Random stuff. It is invoked in the din_close() function closing
	the program.
	(random_init): New boundaries for the random throwing for each
	variable. Which variable is limited by the special constraints is
	determined in the logical array.

2014-01-21  Potapov Ilya  <elias.potapov@gmail.com>

	* Some declarations missing fixed. Plus, some minor mistypos in
	the code as well as some headers were undefined. New compiler, when
	moved to the new OS, has complained about all of this.
