source: git/ChangeLog @ 45dcea2

RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since 45dcea2 was 45dcea2, checked in by Olly Betts <olly@…>, 12 years ago

src/commands.c: Correct comment about *alias.

  • Property mode set to 100644
File size: 118.4 KB
RevLine 
[45dcea2]1Sat Jun 08 06:19:17 GMT 2013  Olly Betts <olly@survex.com>
2
3        * src/commands.c: Correct comment about *alias.
4
[cd5b089]5Sat Jun 08 06:01:38 GMT 2013  Olly Betts <olly@survex.com>
6
7        * lib/de.po,lib/de_CH.po,lib/en_US.po: Update translations.
8
[5d60ff0]9Thu Jun 06 10:56:22 GMT 2013  Olly Betts <olly@survex.com>
10
11        * lib/,src/: Show splay legs faded by default, with menu options to
12          hide them or show them like other legs.
13
[dcbcae0]14Tue Jun 04 12:37:03 GMT 2013  Olly Betts <olly@survex.com>
15
16        * doc/manual.sgml,lib/survex.pot,src/,tests/Makefile.am,
17          tests/cavern.tst: Add more anonymous station types - a double
18          separator ('..' by default) is an anoymous wall point at the end
19          of an implicit splay (c.f. '.' being a non-wall point), and
20          a triple separator ('...' by default) is an anoymous point (with
21          nothing special about the leg).  New *alias command allows '-' to be
22          mapped to '..' to match pocket topo conventions.  3d file format now
23          support a 'WALL' station flag.
24
[f9044d0]25Tue Jun 04 12:19:31 GMT 2013  Olly Betts <olly@survex.com>
26
27        * src/Makefile.am: Regenerate gradient.pov is gdtconvert changes.
28
[4fb15a1]29Sun Jun 02 12:51:46 GMT 2013  Olly Betts <olly@survex.com>
30
31        * src/readval.c,tests/: Report column numbers as well as line numbers
32          for more cavern errors and warnings.  Add more testcases.  If the
33          argument to *include has an opening double quote but the closing
34          double quote is missing, then skip trying to open the file.
35
[a91c2b0]36Sun Jun 02 10:52:26 GMT 2013  Olly Betts <olly@survex.com>
37
38        * src/cavernlog.cc: Remove useless extra quoting when invoking vim.
39
[e27a0c3]40Fri May 31 13:51:16 GMT 2013  Olly Betts <olly@survex.com>
41
42        * src/netskel.c: Use fputs not printf to write literal string to avoid
43          GCC format security warning (the string can never contain a '%' but
44          the compiler can't see that).
45
[8cea1ad]46Fri May 31 13:08:01 GMT 2013  Olly Betts <olly@survex.com>
47
48        * src/datain.c: Variable 'len' in compile_error_token was static for no
49          good reason.
50
[d309e17]51Fri May 31 12:32:22 GMT 2013  Olly Betts <olly@survex.com>
52
53        * src/mainfrm.cc,src/mainfrm.h: Skip anonymous stations.
54
[a2c33ae]55Fri May 31 12:17:56 GMT 2013  Olly Betts <olly@survex.com>
56
57        * src/,tests/: Anonymous stations no longer have a made up unique name,
58          and are marked with a new ANON flag in .3d files.
59
[55ee200]60Mon May 27 11:24:18 GMT 2013  Olly Betts <olly@survex.com>
61
62        * configure.ac: Update copyright date.
63
[f15cde77]64Sun May 26 13:05:34 GMT 2013  Olly Betts <olly@survex.com>
65
66        * src/: New station flag SFLAGS_USED to mark a station as "used" so we
67          don't issue "unused fixed point" warnings about it - previously we
68          set 'shape' to be negative to indicate this, but that required us to
69          handle that whenever we looked at or updated shape.
70
[631fa17]71Sun May 26 11:47:06 GMT 2013  Olly Betts <olly@survex.com>
72
73        * configure.ac: Fix sizeof(wxChar) test to work for wx2.9.
74
[ee63994]75Fri May 10 05:55:54 GMT 2013  Olly Betts <olly@survex.com>
76
77        * configure.ac,src/gla-gl.cc,src/glbitmapfont.h: It seems we need to
78          include GL/gl.h before we can safely include GL/glext.h (at least on
79          Debian wheezy).
80
[a5d615f]81Fri May 10 05:43:09 GMT 2013  Olly Betts <olly@survex.com>
82
83        * configure.ac: Fix wxChar test to work in a non-cross-compiled build.
84
[30b66b5]85Wed May 08 22:38:56 GMT 2013  Olly Betts <olly@survex.com>
86
87        * configure.ac,src/glbitmapfont.cc: Check sizeof(wxChar) at configure
88          time, so we can avoid a warning when sizeof(wxChar)==2 (which is the
89          case under mingw).
90
[fdd4a1fc]91Wed May 08 05:54:23 GMT 2013  Olly Betts <olly@survex.com>
92
93        * lib/en_US.po,lib/survex.pot: Update.
94
[c142664]95Tue May 07 23:30:26 GMT 2013  Olly Betts <olly@survex.com>
[c8b5fa5]96
97        * src/aven.cc: Don't crash trying to report an error after the app
98          object has been created but before the frame window has.
99
[419befc]100Sun Jan 06 19:31:30 GMT 2013  Olly Betts <olly@survex.com>
101
102        * doc/manual.sgml: "surface topology" -> "surface topography".
103
[f95d6c7]104Sun Jan 06 08:07:22 GMT 2013  Olly Betts <olly@survex.com>
105
106        * lib/Makefile.am: Remove launchpad-tarball target - changes now
107          get picked up by launchpad automatically via a bzr mirror of the
108          git repo.
109
[81dc8f3]110Sun Jan 06 05:45:10 GMT 2013  Olly Betts <olly@survex.com>
111
112        * lib/survex.pot,src/dump3d.c: Add --show-dates/-d to --help output.
113
[b183fe1]114Sun Jan 06 05:42:07 GMT 2013  Olly Betts <olly@survex.com>
115
116        * lib/po-to-msg.pl: Fix matching quote check to really allow
117          for using « and » in a translation.
118
[8f365d5]119Sun Jan 06 05:23:48 GMT 2013  Olly Betts <olly@survex.com>
120
121        * src/dump3d.c: Report img_STOP as STOP rather than CODE_0xffffffff.
122
[256c4c8]123Thu Jan 03 01:08:28 GMT 2013  Olly Betts <olly@survex.com>
124
125        * src/: Use wxValidator to simplify keeping svxPrintDlg member
126          variables and fields in the dialog in sync.
127
[17c483d]128Wed Jan 02 20:49:20 GMT 2013  Olly Betts <olly@survex.com>
129
130        * src/gla-gl.cc,src/glbitmapfont.cc: Add checks for errors when reading
131          the font file.
132
[6b536b3]133Wed Jan 02 20:48:22 GMT 2013  Olly Betts <olly@survex.com>
134
135        * configure.ac,src/img.c: Avoid warning about redeclaration of round().
136
[7b9dc3f]137Wed Jan 02 09:11:41 GMT 2013  Olly Betts <olly@survex.com>
138
139        * src/readval.c: Whitespace tweak.
140
[c23c626]141Wed Jan 02 09:10:57 GMT 2013  Olly Betts <olly@survex.com>
142
143        * src/netartic.c: Use TSTBIT(w, x) instead of w & BIT(x).
144
[187e72b]145Wed Jan 02 09:10:30 GMT 2013  Olly Betts <olly@survex.com>
146
147        * src/listpos.c: Fix compiler warning.
148
[710ecc1]149Wed Jan 02 09:04:58 GMT 2013  Olly Betts <olly@survex.com>
150
151        * lib/survex.pot,src/,tests/: Add support for anonymous stations,
152          which are indicated by a station name of '.'.
153
[edf0717]154Sat Dec 29 18:50:07 GMT 2012  Olly Betts <olly@survex.com>
155
156        * src/export.cc: Implement export of passage info for DXF (untested).
157
[5624403]158Sat Dec 29 05:29:31 GMT 2012  Olly Betts <olly@survex.com>
159
160        * src/gfxcore.cc,src/printwx.cc,src/printwx.h: Default the export/print
161          settings for passage related things to the "tubes" setting in the
162          OpenGL view.
163
[384534c]164Sat Dec 29 05:11:20 GMT 2012  Olly Betts <olly@survex.com>
165
166        * src/gfxcore.cc,src/gfxcore.h: Export of passage detail now works
167          before we have displayed tubes in the OpenGL view.
168
[d713e5d]169Sat Dec 29 05:09:54 GMT 2012  Olly Betts <olly@survex.com>
170
171        * src/avenprcore.cc,src/avenprcore.h,src/printwx.cc: Do away with the
172          separate bool flags for each thing we can show in printing and export
173          and just use the "show_mask" flags.
174
[6eef93d]175Fri Dec 28 23:30:55 GMT 2012  Olly Betts <olly@survex.com>
176
177        * lib/: Fill in new messages from existing translations where possible.
178
[97d5744]179Fri Dec 28 21:03:33 GMT 2012  Olly Betts <olly@survex.com>
180
181        * lib/: Merge from survex.pot to .po files.
182
[4b4f457]183Fri Dec 28 22:21:50 GMT 2012  Olly Betts <olly@survex.com>
184
185        * lib/survex.pot: Update locations.
186
[d00b9b2]187Fri Dec 28 22:19:14 GMT 2012  Olly Betts <olly@survex.com>
188
189        * src/printwx.cc: Disable passage-related export options when in a
190          tilted view.  Hook up "Cross-sections" to printing on left and
191          right markers.
192
[e90a41e]193Fri Dec 28 06:30:17 GMT 2012  Olly Betts <olly@survex.com>
194
195        * lib/survex.pot,src/: Add options to export dialog to control showing
196          cross-sections, walls and passages.
197
[fc68ad5]198Fri Dec 28 05:53:56 GMT 2012  Olly Betts <olly@survex.com>
199
200        * src/: Implement exporting of passages (ticket#4) for SVG.  Currently
201          it is always on (I'll update the Export dialog shortly).
202
[0fa7aac]203Wed Dec 26 22:21:10 GMT 2012  Olly Betts <olly@survex.com>
204
205        * lib/survex.pot,src/commands.c,src/readval.c,src/readval.h,tests/: Add
206          new warning if *begin SURVEY has a separator character in SUVERY.
207
[d2dc8a5]208Wed Dec 26 07:29:42 GMT 2012  Olly Betts <olly@survex.com>
209
210        * lib/en_US.po: Fix clashing menu accelerator.
211
[79d84d9]212Wed Dec 26 01:46:06 GMT 2012  Olly Betts <olly@survex.com>
213
214        * src/readval.c: Fix typo in previous change.
215
[ce8f81c]216Tue Dec 25 23:04:06 GMT 2012  Olly Betts <olly@survex.com>
217
218        * src/readval.c,tests/: Demote errors about invalid dates to warnings,
219          since we've accepted *date for ages without any checks on the value,
220          and so existing datasets probably contain invalid dates and dates in
221          other formats.  (ticket#19)
222
[2d8c78e]223Tue Dec 25 22:03:20 GMT 2012  Olly Betts <olly@survex.com>
224
225        * src/listpos.c: But always leave space for at least 4 digits, so we
226          give exactly the same output as before unless we need the extra
227          width.
228
[449dca9]229Mon Dec 24 08:44:04 GMT 2012  Olly Betts <olly@survex.com>
230
231        * src/listpos.c: Adjust width of node stats table to fit longest count.
232
[b0d2c3e]233Sun Dec 23 07:20:53 GMT 2012  Olly Betts <olly@survex.com>
234
235        * lib/survex.pot: Wrap TRANSLATORS comment.
236
[34bae8e]237Sun Dec 23 07:20:19 GMT 2012  Olly Betts <olly@survex.com>
238
239        * lib/survex.pot: Add missing "c-format" annotation.
240
[577b94d]241Sun Dec 23 07:19:22 GMT 2012  Olly Betts <olly@survex.com>
242
243        * lib/sk.po: Resolve a couple of inconsistencies in translation of
244          similar messages by asking Martin Sluka.
245
[07beaa4]246Sun Dec 23 05:36:38 GMT 2012  Olly Betts <olly@survex.com>
247
248        * NEWS: Update from ChangeLog.
249
[fc06ec5]250Thu Dec 20 04:31:22 GMT 2012  Olly Betts <olly@survex.com>
251
252        * lib/zh_CN.po: Translate another message.
253
[909ab0c]254Thu Dec 20 03:28:02 GMT 2012  Olly Betts <olly@survex.com>
255
256        * lib/zh_CN.po: Add space after colon.
257
[47c6ee92]258Thu Dec 20 03:26:15 GMT 2012  Olly Betts <olly@survex.com>
259
260        * lib/survex.pot: Add more TRANSLATORS comments about terminology.
261
[69e6c0b]262Thu Dec 20 03:25:45 GMT 2012  Olly Betts <olly@survex.com>
263
264        * lib/it.po: Merge two new translations from launchpad.
265
[1682d1a]266Thu Dec 20 03:24:52 GMT 2012  Olly Betts <olly@survex.com>
267
268        * lib/en_US.po: Correct "leg" to "shot" in a few places, and translate
269          "Anticlockwise" to "Counterclockwise".
270
[365c7e4]271Wed Dec 19 10:41:55 GMT 2012  Olly Betts <olly@survex.com>
272
273        * lib/po-to-msg.pl: Remove commented out code to find uses, which is
274          now handled by a separate script.
275
[a570c81]276Wed Dec 19 10:36:59 GMT 2012  Olly Betts <olly@survex.com>
277
278        * lib/po-to-msg.pl: Update to read message numbers from references.
279
[8c048fa]280Tue Dec 18 12:00:40 GMT 2012  Olly Betts <olly@survex.com>
281
282        * src/gla-gl.cc,src/gla.h: Update to use wxGLContext to avoid
283          deprecation warnings from wx 2.9.
284
[6e22f11]285Tue Dec 18 11:40:34 GMT 2012  Olly Betts <olly@survex.com>
286
287        * src/moviemaker.cc: Fix unused parameter warnings when we don't have
288          libavformat available.
289
[1c8ab60]290Tue Dec 18 11:39:40 GMT 2012  Olly Betts <olly@survex.com>
291
292        * src/glbitmapfont.cc: Fix warning about ambiguous else from wxLogError
293          macro.
294
[cea3549]295Tue Dec 18 11:32:32 GMT 2012  Olly Betts <olly@survex.com>
296
297        * INSTALL,lib/INSTALL.OSX,src/,survex.spec.in: Require at least
298          wxWidgets 2.8.0 - it was released just over 6 years ago now,
299          and the wx developers consider even 2.8 to be rather long in
300          the tooth.  I haven't test build with wx 2.6 for more than a year
301          and it's no longer packaged for Debian.  Dropping support for
302          older wx allows a number of workarounds to be removed.
303
[1ada489]304Tue Dec 18 11:05:24 GMT 2012  Olly Betts <olly@survex.com>
305
306        * src/: Fix uses of some wx features which are deprecated in wx2.9.
307
[9071cf5]308Tue Dec 18 10:50:28 GMT 2012  Olly Betts <olly@survex.com>
309
310        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Fix OnSize handling
311          so we can just call event.Skip() (which is the intended approach)
312          rather than explicitly calling the parent class OnSize() method
313          from the subclass OnSize() method.
314
[aa7c3c2]315Tue Dec 18 08:23:14 GMT 2012  Olly Betts <olly@survex.com>
316
317        * src/aven.cc: Fix MSW build to not rely on a GCC extension.
318
[4a78370]319Tue Dec 18 07:20:16 GMT 2012  Olly Betts <olly@survex.com>
320
321        * lib/: Merge changes from template.
322
[0dc5829]323Tue Dec 18 07:06:41 GMT 2012  Olly Betts <olly@survex.com>
324
325        * lib/,src/Makefile.am,src/gettexttomsg.pl: Eliminate po_codes and just
326          store the message numbers as the line number in a fake source
327          reference to file 'n'.
328
[e32074b]329Tue Dec 18 04:13:18 GMT 2012  Olly Betts <olly@survex.com>
330
331        * lib/po_codes,lib/survex.pot: Merge in updated source line numbers.
332
[f8fa253]333Tue Dec 18 04:11:09 GMT 2012  Olly Betts <olly@survex.com>
334
335        * lib/extract-msgs.pl,src/Makefile.am: Don't include version in
336          'Project-Id-Version'.
337
[483796d]338Tue Dec 18 03:13:16 GMT 2012  Olly Betts <olly@survex.com>
339
340        * lib/: Set Project-Id-Version to just "survex" - the version part just
341          complicates things unnecessarily for our usage.
342
[f723062]343Tue Dec 18 03:00:04 GMT 2012  Olly Betts <olly@survex.com>
344
345        * tests/Makefile.am,tests/aven.tst: Add new testsuite script (aven.tst)
346          which currently has regression tests for the recently fixed segfault
347          when aven didn't have messages for the requested language.
348
[173d1c6]349Tue Dec 18 02:19:08 GMT 2012  Olly Betts <olly@survex.com>
350
351        * src/message.c: Only use ASCII for the handful of hardcoded messages
352          we need for errors loading message files, as it's probably more
353          likely the wrong encoding will be set in such cases.
354
[da96015]355Tue Dec 18 02:02:57 GMT 2012  Olly Betts <olly@survex.com>
356
357        * src/,tests/: Report column numbers as well as line numbers for some
358          cavern errors and warnings, and update aven's cavern log parser to
359          handle these.  Simplify handling of quantity lists to only recognise
360          'DEFAULT' as the first item.  Add more testcases, expand some
361          existing testcases, and expected output for more.
362
[c49e27f]363Mon Dec 17 22:19:21 GMT 2012  Olly Betts <olly@survex.com>
364
365        * src/message.c: If we don't find the message file, only give an error
366          if it was specified with SURVEX_LANG, since that is an explicit
367          instruction to Survex, whereas LANG, LC_ALL and LC_MESSAGES are
368          essentially system "preferred locale" settings.
369        * src/aven.cc: Fix reporting of errors from message.c not to crash if
370          the wxApp object hasn't yet been intitialised, and to convert the
371          character encoding correctly.
372
[3d2add3]373Mon Dec 17 22:17:00 GMT 2012  Olly Betts <olly@survex.com>
374
375        * lib/Makefile.am: Install zh_CN (Chinese) messages.
376
[5f680c5]377Mon Dec 17 22:02:43 GMT 2012  Olly Betts <olly@survex.com>
378
379        * lib/zh_CN.po: Reuse existing translation of "Presentation" for the
380          top level menu name - now all the whole menu bar is translated!
381
[bc8dfe7]382Mon Dec 17 11:07:00 GMT 2012  Olly Betts <olly@survex.com>
383
384        * src/cavernlog.cc: Don't highlight a file:linenumber if there's no
385          message after it, which avoids highlighting the "Included from"
386          lines wrongly.
387
[53e0bd1]388Mon Dec 17 11:04:36 GMT 2012  Olly Betts <olly@survex.com>
389
390        * tests/: Rename testcase badinc3 to badinc4 and actually run it, and
391          add new badinc3 which tests multiple levels of *include.  Add expect
392          output for all the badinc testcases.
393
[895f767]394Mon Dec 17 11:01:02 GMT 2012  Olly Betts <olly@survex.com>
395
396        * src/datain.c: Report the parent include files starting from the
397          outermost, as that's more logical when there are multiple levels
398          involved.
399
[f326029]400Mon Dec 17 10:39:14 GMT 2012  Olly Betts <olly@survex.com>
401
402        * lib/fr.po: Add translation for new message, adapted from two similar
403          existing messages.
404
[66587ff]405Mon Dec 17 10:37:12 GMT 2012  Olly Betts <olly@survex.com>
406
407        * lib/it.po: Merge a translation from launchpad.
408
[63a4d47]409Mon Dec 17 09:11:09 GMT 2012  Olly Betts <olly@survex.com>
410
411        * lib/: Merge changes from .pot to .po files.
412
[715720f]413Mon Dec 17 06:37:10 GMT 2012  Olly Betts <olly@survex.com>
414
415        * lib/,src/datain.c: Move the <filename>:<line> into the message when
416          reporting the include route to the file with the error in it, which
417          allows a more natural translation into German.
418
[1c4abcf]419Mon Dec 17 03:26:40 GMT 2012  Olly Betts <olly@survex.com>
420
421        * .gitignore: Add src/dump3d.
422
[a23fe6a]423Mon Dec 17 03:24:22 GMT 2012  Olly Betts <olly@survex.com>
424
425        * lib/po_codes,lib/po_codes_dead: Prune strings we aren't using and are
426          probably unlikely to use again into a new file po_codes_dead, so that
427          translators don't get presented with them to translate.
428        * lib/survex.pot: Regenerate.
429
[93935c7]430Tue Dec 11 23:07:31 GMT 2012  Olly Betts <olly@survex.com>
431
432        * src/datain.c,tests/: We want to warn if there's a clino reading which
433          it would be impossible to have read from the instrument (e.g. on a
434          -90 to 90 degree scale you can't read "96" (it's probably a typo for
435          "69").  However, the gradient reading from a topofil is typically in
436          the range 0 to 180, with 90 being horizontal.  Really we should allow
437          the valid range to be specified, but for now we infer it from the
438          zero error - if this is within 45 degrees of 90 then we assume the
439          range is 0 to 180.
440
[6186bca]441Tue Dec 11 22:29:35 GMT 2012  Olly Betts <olly@survex.com>
442
443        * lib/po-to-msg.pl: Report unused message numbers.
444
[4b14118]445Tue Dec 11 22:22:20 GMT 2012  Olly Betts <olly@survex.com>
446
447        * lib/po_codes,lib/survex.pot,src/commands.c,tests/: If the scale
448          factor in *calibrate is zero, flag that as an error - it doesn't
449          make sense and probably means someone reversed the arguments to
450          *calibrate.
451
[17c1dcd]452Mon Dec 03 06:52:22 GMT 2012  Olly Betts <olly@survex.com>
453
454        * src/readval.c: If we were expecting a numeric field and instead get
455          something which starts with '+', '-', or '.' but which isn't a
456          number, then fix the error to include that character in the token
457          reported.
458        * tests/: Add regression test badreadingdotplus.
459
[075c051]460Mon Dec 03 06:50:51 GMT 2012  Olly Betts <olly@survex.com>
461
462        * tests/cavern.tst,tests/equatenosuchstn.out,tests/surveytypo.out: Stop
463          trimming output header when we get to copyright line, as there may be
464          an error before the first blank line.
465
[e08f766]466Mon Dec 03 06:34:20 GMT 2012  Olly Betts <olly@survex.com>
467
468        * tests/badinc3.svx: Add new test file, missed in earlier commit.
469
[ccc815d5]470Mon Dec 03 04:18:34 GMT 2012  Olly Betts <olly@survex.com>
471
472        * src/cavern.c: Use /* */ comments, not //.
473
[e3d956b]474Mon Dec 03 04:16:40 GMT 2012  Olly Betts <olly@survex.com>
475
476        * tests/Makefile.am: Add new test suite files.
477
[4bc4d58]478Mon Dec 03 04:13:32 GMT 2012  Olly Betts <olly@survex.com>
479
480        * src/datain.c,tests/cavern.tst: Fix handling after reporting an error
481          for a bad reading in passage data to not then complain "End of line
482          not blank" but instead check other readings on the same line.
483        * tests/passagebad.svx: Add regression testcase.
484
[33a2d49]485Mon Dec 03 02:55:33 GMT 2012  Olly Betts <olly@survex.com>
486
487        * tests/cavern.tst,tests/extend.tst,tests/smoke.tst: Add valgrind hooks
488          to the rest of the tests scripts.
489
[5b7b184]490Mon Dec 03 02:53:56 GMT 2012  Olly Betts <olly@survex.com>
491
492        * configure.ac: Fix package name, broken during modernisation of
493          autotools use.
494
[38c4c5c]495Mon Dec 03 02:32:01 GMT 2012  Olly Betts <olly@survex.com>
496
497        * tests/: Run tools under valgrind in most test scripts if VALGRIND is
498          set.
499
[e963c8c]500Mon Dec 03 02:29:56 GMT 2012  Olly Betts <olly@survex.com>
501
502        * tests/smoke.tst: Remove variables which aren't ever used.
503
[bbe0a27]504Mon Dec 03 02:28:45 GMT 2012  Olly Betts <olly@survex.com>
505
506        * tests/: Make all test scripts report "Test passed" at the end if
507          VERBOSE is set and all testcases in the script passed.
508
[67a2822]509Mon Dec 03 01:59:04 GMT 2012  Olly Betts <olly@survex.com>
510
511        * tests/cavern.tst: If VALGRIND is set, run cavern under valgrind and
512          fail the test if there's an error.
513
[0a158bc]514Mon Dec 03 01:29:39 GMT 2012  Olly Betts <olly@survex.com>
515
516        * src/datain.c: Refactor to avoid duplicating code for handling clino
517          and backclino.
518
[e3b03de]519Mon Dec 03 01:29:05 GMT 2012  Olly Betts <olly@survex.com>
520
521        * src/datain.c: Check r is valid before using it at all.
522
[30d80d2]523Sun Dec 02 23:48:05 GMT 2012  Olly Betts <olly@survex.com>
524
525        * src/str.c,src/str.h: Inline s_zero() and s_free() since they should
526          optimise down to similar or less code than a function call would.
527
[eb96f18]528Sun Dec 02 23:47:21 GMT 2012  Olly Betts <olly@survex.com>
529
530        * src/datain.c: s_zero() on a NULL pointer is a no-op, so remove.
531
[b165f50]532Sun Dec 02 22:53:34 GMT 2012  Olly Betts <olly@survex.com>
533
534        * lib/de_CH.po: Consistently use Swiss quoting style.
535
[6f61f83]536Sun Dec 02 22:51:53 GMT 2012  Olly Betts <olly@survex.com>
537
538        * src/readval.c: If we're about to longjmp to jbSkipLine, then we can
539          just call compile_error() instead of compile_error_skip().
540
[e363f8b]541Sun Dec 02 22:40:07 GMT 2012  Olly Betts <olly@survex.com>
542
543        * src/datain.c: Always skip the current line if we longjmp to
544          jbSkipLine.
545        * tests/cavern.tst,tests/skipafterbadomit.svx: We weren't skipping
546          after complaining about OMIT for a required reading, which the
547          change to always skip fixes, so add a regression test for that.
548
[75e67ab]549Sat Dec 01 23:42:22 GMT 2012  Olly Betts <olly@survex.com>
550
551        * src/readval.c: Add a "const".
552
[6fe33ed]553Fri Nov 30 00:31:16 GMT 2012  Olly Betts <olly@survex.com>
554
555        * lib/it.po,lib/sk.po: Merge more updates from launchpad.
556
[7f6250a]557Wed Nov 28 06:11:11 GMT 2012  Olly Betts <olly@survex.com>
558
559        * NEWS: Update from ChangeLog.
560
[6b9e4eb]561Wed Nov 28 05:02:26 GMT 2012  Olly Betts <olly@survex.com>
562
563        * lib/de.po: A few more translations from launchpad.
564
[a7b5554]565Wed Nov 28 01:56:49 GMT 2012  Olly Betts <olly@survex.com>
566
567        * lib/,src/sorterr.c: Change "HOW MANY" to "HOW_MANY" to make it
568          clearer this is a placeholder for one argument.
569
[bc98047]570Wed Nov 28 01:52:16 GMT 2012  Olly Betts <olly@survex.com>
571
572        * src/message.c: Don't force Latin 1 if setlocale(LC_MESSAGES, ...)
573          fails.
574
[1f47cc2]575Wed Nov 28 01:51:11 GMT 2012  Olly Betts <olly@survex.com>
576
577        * src/message.c: Transliterate « and » to " if we don't have them in
578          the current character set (previously we mapped them to << and >>).
579
[68e6024]580Wed Nov 28 01:00:53 GMT 2012  Olly Betts <olly@survex.com>
581
582        * lib/: Merge translations from launchpad.
583
[e2e08e9]584Wed Nov 28 00:44:36 GMT 2012  Olly Betts <olly@survex.com>
585
586        * lib/de_CH.po: Fill gaps from de.po.
587
[95694a1]588Wed Nov 28 00:44:05 GMT 2012  Olly Betts <olly@survex.com>
589
590        * lib/de.po: Merge in new "TRANSLATORS" comments.
591
[fe7e9e3]592Wed Nov 28 00:43:39 GMT 2012  Olly Betts <olly@survex.com>
593
594        * lib/es.po,lib/fr.po,lib/it.po: Merge translations from launchpad.
595
[e9a67e8]596Wed Nov 28 00:11:07 GMT 2012  Olly Betts <olly@survex.com>
597
598        * lib/pt_BR.po: Merge translations from launchpad.
599
[5b74858]600Wed Nov 28 00:00:18 GMT 2012  Olly Betts <olly@survex.com>
601
602        * lib/po-to-msg.pl: Add FIXME to only check % formats for messages
603          which have the "c-format" flag set.
604
[b772727]605Tue Nov 27 23:57:25 GMT 2012  Olly Betts <olly@survex.com>
606
607        * lib/po-to-msg.pl: Fix quote check to handle “” vs »«.
608
[57d980f]609Tue Nov 27 23:40:06 GMT 2012  Olly Betts <olly@survex.com>
610
611        * lib/de.po,lib/po_codes,lib/survex.pot: Reorder messages so the ones
612          in the "View" menu are together in order.  Adjust menu accelerators
613          for the German translation to avoid clashes in the View menu.
614
[71cf541]615Tue Nov 27 23:14:05 GMT 2012  Olly Betts <olly@survex.com>
616
617        * lib/de.po: Merge more updates from launchpad.
618
[c4a0938]619Tue Nov 27 22:30:36 GMT 2012  Olly Betts <olly@survex.com>
620
621        * lib/de.po: Merge updates from launchpad.
622
[5c4d167]623Wed Nov 14 05:50:47 GMT 2012  Olly Betts <olly@survex.com>
624
625        * lib/fr.po: Merge in new translator comments.
626
[b1afaf6]627Sun Nov 04 21:26:29 GMT 2012  Olly Betts <olly@survex.com>
628
629        * lib/sk.po: Merge changes from Martin Sluka.
630
[aefa547]631Sun Nov 04 21:26:01 GMT 2012  Olly Betts <olly@survex.com>
632
633        * lib/ca.po: Merge in TRANSLATOR comments.
634
[28b4065]635Sun Nov 04 21:25:40 GMT 2012  Olly Betts <olly@survex.com>
636
637        * lib/fr.po: Fix clashing menu accelerator.
638
[65d9b6b]639Fri Nov 02 04:02:16 GMT 2012  Olly Betts <olly@survex.com>
640
641        * NEWS: Update from ChangeLog.
642
[b0a90c1]643Fri Nov 02 03:58:12 GMT 2012  Olly Betts <olly@survex.com>
644
645        * lib/mailmsgs.pl: Remove obsolete script.
646        * lib/Makefile.am,lib/po-to-msg.pl: Remove references to *.todo, which
647          we no longer generate.
648
[e16ab0b]649Fri Nov 02 03:46:59 GMT 2012  Olly Betts <olly@survex.com>
650
651        * lib/survex.pot: Add another TRANSLATORS comment.
652
[8870a192]653Fri Nov 02 03:25:52 GMT 2012  Olly Betts <olly@survex.com>
654
655        * lib/survex.pot: Add TRANSLATORS comments to clarify messages which
656          Eric asked about.
657
[b14d8e8]658Fri Nov 02 03:06:00 GMT 2012  Olly Betts <olly@survex.com>
659
660        * lib/: Merge translation updates.
661
[85c83ac5]662Fri Nov 02 00:32:35 GMT 2012  Olly Betts <olly@survex.com>
663
664        * src/guicontrol.cc,src/mainfrm.cc: On OS X, F11 is used by the desktop
665          so change the menu shortcut for "Full Screen Mode" to be the OS X
666          standard shortcut Shift-Command-F.
667
[351937d]668Sun Oct 28 04:21:27 GMT 2012  Olly Betts <olly@survex.com>
669
670        * lib/sk.po: Merge updates from Martin Sluka.
671
[6e0cdc2c]672Mon Oct 15 04:19:57 GMT 2012  Olly Betts <olly@survex.com>
673
674        * Makefile.am,configure.ac: Modern automake seems to cope with files
675          required by GNU being generated during the build, so we no longer
676          need to use the "foreign" automake mode.  Also use -Werror with
677          automake.
678
[0257ad0]679Mon Oct 15 02:28:46 GMT 2012  Olly Betts <olly@survex.com>
680
681        * src/Makefile.am: Remove workaround for GCC 2.95 failing to compile
682          gfxcore.cc - GCC 2.95 is obsolete now.
683
[aef7b08]684Mon Oct 15 02:27:04 GMT 2012  Olly Betts <olly@survex.com>
685
686        * src/Makefile.am: Use AM_CPPFLAGS instead of obsolete INCLUDES.
687
[d260645]688Mon Oct 15 02:21:53 GMT 2012  Olly Betts <olly@survex.com>
689
690        * Makefile.am,buildmacosx.sh,configure.ac,lib/mailmsgs.pl: Update
691          configure.ac from passing version to AM_INIT_AUTOMAKE to passing it
692          to AC_INIT, and fix places which grep out the version.
693
[147b12b]694Mon Oct 15 02:08:23 GMT 2012  Olly Betts <olly@survex.com>
695
696        * buildmacosx.sh,configure.ac,configure.in,doc/Makefile.am,
697          lib/mailmsgs.pl: Rename configure.in to configure.ac to make modern
698          autotools usage.
699
[c458cf7]700Thu Sep 27 10:41:56 GMT 2012  Olly Betts <olly@survex.com>
701
702        * src/: Switch read_prefix_*() family of functions to be a single
703          read_prefix() function which tags a bitmask of flags.
704
[2aa484e]705Thu Sep 27 09:23:41 GMT 2012  Olly Betts <olly@survex.com>
706
707        * lib/id.po: Resolve clashing menu accelerators.
708
[29c302d]709Thu Sep 27 05:37:18 GMT 2012  Olly Betts <olly@survex.com>
710
711        * src/namecompare.cc: Fix to build with wx2.8.
712
[3dfffa2]713Thu Sep 27 05:25:49 GMT 2012  Olly Betts <olly@survex.com>
714
715        * NEWS: Update from ChangeLog.
716
[aa1927c4]717Thu Sep 27 05:12:22 GMT 2012  Olly Betts <olly@survex.com>
718
719        * src/message.c: For determining character set on Unix, check LANG
720          after LC_ALL and LC_CTYPE.  For determining language, check LC_ALL
721          before LC_MESSAGES and LANG.
722
[4f62f2c]723Thu Sep 27 04:48:34 GMT 2012  Olly Betts <olly@survex.com>
724
725        * lib/id.po: Add more translations and fix marking of unused messages.
726
[5bff838]727Thu Sep 27 04:07:24 GMT 2012  Olly Betts <olly@survex.com>
728
729        * lib/Indonesian-5.1.11.isl,lib/Makefile.am,lib/id.po: Add start of
730          Indonesian translation from launchpad.
731
[571547c]732Thu Sep 27 03:56:22 GMT 2012  Olly Betts <olly@survex.com>
733
734        * lib/: Merge translation updates from launchpad.
735
[b82f52d]736Thu Sep 27 00:31:24 GMT 2012  Olly Betts <olly@survex.com>
737
738        * lib/: Remove scripts and data files which are no longer used.
739
[bc60689]740Sat Sep 22 05:06:23 GMT 2012  Olly Betts <olly@survex.com>
741
742        * src/mainfrm.cc,src/mainfrm.h: Don't run incremental search on every
743          key-press, as on a slow machine the short initial search(es) will
744          take a while but not be useful.  Instead set a flag, and actually
745          run the search when MainFrm next receives an idle event.
746
[f0c7398]747Fri Sep 21 06:24:32 GMT 2012  Olly Betts <olly@survex.com>
748
749        * src/img.h: New leg flag img_FLAG_NOSURVEY.
750        * src/netskel.c: Set img_FLAG_NOSURVEY for nosurvey legs.
751        * src/dump3d.c: Report NOSURVEY leg flag.
752
[b5b8b7e]753Fri Sep 21 06:22:29 GMT 2012  Olly Betts <olly@survex.com>
754
755        * src/Makefile.am: dump3d now needs date.c.
756
[798a6bf]757Wed Sep 19 22:12:35 GMT 2012  Olly Betts <olly@survex.com>
758
759        * src/dump3d.c: Add --show-dates option.
760
[0bd66ac]761Fri Sep 07 11:39:06 GMT 2012  Olly Betts <olly@survex.com>
762
763        * src/namecompare.cc,src/namecompare.h: Add two new files which were
764          in the last release but I failed to commit.
765
[351b91f]766Tue Aug 14 09:42:43 GMT 2012  Olly Betts <olly@survex.com>
767
768        * lib/Makefile.am: Create de_DE.po as a symlink if it doesn't exist.
769
[41cfc8c]770Mon May 28 16:56:27 GMT 2012  Olly Betts <olly@survex.com>
771
772        * configure.in: -W no longer seems to cause problems with wxWidgets.
773
[41f7a27]774Mon May 28 16:49:37 GMT 2012  Olly Betts <olly@survex.com>
775
776        * src/: Remove unused parameter names.
777
[27795245]778Sun May 27 12:24:17 GMT 2012  Olly Betts <olly@survex.com>
779
780        * src/export.cc: Include "export.h".
781
[335f37a]782Fri May 25 14:20:24 GMT 2012  Olly Betts <olly@survex.com>
783
784        * tests/cavern.tst,test/equatenosuchstn.out: Drop line reporting time
785          taken when comparing output, as that can vary.
786        * src/listpos.c,tests/equatenosuchstn.out: Move "Station X referred to
787          just once" warning after non-existent survey check.
788        * src/,tests/: If survey isn't all connected, still run survey tree
789          checks and report errors and/or warnings which might suggest typo
790          locations.
791
[0ebdaa6]792Tue Feb 28 00:41:15 GMT 2012  Olly Betts <olly@survex.com>
793
794        * tests/diffpos.tst: Force English messages for diffpos tests too.
795
[6e47b72]796Tue Feb 28 00:39:45 GMT 2012  Olly Betts <olly@survex.com>
797
798        * tests/cavern.tst: Force English messages so comparing expected output
799          works whatever the current language setting.
800
[1e0a80a]801Fri Feb 24 00:43:04 GMT 2012  Olly Betts <olly@survex.com>
802
803        * tests/cavern.tst,tests/equatenosuchstn.out: Fix test failure due to
804          Survex version number appearing in expected output.
805
[366976d]806Thu Feb 23 22:34:52 GMT 2012  Olly Betts <olly@survex.com>
807
808        * make_release: Link mingw build statically to avoid needing libgcc
809          DLL.
810
[de4b099]811Wed Feb 22 23:39:25 GMT 2012  Olly Betts <olly@survex.com>
812
813        * configure.in,src/gla-gl.cc: The Debian mingw-w64 packages lack
814          GL/glext.h so test for it in configure.
815
[6f8cb1c]816Wed Feb 22 23:29:29 GMT 2012  Olly Betts <olly@survex.com>
817
818        * src/cavernlog.cc: Remove variable which is only assigned to and
819          never read.
820
[c575465]821Wed Feb 22 22:09:02 GMT 2012  Olly Betts <olly@survex.com>
822
823        * NEWS,src/Makefile.am: Disable building findentrances by default
824          so I can get 1.2.6 out without further delays as it fixes processing
825          .svx files from aven under Mac OS X.
826
[e2d48d8]827Wed Feb 22 11:35:40 GMT 2012  Olly Betts <olly@survex.com>
828
829        * src/datain.c: Remove return type from data_normal() etc as we never
830          use it.
831
[4996925]832Wed Feb 22 05:11:53 GMT 2012  Olly Betts <olly@survex.com>
833
834        * make_release: Update to work with Debian mingw-w64 packages.
835
[b081031]836Mon Feb 20 05:08:26 GMT 2012  Olly Betts <olly@survex.com>
837
838        * NEWS,configure.in: Update for 1.2.6.
839
[0cf46f5]840Sun Feb 19 10:48:37 GMT 2012  Olly Betts <olly@survex.com>
841
842        * doc/3dformat.htm: Merge in some improvements from Mike McCombe.
843
[96b974e]844Fri Feb 17 03:49:59 GMT 2012  Olly Betts <olly@survex.com>
845
846        * src/message.c: Fix so that cavern run by aven finds its messages.
847
[59b0f0c]848Thu Feb 16 01:36:54 GMT 2012  Olly Betts <olly@survex.com>
849
850        * Makefile.am,survex.iss.in: Include JPG images in Innosetup installer.
851          (ticket#35)
852
[4d34e1f]853Fri Jan 27 13:30:54 GMT 2012  Olly Betts <olly@survex.com>
854
855        * lib/po_codes,lib/survex.pot,src/Makefile.am,src/findentrances.cc:
856          Make all messages in findentrances translatable.
857
[cd971de]858Fri Jan 27 11:03:28 GMT 2012  Olly Betts <olly@survex.com>
859
860        * lib/po_codes,lib/survex.pot,src/listpos.c,tests/: If we have a
861          reference to a station in a non-existent survey, give a helpful error
862          rather than saying the station hasn't been exported from the survey.
863
[4ef0e01]864Tue Jan 24 23:03:10 GMT 2012  Olly Betts <olly@survex.com>
865
866        * src/cavern.c: Remove TRANSLATE comment which has already been
867          addressed.
868
[48e82bf]869Tue Jan 24 10:56:14 GMT 2012  Olly Betts <olly@survex.com>
870
871        * src/findentrances.cc: Add commenting noting precision of lat and lon.
872
[34b9d54]873Tue Jan 24 10:55:19 GMT 2012  Olly Betts <olly@survex.com>
874
875        * src/findentrances.cc: Don't include carriage returns in .gpx output.
876
[1686083]877Tue Jan 24 10:42:41 GMT 2012  Olly Betts <olly@survex.com>
878
879        * src/findentrances.cc: Add GPL licence boilerplate (Olaf OKed this in
880          <20120111115239.1b162450@ghost>).
881
[5f6e8b2]882Tue Jan 24 04:53:30 GMT 2012  Olly Betts <olly@survex.com>
883
884        * src/Makefile.am,src/findentrances.cc: Build findentrances in the
885          buildsystem.
886
[e34a704b]887Tue Jan 24 04:41:03 GMT 2012  Olly Betts <olly@survex.com>
888
889        * src/findentrances.cc: Update examples of usage to reflect "-s"
890          change.
891
[ea788a3]892Tue Jan 24 04:38:11 GMT 2012  Olly Betts <olly@survex.com>
893
894        * src/findentrances.cc: Use string::assign() rather than constructing
895          a temporary string object and assigning that.
896
[9e513bd3]897Tue Jan 24 04:35:25 GMT 2012  Olly Betts <olly@survex.com>
898
899        * src/cmdline.c: Allow help argument to cmdline_init() to be NULL.
900
[56c01a3]901Tue Jan 24 04:35:04 GMT 2012  Olly Betts <olly@survex.com>
902
903        * src/findentrances.cc: Support --help and --version options.
904
[8ec699d]905Tue Jan 24 04:27:15 GMT 2012  Olly Betts <olly@survex.com>
906
907        * src/findentrances.cc: "using namespace std;"
908
[dcc50a4]909Tue Jan 24 04:25:09 GMT 2012  Olly Betts <olly@survex.com>
910
911        * src/findentrances.cc: Give error if required -d option is not
912          specified.
913
[375de6a]914Tue Jan 24 04:19:29 GMT 2012  Olly Betts <olly@survex.com>
915
916        * src/findentrances.cc: Other survex tools use -s for "limit operation
917          to this survey prefix" and just take the .3d file to operate on as
918          a command line argument, so for consistency just take the .3d file
919          as a command line argument here too.
920
[23dc8cb]921Tue Jan 24 04:18:41 GMT 2012  Olly Betts <olly@survex.com>
922
923        * src/findentrances.cc: Reindent with 4 space indent, tab width 8.
924
[ac71f8a]925Tue Jan 24 04:12:19 GMT 2012  Olly Betts <olly@survex.com>
926
927        * src/findentrances.cc: Add findentrances utility from Olaf.
928
[f4c4ee15]929Tue Jan 10 12:57:08 GMT 2012  Olly Betts <olly@survex.com>
930
931        * lib/survex.pot,lib/zh_CN.po: Update.
932
[d3c3098]933Tue Jan 10 12:56:33 GMT 2012  Olly Betts <olly@survex.com>
934
935        * lib/po_codes: Update locations.
936
[bf48d5c]937Tue Jan 10 12:55:25 GMT 2012  Olly Betts <olly@survex.com>
938
939        * lib/Makefile.am: When generating survex.pot from po_codes, drop the
940          codes from commented out messages too.
941
[a212391]942Mon Jan 09 12:21:28 GMT 2012  Olly Betts <olly@survex.com>
943
944        * src/aven.cc: Fix to build with a non-Unicode wxWidgets library.
945          Patch from Olaf Kahler.
946
[b80dbd9]947Fri Jan 06 11:47:59 GMT 2012  Olly Betts <olly@survex.com>
948
949        * lib/: Touch all the .po files.
950
[6331a42]951Fri Jan 06 11:47:10 GMT 2012  Olly Betts <olly@survex.com>
952
953        * lib/touch-po.pl: New script to "touch" a .po file by updating
954          "PO-Revision-Date:".
955
[d73ef23]956Fri Jan 06 11:34:16 GMT 2012  Olly Betts <olly@survex.com>
957
958        * lib/,src/Makefile.am,src/gettexttomsg.pl: Rename codes.po to po_codes
959          so it doesn't get picked up by tools looking for .po files.  Add
960          survex.pot to the repo so launchpad's auto translation syncing can
961          work.
962
[9d5aa63]963Fri Jan 06 11:25:23 GMT 2012  Olly Betts <olly@survex.com>
964
965        * make_release: Update to use git rather than SVN.
966
[e367554]967Fri Jan 06 11:19:37 GMT 2012  Olly Betts <olly@survex.com>
968
969        * doc/HACKING.htm: Update mention of "SVN tree" to "source tree" as the
970          files mentioned are shipped in releases too.
971
[21f2647]972Wed Jan 04 05:22:32 GMT 2012  Olly Betts <olly@survex.com>
973
974        * lib/Makefile.am: Make the containing directory in the launchpad
975          tarball “survex-trans”.
976
[68961ee]977Wed Jan 04 03:41:40 GMT 2012  Olly Betts <olly@survex.com>
978
979        * src/dump3d.c: Add support for showing img_ERROR_INFO items.
980
[90e24f9]981Tue Jan 03 23:54:26 GMT 2012  Olly Betts <olly@survex.com>
982
983        * lib/fr.po: Incorporate a translation from launchpad I'd previously
984          copied the English version of by mistake.  Attempt to correct
985          mistranslation of "survey file".
986
[9c9fd6b]987Tue Jan 03 13:21:09 GMT 2012  Olly Betts <olly@survex.com>
988
989        * make_release: Need to set VERSION before we first use it!
990
[685116f]991Tue Jan 03 12:39:38 GMT 2012  Olly Betts <olly@survex.com>
992
993        * NEWS,configure.in: Update for 1.2.5.
994
[6f6691b]995Tue Jan 03 12:11:14 GMT 2012  Olly Betts <olly@survex.com>
996
997        * doc/survex.7.in: Make a few minor improvements to the text.
998
[c6bd107]999Tue Jan 03 12:07:31 GMT 2012  Olly Betts <olly@survex.com>
1000
1001        * doc/survex.7.in: Update section in .TH macro to 7 too.
1002
[008f2f3]1003Tue Jan 03 12:04:54 GMT 2012  Olly Betts <olly@survex.com>
1004
1005        * src/moviemaker.cc: Further fix.
1006
[86d8ee5]1007Tue Jan 03 11:05:11 GMT 2012  Olly Betts <olly@survex.com>
1008
1009        * configure.in,src/moviemaker.cc: Fix to work with newer ffmpeg.
1010
[c091027]1011Mon Jan 02 13:10:42 GMT 2012  Olly Betts <olly@survex.com>
1012
1013        * src/gfxcore.cc: Draw measuring line above indicators rather than
1014          underneath them.
1015
[03cb7cc]1016Mon Jan 02 12:52:47 GMT 2012  Olly Betts <olly@survex.com>
1017
1018        * src/message.c: Improve handling of messages before the message
1019          subsystem is fully initialised.
1020
[41adebb]1021Mon Jan 02 12:37:18 GMT 2012  Olly Betts <olly@survex.com>
1022
1023        * src/Makefile.am,src/mainfrm.cc,src/namecmp.h: Add a version of the
1024          station name comparing algorithm which works with the Unicode strings
1025          directly, which fixes the issue with random ordering of the prefix
1026          tree control in aven due to the converted strings we were comparing
1027          getting invalidated before we actually compared them.
1028
[b3f1bbe]1029Mon Jan 02 12:12:35 GMT 2012  Olly Betts <olly@survex.com>
1030
1031        * src/gla-gl.cc: If glGenLists() fails, flag the list as NEVER_CACHE
1032          as there's unlikely to be much point calling glGenLists() again.
1033        * src/gla-gl.cc,src/gla.h: Replace GLAList methods test_flag() and
1034          InvalidateList() with an invalidate_if() method.
1035
[92cf7a8f]1036Mon Jan 02 11:54:38 GMT 2012  Olly Betts <olly@survex.com>
1037
1038        * src/gfxcore.cc,src/gla-gl.cc: No need to invalidate the display lists
1039          for the compass and clino when a new survey is loaded as they don't
1040          depend on the survey data.
1041
[620c0c9]1042Mon Jan 02 11:17:51 GMT 2012  Olly Betts <olly@survex.com>
1043
1044        * src/gla-gl.cc,src/gla.h: Rework list caching code to not call
1045          glDeleteLists() and glGenLists() when a list is invalidated, as that
1046          results in a fresh list number being allocated (at least with the
1047          OpenGL implementation I'm using) which would eventually result in
1048          aven hitting an assertion which is there to catch if we leak lists.
1049
[8df3c7f]1050Sun Jan 01 13:29:03 GMT 2012  Olly Betts <olly@survex.com>
1051
1052        * lib/Makefile.am: Put translation files in a sub-directory in the
1053          tarball, and print the path to it so it can be cut-and-pasted to
1054          upload to launchpad.
1055
[ee83074]1056Sun Jan 01 10:48:01 GMT 2012  Olly Betts <olly@survex.com>
1057
1058        * lib/it.po: Add "translation" for degree symbol.
1059
[64773c9]1060Sun Jan 01 10:33:55 GMT 2012  Olly Betts <olly@survex.com>
1061
1062        * lib/en_US.po: Merge template changes into en_US.po (no user-visible
1063          changes).
1064
[8430216]1065Sun Jan 01 04:45:03 GMT 2012  Olly Betts <olly@survex.com>
1066
1067        * make_release: Fix typo in filename to copy to webserver.  Show the
1068          SHA1 checksums for the uploaded files.
1069
[f15ca67f]1070Sun Jan 01 02:56:04 GMT 2012  Olly Betts <olly@survex.com>
1071
1072        * NEWS,configure.in: Update for 1.2.4.
1073
[6e0c5879]1074Sun Jan 01 02:53:03 GMT 2012  Olly Betts <olly@survex.com>
1075
1076        * src/gfxcore.cc,src/gfxcore.h: Update copyright years.
1077
[825bdff]1078Sun Jan 01 02:32:59 GMT 2012  Olly Betts <olly@survex.com>
1079
1080        * src/gfxcore.cc,src/gfxcore.h: Improve labelling of depth colour key
1081          to avoid sub-picometre precision on near-zero values (ticket#30).
1082          We now always use metres or feet for the depth with a consistent
1083          precision chosen from the depth range, and show the units below
1084          the colour bar rather than after every value.
1085        * src/gfxcore.cc,src/gfxcore.h: When zooming way in, stay in metres
1086          rather than switching to cm.  Say “1 mile” rather than “1 miles”.
1087
[19b2f99]1088Sat Dec 31 22:40:07 GMT 2011  Olly Betts <olly@survex.com>
1089
1090        * src/gla-gl.cc: Fix not to make OpenGL calls before we've initialised
1091          OpenGL, as this can cause segmentation faults (e.g. on Fedora 16).
1092          Extend CHECK_GL_ERROR() to check that we don't make such calls in
1093          future.
1094
[404e6575]1095Sat Dec 31 22:37:47 GMT 2011  Olly Betts <olly@survex.com>
1096
1097        * lib/es.po: Fix "Last-Translator:" header and merge in translation
1098          of a message which is not currently used.
1099
[38eced7]1100Sat Dec 31 15:04:23 GMT 2011  Olly Betts <olly@survex.com>
1101
1102        * lib/: Merge remaining .po files.
1103
[399807d8]1104Sat Dec 31 14:46:20 GMT 2011  Olly Betts <olly@survex.com>
1105
1106        * lib/: Merge more .po files.
1107
[3a3de38]1108Sat Dec 31 14:24:25 GMT 2011  Olly Betts <olly@survex.com>
1109
1110        * lib/ca.po,lib/de_CH.po,lib/en_US.po: Merge template changes into .po
1111          files.
1112
[585def75]1113Sat Dec 31 13:13:55 GMT 2011  Olly Betts <olly@survex.com>
1114
1115        * lib/fr.po: More translation updates from launchpad.
1116
[9b9561b]1117Sat Dec 31 12:51:53 GMT 2011  Olly Betts <olly@survex.com>
1118
1119        * lib/ca.po,lib/sk.po: Fix unattached acute accents.
1120
[6d92798]1121Sat Dec 31 12:45:36 GMT 2011  Olly Betts <olly@survex.com>
1122
1123        * lib/: Update Project-Id-Version in .po files to match that in
1124          survex.pot.
1125
[134ee8d]1126Sat Dec 31 12:43:52 GMT 2011  Olly Betts <olly@survex.com>
1127
1128        * lib/Makefile.am: Add launchpad-tarball target to make a tarball
1129          of the translations suitable for uploading to launchpad.
1130
[e11c235]1131Sat Dec 31 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
1132
1133        * make_release: Echo the commands to copy the new release to the web
1134          server at the end.
1135        * copy-prerelease,copy-release: Remove old scripts which are no longer
1136          useful.
1137
[3ea0178]1138Sat Dec 31 11:13:11 GMT 2011  Olly Betts <olly@survex.com>
1139
1140        * NEWS,configure.in: Update for 1.2.3.
1141
[ae2e3c0]1142Sat Dec 31 10:58:34 GMT 2011  Olly Betts <olly@survex.com>
1143
1144        * src/mainfrm.cc: As we build the data structure, eliminate tubes
1145          consisting of zero XSECTs as well as those consisting of just one.
1146
[8490ad9]1147Sat Dec 31 10:36:24 GMT 2011  Olly Betts <olly@survex.com>
1148
1149        * src/img.h: Fix incorrect comment which claimed that img_XFLAG_END
1150          was no longer used.
1151        * src/img.c: Use img_XFLAG_END constant rather than assuming it is
1152          1.
1153
[2f1c0c0]1154Sat Dec 31 10:32:44 GMT 2011  Olly Betts <olly@survex.com>
1155
1156        * src/extend.c: Copy the end markers for passage tubes, and preserve
1157          left and right data for tubes (previously they were set to -1.0
1158          which means "no info").
1159
[f63bd56]1160Sat Dec 31 08:17:08 GMT 2011  Olly Betts <olly@survex.com>
1161
1162        * lib/extract-msgs.pl: New script to allow developers to update
1163          codes.po from source code.
1164        * lib/Makefile.am: Ship it.
1165        * src/Makefile.am: Add rule to run it on all used sources and generate
1166          newcodes.po which can then be compared with current version.
1167
[08004e7]1168Sat Dec 31 08:14:06 GMT 2011  Olly Betts <olly@survex.com>
1169
1170        * lib/codes.po: Update source locations, add a missing c-format marker.
1171
[5c2bff7]1172Sat Dec 31 08:13:26 GMT 2011  Olly Betts <olly@survex.com>
1173
1174        * src/mainfrm.cc: Fix a message in the source code which I missed in
1175          the previous batch.
1176
[14d03d5]1177Sat Dec 31 08:12:23 GMT 2011  Olly Betts <olly@survex.com>
1178
1179        * lib/po-to-msg.pl: Removed unused remains of check that messages are
1180          in numerically ascending order, which we no longer want to enforce.
1181
[4340dae]1182Sat Dec 31 07:48:20 GMT 2011  Olly Betts <olly@survex.com>
1183
1184        * src/sorterr.c: Fix a message in the source code which I missed in
1185          the previous batch.
1186
[84d6c400]1187Sat Dec 31 05:54:45 GMT 2011  Olly Betts <olly@survex.com>
1188
1189        * src/message.c: Transliterate curly right single quote to ASCII
1190          apostrophe if we can't represent it in the current character set.
1191
[ee7511a]1192Sat Dec 31 05:44:47 GMT 2011  Olly Betts <olly@survex.com>
1193
1194        * lib/,src/: Use curly apostrophe instead of "'" in messages.  Correct
1195          messages in source code which didn't match those in the message file
1196          (no visible effects to end-users).
1197        * lib/codes.po: Update file:lineno locations where messages are used.
1198        * lib/po-to-msg.pl: Warn about different numbers of opening or
1199          closing curly double quotes in message vs translation.
1200        * lib/ca.po,lib/es.po: Fix minor typo in one message caught by this
1201          new warning.
1202
[5b9942e]1203Sat Dec 31 05:23:46 GMT 2011  Olly Betts <olly@survex.com>
1204
1205        * NEWS: Update from ChangeLog.
1206
[0804fbe]1207Thu Dec 29 03:37:04 GMT 2011  Olly Betts <olly@survex.com>
1208
1209        * lib/,src/: Use curly double quotes instead of "`" and "'" to
1210          quote literals and filenames in messages.
1211
[7a49002]1212Thu Dec 29 03:21:49 GMT 2011  Olly Betts <olly@survex.com>
1213
1214        * src/message.c: Transliterate curly double quotes to ASCII straight
1215          double quotes if we can't represent them in the current character
1216          set.
1217
[1465b7a]1218Thu Dec 29 03:14:52 GMT 2011  Olly Betts <olly@survex.com>
1219
1220        * src/message.c: Convert source code to UTF-8.
1221
[92678b5]1222Thu Dec 29 00:52:44 GMT 2011  Olly Betts <olly@survex.com>
1223
1224        * src/gla-gl.cc: Fix typo in CHECK_GL_ERROR() change in previous
1225          commit.
1226
[6cf4daa]1227Thu Dec 29 00:49:31 GMT 2011  Olly Betts <olly@survex.com>
1228
1229        * src/gla-gl.cc: We already keep track of the GL canvas size in x_size
1230          and y_size so use those rather than re-requesting them.
1231
[5717f69]1232Wed Dec 28 11:45:40 GMT 2011  Olly Betts <olly@survex.com>
1233
1234        * lib/fr.po: Merge in updated translations from launchpad.
1235
[46acc71]1236Sun Nov 27 12:30:31 GMT 2011  Olly Betts <olly@survex.com>
1237
1238        * src/tr.c,src/tr.h: Committing original versions of tr tiled
1239          rendering code.
1240
[3ea243b]1241Thu Nov 24 12:59:24 GMT 2011  Olly Betts <olly@survex.com>
1242
1243        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Remove
1244          GLACanvas::SetBackgroundColour() since we only ever set it to black
1245          and opaque.
1246
[a775268]1247Thu Nov 24 12:28:07 GMT 2011  Olly Betts <olly@survex.com>
1248
1249        * doc/TODO.htm: Add note to pick the fastest method for crosses/blobs
1250          if multiple ones pass the visual fidelity check.
1251
[4f7f965]1252Thu Nov 24 12:27:33 GMT 2011  Olly Betts <olly@survex.com>
1253
1254        * src/gla-gl.cc: Add disabled code to show the visual fidelity check on
1255          stdout.
1256
[c8f449c3]1257Thu Nov 24 12:24:49 GMT 2011  Olly Betts <olly@survex.com>
1258
1259        * src/gla-gl.cc: Fix screenshot and movie generation to read from the
1260          front buffer in the usual case of being double buffered.
1261
[a106530]1262Thu Nov 24 12:02:22 GMT 2011  Olly Betts <olly@survex.com>
1263
1264        * src/gla-gl.cc: Add CHECK_GL_ERROR for glReadPixels calls.
1265
[dd64a45]1266Thu Nov 24 11:59:23 GMT 2011  Olly Betts <olly@survex.com>
1267
1268        * src/gla-gl.cc: Undefine o and I after we're done with them.
1269
[8b34cd5]1270Thu Nov 24 11:56:57 GMT 2011  Olly Betts <olly@survex.com>
1271
1272        * src/gla-gl.cc: Fix expected cross shape so don't always reject using
1273          texture mapping to draw crosses.
1274
[c5dd692]1275Wed Nov 02 15:40:45 GMT 2011  Olly Betts <olly@survex.com>
1276
1277        * src/mainfrm.cc: Don't create the help menu at all on OS X.
1278
[34c4be5]1279Wed Nov 02 15:38:54 GMT 2011  Olly Betts <olly@survex.com>
1280
1281        * lib/INSTALL.OSX: Update to reflect current status.
1282
[22f79a2]1283Wed Nov 02 15:37:58 GMT 2011  Olly Betts <olly@survex.com>
1284
1285        * src/gfxcore.cc: Remove duplicate call to PopupMenu().
1286
[8a329f2]1287Tue Nov 01 23:24:23 GMT 2011  Olly Betts <olly@survex.com>
1288
1289        * src/namecmp.h: Fix to build with wx 2.9.2.
1290
[03b3272]1291Tue Nov 01 23:17:52 GMT 2011  Olly Betts <olly@survex.com>
1292
1293        * src/gfxcore.cc: Remove assertion which uses deprecated wx method.
1294
[ff9f695]1295Tue Nov 01 23:14:09 GMT 2011  Olly Betts <olly@survex.com>
1296
1297        * src/mainfrm.cc,src/mainfrm.h: Make separator wxChar not int.
1298
[332287b]1299Tue Nov 01 18:54:32 GMT 2011  Olly Betts <olly@survex.com>
1300
1301        * lib/sk.po: Update a translation from launchpad.
1302
[6409cd0]1303Tue Nov 01 18:32:24 GMT 2011  Olly Betts <olly@survex.com>
1304
1305        * src/log.cc,src/log.h: Fix to build with wx 2.9.2.
1306
[5e61108]1307Tue Nov 01 18:15:20 GMT 2011  Olly Betts <olly@survex.com>
1308
1309        * src/export.cc: Fix to build with wx 2.9.2.
1310
[24ff389]1311Tue Nov 01 18:14:13 GMT 2011  Olly Betts <olly@survex.com>
1312
1313        * src/aboutdlg.cc: Fix code conditionally used on 2.9.2 and later to
1314          actually compile.
1315
[ee3e284]1316Tue Nov 01 18:12:42 GMT 2011  Olly Betts <olly@survex.com>
1317
1318        * src/gfxcore.cc: Fix how we pass on events from right-click menus of
1319          indicators.  The previous code seemed to work, but wasn't correct
1320          as highlighted by trying to build it with 2.9.2 which now refuses
1321          to build to avoid people getting this wrong.
1322
[df3e22fc]1323Tue Nov 01 18:11:55 GMT 2011  Olly Betts <olly@survex.com>
1324
1325        * src/aven.h: Need to forward declare class wxPageSetupDialogData for
1326          wx 2.9.2.
1327
[6f9b20d]1328Tue Nov 01 18:11:22 GMT 2011  Olly Betts <olly@survex.com>
1329
1330        * src/glbitmapfont.h: Fix to build with wx 2.9.2.
1331
[e144af3]1332Tue Nov 01 18:10:51 GMT 2011  Olly Betts <olly@survex.com>
1333
1334        * src/cavernlog.cc: Fix to build with wx 2.9.2.
1335
[18886d7]1336Tue Nov 01 18:06:12 GMT 2011  Olly Betts <olly@survex.com>
1337
1338        * lib/INSTALL.OSX,src/mainfrm.cc: Make the green colour used for
1339          entrances in the survey tree the same (slightly darker than
1340          before) green used for the entrance blobs.
1341
[19bbc1fc]1342Tue Nov 01 18:04:47 GMT 2011  Olly Betts <olly@survex.com>
1343
1344        * src/gla-gl.cc: Fix warning when building with wx2.9.2.
1345
[1b2e819]1346Tue Nov 01 12:32:30 GMT 2011  Olly Betts <olly@survex.com>
1347
1348        * src/printwx.cc: Fix Y coordinates of surface surveys on printouts.
1349          (Closes #32)
1350
[b93ab78]1351Sun Oct 23 06:20:14 GMT 2011  Olly Betts <olly@survex.com>
1352
1353        * lib/Info.plist.in: Remove spurious blank lines from licence text
1354          in OS X "Get Info".
1355
[5dafea4]1356Sat Oct 22 17:39:07 GMT 2011  Olly Betts <olly@survex.com>
1357
1358        * doc/TODO.htm: Opening dialogs while in full screen mode now works
1359          better in wxGTK.
1360
[34812da]1361Sat Oct 22 17:36:01 GMT 2011  Olly Betts <olly@survex.com>
1362
1363        * lib/INSTALL.OSX: Processing .svx files from aven now works.
1364
[2a4e8b7]1365Sat Oct 22 07:27:43 GMT 2011  Olly Betts <olly@survex.com>
1366
1367        * src/printwx.h: Update comment - Mac OS X does indeed provide its own
1368          preview menu.
1369
[89a1b72]1370Fri Oct 21 23:47:16 GMT 2011  Olly Betts <olly@survex.com>
1371
1372        * src/cavernlog.cc: Fix openiof .svx file when user clicks on cavern
1373          warning or error.
1374
[87aa9ce]1375Fri Oct 21 23:43:21 GMT 2011  Olly Betts <olly@survex.com>
1376
1377        * buildmacosx.sh: Include a hardlinked cavern alongside aven in
1378          the app so that processing .svx files in aven works.
1379
[6e9c396]1380Wed Oct 19 22:51:18 GMT 2011  Olly Betts <olly@survex.com>
1381
1382        * tests/diving.pos,tests/diving.svx: Add test coverage for interleaved
1383          diving data.
1384
[481300d]1385Wed Oct 19 13:04:25 GMT 2011  Olly Betts <olly@survex.com>
1386
1387        * tests/diving.pos,tests/diving.svx: Add testcase for diving data
1388          with topofil-style distance.
1389
[aea38b0]1390Wed Oct 12 03:45:13 GMT 2011  Olly Betts <olly@survex.com>
1391
1392        * src/aboutdlg.cc: Report the version of the library we're actually
1393          running with if built against wx >= 2.9.2.  Make it clear that the
1394          the version reported is the version built with for wx < 2.9.2.
1395
[d4d6909]1396Wed Oct 12 03:06:05 GMT 2011  Olly Betts <olly@survex.com>
1397
1398        * lib/make-pixel-font,src/glbitmapfont.cc,src/glbitmapfont.h: Space the
1399          glyphs to leave a one pixel gap either side of each one (so two
1400          between adjacent glyphs).  Mostly this reduces the horizontal width,
1401          but it adds a pixel for characters like "m" and two in a few cases.
1402
[36b4cd7]1403Fri Oct 07 07:20:55 GMT 2011  Olly Betts <olly@survex.com>
1404
1405        * src/glbitmapfont.cc,src/glbitmapfont.h: Support plotting Unicode
1406          character points > 256 on the survey pane by lazily loading the
1407          data for them from the font file and plotting them with a direct
1408          call to glBitmap() rather than using a display list.
1409
[4a6569a]1410Fri Oct 07 04:09:58 GMT 2011  Olly Betts <olly@survex.com>
1411
1412        * lib/make-pixel-font: Fix .pixelfont file to correctly handle
1413          characters wider than 8 pixels when run on a little-endian platform.
1414
[53f8a93]1415Thu Oct 06 13:23:05 GMT 2011  Olly Betts <olly@survex.com>
1416
1417        * NEWS: Another update for 1.2.2.
1418
[d2cc100]1419Thu Oct 06 13:21:20 GMT 2011  Olly Betts <olly@survex.com>
1420
1421        * src/gfxcore.cc: Fix grid not to disappear when blobs are turned on
1422          if blobs are drawn using lines.
1423
[94960ad]1424Thu Oct 06 13:17:19 GMT 2011  Olly Betts <olly@survex.com>
1425
1426        * NEWS,configure.in: Update for 1.2.2.
1427
[6ca9f08]1428Thu Oct 06 12:11:20 GMT 2011  Olly Betts <olly@survex.com>
1429
1430        * src/printwx.cc: Fix to calculate the scale required for "One page"
1431          right before we calculate how many pages are required, so we don't
1432          end up something other than 1x1 being shown when the user changes
1433          settings.
1434
[a9496057]1435Thu Oct 06 12:07:10 GMT 2011  Olly Betts <olly@survex.com>
1436
1437        * src/avenprcore.cc: The info box is now always 30mm high (if present)
1438          so update the code which picks a scale and which decides how many
1439          pages are required to use this height.
1440
[e16e63c]1441Thu Oct 06 11:34:51 GMT 2011  Olly Betts <olly@survex.com>
1442
1443        * src/printwx.h: SomethingChanged() method doesn't need to be public,
1444          so make it private.
1445
[c930b7f]1446Thu Oct 06 04:13:24 GMT 2011  Olly Betts <olly@survex.com>
1447
1448        * src/gettexttomsg.pl: Update for the message.txt -> codes.po change.
1449
[0a2aab8]1450Thu Oct 06 03:01:45 GMT 2011  Olly Betts <olly@survex.com>
1451
1452        * src/gfxcore.cc: Passage tubes can stick out above the highest survey
1453          station or below the lowest, so clamp the value used to calculate
1454          the colour in these cases, like we already do elsewhere.
1455
[2ba3882]1456Thu Oct 06 02:52:13 GMT 2011  Olly Betts <olly@survex.com>
1457
1458        * src/gfxcore.cc: Avoid a different assertion failure due to rounding
1459          differences.
1460
[a1614eb]1461Thu Oct 06 02:49:03 GMT 2011  Olly Betts <olly@survex.com>
1462
1463        * src/glbitmapfont.cc,src/glbitmapfont.h: Actually add the new
1464          glBitmap-based font code.
1465
[5b1cffa]1466Thu Oct 06 02:36:47 GMT 2011  Olly Betts <olly@survex.com>
1467
1468        * survex.iss.in: Update for font changes.
1469
[1aa3fb7]1470Thu Oct 06 02:35:41 GMT 2011  Olly Betts <olly@survex.com>
1471
1472        * Makefile.am,buildmacosx.sh,lib/Makefile.am,lib/afm2txf.pl,
1473          lib/make-pixel-font,src/: Replace the textured-mapped font drawing
1474          with an approach based on glBitmap.  This doesn't suffer from the
1475          character alignment issues which the textured-mapped fonts had,
1476          and is actually significantly faster on some machines.  The current
1477          font used is (mostly) fixed-width, but this isn't an inherent
1478          limitation - it was just the easiest font data to convert to a
1479          usable format.
1480
[6027220]1481Wed Oct 05 13:49:15 GMT 2011  Olly Betts <olly@survex.com>
1482
1483        * src/gfxcore.cc: Avoid assertion failure due to rounding differences.
1484
[5b427c0]1485Wed Oct 05 08:19:46 GMT 2011  Olly Betts <olly@survex.com>
1486
1487        * src/printwx.cc: Fix not to pass wxString through varargs (issue
1488          introduced in the previous commit).
1489
[05ccca5]1490Tue Oct 04 04:49:19 GMT 2011  Olly Betts <olly@survex.com>
1491
1492        * src/printwx.cc: Use degree sign from message file rather than a
1493          literal one.
1494
[79da3b4]1495Tue Oct 04 04:08:57 GMT 2011  Olly Betts <olly@survex.com>
1496
1497        * src/message.c: If degree sign isn't available, transliterate it to
1498          'dg' rather than skipping it.
1499
[4d2301e]1500Tue Oct 04 03:59:29 GMT 2011  Olly Betts <olly@survex.com>
1501
1502        * lib/codes.po,src/gfxcore.cc,src/mainfrm.cc: Fix message code 344
1503          which should have been a degree sign but got lost in the format
1504          change for 1.2.0 and then got reassigned in 1.2.1.  Externally, this
1505          means that bearing in the status bar now have a degree sign after
1506          them if they are in degrees rather than nothing (1.2.0) or "&Hide
1507          Compass" (1.2.1).
1508
[9704252]1509Tue Oct 04 02:55:11 GMT 2011  Olly Betts <olly@survex.com>
1510
1511        * NEWS,configure.in: Update for 1.2.1.
1512
[7ff41b0]1513Tue Oct 04 02:45:47 GMT 2011  Olly Betts <olly@survex.com>
1514
1515        * src/Makefile.am: Don't ship the removed hand_mask.xpm.
1516
[4dc4384]1517Tue Oct 04 02:44:37 GMT 2011  Olly Betts <olly@survex.com>
1518
1519        * src/gfxcore.cc: Sort out inverted cursor mask on __WXMSW__.
1520        * src/hand.xbm: Invert the dragging hand cursor black vs white so it
1521          better matches the other cursors.
1522
[13da582]1523Mon Oct 03 23:42:00 GMT 2011  Olly Betts <olly@survex.com>
1524
1525        * src/printwx.cc: Add back svxPrintout methods GetPageInfo() and
1526          HasPage() which are actually virtual methods called by the parent
1527          class.
1528
[49e89e9]1529Mon Oct 03 02:40:56 GMT 2011  Olly Betts <olly@survex.com>
1530
1531        * lib/Makefile.am: Fix check of .po files not to create messages.mo.
1532
[d9b5fc64]1533Mon Oct 03 02:22:55 GMT 2011  Olly Betts <olly@survex.com>
1534
1535        * lib/Makefile.am: Fix new translation checking rules to work in a
1536          VPATH build.
1537
[645cc77]1538Mon Oct 03 02:12:23 GMT 2011  Olly Betts <olly@survex.com>
1539
1540        * lib/de.po,lib/de_CH.po,lib/sk.po: Fix classes menu accelerators.
1541
[bcb68d3]1542Mon Oct 03 02:00:38 GMT 2011  Olly Betts <olly@survex.com>
1543
1544        * lib/en_US.po: Fix problem with translation of new message.
1545
[e3c58c3]1546Mon Oct 03 00:50:52 GMT 2011  Olly Betts <olly@survex.com>
1547
1548        * NEWS: Update from ChangeLog.
1549
[8a78ca1]1550Sun Oct 02 20:25:01 GMT 2011  Olly Betts <olly@survex.com>
1551
1552        * lib/,src/printwx.cc: Add mnemonics to the "Plan" and "Elevation"
1553          buttons in the print dialog.
1554
[f53c830]1555Sun Oct 02 12:17:34 GMT 2011  Olly Betts <olly@survex.com>
1556
1557        * src/guicontrol.cc: Try processing F11 explicitly for __WXMAC__ to
1558          avoiding getting stuck in full screen mode forever.
1559
[7a57dc7]1560Sun Oct 02 12:01:25 GMT 2011  Olly Betts <olly@survex.com>
1561
1562        * src/: Make the sign of the tilt angle for printouts consistent with
1563          the sign in the UI.
1564
[995cf6a]1565Sun Oct 02 10:00:08 GMT 2011  Olly Betts <olly@survex.com>
1566
1567        * lib/codes.po,lib/en_US.po,src/printwx.cc: On printouts, combine the
1568          "Plan View"/"Elevation" info box field with the field which gives
1569          the bearing and reduce the height on the info box by the removed
1570          field, so it's now 3cm for plans and elevations, as for extended
1571          elevations.  Report the tilt angle for tilted elevations which it
1572          seems has been missing for ages (it's not in recent 1.0.x either).
1573
[100af22]1574Sat Oct 01 12:28:35 GMT 2011  Olly Betts <olly@survex.com>
1575
1576        * src/printwx.cc: Fix commented message in source.
1577
[1e993bc]1578Sat Oct 01 12:11:37 GMT 2011  Olly Betts <olly@survex.com>
1579
1580        * src/printwx.h: svxPrintDlg members don't need to be protected, so
1581          make the private.
1582
[102ba1d]1583Sat Oct 01 11:28:34 GMT 2011  Olly Betts <olly@survex.com>
1584
1585        * src/printwx.cc,src/printwx.h: When in plan view disable the "Plan"
1586          button, and similarly for the "Elevation" button.
1587
[3d3a91c]1588Sat Oct 01 11:20:03 GMT 2011  Olly Betts <olly@survex.com>
1589
1590        * src/printwx.cc: Remove more unused methods and members.
1591
[140b675]1592Sat Oct 01 10:48:24 GMT 2011  Olly Betts <olly@survex.com>
1593
1594        * src/avenprcore.cc,src/printwx.cc,src/printwx.h: Eliminate some unused
1595          methods and member variables.
1596
[0f8ab4d]1597Sat Oct 01 00:33:24 GMT 2011  Olly Betts <olly@survex.com>
1598
1599        * src/printwx.cc: Move the footer to start at the left side of the
1600          page.
1601
[ddd2afa8]1602Fri Sep 30 23:49:24 GMT 2011  Olly Betts <olly@survex.com>
1603
1604        * src/printwx.cc:svxPrintout::ShowPage() is an empty method, so just
1605          remove it and all the code to calculate values to pass to it and
1606          then call it.  This is just a left-over from the 1.0 printing code.
1607
[6d1bc83]1608Fri Sep 30 13:40:29 GMT 2011  Olly Betts <olly@survex.com>
1609
1610        * src/aven.cc,src/gfxcore.cc,src/mainfrm.cc: Use standard C++ true and
1611          false instead of wx aliases TRUE and FALSE (which even wx seems to
1612          have shifted away from using now).
1613
[f6dff8b]1614Fri Sep 30 13:33:37 GMT 2011  Olly Betts <olly@survex.com>
1615
1616        * src/printwx.cc: Tweak exact positioning of text to look nicer.
1617
[7a0710c]1618Fri Sep 30 03:49:16 GMT 2011  Olly Betts <olly@survex.com>
1619
1620        * INSTALL: Mention building wxWidgets with --enable-unicode.  Mention
1621          using sudo for the install.  Capitalise Survex when talking about
1622          the package.
1623        + doc/manual.sgml: Replace building from source instructions with a
1624          pointer to the clearer instructions in INSTALL.  Make it clear that
1625          installing with administrator rights applies to NT, 2000, XP *or
1626          newer*.
1627
[ff5db1d5]1628Fri Sep 30 03:31:00 GMT 2011  Olly Betts <olly@survex.com>
1629
1630        * src/guicontrol.cc: Don't disable a colour by option unless there's
1631          no survey loaded.  It feels inconsistent now we are showing a key
1632          even when there's no "interesting" data.
1633
[fcc3741]1634Fri Sep 30 03:28:59 GMT 2011  Olly Betts <olly@survex.com>
1635
1636        * src/gfxcore.cc,src/gfxcore.h: The different colour keys get cached
1637          so switching back to one that's already been shown for the current
1638          survey doesn't redraw it and key_lowerleft wasn't getting updated.
1639          We now track key_lowerleft for each key type separately.
1640
[62c5fc6]1641Fri Sep 30 02:48:00 GMT 2011  Olly Betts <olly@survex.com>
1642
1643        * src/gfxcore.cc: If "Colour by X" is selected, always show the colour
1644          key, even if it only contains one colour, or just the entry for
1645          white.
1646
[2a9d2fa]1647Thu Sep 29 22:33:06 GMT 2011  Olly Betts <olly@survex.com>
1648
1649        * src/gfxcore.cc: Don't segfault on a flat survey.  Fix incorrect
1650          addition and corresponding subtraction of GetDepthExtent() when
1651          calculating splits over depth band boundaries.
1652
[70acad9]1653Thu Sep 29 21:56:19 GMT 2011  Olly Betts <olly@survex.com>
1654
1655        * src/gfxcore.cc,src/gla.h: Fix zoom in limit to be the same distance
1656          regardless of the extent of the survey.
1657
[3585243]1658Thu Sep 29 20:57:41 GMT 2011  Olly Betts <olly@survex.com>
1659
1660        * src/gfxcore.cc: Now that we don't have the key background, just
1661          remove KEY_MARGIN entirely.
1662
[2779338f]1663Thu Sep 29 20:37:09 GMT 2011  Olly Betts <olly@survex.com>
1664
1665        * src/gfxcore.cc: Remove the dark grey background from the colour key
1666          and just put a single pixel black border around the colours.  This
1667          is more in keeping with the other controls, and means the colours
1668          are now on a black background so more visually similar to the survey
1669          legs.
1670
[457da16]1671Thu Sep 29 13:02:22 GMT 2011  Olly Betts <olly@survex.com>
1672
1673        * src/mainfrm.cc: Fall back to ISO8859-1 if CP1252 fails to convert the
1674          string.
1675
[db0eaf4]1676Thu Sep 29 12:22:34 GMT 2011  Olly Betts <olly@survex.com>
1677
1678        * src/gfxcore.cc: Upon loading a survey which lacks the information for
1679          the current "Colour by" mode, don't change to "Colour by none" - we
1680          already do no colouring and hide the key when there's nothing to
1681          colour by, and it's annoying to have the actual mode changed if you
1682          then load a survey which does have the information to colour by.
1683
[62da267]1684Thu Sep 29 12:20:07 GMT 2011  Olly Betts <olly@survex.com>
1685
1686        * src/gfxcore.cc: Rename COLOUR_KEY_* constants to KEY_*.
1687
[40c38bb]1688Thu Sep 29 10:16:30 GMT 2011  Olly Betts <olly@survex.com>
1689
1690        * src/gfxcore.cc: Make COLOUR_KEY_OFFSET_X and COLOUR_KEY_OFFSET_Y the
1691          actual offsets, rather than taking COLOUR_KEY_MARGIN off them.
1692
[92a97f3]1693Thu Sep 29 05:08:20 GMT 2011  Olly Betts <olly@survex.com>
1694
1695        * src/mainfrm.cc: Fix tooltip for open to say "survey file" not "3D
1696          file".
1697
[d43fa84]1698Thu Sep 29 05:03:37 GMT 2011  Olly Betts <olly@survex.com>
1699
1700        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Add right click menu to
1701          the colour key too.
1702
[6cfc88c]1703Wed Sep 28 14:47:15 GMT 2011  Olly Betts <olly@survex.com>
1704
1705        * lib/afm2txf.pl: Add a kludge to prefer to round values up when
1706          generating the .txf file which empirically results in better
1707          horizontal spacing (this should be fixed properly, but this is
1708          at least an easy improvement for now).
1709
[83027cc]1710Wed Sep 28 14:00:14 GMT 2011  Olly Betts <olly@survex.com>
1711
1712        * lib/afm2txf.pl: Rather than special-casing the character with
1713          PostScript name 'space', just omit characters with zero width and
1714          height from the texture.
1715
[e9bd0467]1716Wed Sep 28 12:41:42 GMT 2011  Olly Betts <olly@survex.com>
1717
1718        * lib/afm2txf.pl: Put the digits first in the font texture to help
1719          ensure they are all on the same line and will exactly align
1720          vertically when rendered - a slight discrepancy here is particularly
1721          visible in the colour key legends and compass bearing.
1722
[b35c4bc]1723Wed Sep 28 12:30:03 GMT 2011  Olly Betts <olly@survex.com>
1724
1725        * lib/Makefile.am: Regenerate aven.txf if the script which generates it
1726          has been modified.
1727
[64ba8bb]1728Wed Sep 28 11:15:08 GMT 2011  Olly Betts <olly@survex.com>
1729
1730        * lib/afm2txf.pl: Fix handling of PostScript character names which are
1731          used by more than one Unicode value ("space" and "hyphen" are the
1732          current examples).  This fixes the colour key for date to have dashes
1733          in the dates.  Fix not to bother writing empty space into the texture
1734          map for spaces - just set width and height to 0 and skip to the
1735          width.
1736        * src/fnt.cc: Remove special case kludge for if space isn't defined,
1737          which is no longer needed thanks to the above fix.
1738
[8011e0c]1739Wed Sep 28 10:19:07 GMT 2011  Olly Betts <olly@survex.com>
1740
1741        * lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
1742          says "View" on the left subgroup of controls. Improve the display of
1743          the bearing on printouts.  Add message for "Colour &Key" to
1744          translations.
1745
[f891a0c]1746Wed Sep 28 02:02:09 GMT 2011  Olly Betts <olly@survex.com>
1747
1748        * src/aven.cc: Fix #ifdef to #if in previous change.
1749
[495cd3e]1750Wed Sep 28 01:09:09 GMT 2011  Olly Betts <olly@survex.com>
1751
1752        * src/aven.cc: Fix for non-Unicode build.
1753
[26eb201]1754Mon Sep 26 12:25:59 GMT 2011  Olly Betts <olly@survex.com>
1755
1756        * src/export.cc: PLT file output now handles spaces and control
1757          characters in station names by escaping them with '%' as in URLs.
1758
[4024a58]1759Mon Sep 26 11:58:05 GMT 2011  Olly Betts <olly@survex.com>
1760
1761        * src/aventreectrl.cc: Improve comment about WXK_PRIOR and WXK_NEXT.
1762
[0e8a082]1763Mon Sep 26 11:51:01 GMT 2011  Olly Betts <olly@survex.com>
1764
1765        * src/aventreectrl.cc: Pressing "Enter" on a station in the tree
1766          control now centres the view on that station.
1767
[c6d5c1c]1768Mon Sep 26 11:42:17 GMT 2011  Olly Betts <olly@survex.com>
1769
1770        * src/gfxcore.h,src/guicontrol.cc: Pressing "F5" forces all GLAList
1771          objects to be invalidated and then forces a refresh of the display.
1772          This is intended as a debugging aid - if pressing F5 changes the
1773          display at all then there's a missing case where a list should
1774          have been invalidated.
1775
[90430f2]1776Mon Sep 26 11:35:29 GMT 2011  Olly Betts <olly@survex.com>
1777
1778        * src/: Push survey pane size tracking down into GLACanvas, and
1779          automatically track which lists should be invalidated on a
1780          changes in the width or the height of the pane.
1781
[242f48f5]1782Mon Sep 26 10:44:22 GMT 2011  Olly Betts <olly@survex.com>
1783
1784        * src/gla-gl.cc,src/gla.h: Move GLAList flags out of the header as they
1785          are internal details.
1786
[9c37beb]1787Mon Sep 26 10:42:50 GMT 2011  Olly Betts <olly@survex.com>
1788
1789        * src/gfxcore.cc,src/gfxcore.h: Cache the scale bar in a GLAList since
1790          it often gets redrawn exactly the same - for example, when rotating,
1791          panning, etc.
1792
[e2ea75a]1793Mon Sep 26 09:40:32 GMT 2011  Olly Betts <olly@survex.com>
1794
1795        * src/gfxcore.cc,src/gfxcore.h: More "colour key" related internal
1796          nomenclature changes.
1797
[7cdb1c3]1798Mon Sep 26 09:34:01 GMT 2011  Olly Betts <olly@survex.com>
1799
1800        * src/gfxcore.cc,src/gfxcore.h: Factor out the code to draw the colour
1801          key into DrawColourKey().
1802
[250025f]1803Mon Sep 26 04:23:10 GMT 2011  Olly Betts <olly@survex.com>
1804
1805        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_Y by moving the point where
1806          we plot the key rather than including it in the calculations of the
1807          key's coordinates.
1808
[1b164a0]1809Mon Sep 26 04:17:16 GMT 2011  Olly Betts <olly@survex.com>
1810
1811        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_X by moving the point where
1812          we plot the key rather than including it in the calculations of the
1813          key's coordinates.
1814
[5f50488]1815Sat Sep 24 13:15:22 GMT 2011  Olly Betts <olly@survex.com>
1816
1817        * src/gfxcore.cc: Increase scale bar maximum width from 65% of the
1818          window width to 75% as it was in 1.0.x, but if that would overlap
1819          the clino then reduce it down until it reaches 50%.  Allow zooming
1820          in a little further to match what was possible in 1.0.x.  (ticket#23)
1821
[78f02e48]1822Sat Sep 24 12:45:04 GMT 2011  Olly Betts <olly@survex.com>
1823
1824        * doc/TODO.htm: Update (--help messages can now be translated).
1825
[6cd4aab]1826Sat Sep 24 12:21:45 GMT 2011  Olly Betts <olly@survex.com>
1827
1828        * doc/TODO.htm: Note oddity with FullScreen and side panel.
1829
[4b0bbb0]1830Sat Sep 24 12:14:52 GMT 2011  Olly Betts <olly@survex.com>
1831
1832        * src/mainfrm.h: We don't need the "un-fullscreen to show dialog" hack
1833          with recent wxGTK.  Also, there's no reason to think we need it for
1834          other platforms (it was enabled everywhere except Microsoft Windows
1835          before).
1836
[03e2031]1837Sat Sep 24 10:42:29 GMT 2011  Olly Betts <olly@survex.com>
1838
1839        * src/printwx.cc: "delete foo;" not "delete(foo);"
1840
[81f1266]1841Sat Sep 24 10:41:00 GMT 2011  Olly Betts <olly@survex.com>
1842
1843        * src/aven.cc,src/gfxcore.cc: No point checking for NULL before calling
1844          delete.
1845
[69cacd1]1846Sat Sep 24 10:18:22 GMT 2011  Olly Betts <olly@survex.com>
1847
1848        * src/: Remove empty destructors.
1849
[f9ca87c]1850Sat Sep 24 06:43:33 GMT 2011  Olly Betts <olly@survex.com>
1851
1852        * doc/TODO.htm,src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate the
1853          last few OpenGL calls from gfxcore.cc.
1854
[f336ab9]1855Sat Sep 24 06:32:02 GMT 2011  Olly Betts <olly@survex.com>
1856
1857        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: New type GLATexCoord to avoid
1858          using GLint outside of the OpenGL-specific code.
1859
[b839829]1860Sat Sep 24 06:08:13 GMT 2011  Olly Betts <olly@survex.com>
1861
1862        * src/: Move glTexCoord2i() calls out of gfxcore.cc and into gla-gl.cc.
1863          Use BeginQuadrilaterals() rather than BeginPolygon() when the shape
1864          will definitely have 4 sides.
1865         
[11c594a]1866Sat Sep 24 02:09:48 GMT 2011  Olly Betts <olly@survex.com>
1867
1868        * src/gfxcore.h,src/guicontrol.cc: Disable "View North" when we're
1869          already viewing North, and similarly for other compass points.
1870
[85ed935]1871Sat Sep 24 01:57:06 GMT 2011  Olly Betts <olly@survex.com>
1872
1873        * doc/TODO.htm: Update.
1874
[97ea48d]1875Fri Sep 23 15:38:36 GMT 2011  Olly Betts <olly@survex.com>
1876
1877        * doc/aven.sgml,lib/codes.po,src/: Rename the "depth bar" to "colour
1878          key", which better describes it now that it might show dates or
1879          errors.
1880
[843ee7b]1881Fri Sep 23 15:19:33 GMT 2011  Olly Betts <olly@survex.com>
1882
1883        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Fix the conditions
1884          under which colour by date can be enabled to fully match what we
1885          now intend.
1886
[2043961]1887Fri Sep 23 15:04:35 GMT 2011  Olly Betts <olly@survex.com>
1888
1889        * src/gfxcore.cc,src/mainfrm.cc: Enable "colour by date" if there are
1890          any surveys with date information.  Move the "Undated" / "Not in
1891          loop" entry down a little to improve the appearance.  Make each
1892          entry in the colour keys a pixel taller so it's an even number of
1893          pixels and will divide by two exactly.
1894
[a09d4fa]1895Fri Sep 23 14:59:33 GMT 2011  Olly Betts <olly@survex.com>
1896
1897        * src/fnt.cc: Remove "*1.25" fudge factor from font size for texture
1898          mapped fonts.
1899
[2fe9d6d]1900Fri Sep 23 12:44:18 GMT 2011  Olly Betts <olly@survex.com>
1901
1902        * lib/en_US.po: Update for new messages.
1903
[055bfc58]1904Fri Sep 23 12:41:16 GMT 2011  Olly Betts <olly@survex.com>
1905
1906        * src/gfxcore.cc: Expand context menu for compass to include "View
1907          North", etc;  Similarly add "Plan" and "Elevation" to clino context
1908          menu.
1909
[588ff16]1910Fri Sep 23 12:25:10 GMT 2011  Olly Betts <olly@survex.com>
1911
1912        * src/gla-gl.cc: Use += to make code clearer.
1913
[acdb8aa]1914Fri Sep 23 12:16:36 GMT 2011  Olly Betts <olly@survex.com>
1915
1916        * lib/codes.po,src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add
1917          pop-up menus for right clicks on scale bar, compass, and clino.
1918
[296b0138]1919Fri Sep 23 11:17:31 GMT 2011  Olly Betts <olly@survex.com>
1920
1921        * src/gfxcore.cc: Use HasRangeOfDates() consistently.
1922
[a6c5ffb]1923Thu Sep 22 23:56:06 GMT 2011  Olly Betts <olly@survex.com>
1924
1925        * src/gla-gl.cc: Add missing newline to OpenGL info when GLX info isn't
1926          reported.
1927
[034d04dc]1928Thu Sep 22 13:51:55 GMT 2011  Olly Betts <olly@survex.com>
1929
1930        * survex.spec.in: Man pages are no longer installed in /usr/man so
1931          no need to move them from there.  Package aven.svg.  Package
1932          files for vim support.  (Fixes from James Begley)
1933
[7196714]1934Thu Sep 22 12:45:58 GMT 2011  Olly Betts <olly@survex.com>
1935
1936        * lib/: Updates from launchpad.
1937
[1c6c300]1938Thu Sep 22 07:12:22 GMT 2011  Olly Betts <olly@survex.com>
1939
1940        * lib/: Update .po files from template.
1941
[f6d9ca9]1942Thu Sep 22 07:12:01 GMT 2011  Olly Betts <olly@survex.com>
1943
1944        * lib/codes.po: Improvements to "TRANSLATORS" comments.
1945
[eeb7320]1946Thu Sep 22 02:47:33 GMT 2011  Olly Betts <olly@survex.com>
1947
1948        * lib/Makefile.am: Add check that numeric codes haven't escaped into
1949          the translated .po files.
1950
[42a8819]1951Wed Sep 21 14:38:16 GMT 2011  Olly Betts <olly@survex.com>
1952
1953        * lib/es.po: Update with new msgids.
1954
[f6e0eba]1955Wed Sep 21 14:37:53 GMT 2011  Olly Betts <olly@survex.com>
1956
1957        * lib/en_US.po: Fix typo (doubled ").
1958
[4183e91]1959Wed Sep 21 14:37:14 GMT 2011  Olly Betts <olly@survex.com>
1960
1961        * lib/Makefile.am: Check format of .po files with msgfmt -c
1962          --check-accelerators.
1963
[186e2b9]1964Wed Sep 21 13:49:05 GMT 2011  Olly Betts <olly@survex.com>
1965
1966        * lib/en_US.po: Update en_US translation.
1967
[ecff0b8a]1968Wed Sep 21 13:47:36 GMT 2011  Olly Betts <olly@survex.com>
1969
1970        * lib/codes.po,src/cad3d.c: Tweak wording of a message.  Remove
1971          "unused" messages which have actually just been adapted slightly,
1972          add back a removed unused message, and mark an unused message as
1973          unused.
1974`
[857408e]1975Wed Sep 21 13:20:58 GMT 2011  Olly Betts <olly@survex.com>
1976
1977        * lib/codes.po,src/mainfrm.cc: Make more messages translatable.
1978
[d8dbdff]1979Wed Sep 21 12:53:02 GMT 2011  Olly Betts <olly@survex.com>
1980
1981        * lib/codes.po,src/: cmdline_set_syntax_message() now takes message
1982          numbers, plus an optional string argument.
1983
[b775443]1984Wed Sep 21 12:17:19 GMT 2011  Olly Betts <olly@survex.com>
1985
1986        * src/mainfrm.cc: Fix to set the correct filename on the root of the
1987          survey tree.
1988
[6e63fd3]1989Wed Sep 21 11:25:53 GMT 2011  Olly Betts <olly@survex.com>
1990
1991        * lib/codes.po,src/log.cc,src/mainfrm.cc,src/printwx.cc: Make more
1992          messages translatable.
1993
[fbc1d32]1994Wed Sep 21 07:30:28 GMT 2011  Olly Betts <olly@survex.com>
1995
1996        * lib/codes.po,src/dump3d.c,src/gfxcore.cc,src/mainfrm.cc: Make more
1997          messages translatable.  In the colour key for "colour by date",
1998          change "No info" to "Undated".
1999
[2341559]2000Wed Sep 21 04:20:52 GMT 2011  Olly Betts <olly@survex.com>
2001
2002        * lib/codes.po,src/cavernlog.cc: Allow the "Reprocess" button label in
2003          aven's cavern log window to be translated.
2004
[45af761]2005Wed Sep 21 04:07:29 GMT 2011  Olly Betts <olly@survex.com>
2006
2007        * lib/,src/: Extract all the help strings in --help output and make
2008          them available for translation.
2009
[1b1aaf4]2010Wed Sep 21 04:04:31 GMT 2011  Olly Betts <olly@survex.com>
2011
2012        * lib/Makefile.am: Check there are no duplicate message codes in
2013          codes.po as part of "make check".
2014
[aea4f8b]2015Wed Sep 21 02:29:21 GMT 2011  Olly Betts <olly@survex.com>
2016
2017        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate glReadPixels() call
2018          from src/gfxcore.cc.
2019
[d1870ef7]2020Wed Sep 21 02:28:21 GMT 2011  Olly Betts <olly@survex.com>
2021
2022        * lib/codes.po,lib/en_US.po,src/aboutdlg.cc: Make all strings in
2023          src/aboutdlg.cc translatable.
2024
[558779a]2025Wed Sep 21 01:56:15 GMT 2011  Olly Betts <olly@survex.com>
2026
2027        * doc/manual.sgml: Tweak text about Debian packages.
2028
[cc49471]2029Tue Sep 20 11:31:03 GMT 2011  Olly Betts <olly@survex.com>
2030
2031        * tests/: Update FSF address.
2032
[23e61de1]2033Tue Sep 20 11:28:50 GMT 2011  Olly Betts <olly@survex.com>
2034
2035        * lib/print.ini: Update reference to Survex 1.1; update FSF address.
2036
[2acbff0a]2037Tue Sep 20 06:43:56 GMT 2011  Olly Betts <olly@survex.com>
2038
2039        * src/img.c: Only define INT32_T if it isn't already defined (it will
2040          be for 1.0.x).
2041
[c964783]2042Tue Sep 20 06:43:23 GMT 2011  Olly Betts <olly@survex.com>
2043
2044        * src/cavern.c: Remove unused function left over from recent change to
2045          how coordinate ranges get reported.
2046
[991289b]2047Tue Sep 20 06:42:31 GMT 2011  Olly Betts <olly@survex.com>
2048
2049        * make_release: Use the URL field from svn info in the command we give
2050          to take this release rather than hard-coding the URL for trunk.
2051
[36316cb]2052Tue Sep 20 05:43:11 GMT 2011  Olly Betts <olly@survex.com>
2053
2054        * buildmacosx.sh: Building on 10.6 should work on 10.7, so update
2055          comment to more clearly reflect that.
2056
[aecd032]2057Tue Sep 20 05:39:50 GMT 2011  Olly Betts <olly@survex.com>
2058
2059        * lib/,src/cavern.c: Fix reporting of ranges of survey coordinates,
2060          which was broken by the message handling changes in 1.2.0.
2061
[7831cef]2062Tue Sep 20 04:30:14 GMT 2011  Olly Betts <olly@survex.com>
2063
2064        * configure.in,src/moviemaker.cc: Fix to build with FFmpeg library
2065          versions in Debian unstable, as well as those in Debian stable.
2066
[63621a7]2067Tue Sep 20 03:51:40 GMT 2011  Olly Betts <olly@survex.com>
2068
2069        * src/moviemaker.cc: Updates towards compatibility with newer FFmpeg
2070          libraries without breaking build with those in Debian stable.
2071
[696b35b]2072Tue Sep 20 03:41:58 GMT 2011  Olly Betts <olly@survex.com>
2073
2074        * src/avenprcore.h: Declare border as "struct border" rather than as a
2075          typedef to avoid a -Wshadow warning.
2076
[120c1c6]2077Tue Sep 20 00:15:07 GMT 2011  Olly Betts <olly@survex.com>
2078
2079        * NEWS: Perhaps the final update for 1.2.0.
2080
[95ed2ba]2081Tue Sep 20 00:09:42 GMT 2011  Olly Betts <olly@survex.com>
2082
2083        * lib/afm2txf.pl: Fix to correctly handle non-ASCII glyphs by using
2084          glyphshow in the generated PostScript code rather than relying on the
2085          numeric encoding order of the font to match Unicode (which doesn't
2086          generally seem to be the case).  Tweak to process files without
2087          slurping them all into memory where that's easy to do.
2088
[9062bef]2089Mon Sep 19 23:15:46 GMT 2011  Olly Betts <olly@survex.com>
2090
2091        * src/fnt.cc: Use FNT_MAXCHAR instead of literal 256.
2092
[f04ae51]2093Mon Sep 19 21:58:50 GMT 2011  Olly Betts <olly@survex.com>
2094
2095        * buildmacosx.sh: Revert CPP=cpp change - it's not required.  Revert to
2096          using wx 2.8.11 and 2.8.12 seems to fail to build.  Output of hdid
2097          can contain spaces as well as tabs (man page only documents tabs) so
2098          update regexps to take this into account.
2099
[cc83ec9]2100Mon Sep 19 11:52:50 GMT 2011  Olly Betts <olly@survex.com>
2101
2102        * buildmacosx.sh: Add comment noting that Xcode is probably required.
2103          Since wxWidgets only supports building for a single arch at a time,
2104          build for i386 by default, which should also work on x86_64.  Pass
2105          CPP=cpp to wxWidgets configure (not certain if this is actually
2106          needed, or was something tried on the way to discovering that only
2107          one -arch option can be passed).
2108
[65ceb41]2109Sun Sep 18 12:24:41 GMT 2011  Olly Betts <olly@survex.com>
2110
2111        * make_release: No need to force disabling of libavcodec for mingw - it
2112          gets automatically disable if not present.
2113
[eac4514]2114Sun Sep 18 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
2115
2116        * src/moviemaker.cc: Fix disabling of libavcodec-using code when
2117          libavcodec isn't present.
2118
[4095cc0]2119Sun Sep 18 11:50:06 GMT 2011  Olly Betts <olly@survex.com>
2120
2121        * NEWS: Update 1.2.0 release date.
2122
[8a374af]2123Sun Sep 18 11:49:46 GMT 2011  Olly Betts <olly@survex.com>
2124
2125        * make_release: Disable use of libavcodec for mingw for now.
2126
[44ef5ec6]2127Sun Sep 18 02:51:52 GMT 2011  Olly Betts <olly@survex.com>
2128
2129        * make_release: Fix comment typo.
2130
[92037819]2131Sun Sep 18 02:50:30 GMT 2011  Olly Betts <olly@survex.com>
2132
2133        * doc/TODO.htm: Update in preparation for releasing 1.2.
2134
[90688f5]2135Sun Sep 18 02:49:53 GMT 2011  Olly Betts <olly@survex.com>
2136
2137        * src/gla-gl.cc: Only try to read the GLX version on platforms which
2138          use GLX.
2139
[fa8ae1e]2140Sun Sep 18 02:03:13 GMT 2011  Olly Betts <olly@survex.com>
2141
2142        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
2143          EXTRA_DIST.
2144
[cba86532]2145Sun Sep 18 01:59:49 GMT 2011  Olly Betts <olly@survex.com>
2146
2147        * lib/Makefile.am: survex.keys.in will get shipped because it is
2148          used by AC_CONFIG_FILES so there's no need to list it explicitly
2149          in EXTRA_DIST.
2150
[c584ed2]2151Sun Sep 18 01:56:18 GMT 2011  Olly Betts <olly@survex.com>
2152
2153        * configure.in,lib/Makefile.am,lib/po-to-msg.pl: Fix .msg file
2154          generation to work when srcdir != builddir.  Drop the "dontextract"
2155          mechanism which automatically generates headers to allows building a
2156          version with translations for the messages for errors in loading the
2157          messages file, as it doesn't seem worth the effort to get it working
2158          again.  It's easy to write such a header by hand if you really want
2159          to do this.
2160
[9cfcb3f]2161Fri Sep 16 14:26:43 GMT 2011  Olly Betts <olly@survex.com>
2162
2163        * NEWS,configure.in: Update for 1.2.0.
2164
[f9b8a6b]2165Fri Sep 16 14:22:20 GMT 2011  Olly Betts <olly@survex.com>
2166
2167        * lib/icons/Makefile.am,lib/icons/aven.png,lib/icons/aven.svg: Add
2168          new version of aven icon, redrawn in SVG so it displays nicely at
2169          larger sizes.
2170
[4833448]2171Fri Sep 16 12:55:05 GMT 2011  Olly Betts <olly@survex.com>
2172
2173        * lib/codes.po,src/cavern.c: Add --3d-version option to allow the user
2174          to specify the version of the 3d format to output.  (ticket#21)
2175
[2bb17c9]2176Fri Sep 16 12:52:55 GMT 2011  Olly Betts <olly@survex.com>
2177
2178        * src/img.c,src/img.h: Make the highest and lowest valid values for
2179          img_output_version available in img.h as IMG_VERSION_MIN and
2180          IMG_VERSION_MAX.
2181
[a6e8d45]2182Fri Sep 16 05:49:12 GMT 2011  Olly Betts <olly@survex.com>
2183
2184        * src/aventreectrl.cc,src/guicontrol.cc,src/mainfrm.cc: Don't use
2185          deprecated members or methods of wxKeyEvent.
2186
[6001bc1]2187Fri Sep 16 03:36:54 GMT 2011  Olly Betts <olly@survex.com>
2188
2189        * lib/map.png: Remove scan of map which isn't used and we probably
2190          don't have rights to redistribute.
2191
[de402d4]2192Fri Sep 16 03:16:01 GMT 2011  Olly Betts <olly@survex.com>
2193
2194        * src/mainfrm.cc: If a label isn't valid UTF-8, treat it as CP1252 (the
2195          Microsoft superset of ISO8859-1).
2196
[b00a29a]2197Fri Sep 16 03:00:51 GMT 2011  Olly Betts <olly@survex.com>
2198
2199        * src/mainfrm.cc: Remove special handling for toggling "full screen"
2200          on wxGTK as it's no longer required with modern versions.
2201
[6b061db]2202Fri Sep 16 02:05:12 GMT 2011  Olly Betts <olly@survex.com>
2203
2204        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Don't redraw the survey
2205          on every mouse movement in the survey pane unless the measuring line
2206          is (or just was) active.  (ticket #17)
2207
[293eec8]2208Thu Sep 15 03:58:59 GMT 2011  Olly Betts <olly@survex.com>
2209
2210        * src/aven.cc: Comment improvements.
2211
[deea763]2212Thu Sep 15 03:51:27 GMT 2011  Olly Betts <olly@survex.com>
2213
2214        * tests/smoke.tst: aven no longer requires an X display for --help or
2215          --version, so replace skip of this check with a check that this
2216          remains the case.
2217
[b4ac7007]2218Thu Sep 15 02:27:57 GMT 2011  Olly Betts <olly@survex.com>
2219
2220        * NEWS: Update from ChangeLog.
2221
[a26bab0]2222Thu Sep 15 02:11:28 GMT 2011  Olly Betts <olly@survex.com>
2223
2224        * lib/Makefile.am: Distribute codes.po.
2225
[d0a7bba]2226Thu Sep 15 02:08:35 GMT 2011  Olly Betts <olly@survex.com>
2227
2228        * configure.in,survex.spec.in: Default to installing docs into
2229          /usr/share/doc/survex rather than /usr/doc/survex.
2230
[e60254e]2231Wed Sep 14 01:57:45 GMT 2011  Olly Betts <olly@survex.com>
2232
2233        * src/mainfrm.cc: Fix another potential read beyond the end of a
2234          string.
2235
[17de0e2]2236Wed Sep 14 01:35:20 GMT 2011  Olly Betts <olly@survex.com>
2237
2238        * src/mainfrm.cc: Fix potential reading off end of string - fix from
2239          Stuart Bennett.
2240
[33c24dc]2241Wed Sep 14 00:33:16 GMT 2011  Olly Betts <olly@survex.com>
2242
2243        * lib/es.po: Update from launchpad.
2244
[d1c3d24]2245Tue Sep 13 22:05:59 GMT 2011  Olly Betts <olly@survex.com>
2246
2247        * buildmacosx.sh: Use wx 2.8.12.
2248
[c293aa9]2249Tue Sep 13 11:32:18 GMT 2011  Olly Betts <olly@survex.com>
2250
2251        * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
2252          double-buffering, which seems to be needed for systems with GLX >=
2253          1.3.  Report GLX version and whether double-buffering is in use in
2254          the about dialog.
2255
[091069f]2256Sun Jun 19 11:19:51 GMT 2011  Olly Betts <olly@survex.com>
2257
2258        * src/: Try to report errors from generating movie more helpfully.
2259
[6ed625e]2260Fri Jun 17 06:33:38 GMT 2011  Olly Betts <olly@survex.com>
2261
2262        * src/moviemaker.cc: Eliminate use of deprecated function
2263          av_alloc_format_context().
2264
[fed3713]2265Fri Jun 17 06:32:50 GMT 2011  Olly Betts <olly@survex.com>
2266
2267        * src/moviemaker.cc: Simplify the loop to flip the image vertically.
2268
[9e516d0d]2269Fri Jun 17 06:17:20 GMT 2011  Olly Betts <olly@survex.com>
2270
2271        * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
2272          convert images to add to the video.  Movie export now working
2273          again!
2274
[d10d369]2275Fri Jun 17 06:16:46 GMT 2011  Olly Betts <olly@survex.com>
2276
2277        * src/gfxcore.cc: No need to specify true to PlayPres - that's the
2278          default.
2279
[0c6b06cb]2280Fri Jun 17 06:15:34 GMT 2011  Olly Betts <olly@survex.com>
2281
2282        * src/gfxcore.cc: Set the play speed to "x1" during video recording.
2283
[75d4a2b]2284Fri Jun 17 05:43:12 GMT 2011  Olly Betts <olly@survex.com>
2285
2286        * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
2287
[cc9e7a06]2288Fri Jun 17 04:30:12 GMT 2011  Olly Betts <olly@survex.com>
2289
2290        * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
2291          making code to work with current FFmpeg.  Still TODO: convert call
2292          to img_convert() to use sws_scale() - currently you just get an all
2293          green movie!
2294
[90a2e0f]2295Mon May 30 07:40:12 GMT 2011  Olly Betts <olly@survex.com>
2296
2297        * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
2298
[a8469bb]2299Sat May 28 12:39:11 GMT 2011  Olly Betts <olly@survex.com>
2300
2301        * buildmacosx.sh: Build for x86_64 as well as i386.
2302
[4a7c15ab]2303Sat May 28 06:14:09 GMT 2011  Olly Betts <olly@survex.com>
2304
2305        * buildmacosx.sh: Fix comment typo.
2306
[ab66f3c]2307Sat May 28 06:08:10 GMT 2011  Olly Betts <olly@survex.com>
2308
2309        * buildmacosx.sh: Don't assume the volume gets mounted on
2310          /Volumes/Survex as it won't be if that mount point is already in use.
2311
[42c7efe]2312Thu May 26 16:09:05 GMT 2011  Olly Betts <olly@survex.com>
2313
2314        * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
2315          IDs.
2316
[de8488a6]2317Thu May 26 14:52:00 GMT 2011  Olly Betts <olly@survex.com>
2318
2319        * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
2320          wxID_PREVIEW where appropriate.
2321
[ecf9c4c1]2322Thu May 26 14:47:52 GMT 2011  Olly Betts <olly@survex.com>
2323
2324        * lib/codes.po: Mark unused messages by commenting out with '#~'.
2325
[27928df]2326Thu May 26 14:34:29 GMT 2011  Olly Betts <olly@survex.com>
2327
2328        * src/printwx.h: Fix comment typo.
2329
[73b3388]2330Thu May 26 12:47:44 GMT 2011  Olly Betts <olly@survex.com>
2331
2332        * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
2333          wxButton, use the implicit default label, as the wx documentation
2334          recommends.
2335
[6219279]2336Thu May 26 12:28:11 GMT 2011  Olly Betts <olly@survex.com>
2337
2338        * src/: Remove the unused preferences dialog code - we can easily
2339          fish it back out of SVN should we want it later, so no point
2340          having it sitting there making every checkout bigger.
2341
[04aa63b]2342Tue May 24 05:21:52 GMT 2011  Olly Betts <olly@survex.com>
2343
2344        * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
2345          section 7 (since it isn't documenting an actual command).
2346
[6f340d9]2347Tue May 24 05:17:53 GMT 2011  Olly Betts <olly@survex.com>
2348
2349        * doc/Makefile.am: Write generated man page to a temporary file, then
2350          atomically rename, to avoid leaving an empty or partial man page
2351          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
2352          1.1.16).
2353
[6cf04ff]2354Sat May 21 22:05:04 GMT 2011  Olly Betts <olly@survex.com>
2355
2356        * lib/fr.po: Fold in addition of accent from launchpad.
2357
[8fa7902]2358Sat May 21 22:04:31 GMT 2011  Olly Betts <olly@survex.com>
2359
2360        * lib/: Remove comments which are only relevant for other languages
2361          from .po files.  Add more clarifying comments.
2362
[7c0e6e3]2363Thu May 19 05:23:03 GMT 2011  Olly Betts <olly@survex.com>
2364
2365        * lib/messages.txt: Remove as no longer used.
2366
[d86459c]2367Wed May 18 09:06:19 GMT 2011  Olly Betts <olly@survex.com>
2368
2369        * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
2370          the master format for storing translations in (rather than
2371          messages.txt), and then translate these into Survex's .msg format.
2372
[749a581]2373Wed May 18 08:37:01 GMT 2011  Olly Betts <olly@survex.com>
2374
2375        * lib/messages.txt: Fix variant en-us message which ought not be
2376          different.
2377
[7b12c6d]2378Wed May 18 05:50:07 GMT 2011  Olly Betts <olly@survex.com>
2379
2380        * make_release: Print out the commands needed to tag the release.
2381
[5311876]2382Tue May 17 01:24:59 GMT 2011  Olly Betts <olly@survex.com>
2383
2384        * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
2385          how many errors there were at the end of the run - it just confuses
2386          users - we won't even get here if there's a fatal error!
2387        * lib/messages.txt: Add missing translations of two "Export" variants
2388          for ca, sk, and ro.
2389
[ec8fd0d]2390Tue May 17 01:03:06 GMT 2011  Olly Betts <olly@survex.com>
2391
2392        * NEWS: Fix typo.
2393
[56980d4e]2394Mon May 16 22:18:53 GMT 2011  Olly Betts <olly@survex.com>
2395
2396        * buildmacosx.sh: Extract tarball quietly, and just say we're doing
2397          it.  Add missing quoting to variable expansions.
2398
[8f9b0b6d]2399Mon May 16 05:59:32 GMT 2011  Olly Betts <olly@survex.com>
2400
2401        * NEWS: Another pre-1.1.16 update.
2402
[c953a98]2403Mon May 16 05:54:30 GMT 2011  Olly Betts <olly@survex.com>
2404
2405        * Makefile.am: Include all the available wxstd.mo files into the
2406          Microsoft Windows installer, rather than trying to just include those
2407          which we have translations for.  This avoids having to maintain a
2408          list of which to include, and gives users translations of wxWidgets
2409          messages even if they don't get Survex messages translated.
2410
[85f3565]2411Mon May 16 05:53:49 GMT 2011  Olly Betts <olly@survex.com>
2412
2413        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
2414          needed on Debian to build the Microsoft Windows installer.
2415
[6127c82]2416Mon May 16 05:22:03 GMT 2011  Olly Betts <olly@survex.com>
2417
2418        * doc/HACKING.htm: Note Debian packages to install for docs.
2419
[8fb44ec]2420Mon May 16 05:21:27 GMT 2011  Olly Betts <olly@survex.com>
2421
2422        * survex.iss.in: Add comment noting that AppVerName isn't required by
2423          newer InnoSetup.
2424
[ecdb631]2425Sun May 15 04:11:34 GMT 2011  Olly Betts <olly@survex.com>
2426
2427        * NEWS,configure.in: Update for 1.1.16.
2428
[ffe7b714]2429Sun May 15 03:44:17 GMT 2011  Olly Betts <olly@survex.com>
2430
2431        * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
2432
[f3f9b0e]2433Sun May 15 03:43:46 GMT 2011  Olly Betts <olly@survex.com>
2434
2435        * lib/named-entities.txt: Add hellip and rarr.
2436
[443edad]2437Sun May 15 03:39:02 GMT 2011  Olly Betts <olly@survex.com>
2438
2439        * lib/messages.txt: Fix clashing menu shortcuts from recent translation
2440          updates.
2441
[69490fa3]2442Sun May 15 03:20:50 GMT 2011  Olly Betts <olly@survex.com>
2443
2444        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
2445          transliterate to '...' for charsets which don't have it.  0x2192
2446          (&rarr;): Transliterate to '->' for charsets which don't have it.
2447          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
2448        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
2449          of '...'.
2450
[6010466]2451Sun May 15 02:59:42 GMT 2011  Olly Betts <olly@survex.com>
2452
2453        * lib/messages.txt: Fix literal accented characters.
2454
[6e618c7]2455Sun May 15 02:55:50 GMT 2011  Olly Betts <olly@survex.com>
2456
2457        * lib/messages.txt: Fold in de updates from launchpad.
2458
[01891b9]2459Sun May 15 02:36:02 GMT 2011  Olly Betts <olly@survex.com>
2460
2461        * lib/messages.txt: Fold in es updates from launchpad.
2462
[4667418]2463Sun May 15 02:19:45 GMT 2011  Olly Betts <olly@survex.com>
2464
2465        * lib/messages.txt: Fold in it updates from launchpad.
2466
[adc8304]2467Sun May 15 02:00:45 GMT 2011  Olly Betts <olly@survex.com>
2468
2469        * lib/messages.txt: Fold in pt-br updates from launchpad.
2470
[d3dd62e]2471Sun May 15 01:53:22 GMT 2011  Olly Betts <olly@survex.com>
2472
2473        * lib/messages.txt: Fold in pt updates from launchpad.
2474
[5c9f6c2]2475Mon Mar 14 01:58:10 GMT 2011  Olly Betts <olly@survex.com>
2476
2477        * configure.in: Link with -lGL, if it exists to support linking with
2478          gold or GNU ld --as-needed (Debian bug #615781).
2479
[97e9c02]2480Thu Mar 03 13:16:19 GMT 2011  Olly Betts <olly@survex.com>
2481
2482        * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
2483
[0c85b15b]2484Thu Mar 03 12:32:57 GMT 2011  Olly Betts <olly@survex.com>
2485
2486        * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
2487
[0ed32e5]2488Wed Oct 20 09:53:56 GMT 2010  Olly Betts <olly@survex.com>
2489
2490        * lib/messages.txt: "Colour" -> "Color" in en-us.
2491
[66dd4ff9]2492Sun Oct 17 14:10:21 GMT 2010  Olly Betts <olly@survex.com>
2493
2494        * lib/messages.txt: Assorted comment improvements and tweaks.
2495
[029fdb4]2496Sat Oct 16 11:12:42 GMT 2010  Olly Betts <olly@survex.com>
2497
2498        * src/moviemaker.h: Remove unused <stdio.h>.  Shouldn't include
2499          <config.h> in headers, only sources.
2500
[5abd525]2501Sat Oct 16 10:13:10 GMT 2010  Olly Betts <olly@survex.com>
2502
2503        * doc/TODO.htm: Remove entries which have now been done.
2504
[4b9be72]2505Fri Oct 15 06:57:46 GMT 2010  Olly Betts <olly@survex.com>
2506
2507        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
2508
[f5e3521]2509Fri Oct 15 05:48:09 GMT 2010  Olly Betts <olly@survex.com>
2510
2511        * NEWS: Final update fro 1.1.15.
2512
[53e12ee]2513Fri Oct 15 05:20:40 GMT 2010  Olly Betts <olly@survex.com>
2514
2515        * src/editwrap.c: Convert to use wide-character Unicode.
2516
[6baad4a]2517Fri Oct 15 05:20:04 GMT 2010  Olly Betts <olly@survex.com>
2518
2519        * src/cavernlog.cc: Fix to work on Microsoft Windows.
2520
[414cdd0]2521Thu Oct 14 22:50:09 GMT 2010  Olly Betts <olly@survex.com>
2522
2523        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
2524          fixed.
2525
[9d20d33]2526Thu Oct 14 22:48:06 GMT 2010  Olly Betts <olly@survex.com>
2527
2528        * src/diffpos.c: Handle files with duplicate labels in better - extend
2529          generates duplicate labels when it breaks a loop.
2530
[d50594c]2531Wed Oct 13 15:39:04 GMT 2010  Olly Betts <olly@survex.com>
2532
2533        * make_release: -Dunix when running make distcheck with the
2534          preprocessor in C89 mode.
2535
[eafe1a3]2536Wed Oct 13 15:33:23 GMT 2010  Olly Betts <olly@survex.com>
2537
2538        * src/cavern.c: Fix C++ comment.
2539
[2d16e4e]2540Wed Oct 13 15:07:31 GMT 2010  Olly Betts <olly@survex.com>
2541
2542        * NEWS,configure.in: 1.1.15.
2543
[e02a6a6]2544Wed Oct 13 15:00:51 GMT 2010  Olly Betts <olly@survex.com>
2545
2546        * configure.in,src/: Define GETC() in config.h and use it everywhere.
2547          Similarly define PUTC() to use putc_unlocked() where available and
2548          use that everywhere too.
2549
[f175de2]2550Wed Oct 13 13:41:17 GMT 2010  Olly Betts <olly@survex.com>
2551
2552        * src/cavernlog.cc: Remove superfluous nested declaration.
2553
[9e50f755]2554Wed Oct 13 11:19:29 GMT 2010  Olly Betts <olly@survex.com>
2555
2556        * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
2557          deprecated _wpgmptr instead.  mingw doesn't have errno_t so use int
2558          instead.
2559
[eff69a7]2560Wed Oct 13 10:49:18 GMT 2010  Olly Betts <olly@survex.com>
2561
2562        * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
2563          not just space.
2564
[a90632c]2565Wed Oct 13 10:27:38 GMT 2010  Olly Betts <olly@survex.com>
2566
2567        * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
2568          path to aven rather for running cavern.
2569
[19f2b4f]2570Thu Oct 07 22:38:43 GMT 2010  Olly Betts <olly@survex.com>
2571
2572        * src/datain.h,src/useful.c: Use getc_unlocked() if available.
2573
[36c4cf1]2574Thu Oct 07 14:25:13 GMT 2010  Olly Betts <olly@survex.com>
2575
2576        * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
2577          saving presentations so that paths with non-Latin1 characters in can
2578          be processed.
2579
[0a85859]2580Thu Oct 07 12:52:22 GMT 2010  Olly Betts <olly@survex.com>
2581
2582        * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
2583
[1e2499c]2584Thu Oct 07 12:42:21 GMT 2010  Olly Betts <olly@survex.com>
2585
2586        * src/cavernlog.cc: Don't call Update() after every line, but only
2587          when we don't have data from cavern pending.  Hopefully addresses
2588          ticket#12.
2589
[d2980d2]2590Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
2591
2592        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
2593          Build mingw version in an unpacked source tree from the release
2594          tarball.
2595
[1d71195]2596Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
2597
2598        * src/cavernlog.cc: Fix code indentation.
2599
[ffe7efe4]2600Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
2601
2602        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
2603          on Unix.
2604
[fc364dc]2605Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
2606
2607        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
2608          so that paths with non-Latin1 characters in can be processed.
2609
[83e2433]2610Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
2611
2612        * src/cavernlog.cc: Need to quote filenames with spaces in for
2613          Microsoft Windows.
2614
[b4dbba1]2615Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
2616
2617        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
2618
[c60cb16]2619Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
2620
2621        * src/datain.c: Add missing include of date.h.
2622
[f351ea24]2623Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
2624
2625        * src/date.c,src/date.h: Add files for date handling.
2626
[807f9dd]2627Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
2628
2629        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
2630          render correctly as points/point sprites, and if they don't, fall
2631          back to drawing them with lines.
2632
[fe075d7]2633Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
2634
2635        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
2636          and crosses, and recheck automatically if the graphics hardware
2637          or drivers are changed or upgraded.
2638
[226b599e]2639Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
2640
2641        * src/gla-gl.cc: Add \n to commented out debug message.
2642
[1671258]2643Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
2644
2645        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
2646          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
2647          http://www.survex.com/ - the former is the canonical name and
2648          www.survex.com just redirects.
2649
[52f67931]2650Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
2651
2652        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
2653          dialog.
2654
[12ec820]2655Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
2656
2657        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
2658
[f6d8375]2659Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
2660
2661        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
2662          in cases where the value isn't being passed to OpenGL.
2663
[bde8c9a]2664Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
2665
2666        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
2667          using a series of abutting lines rather than with gluDisk which
2668          is faster and gives a consistent shape.
2669
[425a138]2670Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
2671
2672        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
2673          GL_SMOOTH_POINT_SIZE_RANGE.
2674
[b6f9294]2675Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
2676
2677        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
2678          ISO-8859-1 characters though).
2679
[04bf822]2680Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
2681
2682        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
2683          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
2684          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
2685          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
2686          is available (OpenGL >= 1.2 again) then report its value in the
2687          about box.
2688
[1ee204e]2689Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
2690
2691        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
2692          which stores survey dates as number of days since Jan 1st 1900, so
2693          we now support dates from 1900-2078 (rather than 1970-2037) with a
2694          smaller file size.  The img API is now versioned - you can select
2695          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
2696          gives the survey dates in days in days1 and days2 instead of as
2697          time_t values in date1 and date2.  Fixes ticket#14.
2698
[00d94ee]2699Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
2700
2701        * src/printwx.cc: Remove unused '#include <time.h>'.
2702
[82988f5]2703Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
2704
2705        * src/avenprcore.cc: Remove unused '#include <time.h>'.
2706
[0965597]2707Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
2708
2709        * src/export.cc: Explicit #include <time.h> for strftime().
2710
[576c27f]2711Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
2712
2713        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
2714
[2032841]2715Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
2716
2717        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
2718          work.
2719
[025e84d]2720Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
2721
2722        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
2723          instead.
2724
[506769f]2725Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
2726
2727        * src/img.c: Fix cast in get16() to be to short not long.
2728
[81e1aa4]2729Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
2730
2731        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
2732          terminology in manual, etc.  Fixes ticket#15.
2733
[e0c8f98]2734Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
2735
2736        * tests/: Most tests weren't actually running and testcases (looks like
2737          a sh portability issue).  Fixed, and fortunately all tests still
2738          pass.
2739
[f9535d4]2740Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
2741
2742        * doc/manual.sgml: Fix typo "of" -> "on".
2743
[f9473ab]2744Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
2745
2746        * NEWS,configure.in: Update for 1.1.14.
2747
[7bdf66d]2748Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
2749
2750        * lib/messages.txt,src/: Remove things we no longer need now we've
2751          dropped support for RISC OS and DOS.
2752
[175cac6]2753Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
2754
2755        * src/cmdline.c: Remove reference to MSDOS.
2756
[9965b2b]2757Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
2758
2759        * src/: Strip out "Far" and "Huge" which we no longer need now that
2760          DOS memory models are no longer relevant.
2761
[9e12d78]2762Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
2763
2764        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
2765
[5dd874a]2766Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
2767
2768        * configure.in,src/useful.h: On little-endian architectures, make
2769          get16() and get32() inline functions, rather than macros which use
2770          a global variable.
2771
[7e5d688]2772Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
2773
2774        * src/useful.c: Remove commented out code.
2775
[8c45eea]2776Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
2777
2778        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
2779          and AC_TYPE_INT32_T instead of home-brew equivalents.
2780
[39aa1a0]2781Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
2782
2783        * src/listpos.c: In "Station X referred to just once, with an explicit
2784          prefix - typo?" warning, give file and linenumber where the *equate
2785          occurred.
2786
[d40f787]2787Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
2788
2789        * src/readval.c: Fix comment typo.
2790
[0d38f0e]2791Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
2792
2793        * src/listpos.c: In "Station X referred to by *entrance or *export but
2794          never used" warning, give file and linenumber where the *entrance or
2795          *export occurred.
2796
[b23bcf0]2797Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
2798
2799        * src/aventreectrl.cc: Fix double-click handling for survey tree on
2800          wxMSW >= 2.8.11.
2801
[ad3d0a2]2802Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
2803
2804        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
2805          on all versions of wxWidgets we support (i.e. 2.6 and later).
2806
[318ac31]2807Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
2808
2809        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
2810
[1edaf8d]2811Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
2812
2813        * src/netskel.c: In "Unused fixed point" warning, give file and
2814          linenumber where the "*fix" occurred.
2815
[a07ee70]2816Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
2817
2818        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
2819          highlight just <file>:<line> (and not the ': ' after), and to make
2820          the title for the terminal the warning/error message.  Make the
2821          checking stricter by checking that the linenumber is a number, to
2822          avoid false positives.
2823
[652b73b]2824Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
2825
2826        * Revert this change, as it appears wxMotif does support wxGLCanvas:
2827        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
2828          is required by Aven in 1.1.x, so remove mention of Motif from manual.
2829
[fb5887c]2830Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
2831
2832        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
2833          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
2834          handling of splitter window to fix poor handling of various cases.
2835
[bc73093]2836Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
2837
2838        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
2839          a file (and processing it first if necessary).
2840
[b0c416c]2841Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
2842
2843        * src/cavernlog.h: Fix filename in comment at top.
2844
[77b8654]2845Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
2846
2847        * src/cavernlog.cc: Don't double escape the contents of href and target
2848          in links in the log.
2849
[813919e]2850Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
2851
2852        * src/cavernlog.cc: Remove commented out calls to set the input
2853          encoding of the HTML parser - we now always escape non-ASCII
2854          characters as HTML entities.
2855
[438c9ed]2856Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
2857
2858        * src/cavernlog.h: Improve doc comment for process() method.
2859
[cca2ce1]2860Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
2861
2862        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
2863          we disable the preview feature.
2864
[193efb1]2865Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
2866
2867        * src/printwx.cc: The Gnome print dialog has its own preview window
2868          so suppress ours if using the Gnome one.
2869
[5297c43]2870Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
2871
2872        * configure.in: Update the wx-config probing code - wxmac-config etc
2873          aren't present with newer wxWidgets versions.
2874
[b7510ee]2875Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
2876
2877        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
2878          use a Unicode build.  If building a private wx, use wx 2.8.11 not
2879          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
2880
[a75f5a1]2881Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
2882
2883        * src/cavernlog.cc: Set the select timeout before calling wxYield()
2884          when waiting for output from cavern to 0.1s instead of 0.00001s to
2885          avoid yielding excessively on slower machines where this is likely
2886          to really slow things down.  Call Scroll() only once per line in
2887          the case where we are updating the scrollbar position.  Call
2888          Update() instead of wxYield() after each line, since that's enough
2889          to get the window updated.  Remove unused assignment "ch = left;"
2890          at end of loop.
2891
[9c0b089]2892Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
2893
2894        * configure.in: Link aven with -lGLU which SuSE Linux needs.
2895
[72f1bb2]2896Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
2897
2898        * src/mainfrm.cc: Highlight stations matching any current search when a
2899          file is loaded.  (ticket#9)
2900
[2d5edf4]2901Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
2902
2903        * survex.iss.in: Clean up comments from over-enthusiastic search and
2904          replace which modified comments as well as code.
2905
[b38cd93]2906Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
2907
2908        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
2909          with a "Point" class.
2910
[ecb7f9f]2911Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
2912
2913        * src/Makefile.am: Remove FIXME which has already been resolved.
2914
[24fd5b7]2915Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
2916
2917        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
2918          is required by Aven in 1.1.x, so remove mention of Motif from manual.
2919
[880b954]2920Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
2921
2922        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
2923          Correctly capitalise "GTK".
2924
[2bbfcec]2925Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
2926
2927        * doc/manual.sgml: Note that on Linux we only regularly test builds
2928          with the GTK+ version (change taken from 1.0).
2929
[c88a040]2930Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
2931
2932        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
2933          version of the manual.
2934
[7e2f708]2935Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
2936
2937        * configure.in: Only ask for core, gl, and html wx libs to avoid
2938          linking to a load of others we don't use.
2939
[4a320aa]2940Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
2941
2942        * INSTALL: Update.
2943
[4056cdc]2944Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
2945
2946        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
2947
[94f7e41]2948Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
2949
2950        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
2951          file updates from 1.0.39.1-4 Debian package.
2952
[7f24541]2953Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
2954
2955        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
2956
[e4bfd2f]2957Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
2958
2959        * NEWS: Update from ChangeLog.
2960
[0fd6750]2961Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
2962
2963        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
2964          "alternative manual formats" zip file - people will generally just
2965          want one of them, so downloading several together isn't very useful.
2966          Replace PostScript version of manual with a PDF version (more
2967          compact and more people will have software to read PDF).  Don't
2968          generate RTF format by default as PDF is more useful if you want
2969          a formatted version to print.
2970
[018db6f]2971Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
2972
2973        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
2974          List" section.
2975
[3554c39]2976Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
2977
2978        * Makefile.am,make_release: Just produce a zip file with the
2979          alternative manual formats - a self-extracting .exe is harder to
2980          use on other platforms, and most people have a zip file extractor
2981          installed.
2982
[c818632]2983Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
2984
2985        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
2986          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
2987          the issue with building the package on Debian is no longer
2988          relevant.
2989
[56ad6ad]2990Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
2991
2992        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
2993
[8ed91e39]2994Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
2995
2996        * doc/manual.sgml: Remove out of date postal addresses - we can
2997          probably safely assume people have email these days.  Direct
2998          people to the mailing list since they are likely to get a
2999          quicker response rather than mailing individuals.  Remove
3000          mention of a paper mailing list.  Remove mention of sending
3001          us a floppy (!) or blank CDR to get a version as I can't recall
3002          the last time I gave someone a copy on physical media.
3003
[98fbcf6]3004Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
3005
3006        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
3007          and people can just as easily build binary RPMs from the source
3008          tarball as from the srpm, so just remove the rpm target from the
3009          makefile and code which uses it from make_release - it's less to
3010          have to maintain too.
3011
[098acb1]3012Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
3013
3014        * make_release: Use "set -e" rather than checking the exit codes of
3015          commands.  -t no longer disables targets - set mk to do that.
3016
[dd7674d]3017Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
3018
3019        * make_release: Fix defaulting of list of things to do.
3020
[a061be6a]3021Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
3022
3023        * src/gdtconvert: Add "Generated" comment to output file.
3024
[ce80d82]3025Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
3026
3027        * src/gdtconvert: Add GPL license boilerplate.
3028
[68d7dfc]3029Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
3030
3031        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
3032          missing it.
3033
[ecbc6c18]3034Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
3035
3036        * src/: Update FSF address in licence notices.
3037
[5e3879f]3038Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
3039
3040        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
3041          survey is loaded now that we persist the window size between
3042          invocations.
3043
[381bf27]3044Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
3045
3046        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
3047          anti-aliased TXF files.
3048
[c57bd20]3049Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
3050
3051        * src/fnt.cc: Use font size from txf file rather than trying to
3052          calculate it from the texture fragment sizes.
3053
[d133b65]3054Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
3055
3056        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
3057          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
3058          allow distribution of modified versions.
3059
[72f37d2]3060Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
3061
3062        * lib/afm2txf.pl: Add support for -o option to specify output .txf
3063          file.
3064
[7c7cffd]3065Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
3066
3067        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
3068          Remove the temporary .ppm file at the end.
3069
[46cd512]3070Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
3071
3072        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
3073          SVN.
3074
[233995e]3075Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
3076
3077        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
3078
[9ce6a65]3079Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
3080
3081        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
3082
[1dafcb8]3083Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
3084
3085        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
3086
[845fac6]3087Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
3088
3089        * lib/afm2txf.pl: Clean up trailing whitespace.
3090
[fb5791d]3091Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
3092
3093        * lib/afm2txf.pl: Add GPL script for creating txf files.
3094
[cfe20c7]3095Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
3096
3097        * lib/splash.png: Remove now unused graphical splash screen (it has
3098          hardcoded (C) details, which wasn't a good approach).
3099
[ecc16fc]3100Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
3101
3102        * src/fnt.cc: Handle the left bearing and character width correctly.
3103
[5f4a155]3104Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
3105
3106        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
3107          being able to set the font texture from a byte array.
3108
[967723f]3109Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
3110
3111        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
3112          fntTexFont::puts() rather than recalculating it inside the
3113          method.
3114
[6f14ee0]3115Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
3116
3117        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
3118          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
3119          with sizing and resizing of the panes.
3120
[8a05a7a]3121Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
3122
3123        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
3124          a wxString.
3125
[d3172cc]3126Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
3127
3128        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
3129          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
3130          call char_str() instead for now.
3131
[5f97258]3132Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
3133
3134        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
3135          bar which we know to be ASCII.  No need to use msgPerm() for a
3136          message we assign to a wxString.
3137
[f302cbaa]3138Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
3139
3140        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
3141          baseleaf_from_fnm().
3142
[98a3786]3143Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
3144
3145        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
3146          a wide string, which doesn't work with fopen(), etc, so call
3147          char_str() instead for now.
3148
[833c6bc]3149Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
3150
3151        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
3152          wxString::FromUTF8() instead of wxConvUTF8.
3153
[de0f6e1]3154Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
3155
3156        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
3157          wxString.
3158
[c0abf5a]3159Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
3160
3161        * src/Makefile.am: Use wx-config's --rescomp option to get the command
3162          and options needed to turn .rc files into object files.
3163
[a2bc929]3164Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
3165
3166        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
3167          amount of the installer size.  Specify "DisableWelcomePage=yes"
3168          which is apparently in line with what other modern installers do.
3169
[b7d232e]3170Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
3171
3172        * configure.in,make_release,make_release.in: We no longer need VERSION
3173          in make_release, so no need to generate it from configure.
3174
[5a0eabd]3175Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
3176
3177        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
3178          under Wine, so just run wine directly and removed version of
3179          Debian's xvfb-run script.
3180        * make_release.in: Pass variables to configure on the command line
3181          rather than in the enviornment.  Running "make distcheck" no longer
3182          fails extend.tst, so remove comment about that.  Use case rather
3183          than expr to check what we've been asked to build.  Update to use
3184          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
3185          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
3186          potential bugs from that.  Enable -Werror for the wxmsw build.
3187        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
3188          (add pt and sk) and where we copy them from.  Copy the unofficial
3189          InnoSetup i18n files (.isl) from lib.
3190
[ebcdad9]3191Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
3192
3193        * doc/HACKING.htm: Update InnoSetup info.
3194
[b685e4e]3195Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
3196
3197        * survex.iss.in: Update for InnoSetup 5.3.9.
3198        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
3199          i18n files for InnoSetup which we use.
3200
[9227253]3201Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
3202
3203        * src/Makefile.am: Update path to wx RC file.
3204
[a5e8ada]3205Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
3206
3207        * src/mainfrm.cc: Explicitly construct temporary wxString() which
3208          is needed to avoid overload ambiguity under __WXMSW__.
3209
[15322f2]3210Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
3211
3212        * src/cavernlog.cc: Add missing wxT() to string and character
3213          constants only used in __WXMSW__ build.
3214
[b1876d3]3215Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
3216
3217        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
3218          kludge to substitute Czech if Slovak isn't found.
3219
[4eaa9a3]3220Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
3221
3222        * src/aboutdlg.cc: Fix character constant to be a string constant when
3223          building under WXMSW.
3224
[90d0d71]3225Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
3226
3227        * NEWS: Update from ChangeLog for 1.1.13.
3228
[0dbc323]3229Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
3230
3231        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
3232          .deb building machinery from upstream Makefile.
3233
[9fe15ea]3234Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
3235
3236        * make_release.in: Remove ancient workaround for getting wine to work.
3237          Remove .deb building machinery.  Reenable distcheck to see if the
3238          problem with extend.tst has gone away.  Update mingw cross-building
3239          machinery.
3240
[0c03190]3241Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
3242
3243        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
3244          - just link to the FSF's page.
3245
3246Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
3247
3248        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
3249          update debian/changelog.
3250
[0ae292f]3251Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
3252
3253        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
3254          generating an HTML version of the ChangeLog - it's too low level to
3255          be of interest to non-developers, and developers can look at the
3256          source code.
3257
[2e4b8cd]3258Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
3259
3260        * src/cavernlog.cc: Whitespace tweaks.
3261
[ca2611a]3262Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
3263
[fe58e77]3264        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
3265          About dialog.  Change "OK" button to "Close" since nothing is being
3266          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
3267          to make the copied text persist after aven is closed, though this
3268          seems to currently do nothing on wxGTK at least.
[ca2611a]3269
3270Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
3271
3272        * doc/HACKING.htm: Note jadetex needed.
3273          Note autoconf 2.64 works well.
3274
3275Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
3276
3277        * src/fnt.cc: Remove now superfluous ().
3278
3279Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
3280
3281        * debian/Makefile.am: Update EXTRA_DIST
3282
3283Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
3284
3285        * src/cavernlog.cc: Fix small memory leak
3286
3287Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
3288
3289        * src/img.c: Don't leak filename_opened member.
3290
3291Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
3292
3293        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
3294          don't use them uninitialised.
3295
3296Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
3297
3298        * src/gfxcore.h: Declare constants with enum rather than #define so
3299          they automatically get allocated unique values, and so they show up
3300          in the debugger.
3301
3302Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
3303
3304        * src/fnt.cc: Make the map array static const
3305
3306Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
3307
3308        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
3309          use a "byte format" font file without any translation, while a
3310          "bitmap format" font file needs a temporary array half the size.
3311
3312Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
3313
3314        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
3315          using them potentially uninitialised.
3316
3317Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
3318
3319        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
3320          file on the command line.
3321
3322Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
3323
3324        * configure.in: Update copyright years.
3325
3326Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
3327
3328        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
3329          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
3330          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
3331          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
3332          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
3333          src/printwx.cc, src/printwx.h:
3334          + Fix to build with a "unicode" build of wx.
3335          + Add "Copy" button to the About dialog to copy the system info
3336            to the clipboard.
3337          + List OpenGL extensions last, since there are usually lots of
3338            them with a modern gfx card.
3339          + When processing survey data, auto-scroll the log window until
3340            we've reported a warning or error.
3341          + Put the survey data log window in a splitter in the standard
3342            frame rather than having a separate frame for it.
3343
3344Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
3345
3346        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
3347
3348Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
3349
3350        * src/aboutdlg.cc: Build string using preprocessor string
3351          concatenation rather than runtime appending, where possible.
3352
3353Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
3354
3355        * src/aboutdlg.cc: Update (C) date.
3356
3357Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
3358
3359        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
3360          events to avoid spinning on the CPU.
3361
3362Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
3363
3364        * configure.in: New preferred env var for wx-config script is
3365          WX_CONFIG.  WXCONFIG still supported for compatibility.
3366
3367Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
3368
3369        * src/mainfrm.cc: The presentation filename now defaults to using
3370          the basename of the currently loaded dataset, but we always prompt
3371          before we first save with such a name.
3372
3373Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
3374
3375        * configure.in: Add comment to explain why we call wx-config twice.
3376
3377Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
3378
3379        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
3380          contains '%' (m comes from the messages file, so this isn't
3381          exploitable by sending someone a "bad" .svx or .3d file).
3382
3383Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
3384
3385        * src/mainfrm.cc: Fix to open rather than save when doing "open
3386          presentation" with wxmotif.
3387
3388Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
3389
3390        * doc/3dformat.htm: Document that this is version 6 and when we
3391          started to use it.
3392
3393Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
3394
3395        * src/gla-gl.cc: When saving a screenshot, perform the vertical
3396          flip of the image data in-place rather than using wxImage::Mirror()
3397          which creates a whole new wxImage object.
3398
3399Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
3400
3401        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
3402          contains a '%' character.
3403
3404Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
3405
3406        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
3407          needed.
3408
3409Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
3410
3411        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
3412          longer set or used.
3413
3414Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
3415
3416        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
3417          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
3418          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
3419          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
3420          "wxWidgets" instead of "wxWindows" consistently.
3421          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
3422
3423Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
3424
3425        * doc/3dformat.htm: Update for v6 format from Mike McCombe
3426
3427Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
3428
3429        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
3430          need to store the value in a variable rather than calling it twice!
3431
3432Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
3433
3434        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
3435          some which had the wrong descriptions.
3436          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
3437          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
3438          numeric values, so the shorter (now official) names are better.
3439
3440Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
3441
3442        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
3443          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
3444          src/quaternion.h: Just set the pan and tilt directly as OpenGL
3445          rotations rather than messing around setting up and then decoding a
3446          quaternion.  This fixes some glitches when tilting while looking
3447          east, and eliminates 2 source files and 2 headers!
3448
3449Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
3450
3451        * NEWS, configure.in, src/aven.cc, src/wx.h:
3452          (Unix version): aven: Fix display of degree symbol in status bar and
3453          messages with accented characters in.
3454          (Mac OS X version): Require at least wxWidgets 2.5.1.
3455
3456Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
3457
3458        * src/message.c: Test S_ISREG since that's what we use here
3459
3460Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
3461
3462        * src/message.c: Always use utf-8 for aven on unix
3463
Note: See TracBrowser for help on using the repository browser.