source: git/NEWS @ be97baf

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

Noted that mouse actions have been changed.

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

  • Property mode set to 100644
File size: 16.3 KB
RevLine 
[edb6576]11.1 branch:
2
3* Use Status bar for coordinates, distances, etc.
4
5* Search moved onto toolbar.
6
7* Solid tunnels option.
8
9* Depth colouring is now continuously varying.
10
11* Full screen mode.
12
13* Annoying splash screen added.
14
15* Context sensitive cursor.
16
[beb79b5]17* Different mouse actions (hopefully more natural).
[edb6576]18
19
20
[89a6a1e]21* Don't distribute unused toolbar icons.
22
[27b8b59]23Changes in 1.0.18:
24
25* (Unix Version): Fixed "Process" action on .svx files.
26
27* (Unix Version): File associations: if svxedit isn't installed, run gnome-edit
28  instead; if aven isn't installed, run xcaverot instead.
29
30* (Unix Version): In Debian packages, now include file associations and file
31  icons in the survex package rather than survex-aven.
32
33* (Unix Version): File associations were missing from RPM packages; moved
34  aven and svxedit man pages to their respective subpackages; moved aven icons
35  to the aven subpackage.
36
37* Documentation: added details of the 3d file format (version 3).
38
39* Updated TODO list.
40
41Changes in 1.0.17:
42
43* (MS Windows Version): Fixed "Open in SvxEdit" to work (and if tcl isn't
44  install this action now falls back to using notepad).  SvxEdit now has
45  its own icon.
46
47* (Unix Version): Install mime types, icons, and file associations for Gnome.
48  Note: at present GMC doesn't seem to notice new files being created (e.g.
49  Process on a .svx file creates .3d and .err files) - you have to manually
50  refresh the view.
51
52* Minor update to manual.
53
54Changes in 1.0.16:
55
56* (MS Windows Version): Really fixed bug introduced in 1.0.14 which often stops
57  programs from finding the message files.
58
59* (MS Windows Version): Remove any existing "Open" file association for .svx
60  files.
61
62Changes in 1.0.15:
63
64* (MS Windows Version): Fixed bug introduced in 1.0.14 which often stops
65  programs from finding the message files.
66
67* (MS Windows Version): "Open in Notepad" is now the double-click action
68  for .svx files once again, "Open in SvxEdit" is an action in the menu
69  obtained with the right mouse button.
70
71Changes in 1.0.14:
72
73* svxedit: This is a Survex data entry editor from the therion team.  It needs
74  tcl and wish installed - for MS Windows an installer is available for free
75  from Activeware.
76
[ee1ec59]77* Improved handling of Compass PLT files and CMAP xyz files - no longer change
78  dots to spaces in survey and station names - instead use a space as the
79  separator between survey name and station name.
[27b8b59]80
81* aven: when picking non-overlapping labels, show a slight preference to shorter
82  labels with the aim of displaying more labels.
83
84* aven: fixed hard to notice problem which could cause the cave to appear
85  tilted sideways after a lot of manipulation.
86
87* cavern: Modest speed improvement (0.5% for sample dataset).
[ee1ec59]88
89* cavern: fixed a rarely sighted bug which caused erroneous error about some
[21c226e]90  stations not being attached to a fixed point.
91
[e7576f6]92* cavern: fixed clino readings and DIRECTION to work in interleaved data.
[21c226e]93
[ee1ec59]94* cavern: improved error reporting when an invalid value is given for a
95  DIRECTION reading.
96
[42d23c5]97* cavern: fixed "singular matrix" error when very low SDs were specified.
98
[27b8b59]99* print*: if the --raw is used, the survey can now use the space this would
100  have taken up.
101
102* Reading of ASCII 3d files now copes with MSDOS/MS Windows line endings
103  once again.  Added regression test for this.
104
105* (MS Windows Version): Programs run from the command line now find message
106  files without SURVEXHOME needing to be set.
107
[21c226e]108* Updated documentation.
109
110Changes in 1.0.13:
111
112* aven: Fixed bug which caused the occasional spurious leg to be shown
113  connecting arbitrary stations.
[27b8b59]114
[21c226e]115* extend: try to extend along a survey, and make breaks where other surveys
116  join.
117
118* cavern: Number reading code reworked to allow repeat readings to be
119  supported, but the actual repeat reading code is currently disabled,
120  and everything should work exactly as before.
121
122* Experimental support for Chinese (LANG=zh) - only a few messages are
123  currently translated.
124
[50b0c7f]125Changes in 1.0.12:
126
[950e261]127* diffpos: fixed to work on 64bit architectures.
128
[dd5a89c]129* sorterr: fixed to work with more than 1024 traverses.
130
[abd126e]131* Fixed handling of iso-8859-2 character set and MS Windows code page 1250
132  (both cover Eastern European languages).
[27b8b59]133
[f3d5b20]134* (MS Windows Version): install file associations for Compass .plt and .plf
135  files and for CMAP .xyz files.  Also install the file icon for .plt and
136  .plf files in case Compass isn't installed (thanks to Larry Fish for
137  permission to include the icon).
138
139* (Unix version): running an installed program with an explicit path works
140  again.
141
142* (Unix version): xcaverot: automatically switch on PDA mode if the screen is
[15d7cc1]143  less than 640 pixels wide or less than 480 pixels high.
[f3d5b20]144
145* (Unix version): minor portability improvements.
146
[50b0c7f]147* Updates to Portuguese translation - all translations are now up-to-date.
148
[b8c4913]149Changes in 1.0.11:
150
[496a208]151* aven: improvements in 1.0.10 to the file type selector only work properly
152  on MS Windows, and with wxGtk >= 2.3 on Unix (the latest stable release is
153  2.2.9 where this doesn't work).  Fixed to work as well as possible on 2.2.9,
154  and as intended on 2.3.
155
[52634cc]156* aven: fixed so that loading PLT files works regardless of the current locale
157  (previously it would fail for locales where the decimal character wasn't
158  '.').
159
[7757a4ed]160* aven: key actions during autorotation no longer temporarily pause
161  autorotation.
162
[cc9150c]163* aven: switching to plan or elevation while rotating is now smooth.
164
165* aven: removed undocumented and confusing "free rotation mode".
166
167* (MS Windows version): aven: focus now set correctly after loading a file by
168  double-clicking or from the command line.
169
[a3326288]170* cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
171
[ca4058d]172* printwin/printps: now support coloured printouts.
173
[a3326288]174* print*: fixed to work correctly with PLT files.
175
176* extend: fixed to work correctly with PLT files.
[388ad50]177
[d275723]178* Updates to Italian translation.
179
[0f125da]180* Minor documentation updates.
181
[5215b99]182Changes in 1.0.10:
183
[6097cd2]184* (MS Windows version): aven: fixed assert failure upon turning on station
185  names.
186
[c01c332]187* aven: only add a file to the list of recently used files if it was opened
188  successfully.
189
[d16db18]190* aven: recognise ".plf" as a Compass PLT file too; and on Unix list "*.PLT",
191  "*.PLF", "*.XYZ", and "*.3D" as well as the lowercase versions to help people
192  who transfer files from MSDOS/MS Windows.
193
[cfcfd28]194* cavern: fixed bogus warning triggered by "*begin abc.def" (I'm not sure
195  that this should be valid, but the warning given wasn't appropriate).
196
[a9ab65a]197* Fixed scaling problem when reading PLT file (feet->metres conversion
198  factor was being applied backwards!)
199
[47e4a2e]200* Fixed potential problem when reading or writing a 3d file which couldn't
201  be opened.
202
[5215b99]203* Translate dots to spaces in survey names in Compass PLT files.
204
[ef59f5e]205* Better handling of PLT files which have a D command before any M command.
206
[c01c332]207* Updates to German and Italian translations.
[3bf737e]208
[f4276af]209Changes in 1.0.9:
210
[e3dfce4]211* aven: Fixed jerky start when auto-rotation begins.
212
213* cavern: Fixed Direction reading - bug previously made it unusable.
[f4276af]214
[6317ee2]215* (MS Windows version): cad3d: fixed broken PLT output (had a double CR at the
216  end of each line).
217
[161e268]218* (Unix version): RPMs now have the docs in /usr/share/doc and the man pages
219  in /usr/share/man to conform with the FHS (and where RedHat packages put
220  them).
221
[06e94a8]222* Updates to French, Spanish, Catalan, and Slovak translations.
[b10788f]223
[732b9b0]224Changes in 1.0.8:
225
[b6de07d]226* Slovak translation added; updated German, Catalan, and Spanish translations.
227
[fa42426]228* aven: reduced memory usage by around 25% and increased speed and
229  responsiveness.
[cd6ea75]230
[a8e9fde]231* aven: rate of rotation and switching between plan and elevation now adjusted
232  to the speed of redraw, so aven behaves in a similar way independent of the
233  speed of the computer or size of the survey.
234
[75993b9]235* aven: provide list of most recently loaded files (preserved between runs of
236  the program).
[6804731]237
238* aven: settings for "Metric" and "Degrees" are preserved between runs.
[732b9b0]239
[8ac4406]240* aven: moved some menu items from "View" to "Controls" as they probably
241  belong there and the "View" menu was getting out of hand.
242
[c8c116c]243* aven: cursor keys now translate cave in the same way the mouse does (i.e. now
244  work as in caverot and xcaverot).
245
[6df24ee]246* aven: eliminated the "twinkling label" effect when dragging the cave with the
247  right mouse button.
248
[fa42426]249* aven: the measuring line moves much more smoothly now: the mouse cursor now
250  snaps to the nearest station, rather than just a near station; and when the
251  line moves, we now only redraw the affected area of the window.
[2173dbd]252
[b6de07d]253* aven: resolved annoying limit on zooming in on large surveys.  This was a
254  crude way of preventing random lines due to overflow in the windowing system.
255  Aven now clips lines itself at high zoom levels, and limits zoom in to
256  approximately 1mm/pixel.
257
258* aven: zoom in/out with keyboard wasn't subject to any limits - now restricted
259  to sane values as with zoom in/out with the mouse.
260
[5fa68cc5]261* print*: added --raw switch to turn of info box, scale bar, and page footer.
262  This can be useful if you want to import the output into another application.
263 
[5b7c1b7]264* print*: improved output when --no-border is used.
[3fb572e]265
[2001db9]266* printpcl/printdm: Added new .ini setting "font_bitmap" which allows the user
267  to choose between alternative fonts.  Current we supply "default" and "bold".
268
[fa42426]269* printps/printhpgl: Fixed --skip-blanks which would incorrectly skip non-blank
270  pages on rare occasions.
271
[11e919a]272* cavern: added support for BackCompass and BackClino.
[5b7c1b7]273
[fa42426]274* cavern: implemented "*units clino percent".
[c9eb197]275
[c00c74a9]276* cavern: added "*infer export on".  Any stations seen while this is on will
277  have the necessary *export-s inferred when accessed from outside their
278  own survey.  This allows linking a survey which uses *export to one which
279  doesn't.  It's also useful for a maze cave where so many stations can
280  be linked to that listing them explicitly isn't desirable.
281
[fa42426]282* cavern: N-S, E-W, and vertical ranges now only count stations which are in
283  underground surveys.
284
[0b71cfc]285* cavern: *infer plumbs wasn't inferring -90 to be DOWN - fixed.
286
[c00c74a9]287* cavern: *infer was giving an internal error if the argument was unknown -
288  now it gives the correct error message.
289
[fa42426]290* cavern: fixed handling of omitted clino readings when OMIT is *set to be
291  different from MINUS and PLUS (new test omitclino).
292
[b14f44f]293* cavern: fixed a bogus warning for any station which was only used in a line
294  of data which was rejected because of an error.
295
[fa42426]296* cavern: added error if the *units factor is zero (e.g. "*units tape 0 feet").
297
[b14f44f]298* cavern: removed the ill-thought-out and never implemented LENGTHOUTPUT
299  and ANGLEOUTPUT quantities.
300
[770157e]301* cavern: resolved mismatch between bcra5.svx and the default SDs, and the
302  odd values in bcra3.svx.  We are now interpreting the BCRA limits as 2
303  standard deviations (previously bcra5.svx used 3 sds, bcra3 used 3.33 sds for
304  tape and position, and .75 sds for compass and clino, and cavern used 1 sd
305  by default).
306
[a20b208]307* ChangeLog now only includes entries since the previous release (the full file
[9cc3854]308  is 220K or so, and of interest to very few people).  MSDOS and MS Windows
[b14f44f]309  versions now comfortably fit on a 1.44M floppy once again.
[9cc3854]310
[b6de07d]311* Test suite now checks that all programs will run successfully with "--help"
312  and with "--version".  This should avoid problems such as that which broke
313  the printer drivers in 1.0.4-1.0.6.
[a20b208]314
[fa42426]315* (Unix version): uninstalled binaries now use the path they are run with to
316  find support files, which means SURVEXHOME is no longer required, and has
317  been removed.
318
[7c41b21]319Changes in 1.0.7:
320
321* print*: halted with a failed assertion in 1.0.4-1.0.6.
322
[cd8d79a]323Changes in 1.0.6:
324
325* aven: "Reverse Controls" now works as in xcaverot and caverot.
326
327* aven: free rotation mode (engage by pressing control while left dragging,
328  exit with Delete) improved.
329
[30987bd]330* aven: using File->Open when a file was already loaded caused a crash
331  if a station was "grey highlighted" in the survey tree - fixed.
332
[e98af57]333* aven: added hourglass for "find" operation.
334
[0edb0d0]335* aven: reenabled loading of files by drag-and-drop (accidentally disabled
336  in 1.0.4 and 1.0.5).
337
[303a525]338* aven: improved handling of flat surveys (e.g. output of extend, surveys
339  with no clino information).
340
[12d0d1b]341* aven: surveys with stations but no legs no longer cause the labels and
342  crosses buttons to behave oddly.
343
[2c30188]344* aven: removed quite a bit of unused and superfluous code.
345
[3d5fb53]346* Spell-checked documentation.
347
[c637fad]348Changes in 1.0.5:
349
350* Fixed bug in img_open_survey() which could cause a crash if you tried to
[88c780d]351  open an unrecognised file (i.e. not .3d, .pos, .plt, or .xyz format).
352
353* North and East were the wrong way round when reading in .plt files.
[c637fad]354
[5173649]355* cad3d: Improved .plt file output a little - there's probably enough file
356  structure for Compass to read them now.
357
[f9dc4a0]358* Documentation updates.
359
[ea1c342]360Changes in 1.0.4:
361
[64511c0]362* extend: previously only kept one name for an equated group of stations in the
363  extended .3d file; now keeps all the names.
364
[b387524]365* cad3d: if an output filename is given, use its extension to pick the default
366  output format.
367
[ba2c5b1]368* aven: movement with keyboard is now accelerated by Shift as in caverot.
369
[f3ed07f]370* print*: --no-borders fixed to work as documented; --no-cutlines added to
371  turn off the dashed lines where pages join on multi-page printouts.
[80f17e0]372
[189f179]373* aven: tracked down two uninitialised variables which seems to fix the
374  failure to load a survey on startup which some people have been experiencing
375  on Microsoft Windows.
376
377* aven: code cleaned up - should improve performance a little.
[9f3e5df]378
379* img routines: img_rewind() now returns a value indicating success/failure.
380
[f1c7c9c7]381* Improvements to .plt file reading, notably that distances in the file are
382  now interpreted as being in feet rather than metres.  Also .plt files should
383  now be recognised even with a different extension, and we cope with an odd
384  special case better.
385
386* Added support for reading CMAP XYZ files.  There are two variants of these
387  - the "shot" format is fully implemented, the "station" format currently
388  just reads the station names and positions - the legs are ignored (sadly
389  the sample files I have do not match the format specification).
[4ebc557]390
[80f17e0]391* (MacOS X version): aven: aven now builds on MacOS X - we just need to sort
[64511c0]392  out packaging now...
[ea1c342]393
[be48ac6]394* (MSDOS version): upgraded graphics library used to Allegro 4.0.1.
395
[fe16ba3]396* Documentation updates.
[a7e3295]397
[febe041]398Changes in 1.0.3:
399
[7a89dc2]400* aven: you can now select distances to be displayed in feet (or miles when
401  you zoom right out) instead of metres, and angles to be in grads instead
402  of degrees.
403
404* aven: show altitude of mouse pointer when in elevation view.
405
[febe041]406* cad3d: fixed bug which caused --plt to crash on some platforms.
407
[3857e321]408* print*: added "Printing to `XXX'..." message to say where output is being
409  written.
410
[a8fa00a]411* Updated French translation; minor updates to other translations (mostly
412  sorting out clashing menu shortcuts in aven).
[e3a14ae]413
[43db339]414* (Unix version): assorted portability tweaks.
415
[745433f]416Changes in 1.0.2:
417
[4783405]418* printdm/printpcl/printwin: take notice of font_size_labels setting in
419  print.ini etc.
420
[107b8bd]421* cavern: Topofil can now be used with DIVING and CYLPOLAR styles; TOPOFIL
422  style is now synonymous with NORMAL.
423
424* cavern: *INFER EQUATES and *DATA TOPOFIL now work together correctly.
425
[c2211a5]426* cavern: *FIX with 3 standard deviations but no covariances now works.
427
[f73bb48]428* (MacOS X version): command line programs now build.  We're working on Aven.
[745433f]429
[7fc1465]430* Updates to the Catalan and Spanish translations.
431
[4783405]432* xcaverot: documented environmental variables XCAVEROT_INDICATOR_RADIUS and
433  XCAVEROT_FONTNAME.
434
[e1b99fc]435* cad3d: added --plt option to produce crude approximation to Compass .plt
436  files - should be good enough for reading into Carto.
437
[ad4eaf3f]438* img library enhanced to allow Compass .plt files to be read as if they were
439  .3d files.
440
[3217572]441Changes in 1.0.1:
442
[7fc1465]443* (MS Windows version): printwin: fixed sizes of cross and page alignment
[de5f18d]444  ticks.
[7be0ba8]445
[5d38036]446* Updates to the Portuguese and Italian translations.
447
[c51c50a]448Changes in 1.0.0:
[4b4bd47]449
[4d3dfdf]450* Fixed --survey option supported by many programs which was broken in 0.99.
451
[c51c50a]452* aven: altered colours of "fixed points" and "entrances" buttons to match
453  the coloured blobs used to indicate them.
454
[de5f18d]455* (MS Windows version): aven: changed current point highlighting in the
[35001ee]456  survey tree to use a light grey background rather than bold (bold causes
457  the text to "wriggle" as the highlight runs up or down).
458
[1cc6cc5]459* (MS Windows version): file icons now have transparent backgrounds.
460
[c51c50a]461* survex: removed conversion wrapper - you should use "cavern file.svx"
462  instead of "survex file.svx".
463
[fe282c2]464* (Unix version): GCC 2.95 sometimes fails with an internal error when trying
465  to compile gfxcore.cc - if it does, the Makefile will now try recompiling
466  with a lower optimisation level.
467
[8f2c870]468* (Unix version): when doing an "in directory" build from source, the HTML
469  manual is now installed in its own subdirectory as when doing a non
470  "in directory" build.
471
[c51c50a]472* German translation now completely up-to-date.
Note: See TracBrowser for help on using the repository browser.