source: git/ChangeLog @ 6e47b72

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

tests/cavern.tst: Force English messages so comparing expected output
works whatever the current language setting.

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