source: git/ChangeLog @ 6a25547d

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 6a25547d was 6a25547d, checked in by Olly Betts <olly@…>, 11 years ago

src/Makefile.am: Ship gdtconvert and gen_img2aven.

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