Skip to content

Commit

Permalink
Final Notebook 2.2.0 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wduquette committed Oct 29, 2014
1 parent f7ece9f commit 7813044
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ bin/*linux*
bin/*.kit
*~
*.bak
Testing.nbk
Testing.nbk
*.zip
10 changes: 9 additions & 1 deletion lib/quillinfo/quillinfo.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@

namespace eval ::quillinfo {
variable meta
array set meta {local-textutil::adjust 0 url http://my.home.page description {Notebook Personal Wiki} provides {} local-BWidget 0 homepage http://home.page.url requires {Tcl snit BWidget textutil::expander textutil::adjust} version-textutil::expander 1.3.1 version-BWidget 1.9 version-snit 2.3 exetype-notebook exe local-Tcl 0 gui-notebook 1 apps notebook version-textutil::adjust 0.7.1 local-textutil::expander 0 local-snit 0 version 2.2.0 version-Tcl 8.6.1 project notebook dists {}}
array set meta {local-textutil::adjust 0 url http://my.home.page description {Notebook Personal Wiki} provides {} local-BWidget 0 homepage http://home.page.url requires {Tcl snit BWidget textutil::expander textutil::adjust} version-textutil::expander 1.3.1 version-BWidget 1.9 version-snit 2.3 exetype-notebook exe local-Tcl 0 gui-notebook 1 distpat-install-%platform {
%apps
docs/*.html
docs/*/*.html
docs/*.md
LICENSE
README.md

} apps notebook version-textutil::adjust 0.7.1 local-textutil::expander 0 local-snit 0 version 2.2.0 version-Tcl 8.6.1 project notebook dists install-%platform}

namespace export \
project \
Expand Down
2 changes: 1 addition & 1 deletion test/app_notebook/app_notebook.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace import ::app_notebook::*

test dummy-1.1 {dummy test} -body {
set a false
} -result {true}
} -result {false}

#-------------------------------------------------------------------------
# Cleanup
Expand Down

0 comments on commit 7813044

Please sign in to comment.