diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-18 00:28:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-04-18 00:28:13 (GMT) |
commit | dbc6111db18e96f64cb16c8e198eeec40a15fcc0 (patch) | |
tree | 4e92266dd5691d7298f68443614e1b311f7283ac /ChangeLog | |
parent | 221d64cae9a7781a4b3dd2a2e2e273fd6196c09e (diff) | |
download | tcl-dbc6111db18e96f64cb16c8e198eeec40a15fcc0.zip tcl-dbc6111db18e96f64cb16c8e198eeec40a15fcc0.tar.gz tcl-dbc6111db18e96f64cb16c8e198eeec40a15fcc0.tar.bz2 |
Moved serial line options to their creator, open.n, from the generic page
fconfigure.n which was never an obvious spot for them. [Bug 679010]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-04-18 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/open.n: Moved serial port options from [fconfigure] + * doc/fconfigure.n: to [open] as it is up to the creator of a + channel to describe the channel's special + config options. [Bug 679010] + 2003-04-16 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType |