source: git/ChangeLog @ 736f7df

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

lib/extract-msgs.pl,lib/survex.pot,src/: Insert "TRANSLATORS"
comments into source code.

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