source: git/ChangeLog @ e4b87e5

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since e4b87e5 was e4b87e5, checked in by Olly Betts <olly@…>, 9 years ago

lib/INSTALL.OSX,src/mainfrm.cc: On OS X, hide the status bar and tool
bar in full screen mode, as wx doesn't currently do this for us.

  • Property mode set to 100644
File size: 187.6 KB
RevLine 
[e4b87e5]1Mon Jan 26 10:50:00 GMT 2015  Olly Betts <olly@survex.com>
2
3        * lib/INSTALL.OSX,src/mainfrm.cc: On OS X, hide the status bar and tool
4          bar in full screen mode, as wx doesn't currently do this for us.
5
[9e44985]6Mon Jan 26 08:44:17 GMT 2015  Olly Betts <olly@survex.com>
7
8        * buildmacosx.sh: Use mkdir -p.
9
[3c65a9f]10Mon Jan 26 08:33:14 GMT 2015  Olly Betts <olly@survex.com>
11
12        * src/mainfrm.cc: Reduce flicker when mouse is moved to the top of the
13          screen in full screen mode and the menu bar reappears.
14
[b8271f8f]15Mon Jan 26 08:31:17 GMT 2015  Olly Betts <olly@survex.com>
16
17        * buildmacosx.sh,lib/INSTALL.OSX,lib/icons/Makefile.am: Add a custom
18          icon for the Mac OS X application bundle.
19
[18ff765]20Mon Jan 26 04:55:39 GMT 2015  Olly Betts <olly@survex.com>
21
22        * src/export.cc,src/export.h,src/printwx.cc: For export formats where
23          scaling is supporting, aven now actually uses the scale specified in
24          the export dialog (previously it ignored this and used 1:500).
25
[1fce809]26Sat Jan 24 22:32:31 GMT 2015  Olly Betts <olly@survex.com>
27
28        * buildmacosx.sh: Disable use of liblzma when building wxWidgets for
29          OS X, as this prevents the build from working on OS X 10.6.8.
30
[ff1601e]31Sat Jan 24 13:01:22 GMT 2015  Olly Betts <olly@survex.com>
32
33        * src/gfxcore.cc,src/gfxcore.h: Factor out MAX_FRAMERATE.
34
[6987d2a]35Sat Jan 24 11:28:58 GMT 2015  Olly Betts <olly@survex.com>
36
37        * src/gfxcore.cc: Fix presentation playback to work after the animation
38          changes.
39
[c3b20c5]40Sat Jan 24 07:32:29 GMT 2015  Olly Betts <olly@survex.com>
41
42        * src/: Merge OnStepOnceAnticlockwiseUpdate() and
43          OnStepOnceClockwiseUpdate().
44
[637a7dc]45Sat Jan 24 06:50:19 GMT 2015  Olly Betts <olly@survex.com>
46
47        * src/guicontrol.cc: Disable stepping the rotation angle if animating,
48          not just if rotating.
49
[5455bb2]50Sat Jan 24 06:22:04 GMT 2015  Olly Betts <olly@survex.com>
51
52        * src/gfxcore.cc,src/gfxcore.h: Reimplement animation so that it's
53          based on angular change per unit of elapsed time, rather than
54          averaging the time take for the last two scene redraws.  This gives
55          a more even animation in the face of variable load and scene redraw
56          time, and should be more consistent between platforms.
57        * src/gfxcore.cc: Switch to a point of the compass during auto-rotation
58          now jumps straight there rather than the two animations fighting.
59        * src/gfxcore.cc: Reduce the maximum auto-rotation speed, as the
60          previous limit was uselessly fast.
61
[5a7597a]62Sat Jan 24 04:49:33 GMT 2015  Olly Betts <olly@survex.com>
63
64        * src/gfxcore.cc: Wrap the rotation angle to the range [0,360)
65          properly, rather than only if it's off by at most 360 either way.
66
[4dcf45a]67Fri Jan 23 10:54:40 GMT 2015  Olly Betts <olly@survex.com>
68
69        * buildmacosx.sh: Download wx from SF via redirecting link.  Thanks to
70          David A. Riggs.
71
[9fe71e7f]72Fri Jan 23 05:21:13 GMT 2015  Olly Betts <olly@survex.com>
73
74        * src/gfxcore.cc: Fix comment typo.
75
[fc4d068]76Wed Jan 21 11:25:12 GMT 2015  Olly Betts <olly@survex.com>
77
78        * buildmacosx.sh: The pathname of the mount point for the disk image
79          may a space.
80
[60adbce]81Wed Jan 21 10:48:00 GMT 2015  Olly Betts <olly@survex.com>
82
83        * lib/INSTALL.OSX,src/gfxcore.cc: On OS X, make custom cursors black
84          with a white outline to match the standard OS X cursor.
85
[01c0052]86Wed Jan 21 10:18:50 GMT 2015  Olly Betts <olly@survex.com>
87
88        * lib/INSTALL.OSX: Update status.
89
[fb880024]90Wed Jan 21 10:15:02 GMT 2015  Olly Betts <olly@survex.com>
91
92        * buildmacosx.sh: Build a static version of PROJ and use it.  Get wx
93          tarball from a sourceforge mirror as the wx ftp site has a
94          permissions problem.  Build wx with --disable-webview to avoid a
95          compilation failure.  Use wx-config --cc and --cxx to get the
96          compilers to use for building everything else, as wx adds options
97          to them which otherwise cause linking errors.
98
[ce9cd1c1]99Wed Jan 21 09:41:10 GMT 2015  Olly Betts <olly@survex.com>
100
101        * src/aboutdlg.cc: Fix "Close" button in about dialog under OS X.
102
[ad05888]103Wed Jan 21 04:16:12 GMT 2015  Olly Betts <olly@survex.com>
104
105        * configure.ac,debian/copyright,doc/manual.sgml: Update copyright
106          years.
107
[a6064e2]108Wed Jan 21 04:13:45 GMT 2015  Olly Betts <olly@survex.com>
109
110        * NEWS: Update.
111
[d590ad8]112Tue Jan 20 20:36:02 GMT 2015  Olly Betts <olly@survex.com>
113
114        * lib/INSTALL.OSX: Update for current status.
115
[f930738]116Tue Jan 20 20:33:52 GMT 2015  Olly Betts <olly@survex.com>
117
118        * lib/INSTALL.OSX,src/mainfrm.cc: Make "About" menu item appear on OS
119          X.
120
[e583283]121Tue Jan 20 20:29:27 GMT 2015  Olly Betts <olly@survex.com>
122
123        * src/mainfrm.cc: Fix short-cut for Full Screen mode on OS X.
124
[dda0ca7]125Tue Jan 20 20:26:10 GMT 2015  Olly Betts <olly@survex.com>
126
127        * src/datain.c,src/netbits.c,src/netbits.h,tests/: If the same leg is
128          repeated consecutively, average the readings and treat as a single
129          leg.
130
[0c323ec]131Sun Nov 23 18:49:52 GMT 2014  Olly Betts <olly@survex.com>
132
133        * src/message.c: Avoid needless dropping of const qualifier via
134          strchr().
135
[95f0fb2]136Sat Nov 15 10:43:36 GMT 2014  Olly Betts <olly@survex.com>
137
138        * buildmacosx.sh: Default to building for x86_64, since modern Macs are
139          all 64 bit.
140
[58c70044]141Tue Nov 11 08:50:18 GMT 2014  Olly Betts <olly@survex.com>
142
143        * doc/manual.sgml: Remove $Id and $Date markers, as they don't get
144          expanded now we're using git.
145
[2b0cec5]146Tue Nov 11 08:36:09 GMT 2014  Olly Betts <olly@survex.com>
147
148        * tests/: Move the annotations for each test case out of cavern.tst and
149          into a comment in the first line of the .svx file which is the input
150          for the test.
151
[9cbe799]152Tue Nov 11 04:07:04 GMT 2014  Olly Betts <olly@survex.com>
153
154        * tests/.gitignore: Ignore files produced by automake test machinery.
155
[83718cd]156Tue Nov 11 04:05:16 GMT 2014  Olly Betts <olly@survex.com>
157
158        * tests/back2.pos,tests/back2.svx,tests/cavern.tst: Extend test of fore
159          and back sights to test calibration of the back compass.
160
[03d0e8b]161Fri Oct 17 00:55:04 GMT 2014  Olly Betts <olly@survex.com>
162
163        * NEWS: Bump release date.
164
[9fe9323]165Fri Oct 17 00:53:25 GMT 2014  Olly Betts <olly@survex.com>
166
167        * src/gettexttomsg.pl: Fix typo in generated code to suppress compiler
168          warnings, added since last release.
169
[56ac326]170Fri Oct 17 00:38:21 GMT 2014  Olly Betts <olly@survex.com>
171
172        * src/Makefile.am: Ship kml.h.
173
[9aa30e7]174Fri Oct 17 00:25:53 GMT 2014  Olly Betts <olly@survex.com>
175
176        * buildmacosx.sh: Update comment to note that wx3 is Unicode only.
177
[2f92df0]178Fri Oct 17 00:25:35 GMT 2014  Olly Betts <olly@survex.com>
179
180        * buildmacosx.sh: Update to use wxWidgets 3.0.2.
181
[6de11d3]182Thu Oct 16 23:59:43 GMT 2014  Olly Betts <olly@survex.com>
183
184        * lib/en_US.po: Translate new message.
185
[a720caa]186Thu Oct 16 23:57:46 GMT 2014  Olly Betts <olly@survex.com>
187
188        * lib/: Merge changes from survex.pot to *.po.
189
[5cd62af]190Thu Oct 16 23:56:51 GMT 2014  Olly Betts <olly@survex.com>
191
192        * lib/survex.pot: Update source file references.
193
[f153906]194Thu Oct 16 23:48:31 GMT 2014  Olly Betts <olly@survex.com>
195
196        * src/labelinfo.h,src/mainfrm.cc: Factor out code to show station name
197          or "anonymous station".
198
[3cfb265]199Thu Oct 16 23:47:50 GMT 2014  Olly Betts <olly@survex.com>
200
201        * lib/survex.pot: Fix TRANSLATORS comment punctuation to match source
202          code.
203
[ffee37e]204Thu Oct 16 23:47:08 GMT 2014  Olly Betts <olly@survex.com>
205
206        * src/extend.c,src/mainfrm.cc,src/sorterr.c: Fix message references
207          which I failed to update.
208
[f21d797]209Thu Oct 16 11:15:24 GMT 2014  Olly Betts <olly@survex.com>
210
211        * src/commands.c: Tweak code so one side of comparison is a constant.
212
[f480117]213Thu Oct 16 11:02:17 GMT 2014  Olly Betts <olly@survex.com>
214
215        * NEWS,configure.ac: Update for 1.2.16.
216
[381ae6e]217Thu Oct 16 10:03:48 GMT 2014  Olly Betts <olly@survex.com>
218
219        * lib/survex.pot,src/: Make measuring line work from anonymous
220          stations properly.  (Fixes #44)
221
[f6d1b6fd]222Wed Oct 15 10:21:42 GMT 2014  Olly Betts <olly@survex.com>
223
224        * src/mainfrm.h: Drop unnecessary forward declaration of class
225          LabelPlotCmp.
226
[f1d77c8]227Fri Sep 19 11:05:26 GMT 2014  Olly Betts <olly@survex.com>
228
229        * src/aboutdlg.cc,src/mainfrm.cc,src/printwx.cc: Calling Fit() on a
230          sizer is redundant where we also call SetSizeHints() on it.
231
[cd6ae62]232Sat Sep 13 20:59:34 GMT 2014  Olly Betts <olly@survex.com>
233
234        * lib/ca.po,lib/es.po: Apply translation updates from Adolfo Jayme via
235          launchpad.
236
[7bd113b]237Tue Sep 09 16:26:07 GMT 2014  Olly Betts <olly@survex.com>
238
239        * NEWS: Update.
240
[0040469d]241Tue Sep 09 16:13:00 GMT 2014  Olly Betts <olly@survex.com>
242
243        * src/datain.c: Tiny code simplification.
244
[643f7bc]245Sun Sep 07 14:16:40 GMT 2014  Olly Betts <olly@survex.com>
246
247        * survex.iss.in: More 'ru' to the list of official innosetup
248          translations.
249
[4006336]250Sat Sep 06 12:43:29 GMT 2014  Olly Betts <olly@survex.com>
251
252        * survex.iss.in: Include Greek and Polish translations for the
253          installer.
254
[8af119a]255Sun Aug 31 03:22:15 GMT 2014  Olly Betts <olly@survex.com>
256
257        * doc/manual.sgml: Update list of codes for supported translations in
258          the manual.
259
[0826eeb]260Sun Aug 31 02:12:50 GMT 2014  Olly Betts <olly@survex.com>
261
262        * src/message.c: Add handling for automatically selecting Greek and
263          Polish translations on Microsoft Windows.
264
[673a284]265Tue Aug 26 22:27:03 GMT 2014  Olly Betts <olly@survex.com>
266
267        * lib/Makefile.am,lib/el.po,lib/pl.po: Add the start of translations
268          to Greek and Polish.
269
[9aa10ad]270Sun Aug 24 12:49:31 GMT 2014  Olly Betts <olly@survex.com>
271
272        * NEWS: Update from ChangeLog.
273
[9733c65]274Sun Aug 24 06:13:10 GMT 2014  Olly Betts <olly@survex.com>
275
276        * tests/: Add expected outputs for tests of nosurvey data style.
277
[90cd6d6]278Sun Aug 24 06:06:54 GMT 2014  Olly Betts <olly@survex.com>
279
280        * tests/: Add expected outputs for tests of cartesian data style.
281
[b1147af]282Sat Aug 24 05:52:06 GMT 2014  Olly Betts <olly@survex.com>
283
284        * lib/ru.po: More updates.
285
[94e25ff]286Thu Aug 21 02:22:41 GMT 2014  Olly Betts <olly@survex.com>
287
288        * lib/ru.po: More updates.
289
[62e7e3c]290Thu Aug 21 01:49:09 GMT 2014  Olly Betts <olly@survex.com>
291
292        * lib/,src/cavern.c,tests/: Eliminate the "Done." message which cavern
293          outputs near the end - it doesn't really serve a useful purpose.
294
[ffe31e2]295Thu Aug 21 01:28:43 GMT 2014  Olly Betts <olly@survex.com>
296
297        * lib/merge-po: Add dropped messages with translations to
298          deadmessages.txt.
299
[0af9ff3]300Thu Aug 21 01:08:50 GMT 2014  Olly Betts <olly@survex.com>
301
302        * lib/: More translation updates.
303
[07e28a3]304Wed Aug 20 07:31:40 GMT 2014  Olly Betts <olly@survex.com>
305
306        * lib/: More translation updates.
307
[98cf5b5]308Wed Aug 20 05:28:20 GMT 2014  Olly Betts <olly@survex.com>
309
310        * lib/,src/datain.c,src/img_hosted.c,src/printwx.cc,tests/badinc.out,
311          tests/badinc2.out,tests/badinc3.out: Merge two very similar
312          messages.
313
[d5b33cb]314Wed Aug 20 01:50:07 GMT 2014  Olly Betts <olly@survex.com>
315
316        * lib/ru.po,lib/zh_CN.po: Fill in some translations from the wxWidgets
317          po files.
318
[63a9ebd]319Wed Aug 20 01:49:06 GMT 2014  Olly Betts <olly@survex.com>
320
321        * lib/id.po: Adapt an existing translation in obvious way.
322
[aa430ec]323Wed Aug 20 00:02:59 GMT 2014  Olly Betts <olly@survex.com>
324
325        * lib/: Merge changes from template.
326
[7f65016]327Tue Aug 19 23:51:15 GMT 2014  Olly Betts <olly@survex.com>
328
329        * lib/survex.pot: Update source references.
330
[1534ed9]331Tue Aug 19 12:21:49 GMT 2014  Olly Betts <olly@survex.com>
332
333        * lib/survex.pot,src/: Add KML export (stations only currently).
334
[304a9b1]335Tue Aug 19 11:24:46 GMT 2014  Olly Betts <olly@survex.com>
336
337        * src/export.cc: Take a const ref to the wxString for the label name
338          when exporting, to ensure the object is still valid when we call
339          mb_str() on it.
340
[5d36f97]341Tue Aug 19 08:26:11 GMT 2014  Olly Betts <olly@survex.com>
342
343        * src/commands.c: Fix compiler warnings caused by previous change.
344
[10af28e]345Sat Aug 17 01:36:50 GMT 2014  Olly Betts <olly@survex.com>
346
347        * doc/manual.sgml,src/commands.c,tests/cs.svx,tests/csbad.out: Add
348          support for "*cs JTSK" and "*cs JTSK03".
349
[46d70f6]350Thu Aug 14 23:39:27 GMT 2014  Olly Betts <olly@survex.com>
351
352        * src/guicontrol.cc: Fix to build against wxWidgets built with
353          assertions disabled.  Reported by Martin Sluka.
354
[bc6faa9]355Thu Aug 14 23:29:20 GMT 2014  Olly Betts <olly@survex.com>
356
357        * src/moviemaker.cc,src/moviemaker.h: Fix warnings from clang.
358          Reported by Martin Sluka.
359
[242cb07]360Thu Aug 14 23:28:01 GMT 2014  Olly Betts <olly@survex.com>
361
362        * src/: Rename methods which hide virtual methods in the parent class.
363          Reported by Martin Sluka.
364
[3508ddd]365Thu Aug 14 23:27:08 GMT 2014  Olly Betts <olly@survex.com>
366
367        * src/gfxcore.cc: Remove constants which are no longer used.  Reported
368          by Martin Sluka.
369
[845dff3]370Thu Aug 14 22:30:41 GMT 2014  Olly Betts <olly@survex.com>
371
372        * src/getopt.h,src/gettexttomsg.pl: Fix warnings when compiling with
373          clang.  Reported by Martin Sluka.
374
[cf686e0]375Thu Aug 14 22:29:25 GMT 2014  Olly Betts <olly@survex.com>
376
377        * src/log.cc,src/log.h: Fix log window under wxWidgets >= 2.9 to
378          include the system information before the first log message like it
379          does under wxWidgets 2.8.
380
[595ccc1]381Thu Aug 14 11:48:09 GMT 2014  Olly Betts <olly@survex.com>
382
383        * doc/TODO.htm: Update for *cs being added.
384
[44f51ca]385Thu Aug 14 11:03:58 GMT 2014  Olly Betts <olly@survex.com>
386
387        * NEWS,configure.ac: Update for 1.2.15.
388
[bd285e5a]389Thu Aug 14 10:34:58 GMT 2014  Olly Betts <olly@survex.com>
390
391        * doc/HACKING.htm,make_release: Update for building with latest Debian
392          packaged mingw cross compiler.
393
[5dc3775]394Mon Aug 04 10:34:19 GMT 2014  Olly Betts <olly@survex.com>
395
396        * src/img.h: Improve documentation for img_ERROR_INFO.
397
[ad4e7b08]398Sun Aug 03 09:54:39 GMT 2014  Olly Betts <olly@survex.com>
399
400        * survex.spec.in: Add run-time requirement on proj and proj-epsg for
401          survex package and on tk for svxedit package.
402
[a4cd4eea]403Fri Aug 01 19:42:00 GMT 2014  Olly Betts <olly@survex.com>
404
405        * doc/manual.sgml,src/commands.c,tests/: Add support for "*cs
406          osgb:<two letter code>".
407
[929e019]408Sun Jul 27 14:25:17 GMT 2014  Olly Betts <olly@survex.com>
409
410        * tests/cs.svx: Test that IJTSK and IJTSK03 are accepted as output
411          coordinate systems.
412
[5598e2c]413Sun Jul 27 12:17:47 GMT 2014  Olly Betts <olly@survex.com>
414
415        * doc/manual.sgml,src/commands.c,tests/: Add support for "*cs ijtsk"
416          and "*cs ijtsk03".
417
[ddd24f28]418Sun Jul 27 10:11:13 GMT 2014  Olly Betts <olly@survex.com>
419
420        * doc/manual.sgml,src/commands.c,tests/cs.svx: Add support for
421          "*cs eur79z30" and *cs with epsg and esri codes.
422
[cb0a137]423Sun Jul 27 09:47:55 GMT 2014  Olly Betts <olly@survex.com>
424
425        * src/commands.c: Make sure all proj strings have "+no_defs".
426
[7ed1380]427Sun Jul 27 09:46:53 GMT 2014  Olly Betts <olly@survex.com>
428
429        * src/commands.c: Fix incorrect codes in proj string for S-MERC (all
430          are set to zero, so this change has no actual effect).
431
[2076d59]432Sun Jul 27 07:09:41 GMT 2014  Olly Betts <olly@survex.com>
433
434        * doc/manual.sgml,src/commands.c,tests/cs.svx: Add support for for
435          "*cs s-merc".
436
[16734b2]437Sun Jul 27 06:27:50 GMT 2014  Olly Betts <olly@survex.com>
438
439        * doc/manual.sgml,src/commands.c,tests/cs.svx,tests/csbad.out: Add
440          support for "*cs long-lat".
441
[83478f5]442Sat Jul 26 07:06:50 GMT 2014  Olly Betts <olly@survex.com>
443
444        * src/mainfrm.cc: Call EnableFullScreenView() if built with wx >= 3.1.0
445          - this improves the full screen mode experience on OS X 10.7 and
446          later.
447
[b75a37d]448Sat Jul 26 02:01:23 GMT 2014  Olly Betts <olly@survex.com>
449
450        * src/: When in full screen mode, moving the mouse to the top of the
451          screen now makes the menu bar appear (and moving the mouse down again
452          makes it disappear).  This provides a non-shortcut way out of full
453          screen mode, as well as making it easier to perform other operations
454          while in full screen mode.
455
[30621f5]456Fri Jul 25 08:47:01 GMT 2014  Olly Betts <olly@survex.com>
457
458        * src/aven.cc: Don't persist full screen mode between runs - it's not a
459          standard behaviour of desktop programs, and it's too easy to go into
460          full screen mode from the menu and then not be able to get out again
461          because you don't know the required key shortcut.
462
[b5bc124]463Tue Jul 22 04:57:13 GMT 2014  Olly Betts <olly@survex.com>
464
465        * tests/Makefile.am: Ship some missing .out files and compare.tst.
466
[a5fee44]467Tue Jul 22 04:52:44 GMT 2014  Olly Betts <olly@survex.com>
468
469        * tests/inferplumbs.svx: Remove unused file containing the start of a
470          testcase for "*infer plumbs" - this isn't useful as we already test
471          this in cmd_infer.svx.
472
[a26c346]473Tue Jul 22 04:50:23 GMT 2014  Olly Betts <olly@survex.com>
474
475        * tests/: cavern.tst testcase back2 is now actually used.  Fix a bug
476          in this testcase, and extend it to cover a variant of the situation
477          reported as a bug in therion by Bill Gee to the therion list.
478
[22c8c00]479Fri Jul 11 21:58:11 GMT 2014  Olly Betts <olly@survex.com>
480
481        * doc/manual.sgml: Note what coordinate systems *cs currently actually
482          supports.
483
[935824f]484Sun Jul 06 12:14:04 GMT 2014  Olly Betts <olly@survex.com>
485
486        * doc/manual.sgml: Add missing "custom" to "*cs out" example.
487
[d6ccc5f]488Sat Jul 05 12:27:17 GMT 2014  Olly Betts <olly@survex.com>
489
490        * src/glbitmapfont.cc: Fix to build on mingw.
491
[8c87227]492Sat Jul 05 12:00:55 GMT 2014  Olly Betts <olly@survex.com>
493
494        * configure.ac,src/Makefile.am: Error out in configure is PROJ isn't
495          found, and sort out how we pass -lproj to the linker properly.
496
[17296509]497Sat Jul 05 11:21:39 GMT 2014  Olly Betts <olly@survex.com>
498
499        * src/commands.c: Fix '//' comment in C source.
500
[c0556bf]501Sat Jul 05 11:20:34 GMT 2014  Olly Betts <olly@survex.com>
502
503        * make_release: Report correct line number for a // comment in a C
504          source file.
505
[6a87cce]506Sat Jul 05 02:11:07 GMT 2014  Olly Betts <olly@survex.com>
507
508        * NEWS,configure.ac: Update for 1.2.14.
509
[2d4017f]510Fri Jul 04 12:57:12 GMT 2014  Olly Betts <olly@survex.com>
511
512        * lib/: Merge changes from pot to po files.
513
[5b107ee]514Fri Jul 04 12:52:58 GMT 2014  Olly Betts <olly@survex.com>
515
516        * lib/survex.pot,src/commands.c,tests/csbad.out: If proj fails to
517          handle a custom cs description, report pj_strerrno().
518
[29d1883f]519Fri Jul 04 12:41:40 GMT 2014  Olly Betts <olly@survex.com>
520
521        * lib/,src/commands.c: Fix typo in two recently added messages; drop
522          message which is no longer used.
523
[56db37f]524Fri Jul 04 12:33:33 GMT 2014  Olly Betts <olly@survex.com>
525
526        * lib/survex.pot,src/commands.c,tests/cavern.tst,tests/cs.svx,
527          tests/csbad.out: Issue an error is a station has already been fixed
528          when *cs is first used.
529
[dfc141d]530Fri Jul 04 11:18:33 GMT 2014  Olly Betts <olly@survex.com>
531
532        * lib/: Update translations.
533
[4bc666ba]534Fri Jul 04 10:53:34 GMT 2014  Olly Betts <olly@survex.com>
535
536        * tests/cavern.tst: Use "cmp -s" in another case to quietly compare
537          files.
538
[6ab583d]539Fri Jul 04 10:47:44 GMT 2014  Olly Betts <olly@survex.com>
540
541        * tests/cavern.tst: Shows a diff of expected to actual output, not
542          actual to expected, as the latter is confusing (at least to me).
543
[6727d64]544Fri Jul 04 10:37:27 GMT 2014  Olly Betts <olly@survex.com>
545
546        * lib/survex.pot,src/commands.c,tests/cavern.tst,
547          tests/omitfixaroundsolve.out,tests/omitfixaroundsolve.svx: In the
548          case of more than one *fix without coordinates, still actually fix
549          the second and subsequent ones, to avoid then triggering bogus errors
550          about unconnected surveys.
551
[31699b54]552Thu Jul 03 12:57:00 GMT 2014  Olly Betts <olly@survex.com>
553
554        * lib/survex.pot,src/commands.c,tests/cavern.tst,
555          tests/omitfixaroundsolve.out,tests/omitfixaroundsolve.svx: If there's
556          more than one *fix command with coordinates, the station name of the
557          previous one, plus the file and line number where it was.
558
[93e3492]559Thu Jul 03 12:12:05 GMT 2014  Olly Betts <olly@survex.com>
560
561        * src/: Add compile_error() and compiler_warning() variants which
562          take a filename and line number, or a prefix to get the filename
563          and line number from.
564
[79e4c67]565Thu Jul 03 06:39:45 GMT 2014  Olly Betts <olly@survex.com>
566
567        * lib/en_US.po: Update for new messages.
568
[11f3c9a]569Thu Jul 03 06:33:12 GMT 2014  Olly Betts <olly@survex.com>
570
571        * lib/: Merge changes for survex.pot.
572
[6ce6f88]573Thu Jul 03 06:31:49 GMT 2014  Olly Betts <olly@survex.com>
574
575        * lib/extract-msgs.pl: Handle TRANSLATORS comments spread over
576          multiple '//' comments.
577
[95cb877]578Thu Jul 03 06:30:35 GMT 2014  Olly Betts <olly@survex.com>
579
580        * lib/survex.pot: Update from sources.
581
[087c0ad]582Wed Jul 02 23:21:30 GMT 2014  Olly Betts <olly@survex.com>
583
584        * src/findentrances.cc: Add TRANSLATORS comment.
585
[1efeb6d]586Wed Jul 02 13:20:16 GMT 2014  Olly Betts <olly@survex.com>
587
588        * NEWS: Update.
589
[6d3938b]590Wed Jul 02 13:14:17 GMT 2014  Olly Betts <olly@survex.com>
591
592        * lib/survex.pot,src/: If the 3d file specifies a coordinate system,
593          then use it for exporting to formats which need to know (currently
594          GPX).  If the input file doesn't specify, allow the user to enter
595          one in the export dialog.
596
[84d5946]597Wed Jul 02 12:03:19 GMT 2014  Olly Betts <olly@survex.com>
598
599        * src/netskel.c: If there's an output coordinate system set, write it
600          to the 3d file.
601
[48a7381]602Wed Jul 02 09:32:39 GMT 2014  Olly Betts <olly@survex.com>
603
604        * src/dump3d.c: If there's a coordinate system specified, report it.
605
[17ec06d]606Wed Jul 02 09:31:48 GMT 2014  Olly Betts <olly@survex.com>
607
608        * doc/3dformat.htm: Update format doc to mention coordinate system.
609
[43d63e57]610Wed Jul 02 08:59:07 GMT 2014  Olly Betts <olly@survex.com>
611
612        * src/img.c,src/img.h: Add ability to store a proj string describing
613          the coordinate system in use in 3d v8 files.
614
[67a0fc6]615Tue Jul 01 12:15:37 GMT 2014  Olly Betts <olly@survex.com>
616
617        * NEWS: Update.
618
[ad5bd05]619Tue Jul 01 12:14:56 GMT 2014  Olly Betts <olly@survex.com>
620
621        * doc/manual.sgml: Expand documentation for *CS.
622
[216ada0]623Tue Jul 01 09:54:52 GMT 2014  Olly Betts <olly@survex.com>
624
625        * src/commands.c,tests/: Fix handling of *fix with no coordinates
626          followed by *solve and then another *fix with no coorindates not to
627          access freed memory.
628
[c5d108b]629Tue Jul 01 07:47:55 GMT 2014  Olly Betts <olly@survex.com>
630
631        * .gitignore: Update.
632
[3b066f6]633Sun Jun 29 13:28:19 GMT 2014  Olly Betts <olly@survex.com>
634
635        * src/netskel.c: If a coordinate system has been specified, don't
636          invent a fixed point if none exists like we do if the coordinate
637          system isn't specified.
638
[a4f1d96]639Sun Jun 29 10:29:58 GMT 2014  Olly Betts <olly@survex.com>
640
641        * lib/survex.pot,src/commands.c: Reject *fix without coordinates when a
642          coordinate system has been specified - defaulting to (0,0,0) in this
643          case doesn't make sense.
644
[c092d72]645Thu Jun 26 14:57:00 GMT 2014  Olly Betts <olly@survex.com>
646
647        * lib/survex.pot,src/,tests/: More work on *cs.
648
[ef3d3cc]649Tue Jun 24 12:01:32 GMT 2014  Olly Betts <olly@survex.com>
650
651        * src/commands.c: Check !p->next before comparing with p->next->meta.
652
[aa6536a]653Tue Jun 24 11:58:06 GMT 2014  Olly Betts <olly@survex.com>
654
655        * src/commands.c: Fix comment typo.
656
[e755560]657Sun Jun 22 07:37:26 GMT 2014  Olly Betts <olly@survex.com>
658
659        * src/commands.c: Fix warning in recently added code for "*cs".
660
[26e7fa4]661Sun Jun 22 07:36:50 GMT 2014  Olly Betts <olly@survex.com>
662
663        * NEWS,src/export.cc: Fix exporting of passage tubes in elevations and
664          extended elevations - previously up and down were getting drawn
665          across the page!
666
[ea59b58]667Sun Jun 15 11:39:15 GMT 2014  Olly Betts <olly@survex.com>
668
669        * NEWS: Update.
670
[a3f8737]671Sun Jun 15 11:33:25 GMT 2014  Olly Betts <olly@survex.com>
672
673        * doc/manual.sgml: Update stats about CUCC Austria data.
674
[acf82004]675Sun Jun 15 11:26:43 GMT 2014  Olly Betts <olly@survex.com>
676
677        * src/commands.c: Fix comment typo.
678
[dd6af8b]679Sun Jun 15 08:52:37 GMT 2014  Olly Betts <olly@survex.com>
680
681        * src/: Add ability to zoom to a rubber-banded box - use Shift+Left
682          mouse button drag.  Releasing the left mouse button after the drag is
683          started changes the box to be centred on the start point.
684
[abd0310]685Sat Jun 14 11:57:39 GMT 2014  Olly Betts <olly@survex.com>
686
687        * doc/manual.sgml,lib/survex.pot,src/commands.c: Add a *cs command to
688          set the coordinate system.  Currently only the parsing part is
689          implemented.
690
[4943ae8]691Thu Jun 12 14:23:00 GMT 2014  Olly Betts <olly@survex.com>
692
693        * src/gla-gl.cc: Support alpha in SetColour(gla_colour), since we use
694          that in some cases.
695
[5ed907b0]696Mon Jun 09 07:48:34 GMT 2014  Olly Betts <olly@survex.com>
697
698        * src/mainfrm.cc: Turn off live-update while dragging the sash - it
699          just looks clunky except on an ultra-fast machine.  Also, turn off
700          the 3D border for the splitter window (though it wasn't being shown
701          as such under wxGTK anyway).
702
[515b83e]703Sun Jun 08 14:44:17 GMT 2014  Olly Betts <olly@survex.com>
704
705        * NEWS: Update.
706
[0afefe6]707Sun Jun 08 12:13:43 GMT 2014  Olly Betts <olly@survex.com>
708
709        * src/gfxcore.cc: Fix the conditions on which "Cancel measuring line"
710          is enabled - previously it was hard to actually cancel it via the
711          menu.  Reported by Hugh St Lawrence.
712
[2c39b49]713Sat Jun 07 07:03:59 GMT 2014  Olly Betts <olly@survex.com>
714
715        * src/datain.c: Move comments next to the code that they relate to.
716
[e9ea53b]717Sat Jun 07 07:03:09 GMT 2014  Olly Betts <olly@survex.com>
718
719        * src/datain.c: Set pcs->infer for Compass DAT in terms of INFER_*
720          constants rather than to the literal 7.
721
[21df04b]722Sat Jun 07 06:55:55 GMT 2014  Olly Betts <olly@survex.com>
723
724        * src/datain.c: Remove superfluous call to skipblanks() before
725          get_token().
726
[f6bdb01]727Sat Jun 07 06:35:21 GMT 2014  Olly Betts <olly@survex.com>
728
729        * src/commands.c,src/commands.h: Refactor to provide new
730          get_token_no_blanks() function which is like get_token() but doesn't
731          skip blanks first.
732
[d1ce9bd]733Wed Jun 04 08:49:30 GMT 2014  Olly Betts <olly@survex.com>
734
735        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use col_WHITE to specify we
736          want to draw something in white.
737
[850fdc4]738Wed Jun 04 07:14:41 GMT 2014  Olly Betts <olly@survex.com>
739
740        * src/datain.c,tests/: Add support for 'L' flag (exclude from length)
741          in Compass .dat files - this handled in the same way as the
742          "DUPLICATE" flag in .svx files.
743
[93b5f24]744Mon Jun 02 12:21:43 GMT 2014  Olly Betts <olly@survex.com>
745
746        * doc/cad3d.sgml: Add link to "Related Tools" section of the Survex web
747          site in the section about SpeloGen.
748
[2c5ec88]749Mon Jun 02 12:18:30 GMT 2014  Olly Betts <olly@survex.com>
750
751        * NEWS: Update.
752
[2e8608e]753Mon Jun 02 12:08:39 GMT 2014  Olly Betts <olly@survex.com>
754
755        * Makefile.am: (Microsoft Windows version) Include dump3d in the
756          installer.
757
[e609835]758Sun Jun 01 11:45:36 GMT 2014  Olly Betts <olly@survex.com>
759
760        * src/mainfrm.h: Remove unused default parameter value from
761          MainFrm::LoadData().
762
[5f06d2c]763Sun Jun 01 11:35:56 GMT 2014  Olly Betts <olly@survex.com>
764
765        * src/mainfrm.cc,src/mainfrm.h: Pass wxString by const reference in a
766          couple of places where we weren't.
767
[feefc6a]768Sat May 31 00:47:36 GMT 2014  Olly Betts <olly@survex.com>
769
770        * src/gfxcore.cc: Re-wrap two comments.
771
[0fceb30]772Mon May 26 11:07:58 GMT 2014  Olly Betts <olly@survex.com>
773
774        * lib/: Translate "Plan" in languages where we already have a suitable
775          similar translation.
776
[c13d121f]777Sun May 25 10:42:53 GMT 2014  Olly Betts <olly@survex.com>
778
779        * lib/survex.pot,src/gfxcore.cc: Show special for views from
780          above and below in Aven, instead of always saying "Elevation".
781
[ce6e54f]782Wed May 21 07:19:52 GMT 2014  Olly Betts <olly@survex.com>
783
784        * lib/de.po,lib/de_CH.po: Abbreviate "Blickrichtung" so it doesn't
785          overfill the space available in the aven UI.
786
[5c676e2]787Tue May 20 02:03:08 GMT 2014  Olly Betts <olly@survex.com>
788
789        * NEWS: Update.
790
[665183c]791Tue May 20 01:59:27 GMT 2014  Olly Betts <olly@survex.com>
792
793        * NEWS: Correct "SURVEX_LANG" to "SURVEXLANG" in old NEWS entry.
794
[b0d0ff5]795Tue May 20 01:55:39 GMT 2014  Olly Betts <olly@survex.com>
796
797        * tests/smoke.tst: Add regression test for aven segfault when used on
798          a system set to use a language which aven doesn't support (this bug
799          was fixed some time ago, but we want to ensure it doesn't reappear).
800
[ebce30c]801Tue May 20 01:44:59 GMT 2014  Olly Betts <olly@survex.com>
802
803        * tests/smoke.tst: Check that --help and --version don't produce
804          output on stderr.
805
[d4885c3]806Mon May 19 21:43:08 GMT 2014  Olly Betts <olly@survex.com>
807
808        * src/printwx.cc: Fix cancel to work on print/export dialog, broken
809          by changes in 1.2.13.  (Reported by Brian Clipstone)
810
[7ada45b]811Sun May 18 12:03:05 GMT 2014  Olly Betts <olly@survex.com>
812
813        * configure.ac,src/glbitmapfont.cc,src/glbitmapfont.h: For platforms
814          which support mmap(), just mmap the extra font data, which on Linux
815          seems to typically be about twice as quick as loading it via fread()
816          or read().  For other platforms, use read() instead of fread(), since
817          that seems fractionally faster, and means more code in common with
818          the mmap case.
819
[87b0ab3f]820Sun May 18 07:01:23 GMT 2014  Olly Betts <olly@survex.com>
821
822        * src/glbitmapfont.cc: Fix signed/unsigned comparison warning.
823
[6e94014]824Sat May 17 06:36:29 GMT 2014  Olly Betts <olly@survex.com>
825
826        * src/glbitmapfont.cc,src/glbitmapfont.h: Use an array of offsets to
827          each character, rather than a array of pointers, since offsets can
828          be 32 bit which saves 256KB on 64 bit platforms.
829
[a49a023]830Thu May 15 06:20:07 GMT 2014  Olly Betts <olly@survex.com>
831
832        * src/gfxcore.cc: Fix wx assertion failures when showing hit test
833          debug view on platforms such as 64-bit Linux.
834
[9f5bcd3]835Thu May 15 04:45:23 GMT 2014  Olly Betts <olly@survex.com>
836
837        * tests/cavern.tst: Fix cavern.tst to run under valgrind during "make
838          distcheck".
839
[aad909c]840Thu May 15 03:00:27 GMT 2014  Olly Betts <olly@survex.com>
841
842        * tests/equatenosuchstn.out,tests/surveytypo.out: Update expected
843          output to match recent changes to messages.
844
[0d365be]845Thu May 15 02:28:19 GMT 2014  Olly Betts <olly@survex.com>
846
847        * NEWS,configure.ac: Update for 1.2.13.
848
[cee1249]849Wed May 14 04:02:58 GMT 2014  Olly Betts <olly@survex.com>
850
851        * lib/Bulgarian.isl,lib/Makefile.am,survex.iss.in: (Microsoft Windows
852          version) Include Bulgarian and Russian translations in the
853          installer.
854
[8ccd1d8]855Tue May 13 12:21:32 GMT 2014  Olly Betts <olly@survex.com>
856
857        * NEWS: Update from ChangeLog.
858
[4ed8154]859Tue May 13 12:13:21 GMT 2014  Olly Betts <olly@survex.com>
860
861        * src/: Fix aven --print to wait for printing to happen before exiting
862          (previously it would exit right after opening the print dialog, so
863          you couldn't actually print anything out).
864
[a338ef8]865Tue May 13 11:44:09 GMT 2014  Olly Betts <olly@survex.com>
866
867        * src/printwx.h: Fix test for libgnomeprint, and add test for GtkPrint.
868
[d96c95c]869Mon May 12 13:13:55 GMT 2014  Olly Betts <olly@survex.com>
870
871        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add "fat finger
872          mode", toggled by pressing F2, to allow investigating if increasing
873          the minimum pointer-station threshold helps Hugh's problems with
874          using aven on a touch screen device.
875
[acbb5b1]876Mon May 12 06:38:01 GMT 2014  Olly Betts <olly@survex.com>
877
878        * NEWS: Update from ChangeLog.
879
[09e4d5f]880Sun May 11 08:24:23 GMT 2014  Olly Betts <olly@survex.com>
881
882        * src/gfxcore.cc: Use wxString::Format() instead of sprintf().
883
[7171240]884Sun May 11 06:03:01 GMT 2014  Olly Betts <olly@survex.com>
885
886        * src/gfxcore.cc: Create the empty hit-test grid datastructure lazily,
887          to minimising start-up time.
888
[cb7ebb5]889Sun May 11 06:01:24 GMT 2014  Olly Betts <olly@survex.com>
890
891        * src/guicontrol.cc: Pressing F4 now allows the user to toggle
892          wxWidgets assertion messages off and back on.
893
[79b271b]894Sat May 10 23:22:37 GMT 2014  Olly Betts <olly@survex.com>
895
896        * make_release: Compile C files in mingw build with optimisation on.
897
[ec3d624]898Sat May 10 03:29:48 GMT 2014  Olly Betts <olly@survex.com>
899
900        * lib/,src/listpos.c: Change another "prefix" in a message to "survey
901          name".
902
[250ce94]903Sat May 10 02:58:26 GMT 2014  Olly Betts <olly@survex.com>
904
905        * tests/cavern.tst: Check number of errors returned by all testcases
906          expected to fail which give an error count.
907
[9ef8aa6]908Sat May 10 02:21:42 GMT 2014  Olly Betts <olly@survex.com>
909
910        * tests/cavern.tst: Fix tests to work when builddir != srcdir.
911
[1f95589]912Sat May 10 02:20:19 GMT 2014  Olly Betts <olly@survex.com>
913
914        * src/glbitmapfont.cc: Fix compiler warning from GCC.
915
[e88f0ea]916Sat May 10 00:08:15 GMT 2014  Olly Betts <olly@survex.com>
917
918        * tests/: Add regression test 'reenterlots' for the fix in e1a66da.
919
[7fbf46f]920Fri May 09 12:58:26 GMT 2014  Olly Betts <olly@survex.com>
921
922        * tests/doubleinc.out: Fix testsuite for change to message in last
923          commit but one.
924
[eb9a1e3]925Fri May 09 12:54:41 GMT 2014  Olly Betts <olly@survex.com>
926
927        * lib/: Merge changes from survex.pot to the po files.
928
[e1a66da]929Fri May 09 12:50:16 GMT 2014  Olly Betts <olly@survex.com>
930
931        * lib/survex.pot,src/commands.c: Say "survey" instead of "prefix level"
932          in the warning about reentering one.
933        * lib/survex.pot,src/commands.c: After 5 warnings about reentering a
934          survey we give up warning about that, but we used to keep reporting
935          where the survey was originally entered - this secondary diagnostic
936          message is now silenced when the main message is.
937
[15696f3]938Fri May 09 11:49:29 GMT 2014  Olly Betts <olly@survex.com>
939
940        * src/commands.c,tests/: For ages cavern has warned if you reentered
941          a survey, but this warning was suppressed if it occurred at the
942          same line of the same file as the survey was first entered, which can
943          only happen if you include the same survey file more than once, which
944          isn't a sensible thing to do for a file with actual survey data in
945          (you might reasonably do it to set up survey grade details or
946          something like that).  The warning is now given in this situation
947          too.
948
[560165d]949Fri May 09 11:42:43 GMT 2014  Olly Betts <olly@survex.com>
950
951        * tests/anonstn.out,tests/anonstn.pos,tests/anonstn.svx: Test that
952          "..." anon station works.
953
[50b99ea]954Fri May 09 09:42:11 GMT 2014  Olly Betts <olly@survex.com>
955
956        * src/message.c: Add handling for MS Windows LANG_RUSSIAN code.
957
[3ae0f959]958Fri May 09 09:41:23 GMT 2014  Olly Betts <olly@survex.com>
959
960        * lib/de.po,lib/de_CH.po: Attempt to update "Präfix" to
961          "Vermessungsnamen" in fuzzy messages.
962
[5e0b3a13]963Fri May 09 07:53:12 GMT 2014  Olly Betts <olly@survex.com>
964
965        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add "hit test debug"
966          mode, which shows the hit test grid and how many entries are in each
967          box (toggled by F3).
968
[395c3f8]969Fri May 09 07:50:15 GMT 2014  Olly Betts <olly@survex.com>
970
971        * src/gfxcore.cc: Increase the threshold for how close the pointer
972          needs to be to a station from 5 pixels to 7 to try to help
973          touchscreen users.  Reported by Hugh St Lawrence.
974
[0b0520c]975Fri May 09 07:46:12 GMT 2014  Olly Betts <olly@survex.com>
976
977        * src/gfxcore.cc: Divide evenly over the full number of hittest grid
978          boxes, rather than not really using the final box in each direction.
979
[de43be7]980Fri May 09 07:44:26 GMT 2014  Olly Betts <olly@survex.com>
981
982        * src/gfxcore.cc: Invalidate the hit-test grid when surface or
983          underground legs are toggled on or off.
984
[c38f23a]985Fri May 09 03:31:55 GMT 2014  Olly Betts <olly@survex.com>
986
987        * src/cad3d.c: Whitespace tweak.
988
[f54af4f]989Fri May 09 03:30:53 GMT 2014  Olly Betts <olly@survex.com>
990
991        * lib/merge-po: If a msgid has changed, use the old msgstr for that
992          msgno and automatically mark it as fuzzy.
993
[613028c]994Fri May 09 03:27:00 GMT 2014  Olly Betts <olly@survex.com>
995
996        * lib/,src/cavern.h,src/commands.c,tests/badbegin.out: Improve cavern
997          messages which talk about "tags" and/or "prefixes" in *begin and *end
998          commands to instead talk about "survey names".
999
[a665282]1000Fri May 09 00:30:14 GMT 2014  Olly Betts <olly@survex.com>
1001
1002        * lib/: Merge template changes into .po files.
1003
[736f7df]1004Fri May 09 00:15:46 GMT 2014  Olly Betts <olly@survex.com>
1005
1006        * lib/extract-msgs.pl,lib/survex.pot,src/: Insert "TRANSLATORS"
1007          comments into source code.
1008
[859d2937]1009Mon May 05 05:53:01 GMT 2014  Olly Betts <olly@survex.com>
1010
1011        * .gitignore,lib/Makefile.am,lib/ru.po: Add the start of a Russian
1012          translation, with messages take from therion.
1013
[482dae4]1014Mon May 05 00:01:19 GMT 2014  Olly Betts <olly@survex.com>
1015
1016        * lib/fr.po: Minor updates.
1017
[ad727d8]1018Mon Apr 14 04:22:03 GMT 2014  Olly Betts <olly@survex.com>
1019
1020        * NEWS,configure.ac: Update for 1.2.12.
1021
[725cd74d]1022Mon Apr 14 04:15:58 GMT 2014  Olly Betts <olly@survex.com>
1023
1024        * src/printwx.cc: Tidy up the appearance of the "compass" and
1025          "elevation on" arrow.
1026
[30f1caa]1027Mon Apr 14 04:15:07 GMT 2014  Olly Betts <olly@survex.com>
1028
1029        * src/printwx.cc: Move the numbers below the scale bar down a little
1030          so that they don't overlap the scale bar ticks.
1031
[55918ca]1032Mon Apr 14 04:03:05 GMT 2014  Olly Betts <olly@survex.com>
1033
1034        * src/printwx.cc: Set the clipping region after we draw the page
1035          border and info box to avoid clipping the border in print preview.
1036
[2bf75f3]1037Mon Apr 14 03:40:54 GMT 2014  Olly Betts <olly@survex.com>
1038
1039        * src/printwx.cc: Fix printing with wx3.0 - 0 width lines don't appear
1040          (before they would be as thin as possible) and we need to reset the
1041          brush after setting it to transparent to draw a non-filled ellipse.
1042
[5d96e5d]1043Mon Apr 14 00:58:47 GMT 2014  Olly Betts <olly@survex.com>
1044
1045        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Add "Keywords:"
1046          entry to .desktop files.
1047
[a960e37]1048Sat Mar 15 11:37:32 GMT 2014  Olly Betts <olly@survex.com>
1049
1050        * src/Makefile.am: Update findentrances comment.
1051
[46d12e9]1052Sat Mar 15 11:26:12 GMT 2014  Olly Betts <olly@survex.com>
1053
1054        * NEWS: Update.
1055
[96a7629]1056Sat Mar 15 11:23:54 GMT 2014  Olly Betts <olly@survex.com>
1057
1058        * survex.spec.in: Update dependencies to wxWidgets3 packages.
1059
[9d6ee09]1060Sat Mar 15 10:21:17 GMT 2014  Olly Betts <olly@survex.com>
1061
1062        * survex.spec.in: Add proj-devel to BuildRequires.
1063
[8c0bfb4]1064Thu Feb 27 23:15:19 GMT 2014  Olly Betts <olly@survex.com>
1065
1066        * configure.ac: Enable large file support, mostly to support filing
1067          systems which return 64 bit inode values, such as CIFS mounts.
1068
[8364c65f]1069Mon Feb 17 22:48:33 GMT 2014  Olly Betts <olly@survex.com>
1070
1071        * configure.ac,src/moviemaker.cc: Fix to work with libav 10.  Reported
1072          by Moritz Muehlenhoff in <http://bugs.debian.org/739332>.
1073
[8bc1384]1074Mon Feb 10 22:48:50 GMT 2014  Olly Betts <olly@survex.com>
1075
1076        * src/osdepend.c: Don't use isalpha() for checking drive letters as
1077          it's locale dependent.
1078
[e068cffd]1079Mon Feb 10 22:48:29 GMT 2014  Olly Betts <olly@survex.com>
1080
1081        * lib/de.po,lib/de_CH.po: Translation updates.
1082
[87d2ab6]1083Mon Feb 10 21:23:12 GMT 2014  Olly Betts <olly@survex.com>
1084
1085        * src/mainfrm.cc: Fix measuring line to show change in altitude rather
1086          than altitude (broken in 1.2.11).  Reported by Brian Clipstone.
1087
[dc533fe]1088Thu Jan 30 02:10:41 GMT 2014  Olly Betts <olly@survex.com>
1089
1090        * src/filename.c: Comment tweak.
1091
[4b9d17d]1092Thu Jan 30 02:10:21 GMT 2014  Olly Betts <olly@survex.com>
1093
1094        * lib/bg.po,lib/de_CH.po,lib/id.po: Translation updates.
1095
[0bb6bef]1096Wed Jan 29 21:42:58 GMT 2014  Olly Betts <olly@survex.com>
1097
1098        * lib/: Translation updates.
1099
[e9ae5837]1100Wed Jan 29 21:03:14 GMT 2014  Olly Betts <olly@survex.com>
1101
1102        * src/moviemaker.cc: Fix to build when avcodec_free_frame() isn't
1103          available.
1104
[aac3336]1105Tue Jan 28 01:57:57 GMT 2014  Olly Betts <olly@survex.com>
1106
1107        * NEWS: More changes for 1.2.11.
1108
[614d60b]1109Tue Jan 28 01:34:15 GMT 2014  Olly Betts <olly@survex.com>
1110
1111        * lib/Makefile.am,lib/make-pixel-font,src/glbitmapfont.cc,
1112          src/glbitmapfont.h: Embed the font data for the first 256 Unicode
1113          codepoints into the compiled aven binary to reduce start up
1114          overhead.  Any additional codepoints are loaded from a data file
1115          only if/when a character >= U+100 is actually needed (as before).
1116
[11c7eb6]1117Tue Jan 28 00:08:18 GMT 2014  Olly Betts <olly@survex.com>
1118
1119        * src/gfxcore.cc,src/gfxcore.h: No need to dynamically allocate
1120          m_Pens.
1121
[82277dd]1122Mon Jan 27 20:25:39 GMT 2014  Olly Betts <olly@survex.com>
1123
1124        * src/gfxcore.cc: Don't default to percent gradient.
1125
[77bdacf]1126Mon Jan 27 11:44:49 GMT 2014  Olly Betts <olly@survex.com>
1127
1128        * NEWS,configure.ac: Update for 1.2.11.
1129
[f2dc821c]1130Mon Jan 27 11:16:27 GMT 2014  Olly Betts <olly@survex.com>
1131
1132        * make_release: Run "make check" under valgrind.
1133
[8c1d295]1134Mon Jan 27 11:15:17 GMT 2014  Olly Betts <olly@survex.com>
1135
1136        * src/cad3d.c,src/str.c,src/str.h: Rename s_cat_len() to s_catlen()
1137          for consistency with s_catchar().
1138
[e6312c0]1139Mon Jan 27 11:13:31 GMT 2014  Olly Betts <olly@survex.com>
1140
1141        * make_release: Add simple check for // comments in C sources.
1142        * make_release: Before release, build with -Werror to catch any
1143          warnings which may have been missed.
1144
[bd2e33a]1145Mon Jan 27 10:25:02 GMT 2014  Olly Betts <olly@survex.com>
1146
1147        * src/: Make cad3d remap control characters and spaces in station
1148          names when generating PLT output in the same way aven does.
1149
[ad3017d]1150Mon Jan 27 07:43:27 GMT 2014  Olly Betts <olly@survex.com>
1151
1152        * NEWS: Update.
1153
[d171c0c]1154Mon Jan 27 06:01:15 GMT 2014  Olly Betts <olly@survex.com>
1155
1156        * lib/,src/: Add support for showing percentage gradient in the tilt
1157          indicator in aven.  Show the units (degrees, grads, or percent) for
1158          the tilt and bearing indicators.
1159
[19a5798]1160Mon Jan 27 05:40:04 GMT 2014  Olly Betts <olly@survex.com>
1161
1162        * src/mainfrm.cc: Fix GCC warnings.
1163
[cba8bf34]1164Mon Jan 27 05:37:02 GMT 2014  Olly Betts <olly@survex.com>
1165
1166        * src/glbitmapfont.cc,src/glbitmapfont.h:
1167          BitmapFont::get_text_extent() now uses the width of all glyphs,
1168          rather than assuming all those > BITMAPFONT_MAX_CHAR have width 16.
1169
[c7627d4]1170Mon Jan 27 05:32:12 GMT 2014  Olly Betts <olly@survex.com>
1171
1172        * src/glbitmapfont.cc: Fix writing of Unicode characters above
1173          BITMAPFONT_MAX_CHAR (which is 256 currently).
1174
[0f86024]1175Mon Jan 27 00:44:30 GMT 2014  Olly Betts <olly@survex.com>
1176
1177        * src/gfxcore.cc: Try to work around measuring line redraw issues on
1178          Microsoft Windows by redrawing the whole window, which doesn't
1179          seem to be measurably slower.
1180
[ba8f8d3]1181Mon Jan 27 00:21:30 GMT 2014  Olly Betts <olly@survex.com>
1182
1183        * lib/: Translation updates.
1184
[b5283af]1185Sun Jan 26 23:50:31 GMT 2014  Olly Betts <olly@survex.com>
1186
1187        * doc/manual.sgml: Add missing quantities to the list documented as
1188          accepted by *units: LEFT, RIGHT, UP/CEILING, DOWN/FLOOR (missing
1189          entirely); BACKCOMPASS/BACKBEARING, BACKCLINO/BACKGRADIENT (missing
1190          from the main list, mentioned in list of the units that can be set
1191          for them); COUNT (missing alternative name for COUNTER); DX/EASTING,
1192          DY/NORTHING, DZ/ALTITUDE (incorrectly listed as X, Y, Z).  Reported
1193          by Jonny Prouty.
1194
[699bf50]1195Sun Jan 26 23:48:19 GMT 2014  Olly Betts <olly@survex.com>
1196
1197        * src/commands.c: If *units is used to set units for LEVEL, PLUMB, or
1198          POSITION, give an error rather than quietly ignore the attempt.
1199        * tests/: New regression testcase bad_units_qlist.
1200
[a4fb8d0]1201Sun Jan 26 23:35:18 GMT 2014  Olly Betts <olly@survex.com>
1202
1203        * tests/bad_units_factor.svx,tests/cavern.tst: Test that "*units
1204          backclino 0 percent" gives an error about the factor being zero.
1205        * tests/Makefile.am,tests/bad_units_factor.out: Add expected output
1206          to make sure we're getting the errors we expect, not just the
1207          expected number of errors.
1208
[c001c40]1209Fri Jan 24 06:20:49 GMT 2014  Olly Betts <olly@survex.com>
1210
1211        * lib/de.po,lib/de_CH.po: Update.
1212
[a874142]1213Fri Jan 24 05:08:19 GMT 2014  Olly Betts <olly@survex.com>
1214
1215        * src/gfxcore.cc: Don't crash with assertion failure when showing
1216          passages for a cave with no vertical extent.  Reported by Jonny
1217          Prouty.
1218
[05499f3]1219Fri Jan 24 05:07:34 GMT 2014  Olly Betts <olly@survex.com>
1220
1221        * src/moviemaker.cc: Fix to build again with libav/ffmpeg.
1222
[1c448e1]1223Tue Jan 23 19:52:21 GMT 2014  Olly Betts <olly@survex.com>
1224
1225        * src/gfxcore.cc: Simplify accounting for size of blobs on measuring
1226          line.
1227
[c648bd1]1228Thu Jan 23 11:42:01 GMT 2014  Olly Betts <olly@survex.com>
1229
1230        * src/moviemaker.cc,src/moviemaker.h: Fix to actually build without
1231          libav/ffmpeg.
1232
[ccb83b7]1233Thu Jan 23 11:34:30 GMT 2014  Olly Betts <olly@survex.com>
1234
1235        * lib/,src/: Make all uses of unit names translatable.
1236
[fb4aa17]1237Tue Jan 21 12:23:06 GMT 2014  Olly Betts <olly@survex.com>
1238
1239        * lib/fr.po: Merge translation updates from Eric Madelaine.
1240
[e9988b3]1241Tue Jan 21 11:31:22 GMT 2014  Olly Betts <olly@survex.com>
1242
1243        * lib/: More translation updates.
1244
[fa56920]1245Tue Jan 21 10:32:08 GMT 2014  Olly Betts <olly@survex.com>
1246
1247        * lib/Makefile.am,lib/generate-po-todo: Add script and makefile target
1248          to pick out the messages from each po file which need attention.
1249
[099256a]1250Tue Jan 21 10:30:45 GMT 2014  Olly Betts <olly@survex.com>
1251
1252        * lib/survex.pot,src/mainfrm.cc: Allow "m" and "ft" suffixes to be
1253          translated.
1254
[df26b81]1255Tue Jan 21 04:14:55 GMT 2014  Olly Betts <olly@survex.com>
1256
1257        * doc/TODO.htm: Remove things which have now been done, and reorganise
1258          the rest.
1259
[53496ab3]1260Tue Jan 21 03:48:07 GMT 2014  Olly Betts <olly@survex.com>
1261
1262        * src/message.c: On Microsoft Windows 2000 and newer, use
1263          GetUserDefaultUILanguage() to get the UI language to use.  For older
1264          versions, continue to use GetUserDefaultLCID().
1265
[08e858b]1266Tue Jan 21 02:29:06 GMT 2014  Olly Betts <olly@survex.com>
1267
1268        * lib/,src/avenprcore.cc,src/printwx.cc: Change term "info box" to
1269          "legend".
1270
[486c619]1271Tue Jan 21 02:15:38 GMT 2014  Olly Betts <olly@survex.com>
1272
1273        * src/mainfrm.cc,src/mainfrm.h: If full screen, don't recreate the
1274          side panel when a new file is opened (e.g. via Ctrl+O).
1275
[fb941bfd]1276Mon Jan 20 05:33:04 GMT 2014  Olly Betts <olly@survex.com>
1277
1278        * NEWS: Update.
1279
[4a7b9e3]1280Mon Jan 20 04:54:28 GMT 2014  Olly Betts <olly@survex.com>
1281
1282        * lib/bg.po,lib/de.po,lib/de_CH.po: More translation updates.
1283
[c20d521]1284Sun Jan 19 01:44:44 GMT 2014  Olly Betts <olly@survex.com>
1285
1286        * lib/,src/netskel.c,tests/: Drop "between nodes" from the progress
1287          messages while solving the survey network, as the extra words don't
1288          make the meaning clearer, and "node" doesn't mean exactly the same
1289          here as the summary of nodes printed at the end of processing, which
1290          is a bit confusing.
1291
[e521b8e0]1292Sun Jan 19 01:31:54 GMT 2014  Olly Betts <olly@survex.com>
1293
1294        * lib/: More translation updates.
1295
[45c9d00]1296Sun Jan 19 00:51:33 GMT 2014  Olly Betts <olly@survex.com>
1297
1298        * lib/po-to-msg.pl: Fix menu shortcut check to allow for non-ASCII
1299          shortcuts.  Remove code to check for menu shortcuts marked with '@'
1300          as we no longer do that.
1301
[d752afd]1302Sat Jan 18 23:24:47 GMT 2014  Olly Betts <olly@survex.com>
1303
1304        * buildmacosx.sh: Update to use wx 3.0.0, and add a checksum check for
1305          the downloaded wx sources.  Thanks to David A. Riggs for his work on
1306          getting the Mac OS X build going with wx 3.0.0.
1307
[963e611]1308Sat Jan 18 23:09:12 GMT 2014  Olly Betts <olly@survex.com>
1309
1310        * src/gla-gl.cc: Split log_fl_error helper function out of
1311          CHECK_GL_ERROR, which will reduce code size and also the number of
1312          deprecation warnings about gluErrorString on Mac OS X 10.9.
1313
[c053e86]1314Sat Jan 18 22:49:02 GMT 2014  Olly Betts <olly@survex.com>
1315
1316        * lib/en_US.po: Translate "elevation" to "profile" in a couple of
1317          places where we weren't.
1318
[d3cc33f]1319Sat Jan 18 22:48:01 GMT 2014  Olly Betts <olly@survex.com>
1320
1321        * src/message.c: Hook up Indonesian translation to be used when
1322          Windows is set to Indonesian.
1323
[f4c18a9]1324Sat Jan 18 22:47:20 GMT 2014  Olly Betts <olly@survex.com>
1325
1326        * lib/checkshortcut.pl: Fix shortcut checking to allow for non-ASCII
1327          shortcuts.
1328
[8770ec6]1329Sat Jan 18 22:45:50 GMT 2014  Olly Betts <olly@survex.com>
1330
1331        * lib/Makefile.am,lib/bg.po,src/message.c: Add start of bulgarian
1332          translation, with messages take from therion.
1333
[255f3269]1334Fri Jan 17 07:39:48 GMT 2014  Olly Betts <olly@survex.com>
1335
1336        * src/printwx.cc: Include wx headers before ISO C/C++ ones, to try to
1337          fix build failure on OS X 10.9 with wx 3.0.0.
1338
[ee3d89c]1339Fri Jan 17 07:27:34 GMT 2014  Olly Betts <olly@survex.com>
1340
1341        * src/moviemaker.h: If we don't have libav or ffmpeg, omit all the
1342          member variables from class MovieMaker, to avoid "unused private
1343          field" warnings from clang.
1344
[9185847]1345Fri Jan 17 07:22:32 GMT 2014  Olly Betts <olly@survex.com>
1346
1347        * src/: Use cast to void rather than assignment to self to suppress
1348          unused parameter warnings, as clang warns about the latter.
1349
[b864b43]1350Fri Jan 17 07:12:47 GMT 2014  Olly Betts <olly@survex.com>
1351
1352        * src/aboutdlg.cc: Use string::erase() rather than assigning the
1353          result of string::substr().
1354
[f8c981b]1355Thu Jan 16 03:58:18 GMT 2014  Olly Betts <olly@survex.com>
1356
1357        * lib/: Update pot and po files with current linenumber references.
1358
[da6367cd]1359Thu Jan 16 03:57:55 GMT 2014  Olly Betts <olly@survex.com>
1360
1361        * src/printwx.cc: Fix incorrect message in comment.
1362
[d33b67a]1363Thu Jan 16 03:46:23 GMT 2014  Olly Betts <olly@survex.com>
1364
1365        * lib/extract-msgs.pl: Fix to handle there being a comment before the
1366          comment with the message in.
1367
[dd83970]1368Thu Jan 16 03:17:24 GMT 2014  Olly Betts <olly@survex.com>
1369
1370        * lib/: Various translation updates.
1371
[51384bf]1372Thu Jan 16 03:15:10 GMT 2014  Olly Betts <olly@survex.com>
1373
1374        * lib/de.po,lib/de_CH.po: Move menu accelerator on "Farbschlüssel"
1375          from "ü" to "F", since the latter isn't used in that menu.
1376
[a770b1bd]1377Wed Jan 15 21:00:14 GMT 2014  Olly Betts <olly@survex.com>
1378
1379        * lib/: Fill in some missing translations from existing similar
1380          translations.
1381
[6264918]1382Wed Jan 15 10:55:44 GMT 2014  Olly Betts <olly@survex.com>
1383
1384        * src/mainfrm.cc,src/mainfrm.h: Fix wxWidgets assertion when double
1385          clicking on an anonymous station.  Reported by Kevin Dixon.
1386
[6f0d0d8]1387Wed Jan 15 07:11:30 GMT 2014  Olly Betts <olly@survex.com>
1388
1389        * NEWS,configure.ac: Update for 1.2.10.
1390
[aedf23f]1391Wed Jan 15 07:07:25 GMT 2014  Olly Betts <olly@survex.com>
1392
1393        * lib/ca.po,lib/de.po: Mark altered message as fuzzy in languages I
1394          failed to before.
1395
[53966d3]1396Wed Jan 15 06:25:10 GMT 2014  Olly Betts <olly@survex.com>
1397
1398        * NEWS: Update.
1399
[15e50b0]1400Wed Jan 15 06:13:44 GMT 2014  Olly Betts <olly@survex.com>
1401
1402        * src/img.c: Simplify reading of labels in 3d v1 and v2 files.
1403
[3d3fb6c]1404Wed Jan 15 06:11:12 GMT 2014  Olly Betts <olly@survex.com>
1405
1406        * lib/,src/cavernlog.cc: If we fail to start the external editor,
1407          throw up an error box.
1408
[ba0f22b]1409Wed Jan 15 05:58:31 GMT 2014  Olly Betts <olly@survex.com>
1410
1411        * src/img.c: Pass pimg->buf_len rather than literal 257.
1412
[bca9107]1413Wed Jan 15 00:23:34 GMT 2014  Olly Betts <olly@survex.com>
1414
1415        * src/img.c: Remove pointless "future expansion" comment from
1416          img_read_item_ancient().
1417
[a8638a6]1418Wed Jan 15 00:22:22 GMT 2014  Olly Betts <olly@survex.com>
1419
1420        * src/img.c: Tweak recursive calls in img_read_item_ancient() and
1421          img_write_item_ancient() to directly call the same function.
1422
[a4454620]1423Wed Jan 15 00:15:30 GMT 2014  Olly Betts <olly@survex.com>
1424
1425        * src/img.c,src/useful.h: Fix some glibc fortify source warnings.
1426
[2adff93]1427Wed Jan 15 00:13:27 GMT 2014  Olly Betts <olly@survex.com>
1428
1429        * src/img.c: Make 4 internal functions static.
1430
[9feb252]1431Tue Jan 14 21:57:03 GMT 2014  Olly Betts <olly@survex.com>
1432
1433        * src/printwx.cc: Minor code refactor.
1434
[0ecf3b1]1435Tue Jan 14 21:51:58 GMT 2014  Olly Betts <olly@survex.com>
1436
1437        * NEWS: Update.
1438
[e0c2dfb]1439Tue Jan 14 21:39:34 GMT 2014  Olly Betts <olly@survex.com>
1440
1441        * lib/en_US.po: Add missing translation.
1442
[de9aa88]1443Tue Jan 14 21:25:01 GMT 2014  Olly Betts <olly@survex.com>
1444
1445        * src/printwx.cc: Fix crash on "File->Print" or "File->Export" under
1446          Windows XP, reported by Brian Clipstone.
1447
[5440c295]1448Tue Jan 14 21:23:10 GMT 2014  Olly Betts <olly@survex.com>
1449
1450        * src/aven.cc: Simplify handling of command line under __WXMSW__,
1451          fixing error if run with no parameters.
1452
[c891a7e]1453Tue Jan 14 21:17:38 GMT 2014  Olly Betts <olly@survex.com>
1454
1455        * configure.ac,src/img.c: Only use _putenv_s() under MSVC - mingw
1456          doesn't provide it.
1457
[db095f9]1458Tue Jan 14 21:14:51 GMT 2014  Olly Betts <olly@survex.com>
1459
1460        * make_release: Turn on optimisation when building aven for Microsoft
1461          Windows.
1462
[e0f3ade]1463Tue Jan 14 04:17:10 GMT 2014  Olly Betts <olly@survex.com>
1464
1465        * src/guicontrol.cc: If dragging with more than one mouse button held
1466          down, releasing one causes another which is still held down to take
1467          effect.
1468
[a57af18]1469Tue Jan 14 03:33:38 GMT 2014  Olly Betts <olly@survex.com>
1470
1471        * src/guicontrol.cc: Fix assertion if two mouse buttons are held down
1472          at the same time.  Reported by Brian Clipstone.
1473
[d9cd8ae]1474Tue Jan 14 03:22:54 GMT 2014  Olly Betts <olly@survex.com>
1475
1476        * src/img.c,src/mainfrm.cc: Although these are often referred to as
1477          "CMAP .XYZ files", it seems that actually, the extension .XYZ isn't
1478          used, rather .SHT (shot variant, produced by CMAP v16 and later),
1479          .UNA (unadjusted) and .ADJ (adjusted) extensions are.  Since we've
1480          long checked for .XYZ, we continue to do so in case anyone is
1481          relying on it, but also check for the other extensions.
1482
[d959ab2]1483Tue Jan 14 03:20:03 GMT 2014  Olly Betts <olly@survex.com>
1484
1485        * buildmacosx.sh,configure.ac,doc/manual.sgml: Update references to
1486          Survex 1.1 which should be to 1.2.
1487
[b554a4b]1488Tue Jan 14 03:14:31 GMT 2014  Olly Betts <olly@survex.com>
1489
1490        * doc/manual.sgml: Note the station length limit Smaps used.
1491
[d65419c]1492Tue Jan 14 02:55:02 GMT 2014  Olly Betts <olly@survex.com>
1493
1494        * tests/expobug.svx: Fix comment typo.
1495
[8ff910a]1496Tue Jan 14 02:52:52 GMT 2014  Olly Betts <olly@survex.com>
1497
1498        * src/imgtest.c: Fix printf format to actually match types of
1499          parameters.
1500
[110f59c]1501Tue Jan 14 02:52:31 GMT 2014  Olly Betts <olly@survex.com>
1502
1503        * src/gpx.cc: Fix comment typo.
1504
[f10cf8f]1505Tue Jan 14 02:48:59 GMT 2014  Olly Betts <olly@survex.com>
1506
1507        * src/: Pass the numeric datestamp to ExportFilter::header(), and use
1508          it to set a timestamp in exported GPX files.
1509
[5dc0378]1510Tue Jan 14 01:18:42 GMT 2014  Olly Betts <olly@survex.com>
1511
1512        * src/datain.c: Fix NULL pointer dereference when processing Compass
1513          DAT file without 'SURVEY DATE:'.
1514
[4f70ebc]1515Tue Jan 14 00:40:06 GMT 2014  Olly Betts <olly@survex.com>
1516
1517        * src/: Add new "datestamp_numeric" field to struct img giving the
1518          datestamp as a time_t in UTC (or (time_t)-1 if there's no datestamp
1519          or we failed to convert it).  For .3d >= v8, this field is reliable.
1520          We attempt to convert date strings in .3d <= v7 and CMAP XYZ
1521          files, but may get the timezone wrong.
1522
[ad95991]1523Tue Jan 14 00:29:35 GMT 2014  Olly Betts <olly@survex.com>
1524
1525        * src/img.c: Fix my_strcasecmp() to handle top-bit set characters
1526          better.
1527
[6a1c384]1528Mon Jan 13 04:20:11 GMT 2014  Olly Betts <olly@survex.com>
1529
1530        * src/gpx.cc: Don't try to write the title if it isn't set or is
1531          empty.
1532
[b4d8642]1533Mon Jan 13 04:09:27 GMT 2014  Olly Betts <olly@survex.com>
1534
1535        * src/export.cc: If the survey has a title, add it as a top-level
1536          <title> element to exported SVG files.
1537
[1e5ac43]1538Mon Jan 13 04:08:11 GMT 2014  Olly Betts <olly@survex.com>
1539
1540        * src/export.cc: Escape '<', '>', and '&' in labels in exported SVG
1541          files.
1542
[70462c8]1543Mon Jan 13 04:02:26 GMT 2014  Olly Betts <olly@survex.com>
1544
1545        * src/: Pass the datestamp from the 3d file to the export code.
1546
[ea69247]1547Mon Jan 13 04:00:54 GMT 2014  Olly Betts <olly@survex.com>
1548
1549        * src/avenprcore.cc,src/printwx.cc: Don't bother looking up the
1550          printer page setup info when exporting.
1551
[d6a770d]1552Wed Jan 08 04:50:10 GMT 2014  Olly Betts <olly@survex.com>
1553
1554        * doc/HACKING.htm: Document how to configure wxWidgets 3.0.0 for mingw
1555          cross-build.
1556
[6b6fb4d]1557Wed Jan 08 04:11:32 GMT 2014  Olly Betts <olly@survex.com>
1558
1559        * NEWS,configure.ac: Update for 1.2.9.
1560
[6b86108]1561Wed Jan 08 03:57:39 GMT 2014  Olly Betts <olly@survex.com>
1562
1563        * lib/: Add "Language:" headers to .po files.
1564
[8ec15cf]1565Wed Jan 08 02:17:44 GMT 2014  Olly Betts <olly@survex.com>
1566
1567        * src/img.c: In non-hosted mode, don't define GETC and PUTC if they're
1568          already defined, to allow easy overriding with getc_unlocked() and
1569          putc_unlocked().
1570
[57cecaa]1571Wed Jan 08 02:13:27 GMT 2014  Olly Betts <olly@survex.com>
1572
1573        * src/Makefile.am,src/imgtest.c: Add compile test that img.c and img.h
1574          work in non-hosted mode.
1575
[fa0246c]1576Wed Jan 08 01:14:42 GMT 2014  Olly Betts <olly@survex.com>
1577
1578        * doc/cavern.sgml: Document --3d-version in cavern man page.
1579
[997509d]1580Wed Jan 08 01:05:34 GMT 2014  Olly Betts <olly@survex.com>
1581
1582        * src/moviemaker.cc: Set rc_buffer_size to avoid warning from libav
1583          when exporting MPEG.
1584
[710bd97]1585Tue Jan 07 23:09:53 GMT 2014  Olly Betts <olly@survex.com>
1586
1587        * src/moviemaker.cc: Fix GCC warnings.
1588
[17edec7]1589Tue Jan 07 23:08:21 GMT 2014  Olly Betts <olly@survex.com>
1590
1591        * src/img.c: In non-hosted mode, check that int is at least 32 bits,
1592          and if not, use long.  In practice, platforms with 16 bit int are
1593          mostly obsolete, but it's not hard to be portable here.
1594
[0b25b30]1595Tue Jan 07 22:05:58 GMT 2014  Olly Betts <olly@survex.com>
1596
1597        * src/msvc/config.h.in: Update to INT16_T to int16_t and INT32_T to
1598          int32_t.  AFAIK, building with MSVC hasn't been tested for a long
1599          time, so it's likely more fixes will be needed.
1600
[9ad69a0]1601Tue Jan 07 21:55:27 GMT 2014  Olly Betts <olly@survex.com>
1602
1603        * configure.ac: Don't call AC_C_CONST - C compilers without 'const'
1604          support haven't been relevant for years.
1605
[57f70f2]1606Thu Oct 31 12:08:07 GMT 2013  Olly Betts <olly@survex.com>
1607
1608        * lib/: Update translations from launchpad and from existing similar
1609          messages.
1610
[ec81f086]1611Tue Oct 29 23:47:57 GMT 2013  Olly Betts <olly@survex.com>
1612
1613        * src/moviemaker.cc: Fix to call avcodec_free_frame() correctly.
1614
[e1f27c4]1615Tue Oct 29 08:58:56 GMT 2013  Olly Betts <olly@survex.com>
1616
1617        * NEWS,configure.ac: Update for 1.2.8.
1618
[9b5a5fd]1619Tue Oct 29 08:10:45 GMT 2013  Olly Betts <olly@survex.com>
1620
1621        * src/: Hook up to pass "input_projection" from .aven config file
1622          through to GPX export code.
1623
[e24b7fb]1624Sat Oct 26 06:35:52 GMT 2013  Olly Betts <olly@survex.com>
1625
1626        * src/gfxcore.cc: Another tweak to use RefreshRect() rather than
1627          Refresh() for slightly simpler code.
1628
[79137712]1629Fri Oct 25 21:08:53 GMT 2013  Olly Betts <olly@survex.com>
1630
1631        * src/gpx.cc: Use fputs rather than fprintf for constant strings.
1632
[a6dddd1]1633Fri Oct 25 21:07:57 GMT 2013  Olly Betts <olly@survex.com>
1634
1635        * src/gpx.cc,src/gpx.h,src/printwx.cc: Add support for exporting legs
1636          as tracks in GPX.
1637
[d1bc1ac]1638Fri Oct 25 06:14:38 GMT 2013  Olly Betts <olly@survex.com>
1639
1640        * src/printwx.cc: Swap the "Elements" and "View" boxes in the print
1641          and export dialogs, as that works much better when the "View" box
1642          is hidden.
1643
[bc1fac5]1644Fri Oct 25 06:11:59 GMT 2013  Olly Betts <olly@survex.com>
1645
1646        * lib/survex.pot,src/export.cc,src/export.h,src/printwx.cc: Add
1647          "Origin in centre" and "Full coordinates" options to export
1648          - the latter fixes #10.  GPX and PLT output force "full
1649          coordinates".
1650
[0ca8fe0]1651Wed Oct 23 21:47:07 GMT 2013  Olly Betts <olly@survex.com>
1652
1653        * src/gfxcore.cc: Tweak to use RefreshRect() rather than Refresh() for
1654          slightly simpler code.
1655
[a7f78d4]1656Wed Oct 23 21:46:13 GMT 2013  Olly Betts <olly@survex.com>
1657
1658        * src/dump3d.c: Show dates for XSECT.
1659
[54b7650]1660Wed Oct 23 06:46:39 GMT 2013  Olly Betts <olly@survex.com>
1661
1662        * src/printwx.cc: Fix export and (the built-in) print preview to
1663          actually use the options selected in the dialog rather than those
1664          set when the dialog was created.
1665
[fdea415]1666Wed Oct 23 06:30:05 GMT 2013  Olly Betts <olly@survex.com>
1667
1668        * src/: Hook up GPX export options to export entrances, fixed points,
1669          and/or exported points, and specify coloured pin symbols for these
1670          types of stations.  These options now default to what's being shown
1671          in the survey view, like other export options.   GPX export
1672          "creator" how includes the Survex version and website URL, and the
1673          survey title is includes as a <name> tag inside the <gpx> tag.
1674
[76882cb]1675Wed Oct 23 04:38:31 GMT 2013  Olly Betts <olly@survex.com>
1676
1677        * src/guicontrol.cc: Fix assertion failure when double-clicking on the
1678          survey with wx2.9.
1679
[9cb97b7]1680Tue Oct 22 06:01:05 GMT 2013  Olly Betts <olly@survex.com>
1681
1682        * src/: Rename internal references to "show splays" to just "splays"
1683          to reflect the change in the menu item name.
1684
[7b55ac2]1685Tue Oct 22 05:55:55 GMT 2013  Olly Betts <olly@survex.com>
1686
1687        * lib/survex.pot,src/: Hide the "View" box for GPX export.  Add
1688          checkboxes for "Entrances", "Fixed Points" and "Exported Stations"
1689          for GPX export (currently non-functional).  Prepare for allowing
1690          text height, marker size, and grid spacing to be set from aven (as
1691          cad3d allows).
1692
[4d7d209]1693Mon Oct 21 01:10:04 GMT 2013  Olly Betts <olly@survex.com>
1694
1695        * src/mainfrm.cc: Update to call img_error2msg() on the error code
1696          returned by img_error().
1697
[a322a09]1698Sat Oct 19 18:28:49 GMT 2013  Olly Betts <olly@survex.com>
1699
1700        * src/printwx.cc: Fix segfault in "File->Export" if an export format
1701          isn't stored in ".aven".
1702
[0a9b040]1703Sat Oct 19 17:39:49 GMT 2013  Olly Betts <olly@survex.com>
1704
1705        * configure.ac,src/img.c: Use lround() instead of round(), and make
1706          the tests around whether we use the library function or the our
1707          fallback implementation saner.
1708
[f1d5d26]1709Wed Sep 18 00:26:33 GMT 2013  Olly Betts <olly@survex.com>
1710
1711        * src/aven.cc: Fix to build with wx 2.9.5 with wx2.8 compatibility
1712          disabled.
1713
[a2a8d23]1714Tue Sep 17 23:57:02 GMT 2013  Olly Betts <olly@survex.com>
1715
1716        * src/mainfrm.cc: Make the Presentation->Play menu item a checkbox,
1717          to avoid a warning with wxMSW 2.9.5.  Reported by Brian Clipstone.
1718
[f3ef5d8]1719Tue Sep 17 23:56:06 GMT 2013  Olly Betts <olly@survex.com>
1720
1721        * src/guicontrol.cc,src/guicontrol.h: Rename scale/rotate lock
1722          constants to have a "lock_" prefix.
1723
[f7d52a1]1724Tue Sep 17 23:38:10 GMT 2013  Olly Betts <olly@survex.com>
1725
1726        * src/mainfrm.cc: Make right click in an empty presentation mark the
1727          current position and open it to edit, instead of crashing.
1728
[387babf]1729Tue Sep 17 23:37:00 GMT 2013  Olly Betts <olly@survex.com>
1730
1731        * src/gfxcore.cc: Don't try to close the movie if we aren't producing
1732          one.
1733
[cc69cf5]1734Tue Sep 10 00:21:53 GMT 2013  Olly Betts <olly@survex.com>
1735
1736        * configure.ac,src/moviemaker.cc: Use avcodec_free_frame() if it's
1737          available.
1738
[763efe6]1739Mon Sep 09 11:36:00 GMT 2013  Olly Betts <olly@survex.com>
1740
1741        * src/cad3d.c: Correct long option names in code comment.
1742
[caeff4a]1743Mon Sep 09 11:33:20 GMT 2013  Olly Betts <olly@survex.com>
1744
1745        * src/cad3d.c: Make --marker-size work for Skencil and SVG output.
1746
[98fd937]1747Mon Sep 09 07:01:57 GMT 2013  Olly Betts <olly@survex.com>
1748
1749        * src/gfxcore.cc,src/moviemaker.cc,src/moviemaker.h: Improve reporting
1750          of errors during the process of exporting a movie.
1751
[64d06c0]1752Mon Sep 09 06:38:33 GMT 2013  Olly Betts <olly@survex.com>
1753
1754        * configure.ac,src/moviemaker.cc,src/moviemaker.h: Update movie export
1755          code to work with latest libav API.
1756
[adceff5]1757Mon Sep 09 05:14:24 GMT 2013  Olly Betts <olly@survex.com>
1758
1759        * Makefile.am,doc/HACKING.htm,lib/,survex.iss.in: Upgrade to newer
1760          innosetup version.  Upgrade details of how to do a Microsoft Windows
1761          build.
1762
[66a9df7]1763Mon Sep 09 04:19:36 GMT 2013  Olly Betts <olly@survex.com>
1764
1765        * make_release: Prefer a hand-installed 2.9 mingw build of wx to a
1766          packaged 2.8 build.
1767
[55a0527]1768Mon Sep 09 04:18:18 GMT 2013  Olly Betts <olly@survex.com>
1769
1770        * src/img.c,src/netbits.c: Fix // comments in C code for portability
1771          to pre-C99 compilers which don't support these as an extension.
1772
[0544329]1773Mon Sep 09 04:12:57 GMT 2013  Olly Betts <olly@survex.com>
1774
1775        * src/aven.cc: Fix to build with wxMSW 2.9.5.
1776
[c527c6e]1777Mon Sep 09 04:10:48 GMT 2013  Olly Betts <olly@survex.com>
1778
1779        * configure.ac,src/Makefile.am: Probe for libproj.
1780
[9fc1cac]1781Fri Sep 06 04:18:23 GMT 2013  Olly Betts <olly@survex.com>
1782
1783        * NEWS,doc/cad3d.sgml,lib/,src/: The "Sketch" vector drawing program
1784          got renamed to "Skencil" some time ago, so update all references in
1785          code and documentation.  cad3d has a new --skencil option to specify
1786          this output format, but --sketch is still recognised for
1787          compatibility.
1788
[3972b26]1789Fri Sep 06 03:39:16 GMT 2013  Olly Betts <olly@survex.com>
1790
1791        * src/printwx.cc: Default to exporting in the export format used last
1792          time.
1793
[6073761]1794Fri Sep 06 03:27:21 GMT 2013  Olly Betts <olly@survex.com>
1795
1796        * lib/de_CH.po,lib/it.po,lib/sk.po: Minor translation updates.
1797
[583c17d]1798Thu Sep 05 09:50:23 GMT 2013  Olly Betts <olly@survex.com>
1799
1800        * lib/,src/: Add a format drop down to the export dialog, and only
1801          show fields which are meaningful and supported for a particular
1802          export format.
1803
[3c35956]1804Thu Sep 05 04:21:40 GMT 2013  Olly Betts <olly@survex.com>
1805
1806        * survex.iss.in: Newer innosetup no longer supports MinVersion.
1807
[0b29536]1808Thu Sep 05 04:20:36 GMT 2013  Olly Betts <olly@survex.com>
1809
1810        * lib/,survex.iss.in: Add translations for the Windows installer for
1811          all the languages we have any translations of Survex itself for.
1812
[4734106]1813Mon Sep 02 21:03:50 GMT 2013  Olly Betts <olly@survex.com>
1814
1815        * lib/,src/: Rework findentrances into GPX export for aven.
1816
[0d9d980]1817Mon Sep 02 02:17:49 GMT 2013  Olly Betts <olly@survex.com>
1818
1819        * src/img.c: Improve fputsnl() for non-HOSTED mode to return a value.
1820
[81bb4bdc]1821Mon Sep 02 02:17:18 GMT 2013  Olly Betts <olly@survex.com>
1822
1823        * src/img.c: Use osnew() to simplify code a little.
1824
[b932a29]1825Mon Sep 02 01:45:52 GMT 2013  Olly Betts <olly@survex.com>
1826
1827        * src/img.c: Don't segfault on img_close() in non-hosted mode.
1828
[f807d8bf]1829Mon Sep 02 00:27:29 GMT 2013  Olly Betts <olly@survex.com>
1830
1831        * NEWS,src/img.c: img.c can now be compiled as C++ as well as as C.
1832
[88b54df6]1833Mon Sep 02 00:17:36 GMT 2013  Olly Betts <olly@survex.com>
1834
1835        * NEWS,src/img.c: Add missing definition of max() macro when built for
1836          use outside of Survex.
1837
[0d25db3]1838Mon Sep 02 00:11:36 GMT 2013  Olly Betts <olly@survex.com>
1839
1840        * src/img.c: Don't duplicate the IMG_API_VERSION defaulting logic from
1841          img.h as we get it just by including img.h first.
1842
[a405bc1]1843Mon Sep 02 00:10:34 GMT 2013  Olly Betts <olly@survex.com>
1844
1845        * src/: IMG_HOSTED no longer affects the img API at all.
1846
[034141d]1847Fri Aug 23 08:06:18 GMT 2013  Olly Betts <olly@survex.com>
1848
1849        * NEWS,lib/,src/netskel.c: Tweak cavern .err file output to not lose
1850          the space in front of certain statistics when the value gets large.
1851
[a4adf09]1852Wed Aug 21 21:14:03 GMT 2013  Olly Betts <olly@survex.com>
1853
1854        * NEWS,lib/,src/matrix.c,src/out.h,tests/calibrate_clino.out: Don't
1855          report "Solving to find x coordinates" as we actually find y and z
1856          in the same operation, and as a progress message it is redundant with
1857          "Solving %d simultaneous equations" anyway.
1858
[0056ee1]1859Fri Aug 09 10:23:24 GMT 2013  Olly Betts <olly@survex.com>
1860
1861        * NEWS,src/printwx.cc: Need to call TransferDataFromWindow() for the
1862          validators to get called and update the boolean flag settings mask.
1863
[da65891]1864Fri Aug 02 13:04:39 GMT 2013  Olly Betts <olly@survex.com>
1865
1866        * NEWS,src/readval.c,tests/cmd_alias.out: Fix handling of anonymous
1867          wall stations ('..' by default) to implicitly set the SPLAY leg flag,
1868          as was intended.
1869
[c6abbc8]1870Sat Jul 27 10:08:46 GMT 2013  Olly Betts <olly@survex.com>
1871
1872        * tests/Makefile.am: Distribute files for normal_bad testcase.
1873
[e34bebc]1874Sat Jul 27 09:41:34 GMT 2013  Olly Betts <olly@survex.com>
1875
1876        * NEWS,configure.ac: Update for 1.2.7.
1877
[576e5a9]1878Sun Jul 21 18:03:58 GMT 2013  Olly Betts <olly@survex.com>
1879
1880        * src/mainfrm.cc: Speed up loading a .3d file with cross-sections by
1881          using a map to convert station names to positions.
1882
[91f6661]1883Sun Jul 21 16:12:25 GMT 2013  Olly Betts <olly@survex.com>
1884
1885        * doc/TODO.htm: Note that dump3d needs documenting.
1886
[71c2c3f]1887Sun Jul 21 16:09:24 GMT 2013  Olly Betts <olly@survex.com>
1888
1889        * configure.ac,debian/survex.install,src/Makefile.am: Build and
1890          package dump3d as standard - it's useful for grabbing info from
1891          3d files in scripts.
1892
[47a650b]1893Thu Jul 18 03:54:45 GMT 2013  Olly Betts <olly@survex.com>
1894
1895        * lib/de.po: Merge German translation updates from launchpad.
1896
[22114ef]1897Wed Jul 17 12:38:39 GMT 2013  Olly Betts <olly@survex.com>
1898
1899        * doc/3dformat.htm,src/img.c: Move the DATE and ERROR codes in 3d v8 to
1900          leave a large contiguous block of codes available.
1901
[900b32a]1902Wed Jul 17 12:29:33 GMT 2013  Olly Betts <olly@survex.com>
1903
1904        * src/img.c: Mask out the bit used to indicate no label change from
1905          the returned leg flags.
1906
[e133186]1907Wed Jul 17 11:13:37 GMT 2013  Olly Betts <olly@survex.com>
1908
1909        * doc/3dformat.htm,src/img.c: The prefix is often unchanged from one
1910          leg to the next, so use a spare flag to compactly indicate that
1911          there's no label change.
1912
[dec6b10]1913Tue Jul 16 12:04:55 GMT 2013  Olly Betts <olly@survex.com>
1914
1915        * doc/3dformat.htm,src/img.c: More work toward v8 of 3d format.
1916
[c1785b1]1917Tue Jul 16 11:33:34 GMT 2013  Olly Betts <olly@survex.com>
1918
1919        * doc/TODO.htm: The data style of legs is now stored in the 3d file,
1920          so remove "flag nosurvey legs in .3d file" from todo list.
1921
[567445a]1922Tue Jul 16 11:33:04 GMT 2013  Olly Betts <olly@survex.com>
1923
1924        * src/dump3d.c: Report the data style of legs.
1925
[230aedd]1926Tue Jul 16 11:32:13 GMT 2013  Olly Betts <olly@survex.com>
1927
1928        * src/cad3d.c: Check for errors from img_rewind() and report them.
1929
[cd91e16]1930Tue Jul 16 07:54:52 GMT 2013  Olly Betts <olly@survex.com>
1931
1932        * tests/cavern.tst: Run diffpos <expected> <actual> so the reports of
1933          'Added' and 'Deleted' stations are the more natural way round.
1934
[afe350e]1935Tue Jul 09 22:59:48 GMT 2013  Olly Betts <olly@survex.com>
1936
1937        * doc/3dformat.htm: Formatting tweaks.
1938
[73fea40]1939Tue Jul 09 13:36:35 GMT 2013  Olly Betts <olly@survex.com>
1940
1941        * doc/3dformat.htm,doc/TODO.htm,src/img.c: Add an explicit flag for
1942          'this is an extended elevation' to 3d v8.
1943
[ec812baa]1944Tue Jul 09 13:24:29 GMT 2013  Olly Betts <olly@survex.com>
1945
1946        * doc/3dformat.htm,doc/TODO.htm,src/img.h: Start on v8 of the 3d format
1947          - the timestamp is stored as seconds since 1970.
1948
[200a12c]1949Tue Jul 09 12:41:51 GMT 2013  Olly Betts <olly@survex.com>
1950
1951        * src/commands.c: Fix ordering of the style masks to reflect swapping
1952          of STYLE_NOSURVEY and STYLE_PASSAGE.
1953
[669d5d5]1954Tue Jul 09 11:14:28 GMT 2013  Olly Betts <olly@survex.com>
1955
1956        * doc/TODO.htm: Update.
1957
[c230a2a7]1958Tue Jul 09 10:31:50 GMT 2013  Olly Betts <olly@survex.com>
1959
1960        * src/img.h: Remove unnecessary include of "useful.h" in IMG_HOSTED
1961          mode.
1962
[ac28f4f]1963Tue Jul 09 08:48:35 GMT 2013  Olly Betts <olly@survex.com>
1964
1965        * src/cavern.h,src/img.h: Renumber STYLE_PASSAGE and STYLE_NOSURVEY so
1966          that the style constants we want to pass to img are contiguously
1967          numbered.
1968
[1fad6d4]1969Sun Jul 07 13:03:56 GMT 2013  Olly Betts <olly@survex.com>
1970
1971        * src/img.h: Just make fRead always int, eliminating IMG_HOSTED
1972          conditional.
1973
[0c50ce3]1974Sun Jul 07 12:45:11 GMT 2013  Olly Betts <olly@survex.com>
1975
1976        * src/extend.c,src/img.c,src/img.h: Repurpose the long unused fBinary
1977          parameter to img_open_write() as a flags parameter, and add
1978          img_FFLAG_EXTENDED to specify that this is an extended elevation,
1979          in place of appending " (extended)" to the title.  Internally we
1980          still append this to the title (and remove it upon reading), but in
1981          the 3d v8 format, the flags will be stored explicitly in the file.
1982
[ab42a9c]1983Sun Jul 07 12:22:32 GMT 2013  Olly Betts <olly@survex.com>
1984
1985        * src/img.h: Add comments for the lists of "Leg flags" and "Station
1986          flags".
1987
[3fb4350]1988Sun Jul 07 12:20:29 GMT 2013  Olly Betts <olly@survex.com>
1989
1990        * NEWS,src/dump3d.c,src/img.h: Drop img_FLAG_NOSURVEY - it's redundant
1991          now we're going to store the style of each leg, and it hasn't yet
1992          been in a release.
1993
[88c1ccb]1994Sun Jul 07 12:14:23 GMT 2013  Olly Betts <olly@survex.com>
1995
1996        * src/dump3d.c: Report if the file is an extended elevation.
1997
[eb5aea0]1998Sun Jul 07 12:12:24 GMT 2013  Olly Betts <olly@survex.com>
1999
2000        * src/: Track the data style of each leg, and pass it in to img - it's
2001          not yet stored in the .3d file, but now it is easily available so it
2002          can be.
2003
[43ddd8b]2004Fri Jul 05 13:17:24 GMT 2013  Olly Betts <olly@survex.com>
2005
2006        * configure.ac,doc/3dformat-old.htm: Split off a copy of the current
2007          3dformat document - v8 will feature significant changes, so it will
2008          be clearer to document it separately.
2009
[ce9057c]2010Fri Jul 05 13:11:25 GMT 2013  Olly Betts <olly@survex.com>
2011
2012        * src/dump3d.c,src/netskel.c: The fBinary parameter of img_open_write()
2013          has been unused for years, so stop passing fTrue.
2014
[b189252]2015Tue Jul 02 12:04:09 GMT 2013  Olly Betts <olly@survex.com>
2016
2017        * src/img.c: Revert to putting a human readable timestamp string in
2018          v7 and older files.
2019
[f346a33]2020Tue Jul 02 11:01:41 GMT 2013  Olly Betts <olly@survex.com>
2021
2022        * src/dump3d.c: Show only 2 decimal places on coordinates and passage
2023          dimensions.
2024
[38500b0]2025Wed Jun 12 13:35:21 GMT 2013  Olly Betts <olly@survex.com>
2026
2027        * src/printwx.cc: Implement a copy ctor for BitValidator in the same
2028          way that wxGenericValidator does.  Older GCC seems to need such a
2029          copy ctor to exist to compile the uses of BitValidator in
2030          printwx.cc.
2031
[6a25547d]2032Wed Jun 12 13:34:52 GMT 2013  Olly Betts <olly@survex.com>
2033
2034        * src/Makefile.am: Ship gdtconvert and gen_img2aven.
2035
[d380cd6]2036Wed Jun 12 13:33:38 GMT 2013  Olly Betts <olly@survex.com>
2037
2038        * make_release: Tweak 'mingw' building to look for a suitable
2039          wx-config and get the C and C++ compilers to use using its
2040          --cc and --cxx flags.
2041
[1298787]2042Tue Jun 11 12:06:08 GMT 2013  Olly Betts <olly@survex.com>
2043
2044        * src/printwx.cc: wxValidator subclasses shouldn't have a copy ctor,
2045          so give BitValidator an unimplemented private copy ctor, and use
2046          the normal ctor instead to implement the Clone() method.
2047
[da9d788]2048Tue Jun 11 11:51:13 GMT 2013  Olly Betts <olly@survex.com>
2049
2050        * NEWS: Update from ChangeLog.
2051
[bb51ecd]2052Mon Jun 10 11:50:18 GMT 2013  Olly Betts <olly@survex.com>
2053
2054        * lib/launchpad-merge-po: New script to eliminate unwanted differences
2055          introduced by launchpad.
2056        * lib/Makefile.am: Make launchpad-diff target use launchpad-merge-po
2057          and skip files missing in the launchpad export.
2058
[ad0bf7b]2059Mon Jun 10 11:47:37 GMT 2013  Olly Betts <olly@survex.com>
2060
2061        * lib/unlaunchpad-po: Normalise dates in PO headers.
2062
[6176b37]2063Mon Jun 10 07:23:07 GMT 2013  Olly Betts <olly@survex.com>
2064
2065        * lib/Makefile.am,lib/unlaunchpad-po: Add "launchpad-diff" make target
2066          to assist with merging in translation changes from launchpad.
2067
[a69a767]2068Sun Jun 09 00:04:37 GMT 2013  Olly Betts <olly@survex.com>
2069
2070        * src/img.c: Handle .pos files containing unnamed stations - don't suck
2071          the next line in as the station name, and set img_SFLAG_ANON for
2072          them.
2073
[9140f41]2074Sat Jun 08 15:12:25 GMT 2013  Olly Betts <olly@survex.com>
2075
2076        * src/mainfrm.cc: Fix mapping of flags when loading a .3d file.
2077
[1ca095a]2078Sat Jun 08 15:07:05 GMT 2013  Olly Betts <olly@survex.com>
2079
2080        * .gitignore,src/gen_img2aven: Commit script to generate img2aven.h.
2081
[9e5ad92]2082Sat Jun 08 14:20:45 GMT 2013  Olly Betts <olly@survex.com>
2083
2084        * lib/: Update line number references and merge message changes from
2085          survex.pot to the .po files.
2086
[df126137]2087Sat Jun 08 14:17:52 GMT 2013  Olly Betts <olly@survex.com>
2088
2089        * lib/Makefile.am,lib/merge-po: Add "merge-pos" target to merge in new
2090          messages and updates to comments from survex.pot to the .po files.
2091
[be3b9b9]2092Sat Jun 08 14:10:16 GMT 2013  Olly Betts <olly@survex.com>
2093
2094        * tests/: Commit files for new tests.
2095
[42bd3576]2096Sat Jun 08 13:40:38 GMT 2013  Olly Betts <olly@survex.com>
2097
2098        * src/img.c,src/img.h,src/mainfrm.cc: Store the 'processed at'
2099          timestamp in the .3d file as seconds since 1970 rather than as
2100          a human readable string.
2101
[45dcea2]2102Sat Jun 08 06:19:17 GMT 2013  Olly Betts <olly@survex.com>
2103
2104        * src/commands.c: Correct comment about *alias.
2105
[cd5b089]2106Sat Jun 08 06:01:38 GMT 2013  Olly Betts <olly@survex.com>
2107
2108        * lib/de.po,lib/de_CH.po,lib/en_US.po: Update translations.
2109
[5d60ff0]2110Thu Jun 06 10:56:22 GMT 2013  Olly Betts <olly@survex.com>
2111
2112        * lib/,src/: Show splay legs faded by default, with menu options to
2113          hide them or show them like other legs.
2114
[dcbcae0]2115Tue Jun 04 12:37:03 GMT 2013  Olly Betts <olly@survex.com>
2116
2117        * doc/manual.sgml,lib/survex.pot,src/,tests/Makefile.am,
2118          tests/cavern.tst: Add more anonymous station types - a double
2119          separator ('..' by default) is an anoymous wall point at the end
2120          of an implicit splay (c.f. '.' being a non-wall point), and
2121          a triple separator ('...' by default) is an anoymous point (with
2122          nothing special about the leg).  New *alias command allows '-' to be
2123          mapped to '..' to match pocket topo conventions.  3d file format now
2124          support a 'WALL' station flag.
2125
[f9044d0]2126Tue Jun 04 12:19:31 GMT 2013  Olly Betts <olly@survex.com>
2127
2128        * src/Makefile.am: Regenerate gradient.pov is gdtconvert changes.
2129
[4fb15a1]2130Sun Jun 02 12:51:46 GMT 2013  Olly Betts <olly@survex.com>
2131
2132        * src/readval.c,tests/: Report column numbers as well as line numbers
2133          for more cavern errors and warnings.  Add more testcases.  If the
2134          argument to *include has an opening double quote but the closing
2135          double quote is missing, then skip trying to open the file.
2136
[a91c2b0]2137Sun Jun 02 10:52:26 GMT 2013  Olly Betts <olly@survex.com>
2138
2139        * src/cavernlog.cc: Remove useless extra quoting when invoking vim.
2140
[e27a0c3]2141Fri May 31 13:51:16 GMT 2013  Olly Betts <olly@survex.com>
2142
2143        * src/netskel.c: Use fputs not printf to write literal string to avoid
2144          GCC format security warning (the string can never contain a '%' but
2145          the compiler can't see that).
2146
[8cea1ad]2147Fri May 31 13:08:01 GMT 2013  Olly Betts <olly@survex.com>
2148
2149        * src/datain.c: Variable 'len' in compile_error_token was static for no
2150          good reason.
2151
[d309e17]2152Fri May 31 12:32:22 GMT 2013  Olly Betts <olly@survex.com>
2153
2154        * src/mainfrm.cc,src/mainfrm.h: Skip anonymous stations.
2155
[a2c33ae]2156Fri May 31 12:17:56 GMT 2013  Olly Betts <olly@survex.com>
2157
2158        * src/,tests/: Anonymous stations no longer have a made up unique name,
2159          and are marked with a new ANON flag in .3d files.
2160
[55ee200]2161Mon May 27 11:24:18 GMT 2013  Olly Betts <olly@survex.com>
2162
2163        * configure.ac: Update copyright date.
2164
[f15cde77]2165Sun May 26 13:05:34 GMT 2013  Olly Betts <olly@survex.com>
2166
2167        * src/: New station flag SFLAGS_USED to mark a station as "used" so we
2168          don't issue "unused fixed point" warnings about it - previously we
2169          set 'shape' to be negative to indicate this, but that required us to
2170          handle that whenever we looked at or updated shape.
2171
[631fa17]2172Sun May 26 11:47:06 GMT 2013  Olly Betts <olly@survex.com>
2173
2174        * configure.ac: Fix sizeof(wxChar) test to work for wx2.9.
2175
[ee63994]2176Fri May 10 05:55:54 GMT 2013  Olly Betts <olly@survex.com>
2177
2178        * configure.ac,src/gla-gl.cc,src/glbitmapfont.h: It seems we need to
2179          include GL/gl.h before we can safely include GL/glext.h (at least on
2180          Debian wheezy).
2181
[a5d615f]2182Fri May 10 05:43:09 GMT 2013  Olly Betts <olly@survex.com>
2183
2184        * configure.ac: Fix wxChar test to work in a non-cross-compiled build.
2185
[30b66b5]2186Wed May 08 22:38:56 GMT 2013  Olly Betts <olly@survex.com>
2187
2188        * configure.ac,src/glbitmapfont.cc: Check sizeof(wxChar) at configure
2189          time, so we can avoid a warning when sizeof(wxChar)==2 (which is the
2190          case under mingw).
2191
[fdd4a1f]2192Wed May 08 05:54:23 GMT 2013  Olly Betts <olly@survex.com>
2193
2194        * lib/en_US.po,lib/survex.pot: Update.
2195
[c142664]2196Tue May 07 23:30:26 GMT 2013  Olly Betts <olly@survex.com>
[c8b5fa5]2197
2198        * src/aven.cc: Don't crash trying to report an error after the app
2199          object has been created but before the frame window has.
2200
[419befc]2201Sun Jan 06 19:31:30 GMT 2013  Olly Betts <olly@survex.com>
2202
2203        * doc/manual.sgml: "surface topology" -> "surface topography".
2204
[f95d6c7]2205Sun Jan 06 08:07:22 GMT 2013  Olly Betts <olly@survex.com>
2206
2207        * lib/Makefile.am: Remove launchpad-tarball target - changes now
2208          get picked up by launchpad automatically via a bzr mirror of the
2209          git repo.
2210
[81dc8f3]2211Sun Jan 06 05:45:10 GMT 2013  Olly Betts <olly@survex.com>
2212
2213        * lib/survex.pot,src/dump3d.c: Add --show-dates/-d to --help output.
2214
[b183fe1]2215Sun Jan 06 05:42:07 GMT 2013  Olly Betts <olly@survex.com>
2216
2217        * lib/po-to-msg.pl: Fix matching quote check to really allow
2218          for using « and » in a translation.
2219
[8f365d5]2220Sun Jan 06 05:23:48 GMT 2013  Olly Betts <olly@survex.com>
2221
2222        * src/dump3d.c: Report img_STOP as STOP rather than CODE_0xffffffff.
2223
[256c4c8]2224Thu Jan 03 01:08:28 GMT 2013  Olly Betts <olly@survex.com>
2225
2226        * src/: Use wxValidator to simplify keeping svxPrintDlg member
2227          variables and fields in the dialog in sync.
2228
[17c483d]2229Wed Jan 02 20:49:20 GMT 2013  Olly Betts <olly@survex.com>
2230
2231        * src/gla-gl.cc,src/glbitmapfont.cc: Add checks for errors when reading
2232          the font file.
2233
[6b536b3]2234Wed Jan 02 20:48:22 GMT 2013  Olly Betts <olly@survex.com>
2235
2236        * configure.ac,src/img.c: Avoid warning about redeclaration of round().
2237
[7b9dc3f]2238Wed Jan 02 09:11:41 GMT 2013  Olly Betts <olly@survex.com>
2239
2240        * src/readval.c: Whitespace tweak.
2241
[c23c626]2242Wed Jan 02 09:10:57 GMT 2013  Olly Betts <olly@survex.com>
2243
2244        * src/netartic.c: Use TSTBIT(w, x) instead of w & BIT(x).
2245
[187e72b]2246Wed Jan 02 09:10:30 GMT 2013  Olly Betts <olly@survex.com>
2247
2248        * src/listpos.c: Fix compiler warning.
2249
[710ecc1]2250Wed Jan 02 09:04:58 GMT 2013  Olly Betts <olly@survex.com>
2251
2252        * lib/survex.pot,src/,tests/: Add support for anonymous stations,
2253          which are indicated by a station name of '.'.
2254
[edf0717]2255Sat Dec 29 18:50:07 GMT 2012  Olly Betts <olly@survex.com>
2256
2257        * src/export.cc: Implement export of passage info for DXF (untested).
2258
[5624403]2259Sat Dec 29 05:29:31 GMT 2012  Olly Betts <olly@survex.com>
2260
2261        * src/gfxcore.cc,src/printwx.cc,src/printwx.h: Default the export/print
2262          settings for passage related things to the "tubes" setting in the
2263          OpenGL view.
2264
[384534c]2265Sat Dec 29 05:11:20 GMT 2012  Olly Betts <olly@survex.com>
2266
2267        * src/gfxcore.cc,src/gfxcore.h: Export of passage detail now works
2268          before we have displayed tubes in the OpenGL view.
2269
[d713e5d]2270Sat Dec 29 05:09:54 GMT 2012  Olly Betts <olly@survex.com>
2271
2272        * src/avenprcore.cc,src/avenprcore.h,src/printwx.cc: Do away with the
2273          separate bool flags for each thing we can show in printing and export
2274          and just use the "show_mask" flags.
2275
[6eef93d]2276Fri Dec 28 23:30:55 GMT 2012  Olly Betts <olly@survex.com>
2277
2278        * lib/: Fill in new messages from existing translations where possible.
2279
[97d5744]2280Fri Dec 28 21:03:33 GMT 2012  Olly Betts <olly@survex.com>
2281
2282        * lib/: Merge from survex.pot to .po files.
2283
[4b4f457]2284Fri Dec 28 22:21:50 GMT 2012  Olly Betts <olly@survex.com>
2285
2286        * lib/survex.pot: Update locations.
2287
[d00b9b2]2288Fri Dec 28 22:19:14 GMT 2012  Olly Betts <olly@survex.com>
2289
2290        * src/printwx.cc: Disable passage-related export options when in a
2291          tilted view.  Hook up "Cross-sections" to printing on left and
2292          right markers.
2293
[e90a41e]2294Fri Dec 28 06:30:17 GMT 2012  Olly Betts <olly@survex.com>
2295
2296        * lib/survex.pot,src/: Add options to export dialog to control showing
2297          cross-sections, walls and passages.
2298
[fc68ad5]2299Fri Dec 28 05:53:56 GMT 2012  Olly Betts <olly@survex.com>
2300
2301        * src/: Implement exporting of passages (ticket#4) for SVG.  Currently
2302          it is always on (I'll update the Export dialog shortly).
2303
[0fa7aac]2304Wed Dec 26 22:21:10 GMT 2012  Olly Betts <olly@survex.com>
2305
2306        * lib/survex.pot,src/commands.c,src/readval.c,src/readval.h,tests/: Add
2307          new warning if *begin SURVEY has a separator character in SUVERY.
2308
[d2dc8a5]2309Wed Dec 26 07:29:42 GMT 2012  Olly Betts <olly@survex.com>
2310
2311        * lib/en_US.po: Fix clashing menu accelerator.
2312
[79d84d9]2313Wed Dec 26 01:46:06 GMT 2012  Olly Betts <olly@survex.com>
2314
2315        * src/readval.c: Fix typo in previous change.
2316
[ce8f81c]2317Tue Dec 25 23:04:06 GMT 2012  Olly Betts <olly@survex.com>
2318
2319        * src/readval.c,tests/: Demote errors about invalid dates to warnings,
2320          since we've accepted *date for ages without any checks on the value,
2321          and so existing datasets probably contain invalid dates and dates in
2322          other formats.  (ticket#19)
2323
[2d8c78e]2324Tue Dec 25 22:03:20 GMT 2012  Olly Betts <olly@survex.com>
2325
2326        * src/listpos.c: But always leave space for at least 4 digits, so we
2327          give exactly the same output as before unless we need the extra
2328          width.
2329
[449dca9]2330Mon Dec 24 08:44:04 GMT 2012  Olly Betts <olly@survex.com>
2331
2332        * src/listpos.c: Adjust width of node stats table to fit longest count.
2333
[b0d2c3e]2334Sun Dec 23 07:20:53 GMT 2012  Olly Betts <olly@survex.com>
2335
2336        * lib/survex.pot: Wrap TRANSLATORS comment.
2337
[34bae8e]2338Sun Dec 23 07:20:19 GMT 2012  Olly Betts <olly@survex.com>
2339
2340        * lib/survex.pot: Add missing "c-format" annotation.
2341
[577b94d]2342Sun Dec 23 07:19:22 GMT 2012  Olly Betts <olly@survex.com>
2343
2344        * lib/sk.po: Resolve a couple of inconsistencies in translation of
2345          similar messages by asking Martin Sluka.
2346
[07beaa4]2347Sun Dec 23 05:36:38 GMT 2012  Olly Betts <olly@survex.com>
2348
2349        * NEWS: Update from ChangeLog.
2350
[fc06ec5]2351Thu Dec 20 04:31:22 GMT 2012  Olly Betts <olly@survex.com>
2352
2353        * lib/zh_CN.po: Translate another message.
2354
[909ab0c]2355Thu Dec 20 03:28:02 GMT 2012  Olly Betts <olly@survex.com>
2356
2357        * lib/zh_CN.po: Add space after colon.
2358
[47c6ee92]2359Thu Dec 20 03:26:15 GMT 2012  Olly Betts <olly@survex.com>
2360
2361        * lib/survex.pot: Add more TRANSLATORS comments about terminology.
2362
[69e6c0b]2363Thu Dec 20 03:25:45 GMT 2012  Olly Betts <olly@survex.com>
2364
2365        * lib/it.po: Merge two new translations from launchpad.
2366
[1682d1a]2367Thu Dec 20 03:24:52 GMT 2012  Olly Betts <olly@survex.com>
2368
2369        * lib/en_US.po: Correct "leg" to "shot" in a few places, and translate
2370          "Anticlockwise" to "Counterclockwise".
2371
[365c7e4]2372Wed Dec 19 10:41:55 GMT 2012  Olly Betts <olly@survex.com>
2373
2374        * lib/po-to-msg.pl: Remove commented out code to find uses, which is
2375          now handled by a separate script.
2376
[a570c81]2377Wed Dec 19 10:36:59 GMT 2012  Olly Betts <olly@survex.com>
2378
2379        * lib/po-to-msg.pl: Update to read message numbers from references.
2380
[8c048fa]2381Tue Dec 18 12:00:40 GMT 2012  Olly Betts <olly@survex.com>
2382
2383        * src/gla-gl.cc,src/gla.h: Update to use wxGLContext to avoid
2384          deprecation warnings from wx 2.9.
2385
[6e22f11]2386Tue Dec 18 11:40:34 GMT 2012  Olly Betts <olly@survex.com>
2387
2388        * src/moviemaker.cc: Fix unused parameter warnings when we don't have
2389          libavformat available.
2390
[1c8ab60]2391Tue Dec 18 11:39:40 GMT 2012  Olly Betts <olly@survex.com>
2392
2393        * src/glbitmapfont.cc: Fix warning about ambiguous else from wxLogError
2394          macro.
2395
[cea3549]2396Tue Dec 18 11:32:32 GMT 2012  Olly Betts <olly@survex.com>
2397
2398        * INSTALL,lib/INSTALL.OSX,src/,survex.spec.in: Require at least
2399          wxWidgets 2.8.0 - it was released just over 6 years ago now,
2400          and the wx developers consider even 2.8 to be rather long in
2401          the tooth.  I haven't test build with wx 2.6 for more than a year
2402          and it's no longer packaged for Debian.  Dropping support for
2403          older wx allows a number of workarounds to be removed.
2404
[1ada489]2405Tue Dec 18 11:05:24 GMT 2012  Olly Betts <olly@survex.com>
2406
2407        * src/: Fix uses of some wx features which are deprecated in wx2.9.
2408
[9071cf5]2409Tue Dec 18 10:50:28 GMT 2012  Olly Betts <olly@survex.com>
2410
2411        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Fix OnSize handling
2412          so we can just call event.Skip() (which is the intended approach)
2413          rather than explicitly calling the parent class OnSize() method
2414          from the subclass OnSize() method.
2415
[aa7c3c2]2416Tue Dec 18 08:23:14 GMT 2012  Olly Betts <olly@survex.com>
2417
2418        * src/aven.cc: Fix MSW build to not rely on a GCC extension.
2419
[4a78370]2420Tue Dec 18 07:20:16 GMT 2012  Olly Betts <olly@survex.com>
2421
2422        * lib/: Merge changes from template.
2423
[0dc5829]2424Tue Dec 18 07:06:41 GMT 2012  Olly Betts <olly@survex.com>
2425
2426        * lib/,src/Makefile.am,src/gettexttomsg.pl: Eliminate po_codes and just
2427          store the message numbers as the line number in a fake source
2428          reference to file 'n'.
2429
[e32074b]2430Tue Dec 18 04:13:18 GMT 2012  Olly Betts <olly@survex.com>
2431
2432        * lib/po_codes,lib/survex.pot: Merge in updated source line numbers.
2433
[f8fa253]2434Tue Dec 18 04:11:09 GMT 2012  Olly Betts <olly@survex.com>
2435
2436        * lib/extract-msgs.pl,src/Makefile.am: Don't include version in
2437          'Project-Id-Version'.
2438
[483796d]2439Tue Dec 18 03:13:16 GMT 2012  Olly Betts <olly@survex.com>
2440
2441        * lib/: Set Project-Id-Version to just "survex" - the version part just
2442          complicates things unnecessarily for our usage.
2443
[f723062]2444Tue Dec 18 03:00:04 GMT 2012  Olly Betts <olly@survex.com>
2445
2446        * tests/Makefile.am,tests/aven.tst: Add new testsuite script (aven.tst)
2447          which currently has regression tests for the recently fixed segfault
2448          when aven didn't have messages for the requested language.
2449
[173d1c6]2450Tue Dec 18 02:19:08 GMT 2012  Olly Betts <olly@survex.com>
2451
2452        * src/message.c: Only use ASCII for the handful of hardcoded messages
2453          we need for errors loading message files, as it's probably more
2454          likely the wrong encoding will be set in such cases.
2455
[da96015]2456Tue Dec 18 02:02:57 GMT 2012  Olly Betts <olly@survex.com>
2457
2458        * src/,tests/: Report column numbers as well as line numbers for some
2459          cavern errors and warnings, and update aven's cavern log parser to
2460          handle these.  Simplify handling of quantity lists to only recognise
2461          'DEFAULT' as the first item.  Add more testcases, expand some
2462          existing testcases, and expected output for more.
2463
[c49e27f]2464Mon Dec 17 22:19:21 GMT 2012  Olly Betts <olly@survex.com>
2465
2466        * src/message.c: If we don't find the message file, only give an error
2467          if it was specified with SURVEX_LANG, since that is an explicit
2468          instruction to Survex, whereas LANG, LC_ALL and LC_MESSAGES are
2469          essentially system "preferred locale" settings.
2470        * src/aven.cc: Fix reporting of errors from message.c not to crash if
2471          the wxApp object hasn't yet been intitialised, and to convert the
2472          character encoding correctly.
2473
[3d2add3]2474Mon Dec 17 22:17:00 GMT 2012  Olly Betts <olly@survex.com>
2475
2476        * lib/Makefile.am: Install zh_CN (Chinese) messages.
2477
[5f680c5]2478Mon Dec 17 22:02:43 GMT 2012  Olly Betts <olly@survex.com>
2479
2480        * lib/zh_CN.po: Reuse existing translation of "Presentation" for the
2481          top level menu name - now all the whole menu bar is translated!
2482
[bc8dfe7]2483Mon Dec 17 11:07:00 GMT 2012  Olly Betts <olly@survex.com>
2484
2485        * src/cavernlog.cc: Don't highlight a file:linenumber if there's no
2486          message after it, which avoids highlighting the "Included from"
2487          lines wrongly.
2488
[53e0bd1]2489Mon Dec 17 11:04:36 GMT 2012  Olly Betts <olly@survex.com>
2490
2491        * tests/: Rename testcase badinc3 to badinc4 and actually run it, and
2492          add new badinc3 which tests multiple levels of *include.  Add expect
2493          output for all the badinc testcases.
2494
[895f767]2495Mon Dec 17 11:01:02 GMT 2012  Olly Betts <olly@survex.com>
2496
2497        * src/datain.c: Report the parent include files starting from the
2498          outermost, as that's more logical when there are multiple levels
2499          involved.
2500
[f326029]2501Mon Dec 17 10:39:14 GMT 2012  Olly Betts <olly@survex.com>
2502
2503        * lib/fr.po: Add translation for new message, adapted from two similar
2504          existing messages.
2505
[66587ff]2506Mon Dec 17 10:37:12 GMT 2012  Olly Betts <olly@survex.com>
2507
2508        * lib/it.po: Merge a translation from launchpad.
2509
[63a4d47]2510Mon Dec 17 09:11:09 GMT 2012  Olly Betts <olly@survex.com>
2511
2512        * lib/: Merge changes from .pot to .po files.
2513
[715720f]2514Mon Dec 17 06:37:10 GMT 2012  Olly Betts <olly@survex.com>
2515
2516        * lib/,src/datain.c: Move the <filename>:<line> into the message when
2517          reporting the include route to the file with the error in it, which
2518          allows a more natural translation into German.
2519
[1c4abcf]2520Mon Dec 17 03:26:40 GMT 2012  Olly Betts <olly@survex.com>
2521
2522        * .gitignore: Add src/dump3d.
2523
[a23fe6a]2524Mon Dec 17 03:24:22 GMT 2012  Olly Betts <olly@survex.com>
2525
2526        * lib/po_codes,lib/po_codes_dead: Prune strings we aren't using and are
2527          probably unlikely to use again into a new file po_codes_dead, so that
2528          translators don't get presented with them to translate.
2529        * lib/survex.pot: Regenerate.
2530
[93935c7]2531Tue Dec 11 23:07:31 GMT 2012  Olly Betts <olly@survex.com>
2532
2533        * src/datain.c,tests/: We want to warn if there's a clino reading which
2534          it would be impossible to have read from the instrument (e.g. on a
2535          -90 to 90 degree scale you can't read "96" (it's probably a typo for
2536          "69").  However, the gradient reading from a topofil is typically in
2537          the range 0 to 180, with 90 being horizontal.  Really we should allow
2538          the valid range to be specified, but for now we infer it from the
2539          zero error - if this is within 45 degrees of 90 then we assume the
2540          range is 0 to 180.
2541
[6186bca]2542Tue Dec 11 22:29:35 GMT 2012  Olly Betts <olly@survex.com>
2543
2544        * lib/po-to-msg.pl: Report unused message numbers.
2545
[4b14118]2546Tue Dec 11 22:22:20 GMT 2012  Olly Betts <olly@survex.com>
2547
2548        * lib/po_codes,lib/survex.pot,src/commands.c,tests/: If the scale
2549          factor in *calibrate is zero, flag that as an error - it doesn't
2550          make sense and probably means someone reversed the arguments to
2551          *calibrate.
2552
[17c1dcd]2553Mon Dec 03 06:52:22 GMT 2012  Olly Betts <olly@survex.com>
2554
2555        * src/readval.c: If we were expecting a numeric field and instead get
2556          something which starts with '+', '-', or '.' but which isn't a
2557          number, then fix the error to include that character in the token
2558          reported.
2559        * tests/: Add regression test badreadingdotplus.
2560
[075c051]2561Mon Dec 03 06:50:51 GMT 2012  Olly Betts <olly@survex.com>
2562
2563        * tests/cavern.tst,tests/equatenosuchstn.out,tests/surveytypo.out: Stop
2564          trimming output header when we get to copyright line, as there may be
2565          an error before the first blank line.
2566
[e08f766]2567Mon Dec 03 06:34:20 GMT 2012  Olly Betts <olly@survex.com>
2568
2569        * tests/badinc3.svx: Add new test file, missed in earlier commit.
2570
[ccc815d5]2571Mon Dec 03 04:18:34 GMT 2012  Olly Betts <olly@survex.com>
2572
2573        * src/cavern.c: Use /* */ comments, not //.
2574
[e3d956b]2575Mon Dec 03 04:16:40 GMT 2012  Olly Betts <olly@survex.com>
2576
2577        * tests/Makefile.am: Add new test suite files.
2578
[4bc4d58]2579Mon Dec 03 04:13:32 GMT 2012  Olly Betts <olly@survex.com>
2580
2581        * src/datain.c,tests/cavern.tst: Fix handling after reporting an error
2582          for a bad reading in passage data to not then complain "End of line
2583          not blank" but instead check other readings on the same line.
2584        * tests/passagebad.svx: Add regression testcase.
2585
[33a2d49]2586Mon Dec 03 02:55:33 GMT 2012  Olly Betts <olly@survex.com>
2587
2588        * tests/cavern.tst,tests/extend.tst,tests/smoke.tst: Add valgrind hooks
2589          to the rest of the tests scripts.
2590
[5b7b184]2591Mon Dec 03 02:53:56 GMT 2012  Olly Betts <olly@survex.com>
2592
2593        * configure.ac: Fix package name, broken during modernisation of
2594          autotools use.
2595
[38c4c5c]2596Mon Dec 03 02:32:01 GMT 2012  Olly Betts <olly@survex.com>
2597
2598        * tests/: Run tools under valgrind in most test scripts if VALGRIND is
2599          set.
2600
[e963c8c]2601Mon Dec 03 02:29:56 GMT 2012  Olly Betts <olly@survex.com>
2602
2603        * tests/smoke.tst: Remove variables which aren't ever used.
2604
[bbe0a27]2605Mon Dec 03 02:28:45 GMT 2012  Olly Betts <olly@survex.com>
2606
2607        * tests/: Make all test scripts report "Test passed" at the end if
2608          VERBOSE is set and all testcases in the script passed.
2609
[67a2822]2610Mon Dec 03 01:59:04 GMT 2012  Olly Betts <olly@survex.com>
2611
2612        * tests/cavern.tst: If VALGRIND is set, run cavern under valgrind and
2613          fail the test if there's an error.
2614
[0a158bc]2615Mon Dec 03 01:29:39 GMT 2012  Olly Betts <olly@survex.com>
2616
2617        * src/datain.c: Refactor to avoid duplicating code for handling clino
2618          and backclino.
2619
[e3b03de]2620Mon Dec 03 01:29:05 GMT 2012  Olly Betts <olly@survex.com>
2621
2622        * src/datain.c: Check r is valid before using it at all.
2623
[30d80d2]2624Sun Dec 02 23:48:05 GMT 2012  Olly Betts <olly@survex.com>
2625
2626        * src/str.c,src/str.h: Inline s_zero() and s_free() since they should
2627          optimise down to similar or less code than a function call would.
2628
[eb96f18]2629Sun Dec 02 23:47:21 GMT 2012  Olly Betts <olly@survex.com>
2630
2631        * src/datain.c: s_zero() on a NULL pointer is a no-op, so remove.
2632
[b165f50]2633Sun Dec 02 22:53:34 GMT 2012  Olly Betts <olly@survex.com>
2634
2635        * lib/de_CH.po: Consistently use Swiss quoting style.
2636
[6f61f83]2637Sun Dec 02 22:51:53 GMT 2012  Olly Betts <olly@survex.com>
2638
2639        * src/readval.c: If we're about to longjmp to jbSkipLine, then we can
2640          just call compile_error() instead of compile_error_skip().
2641
[e363f8b]2642Sun Dec 02 22:40:07 GMT 2012  Olly Betts <olly@survex.com>
2643
2644        * src/datain.c: Always skip the current line if we longjmp to
2645          jbSkipLine.
2646        * tests/cavern.tst,tests/skipafterbadomit.svx: We weren't skipping
2647          after complaining about OMIT for a required reading, which the
2648          change to always skip fixes, so add a regression test for that.
2649
[75e67ab]2650Sat Dec 01 23:42:22 GMT 2012  Olly Betts <olly@survex.com>
2651
2652        * src/readval.c: Add a "const".
2653
[6fe33ed]2654Fri Nov 30 00:31:16 GMT 2012  Olly Betts <olly@survex.com>
2655
2656        * lib/it.po,lib/sk.po: Merge more updates from launchpad.
2657
[7f6250a]2658Wed Nov 28 06:11:11 GMT 2012  Olly Betts <olly@survex.com>
2659
2660        * NEWS: Update from ChangeLog.
2661
[6b9e4eb]2662Wed Nov 28 05:02:26 GMT 2012  Olly Betts <olly@survex.com>
2663
2664        * lib/de.po: A few more translations from launchpad.
2665
[a7b5554]2666Wed Nov 28 01:56:49 GMT 2012  Olly Betts <olly@survex.com>
2667
2668        * lib/,src/sorterr.c: Change "HOW MANY" to "HOW_MANY" to make it
2669          clearer this is a placeholder for one argument.
2670
[bc98047]2671Wed Nov 28 01:52:16 GMT 2012  Olly Betts <olly@survex.com>
2672
2673        * src/message.c: Don't force Latin 1 if setlocale(LC_MESSAGES, ...)
2674          fails.
2675
[1f47cc2]2676Wed Nov 28 01:51:11 GMT 2012  Olly Betts <olly@survex.com>
2677
2678        * src/message.c: Transliterate « and » to " if we don't have them in
2679          the current character set (previously we mapped them to << and >>).
2680
[68e6024]2681Wed Nov 28 01:00:53 GMT 2012  Olly Betts <olly@survex.com>
2682
2683        * lib/: Merge translations from launchpad.
2684
[e2e08e9]2685Wed Nov 28 00:44:36 GMT 2012  Olly Betts <olly@survex.com>
2686
2687        * lib/de_CH.po: Fill gaps from de.po.
2688
[95694a1]2689Wed Nov 28 00:44:05 GMT 2012  Olly Betts <olly@survex.com>
2690
2691        * lib/de.po: Merge in new "TRANSLATORS" comments.
2692
[fe7e9e3]2693Wed Nov 28 00:43:39 GMT 2012  Olly Betts <olly@survex.com>
2694
2695        * lib/es.po,lib/fr.po,lib/it.po: Merge translations from launchpad.
2696
[e9a67e8]2697Wed Nov 28 00:11:07 GMT 2012  Olly Betts <olly@survex.com>
2698
2699        * lib/pt_BR.po: Merge translations from launchpad.
2700
[5b74858]2701Wed Nov 28 00:00:18 GMT 2012  Olly Betts <olly@survex.com>
2702
2703        * lib/po-to-msg.pl: Add FIXME to only check % formats for messages
2704          which have the "c-format" flag set.
2705
[b772727]2706Tue Nov 27 23:57:25 GMT 2012  Olly Betts <olly@survex.com>
2707
2708        * lib/po-to-msg.pl: Fix quote check to handle “” vs »«.
2709
[57d980f]2710Tue Nov 27 23:40:06 GMT 2012  Olly Betts <olly@survex.com>
2711
2712        * lib/de.po,lib/po_codes,lib/survex.pot: Reorder messages so the ones
2713          in the "View" menu are together in order.  Adjust menu accelerators
2714          for the German translation to avoid clashes in the View menu.
2715
[71cf541]2716Tue Nov 27 23:14:05 GMT 2012  Olly Betts <olly@survex.com>
2717
2718        * lib/de.po: Merge more updates from launchpad.
2719
[c4a0938]2720Tue Nov 27 22:30:36 GMT 2012  Olly Betts <olly@survex.com>
2721
2722        * lib/de.po: Merge updates from launchpad.
2723
[5c4d167]2724Wed Nov 14 05:50:47 GMT 2012  Olly Betts <olly@survex.com>
2725
2726        * lib/fr.po: Merge in new translator comments.
2727
[b1afaf6]2728Sun Nov 04 21:26:29 GMT 2012  Olly Betts <olly@survex.com>
2729
2730        * lib/sk.po: Merge changes from Martin Sluka.
2731
[aefa547]2732Sun Nov 04 21:26:01 GMT 2012  Olly Betts <olly@survex.com>
2733
2734        * lib/ca.po: Merge in TRANSLATOR comments.
2735
[28b4065]2736Sun Nov 04 21:25:40 GMT 2012  Olly Betts <olly@survex.com>
2737
2738        * lib/fr.po: Fix clashing menu accelerator.
2739
[65d9b6b]2740Fri Nov 02 04:02:16 GMT 2012  Olly Betts <olly@survex.com>
2741
2742        * NEWS: Update from ChangeLog.
2743
[b0a90c1]2744Fri Nov 02 03:58:12 GMT 2012  Olly Betts <olly@survex.com>
2745
2746        * lib/mailmsgs.pl: Remove obsolete script.
2747        * lib/Makefile.am,lib/po-to-msg.pl: Remove references to *.todo, which
2748          we no longer generate.
2749
[e16ab0b]2750Fri Nov 02 03:46:59 GMT 2012  Olly Betts <olly@survex.com>
2751
2752        * lib/survex.pot: Add another TRANSLATORS comment.
2753
[8870a192]2754Fri Nov 02 03:25:52 GMT 2012  Olly Betts <olly@survex.com>
2755
2756        * lib/survex.pot: Add TRANSLATORS comments to clarify messages which
2757          Eric asked about.
2758
[b14d8e8]2759Fri Nov 02 03:06:00 GMT 2012  Olly Betts <olly@survex.com>
2760
2761        * lib/: Merge translation updates.
2762
[85c83ac5]2763Fri Nov 02 00:32:35 GMT 2012  Olly Betts <olly@survex.com>
2764
2765        * src/guicontrol.cc,src/mainfrm.cc: On OS X, F11 is used by the desktop
2766          so change the menu shortcut for "Full Screen Mode" to be the OS X
2767          standard shortcut Shift-Command-F.
2768
[351937d]2769Sun Oct 28 04:21:27 GMT 2012  Olly Betts <olly@survex.com>
2770
2771        * lib/sk.po: Merge updates from Martin Sluka.
2772
[6e0cdc2c]2773Mon Oct 15 04:19:57 GMT 2012  Olly Betts <olly@survex.com>
2774
2775        * Makefile.am,configure.ac: Modern automake seems to cope with files
2776          required by GNU being generated during the build, so we no longer
2777          need to use the "foreign" automake mode.  Also use -Werror with
2778          automake.
2779
[0257ad0]2780Mon Oct 15 02:28:46 GMT 2012  Olly Betts <olly@survex.com>
2781
2782        * src/Makefile.am: Remove workaround for GCC 2.95 failing to compile
2783          gfxcore.cc - GCC 2.95 is obsolete now.
2784
[aef7b08]2785Mon Oct 15 02:27:04 GMT 2012  Olly Betts <olly@survex.com>
2786
2787        * src/Makefile.am: Use AM_CPPFLAGS instead of obsolete INCLUDES.
2788
[d260645]2789Mon Oct 15 02:21:53 GMT 2012  Olly Betts <olly@survex.com>
2790
2791        * Makefile.am,buildmacosx.sh,configure.ac,lib/mailmsgs.pl: Update
2792          configure.ac from passing version to AM_INIT_AUTOMAKE to passing it
2793          to AC_INIT, and fix places which grep out the version.
2794
[147b12b]2795Mon Oct 15 02:08:23 GMT 2012  Olly Betts <olly@survex.com>
2796
2797        * buildmacosx.sh,configure.ac,configure.in,doc/Makefile.am,
2798          lib/mailmsgs.pl: Rename configure.in to configure.ac to make modern
2799          autotools usage.
2800
[c458cf7]2801Thu Sep 27 10:41:56 GMT 2012  Olly Betts <olly@survex.com>
2802
2803        * src/: Switch read_prefix_*() family of functions to be a single
2804          read_prefix() function which tags a bitmask of flags.
2805
[2aa484e]2806Thu Sep 27 09:23:41 GMT 2012  Olly Betts <olly@survex.com>
2807
2808        * lib/id.po: Resolve clashing menu accelerators.
2809
[29c302d]2810Thu Sep 27 05:37:18 GMT 2012  Olly Betts <olly@survex.com>
2811
2812        * src/namecompare.cc: Fix to build with wx2.8.
2813
[3dfffa2]2814Thu Sep 27 05:25:49 GMT 2012  Olly Betts <olly@survex.com>
2815
2816        * NEWS: Update from ChangeLog.
2817
[aa1927c]2818Thu Sep 27 05:12:22 GMT 2012  Olly Betts <olly@survex.com>
2819
2820        * src/message.c: For determining character set on Unix, check LANG
2821          after LC_ALL and LC_CTYPE.  For determining language, check LC_ALL
2822          before LC_MESSAGES and LANG.
2823
[4f62f2c]2824Thu Sep 27 04:48:34 GMT 2012  Olly Betts <olly@survex.com>
2825
2826        * lib/id.po: Add more translations and fix marking of unused messages.
2827
[5bff838]2828Thu Sep 27 04:07:24 GMT 2012  Olly Betts <olly@survex.com>
2829
2830        * lib/Indonesian-5.1.11.isl,lib/Makefile.am,lib/id.po: Add start of
2831          Indonesian translation from launchpad.
2832
[571547c]2833Thu Sep 27 03:56:22 GMT 2012  Olly Betts <olly@survex.com>
2834
2835        * lib/: Merge translation updates from launchpad.
2836
[b82f52d]2837Thu Sep 27 00:31:24 GMT 2012  Olly Betts <olly@survex.com>
2838
2839        * lib/: Remove scripts and data files which are no longer used.
2840
[bc60689]2841Sat Sep 22 05:06:23 GMT 2012  Olly Betts <olly@survex.com>
2842
2843        * src/mainfrm.cc,src/mainfrm.h: Don't run incremental search on every
2844          key-press, as on a slow machine the short initial search(es) will
2845          take a while but not be useful.  Instead set a flag, and actually
2846          run the search when MainFrm next receives an idle event.
2847
[f0c7398]2848Fri Sep 21 06:24:32 GMT 2012  Olly Betts <olly@survex.com>
2849
2850        * src/img.h: New leg flag img_FLAG_NOSURVEY.
2851        * src/netskel.c: Set img_FLAG_NOSURVEY for nosurvey legs.
2852        * src/dump3d.c: Report NOSURVEY leg flag.
2853
[b5b8b7e]2854Fri Sep 21 06:22:29 GMT 2012  Olly Betts <olly@survex.com>
2855
2856        * src/Makefile.am: dump3d now needs date.c.
2857
[798a6bf]2858Wed Sep 19 22:12:35 GMT 2012  Olly Betts <olly@survex.com>
2859
2860        * src/dump3d.c: Add --show-dates option.
2861
[0bd66ac]2862Fri Sep 07 11:39:06 GMT 2012  Olly Betts <olly@survex.com>
2863
2864        * src/namecompare.cc,src/namecompare.h: Add two new files which were
2865          in the last release but I failed to commit.
2866
[351b91f]2867Tue Aug 14 09:42:43 GMT 2012  Olly Betts <olly@survex.com>
2868
2869        * lib/Makefile.am: Create de_DE.po as a symlink if it doesn't exist.
2870
[41cfc8c]2871Mon May 28 16:56:27 GMT 2012  Olly Betts <olly@survex.com>
2872
2873        * configure.in: -W no longer seems to cause problems with wxWidgets.
2874
[41f7a27]2875Mon May 28 16:49:37 GMT 2012  Olly Betts <olly@survex.com>
2876
2877        * src/: Remove unused parameter names.
2878
[27795245]2879Sun May 27 12:24:17 GMT 2012  Olly Betts <olly@survex.com>
2880
2881        * src/export.cc: Include "export.h".
2882
[335f37a]2883Fri May 25 14:20:24 GMT 2012  Olly Betts <olly@survex.com>
2884
2885        * tests/cavern.tst,test/equatenosuchstn.out: Drop line reporting time
2886          taken when comparing output, as that can vary.
2887        * src/listpos.c,tests/equatenosuchstn.out: Move "Station X referred to
2888          just once" warning after non-existent survey check.
2889        * src/,tests/: If survey isn't all connected, still run survey tree
2890          checks and report errors and/or warnings which might suggest typo
2891          locations.
2892
[0ebdaa6]2893Tue Feb 28 00:41:15 GMT 2012  Olly Betts <olly@survex.com>
2894
2895        * tests/diffpos.tst: Force English messages for diffpos tests too.
2896
[6e47b72]2897Tue Feb 28 00:39:45 GMT 2012  Olly Betts <olly@survex.com>
2898
2899        * tests/cavern.tst: Force English messages so comparing expected output
2900          works whatever the current language setting.
2901
[1e0a80a]2902Fri Feb 24 00:43:04 GMT 2012  Olly Betts <olly@survex.com>
2903
2904        * tests/cavern.tst,tests/equatenosuchstn.out: Fix test failure due to
2905          Survex version number appearing in expected output.
2906
[366976d]2907Thu Feb 23 22:34:52 GMT 2012  Olly Betts <olly@survex.com>
2908
2909        * make_release: Link mingw build statically to avoid needing libgcc
2910          DLL.
2911
[de4b099]2912Wed Feb 22 23:39:25 GMT 2012  Olly Betts <olly@survex.com>
2913
2914        * configure.in,src/gla-gl.cc: The Debian mingw-w64 packages lack
2915          GL/glext.h so test for it in configure.
2916
[6f8cb1c]2917Wed Feb 22 23:29:29 GMT 2012  Olly Betts <olly@survex.com>
2918
2919        * src/cavernlog.cc: Remove variable which is only assigned to and
2920          never read.
2921
[c575465]2922Wed Feb 22 22:09:02 GMT 2012  Olly Betts <olly@survex.com>
2923
2924        * NEWS,src/Makefile.am: Disable building findentrances by default
2925          so I can get 1.2.6 out without further delays as it fixes processing
2926          .svx files from aven under Mac OS X.
2927
[e2d48d8]2928Wed Feb 22 11:35:40 GMT 2012  Olly Betts <olly@survex.com>
2929
2930        * src/datain.c: Remove return type from data_normal() etc as we never
2931          use it.
2932
[4996925]2933Wed Feb 22 05:11:53 GMT 2012  Olly Betts <olly@survex.com>
2934
2935        * make_release: Update to work with Debian mingw-w64 packages.
2936
[b081031]2937Mon Feb 20 05:08:26 GMT 2012  Olly Betts <olly@survex.com>
2938
2939        * NEWS,configure.in: Update for 1.2.6.
2940
[0cf46f5]2941Sun Feb 19 10:48:37 GMT 2012  Olly Betts <olly@survex.com>
2942
2943        * doc/3dformat.htm: Merge in some improvements from Mike McCombe.
2944
[96b974e]2945Fri Feb 17 03:49:59 GMT 2012  Olly Betts <olly@survex.com>
2946
2947        * src/message.c: Fix so that cavern run by aven finds its messages.
2948
[59b0f0c]2949Thu Feb 16 01:36:54 GMT 2012  Olly Betts <olly@survex.com>
2950
2951        * Makefile.am,survex.iss.in: Include JPG images in Innosetup installer.
2952          (ticket#35)
2953
[4d34e1f]2954Fri Jan 27 13:30:54 GMT 2012  Olly Betts <olly@survex.com>
2955
2956        * lib/po_codes,lib/survex.pot,src/Makefile.am,src/findentrances.cc:
2957          Make all messages in findentrances translatable.
2958
[cd971de]2959Fri Jan 27 11:03:28 GMT 2012  Olly Betts <olly@survex.com>
2960
2961        * lib/po_codes,lib/survex.pot,src/listpos.c,tests/: If we have a
2962          reference to a station in a non-existent survey, give a helpful error
2963          rather than saying the station hasn't been exported from the survey.
2964
[4ef0e01]2965Tue Jan 24 23:03:10 GMT 2012  Olly Betts <olly@survex.com>
2966
2967        * src/cavern.c: Remove TRANSLATE comment which has already been
2968          addressed.
2969
[48e82bf]2970Tue Jan 24 10:56:14 GMT 2012  Olly Betts <olly@survex.com>
2971
2972        * src/findentrances.cc: Add commenting noting precision of lat and lon.
2973
[34b9d54]2974Tue Jan 24 10:55:19 GMT 2012  Olly Betts <olly@survex.com>
2975
2976        * src/findentrances.cc: Don't include carriage returns in .gpx output.
2977
[1686083]2978Tue Jan 24 10:42:41 GMT 2012  Olly Betts <olly@survex.com>
2979
2980        * src/findentrances.cc: Add GPL licence boilerplate (Olaf OKed this in
2981          <20120111115239.1b162450@ghost>).
2982
[5f6e8b2]2983Tue Jan 24 04:53:30 GMT 2012  Olly Betts <olly@survex.com>
2984
2985        * src/Makefile.am,src/findentrances.cc: Build findentrances in the
2986          buildsystem.
2987
[e34a704b]2988Tue Jan 24 04:41:03 GMT 2012  Olly Betts <olly@survex.com>
2989
2990        * src/findentrances.cc: Update examples of usage to reflect "-s"
2991          change.
2992
[ea788a3]2993Tue Jan 24 04:38:11 GMT 2012  Olly Betts <olly@survex.com>
2994
2995        * src/findentrances.cc: Use string::assign() rather than constructing
2996          a temporary string object and assigning that.
2997
[9e513bd3]2998Tue Jan 24 04:35:25 GMT 2012  Olly Betts <olly@survex.com>
2999
3000        * src/cmdline.c: Allow help argument to cmdline_init() to be NULL.
3001
[56c01a3]3002Tue Jan 24 04:35:04 GMT 2012  Olly Betts <olly@survex.com>
3003
3004        * src/findentrances.cc: Support --help and --version options.
3005
[8ec699d]3006Tue Jan 24 04:27:15 GMT 2012  Olly Betts <olly@survex.com>
3007
3008        * src/findentrances.cc: "using namespace std;"
3009
[dcc50a4]3010Tue Jan 24 04:25:09 GMT 2012  Olly Betts <olly@survex.com>
3011
3012        * src/findentrances.cc: Give error if required -d option is not
3013          specified.
3014
[375de6a]3015Tue Jan 24 04:19:29 GMT 2012  Olly Betts <olly@survex.com>
3016
3017        * src/findentrances.cc: Other survex tools use -s for "limit operation
3018          to this survey prefix" and just take the .3d file to operate on as
3019          a command line argument, so for consistency just take the .3d file
3020          as a command line argument here too.
3021
[23dc8cb]3022Tue Jan 24 04:18:41 GMT 2012  Olly Betts <olly@survex.com>
3023
3024        * src/findentrances.cc: Reindent with 4 space indent, tab width 8.
3025
[ac71f8a]3026Tue Jan 24 04:12:19 GMT 2012  Olly Betts <olly@survex.com>
3027
3028        * src/findentrances.cc: Add findentrances utility from Olaf.
3029
[f4c4ee1]3030Tue Jan 10 12:57:08 GMT 2012  Olly Betts <olly@survex.com>
3031
3032        * lib/survex.pot,lib/zh_CN.po: Update.
3033
[d3c3098]3034Tue Jan 10 12:56:33 GMT 2012  Olly Betts <olly@survex.com>
3035
3036        * lib/po_codes: Update locations.
3037
[bf48d5c]3038Tue Jan 10 12:55:25 GMT 2012  Olly Betts <olly@survex.com>
3039
3040        * lib/Makefile.am: When generating survex.pot from po_codes, drop the
3041          codes from commented out messages too.
3042
[a212391]3043Mon Jan 09 12:21:28 GMT 2012  Olly Betts <olly@survex.com>
3044
3045        * src/aven.cc: Fix to build with a non-Unicode wxWidgets library.
3046          Patch from Olaf Kahler.
3047
[b80dbd9]3048Fri Jan 06 11:47:59 GMT 2012  Olly Betts <olly@survex.com>
3049
3050        * lib/: Touch all the .po files.
3051
[6331a42]3052Fri Jan 06 11:47:10 GMT 2012  Olly Betts <olly@survex.com>
3053
3054        * lib/touch-po.pl: New script to "touch" a .po file by updating
3055          "PO-Revision-Date:".
3056
[d73ef23]3057Fri Jan 06 11:34:16 GMT 2012  Olly Betts <olly@survex.com>
3058
3059        * lib/,src/Makefile.am,src/gettexttomsg.pl: Rename codes.po to po_codes
3060          so it doesn't get picked up by tools looking for .po files.  Add
3061          survex.pot to the repo so launchpad's auto translation syncing can
3062          work.
3063
[9d5aa63]3064Fri Jan 06 11:25:23 GMT 2012  Olly Betts <olly@survex.com>
3065
3066        * make_release: Update to use git rather than SVN.
3067
[e367554]3068Fri Jan 06 11:19:37 GMT 2012  Olly Betts <olly@survex.com>
3069
3070        * doc/HACKING.htm: Update mention of "SVN tree" to "source tree" as the
3071          files mentioned are shipped in releases too.
3072
[21f2647]3073Wed Jan 04 05:22:32 GMT 2012  Olly Betts <olly@survex.com>
3074
3075        * lib/Makefile.am: Make the containing directory in the launchpad
3076          tarball “survex-trans”.
3077
[68961ee]3078Wed Jan 04 03:41:40 GMT 2012  Olly Betts <olly@survex.com>
3079
3080        * src/dump3d.c: Add support for showing img_ERROR_INFO items.
3081
[90e24f9]3082Tue Jan 03 23:54:26 GMT 2012  Olly Betts <olly@survex.com>
3083
3084        * lib/fr.po: Incorporate a translation from launchpad I'd previously
3085          copied the English version of by mistake.  Attempt to correct
3086          mistranslation of "survey file".
3087
[9c9fd6b]3088Tue Jan 03 13:21:09 GMT 2012  Olly Betts <olly@survex.com>
3089
3090        * make_release: Need to set VERSION before we first use it!
3091
[685116f]3092Tue Jan 03 12:39:38 GMT 2012  Olly Betts <olly@survex.com>
3093
3094        * NEWS,configure.in: Update for 1.2.5.
3095
[6f6691b]3096Tue Jan 03 12:11:14 GMT 2012  Olly Betts <olly@survex.com>
3097
3098        * doc/survex.7.in: Make a few minor improvements to the text.
3099
[c6bd107]3100Tue Jan 03 12:07:31 GMT 2012  Olly Betts <olly@survex.com>
3101
3102        * doc/survex.7.in: Update section in .TH macro to 7 too.
3103
[008f2f3]3104Tue Jan 03 12:04:54 GMT 2012  Olly Betts <olly@survex.com>
3105
3106        * src/moviemaker.cc: Further fix.
3107
[86d8ee5]3108Tue Jan 03 11:05:11 GMT 2012  Olly Betts <olly@survex.com>
3109
3110        * configure.in,src/moviemaker.cc: Fix to work with newer ffmpeg.
3111
[c091027]3112Mon Jan 02 13:10:42 GMT 2012  Olly Betts <olly@survex.com>
3113
3114        * src/gfxcore.cc: Draw measuring line above indicators rather than
3115          underneath them.
3116
[03cb7cc]3117Mon Jan 02 12:52:47 GMT 2012  Olly Betts <olly@survex.com>
3118
3119        * src/message.c: Improve handling of messages before the message
3120          subsystem is fully initialised.
3121
[41adebb]3122Mon Jan 02 12:37:18 GMT 2012  Olly Betts <olly@survex.com>
3123
3124        * src/Makefile.am,src/mainfrm.cc,src/namecmp.h: Add a version of the
3125          station name comparing algorithm which works with the Unicode strings
3126          directly, which fixes the issue with random ordering of the prefix
3127          tree control in aven due to the converted strings we were comparing
3128          getting invalidated before we actually compared them.
3129
[b3f1bbe]3130Mon Jan 02 12:12:35 GMT 2012  Olly Betts <olly@survex.com>
3131
3132        * src/gla-gl.cc: If glGenLists() fails, flag the list as NEVER_CACHE
3133          as there's unlikely to be much point calling glGenLists() again.
3134        * src/gla-gl.cc,src/gla.h: Replace GLAList methods test_flag() and
3135          InvalidateList() with an invalidate_if() method.
3136
[92cf7a8]3137Mon Jan 02 11:54:38 GMT 2012  Olly Betts <olly@survex.com>
3138
3139        * src/gfxcore.cc,src/gla-gl.cc: No need to invalidate the display lists
3140          for the compass and clino when a new survey is loaded as they don't
3141          depend on the survey data.
3142
[620c0c9]3143Mon Jan 02 11:17:51 GMT 2012  Olly Betts <olly@survex.com>
3144
3145        * src/gla-gl.cc,src/gla.h: Rework list caching code to not call
3146          glDeleteLists() and glGenLists() when a list is invalidated, as that
3147          results in a fresh list number being allocated (at least with the
3148          OpenGL implementation I'm using) which would eventually result in
3149          aven hitting an assertion which is there to catch if we leak lists.
3150
[8df3c7f]3151Sun Jan 01 13:29:03 GMT 2012  Olly Betts <olly@survex.com>
3152
3153        * lib/Makefile.am: Put translation files in a sub-directory in the
3154          tarball, and print the path to it so it can be cut-and-pasted to
3155          upload to launchpad.
3156
[ee83074]3157Sun Jan 01 10:48:01 GMT 2012  Olly Betts <olly@survex.com>
3158
3159        * lib/it.po: Add "translation" for degree symbol.
3160
[64773c9]3161Sun Jan 01 10:33:55 GMT 2012  Olly Betts <olly@survex.com>
3162
3163        * lib/en_US.po: Merge template changes into en_US.po (no user-visible
3164          changes).
3165
[8430216]3166Sun Jan 01 04:45:03 GMT 2012  Olly Betts <olly@survex.com>
3167
3168        * make_release: Fix typo in filename to copy to webserver.  Show the
3169          SHA1 checksums for the uploaded files.
3170
[f15ca67f]3171Sun Jan 01 02:56:04 GMT 2012  Olly Betts <olly@survex.com>
3172
3173        * NEWS,configure.in: Update for 1.2.4.
3174
[6e0c5879]3175Sun Jan 01 02:53:03 GMT 2012  Olly Betts <olly@survex.com>
3176
3177        * src/gfxcore.cc,src/gfxcore.h: Update copyright years.
3178
[825bdff]3179Sun Jan 01 02:32:59 GMT 2012  Olly Betts <olly@survex.com>
3180
3181        * src/gfxcore.cc,src/gfxcore.h: Improve labelling of depth colour key
3182          to avoid sub-picometre precision on near-zero values (ticket#30).
3183          We now always use metres or feet for the depth with a consistent
3184          precision chosen from the depth range, and show the units below
3185          the colour bar rather than after every value.
3186        * src/gfxcore.cc,src/gfxcore.h: When zooming way in, stay in metres
3187          rather than switching to cm.  Say “1 mile” rather than “1 miles”.
3188
[19b2f99]3189Sat Dec 31 22:40:07 GMT 2011  Olly Betts <olly@survex.com>
3190
3191        * src/gla-gl.cc: Fix not to make OpenGL calls before we've initialised
3192          OpenGL, as this can cause segmentation faults (e.g. on Fedora 16).
3193          Extend CHECK_GL_ERROR() to check that we don't make such calls in
3194          future.
3195
[404e6575]3196Sat Dec 31 22:37:47 GMT 2011  Olly Betts <olly@survex.com>
3197
3198        * lib/es.po: Fix "Last-Translator:" header and merge in translation
3199          of a message which is not currently used.
3200
[38eced7]3201Sat Dec 31 15:04:23 GMT 2011  Olly Betts <olly@survex.com>
3202
3203        * lib/: Merge remaining .po files.
3204
[399807d8]3205Sat Dec 31 14:46:20 GMT 2011  Olly Betts <olly@survex.com>
3206
3207        * lib/: Merge more .po files.
3208
[3a3de38]3209Sat Dec 31 14:24:25 GMT 2011  Olly Betts <olly@survex.com>
3210
3211        * lib/ca.po,lib/de_CH.po,lib/en_US.po: Merge template changes into .po
3212          files.
3213
[585def7]3214Sat Dec 31 13:13:55 GMT 2011  Olly Betts <olly@survex.com>
3215
3216        * lib/fr.po: More translation updates from launchpad.
3217
[9b9561b]3218Sat Dec 31 12:51:53 GMT 2011  Olly Betts <olly@survex.com>
3219
3220        * lib/ca.po,lib/sk.po: Fix unattached acute accents.
3221
[6d92798]3222Sat Dec 31 12:45:36 GMT 2011  Olly Betts <olly@survex.com>
3223
3224        * lib/: Update Project-Id-Version in .po files to match that in
3225          survex.pot.
3226
[134ee8d]3227Sat Dec 31 12:43:52 GMT 2011  Olly Betts <olly@survex.com>
3228
3229        * lib/Makefile.am: Add launchpad-tarball target to make a tarball
3230          of the translations suitable for uploading to launchpad.
3231
[e11c235]3232Sat Dec 31 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
3233
3234        * make_release: Echo the commands to copy the new release to the web
3235          server at the end.
3236        * copy-prerelease,copy-release: Remove old scripts which are no longer
3237          useful.
3238
[3ea0178]3239Sat Dec 31 11:13:11 GMT 2011  Olly Betts <olly@survex.com>
3240
3241        * NEWS,configure.in: Update for 1.2.3.
3242
[ae2e3c0]3243Sat Dec 31 10:58:34 GMT 2011  Olly Betts <olly@survex.com>
3244
3245        * src/mainfrm.cc: As we build the data structure, eliminate tubes
3246          consisting of zero XSECTs as well as those consisting of just one.
3247
[8490ad9]3248Sat Dec 31 10:36:24 GMT 2011  Olly Betts <olly@survex.com>
3249
3250        * src/img.h: Fix incorrect comment which claimed that img_XFLAG_END
3251          was no longer used.
3252        * src/img.c: Use img_XFLAG_END constant rather than assuming it is
3253          1.
3254
[2f1c0c0]3255Sat Dec 31 10:32:44 GMT 2011  Olly Betts <olly@survex.com>
3256
3257        * src/extend.c: Copy the end markers for passage tubes, and preserve
3258          left and right data for tubes (previously they were set to -1.0
3259          which means "no info").
3260
[f63bd56]3261Sat Dec 31 08:17:08 GMT 2011  Olly Betts <olly@survex.com>
3262
3263        * lib/extract-msgs.pl: New script to allow developers to update
3264          codes.po from source code.
3265        * lib/Makefile.am: Ship it.
3266        * src/Makefile.am: Add rule to run it on all used sources and generate
3267          newcodes.po which can then be compared with current version.
3268
[08004e7]3269Sat Dec 31 08:14:06 GMT 2011  Olly Betts <olly@survex.com>
3270
3271        * lib/codes.po: Update source locations, add a missing c-format marker.
3272
[5c2bff7]3273Sat Dec 31 08:13:26 GMT 2011  Olly Betts <olly@survex.com>
3274
3275        * src/mainfrm.cc: Fix a message in the source code which I missed in
3276          the previous batch.
3277
[14d03d5]3278Sat Dec 31 08:12:23 GMT 2011  Olly Betts <olly@survex.com>
3279
3280        * lib/po-to-msg.pl: Removed unused remains of check that messages are
3281          in numerically ascending order, which we no longer want to enforce.
3282
[4340dae]3283Sat Dec 31 07:48:20 GMT 2011  Olly Betts <olly@survex.com>
3284
3285        * src/sorterr.c: Fix a message in the source code which I missed in
3286          the previous batch.
3287
[84d6c400]3288Sat Dec 31 05:54:45 GMT 2011  Olly Betts <olly@survex.com>
3289
3290        * src/message.c: Transliterate curly right single quote to ASCII
3291          apostrophe if we can't represent it in the current character set.
3292
[ee7511a]3293Sat Dec 31 05:44:47 GMT 2011  Olly Betts <olly@survex.com>
3294
3295        * lib/,src/: Use curly apostrophe instead of "'" in messages.  Correct
3296          messages in source code which didn't match those in the message file
3297          (no visible effects to end-users).
3298        * lib/codes.po: Update file:lineno locations where messages are used.
3299        * lib/po-to-msg.pl: Warn about different numbers of opening or
3300          closing curly double quotes in message vs translation.
3301        * lib/ca.po,lib/es.po: Fix minor typo in one message caught by this
3302          new warning.
3303
[5b9942e]3304Sat Dec 31 05:23:46 GMT 2011  Olly Betts <olly@survex.com>
3305
3306        * NEWS: Update from ChangeLog.
3307
[0804fbe]3308Thu Dec 29 03:37:04 GMT 2011  Olly Betts <olly@survex.com>
3309
3310        * lib/,src/: Use curly double quotes instead of "`" and "'" to
3311          quote literals and filenames in messages.
3312
[7a49002]3313Thu Dec 29 03:21:49 GMT 2011  Olly Betts <olly@survex.com>
3314
3315        * src/message.c: Transliterate curly double quotes to ASCII straight
3316          double quotes if we can't represent them in the current character
3317          set.
3318
[1465b7a]3319Thu Dec 29 03:14:52 GMT 2011  Olly Betts <olly@survex.com>
3320
3321        * src/message.c: Convert source code to UTF-8.
3322
[92678b5]3323Thu Dec 29 00:52:44 GMT 2011  Olly Betts <olly@survex.com>
3324
3325        * src/gla-gl.cc: Fix typo in CHECK_GL_ERROR() change in previous
3326          commit.
3327
[6cf4daa]3328Thu Dec 29 00:49:31 GMT 2011  Olly Betts <olly@survex.com>
3329
3330        * src/gla-gl.cc: We already keep track of the GL canvas size in x_size
3331          and y_size so use those rather than re-requesting them.
3332
[5717f69]3333Wed Dec 28 11:45:40 GMT 2011  Olly Betts <olly@survex.com>
3334
3335        * lib/fr.po: Merge in updated translations from launchpad.
3336
[46acc71]3337Sun Nov 27 12:30:31 GMT 2011  Olly Betts <olly@survex.com>
3338
3339        * src/tr.c,src/tr.h: Committing original versions of tr tiled
3340          rendering code.
3341
[3ea243b]3342Thu Nov 24 12:59:24 GMT 2011  Olly Betts <olly@survex.com>
3343
3344        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Remove
3345          GLACanvas::SetBackgroundColour() since we only ever set it to black
3346          and opaque.
3347
[a775268]3348Thu Nov 24 12:28:07 GMT 2011  Olly Betts <olly@survex.com>
3349
3350        * doc/TODO.htm: Add note to pick the fastest method for crosses/blobs
3351          if multiple ones pass the visual fidelity check.
3352
[4f7f965]3353Thu Nov 24 12:27:33 GMT 2011  Olly Betts <olly@survex.com>
3354
3355        * src/gla-gl.cc: Add disabled code to show the visual fidelity check on
3356          stdout.
3357
[c8f449c]3358Thu Nov 24 12:24:49 GMT 2011  Olly Betts <olly@survex.com>
3359
3360        * src/gla-gl.cc: Fix screenshot and movie generation to read from the
3361          front buffer in the usual case of being double buffered.
3362
[a106530]3363Thu Nov 24 12:02:22 GMT 2011  Olly Betts <olly@survex.com>
3364
3365        * src/gla-gl.cc: Add CHECK_GL_ERROR for glReadPixels calls.
3366
[dd64a45]3367Thu Nov 24 11:59:23 GMT 2011  Olly Betts <olly@survex.com>
3368
3369        * src/gla-gl.cc: Undefine o and I after we're done with them.
3370
[8b34cd5]3371Thu Nov 24 11:56:57 GMT 2011  Olly Betts <olly@survex.com>
3372
3373        * src/gla-gl.cc: Fix expected cross shape so don't always reject using
3374          texture mapping to draw crosses.
3375
[c5dd692]3376Wed Nov 02 15:40:45 GMT 2011  Olly Betts <olly@survex.com>
3377
3378        * src/mainfrm.cc: Don't create the help menu at all on OS X.
3379
[34c4be5]3380Wed Nov 02 15:38:54 GMT 2011  Olly Betts <olly@survex.com>
3381
3382        * lib/INSTALL.OSX: Update to reflect current status.
3383
[22f79a2]3384Wed Nov 02 15:37:58 GMT 2011  Olly Betts <olly@survex.com>
3385
3386        * src/gfxcore.cc: Remove duplicate call to PopupMenu().
3387
[8a329f2]3388Tue Nov 01 23:24:23 GMT 2011  Olly Betts <olly@survex.com>
3389
3390        * src/namecmp.h: Fix to build with wx 2.9.2.
3391
[03b3272]3392Tue Nov 01 23:17:52 GMT 2011  Olly Betts <olly@survex.com>
3393
3394        * src/gfxcore.cc: Remove assertion which uses deprecated wx method.
3395
[ff9f695]3396Tue Nov 01 23:14:09 GMT 2011  Olly Betts <olly@survex.com>
3397
3398        * src/mainfrm.cc,src/mainfrm.h: Make separator wxChar not int.
3399
[332287b]3400Tue Nov 01 18:54:32 GMT 2011  Olly Betts <olly@survex.com>
3401
3402        * lib/sk.po: Update a translation from launchpad.
3403
[6409cd0]3404Tue Nov 01 18:32:24 GMT 2011  Olly Betts <olly@survex.com>
3405
3406        * src/log.cc,src/log.h: Fix to build with wx 2.9.2.
3407
[5e61108]3408Tue Nov 01 18:15:20 GMT 2011  Olly Betts <olly@survex.com>
3409
3410        * src/export.cc: Fix to build with wx 2.9.2.
3411
[24ff389]3412Tue Nov 01 18:14:13 GMT 2011  Olly Betts <olly@survex.com>
3413
3414        * src/aboutdlg.cc: Fix code conditionally used on 2.9.2 and later to
3415          actually compile.
3416
[ee3e284]3417Tue Nov 01 18:12:42 GMT 2011  Olly Betts <olly@survex.com>
3418
3419        * src/gfxcore.cc: Fix how we pass on events from right-click menus of
3420          indicators.  The previous code seemed to work, but wasn't correct
3421          as highlighted by trying to build it with 2.9.2 which now refuses
3422          to build to avoid people getting this wrong.
3423
[df3e22fc]3424Tue Nov 01 18:11:55 GMT 2011  Olly Betts <olly@survex.com>
3425
3426        * src/aven.h: Need to forward declare class wxPageSetupDialogData for
3427          wx 2.9.2.
3428
[6f9b20d]3429Tue Nov 01 18:11:22 GMT 2011  Olly Betts <olly@survex.com>
3430
3431        * src/glbitmapfont.h: Fix to build with wx 2.9.2.
3432
[e144af3]3433Tue Nov 01 18:10:51 GMT 2011  Olly Betts <olly@survex.com>
3434
3435        * src/cavernlog.cc: Fix to build with wx 2.9.2.
3436
[18886d7]3437Tue Nov 01 18:06:12 GMT 2011  Olly Betts <olly@survex.com>
3438
3439        * lib/INSTALL.OSX,src/mainfrm.cc: Make the green colour used for
3440          entrances in the survey tree the same (slightly darker than
3441          before) green used for the entrance blobs.
3442
[19bbc1fc]3443Tue Nov 01 18:04:47 GMT 2011  Olly Betts <olly@survex.com>
3444
3445        * src/gla-gl.cc: Fix warning when building with wx2.9.2.
3446
[1b2e819]3447Tue Nov 01 12:32:30 GMT 2011  Olly Betts <olly@survex.com>
3448
3449        * src/printwx.cc: Fix Y coordinates of surface surveys on printouts.
3450          (Closes #32)
3451
[b93ab78]3452Sun Oct 23 06:20:14 GMT 2011  Olly Betts <olly@survex.com>
3453
3454        * lib/Info.plist.in: Remove spurious blank lines from licence text
3455          in OS X "Get Info".
3456
[5dafea4]3457Sat Oct 22 17:39:07 GMT 2011  Olly Betts <olly@survex.com>
3458
3459        * doc/TODO.htm: Opening dialogs while in full screen mode now works
3460          better in wxGTK.
3461
[34812da]3462Sat Oct 22 17:36:01 GMT 2011  Olly Betts <olly@survex.com>
3463
3464        * lib/INSTALL.OSX: Processing .svx files from aven now works.
3465
[2a4e8b7]3466Sat Oct 22 07:27:43 GMT 2011  Olly Betts <olly@survex.com>
3467
3468        * src/printwx.h: Update comment - Mac OS X does indeed provide its own
3469          preview menu.
3470
[89a1b72]3471Fri Oct 21 23:47:16 GMT 2011  Olly Betts <olly@survex.com>
3472
3473        * src/cavernlog.cc: Fix openiof .svx file when user clicks on cavern
3474          warning or error.
3475
[87aa9ce]3476Fri Oct 21 23:43:21 GMT 2011  Olly Betts <olly@survex.com>
3477
3478        * buildmacosx.sh: Include a hardlinked cavern alongside aven in
3479          the app so that processing .svx files in aven works.
3480
[6e9c396]3481Wed Oct 19 22:51:18 GMT 2011  Olly Betts <olly@survex.com>
3482
3483        * tests/diving.pos,tests/diving.svx: Add test coverage for interleaved
3484          diving data.
3485
[481300d]3486Wed Oct 19 13:04:25 GMT 2011  Olly Betts <olly@survex.com>
3487
3488        * tests/diving.pos,tests/diving.svx: Add testcase for diving data
3489          with topofil-style distance.
3490
[aea38b0]3491Wed Oct 12 03:45:13 GMT 2011  Olly Betts <olly@survex.com>
3492
3493        * src/aboutdlg.cc: Report the version of the library we're actually
3494          running with if built against wx >= 2.9.2.  Make it clear that the
3495          the version reported is the version built with for wx < 2.9.2.
3496
[d4d6909]3497Wed Oct 12 03:06:05 GMT 2011  Olly Betts <olly@survex.com>
3498
3499        * lib/make-pixel-font,src/glbitmapfont.cc,src/glbitmapfont.h: Space the
3500          glyphs to leave a one pixel gap either side of each one (so two
3501          between adjacent glyphs).  Mostly this reduces the horizontal width,
3502          but it adds a pixel for characters like "m" and two in a few cases.
3503
[36b4cd7]3504Fri Oct 07 07:20:55 GMT 2011  Olly Betts <olly@survex.com>
3505
3506        * src/glbitmapfont.cc,src/glbitmapfont.h: Support plotting Unicode
3507          character points > 256 on the survey pane by lazily loading the
3508          data for them from the font file and plotting them with a direct
3509          call to glBitmap() rather than using a display list.
3510
[4a6569a]3511Fri Oct 07 04:09:58 GMT 2011  Olly Betts <olly@survex.com>
3512
3513        * lib/make-pixel-font: Fix .pixelfont file to correctly handle
3514          characters wider than 8 pixels when run on a little-endian platform.
3515
[53f8a93]3516Thu Oct 06 13:23:05 GMT 2011  Olly Betts <olly@survex.com>
3517
3518        * NEWS: Another update for 1.2.2.
3519
[d2cc100]3520Thu Oct 06 13:21:20 GMT 2011  Olly Betts <olly@survex.com>
3521
3522        * src/gfxcore.cc: Fix grid not to disappear when blobs are turned on
3523          if blobs are drawn using lines.
3524
[94960ad]3525Thu Oct 06 13:17:19 GMT 2011  Olly Betts <olly@survex.com>
3526
3527        * NEWS,configure.in: Update for 1.2.2.
3528
[6ca9f08]3529Thu Oct 06 12:11:20 GMT 2011  Olly Betts <olly@survex.com>
3530
3531        * src/printwx.cc: Fix to calculate the scale required for "One page"
3532          right before we calculate how many pages are required, so we don't
3533          end up something other than 1x1 being shown when the user changes
3534          settings.
3535
[a949605]3536Thu Oct 06 12:07:10 GMT 2011  Olly Betts <olly@survex.com>
3537
3538        * src/avenprcore.cc: The info box is now always 30mm high (if present)
3539          so update the code which picks a scale and which decides how many
3540          pages are required to use this height.
3541
[e16e63c]3542Thu Oct 06 11:34:51 GMT 2011  Olly Betts <olly@survex.com>
3543
3544        * src/printwx.h: SomethingChanged() method doesn't need to be public,
3545          so make it private.
3546
[c930b7f]3547Thu Oct 06 04:13:24 GMT 2011  Olly Betts <olly@survex.com>
3548
3549        * src/gettexttomsg.pl: Update for the message.txt -> codes.po change.
3550
[0a2aab8]3551Thu Oct 06 03:01:45 GMT 2011  Olly Betts <olly@survex.com>
3552
3553        * src/gfxcore.cc: Passage tubes can stick out above the highest survey
3554          station or below the lowest, so clamp the value used to calculate
3555          the colour in these cases, like we already do elsewhere.
3556
[2ba3882]3557Thu Oct 06 02:52:13 GMT 2011  Olly Betts <olly@survex.com>
3558
3559        * src/gfxcore.cc: Avoid a different assertion failure due to rounding
3560          differences.
3561
[a1614eb]3562Thu Oct 06 02:49:03 GMT 2011  Olly Betts <olly@survex.com>
3563
3564        * src/glbitmapfont.cc,src/glbitmapfont.h: Actually add the new
3565          glBitmap-based font code.
3566
[5b1cffa]3567Thu Oct 06 02:36:47 GMT 2011  Olly Betts <olly@survex.com>
3568
3569        * survex.iss.in: Update for font changes.
3570
[1aa3fb7]3571Thu Oct 06 02:35:41 GMT 2011  Olly Betts <olly@survex.com>
3572
3573        * Makefile.am,buildmacosx.sh,lib/Makefile.am,lib/afm2txf.pl,
3574          lib/make-pixel-font,src/: Replace the textured-mapped font drawing
3575          with an approach based on glBitmap.  This doesn't suffer from the
3576          character alignment issues which the textured-mapped fonts had,
3577          and is actually significantly faster on some machines.  The current
3578          font used is (mostly) fixed-width, but this isn't an inherent
3579          limitation - it was just the easiest font data to convert to a
3580          usable format.
3581
[6027220]3582Wed Oct 05 13:49:15 GMT 2011  Olly Betts <olly@survex.com>
3583
3584        * src/gfxcore.cc: Avoid assertion failure due to rounding differences.
3585
[5b427c0]3586Wed Oct 05 08:19:46 GMT 2011  Olly Betts <olly@survex.com>
3587
3588        * src/printwx.cc: Fix not to pass wxString through varargs (issue
3589          introduced in the previous commit).
3590
[05ccca5]3591Tue Oct 04 04:49:19 GMT 2011  Olly Betts <olly@survex.com>
3592
3593        * src/printwx.cc: Use degree sign from message file rather than a
3594          literal one.
3595
[79da3b4]3596Tue Oct 04 04:08:57 GMT 2011  Olly Betts <olly@survex.com>
3597
3598        * src/message.c: If degree sign isn't available, transliterate it to
3599          'dg' rather than skipping it.
3600
[4d2301e]3601Tue Oct 04 03:59:29 GMT 2011  Olly Betts <olly@survex.com>
3602
3603        * lib/codes.po,src/gfxcore.cc,src/mainfrm.cc: Fix message code 344
3604          which should have been a degree sign but got lost in the format
3605          change for 1.2.0 and then got reassigned in 1.2.1.  Externally, this
3606          means that bearing in the status bar now have a degree sign after
3607          them if they are in degrees rather than nothing (1.2.0) or "&Hide
3608          Compass" (1.2.1).
3609
[9704252]3610Tue Oct 04 02:55:11 GMT 2011  Olly Betts <olly@survex.com>
3611
3612        * NEWS,configure.in: Update for 1.2.1.
3613
[7ff41b0]3614Tue Oct 04 02:45:47 GMT 2011  Olly Betts <olly@survex.com>
3615
3616        * src/Makefile.am: Don't ship the removed hand_mask.xpm.
3617
[4dc4384]3618Tue Oct 04 02:44:37 GMT 2011  Olly Betts <olly@survex.com>
3619
3620        * src/gfxcore.cc: Sort out inverted cursor mask on __WXMSW__.
3621        * src/hand.xbm: Invert the dragging hand cursor black vs white so it
3622          better matches the other cursors.
3623
[13da582]3624Mon Oct 03 23:42:00 GMT 2011  Olly Betts <olly@survex.com>
3625
3626        * src/printwx.cc: Add back svxPrintout methods GetPageInfo() and
3627          HasPage() which are actually virtual methods called by the parent
3628          class.
3629
[49e89e9]3630Mon Oct 03 02:40:56 GMT 2011  Olly Betts <olly@survex.com>
3631
3632        * lib/Makefile.am: Fix check of .po files not to create messages.mo.
3633
[d9b5fc64]3634Mon Oct 03 02:22:55 GMT 2011  Olly Betts <olly@survex.com>
3635
3636        * lib/Makefile.am: Fix new translation checking rules to work in a
3637          VPATH build.
3638
[645cc77]3639Mon Oct 03 02:12:23 GMT 2011  Olly Betts <olly@survex.com>
3640
3641        * lib/de.po,lib/de_CH.po,lib/sk.po: Fix classes menu accelerators.
3642
[bcb68d3]3643Mon Oct 03 02:00:38 GMT 2011  Olly Betts <olly@survex.com>
3644
3645        * lib/en_US.po: Fix problem with translation of new message.
3646
[e3c58c3]3647Mon Oct 03 00:50:52 GMT 2011  Olly Betts <olly@survex.com>
3648
3649        * NEWS: Update from ChangeLog.
3650
[8a78ca1]3651Sun Oct 02 20:25:01 GMT 2011  Olly Betts <olly@survex.com>
3652
3653        * lib/,src/printwx.cc: Add mnemonics to the "Plan" and "Elevation"
3654          buttons in the print dialog.
3655
[f53c830]3656Sun Oct 02 12:17:34 GMT 2011  Olly Betts <olly@survex.com>
3657
3658        * src/guicontrol.cc: Try processing F11 explicitly for __WXMAC__ to
3659          avoiding getting stuck in full screen mode forever.
3660
[7a57dc7]3661Sun Oct 02 12:01:25 GMT 2011  Olly Betts <olly@survex.com>
3662
3663        * src/: Make the sign of the tilt angle for printouts consistent with
3664          the sign in the UI.
3665
[995cf6a]3666Sun Oct 02 10:00:08 GMT 2011  Olly Betts <olly@survex.com>
3667
3668        * lib/codes.po,lib/en_US.po,src/printwx.cc: On printouts, combine the
3669          "Plan View"/"Elevation" info box field with the field which gives
3670          the bearing and reduce the height on the info box by the removed
3671          field, so it's now 3cm for plans and elevations, as for extended
3672          elevations.  Report the tilt angle for tilted elevations which it
3673          seems has been missing for ages (it's not in recent 1.0.x either).
3674
[100af22]3675Sat Oct 01 12:28:35 GMT 2011  Olly Betts <olly@survex.com>
3676
3677        * src/printwx.cc: Fix commented message in source.
3678
[1e993bc]3679Sat Oct 01 12:11:37 GMT 2011  Olly Betts <olly@survex.com>
3680
3681        * src/printwx.h: svxPrintDlg members don't need to be protected, so
3682          make the private.
3683
[102ba1d]3684Sat Oct 01 11:28:34 GMT 2011  Olly Betts <olly@survex.com>
3685
3686        * src/printwx.cc,src/printwx.h: When in plan view disable the "Plan"
3687          button, and similarly for the "Elevation" button.
3688
[3d3a91c]3689Sat Oct 01 11:20:03 GMT 2011  Olly Betts <olly@survex.com>
3690
3691        * src/printwx.cc: Remove more unused methods and members.
3692
[140b675]3693Sat Oct 01 10:48:24 GMT 2011  Olly Betts <olly@survex.com>
3694
3695        * src/avenprcore.cc,src/printwx.cc,src/printwx.h: Eliminate some unused
3696          methods and member variables.
3697
[0f8ab4d]3698Sat Oct 01 00:33:24 GMT 2011  Olly Betts <olly@survex.com>
3699
3700        * src/printwx.cc: Move the footer to start at the left side of the
3701          page.
3702
[ddd2afa8]3703Fri Sep 30 23:49:24 GMT 2011  Olly Betts <olly@survex.com>
3704
3705        * src/printwx.cc:svxPrintout::ShowPage() is an empty method, so just
3706          remove it and all the code to calculate values to pass to it and
3707          then call it.  This is just a left-over from the 1.0 printing code.
3708
[6d1bc83]3709Fri Sep 30 13:40:29 GMT 2011  Olly Betts <olly@survex.com>
3710
3711        * src/aven.cc,src/gfxcore.cc,src/mainfrm.cc: Use standard C++ true and
3712          false instead of wx aliases TRUE and FALSE (which even wx seems to
3713          have shifted away from using now).
3714
[f6dff8b]3715Fri Sep 30 13:33:37 GMT 2011  Olly Betts <olly@survex.com>
3716
3717        * src/printwx.cc: Tweak exact positioning of text to look nicer.
3718
[7a0710c]3719Fri Sep 30 03:49:16 GMT 2011  Olly Betts <olly@survex.com>
3720
3721        * INSTALL: Mention building wxWidgets with --enable-unicode.  Mention
3722          using sudo for the install.  Capitalise Survex when talking about
3723          the package.
3724        + doc/manual.sgml: Replace building from source instructions with a
3725          pointer to the clearer instructions in INSTALL.  Make it clear that
3726          installing with administrator rights applies to NT, 2000, XP *or
3727          newer*.
3728
[ff5db1d5]3729Fri Sep 30 03:31:00 GMT 2011  Olly Betts <olly@survex.com>
3730
3731        * src/guicontrol.cc: Don't disable a colour by option unless there's
3732          no survey loaded.  It feels inconsistent now we are showing a key
3733          even when there's no "interesting" data.
3734
[fcc3741]3735Fri Sep 30 03:28:59 GMT 2011  Olly Betts <olly@survex.com>
3736
3737        * src/gfxcore.cc,src/gfxcore.h: The different colour keys get cached
3738          so switching back to one that's already been shown for the current
3739          survey doesn't redraw it and key_lowerleft wasn't getting updated.
3740          We now track key_lowerleft for each key type separately.
3741
[62c5fc6]3742Fri Sep 30 02:48:00 GMT 2011  Olly Betts <olly@survex.com>
3743
3744        * src/gfxcore.cc: If "Colour by X" is selected, always show the colour
3745          key, even if it only contains one colour, or just the entry for
3746          white.
3747
[2a9d2fa]3748Thu Sep 29 22:33:06 GMT 2011  Olly Betts <olly@survex.com>
3749
3750        * src/gfxcore.cc: Don't segfault on a flat survey.  Fix incorrect
3751          addition and corresponding subtraction of GetDepthExtent() when
3752          calculating splits over depth band boundaries.
3753
[70acad9]3754Thu Sep 29 21:56:19 GMT 2011  Olly Betts <olly@survex.com>
3755
3756        * src/gfxcore.cc,src/gla.h: Fix zoom in limit to be the same distance
3757          regardless of the extent of the survey.
3758
[3585243]3759Thu Sep 29 20:57:41 GMT 2011  Olly Betts <olly@survex.com>
3760
3761        * src/gfxcore.cc: Now that we don't have the key background, just
3762          remove KEY_MARGIN entirely.
3763
[2779338f]3764Thu Sep 29 20:37:09 GMT 2011  Olly Betts <olly@survex.com>
3765
3766        * src/gfxcore.cc: Remove the dark grey background from the colour key
3767          and just put a single pixel black border around the colours.  This
3768          is more in keeping with the other controls, and means the colours
3769          are now on a black background so more visually similar to the survey
3770          legs.
3771
[457da16]3772Thu Sep 29 13:02:22 GMT 2011  Olly Betts <olly@survex.com>
3773
3774        * src/mainfrm.cc: Fall back to ISO8859-1 if CP1252 fails to convert the
3775          string.
3776
[db0eaf4]3777Thu Sep 29 12:22:34 GMT 2011  Olly Betts <olly@survex.com>
3778
3779        * src/gfxcore.cc: Upon loading a survey which lacks the information for
3780          the current "Colour by" mode, don't change to "Colour by none" - we
3781          already do no colouring and hide the key when there's nothing to
3782          colour by, and it's annoying to have the actual mode changed if you
3783          then load a survey which does have the information to colour by.
3784
[62da267]3785Thu Sep 29 12:20:07 GMT 2011  Olly Betts <olly@survex.com>
3786
3787        * src/gfxcore.cc: Rename COLOUR_KEY_* constants to KEY_*.
3788
[40c38bb]3789Thu Sep 29 10:16:30 GMT 2011  Olly Betts <olly@survex.com>
3790
3791        * src/gfxcore.cc: Make COLOUR_KEY_OFFSET_X and COLOUR_KEY_OFFSET_Y the
3792          actual offsets, rather than taking COLOUR_KEY_MARGIN off them.
3793
[92a97f3]3794Thu Sep 29 05:08:20 GMT 2011  Olly Betts <olly@survex.com>
3795
3796        * src/mainfrm.cc: Fix tooltip for open to say "survey file" not "3D
3797          file".
3798
[d43fa84]3799Thu Sep 29 05:03:37 GMT 2011  Olly Betts <olly@survex.com>
3800
3801        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Add right click menu to
3802          the colour key too.
3803
[6cfc88c]3804Wed Sep 28 14:47:15 GMT 2011  Olly Betts <olly@survex.com>
3805
3806        * lib/afm2txf.pl: Add a kludge to prefer to round values up when
3807          generating the .txf file which empirically results in better
3808          horizontal spacing (this should be fixed properly, but this is
3809          at least an easy improvement for now).
3810
[83027cc]3811Wed Sep 28 14:00:14 GMT 2011  Olly Betts <olly@survex.com>
3812
3813        * lib/afm2txf.pl: Rather than special-casing the character with
3814          PostScript name 'space', just omit characters with zero width and
3815          height from the texture.
3816
[e9bd0467]3817Wed Sep 28 12:41:42 GMT 2011  Olly Betts <olly@survex.com>
3818
3819        * lib/afm2txf.pl: Put the digits first in the font texture to help
3820          ensure they are all on the same line and will exactly align
3821          vertically when rendered - a slight discrepancy here is particularly
3822          visible in the colour key legends and compass bearing.
3823
[b35c4bc]3824Wed Sep 28 12:30:03 GMT 2011  Olly Betts <olly@survex.com>
3825
3826        * lib/Makefile.am: Regenerate aven.txf if the script which generates it
3827          has been modified.
3828
[64ba8bb]3829Wed Sep 28 11:15:08 GMT 2011  Olly Betts <olly@survex.com>
3830
3831        * lib/afm2txf.pl: Fix handling of PostScript character names which are
3832          used by more than one Unicode value ("space" and "hyphen" are the
3833          current examples).  This fixes the colour key for date to have dashes
3834          in the dates.  Fix not to bother writing empty space into the texture
3835          map for spaces - just set width and height to 0 and skip to the
3836          width.
3837        * src/fnt.cc: Remove special case kludge for if space isn't defined,
3838          which is no longer needed thanks to the above fix.
3839
[8011e0c]3840Wed Sep 28 10:19:07 GMT 2011  Olly Betts <olly@survex.com>
3841
3842        * lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
3843          says "View" on the left subgroup of controls. Improve the display of
3844          the bearing on printouts.  Add message for "Colour &Key" to
3845          translations.
3846
[f891a0c]3847Wed Sep 28 02:02:09 GMT 2011  Olly Betts <olly@survex.com>
3848
3849        * src/aven.cc: Fix #ifdef to #if in previous change.
3850
[495cd3e]3851Wed Sep 28 01:09:09 GMT 2011  Olly Betts <olly@survex.com>
3852
3853        * src/aven.cc: Fix for non-Unicode build.
3854
[26eb201]3855Mon Sep 26 12:25:59 GMT 2011  Olly Betts <olly@survex.com>
3856
3857        * src/export.cc: PLT file output now handles spaces and control
3858          characters in station names by escaping them with '%' as in URLs.
3859
[4024a58]3860Mon Sep 26 11:58:05 GMT 2011  Olly Betts <olly@survex.com>
3861
3862        * src/aventreectrl.cc: Improve comment about WXK_PRIOR and WXK_NEXT.
3863
[0e8a082]3864Mon Sep 26 11:51:01 GMT 2011  Olly Betts <olly@survex.com>
3865
3866        * src/aventreectrl.cc: Pressing "Enter" on a station in the tree
3867          control now centres the view on that station.
3868
[c6d5c1c]3869Mon Sep 26 11:42:17 GMT 2011  Olly Betts <olly@survex.com>
3870
3871        * src/gfxcore.h,src/guicontrol.cc: Pressing "F5" forces all GLAList
3872          objects to be invalidated and then forces a refresh of the display.
3873          This is intended as a debugging aid - if pressing F5 changes the
3874          display at all then there's a missing case where a list should
3875          have been invalidated.
3876
[90430f2]3877Mon Sep 26 11:35:29 GMT 2011  Olly Betts <olly@survex.com>
3878
3879        * src/: Push survey pane size tracking down into GLACanvas, and
3880          automatically track which lists should be invalidated on a
3881          changes in the width or the height of the pane.
3882
[242f48f5]3883Mon Sep 26 10:44:22 GMT 2011  Olly Betts <olly@survex.com>
3884
3885        * src/gla-gl.cc,src/gla.h: Move GLAList flags out of the header as they
3886          are internal details.
3887
[9c37beb]3888Mon Sep 26 10:42:50 GMT 2011  Olly Betts <olly@survex.com>
3889
3890        * src/gfxcore.cc,src/gfxcore.h: Cache the scale bar in a GLAList since
3891          it often gets redrawn exactly the same - for example, when rotating,
3892          panning, etc.
3893
[e2ea75a]3894Mon Sep 26 09:40:32 GMT 2011  Olly Betts <olly@survex.com>
3895
3896        * src/gfxcore.cc,src/gfxcore.h: More "colour key" related internal
3897          nomenclature changes.
3898
[7cdb1c3]3899Mon Sep 26 09:34:01 GMT 2011  Olly Betts <olly@survex.com>
3900
3901        * src/gfxcore.cc,src/gfxcore.h: Factor out the code to draw the colour
3902          key into DrawColourKey().
3903
[250025f]3904Mon Sep 26 04:23:10 GMT 2011  Olly Betts <olly@survex.com>
3905
3906        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_Y by moving the point where
3907          we plot the key rather than including it in the calculations of the
3908          key's coordinates.
3909
[1b164a0]3910Mon Sep 26 04:17:16 GMT 2011  Olly Betts <olly@survex.com>
3911
3912        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_X by moving the point where
3913          we plot the key rather than including it in the calculations of the
3914          key's coordinates.
3915
[5f50488]3916Sat Sep 24 13:15:22 GMT 2011  Olly Betts <olly@survex.com>
3917
3918        * src/gfxcore.cc: Increase scale bar maximum width from 65% of the
3919          window width to 75% as it was in 1.0.x, but if that would overlap
3920          the clino then reduce it down until it reaches 50%.  Allow zooming
3921          in a little further to match what was possible in 1.0.x.  (ticket#23)
3922
[78f02e48]3923Sat Sep 24 12:45:04 GMT 2011  Olly Betts <olly@survex.com>
3924
3925        * doc/TODO.htm: Update (--help messages can now be translated).
3926
[6cd4aab]3927Sat Sep 24 12:21:45 GMT 2011  Olly Betts <olly@survex.com>
3928
3929        * doc/TODO.htm: Note oddity with FullScreen and side panel.
3930
[4b0bbb0]3931Sat Sep 24 12:14:52 GMT 2011  Olly Betts <olly@survex.com>
3932
3933        * src/mainfrm.h: We don't need the "un-fullscreen to show dialog" hack
3934          with recent wxGTK.  Also, there's no reason to think we need it for
3935          other platforms (it was enabled everywhere except Microsoft Windows
3936          before).
3937
[03e2031]3938Sat Sep 24 10:42:29 GMT 2011  Olly Betts <olly@survex.com>
3939
3940        * src/printwx.cc: "delete foo;" not "delete(foo);"
3941
[81f1266]3942Sat Sep 24 10:41:00 GMT 2011  Olly Betts <olly@survex.com>
3943
3944        * src/aven.cc,src/gfxcore.cc: No point checking for NULL before calling
3945          delete.
3946
[69cacd1]3947Sat Sep 24 10:18:22 GMT 2011  Olly Betts <olly@survex.com>
3948
3949        * src/: Remove empty destructors.
3950
[f9ca87c]3951Sat Sep 24 06:43:33 GMT 2011  Olly Betts <olly@survex.com>
3952
3953        * doc/TODO.htm,src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate the
3954          last few OpenGL calls from gfxcore.cc.
3955
[f336ab9]3956Sat Sep 24 06:32:02 GMT 2011  Olly Betts <olly@survex.com>
3957
3958        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: New type GLATexCoord to avoid
3959          using GLint outside of the OpenGL-specific code.
3960
[b839829]3961Sat Sep 24 06:08:13 GMT 2011  Olly Betts <olly@survex.com>
3962
3963        * src/: Move glTexCoord2i() calls out of gfxcore.cc and into gla-gl.cc.
3964          Use BeginQuadrilaterals() rather than BeginPolygon() when the shape
3965          will definitely have 4 sides.
3966         
[11c594a]3967Sat Sep 24 02:09:48 GMT 2011  Olly Betts <olly@survex.com>
3968
3969        * src/gfxcore.h,src/guicontrol.cc: Disable "View North" when we're
3970          already viewing North, and similarly for other compass points.
3971
[85ed935]3972Sat Sep 24 01:57:06 GMT 2011  Olly Betts <olly@survex.com>
3973
3974        * doc/TODO.htm: Update.
3975
[97ea48d]3976Fri Sep 23 15:38:36 GMT 2011  Olly Betts <olly@survex.com>
3977
3978        * doc/aven.sgml,lib/codes.po,src/: Rename the "depth bar" to "colour
3979          key", which better describes it now that it might show dates or
3980          errors.
3981
[843ee7b]3982Fri Sep 23 15:19:33 GMT 2011  Olly Betts <olly@survex.com>
3983
3984        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Fix the conditions
3985          under which colour by date can be enabled to fully match what we
3986          now intend.
3987
[2043961]3988Fri Sep 23 15:04:35 GMT 2011  Olly Betts <olly@survex.com>
3989
3990        * src/gfxcore.cc,src/mainfrm.cc: Enable "colour by date" if there are
3991          any surveys with date information.  Move the "Undated" / "Not in
3992          loop" entry down a little to improve the appearance.  Make each
3993          entry in the colour keys a pixel taller so it's an even number of
3994          pixels and will divide by two exactly.
3995
[a09d4fa]3996Fri Sep 23 14:59:33 GMT 2011  Olly Betts <olly@survex.com>
3997
3998        * src/fnt.cc: Remove "*1.25" fudge factor from font size for texture
3999          mapped fonts.
4000
[2fe9d6d]4001Fri Sep 23 12:44:18 GMT 2011  Olly Betts <olly@survex.com>
4002
4003        * lib/en_US.po: Update for new messages.
4004
[055bfc58]4005Fri Sep 23 12:41:16 GMT 2011  Olly Betts <olly@survex.com>
4006
4007        * src/gfxcore.cc: Expand context menu for compass to include "View
4008          North", etc;  Similarly add "Plan" and "Elevation" to clino context
4009          menu.
4010
[588ff16]4011Fri Sep 23 12:25:10 GMT 2011  Olly Betts <olly@survex.com>
4012
4013        * src/gla-gl.cc: Use += to make code clearer.
4014
[acdb8aa]4015Fri Sep 23 12:16:36 GMT 2011  Olly Betts <olly@survex.com>
4016
4017        * lib/codes.po,src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add
4018          pop-up menus for right clicks on scale bar, compass, and clino.
4019
[296b0138]4020Fri Sep 23 11:17:31 GMT 2011  Olly Betts <olly@survex.com>
4021
4022        * src/gfxcore.cc: Use HasRangeOfDates() consistently.
4023
[a6c5ffb]4024Thu Sep 22 23:56:06 GMT 2011  Olly Betts <olly@survex.com>
4025
4026        * src/gla-gl.cc: Add missing newline to OpenGL info when GLX info isn't
4027          reported.
4028
[034d04dc]4029Thu Sep 22 13:51:55 GMT 2011  Olly Betts <olly@survex.com>
4030
4031        * survex.spec.in: Man pages are no longer installed in /usr/man so
4032          no need to move them from there.  Package aven.svg.  Package
4033          files for vim support.  (Fixes from James Begley)
4034
[7196714]4035Thu Sep 22 12:45:58 GMT 2011  Olly Betts <olly@survex.com>
4036
4037        * lib/: Updates from launchpad.
4038
[1c6c300]4039Thu Sep 22 07:12:22 GMT 2011  Olly Betts <olly@survex.com>
4040
4041        * lib/: Update .po files from template.
4042
[f6d9ca9]4043Thu Sep 22 07:12:01 GMT 2011  Olly Betts <olly@survex.com>
4044
4045        * lib/codes.po: Improvements to "TRANSLATORS" comments.
4046
[eeb7320]4047Thu Sep 22 02:47:33 GMT 2011  Olly Betts <olly@survex.com>
4048
4049        * lib/Makefile.am: Add check that numeric codes haven't escaped into
4050          the translated .po files.
4051
[42a8819]4052Wed Sep 21 14:38:16 GMT 2011  Olly Betts <olly@survex.com>
4053
4054        * lib/es.po: Update with new msgids.
4055
[f6e0eba]4056Wed Sep 21 14:37:53 GMT 2011  Olly Betts <olly@survex.com>
4057
4058        * lib/en_US.po: Fix typo (doubled ").
4059
[4183e91]4060Wed Sep 21 14:37:14 GMT 2011  Olly Betts <olly@survex.com>
4061
4062        * lib/Makefile.am: Check format of .po files with msgfmt -c
4063          --check-accelerators.
4064
[186e2b9]4065Wed Sep 21 13:49:05 GMT 2011  Olly Betts <olly@survex.com>
4066
4067        * lib/en_US.po: Update en_US translation.
4068
[ecff0b8a]4069Wed Sep 21 13:47:36 GMT 2011  Olly Betts <olly@survex.com>
4070
4071        * lib/codes.po,src/cad3d.c: Tweak wording of a message.  Remove
4072          "unused" messages which have actually just been adapted slightly,
4073          add back a removed unused message, and mark an unused message as
4074          unused.
4075`
[857408e]4076Wed Sep 21 13:20:58 GMT 2011  Olly Betts <olly@survex.com>
4077
4078        * lib/codes.po,src/mainfrm.cc: Make more messages translatable.
4079
[d8dbdff]4080Wed Sep 21 12:53:02 GMT 2011  Olly Betts <olly@survex.com>
4081
4082        * lib/codes.po,src/: cmdline_set_syntax_message() now takes message
4083          numbers, plus an optional string argument.
4084
[b775443]4085Wed Sep 21 12:17:19 GMT 2011  Olly Betts <olly@survex.com>
4086
4087        * src/mainfrm.cc: Fix to set the correct filename on the root of the
4088          survey tree.
4089
[6e63fd3]4090Wed Sep 21 11:25:53 GMT 2011  Olly Betts <olly@survex.com>
4091
4092        * lib/codes.po,src/log.cc,src/mainfrm.cc,src/printwx.cc: Make more
4093          messages translatable.
4094
[fbc1d32]4095Wed Sep 21 07:30:28 GMT 2011  Olly Betts <olly@survex.com>
4096
4097        * lib/codes.po,src/dump3d.c,src/gfxcore.cc,src/mainfrm.cc: Make more
4098          messages translatable.  In the colour key for "colour by date",
4099          change "No info" to "Undated".
4100
[2341559]4101Wed Sep 21 04:20:52 GMT 2011  Olly Betts <olly@survex.com>
4102
4103        * lib/codes.po,src/cavernlog.cc: Allow the "Reprocess" button label in
4104          aven's cavern log window to be translated.
4105
[45af761]4106Wed Sep 21 04:07:29 GMT 2011  Olly Betts <olly@survex.com>
4107
4108        * lib/,src/: Extract all the help strings in --help output and make
4109          them available for translation.
4110
[1b1aaf4]4111Wed Sep 21 04:04:31 GMT 2011  Olly Betts <olly@survex.com>
4112
4113        * lib/Makefile.am: Check there are no duplicate message codes in
4114          codes.po as part of "make check".
4115
[aea4f8b]4116Wed Sep 21 02:29:21 GMT 2011  Olly Betts <olly@survex.com>
4117
4118        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate glReadPixels() call
4119          from src/gfxcore.cc.
4120
[d1870ef7]4121Wed Sep 21 02:28:21 GMT 2011  Olly Betts <olly@survex.com>
4122
4123        * lib/codes.po,lib/en_US.po,src/aboutdlg.cc: Make all strings in
4124          src/aboutdlg.cc translatable.
4125
[558779a]4126Wed Sep 21 01:56:15 GMT 2011  Olly Betts <olly@survex.com>
4127
4128        * doc/manual.sgml: Tweak text about Debian packages.
4129
[cc49471]4130Tue Sep 20 11:31:03 GMT 2011  Olly Betts <olly@survex.com>
4131
4132        * tests/: Update FSF address.
4133
[23e61de1]4134Tue Sep 20 11:28:50 GMT 2011  Olly Betts <olly@survex.com>
4135
4136        * lib/print.ini: Update reference to Survex 1.1; update FSF address.
4137
[2acbff0a]4138Tue Sep 20 06:43:56 GMT 2011  Olly Betts <olly@survex.com>
4139
4140        * src/img.c: Only define INT32_T if it isn't already defined (it will
4141          be for 1.0.x).
4142
[c964783]4143Tue Sep 20 06:43:23 GMT 2011  Olly Betts <olly@survex.com>
4144
4145        * src/cavern.c: Remove unused function left over from recent change to
4146          how coordinate ranges get reported.
4147
[991289b]4148Tue Sep 20 06:42:31 GMT 2011  Olly Betts <olly@survex.com>
4149
4150        * make_release: Use the URL field from svn info in the command we give
4151          to take this release rather than hard-coding the URL for trunk.
4152
[36316cb]4153Tue Sep 20 05:43:11 GMT 2011  Olly Betts <olly@survex.com>
4154
4155        * buildmacosx.sh: Building on 10.6 should work on 10.7, so update
4156          comment to more clearly reflect that.
4157
[aecd032]4158Tue Sep 20 05:39:50 GMT 2011  Olly Betts <olly@survex.com>
4159
4160        * lib/,src/cavern.c: Fix reporting of ranges of survey coordinates,
4161          which was broken by the message handling changes in 1.2.0.
4162
[7831cef]4163Tue Sep 20 04:30:14 GMT 2011  Olly Betts <olly@survex.com>
4164
4165        * configure.in,src/moviemaker.cc: Fix to build with FFmpeg library
4166          versions in Debian unstable, as well as those in Debian stable.
4167
[63621a7]4168Tue Sep 20 03:51:40 GMT 2011  Olly Betts <olly@survex.com>
4169
4170        * src/moviemaker.cc: Updates towards compatibility with newer FFmpeg
4171          libraries without breaking build with those in Debian stable.
4172
[696b35b]4173Tue Sep 20 03:41:58 GMT 2011  Olly Betts <olly@survex.com>
4174
4175        * src/avenprcore.h: Declare border as "struct border" rather than as a
4176          typedef to avoid a -Wshadow warning.
4177
[120c1c6]4178Tue Sep 20 00:15:07 GMT 2011  Olly Betts <olly@survex.com>
4179
4180        * NEWS: Perhaps the final update for 1.2.0.
4181
[95ed2ba]4182Tue Sep 20 00:09:42 GMT 2011  Olly Betts <olly@survex.com>
4183
4184        * lib/afm2txf.pl: Fix to correctly handle non-ASCII glyphs by using
4185          glyphshow in the generated PostScript code rather than relying on the
4186          numeric encoding order of the font to match Unicode (which doesn't
4187          generally seem to be the case).  Tweak to process files without
4188          slurping them all into memory where that's easy to do.
4189
[9062bef]4190Mon Sep 19 23:15:46 GMT 2011  Olly Betts <olly@survex.com>
4191
4192        * src/fnt.cc: Use FNT_MAXCHAR instead of literal 256.
4193
[f04ae51]4194Mon Sep 19 21:58:50 GMT 2011  Olly Betts <olly@survex.com>
4195
4196        * buildmacosx.sh: Revert CPP=cpp change - it's not required.  Revert to
4197          using wx 2.8.11 and 2.8.12 seems to fail to build.  Output of hdid
4198          can contain spaces as well as tabs (man page only documents tabs) so
4199          update regexps to take this into account.
4200
[cc83ec9]4201Mon Sep 19 11:52:50 GMT 2011  Olly Betts <olly@survex.com>
4202
4203        * buildmacosx.sh: Add comment noting that Xcode is probably required.
4204          Since wxWidgets only supports building for a single arch at a time,
4205          build for i386 by default, which should also work on x86_64.  Pass
4206          CPP=cpp to wxWidgets configure (not certain if this is actually
4207          needed, or was something tried on the way to discovering that only
4208          one -arch option can be passed).
4209
[65ceb41]4210Sun Sep 18 12:24:41 GMT 2011  Olly Betts <olly@survex.com>
4211
4212        * make_release: No need to force disabling of libavcodec for mingw - it
4213          gets automatically disable if not present.
4214
[eac4514]4215Sun Sep 18 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
4216
4217        * src/moviemaker.cc: Fix disabling of libavcodec-using code when
4218          libavcodec isn't present.
4219
[4095cc0]4220Sun Sep 18 11:50:06 GMT 2011  Olly Betts <olly@survex.com>
4221
4222        * NEWS: Update 1.2.0 release date.
4223
[8a374af]4224Sun Sep 18 11:49:46 GMT 2011  Olly Betts <olly@survex.com>
4225
4226        * make_release: Disable use of libavcodec for mingw for now.
4227
[44ef5ec6]4228Sun Sep 18 02:51:52 GMT 2011  Olly Betts <olly@survex.com>
4229
4230        * make_release: Fix comment typo.
4231
[92037819]4232Sun Sep 18 02:50:30 GMT 2011  Olly Betts <olly@survex.com>
4233
4234        * doc/TODO.htm: Update in preparation for releasing 1.2.
4235
[90688f5]4236Sun Sep 18 02:49:53 GMT 2011  Olly Betts <olly@survex.com>
4237
4238        * src/gla-gl.cc: Only try to read the GLX version on platforms which
4239          use GLX.
4240
[fa8ae1e]4241Sun Sep 18 02:03:13 GMT 2011  Olly Betts <olly@survex.com>
4242
4243        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
4244          EXTRA_DIST.
4245
[cba86532]4246Sun Sep 18 01:59:49 GMT 2011  Olly Betts <olly@survex.com>
4247
4248        * lib/Makefile.am: survex.keys.in will get shipped because it is
4249          used by AC_CONFIG_FILES so there's no need to list it explicitly
4250          in EXTRA_DIST.
4251
[c584ed2]4252Sun Sep 18 01:56:18 GMT 2011  Olly Betts <olly@survex.com>
4253
4254        * configure.in,lib/Makefile.am,lib/po-to-msg.pl: Fix .msg file
4255          generation to work when srcdir != builddir.  Drop the "dontextract"
4256          mechanism which automatically generates headers to allows building a
4257          version with translations for the messages for errors in loading the
4258          messages file, as it doesn't seem worth the effort to get it working
4259          again.  It's easy to write such a header by hand if you really want
4260          to do this.
4261
[9cfcb3f]4262Fri Sep 16 14:26:43 GMT 2011  Olly Betts <olly@survex.com>
4263
4264        * NEWS,configure.in: Update for 1.2.0.
4265
[f9b8a6b]4266Fri Sep 16 14:22:20 GMT 2011  Olly Betts <olly@survex.com>
4267
4268        * lib/icons/Makefile.am,lib/icons/aven.png,lib/icons/aven.svg: Add
4269          new version of aven icon, redrawn in SVG so it displays nicely at
4270          larger sizes.
4271
[4833448]4272Fri Sep 16 12:55:05 GMT 2011  Olly Betts <olly@survex.com>
4273
4274        * lib/codes.po,src/cavern.c: Add --3d-version option to allow the user
4275          to specify the version of the 3d format to output.  (ticket#21)
4276
[2bb17c9]4277Fri Sep 16 12:52:55 GMT 2011  Olly Betts <olly@survex.com>
4278
4279        * src/img.c,src/img.h: Make the highest and lowest valid values for
4280          img_output_version available in img.h as IMG_VERSION_MIN and
4281          IMG_VERSION_MAX.
4282
[a6e8d45]4283Fri Sep 16 05:49:12 GMT 2011  Olly Betts <olly@survex.com>
4284
4285        * src/aventreectrl.cc,src/guicontrol.cc,src/mainfrm.cc: Don't use
4286          deprecated members or methods of wxKeyEvent.
4287
[6001bc1]4288Fri Sep 16 03:36:54 GMT 2011  Olly Betts <olly@survex.com>
4289
4290        * lib/map.png: Remove scan of map which isn't used and we probably
4291          don't have rights to redistribute.
4292
[de402d4]4293Fri Sep 16 03:16:01 GMT 2011  Olly Betts <olly@survex.com>
4294
4295        * src/mainfrm.cc: If a label isn't valid UTF-8, treat it as CP1252 (the
4296          Microsoft superset of ISO8859-1).
4297
[b00a29a]4298Fri Sep 16 03:00:51 GMT 2011  Olly Betts <olly@survex.com>
4299
4300        * src/mainfrm.cc: Remove special handling for toggling "full screen"
4301          on wxGTK as it's no longer required with modern versions.
4302
[6b061db]4303Fri Sep 16 02:05:12 GMT 2011  Olly Betts <olly@survex.com>
4304
4305        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Don't redraw the survey
4306          on every mouse movement in the survey pane unless the measuring line
4307          is (or just was) active.  (ticket #17)
4308
[293eec8]4309Thu Sep 15 03:58:59 GMT 2011  Olly Betts <olly@survex.com>
4310
4311        * src/aven.cc: Comment improvements.
4312
[deea763]4313Thu Sep 15 03:51:27 GMT 2011  Olly Betts <olly@survex.com>
4314
4315        * tests/smoke.tst: aven no longer requires an X display for --help or
4316          --version, so replace skip of this check with a check that this
4317          remains the case.
4318
[b4ac7007]4319Thu Sep 15 02:27:57 GMT 2011  Olly Betts <olly@survex.com>
4320
4321        * NEWS: Update from ChangeLog.
4322
[a26bab0]4323Thu Sep 15 02:11:28 GMT 2011  Olly Betts <olly@survex.com>
4324
4325        * lib/Makefile.am: Distribute codes.po.
4326
[d0a7bba]4327Thu Sep 15 02:08:35 GMT 2011  Olly Betts <olly@survex.com>
4328
4329        * configure.in,survex.spec.in: Default to installing docs into
4330          /usr/share/doc/survex rather than /usr/doc/survex.
4331
[e60254e]4332Wed Sep 14 01:57:45 GMT 2011  Olly Betts <olly@survex.com>
4333
4334        * src/mainfrm.cc: Fix another potential read beyond the end of a
4335          string.
4336
[17de0e2]4337Wed Sep 14 01:35:20 GMT 2011  Olly Betts <olly@survex.com>
4338
4339        * src/mainfrm.cc: Fix potential reading off end of string - fix from
4340          Stuart Bennett.
4341
[33c24dc]4342Wed Sep 14 00:33:16 GMT 2011  Olly Betts <olly@survex.com>
4343
4344        * lib/es.po: Update from launchpad.
4345
[d1c3d24]4346Tue Sep 13 22:05:59 GMT 2011  Olly Betts <olly@survex.com>
4347
4348        * buildmacosx.sh: Use wx 2.8.12.
4349
[c293aa9]4350Tue Sep 13 11:32:18 GMT 2011  Olly Betts <olly@survex.com>
4351
4352        * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
4353          double-buffering, which seems to be needed for systems with GLX >=
4354          1.3.  Report GLX version and whether double-buffering is in use in
4355          the about dialog.
4356
[091069f]4357Sun Jun 19 11:19:51 GMT 2011  Olly Betts <olly@survex.com>
4358
4359        * src/: Try to report errors from generating movie more helpfully.
4360
[6ed625e]4361Fri Jun 17 06:33:38 GMT 2011  Olly Betts <olly@survex.com>
4362
4363        * src/moviemaker.cc: Eliminate use of deprecated function
4364          av_alloc_format_context().
4365
[fed3713]4366Fri Jun 17 06:32:50 GMT 2011  Olly Betts <olly@survex.com>
4367
4368        * src/moviemaker.cc: Simplify the loop to flip the image vertically.
4369
[9e516d0d]4370Fri Jun 17 06:17:20 GMT 2011  Olly Betts <olly@survex.com>
4371
4372        * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
4373          convert images to add to the video.  Movie export now working
4374          again!
4375
[d10d369]4376Fri Jun 17 06:16:46 GMT 2011  Olly Betts <olly@survex.com>
4377
4378        * src/gfxcore.cc: No need to specify true to PlayPres - that's the
4379          default.
4380
[0c6b06cb]4381Fri Jun 17 06:15:34 GMT 2011  Olly Betts <olly@survex.com>
4382
4383        * src/gfxcore.cc: Set the play speed to "x1" during video recording.
4384
[75d4a2b]4385Fri Jun 17 05:43:12 GMT 2011  Olly Betts <olly@survex.com>
4386
4387        * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
4388
[cc9e7a06]4389Fri Jun 17 04:30:12 GMT 2011  Olly Betts <olly@survex.com>
4390
4391        * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
4392          making code to work with current FFmpeg.  Still TODO: convert call
4393          to img_convert() to use sws_scale() - currently you just get an all
4394          green movie!
4395
[90a2e0f]4396Mon May 30 07:40:12 GMT 2011  Olly Betts <olly@survex.com>
4397
4398        * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
4399
[a8469bb]4400Sat May 28 12:39:11 GMT 2011  Olly Betts <olly@survex.com>
4401
4402        * buildmacosx.sh: Build for x86_64 as well as i386.
4403
[4a7c15ab]4404Sat May 28 06:14:09 GMT 2011  Olly Betts <olly@survex.com>
4405
4406        * buildmacosx.sh: Fix comment typo.
4407
[ab66f3c]4408Sat May 28 06:08:10 GMT 2011  Olly Betts <olly@survex.com>
4409
4410        * buildmacosx.sh: Don't assume the volume gets mounted on
4411          /Volumes/Survex as it won't be if that mount point is already in use.
4412
[42c7efe]4413Thu May 26 16:09:05 GMT 2011  Olly Betts <olly@survex.com>
4414
4415        * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
4416          IDs.
4417
[de8488a6]4418Thu May 26 14:52:00 GMT 2011  Olly Betts <olly@survex.com>
4419
4420        * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
4421          wxID_PREVIEW where appropriate.
4422
[ecf9c4c1]4423Thu May 26 14:47:52 GMT 2011  Olly Betts <olly@survex.com>
4424
4425        * lib/codes.po: Mark unused messages by commenting out with '#~'.
4426
[27928df]4427Thu May 26 14:34:29 GMT 2011  Olly Betts <olly@survex.com>
4428
4429        * src/printwx.h: Fix comment typo.
4430
[73b3388]4431Thu May 26 12:47:44 GMT 2011  Olly Betts <olly@survex.com>
4432
4433        * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
4434          wxButton, use the implicit default label, as the wx documentation
4435          recommends.
4436
[6219279]4437Thu May 26 12:28:11 GMT 2011  Olly Betts <olly@survex.com>
4438
4439        * src/: Remove the unused preferences dialog code - we can easily
4440          fish it back out of SVN should we want it later, so no point
4441          having it sitting there making every checkout bigger.
4442
[04aa63b]4443Tue May 24 05:21:52 GMT 2011  Olly Betts <olly@survex.com>
4444
4445        * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
4446          section 7 (since it isn't documenting an actual command).
4447
[6f340d9]4448Tue May 24 05:17:53 GMT 2011  Olly Betts <olly@survex.com>
4449
4450        * doc/Makefile.am: Write generated man page to a temporary file, then
4451          atomically rename, to avoid leaving an empty or partial man page
4452          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
4453          1.1.16).
4454
[6cf04ff]4455Sat May 21 22:05:04 GMT 2011  Olly Betts <olly@survex.com>
4456
4457        * lib/fr.po: Fold in addition of accent from launchpad.
4458
[8fa7902]4459Sat May 21 22:04:31 GMT 2011  Olly Betts <olly@survex.com>
4460
4461        * lib/: Remove comments which are only relevant for other languages
4462          from .po files.  Add more clarifying comments.
4463
[7c0e6e3]4464Thu May 19 05:23:03 GMT 2011  Olly Betts <olly@survex.com>
4465
4466        * lib/messages.txt: Remove as no longer used.
4467
[d86459c]4468Wed May 18 09:06:19 GMT 2011  Olly Betts <olly@survex.com>
4469
4470        * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
4471          the master format for storing translations in (rather than
4472          messages.txt), and then translate these into Survex's .msg format.
4473
[749a581]4474Wed May 18 08:37:01 GMT 2011  Olly Betts <olly@survex.com>
4475
4476        * lib/messages.txt: Fix variant en-us message which ought not be
4477          different.
4478
[7b12c6d]4479Wed May 18 05:50:07 GMT 2011  Olly Betts <olly@survex.com>
4480
4481        * make_release: Print out the commands needed to tag the release.
4482
[5311876]4483Tue May 17 01:24:59 GMT 2011  Olly Betts <olly@survex.com>
4484
4485        * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
4486          how many errors there were at the end of the run - it just confuses
4487          users - we won't even get here if there's a fatal error!
4488        * lib/messages.txt: Add missing translations of two "Export" variants
4489          for ca, sk, and ro.
4490
[ec8fd0d]4491Tue May 17 01:03:06 GMT 2011  Olly Betts <olly@survex.com>
4492
4493        * NEWS: Fix typo.
4494
[56980d4e]4495Mon May 16 22:18:53 GMT 2011  Olly Betts <olly@survex.com>
4496
4497        * buildmacosx.sh: Extract tarball quietly, and just say we're doing
4498          it.  Add missing quoting to variable expansions.
4499
[8f9b0b6d]4500Mon May 16 05:59:32 GMT 2011  Olly Betts <olly@survex.com>
4501
4502        * NEWS: Another pre-1.1.16 update.
4503
[c953a98]4504Mon May 16 05:54:30 GMT 2011  Olly Betts <olly@survex.com>
4505
4506        * Makefile.am: Include all the available wxstd.mo files into the
4507          Microsoft Windows installer, rather than trying to just include those
4508          which we have translations for.  This avoids having to maintain a
4509          list of which to include, and gives users translations of wxWidgets
4510          messages even if they don't get Survex messages translated.
4511
[85f3565]4512Mon May 16 05:53:49 GMT 2011  Olly Betts <olly@survex.com>
4513
4514        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
4515          needed on Debian to build the Microsoft Windows installer.
4516
[6127c82]4517Mon May 16 05:22:03 GMT 2011  Olly Betts <olly@survex.com>
4518
4519        * doc/HACKING.htm: Note Debian packages to install for docs.
4520
[8fb44ec]4521Mon May 16 05:21:27 GMT 2011  Olly Betts <olly@survex.com>
4522
4523        * survex.iss.in: Add comment noting that AppVerName isn't required by
4524          newer InnoSetup.
4525
[ecdb631]4526Sun May 15 04:11:34 GMT 2011  Olly Betts <olly@survex.com>
4527
4528        * NEWS,configure.in: Update for 1.1.16.
4529
[ffe7b714]4530Sun May 15 03:44:17 GMT 2011  Olly Betts <olly@survex.com>
4531
4532        * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
4533
[f3f9b0e]4534Sun May 15 03:43:46 GMT 2011  Olly Betts <olly@survex.com>
4535
4536        * lib/named-entities.txt: Add hellip and rarr.
4537
[443edad]4538Sun May 15 03:39:02 GMT 2011  Olly Betts <olly@survex.com>
4539
4540        * lib/messages.txt: Fix clashing menu shortcuts from recent translation
4541          updates.
4542
[69490fa]4543Sun May 15 03:20:50 GMT 2011  Olly Betts <olly@survex.com>
4544
4545        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
4546          transliterate to '...' for charsets which don't have it.  0x2192
4547          (&rarr;): Transliterate to '->' for charsets which don't have it.
4548          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
4549        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
4550          of '...'.
4551
[6010466]4552Sun May 15 02:59:42 GMT 2011  Olly Betts <olly@survex.com>
4553
4554        * lib/messages.txt: Fix literal accented characters.
4555
[6e618c7]4556Sun May 15 02:55:50 GMT 2011  Olly Betts <olly@survex.com>
4557
4558        * lib/messages.txt: Fold in de updates from launchpad.
4559
[01891b9]4560Sun May 15 02:36:02 GMT 2011  Olly Betts <olly@survex.com>
4561
4562        * lib/messages.txt: Fold in es updates from launchpad.
4563
[4667418]4564Sun May 15 02:19:45 GMT 2011  Olly Betts <olly@survex.com>
4565
4566        * lib/messages.txt: Fold in it updates from launchpad.
4567
[adc8304]4568Sun May 15 02:00:45 GMT 2011  Olly Betts <olly@survex.com>
4569
4570        * lib/messages.txt: Fold in pt-br updates from launchpad.
4571
[d3dd62e]4572Sun May 15 01:53:22 GMT 2011  Olly Betts <olly@survex.com>
4573
4574        * lib/messages.txt: Fold in pt updates from launchpad.
4575
[5c9f6c2]4576Mon Mar 14 01:58:10 GMT 2011  Olly Betts <olly@survex.com>
4577
4578        * configure.in: Link with -lGL, if it exists to support linking with
4579          gold or GNU ld --as-needed (Debian bug #615781).
4580
[97e9c02]4581Thu Mar 03 13:16:19 GMT 2011  Olly Betts <olly@survex.com>
4582
4583        * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
4584
[0c85b15b]4585Thu Mar 03 12:32:57 GMT 2011  Olly Betts <olly@survex.com>
4586
4587        * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
4588
[0ed32e5]4589Wed Oct 20 09:53:56 GMT 2010  Olly Betts <olly@survex.com>
4590
4591        * lib/messages.txt: "Colour" -> "Color" in en-us.
4592
[66dd4ff9]4593Sun Oct 17 14:10:21 GMT 2010  Olly Betts <olly@survex.com>
4594
4595        * lib/messages.txt: Assorted comment improvements and tweaks.
4596
[029fdb4]4597Sat Oct 16 11:12:42 GMT 2010  Olly Betts <olly@survex.com>
4598
4599        * src/moviemaker.h: Remove unused <stdio.h>.  Shouldn't include
4600          <config.h> in headers, only sources.
4601
[5abd525]4602Sat Oct 16 10:13:10 GMT 2010  Olly Betts <olly@survex.com>
4603
4604        * doc/TODO.htm: Remove entries which have now been done.
4605
[4b9be72]4606Fri Oct 15 06:57:46 GMT 2010  Olly Betts <olly@survex.com>
4607
4608        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
4609
[f5e3521]4610Fri Oct 15 05:48:09 GMT 2010  Olly Betts <olly@survex.com>
4611
4612        * NEWS: Final update fro 1.1.15.
4613
[53e12ee]4614Fri Oct 15 05:20:40 GMT 2010  Olly Betts <olly@survex.com>
4615
4616        * src/editwrap.c: Convert to use wide-character Unicode.
4617
[6baad4a]4618Fri Oct 15 05:20:04 GMT 2010  Olly Betts <olly@survex.com>
4619
4620        * src/cavernlog.cc: Fix to work on Microsoft Windows.
4621
[414cdd0]4622Thu Oct 14 22:50:09 GMT 2010  Olly Betts <olly@survex.com>
4623
4624        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
4625          fixed.
4626
[9d20d33]4627Thu Oct 14 22:48:06 GMT 2010  Olly Betts <olly@survex.com>
4628
4629        * src/diffpos.c: Handle files with duplicate labels in better - extend
4630          generates duplicate labels when it breaks a loop.
4631
[d50594c]4632Wed Oct 13 15:39:04 GMT 2010  Olly Betts <olly@survex.com>
4633
4634        * make_release: -Dunix when running make distcheck with the
4635          preprocessor in C89 mode.
4636
[eafe1a3]4637Wed Oct 13 15:33:23 GMT 2010  Olly Betts <olly@survex.com>
4638
4639        * src/cavern.c: Fix C++ comment.
4640
[2d16e4e]4641Wed Oct 13 15:07:31 GMT 2010  Olly Betts <olly@survex.com>
4642
4643        * NEWS,configure.in: 1.1.15.
4644
[e02a6a6]4645Wed Oct 13 15:00:51 GMT 2010  Olly Betts <olly@survex.com>
4646
4647        * configure.in,src/: Define GETC() in config.h and use it everywhere.
4648          Similarly define PUTC() to use putc_unlocked() where available and
4649          use that everywhere too.
4650
[f175de2]4651Wed Oct 13 13:41:17 GMT 2010  Olly Betts <olly@survex.com>
4652
4653        * src/cavernlog.cc: Remove superfluous nested declaration.
4654
[9e50f755]4655Wed Oct 13 11:19:29 GMT 2010  Olly Betts <olly@survex.com>
4656
4657        * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
4658          deprecated _wpgmptr instead.  mingw doesn't have errno_t so use int
4659          instead.
4660
[eff69a7]4661Wed Oct 13 10:49:18 GMT 2010  Olly Betts <olly@survex.com>
4662
4663        * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
4664          not just space.
4665
[a90632c]4666Wed Oct 13 10:27:38 GMT 2010  Olly Betts <olly@survex.com>
4667
4668        * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
4669          path to aven rather for running cavern.
4670
[19f2b4f]4671Thu Oct 07 22:38:43 GMT 2010  Olly Betts <olly@survex.com>
4672
4673        * src/datain.h,src/useful.c: Use getc_unlocked() if available.
4674
[36c4cf1]4675Thu Oct 07 14:25:13 GMT 2010  Olly Betts <olly@survex.com>
4676
4677        * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
4678          saving presentations so that paths with non-Latin1 characters in can
4679          be processed.
4680
[0a85859]4681Thu Oct 07 12:52:22 GMT 2010  Olly Betts <olly@survex.com>
4682
4683        * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
4684
[1e2499c]4685Thu Oct 07 12:42:21 GMT 2010  Olly Betts <olly@survex.com>
4686
4687        * src/cavernlog.cc: Don't call Update() after every line, but only
4688          when we don't have data from cavern pending.  Hopefully addresses
4689          ticket#12.
4690
[d2980d2]4691Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
4692
4693        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
4694          Build mingw version in an unpacked source tree from the release
4695          tarball.
4696
[1d71195]4697Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
4698
4699        * src/cavernlog.cc: Fix code indentation.
4700
[ffe7efe4]4701Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
4702
4703        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
4704          on Unix.
4705
[fc364dc]4706Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
4707
4708        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
4709          so that paths with non-Latin1 characters in can be processed.
4710
[83e2433]4711Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
4712
4713        * src/cavernlog.cc: Need to quote filenames with spaces in for
4714          Microsoft Windows.
4715
[b4dbba1]4716Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
4717
4718        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
4719
[c60cb16]4720Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
4721
4722        * src/datain.c: Add missing include of date.h.
4723
[f351ea24]4724Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
4725
4726        * src/date.c,src/date.h: Add files for date handling.
4727
[807f9dd]4728Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
4729
4730        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
4731          render correctly as points/point sprites, and if they don't, fall
4732          back to drawing them with lines.
4733
[fe075d7]4734Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
4735
4736        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
4737          and crosses, and recheck automatically if the graphics hardware
4738          or drivers are changed or upgraded.
4739
[226b599e]4740Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
4741
4742        * src/gla-gl.cc: Add \n to commented out debug message.
4743
[1671258]4744Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
4745
4746        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
4747          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
4748          http://www.survex.com/ - the former is the canonical name and
4749          www.survex.com just redirects.
4750
[52f67931]4751Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
4752
4753        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
4754          dialog.
4755
[12ec820]4756Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
4757
4758        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
4759
[f6d8375]4760Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
4761
4762        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
4763          in cases where the value isn't being passed to OpenGL.
4764
[bde8c9a]4765Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
4766
4767        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
4768          using a series of abutting lines rather than with gluDisk which
4769          is faster and gives a consistent shape.
4770
[425a138]4771Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
4772
4773        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
4774          GL_SMOOTH_POINT_SIZE_RANGE.
4775
[b6f9294]4776Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
4777
4778        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
4779          ISO-8859-1 characters though).
4780
[04bf822]4781Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
4782
4783        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
4784          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
4785          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
4786          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
4787          is available (OpenGL >= 1.2 again) then report its value in the
4788          about box.
4789
[1ee204e]4790Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
4791
4792        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
4793          which stores survey dates as number of days since Jan 1st 1900, so
4794          we now support dates from 1900-2078 (rather than 1970-2037) with a
4795          smaller file size.  The img API is now versioned - you can select
4796          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
4797          gives the survey dates in days in days1 and days2 instead of as
4798          time_t values in date1 and date2.  Fixes ticket#14.
4799
[00d94ee]4800Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
4801
4802        * src/printwx.cc: Remove unused '#include <time.h>'.
4803
[82988f5]4804Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
4805
4806        * src/avenprcore.cc: Remove unused '#include <time.h>'.
4807
[0965597]4808Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
4809
4810        * src/export.cc: Explicit #include <time.h> for strftime().
4811
[576c27f]4812Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
4813
4814        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
4815
[2032841]4816Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
4817
4818        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
4819          work.
4820
[025e84d]4821Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
4822
4823        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
4824          instead.
4825
[506769f]4826Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
4827
4828        * src/img.c: Fix cast in get16() to be to short not long.
4829
[81e1aa4]4830Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
4831
4832        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
4833          terminology in manual, etc.  Fixes ticket#15.
4834
[e0c8f98]4835Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
4836
4837        * tests/: Most tests weren't actually running and testcases (looks like
4838          a sh portability issue).  Fixed, and fortunately all tests still
4839          pass.
4840
[f9535d4]4841Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
4842
4843        * doc/manual.sgml: Fix typo "of" -> "on".
4844
[f9473ab]4845Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
4846
4847        * NEWS,configure.in: Update for 1.1.14.
4848
[7bdf66d]4849Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
4850
4851        * lib/messages.txt,src/: Remove things we no longer need now we've
4852          dropped support for RISC OS and DOS.
4853
[175cac6]4854Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
4855
4856        * src/cmdline.c: Remove reference to MSDOS.
4857
[9965b2b]4858Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
4859
4860        * src/: Strip out "Far" and "Huge" which we no longer need now that
4861          DOS memory models are no longer relevant.
4862
[9e12d78]4863Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
4864
4865        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
4866
[5dd874a]4867Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
4868
4869        * configure.in,src/useful.h: On little-endian architectures, make
4870          get16() and get32() inline functions, rather than macros which use
4871          a global variable.
4872
[7e5d688]4873Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
4874
4875        * src/useful.c: Remove commented out code.
4876
[8c45eea]4877Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
4878
4879        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
4880          and AC_TYPE_INT32_T instead of home-brew equivalents.
4881
[39aa1a0]4882Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
4883
4884        * src/listpos.c: In "Station X referred to just once, with an explicit
4885          prefix - typo?" warning, give file and linenumber where the *equate
4886          occurred.
4887
[d40f787]4888Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
4889
4890        * src/readval.c: Fix comment typo.
4891
[0d38f0e]4892Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
4893
4894        * src/listpos.c: In "Station X referred to by *entrance or *export but
4895          never used" warning, give file and linenumber where the *entrance or
4896          *export occurred.
4897
[b23bcf0]4898Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
4899
4900        * src/aventreectrl.cc: Fix double-click handling for survey tree on
4901          wxMSW >= 2.8.11.
4902
[ad3d0a2]4903Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
4904
4905        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
4906          on all versions of wxWidgets we support (i.e. 2.6 and later).
4907
[318ac31]4908Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
4909
4910        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
4911
[1edaf8d]4912Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
4913
4914        * src/netskel.c: In "Unused fixed point" warning, give file and
4915          linenumber where the "*fix" occurred.
4916
[a07ee70]4917Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
4918
4919        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
4920          highlight just <file>:<line> (and not the ': ' after), and to make
4921          the title for the terminal the warning/error message.  Make the
4922          checking stricter by checking that the linenumber is a number, to
4923          avoid false positives.
4924
[652b73b]4925Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
4926
4927        * Revert this change, as it appears wxMotif does support wxGLCanvas:
4928        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
4929          is required by Aven in 1.1.x, so remove mention of Motif from manual.
4930
[fb5887c]4931Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
4932
4933        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
4934          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
4935          handling of splitter window to fix poor handling of various cases.
4936
[bc73093]4937Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
4938
4939        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
4940          a file (and processing it first if necessary).
4941
[b0c416c]4942Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
4943
4944        * src/cavernlog.h: Fix filename in comment at top.
4945
[77b8654]4946Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
4947
4948        * src/cavernlog.cc: Don't double escape the contents of href and target
4949          in links in the log.
4950
[813919e]4951Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
4952
4953        * src/cavernlog.cc: Remove commented out calls to set the input
4954          encoding of the HTML parser - we now always escape non-ASCII
4955          characters as HTML entities.
4956
[438c9ed]4957Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
4958
4959        * src/cavernlog.h: Improve doc comment for process() method.
4960
[cca2ce1]4961Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
4962
4963        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
4964          we disable the preview feature.
4965
[193efb1]4966Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
4967
4968        * src/printwx.cc: The Gnome print dialog has its own preview window
4969          so suppress ours if using the Gnome one.
4970
[5297c43]4971Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
4972
4973        * configure.in: Update the wx-config probing code - wxmac-config etc
4974          aren't present with newer wxWidgets versions.
4975
[b7510ee]4976Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
4977
4978        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
4979          use a Unicode build.  If building a private wx, use wx 2.8.11 not
4980          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
4981
[a75f5a1]4982Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
4983
4984        * src/cavernlog.cc: Set the select timeout before calling wxYield()
4985          when waiting for output from cavern to 0.1s instead of 0.00001s to
4986          avoid yielding excessively on slower machines where this is likely
4987          to really slow things down.  Call Scroll() only once per line in
4988          the case where we are updating the scrollbar position.  Call
4989          Update() instead of wxYield() after each line, since that's enough
4990          to get the window updated.  Remove unused assignment "ch = left;"
4991          at end of loop.
4992
[9c0b089]4993Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
4994
4995        * configure.in: Link aven with -lGLU which SuSE Linux needs.
4996
[72f1bb2]4997Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
4998
4999        * src/mainfrm.cc: Highlight stations matching any current search when a
5000          file is loaded.  (ticket#9)
5001
[2d5edf4]5002Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
5003
5004        * survex.iss.in: Clean up comments from over-enthusiastic search and
5005          replace which modified comments as well as code.
5006
[b38cd93]5007Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
5008
5009        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
5010          with a "Point" class.
5011
[ecb7f9f]5012Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
5013
5014        * src/Makefile.am: Remove FIXME which has already been resolved.
5015
[24fd5b7]5016Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
5017
5018        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
5019          is required by Aven in 1.1.x, so remove mention of Motif from manual.
5020
[880b954]5021Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
5022
5023        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
5024          Correctly capitalise "GTK".
5025
[2bbfcec]5026Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
5027
5028        * doc/manual.sgml: Note that on Linux we only regularly test builds
5029          with the GTK+ version (change taken from 1.0).
5030
[c88a040]5031Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
5032
5033        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
5034          version of the manual.
5035
[7e2f708]5036Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
5037
5038        * configure.in: Only ask for core, gl, and html wx libs to avoid
5039          linking to a load of others we don't use.
5040
[4a320aa]5041Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
5042
5043        * INSTALL: Update.
5044
[4056cdc]5045Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
5046
5047        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
5048
[94f7e41]5049Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
5050
5051        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
5052          file updates from 1.0.39.1-4 Debian package.
5053
[7f24541]5054Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
5055
5056        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
5057
[e4bfd2f]5058Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
5059
5060        * NEWS: Update from ChangeLog.
5061
[0fd6750]5062Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
5063
5064        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
5065          "alternative manual formats" zip file - people will generally just
5066          want one of them, so downloading several together isn't very useful.
5067          Replace PostScript version of manual with a PDF version (more
5068          compact and more people will have software to read PDF).  Don't
5069          generate RTF format by default as PDF is more useful if you want
5070          a formatted version to print.
5071
[018db6f]5072Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
5073
5074        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
5075          List" section.
5076
[3554c39]5077Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
5078
5079        * Makefile.am,make_release: Just produce a zip file with the
5080          alternative manual formats - a self-extracting .exe is harder to
5081          use on other platforms, and most people have a zip file extractor
5082          installed.
5083
[c818632]5084Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
5085
5086        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
5087          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
5088          the issue with building the package on Debian is no longer
5089          relevant.
5090
[56ad6ad]5091Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
5092
5093        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
5094
[8ed91e39]5095Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
5096
5097        * doc/manual.sgml: Remove out of date postal addresses - we can
5098          probably safely assume people have email these days.  Direct
5099          people to the mailing list since they are likely to get a
5100          quicker response rather than mailing individuals.  Remove
5101          mention of a paper mailing list.  Remove mention of sending
5102          us a floppy (!) or blank CDR to get a version as I can't recall
5103          the last time I gave someone a copy on physical media.
5104
[98fbcf6]5105Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
5106
5107        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
5108          and people can just as easily build binary RPMs from the source
5109          tarball as from the srpm, so just remove the rpm target from the
5110          makefile and code which uses it from make_release - it's less to
5111          have to maintain too.
5112
[098acb1]5113Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
5114
5115        * make_release: Use "set -e" rather than checking the exit codes of
5116          commands.  -t no longer disables targets - set mk to do that.
5117
[dd7674d]5118Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
5119
5120        * make_release: Fix defaulting of list of things to do.
5121
[a061be6a]5122Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
5123
5124        * src/gdtconvert: Add "Generated" comment to output file.
5125
[ce80d82]5126Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
5127
5128        * src/gdtconvert: Add GPL license boilerplate.
5129
[68d7dfc]5130Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
5131
5132        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
5133          missing it.
5134
[ecbc6c18]5135Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
5136
5137        * src/: Update FSF address in licence notices.
5138
[5e3879f]5139Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
5140
5141        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
5142          survey is loaded now that we persist the window size between
5143          invocations.
5144
[381bf27]5145Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
5146
5147        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
5148          anti-aliased TXF files.
5149
[c57bd20]5150Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
5151
5152        * src/fnt.cc: Use font size from txf file rather than trying to
5153          calculate it from the texture fragment sizes.
5154
[d133b65]5155Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
5156
5157        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
5158          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
5159          allow distribution of modified versions.
5160
[72f37d2]5161Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
5162
5163        * lib/afm2txf.pl: Add support for -o option to specify output .txf
5164          file.
5165
[7c7cffd]5166Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
5167
5168        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
5169          Remove the temporary .ppm file at the end.
5170
[46cd512]5171Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
5172
5173        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
5174          SVN.
5175
[233995e]5176Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
5177
5178        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
5179
[9ce6a65]5180Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
5181
5182        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
5183
[1dafcb8]5184Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
5185
5186        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
5187
[845fac6]5188Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
5189
5190        * lib/afm2txf.pl: Clean up trailing whitespace.
5191
[fb5791d]5192Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
5193
5194        * lib/afm2txf.pl: Add GPL script for creating txf files.
5195
[cfe20c7]5196Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
5197
5198        * lib/splash.png: Remove now unused graphical splash screen (it has
5199          hardcoded (C) details, which wasn't a good approach).
5200
[ecc16fc]5201Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
5202
5203        * src/fnt.cc: Handle the left bearing and character width correctly.
5204
[5f4a155]5205Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
5206
5207        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
5208          being able to set the font texture from a byte array.
5209
[967723f]5210Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
5211
5212        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
5213          fntTexFont::puts() rather than recalculating it inside the
5214          method.
5215
[6f14ee0]5216Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
5217
5218        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
5219          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
5220          with sizing and resizing of the panes.
5221
[8a05a7a]5222Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
5223
5224        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
5225          a wxString.
5226
[d3172cc]5227Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
5228
5229        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
5230          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
5231          call char_str() instead for now.
5232
[5f97258]5233Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
5234
5235        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
5236          bar which we know to be ASCII.  No need to use msgPerm() for a
5237          message we assign to a wxString.
5238
[f302cbaa]5239Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
5240
5241        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
5242          baseleaf_from_fnm().
5243
[98a3786]5244Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
5245
5246        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
5247          a wide string, which doesn't work with fopen(), etc, so call
5248          char_str() instead for now.
5249
[833c6bc]5250Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
5251
5252        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
5253          wxString::FromUTF8() instead of wxConvUTF8.
5254
[de0f6e1]5255Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
5256
5257        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
5258          wxString.
5259
[c0abf5a]5260Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
5261
5262        * src/Makefile.am: Use wx-config's --rescomp option to get the command
5263          and options needed to turn .rc files into object files.
5264
[a2bc929]5265Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
5266
5267        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
5268          amount of the installer size.  Specify "DisableWelcomePage=yes"
5269          which is apparently in line with what other modern installers do.
5270
[b7d232e]5271Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
5272
5273        * configure.in,make_release,make_release.in: We no longer need VERSION
5274          in make_release, so no need to generate it from configure.
5275
[5a0eabd]5276Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
5277
5278        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
5279          under Wine, so just run wine directly and removed version of
5280          Debian's xvfb-run script.
5281        * make_release.in: Pass variables to configure on the command line
5282          rather than in the enviornment.  Running "make distcheck" no longer
5283          fails extend.tst, so remove comment about that.  Use case rather
5284          than expr to check what we've been asked to build.  Update to use
5285          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
5286          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
5287          potential bugs from that.  Enable -Werror for the wxmsw build.
5288        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
5289          (add pt and sk) and where we copy them from.  Copy the unofficial
5290          InnoSetup i18n files (.isl) from lib.
5291
[ebcdad9]5292Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
5293
5294        * doc/HACKING.htm: Update InnoSetup info.
5295
[b685e4e]5296Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
5297
5298        * survex.iss.in: Update for InnoSetup 5.3.9.
5299        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
5300          i18n files for InnoSetup which we use.
5301
[9227253]5302Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
5303
5304        * src/Makefile.am: Update path to wx RC file.
5305
[a5e8ada]5306Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
5307
5308        * src/mainfrm.cc: Explicitly construct temporary wxString() which
5309          is needed to avoid overload ambiguity under __WXMSW__.
5310
[15322f2]5311Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
5312
5313        * src/cavernlog.cc: Add missing wxT() to string and character
5314          constants only used in __WXMSW__ build.
5315
[b1876d3]5316Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
5317
5318        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
5319          kludge to substitute Czech if Slovak isn't found.
5320
[4eaa9a3]5321Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
5322
5323        * src/aboutdlg.cc: Fix character constant to be a string constant when
5324          building under WXMSW.
5325
[90d0d71]5326Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
5327
5328        * NEWS: Update from ChangeLog for 1.1.13.
5329
[0dbc323]5330Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
5331
5332        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
5333          .deb building machinery from upstream Makefile.
5334
[9fe15ea]5335Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
5336
5337        * make_release.in: Remove ancient workaround for getting wine to work.
5338          Remove .deb building machinery.  Reenable distcheck to see if the
5339          problem with extend.tst has gone away.  Update mingw cross-building
5340          machinery.
5341
[0c03190]5342Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
5343
5344        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
5345          - just link to the FSF's page.
5346
5347Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
5348
5349        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
5350          update debian/changelog.
5351
[0ae292f]5352Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
5353
5354        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
5355          generating an HTML version of the ChangeLog - it's too low level to
5356          be of interest to non-developers, and developers can look at the
5357          source code.
5358
[2e4b8cd]5359Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
5360
5361        * src/cavernlog.cc: Whitespace tweaks.
5362
[ca2611a]5363Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
5364
[fe58e77]5365        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
5366          About dialog.  Change "OK" button to "Close" since nothing is being
5367          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
5368          to make the copied text persist after aven is closed, though this
5369          seems to currently do nothing on wxGTK at least.
[ca2611a]5370
5371Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
5372
5373        * doc/HACKING.htm: Note jadetex needed.
5374          Note autoconf 2.64 works well.
5375
5376Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
5377
5378        * src/fnt.cc: Remove now superfluous ().
5379
5380Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
5381
5382        * debian/Makefile.am: Update EXTRA_DIST
5383
5384Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
5385
5386        * src/cavernlog.cc: Fix small memory leak
5387
5388Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
5389
5390        * src/img.c: Don't leak filename_opened member.
5391
5392Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
5393
5394        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
5395          don't use them uninitialised.
5396
5397Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
5398
5399        * src/gfxcore.h: Declare constants with enum rather than #define so
5400          they automatically get allocated unique values, and so they show up
5401          in the debugger.
5402
5403Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
5404
5405        * src/fnt.cc: Make the map array static const
5406
5407Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
5408
5409        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
5410          use a "byte format" font file without any translation, while a
5411          "bitmap format" font file needs a temporary array half the size.
5412
5413Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
5414
5415        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
5416          using them potentially uninitialised.
5417
5418Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
5419
5420        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
5421          file on the command line.
5422
5423Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
5424
5425        * configure.in: Update copyright years.
5426
5427Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
5428
5429        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
5430          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
5431          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
5432          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
5433          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
5434          src/printwx.cc, src/printwx.h:
5435          + Fix to build with a "unicode" build of wx.
5436          + Add "Copy" button to the About dialog to copy the system info
5437            to the clipboard.
5438          + List OpenGL extensions last, since there are usually lots of
5439            them with a modern gfx card.
5440          + When processing survey data, auto-scroll the log window until
5441            we've reported a warning or error.
5442          + Put the survey data log window in a splitter in the standard
5443            frame rather than having a separate frame for it.
5444
5445Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
5446
5447        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
5448
5449Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
5450
5451        * src/aboutdlg.cc: Build string using preprocessor string
5452          concatenation rather than runtime appending, where possible.
5453
5454Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
5455
5456        * src/aboutdlg.cc: Update (C) date.
5457
5458Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
5459
5460        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
5461          events to avoid spinning on the CPU.
5462
5463Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
5464
5465        * configure.in: New preferred env var for wx-config script is
5466          WX_CONFIG.  WXCONFIG still supported for compatibility.
5467
5468Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
5469
5470        * src/mainfrm.cc: The presentation filename now defaults to using
5471          the basename of the currently loaded dataset, but we always prompt
5472          before we first save with such a name.
5473
5474Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
5475
5476        * configure.in: Add comment to explain why we call wx-config twice.
5477
5478Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
5479
5480        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
5481          contains '%' (m comes from the messages file, so this isn't
5482          exploitable by sending someone a "bad" .svx or .3d file).
5483
5484Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
5485
5486        * src/mainfrm.cc: Fix to open rather than save when doing "open
5487          presentation" with wxmotif.
5488
5489Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
5490
5491        * doc/3dformat.htm: Document that this is version 6 and when we
5492          started to use it.
5493
5494Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
5495
5496        * src/gla-gl.cc: When saving a screenshot, perform the vertical
5497          flip of the image data in-place rather than using wxImage::Mirror()
5498          which creates a whole new wxImage object.
5499
5500Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
5501
5502        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
5503          contains a '%' character.
5504
5505Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
5506
5507        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
5508          needed.
5509
5510Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
5511
5512        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
5513          longer set or used.
5514
5515Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
5516
5517        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
5518          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
5519          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
5520          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
5521          "wxWidgets" instead of "wxWindows" consistently.
5522          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
5523
5524Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
5525
5526        * doc/3dformat.htm: Update for v6 format from Mike McCombe
5527
5528Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
5529
5530        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
5531          need to store the value in a variable rather than calling it twice!
5532
5533Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
5534
5535        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
5536          some which had the wrong descriptions.
5537          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
5538          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
5539          numeric values, so the shorter (now official) names are better.
5540
5541Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
5542
5543        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
5544          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
5545          src/quaternion.h: Just set the pan and tilt directly as OpenGL
5546          rotations rather than messing around setting up and then decoding a
5547          quaternion.  This fixes some glitches when tilting while looking
5548          east, and eliminates 2 source files and 2 headers!
5549
5550Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
5551
5552        * NEWS, configure.in, src/aven.cc, src/wx.h:
5553          (Unix version): aven: Fix display of degree symbol in status bar and
5554          messages with accented characters in.
5555          (Mac OS X version): Require at least wxWidgets 2.5.1.
5556
5557Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
5558
5559        * src/message.c: Test S_ISREG since that's what we use here
5560
5561Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
5562
5563        * src/message.c: Always use utf-8 for aven on unix
5564
Note: See TracBrowser for help on using the repository browser.