File: ChangeLog

package info (click to toggle)
xtrkcad 20060529-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,200 kB
  • ctags: 7,866
  • sloc: ansic: 74,430; makefile: 1,127; sh: 298
file content (58 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
May 26th, 2006

	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		Visual Studio C++ 2005 Express is now supported under Windows

Mar 26th, 2006

	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c, fileio,c, draw.c If the application crashed the user can decide
		to resume work at the last state saved in a checkpoint file
		checkpoint files (ckp and ck1) are removed on normal exit

Mar 25th, 2006

	BUGFIX: Martin Fischer <m_fischer@users.sourceforge.net>
		misc2.c prevent warning in DoSetScaleDesc

Mar 02nd, 2006

	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		cturnout.c Improvements to the select turnout dialog, new turnout is drawn
		blue

Feb. 26th, 2006

	NEW FEATURE: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c, cselect.c, 'Select orphaned track' command added to set all 
		unconnected track pieces.

Feb, 22nd, 2006

	NEW FEATURE: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c, misc2.c, doption.c Scale and gauge are two independant seetings
		now.
	
	NEW FEATURE: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c, cselect.c Add new function 'Invert Selection' which inverts
		the selection state of all visible objects on the layout
	
	NEW FEATURE: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c Add new function 'Revert' to main menu, implemented in ChkRevert
		acclkeys.h Added Ctrl-r as accelerator for 'Revert'
	
	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		cselect.c Optimized performance for 'Select Connected' operation

	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		bllnhelp.c: removed inconsistencies in usage of 'track' and 'object'
		
	IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
		misc.c: moved 'Join' command to 'Change' menu
		
	BUGFIX: Martin Fischer <m_fischer@users.sourceforge.net>
		fileio.c Setting locale to portable 'C' before reading/writing parameters
		and trackplans to prevent problems with locales that use comma as decimal
		separator ( eg. Germany ) 

	BUGFIX: