2007-02-05  Lars Clausen  <lars@raeder.dk>

	* NEWS: 
	* RELEASE-PROCESS: 
	* config.h.win32: 
	* doc/en/dia.xml: 
	* doc/pl/dia.xml: 
	* doc/eu/dia.xml:
	* configure.in: Pre4

	* plug-ins/vdx/vdx-export.c: Patch for crash.

2007-02-03  Lars Clausen  <lars@raeder.dk>

	* lib/dialibartrenderer.c (get_text_width): 
	* lib/diagdkrenderer.c (get_text_width): 
	* lib/text.c: Use g_utf8_strlen where character, not bytes are the
	goal.  Also remove utterly the unnecessary optimization of keeping
	strlen around for each and every line.

	* lib/text.[ch]: Remove clearly unneeded array of strlen.  Easier
	to just call strlen when needed.

	* objects/GRAFCET/action_text_draw.c (action_text_draw): Change
	offending direct use of text->strlen.

	* plug-ins/vdx/vdx.c
	* plug-ins/vdx/vdx-common.c
	* plug-ins/vdx/vdx-export.c
	* plug-ins/vdx/vdx.h
	* plug-ins/vdx/vdx-import.c
	* plug-ins/vdx/vdx-xml.c
	* plug-ins/vdx/visio-types.h: Upgrade to version 0.9 of VDX
	plug-in. 


2007-01-28  Hans Breuer  <hans@breuer.org>

	* app/recent_files.c : don't treat underscores in filenames as 
	accelerators, see bug #340352
	* app/menus.c : again register a translation function for 
	menus/actions. This fixes the code part of bug #400616
	Every translation needs to be updated to translate 'verbs'
	instead of complete menu pathes
	
2007-01-25  Lars Clausen  <lars@raeder.dk>

	* plug-ins/metapost/render_metapost.c (draw_text_line): First stab
	at text_line for metapost.  Needs width adjustment.

	* app/diagram.c (diagram_get_name): Don't emulate
	g_path_get_basename buggily, just use it.  Fixes bug #399535.

	* lib/dia_svg.c (dia_svg_parse_path): Patch from
	robert.young@dsto.defence.gov.au solves infinite loop in loading
	shapes. 

2007-01-25  Steffen Macke <sdteffen@gmail.com>

	* installer/win32/dia.nsi: Added some more *.po files to the installer;
	include dia-win-remote.exe
	
2007-01-23  Steffen Macke <sdteffen@gmail.com>

	* installer/win32/dia.nsi: Added BPMN sheet and shapes to installer