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
Line 
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
17* Different mouse actions (hopefully more natural).
18
19
20
21* Don't distribute unused toolbar icons.
22
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
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.
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).
88
89* cavern: fixed a rarely sighted bug which caused erroneous error about some
90  stations not being attached to a fixed point.
91
92* cavern: fixed clino readings and DIRECTION to work in interleaved data.
93
94* cavern: improved error reporting when an invalid value is given for a
95  DIRECTION reading.
96
97* cavern: fixed "singular matrix" error when very low SDs were specified.
98
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
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.
114
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
125Changes in 1.0.12:
126
127* diffpos: fixed to work on 64bit architectures.
128
129* sorterr: fixed to work with more than 1024 traverses.
130
131* Fixed handling of iso-8859-2 character set and MS Windows code page 1250
132  (both cover Eastern European languages).
133
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
143  less than 640 pixels wide or less than 480 pixels high.
144
145* (Unix version): minor portability improvements.
146
147* Updates to Portuguese translation - all translations are now up-to-date.
148
149Changes in 1.0.11:
150
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
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
160* aven: key actions during autorotation no longer temporarily pause
161  autorotation.
162
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
170* cad3d: write dummy passage dimensions to .plt files to avoid Compass bug.
171
172* printwin/printps: now support coloured printouts.
173
174* print*: fixed to work correctly with PLT files.
175
176* extend: fixed to work correctly with PLT files.
177
178* Updates to Italian translation.
179
180* Minor documentation updates.
181
182Changes in 1.0.10:
183
184* (MS Windows version): aven: fixed assert failure upon turning on station
185  names.
186
187* aven: only add a file to the list of recently used files if it was opened
188  successfully.
189
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
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
197* Fixed scaling problem when reading PLT file (feet->metres conversion
198  factor was being applied backwards!)
199
200* Fixed potential problem when reading or writing a 3d file which couldn't
201  be opened.
202
203* Translate dots to spaces in survey names in Compass PLT files.
204
205* Better handling of PLT files which have a D command before any M command.
206
207* Updates to German and Italian translations.
208
209Changes in 1.0.9:
210
211* aven: Fixed jerky start when auto-rotation begins.
212
213* cavern: Fixed Direction reading - bug previously made it unusable.
214
215* (MS Windows version): cad3d: fixed broken PLT output (had a double CR at the
216  end of each line).
217
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
222* Updates to French, Spanish, Catalan, and Slovak translations.
223
224Changes in 1.0.8:
225
226* Slovak translation added; updated German, Catalan, and Spanish translations.
227
228* aven: reduced memory usage by around 25% and increased speed and
229  responsiveness.
230
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
235* aven: provide list of most recently loaded files (preserved between runs of
236  the program).
237
238* aven: settings for "Metric" and "Degrees" are preserved between runs.
239
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
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
246* aven: eliminated the "twinkling label" effect when dragging the cave with the
247  right mouse button.
248
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.
252
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
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 
264* print*: improved output when --no-border is used.
265
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
269* printps/printhpgl: Fixed --skip-blanks which would incorrectly skip non-blank
270  pages on rare occasions.
271
272* cavern: added support for BackCompass and BackClino.
273
274* cavern: implemented "*units clino percent".
275
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
282* cavern: N-S, E-W, and vertical ranges now only count stations which are in
283  underground surveys.
284
285* cavern: *infer plumbs wasn't inferring -90 to be DOWN - fixed.
286
287* cavern: *infer was giving an internal error if the argument was unknown -
288  now it gives the correct error message.
289
290* cavern: fixed handling of omitted clino readings when OMIT is *set to be
291  different from MINUS and PLUS (new test omitclino).
292
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
296* cavern: added error if the *units factor is zero (e.g. "*units tape 0 feet").
297
298* cavern: removed the ill-thought-out and never implemented LENGTHOUTPUT
299  and ANGLEOUTPUT quantities.
300
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
307* ChangeLog now only includes entries since the previous release (the full file
308  is 220K or so, and of interest to very few people).  MSDOS and MS Windows
309  versions now comfortably fit on a 1.44M floppy once again.
310
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.
314
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
319Changes in 1.0.7:
320
321* print*: halted with a failed assertion in 1.0.4-1.0.6.
322
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
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
333* aven: added hourglass for "find" operation.
334
335* aven: reenabled loading of files by drag-and-drop (accidentally disabled
336  in 1.0.4 and 1.0.5).
337
338* aven: improved handling of flat surveys (e.g. output of extend, surveys
339  with no clino information).
340
341* aven: surveys with stations but no legs no longer cause the labels and
342  crosses buttons to behave oddly.
343
344* aven: removed quite a bit of unused and superfluous code.
345
346* Spell-checked documentation.
347
348Changes in 1.0.5:
349
350* Fixed bug in img_open_survey() which could cause a crash if you tried to
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.
354
355* cad3d: Improved .plt file output a little - there's probably enough file
356  structure for Compass to read them now.
357
358* Documentation updates.
359
360Changes in 1.0.4:
361
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
365* cad3d: if an output filename is given, use its extension to pick the default
366  output format.
367
368* aven: movement with keyboard is now accelerated by Shift as in caverot.
369
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.
372
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.
378
379* img routines: img_rewind() now returns a value indicating success/failure.
380
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).
390
391* (MacOS X version): aven: aven now builds on MacOS X - we just need to sort
392  out packaging now...
393
394* (MSDOS version): upgraded graphics library used to Allegro 4.0.1.
395
396* Documentation updates.
397
398Changes in 1.0.3:
399
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
406* cad3d: fixed bug which caused --plt to crash on some platforms.
407
408* print*: added "Printing to `XXX'..." message to say where output is being
409  written.
410
411* Updated French translation; minor updates to other translations (mostly
412  sorting out clashing menu shortcuts in aven).
413
414* (Unix version): assorted portability tweaks.
415
416Changes in 1.0.2:
417
418* printdm/printpcl/printwin: take notice of font_size_labels setting in
419  print.ini etc.
420
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
426* cavern: *FIX with 3 standard deviations but no covariances now works.
427
428* (MacOS X version): command line programs now build.  We're working on Aven.
429
430* Updates to the Catalan and Spanish translations.
431
432* xcaverot: documented environmental variables XCAVEROT_INDICATOR_RADIUS and
433  XCAVEROT_FONTNAME.
434
435* cad3d: added --plt option to produce crude approximation to Compass .plt
436  files - should be good enough for reading into Carto.
437
438* img library enhanced to allow Compass .plt files to be read as if they were
439  .3d files.
440
441Changes in 1.0.1:
442
443* (MS Windows version): printwin: fixed sizes of cross and page alignment
444  ticks.
445
446* Updates to the Portuguese and Italian translations.
447
448Changes in 1.0.0:
449
450* Fixed --survey option supported by many programs which was broken in 0.99.
451
452* aven: altered colours of "fixed points" and "entrances" buttons to match
453  the coloured blobs used to indicate them.
454
455* (MS Windows version): aven: changed current point highlighting in the
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
459* (MS Windows version): file icons now have transparent backgrounds.
460
461* survex: removed conversion wrapper - you should use "cavern file.svx"
462  instead of "survex file.svx".
463
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
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
472* German translation now completely up-to-date.
Note: See TracBrowser for help on using the repository browser.