Fossil SCM
Typo fix and changelog pikchr update.
Commit
d9b42358123b7599196c3e7406af4af1657cfd7dd5d0c09b38907bba5be6e62a
Parent
5173701de4b4a3b…
2 files changed
+1
-1
+5
-1
+1
-1
| --- src/th_main.c | ||
| +++ src/th_main.c | ||
| @@ -31,11 +31,11 @@ | ||
| 31 | 31 | #define TH_INIT_NEED_CONFIG ((u32)0x00000001) /* Open configuration first? */ |
| 32 | 32 | #define TH_INIT_FORCE_TCL ((u32)0x00000002) /* Force Tcl to be enabled? */ |
| 33 | 33 | #define TH_INIT_FORCE_RESET ((u32)0x00000004) /* Force TH1 commands re-added? */ |
| 34 | 34 | #define TH_INIT_FORCE_SETUP ((u32)0x00000008) /* Force eval of setup script? */ |
| 35 | 35 | #define TH_INIT_NO_REPO ((u32)0x00000010) /* Skip opening repository. */ |
| 36 | -#define TH_INIT_NO_ENCODE ((u32)0x00000020) /* Do not html-encode sentText() output. */ | |
| 36 | +#define TH_INIT_NO_ENCODE ((u32)0x00000020) /* Do not html-encode sendText() output. */ | |
| 37 | 37 | #define TH_INIT_MASK ((u32)0x0000003F) /* All possible init flags. */ |
| 38 | 38 | |
| 39 | 39 | /* |
| 40 | 40 | ** Useful and/or "well-known" combinations of flag values. |
| 41 | 41 | */ |
| 42 | 42 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -31,11 +31,11 @@ | |
| 31 | #define TH_INIT_NEED_CONFIG ((u32)0x00000001) /* Open configuration first? */ |
| 32 | #define TH_INIT_FORCE_TCL ((u32)0x00000002) /* Force Tcl to be enabled? */ |
| 33 | #define TH_INIT_FORCE_RESET ((u32)0x00000004) /* Force TH1 commands re-added? */ |
| 34 | #define TH_INIT_FORCE_SETUP ((u32)0x00000008) /* Force eval of setup script? */ |
| 35 | #define TH_INIT_NO_REPO ((u32)0x00000010) /* Skip opening repository. */ |
| 36 | #define TH_INIT_NO_ENCODE ((u32)0x00000020) /* Do not html-encode sentText() output. */ |
| 37 | #define TH_INIT_MASK ((u32)0x0000003F) /* All possible init flags. */ |
| 38 | |
| 39 | /* |
| 40 | ** Useful and/or "well-known" combinations of flag values. |
| 41 | */ |
| 42 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -31,11 +31,11 @@ | |
| 31 | #define TH_INIT_NEED_CONFIG ((u32)0x00000001) /* Open configuration first? */ |
| 32 | #define TH_INIT_FORCE_TCL ((u32)0x00000002) /* Force Tcl to be enabled? */ |
| 33 | #define TH_INIT_FORCE_RESET ((u32)0x00000004) /* Force TH1 commands re-added? */ |
| 34 | #define TH_INIT_FORCE_SETUP ((u32)0x00000008) /* Force eval of setup script? */ |
| 35 | #define TH_INIT_NO_REPO ((u32)0x00000010) /* Skip opening repository. */ |
| 36 | #define TH_INIT_NO_ENCODE ((u32)0x00000020) /* Do not html-encode sendText() output. */ |
| 37 | #define TH_INIT_MASK ((u32)0x0000003F) /* All possible init flags. */ |
| 38 | |
| 39 | /* |
| 40 | ** Useful and/or "well-known" combinations of flag values. |
| 41 | */ |
| 42 |
+5
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -4,12 +4,16 @@ | ||
| 4 | 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | 5 | |
| 6 | 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | 8 | * Improvements to the Forum threading display. |
| 9 | - * Added support for embedding [https://fossil-scm.org/pikchr|pikchr] | |
| 9 | + * Added support for embedding [https://pikchr.org|pikchr] | |
| 10 | 10 | markup in markdown and fossil-wiki content. |
| 11 | + * The new "[/help?cmd=pikchr|pikchr]" command can render | |
| 12 | + pikchr scripts, optionally pre-processed with | |
| 13 | + [/doc/trunk/www/th1.md|TH1] blocks and variables exactly like | |
| 14 | + site skins are. | |
| 11 | 15 | * The new [/help?cmd=/pikchrshow|pikchrshow] page provides an |
| 12 | 16 | editor and previewer for pikchr markup. |
| 13 | 17 | |
| 14 | 18 | <a name='v2_12'></a> |
| 15 | 19 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 16 | 20 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,12 +4,16 @@ | |
| 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | |
| 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | * Improvements to the Forum threading display. |
| 9 | * Added support for embedding [https://fossil-scm.org/pikchr|pikchr] |
| 10 | markup in markdown and fossil-wiki content. |
| 11 | * The new [/help?cmd=/pikchrshow|pikchrshow] page provides an |
| 12 | editor and previewer for pikchr markup. |
| 13 | |
| 14 | <a name='v2_12'></a> |
| 15 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 16 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,12 +4,16 @@ | |
| 4 | <h2>Changes for Version 2.13 (pending)</h2> |
| 5 | |
| 6 | * Added support for [./interwiki.md|interwiki links]. |
| 7 | * Enable <del> and <ins> markup in wiki. |
| 8 | * Improvements to the Forum threading display. |
| 9 | * Added support for embedding [https://pikchr.org|pikchr] |
| 10 | markup in markdown and fossil-wiki content. |
| 11 | * The new "[/help?cmd=pikchr|pikchr]" command can render |
| 12 | pikchr scripts, optionally pre-processed with |
| 13 | [/doc/trunk/www/th1.md|TH1] blocks and variables exactly like |
| 14 | site skins are. |
| 15 | * The new [/help?cmd=/pikchrshow|pikchrshow] page provides an |
| 16 | editor and previewer for pikchr markup. |
| 17 | |
| 18 | <a name='v2_12'></a> |
| 19 | <h2>Changes for Version 2.12.1 (2020-08-20)</h2> |
| 20 |