Fix some byte-compiler warnings, make muse-update-values work for new buffers
[muse-el.git] / ChangeLog
blob5f000c7c5396bb48a6622573dc838dd981ed63ae
1 2007-09-22  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
4         the tag ends at the end of a line.  If not, do not use "$$" to
5         publish it.  Thanks to Darlan Cavalcante Moreira for the
6         suggestion.
8         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
9         byte-compiler warning.
11         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
12         Also, update the value of muse-current-project for all Muse
13         buffers, even if they are new.  This should be more intuitive.  I
14         don't think there are any cases where developers will want this
15         value to be nil.
16         (muse-replace-regexp-in-string): Fix byte-compiler warning.
18 2007-09-19  Michael Olson  <mwolson@gnu.org>
20         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
21         code, since it is not needed in any version of Emacs we support,
22         and it also has a couple of bugs that I don't want to waste time
23         fixing.
25 2007-09-18  Michael Olson  <mwolson@gnu.org>
27         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
28         paragraphs next to headings.  Thanks to Gregory Collins for the
29         initial patch, which I modified.
31 2007-09-17  Michael Olson  <mwolson@gnu.org>
33         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
34         message about how images are now displayed.
36 2007-09-10  Michael Olson  <mwolson@gnu.org>
38         * Makefile (elpa): Use texi/dir-template rather than echoing lines
39         to the ELPA dir file for Muse.
41         * texi/dir-template: New file containing template to use when
42         making ELPA dir files.  This fixes a corrupt dir file bug for the
43         Muse ELPA package.  Thanks to Tom Tromey for the report.
45 2007-09-06  Michael Olson  <mwolson@gnu.org>
47         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
48         class tags were not working.  We move to just after the beginning
49         of the first class tag, so that we can detect any remaining class
50         tags.  Thanks to Florian Beck for the report.  Fix error that
51         occurred when class tag has no name element.  Thanks to Peter
52         Baranyi for the report.  The correct behavior in this case is to
53         not publish the tag at all.
55         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
56         arguments were not being detected properly.
58 2007-09-05  Michael Olson  <mwolson@gnu.org>
60         * lisp/muse-context.el (muse-context-decide-specials): Add
61         footnote.
63         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
65         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
66         'footnote in docstring.
67         (muse-publish-markup-footnote): Minor docstring fix.  Escape
68         footnote text properly.  Thanks to Jean Magnan de Bornier for
69         noticing.
70         (muse-publish-url): When checking to see if this is just a plain
71         URL without a description, compare the strings as they were before
72         doing escaping.  This fixes a bug where plain URLs could sometimes
73         be published as if they were URLs with descriptions.
75         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
76         footnote.
78 2007-08-29  Michael Olson  <mwolson@gnu.org>
80         * lisp/muse.el (muse-update-values): Reset the value of
81         muse-current-project in all Muse buffers.  This updates the rules
82         in case you want to publish a file after changing its associated
83         muse-project-alist entry.
85 2007-08-27  Michael Olson  <mwolson@gnu.org>
87         * lisp/muse.el (muse-update-values): New function that the user
88         can call after changing muse-project-alist, in order to update
89         various autogenerated values.
91         * texi/muse.texi (Keystroke Summary): Document it.
93 2007-08-25  Michael Olson  <mwolson@gnu.org>
95         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
96         to Karl Berry for reporting this.
98         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
99         browsing anchors that come after a link to them.
101         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
102         Karl Berry for reporting this.
104 2007-08-24  Michael Olson  <mwolson@gnu.org>
106         * Release Emacs Muse 3.11.
108         * AUTHORS: Add new authors for contrib files.
110         * NEWS: Add entries for Muse 3.11.
112         * README: Mention that contents of contrib/blosxom and
113         contrib/pyblosxom have different licenses than the rest of Muse.
115         * contrib/blosxom/getstamps.pl: New file that implements fetching
116         timestamps from published Muse files and placing them in a single
117         timestamps file.  That file can then be used by blosxom's metadate
118         plugin.  Thanks to Michael Welle for providing this file, as well
119         as instructions on how to use Muse with Blosxom.
121         * contrib/blosxom/metadate_0_0_3: New file implementing the
122         metadate plugin for blosxom.
124         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
125         to assume that the original author wanted this to be distributed
126         with Pyblosxom, and hence use the MIT license like the rest of
127         Pyblosxom.
129         * contrib/pyblosxom/hardcodedates.py: Add license text.
131         * contrib/pyblosxom/make-blog: Change license text to be "This
132         file may be used, distributed, and modified without restriction."
134         * contrib/pyblosxom/metadate.py: New file that implements the
135         PyBlosxom metadate plugin.  Since this can no longer be found at
136         the original author's website, I have included it with Muse.
138         * lisp/muse-blosxom.el: Update location of metadate plugin in
139         header.
141         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
142         docstring.
144         * texi/muse.texi (Blosxom Requirements): Organize information by
145         subheading and subsubheading, and document how to use the metadate
146         plugin.  Briefly document using Blosxom to serve Muse entries.
148 2007-08-23  Michael Olson  <mwolson@gnu.org>
150         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
151         title just before extracting it.
153         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
154         that removes footnotes from headers, since they are invalid in
155         LaTeX.
156         (muse-latex-munge-buffer): Call it.
158         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
159         specials here.  This fixes a bug involving links in headings.
161         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
162         some edge cases.
163         (muse-update-file-extension-after-init): Temporarily bind
164         muse-file-extension to "muse", so that muse-update-file-extension
165         knows what the old value was.  This should fix a bug reported by
166         Jean Magnan de Bornier.
168 2007-08-21  Michael Olson  <mwolson@gnu.org>
170         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
171         url, link, and link-and-anchor look better in texi2html output.
172         Thanks to thorne for the report.
174 2007-08-20  Michael Olson  <mwolson@gnu.org>
176         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
177         escape characters rather than discard them.  Use muse-regexp-alnum
178         rather than listing out the characters and numbers.  Thanks to
179         Shunsuke OKANO for the report.
180         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
181         used when generating a summary.
183 2007-08-19  Michael Olson  <mwolson@gnu.org>
185         * examples/mwolson: Update my example settings.
187         * lisp/muse-colors.el (muse-colors-region): Bind
188         muse-colors-region-end to the end of the last line.  This avoids a
189         bug where lines that had emphasis would suddenly become
190         unhighlighted when moving around the buffer.
192         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
193         involving paragraphs after literallayout markup, which is used in
194         <verse> tags.  Thanks to Shunsuke OKANO for the report.
196         * lisp/muse-html.el (muse-html-src-tag): Use
197         muse-delete-and-extract-region.
199         * lisp/muse-import-xml.el: Add require statement.
200         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
202         * lisp/muse-protocols.el (muse-browse-url-man): Add require
203         statement.
204         (muse-browse-url-woman): Add require statement.
206         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
207         bug in definition list publishing.  We were skipping past the
208         initial indented line, and that was causing an erroneous
209         blockquote to be inserted.  This alone merits a new release.
211         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
212         XEmacs' return value for shell-command.
214         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
215         function to deal with XEmacs' lack of the
216         delete-and-extract-region function.
218 2007-08-18  Michael Olson  <mwolson@gnu.org>
220         * AUTHORS: Update.
222         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
223         copy-tree to copy-alist, since Emacs21 does not have the former,
224         and the latter does what we want.
226         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
227         have derived-mode-p in subr.el like Emacs22 does.
229 2007-08-17  Michael Olson  <mwolson@gnu.org>
231         * etc/muse.rnc: Add the <cite> tag.
233         * lisp/muse-context.el (muse-context-slides-header): Clarify what
234         "mystyle" is.
236         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
237         <cite type="something">.  We'll leave it to the post processing
238         tools to interpret that.
240         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
241         directives.
242         (Citations): New section that explains further how to use the
243         <cite> tag.  The text was taken from Marcus Hoenicka's
244         documentation at http://refdb.sourceforge.net/muse.html and
245         modified.
246         (Tag Summary): Link to the Citations section in the entry for
247         <cite>.
248         (ConTeXt): Update the documentation for
249         muse-context-slides-header.
251 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
253         * lisp/muse-context.el (muse-context-slides-header): Use #module
254         directive, if it is provided.
255         (muse-context-slides-header): Mention how to use #module.
257 2007-08-16  Michael Olson  <mwolson@gnu.org>
259         * Release Emacs Muse 3.10.
261         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
262         (upload): Don't depend on release rule.
264         * NEWS: Document remaining changes.
266 2007-08-15  Michael Olson  <mwolson@gnu.org>
268         * NEWS: Document items through 2007-08-12.
270         * lisp/muse-colors.el: Split the muse-directive-or-comment
271         property into two separate properties that are muse-directive and
272         muse-comment.
273         (muse-colors-region-end): Make buffer-local.
274         (muse-colors-delayed-commands): New variable that contains a list
275         of commands to run immediately after highlighting.  This is meant
276         to allow highlighting functions to delay code until later.
277         (muse-colors-region): Apply commands in
278         muse-colors-delayed-commands.
279         (muse-colors-inhibit-tags-in-directives): New variable that
280         determines whether tags are allowed in directives.
281         (muse-colors-custom-tags): Take
282         muse-colors-inhibit-tags-in-directives into account.
283         (muse-unhighlight-region): Remove muse-directive and muse-comment
284         properties.
285         (muse-colors-title): Modify muse-colors-delayed-commands.
286         (muse-colors-title-lisp): New command that gets called after
287         highlighting other things.  This interprets <lisp> tags, and is
288         passed arguments specifying the beginning and end of the region.
289         Thanks to Junichi Uekawa for the report.  The reason we want to do
290         things this way is because this is the behavior we get already
291         when publishing the page.
293         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
294         property rather than muse-directive-or-comment.
296 2007-08-14  Michael Olson  <mwolson@gnu.org>
298         * lisp/muse-colors.el: Document all functions and variables.
299         (muse-colors-emphasized, muse-colors-underlined)
300         (muse-colors-verbatim, muse-colors-custom-tags)
301         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
302         on comments or the #title directive.
303         (muse-colors-markup): Add comment rule.
304         (muse-colors-implicit-link): Only remove flyspell overlay after we
305         decide whether this is an implicit link, rather than before.
306         (muse-colors-title): Add the muse-directive-or-comment property.
307         (muse-colors-comment): New function that colorizes comments using
308         font-lock-comment-face.
309         (muse-colors-region-end): New variable indicating the end of the
310         region that is currently being font-locked.  This removes the need
311         for an ugly "defvar end" hack.
312         (muse-colors-emphasized, muse-colors-underlined)
313         (muse-colors-verbatim): Use it.
314         (muse-colors-region): Let-bind it.
316         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
317         docstring.
319         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
320         specials in heading now, rather than waiting on the whole-document
321         pass later on.  This lets <contents> generation work without
322         validation errors.  Thanks to Reid van Melle for the report.
324         * texi/muse.texi (Tag Summary): Document <cite> tag.
325         (Miscellaneous): New chapter containing "Muse List Edit Minor
326         Mode" section.
327         (Muse List Edit Minor Mode): New section that documents
328         muse-list-edit-minor-mode.
329         (Development): Mention the MuseDevlopment page on emacswiki.org.
331         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
332         font-locking and the end or beginning of a tag is in a comment or
333         directive.
335 2007-08-12  Michael Olson  <mwolson@gnu.org>
337         * lisp/muse-html.el (muse-html-strip-links): New function that
338         strips HTML links from a string.
339         (muse-html-insert-contents): Use it, instead of
340         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
341         involving the use of <sup> in section titles.
343         * lisp/muse-project.el (muse-project-resolve-directory): New
344         function that figures out the directory part of the path that
345         provides a link to a page.
346         (muse-project-resolve-link): Expand docstring.  Use the new
347         function.  Don't call muse-publish-link-file, because that does
348         the wrong thing when we have muse-file-extension set to nil.
349         Thanks to Sebastian Obermanns for the report.
350         (muse-project-publish-this-file): Let-bind muse-current-project.
351         Also, if the file is not associated with a project, fall back to
352         muse-publish-this-file.
353         (muse-project-set-variables): Add this to
354         muse-before-publish-hook, so that it gets called.  This fixes a
355         bug where project-specific variables were being used in Muse mode,
356         but ignored when publishing.
358         * lisp/muse-publish.el (muse-publish-link-name)
359         (muse-publish-link-file, muse-publish-link-page): Add docstrings
360         so that I can remember what each of these things do.
361         (muse-publish-strip-tags): Remove, since it is no longer used.
362         (muse-publish-cite-tag): Don't let-bind
363         muse-publishing-directives, because there is no need to do so.
364         Fix code indentation.
365         (muse-publish-markup-attribute): Avoid multiple evaluation of
366         attrs argument, in case it is list value instead of a symbol.  Use
367         sexp instead of form in the edebug-form-spec.
368         (muse-publish-include-tag): Make a full copy of
369         muse-publishing-directives, since it can be modified with setcdr.
370         This fixes a bug where #title and some other directives were
371         leaking out of an included region.
372         (muse-publish-mark-up-tag): Don't let-bind
373         muse-publishing-directives, because there is no need to do so.
375         * lisp/muse.el (muse-page-name): Improve docstring.
377         * texi/muse.texi (Development): Mention the http method for
378         anonymous git access to the shared repo.
380 2007-08-10  Michael Olson  <mwolson@gnu.org>
382         * Makefile (dist, debprepare): Use git instead of tla.
384         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
386         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
387         Use muse-insert-file-contents.
389         * experimental/muse-split.el (muse-publish-file)
390         (muse-publish-presplit-publish, muse-publish-no-split-function)
391         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
392         muse-insert-file-contents.
394         * lisp/muse-book.el (muse-book-publish-chapter)
395         (muse-book-get-directives): Use muse-insert-file-contents.
397         * lisp/muse-http.el (muse-http-render-page): Use
398         muse-insert-file-contents.
400         * lisp/muse-poem.el (muse-poem-markup-tag): Use
401         muse-insert-file-contents.
403         * lisp/muse-publish.el (muse-insert-file-or-string)
404         (muse-publish-file, muse-publish-include-tag)
405         (muse-published-contents): Use muse-insert-file-contents.
407         * lisp/muse.el (muse-insert-file-contents): New function that
408         inserts a file with character code conversion, but none of the
409         other frivolities.  Since insert-file-contents-literally does not
410         do character code conversion, it is not suitable for us.
411         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
412         than insert-file-contents-literally.
414 2007-08-09  Michael Olson  <mwolson@gnu.org>
416         * lisp/muse.el (muse-write-file): Pay attention to
417         coding-system-for-write and save-buffer-coding-system.  This
418         should fix a recently-introduced bug with writing Muse pages in
419         different coding systems.
421 2007-08-08  Michael Olson  <mwolson@gnu.org>
423         * README (Prerequisites): Fix typo.
424         (Compilation, Installation): Update.
425         (Documentation, Further Documentation): Update URLs.
426         (Further Documentation): Add quick blurb on how to participate in
427         Muse development or track changes.
429         * texi/muse.texi (Releases): Use gna.org URL for downloading the
430         latest release, rather than my website.
431         (Development): Change instructions to use git instead of
432         Arch. Mention where to get a Windows binary for git.  Improve the
433         look of the listing.  Add section with instructions for Becoming a
434         Muse developer.
435         (Installation): Update instructions for Makefile.defs.default and
436         XEmacs.  Add index entries.  Add section for ELPA, since Muse
437         ought to be distributed in ELPA after the 3.10 release.  Fix typo
438         and clarify wording.
440 2007-08-06  Michael Olson  <mwolson@gnu.org>
442         * texi/muse.texi: Make sure that attributes are marked up with
443         @option{} rather than @code{} or @samp{} for consistency.
444         (Journal): Add "muse-project-alist-considerations" subheading,
445         along with a mention of :base-url.
447 2007-08-05  Michael Olson  <mwolson@gnu.org>
449         * .gitignore: Add texi/muse.html and the DVC log edit file.
451         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
452         Turn this into something that can be called like a command, due to
453         needing to deal with XEmacs, which has different argument order.
454         Thanks to Terrence Brannon for the report.
456         * lisp/muse-project.el (muse-project-of-file): Simplify by using
457         catch, throw, and dolist.  Look for exact matches before
458         considering any subdirectories.  If no exact matches are found,
459         then pick the longest match.
461         * lisp/muse.el (muse-sort-by-rating): Mention default test in
462         documentation.
464         * scripts/muse-build.el: Avoid interference from VC.el in the
465         build process.
467         * texi/Makefile (install): Call install_info.
469 2007-08-03  Michael Olson  <mwolson@gnu.org>
471         * lisp/muse-project.el (muse-project-applicable-styles): Remove
472         useless argument ignore-regexp.  Use saner logic.  This fixes a
473         bug where a file could potentially not exist but still appear in
474         the used-styles list.  Thanks to John Wiegley for the fix.
475         (muse-project-publish-file): Don't take ignore-reegxp argument.
477 2007-08-02  Michael Olson  <mwolson@gnu.org>
479         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
480         VC when publishing files in batch.  This avoids some annoying
481         messages when building QuickStart in the examples directory.
483         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
484         inserting a comment.
486 2007-07-31  Michael Olson  <mwolson@gnu.org>
488         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
489         that Muse can be recompiled without running "make clean" after an
490         update.
492         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
493         delete forward one character, since we are guaranteed to be on a
494         blank line.  Don't delete all initial whitespace of the first
495         line.  This fixes an issue where the output from the verse tag did
496         not match the output from Muse's verse syntax.
498 2007-07-29  Michael Olson  <mwolson@gnu.org>
500         * Relicense to GPLv3.
502         * Makefile.defs.default: Rename from Makefile.defs.  This allows
503         people to copy this file to Makefile.defs and make changes,
504         without having the changes be accidentally committed.  If
505         Makefile.defs does not exist, this file is read instead, in order
506         to minimize inconvenience to the casual user.
508         * Makefile, contrib/Makefile, examples/Makefile,
509         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
510         Makefile.defs.default or Makefile.defs.
512         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
513         function names.
514         (muse-l-e-m-m-insert-list-item): Add real documentation.
515         (muse-l-e-m-m-increase-list-item-indent)
516         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
517         real documentation.
518         (muse-list-edit-minor-mode): Improve documentation.
520         * texi/doclicense.texi (GNU Free Documentation License): Use
521         pristine copy from Emacs source tree.
523         * texi/muse.texi (Contributors): Move node and appendix indicators
524         here, rather than doclicense.texi.
526 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
528         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
529         command which did not work correctly
531         * lisp/muse-context.el (muse-context-markup-strings): Change rule
532         command which did not work correctly; defined verse commands
533         (muse-context-markup-specials-literal): Eliminate all unuseful entries
535 2007-07-29  Michael Olson  <mwolson@gnu.org>
537         * contrib/httpd.el (httpd-send-file): Use
538         insert-file-contents-literally instead of insert-file-contents.
540         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
541         Use insert-file-contents-literally instead of
542         insert-file-contents.
544         * experimental/muse-split.el (muse-publish-file)
545         (muse-publish-presplit-publish, muse-publish-no-split-function)
546         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
547         insert-file-contents-literally instead of insert-file-contents.
549         * lisp/muse-book.el (muse-book-publish-chapter)
550         (muse-book-get-directives): Use insert-file-contents-literally
551         instead of insert-file-contents.
553         * lisp/muse-http.el (muse-http-render-page): Use
554         insert-file-contents-literally instead of insert-file-contents.
556         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
557         nowhere when done, since they can slow things down.
559         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
560         marker to nowhere when done, since they can slow things down.
562         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
563         when done, since they can slow things down.  Use
564         insert-file-contents-literally instead of insert-file-contents.
566         * lisp/muse-publish.el (muse-publish-markup-tag)
567         (muse-publish-markup-word, muse-publish-markup-footnote)
568         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
569         done, since they can slow things down.
570         (muse-insert-file-or-string, muse-publish-file)
571         (muse-publish-include-tag, muse-published-contents): Use
572         insert-file-contents-literally instead of insert-file-contents.
573         (muse-publish-surround-dl): Remove unused variable.  Track whether
574         a term has been found, and handle that case well.
575         (muse-publish-ensure-blank-line): Use a marker, so that we don't
576         lose our place when adding a newline.  This really fixes the
577         definition list item bug.
578         (muse-publish-markup-list): Since people do seem to want
579         definition lists with no terms, allow this.
580         (muse-batch-publish-files): Set muse-current-output-style.
582         * lisp/muse.el (muse-with-temp-buffer): Mention
583         `insert-file-contents-literally'.
585 2007-07-28  Michael Olson  <mwolson@gnu.org>
587         * lisp/muse-mode.el (muse-browse-result): Set
588         muse-current-output-style.
589         (muse-mode): Don't duplicate the paragraph-start regexp
590         unnecessarily.
591         (muse-list-edit-minor-mode-map): New variable containing the
592         keymap for Muse list edit minor mode.
593         (muse-l-e-m-m-list-item-regexp): New variable that matches list
594         items for Muse list edit minor mode.
595         (muse-l-e-m-m-insert-list-item,
596         muse-l-e-m-m-i-list-item-indentation)
597         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
598         item functions that change the list item regexp before calling the
599         existing function.
600         (muse-l-e-m-m-data): New variable that keeps track of the fill
601         data that we overwrite when activating Muse list edit minor mode,
602         so that we can restore it if the minor mode is toggled off.
603         (muse-list-edit-minor-mode): New minor mode that is useful for
604         editing lists in other major modes.
605         (turn-on-muse-list-edit-minor-mode)
606         (turn-off-muse-list-edit-minor-mode): New interactive functions
607         that turn Muse list edit minor mode on and off, respectively.
608         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
609         regexps.
611         * lisp/muse-project.el (muse-project-publish-this-file): Set
612         muse-current-output-style.  This fixes a bug when publishing to a
613         style that is not first in the list of styles.  Thanks to Jean
614         Magnan de Bornier for the report.
616         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
617         function that ensures that a blank line exists in the line before
618         point.
619         (muse-publish-markup-list): Use it, rather than
620         `muse-publish-ensure-block'.  This fixes a bug with definition
621         list publishing.  Thanks to meandtheshell for reporting this.
623         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
624         project argument is nil, default to the current project instead of
625         the first project entry in muse-project-alist.  This seems much
626         more sane to me.
628         * lisp/muse.el (muse-forward-list-item): Only check the 'face
629         property if we are in Muse mode or one of its derivatives.  This
630         allows movement on nested lists to work in other modes, and fixes
631         an issue with altering list indentation in
632         muse-list-edit-minor-mode.
634 2007-07-27  Michael Olson  <mwolson@gnu.org>
636         * AUTHORS: Add new authors.
638         * README: Permit Muse to be called "Emacs-Muse".
640         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
642         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
643         involving list items that have an extra blank line in front.
645         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
646         and Emacs-Muse are the same thing.
648 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
650         * lisp/muse-context.el (muse-context-header): Put
651         starttext after the modules who must be in preamble.
652         (muse-context-markup-strings): Fixed mistake in begin-example and
653         end-example.
655         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
656         math environment in ConTeXt when centered: "$$ $$" has to be
657         "\startformula \stopformula".
659 2007-07-26  Michael Olson  <mwolson@gnu.org>
661         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
662         parentheses in URLs.
664 2007-07-24  Michael Olson  <mwolson@gnu.org>
666         * examples/QuickStart.muse (Images): Fix typo where some text
667         existed in the output but not in the example region.
668         (Source Code): Fix another typo.  Explain that publishing from
669         console or X can make a difference.
671         * lisp/muse-context.el (muse-context-pdf-program): New option that
672         determines the program to use for generating PDF files for
673         ConTeXt.
674         (muse-context-pdf-cruft): New option that specifies the extensions
675         of files to remove after generating PDF output successfully.
676         (muse-context-slides-header): Docfix.
677         (muse-context-pdf-generate): Use new options.
679         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
680         save-restriction call.  This was causing a world of hurt when
681         using <lisp> inside of <include>.
683         * texi/muse.texi (ConTeXt): New section that documents how to use
684         the ConTeXt publishing styles.
686 2007-07-23  Michael Olson  <mwolson@gnu.org>
688         * lisp/muse-context.el: New file that provides support for
689         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
690         de Bornier for his work on this.
692         * lisp/muse-docbook.el (muse-docbook-entities)
693         (muse-docbook-bibliography): Remove unneeded save-restriction use.
695         * lisp/muse-latex2png.el (muse-publish-latex-tag):
696         s/contex/context/.
698         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
699         (muse-latex-bibliography): Remove call to `widen', since it is not
700         needed anymore.  Remove unneeded save-restriction use.
701         ("slides", "slides-pdf"): Indent elements uniformly.
703 2007-07-22  Michael Olson  <mwolson@gnu.org>
705         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
706         * lisp/muse-mode.el (muse-insert-tag):
707         * lisp/muse-project.el (muse-read-project)
708         (muse-read-project-file):
709         * lisp/muse-publish.el (muse-publish-get-style): Use
710         muse-completing-read-function.
712         * lisp/muse-latex2png.el (muse-publish-latex-tag)
713         (muse-publish-math-tag): Allow the context style -- which I plan
714         to include soon -- to work with these tags.
716         * lisp/muse.el (muse-completing-read-function): New option that
717         determines which function to call when doing a completing-read.
719 2007-07-15  Michael Olson  <mwolson@gnu.org>
721         * lisp/muse-journal.el (muse-journal-html-entry-template)
722         (muse-journal-rdf-entry-template)
723         (muse-journal-rss-entry-template): Mention that this can be text
724         or a filename.
725         (muse-journal-rdf-entry-template, muse-journal-rss-header)
726         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
727         newlines to make the output look nicer.
728         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
729         Use muse-insert-file-or-string for the entry templates, rather
730         than muse-insert-markup.  This allows <lisp> and <markup> tags to
731         be acted on.  Thanks to Scott Hyde for the report.
732         (muse-journal-html-munge-buffer): Escape quote of the day using
733         entire-document specials before snarfing it.  Mark entire template
734         as read-only -- this fixes an incorrect escaping bug.  Remove
735         read-only properties before replacing template matches so that
736         they can still be escaped with entire-document specials later on.
737         (muse-journal-rss-munge-buffer): Make sure that title is escaped
738         properly.
739         (muse-journal-markup-tags): Rename from
740         muse-journal-latex-markup-tags, because we will use it for
741         journal-rss-entry as well.
742         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
743         end-quote-item.
744         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
745         html.
746         ("journal-latex", "journal-pdf", "journal-book-latex")
747         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
748         muse-journal-latex-markup-tags.
749         ("journal-rss-entry"): New style that is used by journal-rss and
750         journal-rdf to mark up individual entries.  It is needed so that
751         we can do something meaningful with the qotd tag.
752         (muse-journal-rdf-summarize-entries): Set this to nil by default,
753         because it is annoying.  Update docs to mention this.
754         (muse-journal-rss-summarize-entries): Docfix.
756         * lisp/muse-publish.el (muse-insert-file-or-string): Use
757         muse-publish-markup-header-footer-tags.  I'm not quite sure how
758         this change got reverted.
759         (muse-markup-tag-info): Make into a function.  Move common code
760         here, rather than duplicating it in two places.  Deal with case
761         where muse-publish-use-header-footer-tags is non-nil.
762         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
763         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
764         warning.
765         (muse-publish-use-header-footer-tags): New variable that indicates
766         whether we should use just the header and footer tags, rather than
767         the full set.
768         (muse-insert-file-or-string): Bind
769         muse-publish-use-header-footer-tags to t.
770         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
771         Simplify call to muse-markup-tag-info.
772         (muse-publish-mark-up-tag): Bind
773         muse-publish-use-header-footer-tags to nil.
775         * texi/muse.texi (Journal): Update for recent changes.
777 2007-07-14  Michael Olson  <mwolson@gnu.org>
779         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
780         delete the remainder of the buffer, since this causes the
781         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
782         the report and the suggested fix.
784         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
785         beginning of table-el regexp.  This fixes a bug where Muse stalls
786         when trying to publish a malformed table.  Thanks to Ye Wenbin for
787         the report and the suggested fix.
789 2007-07-12  Michael Olson  <mwolson@gnu.org>
791         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
792         default, rather than the empty string.  This really fixes the bug
793         that occurred when using Muse with muse-project-alist set to nil.
794         Thanks to Jonathan Underwood for the report.
795         (muse-wiki-update-interwiki-regexp): Set
796         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
797         defined.
798         (muse-wiki-handle-implicit-interwiki)
799         (muse-wiki-handle-explicit-interwiki): Handle case where
800         muse-wiki-interwiki-regexp is nil.
802 2007-07-10  Michael Olson  <mwolson@gnu.org>
804         * lisp/muse-mode.el (muse-grep): Abort search if the current
805         project contains no directories.
807         * lisp/muse-project.el (muse-project-file-alist): If
808         muse-project-alist is not defined, or project is nil, return nil
809         right away.  This ought to fix a bug that occurred when using Muse
810         with muse-project-alist set to nil.
811         (muse-project-of-file): Make sure muse-project-alist is not nil.
812         (muse-project-save-buffers): Make sure project is not nil.
814         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
815         case where muse-project-alist is nil.
817         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
818         for XEmacs, since color-theme.el is poorly behaved, and defines
819         its own replace-in-string.  Bad color-theme.el -- no cookie for
820         you.
822 2007-07-01  Michael Olson  <mwolson@gnu.org>
824         * Makefile (.PHONY): Update for new debian package rules.
826         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
828         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
829         Use save-restriction properly.
830         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
832         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
833         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
834         properly.
835         (muse-latex-bibliography): Re-indent.
837         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
838         higher.  This fixes an error at startup with some versions of
839         Emacs.
840         (muse-publish-cite-tag): Re-indent.
842         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
843         to the end of the link part, so as to exclude the description from
844         the match.  This fixes a bug with three-part links that have
845         descriptions.  Thanks to everyone who pointed it out.
847 2007-06-18  Michael Olson  <mwolson@gnu.org>
849         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
850         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
851         1.1 specific markup strings.
852         (muse-html-insert-anchor): Use 'anchor string, rather than
853         hard-coding it.  Thanks to Chris Corsair for the suggestion.
854         ("xhtml1.0"): New style that is an alias for the xhtml style.
855         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
857 2007-06-17  Michael Olson  <mwolson@gnu.org>
859         * examples/QuickStart.muse: Make images local so that the Info
860         version of this document works.  Add <example> for the Literal
861         paragraphs chapter, so that it is clear what is happening.
863         * Makefile: Add elpa target, which is used for building an ELPA
864         package for Muse.
866         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
867         building ELPA packages.
869         * examples/Makefile (%.html, %.pdf, %.info): Add message to
870         indicate what we are publishing.
871         (realclean distclean fullclean): Remove all TeX crud.
873         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
874         that the Info version of QuickStart can publish correctly.
876         * lisp/muse-latex.el (muse-latex-slides-header)
877         (muse-latex-lecture-notes-header): Docfix.
879         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
880         the list of things to ignore.
882         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
883         variable.
885         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
886         default to nil, since texinfmt.el is a serious nuisance.
887         (muse-texinfo-markup-strings): Add newlines to begin-example and
888         end-example.
889         (muse-texinfo-decide-specials): Also escape URL-type specials in a
890         whole slew of other contexts.
892         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
893         muse-xml.
895         * lisp/muse-xml.el (muse-xml-footer): Docfix.
897         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
899 2007-06-16  Michael Olson  <mwolson@gnu.org>
901         * etc/IDEAS.muse: Add some ideas from David D. Smith.
903         * examples/QuickStart.muse: Overhaul.
905         * lisp/muse-project.el (muse-project): Call the last part of a
906         muse-project-alist entry "Output styles" rather than "styles".
908         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
909         where we have a pipe character at the beginning of line.
911         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
912         causing tables to not be sorted at all.
914         * texi/muse.texi: Overhaul.  It would be too time-consuming to
915         list all of the changes here.  The "Getting Started" and
916         "Projects" chapters, in particular, were heavily revised.
918 2007-06-15  Michael Olson  <mwolson@gnu.org>
920         * NEWS: Update.
922         * examples/QuickStart.muse: Mention new features.
924         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
925         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
926         terminal, and C-c TAB is more important.  Most people will not
927         want to toggle images on and off that often.
929         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
930         C-i as well, so that it works in the terminal.
932         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
933         look a bit tidier when removing the region.
935         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
936         list regexp part before other parts.
937         (muse-ol-item-regexp): New regexp that specifies how to match an
938         ordered list item.
939         (muse-ul-item-regexp): New regexp that specifies how to match an
940         unordered list item.
941         (muse-table-field-regexp): New regexp that specifies how to match
942         a definition list entry.
944         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
945         lack of support for @headitem in texinfmt.el.
947         * lisp/muse.el: Wrap muse-line-beginning-position and
948         muse-line-end-position in `eval-and-compile', since they are now
949         used in muse.el.
950         (muse-list-item-type): Use a simpler algorithm for detecting which
951         kind of list item we have.  This fixes a bug where a number in a
952         definition list term was being detected incorrectly as an ordered
953         list item.  Fixes bug #6250.
954         (muse-forward-list-item): Get the entire line with the list item.
955         For some reason, Emacs 21 was not populating match 2 correctly,
956         unlike Emacs 22, so this workaround was needed.
958         * texi/muse.texi: (Keystroke Summary): Remove C-c
959         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
960         alternative keybinding to the C-c TAB stuff.  Mention
961         muse-colors-toggle-inline-images.
963 2007-06-14  Michael Olson  <mwolson@gnu.org>
965         * README: Mention that RelaxNG schema is in etc/ directory.
967         * etc/emacs-wiki-migration.txt: New document that explains how to
968         migrate from emacs-wiki to Muse.
970         * etc/muse.rnc: Increment version number to 1.0.  Fix several
971         nested emphasis and nested lists edge cases.  Move here from
972         examples/.
974         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
975         same thing as C-c C-S-t, since the former works better in the
976         console.  Thanks to Leo for the suggestion.
978         * lisp/muse-publish.el (muse-publish-markup-table)
979         (muse-publish-markup-table-el): Include a newline in the return
980         string, so that paragraph detection does not get confused.
982         * lisp/muse.el (muse-with-temp-buffer): Docfix.
984         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
985         keybinding.
987 2007-06-13  Michael Olson  <mwolson@gnu.org>
989         * etc/IDEAS.muse: Mark three-part-links item as done.
991         * experimental/muse-message.el: Remove guard for muse-define-style
992         calls.
994         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
995         markup rules were being interpreted in reverse order.  This should
996         make implicit interwiki links work properly again.
997         (muse-link-face): Strip anchor from end of a path, so that this
998         works with anchors in interwiki links.
999         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1000         when an image does not exist.
1002         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1003         anchors.
1004         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1005         interwiki links work.  Thanks to Jim Ottaway for the initial
1006         implementation.
1007         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1008         links work.
1010         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1011         about match 0.
1012         (muse-handle-explicit-link): Docfix: this does not modify the
1013         match data.
1014         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1015         that has the regexp in its car.
1017 2007-06-12  Michael Olson  <mwolson@gnu.org>
1019         * README: Document new etc/ directory.
1021         * etc/IDEAS.muse: Install things from new contributors just after
1022         the 3.03 release, since I won't have time to review the code
1023         before the release.  Move to new etc/ directory.  Slides
1024         publishing has been installed.
1026         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1027         determines the header to use for publishing slides.
1028         (muse-latex-lecture-notes-header): New option that determines the
1029         header to use for publishing lecture notes.
1030         (muse-latex-slides-markup-tags): New option containing tags to use
1031         when publishing slides.
1032         (muse-latex-permit-contents-tag): Move higher in file.
1033         (muse-latex-slide-tag): New function to publish the <slide> tag.
1034         ("slides", "slides-pdf"): New publishing styles that create slides
1035         using Beamer.
1036         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1037         create lecture notes using Beamer.
1039         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1040         since otherwise Planner is not happy when `plan' is called during
1041         init.  Remove stray quote from autoload snippet.
1043 2007-06-11  Michael Olson  <mwolson@gnu.org>
1045         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1046         autoload, rather than having it exist at top-level.  Thanks to Leo
1047         for the suggestion.
1048         (muse-update-file-extension): Docfix.
1050 2007-06-10  Michael Olson  <mwolson@gnu.org>
1052         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1053         URLs were being removed during publishing.  Thanks to everyone who
1054         reported this.
1056 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1058         * lisp/muse-book.el
1059         * lisp/muse-docbook.el
1060         * lisp/muse-latex.el
1061         * lisp/muse-publish.el: added support for <cite> element which
1062         denotes in-text citations
1064         * lisp/muse-html.el
1065         * lisp/muse-groff.el
1066         * lisp/muse-texinfo.el
1067         * lisp/muse-xml.el: added support for <cite> element (stub)
1069 2007-06-06  Michael Olson  <mwolson@gnu.org>
1071         * lisp/muse-regexps.el (muse-table-line-regexp)
1072         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1073         regexps so that they work with XEmacs 21.  Thanks to Adrian
1074         Tritschler for the report.
1076         * texi/muse.texi: Update copyright years.
1077         (HTML): Document muse-xhtml-style-sheet.  Thanks
1078         to thorne for noticing.
1079         (Development): Change archive year to 2006.  Thanks to Adrian
1080         Tritschler for noticing.  So *that's* why some people had the 2005
1081         version ....
1083 2007-06-05  Michael Olson  <mwolson@gnu.org>
1085         * Makefile (install-info): Remove $(MANUAL).info part, since this
1086         is taken care of already by texi/Makefile.  Thanks to Leo for the
1087         report.
1089         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1090         read-only properties to qotd contents, so that they don't get
1091         double-escaped.  Thanks to Leo for the report.
1093 2007-06-04  Michael Olson  <mwolson@gnu.org>
1095         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1096         -- that is, Tramp or ange-ftp -- file, then do not call
1097         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1098         Fixes bug #5115.
1100         * lisp/muse-html.el (muse-html-insert-contents): Add
1101         documentation.  Handle case where heading is read-only, but has
1102         muse-contents property.  Remove the muse-contents property for any
1103         heading we come across so as to avoid double-including an item in
1104         an outer table of contents.
1105         (muse-html-denote-headings): New function that denotes whether a
1106         heading is not read-only by adding the muse-contents property to
1107         it.
1108         (muse-html-munge-buffer): If we are not to generate contents,
1109         still denote headings, in case some outer layer wants to generate
1110         contents for our headings.  This should fix a bug with table of
1111         contents and the <include> tag.  Thanks to thorne for the report.
1113         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1114         muse-publish-generate-contents and set it to nil.  This should
1115         do the right thing when using <include> tags.
1117 2007-06-02  Michael Olson  <mwolson@gnu.org>
1119         * NEWS: Update for non-inlined image change and support for
1120         table.el style tables.
1122         * examples/Makefile (clean): Clean backup files.
1124         * examples/QuickStart.muse (Images): New section that describes
1125         how to inline and not inline images.
1127         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1128         touch images that have "URL:" in front of them.
1130         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1131         "URL:".  Use the identity function to resolve, since we don't want
1132         to rip "URL:" out while publishing, due to some magic that depends
1133         on that text.
1134         (muse-browse-url-url): New function that browses URLs that have
1135         "URL:" in front of them, by removing the "URL:" part and
1136         reprocessing the remainder.
1138         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1139         (muse-publish-url): Recognize images in the description before
1140         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1141         for the suggested workaround.
1142         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1143         default value.
1144         (muse-publish-classify-url): If target begins with "URL:" return
1145         type url.
1146         (muse-publish-strip-URL): New function that strips "URL:" from the
1147         beginning of a string.  This is used to remove URL: from the link
1148         description.  * texi/muse.texi (Markup Strings): Clarify the
1149         meanings of image-link, link, and link-and-anchor.
1150         (muse-publish-markup-regexps): Move normal table rule to 2350.
1151         Rule 2300 is now a regexp that matches table.el-style tables.
1152         (muse-publish-markup-functions): Add table-el entry.
1153         (muse-publish-table-el-table): New function that given a variant,
1154         publishes a table.el-style table using the table in the matched
1155         region.
1156         (muse-publish-markup-table-el): New function that determines
1157         whether the table.el-style table can be published, and what
1158         variant to use.
1160         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1161         the borders of table.el-style tables.
1163         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1164         the table has sufficient whitespace in front of it.
1166         * texi/muse.texi (Images): Update for new non-inlined image
1167         ability and provide example.
1169 2007-05-31  Michael Olson  <mwolson@gnu.org>
1171         * NEWS: Add example for setting `muse-html-table-attributes'.
1173         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1174         Publish multiple tbody tags if there is a horizontal separator
1175         after the heading, because that is valid HTML after all.
1177 2007-05-30  Michael Olson  <mwolson@gnu.org>
1179         * NEWS: Update.
1181         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1182         horizontal separators in tables.
1184         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1185         horizontal separators in tables.
1186         (muse-publish-trim-table): New function to remove initial and
1187         final blank columns from a table.
1188         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1189         with horizontal separators, aka "hlines".
1191         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1192         defines the syntax of a horizontal separator in a table.
1194         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1195         horizontal separators.  Publish header lines correctly.
1197         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1198         where we have nonnumbers as a row type.  This ignores sorting for
1199         hlines.
1200         (muse-xml-markup-table): Deal with horizontal separators.  If the
1201         markup supports table groups, make hlines separate table groups.
1202         Otherwise, ignore them, since they cannot be marked up.  Together,
1203         these changes allow us to support orgtbl-mode tables.  Thanks to
1204         Carsten Dominik for the suggestion.
1206 2007-05-26  Michael Olson  <mwolson@gnu.org>
1208         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1209         other things to be added to each generated style as well.  For
1210         example, this permits me to add
1211         :base-url "http://blog.mwolson.org/"
1212         for my blog.
1214 2007-05-25  Michael Olson  <mwolson@gnu.org>
1216         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1217         way of building Debian packages that preserves the original
1218         release tarball and is more modular.
1219         (debrevision, debrelease): Remove.
1220         (dist): No need to remove the debian/ directory, since it is now
1221         in its own branch.
1222         (debprepare): Copy over debian/ directory properly.
1224         * NEWS: Update.
1226         * examples/Makefile (clean): Remove QuickStart.texi, in case
1227         something went wrong during the build.
1228         (%.pdf): Publish the example using the normal pdf style, rather
1229         than info-pdf.
1231         * examples/QuickStart.muse: Add myself to the authors list.
1233         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1234         sufficient blank lines before the tag.
1236         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1237         we have sufficient blank lines before the tag.
1239         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1240         specifies the program to call in order to generate PDF content
1241         from LaTeX content.
1242         (muse-latex-pdf-cruft): New option that specifies the extensions
1243         of files to remove after generating PDF output successfully.
1244         (muse-latex-pdf-generate): Use these new options.  Work around the
1245         annoying edge case where a tilde character exists in the filename
1246         or directory path -- now this can only error out when the relative
1247         path from the output file to the source file contains a tilde,
1248         which is far less likely.
1250         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1251         muse-publish-ensure-block here after all, because <lisp> et al may
1252         occur inline as part of other things.
1254         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1255         occur after full-document escaping, rather than before.  This
1256         prevents automatically-inserted Texinfo code from being escaped.
1257         (muse-texinfo-pdf-generate): Rewrite to call
1258         `muse-latex-pdf-generate' with pdftex as the generating binary,
1259         because texi2pdf suffers irredeemably from the tilde edge case
1260         mentioned above.
1262 2007-05-24  Michael Olson  <mwolson@gnu.org>
1264         * NEWS: Drop vague entries and position interesting entries closer
1265         to the top of each section.  Update for new changes.
1267         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1268         and bzr metadata directories to the list of things to ignore.
1270         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1271         `muse-publish-ensure-block-tag', since we will use it for more
1272         than just tags.
1273         (muse-publish-markup-list, muse-publish-verse-tag)
1274         (muse-publish-quote-tag, muse-publish-example-tag)
1275         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1276         can occur when these types of markup occur immediately after a
1277         paragraph.  It's good to have defined behavior!
1279         * texi/muse.texi (Markup Strings): Mention new argument for
1280         link-and-anchor.
1282 2007-05-19  Michael Olson  <mwolson@gnu.org>
1284         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1285         published footnotes and footnote references.  Thanks to Scott
1286         Jaderholm for the idea.
1288         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1289         link-and-anchor, on the recommendation of the original submitter.
1291 2007-05-14  Michael Olson  <mwolson@gnu.org>
1293         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1294         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1295         suggestion.
1297         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1298         file extension as the fourth argument.
1300         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1301         Mention the new muse-el-logs mailing list.
1303 2007-05-13  Michael Olson  <mwolson@gnu.org>
1305         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1306         "\`" here.  This fixes a problem with publishing custom URLs.
1308 2007-05-12  Michael Olson  <mwolson@gnu.org>
1310         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1311         update the list if the current buffer is associated with a file.
1312         This fixes a bug with M-x muse-publish-region in a temporary
1313         buffer.
1315 2007-05-01  Michael Olson  <mwolson@gnu.org>
1317         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1318         properties from the published buffer, so that the results can be
1319         manually tweaked.
1321 2007-04-23  Michael Olson  <mwolson@gnu.org>
1323         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1324         find the footnote that goes with a reference, leave the reference
1325         as-is.  This fixes an error where control characters could be
1326         placed in a published document.
1328 2007-04-22  Michael Olson  <mwolson@gnu.org>
1330         * IDEAS.muse: Add muse-slides.el to list of things to include
1331         before release.
1333         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1334         character.
1335         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1336         catch/throw.
1337         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1338         fixes a bug with browsing woman:// links.
1340         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1341         where entry-dir has a trailing backslash.
1342         (muse-project-publish-file): If a style is malformed, skip it and
1343         display a warning message.  This should help people figure out
1344         where the problem is.
1346 2007-04-21  Michael Olson  <mwolson@gnu.org>
1348         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1349         yet-to-be-included "contex" publishing style, use "$$" rather
1350         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1351         this out.
1353 2007-04-20  Michael Olson  <mwolson@gnu.org>
1355         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1356         variable that causes the :before and :before-end hooks to be
1357         ignored when non-nil.
1358         (muse-publish-markup-region): Use it.  Also, guarantee that point
1359         is at end of region after publishing.
1360         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1361         variable.
1363 2007-04-19  Michael Olson  <mwolson@gnu.org>
1365         * IDEAS.muse: New file containing a list of ideas we have for new
1366         features, or patches that have yet to be applied.
1368         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1369         be so confusing.
1371         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1372         docstring.
1374         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1375         <literal> tags with muse-publish-literal-tag, rather than
1376         muse-publish-mark-read-only.
1377         (muse-publish-literal-tag): New function that publishes the
1378         <literal> tag.  It adds the ability to add the optional "style"
1379         and "exact" elements, which cause text to only be included if the
1380         current publishing style matches some criteria.  The text will be
1381         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1382         (muse-publish-mark-up-tag): Let the <markup> tag take the
1383         additional optional elements "style" and "exact", with much the
1384         same effect as the <literal> improvements, but after calling
1385         "function" or publishing the region first.  Make it possible to
1386         put <content> tags in <markup> regions in HTML publishing.
1388 2007-04-12  Michael Olson  <mwolson@gnu.org>
1390         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1391         that a blank line always exists after a heading.  This fixes a bug
1392         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1393         for the report.
1395         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1396         detection regexp to that which is used in Docbook and HTML
1397         publishing styles.
1399 2007-04-02  Michael Olson  <mwolson@gnu.org>
1401         * README (muse-el-announce): Make a listing of mailing lists,
1402         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1403         to Andreas Roehler for noticing.
1405 2007-04-01  Michael Olson  <mwolson@gnu.org>
1407         * lisp/muse-publish.el (muse-publish-date-format): Add
1408 `       customization type and group.
1409         (muse-publish-region): New interactive function that publishes a
1410         region to a new buffer.
1412         * texi/muse.texi: Use "document" rather than "manual".
1414 2007-03-31  Michael Olson  <mwolson@gnu.org>
1416         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1417         expression (muse-style-derived-p "latex" (muse-style "latex"))
1418         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1419         for the catch.
1421 2007-02-25  Michael Olson  <mwolson@gnu.org>
1423         * lisp/muse-publish.el (muse-publish-date-format): New option that
1424         specifies how to format the date when publishing Muse pages.
1425         Thanks to Thomas Gehrlein for the suggestion.
1426         (muse-publish-markup-buffer): Use it.
1428 2007-02-23  Michael Olson  <mwolson@gnu.org>
1430         * README: Add Prerequisites section to mention which versions of
1431         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1432         the suggestion.  Update link destination for Muse's page on
1433         emacswiki.org.
1435 2007-02-15  Michael Olson  <mwolson@gnu.org>
1437         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1438         be not just at beginning of line.  This fixes an error with the
1439         <class> tag.  Thanks to Jim Pivarski for the report.
1441 2007-02-14  Michael Olson  <mwolson@gnu.org>
1443         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1444         whether something is an image before checking to see if it is a
1445         URL.  Thanks to ITSUMI ken-ichi for the report.
1447 2007-02-13  Michael Olson  <mwolson@gnu.org>
1449         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1450         comments that have no text better.  Thanks to fang.lungang for the
1451         report.
1452         (muse-publish-markup-comment): Deal with case where no comment
1453         text is provided.
1455 2007-01-23  Michael Olson  <mwolson@gnu.org>
1457         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1458         that ensures that at least one blank line exists at the given
1459         position.  This is used to avoid paragraph detection problems when
1460         block-level tags like <example> immediately follow a paragraph.
1461         Thanks to Hans Ekbrand for the report.
1462         (muse-publish-example-tag): Use it.
1464 2007-01-19  Michael Olson  <mwolson@gnu.org>
1466         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1467         previous blank line if we are publishing in Latex.  Otherwise,
1468         that wouldn't be the right thing, so leave it be.
1470 2007-01-17  Michael Olson  <mwolson@gnu.org>
1472         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1473         multiple centered math lines on the same line; keep them on
1474         different lines.  Use \[ math-text \] instead of $$math-text$$,
1475         since the latter seems to be deprecated.  Thanks to Jody Klymak
1476         for the pointer.
1478 2007-01-15  Michael Olson  <mwolson@gnu.org>
1480         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1481         (muse-publish-math-tag): Publish region read-only when current
1482         style is Latex-derived, so that Muse does not escape it.
1483         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1484         surround the region with "$$" rather than "$".  This is the Muse
1485         syntax for something centered, so it should be a good fit.
1487 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1489         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1490         protocol.
1491         (muse-browse-url-man): Change man page URL format.  The code is
1492         simpler when the section is left inside parentheses.
1493         (muse-browse-url-woman): New function.
1495 2007-01-14  Michael Olson  <mwolson@gnu.org>
1497         * AUTHORS: Bookkeeping.
1499         * lisp/muse-latex2png.el: Associate <math> tag with
1500         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1501         Klymak for the report.
1502         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1503         characters, so they don't get escaped.
1505         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1506         make muse-style-derived-p easier to implement.
1507         (muse-style-derived-p): If the style is not provided, fetch it and
1508         check to see if the car is a string.  This should fix the other
1509         problem that was reported.
1511         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1512         explains a case where setting muse-file-extension to nil can cause
1513         unexpected behavior.
1515 2007-01-09  Michael Olson  <mwolson@gnu.org>
1517         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1518         comments higher priority than tags.  Thanks to Stefan van der Walt
1519         for the report.
1521 2007-01-08  Michael Olson  <mwolson@gnu.org>
1523         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1524         argument rather than calling match-string.  Thanks to Stefan van
1525         der Walt for the report.  This should fix a bug with publishing
1526         <include file="..." markup="example">.
1528 2007-01-06  Michael Olson  <mwolson@gnu.org>
1530         * Makefile (debclean): New rule split from debrevision and
1531         debrelease.
1532         (debbuild): Take distributor into account.
1534         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1535         vendor/distributor we are building for.
1537 2007-01-04  Michael Olson  <mwolson@gnu.org>
1539         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1540         line.
1542         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1543         point to muse-publish-src-tag by default, since <src> and
1544         <example> have different parameters.
1545         (muse-publish-src-tag): New barebones publishing function for
1546         <src>, which is superseded when publishing in an HTML-based style.
1548 2007-01-03  Michael Olson  <mwolson@gnu.org>
1550         * lisp/muse-html.el (muse-html-src-tag): Document.
1552         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1553         command that calls a given tag on the current buffer.  Attributes
1554         may be passed.
1555         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1556         it.
1557         (muse-publish-srcify-buffer): New function that allows
1558         markup="src" in the <include> tag.
1559         (muse-publish-get-and-delete-attr): New macro that gets an
1560         attribute from a list and removes the first instance of that
1561         attribute from said list.
1562         (muse-publish-markup-attribute): Handle markup="src".
1563         (muse-publish-command-tag, muse-publish-include-tag): Use
1564         muse-publish-get-and-delete-attr.  This allows the remaining
1565         attributes to be passed.
1567         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1568         as changes to <command> and <include>.
1570 2006-12-30  Michael Olson  <mwolson@gnu.org>
1572         * NEWS: Update.
1574         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1575         from muse-publish-math-tag to avoid conflict with
1576         muse-latex2png.el.
1578 2006-12-23  Michael Olson  <mwolson@gnu.org>
1580         * lisp/muse-latex2png.el: Update header, since this has been
1581         rewritten sufficiently to not need an assignment from the original
1582         author.
1583         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1584         (muse-latex2png): Use two underscores to separate prefix and hash.
1585         (muse-latex2png-region): New function split from
1586         muse-publish-latex-tag that can be used easily by other code.
1587         Detect whether we are using an HTML-based publishing style, and
1588         insert a simpler markup if we are not.  If we are using a
1589         Latex-based publishing style, do not generate an image, and leave
1590         the region alone.  Return the path of the generated image, in case
1591         other functions want to use this programmatically.
1592         (muse-publish-latex-tag): Set a default prefix based on the name
1593         of the current file.
1594         (muse-publish-math-tag): New tag that surrounds the region with
1595         "$" characters, so that it becomes a Latex math region, and then
1596         publishes it.
1598         * lisp/muse-publish.el (muse-style-derived-p): New function that
1599         returns non-nil if a given style, or the current style if omitted,
1600         is equal to or derived from the given base style.  This is useful
1601         in <lisp> tags, because it allows the user to specify markup that
1602         is only to be inserted for one particular style.
1604 2006-12-22  Michael Olson  <mwolson@gnu.org>
1606         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1607         (muse-html-src-tag): New function which publishes the <src> tag.
1608         Thanks to Clinton Ebadi and Charles Wang for the initial
1609         implementations.
1611         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1613 2006-12-21  Michael Olson  <mwolson@gnu.org>
1615         * examples/johnw/muse-johnw.el: Update for preferred
1616         muse-derive-style usage.  Rename to muse-init.el.
1618         * examples/mwolson/muse-init.el: Update.
1620         * lisp/muse-book.el (muse-book-publish): New function split from
1621         muse-book-publish-project.  This is used in the definitions for
1622         the book-latex and book-pdf styles.
1623         (muse-book-publish-p): New function split from muse-book-publish.
1624         (muse-book-get-directives): New function that retrieves the
1625         publishing directives from the given file.
1626         (muse-book-publish): Use muse-book-get-directives to set the title
1627         if no title was specified.
1629         * lisp/muse-project.el (muse-project): Add :publish-project entry
1630         to widget.
1631         (muse-read-project, muse-project-find-file): Message fix.
1632         (muse-project-publish-file-default): New function split from
1633         muse-project-publish-file.
1634         (muse-project-publish-file): Allow file-level publishing function
1635         to be specified by the :publish element.  The default is
1636         muse-project-publish-file-default.
1637         (muse-project-publish-default): New function split from
1638         muse-project-publish.
1639         (muse-project-publish): Allow project-level publishing function to
1640         be specified by :publish-project element.  The default is
1641         muse-project-publish-default.
1643         * lisp/muse-publish.el (muse-publish-file): Message fix.
1645         * texi/muse.texi (Book): Mention new way to publish books and
1646         provide an example, since the process may be non-obvious.
1648 2006-12-20  Michael Olson  <mwolson@gnu.org>
1650         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1651         content-modifying code from the rest of
1652         muse-docbook-finalize-buffer.
1654         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1655         muse-groff-finalize-buffer, since it adds content to the buffer.
1657         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1658         content-modifying code from the rest of muse-html-finalize-buffer.
1659         This fixes a bug when using <include> with <content> tags.
1661         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1662         (muse-journal-latex-munge-buffer)
1663         (muse-journal-rss-munge-buffer): Rename, since they add content to
1664         the buffer.
1666         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1667         muse-latex-finalize-buffer, since it adds content to the buffer.
1669         * lisp/muse-mode.el:
1670         * lisp/muse-project.el:
1671         * lisp/muse-publish.el:
1672         * lisp/muse.el: Fix recursive load error.
1674         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1675         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1677         * lisp/muse-wiki.el: Comment cleanup.
1679         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1681 2006-12-17  Michael Olson  <mwolson@gnu.org>
1683         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1684         Remove the definition of \comment, since Latex already has comment
1685         syntax.
1686         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1687         than our own.  Thanks to Ryan Stutsman for pointing this out.
1689 2006-12-02  Michael Olson  <mwolson@gnu.org>
1691         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1692         that this can generate a proper table of contents for Planner HTML
1693         publishing.
1695 2006-12-01  Michael Olson  <mwolson@gnu.org>
1697         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1698         using a very old Emacs, avoid an infinite loop that could occur
1699         when the regexp is an empty string.
1701 2006-11-26  Michael Olson  <mwolson@gnu.org>
1703         * NEWS: Bring up to date.
1705         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1706         list issues and multiple-stanza verse issues.  This takes care of
1707         all of the markup issues I was worried about.
1709         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1710         (muse-project-publish-private-files): New option that indicates
1711         whether files with private filesystem permissions should be
1712         published.  The default is to publish them, since it avoids
1713         confusion in new users.
1714         (muse-project-private-p): Use it.
1716 2006-11-19  Michael Olson  <mwolson@gnu.org>
1718         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1719         style is found, which means that the link is not a Muse page, do
1720         not add a suffix or prefix to it.  This should fix the
1721         "[[thing.owl]]" bug that Phillip Lord reported.
1723         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1724         removing unused 2nd argument.
1726 2006-11-17  Michael Olson  <mwolson@gnu.org>
1728         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1729         latex publishing where nested enumerated lists would be squashed
1730         together at the end.
1732 2006-11-16  Michael Olson  <mwolson@gnu.org>
1734         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1735         list embedded in a definition list look right.  This also allows
1736         for definitions to be separated from their terms, much like the
1737         way HTML does it by default, if the user puts a blank line or a
1738         line break between the term and the definition.  If the term and
1739         definition are on the same line, they will be that way in the
1740         output as well.
1742 2006-11-11  Michael Olson  <mwolson@gnu.org>
1744         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1745         for the report.
1746         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1748 2006-11-07  Michael Olson  <mwolson@gnu.org>
1750         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1751         release candidate for Muse 3.03, available.
1753         * NEWS: Update.
1755 2006-11-06  Michael Olson  <mwolson@gnu.org>
1757         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1758         following a relative link worked even when the path was incorrect.
1760 2006-11-04  John Sullivan  <john@wjsullivan.net>
1762         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1763         muse-follow-name-at-point to reduce collisions with other
1764         modes (Planner).
1766         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1768 2006-11-04  Michael Olson  <mwolson@gnu.org>
1770         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1771         optional, and make interwiki delimiter a regular rather than shy
1772         group.
1773         (muse-wiki-handle-implicit-interwiki): Rename from
1774         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1775         (muse-wiki-handle-explicit-interwiki): New function that is
1776         smarter about where an explicit link ends in a buffer.  This
1777         allows you to refer to page names with invalid Wiki characters,
1778         such as underscores and dashes, merely by enclosing them in double
1779         brackets.  Also, a bug with recognizing project names too loosely
1780         has been fixed.
1782 2006-11-03  Michael Olson  <mwolson@gnu.org>
1784         * lisp/muse-project.el (muse-project-page-file): Make relative
1785         links work as expected, hopefully.
1787         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1788         output style manually, since it will differ from anything in the
1789         publishing style list.
1791 2006-10-30  Michael Olson  <mwolson@gnu.org>
1793         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1794         grouping elements, since that no longer applies.
1795         (muse-colors-custom-tags): Explicitly match against
1796         muse-tag-regexp to get the match-data set the way we want.  This
1797         really fixes the <example> highlighting bug that Stefan reported.
1798         (muse-configure-highlighting): Set the original value to the
1799         symbol, not the modified value.  Re-use modified rules properly.
1801         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1802         introduced yesterday.
1804 2006-10-29  Michael Olson  <mwolson@gnu.org>
1806         * examples/mwolson: Update my example configuration.
1808         * NEWS: Update.
1810         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1811         without a regexp in the first position before iterating through
1812         them to build muse-colors-vector.  This fixes a bug with the
1813         display of <example> tags.  Thanks to Stefan Reichör for the
1814         report.
1816         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1817         files in projects to be linked to.
1819         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1820         to serve as a description for a URL, as long as it differs from
1821         the destination URL.  This fixes the description of WikPage links
1822         in PDF output.
1823         (muse-publish-link-file): Check to see whether the given link
1824         points at a valid file.  If so, return it.  Otherwise, apply other
1825         transforms like prefix and link suffix.
1827         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1828         "/", it is a file or directory, not a Muse page.  Thanks to
1829         Phillip Lord for the suggestion.
1831         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1832         of the current page as the local path, instead of duplicating the
1833         remote file's path.  This probably fixes at least one reported
1834         bug. since it's quite major.
1835         (muse-wiki-update-project-file-regexp)
1836         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1837         passed to regexp-opt, since that can cause Emacs 21 to throw an
1838         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1839         DOT edu for the report.
1840         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1842 2006-10-28  Michael Olson  <mwolson@gnu.org>
1844         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1845         (muse-project-resolve-link): If the given style does not have a
1846         link-suffix, default to suffix.  This fixes a bug I was noticing
1847         when linking to a file that was published in both PDF and HTML
1848         form.
1850         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1851         function that is used as a callback to determine the initial
1852         amount of indentation that the current dl item has.
1853         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1854         and the post-indent value, instead of trying to determine them
1855         both.
1856         (muse-publish-strip-list-indentation): New function stripped from
1857         `muse-publish-surround-text' for readability.
1858         (muse-publish-surround-text): Instead of taking a determine-indent
1859         value, take a determine-indent-func function, which is called just
1860         after finding the next list item.  If we are asked to determine
1861         the amount of indentation, concatenate indent and post-indent the
1862         first time around.  This effectively fixes all known definition
1863         list issues.
1865 2006-10-16  Michael Olson  <mwolson@gnu.org>
1867         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1868         other software -- namely, Planner -- can detect whether they are
1869         using a version of Muse that supports nested tags.
1870         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1871         muse-publish-goto-tag-end.
1873         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1874         Adapt for nested tags.
1876         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1877         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1878         this.
1880         * lisp/muse-publish.el (muse-publish-markup-tag)
1881         (muse-publish-quote-tag): Use muse-goto-tag-end.
1883         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1885 2006-10-15  Michael Olson  <mwolson@gnu.org>
1887         * AUTHORS: Bookkeeping.
1889         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1890         tag.
1892         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1893         tags.
1895         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1897         * lisp/muse-import-docbook.el (muse-import-docbook)
1898         (muse-import-docbook-files): Docfix.
1899         (muse-import-docbook-get-title): Remove cl.el-ism.
1901         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1903         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1905         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1907         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1908         (muse-next-reference, muse-previous-reference): Minor whitespace
1909         changes.
1910         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1911         the suggestion.
1913         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1915         * lisp/muse-publish.el (muse-publish-markup-tags)
1916         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1917         element and make 4th element determine whether tags are nestable.
1918         (muse-publish-goto-tag-end): New function that moves to the end of
1919         a tag.  Handle nested tags when NESTED is non-nil.
1920         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1921         5th element for function.
1922         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1923         this on several scenarios, and it seems to work.
1924         (muse-publish-surround-text): Accept new optional argument
1925         LIST-ITEM which determines the regexp to use for list items.  The
1926         default is to use muse-list-item-regexp.
1928         * muse.texi (Markup Tags): Mention nestable tags.
1930         * NEWS: Mention new files.
1932 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1934         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1935         into Muse format.
1937         * lisp/muse-import-xml.el: New file that provides helper routines
1938         for converting XML-ish files to Muse format.
1940 2006-10-10  Michael Olson  <mwolson@gnu.org>
1942         * NEWS: Update for 3.02.7 bugfix release.
1944 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1946         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1947         using the value in the muse #date directive.
1948         (muse-blosxom-use-metadate): New option that determines whether or
1949         not to use the #postdate directive.
1950         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1951         metadate plugin format.
1953 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1955         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1956         recognised URLs.
1958         * muse.texi: Clarify handling of implicit links by mentioning
1959         which characters can prevent Muse from recognizing something as an
1960         implicit link.
1962 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1964         * lisp/muse-mode.el (muse-next-reference)
1965         (muse-previous-reference): Fix bug #6367 by moving point to the
1966         beginning of the link.
1968 2006-09-26  Michael Olson  <mwolson@gnu.org>
1970         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1971         beginning-of-line.  This should fix a bug that was noticed in
1972         recent Emacs 22 builds.
1974         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1975         eval-and-compile block to avoid a compiler warning.
1977 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1979         * lisp/muse-backlink.el (muse-backlink-split-string):
1980         Compatibility with Emacs versions < 22
1981         (muse-backlink-pending): New internal variable
1982         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1983         that backlinks are inserted at the right time.
1984         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1985         for pending backlink, and that this is the targe page.
1986         (muse-backlink-handle-link): Don’t handle the link if we are
1987         already handling one. Return the link as well as the parent links.
1989 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1991         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1992         #6942 - muse-blosxom-new-entry fails when using tags.
1994 2006-09-14  Michael Olson  <mwolson@gnu.org>
1996         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1997         compiler warning.
1999 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2001         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2002         function: Protect all wikiwords from START to END from further
2003         processing.
2004         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2006 2006-09-13  Michael Olson  <mwolson@gnu.org>
2008         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2009         adopted from Jim Ottaway's patch.  It removes links from the
2010         heading, and then marks the region read-only to inhibit WikiWord
2011         detection.
2013 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2015         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2016         special handling for headings.
2017         (muse-texinfo-remove-links): New function that removes explicit
2018         links from the given strings, replacing them with a description.
2020 2006-09-11  Michael Olson  <mwolson@gnu.org>
2022         * muse.texi (Getting Help and Reporting Bugs): Mention the
2023         muse-el-internationalization mailing list.
2025         * lisp/muse.el (muse-path-sans-extension): New function that acts
2026         like file-name-sans-extension, but guarantees to never modify the
2027         directory part of the path.  Thanks to Evan Monroig for
2028         investigating this.
2030         * lisp/muse-book.el (muse-book-publish-project): Use
2031         muse-path-sans-extension instead of file-name-sans-extension.
2033         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2034         Ditto.
2036 2006-08-30  Michael Olson  <mwolson@gnu.org>
2038         * muse.texi (Blosxom Requirements): Fix typo.
2040         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2041         directories for bzr and darcs.
2043         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2044         contrib/pyblosxom/getstamps.py: Update version and headers.
2046 2006-08-27  Michael Olson  <mwolson@gnu.org>
2048         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2049         nil values before they get to mapconcat.  This fixes a lockup when
2050         muse-wiki-match-all-project-files is nil.
2052         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2053         (muse-wiki-ignore-implicit-links-to-current-page)
2054         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2055         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2056         (muse-wiki-publish-small-title-words)
2057         (muse-wiki-publish-pretty-title): Docfix.
2058         (muse-wiki-update-local-wikiword-regexp): Rename from
2059         muse-wiki-update-local-wikiword-regexp.  Set
2060         muse-wiki-project-file-regexp instead of
2061         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2062         take muse-wiki-use-wikiword into account, since this is a
2063         different concept now.
2064         (muse-wiki-update-wikiword-regexp): Remove.
2065         (muse-wiki-wikiword-regexp): In-line the :set function.
2066         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2068 2006-08-26  Michael Olson  <mwolson@gnu.org>
2070         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2071         for indented list items, ignore blank lines.
2073         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2074         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2075         mapconcat.  This should hopefully fix a problem with large amounts
2076         of files with spaces in their name.  Thanks to Greg Detre for the
2077         report.
2079 2006-08-24  Michael Olson  <mwolson@gnu.org>
2081         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2082         numbers from the argument to format-time-string.  This fixes an
2083         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2085 2006-08-18  Michael Olson  <mwolson@gnu.org>
2087         * lisp/muse-project.el (muse-project-file-entries): Since we are
2088         given a full path, match against the filename as well.  This fixes
2089         an issue where backup files were being added to the file alist.
2091         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2092         from muse-html.el.
2094 2006-08-12  Michael Olson  <mwolson@gnu.org>
2096         * Makefile (.PHONY): Don't use line continuations.
2097         (realclean fullclean): Call realclean in subdirs, not distclean.
2098         (distclean): Don't call realclean, since this would wipe out our
2099         autoloads file.
2100         (dist): Use correct path to autoloads file.
2102         * NEWS: Catch up with the latest changes.
2104         * experimental/Makefile (.PHONY): Wrap long line.
2106         * lisp/Makefile (distclean): Do the same thing as "clean", not
2107         "realclean".
2109         * lisp/muse-project.el (muse-project-get-applicable-style):
2110         Indentation tweak.
2111         (muse-project-ignore-regexp, muse-project-recurse-directory):
2112         Docfix.
2113         (muse-project-of-file): Try the ignored files regexp against the
2114         base filename as well as the entire path.
2116         * lisp/muse-publish.el (muse-publish-this-file): Display message
2117         if the buffer is not associated with any file, so that we avoid
2118         errors later on.
2119         (muse-publish-url-desc): New function taken from muse-publish-url
2120         that causes a URL description to be transformed.
2121         (muse-publish-url): Call muse-publish-url-desc on either the
2122         description or the original URL if it will be used as a
2123         description.  Accept the original URL as an argument, in case it
2124         was transformed earlier.
2125         (muse-publish-insert-url): Pass original URL as an argument.
2126         (muse-publish-markup-link): Make this somewhat easier to follow.
2127         Pass original URL as argument.
2128         (muse-publish-get-style): If the same style is used to publish to
2129         two different directories, prompt the user for which directory to
2130         use.
2131         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2132         latest changes.
2133         (muse-publish-markup-url): Pass original URL as an argument.  This
2134         fixes the "nil" description for bare URLs that was in 3.02.91.
2135         Nothing like finding a bug just after completing the announcement
2136         of a release.
2138         * lisp/muse.el: Use defalias whenever convenient.
2139         (muse-version): Set version to 3.02.92 (3.03 RC2).
2141 2006-08-10  Michael Olson  <mwolson@gnu.org>
2143         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2144         style does not derive from any other class, return `t' here.
2145         This, along with the corresponding change to muse-publish.el,
2146         fixes a problem with the table of contents getting inserted
2147         multiple times for custom html-based styles.
2148         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2149         smarter method for table centering that works with XHTML.
2151         * lisp/muse-latex2png.el Rename all functions to have a
2152         "muse-latex2png" prefix.  Turn all variables into customizable
2153         options in the muse-latex2png group.
2154         (muse-latex2png-img-dest): New option specifying where to place
2155         the images.
2156         (muse-latex2png-template): New option containing the template to
2157         use for the surrounding LaTeX code.
2158         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2159         compliance.
2160         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2161         messages when something else goes wrong.  Create the image
2162         subdirectory if it doesn't exist already -- thanks to Christian
2163         Straßer for the report.  Expand the filename properly.
2164         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2165         and filename expansion.
2166         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2167         the default directory properly.
2169         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2170         do not run the same function twice.
2172 2006-08-08  Michael Olson  <mwolson@gnu.org>
2174         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2175         introduced wrong-type-argument error.
2177         * lisp/muse-html.el (muse-html-markup-strings)
2178         (muse-xhtml-markup-string): Cause table definition that contains
2179         image to be center-aligned.  This should fix an issue with images
2180         not being centered when captions are very long.
2182         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2183         whitespace from fields once we have split them up.
2185         * lisp/muse.el (muse-trim-whitespace): New function that strips
2186         leading and trailing whitespace from a string.
2188 2006-08-07  Michael Olson  <mwolson@gnu.org>
2190         * NEWS: Update through patch-95.
2192         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2193         to match the tags.
2194         (muse-colors-explicit-link): Show images in link descriptions if
2195         inlined images are enabled.
2197         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2198         definitions for 'image-with-desc, 'image, and 'image-link.
2199         (muse-docbook-markup-paragraph): If an inlined image begins a
2200         paragraph, insert <para> before it.
2201         (muse-docbook-fixup-images): New function that upper-cases the
2202         "format" attribute of the <imagedata> tag.
2203         (muse-docbook-finalize-buffer): Call it.
2205         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2206         with descriptions as centered tables, with a centered caption
2207         underneath.  The resulting look is consistent with the way that
2208         they are published in the LaTeX style.  Thanks to Jody Klymak for
2209         the suggestion.
2210         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2211         valid way to center a table.
2212         (muse-html-markup-paragraph): Use class="image" instead of
2213         "image-link" for paragraphs that start with an embedded image.
2215         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2216         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2217         suggestion.
2218         (muse-latex-markup-specials-image): New option that enables
2219         escaping of specials in images.  This was split from the URL
2220         specials.
2221         (muse-latex-decide-specials): Handle 'image context.
2222         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2223         of relying on caller to do this for us.
2225         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2226         'image context.
2227         (muse-publish-url): Use 'image context for images.  Use 'image
2228         instead of 'image-link and 'image-link in place of
2229         'url-with-image.  Separate the image file from its extension so
2230         that docbook and texinfo can publish images correctly.
2231         (muse-publish-markup-link): Don't force a description if one is
2232         not given.  This fixes a bug where images without descriptions
2233         were being published as 'image-with-desc instead of 'image.
2235         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2236         images the same as URLs.
2237         (muse-texinfo-markup-strings): Improve image markup to achieve an
2238         effect similar to that of the LaTeX publishing style.  Simplify
2239         'url string.
2241         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2243         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2244         when we have to use the custom version of this function.
2246         * muse.texi (Images): Explain how to toggle inlining of images and
2247         give better examples.  Mention captions and that captioned images
2248         should not be used inside of text paragraphs.
2249         (Markup Strings): Bring up-to-date with the changes made since
2250         3.02.
2252 2006-08-06  Michael Olson  <mwolson@gnu.org>
2254         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2255         in the Emacs source tree.
2257         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2258         in the Emacs source tree.
2260         * ChangeLog.3: New file created from the old ChangeLog.
2262         * Makefile.defs (VERSION): Set to 3.02.91.
2264         * NEWS: Update through patch-84.
2266         * lisp/muse.el (muse-version): Set to 3.02.91.
2268         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2269         attributes.
2270         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2271         delimiter are instead of hard-coding it.
2273         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2274         (muse-mode): Make filling definition lists work better.  This
2275         should fix #5359.
2277         * lisp/muse-publish.el (muse-style-run-hooks): Use
2278         `muse-style-element' instead of `muse-get-keyword' here.  This
2279         should fix #6399.
2281         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2283 See ChangeLog.3 for earlier changes.
2285 ;; Local Variables:
2286 ;; coding: utf-8
2287 ;; End: