diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:01:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 01:01:33 +0000 |
commit | 5a128f3d6333b16200512b33b5265b1b1e8f3837 (patch) | |
tree | 8a7c800acc6ba6dae810794b23506f0a936b4c07 /debian | |
parent | e220fbf35d727dca7ed835f797be89381afc873c (diff) | |
download | ikiwiki-5a128f3d6333b16200512b33b5265b1b1e8f3837.tar ikiwiki-5a128f3d6333b16200512b33b5265b1b1e8f3837.tar.gz |
* Replace underscores in shortcut texts with spaces when formatting for
display. This allows using a shortcut like [[wikipedia War_of_1812]],
which links to the correct remote page, but is displayed nicely.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cd134a2c7..f7ae8d5ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,11 @@ ikiwiki (1.41) UNRELEASED; urgency=low * Always call rcs_update after a commit during a web edit, to work around the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the analysis and patch. + * Replace underscores in shortcut texts with spaces when formatting for + display. This allows using a shortcut like [[wikipedia War_of_1812]], + which links to the correct remote page, but is displayed nicely. - -- Joey Hess <joeyh@debian.org> Sat, 27 Jan 2007 19:18:27 -0500 + -- Joey Hess <joeyh@debian.org> Sat, 27 Jan 2007 19:59:58 -0500 ikiwiki (1.40) unstable; urgency=low |