source: git/ChangeLog @ 73dee64

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

Makefile.am,configure.ac: Modern automake seems to cope with files
required by GNU being generated during the build, so we no longer
need to use the "foreign" automake mode. Also use -Werror with
automake.

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