source: git/ChangeLog @ a2d293b

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

Backport change from 1.2.0:
src/aventreectrl.cc,src/gfxcore.cc: Don't use deprecated members or
methods of wxKeyEvent.

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[a2d293b]1Tue Sep 20 07:19:46 GMT 2011  Olly Betts <olly@survex.com>
2
3        * Backport change from 1.2.0:
4        * src/aventreectrl.cc,src/gfxcore.cc: Don't use deprecated members or
5          methods of wxKeyEvent.
6
[d12294e]7Tue Sep 20 07:11:37 GMT 2011  Olly Betts <olly@survex.com>
8
9        * Backport change from 1.2.0:
10        * tests/: Most tests weren't actually running and testcases (looks like
11          a sh portability issue).  Fixed, and fortunately all tests still
12          pass.
13        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
14
[e6305f3]15Tue Sep 20 06:59:39 GMT 2011  Olly Betts <olly@survex.com>
16
17        * Backport change from 1.2.0:
18        * doc/3dformat.htm: Sync from trunk.
19
[bbeacdb]20Tue Sep 20 06:56:46 GMT 2011  Olly Betts <olly@survex.com>
21
22        * src/printwin.c: Fix C++ comment.
23
[5d7d82d]24Tue Sep 20 06:52:01 GMT 2011  Olly Betts <olly@survex.com>
25
26        * Backport change from trunk:
27        * lib/map.png: Remove scan of map which isn't used and we probably
28          don't have rights to redistribute.
29
[7cc9658]30Tue Sep 20 06:48:01 GMT 2011  Olly Betts <olly@survex.com>
31
32        * Backport change from 1.2.0:
33        * src/cavern.c: Add --3d-version option to allow the user
34          to specify the version of the 3d format to output.  (ticket#21)
35
[02ac18d]36Tue Sep 20 06:44:32 GMT 2011  Olly Betts <olly@survex.com>
37
38        * Backport change from 1.2.1:
39        * src/img.c: Only define INT32_T if it isn't already defined (it will
40          be for 1.0.x).
41
[7cb7f91]42Tue Sep 20 06:36:54 GMT 2011  Olly Betts <olly@survex.com>
43
44        * Backport change from 1.2.0:
45        * configure.in,src/img.c,src/img.h: Sync latest versions of img.c and
46          img.h from trunk, and configure code to define GETC and PUTC macros.
47
[b8bf5bc]48Tue Sep 20 06:28:24 GMT 2011  Olly Betts <olly@survex.com>
49
50        * Backport change from 1.2.0:
51        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
52          EXTRA_DIST.
53
[8401f84]54Tue Sep 20 06:25:46 GMT 2011  Olly Betts <olly@survex.com>
55
56        * Backport changes from 1.2.1:
57        * make_release: Sync useful changes from trunk.
58
[dd7b08a]59Tue Sep 20 06:12:45 GMT 2011  Olly Betts <olly@survex.com>
60
61        * configure.in: Add AM_PROG_CC_C_O to fix warning.  This change is
62          already on trunk.
63
[ea08a83]64Tue Sep 20 06:10:47 GMT 2011  Olly Betts <olly@survex.com>
65
66        * Backport change from 1.2.1:
67        * src/avenprcore.h: Declare border as "struct border" rather than as a
68          typedef to avoid a -Wshadow warning.
69
[90dd91b]70Tue Sep 20 06:08:01 GMT 2011  Olly Betts <olly@survex.com>
71
72        * Backport changes from 1.2.0:
73        * buildmacosx.sh: Sync useful changes from 1.2.0.
74
[145ed2f]75Mon Jun 21 17:07:13 GMT 2010  Olly Betts <olly@survex.com>
76
77        * Backport change from 1.1.13:
78        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
79          i18n files for InnoSetup which we use.
80
[1f7e983]81Mon Jun 21 16:45:07 GMT 2010  Olly Betts <olly@survex.com>
82
83        * Backport change from 1.1.13:
84        * src/Makefile.am: Use wx-config's --rescomp option to get the command
85          and options needed to turn .rc files into object files.
86
[0333b3b]87Mon Jun 21 13:08:37 GMT 2010  Olly Betts <olly@survex.com>
88
89        * NEWS,configure.in,make_release: Update for 1.0.40.
90
[9bc0071]91Mon Jun 21 11:41:21 GMT 2010  Olly Betts <olly@survex.com>
92
93        * src/img.h: Fix (C) years.
94
[3856094]95Mon Jun 21 11:41:01 GMT 2010  Olly Betts <olly@survex.com>
96
97        * src/printwx.h: Trim trailing whitespace to better match 1.1.13.
98
[0b1d7d1]99Mon Jun 21 11:33:04 GMT 2010  Olly Betts <olly@survex.com>
100
101        * NEWS,src/export.cc: aven: Improve SVG output compatibility.  Put a
102          5mm border around exported SVG files to allow for station markers
103          and non-zero width lines.  Fix crash when exporting as SVG or Sketch
104          if labels or surface data was turned on.  Backports from 1.1.13.
105
[e7f613a]106Mon Jun 21 10:41:07 GMT 2010  Olly Betts <olly@survex.com>
107
108        * src/aven.cc: wxWidgets now has a Slovak i18n, so remove fallback
109          to Czech.
110
[6c9c7f0]111Mon Jun 21 10:34:15 GMT 2010  Olly Betts <olly@survex.com>
112
113        * NEWS,src/aven.cc: Make error dialog modal (backport from 1.1.13).
114
[1b71c05]115Mon Jun 21 10:14:38 GMT 2010  Olly Betts <olly@survex.com>
116
117        * src/: Update FSF address in (C) notices in source files.
118
[412c445]119Mon Jun 21 10:13:08 GMT 2010  Olly Betts <olly@survex.com>
120
121        * NEWS,src/message.c: Remove a signal handler once it has fired to
122          prevent endless (or seemingly endless) cascades of error dialogs.
123
[680e310]124Mon Jun 21 09:38:11 GMT 2010  Olly Betts <olly@survex.com>
125
126        * NEWS,src/message.c: Ignore LANG if it starts with a digit to avoid
127          problems with bogus value for LANG which AutoCAD installation seems
128          to set on MS Windows (backported from 1.1.13).
129
[9faed96]130Mon Jun 21 09:01:46 GMT 2010  Olly Betts <olly@survex.com>
131
132        * Makefile.am,NEWS,survex.iss.in: Backport Microsoft Windows installer
133          improvements from 1.1.13.
134
[b95ba56]135Mon Jun 21 08:32:08 GMT 2010  Olly Betts <olly@survex.com>
136
137        * Backport change from 1.1.13:
138        * NEWS,src/cad3d.c,src/export.cc: Fix export to SVG when a label
139          contains a '%' character.
140
[e53ec10]141Mon Jun 21 06:19:30 GMT 2010  Olly Betts <olly@survex.com>
142
143        * NEWS,buildmacosx.sh,configure.in,desc-aven.txt,doc/manual.sgml,
144          doc/survex.ent,lib/messages.txt,src/aven.cc,src/printwx.cc,
145          src/printwx.h: Say "wxWidgets" instead of "wxWindows" consistently.
146
[cf58e98]147Mon Jun 21 02:21:00 GMT 2010  Olly Betts <olly@survex.com>
148
149        * Backport changes from 1.1.13:
150        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
151          - just link to the FSF's page.
152        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
153          generating an HTML version of the ChangeLog - it's too low level to
154          be of interest to non-developers, and developers can look at the
155          source code.
156
[e7c04bc]157Thu Jun 17 17:09:21 GMT 2010  Olly Betts <olly@survex.com>
158
159        * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
160          changes from 1.1.13.
161
[3878cbc]162Thu Jun 17 16:25:40 GMT 2010  Olly Betts <olly@survex.com>
163
164        * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.
165
[e30c2a3]166Thu Jun 17 15:44:48 GMT 2010  Olly Betts <olly@survex.com>
167
168        * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6".
169
[5875f955]170Thu Jun 17 15:43:04 GMT 2010  Olly Betts <olly@survex.com>
171
172        * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are
173          deprecated in wx2.6 and removed in wx2.8 if you disable 2.6
174          compatibility.  Still needed in wx2.4 for wxmsw so wrap them
175          in wx version checks.
176
[866a9a5]177Thu Jun 17 15:42:29 GMT 2010  Olly Betts <olly@survex.com>
178
179        * src/aventreectrl.cc: Fix to compile with wx >= 2.7.
180
[6a6cb97]181Thu Jun 17 15:36:50 GMT 2010  Olly Betts <olly@survex.com>
182
183        * src/img.c,src/img.h: Update to the version from 1.1.13 so that we
184          can read version 6 .3d files written by newer 1.1.x releases.
185        * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3
186          before writing out a .3d file for compatibility with older 1.0.x
187          releases.  We don't use any of the newer features, so there's no
188          benefit to using a newer format version.
189
[722886f]190Wed Jun 16 15:04:03 GMT 2010  Olly Betts <olly@survex.com>
191
192        * src/gfxcore.cc: Initialise m_MouseOutsideCompass and
193          m_MouseOutsideElev to avoid using them potentially uninitialised.
194
[94132ec]195Wed Jun 16 14:41:47 GMT 2010  Olly Betts <olly@survex.com>
196
197        * Backport change from branches/survex-1_1:
198        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
199
[ab920c2]200Wed Jun 16 14:14:11 GMT 2010  Olly Betts <olly@survex.com>
201
202        * configure.in: Backport change to add support for WX_CONFIG as a
203          preferred new replacement for WXCONFIG.  Add wx2.8 and remove
204          wx2.5 (development version) from the list of wx versions to
205          check.
206
Note: See TracBrowser for help on using the repository browser.