source: git/ChangeLog @ feefc6a

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

src/gfxcore.cc: Re-wrap two comments.

  • Property mode set to 100644
File size: 163.1 KB
RevLine 
[feefc6a]1Sat May 31 00:47:36 GMT 2014  Olly Betts <olly@survex.com>
2
3        * src/gfxcore.cc: Re-wrap two comments.
4
[0fceb30]5Mon May 26 11:07:58 GMT 2014  Olly Betts <olly@survex.com>
6
7        * lib/: Translate "Plan" in languages where we already have a suitable
8          similar translation.
9
[c13d121f]10Sun May 25 10:42:53 GMT 2014  Olly Betts <olly@survex.com>
11
12        * lib/survex.pot,src/gfxcore.cc: Show special for views from
13          above and below in Aven, instead of always saying "Elevation".
14
[ce6e54f]15Wed May 21 07:19:52 GMT 2014  Olly Betts <olly@survex.com>
16
17        * lib/de.po,lib/de_CH.po: Abbreviate "Blickrichtung" so it doesn't
18          overfill the space available in the aven UI.
19
[5c676e2]20Tue May 20 02:03:08 GMT 2014  Olly Betts <olly@survex.com>
21
22        * NEWS: Update.
23
[665183c]24Tue May 20 01:59:27 GMT 2014  Olly Betts <olly@survex.com>
25
26        * NEWS: Correct "SURVEX_LANG" to "SURVEXLANG" in old NEWS entry.
27
[b0d0ff5]28Tue May 20 01:55:39 GMT 2014  Olly Betts <olly@survex.com>
29
30        * tests/smoke.tst: Add regression test for aven segfault when used on
31          a system set to use a language which aven doesn't support (this bug
32          was fixed some time ago, but we want to ensure it doesn't reappear).
33
[ebce30c]34Tue May 20 01:44:59 GMT 2014  Olly Betts <olly@survex.com>
35
36        * tests/smoke.tst: Check that --help and --version don't produce
37          output on stderr.
38
[d4885c3]39Mon May 19 21:43:08 GMT 2014  Olly Betts <olly@survex.com>
40
41        * src/printwx.cc: Fix cancel to work on print/export dialog, broken
42          by changes in 1.2.13.  (Reported by Brian Clipstone)
43
[7ada45b]44Sun May 18 12:03:05 GMT 2014  Olly Betts <olly@survex.com>
45
46        * configure.ac,src/glbitmapfont.cc,src/glbitmapfont.h: For platforms
47          which support mmap(), just mmap the extra font data, which on Linux
48          seems to typically be about twice as quick as loading it via fread()
49          or read().  For other platforms, use read() instead of fread(), since
50          that seems fractionally faster, and means more code in common with
51          the mmap case.
52
[87b0ab3f]53Sun May 18 07:01:23 GMT 2014  Olly Betts <olly@survex.com>
54
55        * src/glbitmapfont.cc: Fix signed/unsigned comparison warning.
56
[6e94014]57Sat May 17 06:36:29 GMT 2014  Olly Betts <olly@survex.com>
58
59        * src/glbitmapfont.cc,src/glbitmapfont.h: Use an array of offsets to
60          each character, rather than a array of pointers, since offsets can
61          be 32 bit which saves 256KB on 64 bit platforms.
62
[a49a023c]63Thu May 15 06:20:07 GMT 2014  Olly Betts <olly@survex.com>
64
65        * src/gfxcore.cc: Fix wx assertion failures when showing hit test
66          debug view on platforms such as 64-bit Linux.
67
[9f5bcd3]68Thu May 15 04:45:23 GMT 2014  Olly Betts <olly@survex.com>
69
70        * tests/cavern.tst: Fix cavern.tst to run under valgrind during "make
71          distcheck".
72
[aad909c]73Thu May 15 03:00:27 GMT 2014  Olly Betts <olly@survex.com>
74
75        * tests/equatenosuchstn.out,tests/surveytypo.out: Update expected
76          output to match recent changes to messages.
77
[0d365be]78Thu May 15 02:28:19 GMT 2014  Olly Betts <olly@survex.com>
79
80        * NEWS,configure.ac: Update for 1.2.13.
81
[cee1249]82Wed May 14 04:02:58 GMT 2014  Olly Betts <olly@survex.com>
83
84        * lib/Bulgarian.isl,lib/Makefile.am,survex.iss.in: (Microsoft Windows
85          version) Include Bulgarian and Russian translations in the
86          installer.
87
[8ccd1d8]88Tue May 13 12:21:32 GMT 2014  Olly Betts <olly@survex.com>
89
90        * NEWS: Update from ChangeLog.
91
[4ed8154]92Tue May 13 12:13:21 GMT 2014  Olly Betts <olly@survex.com>
93
94        * src/: Fix aven --print to wait for printing to happen before exiting
95          (previously it would exit right after opening the print dialog, so
96          you couldn't actually print anything out).
97
[a338ef8]98Tue May 13 11:44:09 GMT 2014  Olly Betts <olly@survex.com>
99
100        * src/printwx.h: Fix test for libgnomeprint, and add test for GtkPrint.
101
[d96c95c]102Mon May 12 13:13:55 GMT 2014  Olly Betts <olly@survex.com>
103
104        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add "fat finger
105          mode", toggled by pressing F2, to allow investigating if increasing
106          the minimum pointer-station threshold helps Hugh's problems with
107          using aven on a touch screen device.
108
[acbb5b1]109Mon May 12 06:38:01 GMT 2014  Olly Betts <olly@survex.com>
110
111        * NEWS: Update from ChangeLog.
112
[09e4d5f]113Sun May 11 08:24:23 GMT 2014  Olly Betts <olly@survex.com>
114
115        * src/gfxcore.cc: Use wxString::Format() instead of sprintf().
116
[7171240]117Sun May 11 06:03:01 GMT 2014  Olly Betts <olly@survex.com>
118
119        * src/gfxcore.cc: Create the empty hit-test grid datastructure lazily,
120          to minimising start-up time.
121
[cb7ebb5]122Sun May 11 06:01:24 GMT 2014  Olly Betts <olly@survex.com>
123
124        * src/guicontrol.cc: Pressing F4 now allows the user to toggle
125          wxWidgets assertion messages off and back on.
126
[79b271b]127Sat May 10 23:22:37 GMT 2014  Olly Betts <olly@survex.com>
128
129        * make_release: Compile C files in mingw build with optimisation on.
130
[ec3d624]131Sat May 10 03:29:48 GMT 2014  Olly Betts <olly@survex.com>
132
133        * lib/,src/listpos.c: Change another "prefix" in a message to "survey
134          name".
135
[250ce94]136Sat May 10 02:58:26 GMT 2014  Olly Betts <olly@survex.com>
137
138        * tests/cavern.tst: Check number of errors returned by all testcases
139          expected to fail which give an error count.
140
[9ef8aa6]141Sat May 10 02:21:42 GMT 2014  Olly Betts <olly@survex.com>
142
143        * tests/cavern.tst: Fix tests to work when builddir != srcdir.
144
[1f95589]145Sat May 10 02:20:19 GMT 2014  Olly Betts <olly@survex.com>
146
147        * src/glbitmapfont.cc: Fix compiler warning from GCC.
148
[e88f0ea]149Sat May 10 00:08:15 GMT 2014  Olly Betts <olly@survex.com>
150
151        * tests/: Add regression test 'reenterlots' for the fix in e1a66da.
152
[7fbf46f]153Fri May 09 12:58:26 GMT 2014  Olly Betts <olly@survex.com>
154
155        * tests/doubleinc.out: Fix testsuite for change to message in last
156          commit but one.
157
[eb9a1e3]158Fri May 09 12:54:41 GMT 2014  Olly Betts <olly@survex.com>
159
160        * lib/: Merge changes from survex.pot to the po files.
161
[e1a66da]162Fri May 09 12:50:16 GMT 2014  Olly Betts <olly@survex.com>
163
164        * lib/survex.pot,src/commands.c: Say "survey" instead of "prefix level"
165          in the warning about reentering one.
166        * lib/survex.pot,src/commands.c: After 5 warnings about reentering a
167          survey we give up warning about that, but we used to keep reporting
168          where the survey was originally entered - this secondary diagnostic
169          message is now silenced when the main message is.
170
[15696f3]171Fri May 09 11:49:29 GMT 2014  Olly Betts <olly@survex.com>
172
173        * src/commands.c,tests/: For ages cavern has warned if you reentered
174          a survey, but this warning was suppressed if it occurred at the
175          same line of the same file as the survey was first entered, which can
176          only happen if you include the same survey file more than once, which
177          isn't a sensible thing to do for a file with actual survey data in
178          (you might reasonably do it to set up survey grade details or
179          something like that).  The warning is now given in this situation
180          too.
181
[560165d]182Fri May 09 11:42:43 GMT 2014  Olly Betts <olly@survex.com>
183
184        * tests/anonstn.out,tests/anonstn.pos,tests/anonstn.svx: Test that
185          "..." anon station works.
186
[50b99ea]187Fri May 09 09:42:11 GMT 2014  Olly Betts <olly@survex.com>
188
189        * src/message.c: Add handling for MS Windows LANG_RUSSIAN code.
190
[3ae0f959]191Fri May 09 09:41:23 GMT 2014  Olly Betts <olly@survex.com>
192
193        * lib/de.po,lib/de_CH.po: Attempt to update "Präfix" to
194          "Vermessungsnamen" in fuzzy messages.
195
[5e0b3a13]196Fri May 09 07:53:12 GMT 2014  Olly Betts <olly@survex.com>
197
198        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add "hit test debug"
199          mode, which shows the hit test grid and how many entries are in each
200          box (toggled by F3).
201
[395c3f8]202Fri May 09 07:50:15 GMT 2014  Olly Betts <olly@survex.com>
203
204        * src/gfxcore.cc: Increase the threshold for how close the pointer
205          needs to be to a station from 5 pixels to 7 to try to help
206          touchscreen users.  Reported by Hugh St Lawrence.
207
[0b0520c]208Fri May 09 07:46:12 GMT 2014  Olly Betts <olly@survex.com>
209
210        * src/gfxcore.cc: Divide evenly over the full number of hittest grid
211          boxes, rather than not really using the final box in each direction.
212
[de43be7]213Fri May 09 07:44:26 GMT 2014  Olly Betts <olly@survex.com>
214
215        * src/gfxcore.cc: Invalidate the hit-test grid when surface or
216          underground legs are toggled on or off.
217
[c38f23a]218Fri May 09 03:31:55 GMT 2014  Olly Betts <olly@survex.com>
219
220        * src/cad3d.c: Whitespace tweak.
221
[f54af4f]222Fri May 09 03:30:53 GMT 2014  Olly Betts <olly@survex.com>
223
224        * lib/merge-po: If a msgid has changed, use the old msgstr for that
225          msgno and automatically mark it as fuzzy.
226
[613028c]227Fri May 09 03:27:00 GMT 2014  Olly Betts <olly@survex.com>
228
229        * lib/,src/cavern.h,src/commands.c,tests/badbegin.out: Improve cavern
230          messages which talk about "tags" and/or "prefixes" in *begin and *end
231          commands to instead talk about "survey names".
232
[a665282]233Fri May 09 00:30:14 GMT 2014  Olly Betts <olly@survex.com>
234
235        * lib/: Merge template changes into .po files.
236
[736f7df]237Fri May 09 00:15:46 GMT 2014  Olly Betts <olly@survex.com>
238
239        * lib/extract-msgs.pl,lib/survex.pot,src/: Insert "TRANSLATORS"
240          comments into source code.
241
[859d2937]242Mon May 05 05:53:01 GMT 2014  Olly Betts <olly@survex.com>
243
244        * .gitignore,lib/Makefile.am,lib/ru.po: Add the start of a Russian
245          translation, with messages take from therion.
246
[482dae4]247Mon May 05 00:01:19 GMT 2014  Olly Betts <olly@survex.com>
248
249        * lib/fr.po: Minor updates.
250
[ad727d8]251Mon Apr 14 04:22:03 GMT 2014  Olly Betts <olly@survex.com>
252
253        * NEWS,configure.ac: Update for 1.2.12.
254
[725cd74d]255Mon Apr 14 04:15:58 GMT 2014  Olly Betts <olly@survex.com>
256
257        * src/printwx.cc: Tidy up the appearance of the "compass" and
258          "elevation on" arrow.
259
[30f1caa]260Mon Apr 14 04:15:07 GMT 2014  Olly Betts <olly@survex.com>
261
262        * src/printwx.cc: Move the numbers below the scale bar down a little
263          so that they don't overlap the scale bar ticks.
264
[55918ca]265Mon Apr 14 04:03:05 GMT 2014  Olly Betts <olly@survex.com>
266
267        * src/printwx.cc: Set the clipping region after we draw the page
268          border and info box to avoid clipping the border in print preview.
269
[2bf75f3]270Mon Apr 14 03:40:54 GMT 2014  Olly Betts <olly@survex.com>
271
272        * src/printwx.cc: Fix printing with wx3.0 - 0 width lines don't appear
273          (before they would be as thin as possible) and we need to reset the
274          brush after setting it to transparent to draw a non-filled ellipse.
275
[5d96e5d]276Mon Apr 14 00:58:47 GMT 2014  Olly Betts <olly@survex.com>
277
278        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Add "Keywords:"
279          entry to .desktop files.
280
[a960e37]281Sat Mar 15 11:37:32 GMT 2014  Olly Betts <olly@survex.com>
282
283        * src/Makefile.am: Update findentrances comment.
284
[46d12e9]285Sat Mar 15 11:26:12 GMT 2014  Olly Betts <olly@survex.com>
286
287        * NEWS: Update.
288
[96a7629]289Sat Mar 15 11:23:54 GMT 2014  Olly Betts <olly@survex.com>
290
291        * survex.spec.in: Update dependencies to wxWidgets3 packages.
292
[9d6ee09]293Sat Mar 15 10:21:17 GMT 2014  Olly Betts <olly@survex.com>
294
295        * survex.spec.in: Add proj-devel to BuildRequires.
296
[8c0bfb4]297Thu Feb 27 23:15:19 GMT 2014  Olly Betts <olly@survex.com>
298
299        * configure.ac: Enable large file support, mostly to support filing
300          systems which return 64 bit inode values, such as CIFS mounts.
301
[8364c65f]302Mon Feb 17 22:48:33 GMT 2014  Olly Betts <olly@survex.com>
303
304        * configure.ac,src/moviemaker.cc: Fix to work with libav 10.  Reported
305          by Moritz Muehlenhoff in <http://bugs.debian.org/739332>.
306
[8bc1384]307Mon Feb 10 22:48:50 GMT 2014  Olly Betts <olly@survex.com>
308
309        * src/osdepend.c: Don't use isalpha() for checking drive letters as
310          it's locale dependent.
311
[e068cffd]312Mon Feb 10 22:48:29 GMT 2014  Olly Betts <olly@survex.com>
313
314        * lib/de.po,lib/de_CH.po: Translation updates.
315
[87d2ab6]316Mon Feb 10 21:23:12 GMT 2014  Olly Betts <olly@survex.com>
317
318        * src/mainfrm.cc: Fix measuring line to show change in altitude rather
319          than altitude (broken in 1.2.11).  Reported by Brian Clipstone.
320
[dc533fe]321Thu Jan 30 02:10:41 GMT 2014  Olly Betts <olly@survex.com>
322
323        * src/filename.c: Comment tweak.
324
[4b9d17d]325Thu Jan 30 02:10:21 GMT 2014  Olly Betts <olly@survex.com>
326
327        * lib/bg.po,lib/de_CH.po,lib/id.po: Translation updates.
328
[0bb6bef3]329Wed Jan 29 21:42:58 GMT 2014  Olly Betts <olly@survex.com>
330
331        * lib/: Translation updates.
332
[e9ae5837]333Wed Jan 29 21:03:14 GMT 2014  Olly Betts <olly@survex.com>
334
335        * src/moviemaker.cc: Fix to build when avcodec_free_frame() isn't
336          available.
337
[aac3336]338Tue Jan 28 01:57:57 GMT 2014  Olly Betts <olly@survex.com>
339
340        * NEWS: More changes for 1.2.11.
341
[614d60b]342Tue Jan 28 01:34:15 GMT 2014  Olly Betts <olly@survex.com>
343
344        * lib/Makefile.am,lib/make-pixel-font,src/glbitmapfont.cc,
345          src/glbitmapfont.h: Embed the font data for the first 256 Unicode
346          codepoints into the compiled aven binary to reduce start up
347          overhead.  Any additional codepoints are loaded from a data file
348          only if/when a character >= U+100 is actually needed (as before).
349
[11c7eb6]350Tue Jan 28 00:08:18 GMT 2014  Olly Betts <olly@survex.com>
351
352        * src/gfxcore.cc,src/gfxcore.h: No need to dynamically allocate
353          m_Pens.
354
[82277dd]355Mon Jan 27 20:25:39 GMT 2014  Olly Betts <olly@survex.com>
356
357        * src/gfxcore.cc: Don't default to percent gradient.
358
[77bdacf]359Mon Jan 27 11:44:49 GMT 2014  Olly Betts <olly@survex.com>
360
361        * NEWS,configure.ac: Update for 1.2.11.
362
[f2dc821c]363Mon Jan 27 11:16:27 GMT 2014  Olly Betts <olly@survex.com>
364
365        * make_release: Run "make check" under valgrind.
366
[8c1d295]367Mon Jan 27 11:15:17 GMT 2014  Olly Betts <olly@survex.com>
368
369        * src/cad3d.c,src/str.c,src/str.h: Rename s_cat_len() to s_catlen()
370          for consistency with s_catchar().
371
[e6312c0]372Mon Jan 27 11:13:31 GMT 2014  Olly Betts <olly@survex.com>
373
374        * make_release: Add simple check for // comments in C sources.
375        * make_release: Before release, build with -Werror to catch any
376          warnings which may have been missed.
377
[bd2e33a]378Mon Jan 27 10:25:02 GMT 2014  Olly Betts <olly@survex.com>
379
380        * src/: Make cad3d remap control characters and spaces in station
381          names when generating PLT output in the same way aven does.
382
[ad3017d]383Mon Jan 27 07:43:27 GMT 2014  Olly Betts <olly@survex.com>
384
385        * NEWS: Update.
386
[d171c0c]387Mon Jan 27 06:01:15 GMT 2014  Olly Betts <olly@survex.com>
388
389        * lib/,src/: Add support for showing percentage gradient in the tilt
390          indicator in aven.  Show the units (degrees, grads, or percent) for
391          the tilt and bearing indicators.
392
[19a5798]393Mon Jan 27 05:40:04 GMT 2014  Olly Betts <olly@survex.com>
394
395        * src/mainfrm.cc: Fix GCC warnings.
396
[cba8bf34]397Mon Jan 27 05:37:02 GMT 2014  Olly Betts <olly@survex.com>
398
399        * src/glbitmapfont.cc,src/glbitmapfont.h:
400          BitmapFont::get_text_extent() now uses the width of all glyphs,
401          rather than assuming all those > BITMAPFONT_MAX_CHAR have width 16.
402
[c7627d4]403Mon Jan 27 05:32:12 GMT 2014  Olly Betts <olly@survex.com>
404
405        * src/glbitmapfont.cc: Fix writing of Unicode characters above
406          BITMAPFONT_MAX_CHAR (which is 256 currently).
407
[0f86024]408Mon Jan 27 00:44:30 GMT 2014  Olly Betts <olly@survex.com>
409
410        * src/gfxcore.cc: Try to work around measuring line redraw issues on
411          Microsoft Windows by redrawing the whole window, which doesn't
412          seem to be measurably slower.
413
[ba8f8d3]414Mon Jan 27 00:21:30 GMT 2014  Olly Betts <olly@survex.com>
415
416        * lib/: Translation updates.
417
[b5283af]418Sun Jan 26 23:50:31 GMT 2014  Olly Betts <olly@survex.com>
419
420        * doc/manual.sgml: Add missing quantities to the list documented as
421          accepted by *units: LEFT, RIGHT, UP/CEILING, DOWN/FLOOR (missing
422          entirely); BACKCOMPASS/BACKBEARING, BACKCLINO/BACKGRADIENT (missing
423          from the main list, mentioned in list of the units that can be set
424          for them); COUNT (missing alternative name for COUNTER); DX/EASTING,
425          DY/NORTHING, DZ/ALTITUDE (incorrectly listed as X, Y, Z).  Reported
426          by Jonny Prouty.
427
[699bf50]428Sun Jan 26 23:48:19 GMT 2014  Olly Betts <olly@survex.com>
429
430        * src/commands.c: If *units is used to set units for LEVEL, PLUMB, or
431          POSITION, give an error rather than quietly ignore the attempt.
432        * tests/: New regression testcase bad_units_qlist.
433
[a4fb8d0]434Sun Jan 26 23:35:18 GMT 2014  Olly Betts <olly@survex.com>
435
436        * tests/bad_units_factor.svx,tests/cavern.tst: Test that "*units
437          backclino 0 percent" gives an error about the factor being zero.
438        * tests/Makefile.am,tests/bad_units_factor.out: Add expected output
439          to make sure we're getting the errors we expect, not just the
440          expected number of errors.
441
[c001c40]442Fri Jan 24 06:20:49 GMT 2014  Olly Betts <olly@survex.com>
443
444        * lib/de.po,lib/de_CH.po: Update.
445
[a874142]446Fri Jan 24 05:08:19 GMT 2014  Olly Betts <olly@survex.com>
447
448        * src/gfxcore.cc: Don't crash with assertion failure when showing
449          passages for a cave with no vertical extent.  Reported by Jonny
450          Prouty.
451
[05499f3]452Fri Jan 24 05:07:34 GMT 2014  Olly Betts <olly@survex.com>
453
454        * src/moviemaker.cc: Fix to build again with libav/ffmpeg.
455
[1c448e1]456Tue Jan 23 19:52:21 GMT 2014  Olly Betts <olly@survex.com>
457
458        * src/gfxcore.cc: Simplify accounting for size of blobs on measuring
459          line.
460
[c648bd1]461Thu Jan 23 11:42:01 GMT 2014  Olly Betts <olly@survex.com>
462
463        * src/moviemaker.cc,src/moviemaker.h: Fix to actually build without
464          libav/ffmpeg.
465
[ccb83b7]466Thu Jan 23 11:34:30 GMT 2014  Olly Betts <olly@survex.com>
467
468        * lib/,src/: Make all uses of unit names translatable.
469
[fb4aa17]470Tue Jan 21 12:23:06 GMT 2014  Olly Betts <olly@survex.com>
471
472        * lib/fr.po: Merge translation updates from Eric Madelaine.
473
[e9988b3]474Tue Jan 21 11:31:22 GMT 2014  Olly Betts <olly@survex.com>
475
476        * lib/: More translation updates.
477
[fa56920]478Tue Jan 21 10:32:08 GMT 2014  Olly Betts <olly@survex.com>
479
480        * lib/Makefile.am,lib/generate-po-todo: Add script and makefile target
481          to pick out the messages from each po file which need attention.
482
[099256a]483Tue Jan 21 10:30:45 GMT 2014  Olly Betts <olly@survex.com>
484
485        * lib/survex.pot,src/mainfrm.cc: Allow "m" and "ft" suffixes to be
486          translated.
487
[df26b81]488Tue Jan 21 04:14:55 GMT 2014  Olly Betts <olly@survex.com>
489
490        * doc/TODO.htm: Remove things which have now been done, and reorganise
491          the rest.
492
[53496ab3]493Tue Jan 21 03:48:07 GMT 2014  Olly Betts <olly@survex.com>
494
495        * src/message.c: On Microsoft Windows 2000 and newer, use
496          GetUserDefaultUILanguage() to get the UI language to use.  For older
497          versions, continue to use GetUserDefaultLCID().
498
[08e858b]499Tue Jan 21 02:29:06 GMT 2014  Olly Betts <olly@survex.com>
500
501        * lib/,src/avenprcore.cc,src/printwx.cc: Change term "info box" to
502          "legend".
503
[486c619]504Tue Jan 21 02:15:38 GMT 2014  Olly Betts <olly@survex.com>
505
506        * src/mainfrm.cc,src/mainfrm.h: If full screen, don't recreate the
507          side panel when a new file is opened (e.g. via Ctrl+O).
508
[fb941bfd]509Mon Jan 20 05:33:04 GMT 2014  Olly Betts <olly@survex.com>
510
511        * NEWS: Update.
512
[4a7b9e3]513Mon Jan 20 04:54:28 GMT 2014  Olly Betts <olly@survex.com>
514
515        * lib/bg.po,lib/de.po,lib/de_CH.po: More translation updates.
516
[c20d521]517Sun Jan 19 01:44:44 GMT 2014  Olly Betts <olly@survex.com>
518
519        * lib/,src/netskel.c,tests/: Drop "between nodes" from the progress
520          messages while solving the survey network, as the extra words don't
521          make the meaning clearer, and "node" doesn't mean exactly the same
522          here as the summary of nodes printed at the end of processing, which
523          is a bit confusing.
524
[e521b8e0]525Sun Jan 19 01:31:54 GMT 2014  Olly Betts <olly@survex.com>
526
527        * lib/: More translation updates.
528
[45c9d00]529Sun Jan 19 00:51:33 GMT 2014  Olly Betts <olly@survex.com>
530
531        * lib/po-to-msg.pl: Fix menu shortcut check to allow for non-ASCII
532          shortcuts.  Remove code to check for menu shortcuts marked with '@'
533          as we no longer do that.
534
[d752afd]535Sat Jan 18 23:24:47 GMT 2014  Olly Betts <olly@survex.com>
536
537        * buildmacosx.sh: Update to use wx 3.0.0, and add a checksum check for
538          the downloaded wx sources.  Thanks to David A. Riggs for his work on
539          getting the Mac OS X build going with wx 3.0.0.
540
[963e611]541Sat Jan 18 23:09:12 GMT 2014  Olly Betts <olly@survex.com>
542
543        * src/gla-gl.cc: Split log_fl_error helper function out of
544          CHECK_GL_ERROR, which will reduce code size and also the number of
545          deprecation warnings about gluErrorString on Mac OS X 10.9.
546
[c053e86]547Sat Jan 18 22:49:02 GMT 2014  Olly Betts <olly@survex.com>
548
549        * lib/en_US.po: Translate "elevation" to "profile" in a couple of
550          places where we weren't.
551
[d3cc33f]552Sat Jan 18 22:48:01 GMT 2014  Olly Betts <olly@survex.com>
553
554        * src/message.c: Hook up Indonesian translation to be used when
555          Windows is set to Indonesian.
556
[f4c18a9]557Sat Jan 18 22:47:20 GMT 2014  Olly Betts <olly@survex.com>
558
559        * lib/checkshortcut.pl: Fix shortcut checking to allow for non-ASCII
560          shortcuts.
561
[8770ec6]562Sat Jan 18 22:45:50 GMT 2014  Olly Betts <olly@survex.com>
563
564        * lib/Makefile.am,lib/bg.po,src/message.c: Add start of bulgarian
565          translation, with messages take from therion.
566
[255f3269]567Fri Jan 17 07:39:48 GMT 2014  Olly Betts <olly@survex.com>
568
569        * src/printwx.cc: Include wx headers before ISO C/C++ ones, to try to
570          fix build failure on OS X 10.9 with wx 3.0.0.
571
[ee3d89c]572Fri Jan 17 07:27:34 GMT 2014  Olly Betts <olly@survex.com>
573
574        * src/moviemaker.h: If we don't have libav or ffmpeg, omit all the
575          member variables from class MovieMaker, to avoid "unused private
576          field" warnings from clang.
577
[9185847]578Fri Jan 17 07:22:32 GMT 2014  Olly Betts <olly@survex.com>
579
580        * src/: Use cast to void rather than assignment to self to suppress
581          unused parameter warnings, as clang warns about the latter.
582
[b864b43]583Fri Jan 17 07:12:47 GMT 2014  Olly Betts <olly@survex.com>
584
585        * src/aboutdlg.cc: Use string::erase() rather than assigning the
586          result of string::substr().
587
[f8c981b]588Thu Jan 16 03:58:18 GMT 2014  Olly Betts <olly@survex.com>
589
590        * lib/: Update pot and po files with current linenumber references.
591
[da6367cd]592Thu Jan 16 03:57:55 GMT 2014  Olly Betts <olly@survex.com>
593
594        * src/printwx.cc: Fix incorrect message in comment.
595
[d33b67a]596Thu Jan 16 03:46:23 GMT 2014  Olly Betts <olly@survex.com>
597
598        * lib/extract-msgs.pl: Fix to handle there being a comment before the
599          comment with the message in.
600
[dd83970]601Thu Jan 16 03:17:24 GMT 2014  Olly Betts <olly@survex.com>
602
603        * lib/: Various translation updates.
604
[51384bf]605Thu Jan 16 03:15:10 GMT 2014  Olly Betts <olly@survex.com>
606
607        * lib/de.po,lib/de_CH.po: Move menu accelerator on "Farbschlüssel"
608          from "ü" to "F", since the latter isn't used in that menu.
609
[a770b1bd]610Wed Jan 15 21:00:14 GMT 2014  Olly Betts <olly@survex.com>
611
612        * lib/: Fill in some missing translations from existing similar
613          translations.
614
[6264918]615Wed Jan 15 10:55:44 GMT 2014  Olly Betts <olly@survex.com>
616
617        * src/mainfrm.cc,src/mainfrm.h: Fix wxWidgets assertion when double
618          clicking on an anonymous station.  Reported by Kevin Dixon.
619
[6f0d0d8]620Wed Jan 15 07:11:30 GMT 2014  Olly Betts <olly@survex.com>
621
622        * NEWS,configure.ac: Update for 1.2.10.
623
[aedf23f]624Wed Jan 15 07:07:25 GMT 2014  Olly Betts <olly@survex.com>
625
626        * lib/ca.po,lib/de.po: Mark altered message as fuzzy in languages I
627          failed to before.
628
[53966d3]629Wed Jan 15 06:25:10 GMT 2014  Olly Betts <olly@survex.com>
630
631        * NEWS: Update.
632
[15e50b0]633Wed Jan 15 06:13:44 GMT 2014  Olly Betts <olly@survex.com>
634
635        * src/img.c: Simplify reading of labels in 3d v1 and v2 files.
636
[3d3fb6c]637Wed Jan 15 06:11:12 GMT 2014  Olly Betts <olly@survex.com>
638
639        * lib/,src/cavernlog.cc: If we fail to start the external editor,
640          throw up an error box.
641
[ba0f22b]642Wed Jan 15 05:58:31 GMT 2014  Olly Betts <olly@survex.com>
643
644        * src/img.c: Pass pimg->buf_len rather than literal 257.
645
[bca9107]646Wed Jan 15 00:23:34 GMT 2014  Olly Betts <olly@survex.com>
647
648        * src/img.c: Remove pointless "future expansion" comment from
649          img_read_item_ancient().
650
[a8638a6]651Wed Jan 15 00:22:22 GMT 2014  Olly Betts <olly@survex.com>
652
653        * src/img.c: Tweak recursive calls in img_read_item_ancient() and
654          img_write_item_ancient() to directly call the same function.
655
[a4454620]656Wed Jan 15 00:15:30 GMT 2014  Olly Betts <olly@survex.com>
657
658        * src/img.c,src/useful.h: Fix some glibc fortify source warnings.
659
[2adff93]660Wed Jan 15 00:13:27 GMT 2014  Olly Betts <olly@survex.com>
661
662        * src/img.c: Make 4 internal functions static.
663
[9feb252]664Tue Jan 14 21:57:03 GMT 2014  Olly Betts <olly@survex.com>
665
666        * src/printwx.cc: Minor code refactor.
667
[0ecf3b1]668Tue Jan 14 21:51:58 GMT 2014  Olly Betts <olly@survex.com>
669
670        * NEWS: Update.
671
[e0c2dfb]672Tue Jan 14 21:39:34 GMT 2014  Olly Betts <olly@survex.com>
673
674        * lib/en_US.po: Add missing translation.
675
[de9aa88]676Tue Jan 14 21:25:01 GMT 2014  Olly Betts <olly@survex.com>
677
678        * src/printwx.cc: Fix crash on "File->Print" or "File->Export" under
679          Windows XP, reported by Brian Clipstone.
680
[5440c295]681Tue Jan 14 21:23:10 GMT 2014  Olly Betts <olly@survex.com>
682
683        * src/aven.cc: Simplify handling of command line under __WXMSW__,
684          fixing error if run with no parameters.
685
[c891a7e]686Tue Jan 14 21:17:38 GMT 2014  Olly Betts <olly@survex.com>
687
688        * configure.ac,src/img.c: Only use _putenv_s() under MSVC - mingw
689          doesn't provide it.
690
[db095f9]691Tue Jan 14 21:14:51 GMT 2014  Olly Betts <olly@survex.com>
692
693        * make_release: Turn on optimisation when building aven for Microsoft
694          Windows.
695
[e0f3ade]696Tue Jan 14 04:17:10 GMT 2014  Olly Betts <olly@survex.com>
697
698        * src/guicontrol.cc: If dragging with more than one mouse button held
699          down, releasing one causes another which is still held down to take
700          effect.
701
[a57af18]702Tue Jan 14 03:33:38 GMT 2014  Olly Betts <olly@survex.com>
703
704        * src/guicontrol.cc: Fix assertion if two mouse buttons are held down
705          at the same time.  Reported by Brian Clipstone.
706
[d9cd8ae]707Tue Jan 14 03:22:54 GMT 2014  Olly Betts <olly@survex.com>
708
709        * src/img.c,src/mainfrm.cc: Although these are often referred to as
710          "CMAP .XYZ files", it seems that actually, the extension .XYZ isn't
711          used, rather .SHT (shot variant, produced by CMAP v16 and later),
712          .UNA (unadjusted) and .ADJ (adjusted) extensions are.  Since we've
713          long checked for .XYZ, we continue to do so in case anyone is
714          relying on it, but also check for the other extensions.
715
[d959ab2]716Tue Jan 14 03:20:03 GMT 2014  Olly Betts <olly@survex.com>
717
718        * buildmacosx.sh,configure.ac,doc/manual.sgml: Update references to
719          Survex 1.1 which should be to 1.2.
720
[b554a4b]721Tue Jan 14 03:14:31 GMT 2014  Olly Betts <olly@survex.com>
722
723        * doc/manual.sgml: Note the station length limit Smaps used.
724
[d65419c]725Tue Jan 14 02:55:02 GMT 2014  Olly Betts <olly@survex.com>
726
727        * tests/expobug.svx: Fix comment typo.
728
[8ff910a]729Tue Jan 14 02:52:52 GMT 2014  Olly Betts <olly@survex.com>
730
731        * src/imgtest.c: Fix printf format to actually match types of
732          parameters.
733
[110f59c]734Tue Jan 14 02:52:31 GMT 2014  Olly Betts <olly@survex.com>
735
736        * src/gpx.cc: Fix comment typo.
737
[f10cf8f]738Tue Jan 14 02:48:59 GMT 2014  Olly Betts <olly@survex.com>
739
740        * src/: Pass the numeric datestamp to ExportFilter::header(), and use
741          it to set a timestamp in exported GPX files.
742
[5dc0378]743Tue Jan 14 01:18:42 GMT 2014  Olly Betts <olly@survex.com>
744
745        * src/datain.c: Fix NULL pointer dereference when processing Compass
746          DAT file without 'SURVEY DATE:'.
747
[4f70ebc]748Tue Jan 14 00:40:06 GMT 2014  Olly Betts <olly@survex.com>
749
750        * src/: Add new "datestamp_numeric" field to struct img giving the
751          datestamp as a time_t in UTC (or (time_t)-1 if there's no datestamp
752          or we failed to convert it).  For .3d >= v8, this field is reliable.
753          We attempt to convert date strings in .3d <= v7 and CMAP XYZ
754          files, but may get the timezone wrong.
755
[ad95991]756Tue Jan 14 00:29:35 GMT 2014  Olly Betts <olly@survex.com>
757
758        * src/img.c: Fix my_strcasecmp() to handle top-bit set characters
759          better.
760
[6a1c384]761Mon Jan 13 04:20:11 GMT 2014  Olly Betts <olly@survex.com>
762
763        * src/gpx.cc: Don't try to write the title if it isn't set or is
764          empty.
765
[b4d8642]766Mon Jan 13 04:09:27 GMT 2014  Olly Betts <olly@survex.com>
767
768        * src/export.cc: If the survey has a title, add it as a top-level
769          <title> element to exported SVG files.
770
[1e5ac43]771Mon Jan 13 04:08:11 GMT 2014  Olly Betts <olly@survex.com>
772
773        * src/export.cc: Escape '<', '>', and '&' in labels in exported SVG
774          files.
775
[70462c8]776Mon Jan 13 04:02:26 GMT 2014  Olly Betts <olly@survex.com>
777
778        * src/: Pass the datestamp from the 3d file to the export code.
779
[ea69247]780Mon Jan 13 04:00:54 GMT 2014  Olly Betts <olly@survex.com>
781
782        * src/avenprcore.cc,src/printwx.cc: Don't bother looking up the
783          printer page setup info when exporting.
784
[d6a770d]785Wed Jan 08 04:50:10 GMT 2014  Olly Betts <olly@survex.com>
786
787        * doc/HACKING.htm: Document how to configure wxWidgets 3.0.0 for mingw
788          cross-build.
789
[6b6fb4d]790Wed Jan 08 04:11:32 GMT 2014  Olly Betts <olly@survex.com>
791
792        * NEWS,configure.ac: Update for 1.2.9.
793
[6b86108]794Wed Jan 08 03:57:39 GMT 2014  Olly Betts <olly@survex.com>
795
796        * lib/: Add "Language:" headers to .po files.
797
[8ec15cf]798Wed Jan 08 02:17:44 GMT 2014  Olly Betts <olly@survex.com>
799
800        * src/img.c: In non-hosted mode, don't define GETC and PUTC if they're
801          already defined, to allow easy overriding with getc_unlocked() and
802          putc_unlocked().
803
[57cecaa]804Wed Jan 08 02:13:27 GMT 2014  Olly Betts <olly@survex.com>
805
806        * src/Makefile.am,src/imgtest.c: Add compile test that img.c and img.h
807          work in non-hosted mode.
808
[fa0246c]809Wed Jan 08 01:14:42 GMT 2014  Olly Betts <olly@survex.com>
810
811        * doc/cavern.sgml: Document --3d-version in cavern man page.
812
[997509d]813Wed Jan 08 01:05:34 GMT 2014  Olly Betts <olly@survex.com>
814
815        * src/moviemaker.cc: Set rc_buffer_size to avoid warning from libav
816          when exporting MPEG.
817
[710bd97]818Tue Jan 07 23:09:53 GMT 2014  Olly Betts <olly@survex.com>
819
820        * src/moviemaker.cc: Fix GCC warnings.
821
[17edec7]822Tue Jan 07 23:08:21 GMT 2014  Olly Betts <olly@survex.com>
823
824        * src/img.c: In non-hosted mode, check that int is at least 32 bits,
825          and if not, use long.  In practice, platforms with 16 bit int are
826          mostly obsolete, but it's not hard to be portable here.
827
[0b25b30]828Tue Jan 07 22:05:58 GMT 2014  Olly Betts <olly@survex.com>
829
830        * src/msvc/config.h.in: Update to INT16_T to int16_t and INT32_T to
831          int32_t.  AFAIK, building with MSVC hasn't been tested for a long
832          time, so it's likely more fixes will be needed.
833
[9ad69a0]834Tue Jan 07 21:55:27 GMT 2014  Olly Betts <olly@survex.com>
835
836        * configure.ac: Don't call AC_C_CONST - C compilers without 'const'
837          support haven't been relevant for years.
838
[57f70f2]839Thu Oct 31 12:08:07 GMT 2013  Olly Betts <olly@survex.com>
840
841        * lib/: Update translations from launchpad and from existing similar
842          messages.
843
[ec81f086]844Tue Oct 29 23:47:57 GMT 2013  Olly Betts <olly@survex.com>
845
846        * src/moviemaker.cc: Fix to call avcodec_free_frame() correctly.
847
[e1f27c4]848Tue Oct 29 08:58:56 GMT 2013  Olly Betts <olly@survex.com>
849
850        * NEWS,configure.ac: Update for 1.2.8.
851
[9b5a5fd]852Tue Oct 29 08:10:45 GMT 2013  Olly Betts <olly@survex.com>
853
854        * src/: Hook up to pass "input_projection" from .aven config file
855          through to GPX export code.
856
[e24b7fb]857Sat Oct 26 06:35:52 GMT 2013  Olly Betts <olly@survex.com>
858
859        * src/gfxcore.cc: Another tweak to use RefreshRect() rather than
860          Refresh() for slightly simpler code.
861
[79137712]862Fri Oct 25 21:08:53 GMT 2013  Olly Betts <olly@survex.com>
863
864        * src/gpx.cc: Use fputs rather than fprintf for constant strings.
865
[a6dddd1]866Fri Oct 25 21:07:57 GMT 2013  Olly Betts <olly@survex.com>
867
868        * src/gpx.cc,src/gpx.h,src/printwx.cc: Add support for exporting legs
869          as tracks in GPX.
870
[d1bc1ac]871Fri Oct 25 06:14:38 GMT 2013  Olly Betts <olly@survex.com>
872
873        * src/printwx.cc: Swap the "Elements" and "View" boxes in the print
874          and export dialogs, as that works much better when the "View" box
875          is hidden.
876
[bc1fac5]877Fri Oct 25 06:11:59 GMT 2013  Olly Betts <olly@survex.com>
878
879        * lib/survex.pot,src/export.cc,src/export.h,src/printwx.cc: Add
880          "Origin in centre" and "Full coordinates" options to export
881          - the latter fixes #10.  GPX and PLT output force "full
882          coordinates".
883
[0ca8fe0]884Wed Oct 23 21:47:07 GMT 2013  Olly Betts <olly@survex.com>
885
886        * src/gfxcore.cc: Tweak to use RefreshRect() rather than Refresh() for
887          slightly simpler code.
888
[a7f78d4]889Wed Oct 23 21:46:13 GMT 2013  Olly Betts <olly@survex.com>
890
891        * src/dump3d.c: Show dates for XSECT.
892
[54b7650]893Wed Oct 23 06:46:39 GMT 2013  Olly Betts <olly@survex.com>
894
895        * src/printwx.cc: Fix export and (the built-in) print preview to
896          actually use the options selected in the dialog rather than those
897          set when the dialog was created.
898
[fdea415]899Wed Oct 23 06:30:05 GMT 2013  Olly Betts <olly@survex.com>
900
901        * src/: Hook up GPX export options to export entrances, fixed points,
902          and/or exported points, and specify coloured pin symbols for these
903          types of stations.  These options now default to what's being shown
904          in the survey view, like other export options.   GPX export
905          "creator" how includes the Survex version and website URL, and the
906          survey title is includes as a <name> tag inside the <gpx> tag.
907
[76882cb]908Wed Oct 23 04:38:31 GMT 2013  Olly Betts <olly@survex.com>
909
910        * src/guicontrol.cc: Fix assertion failure when double-clicking on the
911          survey with wx2.9.
912
[9cb97b7]913Tue Oct 22 06:01:05 GMT 2013  Olly Betts <olly@survex.com>
914
915        * src/: Rename internal references to "show splays" to just "splays"
916          to reflect the change in the menu item name.
917
[7b55ac2]918Tue Oct 22 05:55:55 GMT 2013  Olly Betts <olly@survex.com>
919
920        * lib/survex.pot,src/: Hide the "View" box for GPX export.  Add
921          checkboxes for "Entrances", "Fixed Points" and "Exported Stations"
922          for GPX export (currently non-functional).  Prepare for allowing
923          text height, marker size, and grid spacing to be set from aven (as
924          cad3d allows).
925
[4d7d209]926Mon Oct 21 01:10:04 GMT 2013  Olly Betts <olly@survex.com>
927
928        * src/mainfrm.cc: Update to call img_error2msg() on the error code
929          returned by img_error().
930
[a322a09]931Sat Oct 19 18:28:49 GMT 2013  Olly Betts <olly@survex.com>
932
933        * src/printwx.cc: Fix segfault in "File->Export" if an export format
934          isn't stored in ".aven".
935
[0a9b040]936Sat Oct 19 17:39:49 GMT 2013  Olly Betts <olly@survex.com>
937
938        * configure.ac,src/img.c: Use lround() instead of round(), and make
939          the tests around whether we use the library function or the our
940          fallback implementation saner.
941
[f1d5d26]942Wed Sep 18 00:26:33 GMT 2013  Olly Betts <olly@survex.com>
943
944        * src/aven.cc: Fix to build with wx 2.9.5 with wx2.8 compatibility
945          disabled.
946
[a2a8d23]947Tue Sep 17 23:57:02 GMT 2013  Olly Betts <olly@survex.com>
948
949        * src/mainfrm.cc: Make the Presentation->Play menu item a checkbox,
950          to avoid a warning with wxMSW 2.9.5.  Reported by Brian Clipstone.
951
[f3ef5d8]952Tue Sep 17 23:56:06 GMT 2013  Olly Betts <olly@survex.com>
953
954        * src/guicontrol.cc,src/guicontrol.h: Rename scale/rotate lock
955          constants to have a "lock_" prefix.
956
[f7d52a1]957Tue Sep 17 23:38:10 GMT 2013  Olly Betts <olly@survex.com>
958
959        * src/mainfrm.cc: Make right click in an empty presentation mark the
960          current position and open it to edit, instead of crashing.
961
[387babf]962Tue Sep 17 23:37:00 GMT 2013  Olly Betts <olly@survex.com>
963
964        * src/gfxcore.cc: Don't try to close the movie if we aren't producing
965          one.
966
[cc69cf5]967Tue Sep 10 00:21:53 GMT 2013  Olly Betts <olly@survex.com>
968
969        * configure.ac,src/moviemaker.cc: Use avcodec_free_frame() if it's
970          available.
971
[763efe6]972Mon Sep 09 11:36:00 GMT 2013  Olly Betts <olly@survex.com>
973
974        * src/cad3d.c: Correct long option names in code comment.
975
[caeff4a]976Mon Sep 09 11:33:20 GMT 2013  Olly Betts <olly@survex.com>
977
978        * src/cad3d.c: Make --marker-size work for Skencil and SVG output.
979
[98fd937]980Mon Sep 09 07:01:57 GMT 2013  Olly Betts <olly@survex.com>
981
982        * src/gfxcore.cc,src/moviemaker.cc,src/moviemaker.h: Improve reporting
983          of errors during the process of exporting a movie.
984
[64d06c0]985Mon Sep 09 06:38:33 GMT 2013  Olly Betts <olly@survex.com>
986
987        * configure.ac,src/moviemaker.cc,src/moviemaker.h: Update movie export
988          code to work with latest libav API.
989
[adceff5]990Mon Sep 09 05:14:24 GMT 2013  Olly Betts <olly@survex.com>
991
992        * Makefile.am,doc/HACKING.htm,lib/,survex.iss.in: Upgrade to newer
993          innosetup version.  Upgrade details of how to do a Microsoft Windows
994          build.
995
[66a9df7]996Mon Sep 09 04:19:36 GMT 2013  Olly Betts <olly@survex.com>
997
998        * make_release: Prefer a hand-installed 2.9 mingw build of wx to a
999          packaged 2.8 build.
1000
[55a0527]1001Mon Sep 09 04:18:18 GMT 2013  Olly Betts <olly@survex.com>
1002
1003        * src/img.c,src/netbits.c: Fix // comments in C code for portability
1004          to pre-C99 compilers which don't support these as an extension.
1005
[0544329]1006Mon Sep 09 04:12:57 GMT 2013  Olly Betts <olly@survex.com>
1007
1008        * src/aven.cc: Fix to build with wxMSW 2.9.5.
1009
[c527c6e]1010Mon Sep 09 04:10:48 GMT 2013  Olly Betts <olly@survex.com>
1011
1012        * configure.ac,src/Makefile.am: Probe for libproj.
1013
[9fc1cac]1014Fri Sep 06 04:18:23 GMT 2013  Olly Betts <olly@survex.com>
1015
1016        * NEWS,doc/cad3d.sgml,lib/,src/: The "Sketch" vector drawing program
1017          got renamed to "Skencil" some time ago, so update all references in
1018          code and documentation.  cad3d has a new --skencil option to specify
1019          this output format, but --sketch is still recognised for
1020          compatibility.
1021
[3972b26]1022Fri Sep 06 03:39:16 GMT 2013  Olly Betts <olly@survex.com>
1023
1024        * src/printwx.cc: Default to exporting in the export format used last
1025          time.
1026
[6073761]1027Fri Sep 06 03:27:21 GMT 2013  Olly Betts <olly@survex.com>
1028
1029        * lib/de_CH.po,lib/it.po,lib/sk.po: Minor translation updates.
1030
[583c17d]1031Thu Sep 05 09:50:23 GMT 2013  Olly Betts <olly@survex.com>
1032
1033        * lib/,src/: Add a format drop down to the export dialog, and only
1034          show fields which are meaningful and supported for a particular
1035          export format.
1036
[3c35956]1037Thu Sep 05 04:21:40 GMT 2013  Olly Betts <olly@survex.com>
1038
1039        * survex.iss.in: Newer innosetup no longer supports MinVersion.
1040
[0b29536]1041Thu Sep 05 04:20:36 GMT 2013  Olly Betts <olly@survex.com>
1042
1043        * lib/,survex.iss.in: Add translations for the Windows installer for
1044          all the languages we have any translations of Survex itself for.
1045
[4734106]1046Mon Sep 02 21:03:50 GMT 2013  Olly Betts <olly@survex.com>
1047
1048        * lib/,src/: Rework findentrances into GPX export for aven.
1049
[0d9d980]1050Mon Sep 02 02:17:49 GMT 2013  Olly Betts <olly@survex.com>
1051
1052        * src/img.c: Improve fputsnl() for non-HOSTED mode to return a value.
1053
[81bb4bdc]1054Mon Sep 02 02:17:18 GMT 2013  Olly Betts <olly@survex.com>
1055
1056        * src/img.c: Use osnew() to simplify code a little.
1057
[b932a29]1058Mon Sep 02 01:45:52 GMT 2013  Olly Betts <olly@survex.com>
1059
1060        * src/img.c: Don't segfault on img_close() in non-hosted mode.
1061
[f807d8bf]1062Mon Sep 02 00:27:29 GMT 2013  Olly Betts <olly@survex.com>
1063
1064        * NEWS,src/img.c: img.c can now be compiled as C++ as well as as C.
1065
[88b54df6]1066Mon Sep 02 00:17:36 GMT 2013  Olly Betts <olly@survex.com>
1067
1068        * NEWS,src/img.c: Add missing definition of max() macro when built for
1069          use outside of Survex.
1070
[0d25db3]1071Mon Sep 02 00:11:36 GMT 2013  Olly Betts <olly@survex.com>
1072
1073        * src/img.c: Don't duplicate the IMG_API_VERSION defaulting logic from
1074          img.h as we get it just by including img.h first.
1075
[a405bc1]1076Mon Sep 02 00:10:34 GMT 2013  Olly Betts <olly@survex.com>
1077
1078        * src/: IMG_HOSTED no longer affects the img API at all.
1079
[034141d]1080Fri Aug 23 08:06:18 GMT 2013  Olly Betts <olly@survex.com>
1081
1082        * NEWS,lib/,src/netskel.c: Tweak cavern .err file output to not lose
1083          the space in front of certain statistics when the value gets large.
1084
[a4adf09]1085Wed Aug 21 21:14:03 GMT 2013  Olly Betts <olly@survex.com>
1086
1087        * NEWS,lib/,src/matrix.c,src/out.h,tests/calibrate_clino.out: Don't
1088          report "Solving to find x coordinates" as we actually find y and z
1089          in the same operation, and as a progress message it is redundant with
1090          "Solving %d simultaneous equations" anyway.
1091
[0056ee1]1092Fri Aug 09 10:23:24 GMT 2013  Olly Betts <olly@survex.com>
1093
1094        * NEWS,src/printwx.cc: Need to call TransferDataFromWindow() for the
1095          validators to get called and update the boolean flag settings mask.
1096
[da65891]1097Fri Aug 02 13:04:39 GMT 2013  Olly Betts <olly@survex.com>
1098
1099        * NEWS,src/readval.c,tests/cmd_alias.out: Fix handling of anonymous
1100          wall stations ('..' by default) to implicitly set the SPLAY leg flag,
1101          as was intended.
1102
[c6abbc8]1103Sat Jul 27 10:08:46 GMT 2013  Olly Betts <olly@survex.com>
1104
1105        * tests/Makefile.am: Distribute files for normal_bad testcase.
1106
[e34bebc]1107Sat Jul 27 09:41:34 GMT 2013  Olly Betts <olly@survex.com>
1108
1109        * NEWS,configure.ac: Update for 1.2.7.
1110
[576e5a9]1111Sun Jul 21 18:03:58 GMT 2013  Olly Betts <olly@survex.com>
1112
1113        * src/mainfrm.cc: Speed up loading a .3d file with cross-sections by
1114          using a map to convert station names to positions.
1115
[91f6661]1116Sun Jul 21 16:12:25 GMT 2013  Olly Betts <olly@survex.com>
1117
1118        * doc/TODO.htm: Note that dump3d needs documenting.
1119
[71c2c3f]1120Sun Jul 21 16:09:24 GMT 2013  Olly Betts <olly@survex.com>
1121
1122        * configure.ac,debian/survex.install,src/Makefile.am: Build and
1123          package dump3d as standard - it's useful for grabbing info from
1124          3d files in scripts.
1125
[47a650b]1126Thu Jul 18 03:54:45 GMT 2013  Olly Betts <olly@survex.com>
1127
1128        * lib/de.po: Merge German translation updates from launchpad.
1129
[22114ef]1130Wed Jul 17 12:38:39 GMT 2013  Olly Betts <olly@survex.com>
1131
1132        * doc/3dformat.htm,src/img.c: Move the DATE and ERROR codes in 3d v8 to
1133          leave a large contiguous block of codes available.
1134
[900b32a]1135Wed Jul 17 12:29:33 GMT 2013  Olly Betts <olly@survex.com>
1136
1137        * src/img.c: Mask out the bit used to indicate no label change from
1138          the returned leg flags.
1139
[e133186]1140Wed Jul 17 11:13:37 GMT 2013  Olly Betts <olly@survex.com>
1141
1142        * doc/3dformat.htm,src/img.c: The prefix is often unchanged from one
1143          leg to the next, so use a spare flag to compactly indicate that
1144          there's no label change.
1145
[dec6b10]1146Tue Jul 16 12:04:55 GMT 2013  Olly Betts <olly@survex.com>
1147
1148        * doc/3dformat.htm,src/img.c: More work toward v8 of 3d format.
1149
[c1785b1]1150Tue Jul 16 11:33:34 GMT 2013  Olly Betts <olly@survex.com>
1151
1152        * doc/TODO.htm: The data style of legs is now stored in the 3d file,
1153          so remove "flag nosurvey legs in .3d file" from todo list.
1154
[567445a]1155Tue Jul 16 11:33:04 GMT 2013  Olly Betts <olly@survex.com>
1156
1157        * src/dump3d.c: Report the data style of legs.
1158
[230aedd]1159Tue Jul 16 11:32:13 GMT 2013  Olly Betts <olly@survex.com>
1160
1161        * src/cad3d.c: Check for errors from img_rewind() and report them.
1162
[cd91e16]1163Tue Jul 16 07:54:52 GMT 2013  Olly Betts <olly@survex.com>
1164
1165        * tests/cavern.tst: Run diffpos <expected> <actual> so the reports of
1166          'Added' and 'Deleted' stations are the more natural way round.
1167
[afe350e]1168Tue Jul 09 22:59:48 GMT 2013  Olly Betts <olly@survex.com>
1169
1170        * doc/3dformat.htm: Formatting tweaks.
1171
[73fea40]1172Tue Jul 09 13:36:35 GMT 2013  Olly Betts <olly@survex.com>
1173
1174        * doc/3dformat.htm,doc/TODO.htm,src/img.c: Add an explicit flag for
1175          'this is an extended elevation' to 3d v8.
1176
[ec812baa]1177Tue Jul 09 13:24:29 GMT 2013  Olly Betts <olly@survex.com>
1178
1179        * doc/3dformat.htm,doc/TODO.htm,src/img.h: Start on v8 of the 3d format
1180          - the timestamp is stored as seconds since 1970.
1181
[200a12c]1182Tue Jul 09 12:41:51 GMT 2013  Olly Betts <olly@survex.com>
1183
1184        * src/commands.c: Fix ordering of the style masks to reflect swapping
1185          of STYLE_NOSURVEY and STYLE_PASSAGE.
1186
[669d5d5]1187Tue Jul 09 11:14:28 GMT 2013  Olly Betts <olly@survex.com>
1188
1189        * doc/TODO.htm: Update.
1190
[c230a2a7]1191Tue Jul 09 10:31:50 GMT 2013  Olly Betts <olly@survex.com>
1192
1193        * src/img.h: Remove unnecessary include of "useful.h" in IMG_HOSTED
1194          mode.
1195
[ac28f4f]1196Tue Jul 09 08:48:35 GMT 2013  Olly Betts <olly@survex.com>
1197
1198        * src/cavern.h,src/img.h: Renumber STYLE_PASSAGE and STYLE_NOSURVEY so
1199          that the style constants we want to pass to img are contiguously
1200          numbered.
1201
[1fad6d4]1202Sun Jul 07 13:03:56 GMT 2013  Olly Betts <olly@survex.com>
1203
1204        * src/img.h: Just make fRead always int, eliminating IMG_HOSTED
1205          conditional.
1206
[0c50ce3]1207Sun Jul 07 12:45:11 GMT 2013  Olly Betts <olly@survex.com>
1208
1209        * src/extend.c,src/img.c,src/img.h: Repurpose the long unused fBinary
1210          parameter to img_open_write() as a flags parameter, and add
1211          img_FFLAG_EXTENDED to specify that this is an extended elevation,
1212          in place of appending " (extended)" to the title.  Internally we
1213          still append this to the title (and remove it upon reading), but in
1214          the 3d v8 format, the flags will be stored explicitly in the file.
1215
[ab42a9c]1216Sun Jul 07 12:22:32 GMT 2013  Olly Betts <olly@survex.com>
1217
1218        * src/img.h: Add comments for the lists of "Leg flags" and "Station
1219          flags".
1220
[3fb4350]1221Sun Jul 07 12:20:29 GMT 2013  Olly Betts <olly@survex.com>
1222
1223        * NEWS,src/dump3d.c,src/img.h: Drop img_FLAG_NOSURVEY - it's redundant
1224          now we're going to store the style of each leg, and it hasn't yet
1225          been in a release.
1226
[88c1ccb]1227Sun Jul 07 12:14:23 GMT 2013  Olly Betts <olly@survex.com>
1228
1229        * src/dump3d.c: Report if the file is an extended elevation.
1230
[eb5aea0]1231Sun Jul 07 12:12:24 GMT 2013  Olly Betts <olly@survex.com>
1232
1233        * src/: Track the data style of each leg, and pass it in to img - it's
1234          not yet stored in the .3d file, but now it is easily available so it
1235          can be.
1236
[43ddd8b]1237Fri Jul 05 13:17:24 GMT 2013  Olly Betts <olly@survex.com>
1238
1239        * configure.ac,doc/3dformat-old.htm: Split off a copy of the current
1240          3dformat document - v8 will feature significant changes, so it will
1241          be clearer to document it separately.
1242
[ce9057c]1243Fri Jul 05 13:11:25 GMT 2013  Olly Betts <olly@survex.com>
1244
1245        * src/dump3d.c,src/netskel.c: The fBinary parameter of img_open_write()
1246          has been unused for years, so stop passing fTrue.
1247
[b189252]1248Tue Jul 02 12:04:09 GMT 2013  Olly Betts <olly@survex.com>
1249
1250        * src/img.c: Revert to putting a human readable timestamp string in
1251          v7 and older files.
1252
[f346a33]1253Tue Jul 02 11:01:41 GMT 2013  Olly Betts <olly@survex.com>
1254
1255        * src/dump3d.c: Show only 2 decimal places on coordinates and passage
1256          dimensions.
1257
[38500b0]1258Wed Jun 12 13:35:21 GMT 2013  Olly Betts <olly@survex.com>
1259
1260        * src/printwx.cc: Implement a copy ctor for BitValidator in the same
1261          way that wxGenericValidator does.  Older GCC seems to need such a
1262          copy ctor to exist to compile the uses of BitValidator in
1263          printwx.cc.
1264
[6a25547d]1265Wed Jun 12 13:34:52 GMT 2013  Olly Betts <olly@survex.com>
1266
1267        * src/Makefile.am: Ship gdtconvert and gen_img2aven.
1268
[d380cd6]1269Wed Jun 12 13:33:38 GMT 2013  Olly Betts <olly@survex.com>
1270
1271        * make_release: Tweak 'mingw' building to look for a suitable
1272          wx-config and get the C and C++ compilers to use using its
1273          --cc and --cxx flags.
1274
[1298787]1275Tue Jun 11 12:06:08 GMT 2013  Olly Betts <olly@survex.com>
1276
1277        * src/printwx.cc: wxValidator subclasses shouldn't have a copy ctor,
1278          so give BitValidator an unimplemented private copy ctor, and use
1279          the normal ctor instead to implement the Clone() method.
1280
[da9d788]1281Tue Jun 11 11:51:13 GMT 2013  Olly Betts <olly@survex.com>
1282
1283        * NEWS: Update from ChangeLog.
1284
[bb51ecd]1285Mon Jun 10 11:50:18 GMT 2013  Olly Betts <olly@survex.com>
1286
1287        * lib/launchpad-merge-po: New script to eliminate unwanted differences
1288          introduced by launchpad.
1289        * lib/Makefile.am: Make launchpad-diff target use launchpad-merge-po
1290          and skip files missing in the launchpad export.
1291
[ad0bf7b]1292Mon Jun 10 11:47:37 GMT 2013  Olly Betts <olly@survex.com>
1293
1294        * lib/unlaunchpad-po: Normalise dates in PO headers.
1295
[6176b37]1296Mon Jun 10 07:23:07 GMT 2013  Olly Betts <olly@survex.com>
1297
1298        * lib/Makefile.am,lib/unlaunchpad-po: Add "launchpad-diff" make target
1299          to assist with merging in translation changes from launchpad.
1300
[a69a767]1301Sun Jun 09 00:04:37 GMT 2013  Olly Betts <olly@survex.com>
1302
1303        * src/img.c: Handle .pos files containing unnamed stations - don't suck
1304          the next line in as the station name, and set img_SFLAG_ANON for
1305          them.
1306
[9140f41]1307Sat Jun 08 15:12:25 GMT 2013  Olly Betts <olly@survex.com>
1308
1309        * src/mainfrm.cc: Fix mapping of flags when loading a .3d file.
1310
[1ca095a]1311Sat Jun 08 15:07:05 GMT 2013  Olly Betts <olly@survex.com>
1312
1313        * .gitignore,src/gen_img2aven: Commit script to generate img2aven.h.
1314
[9e5ad92]1315Sat Jun 08 14:20:45 GMT 2013  Olly Betts <olly@survex.com>
1316
1317        * lib/: Update line number references and merge message changes from
1318          survex.pot to the .po files.
1319
[df126137]1320Sat Jun 08 14:17:52 GMT 2013  Olly Betts <olly@survex.com>
1321
1322        * lib/Makefile.am,lib/merge-po: Add "merge-pos" target to merge in new
1323          messages and updates to comments from survex.pot to the .po files.
1324
[be3b9b9]1325Sat Jun 08 14:10:16 GMT 2013  Olly Betts <olly@survex.com>
1326
1327        * tests/: Commit files for new tests.
1328
[42bd3576]1329Sat Jun 08 13:40:38 GMT 2013  Olly Betts <olly@survex.com>
1330
1331        * src/img.c,src/img.h,src/mainfrm.cc: Store the 'processed at'
1332          timestamp in the .3d file as seconds since 1970 rather than as
1333          a human readable string.
1334
[45dcea2]1335Sat Jun 08 06:19:17 GMT 2013  Olly Betts <olly@survex.com>
1336
1337        * src/commands.c: Correct comment about *alias.
1338
[cd5b089]1339Sat Jun 08 06:01:38 GMT 2013  Olly Betts <olly@survex.com>
1340
1341        * lib/de.po,lib/de_CH.po,lib/en_US.po: Update translations.
1342
[5d60ff0]1343Thu Jun 06 10:56:22 GMT 2013  Olly Betts <olly@survex.com>
1344
1345        * lib/,src/: Show splay legs faded by default, with menu options to
1346          hide them or show them like other legs.
1347
[dcbcae0]1348Tue Jun 04 12:37:03 GMT 2013  Olly Betts <olly@survex.com>
1349
1350        * doc/manual.sgml,lib/survex.pot,src/,tests/Makefile.am,
1351          tests/cavern.tst: Add more anonymous station types - a double
1352          separator ('..' by default) is an anoymous wall point at the end
1353          of an implicit splay (c.f. '.' being a non-wall point), and
1354          a triple separator ('...' by default) is an anoymous point (with
1355          nothing special about the leg).  New *alias command allows '-' to be
1356          mapped to '..' to match pocket topo conventions.  3d file format now
1357          support a 'WALL' station flag.
1358
[f9044d0]1359Tue Jun 04 12:19:31 GMT 2013  Olly Betts <olly@survex.com>
1360
1361        * src/Makefile.am: Regenerate gradient.pov is gdtconvert changes.
1362
[4fb15a1]1363Sun Jun 02 12:51:46 GMT 2013  Olly Betts <olly@survex.com>
1364
1365        * src/readval.c,tests/: Report column numbers as well as line numbers
1366          for more cavern errors and warnings.  Add more testcases.  If the
1367          argument to *include has an opening double quote but the closing
1368          double quote is missing, then skip trying to open the file.
1369
[a91c2b0]1370Sun Jun 02 10:52:26 GMT 2013  Olly Betts <olly@survex.com>
1371
1372        * src/cavernlog.cc: Remove useless extra quoting when invoking vim.
1373
[e27a0c3]1374Fri May 31 13:51:16 GMT 2013  Olly Betts <olly@survex.com>
1375
1376        * src/netskel.c: Use fputs not printf to write literal string to avoid
1377          GCC format security warning (the string can never contain a '%' but
1378          the compiler can't see that).
1379
[8cea1ad]1380Fri May 31 13:08:01 GMT 2013  Olly Betts <olly@survex.com>
1381
1382        * src/datain.c: Variable 'len' in compile_error_token was static for no
1383          good reason.
1384
[d309e17]1385Fri May 31 12:32:22 GMT 2013  Olly Betts <olly@survex.com>
1386
1387        * src/mainfrm.cc,src/mainfrm.h: Skip anonymous stations.
1388
[a2c33ae]1389Fri May 31 12:17:56 GMT 2013  Olly Betts <olly@survex.com>
1390
1391        * src/,tests/: Anonymous stations no longer have a made up unique name,
1392          and are marked with a new ANON flag in .3d files.
1393
[55ee200]1394Mon May 27 11:24:18 GMT 2013  Olly Betts <olly@survex.com>
1395
1396        * configure.ac: Update copyright date.
1397
[f15cde77]1398Sun May 26 13:05:34 GMT 2013  Olly Betts <olly@survex.com>
1399
1400        * src/: New station flag SFLAGS_USED to mark a station as "used" so we
1401          don't issue "unused fixed point" warnings about it - previously we
1402          set 'shape' to be negative to indicate this, but that required us to
1403          handle that whenever we looked at or updated shape.
1404
[631fa17]1405Sun May 26 11:47:06 GMT 2013  Olly Betts <olly@survex.com>
1406
1407        * configure.ac: Fix sizeof(wxChar) test to work for wx2.9.
1408
[ee63994]1409Fri May 10 05:55:54 GMT 2013  Olly Betts <olly@survex.com>
1410
1411        * configure.ac,src/gla-gl.cc,src/glbitmapfont.h: It seems we need to
1412          include GL/gl.h before we can safely include GL/glext.h (at least on
1413          Debian wheezy).
1414
[a5d615f]1415Fri May 10 05:43:09 GMT 2013  Olly Betts <olly@survex.com>
1416
1417        * configure.ac: Fix wxChar test to work in a non-cross-compiled build.
1418
[30b66b5]1419Wed May 08 22:38:56 GMT 2013  Olly Betts <olly@survex.com>
1420
1421        * configure.ac,src/glbitmapfont.cc: Check sizeof(wxChar) at configure
1422          time, so we can avoid a warning when sizeof(wxChar)==2 (which is the
1423          case under mingw).
1424
[fdd4a1fc]1425Wed May 08 05:54:23 GMT 2013  Olly Betts <olly@survex.com>
1426
1427        * lib/en_US.po,lib/survex.pot: Update.
1428
[c142664]1429Tue May 07 23:30:26 GMT 2013  Olly Betts <olly@survex.com>
[c8b5fa5]1430
1431        * src/aven.cc: Don't crash trying to report an error after the app
1432          object has been created but before the frame window has.
1433
[419befc]1434Sun Jan 06 19:31:30 GMT 2013  Olly Betts <olly@survex.com>
1435
1436        * doc/manual.sgml: "surface topology" -> "surface topography".
1437
[f95d6c7]1438Sun Jan 06 08:07:22 GMT 2013  Olly Betts <olly@survex.com>
1439
1440        * lib/Makefile.am: Remove launchpad-tarball target - changes now
1441          get picked up by launchpad automatically via a bzr mirror of the
1442          git repo.
1443
[81dc8f3]1444Sun Jan 06 05:45:10 GMT 2013  Olly Betts <olly@survex.com>
1445
1446        * lib/survex.pot,src/dump3d.c: Add --show-dates/-d to --help output.
1447
[b183fe1]1448Sun Jan 06 05:42:07 GMT 2013  Olly Betts <olly@survex.com>
1449
1450        * lib/po-to-msg.pl: Fix matching quote check to really allow
1451          for using « and » in a translation.
1452
[8f365d5]1453Sun Jan 06 05:23:48 GMT 2013  Olly Betts <olly@survex.com>
1454
1455        * src/dump3d.c: Report img_STOP as STOP rather than CODE_0xffffffff.
1456
[256c4c8]1457Thu Jan 03 01:08:28 GMT 2013  Olly Betts <olly@survex.com>
1458
1459        * src/: Use wxValidator to simplify keeping svxPrintDlg member
1460          variables and fields in the dialog in sync.
1461
[17c483d]1462Wed Jan 02 20:49:20 GMT 2013  Olly Betts <olly@survex.com>
1463
1464        * src/gla-gl.cc,src/glbitmapfont.cc: Add checks for errors when reading
1465          the font file.
1466
[6b536b3]1467Wed Jan 02 20:48:22 GMT 2013  Olly Betts <olly@survex.com>
1468
1469        * configure.ac,src/img.c: Avoid warning about redeclaration of round().
1470
[7b9dc3f]1471Wed Jan 02 09:11:41 GMT 2013  Olly Betts <olly@survex.com>
1472
1473        * src/readval.c: Whitespace tweak.
1474
[c23c626]1475Wed Jan 02 09:10:57 GMT 2013  Olly Betts <olly@survex.com>
1476
1477        * src/netartic.c: Use TSTBIT(w, x) instead of w & BIT(x).
1478
[187e72b]1479Wed Jan 02 09:10:30 GMT 2013  Olly Betts <olly@survex.com>
1480
1481        * src/listpos.c: Fix compiler warning.
1482
[710ecc1]1483Wed Jan 02 09:04:58 GMT 2013  Olly Betts <olly@survex.com>
1484
1485        * lib/survex.pot,src/,tests/: Add support for anonymous stations,
1486          which are indicated by a station name of '.'.
1487
[edf0717]1488Sat Dec 29 18:50:07 GMT 2012  Olly Betts <olly@survex.com>
1489
1490        * src/export.cc: Implement export of passage info for DXF (untested).
1491
[5624403]1492Sat Dec 29 05:29:31 GMT 2012  Olly Betts <olly@survex.com>
1493
1494        * src/gfxcore.cc,src/printwx.cc,src/printwx.h: Default the export/print
1495          settings for passage related things to the "tubes" setting in the
1496          OpenGL view.
1497
[384534c]1498Sat Dec 29 05:11:20 GMT 2012  Olly Betts <olly@survex.com>
1499
1500        * src/gfxcore.cc,src/gfxcore.h: Export of passage detail now works
1501          before we have displayed tubes in the OpenGL view.
1502
[d713e5d]1503Sat Dec 29 05:09:54 GMT 2012  Olly Betts <olly@survex.com>
1504
1505        * src/avenprcore.cc,src/avenprcore.h,src/printwx.cc: Do away with the
1506          separate bool flags for each thing we can show in printing and export
1507          and just use the "show_mask" flags.
1508
[6eef93d]1509Fri Dec 28 23:30:55 GMT 2012  Olly Betts <olly@survex.com>
1510
1511        * lib/: Fill in new messages from existing translations where possible.
1512
[97d5744]1513Fri Dec 28 21:03:33 GMT 2012  Olly Betts <olly@survex.com>
1514
1515        * lib/: Merge from survex.pot to .po files.
1516
[4b4f457]1517Fri Dec 28 22:21:50 GMT 2012  Olly Betts <olly@survex.com>
1518
1519        * lib/survex.pot: Update locations.
1520
[d00b9b2]1521Fri Dec 28 22:19:14 GMT 2012  Olly Betts <olly@survex.com>
1522
1523        * src/printwx.cc: Disable passage-related export options when in a
1524          tilted view.  Hook up "Cross-sections" to printing on left and
1525          right markers.
1526
[e90a41e]1527Fri Dec 28 06:30:17 GMT 2012  Olly Betts <olly@survex.com>
1528
1529        * lib/survex.pot,src/: Add options to export dialog to control showing
1530          cross-sections, walls and passages.
1531
[fc68ad5]1532Fri Dec 28 05:53:56 GMT 2012  Olly Betts <olly@survex.com>
1533
1534        * src/: Implement exporting of passages (ticket#4) for SVG.  Currently
1535          it is always on (I'll update the Export dialog shortly).
1536
[0fa7aac]1537Wed Dec 26 22:21:10 GMT 2012  Olly Betts <olly@survex.com>
1538
1539        * lib/survex.pot,src/commands.c,src/readval.c,src/readval.h,tests/: Add
1540          new warning if *begin SURVEY has a separator character in SUVERY.
1541
[d2dc8a5]1542Wed Dec 26 07:29:42 GMT 2012  Olly Betts <olly@survex.com>
1543
1544        * lib/en_US.po: Fix clashing menu accelerator.
1545
[79d84d9]1546Wed Dec 26 01:46:06 GMT 2012  Olly Betts <olly@survex.com>
1547
1548        * src/readval.c: Fix typo in previous change.
1549
[ce8f81c]1550Tue Dec 25 23:04:06 GMT 2012  Olly Betts <olly@survex.com>
1551
1552        * src/readval.c,tests/: Demote errors about invalid dates to warnings,
1553          since we've accepted *date for ages without any checks on the value,
1554          and so existing datasets probably contain invalid dates and dates in
1555          other formats.  (ticket#19)
1556
[2d8c78e]1557Tue Dec 25 22:03:20 GMT 2012  Olly Betts <olly@survex.com>
1558
1559        * src/listpos.c: But always leave space for at least 4 digits, so we
1560          give exactly the same output as before unless we need the extra
1561          width.
1562
[449dca9]1563Mon Dec 24 08:44:04 GMT 2012  Olly Betts <olly@survex.com>
1564
1565        * src/listpos.c: Adjust width of node stats table to fit longest count.
1566
[b0d2c3e]1567Sun Dec 23 07:20:53 GMT 2012  Olly Betts <olly@survex.com>
1568
1569        * lib/survex.pot: Wrap TRANSLATORS comment.
1570
[34bae8e]1571Sun Dec 23 07:20:19 GMT 2012  Olly Betts <olly@survex.com>
1572
1573        * lib/survex.pot: Add missing "c-format" annotation.
1574
[577b94d]1575Sun Dec 23 07:19:22 GMT 2012  Olly Betts <olly@survex.com>
1576
1577        * lib/sk.po: Resolve a couple of inconsistencies in translation of
1578          similar messages by asking Martin Sluka.
1579
[07beaa4]1580Sun Dec 23 05:36:38 GMT 2012  Olly Betts <olly@survex.com>
1581
1582        * NEWS: Update from ChangeLog.
1583
[fc06ec5]1584Thu Dec 20 04:31:22 GMT 2012  Olly Betts <olly@survex.com>
1585
1586        * lib/zh_CN.po: Translate another message.
1587
[909ab0c]1588Thu Dec 20 03:28:02 GMT 2012  Olly Betts <olly@survex.com>
1589
1590        * lib/zh_CN.po: Add space after colon.
1591
[47c6ee92]1592Thu Dec 20 03:26:15 GMT 2012  Olly Betts <olly@survex.com>
1593
1594        * lib/survex.pot: Add more TRANSLATORS comments about terminology.
1595
[69e6c0b]1596Thu Dec 20 03:25:45 GMT 2012  Olly Betts <olly@survex.com>
1597
1598        * lib/it.po: Merge two new translations from launchpad.
1599
[1682d1a]1600Thu Dec 20 03:24:52 GMT 2012  Olly Betts <olly@survex.com>
1601
1602        * lib/en_US.po: Correct "leg" to "shot" in a few places, and translate
1603          "Anticlockwise" to "Counterclockwise".
1604
[365c7e4]1605Wed Dec 19 10:41:55 GMT 2012  Olly Betts <olly@survex.com>
1606
1607        * lib/po-to-msg.pl: Remove commented out code to find uses, which is
1608          now handled by a separate script.
1609
[a570c81]1610Wed Dec 19 10:36:59 GMT 2012  Olly Betts <olly@survex.com>
1611
1612        * lib/po-to-msg.pl: Update to read message numbers from references.
1613
[8c048fa]1614Tue Dec 18 12:00:40 GMT 2012  Olly Betts <olly@survex.com>
1615
1616        * src/gla-gl.cc,src/gla.h: Update to use wxGLContext to avoid
1617          deprecation warnings from wx 2.9.
1618
[6e22f11]1619Tue Dec 18 11:40:34 GMT 2012  Olly Betts <olly@survex.com>
1620
1621        * src/moviemaker.cc: Fix unused parameter warnings when we don't have
1622          libavformat available.
1623
[1c8ab60]1624Tue Dec 18 11:39:40 GMT 2012  Olly Betts <olly@survex.com>
1625
1626        * src/glbitmapfont.cc: Fix warning about ambiguous else from wxLogError
1627          macro.
1628
[cea3549]1629Tue Dec 18 11:32:32 GMT 2012  Olly Betts <olly@survex.com>
1630
1631        * INSTALL,lib/INSTALL.OSX,src/,survex.spec.in: Require at least
1632          wxWidgets 2.8.0 - it was released just over 6 years ago now,
1633          and the wx developers consider even 2.8 to be rather long in
1634          the tooth.  I haven't test build with wx 2.6 for more than a year
1635          and it's no longer packaged for Debian.  Dropping support for
1636          older wx allows a number of workarounds to be removed.
1637
[1ada489]1638Tue Dec 18 11:05:24 GMT 2012  Olly Betts <olly@survex.com>
1639
1640        * src/: Fix uses of some wx features which are deprecated in wx2.9.
1641
[9071cf5]1642Tue Dec 18 10:50:28 GMT 2012  Olly Betts <olly@survex.com>
1643
1644        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Fix OnSize handling
1645          so we can just call event.Skip() (which is the intended approach)
1646          rather than explicitly calling the parent class OnSize() method
1647          from the subclass OnSize() method.
1648
[aa7c3c2]1649Tue Dec 18 08:23:14 GMT 2012  Olly Betts <olly@survex.com>
1650
1651        * src/aven.cc: Fix MSW build to not rely on a GCC extension.
1652
[4a78370]1653Tue Dec 18 07:20:16 GMT 2012  Olly Betts <olly@survex.com>
1654
1655        * lib/: Merge changes from template.
1656
[0dc5829]1657Tue Dec 18 07:06:41 GMT 2012  Olly Betts <olly@survex.com>
1658
1659        * lib/,src/Makefile.am,src/gettexttomsg.pl: Eliminate po_codes and just
1660          store the message numbers as the line number in a fake source
1661          reference to file 'n'.
1662
[e32074b]1663Tue Dec 18 04:13:18 GMT 2012  Olly Betts <olly@survex.com>
1664
1665        * lib/po_codes,lib/survex.pot: Merge in updated source line numbers.
1666
[f8fa253]1667Tue Dec 18 04:11:09 GMT 2012  Olly Betts <olly@survex.com>
1668
1669        * lib/extract-msgs.pl,src/Makefile.am: Don't include version in
1670          'Project-Id-Version'.
1671
[483796d]1672Tue Dec 18 03:13:16 GMT 2012  Olly Betts <olly@survex.com>
1673
1674        * lib/: Set Project-Id-Version to just "survex" - the version part just
1675          complicates things unnecessarily for our usage.
1676
[f723062]1677Tue Dec 18 03:00:04 GMT 2012  Olly Betts <olly@survex.com>
1678
1679        * tests/Makefile.am,tests/aven.tst: Add new testsuite script (aven.tst)
1680          which currently has regression tests for the recently fixed segfault
1681          when aven didn't have messages for the requested language.
1682
[173d1c6]1683Tue Dec 18 02:19:08 GMT 2012  Olly Betts <olly@survex.com>
1684
1685        * src/message.c: Only use ASCII for the handful of hardcoded messages
1686          we need for errors loading message files, as it's probably more
1687          likely the wrong encoding will be set in such cases.
1688
[da96015]1689Tue Dec 18 02:02:57 GMT 2012  Olly Betts <olly@survex.com>
1690
1691        * src/,tests/: Report column numbers as well as line numbers for some
1692          cavern errors and warnings, and update aven's cavern log parser to
1693          handle these.  Simplify handling of quantity lists to only recognise
1694          'DEFAULT' as the first item.  Add more testcases, expand some
1695          existing testcases, and expected output for more.
1696
[c49e27f]1697Mon Dec 17 22:19:21 GMT 2012  Olly Betts <olly@survex.com>
1698
1699        * src/message.c: If we don't find the message file, only give an error
1700          if it was specified with SURVEX_LANG, since that is an explicit
1701          instruction to Survex, whereas LANG, LC_ALL and LC_MESSAGES are
1702          essentially system "preferred locale" settings.
1703        * src/aven.cc: Fix reporting of errors from message.c not to crash if
1704          the wxApp object hasn't yet been intitialised, and to convert the
1705          character encoding correctly.
1706
[3d2add3]1707Mon Dec 17 22:17:00 GMT 2012  Olly Betts <olly@survex.com>
1708
1709        * lib/Makefile.am: Install zh_CN (Chinese) messages.
1710
[5f680c5]1711Mon Dec 17 22:02:43 GMT 2012  Olly Betts <olly@survex.com>
1712
1713        * lib/zh_CN.po: Reuse existing translation of "Presentation" for the
1714          top level menu name - now all the whole menu bar is translated!
1715
[bc8dfe7]1716Mon Dec 17 11:07:00 GMT 2012  Olly Betts <olly@survex.com>
1717
1718        * src/cavernlog.cc: Don't highlight a file:linenumber if there's no
1719          message after it, which avoids highlighting the "Included from"
1720          lines wrongly.
1721
[53e0bd1]1722Mon Dec 17 11:04:36 GMT 2012  Olly Betts <olly@survex.com>
1723
1724        * tests/: Rename testcase badinc3 to badinc4 and actually run it, and
1725          add new badinc3 which tests multiple levels of *include.  Add expect
1726          output for all the badinc testcases.
1727
[895f767]1728Mon Dec 17 11:01:02 GMT 2012  Olly Betts <olly@survex.com>
1729
1730        * src/datain.c: Report the parent include files starting from the
1731          outermost, as that's more logical when there are multiple levels
1732          involved.
1733
[f326029]1734Mon Dec 17 10:39:14 GMT 2012  Olly Betts <olly@survex.com>
1735
1736        * lib/fr.po: Add translation for new message, adapted from two similar
1737          existing messages.
1738
[66587ff]1739Mon Dec 17 10:37:12 GMT 2012  Olly Betts <olly@survex.com>
1740
1741        * lib/it.po: Merge a translation from launchpad.
1742
[63a4d47]1743Mon Dec 17 09:11:09 GMT 2012  Olly Betts <olly@survex.com>
1744
1745        * lib/: Merge changes from .pot to .po files.
1746
[715720f]1747Mon Dec 17 06:37:10 GMT 2012  Olly Betts <olly@survex.com>
1748
1749        * lib/,src/datain.c: Move the <filename>:<line> into the message when
1750          reporting the include route to the file with the error in it, which
1751          allows a more natural translation into German.
1752
[1c4abcf]1753Mon Dec 17 03:26:40 GMT 2012  Olly Betts <olly@survex.com>
1754
1755        * .gitignore: Add src/dump3d.
1756
[a23fe6a]1757Mon Dec 17 03:24:22 GMT 2012  Olly Betts <olly@survex.com>
1758
1759        * lib/po_codes,lib/po_codes_dead: Prune strings we aren't using and are
1760          probably unlikely to use again into a new file po_codes_dead, so that
1761          translators don't get presented with them to translate.
1762        * lib/survex.pot: Regenerate.
1763
[93935c7]1764Tue Dec 11 23:07:31 GMT 2012  Olly Betts <olly@survex.com>
1765
1766        * src/datain.c,tests/: We want to warn if there's a clino reading which
1767          it would be impossible to have read from the instrument (e.g. on a
1768          -90 to 90 degree scale you can't read "96" (it's probably a typo for
1769          "69").  However, the gradient reading from a topofil is typically in
1770          the range 0 to 180, with 90 being horizontal.  Really we should allow
1771          the valid range to be specified, but for now we infer it from the
1772          zero error - if this is within 45 degrees of 90 then we assume the
1773          range is 0 to 180.
1774
[6186bca]1775Tue Dec 11 22:29:35 GMT 2012  Olly Betts <olly@survex.com>
1776
1777        * lib/po-to-msg.pl: Report unused message numbers.
1778
[4b14118]1779Tue Dec 11 22:22:20 GMT 2012  Olly Betts <olly@survex.com>
1780
1781        * lib/po_codes,lib/survex.pot,src/commands.c,tests/: If the scale
1782          factor in *calibrate is zero, flag that as an error - it doesn't
1783          make sense and probably means someone reversed the arguments to
1784          *calibrate.
1785
[17c1dcd]1786Mon Dec 03 06:52:22 GMT 2012  Olly Betts <olly@survex.com>
1787
1788        * src/readval.c: If we were expecting a numeric field and instead get
1789          something which starts with '+', '-', or '.' but which isn't a
1790          number, then fix the error to include that character in the token
1791          reported.
1792        * tests/: Add regression test badreadingdotplus.
1793
[075c051]1794Mon Dec 03 06:50:51 GMT 2012  Olly Betts <olly@survex.com>
1795
1796        * tests/cavern.tst,tests/equatenosuchstn.out,tests/surveytypo.out: Stop
1797          trimming output header when we get to copyright line, as there may be
1798          an error before the first blank line.
1799
[e08f766]1800Mon Dec 03 06:34:20 GMT 2012  Olly Betts <olly@survex.com>
1801
1802        * tests/badinc3.svx: Add new test file, missed in earlier commit.
1803
[ccc815d5]1804Mon Dec 03 04:18:34 GMT 2012  Olly Betts <olly@survex.com>
1805
1806        * src/cavern.c: Use /* */ comments, not //.
1807
[e3d956b]1808Mon Dec 03 04:16:40 GMT 2012  Olly Betts <olly@survex.com>
1809
1810        * tests/Makefile.am: Add new test suite files.
1811
[4bc4d58]1812Mon Dec 03 04:13:32 GMT 2012  Olly Betts <olly@survex.com>
1813
1814        * src/datain.c,tests/cavern.tst: Fix handling after reporting an error
1815          for a bad reading in passage data to not then complain "End of line
1816          not blank" but instead check other readings on the same line.
1817        * tests/passagebad.svx: Add regression testcase.
1818
[33a2d49]1819Mon Dec 03 02:55:33 GMT 2012  Olly Betts <olly@survex.com>
1820
1821        * tests/cavern.tst,tests/extend.tst,tests/smoke.tst: Add valgrind hooks
1822          to the rest of the tests scripts.
1823
[5b7b184]1824Mon Dec 03 02:53:56 GMT 2012  Olly Betts <olly@survex.com>
1825
1826        * configure.ac: Fix package name, broken during modernisation of
1827          autotools use.
1828
[38c4c5c]1829Mon Dec 03 02:32:01 GMT 2012  Olly Betts <olly@survex.com>
1830
1831        * tests/: Run tools under valgrind in most test scripts if VALGRIND is
1832          set.
1833
[e963c8c]1834Mon Dec 03 02:29:56 GMT 2012  Olly Betts <olly@survex.com>
1835
1836        * tests/smoke.tst: Remove variables which aren't ever used.
1837
[bbe0a27]1838Mon Dec 03 02:28:45 GMT 2012  Olly Betts <olly@survex.com>
1839
1840        * tests/: Make all test scripts report "Test passed" at the end if
1841          VERBOSE is set and all testcases in the script passed.
1842
[67a2822]1843Mon Dec 03 01:59:04 GMT 2012  Olly Betts <olly@survex.com>
1844
1845        * tests/cavern.tst: If VALGRIND is set, run cavern under valgrind and
1846          fail the test if there's an error.
1847
[0a158bc]1848Mon Dec 03 01:29:39 GMT 2012  Olly Betts <olly@survex.com>
1849
1850        * src/datain.c: Refactor to avoid duplicating code for handling clino
1851          and backclino.
1852
[e3b03de]1853Mon Dec 03 01:29:05 GMT 2012  Olly Betts <olly@survex.com>
1854
1855        * src/datain.c: Check r is valid before using it at all.
1856
[30d80d2]1857Sun Dec 02 23:48:05 GMT 2012  Olly Betts <olly@survex.com>
1858
1859        * src/str.c,src/str.h: Inline s_zero() and s_free() since they should
1860          optimise down to similar or less code than a function call would.
1861
[eb96f18]1862Sun Dec 02 23:47:21 GMT 2012  Olly Betts <olly@survex.com>
1863
1864        * src/datain.c: s_zero() on a NULL pointer is a no-op, so remove.
1865
[b165f50]1866Sun Dec 02 22:53:34 GMT 2012  Olly Betts <olly@survex.com>
1867
1868        * lib/de_CH.po: Consistently use Swiss quoting style.
1869
[6f61f83]1870Sun Dec 02 22:51:53 GMT 2012  Olly Betts <olly@survex.com>
1871
1872        * src/readval.c: If we're about to longjmp to jbSkipLine, then we can
1873          just call compile_error() instead of compile_error_skip().
1874
[e363f8b]1875Sun Dec 02 22:40:07 GMT 2012  Olly Betts <olly@survex.com>
1876
1877        * src/datain.c: Always skip the current line if we longjmp to
1878          jbSkipLine.
1879        * tests/cavern.tst,tests/skipafterbadomit.svx: We weren't skipping
1880          after complaining about OMIT for a required reading, which the
1881          change to always skip fixes, so add a regression test for that.
1882
[75e67ab]1883Sat Dec 01 23:42:22 GMT 2012  Olly Betts <olly@survex.com>
1884
1885        * src/readval.c: Add a "const".
1886
[6fe33ed]1887Fri Nov 30 00:31:16 GMT 2012  Olly Betts <olly@survex.com>
1888
1889        * lib/it.po,lib/sk.po: Merge more updates from launchpad.
1890
[7f6250a]1891Wed Nov 28 06:11:11 GMT 2012  Olly Betts <olly@survex.com>
1892
1893        * NEWS: Update from ChangeLog.
1894
[6b9e4eb]1895Wed Nov 28 05:02:26 GMT 2012  Olly Betts <olly@survex.com>
1896
1897        * lib/de.po: A few more translations from launchpad.
1898
[a7b5554]1899Wed Nov 28 01:56:49 GMT 2012  Olly Betts <olly@survex.com>
1900
1901        * lib/,src/sorterr.c: Change "HOW MANY" to "HOW_MANY" to make it
1902          clearer this is a placeholder for one argument.
1903
[bc98047]1904Wed Nov 28 01:52:16 GMT 2012  Olly Betts <olly@survex.com>
1905
1906        * src/message.c: Don't force Latin 1 if setlocale(LC_MESSAGES, ...)
1907          fails.
1908
[1f47cc2]1909Wed Nov 28 01:51:11 GMT 2012  Olly Betts <olly@survex.com>
1910
1911        * src/message.c: Transliterate « and » to " if we don't have them in
1912          the current character set (previously we mapped them to << and >>).
1913
[68e6024]1914Wed Nov 28 01:00:53 GMT 2012  Olly Betts <olly@survex.com>
1915
1916        * lib/: Merge translations from launchpad.
1917
[e2e08e9]1918Wed Nov 28 00:44:36 GMT 2012  Olly Betts <olly@survex.com>
1919
1920        * lib/de_CH.po: Fill gaps from de.po.
1921
[95694a1]1922Wed Nov 28 00:44:05 GMT 2012  Olly Betts <olly@survex.com>
1923
1924        * lib/de.po: Merge in new "TRANSLATORS" comments.
1925
[fe7e9e3]1926Wed Nov 28 00:43:39 GMT 2012  Olly Betts <olly@survex.com>
1927
1928        * lib/es.po,lib/fr.po,lib/it.po: Merge translations from launchpad.
1929
[e9a67e8]1930Wed Nov 28 00:11:07 GMT 2012  Olly Betts <olly@survex.com>
1931
1932        * lib/pt_BR.po: Merge translations from launchpad.
1933
[5b74858]1934Wed Nov 28 00:00:18 GMT 2012  Olly Betts <olly@survex.com>
1935
1936        * lib/po-to-msg.pl: Add FIXME to only check % formats for messages
1937          which have the "c-format" flag set.
1938
[b772727]1939Tue Nov 27 23:57:25 GMT 2012  Olly Betts <olly@survex.com>
1940
1941        * lib/po-to-msg.pl: Fix quote check to handle “” vs »«.
1942
[57d980f]1943Tue Nov 27 23:40:06 GMT 2012  Olly Betts <olly@survex.com>
1944
1945        * lib/de.po,lib/po_codes,lib/survex.pot: Reorder messages so the ones
1946          in the "View" menu are together in order.  Adjust menu accelerators
1947          for the German translation to avoid clashes in the View menu.
1948
[71cf541]1949Tue Nov 27 23:14:05 GMT 2012  Olly Betts <olly@survex.com>
1950
1951        * lib/de.po: Merge more updates from launchpad.
1952
[c4a09387]1953Tue Nov 27 22:30:36 GMT 2012  Olly Betts <olly@survex.com>
1954
1955        * lib/de.po: Merge updates from launchpad.
1956
[5c4d167]1957Wed Nov 14 05:50:47 GMT 2012  Olly Betts <olly@survex.com>
1958
1959        * lib/fr.po: Merge in new translator comments.
1960
[b1afaf6]1961Sun Nov 04 21:26:29 GMT 2012  Olly Betts <olly@survex.com>
1962
1963        * lib/sk.po: Merge changes from Martin Sluka.
1964
[aefa547]1965Sun Nov 04 21:26:01 GMT 2012  Olly Betts <olly@survex.com>
1966
1967        * lib/ca.po: Merge in TRANSLATOR comments.
1968
[28b4065]1969Sun Nov 04 21:25:40 GMT 2012  Olly Betts <olly@survex.com>
1970
1971        * lib/fr.po: Fix clashing menu accelerator.
1972
[65d9b6b]1973Fri Nov 02 04:02:16 GMT 2012  Olly Betts <olly@survex.com>
1974
1975        * NEWS: Update from ChangeLog.
1976
[b0a90c1]1977Fri Nov 02 03:58:12 GMT 2012  Olly Betts <olly@survex.com>
1978
1979        * lib/mailmsgs.pl: Remove obsolete script.
1980        * lib/Makefile.am,lib/po-to-msg.pl: Remove references to *.todo, which
1981          we no longer generate.
1982
[e16ab0b]1983Fri Nov 02 03:46:59 GMT 2012  Olly Betts <olly@survex.com>
1984
1985        * lib/survex.pot: Add another TRANSLATORS comment.
1986
[8870a192]1987Fri Nov 02 03:25:52 GMT 2012  Olly Betts <olly@survex.com>
1988
1989        * lib/survex.pot: Add TRANSLATORS comments to clarify messages which
1990          Eric asked about.
1991
[b14d8e8]1992Fri Nov 02 03:06:00 GMT 2012  Olly Betts <olly@survex.com>
1993
1994        * lib/: Merge translation updates.
1995
[85c83ac5]1996Fri Nov 02 00:32:35 GMT 2012  Olly Betts <olly@survex.com>
1997
1998        * src/guicontrol.cc,src/mainfrm.cc: On OS X, F11 is used by the desktop
1999          so change the menu shortcut for "Full Screen Mode" to be the OS X
2000          standard shortcut Shift-Command-F.
2001
[351937d]2002Sun Oct 28 04:21:27 GMT 2012  Olly Betts <olly@survex.com>
2003
2004        * lib/sk.po: Merge updates from Martin Sluka.
2005
[6e0cdc2c]2006Mon Oct 15 04:19:57 GMT 2012  Olly Betts <olly@survex.com>
2007
2008        * Makefile.am,configure.ac: Modern automake seems to cope with files
2009          required by GNU being generated during the build, so we no longer
2010          need to use the "foreign" automake mode.  Also use -Werror with
2011          automake.
2012
[0257ad0]2013Mon Oct 15 02:28:46 GMT 2012  Olly Betts <olly@survex.com>
2014
2015        * src/Makefile.am: Remove workaround for GCC 2.95 failing to compile
2016          gfxcore.cc - GCC 2.95 is obsolete now.
2017
[aef7b08]2018Mon Oct 15 02:27:04 GMT 2012  Olly Betts <olly@survex.com>
2019
2020        * src/Makefile.am: Use AM_CPPFLAGS instead of obsolete INCLUDES.
2021
[d260645]2022Mon Oct 15 02:21:53 GMT 2012  Olly Betts <olly@survex.com>
2023
2024        * Makefile.am,buildmacosx.sh,configure.ac,lib/mailmsgs.pl: Update
2025          configure.ac from passing version to AM_INIT_AUTOMAKE to passing it
2026          to AC_INIT, and fix places which grep out the version.
2027
[147b12b]2028Mon Oct 15 02:08:23 GMT 2012  Olly Betts <olly@survex.com>
2029
2030        * buildmacosx.sh,configure.ac,configure.in,doc/Makefile.am,
2031          lib/mailmsgs.pl: Rename configure.in to configure.ac to make modern
2032          autotools usage.
2033
[c458cf7]2034Thu Sep 27 10:41:56 GMT 2012  Olly Betts <olly@survex.com>
2035
2036        * src/: Switch read_prefix_*() family of functions to be a single
2037          read_prefix() function which tags a bitmask of flags.
2038
[2aa484e]2039Thu Sep 27 09:23:41 GMT 2012  Olly Betts <olly@survex.com>
2040
2041        * lib/id.po: Resolve clashing menu accelerators.
2042
[29c302d]2043Thu Sep 27 05:37:18 GMT 2012  Olly Betts <olly@survex.com>
2044
2045        * src/namecompare.cc: Fix to build with wx2.8.
2046
[3dfffa2]2047Thu Sep 27 05:25:49 GMT 2012  Olly Betts <olly@survex.com>
2048
2049        * NEWS: Update from ChangeLog.
2050
[aa1927c4]2051Thu Sep 27 05:12:22 GMT 2012  Olly Betts <olly@survex.com>
2052
2053        * src/message.c: For determining character set on Unix, check LANG
2054          after LC_ALL and LC_CTYPE.  For determining language, check LC_ALL
2055          before LC_MESSAGES and LANG.
2056
[4f62f2c]2057Thu Sep 27 04:48:34 GMT 2012  Olly Betts <olly@survex.com>
2058
2059        * lib/id.po: Add more translations and fix marking of unused messages.
2060
[5bff838]2061Thu Sep 27 04:07:24 GMT 2012  Olly Betts <olly@survex.com>
2062
2063        * lib/Indonesian-5.1.11.isl,lib/Makefile.am,lib/id.po: Add start of
2064          Indonesian translation from launchpad.
2065
[571547c]2066Thu Sep 27 03:56:22 GMT 2012  Olly Betts <olly@survex.com>
2067
2068        * lib/: Merge translation updates from launchpad.
2069
[b82f52d]2070Thu Sep 27 00:31:24 GMT 2012  Olly Betts <olly@survex.com>
2071
2072        * lib/: Remove scripts and data files which are no longer used.
2073
[bc60689]2074Sat Sep 22 05:06:23 GMT 2012  Olly Betts <olly@survex.com>
2075
2076        * src/mainfrm.cc,src/mainfrm.h: Don't run incremental search on every
2077          key-press, as on a slow machine the short initial search(es) will
2078          take a while but not be useful.  Instead set a flag, and actually
2079          run the search when MainFrm next receives an idle event.
2080
[f0c7398]2081Fri Sep 21 06:24:32 GMT 2012  Olly Betts <olly@survex.com>
2082
2083        * src/img.h: New leg flag img_FLAG_NOSURVEY.
2084        * src/netskel.c: Set img_FLAG_NOSURVEY for nosurvey legs.
2085        * src/dump3d.c: Report NOSURVEY leg flag.
2086
[b5b8b7e]2087Fri Sep 21 06:22:29 GMT 2012  Olly Betts <olly@survex.com>
2088
2089        * src/Makefile.am: dump3d now needs date.c.
2090
[798a6bf]2091Wed Sep 19 22:12:35 GMT 2012  Olly Betts <olly@survex.com>
2092
2093        * src/dump3d.c: Add --show-dates option.
2094
[0bd66ac]2095Fri Sep 07 11:39:06 GMT 2012  Olly Betts <olly@survex.com>
2096
2097        * src/namecompare.cc,src/namecompare.h: Add two new files which were
2098          in the last release but I failed to commit.
2099
[351b91f]2100Tue Aug 14 09:42:43 GMT 2012  Olly Betts <olly@survex.com>
2101
2102        * lib/Makefile.am: Create de_DE.po as a symlink if it doesn't exist.
2103
[41cfc8c]2104Mon May 28 16:56:27 GMT 2012  Olly Betts <olly@survex.com>
2105
2106        * configure.in: -W no longer seems to cause problems with wxWidgets.
2107
[41f7a27]2108Mon May 28 16:49:37 GMT 2012  Olly Betts <olly@survex.com>
2109
2110        * src/: Remove unused parameter names.
2111
[27795245]2112Sun May 27 12:24:17 GMT 2012  Olly Betts <olly@survex.com>
2113
2114        * src/export.cc: Include "export.h".
2115
[335f37a]2116Fri May 25 14:20:24 GMT 2012  Olly Betts <olly@survex.com>
2117
2118        * tests/cavern.tst,test/equatenosuchstn.out: Drop line reporting time
2119          taken when comparing output, as that can vary.
2120        * src/listpos.c,tests/equatenosuchstn.out: Move "Station X referred to
2121          just once" warning after non-existent survey check.
2122        * src/,tests/: If survey isn't all connected, still run survey tree
2123          checks and report errors and/or warnings which might suggest typo
2124          locations.
2125
[0ebdaa6]2126Tue Feb 28 00:41:15 GMT 2012  Olly Betts <olly@survex.com>
2127
2128        * tests/diffpos.tst: Force English messages for diffpos tests too.
2129
[6e47b72]2130Tue Feb 28 00:39:45 GMT 2012  Olly Betts <olly@survex.com>
2131
2132        * tests/cavern.tst: Force English messages so comparing expected output
2133          works whatever the current language setting.
2134
[1e0a80a]2135Fri Feb 24 00:43:04 GMT 2012  Olly Betts <olly@survex.com>
2136
2137        * tests/cavern.tst,tests/equatenosuchstn.out: Fix test failure due to
2138          Survex version number appearing in expected output.
2139
[366976d]2140Thu Feb 23 22:34:52 GMT 2012  Olly Betts <olly@survex.com>
2141
2142        * make_release: Link mingw build statically to avoid needing libgcc
2143          DLL.
2144
[de4b099]2145Wed Feb 22 23:39:25 GMT 2012  Olly Betts <olly@survex.com>
2146
2147        * configure.in,src/gla-gl.cc: The Debian mingw-w64 packages lack
2148          GL/glext.h so test for it in configure.
2149
[6f8cb1c]2150Wed Feb 22 23:29:29 GMT 2012  Olly Betts <olly@survex.com>
2151
2152        * src/cavernlog.cc: Remove variable which is only assigned to and
2153          never read.
2154
[c575465]2155Wed Feb 22 22:09:02 GMT 2012  Olly Betts <olly@survex.com>
2156
2157        * NEWS,src/Makefile.am: Disable building findentrances by default
2158          so I can get 1.2.6 out without further delays as it fixes processing
2159          .svx files from aven under Mac OS X.
2160
[e2d48d8]2161Wed Feb 22 11:35:40 GMT 2012  Olly Betts <olly@survex.com>
2162
2163        * src/datain.c: Remove return type from data_normal() etc as we never
2164          use it.
2165
[4996925]2166Wed Feb 22 05:11:53 GMT 2012  Olly Betts <olly@survex.com>
2167
2168        * make_release: Update to work with Debian mingw-w64 packages.
2169
[b081031]2170Mon Feb 20 05:08:26 GMT 2012  Olly Betts <olly@survex.com>
2171
2172        * NEWS,configure.in: Update for 1.2.6.
2173
[0cf46f5]2174Sun Feb 19 10:48:37 GMT 2012  Olly Betts <olly@survex.com>
2175
2176        * doc/3dformat.htm: Merge in some improvements from Mike McCombe.
2177
[96b974e]2178Fri Feb 17 03:49:59 GMT 2012  Olly Betts <olly@survex.com>
2179
2180        * src/message.c: Fix so that cavern run by aven finds its messages.
2181
[59b0f0c]2182Thu Feb 16 01:36:54 GMT 2012  Olly Betts <olly@survex.com>
2183
2184        * Makefile.am,survex.iss.in: Include JPG images in Innosetup installer.
2185          (ticket#35)
2186
[4d34e1f]2187Fri Jan 27 13:30:54 GMT 2012  Olly Betts <olly@survex.com>
2188
2189        * lib/po_codes,lib/survex.pot,src/Makefile.am,src/findentrances.cc:
2190          Make all messages in findentrances translatable.
2191
[cd971de]2192Fri Jan 27 11:03:28 GMT 2012  Olly Betts <olly@survex.com>
2193
2194        * lib/po_codes,lib/survex.pot,src/listpos.c,tests/: If we have a
2195          reference to a station in a non-existent survey, give a helpful error
2196          rather than saying the station hasn't been exported from the survey.
2197
[4ef0e01]2198Tue Jan 24 23:03:10 GMT 2012  Olly Betts <olly@survex.com>
2199
2200        * src/cavern.c: Remove TRANSLATE comment which has already been
2201          addressed.
2202
[48e82bf]2203Tue Jan 24 10:56:14 GMT 2012  Olly Betts <olly@survex.com>
2204
2205        * src/findentrances.cc: Add commenting noting precision of lat and lon.
2206
[34b9d54]2207Tue Jan 24 10:55:19 GMT 2012  Olly Betts <olly@survex.com>
2208
2209        * src/findentrances.cc: Don't include carriage returns in .gpx output.
2210
[1686083]2211Tue Jan 24 10:42:41 GMT 2012  Olly Betts <olly@survex.com>
2212
2213        * src/findentrances.cc: Add GPL licence boilerplate (Olaf OKed this in
2214          <20120111115239.1b162450@ghost>).
2215
[5f6e8b2]2216Tue Jan 24 04:53:30 GMT 2012  Olly Betts <olly@survex.com>
2217
2218        * src/Makefile.am,src/findentrances.cc: Build findentrances in the
2219          buildsystem.
2220
[e34a704b]2221Tue Jan 24 04:41:03 GMT 2012  Olly Betts <olly@survex.com>
2222
2223        * src/findentrances.cc: Update examples of usage to reflect "-s"
2224          change.
2225
[ea788a3]2226Tue Jan 24 04:38:11 GMT 2012  Olly Betts <olly@survex.com>
2227
2228        * src/findentrances.cc: Use string::assign() rather than constructing
2229          a temporary string object and assigning that.
2230
[9e513bd3]2231Tue Jan 24 04:35:25 GMT 2012  Olly Betts <olly@survex.com>
2232
2233        * src/cmdline.c: Allow help argument to cmdline_init() to be NULL.
2234
[56c01a3]2235Tue Jan 24 04:35:04 GMT 2012  Olly Betts <olly@survex.com>
2236
2237        * src/findentrances.cc: Support --help and --version options.
2238
[8ec699d]2239Tue Jan 24 04:27:15 GMT 2012  Olly Betts <olly@survex.com>
2240
2241        * src/findentrances.cc: "using namespace std;"
2242
[dcc50a4]2243Tue Jan 24 04:25:09 GMT 2012  Olly Betts <olly@survex.com>
2244
2245        * src/findentrances.cc: Give error if required -d option is not
2246          specified.
2247
[375de6a]2248Tue Jan 24 04:19:29 GMT 2012  Olly Betts <olly@survex.com>
2249
2250        * src/findentrances.cc: Other survex tools use -s for "limit operation
2251          to this survey prefix" and just take the .3d file to operate on as
2252          a command line argument, so for consistency just take the .3d file
2253          as a command line argument here too.
2254
[23dc8cb]2255Tue Jan 24 04:18:41 GMT 2012  Olly Betts <olly@survex.com>
2256
2257        * src/findentrances.cc: Reindent with 4 space indent, tab width 8.
2258
[ac71f8a]2259Tue Jan 24 04:12:19 GMT 2012  Olly Betts <olly@survex.com>
2260
2261        * src/findentrances.cc: Add findentrances utility from Olaf.
2262
[f4c4ee15]2263Tue Jan 10 12:57:08 GMT 2012  Olly Betts <olly@survex.com>
2264
2265        * lib/survex.pot,lib/zh_CN.po: Update.
2266
[d3c3098]2267Tue Jan 10 12:56:33 GMT 2012  Olly Betts <olly@survex.com>
2268
2269        * lib/po_codes: Update locations.
2270
[bf48d5c]2271Tue Jan 10 12:55:25 GMT 2012  Olly Betts <olly@survex.com>
2272
2273        * lib/Makefile.am: When generating survex.pot from po_codes, drop the
2274          codes from commented out messages too.
2275
[a212391]2276Mon Jan 09 12:21:28 GMT 2012  Olly Betts <olly@survex.com>
2277
2278        * src/aven.cc: Fix to build with a non-Unicode wxWidgets library.
2279          Patch from Olaf Kahler.
2280
[b80dbd9]2281Fri Jan 06 11:47:59 GMT 2012  Olly Betts <olly@survex.com>
2282
2283        * lib/: Touch all the .po files.
2284
[6331a42]2285Fri Jan 06 11:47:10 GMT 2012  Olly Betts <olly@survex.com>
2286
2287        * lib/touch-po.pl: New script to "touch" a .po file by updating
2288          "PO-Revision-Date:".
2289
[d73ef23]2290Fri Jan 06 11:34:16 GMT 2012  Olly Betts <olly@survex.com>
2291
2292        * lib/,src/Makefile.am,src/gettexttomsg.pl: Rename codes.po to po_codes
2293          so it doesn't get picked up by tools looking for .po files.  Add
2294          survex.pot to the repo so launchpad's auto translation syncing can
2295          work.
2296
[9d5aa63]2297Fri Jan 06 11:25:23 GMT 2012  Olly Betts <olly@survex.com>
2298
2299        * make_release: Update to use git rather than SVN.
2300
[e367554]2301Fri Jan 06 11:19:37 GMT 2012  Olly Betts <olly@survex.com>
2302
2303        * doc/HACKING.htm: Update mention of "SVN tree" to "source tree" as the
2304          files mentioned are shipped in releases too.
2305
[21f2647]2306Wed Jan 04 05:22:32 GMT 2012  Olly Betts <olly@survex.com>
2307
2308        * lib/Makefile.am: Make the containing directory in the launchpad
2309          tarball “survex-trans”.
2310
[68961ee]2311Wed Jan 04 03:41:40 GMT 2012  Olly Betts <olly@survex.com>
2312
2313        * src/dump3d.c: Add support for showing img_ERROR_INFO items.
2314
[90e24f9]2315Tue Jan 03 23:54:26 GMT 2012  Olly Betts <olly@survex.com>
2316
2317        * lib/fr.po: Incorporate a translation from launchpad I'd previously
2318          copied the English version of by mistake.  Attempt to correct
2319          mistranslation of "survey file".
2320
[9c9fd6b]2321Tue Jan 03 13:21:09 GMT 2012  Olly Betts <olly@survex.com>
2322
2323        * make_release: Need to set VERSION before we first use it!
2324
[685116f]2325Tue Jan 03 12:39:38 GMT 2012  Olly Betts <olly@survex.com>
2326
2327        * NEWS,configure.in: Update for 1.2.5.
2328
[6f6691b]2329Tue Jan 03 12:11:14 GMT 2012  Olly Betts <olly@survex.com>
2330
2331        * doc/survex.7.in: Make a few minor improvements to the text.
2332
[c6bd107]2333Tue Jan 03 12:07:31 GMT 2012  Olly Betts <olly@survex.com>
2334
2335        * doc/survex.7.in: Update section in .TH macro to 7 too.
2336
[008f2f3]2337Tue Jan 03 12:04:54 GMT 2012  Olly Betts <olly@survex.com>
2338
2339        * src/moviemaker.cc: Further fix.
2340
[86d8ee5]2341Tue Jan 03 11:05:11 GMT 2012  Olly Betts <olly@survex.com>
2342
2343        * configure.in,src/moviemaker.cc: Fix to work with newer ffmpeg.
2344
[c091027]2345Mon Jan 02 13:10:42 GMT 2012  Olly Betts <olly@survex.com>
2346
2347        * src/gfxcore.cc: Draw measuring line above indicators rather than
2348          underneath them.
2349
[03cb7cc]2350Mon Jan 02 12:52:47 GMT 2012  Olly Betts <olly@survex.com>
2351
2352        * src/message.c: Improve handling of messages before the message
2353          subsystem is fully initialised.
2354
[41adebb]2355Mon Jan 02 12:37:18 GMT 2012  Olly Betts <olly@survex.com>
2356
2357        * src/Makefile.am,src/mainfrm.cc,src/namecmp.h: Add a version of the
2358          station name comparing algorithm which works with the Unicode strings
2359          directly, which fixes the issue with random ordering of the prefix
2360          tree control in aven due to the converted strings we were comparing
2361          getting invalidated before we actually compared them.
2362
[b3f1bbe]2363Mon Jan 02 12:12:35 GMT 2012  Olly Betts <olly@survex.com>
2364
2365        * src/gla-gl.cc: If glGenLists() fails, flag the list as NEVER_CACHE
2366          as there's unlikely to be much point calling glGenLists() again.
2367        * src/gla-gl.cc,src/gla.h: Replace GLAList methods test_flag() and
2368          InvalidateList() with an invalidate_if() method.
2369
[92cf7a8f]2370Mon Jan 02 11:54:38 GMT 2012  Olly Betts <olly@survex.com>
2371
2372        * src/gfxcore.cc,src/gla-gl.cc: No need to invalidate the display lists
2373          for the compass and clino when a new survey is loaded as they don't
2374          depend on the survey data.
2375
[620c0c9]2376Mon Jan 02 11:17:51 GMT 2012  Olly Betts <olly@survex.com>
2377
2378        * src/gla-gl.cc,src/gla.h: Rework list caching code to not call
2379          glDeleteLists() and glGenLists() when a list is invalidated, as that
2380          results in a fresh list number being allocated (at least with the
2381          OpenGL implementation I'm using) which would eventually result in
2382          aven hitting an assertion which is there to catch if we leak lists.
2383
[8df3c7f]2384Sun Jan 01 13:29:03 GMT 2012  Olly Betts <olly@survex.com>
2385
2386        * lib/Makefile.am: Put translation files in a sub-directory in the
2387          tarball, and print the path to it so it can be cut-and-pasted to
2388          upload to launchpad.
2389
[ee83074]2390Sun Jan 01 10:48:01 GMT 2012  Olly Betts <olly@survex.com>
2391
2392        * lib/it.po: Add "translation" for degree symbol.
2393
[64773c9]2394Sun Jan 01 10:33:55 GMT 2012  Olly Betts <olly@survex.com>
2395
2396        * lib/en_US.po: Merge template changes into en_US.po (no user-visible
2397          changes).
2398
[8430216]2399Sun Jan 01 04:45:03 GMT 2012  Olly Betts <olly@survex.com>
2400
2401        * make_release: Fix typo in filename to copy to webserver.  Show the
2402          SHA1 checksums for the uploaded files.
2403
[f15ca67f]2404Sun Jan 01 02:56:04 GMT 2012  Olly Betts <olly@survex.com>
2405
2406        * NEWS,configure.in: Update for 1.2.4.
2407
[6e0c5879]2408Sun Jan 01 02:53:03 GMT 2012  Olly Betts <olly@survex.com>
2409
2410        * src/gfxcore.cc,src/gfxcore.h: Update copyright years.
2411
[825bdff]2412Sun Jan 01 02:32:59 GMT 2012  Olly Betts <olly@survex.com>
2413
2414        * src/gfxcore.cc,src/gfxcore.h: Improve labelling of depth colour key
2415          to avoid sub-picometre precision on near-zero values (ticket#30).
2416          We now always use metres or feet for the depth with a consistent
2417          precision chosen from the depth range, and show the units below
2418          the colour bar rather than after every value.
2419        * src/gfxcore.cc,src/gfxcore.h: When zooming way in, stay in metres
2420          rather than switching to cm.  Say “1 mile” rather than “1 miles”.
2421
[19b2f99]2422Sat Dec 31 22:40:07 GMT 2011  Olly Betts <olly@survex.com>
2423
2424        * src/gla-gl.cc: Fix not to make OpenGL calls before we've initialised
2425          OpenGL, as this can cause segmentation faults (e.g. on Fedora 16).
2426          Extend CHECK_GL_ERROR() to check that we don't make such calls in
2427          future.
2428
[404e6575]2429Sat Dec 31 22:37:47 GMT 2011  Olly Betts <olly@survex.com>
2430
2431        * lib/es.po: Fix "Last-Translator:" header and merge in translation
2432          of a message which is not currently used.
2433
[38eced7]2434Sat Dec 31 15:04:23 GMT 2011  Olly Betts <olly@survex.com>
2435
2436        * lib/: Merge remaining .po files.
2437
[399807d8]2438Sat Dec 31 14:46:20 GMT 2011  Olly Betts <olly@survex.com>
2439
2440        * lib/: Merge more .po files.
2441
[3a3de38]2442Sat Dec 31 14:24:25 GMT 2011  Olly Betts <olly@survex.com>
2443
2444        * lib/ca.po,lib/de_CH.po,lib/en_US.po: Merge template changes into .po
2445          files.
2446
[585def75]2447Sat Dec 31 13:13:55 GMT 2011  Olly Betts <olly@survex.com>
2448
2449        * lib/fr.po: More translation updates from launchpad.
2450
[9b9561b]2451Sat Dec 31 12:51:53 GMT 2011  Olly Betts <olly@survex.com>
2452
2453        * lib/ca.po,lib/sk.po: Fix unattached acute accents.
2454
[6d92798]2455Sat Dec 31 12:45:36 GMT 2011  Olly Betts <olly@survex.com>
2456
2457        * lib/: Update Project-Id-Version in .po files to match that in
2458          survex.pot.
2459
[134ee8d]2460Sat Dec 31 12:43:52 GMT 2011  Olly Betts <olly@survex.com>
2461
2462        * lib/Makefile.am: Add launchpad-tarball target to make a tarball
2463          of the translations suitable for uploading to launchpad.
2464
[e11c235]2465Sat Dec 31 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
2466
2467        * make_release: Echo the commands to copy the new release to the web
2468          server at the end.
2469        * copy-prerelease,copy-release: Remove old scripts which are no longer
2470          useful.
2471
[3ea0178]2472Sat Dec 31 11:13:11 GMT 2011  Olly Betts <olly@survex.com>
2473
2474        * NEWS,configure.in: Update for 1.2.3.
2475
[ae2e3c0]2476Sat Dec 31 10:58:34 GMT 2011  Olly Betts <olly@survex.com>
2477
2478        * src/mainfrm.cc: As we build the data structure, eliminate tubes
2479          consisting of zero XSECTs as well as those consisting of just one.
2480
[8490ad9]2481Sat Dec 31 10:36:24 GMT 2011  Olly Betts <olly@survex.com>
2482
2483        * src/img.h: Fix incorrect comment which claimed that img_XFLAG_END
2484          was no longer used.
2485        * src/img.c: Use img_XFLAG_END constant rather than assuming it is
2486          1.
2487
[2f1c0c0]2488Sat Dec 31 10:32:44 GMT 2011  Olly Betts <olly@survex.com>
2489
2490        * src/extend.c: Copy the end markers for passage tubes, and preserve
2491          left and right data for tubes (previously they were set to -1.0
2492          which means "no info").
2493
[f63bd56]2494Sat Dec 31 08:17:08 GMT 2011  Olly Betts <olly@survex.com>
2495
2496        * lib/extract-msgs.pl: New script to allow developers to update
2497          codes.po from source code.
2498        * lib/Makefile.am: Ship it.
2499        * src/Makefile.am: Add rule to run it on all used sources and generate
2500          newcodes.po which can then be compared with current version.
2501
[08004e7]2502Sat Dec 31 08:14:06 GMT 2011  Olly Betts <olly@survex.com>
2503
2504        * lib/codes.po: Update source locations, add a missing c-format marker.
2505
[5c2bff7]2506Sat Dec 31 08:13:26 GMT 2011  Olly Betts <olly@survex.com>
2507
2508        * src/mainfrm.cc: Fix a message in the source code which I missed in
2509          the previous batch.
2510
[14d03d5]2511Sat Dec 31 08:12:23 GMT 2011  Olly Betts <olly@survex.com>
2512
2513        * lib/po-to-msg.pl: Removed unused remains of check that messages are
2514          in numerically ascending order, which we no longer want to enforce.
2515
[4340dae]2516Sat Dec 31 07:48:20 GMT 2011  Olly Betts <olly@survex.com>
2517
2518        * src/sorterr.c: Fix a message in the source code which I missed in
2519          the previous batch.
2520
[84d6c400]2521Sat Dec 31 05:54:45 GMT 2011  Olly Betts <olly@survex.com>
2522
2523        * src/message.c: Transliterate curly right single quote to ASCII
2524          apostrophe if we can't represent it in the current character set.
2525
[ee7511a]2526Sat Dec 31 05:44:47 GMT 2011  Olly Betts <olly@survex.com>
2527
2528        * lib/,src/: Use curly apostrophe instead of "'" in messages.  Correct
2529          messages in source code which didn't match those in the message file
2530          (no visible effects to end-users).
2531        * lib/codes.po: Update file:lineno locations where messages are used.
2532        * lib/po-to-msg.pl: Warn about different numbers of opening or
2533          closing curly double quotes in message vs translation.
2534        * lib/ca.po,lib/es.po: Fix minor typo in one message caught by this
2535          new warning.
2536
[5b9942e]2537Sat Dec 31 05:23:46 GMT 2011  Olly Betts <olly@survex.com>
2538
2539        * NEWS: Update from ChangeLog.
2540
[0804fbe]2541Thu Dec 29 03:37:04 GMT 2011  Olly Betts <olly@survex.com>
2542
2543        * lib/,src/: Use curly double quotes instead of "`" and "'" to
2544          quote literals and filenames in messages.
2545
[7a49002]2546Thu Dec 29 03:21:49 GMT 2011  Olly Betts <olly@survex.com>
2547
2548        * src/message.c: Transliterate curly double quotes to ASCII straight
2549          double quotes if we can't represent them in the current character
2550          set.
2551
[1465b7a]2552Thu Dec 29 03:14:52 GMT 2011  Olly Betts <olly@survex.com>
2553
2554        * src/message.c: Convert source code to UTF-8.
2555
[92678b5]2556Thu Dec 29 00:52:44 GMT 2011  Olly Betts <olly@survex.com>
2557
2558        * src/gla-gl.cc: Fix typo in CHECK_GL_ERROR() change in previous
2559          commit.
2560
[6cf4daa]2561Thu Dec 29 00:49:31 GMT 2011  Olly Betts <olly@survex.com>
2562
2563        * src/gla-gl.cc: We already keep track of the GL canvas size in x_size
2564          and y_size so use those rather than re-requesting them.
2565
[5717f69]2566Wed Dec 28 11:45:40 GMT 2011  Olly Betts <olly@survex.com>
2567
2568        * lib/fr.po: Merge in updated translations from launchpad.
2569
[46acc71]2570Sun Nov 27 12:30:31 GMT 2011  Olly Betts <olly@survex.com>
2571
2572        * src/tr.c,src/tr.h: Committing original versions of tr tiled
2573          rendering code.
2574
[3ea243b]2575Thu Nov 24 12:59:24 GMT 2011  Olly Betts <olly@survex.com>
2576
2577        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Remove
2578          GLACanvas::SetBackgroundColour() since we only ever set it to black
2579          and opaque.
2580
[a775268]2581Thu Nov 24 12:28:07 GMT 2011  Olly Betts <olly@survex.com>
2582
2583        * doc/TODO.htm: Add note to pick the fastest method for crosses/blobs
2584          if multiple ones pass the visual fidelity check.
2585
[4f7f965]2586Thu Nov 24 12:27:33 GMT 2011  Olly Betts <olly@survex.com>
2587
2588        * src/gla-gl.cc: Add disabled code to show the visual fidelity check on
2589          stdout.
2590
[c8f449c3]2591Thu Nov 24 12:24:49 GMT 2011  Olly Betts <olly@survex.com>
2592
2593        * src/gla-gl.cc: Fix screenshot and movie generation to read from the
2594          front buffer in the usual case of being double buffered.
2595
[a106530]2596Thu Nov 24 12:02:22 GMT 2011  Olly Betts <olly@survex.com>
2597
2598        * src/gla-gl.cc: Add CHECK_GL_ERROR for glReadPixels calls.
2599
[dd64a45]2600Thu Nov 24 11:59:23 GMT 2011  Olly Betts <olly@survex.com>
2601
2602        * src/gla-gl.cc: Undefine o and I after we're done with them.
2603
[8b34cd5]2604Thu Nov 24 11:56:57 GMT 2011  Olly Betts <olly@survex.com>
2605
2606        * src/gla-gl.cc: Fix expected cross shape so don't always reject using
2607          texture mapping to draw crosses.
2608
[c5dd692]2609Wed Nov 02 15:40:45 GMT 2011  Olly Betts <olly@survex.com>
2610
2611        * src/mainfrm.cc: Don't create the help menu at all on OS X.
2612
[34c4be5]2613Wed Nov 02 15:38:54 GMT 2011  Olly Betts <olly@survex.com>
2614
2615        * lib/INSTALL.OSX: Update to reflect current status.
2616
[22f79a2]2617Wed Nov 02 15:37:58 GMT 2011  Olly Betts <olly@survex.com>
2618
2619        * src/gfxcore.cc: Remove duplicate call to PopupMenu().
2620
[8a329f2]2621Tue Nov 01 23:24:23 GMT 2011  Olly Betts <olly@survex.com>
2622
2623        * src/namecmp.h: Fix to build with wx 2.9.2.
2624
[03b3272]2625Tue Nov 01 23:17:52 GMT 2011  Olly Betts <olly@survex.com>
2626
2627        * src/gfxcore.cc: Remove assertion which uses deprecated wx method.
2628
[ff9f695]2629Tue Nov 01 23:14:09 GMT 2011  Olly Betts <olly@survex.com>
2630
2631        * src/mainfrm.cc,src/mainfrm.h: Make separator wxChar not int.
2632
[332287b]2633Tue Nov 01 18:54:32 GMT 2011  Olly Betts <olly@survex.com>
2634
2635        * lib/sk.po: Update a translation from launchpad.
2636
[6409cd0]2637Tue Nov 01 18:32:24 GMT 2011  Olly Betts <olly@survex.com>
2638
2639        * src/log.cc,src/log.h: Fix to build with wx 2.9.2.
2640
[5e61108]2641Tue Nov 01 18:15:20 GMT 2011  Olly Betts <olly@survex.com>
2642
2643        * src/export.cc: Fix to build with wx 2.9.2.
2644
[24ff389]2645Tue Nov 01 18:14:13 GMT 2011  Olly Betts <olly@survex.com>
2646
2647        * src/aboutdlg.cc: Fix code conditionally used on 2.9.2 and later to
2648          actually compile.
2649
[ee3e284]2650Tue Nov 01 18:12:42 GMT 2011  Olly Betts <olly@survex.com>
2651
2652        * src/gfxcore.cc: Fix how we pass on events from right-click menus of
2653          indicators.  The previous code seemed to work, but wasn't correct
2654          as highlighted by trying to build it with 2.9.2 which now refuses
2655          to build to avoid people getting this wrong.
2656
[df3e22fc]2657Tue Nov 01 18:11:55 GMT 2011  Olly Betts <olly@survex.com>
2658
2659        * src/aven.h: Need to forward declare class wxPageSetupDialogData for
2660          wx 2.9.2.
2661
[6f9b20d]2662Tue Nov 01 18:11:22 GMT 2011  Olly Betts <olly@survex.com>
2663
2664        * src/glbitmapfont.h: Fix to build with wx 2.9.2.
2665
[e144af3]2666Tue Nov 01 18:10:51 GMT 2011  Olly Betts <olly@survex.com>
2667
2668        * src/cavernlog.cc: Fix to build with wx 2.9.2.
2669
[18886d7]2670Tue Nov 01 18:06:12 GMT 2011  Olly Betts <olly@survex.com>
2671
2672        * lib/INSTALL.OSX,src/mainfrm.cc: Make the green colour used for
2673          entrances in the survey tree the same (slightly darker than
2674          before) green used for the entrance blobs.
2675
[19bbc1fc]2676Tue Nov 01 18:04:47 GMT 2011  Olly Betts <olly@survex.com>
2677
2678        * src/gla-gl.cc: Fix warning when building with wx2.9.2.
2679
[1b2e819]2680Tue Nov 01 12:32:30 GMT 2011  Olly Betts <olly@survex.com>
2681
2682        * src/printwx.cc: Fix Y coordinates of surface surveys on printouts.
2683          (Closes #32)
2684
[b93ab78]2685Sun Oct 23 06:20:14 GMT 2011  Olly Betts <olly@survex.com>
2686
2687        * lib/Info.plist.in: Remove spurious blank lines from licence text
2688          in OS X "Get Info".
2689
[5dafea4]2690Sat Oct 22 17:39:07 GMT 2011  Olly Betts <olly@survex.com>
2691
2692        * doc/TODO.htm: Opening dialogs while in full screen mode now works
2693          better in wxGTK.
2694
[34812da]2695Sat Oct 22 17:36:01 GMT 2011  Olly Betts <olly@survex.com>
2696
2697        * lib/INSTALL.OSX: Processing .svx files from aven now works.
2698
[2a4e8b7]2699Sat Oct 22 07:27:43 GMT 2011  Olly Betts <olly@survex.com>
2700
2701        * src/printwx.h: Update comment - Mac OS X does indeed provide its own
2702          preview menu.
2703
[89a1b72]2704Fri Oct 21 23:47:16 GMT 2011  Olly Betts <olly@survex.com>
2705
2706        * src/cavernlog.cc: Fix openiof .svx file when user clicks on cavern
2707          warning or error.
2708
[87aa9ce]2709Fri Oct 21 23:43:21 GMT 2011  Olly Betts <olly@survex.com>
2710
2711        * buildmacosx.sh: Include a hardlinked cavern alongside aven in
2712          the app so that processing .svx files in aven works.
2713
[6e9c396]2714Wed Oct 19 22:51:18 GMT 2011  Olly Betts <olly@survex.com>
2715
2716        * tests/diving.pos,tests/diving.svx: Add test coverage for interleaved
2717          diving data.
2718
[481300d]2719Wed Oct 19 13:04:25 GMT 2011  Olly Betts <olly@survex.com>
2720
2721        * tests/diving.pos,tests/diving.svx: Add testcase for diving data
2722          with topofil-style distance.
2723
[aea38b0]2724Wed Oct 12 03:45:13 GMT 2011  Olly Betts <olly@survex.com>
2725
2726        * src/aboutdlg.cc: Report the version of the library we're actually
2727          running with if built against wx >= 2.9.2.  Make it clear that the
2728          the version reported is the version built with for wx < 2.9.2.
2729
[d4d6909]2730Wed Oct 12 03:06:05 GMT 2011  Olly Betts <olly@survex.com>
2731
2732        * lib/make-pixel-font,src/glbitmapfont.cc,src/glbitmapfont.h: Space the
2733          glyphs to leave a one pixel gap either side of each one (so two
2734          between adjacent glyphs).  Mostly this reduces the horizontal width,
2735          but it adds a pixel for characters like "m" and two in a few cases.
2736
[36b4cd7]2737Fri Oct 07 07:20:55 GMT 2011  Olly Betts <olly@survex.com>
2738
2739        * src/glbitmapfont.cc,src/glbitmapfont.h: Support plotting Unicode
2740          character points > 256 on the survey pane by lazily loading the
2741          data for them from the font file and plotting them with a direct
2742          call to glBitmap() rather than using a display list.
2743
[4a6569a]2744Fri Oct 07 04:09:58 GMT 2011  Olly Betts <olly@survex.com>
2745
2746        * lib/make-pixel-font: Fix .pixelfont file to correctly handle
2747          characters wider than 8 pixels when run on a little-endian platform.
2748
[53f8a93]2749Thu Oct 06 13:23:05 GMT 2011  Olly Betts <olly@survex.com>
2750
2751        * NEWS: Another update for 1.2.2.
2752
[d2cc100]2753Thu Oct 06 13:21:20 GMT 2011  Olly Betts <olly@survex.com>
2754
2755        * src/gfxcore.cc: Fix grid not to disappear when blobs are turned on
2756          if blobs are drawn using lines.
2757
[94960ad]2758Thu Oct 06 13:17:19 GMT 2011  Olly Betts <olly@survex.com>
2759
2760        * NEWS,configure.in: Update for 1.2.2.
2761
[6ca9f08]2762Thu Oct 06 12:11:20 GMT 2011  Olly Betts <olly@survex.com>
2763
2764        * src/printwx.cc: Fix to calculate the scale required for "One page"
2765          right before we calculate how many pages are required, so we don't
2766          end up something other than 1x1 being shown when the user changes
2767          settings.
2768
[a9496057]2769Thu Oct 06 12:07:10 GMT 2011  Olly Betts <olly@survex.com>
2770
2771        * src/avenprcore.cc: The info box is now always 30mm high (if present)
2772          so update the code which picks a scale and which decides how many
2773          pages are required to use this height.
2774
[e16e63c]2775Thu Oct 06 11:34:51 GMT 2011  Olly Betts <olly@survex.com>
2776
2777        * src/printwx.h: SomethingChanged() method doesn't need to be public,
2778          so make it private.
2779
[c930b7f]2780Thu Oct 06 04:13:24 GMT 2011  Olly Betts <olly@survex.com>
2781
2782        * src/gettexttomsg.pl: Update for the message.txt -> codes.po change.
2783
[0a2aab8]2784Thu Oct 06 03:01:45 GMT 2011  Olly Betts <olly@survex.com>
2785
2786        * src/gfxcore.cc: Passage tubes can stick out above the highest survey
2787          station or below the lowest, so clamp the value used to calculate
2788          the colour in these cases, like we already do elsewhere.
2789
[2ba3882]2790Thu Oct 06 02:52:13 GMT 2011  Olly Betts <olly@survex.com>
2791
2792        * src/gfxcore.cc: Avoid a different assertion failure due to rounding
2793          differences.
2794
[a1614eb]2795Thu Oct 06 02:49:03 GMT 2011  Olly Betts <olly@survex.com>
2796
2797        * src/glbitmapfont.cc,src/glbitmapfont.h: Actually add the new
2798          glBitmap-based font code.
2799
[5b1cffa]2800Thu Oct 06 02:36:47 GMT 2011  Olly Betts <olly@survex.com>
2801
2802        * survex.iss.in: Update for font changes.
2803
[1aa3fb7]2804Thu Oct 06 02:35:41 GMT 2011  Olly Betts <olly@survex.com>
2805
2806        * Makefile.am,buildmacosx.sh,lib/Makefile.am,lib/afm2txf.pl,
2807          lib/make-pixel-font,src/: Replace the textured-mapped font drawing
2808          with an approach based on glBitmap.  This doesn't suffer from the
2809          character alignment issues which the textured-mapped fonts had,
2810          and is actually significantly faster on some machines.  The current
2811          font used is (mostly) fixed-width, but this isn't an inherent
2812          limitation - it was just the easiest font data to convert to a
2813          usable format.
2814
[6027220]2815Wed Oct 05 13:49:15 GMT 2011  Olly Betts <olly@survex.com>
2816
2817        * src/gfxcore.cc: Avoid assertion failure due to rounding differences.
2818
[5b427c0]2819Wed Oct 05 08:19:46 GMT 2011  Olly Betts <olly@survex.com>
2820
2821        * src/printwx.cc: Fix not to pass wxString through varargs (issue
2822          introduced in the previous commit).
2823
[05ccca5]2824Tue Oct 04 04:49:19 GMT 2011  Olly Betts <olly@survex.com>
2825
2826        * src/printwx.cc: Use degree sign from message file rather than a
2827          literal one.
2828
[79da3b4]2829Tue Oct 04 04:08:57 GMT 2011  Olly Betts <olly@survex.com>
2830
2831        * src/message.c: If degree sign isn't available, transliterate it to
2832          'dg' rather than skipping it.
2833
[4d2301e]2834Tue Oct 04 03:59:29 GMT 2011  Olly Betts <olly@survex.com>
2835
2836        * lib/codes.po,src/gfxcore.cc,src/mainfrm.cc: Fix message code 344
2837          which should have been a degree sign but got lost in the format
2838          change for 1.2.0 and then got reassigned in 1.2.1.  Externally, this
2839          means that bearing in the status bar now have a degree sign after
2840          them if they are in degrees rather than nothing (1.2.0) or "&Hide
2841          Compass" (1.2.1).
2842
[9704252]2843Tue Oct 04 02:55:11 GMT 2011  Olly Betts <olly@survex.com>
2844
2845        * NEWS,configure.in: Update for 1.2.1.
2846
[7ff41b0]2847Tue Oct 04 02:45:47 GMT 2011  Olly Betts <olly@survex.com>
2848
2849        * src/Makefile.am: Don't ship the removed hand_mask.xpm.
2850
[4dc4384]2851Tue Oct 04 02:44:37 GMT 2011  Olly Betts <olly@survex.com>
2852
2853        * src/gfxcore.cc: Sort out inverted cursor mask on __WXMSW__.
2854        * src/hand.xbm: Invert the dragging hand cursor black vs white so it
2855          better matches the other cursors.
2856
[13da582]2857Mon Oct 03 23:42:00 GMT 2011  Olly Betts <olly@survex.com>
2858
2859        * src/printwx.cc: Add back svxPrintout methods GetPageInfo() and
2860          HasPage() which are actually virtual methods called by the parent
2861          class.
2862
[49e89e9]2863Mon Oct 03 02:40:56 GMT 2011  Olly Betts <olly@survex.com>
2864
2865        * lib/Makefile.am: Fix check of .po files not to create messages.mo.
2866
[d9b5fc64]2867Mon Oct 03 02:22:55 GMT 2011  Olly Betts <olly@survex.com>
2868
2869        * lib/Makefile.am: Fix new translation checking rules to work in a
2870          VPATH build.
2871
[645cc77]2872Mon Oct 03 02:12:23 GMT 2011  Olly Betts <olly@survex.com>
2873
2874        * lib/de.po,lib/de_CH.po,lib/sk.po: Fix classes menu accelerators.
2875
[bcb68d3]2876Mon Oct 03 02:00:38 GMT 2011  Olly Betts <olly@survex.com>
2877
2878        * lib/en_US.po: Fix problem with translation of new message.
2879
[e3c58c3]2880Mon Oct 03 00:50:52 GMT 2011  Olly Betts <olly@survex.com>
2881
2882        * NEWS: Update from ChangeLog.
2883
[8a78ca1b]2884Sun Oct 02 20:25:01 GMT 2011  Olly Betts <olly@survex.com>
2885
2886        * lib/,src/printwx.cc: Add mnemonics to the "Plan" and "Elevation"
2887          buttons in the print dialog.
2888
[f53c830]2889Sun Oct 02 12:17:34 GMT 2011  Olly Betts <olly@survex.com>
2890
2891        * src/guicontrol.cc: Try processing F11 explicitly for __WXMAC__ to
2892          avoiding getting stuck in full screen mode forever.
2893
[7a57dc7]2894Sun Oct 02 12:01:25 GMT 2011  Olly Betts <olly@survex.com>
2895
2896        * src/: Make the sign of the tilt angle for printouts consistent with
2897          the sign in the UI.
2898
[995cf6a]2899Sun Oct 02 10:00:08 GMT 2011  Olly Betts <olly@survex.com>
2900
2901        * lib/codes.po,lib/en_US.po,src/printwx.cc: On printouts, combine the
2902          "Plan View"/"Elevation" info box field with the field which gives
2903          the bearing and reduce the height on the info box by the removed
2904          field, so it's now 3cm for plans and elevations, as for extended
2905          elevations.  Report the tilt angle for tilted elevations which it
2906          seems has been missing for ages (it's not in recent 1.0.x either).
2907
[100af22]2908Sat Oct 01 12:28:35 GMT 2011  Olly Betts <olly@survex.com>
2909
2910        * src/printwx.cc: Fix commented message in source.
2911
[1e993bc]2912Sat Oct 01 12:11:37 GMT 2011  Olly Betts <olly@survex.com>
2913
2914        * src/printwx.h: svxPrintDlg members don't need to be protected, so
2915          make the private.
2916
[102ba1d]2917Sat Oct 01 11:28:34 GMT 2011  Olly Betts <olly@survex.com>
2918
2919        * src/printwx.cc,src/printwx.h: When in plan view disable the "Plan"
2920          button, and similarly for the "Elevation" button.
2921
[3d3a91c]2922Sat Oct 01 11:20:03 GMT 2011  Olly Betts <olly@survex.com>
2923
2924        * src/printwx.cc: Remove more unused methods and members.
2925
[140b675]2926Sat Oct 01 10:48:24 GMT 2011  Olly Betts <olly@survex.com>
2927
2928        * src/avenprcore.cc,src/printwx.cc,src/printwx.h: Eliminate some unused
2929          methods and member variables.
2930
[0f8ab4d]2931Sat Oct 01 00:33:24 GMT 2011  Olly Betts <olly@survex.com>
2932
2933        * src/printwx.cc: Move the footer to start at the left side of the
2934          page.
2935
[ddd2afa8]2936Fri Sep 30 23:49:24 GMT 2011  Olly Betts <olly@survex.com>
2937
2938        * src/printwx.cc:svxPrintout::ShowPage() is an empty method, so just
2939          remove it and all the code to calculate values to pass to it and
2940          then call it.  This is just a left-over from the 1.0 printing code.
2941
[6d1bc83]2942Fri Sep 30 13:40:29 GMT 2011  Olly Betts <olly@survex.com>
2943
2944        * src/aven.cc,src/gfxcore.cc,src/mainfrm.cc: Use standard C++ true and
2945          false instead of wx aliases TRUE and FALSE (which even wx seems to
2946          have shifted away from using now).
2947
[f6dff8b]2948Fri Sep 30 13:33:37 GMT 2011  Olly Betts <olly@survex.com>
2949
2950        * src/printwx.cc: Tweak exact positioning of text to look nicer.
2951
[7a0710c]2952Fri Sep 30 03:49:16 GMT 2011  Olly Betts <olly@survex.com>
2953
2954        * INSTALL: Mention building wxWidgets with --enable-unicode.  Mention
2955          using sudo for the install.  Capitalise Survex when talking about
2956          the package.
2957        + doc/manual.sgml: Replace building from source instructions with a
2958          pointer to the clearer instructions in INSTALL.  Make it clear that
2959          installing with administrator rights applies to NT, 2000, XP *or
2960          newer*.
2961
[ff5db1d5]2962Fri Sep 30 03:31:00 GMT 2011  Olly Betts <olly@survex.com>
2963
2964        * src/guicontrol.cc: Don't disable a colour by option unless there's
2965          no survey loaded.  It feels inconsistent now we are showing a key
2966          even when there's no "interesting" data.
2967
[fcc3741]2968Fri Sep 30 03:28:59 GMT 2011  Olly Betts <olly@survex.com>
2969
2970        * src/gfxcore.cc,src/gfxcore.h: The different colour keys get cached
2971          so switching back to one that's already been shown for the current
2972          survey doesn't redraw it and key_lowerleft wasn't getting updated.
2973          We now track key_lowerleft for each key type separately.
2974
[62c5fc6]2975Fri Sep 30 02:48:00 GMT 2011  Olly Betts <olly@survex.com>
2976
2977        * src/gfxcore.cc: If "Colour by X" is selected, always show the colour
2978          key, even if it only contains one colour, or just the entry for
2979          white.
2980
[2a9d2fa]2981Thu Sep 29 22:33:06 GMT 2011  Olly Betts <olly@survex.com>
2982
2983        * src/gfxcore.cc: Don't segfault on a flat survey.  Fix incorrect
2984          addition and corresponding subtraction of GetDepthExtent() when
2985          calculating splits over depth band boundaries.
2986
[70acad9]2987Thu Sep 29 21:56:19 GMT 2011  Olly Betts <olly@survex.com>
2988
2989        * src/gfxcore.cc,src/gla.h: Fix zoom in limit to be the same distance
2990          regardless of the extent of the survey.
2991
[3585243]2992Thu Sep 29 20:57:41 GMT 2011  Olly Betts <olly@survex.com>
2993
2994        * src/gfxcore.cc: Now that we don't have the key background, just
2995          remove KEY_MARGIN entirely.
2996
[2779338f]2997Thu Sep 29 20:37:09 GMT 2011  Olly Betts <olly@survex.com>
2998
2999        * src/gfxcore.cc: Remove the dark grey background from the colour key
3000          and just put a single pixel black border around the colours.  This
3001          is more in keeping with the other controls, and means the colours
3002          are now on a black background so more visually similar to the survey
3003          legs.
3004
[457da16]3005Thu Sep 29 13:02:22 GMT 2011  Olly Betts <olly@survex.com>
3006
3007        * src/mainfrm.cc: Fall back to ISO8859-1 if CP1252 fails to convert the
3008          string.
3009
[db0eaf4]3010Thu Sep 29 12:22:34 GMT 2011  Olly Betts <olly@survex.com>
3011
3012        * src/gfxcore.cc: Upon loading a survey which lacks the information for
3013          the current "Colour by" mode, don't change to "Colour by none" - we
3014          already do no colouring and hide the key when there's nothing to
3015          colour by, and it's annoying to have the actual mode changed if you
3016          then load a survey which does have the information to colour by.
3017
[62da267]3018Thu Sep 29 12:20:07 GMT 2011  Olly Betts <olly@survex.com>
3019
3020        * src/gfxcore.cc: Rename COLOUR_KEY_* constants to KEY_*.
3021
[40c38bb]3022Thu Sep 29 10:16:30 GMT 2011  Olly Betts <olly@survex.com>
3023
3024        * src/gfxcore.cc: Make COLOUR_KEY_OFFSET_X and COLOUR_KEY_OFFSET_Y the
3025          actual offsets, rather than taking COLOUR_KEY_MARGIN off them.
3026
[92a97f3]3027Thu Sep 29 05:08:20 GMT 2011  Olly Betts <olly@survex.com>
3028
3029        * src/mainfrm.cc: Fix tooltip for open to say "survey file" not "3D
3030          file".
3031
[d43fa84]3032Thu Sep 29 05:03:37 GMT 2011  Olly Betts <olly@survex.com>
3033
3034        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Add right click menu to
3035          the colour key too.
3036
[6cfc88c]3037Wed Sep 28 14:47:15 GMT 2011  Olly Betts <olly@survex.com>
3038
3039        * lib/afm2txf.pl: Add a kludge to prefer to round values up when
3040          generating the .txf file which empirically results in better
3041          horizontal spacing (this should be fixed properly, but this is
3042          at least an easy improvement for now).
3043
[83027cc]3044Wed Sep 28 14:00:14 GMT 2011  Olly Betts <olly@survex.com>
3045
3046        * lib/afm2txf.pl: Rather than special-casing the character with
3047          PostScript name 'space', just omit characters with zero width and
3048          height from the texture.
3049
[e9bd0467]3050Wed Sep 28 12:41:42 GMT 2011  Olly Betts <olly@survex.com>
3051
3052        * lib/afm2txf.pl: Put the digits first in the font texture to help
3053          ensure they are all on the same line and will exactly align
3054          vertically when rendered - a slight discrepancy here is particularly
3055          visible in the colour key legends and compass bearing.
3056
[b35c4bc]3057Wed Sep 28 12:30:03 GMT 2011  Olly Betts <olly@survex.com>
3058
3059        * lib/Makefile.am: Regenerate aven.txf if the script which generates it
3060          has been modified.
3061
[64ba8bb]3062Wed Sep 28 11:15:08 GMT 2011  Olly Betts <olly@survex.com>
3063
3064        * lib/afm2txf.pl: Fix handling of PostScript character names which are
3065          used by more than one Unicode value ("space" and "hyphen" are the
3066          current examples).  This fixes the colour key for date to have dashes
3067          in the dates.  Fix not to bother writing empty space into the texture
3068          map for spaces - just set width and height to 0 and skip to the
3069          width.
3070        * src/fnt.cc: Remove special case kludge for if space isn't defined,
3071          which is no longer needed thanks to the above fix.
3072
[8011e0c]3073Wed Sep 28 10:19:07 GMT 2011  Olly Betts <olly@survex.com>
3074
3075        * lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
3076          says "View" on the left subgroup of controls. Improve the display of
3077          the bearing on printouts.  Add message for "Colour &Key" to
3078          translations.
3079
[f891a0c]3080Wed Sep 28 02:02:09 GMT 2011  Olly Betts <olly@survex.com>
3081
3082        * src/aven.cc: Fix #ifdef to #if in previous change.
3083
[495cd3e]3084Wed Sep 28 01:09:09 GMT 2011  Olly Betts <olly@survex.com>
3085
3086        * src/aven.cc: Fix for non-Unicode build.
3087
[26eb201]3088Mon Sep 26 12:25:59 GMT 2011  Olly Betts <olly@survex.com>
3089
3090        * src/export.cc: PLT file output now handles spaces and control
3091          characters in station names by escaping them with '%' as in URLs.
3092
[4024a58]3093Mon Sep 26 11:58:05 GMT 2011  Olly Betts <olly@survex.com>
3094
3095        * src/aventreectrl.cc: Improve comment about WXK_PRIOR and WXK_NEXT.
3096
[0e8a082]3097Mon Sep 26 11:51:01 GMT 2011  Olly Betts <olly@survex.com>
3098
3099        * src/aventreectrl.cc: Pressing "Enter" on a station in the tree
3100          control now centres the view on that station.
3101
[c6d5c1c]3102Mon Sep 26 11:42:17 GMT 2011  Olly Betts <olly@survex.com>
3103
3104        * src/gfxcore.h,src/guicontrol.cc: Pressing "F5" forces all GLAList
3105          objects to be invalidated and then forces a refresh of the display.
3106          This is intended as a debugging aid - if pressing F5 changes the
3107          display at all then there's a missing case where a list should
3108          have been invalidated.
3109
[90430f2]3110Mon Sep 26 11:35:29 GMT 2011  Olly Betts <olly@survex.com>
3111
3112        * src/: Push survey pane size tracking down into GLACanvas, and
3113          automatically track which lists should be invalidated on a
3114          changes in the width or the height of the pane.
3115
[242f48f5]3116Mon Sep 26 10:44:22 GMT 2011  Olly Betts <olly@survex.com>
3117
3118        * src/gla-gl.cc,src/gla.h: Move GLAList flags out of the header as they
3119          are internal details.
3120
[9c37beb]3121Mon Sep 26 10:42:50 GMT 2011  Olly Betts <olly@survex.com>
3122
3123        * src/gfxcore.cc,src/gfxcore.h: Cache the scale bar in a GLAList since
3124          it often gets redrawn exactly the same - for example, when rotating,
3125          panning, etc.
3126
[e2ea75a]3127Mon Sep 26 09:40:32 GMT 2011  Olly Betts <olly@survex.com>
3128
3129        * src/gfxcore.cc,src/gfxcore.h: More "colour key" related internal
3130          nomenclature changes.
3131
[7cdb1c3]3132Mon Sep 26 09:34:01 GMT 2011  Olly Betts <olly@survex.com>
3133
3134        * src/gfxcore.cc,src/gfxcore.h: Factor out the code to draw the colour
3135          key into DrawColourKey().
3136
[250025f]3137Mon Sep 26 04:23:10 GMT 2011  Olly Betts <olly@survex.com>
3138
3139        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_Y by moving the point where
3140          we plot the key rather than including it in the calculations of the
3141          key's coordinates.
3142
[1b164a0]3143Mon Sep 26 04:17:16 GMT 2011  Olly Betts <olly@survex.com>
3144
3145        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_X by moving the point where
3146          we plot the key rather than including it in the calculations of the
3147          key's coordinates.
3148
[5f50488]3149Sat Sep 24 13:15:22 GMT 2011  Olly Betts <olly@survex.com>
3150
3151        * src/gfxcore.cc: Increase scale bar maximum width from 65% of the
3152          window width to 75% as it was in 1.0.x, but if that would overlap
3153          the clino then reduce it down until it reaches 50%.  Allow zooming
3154          in a little further to match what was possible in 1.0.x.  (ticket#23)
3155
[78f02e48]3156Sat Sep 24 12:45:04 GMT 2011  Olly Betts <olly@survex.com>
3157
3158        * doc/TODO.htm: Update (--help messages can now be translated).
3159
[6cd4aab]3160Sat Sep 24 12:21:45 GMT 2011  Olly Betts <olly@survex.com>
3161
3162        * doc/TODO.htm: Note oddity with FullScreen and side panel.
3163
[4b0bbb0]3164Sat Sep 24 12:14:52 GMT 2011  Olly Betts <olly@survex.com>
3165
3166        * src/mainfrm.h: We don't need the "un-fullscreen to show dialog" hack
3167          with recent wxGTK.  Also, there's no reason to think we need it for
3168          other platforms (it was enabled everywhere except Microsoft Windows
3169          before).
3170
[03e2031]3171Sat Sep 24 10:42:29 GMT 2011  Olly Betts <olly@survex.com>
3172
3173        * src/printwx.cc: "delete foo;" not "delete(foo);"
3174
[81f1266]3175Sat Sep 24 10:41:00 GMT 2011  Olly Betts <olly@survex.com>
3176
3177        * src/aven.cc,src/gfxcore.cc: No point checking for NULL before calling
3178          delete.
3179
[69cacd1]3180Sat Sep 24 10:18:22 GMT 2011  Olly Betts <olly@survex.com>
3181
3182        * src/: Remove empty destructors.
3183
[f9ca87c]3184Sat Sep 24 06:43:33 GMT 2011  Olly Betts <olly@survex.com>
3185
3186        * doc/TODO.htm,src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate the
3187          last few OpenGL calls from gfxcore.cc.
3188
[f336ab9]3189Sat Sep 24 06:32:02 GMT 2011  Olly Betts <olly@survex.com>
3190
3191        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: New type GLATexCoord to avoid
3192          using GLint outside of the OpenGL-specific code.
3193
[b839829]3194Sat Sep 24 06:08:13 GMT 2011  Olly Betts <olly@survex.com>
3195
3196        * src/: Move glTexCoord2i() calls out of gfxcore.cc and into gla-gl.cc.
3197          Use BeginQuadrilaterals() rather than BeginPolygon() when the shape
3198          will definitely have 4 sides.
3199         
[11c594a]3200Sat Sep 24 02:09:48 GMT 2011  Olly Betts <olly@survex.com>
3201
3202        * src/gfxcore.h,src/guicontrol.cc: Disable "View North" when we're
3203          already viewing North, and similarly for other compass points.
3204
[85ed935]3205Sat Sep 24 01:57:06 GMT 2011  Olly Betts <olly@survex.com>
3206
3207        * doc/TODO.htm: Update.
3208
[97ea48d]3209Fri Sep 23 15:38:36 GMT 2011  Olly Betts <olly@survex.com>
3210
3211        * doc/aven.sgml,lib/codes.po,src/: Rename the "depth bar" to "colour
3212          key", which better describes it now that it might show dates or
3213          errors.
3214
[843ee7b]3215Fri Sep 23 15:19:33 GMT 2011  Olly Betts <olly@survex.com>
3216
3217        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Fix the conditions
3218          under which colour by date can be enabled to fully match what we
3219          now intend.
3220
[2043961]3221Fri Sep 23 15:04:35 GMT 2011  Olly Betts <olly@survex.com>
3222
3223        * src/gfxcore.cc,src/mainfrm.cc: Enable "colour by date" if there are
3224          any surveys with date information.  Move the "Undated" / "Not in
3225          loop" entry down a little to improve the appearance.  Make each
3226          entry in the colour keys a pixel taller so it's an even number of
3227          pixels and will divide by two exactly.
3228
[a09d4fa]3229Fri Sep 23 14:59:33 GMT 2011  Olly Betts <olly@survex.com>
3230
3231        * src/fnt.cc: Remove "*1.25" fudge factor from font size for texture
3232          mapped fonts.
3233
[2fe9d6d]3234Fri Sep 23 12:44:18 GMT 2011  Olly Betts <olly@survex.com>
3235
3236        * lib/en_US.po: Update for new messages.
3237
[055bfc58]3238Fri Sep 23 12:41:16 GMT 2011  Olly Betts <olly@survex.com>
3239
3240        * src/gfxcore.cc: Expand context menu for compass to include "View
3241          North", etc;  Similarly add "Plan" and "Elevation" to clino context
3242          menu.
3243
[588ff16]3244Fri Sep 23 12:25:10 GMT 2011  Olly Betts <olly@survex.com>
3245
3246        * src/gla-gl.cc: Use += to make code clearer.
3247
[acdb8aa]3248Fri Sep 23 12:16:36 GMT 2011  Olly Betts <olly@survex.com>
3249
3250        * lib/codes.po,src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add
3251          pop-up menus for right clicks on scale bar, compass, and clino.
3252
[296b0138]3253Fri Sep 23 11:17:31 GMT 2011  Olly Betts <olly@survex.com>
3254
3255        * src/gfxcore.cc: Use HasRangeOfDates() consistently.
3256
[a6c5ffb]3257Thu Sep 22 23:56:06 GMT 2011  Olly Betts <olly@survex.com>
3258
3259        * src/gla-gl.cc: Add missing newline to OpenGL info when GLX info isn't
3260          reported.
3261
[034d04dc]3262Thu Sep 22 13:51:55 GMT 2011  Olly Betts <olly@survex.com>
3263
3264        * survex.spec.in: Man pages are no longer installed in /usr/man so
3265          no need to move them from there.  Package aven.svg.  Package
3266          files for vim support.  (Fixes from James Begley)
3267
[7196714]3268Thu Sep 22 12:45:58 GMT 2011  Olly Betts <olly@survex.com>
3269
3270        * lib/: Updates from launchpad.
3271
[1c6c300]3272Thu Sep 22 07:12:22 GMT 2011  Olly Betts <olly@survex.com>
3273
3274        * lib/: Update .po files from template.
3275
[f6d9ca9]3276Thu Sep 22 07:12:01 GMT 2011  Olly Betts <olly@survex.com>
3277
3278        * lib/codes.po: Improvements to "TRANSLATORS" comments.
3279
[eeb7320]3280Thu Sep 22 02:47:33 GMT 2011  Olly Betts <olly@survex.com>
3281
3282        * lib/Makefile.am: Add check that numeric codes haven't escaped into
3283          the translated .po files.
3284
[42a8819]3285Wed Sep 21 14:38:16 GMT 2011  Olly Betts <olly@survex.com>
3286
3287        * lib/es.po: Update with new msgids.
3288
[f6e0eba]3289Wed Sep 21 14:37:53 GMT 2011  Olly Betts <olly@survex.com>
3290
3291        * lib/en_US.po: Fix typo (doubled ").
3292
[4183e91]3293Wed Sep 21 14:37:14 GMT 2011  Olly Betts <olly@survex.com>
3294
3295        * lib/Makefile.am: Check format of .po files with msgfmt -c
3296          --check-accelerators.
3297
[186e2b9]3298Wed Sep 21 13:49:05 GMT 2011  Olly Betts <olly@survex.com>
3299
3300        * lib/en_US.po: Update en_US translation.
3301
[ecff0b8a]3302Wed Sep 21 13:47:36 GMT 2011  Olly Betts <olly@survex.com>
3303
3304        * lib/codes.po,src/cad3d.c: Tweak wording of a message.  Remove
3305          "unused" messages which have actually just been adapted slightly,
3306          add back a removed unused message, and mark an unused message as
3307          unused.
3308`
[857408e]3309Wed Sep 21 13:20:58 GMT 2011  Olly Betts <olly@survex.com>
3310
3311        * lib/codes.po,src/mainfrm.cc: Make more messages translatable.
3312
[d8dbdff]3313Wed Sep 21 12:53:02 GMT 2011  Olly Betts <olly@survex.com>
3314
3315        * lib/codes.po,src/: cmdline_set_syntax_message() now takes message
3316          numbers, plus an optional string argument.
3317
[b775443]3318Wed Sep 21 12:17:19 GMT 2011  Olly Betts <olly@survex.com>
3319
3320        * src/mainfrm.cc: Fix to set the correct filename on the root of the
3321          survey tree.
3322
[6e63fd3]3323Wed Sep 21 11:25:53 GMT 2011  Olly Betts <olly@survex.com>
3324
3325        * lib/codes.po,src/log.cc,src/mainfrm.cc,src/printwx.cc: Make more
3326          messages translatable.
3327
[fbc1d32]3328Wed Sep 21 07:30:28 GMT 2011  Olly Betts <olly@survex.com>
3329
3330        * lib/codes.po,src/dump3d.c,src/gfxcore.cc,src/mainfrm.cc: Make more
3331          messages translatable.  In the colour key for "colour by date",
3332          change "No info" to "Undated".
3333
[2341559]3334Wed Sep 21 04:20:52 GMT 2011  Olly Betts <olly@survex.com>
3335
3336        * lib/codes.po,src/cavernlog.cc: Allow the "Reprocess" button label in
3337          aven's cavern log window to be translated.
3338
[45af761]3339Wed Sep 21 04:07:29 GMT 2011  Olly Betts <olly@survex.com>
3340
3341        * lib/,src/: Extract all the help strings in --help output and make
3342          them available for translation.
3343
[1b1aaf4]3344Wed Sep 21 04:04:31 GMT 2011  Olly Betts <olly@survex.com>
3345
3346        * lib/Makefile.am: Check there are no duplicate message codes in
3347          codes.po as part of "make check".
3348
[aea4f8b]3349Wed Sep 21 02:29:21 GMT 2011  Olly Betts <olly@survex.com>
3350
3351        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate glReadPixels() call
3352          from src/gfxcore.cc.
3353
[d1870ef7]3354Wed Sep 21 02:28:21 GMT 2011  Olly Betts <olly@survex.com>
3355
3356        * lib/codes.po,lib/en_US.po,src/aboutdlg.cc: Make all strings in
3357          src/aboutdlg.cc translatable.
3358
[558779a]3359Wed Sep 21 01:56:15 GMT 2011  Olly Betts <olly@survex.com>
3360
3361        * doc/manual.sgml: Tweak text about Debian packages.
3362
[cc49471]3363Tue Sep 20 11:31:03 GMT 2011  Olly Betts <olly@survex.com>
3364
3365        * tests/: Update FSF address.
3366
[23e61de1]3367Tue Sep 20 11:28:50 GMT 2011  Olly Betts <olly@survex.com>
3368
3369        * lib/print.ini: Update reference to Survex 1.1; update FSF address.
3370
[2acbff0a]3371Tue Sep 20 06:43:56 GMT 2011  Olly Betts <olly@survex.com>
3372
3373        * src/img.c: Only define INT32_T if it isn't already defined (it will
3374          be for 1.0.x).
3375
[c964783]3376Tue Sep 20 06:43:23 GMT 2011  Olly Betts <olly@survex.com>
3377
3378        * src/cavern.c: Remove unused function left over from recent change to
3379          how coordinate ranges get reported.
3380
[991289b]3381Tue Sep 20 06:42:31 GMT 2011  Olly Betts <olly@survex.com>
3382
3383        * make_release: Use the URL field from svn info in the command we give
3384          to take this release rather than hard-coding the URL for trunk.
3385
[36316cb]3386Tue Sep 20 05:43:11 GMT 2011  Olly Betts <olly@survex.com>
3387
3388        * buildmacosx.sh: Building on 10.6 should work on 10.7, so update
3389          comment to more clearly reflect that.
3390
[aecd032]3391Tue Sep 20 05:39:50 GMT 2011  Olly Betts <olly@survex.com>
3392
3393        * lib/,src/cavern.c: Fix reporting of ranges of survey coordinates,
3394          which was broken by the message handling changes in 1.2.0.
3395
[7831cef]3396Tue Sep 20 04:30:14 GMT 2011  Olly Betts <olly@survex.com>
3397
3398        * configure.in,src/moviemaker.cc: Fix to build with FFmpeg library
3399          versions in Debian unstable, as well as those in Debian stable.
3400
[63621a7]3401Tue Sep 20 03:51:40 GMT 2011  Olly Betts <olly@survex.com>
3402
3403        * src/moviemaker.cc: Updates towards compatibility with newer FFmpeg
3404          libraries without breaking build with those in Debian stable.
3405
[696b35b]3406Tue Sep 20 03:41:58 GMT 2011  Olly Betts <olly@survex.com>
3407
3408        * src/avenprcore.h: Declare border as "struct border" rather than as a
3409          typedef to avoid a -Wshadow warning.
3410
[120c1c6]3411Tue Sep 20 00:15:07 GMT 2011  Olly Betts <olly@survex.com>
3412
3413        * NEWS: Perhaps the final update for 1.2.0.
3414
[95ed2ba]3415Tue Sep 20 00:09:42 GMT 2011  Olly Betts <olly@survex.com>
3416
3417        * lib/afm2txf.pl: Fix to correctly handle non-ASCII glyphs by using
3418          glyphshow in the generated PostScript code rather than relying on the
3419          numeric encoding order of the font to match Unicode (which doesn't
3420          generally seem to be the case).  Tweak to process files without
3421          slurping them all into memory where that's easy to do.
3422
[9062bef]3423Mon Sep 19 23:15:46 GMT 2011  Olly Betts <olly@survex.com>
3424
3425        * src/fnt.cc: Use FNT_MAXCHAR instead of literal 256.
3426
[f04ae51]3427Mon Sep 19 21:58:50 GMT 2011  Olly Betts <olly@survex.com>
3428
3429        * buildmacosx.sh: Revert CPP=cpp change - it's not required.  Revert to
3430          using wx 2.8.11 and 2.8.12 seems to fail to build.  Output of hdid
3431          can contain spaces as well as tabs (man page only documents tabs) so
3432          update regexps to take this into account.
3433
[cc83ec9]3434Mon Sep 19 11:52:50 GMT 2011  Olly Betts <olly@survex.com>
3435
3436        * buildmacosx.sh: Add comment noting that Xcode is probably required.
3437          Since wxWidgets only supports building for a single arch at a time,
3438          build for i386 by default, which should also work on x86_64.  Pass
3439          CPP=cpp to wxWidgets configure (not certain if this is actually
3440          needed, or was something tried on the way to discovering that only
3441          one -arch option can be passed).
3442
[65ceb41]3443Sun Sep 18 12:24:41 GMT 2011  Olly Betts <olly@survex.com>
3444
3445        * make_release: No need to force disabling of libavcodec for mingw - it
3446          gets automatically disable if not present.
3447
[eac4514]3448Sun Sep 18 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
3449
3450        * src/moviemaker.cc: Fix disabling of libavcodec-using code when
3451          libavcodec isn't present.
3452
[4095cc0]3453Sun Sep 18 11:50:06 GMT 2011  Olly Betts <olly@survex.com>
3454
3455        * NEWS: Update 1.2.0 release date.
3456
[8a374af]3457Sun Sep 18 11:49:46 GMT 2011  Olly Betts <olly@survex.com>
3458
3459        * make_release: Disable use of libavcodec for mingw for now.
3460
[44ef5ec6]3461Sun Sep 18 02:51:52 GMT 2011  Olly Betts <olly@survex.com>
3462
3463        * make_release: Fix comment typo.
3464
[92037819]3465Sun Sep 18 02:50:30 GMT 2011  Olly Betts <olly@survex.com>
3466
3467        * doc/TODO.htm: Update in preparation for releasing 1.2.
3468
[90688f5]3469Sun Sep 18 02:49:53 GMT 2011  Olly Betts <olly@survex.com>
3470
3471        * src/gla-gl.cc: Only try to read the GLX version on platforms which
3472          use GLX.
3473
[fa8ae1e]3474Sun Sep 18 02:03:13 GMT 2011  Olly Betts <olly@survex.com>
3475
3476        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
3477          EXTRA_DIST.
3478
[cba86532]3479Sun Sep 18 01:59:49 GMT 2011  Olly Betts <olly@survex.com>
3480
3481        * lib/Makefile.am: survex.keys.in will get shipped because it is
3482          used by AC_CONFIG_FILES so there's no need to list it explicitly
3483          in EXTRA_DIST.
3484
[c584ed2]3485Sun Sep 18 01:56:18 GMT 2011  Olly Betts <olly@survex.com>
3486
3487        * configure.in,lib/Makefile.am,lib/po-to-msg.pl: Fix .msg file
3488          generation to work when srcdir != builddir.  Drop the "dontextract"
3489          mechanism which automatically generates headers to allows building a
3490          version with translations for the messages for errors in loading the
3491          messages file, as it doesn't seem worth the effort to get it working
3492          again.  It's easy to write such a header by hand if you really want
3493          to do this.
3494
[9cfcb3f]3495Fri Sep 16 14:26:43 GMT 2011  Olly Betts <olly@survex.com>
3496
3497        * NEWS,configure.in: Update for 1.2.0.
3498
[f9b8a6b]3499Fri Sep 16 14:22:20 GMT 2011  Olly Betts <olly@survex.com>
3500
3501        * lib/icons/Makefile.am,lib/icons/aven.png,lib/icons/aven.svg: Add
3502          new version of aven icon, redrawn in SVG so it displays nicely at
3503          larger sizes.
3504
[4833448]3505Fri Sep 16 12:55:05 GMT 2011  Olly Betts <olly@survex.com>
3506
3507        * lib/codes.po,src/cavern.c: Add --3d-version option to allow the user
3508          to specify the version of the 3d format to output.  (ticket#21)
3509
[2bb17c9]3510Fri Sep 16 12:52:55 GMT 2011  Olly Betts <olly@survex.com>
3511
3512        * src/img.c,src/img.h: Make the highest and lowest valid values for
3513          img_output_version available in img.h as IMG_VERSION_MIN and
3514          IMG_VERSION_MAX.
3515
[a6e8d45]3516Fri Sep 16 05:49:12 GMT 2011  Olly Betts <olly@survex.com>
3517
3518        * src/aventreectrl.cc,src/guicontrol.cc,src/mainfrm.cc: Don't use
3519          deprecated members or methods of wxKeyEvent.
3520
[6001bc1]3521Fri Sep 16 03:36:54 GMT 2011  Olly Betts <olly@survex.com>
3522
3523        * lib/map.png: Remove scan of map which isn't used and we probably
3524          don't have rights to redistribute.
3525
[de402d4]3526Fri Sep 16 03:16:01 GMT 2011  Olly Betts <olly@survex.com>
3527
3528        * src/mainfrm.cc: If a label isn't valid UTF-8, treat it as CP1252 (the
3529          Microsoft superset of ISO8859-1).
3530
[b00a29a]3531Fri Sep 16 03:00:51 GMT 2011  Olly Betts <olly@survex.com>
3532
3533        * src/mainfrm.cc: Remove special handling for toggling "full screen"
3534          on wxGTK as it's no longer required with modern versions.
3535
[6b061db]3536Fri Sep 16 02:05:12 GMT 2011  Olly Betts <olly@survex.com>
3537
3538        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Don't redraw the survey
3539          on every mouse movement in the survey pane unless the measuring line
3540          is (or just was) active.  (ticket #17)
3541
[293eec8]3542Thu Sep 15 03:58:59 GMT 2011  Olly Betts <olly@survex.com>
3543
3544        * src/aven.cc: Comment improvements.
3545
[deea763]3546Thu Sep 15 03:51:27 GMT 2011  Olly Betts <olly@survex.com>
3547
3548        * tests/smoke.tst: aven no longer requires an X display for --help or
3549          --version, so replace skip of this check with a check that this
3550          remains the case.
3551
[b4ac7007]3552Thu Sep 15 02:27:57 GMT 2011  Olly Betts <olly@survex.com>
3553
3554        * NEWS: Update from ChangeLog.
3555
[a26bab0]3556Thu Sep 15 02:11:28 GMT 2011  Olly Betts <olly@survex.com>
3557
3558        * lib/Makefile.am: Distribute codes.po.
3559
[d0a7bba]3560Thu Sep 15 02:08:35 GMT 2011  Olly Betts <olly@survex.com>
3561
3562        * configure.in,survex.spec.in: Default to installing docs into
3563          /usr/share/doc/survex rather than /usr/doc/survex.
3564
[e60254e]3565Wed Sep 14 01:57:45 GMT 2011  Olly Betts <olly@survex.com>
3566
3567        * src/mainfrm.cc: Fix another potential read beyond the end of a
3568          string.
3569
[17de0e2]3570Wed Sep 14 01:35:20 GMT 2011  Olly Betts <olly@survex.com>
3571
3572        * src/mainfrm.cc: Fix potential reading off end of string - fix from
3573          Stuart Bennett.
3574
[33c24dc]3575Wed Sep 14 00:33:16 GMT 2011  Olly Betts <olly@survex.com>
3576
3577        * lib/es.po: Update from launchpad.
3578
[d1c3d24]3579Tue Sep 13 22:05:59 GMT 2011  Olly Betts <olly@survex.com>
3580
3581        * buildmacosx.sh: Use wx 2.8.12.
3582
[c293aa9]3583Tue Sep 13 11:32:18 GMT 2011  Olly Betts <olly@survex.com>
3584
3585        * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
3586          double-buffering, which seems to be needed for systems with GLX >=
3587          1.3.  Report GLX version and whether double-buffering is in use in
3588          the about dialog.
3589
[091069f]3590Sun Jun 19 11:19:51 GMT 2011  Olly Betts <olly@survex.com>
3591
3592        * src/: Try to report errors from generating movie more helpfully.
3593
[6ed625e]3594Fri Jun 17 06:33:38 GMT 2011  Olly Betts <olly@survex.com>
3595
3596        * src/moviemaker.cc: Eliminate use of deprecated function
3597          av_alloc_format_context().
3598
[fed3713]3599Fri Jun 17 06:32:50 GMT 2011  Olly Betts <olly@survex.com>
3600
3601        * src/moviemaker.cc: Simplify the loop to flip the image vertically.
3602
[9e516d0d]3603Fri Jun 17 06:17:20 GMT 2011  Olly Betts <olly@survex.com>
3604
3605        * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
3606          convert images to add to the video.  Movie export now working
3607          again!
3608
[d10d369]3609Fri Jun 17 06:16:46 GMT 2011  Olly Betts <olly@survex.com>
3610
3611        * src/gfxcore.cc: No need to specify true to PlayPres - that's the
3612          default.
3613
[0c6b06cb]3614Fri Jun 17 06:15:34 GMT 2011  Olly Betts <olly@survex.com>
3615
3616        * src/gfxcore.cc: Set the play speed to "x1" during video recording.
3617
[75d4a2b]3618Fri Jun 17 05:43:12 GMT 2011  Olly Betts <olly@survex.com>
3619
3620        * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
3621
[cc9e7a06]3622Fri Jun 17 04:30:12 GMT 2011  Olly Betts <olly@survex.com>
3623
3624        * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
3625          making code to work with current FFmpeg.  Still TODO: convert call
3626          to img_convert() to use sws_scale() - currently you just get an all
3627          green movie!
3628
[90a2e0f]3629Mon May 30 07:40:12 GMT 2011  Olly Betts <olly@survex.com>
3630
3631        * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
3632
[a8469bb]3633Sat May 28 12:39:11 GMT 2011  Olly Betts <olly@survex.com>
3634
3635        * buildmacosx.sh: Build for x86_64 as well as i386.
3636
[4a7c15ab]3637Sat May 28 06:14:09 GMT 2011  Olly Betts <olly@survex.com>
3638
3639        * buildmacosx.sh: Fix comment typo.
3640
[ab66f3c]3641Sat May 28 06:08:10 GMT 2011  Olly Betts <olly@survex.com>
3642
3643        * buildmacosx.sh: Don't assume the volume gets mounted on
3644          /Volumes/Survex as it won't be if that mount point is already in use.
3645
[42c7efe]3646Thu May 26 16:09:05 GMT 2011  Olly Betts <olly@survex.com>
3647
3648        * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
3649          IDs.
3650
[de8488a6]3651Thu May 26 14:52:00 GMT 2011  Olly Betts <olly@survex.com>
3652
3653        * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
3654          wxID_PREVIEW where appropriate.
3655
[ecf9c4c1]3656Thu May 26 14:47:52 GMT 2011  Olly Betts <olly@survex.com>
3657
3658        * lib/codes.po: Mark unused messages by commenting out with '#~'.
3659
[27928df]3660Thu May 26 14:34:29 GMT 2011  Olly Betts <olly@survex.com>
3661
3662        * src/printwx.h: Fix comment typo.
3663
[73b3388]3664Thu May 26 12:47:44 GMT 2011  Olly Betts <olly@survex.com>
3665
3666        * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
3667          wxButton, use the implicit default label, as the wx documentation
3668          recommends.
3669
[6219279]3670Thu May 26 12:28:11 GMT 2011  Olly Betts <olly@survex.com>
3671
3672        * src/: Remove the unused preferences dialog code - we can easily
3673          fish it back out of SVN should we want it later, so no point
3674          having it sitting there making every checkout bigger.
3675
[04aa63b]3676Tue May 24 05:21:52 GMT 2011  Olly Betts <olly@survex.com>
3677
3678        * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
3679          section 7 (since it isn't documenting an actual command).
3680
[6f340d9]3681Tue May 24 05:17:53 GMT 2011  Olly Betts <olly@survex.com>
3682
3683        * doc/Makefile.am: Write generated man page to a temporary file, then
3684          atomically rename, to avoid leaving an empty or partial man page
3685          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
3686          1.1.16).
3687
[6cf04ff]3688Sat May 21 22:05:04 GMT 2011  Olly Betts <olly@survex.com>
3689
3690        * lib/fr.po: Fold in addition of accent from launchpad.
3691
[8fa7902]3692Sat May 21 22:04:31 GMT 2011  Olly Betts <olly@survex.com>
3693
3694        * lib/: Remove comments which are only relevant for other languages
3695          from .po files.  Add more clarifying comments.
3696
[7c0e6e3]3697Thu May 19 05:23:03 GMT 2011  Olly Betts <olly@survex.com>
3698
3699        * lib/messages.txt: Remove as no longer used.
3700
[d86459c]3701Wed May 18 09:06:19 GMT 2011  Olly Betts <olly@survex.com>
3702
3703        * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
3704          the master format for storing translations in (rather than
3705          messages.txt), and then translate these into Survex's .msg format.
3706
[749a581]3707Wed May 18 08:37:01 GMT 2011  Olly Betts <olly@survex.com>
3708
3709        * lib/messages.txt: Fix variant en-us message which ought not be
3710          different.
3711
[7b12c6d]3712Wed May 18 05:50:07 GMT 2011  Olly Betts <olly@survex.com>
3713
3714        * make_release: Print out the commands needed to tag the release.
3715
[5311876]3716Tue May 17 01:24:59 GMT 2011  Olly Betts <olly@survex.com>
3717
3718        * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
3719          how many errors there were at the end of the run - it just confuses
3720          users - we won't even get here if there's a fatal error!
3721        * lib/messages.txt: Add missing translations of two "Export" variants
3722          for ca, sk, and ro.
3723
[ec8fd0d]3724Tue May 17 01:03:06 GMT 2011  Olly Betts <olly@survex.com>
3725
3726        * NEWS: Fix typo.
3727
[56980d4e]3728Mon May 16 22:18:53 GMT 2011  Olly Betts <olly@survex.com>
3729
3730        * buildmacosx.sh: Extract tarball quietly, and just say we're doing
3731          it.  Add missing quoting to variable expansions.
3732
[8f9b0b6d]3733Mon May 16 05:59:32 GMT 2011  Olly Betts <olly@survex.com>
3734
3735        * NEWS: Another pre-1.1.16 update.
3736
[c953a98]3737Mon May 16 05:54:30 GMT 2011  Olly Betts <olly@survex.com>
3738
3739        * Makefile.am: Include all the available wxstd.mo files into the
3740          Microsoft Windows installer, rather than trying to just include those
3741          which we have translations for.  This avoids having to maintain a
3742          list of which to include, and gives users translations of wxWidgets
3743          messages even if they don't get Survex messages translated.
3744
[85f3565]3745Mon May 16 05:53:49 GMT 2011  Olly Betts <olly@survex.com>
3746
3747        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
3748          needed on Debian to build the Microsoft Windows installer.
3749
[6127c82]3750Mon May 16 05:22:03 GMT 2011  Olly Betts <olly@survex.com>
3751
3752        * doc/HACKING.htm: Note Debian packages to install for docs.
3753
[8fb44ec]3754Mon May 16 05:21:27 GMT 2011  Olly Betts <olly@survex.com>
3755
3756        * survex.iss.in: Add comment noting that AppVerName isn't required by
3757          newer InnoSetup.
3758
[ecdb631]3759Sun May 15 04:11:34 GMT 2011  Olly Betts <olly@survex.com>
3760
3761        * NEWS,configure.in: Update for 1.1.16.
3762
[ffe7b714]3763Sun May 15 03:44:17 GMT 2011  Olly Betts <olly@survex.com>
3764
3765        * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
3766
[f3f9b0e]3767Sun May 15 03:43:46 GMT 2011  Olly Betts <olly@survex.com>
3768
3769        * lib/named-entities.txt: Add hellip and rarr.
3770
[443edad]3771Sun May 15 03:39:02 GMT 2011  Olly Betts <olly@survex.com>
3772
3773        * lib/messages.txt: Fix clashing menu shortcuts from recent translation
3774          updates.
3775
[69490fa3]3776Sun May 15 03:20:50 GMT 2011  Olly Betts <olly@survex.com>
3777
3778        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
3779          transliterate to '...' for charsets which don't have it.  0x2192
3780          (&rarr;): Transliterate to '->' for charsets which don't have it.
3781          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
3782        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
3783          of '...'.
3784
[6010466]3785Sun May 15 02:59:42 GMT 2011  Olly Betts <olly@survex.com>
3786
3787        * lib/messages.txt: Fix literal accented characters.
3788
[6e618c7]3789Sun May 15 02:55:50 GMT 2011  Olly Betts <olly@survex.com>
3790
3791        * lib/messages.txt: Fold in de updates from launchpad.
3792
[01891b9]3793Sun May 15 02:36:02 GMT 2011  Olly Betts <olly@survex.com>
3794
3795        * lib/messages.txt: Fold in es updates from launchpad.
3796
[4667418]3797Sun May 15 02:19:45 GMT 2011  Olly Betts <olly@survex.com>
3798
3799        * lib/messages.txt: Fold in it updates from launchpad.
3800
[adc8304]3801Sun May 15 02:00:45 GMT 2011  Olly Betts <olly@survex.com>
3802
3803        * lib/messages.txt: Fold in pt-br updates from launchpad.
3804
[d3dd62e]3805Sun May 15 01:53:22 GMT 2011  Olly Betts <olly@survex.com>
3806
3807        * lib/messages.txt: Fold in pt updates from launchpad.
3808
[5c9f6c2]3809Mon Mar 14 01:58:10 GMT 2011  Olly Betts <olly@survex.com>
3810
3811        * configure.in: Link with -lGL, if it exists to support linking with
3812          gold or GNU ld --as-needed (Debian bug #615781).
3813
[97e9c02]3814Thu Mar 03 13:16:19 GMT 2011  Olly Betts <olly@survex.com>
3815
3816        * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
3817
[0c85b15b]3818Thu Mar 03 12:32:57 GMT 2011  Olly Betts <olly@survex.com>
3819
3820        * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
3821
[0ed32e5]3822Wed Oct 20 09:53:56 GMT 2010  Olly Betts <olly@survex.com>
3823
3824        * lib/messages.txt: "Colour" -> "Color" in en-us.
3825
[66dd4ff9]3826Sun Oct 17 14:10:21 GMT 2010  Olly Betts <olly@survex.com>
3827
3828        * lib/messages.txt: Assorted comment improvements and tweaks.
3829
[029fdb4]3830Sat Oct 16 11:12:42 GMT 2010  Olly Betts <olly@survex.com>
3831
3832        * src/moviemaker.h: Remove unused <stdio.h>.  Shouldn't include
3833          <config.h> in headers, only sources.
3834
[5abd525]3835Sat Oct 16 10:13:10 GMT 2010  Olly Betts <olly@survex.com>
3836
3837        * doc/TODO.htm: Remove entries which have now been done.
3838
[4b9be72]3839Fri Oct 15 06:57:46 GMT 2010  Olly Betts <olly@survex.com>
3840
3841        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
3842
[f5e3521]3843Fri Oct 15 05:48:09 GMT 2010  Olly Betts <olly@survex.com>
3844
3845        * NEWS: Final update fro 1.1.15.
3846
[53e12ee]3847Fri Oct 15 05:20:40 GMT 2010  Olly Betts <olly@survex.com>
3848
3849        * src/editwrap.c: Convert to use wide-character Unicode.
3850
[6baad4a]3851Fri Oct 15 05:20:04 GMT 2010  Olly Betts <olly@survex.com>
3852
3853        * src/cavernlog.cc: Fix to work on Microsoft Windows.
3854
[414cdd0]3855Thu Oct 14 22:50:09 GMT 2010  Olly Betts <olly@survex.com>
3856
3857        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
3858          fixed.
3859
[9d20d33]3860Thu Oct 14 22:48:06 GMT 2010  Olly Betts <olly@survex.com>
3861
3862        * src/diffpos.c: Handle files with duplicate labels in better - extend
3863          generates duplicate labels when it breaks a loop.
3864
[d50594c]3865Wed Oct 13 15:39:04 GMT 2010  Olly Betts <olly@survex.com>
3866
3867        * make_release: -Dunix when running make distcheck with the
3868          preprocessor in C89 mode.
3869
[eafe1a3]3870Wed Oct 13 15:33:23 GMT 2010  Olly Betts <olly@survex.com>
3871
3872        * src/cavern.c: Fix C++ comment.
3873
[2d16e4e]3874Wed Oct 13 15:07:31 GMT 2010  Olly Betts <olly@survex.com>
3875
3876        * NEWS,configure.in: 1.1.15.
3877
[e02a6a6]3878Wed Oct 13 15:00:51 GMT 2010  Olly Betts <olly@survex.com>
3879
3880        * configure.in,src/: Define GETC() in config.h and use it everywhere.
3881          Similarly define PUTC() to use putc_unlocked() where available and
3882          use that everywhere too.
3883
[f175de2]3884Wed Oct 13 13:41:17 GMT 2010  Olly Betts <olly@survex.com>
3885
3886        * src/cavernlog.cc: Remove superfluous nested declaration.
3887
[9e50f755]3888Wed Oct 13 11:19:29 GMT 2010  Olly Betts <olly@survex.com>
3889
3890        * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
3891          deprecated _wpgmptr instead.  mingw doesn't have errno_t so use int
3892          instead.
3893
[eff69a7]3894Wed Oct 13 10:49:18 GMT 2010  Olly Betts <olly@survex.com>
3895
3896        * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
3897          not just space.
3898
[a90632c]3899Wed Oct 13 10:27:38 GMT 2010  Olly Betts <olly@survex.com>
3900
3901        * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
3902          path to aven rather for running cavern.
3903
[19f2b4f]3904Thu Oct 07 22:38:43 GMT 2010  Olly Betts <olly@survex.com>
3905
3906        * src/datain.h,src/useful.c: Use getc_unlocked() if available.
3907
[36c4cf1]3908Thu Oct 07 14:25:13 GMT 2010  Olly Betts <olly@survex.com>
3909
3910        * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
3911          saving presentations so that paths with non-Latin1 characters in can
3912          be processed.
3913
[0a85859]3914Thu Oct 07 12:52:22 GMT 2010  Olly Betts <olly@survex.com>
3915
3916        * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
3917
[1e2499c]3918Thu Oct 07 12:42:21 GMT 2010  Olly Betts <olly@survex.com>
3919
3920        * src/cavernlog.cc: Don't call Update() after every line, but only
3921          when we don't have data from cavern pending.  Hopefully addresses
3922          ticket#12.
3923
[d2980d2]3924Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
3925
3926        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
3927          Build mingw version in an unpacked source tree from the release
3928          tarball.
3929
[1d71195]3930Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
3931
3932        * src/cavernlog.cc: Fix code indentation.
3933
[ffe7efe4]3934Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
3935
3936        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
3937          on Unix.
3938
[fc364dc]3939Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
3940
3941        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
3942          so that paths with non-Latin1 characters in can be processed.
3943
[83e2433]3944Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
3945
3946        * src/cavernlog.cc: Need to quote filenames with spaces in for
3947          Microsoft Windows.
3948
[b4dbba1]3949Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
3950
3951        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
3952
[c60cb16]3953Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
3954
3955        * src/datain.c: Add missing include of date.h.
3956
[f351ea24]3957Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
3958
3959        * src/date.c,src/date.h: Add files for date handling.
3960
[807f9dd]3961Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
3962
3963        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
3964          render correctly as points/point sprites, and if they don't, fall
3965          back to drawing them with lines.
3966
[fe075d7]3967Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
3968
3969        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
3970          and crosses, and recheck automatically if the graphics hardware
3971          or drivers are changed or upgraded.
3972
[226b599e]3973Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
3974
3975        * src/gla-gl.cc: Add \n to commented out debug message.
3976
[1671258]3977Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
3978
3979        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
3980          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
3981          http://www.survex.com/ - the former is the canonical name and
3982          www.survex.com just redirects.
3983
[52f67931]3984Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
3985
3986        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
3987          dialog.
3988
[12ec820]3989Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
3990
3991        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
3992
[f6d8375]3993Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
3994
3995        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
3996          in cases where the value isn't being passed to OpenGL.
3997
[bde8c9a]3998Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
3999
4000        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
4001          using a series of abutting lines rather than with gluDisk which
4002          is faster and gives a consistent shape.
4003
[425a138]4004Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
4005
4006        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
4007          GL_SMOOTH_POINT_SIZE_RANGE.
4008
[b6f9294]4009Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
4010
4011        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
4012          ISO-8859-1 characters though).
4013
[04bf822]4014Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
4015
4016        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
4017          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
4018          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
4019          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
4020          is available (OpenGL >= 1.2 again) then report its value in the
4021          about box.
4022
[1ee204e]4023Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
4024
4025        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
4026          which stores survey dates as number of days since Jan 1st 1900, so
4027          we now support dates from 1900-2078 (rather than 1970-2037) with a
4028          smaller file size.  The img API is now versioned - you can select
4029          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
4030          gives the survey dates in days in days1 and days2 instead of as
4031          time_t values in date1 and date2.  Fixes ticket#14.
4032
[00d94ee]4033Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
4034
4035        * src/printwx.cc: Remove unused '#include <time.h>'.
4036
[82988f5]4037Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
4038
4039        * src/avenprcore.cc: Remove unused '#include <time.h>'.
4040
[0965597]4041Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
4042
4043        * src/export.cc: Explicit #include <time.h> for strftime().
4044
[576c27f]4045Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
4046
4047        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
4048
[2032841]4049Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
4050
4051        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
4052          work.
4053
[025e84d]4054Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
4055
4056        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
4057          instead.
4058
[506769f]4059Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
4060
4061        * src/img.c: Fix cast in get16() to be to short not long.
4062
[81e1aa4]4063Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
4064
4065        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
4066          terminology in manual, etc.  Fixes ticket#15.
4067
[e0c8f98]4068Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
4069
4070        * tests/: Most tests weren't actually running and testcases (looks like
4071          a sh portability issue).  Fixed, and fortunately all tests still
4072          pass.
4073
[f9535d4]4074Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
4075
4076        * doc/manual.sgml: Fix typo "of" -> "on".
4077
[f9473ab]4078Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
4079
4080        * NEWS,configure.in: Update for 1.1.14.
4081
[7bdf66d]4082Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
4083
4084        * lib/messages.txt,src/: Remove things we no longer need now we've
4085          dropped support for RISC OS and DOS.
4086
[175cac6]4087Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
4088
4089        * src/cmdline.c: Remove reference to MSDOS.
4090
[9965b2b]4091Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
4092
4093        * src/: Strip out "Far" and "Huge" which we no longer need now that
4094          DOS memory models are no longer relevant.
4095
[9e12d78]4096Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
4097
4098        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
4099
[5dd874a]4100Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
4101
4102        * configure.in,src/useful.h: On little-endian architectures, make
4103          get16() and get32() inline functions, rather than macros which use
4104          a global variable.
4105
[7e5d688]4106Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
4107
4108        * src/useful.c: Remove commented out code.
4109
[8c45eea]4110Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
4111
4112        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
4113          and AC_TYPE_INT32_T instead of home-brew equivalents.
4114
[39aa1a0]4115Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
4116
4117        * src/listpos.c: In "Station X referred to just once, with an explicit
4118          prefix - typo?" warning, give file and linenumber where the *equate
4119          occurred.
4120
[d40f787]4121Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
4122
4123        * src/readval.c: Fix comment typo.
4124
[0d38f0e]4125Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
4126
4127        * src/listpos.c: In "Station X referred to by *entrance or *export but
4128          never used" warning, give file and linenumber where the *entrance or
4129          *export occurred.
4130
[b23bcf0]4131Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
4132
4133        * src/aventreectrl.cc: Fix double-click handling for survey tree on
4134          wxMSW >= 2.8.11.
4135
[ad3d0a2]4136Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
4137
4138        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
4139          on all versions of wxWidgets we support (i.e. 2.6 and later).
4140
[318ac31]4141Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
4142
4143        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
4144
[1edaf8d]4145Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
4146
4147        * src/netskel.c: In "Unused fixed point" warning, give file and
4148          linenumber where the "*fix" occurred.
4149
[a07ee70]4150Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
4151
4152        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
4153          highlight just <file>:<line> (and not the ': ' after), and to make
4154          the title for the terminal the warning/error message.  Make the
4155          checking stricter by checking that the linenumber is a number, to
4156          avoid false positives.
4157
[652b73b]4158Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
4159
4160        * Revert this change, as it appears wxMotif does support wxGLCanvas:
4161        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
4162          is required by Aven in 1.1.x, so remove mention of Motif from manual.
4163
[fb5887c]4164Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
4165
4166        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
4167          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
4168          handling of splitter window to fix poor handling of various cases.
4169
[bc73093]4170Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
4171
4172        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
4173          a file (and processing it first if necessary).
4174
[b0c416c]4175Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
4176
4177        * src/cavernlog.h: Fix filename in comment at top.
4178
[77b8654]4179Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
4180
4181        * src/cavernlog.cc: Don't double escape the contents of href and target
4182          in links in the log.
4183
[813919e]4184Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
4185
4186        * src/cavernlog.cc: Remove commented out calls to set the input
4187          encoding of the HTML parser - we now always escape non-ASCII
4188          characters as HTML entities.
4189
[438c9ed]4190Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
4191
4192        * src/cavernlog.h: Improve doc comment for process() method.
4193
[cca2ce1]4194Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
4195
4196        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
4197          we disable the preview feature.
4198
[193efb1]4199Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
4200
4201        * src/printwx.cc: The Gnome print dialog has its own preview window
4202          so suppress ours if using the Gnome one.
4203
[5297c43]4204Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
4205
4206        * configure.in: Update the wx-config probing code - wxmac-config etc
4207          aren't present with newer wxWidgets versions.
4208
[b7510ee]4209Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
4210
4211        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
4212          use a Unicode build.  If building a private wx, use wx 2.8.11 not
4213          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
4214
[a75f5a1]4215Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
4216
4217        * src/cavernlog.cc: Set the select timeout before calling wxYield()
4218          when waiting for output from cavern to 0.1s instead of 0.00001s to
4219          avoid yielding excessively on slower machines where this is likely
4220          to really slow things down.  Call Scroll() only once per line in
4221          the case where we are updating the scrollbar position.  Call
4222          Update() instead of wxYield() after each line, since that's enough
4223          to get the window updated.  Remove unused assignment "ch = left;"
4224          at end of loop.
4225
[9c0b089]4226Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
4227
4228        * configure.in: Link aven with -lGLU which SuSE Linux needs.
4229
[72f1bb2]4230Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
4231
4232        * src/mainfrm.cc: Highlight stations matching any current search when a
4233          file is loaded.  (ticket#9)
4234
[2d5edf4]4235Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
4236
4237        * survex.iss.in: Clean up comments from over-enthusiastic search and
4238          replace which modified comments as well as code.
4239
[b38cd93]4240Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
4241
4242        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
4243          with a "Point" class.
4244
[ecb7f9f]4245Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
4246
4247        * src/Makefile.am: Remove FIXME which has already been resolved.
4248
[24fd5b7]4249Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
4250
4251        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
4252          is required by Aven in 1.1.x, so remove mention of Motif from manual.
4253
[880b954]4254Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
4255
4256        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
4257          Correctly capitalise "GTK".
4258
[2bbfcec]4259Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
4260
4261        * doc/manual.sgml: Note that on Linux we only regularly test builds
4262          with the GTK+ version (change taken from 1.0).
4263
[c88a040]4264Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
4265
4266        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
4267          version of the manual.
4268
[7e2f708]4269Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
4270
4271        * configure.in: Only ask for core, gl, and html wx libs to avoid
4272          linking to a load of others we don't use.
4273
[4a320aa]4274Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
4275
4276        * INSTALL: Update.
4277
[4056cdc]4278Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
4279
4280        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
4281
[94f7e41]4282Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
4283
4284        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
4285          file updates from 1.0.39.1-4 Debian package.
4286
[7f24541]4287Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
4288
4289        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
4290
[e4bfd2f]4291Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
4292
4293        * NEWS: Update from ChangeLog.
4294
[0fd6750]4295Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
4296
4297        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
4298          "alternative manual formats" zip file - people will generally just
4299          want one of them, so downloading several together isn't very useful.
4300          Replace PostScript version of manual with a PDF version (more
4301          compact and more people will have software to read PDF).  Don't
4302          generate RTF format by default as PDF is more useful if you want
4303          a formatted version to print.
4304
[018db6f]4305Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
4306
4307        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
4308          List" section.
4309
[3554c39]4310Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
4311
4312        * Makefile.am,make_release: Just produce a zip file with the
4313          alternative manual formats - a self-extracting .exe is harder to
4314          use on other platforms, and most people have a zip file extractor
4315          installed.
4316
[c818632]4317Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
4318
4319        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
4320          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
4321          the issue with building the package on Debian is no longer
4322          relevant.
4323
[56ad6ad]4324Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
4325
4326        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
4327
[8ed91e39]4328Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
4329
4330        * doc/manual.sgml: Remove out of date postal addresses - we can
4331          probably safely assume people have email these days.  Direct
4332          people to the mailing list since they are likely to get a
4333          quicker response rather than mailing individuals.  Remove
4334          mention of a paper mailing list.  Remove mention of sending
4335          us a floppy (!) or blank CDR to get a version as I can't recall
4336          the last time I gave someone a copy on physical media.
4337
[98fbcf6]4338Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
4339
4340        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
4341          and people can just as easily build binary RPMs from the source
4342          tarball as from the srpm, so just remove the rpm target from the
4343          makefile and code which uses it from make_release - it's less to
4344          have to maintain too.
4345
[098acb1]4346Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
4347
4348        * make_release: Use "set -e" rather than checking the exit codes of
4349          commands.  -t no longer disables targets - set mk to do that.
4350
[dd7674d]4351Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
4352
4353        * make_release: Fix defaulting of list of things to do.
4354
[a061be6a]4355Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
4356
4357        * src/gdtconvert: Add "Generated" comment to output file.
4358
[ce80d82]4359Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
4360
4361        * src/gdtconvert: Add GPL license boilerplate.
4362
[68d7dfc]4363Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
4364
4365        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
4366          missing it.
4367
[ecbc6c18]4368Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
4369
4370        * src/: Update FSF address in licence notices.
4371
[5e3879f]4372Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
4373
4374        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
4375          survey is loaded now that we persist the window size between
4376          invocations.
4377
[381bf27]4378Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
4379
4380        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
4381          anti-aliased TXF files.
4382
[c57bd20]4383Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
4384
4385        * src/fnt.cc: Use font size from txf file rather than trying to
4386          calculate it from the texture fragment sizes.
4387
[d133b65]4388Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
4389
4390        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
4391          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
4392          allow distribution of modified versions.
4393
[72f37d2]4394Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
4395
4396        * lib/afm2txf.pl: Add support for -o option to specify output .txf
4397          file.
4398
[7c7cffd]4399Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
4400
4401        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
4402          Remove the temporary .ppm file at the end.
4403
[46cd512]4404Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
4405
4406        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
4407          SVN.
4408
[233995e]4409Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
4410
4411        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
4412
[9ce6a65]4413Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
4414
4415        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
4416
[1dafcb8]4417Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
4418
4419        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
4420
[845fac6]4421Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
4422
4423        * lib/afm2txf.pl: Clean up trailing whitespace.
4424
[fb5791d]4425Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
4426
4427        * lib/afm2txf.pl: Add GPL script for creating txf files.
4428
[cfe20c7]4429Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
4430
4431        * lib/splash.png: Remove now unused graphical splash screen (it has
4432          hardcoded (C) details, which wasn't a good approach).
4433
[ecc16fc]4434Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
4435
4436        * src/fnt.cc: Handle the left bearing and character width correctly.
4437
[5f4a155]4438Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
4439
4440        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
4441          being able to set the font texture from a byte array.
4442
[967723f]4443Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
4444
4445        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
4446          fntTexFont::puts() rather than recalculating it inside the
4447          method.
4448
[6f14ee0]4449Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
4450
4451        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
4452          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
4453          with sizing and resizing of the panes.
4454
[8a05a7a]4455Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
4456
4457        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
4458          a wxString.
4459
[d3172cc]4460Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
4461
4462        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
4463          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
4464          call char_str() instead for now.
4465
[5f97258]4466Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
4467
4468        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
4469          bar which we know to be ASCII.  No need to use msgPerm() for a
4470          message we assign to a wxString.
4471
[f302cbaa]4472Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
4473
4474        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
4475          baseleaf_from_fnm().
4476
[98a3786]4477Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
4478
4479        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
4480          a wide string, which doesn't work with fopen(), etc, so call
4481          char_str() instead for now.
4482
[833c6bc]4483Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
4484
4485        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
4486          wxString::FromUTF8() instead of wxConvUTF8.
4487
[de0f6e1]4488Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
4489
4490        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
4491          wxString.
4492
[c0abf5a]4493Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
4494
4495        * src/Makefile.am: Use wx-config's --rescomp option to get the command
4496          and options needed to turn .rc files into object files.
4497
[a2bc929]4498Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
4499
4500        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
4501          amount of the installer size.  Specify "DisableWelcomePage=yes"
4502          which is apparently in line with what other modern installers do.
4503
[b7d232e]4504Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
4505
4506        * configure.in,make_release,make_release.in: We no longer need VERSION
4507          in make_release, so no need to generate it from configure.
4508
[5a0eabd]4509Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
4510
4511        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
4512          under Wine, so just run wine directly and removed version of
4513          Debian's xvfb-run script.
4514        * make_release.in: Pass variables to configure on the command line
4515          rather than in the enviornment.  Running "make distcheck" no longer
4516          fails extend.tst, so remove comment about that.  Use case rather
4517          than expr to check what we've been asked to build.  Update to use
4518          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
4519          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
4520          potential bugs from that.  Enable -Werror for the wxmsw build.
4521        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
4522          (add pt and sk) and where we copy them from.  Copy the unofficial
4523          InnoSetup i18n files (.isl) from lib.
4524
[ebcdad9]4525Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
4526
4527        * doc/HACKING.htm: Update InnoSetup info.
4528
[b685e4e]4529Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
4530
4531        * survex.iss.in: Update for InnoSetup 5.3.9.
4532        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
4533          i18n files for InnoSetup which we use.
4534
[9227253]4535Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
4536
4537        * src/Makefile.am: Update path to wx RC file.
4538
[a5e8ada]4539Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
4540
4541        * src/mainfrm.cc: Explicitly construct temporary wxString() which
4542          is needed to avoid overload ambiguity under __WXMSW__.
4543
[15322f2]4544Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
4545
4546        * src/cavernlog.cc: Add missing wxT() to string and character
4547          constants only used in __WXMSW__ build.
4548
[b1876d3]4549Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
4550
4551        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
4552          kludge to substitute Czech if Slovak isn't found.
4553
[4eaa9a3]4554Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
4555
4556        * src/aboutdlg.cc: Fix character constant to be a string constant when
4557          building under WXMSW.
4558
[90d0d71]4559Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
4560
4561        * NEWS: Update from ChangeLog for 1.1.13.
4562
[0dbc323]4563Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
4564
4565        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
4566          .deb building machinery from upstream Makefile.
4567
[9fe15ea]4568Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
4569
4570        * make_release.in: Remove ancient workaround for getting wine to work.
4571          Remove .deb building machinery.  Reenable distcheck to see if the
4572          problem with extend.tst has gone away.  Update mingw cross-building
4573          machinery.
4574
[0c03190]4575Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
4576
4577        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
4578          - just link to the FSF's page.
4579
4580Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
4581
4582        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
4583          update debian/changelog.
4584
[0ae292f]4585Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
4586
4587        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
4588          generating an HTML version of the ChangeLog - it's too low level to
4589          be of interest to non-developers, and developers can look at the
4590          source code.
4591
[2e4b8cd]4592Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
4593
4594        * src/cavernlog.cc: Whitespace tweaks.
4595
[ca2611a]4596Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
4597
[fe58e77]4598        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
4599          About dialog.  Change "OK" button to "Close" since nothing is being
4600          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
4601          to make the copied text persist after aven is closed, though this
4602          seems to currently do nothing on wxGTK at least.
[ca2611a]4603
4604Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
4605
4606        * doc/HACKING.htm: Note jadetex needed.
4607          Note autoconf 2.64 works well.
4608
4609Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
4610
4611        * src/fnt.cc: Remove now superfluous ().
4612
4613Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
4614
4615        * debian/Makefile.am: Update EXTRA_DIST
4616
4617Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
4618
4619        * src/cavernlog.cc: Fix small memory leak
4620
4621Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
4622
4623        * src/img.c: Don't leak filename_opened member.
4624
4625Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
4626
4627        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
4628          don't use them uninitialised.
4629
4630Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
4631
4632        * src/gfxcore.h: Declare constants with enum rather than #define so
4633          they automatically get allocated unique values, and so they show up
4634          in the debugger.
4635
4636Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
4637
4638        * src/fnt.cc: Make the map array static const
4639
4640Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
4641
4642        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
4643          use a "byte format" font file without any translation, while a
4644          "bitmap format" font file needs a temporary array half the size.
4645
4646Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
4647
4648        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
4649          using them potentially uninitialised.
4650
4651Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
4652
4653        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
4654          file on the command line.
4655
4656Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
4657
4658        * configure.in: Update copyright years.
4659
4660Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
4661
4662        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
4663          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
4664          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
4665          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
4666          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
4667          src/printwx.cc, src/printwx.h:
4668          + Fix to build with a "unicode" build of wx.
4669          + Add "Copy" button to the About dialog to copy the system info
4670            to the clipboard.
4671          + List OpenGL extensions last, since there are usually lots of
4672            them with a modern gfx card.
4673          + When processing survey data, auto-scroll the log window until
4674            we've reported a warning or error.
4675          + Put the survey data log window in a splitter in the standard
4676            frame rather than having a separate frame for it.
4677
4678Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
4679
4680        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
4681
4682Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
4683
4684        * src/aboutdlg.cc: Build string using preprocessor string
4685          concatenation rather than runtime appending, where possible.
4686
4687Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
4688
4689        * src/aboutdlg.cc: Update (C) date.
4690
4691Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
4692
4693        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
4694          events to avoid spinning on the CPU.
4695
4696Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
4697
4698        * configure.in: New preferred env var for wx-config script is
4699          WX_CONFIG.  WXCONFIG still supported for compatibility.
4700
4701Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
4702
4703        * src/mainfrm.cc: The presentation filename now defaults to using
4704          the basename of the currently loaded dataset, but we always prompt
4705          before we first save with such a name.
4706
4707Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
4708
4709        * configure.in: Add comment to explain why we call wx-config twice.
4710
4711Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
4712
4713        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
4714          contains '%' (m comes from the messages file, so this isn't
4715          exploitable by sending someone a "bad" .svx or .3d file).
4716
4717Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
4718
4719        * src/mainfrm.cc: Fix to open rather than save when doing "open
4720          presentation" with wxmotif.
4721
4722Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
4723
4724        * doc/3dformat.htm: Document that this is version 6 and when we
4725          started to use it.
4726
4727Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
4728
4729        * src/gla-gl.cc: When saving a screenshot, perform the vertical
4730          flip of the image data in-place rather than using wxImage::Mirror()
4731          which creates a whole new wxImage object.
4732
4733Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
4734
4735        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
4736          contains a '%' character.
4737
4738Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
4739
4740        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
4741          needed.
4742
4743Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
4744
4745        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
4746          longer set or used.
4747
4748Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
4749
4750        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
4751          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
4752          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
4753          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
4754          "wxWidgets" instead of "wxWindows" consistently.
4755          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
4756
4757Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
4758
4759        * doc/3dformat.htm: Update for v6 format from Mike McCombe
4760
4761Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
4762
4763        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
4764          need to store the value in a variable rather than calling it twice!
4765
4766Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
4767
4768        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
4769          some which had the wrong descriptions.
4770          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
4771          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
4772          numeric values, so the shorter (now official) names are better.
4773
4774Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
4775
4776        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
4777          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
4778          src/quaternion.h: Just set the pan and tilt directly as OpenGL
4779          rotations rather than messing around setting up and then decoding a
4780          quaternion.  This fixes some glitches when tilting while looking
4781          east, and eliminates 2 source files and 2 headers!
4782
4783Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
4784
4785        * NEWS, configure.in, src/aven.cc, src/wx.h:
4786          (Unix version): aven: Fix display of degree symbol in status bar and
4787          messages with accented characters in.
4788          (Mac OS X version): Require at least wxWidgets 2.5.1.
4789
4790Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
4791
4792        * src/message.c: Test S_ISREG since that's what we use here
4793
4794Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
4795
4796        * src/message.c: Always use utf-8 for aven on unix
4797
Note: See TracBrowser for help on using the repository browser.