source: git/ChangeLog @ d2da9b8

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

Backport changes from 1.2.0:
src/wx.h: Add GPL boilerplate to files which were missing it.
src/gdtconvert: Add GPL license boilerplate.
src/gdtconvert: Add "Generated" comment to output file.

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

  • Property mode set to 100644
File size: 12.3 KB
RevLine 
[d2da9b8]1Tue Sep 20 12:32:47 GMT 2011  Olly Betts <olly@survex.com>
2
3        * Backport changes from 1.2.0:
4        * src/wx.h: Add GPL boilerplate to files which were missing it.
5        * src/gdtconvert: Add GPL license boilerplate.
6        * src/gdtconvert: Add "Generated" comment to output file.
7
[cfda1be]8Tue Sep 20 12:27:41 GMT 2011  Olly Betts <olly@survex.com>
9
10        * xvfb-run: Remove script which is no longer used.
11
[0784240]12Tue Sep 20 12:18:26 GMT 2011  Olly Betts <olly@survex.com>
13
14        * Backport change from 1.2.0:
15        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
16          with a "Point" class.
17
[870439d]18Tue Sep 20 12:14:31 GMT 2011  Olly Betts <olly@survex.com>
19
20        * Backport change from 1.2.0:
21        * src/: Use GETC() and PUTC() everywhere.
22
[7797ada]23Tue Sep 20 12:07:25 GMT 2011  Olly Betts <olly@survex.com>
24
25        * Backport change from 1.2.0:
26        * src/export.cc: Explicit #include <time.h> for strftime().
27
[367ffd9]28Tue Sep 20 12:04:27 GMT 2011  Olly Betts <olly@survex.com>
29
30        * doc/TODO.htm: Partially sync with 1.2.0.
31
[9d044ac]32Tue Sep 20 12:00:43 GMT 2011  Olly Betts <olly@survex.com>
33
34        * Backport change from 1.2.0:
35        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
36
[58ce967]37Tue Sep 20 11:56:04 GMT 2011  Olly Betts <olly@survex.com>
38
39        * Backport changes from 1.2.0:
40        * src/diffpos.c: Handle files with duplicate labels in better - extend
41          generates duplicate labels when it breaks a loop.
42        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
43          fixed.
44
[bfc4c77]45Tue Sep 20 11:36:30 GMT 2011  Olly Betts <olly@survex.com>
46
47        * Backport changes from 1.2.0:
48        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
49          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
50          http://www.survex.com/ - the former is the canonical name and
51          www.survex.com just redirects.
52        * COPYING,lib/print.ini,src/riscos/armrot.s,tests/: Update FSF address.
53
[4f3c188]54Tue Sep 20 11:33:03 GMT 2011  Olly Betts <olly@survex.com>
55
56        * Backport change from 1.2.0:
57        * Makefile.am: Include all the available wxstd.mo files into the
58          Microsoft Windows installer, rather than trying to just include those
59          which we have translations for.  This avoids having to maintain a
60          list of which to include, and gives users translations of wxWidgets
61          messages even if they don't get Survex messages translated.
62
[e68ccb7]63Tue Sep 20 11:22:37 GMT 2011  Olly Betts <olly@survex.com>
64
65        * Backport changes from 1.2.0:
66        * survex.iss.in: Add comment noting that AppVerName isn't required by
67          newer InnoSetup.
68        * survex.iss.in: Use http://survex.com/ rather than
69          http://www.survex.com/ - the former is the canonical name and
70          www.survex.com just redirects.
71
[089bf7d]72Tue Sep 20 11:18:12 GMT 2011  Olly Betts <olly@survex.com>
73
74        * Backport changes from 1.2.0:
75        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
76          needed on Debian to build the Microsoft Windows installer.
77        * doc/HACKING.htm: Note Debian packages to install for docs.
78
[837ff43]79Tue Sep 20 11:09:30 GMT 2011  Olly Betts <olly@survex.com>
80
81        * Backport change from 1.2.0:
82        * doc/Makefile.am: Write generated man page to a temporary file, then
83          atomically rename, to avoid leaving an empty or partial man page
84          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
85          1.1.16).
86
[22f21232]87Tue Sep 20 10:48:35 GMT 2011  Olly Betts <olly@survex.com>
88
89        * src/cavern.c: Drop "non-fatal" from the report of how many errors
90          there were at the end of the run - it just confuses users - we won't
91          even get here if there's a fatal error!
92
[e75aec2]93Tue Sep 20 10:44:51 GMT 2011  Olly Betts <olly@survex.com>
94
95        * Backport changes from 1.2.0:
96        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
97          transliterate to '...' for charsets which don't have it.  0x2192
98          (&rarr;): Transliterate to '->' for charsets which don't have it.
99          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
100        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
101          of '...'.
102        * lib/named-entities.txt: Add hellip and rarr.
103        * lib/messages.txt: Sync common messages with 1.2.0.
104
[54404774]105Tue Sep 20 08:20:36 GMT 2011  Olly Betts <olly@survex.com>
106
107        * lib/messages.txt,src/cavern.c: Fix up backport for new cavern -v
108          option by backporting the message it needs too.
109
[c71559e]110Tue Sep 20 08:15:04 GMT 2011  Olly Betts <olly@survex.com>
111
112        * Backport change from 1.2.0:
113        * configure.in,doc/Makefile.am,doc/survex.1.in,doc/survex.7.in:
114          Move survex man page to section 7 (since it isn't documenting an
115          actual command).
116
[bbc83be]117Tue Sep 20 08:04:52 GMT 2011  Olly Betts <olly@survex.com>
118
119        * Backport change from 1.2.0:
120        * src/printwx.cc: When using a standard wxID_xxx id with
121          wxButton, use the implicit default label, as the wx documentation
122          recommends.
123
[73c15d2]124Tue Sep 20 07:59:41 GMT 2011  Olly Betts <olly@survex.com>
125
126        * Backport change from 1.2.0:
127        * src/mainfrm.cc: Fix potential reading off end of string - fix from
128          Stuart Bennett.
129
[da83c18]130Tue Sep 20 07:56:18 GMT 2011  Olly Betts <olly@survex.com>
131
132        * Backport change from 1.2.0:
133        * configure.in,survex.spec.in: Default to installing docs into
134          /usr/share/doc/survex rather than /usr/doc/survex.
135
[e621597]136Tue Sep 20 07:46:15 GMT 2011  Olly Betts <olly@survex.com>
137
138        * Backport change from 1.2.0:
139        * src/aven.cc: Comment improvements.
140
[e1d6f8b]141Tue Sep 20 07:41:25 GMT 2011  Olly Betts <olly@survex.com>
142
143        * Backport changes from 1.2.0:
144        * src/printwx.cc: Use stock wx button IDs wxID_PRINT and
145          wxID_PREVIEW where appropriate.
146        * src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock IDs.
147
[a2d293b]148Tue Sep 20 07:19:46 GMT 2011  Olly Betts <olly@survex.com>
149
150        * Backport change from 1.2.0:
151        * src/aventreectrl.cc,src/gfxcore.cc: Don't use deprecated members or
152          methods of wxKeyEvent.
153
[d12294e]154Tue Sep 20 07:11:37 GMT 2011  Olly Betts <olly@survex.com>
155
156        * Backport change from 1.2.0:
157        * tests/: Most tests weren't actually running and testcases (looks like
158          a sh portability issue).  Fixed, and fortunately all tests still
159          pass.
160        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
161
[e6305f3]162Tue Sep 20 06:59:39 GMT 2011  Olly Betts <olly@survex.com>
163
164        * Backport change from 1.2.0:
165        * doc/3dformat.htm: Sync from trunk.
166
[bbeacdb]167Tue Sep 20 06:56:46 GMT 2011  Olly Betts <olly@survex.com>
168
169        * src/printwin.c: Fix C++ comment.
170
[5d7d82d]171Tue Sep 20 06:52:01 GMT 2011  Olly Betts <olly@survex.com>
172
173        * Backport change from trunk:
174        * lib/map.png: Remove scan of map which isn't used and we probably
175          don't have rights to redistribute.
176
[7cc9658]177Tue Sep 20 06:48:01 GMT 2011  Olly Betts <olly@survex.com>
178
179        * Backport change from 1.2.0:
180        * src/cavern.c: Add --3d-version option to allow the user
181          to specify the version of the 3d format to output.  (ticket#21)
182
[02ac18d]183Tue Sep 20 06:44:32 GMT 2011  Olly Betts <olly@survex.com>
184
185        * Backport change from 1.2.1:
186        * src/img.c: Only define INT32_T if it isn't already defined (it will
187          be for 1.0.x).
188
[7cb7f91]189Tue Sep 20 06:36:54 GMT 2011  Olly Betts <olly@survex.com>
190
191        * Backport change from 1.2.0:
192        * configure.in,src/img.c,src/img.h: Sync latest versions of img.c and
193          img.h from trunk, and configure code to define GETC and PUTC macros.
194
[b8bf5bc]195Tue Sep 20 06:28:24 GMT 2011  Olly Betts <olly@survex.com>
196
197        * Backport change from 1.2.0:
198        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
199          EXTRA_DIST.
200
[8401f84]201Tue Sep 20 06:25:46 GMT 2011  Olly Betts <olly@survex.com>
202
203        * Backport changes from 1.2.1:
204        * make_release: Sync useful changes from trunk.
205
[dd7b08a]206Tue Sep 20 06:12:45 GMT 2011  Olly Betts <olly@survex.com>
207
208        * configure.in: Add AM_PROG_CC_C_O to fix warning.  This change is
209          already on trunk.
210
[ea08a83]211Tue Sep 20 06:10:47 GMT 2011  Olly Betts <olly@survex.com>
212
213        * Backport change from 1.2.1:
214        * src/avenprcore.h: Declare border as "struct border" rather than as a
215          typedef to avoid a -Wshadow warning.
216
[90dd91b]217Tue Sep 20 06:08:01 GMT 2011  Olly Betts <olly@survex.com>
218
219        * Backport changes from 1.2.0:
220        * buildmacosx.sh: Sync useful changes from 1.2.0.
221
[145ed2f]222Mon Jun 21 17:07:13 GMT 2010  Olly Betts <olly@survex.com>
223
224        * Backport change from 1.1.13:
225        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
226          i18n files for InnoSetup which we use.
227
[1f7e983]228Mon Jun 21 16:45:07 GMT 2010  Olly Betts <olly@survex.com>
229
230        * Backport change from 1.1.13:
231        * src/Makefile.am: Use wx-config's --rescomp option to get the command
232          and options needed to turn .rc files into object files.
233
[0333b3b]234Mon Jun 21 13:08:37 GMT 2010  Olly Betts <olly@survex.com>
235
236        * NEWS,configure.in,make_release: Update for 1.0.40.
237
[9bc0071]238Mon Jun 21 11:41:21 GMT 2010  Olly Betts <olly@survex.com>
239
240        * src/img.h: Fix (C) years.
241
[3856094]242Mon Jun 21 11:41:01 GMT 2010  Olly Betts <olly@survex.com>
243
244        * src/printwx.h: Trim trailing whitespace to better match 1.1.13.
245
[0b1d7d1]246Mon Jun 21 11:33:04 GMT 2010  Olly Betts <olly@survex.com>
247
248        * NEWS,src/export.cc: aven: Improve SVG output compatibility.  Put a
249          5mm border around exported SVG files to allow for station markers
250          and non-zero width lines.  Fix crash when exporting as SVG or Sketch
251          if labels or surface data was turned on.  Backports from 1.1.13.
252
[e7f613a]253Mon Jun 21 10:41:07 GMT 2010  Olly Betts <olly@survex.com>
254
255        * src/aven.cc: wxWidgets now has a Slovak i18n, so remove fallback
256          to Czech.
257
[6c9c7f0]258Mon Jun 21 10:34:15 GMT 2010  Olly Betts <olly@survex.com>
259
260        * NEWS,src/aven.cc: Make error dialog modal (backport from 1.1.13).
261
[1b71c05]262Mon Jun 21 10:14:38 GMT 2010  Olly Betts <olly@survex.com>
263
264        * src/: Update FSF address in (C) notices in source files.
265
[412c445]266Mon Jun 21 10:13:08 GMT 2010  Olly Betts <olly@survex.com>
267
268        * NEWS,src/message.c: Remove a signal handler once it has fired to
269          prevent endless (or seemingly endless) cascades of error dialogs.
270
[680e310]271Mon Jun 21 09:38:11 GMT 2010  Olly Betts <olly@survex.com>
272
273        * NEWS,src/message.c: Ignore LANG if it starts with a digit to avoid
274          problems with bogus value for LANG which AutoCAD installation seems
275          to set on MS Windows (backported from 1.1.13).
276
[9faed96]277Mon Jun 21 09:01:46 GMT 2010  Olly Betts <olly@survex.com>
278
279        * Makefile.am,NEWS,survex.iss.in: Backport Microsoft Windows installer
280          improvements from 1.1.13.
281
[b95ba56]282Mon Jun 21 08:32:08 GMT 2010  Olly Betts <olly@survex.com>
283
284        * Backport change from 1.1.13:
285        * NEWS,src/cad3d.c,src/export.cc: Fix export to SVG when a label
286          contains a '%' character.
287
[e53ec10]288Mon Jun 21 06:19:30 GMT 2010  Olly Betts <olly@survex.com>
289
290        * NEWS,buildmacosx.sh,configure.in,desc-aven.txt,doc/manual.sgml,
291          doc/survex.ent,lib/messages.txt,src/aven.cc,src/printwx.cc,
292          src/printwx.h: Say "wxWidgets" instead of "wxWindows" consistently.
293
[cf58e98]294Mon Jun 21 02:21:00 GMT 2010  Olly Betts <olly@survex.com>
295
296        * Backport changes from 1.1.13:
297        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
298          - just link to the FSF's page.
299        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
300          generating an HTML version of the ChangeLog - it's too low level to
301          be of interest to non-developers, and developers can look at the
302          source code.
303
[e7c04bc]304Thu Jun 17 17:09:21 GMT 2010  Olly Betts <olly@survex.com>
305
306        * doc/3dformat.htm,doc/HACKING.htm,doc/manual.sgml: Sync relevant
307          changes from 1.1.13.
308
[3878cbc]309Thu Jun 17 16:25:40 GMT 2010  Olly Betts <olly@survex.com>
310
311        * src/mainfrm.cc,src/wx.h: Fix to compile with wx2.8.
312
[e30c2a3]313Thu Jun 17 15:44:48 GMT 2010  Olly Betts <olly@survex.com>
314
315        * src/aboutdlg.cc: Fix typo in recent change to report "GTK+ >= 2.6".
316
[5875f955]317Thu Jun 17 15:43:04 GMT 2010  Olly Betts <olly@survex.com>
318
319        * src/gfxcore.cc: wxDC::BeginDrawing() and wxDC::EndDrawing() are
320          deprecated in wx2.6 and removed in wx2.8 if you disable 2.6
321          compatibility.  Still needed in wx2.4 for wxmsw so wrap them
322          in wx version checks.
323
[866a9a5]324Thu Jun 17 15:42:29 GMT 2010  Olly Betts <olly@survex.com>
325
326        * src/aventreectrl.cc: Fix to compile with wx >= 2.7.
327
[6a6cb97]328Thu Jun 17 15:36:50 GMT 2010  Olly Betts <olly@survex.com>
329
330        * src/img.c,src/img.h: Update to the version from 1.1.13 so that we
331          can read version 6 .3d files written by newer 1.1.x releases.
332        * src/dump3d.c,src/extend.c,src/netskel.c: Set img_output_version to 3
333          before writing out a .3d file for compatibility with older 1.0.x
334          releases.  We don't use any of the newer features, so there's no
335          benefit to using a newer format version.
336
[722886f]337Wed Jun 16 15:04:03 GMT 2010  Olly Betts <olly@survex.com>
338
339        * src/gfxcore.cc: Initialise m_MouseOutsideCompass and
340          m_MouseOutsideElev to avoid using them potentially uninitialised.
341
[94132ec]342Wed Jun 16 14:41:47 GMT 2010  Olly Betts <olly@survex.com>
343
344        * Backport change from branches/survex-1_1:
345        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
346
[ab920c2]347Wed Jun 16 14:14:11 GMT 2010  Olly Betts <olly@survex.com>
348
349        * configure.in: Backport change to add support for WX_CONFIG as a
350          preferred new replacement for WXCONFIG.  Add wx2.8 and remove
351          wx2.5 (development version) from the list of wx versions to
352          check.
353
Note: See TracBrowser for help on using the repository browser.