2006-03-06 Lars Clausen * doc/en/dia.xml: * doc/pl/dia.xml: * config.h.win32: * configure.in: * NEWS: -pre4 * samples/TexChars.dia: Added sample of the escaped chars for TeX. * plug-ins/pstricks/render_pstricks.c (tex_escape_string): Changing escape of \, [, and ] to something that works. $ is fine. Fixes parts of 333193. 2006-03-05 Lars Clausen * plug-ins/xfig/xfig-import.c: Fixed locale issues with FIG import. * lib/orth_conn.c (orthconn_update_data): * app/diagram.c: Removing debug info. * app/object_ops.c (object_find_connectpoint_display): Don't magnet to parents. 2006-02-26 Hans Breuer * app/Makefile.am : define DIA_PYTHON_PATH in app/run_dia.sh * plug-ins/python/python.c : if set use it to find python-startup.py (bug #332599, Torben H. Nielsen) * app/app_procs.c : removed // from gtk_init() [shouldn't have commited my test code]. Really closes #332177, thanks Mateus César Gröess.