#
# ChangeLog for src/Python/PythonScripting.cpp
#
# Generated by Trac 1.6
# May 23, 2025, 1:42:23 AM

Tue, 28 Jul 2015 14:03:59 GMT Frederik Heber <heber@…> [a963cf]
	* src/Python/PythonScripting.cpp (modified)

	executePythonScriptFile() calls executePythonScript() now.


Sun, 17 May 2015 12:00:52 GMT Frederik Heber <heber@…> [2cf12a]
	* src/Actions/CommandAction/LoadSessionAction.cpp (modified)
	* src/Python/PythonScripting.cpp (modified)
	* src/Python/PythonScripting.hpp (modified)
	* src/builder_init.cpp (modified)

	Split executePythonScript into file and string script option.

	- as ...


Tue, 29 Apr 2014 12:42:22 GMT Frederik Heber <heber@…> [57388c9]
	* src/Python/PythonScripting.cpp (modified)
	* tests/regression/Options/Session/testsuite-options-load-session-python.at (modified)
	* tests/regression/Options/Session/testsuite-options-store-session-python.at (modified)

	FIX: Test on skipping load/store session from python script was wrong ...


Thu, 19 Sep 2013 20:23:53 GMT Frederik Heber <heber@…> [7e3f11a]
	* src/Makefile.am (modified)
	* src/Python/Makefile.am (added)
	* src/Python/PythonScripting.cpp (added)
	* src/Python/PythonScripting.hpp (added)
	* src/Python/PythonScripting_impl.hpp (moved)
	* src/UIElements/Makefile.am (modified)
	* src/builder_init.cpp (modified)

	Moved PythonScripting into own folder and created convenience ...