-*-text-*-

Version 1.4.1
David Flater
2007-04-17

Synced with improved version of dropped lines bugfix from XTide 2.9.3.

Initialized zoom_level in Map constructor.


Version 1.4
David Flater
2007-04-12

Added ability to view and edit all fields in the libtcd V2 schema.

Corrected misleading info in various labels and help texts.

Notify the user when an attempt to create or update a record fails.

Always add "Do not distribute" and "Non-commercial use only" to the
list of available restrictions if not already there, with "Do not
distribute" being the default for new stations.

Decreased scrolling fraction for map from 95% to 25%; fixed dropped
lines in map drawing.

Always open libtcd V1 files in read-only mode.

If the database is opened read-only, issue an error as soon as the
user presses the right mouse button (attempt to add a new station).

Fixed a buffer overrun in tideDialog::slotPrintStation; suppressed
printing of blank fields.

Added a bunch of guards to prevent buffer overruns.  Overlong strings
entered by the user should now be truncated to a safe length.

Checked for write errors while making backup file.

Fixed overlong line in read-only prompt dialog.

Fixed inconsistent styling of field labels.

Removed reinvention of strcasecmp from compare_names in tideDialog.cpp.

Added --enable-gnu-attributes configure option and tagged an unused
parameter as unused.

Removed unused variable, other minor cleanups.


Version 1.3.12 release 2
David Flater
2006-11-26

Corrected usage of CXXFLAGS vs. CPPFLAGS in configure.  No source code
changes.


Version 1.3.12
David Flater
2006-11-22

Separated tideEditor from tcd-utils and converted to automake.

Resolved preprocessor define clash between automake and tideEditor on
VERSION.

Get name of TCD file to edit from command line instead of HFILE_PATH.

Check /etc/xtide.conf for WVS_PATH if environment variable is not set.

Fixed some insignificant coding nits.

Provided icon-64x64.png for use with desktop environments.


Version 1.3.11
Jan C. Depner
2005-08-02

If .running file is present, tideEditor runs in read-only mode.  Also,
replaced the clunky Windoze registry and UNIX pref file stuff with the
elegant QSettings code.


Version 1.3.10
David Flater
2004-10-19

Fixed two signed/unsigned conversions revealed by g++ -Wall -W
-pedantic.  (N.B., left alone all the %lf formats in fixpos.cpp)


Version 1.3.9
David Flater
2004-10-15

Made minimum changes to make it run with libtcd 2.0 without
COMPAT114.  Deleted fields no longer present, but did not add any
new fields.  To do:  at least let reference stations have current
directions.

Made it compile cleanly under -Wall.


Version 1.3.8
David Flater
2004-10-05

Fixed bad sscanf return value check in TideDialog::slotUpdateStation.


Version 1.3.7
Jan C. Depner
2003-09-16

Added ability to print station data from the tide dialog.


Version 1.3.6
Jan C. Depner
2003-09-04

Sort the constituents in the tide dialog so you can find things more
easily.


Version 1.3.5
Jan C. Depner
2003-07-02

When highlighting a subordinate station it would revert to red instead of
blue when highlighting another station.  Nothing to see here, move along...


Version 1.3.4
David Flater
2003-06-27

Fixed a slack offset initialization in tideEditor that I
overlooked back in March.


Version 1.3.3
Jan C. Depner
2003-03-31

Simple fix for 180 crossing error in nearest station search.


Version 1.3.2
David Flater
2003-03-27

Removed text about "simple" offsets from tideEditor on-line help.
The "simplified" record format was abolished; see
http://www.flaterco.com/xtide/tcd_notes.html


Version 1.3.1
David Flater
2003-03-19

Realized that version.h is only used for tideEditor and has
nothing to do with build_tide_db or restore_tide_db.  Moved
changelog for everything else into README.txt.

Added version.h dependency to Makefile.


Version 1.3
David Flater
2003-03-18

Updated tideDialog per slack offsets fix 2003-03-18.


Version 1.2
Jan C. Depner
02/27/03

Separated out the map class.  Added separate color for subordinate 
stations.


Version 1.01
Wade Ladner/Jan C. Depner
12/09/02

Modifications for Micro$oft Windoze (aaaaargh).


Version 1.00
Jan C. Depner
09/21/02

First working version.


Version 0.99
Jan C. Depner
08/16/02

Prototype for testing.
