source: git/ChangeLog @ e7c04bc

RELEASE/1.0
Last change on this file since e7c04bc was e7c04bc, checked in by Olly Betts <olly@…>, 14 years ago

doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
changes from 1.1.13.

git-svn-id: file:///home/survex-svn/survex/branches/1.0@3449 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.8 KB
Line 
1Thu Jun 17 17:09:21 GMT 2010  Olly Betts <olly@survex.com>
2
3        * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
4          changes from 1.1.13.
5
6Thu Jun 17 16:25:40 GMT 2010  Olly Betts <olly@survex.com>
7
8        * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.
9
10Thu Jun 17 15:44:48 GMT 2010  Olly Betts <olly@survex.com>
11
12        * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6".
13
14Thu Jun 17 15:43:04 GMT 2010  Olly Betts <olly@survex.com>
15
16        * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are
17          deprecated in wx2.6 and removed in wx2.8 if you disable 2.6
18          compatibility.  Still needed in wx2.4 for wxmsw so wrap them
19          in wx version checks.
20
21Thu Jun 17 15:42:29 GMT 2010  Olly Betts <olly@survex.com>
22
23        * src/aventreectrl.cc: Fix to compile with wx >= 2.7.
24
25Thu Jun 17 15:36:50 GMT 2010  Olly Betts <olly@survex.com>
26
27        * src/img.c,src/img.h: Update to the version from 1.1.13 so that we
28          can read version 6 .3d files written by newer 1.1.x releases.
29        * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3
30          before writing out a .3d file for compatibility with older 1.0.x
31          releases.  We don't use any of the newer features, so there's no
32          benefit to using a newer format version.
33
34Wed Jun 16 15:04:03 GMT 2010  Olly Betts <olly@survex.com>
35
36        * src/gfxcore.cc: Initialise m_MouseOutsideCompass and
37          m_MouseOutsideElev to avoid using them potentially uninitialised.
38
39Wed Jun 16 14:41:47 GMT 2010  Olly Betts <olly@survex.com>
40
41        * Backport change from branches/survex-1_1:
42        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
43
44Wed Jun 16 14:14:11 GMT 2010  Olly Betts <olly@survex.com>
45
46        * configure.in: Backport change to add support for WX_CONFIG as a
47          preferred new replacement for WXCONFIG.  Add wx2.8 and remove
48          wx2.5 (development version) from the list of wx versions to
49          check.
50
Note: See TracBrowser for help on using the repository browser.