From b003dad85be4a3a3eaf62e80a81ea098c6d7486d Mon Sep 17 00:00:00 2001 From: max Date: Wed, 22 Jun 2011 17:01:03 +0000 Subject: Re-add ".so man.macros", which got removed inadvertently along with the RCS Keyword lines. --- doc/CrtChnlHdlr.3 | 1 + doc/CrtCloseHdlr.3 | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/CrtChnlHdlr.3 b/doc/CrtChnlHdlr.3 index fa7f46f..f5fd1bd 100644 --- a/doc/CrtChnlHdlr.3 +++ b/doc/CrtChnlHdlr.3 @@ -4,6 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" +.so man.macros .TH Tcl_CreateChannelHandler 3 7.5 Tcl "Tcl Library Procedures" .BS '\" Note: do not modify the .SH NAME line immediately below! diff --git a/doc/CrtCloseHdlr.3 b/doc/CrtCloseHdlr.3 index 32cd7a5..c8804b1 100644 --- a/doc/CrtCloseHdlr.3 +++ b/doc/CrtCloseHdlr.3 @@ -4,6 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" +.so man.macros .TH Tcl_CreateCloseHandler 3 7.5 Tcl "Tcl Library Procedures" .BS '\" Note: do not modify the .SH NAME line immediately below! -- cgit v0.12 From a130b39913448f7a0bfacf5e56c94bb0a561b94b Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 23 Jun 2011 12:57:45 +0000 Subject: More changes --- ChangeLog | 4 ++++ changes | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a1e3d2..4f9c730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-06-23 Don Porter + + * changes: Update for 8.5.10 release. + 2011-06-22 Andreas Kupries * library/platform/pkgIndex.tcl: Updated to platform 1.0.10. Added diff --git a/changes b/changes index a37d785..23efc47 100644 --- a/changes +++ b/changes @@ -7541,4 +7541,7 @@ memory with buffer backup (ferrieux) 2011-06-21 (new cmd) [tcltest::loadIntoSlaveInterpreter] (fellows) => tcltest 2.3.3 ---- Released 8.5.10, June 22, 2011 --- See ChangeLog for details --- +2011-06-22 (new feature) DEB_HOST_MULTIARCH support (kupries) +=> platform 1.0.10 + +--- Released 8.5.10, June 23, 2011 --- See ChangeLog for details --- -- cgit v0.12