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