source: git/NEWS @ d64e7df

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 d64e7df was 920b066, checked in by Olly Betts <olly@…>, 19 years ago

NEWS,configure.in: Update for 1.1.11.
NEWS,OLDNEWS: Move entries prior to 1.1.0 to OLDNEWS.
doc/Makefile.am: NEWS and OLDNEWS depend on news2html.pl.
doc/news2html.pl: Tweak to understand nested lists in NEWS file.

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

  • Property mode set to 100644
File size: 21.8 KB
Line 
1Changes in 1.1.11 (2006-11-25):
2
3* Updated Czech, Spanish, and Slovak translations.
4
5* (MacOS X version): Assorted OS X specific tweaks and fixes.
6
7* aven:
8
9  + Pick a smaller and clearer font for labels.
10
11  + Fix character spacing.
12
13  + Tweak display of bearing and elevation angles to look nicer with
14    proportional fonts.
15
16  + Use the title from the 3d (or plt, etc) file for the window title
17    rather than the filename.
18
19  + Show distances to 2 decimal places rather than the nearest integer.
20
21  + Only consider underground legs when calculating the depth bands and
22    depth colouring.
23
24  + Add "Colour by Error".
25
26  + Add entry for "white" in date and error keys.
27
28  + When setting the view to a single point, don't change the scale.
29
30  + If reloading the same file, don't change the view
31
32  + Fix filetypes selector in open dialog.
33
34  + Fix the charset we use for aven in certain cases.
35
36  + Call msg_init before using msg_lang or it won't ever be set!
37
38  + Pass wx the full language code to initialise the C library locale.
39
40  + Fix bug in generating prefix tree view which could lead to a bogus
41    leading dot on some survey names (bug probably introduced in 1.1.10).
42
43  + "New Presentation" now ensures that the side panel is open
44
45  + Fix updating of cached opengl lists when the view is reset to the
46    default.
47
48* Ignore LANG if it starts with a digit to avoid problems with bogus value for
49  LANG which AutoCAD installation seems to set on MS Windows.
50
51* (Unix version): configure: Allow SGMLTOOLS and DOCBOOK_TO_MAN to be
52  specified.  Either/both can be set to ":".
53
54* dump3d: Report unknown (to dump3d) codes returned by img.
55
56* img library: Flag all stations as underground in the old "ASCII" .3d format.
57
58Changes in 1.1.10 (2006-07-14):
59
60* aven: Clicking on a survey name in the survey tree now highlights it in
61  the map view.  Double-clicking zooms the view to show the clicked survey
62  highlighted.  Clicking the root clears the highlighting and double-clicking
63  the root restores the default view.  To expand/collapse a branch, click
64  on the "[+]" or "[-]" icon to the left of the survey name.
65
66* aven: The measuring line can now measure to anywhere in plan or elevation
67  view (not just to a station!)  In plan view the horizontal distance and
68  bearing are shown, while in elevation view the vertical distance is shown.
69   
70* aven: Moving the mouse over a station in the survey view now highlights
71  that station in the survey tree (though it may not be visible if the
72  survey(s) it is in aren't expanded).
73
74* aven: Clicking on a station to centre the view now moves the mouse pointer
75  to the new location of the station (except on Mac OS X where this isn't
76  allowed).
77
78* aven: Fix which presentation toolbar buttons are shown as depressed.
79
80* Fix infinite loop reading 3d files with LRUD data (bug introduced in 1.1.9).
81
82* vim files are now installed with the correct paths (bug introduced in 1.1.9).
83
84Changes in 1.1.9 (2006-07-04):
85
86* (Unix version): Install desktop files for aven and svxedit contributed to the
87  Ubuntu package by Phil Bull, and corresponding pixmaps.
88
89* Fix img to filter out cross-sections which don't match the subsurvey (if
90  specified).  The API now returns img_XSECT_END to mark the end of a
91  passage rather than setting a flag on the last img_XSECT of the passage.
92
93* Enhance integration with the vim editor - this can now colour .err files, run
94  cavern from vim and parse error output, and run aven from vim.  Tweak the
95  existing vim mode for .svx files to fix a few minor bugs and add support for
96  the new "*data passage" style.
97
98* aven: fix drawing of the "blob" end of the measuring line on graphics cards
99  which can't draw large enough blobs for us.
100
101* aven: sort out confusion about what encoding everything is in which means
102  that the distance measured by the measuring line actually gets displayed
103  and also fixes problems with empty menu items in non-English locales in
104  some cases.
105
106* aven: redraw grey background after a menu is closed over the aven window
107  with no survey loaded.
108
109* aven: fix bug which caused printing to crash (introduced in 1.1.8).
110
111* aven: avoid crash on some machines when opening "About" dialog before having
112  loaded a survey.
113
114* aven: Translate "Plan" and "Elevation" buttons in print view dialog.
115
116* (Unix version): aven: Fix character set handling of cavern output.
117
118* cavern: Report an error if a cross-section is specified for a station which
119  doesn't exist.
120
121* Updated French and Italian translations.
122
123* (Unix version): aven: Fix "Can't open message file `en_US' using path
124  `${prefix}/share/survex'" error.
125
126* Fix bug in 3d file reading on 64 bit platforms when used in STANDALONE mode
127  (doesn't affect Survex itself, but other applications which use img.c should
128  update their copy).
129
130* (Unix version): Add checks that wxWidgets is a non-unicode version (wx 2.6
131  and later are caught by configure, whereas older wx versions are caught when
132  trying to compile).
133
134Changes in 1.1.8 (2006.06.30):
135
136* Drop support for building with wxWidgets versions prior to 2.4.0
137  (which was released on 2003-01-07).
138
139* aven: Printing through aven now uses settings from the "[aven]" section
140  of print.ini, and support for hierarchical sections (using "like=")
141  has been disabled.
142
143* aven: Change mouse actions to be compatible with those in Survex 1.0.
144  The mousewheel now zooms in/out (it doesn't do anything in 1.0) and
145  left drag is now smart about not rotating and zooming at the same
146  time.
147
148* aven: Highlighting stations now happens as you type, and pressing
149  "Enter" or clicking the "Find" button now pans and zooms to show the
150  highlighted stations.
151
152* aven: Left-clicking away from a station now cancels measuring line.
153
154* aven: Setting view to North, South, East, or West is now animated like
155  the tilt from plan to elevation.
156
157* aven: Fix presentation saving to also write "." for decimal points and
158  presentation loading to accept either "." or ",".
159
160* (Unix version): aven: Add text for all toolbar items so that aven
161  will work with the Gnome desktop preference for displaying toolbars as
162  icons with text or just text (wxWidgets needs fixing first though).
163
164* (Unix version): aven: Remove the ability to detach the menu bar (yell
165  if you actually used it and I'll restore it!)
166
167* aven: Add "all survey files" option to the "open file" dialog.
168
169* (MS Windows version): aven: Fix cursor keys to pan survey.
170
171* (MS Windows version): Built with wxWidgets 2.6.3 instead of 2.6.2.
172
173* (MS Windows version): Fix installer to work on Windows 2000 or XP if
174  run by an unprivileged user.
175
176* (MS Windows version): Upgrade to the latest version of InnoSetup (the
177  installer builder we use) and include new installer translations for
178  UK English, Spanish, Brazilian Portuguese, Italian, Romanian, and Slovak.
179
180* (MS Windows version): aven: Include Catalan and Brazilian Portuguese
181  translations of messages for wxWidgets (the GUI library we use).
182
183* aven: Disable "Highlight exported points" if there aren't any.
184
185* Updates to French translation from Michel Bovey.  Also updates to German,
186  Italian, Catalan, Spanish, and Romanian translations.
187
188* (Unix version): test suite: fix smoke test to pass even without X running
189  (it was meant to but the code had a bug).
190
191* aven: Check if OpenGL is available and exit cleanly with a helpful error
192  if it isn't.
193
194* (Unix version): aven: Fix --help and --version to work without a working
195  X display (provided it's built with wxWidgets 2.5.1 or newer).
196
197* aven: Automatically select the presentation tab of the notebook when the user
198  selects "New Presentation" or "Open Presentation".
199
200* aven: Fix "Delete" in the presentation list to not get passed on (and so not
201  reset to default view as well).
202
203* aven: Fix Ctrl+Insert in the presentation list not to segfault if the list is
204  empty.
205
206* aven: Fix Cursor Up and Down in the presentation list to move the highlight
207  up and down instead of being passed on and moving the survey.
208
209* aven: Improve SVG output compatibility.  Tested with Mozilla Firefox 1.5,
210  Adobe's SVG browser plugin, Gimp 2.2.8, Gqview 2.0.0, Opera 8.5,
211  Safari 2.0.3, and InkScape 0.42.
212
213* aven: Put a 5mm border around exported SVG files to allow for station markers
214  and non-zero width lines.
215
216* aven: Fix crash when exporting as SVG or Sketch if labels or surface data
217  was turned on.
218
219* aven: Actually close the file we're exporting which fixes problems with it
220  not always being fully written.
221
222Changes in 1.1.7 (2005.10.18):
223
224* cavern: Add validity checking for dates in *date commands (with feature
225  test in testsuite).  A date entered as just "year" or "year.month" now
226  becomes a date range for the relevant period (previously it became a single
227  date near the middle of that period).
228
229* extend: Fixed 2 uninitialised flags (should fix erratic behaviour on
230  with MS Windows).
231
232* extend: Default output name for a file called input.3d is now input_extend.3d
233  rather than just extend.3d (which was annoying if you wanted to extend
234  several surveys in the same directory).
235
236* aven: OpenGL 2.0 always includes support for point sprites so rework
237  our check for them to include that knowledge.
238
239* aven: Regenerate depth bar if user switches to/from metric units.
240
241* aven: Don't clear the "there" mark just because the mouse pointer has
242  moved off a station.
243
244* aven: When processing a .svx file, put the resultant .3d file in the
245  same directory (since that's where we then try to load it from).
246
247* aven: Fix labelling of date colouring on 32 bit platforms.
248
249* aven: If "colour by date" is on and we load a survey with no date info
250  (or all surveyed on the same date) then set "colour by none".
251
252* aven: Make the error dialog modal and remove a signal handler once it
253  has fired to prevent endless (or seemingly endless) cascades of error
254  dialogs.
255
256* aven: Enforce a minimum object volume diameter of 1m to avoid problems
257  if a survey file with only one station in is loaded.
258
259* aven: Fix problems with indicators disappearing when we're drawing
260  blobs and/or crosses the slow (but always supported) way.  (Problem
261  introduced in 1.1.6).
262
263* (Unix version): aven: Really stop setting extra toolbar margin when using
264  GTK2.0.  The attempt to fix this in 1.1.3 failed because __WXGTK12__ is
265  set for GTK+ 1.2 or *any later release* so is true for GTK+ 2.0 too!
266
267* (Unix version): aven: Add details of which of wxGTK, wxMotif, and wxX11
268  we've been compiled with, and which GTK+/Motif version where appropriate.
269
270* (Unix version): Fixed build on Fedora Core 3.
271
272* documentation: Updates to 3d file format specification from Mike McCombe.
273
274Changes in 1.1.6 (2005.10.10):
275
276* (MS Windows version): Distribution is about a third smaller than 1.1.5
277  (mostly because mingwm10.dll is no longer required).
278
279* aven: If aven is asked to load a .svx, .dat, or .mak file, run cavern on
280  it, showing cavern's output in a window (with errors and warnings clickable
281  to load the offending file into an editor), and then loading the resulting
282  3d file.
283
284* aven: Added "Colour by Date" option.
285
286* aven: Disable "Colour by Depth" option if there's no elevation variation.
287
288* aven: Don't crash if trying to load a survey with no elevation variation.
289  Instead turn off depth colouring.
290
291* aven: Export as HPGL added.
292
293* aven: Improved update of mouse coordinates and measuring line (thanks to
294  Martin Green).
295
296* aven: Show the coordinates of either the mouse pointer or the nearest
297  survey station to it (if there is one near enough).  Showing both was
298  confusing and meant the status bar overflowed on smaller displays.
299
300* aven: When printing an extended elevation, don't show bearing and elevation.
301
302* aven: Don't lock "flat" surveys which aren't extended elevations - a
303  flat survey with LRUD data isn't flat any more!
304
305* aven: When we have to draw blobs and crosses the slow way (because the
306  graphics hardware doesn't support the fast way), draw them so that they
307  should appear at the correct depth into the 3D scene instead of on top
308  of everything else.
309
310* aven: Make "play presentation backwards" icon green to match the other
311  presentation icons.
312
313* (MS Windows version): aven: Mouse clicks on the survey view now set the
314  keyboard focus there.
315
316* (MS Windows version): aven: Fix first redraw of a newly loaded survey.
317
318* (MS Windows version): aven: Fix redrawing of measuring line.
319
320* cavern: Store dates for img_XSECT.
321
322* cavern: Fixed small one-off memory leak if you specify -o more than once.
323
324* (Unix version): Check environmental variable LC_MESSAGES when deciding what
325  language to use for messages.
326
327* (MS Windows version): "Print" on a 3d file now prints through aven rather
328  than the separate printer driver (Unix has done this for some time).
329
330* Removed old printer drivers.
331
332* img library: When creating a 3d file, ignore img_XSECT if we've been asked
333  to write a file format version which doesn't support it.
334
335Changes in 1.1.5 (2005.09.20):
336
337* (MS Windows version): aven: Fixed crash on start-up (introduced in 1.1.4).
338
339* aven: Make blobs round like they are in Survex 1.0.
340
341* aven: If the graphics drivers don't support drawing blobs using OpenGL
342  point markers, fall back to drawing filled circles.
343
344* aven: If the graphics drivers support it, draw crosses as texture mapped
345  OpenGL point markers which is much faster.
346 
347* aven: Cross size increased to match Survex 1.0.
348
349* aven: We must update which blobs are displayed if display of surface or
350  underground legs is toggled.
351
352* cavern: Fix handling of a *solve followed by survey data, none of which is
353  attached to the previous data.
354
355* cavern: Fixed "No survey data" error when a *solve is followed by another
356  *solve (or the implicit solve at the end of processing) with no data between
357  them.
358
359Changes in 1.1.4 (2005.09.19):
360
361* aven: Added Aven's icon to the "About" dialog.
362
363* aven: Use localised character for the decimal point (e.g. "," in most
364  continental European countries).
365
366* aven: Previously the survey tree would get focus and then take keypresses
367  (e.g. "P", "L", "Delete").  Now we pass most keypresses across so they
368  operate on the cave, and transfer the input focus across when we do.
369
370* aven: Make pressing "Return" in the tree control expand/collapse a subtree.
371
372* aven: Speed up intialisation by delaying creation of OpenGL lists until
373  they're needed.
374
375* aven: Added Mark Shinwell's bounding box with shadow of the survey.
376
377* aven: Disable the "Tubes" button/menu item when there's no LRUD data.
378
379* aven: Reworded "Restore Default Settings" as "Restore Default View".
380
381* (Unix version): aven: Set sensible default margins for printing and preserve
382  any margin values the user specifies between runs (previously margins
383  defaulted to 0 each time aven was run).
384
385* Documentation: Document *DATA PASSAGE in the manual.
386
387Changes in 1.1.3 (2005.09.07):
388
389* (Microsoft Windows version): Fixed build problems.
390
391* cavern: Allow OMIT character (-) for left/right/up/down.
392
393* aven: Remove an unnecessary menu separator.
394
395* aven: Fix "Find" and "Hide" toolbar buttons to work with GTK2.0.
396
397* aven: Make the tooltip for "Hide" show the number of found stations.
398
399* aven: If * or ? is used in a glob-style pattern, force a non-substring match.
400
401* aven: Enable "New Presentation" when there's a 3d file loaded, rather than
402  when there's a presentation loaded.
403
404* aven: Make entrances green in side panel tree list to match green blobs used
405  in cave view.
406
407* aven: Don't show surface labels if we're not showing surface data, etc.
408
409* aven: Merge "Start Rotation" and "Stop Rotation" into "Toggle Rotation" and
410  make "Space" the key for this.  Keep Return working "Stop Rotation" so
411  existing users are happy, but don't advertise it.
412
413* aven: Normalise filename by adding any extension used, and use the normalised
414  filename for file history and window title.
415
416* (Unix version): aven: Stop setting extra toolbar margin when using GTK2.0
417  as the toolbar buttons already have a sensible margin - the extra margin is
418  only needed with GTK1.2.
419
420* aven: Fix handling of plumb legs in tube model.
421
422* aven: Fixed swapped L and R in tube model.
423
424* extend: Preserve UD cross-section information in extended elevation.
425
426* extend: Add new messages for John Pybus' enhancements.
427
428Changes in 1.1.2 (never formally released):
429
430* Added support for LRUD data in .svx files, in .3d files, and aven can
431  now load and display it on screen and on printouts.  The ability to "fake"
432  LRUD data in aven is gone for now but will reappear in some form later.
433
434* cavern: Removed support for writing Chasm's 3dx format.  We're going to
435  fold any desirable missing chasm functionality into aven.
436
437* aven: Rearranged mouse actions as discussed on the mailing list.  Added
438  cursors for each different mouse action to help the user learn what each
439  does.  Also added cursors for the "compass" and "clino" as well as the
440  scalebar to suggest to the user that they can be dragged to change the view.
441
442* (Unix version): aven: Don't segfault if LANG isn't a known language.
443
444* tests/smoketest.tst: If X windows is running, check that we can run aven
445  with --help and --version.
446
447* tests/cavern.tst: Fixed cavern.tst to warn if it is skipping a test because
448  no results are listed for it.  This revealed that there was a "newline" test
449  which should have been called "badnewline", and was a broken testcase too!
450  Fixed all these problems.
451
452* cavern: Applied Simeon Warner's patch for handling backcompass, backclino,
453  and omitted forward compass/clino readings in Compass DAT files.  Added
454  a feature test for this to the testsuite.
455
456* It no longer makes sense to have an option not to build aven or to build aven
457  without OpenGL so remove old machinery for this from configure and the
458  sources.
459
460* (Unix version): configure: Check if "-lXxf86vm" is needed.
461
462* configure: Better output for strcasecmp test.
463
464* aven: Fix crosses to work much better.  Not a total fix - their position
465  in the Z buffer isn't correct and they're rather slow to plot.
466
467* aven: Don't regenerate the hittest grid every time the mouse moves while
468  animating, which solves the mysterious pausing effect (thanks go to Martin
469  Green for spotting this!)  Also clear all the status bar coordinates when
470  animating.
471
472* aven: Sort out clashing menu shortcuts in some languages.
473
474* aven: Fixed compilation problem on x86_64
475
476* SPUD: Pruned out stuff which has been done or which is not actually relevant
477  to this branch.
478
479* Merge various changes from 1.0 branch:
480
481  + aven: Port over "printing from aven" functionality.
482
483  + aven: Port over "export as" functionality,
484
485  + Add David Loeffler's vim mode for .svx files.
486
487* aven: Fix check for whether a label is behind us in perspective view.
488
489* aven: Don't use an opengl list for drawing the indicators - we typically make
490  a new list each time we plot them anyway.
491
492* Remove lingering traces of support for RISC OS and pre-386 MSDOS
493
494* aven: Set icon on non-Windows platforms too.  This means that with
495  WindowMaker on Unix you get an icon on the AppIcon by default.
496
497* configure: Update wxWindows checks to handle newer wx versions.
498
499* Make all maintainer perl scripts "use bytes;" to avoid utf-8 double encoding
500  problems.  They also all require Perl 5.8 now (hopefully this isn't an issue
501  for anyone building from CVS).
502
503* acinclude.m4: Quote macro name for fix autotools warning.
504
505* Documentation: "tilt up" is "'" not ",".
506
507* aven: Add support for mousewheels (to tilt the cave).
508
509* aven: Fixed twisted transitions to and from pitches in certain cases.
510
511* aven: Pick a sensible initial window size when the user's desktop is spread
512  over more than one monitor (works best with wx2.5 or newer, but try to do
513  better with wx2.4 or earlier as well).
514
515* aven: Initialise GfxCore slightly later to avoid visual glitch from notebook
516  contents being visible before any survey is loaded.
517
518* aven: Allow a coloured texture to be used
519
520* aven: Don't initialise until we have data (to the user, this means the window
521  is default colour (grey for most systems) not black until a survey is
522  loaded).
523
524* aven: Fixed weird "shadowed" icons.
525
526Changes in 1.1.1 (2004-10-06):
527
528* (Microsoft Windows version): aven: Hopefully fix loading a survey file at
529  startup.
530
531* aven: Delay loading the bitmap for the "About" dialog until it is first
532  needed.  We want start up to be as quick as possible.
533
534Changes between 1.0.32 and 1.1.0 (never formally released):
535
536* NOTE: Survex 1.1.X releases are development snapshots made available for
537  the purposes of allowing wider testing and getting more user feedback.  Once
538  the code has stabilised the version number will be raised to 1.2.0.
539
540* aven: Now uses OpenGL for 3d rendering - you may need to install drivers if
541  you're using Windows 95 - these can be obtained from:
542  http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/Opengl95.exe
543
544* aven: Solid passages - passage dimensions are currently inferred from
545  the leg length (pretty effective as you can measure longer legs in
546  larger passages).  Use of real LRUD data coming soon...
547
548* aven: Depth colouring is now continuously varying.
549
550* aven: Colour by depth can now be turned off (and there's the start of a
551  framework for properly implementing colour by date, error, etc).
552
553* aven: Find stations moved onto the toolbar and now uses a simple wildcarded
554  match (? matches any character, * matches any number of characters).
555
556* aven: We now use the status bar for coordinates, distances, etc to make
557  better use of screen space.
558
559* aven: Full screen mode (F11).
560
561* aven: Perspective view.
562
563* aven: Context sensitive cursor shape - needs more work.
564
565* aven: Mouse actions changed (hopefully they're now more natural, but
566  you may find the change disorientating - feedback wanted on this).
567
568* aven: Added "presentations" which allow you to set up fly-through paths
569  and load/save/run them.
570
571* aven: A presentation can be exported as a movie file.
572
573* aven: Added Save screenshot facility.
574
575* aven: Depth fogging option.
576
577* aven: Added Smooth Lines option.
578
579* aven: Added Textured Walls option.
580
581* aven: If a survey has surface legs but no underground legs, default to
582  showing the surface legs.
583
584* cavern: Dates given to *date are now stored in the 3d file.
Note: See TracBrowser for help on using the repository browser.