source: git/ChangeLog @ bbe0a27

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

tests/: Make all test scripts report "Test passed" at the end if
VERBOSE is set and all testcases in the script passed.

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