source: git/ChangeLog @ a338ef8

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

src/printwx.h: Fix test for libgnomeprint, and add test for GtkPrint?.

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