source: git/NEWS @ 577f05b

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

Full Screen mode is now functional.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@2401 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 21.7 KB
Line 
1Changes between 1.0.25 and 1.1.0:
2
3* NOTE: Survex 1.1.X releases are development snapshots made available for
4  the purposes of allowing wider testing and getting more user feedback.  Once
5  the code has stabilised the version number will be raised to 1.2.0.
6
7* aven: Now uses OpenGL for 3d rendering - you may need to install drivers if
8  you're using Windows 95 - these can be obtained from:
9  http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/Opengl95.exe
10
11* aven: Solid passages - passage dimensions are currently inferred from
12  the leg length (pretty effective as you can measure longer legs in
13  larger passages).  Use of real LRUD data coming soon...
14
15* aven: Depth colouring is now continuously varying.
16
17* aven: Search moved onto the toolbar, and we now use the status bar for
18  coordinates, distances, etc to make better use of screen space.
19
20* aven: Full screen mode (F11).
21
22* aven: Context sensitive cursor shape - needs more work.
23
24* aven: Mouse actions changed (hopefully they're now more natural, but
25  you may find the change disorientating - feedback wanted on this).
26
27* aven: added Ctrl+Q as shortcut for File->Exit.
28
29* Fixed configure --enable-defaultlang=XX to work.
30
31* (Unix version): Fixed svxedit man page which previously contained xcaverot
32  documentation!
33
34* Documentation updated.
35
36* (Unix version): aven: "All Files" now shows files without extensions too.
37
38* Fixed standard graphics for "Note", "Warning", etc in the PostScript manual.
39
40Changes in 1.0.25:
41
42* (MacOS X version): hopefully fixed building of aven.
43
44* (Unix version): updated config.guess and config.sub so should build out of
45  the box on more Unix platforms.
46
47* (Unix version): Debian: added missing Build-Depends on xlibs-dev.
48
49* (Unix version): RPMs: give up supplying binary RPMs due to apparently
50  insurmountable technical problems.
51 
52Changes in 1.0.24:
53
54* cavern: fixed LEVEL (broken since around 1.0.8) and added test case.
55
56* cavern: corrected handling of declination in Compass DAT files and added test
57  case; also added tests for other aspects of Compass DAT file reading.
58
59* printps/printpcl: fixed blank page detection in some obscure cases.
60
61* Documentation: started manual section on working with Compass data files.
62
63* (Unix version): fixed compilation problems with aven and getopt.h on MacOS X
64  (and probably some other Unix versions).
65
66* (Unix version): Debian package now Build-Depends on gcc-3.2 and g++-3.2.
67
68Changes in 1.0.23:
69
70* Documentation: include 3d v3 file format description on MS Windows, MS DOS,
71  and RISC OS too; include PNG graphics for manual on MS Windows; minor updates
72  to manual.
73
74* Prefer wxWindows 2.4 if it's available.
75
76* (MacOS X version): detect MacOS X and look for MacOS X build of wxWindows;
77  automatically add resource fork to aven binary.
78
79* Disabled experimental support for Chinese (LANG=zh) - it isn't currently
80  working and makes the printer drivers unusable on Chinese versions of MS
81  Windows.
82
83* (Unix version): tweaked debian packaging.
84
85* cavern: Handling of "*:" at start of file wasn't fully fixed in 1.0.19.
86
87Changes in 1.0.22:
88
89* aven: Fixed handling of extended elevations (and other flat surveys) -
90  they are meant to be "locked flat" but this wasn't fully working before.
91
92* Documentation: 3d v3 file format description: fixed error in description of
93  codes 0x01-0x0e; include it in binary packages (not only with the source
94  code).
95
96Changes in 1.0.21:
97
98* cavern: when reading Compass DAT files, we now processes compass and clino
99  backsights, and recognise the "X" flag which indicates a leg should be
100  entirely ignored.  And we now report correct line number with errors in
101  Compass .MAK files.
102
103* cavern: if "*infer plumbs on", don't infer a plumb if the clino is
104  +/- 90 degrees, but the backclino isn't (and vice versa).
105
106* cavern: fixed 3dx output so it actually works with Chasm once more.
107
108* cavern: don't allocate extra space needed for producing 3dx output for
109  Chasm unless we're actually producing that output - saves about 8 bytes
110  per station.
111
112* cavern: removed slightly too keen sanity check which could misfire in very
113  unusual circumstances.
114
115* (MS Windows version): all .ico files except 3d.ico have been missing since
116  1.0.17 (or maybe 1.0.16) - fixed.  You wouldn't notice this if you installed
117  over an previous version.
118
119Changes in 1.0.20:
120
121* aven: update display when "Metric" or "Degrees" is toggled.
122
123* cavern: fixed handling of compass and clino corrections in Compass survey
124  data - these were interpreted as radians rather than degrees so the
125  correction was about 57 times too large!)
126
127* Improved handling of Compass PLT files - if the survey name is empty, don't
128  insert a survey separator character.
129
130* Documentation: fixed incorrect markup which resulted in a bogus footnote.
131
132Changes in 1.0.19:
133
134* cavern: you can now process Compass format survey data (.DAT and .MAK files) -
135  these can even be linked into a Survex dataset with "*include fulford.dat" or
136  "*include lech.mak" to allow processing of mixed datasets.
137
138* cavern: major speedup (up to 60%) when reading in survey data containing
139  a lot of stations in the same survey hierarchy level (which is how Compass
140  files are handled).
141
142* cavern: don't warn about a compass reading on a plumbed leg if the
143  plumb was inferred and the compass reading is zero.
144
145* cavern: reduced memory usage in code which reads a survey station name.
146
147* cavern: reported CPU time would go negative if cavern ran for more than
148  about 36 minutes (highly unlikely but not impossible on a slow machine
149  with a large, highly interconnect survey) - fixed.
150
151* cavern: avoid unnecessary work when --percentage isn't specified.
152
153* cavern: Writing "*:" at the start of a .svx file would crash cavern - fixed
154  and added test case.  This is an error anyway, but it shouldn't cause a
155  crash.
156
157* Don't distribute unused toolbar icons.
158
159* Documentation: minor updates.
160
161Changes in 1.0.18:
162
163* (Unix version): Fixed "Process" action on .svx files.
164
165* (Unix version): File associations: if svxedit isn't installed, run gnome-edit
166  instead.
167
168* (Unix version): In Debian packages, now include file associations and file
169  icons in the survex package rather than survex-aven.
170
171* (Unix version): File associations were missing from RPM packages; moved
172  aven and svxedit man pages to their respective subpackages; moved aven icons
173  to the aven subpackage.
174
175* Documentation: added details of the 3d file format (version 3).
176
177* Updated TODO list.
178
179Changes in 1.0.17:
180
181* (MS Windows version): Fixed "Open in SvxEdit" to work (and if tcl isn't
182  install this action now falls back to using notepad).  SvxEdit now has
183  its own icon.
184
185* (Unix version): Install mime types, icons, and file associations for Gnome.
186  Note: at present GMC doesn't seem to notice new files being created (e.g.
187  Process on a .svx file creates .3d and .err files) - you have to manually
188  refresh the view.
189
190* Minor update to manual.
191
192Changes in 1.0.16:
193
194* (MS Windows version): Really fixed bug introduced in 1.0.14 which often stops
195  programs from finding the message files.
196
197* (MS Windows version): Remove any existing "Open" file association for .svx
198  files.
199
200Changes in 1.0.15:
201
202* (MS Windows version): Fixed bug introduced in 1.0.14 which often stops
203  programs from finding the message files.
204
205* (MS Windows version): "Open in Notepad" is now the double-click action
206  for .svx files once again, "Open in SvxEdit" is an action in the menu
207  obtained with the right mouse button.
208
209Changes in 1.0.14:
210
211* svxedit: This is a Survex data entry editor from the therion team.  It needs
212  tcl and wish installed - for MS Windows an installer is available for free
213  from Activeware.
214
215* Improved handling of Compass PLT files and CMAP xyz files - no longer change
216  dots to spaces in survey and station names - instead use a space as the
217  separator between survey name and station name.
218
219* aven: when picking non-overlapping labels, show a slight preference to shorter
220  labels with the aim of displaying more labels.
221
222* aven: fixed hard to notice problem which could cause the cave to appear
223  tilted sideways after a lot of manipulation.
224
225* cavern: Modest speed improvement (0.5% for sample dataset).
226
227* cavern: fixed a rarely sighted bug which caused erroneous error about some
228  stations not being attached to a fixed point.
229
230* cavern: fixed clino readings and DIRECTION to work in interleaved data.
231
232* cavern: improved error reporting when an invalid value is given for a
233  DIRECTION reading.
234
235* cavern: fixed "singular matrix" error when very low SDs were specified.
236
237* print*: if the --raw is used, the survey can now use the space this would
238  have taken up.
239
240* Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings
241  once again.  Added regression test for this.
242
243* (MS Windows version): Programs run from the command line now find message
244  files without SURVEXHOME needing to be set.
245
246* Updated documentation.
247
248Changes in 1.0.13:
249
250* aven: Fixed bug which caused the occasional spurious leg to be shown
251  connecting arbitrary stations.
252
253* extend: try to extend along a survey, and make breaks where other surveys
254  join.
255
256* cavern: Number reading code reworked to allow repeat readings to be
257  supported, but the actual repeat reading code is currently disabled,
258  and everything should work exactly as before.
259
260* Experimental support for Chinese (LANG=zh) - only a few messages are
261  currently translated.
262
263Changes in 1.0.12:
264
265* diffpos: fixed to work on 64bit architectures.
266
267* sorterr: fixed to work with more than 1024 traverses.
268
269* Fixed handling of iso-8859-2 character set and MS Windows code page 1250
270  (both cover Eastern European languages).
271
272* (MS Windows version): install file associations for Compass .plt and .plf
273  files and for CMAP .xyz files.  Also install the file icon for .plt and
274  .plf files in case Compass isn't installed (thanks to Larry Fish for
275  permission to include the icon).
276
277* (Unix version): running an installed program with an explicit path works
278  again.
279
280* (Unix version): xcaverot: automatically switch on PDA mode if the screen is
281  less than 640 pixels wide or less than 480 pixels high.
282
283* (Unix version): minor portability improvements.
284
285* Updates to Portuguese translation - all translations are now up-to-date.
286
287Changes in 1.0.11:
288
289* aven: improvements in 1.0.10 to the file type selector only work properly
290  on MS Windows, and with wxGtk >= 2.3 on Unix (the latest stable release is
291  2.2.9 where this doesn't work).  Fixed to work as well as possible on 2.2.9,
292  and as intended on 2.3.
293
294* aven: fixed so that loading PLT files works regardless of the current locale
295  (previously it would fail for locales where the decimal character wasn't
296  '.').
297
298* aven: key actions during autorotation no longer temporarily pause
299  autorotation.
300
301* aven: switching to plan or elevation while rotating is now smooth.
302
303* aven: removed undocumented and confusing "free rotation mode".
304
305* (MS Windows version): aven: focus now set correctly after loading a file by
306  double-clicking or from the command line.
307
308* cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
309
310* printwin/printps: now support coloured printouts.
311
312* print*: fixed to work correctly with PLT files.
313
314* extend: fixed to work correctly with PLT files.
315
316* Updates to Italian translation.
317
318* Minor documentation updates.
319
320Changes in 1.0.10:
321
322* (MS Windows version): aven: fixed assert failure upon turning on station
323  names.
324
325* aven: only add a file to the list of recently used files if it was opened
326  successfully.
327
328* aven: recognise ".plf" as a Compass PLT file too; and on Unix list "*.PLT",
329  "*.PLF", "*.XYZ", and "*.3D" as well as the lowercase versions to help people
330  who transfer files from MSDOS/MS Windows.
331
332* cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure
333  that this should be valid, but the warning given wasn't appropriate).
334
335* Fixed scaling problem when reading PLT file (feet->metres conversion
336  factor was being applied backwards!)
337
338* Fixed potential problem when reading or writing a 3d file which couldn't
339  be opened.
340
341* Translate dots to spaces in survey names in Compass PLT files.
342
343* Better handling of PLT files which have a D command before any M command.
344
345* Updates to German and Italian translations.
346
347Changes in 1.0.9:
348
349* aven: Fixed jerky start when auto-rotation begins.
350
351* cavern: Fixed Direction reading - bug previously made it unusable.
352
353* (MS Windows version): cad3d: fixed broken PLT output (had a double CR at the
354  end of each line).
355
356* (Unix version): RPMs now have the docs in /usr/share/doc and the man pages
357  in /usr/share/man to conform with the FHS (and where RedHat packages put
358  them).
359
360* Updates to French, Spanish, Catalan, and Slovak translations.
361
362Changes in 1.0.8:
363
364* Slovak translation added; updated German, Catalan, and Spanish translations.
365
366* aven: reduced memory usage by around 25% and increased speed and
367  responsiveness.
368
369* aven: rate of rotation and switching between plan and elevation now adjusted
370  to the speed of redraw, so aven behaves in a similar way independent of the
371  speed of the computer or size of the survey.
372
373* aven: provide list of most recently loaded files (preserved between runs of
374  the program).
375
376* aven: settings for "Metric" and "Degrees" are preserved between runs.
377
378* aven: moved some menu items from "View" to "Controls" as they probably
379  belong there and the "View" menu was getting out of hand.
380
381* aven: cursor keys now translate cave in the same way the mouse does (i.e. now
382  work as in caverot and xcaverot).
383
384* aven: eliminated the "twinkling label" effect when dragging the cave with the
385  right mouse button.
386
387* aven: the measuring line moves much more smoothly now: the mouse cursor now
388  snaps to the nearest station, rather than just a near station; and when the
389  line moves, we now only redraw the affected area of the window.
390
391* aven: resolved annoying limit on zooming in on large surveys.  This was a
392  crude way of preventing random lines due to overflow in the windowing system.
393  Aven now clips lines itself at high zoom levels, and limits zoom in to
394  approximately 1mm/pixel.
395
396* aven: zoom in/out with keyboard wasn't subject to any limits - now restricted
397  to sane values as with zoom in/out with the mouse.
398
399* print*: added --raw switch to turn of info box, scale bar, and page footer.
400  This can be useful if you want to import the output into another application.
401 
402* print*: improved output when --no-border is used.
403
404* printpcl/printdm: Added new .ini setting "font_bitmap" which allows the user
405  to choose between alternative fonts.  Current we supply "default" and "bold".
406
407* printps/printhpgl: Fixed --skip-blanks which would incorrectly skip non-blank
408  pages on rare occasions.
409
410* cavern: added support for BackCompass and BackClino.
411
412* cavern: implemented "*units clino percent".
413
414* cavern: added "*infer export on".  Any stations seen while this is on will
415  have the necessary *export-s inferred when accessed from outside their
416  own survey.  This allows linking a survey which uses *export to one which
417  doesn't.  It's also useful for a maze cave where so many stations can
418  be linked to that listing them explicitly isn't desirable.
419
420* cavern: N-S, E-W, and vertical ranges now only count stations which are in
421  underground surveys.
422
423* cavern: *infer plumbs wasn't inferring -90 to be DOWN - fixed.
424
425* cavern: *infer was giving an internal error if the argument was unknown -
426  now it gives the correct error message.
427
428* cavern: fixed handling of omitted clino readings when OMIT is *set to be
429  different from MINUS and PLUS (new test omitclino).
430
431* cavern: fixed a bogus warning for any station which was only used in a line
432  of data which was rejected because of an error.
433
434* cavern: added error if the *units factor is zero (e.g. "*units tape 0 feet").
435
436* cavern: removed the ill-thought-out and never implemented LENGTHOUTPUT
437  and ANGLEOUTPUT quantities.
438
439* cavern: resolved mismatch between bcra5.svx and the default SDs, and the
440  odd values in bcra3.svx.  We are now interpreting the BCRA limits as 2
441  standard deviations (previously bcra5.svx used 3 sds, bcra3 used 3.33 sds for
442  tape and position, and .75 sds for compass and clino, and cavern used 1 sd
443  by default).
444
445* ChangeLog now only includes entries since the previous release (the full file
446  is 220K or so, and of interest to very few people).  MSDOS and MS Windows
447  versions now comfortably fit on a 1.44M floppy once again.
448
449* Test suite now checks that all programs will run successfully with "--help"
450  and with "--version".  This should avoid problems such as that which broke
451  the printer drivers in 1.0.4-1.0.6.
452
453* (Unix version): uninstalled binaries now use the path they are run with to
454  find support files, which means SURVEXHOME is no longer required, and has
455  been removed.
456
457Changes in 1.0.7:
458
459* print*: halted with a failed assertion in 1.0.4-1.0.6.
460
461Changes in 1.0.6:
462
463* aven: "Reverse Controls" now works as in xcaverot and caverot.
464
465* aven: free rotation mode (engage by pressing control while left dragging,
466  exit with Delete) improved.
467
468* aven: using File->Open when a file was already loaded caused a crash
469  if a station was "grey highlighted" in the survey tree - fixed.
470
471* aven: added hourglass for "find" operation.
472
473* aven: reenabled loading of files by drag-and-drop (accidentally disabled
474  in 1.0.4 and 1.0.5).
475
476* aven: improved handling of flat surveys (e.g. output of extend, surveys
477  with no clino information).
478
479* aven: surveys with stations but no legs no longer cause the labels and
480  crosses buttons to behave oddly.
481
482* aven: removed quite a bit of unused and superfluous code.
483
484* Spell-checked documentation.
485
486Changes in 1.0.5:
487
488* Fixed bug in img_open_survey() which could cause a crash if you tried to
489  open an unrecognised file (i.e. not .3d, .pos, .plt, or .xyz format).
490
491* North and East were the wrong way round when reading in .plt files.
492
493* cad3d: Improved .plt file output a little - there's probably enough file
494  structure for Compass to read them now.
495
496* Documentation updates.
497
498Changes in 1.0.4:
499
500* extend: previously only kept one name for an equated group of stations in the
501  extended .3d file; now keeps all the names.
502
503* cad3d: if an output filename is given, use its extension to pick the default
504  output format.
505
506* aven: movement with keyboard is now accelerated by Shift as in caverot.
507
508* print*: --no-borders fixed to work as documented; --no-cutlines added to
509  turn off the dashed lines where pages join on multi-page printouts.
510
511* aven: tracked down two uninitialised variables which seems to fix the
512  failure to load a survey on startup which some people have been experiencing
513  on Microsoft Windows.
514
515* aven: code cleaned up - should improve performance a little.
516
517* img routines: img_rewind() now returns a value indicating success/failure.
518
519* Improvements to .plt file reading, notably that distances in the file are
520  now interpreted as being in feet rather than metres.  Also .plt files should
521  now be recognised even with a different extension, and we cope with an odd
522  special case better.
523
524* Added support for reading CMAP XYZ files.  There are two variants of these
525  - the "shot" format is fully implemented, the "station" format currently
526  just reads the station names and positions - the legs are ignored (sadly
527  the sample files I have do not match the format specification).
528
529* (MacOS X version): aven: aven now builds on MacOS X - we just need to sort
530  out packaging now...
531
532* (MSDOS version): upgraded graphics library used to Allegro 4.0.1.
533
534* Documentation updates.
535
536Changes in 1.0.3:
537
538* aven: you can now select distances to be displayed in feet (or miles when
539  you zoom right out) instead of metres, and angles to be in grads instead
540  of degrees.
541
542* aven: show altitude of mouse pointer when in elevation view.
543
544* cad3d: fixed bug which caused --plt to crash on some platforms.
545
546* print*: added "Printing to `XXX'..." message to say where output is being
547  written.
548
549* Updated French translation; minor updates to other translations (mostly
550  sorting out clashing menu shortcuts in aven).
551
552* (Unix version): assorted portability tweaks.
553
554Changes in 1.0.2:
555
556* printdm/printpcl/printwin: take notice of font_size_labels setting in
557  print.ini etc.
558
559* cavern: Topofil can now be used with DIVING and CYLPOLAR styles; TOPOFIL
560  style is now synonymous with NORMAL.
561
562* cavern: *INFER EQUATES and *DATA TOPOFIL now work together correctly.
563
564* cavern: *FIX with 3 standard deviations but no covariances now works.
565
566* (MacOS X version): command line programs now build.  We're working on Aven.
567
568* Updates to the Catalan and Spanish translations.
569
570* xcaverot: documented environmental variables XCAVEROT_INDICATOR_RADIUS and
571  XCAVEROT_FONTNAME.
572
573* cad3d: added --plt option to produce crude approximation to Compass .plt
574  files - should be good enough for reading into Carto.
575
576* img library enhanced to allow Compass .plt files to be read as if they were
577  .3d files.
578
579Changes in 1.0.1:
580
581* (MS Windows version): printwin: fixed sizes of cross and page alignment
582  ticks.
583
584* Updates to the Portuguese and Italian translations.
585
586Changes in 1.0.0:
587
588* Fixed --survey option supported by many programs which was broken in 0.99.
589
590* aven: altered colours of "fixed points" and "entrances" buttons to match
591  the coloured blobs used to indicate them.
592
593* (MS Windows version): aven: changed current point highlighting in the
594  survey tree to use a light grey background rather than bold (bold causes
595  the text to "wriggle" as the highlight runs up or down).
596
597* (MS Windows version): file icons now have transparent backgrounds.
598
599* survex: removed conversion wrapper - you should use "cavern file.svx"
600  instead of "survex file.svx".
601
602* (Unix version): GCC 2.95 sometimes fails with an internal error when trying
603  to compile gfxcore.cc - if it does, the Makefile will now try recompiling
604  with a lower optimisation level.
605
606* (Unix version): when doing an "in directory" build from source, the HTML
607  manual is now installed in its own subdirectory as when doing a non
608  "in directory" build.
609
610* German translation now completely up-to-date.
Note: See TracBrowser for help on using the repository browser.