source: git/ChangeLog @ d380cd6

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

make_release: Tweak 'mingw' building to look for a suitable
wx-config and get the C and C++ compilers to use using its
--cc and --cxx flags.

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