source: git/ChangeLog @ 715720f

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

lib/,src/datain.c: Move the <filename>:<line> into the message when
reporting the include route to the file with the error in it, which
allows a more natural translation into German.

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