summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2013-02-22 06:46:23 +0000
committerTim E. Real <termtech@rogers.com>2013-02-22 06:46:23 +0000
commit48b9d2ea9961f935bacabc75a2fbd5cc141010ae (patch)
tree37512a1feed9d02145e0e52f0c96e5fe42a83f62 /muse2/ChangeLog
parent2d1fc0416a2d8611659a4f630fbc5719f35b694d (diff)
New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. Added build script.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index c1696aaa..04a81592 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,12 @@
+22.02.2013:
+ * New: Install pre-built PDF + single/split HMTL docs. Separate devel docs. Added build script. (Tim)
+ Build script is /doc/build_docs.sh You'll want to use it or a variant to get the HTML .aux files.
+ Fixed table in my Appendix in tex file so it works with HTML.
+ - For now, I've changed F1 help to open PDF, if not found fallback to HTML.
+ I've #define MUSE_USE_PDF_HELP_FILE in help.cpp. Undefine for HTML only.
+ May at least need to keep track of viewer process (don't open copies), also try context-sensitive help.
+ Help opener always been LANG ready (looks for _xx) but this new build script is not 'automatic'.
+ - TODO: For some reason the generated HTML developer docs contain nonsense. (Unknown formatters?)
21.02.2013:
- Fixed: Multiple label warnings in the LaTeX doc. Reference and formatting fixes. (Orcan)
- Improved: Table of contents and hyperrefs in te LaTeX doc. (Orcan)