Document muse-ikiwiki further.
[muse-el.git] / ChangeLog
blobfad0a4eed9cc4b61f13c4d14abecff3ae130eb43
1 2008-07-21  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-html.el (muse-html-src-allowed-modes): Docfix.
5         * lisp/muse-ikiwiki.el: New file that supports integration with
6         Ikiwiki.
8         * texi/muse.texi (Ikiwiki): Document new options and style.
10 2008-07-20  Michael Olson  <mwolson@gnu.org>
12         * lisp/muse-mode.el (muse-browse-result): Publish page before
13         viewing it.  This addresses Bug #5172.
15         * lisp/muse-project.el (muse-project-publish-this-file): Accept a
16         new STYLE argument to specify which publishing style to use.
18 2008-07-09  Michael Olson  <mwolson@gnu.org>
20         * lisp/muse-latex.el (muse-latex-slide-tag): Make sure tags inside
21         of a <slide> tag get published.  Thanks to Philipp Grau for the
22         report.
24 2008-05-18  Michael Olson  <mwolson@gnu.org>
26         * texi/muse.texi (Tag Summary): Document the <div> tag.
28 2008-05-18  Alex Ott  <alexott@gmail.com>
30         * lisp/muse-html.el (muse-html-div-tag): New function which
31         publishes a <div> tag.
32         (muse-html-markup-tags): Add entry for "div".
34         * lisp/muse-publish.el (muse-publish-markup-tags): Add entry for
35         "div".
36         (muse-publish-div-tag): By default, ignore <div> tags.
38 2008-04-16  Michael Olson  <mwolson@gnu.org>
40         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
41         (DISTRIBUTOR): Remove obsolete variables.
43         * Makefile (debclean, debprepare, debbuild, debinstall, deb):
44         Remove obsolete targets.
46 2008-03-31  Michael Olson  <mwolson@gnu.org>
48         * lisp/muse-colors.el (muse-make-faces-default): Improve docstring
49         for muse-header-{1-3} faces.
51 2008-03-26  Michael Olson  <mwolson@gnu.org>
53         * lisp/muse-project.el (muse-project-publish-this-file): Make sure
54         that we follow the same rules as muse-project-publish-file,
55         including creating the publishing directory if it does not exist.
56         Thanks to Peter Jones for the report and initial patch.
58 2008-03-25  Michael Olson  <mwolson@gnu.org>
60         * lisp/muse-project.el (muse-current-project-global): New variable
61         that saves the value of muse-current-project across temporary
62         buffers when publishing.
63         (muse-project-publish-this-file, muse-project-publish): Save
64         muse-current-project.
65         (muse-project-save-buffers): Save the current buffer, so that this
66         does not throw off publishing.
67         (muse-project-set-variables): Set muse-current-project if it is
68         nil and there is a saved value for it.  Thanks to Peter Jones for
69         the report.
71         * lisp/muse-publish.el (muse-batch-publishing-p)
72         (muse-publishing-p): Docfix.
73         (muse-inhibit-before-publish-hook): New variable that indicates
74         whether muse-before-publish-hook should be inhibited.
75         (muse-publish-markup-buffer): Use it.
76         (muse-publish-file): Call muse-before-publish-hook here, so that
77         we can run it before checking for file-local variables, since
78         values set by the latter should overlay values set by the former.
79         Bind muse-inhibit-before-publish-hook to t so that we do not call
80         the hook twice.
82 2008-03-16  Michael Olson  <mwolson@gnu.org>
84         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
85         (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer):
86         Use nil instead of current-time-zone to fix a bug where dates
87         could be interpreted incorrectly.  We don't allow the user to
88         specify the hour or minute, so it does not make sense to take the
89         current time zone into account.  Thanks to Xin Shi for the report.
91         * lisp/muse-publish.el (muse-publish-markup): When point is on a
92         read-only character, skip to the next non-read-only character.
93         This works around a weird edge case with the table-el rule, and
94         seems like a good thing to do in general.  Thanks to Suno Ano for
95         the report.
96         (muse-publish-table-el-table): Only proceed with table generation
97         if we have located a non-read-only "|" character.
99 2008-02-23  Michael Olson  <mwolson@gnu.org>
101         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
102         bug.
104 2008-02-22  Michael Olson  <mwolson@gnu.org>
106         * lisp/muse-project.el (muse-read-project-file): Delete duplicates
107         before calling muse-completing-read-function, since
108         ido-completing-read does not do this.
110         * lisp/muse.el (muse-delete-dups): New compatibility function.
112 2008-02-19  Michael Olson  <mwolson@gnu.org>
114         * lisp/muse-html.el (muse-html-src-allowed-modes): New option that
115         specifies the modes that we permit the <src> tag to colorize.
116         (muse-html-src-tag): Use it.  Use intern-soft instead of intern.
118         * lisp/muse-latex2png.el (muse-publish-latex-tag)
119         (muse-publish-math-tag):
120         * lisp/muse-poem.el (muse-poem-markup-tag):
121         * lisp/muse-publish.el (muse-publish-literal-tag)
122         (muse-publish-lisp-tag, muse-publish-command-tag)
123         (muse-publish-perl-tag, muse-publish-php-tag)
124         (muse-publish-python-tag, muse-publish-ruby-tag)
125         (muse-publish-include-tag, muse-publish-mark-up-tag): Mark these
126         tags as potentially dangerous for text written by untrusted
127         contributors.
129         * lisp/muse-publish.el (muse-publish-mark-up-tag): Use intern-soft
130         instead of intern.
131         (muse-publish-enable-dangerous-tags): New option that determines
132         whether to publish tags that can call external programs or expose
133         sensitive information.  This is useful to set to nil for
134         publishing files from untrusted sources.
136 2008-02-10  Michael Olson  <mwolson@gnu.org>
138         * lisp/muse-publish.el (muse-publish-enable-local-variables): New
139         option that determines whether to interpret local variables when
140         publishing.  The default is not to do so.
141         (muse-publish-file): Interpret local variables if the user wants
142         this.  Thanks to Sebastian Tennant for the idea.
144         * texi/muse.texi (Extending Muse): Flatten nodes by removing
145         Common Elements and grouping its subsections under this chapter.
146         (Style Elements): Use @defun.  Fix arguments to muse-define-style.
147         Thanks to Sebastian Tennant for the report.  Explain the arguments
148         of the function for :final.
149         (Deriving Styles): Use @defun.  Fix argument names.
150         (Embedded Lisp): Drop mention of this being the only tag allowed
151         in headers and footers.  Thanks to Phillip Lord for the
152         suggestion.
153         (Tag Summary): Mention muse-publish-markup-header-footer-tags.
155 2008-02-02  Michael Olson  <mwolson@gnu.org>
157         * Makefile.defs.default (INFODIR): Place files in .../share/info,
158         rather than .../info.  Thanks to gour for the suggestion.
160 2008-01-29  Michael Olson  <mwolson@gnu.org>
162         * lisp/muse.el (muse-insert-file-contents): Fix bug where end of
163         line conversion was not happening on Windows.  Thanks to Sacha
164         Chua for the report.
166 2008-01-28  Michael Olson  <mwolson@gnu.org>
168         * Release Emacs Muse 3.12.
170         * NEWS: Update.
172         * Update copyright years.
174         * examples/mwolson: Update init file, stylesheets, and templates.
176         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
177         tags inside of format elements.
179         * lisp/muse-groff.el (muse-groff-markup-strings)
180         * lisp/muse-html.el (muse-html-markup-strings)
181         (muse-xhtml-markup-strings):
182         * lisp/muse-latex.el (muse-latex-markup-strings)
183         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
184         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
185         for line-break.
187         * lisp/muse-project.el (muse-project-of-file): Fix bug where
188         directory names without slashes in projects were not being
189         recognized.  Thanks to Mirko Vukovic and ktneely for the report.
191 2008-01-23  Michael Olson  <mwolson@gnu.org>
193         * lisp/muse-latex.el (muse-latex-header)
194         (muse-latex-slides-header, muse-latex-lecture-notes-header):
195         Default to using UTF-8, rather than latin1.
197         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
198         target detection higher.  Use unescaped description for image
199         links, so that they don't get erroneously escaped.  Thanks to Suno
200         Ano for the report.
202 2008-01-15  Michael Olson  <mwolson@gnu.org>
204         * Makefile.defs.default (DESTDIR): New variable which allows the
205         destination directory to be easily set.  Thanks to gour for the
206         suggestion.
207         (ELISPDIR, INFODIR): Use it.
209         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
210         INFODIR here.
211         (Installation): Mention DESTDIR and PREFIX.
213         * texi/muse.texi: Update copyright year.
214         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
215         compilation step.  Do mention DESTDIR and PREFIX in the
216         installation step.
218 2008-01-06  Michael Olson  <mwolson@gnu.org>
220         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
221         information.  Update documentation.
224 See ChangeLog.4 for earlier changes.
226 ;; Local Variables:
227 ;; coding: utf-8
228 ;; End: