source: git/ChangeLog @ da96015

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

src/,tests/: Report column numbers as well as line numbers for some
cavern errors and warnings, and update aven's cavern log parser to
handle these. Simplify handling of quantity lists to only recognise
'DEFAULT' as the first item. Add more testcases, expand some
existing testcases, and expected output for more.

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