Implement <div> tag.
[muse-el.git] / ChangeLog
blob2be314c80cc1cd8b6f53b49a0952e890a0dce404
1 2008-04-16  Michael Olson  <mwolson@gnu.org>
3         * Makefile.defs.default (DEBNAME, LASTUPLOAD, BUILDOPTS)
4         (DISTRIBUTOR): Remove obsolete variables.
6         * Makefile (debclean, debprepare, debbuild, debinstall, deb):
7         Remove obsolete targets.
9 2008-03-31  Michael Olson  <mwolson@gnu.org>
11         * lisp/muse-colors.el (muse-make-faces-default): Improve docstring
12         for muse-header-{1-3} faces.
14 2008-03-26  Michael Olson  <mwolson@gnu.org>
16         * lisp/muse-project.el (muse-project-publish-this-file): Make sure
17         that we follow the same rules as muse-project-publish-file,
18         including creating the publishing directory if it does not exist.
19         Thanks to Peter Jones for the report and initial patch.
21 2008-03-25  Michael Olson  <mwolson@gnu.org>
23         * lisp/muse-project.el (muse-current-project-global): New variable
24         that saves the value of muse-current-project across temporary
25         buffers when publishing.
26         (muse-project-publish-this-file, muse-project-publish): Save
27         muse-current-project.
28         (muse-project-save-buffers): Save the current buffer, so that this
29         does not throw off publishing.
30         (muse-project-set-variables): Set muse-current-project if it is
31         nil and there is a saved value for it.  Thanks to Peter Jones for
32         the report.
34         * lisp/muse-publish.el (muse-batch-publishing-p)
35         (muse-publishing-p): Docfix.
36         (muse-inhibit-before-publish-hook): New variable that indicates
37         whether muse-before-publish-hook should be inhibited.
38         (muse-publish-markup-buffer): Use it.
39         (muse-publish-file): Call muse-before-publish-hook here, so that
40         we can run it before checking for file-local variables, since
41         values set by the latter should overlay values set by the former.
42         Bind muse-inhibit-before-publish-hook to t so that we do not call
43         the hook twice.
45 2008-03-16  Michael Olson  <mwolson@gnu.org>
47         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
48         (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer):
49         Use nil instead of current-time-zone to fix a bug where dates
50         could be interpreted incorrectly.  We don't allow the user to
51         specify the hour or minute, so it does not make sense to take the
52         current time zone into account.  Thanks to Xin Shi for the report.
54         * lisp/muse-publish.el (muse-publish-markup): When point is on a
55         read-only character, skip to the next non-read-only character.
56         This works around a weird edge case with the table-el rule, and
57         seems like a good thing to do in general.  Thanks to Suno Ano for
58         the report.
59         (muse-publish-table-el-table): Only proceed with table generation
60         if we have located a non-read-only "|" character.
62 2008-02-23  Michael Olson  <mwolson@gnu.org>
64         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
65         bug.
67 2008-02-22  Michael Olson  <mwolson@gnu.org>
69         * lisp/muse-project.el (muse-read-project-file): Delete duplicates
70         before calling muse-completing-read-function, since
71         ido-completing-read does not do this.
73         * lisp/muse.el (muse-delete-dups): New compatibility function.
75 2008-02-19  Michael Olson  <mwolson@gnu.org>
77         * lisp/muse-html.el (muse-html-src-allowed-modes): New option that
78         specifies the modes that we permit the <src> tag to colorize.
79         (muse-html-src-tag): Use it.  Use intern-soft instead of intern.
81         * lisp/muse-latex2png.el (muse-publish-latex-tag)
82         (muse-publish-math-tag):
83         * lisp/muse-poem.el (muse-poem-markup-tag):
84         * lisp/muse-publish.el (muse-publish-literal-tag)
85         (muse-publish-lisp-tag, muse-publish-command-tag)
86         (muse-publish-perl-tag, muse-publish-php-tag)
87         (muse-publish-python-tag, muse-publish-ruby-tag)
88         (muse-publish-include-tag, muse-publish-mark-up-tag): Mark these
89         tags as potentially dangerous for text written by untrusted
90         contributors.
92         * lisp/muse-publish.el (muse-publish-mark-up-tag): Use intern-soft
93         instead of intern.
94         (muse-publish-enable-dangerous-tags): New option that determines
95         whether to publish tags that can call external programs or expose
96         sensitive information.  This is useful to set to nil for
97         publishing files from untrusted sources.
99 2008-02-10  Michael Olson  <mwolson@gnu.org>
101         * lisp/muse-publish.el (muse-publish-enable-local-variables): New
102         option that determines whether to interpret local variables when
103         publishing.  The default is not to do so.
104         (muse-publish-file): Interpret local variables if the user wants
105         this.  Thanks to Sebastian Tennant for the idea.
107         * texi/muse.texi (Extending Muse): Flatten nodes by removing
108         Common Elements and grouping its subsections under this chapter.
109         (Style Elements): Use @defun.  Fix arguments to muse-define-style.
110         Thanks to Sebastian Tennant for the report.  Explain the arguments
111         of the function for :final.
112         (Deriving Styles): Use @defun.  Fix argument names.
113         (Embedded Lisp): Drop mention of this being the only tag allowed
114         in headers and footers.  Thanks to Phillip Lord for the
115         suggestion.
116         (Tag Summary): Mention muse-publish-markup-header-footer-tags.
118 2008-02-02  Michael Olson  <mwolson@gnu.org>
120         * Makefile.defs.default (INFODIR): Place files in .../share/info,
121         rather than .../info.  Thanks to gour for the suggestion.
123 2008-01-29  Michael Olson  <mwolson@gnu.org>
125         * lisp/muse.el (muse-insert-file-contents): Fix bug where end of
126         line conversion was not happening on Windows.  Thanks to Sacha
127         Chua for the report.
129 2008-01-28  Michael Olson  <mwolson@gnu.org>
131         * Release Emacs Muse 3.12.
133         * NEWS: Update.
135         * Update copyright years.
137         * examples/mwolson: Update init file, stylesheets, and templates.
139         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
140         tags inside of format elements.
142         * lisp/muse-groff.el (muse-groff-markup-strings)
143         * lisp/muse-html.el (muse-html-markup-strings)
144         (muse-xhtml-markup-strings):
145         * lisp/muse-latex.el (muse-latex-markup-strings)
146         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
147         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
148         for line-break.
150         * lisp/muse-project.el (muse-project-of-file): Fix bug where
151         directory names without slashes in projects were not being
152         recognized.  Thanks to Mirko Vukovic and ktneely for the report.
154 2008-01-23  Michael Olson  <mwolson@gnu.org>
156         * lisp/muse-latex.el (muse-latex-header)
157         (muse-latex-slides-header, muse-latex-lecture-notes-header):
158         Default to using UTF-8, rather than latin1.
160         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
161         target detection higher.  Use unescaped description for image
162         links, so that they don't get erroneously escaped.  Thanks to Suno
163         Ano for the report.
165 2008-01-15  Michael Olson  <mwolson@gnu.org>
167         * Makefile.defs.default (DESTDIR): New variable which allows the
168         destination directory to be easily set.  Thanks to gour for the
169         suggestion.
170         (ELISPDIR, INFODIR): Use it.
172         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
173         INFODIR here.
174         (Installation): Mention DESTDIR and PREFIX.
176         * texi/muse.texi: Update copyright year.
177         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
178         compilation step.  Do mention DESTDIR and PREFIX in the
179         installation step.
181 2008-01-06  Michael Olson  <mwolson@gnu.org>
183         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
184         information.  Update documentation.
187 See ChangeLog.4 for earlier changes.
189 ;; Local Variables:
190 ;; coding: utf-8
191 ;; End: