source: git/ChangeLog @ 9b658f2

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 9b658f2 was 9b658f2, checked in by Olly Betts <olly@…>, 9 years ago

lib/survex.pot: Add new message "JSON files".

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