latex2png: Fix bug introduced by recent change
[muse-el.git] / ChangeLog
blobb4061f98ffec5dde9c64b630765dcbbd3672db14
1 2007-09-24  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-latex2png.el (muse-publish-math-tag): Fix bug
4         introduced by recent change.  Thanks to Darlan Cavalcante Moreira
5         for the report.
7 2007-09-23  Michael Olson  <mwolson@gnu.org>
9         * lisp/muse-context.el (muse-context-pdf-generate): Change
10         default-directory instead of calling "cd" in the command.
12         * lisp/muse-latex.el (muse-latex-pdf-generate): Change
13         default-directory instead of calling "cd" in the command.  This
14         should fix a bug with Windows.  Thanks to Jia Ye for the report.
16 2007-09-22  Michael Olson  <mwolson@gnu.org>
18         * AUTHORS: Bookkeeping.
20         * NEWS: Add entry for the LaTeX image filename escaping changes.
22         * examples/mwolson/templates/header.tex: Update for recent
23         changes.
25         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
26         the tag ends at the end of a line.  If not, do not use "$$" to
27         publish it.  Thanks to Darlan Cavalcante Moreira for the
28         suggestion.
30         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
31         (muse-latex-slides-header, muse-latex-lecture-notes-header):
32         Escape specials in the title.  Define a museincludegraphics
33         command, which is able to handle escaped special characters in
34         image filenames.  Thanks to Karl Berry for providing this.
35         (muse-latex-markup-strings): Use museincludegraphics instead of
36         includegraphics in all image-related markup.  Move the width
37         specification over to the museincludegraphics command, rather than
38         specifying it explicitly.  This allows people to change this
39         information in their headers.
40         (muse-latex-markup-specials-image): Escape backslashes, "#", and
41         pipe characters in image filenames.
43         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
44         byte-compiler warning.
46         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
47         Also, update the value of muse-current-project for all Muse
48         buffers, even if they are new.  This should be more intuitive.  I
49         don't think there are any cases where developers will want this
50         value to be nil.
51         (muse-replace-regexp-in-string): Fix byte-compiler warning.
53         * texi/muse.texi (LaTeX): Mention grffile.sty.  Thanks to Karl
54         Berry for the tip.
56 2007-09-19  Michael Olson  <mwolson@gnu.org>
58         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
59         code, since it is not needed in any version of Emacs we support,
60         and it also has a couple of bugs that I don't want to waste time
61         fixing.
63 2007-09-18  Michael Olson  <mwolson@gnu.org>
65         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
66         paragraphs next to headings.  Thanks to Gregory Collins for the
67         initial patch, which I modified.
69 2007-09-17  Michael Olson  <mwolson@gnu.org>
71         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
72         message about how images are now displayed.
74 2007-09-10  Michael Olson  <mwolson@gnu.org>
76         * Makefile (elpa): Use texi/dir-template rather than echoing lines
77         to the ELPA dir file for Muse.
79         * texi/dir-template: New file containing template to use when
80         making ELPA dir files.  This fixes a corrupt dir file bug for the
81         Muse ELPA package.  Thanks to Tom Tromey for the report.
83 2007-09-06  Michael Olson  <mwolson@gnu.org>
85         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
86         class tags were not working.  We move to just after the beginning
87         of the first class tag, so that we can detect any remaining class
88         tags.  Thanks to Florian Beck for the report.  Fix error that
89         occurred when class tag has no name element.  Thanks to Peter
90         Baranyi for the report.  The correct behavior in this case is to
91         not publish the tag at all.
93         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
94         arguments were not being detected properly.
96 2007-09-05  Michael Olson  <mwolson@gnu.org>
98         * lisp/muse-context.el (muse-context-decide-specials): Add
99         footnote.
101         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
103         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
104         'footnote in docstring.
105         (muse-publish-markup-footnote): Minor docstring fix.  Escape
106         footnote text properly.  Thanks to Jean Magnan de Bornier for
107         noticing.
108         (muse-publish-url): When checking to see if this is just a plain
109         URL without a description, compare the strings as they were before
110         doing escaping.  This fixes a bug where plain URLs could sometimes
111         be published as if they were URLs with descriptions.
113         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
114         footnote.
116 2007-08-29  Michael Olson  <mwolson@gnu.org>
118         * lisp/muse.el (muse-update-values): Reset the value of
119         muse-current-project in all Muse buffers.  This updates the rules
120         in case you want to publish a file after changing its associated
121         muse-project-alist entry.
123 2007-08-27  Michael Olson  <mwolson@gnu.org>
125         * lisp/muse.el (muse-update-values): New function that the user
126         can call after changing muse-project-alist, in order to update
127         various autogenerated values.
129         * texi/muse.texi (Keystroke Summary): Document it.
131 2007-08-25  Michael Olson  <mwolson@gnu.org>
133         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
134         to Karl Berry for reporting this.
136         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
137         browsing anchors that come after a link to them.
139         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
140         Karl Berry for reporting this.
142 2007-08-24  Michael Olson  <mwolson@gnu.org>
144         * Release Emacs Muse 3.11.
146         * AUTHORS: Add new authors for contrib files.
148         * NEWS: Add entries for Muse 3.11.
150         * README: Mention that contents of contrib/blosxom and
151         contrib/pyblosxom have different licenses than the rest of Muse.
153         * contrib/blosxom/getstamps.pl: New file that implements fetching
154         timestamps from published Muse files and placing them in a single
155         timestamps file.  That file can then be used by blosxom's metadate
156         plugin.  Thanks to Michael Welle for providing this file, as well
157         as instructions on how to use Muse with Blosxom.
159         * contrib/blosxom/metadate_0_0_3: New file implementing the
160         metadate plugin for blosxom.
162         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
163         to assume that the original author wanted this to be distributed
164         with Pyblosxom, and hence use the MIT license like the rest of
165         Pyblosxom.
167         * contrib/pyblosxom/hardcodedates.py: Add license text.
169         * contrib/pyblosxom/make-blog: Change license text to be "This
170         file may be used, distributed, and modified without restriction."
172         * contrib/pyblosxom/metadate.py: New file that implements the
173         PyBlosxom metadate plugin.  Since this can no longer be found at
174         the original author's website, I have included it with Muse.
176         * lisp/muse-blosxom.el: Update location of metadate plugin in
177         header.
179         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
180         docstring.
182         * texi/muse.texi (Blosxom Requirements): Organize information by
183         subheading and subsubheading, and document how to use the metadate
184         plugin.  Briefly document using Blosxom to serve Muse entries.
186 2007-08-23  Michael Olson  <mwolson@gnu.org>
188         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
189         title just before extracting it.
191         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
192         that removes footnotes from headers, since they are invalid in
193         LaTeX.
194         (muse-latex-munge-buffer): Call it.
196         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
197         specials here.  This fixes a bug involving links in headings.
199         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
200         some edge cases.
201         (muse-update-file-extension-after-init): Temporarily bind
202         muse-file-extension to "muse", so that muse-update-file-extension
203         knows what the old value was.  This should fix a bug reported by
204         Jean Magnan de Bornier.
206 2007-08-21  Michael Olson  <mwolson@gnu.org>
208         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
209         url, link, and link-and-anchor look better in texi2html output.
210         Thanks to thorne for the report.
212 2007-08-20  Michael Olson  <mwolson@gnu.org>
214         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
215         escape characters rather than discard them.  Use muse-regexp-alnum
216         rather than listing out the characters and numbers.  Thanks to
217         Shunsuke OKANO for the report.
218         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
219         used when generating a summary.
221 2007-08-19  Michael Olson  <mwolson@gnu.org>
223         * examples/mwolson: Update my example settings.
225         * lisp/muse-colors.el (muse-colors-region): Bind
226         muse-colors-region-end to the end of the last line.  This avoids a
227         bug where lines that had emphasis would suddenly become
228         unhighlighted when moving around the buffer.
230         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
231         involving paragraphs after literallayout markup, which is used in
232         <verse> tags.  Thanks to Shunsuke OKANO for the report.
234         * lisp/muse-html.el (muse-html-src-tag): Use
235         muse-delete-and-extract-region.
237         * lisp/muse-import-xml.el: Add require statement.
238         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
240         * lisp/muse-protocols.el (muse-browse-url-man): Add require
241         statement.
242         (muse-browse-url-woman): Add require statement.
244         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
245         bug in definition list publishing.  We were skipping past the
246         initial indented line, and that was causing an erroneous
247         blockquote to be inserted.  This alone merits a new release.
249         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
250         XEmacs' return value for shell-command.
252         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
253         function to deal with XEmacs' lack of the
254         delete-and-extract-region function.
256 2007-08-18  Michael Olson  <mwolson@gnu.org>
258         * AUTHORS: Update.
260         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
261         copy-tree to copy-alist, since Emacs21 does not have the former,
262         and the latter does what we want.
264         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
265         have derived-mode-p in subr.el like Emacs22 does.
267 2007-08-17  Michael Olson  <mwolson@gnu.org>
269         * etc/muse.rnc: Add the <cite> tag.
271         * lisp/muse-context.el (muse-context-slides-header): Clarify what
272         "mystyle" is.
274         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
275         <cite type="something">.  We'll leave it to the post processing
276         tools to interpret that.
278         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
279         directives.
280         (Citations): New section that explains further how to use the
281         <cite> tag.  The text was taken from Marcus Hoenicka's
282         documentation at http://refdb.sourceforge.net/muse.html and
283         modified.
284         (Tag Summary): Link to the Citations section in the entry for
285         <cite>.
286         (ConTeXt): Update the documentation for
287         muse-context-slides-header.
289 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
291         * lisp/muse-context.el (muse-context-slides-header): Use #module
292         directive, if it is provided.
293         (muse-context-slides-header): Mention how to use #module.
295 2007-08-16  Michael Olson  <mwolson@gnu.org>
297         * Release Emacs Muse 3.10.
299         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
300         (upload): Don't depend on release rule.
302         * NEWS: Document remaining changes.
304 2007-08-15  Michael Olson  <mwolson@gnu.org>
306         * NEWS: Document items through 2007-08-12.
308         * lisp/muse-colors.el: Split the muse-directive-or-comment
309         property into two separate properties that are muse-directive and
310         muse-comment.
311         (muse-colors-region-end): Make buffer-local.
312         (muse-colors-delayed-commands): New variable that contains a list
313         of commands to run immediately after highlighting.  This is meant
314         to allow highlighting functions to delay code until later.
315         (muse-colors-region): Apply commands in
316         muse-colors-delayed-commands.
317         (muse-colors-inhibit-tags-in-directives): New variable that
318         determines whether tags are allowed in directives.
319         (muse-colors-custom-tags): Take
320         muse-colors-inhibit-tags-in-directives into account.
321         (muse-unhighlight-region): Remove muse-directive and muse-comment
322         properties.
323         (muse-colors-title): Modify muse-colors-delayed-commands.
324         (muse-colors-title-lisp): New command that gets called after
325         highlighting other things.  This interprets <lisp> tags, and is
326         passed arguments specifying the beginning and end of the region.
327         Thanks to Junichi Uekawa for the report.  The reason we want to do
328         things this way is because this is the behavior we get already
329         when publishing the page.
331         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
332         property rather than muse-directive-or-comment.
334 2007-08-14  Michael Olson  <mwolson@gnu.org>
336         * lisp/muse-colors.el: Document all functions and variables.
337         (muse-colors-emphasized, muse-colors-underlined)
338         (muse-colors-verbatim, muse-colors-custom-tags)
339         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
340         on comments or the #title directive.
341         (muse-colors-markup): Add comment rule.
342         (muse-colors-implicit-link): Only remove flyspell overlay after we
343         decide whether this is an implicit link, rather than before.
344         (muse-colors-title): Add the muse-directive-or-comment property.
345         (muse-colors-comment): New function that colorizes comments using
346         font-lock-comment-face.
347         (muse-colors-region-end): New variable indicating the end of the
348         region that is currently being font-locked.  This removes the need
349         for an ugly "defvar end" hack.
350         (muse-colors-emphasized, muse-colors-underlined)
351         (muse-colors-verbatim): Use it.
352         (muse-colors-region): Let-bind it.
354         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
355         docstring.
357         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
358         specials in heading now, rather than waiting on the whole-document
359         pass later on.  This lets <contents> generation work without
360         validation errors.  Thanks to Reid van Melle for the report.
362         * texi/muse.texi (Tag Summary): Document <cite> tag.
363         (Miscellaneous): New chapter containing "Muse List Edit Minor
364         Mode" section.
365         (Muse List Edit Minor Mode): New section that documents
366         muse-list-edit-minor-mode.
367         (Development): Mention the MuseDevlopment page on emacswiki.org.
369         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
370         font-locking and the end or beginning of a tag is in a comment or
371         directive.
373 2007-08-12  Michael Olson  <mwolson@gnu.org>
375         * lisp/muse-html.el (muse-html-strip-links): New function that
376         strips HTML links from a string.
377         (muse-html-insert-contents): Use it, instead of
378         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
379         involving the use of <sup> in section titles.
381         * lisp/muse-project.el (muse-project-resolve-directory): New
382         function that figures out the directory part of the path that
383         provides a link to a page.
384         (muse-project-resolve-link): Expand docstring.  Use the new
385         function.  Don't call muse-publish-link-file, because that does
386         the wrong thing when we have muse-file-extension set to nil.
387         Thanks to Sebastian Obermanns for the report.
388         (muse-project-publish-this-file): Let-bind muse-current-project.
389         Also, if the file is not associated with a project, fall back to
390         muse-publish-this-file.
391         (muse-project-set-variables): Add this to
392         muse-before-publish-hook, so that it gets called.  This fixes a
393         bug where project-specific variables were being used in Muse mode,
394         but ignored when publishing.
396         * lisp/muse-publish.el (muse-publish-link-name)
397         (muse-publish-link-file, muse-publish-link-page): Add docstrings
398         so that I can remember what each of these things do.
399         (muse-publish-strip-tags): Remove, since it is no longer used.
400         (muse-publish-cite-tag): Don't let-bind
401         muse-publishing-directives, because there is no need to do so.
402         Fix code indentation.
403         (muse-publish-markup-attribute): Avoid multiple evaluation of
404         attrs argument, in case it is list value instead of a symbol.  Use
405         sexp instead of form in the edebug-form-spec.
406         (muse-publish-include-tag): Make a full copy of
407         muse-publishing-directives, since it can be modified with setcdr.
408         This fixes a bug where #title and some other directives were
409         leaking out of an included region.
410         (muse-publish-mark-up-tag): Don't let-bind
411         muse-publishing-directives, because there is no need to do so.
413         * lisp/muse.el (muse-page-name): Improve docstring.
415         * texi/muse.texi (Development): Mention the http method for
416         anonymous git access to the shared repo.
418 2007-08-10  Michael Olson  <mwolson@gnu.org>
420         * Makefile (dist, debprepare): Use git instead of tla.
422         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
424         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
425         Use muse-insert-file-contents.
427         * experimental/muse-split.el (muse-publish-file)
428         (muse-publish-presplit-publish, muse-publish-no-split-function)
429         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
430         muse-insert-file-contents.
432         * lisp/muse-book.el (muse-book-publish-chapter)
433         (muse-book-get-directives): Use muse-insert-file-contents.
435         * lisp/muse-http.el (muse-http-render-page): Use
436         muse-insert-file-contents.
438         * lisp/muse-poem.el (muse-poem-markup-tag): Use
439         muse-insert-file-contents.
441         * lisp/muse-publish.el (muse-insert-file-or-string)
442         (muse-publish-file, muse-publish-include-tag)
443         (muse-published-contents): Use muse-insert-file-contents.
445         * lisp/muse.el (muse-insert-file-contents): New function that
446         inserts a file with character code conversion, but none of the
447         other frivolities.  Since insert-file-contents-literally does not
448         do character code conversion, it is not suitable for us.
449         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
450         than insert-file-contents-literally.
452 2007-08-09  Michael Olson  <mwolson@gnu.org>
454         * lisp/muse.el (muse-write-file): Pay attention to
455         coding-system-for-write and save-buffer-coding-system.  This
456         should fix a recently-introduced bug with writing Muse pages in
457         different coding systems.
459 2007-08-08  Michael Olson  <mwolson@gnu.org>
461         * README (Prerequisites): Fix typo.
462         (Compilation, Installation): Update.
463         (Documentation, Further Documentation): Update URLs.
464         (Further Documentation): Add quick blurb on how to participate in
465         Muse development or track changes.
467         * texi/muse.texi (Releases): Use gna.org URL for downloading the
468         latest release, rather than my website.
469         (Development): Change instructions to use git instead of
470         Arch. Mention where to get a Windows binary for git.  Improve the
471         look of the listing.  Add section with instructions for Becoming a
472         Muse developer.
473         (Installation): Update instructions for Makefile.defs.default and
474         XEmacs.  Add index entries.  Add section for ELPA, since Muse
475         ought to be distributed in ELPA after the 3.10 release.  Fix typo
476         and clarify wording.
478 2007-08-06  Michael Olson  <mwolson@gnu.org>
480         * texi/muse.texi: Make sure that attributes are marked up with
481         @option{} rather than @code{} or @samp{} for consistency.
482         (Journal): Add "muse-project-alist-considerations" subheading,
483         along with a mention of :base-url.
485 2007-08-05  Michael Olson  <mwolson@gnu.org>
487         * .gitignore: Add texi/muse.html and the DVC log edit file.
489         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
490         Turn this into something that can be called like a command, due to
491         needing to deal with XEmacs, which has different argument order.
492         Thanks to Terrence Brannon for the report.
494         * lisp/muse-project.el (muse-project-of-file): Simplify by using
495         catch, throw, and dolist.  Look for exact matches before
496         considering any subdirectories.  If no exact matches are found,
497         then pick the longest match.
499         * lisp/muse.el (muse-sort-by-rating): Mention default test in
500         documentation.
502         * scripts/muse-build.el: Avoid interference from VC.el in the
503         build process.
505         * texi/Makefile (install): Call install_info.
507 2007-08-03  Michael Olson  <mwolson@gnu.org>
509         * lisp/muse-project.el (muse-project-applicable-styles): Remove
510         useless argument ignore-regexp.  Use saner logic.  This fixes a
511         bug where a file could potentially not exist but still appear in
512         the used-styles list.  Thanks to John Wiegley for the fix.
513         (muse-project-publish-file): Don't take ignore-reegxp argument.
515 2007-08-02  Michael Olson  <mwolson@gnu.org>
517         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
518         VC when publishing files in batch.  This avoids some annoying
519         messages when building QuickStart in the examples directory.
521         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
522         inserting a comment.
524 2007-07-31  Michael Olson  <mwolson@gnu.org>
526         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
527         that Muse can be recompiled without running "make clean" after an
528         update.
530         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
531         delete forward one character, since we are guaranteed to be on a
532         blank line.  Don't delete all initial whitespace of the first
533         line.  This fixes an issue where the output from the verse tag did
534         not match the output from Muse's verse syntax.
536 2007-07-29  Michael Olson  <mwolson@gnu.org>
538         * Relicense to GPLv3.
540         * Makefile.defs.default: Rename from Makefile.defs.  This allows
541         people to copy this file to Makefile.defs and make changes,
542         without having the changes be accidentally committed.  If
543         Makefile.defs does not exist, this file is read instead, in order
544         to minimize inconvenience to the casual user.
546         * Makefile, contrib/Makefile, examples/Makefile,
547         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
548         Makefile.defs.default or Makefile.defs.
550         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
551         function names.
552         (muse-l-e-m-m-insert-list-item): Add real documentation.
553         (muse-l-e-m-m-increase-list-item-indent)
554         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
555         real documentation.
556         (muse-list-edit-minor-mode): Improve documentation.
558         * texi/doclicense.texi (GNU Free Documentation License): Use
559         pristine copy from Emacs source tree.
561         * texi/muse.texi (Contributors): Move node and appendix indicators
562         here, rather than doclicense.texi.
564 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
566         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
567         command which did not work correctly
569         * lisp/muse-context.el (muse-context-markup-strings): Change rule
570         command which did not work correctly; defined verse commands
571         (muse-context-markup-specials-literal): Eliminate all unuseful entries
573 2007-07-29  Michael Olson  <mwolson@gnu.org>
575         * contrib/httpd.el (httpd-send-file): Use
576         insert-file-contents-literally instead of insert-file-contents.
578         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
579         Use insert-file-contents-literally instead of
580         insert-file-contents.
582         * experimental/muse-split.el (muse-publish-file)
583         (muse-publish-presplit-publish, muse-publish-no-split-function)
584         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
585         insert-file-contents-literally instead of insert-file-contents.
587         * lisp/muse-book.el (muse-book-publish-chapter)
588         (muse-book-get-directives): Use insert-file-contents-literally
589         instead of insert-file-contents.
591         * lisp/muse-http.el (muse-http-render-page): Use
592         insert-file-contents-literally instead of insert-file-contents.
594         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
595         nowhere when done, since they can slow things down.
597         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
598         marker to nowhere when done, since they can slow things down.
600         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
601         when done, since they can slow things down.  Use
602         insert-file-contents-literally instead of insert-file-contents.
604         * lisp/muse-publish.el (muse-publish-markup-tag)
605         (muse-publish-markup-word, muse-publish-markup-footnote)
606         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
607         done, since they can slow things down.
608         (muse-insert-file-or-string, muse-publish-file)
609         (muse-publish-include-tag, muse-published-contents): Use
610         insert-file-contents-literally instead of insert-file-contents.
611         (muse-publish-surround-dl): Remove unused variable.  Track whether
612         a term has been found, and handle that case well.
613         (muse-publish-ensure-blank-line): Use a marker, so that we don't
614         lose our place when adding a newline.  This really fixes the
615         definition list item bug.
616         (muse-publish-markup-list): Since people do seem to want
617         definition lists with no terms, allow this.
618         (muse-batch-publish-files): Set muse-current-output-style.
620         * lisp/muse.el (muse-with-temp-buffer): Mention
621         `insert-file-contents-literally'.
623 2007-07-28  Michael Olson  <mwolson@gnu.org>
625         * lisp/muse-mode.el (muse-browse-result): Set
626         muse-current-output-style.
627         (muse-mode): Don't duplicate the paragraph-start regexp
628         unnecessarily.
629         (muse-list-edit-minor-mode-map): New variable containing the
630         keymap for Muse list edit minor mode.
631         (muse-l-e-m-m-list-item-regexp): New variable that matches list
632         items for Muse list edit minor mode.
633         (muse-l-e-m-m-insert-list-item,
634         muse-l-e-m-m-i-list-item-indentation)
635         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
636         item functions that change the list item regexp before calling the
637         existing function.
638         (muse-l-e-m-m-data): New variable that keeps track of the fill
639         data that we overwrite when activating Muse list edit minor mode,
640         so that we can restore it if the minor mode is toggled off.
641         (muse-list-edit-minor-mode): New minor mode that is useful for
642         editing lists in other major modes.
643         (turn-on-muse-list-edit-minor-mode)
644         (turn-off-muse-list-edit-minor-mode): New interactive functions
645         that turn Muse list edit minor mode on and off, respectively.
646         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
647         regexps.
649         * lisp/muse-project.el (muse-project-publish-this-file): Set
650         muse-current-output-style.  This fixes a bug when publishing to a
651         style that is not first in the list of styles.  Thanks to Jean
652         Magnan de Bornier for the report.
654         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
655         function that ensures that a blank line exists in the line before
656         point.
657         (muse-publish-markup-list): Use it, rather than
658         `muse-publish-ensure-block'.  This fixes a bug with definition
659         list publishing.  Thanks to meandtheshell for reporting this.
661         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
662         project argument is nil, default to the current project instead of
663         the first project entry in muse-project-alist.  This seems much
664         more sane to me.
666         * lisp/muse.el (muse-forward-list-item): Only check the 'face
667         property if we are in Muse mode or one of its derivatives.  This
668         allows movement on nested lists to work in other modes, and fixes
669         an issue with altering list indentation in
670         muse-list-edit-minor-mode.
672 2007-07-27  Michael Olson  <mwolson@gnu.org>
674         * AUTHORS: Add new authors.
676         * README: Permit Muse to be called "Emacs-Muse".
678         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
680         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
681         involving list items that have an extra blank line in front.
683         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
684         and Emacs-Muse are the same thing.
686 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
688         * lisp/muse-context.el (muse-context-header): Put
689         starttext after the modules who must be in preamble.
690         (muse-context-markup-strings): Fixed mistake in begin-example and
691         end-example.
693         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
694         math environment in ConTeXt when centered: "$$ $$" has to be
695         "\startformula \stopformula".
697 2007-07-26  Michael Olson  <mwolson@gnu.org>
699         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
700         parentheses in URLs.
702 2007-07-24  Michael Olson  <mwolson@gnu.org>
704         * examples/QuickStart.muse (Images): Fix typo where some text
705         existed in the output but not in the example region.
706         (Source Code): Fix another typo.  Explain that publishing from
707         console or X can make a difference.
709         * lisp/muse-context.el (muse-context-pdf-program): New option that
710         determines the program to use for generating PDF files for
711         ConTeXt.
712         (muse-context-pdf-cruft): New option that specifies the extensions
713         of files to remove after generating PDF output successfully.
714         (muse-context-slides-header): Docfix.
715         (muse-context-pdf-generate): Use new options.
717         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
718         save-restriction call.  This was causing a world of hurt when
719         using <lisp> inside of <include>.
721         * texi/muse.texi (ConTeXt): New section that documents how to use
722         the ConTeXt publishing styles.
724 2007-07-23  Michael Olson  <mwolson@gnu.org>
726         * lisp/muse-context.el: New file that provides support for
727         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
728         de Bornier for his work on this.
730         * lisp/muse-docbook.el (muse-docbook-entities)
731         (muse-docbook-bibliography): Remove unneeded save-restriction use.
733         * lisp/muse-latex2png.el (muse-publish-latex-tag):
734         s/contex/context/.
736         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
737         (muse-latex-bibliography): Remove call to `widen', since it is not
738         needed anymore.  Remove unneeded save-restriction use.
739         ("slides", "slides-pdf"): Indent elements uniformly.
741 2007-07-22  Michael Olson  <mwolson@gnu.org>
743         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
744         * lisp/muse-mode.el (muse-insert-tag):
745         * lisp/muse-project.el (muse-read-project)
746         (muse-read-project-file):
747         * lisp/muse-publish.el (muse-publish-get-style): Use
748         muse-completing-read-function.
750         * lisp/muse-latex2png.el (muse-publish-latex-tag)
751         (muse-publish-math-tag): Allow the context style -- which I plan
752         to include soon -- to work with these tags.
754         * lisp/muse.el (muse-completing-read-function): New option that
755         determines which function to call when doing a completing-read.
757 2007-07-15  Michael Olson  <mwolson@gnu.org>
759         * lisp/muse-journal.el (muse-journal-html-entry-template)
760         (muse-journal-rdf-entry-template)
761         (muse-journal-rss-entry-template): Mention that this can be text
762         or a filename.
763         (muse-journal-rdf-entry-template, muse-journal-rss-header)
764         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
765         newlines to make the output look nicer.
766         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
767         Use muse-insert-file-or-string for the entry templates, rather
768         than muse-insert-markup.  This allows <lisp> and <markup> tags to
769         be acted on.  Thanks to Scott Hyde for the report.
770         (muse-journal-html-munge-buffer): Escape quote of the day using
771         entire-document specials before snarfing it.  Mark entire template
772         as read-only -- this fixes an incorrect escaping bug.  Remove
773         read-only properties before replacing template matches so that
774         they can still be escaped with entire-document specials later on.
775         (muse-journal-rss-munge-buffer): Make sure that title is escaped
776         properly.
777         (muse-journal-markup-tags): Rename from
778         muse-journal-latex-markup-tags, because we will use it for
779         journal-rss-entry as well.
780         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
781         end-quote-item.
782         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
783         html.
784         ("journal-latex", "journal-pdf", "journal-book-latex")
785         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
786         muse-journal-latex-markup-tags.
787         ("journal-rss-entry"): New style that is used by journal-rss and
788         journal-rdf to mark up individual entries.  It is needed so that
789         we can do something meaningful with the qotd tag.
790         (muse-journal-rdf-summarize-entries): Set this to nil by default,
791         because it is annoying.  Update docs to mention this.
792         (muse-journal-rss-summarize-entries): Docfix.
794         * lisp/muse-publish.el (muse-insert-file-or-string): Use
795         muse-publish-markup-header-footer-tags.  I'm not quite sure how
796         this change got reverted.
797         (muse-markup-tag-info): Make into a function.  Move common code
798         here, rather than duplicating it in two places.  Deal with case
799         where muse-publish-use-header-footer-tags is non-nil.
800         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
801         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
802         warning.
803         (muse-publish-use-header-footer-tags): New variable that indicates
804         whether we should use just the header and footer tags, rather than
805         the full set.
806         (muse-insert-file-or-string): Bind
807         muse-publish-use-header-footer-tags to t.
808         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
809         Simplify call to muse-markup-tag-info.
810         (muse-publish-mark-up-tag): Bind
811         muse-publish-use-header-footer-tags to nil.
813         * texi/muse.texi (Journal): Update for recent changes.
815 2007-07-14  Michael Olson  <mwolson@gnu.org>
817         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
818         delete the remainder of the buffer, since this causes the
819         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
820         the report and the suggested fix.
822         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
823         beginning of table-el regexp.  This fixes a bug where Muse stalls
824         when trying to publish a malformed table.  Thanks to Ye Wenbin for
825         the report and the suggested fix.
827 2007-07-12  Michael Olson  <mwolson@gnu.org>
829         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
830         default, rather than the empty string.  This really fixes the bug
831         that occurred when using Muse with muse-project-alist set to nil.
832         Thanks to Jonathan Underwood for the report.
833         (muse-wiki-update-interwiki-regexp): Set
834         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
835         defined.
836         (muse-wiki-handle-implicit-interwiki)
837         (muse-wiki-handle-explicit-interwiki): Handle case where
838         muse-wiki-interwiki-regexp is nil.
840 2007-07-10  Michael Olson  <mwolson@gnu.org>
842         * lisp/muse-mode.el (muse-grep): Abort search if the current
843         project contains no directories.
845         * lisp/muse-project.el (muse-project-file-alist): If
846         muse-project-alist is not defined, or project is nil, return nil
847         right away.  This ought to fix a bug that occurred when using Muse
848         with muse-project-alist set to nil.
849         (muse-project-of-file): Make sure muse-project-alist is not nil.
850         (muse-project-save-buffers): Make sure project is not nil.
852         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
853         case where muse-project-alist is nil.
855         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
856         for XEmacs, since color-theme.el is poorly behaved, and defines
857         its own replace-in-string.  Bad color-theme.el -- no cookie for
858         you.
860 2007-07-01  Michael Olson  <mwolson@gnu.org>
862         * Makefile (.PHONY): Update for new debian package rules.
864         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
866         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
867         Use save-restriction properly.
868         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
870         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
871         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
872         properly.
873         (muse-latex-bibliography): Re-indent.
875         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
876         higher.  This fixes an error at startup with some versions of
877         Emacs.
878         (muse-publish-cite-tag): Re-indent.
880         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
881         to the end of the link part, so as to exclude the description from
882         the match.  This fixes a bug with three-part links that have
883         descriptions.  Thanks to everyone who pointed it out.
885 2007-06-18  Michael Olson  <mwolson@gnu.org>
887         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
888         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
889         1.1 specific markup strings.
890         (muse-html-insert-anchor): Use 'anchor string, rather than
891         hard-coding it.  Thanks to Chris Corsair for the suggestion.
892         ("xhtml1.0"): New style that is an alias for the xhtml style.
893         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
895 2007-06-17  Michael Olson  <mwolson@gnu.org>
897         * examples/QuickStart.muse: Make images local so that the Info
898         version of this document works.  Add <example> for the Literal
899         paragraphs chapter, so that it is clear what is happening.
901         * Makefile: Add elpa target, which is used for building an ELPA
902         package for Muse.
904         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
905         building ELPA packages.
907         * examples/Makefile (%.html, %.pdf, %.info): Add message to
908         indicate what we are publishing.
909         (realclean distclean fullclean): Remove all TeX crud.
911         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
912         that the Info version of QuickStart can publish correctly.
914         * lisp/muse-latex.el (muse-latex-slides-header)
915         (muse-latex-lecture-notes-header): Docfix.
917         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
918         the list of things to ignore.
920         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
921         variable.
923         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
924         default to nil, since texinfmt.el is a serious nuisance.
925         (muse-texinfo-markup-strings): Add newlines to begin-example and
926         end-example.
927         (muse-texinfo-decide-specials): Also escape URL-type specials in a
928         whole slew of other contexts.
930         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
931         muse-xml.
933         * lisp/muse-xml.el (muse-xml-footer): Docfix.
935         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
937 2007-06-16  Michael Olson  <mwolson@gnu.org>
939         * etc/IDEAS.muse: Add some ideas from David D. Smith.
941         * examples/QuickStart.muse: Overhaul.
943         * lisp/muse-project.el (muse-project): Call the last part of a
944         muse-project-alist entry "Output styles" rather than "styles".
946         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
947         where we have a pipe character at the beginning of line.
949         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
950         causing tables to not be sorted at all.
952         * texi/muse.texi: Overhaul.  It would be too time-consuming to
953         list all of the changes here.  The "Getting Started" and
954         "Projects" chapters, in particular, were heavily revised.
956 2007-06-15  Michael Olson  <mwolson@gnu.org>
958         * NEWS: Update.
960         * examples/QuickStart.muse: Mention new features.
962         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
963         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
964         terminal, and C-c TAB is more important.  Most people will not
965         want to toggle images on and off that often.
967         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
968         C-i as well, so that it works in the terminal.
970         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
971         look a bit tidier when removing the region.
973         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
974         list regexp part before other parts.
975         (muse-ol-item-regexp): New regexp that specifies how to match an
976         ordered list item.
977         (muse-ul-item-regexp): New regexp that specifies how to match an
978         unordered list item.
979         (muse-table-field-regexp): New regexp that specifies how to match
980         a definition list entry.
982         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
983         lack of support for @headitem in texinfmt.el.
985         * lisp/muse.el: Wrap muse-line-beginning-position and
986         muse-line-end-position in `eval-and-compile', since they are now
987         used in muse.el.
988         (muse-list-item-type): Use a simpler algorithm for detecting which
989         kind of list item we have.  This fixes a bug where a number in a
990         definition list term was being detected incorrectly as an ordered
991         list item.  Fixes bug #6250.
992         (muse-forward-list-item): Get the entire line with the list item.
993         For some reason, Emacs 21 was not populating match 2 correctly,
994         unlike Emacs 22, so this workaround was needed.
996         * texi/muse.texi: (Keystroke Summary): Remove C-c
997         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
998         alternative keybinding to the C-c TAB stuff.  Mention
999         muse-colors-toggle-inline-images.
1001 2007-06-14  Michael Olson  <mwolson@gnu.org>
1003         * README: Mention that RelaxNG schema is in etc/ directory.
1005         * etc/emacs-wiki-migration.txt: New document that explains how to
1006         migrate from emacs-wiki to Muse.
1008         * etc/muse.rnc: Increment version number to 1.0.  Fix several
1009         nested emphasis and nested lists edge cases.  Move here from
1010         examples/.
1012         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
1013         same thing as C-c C-S-t, since the former works better in the
1014         console.  Thanks to Leo for the suggestion.
1016         * lisp/muse-publish.el (muse-publish-markup-table)
1017         (muse-publish-markup-table-el): Include a newline in the return
1018         string, so that paragraph detection does not get confused.
1020         * lisp/muse.el (muse-with-temp-buffer): Docfix.
1022         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
1023         keybinding.
1025 2007-06-13  Michael Olson  <mwolson@gnu.org>
1027         * etc/IDEAS.muse: Mark three-part-links item as done.
1029         * experimental/muse-message.el: Remove guard for muse-define-style
1030         calls.
1032         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
1033         markup rules were being interpreted in reverse order.  This should
1034         make implicit interwiki links work properly again.
1035         (muse-link-face): Strip anchor from end of a path, so that this
1036         works with anchors in interwiki links.
1037         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1038         when an image does not exist.
1040         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1041         anchors.
1042         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1043         interwiki links work.  Thanks to Jim Ottaway for the initial
1044         implementation.
1045         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1046         links work.
1048         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1049         about match 0.
1050         (muse-handle-explicit-link): Docfix: this does not modify the
1051         match data.
1052         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1053         that has the regexp in its car.
1055 2007-06-12  Michael Olson  <mwolson@gnu.org>
1057         * README: Document new etc/ directory.
1059         * etc/IDEAS.muse: Install things from new contributors just after
1060         the 3.03 release, since I won't have time to review the code
1061         before the release.  Move to new etc/ directory.  Slides
1062         publishing has been installed.
1064         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1065         determines the header to use for publishing slides.
1066         (muse-latex-lecture-notes-header): New option that determines the
1067         header to use for publishing lecture notes.
1068         (muse-latex-slides-markup-tags): New option containing tags to use
1069         when publishing slides.
1070         (muse-latex-permit-contents-tag): Move higher in file.
1071         (muse-latex-slide-tag): New function to publish the <slide> tag.
1072         ("slides", "slides-pdf"): New publishing styles that create slides
1073         using Beamer.
1074         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1075         create lecture notes using Beamer.
1077         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1078         since otherwise Planner is not happy when `plan' is called during
1079         init.  Remove stray quote from autoload snippet.
1081 2007-06-11  Michael Olson  <mwolson@gnu.org>
1083         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1084         autoload, rather than having it exist at top-level.  Thanks to Leo
1085         for the suggestion.
1086         (muse-update-file-extension): Docfix.
1088 2007-06-10  Michael Olson  <mwolson@gnu.org>
1090         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1091         URLs were being removed during publishing.  Thanks to everyone who
1092         reported this.
1094 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1096         * lisp/muse-book.el
1097         * lisp/muse-docbook.el
1098         * lisp/muse-latex.el
1099         * lisp/muse-publish.el: added support for <cite> element which
1100         denotes in-text citations
1102         * lisp/muse-html.el
1103         * lisp/muse-groff.el
1104         * lisp/muse-texinfo.el
1105         * lisp/muse-xml.el: added support for <cite> element (stub)
1107 2007-06-06  Michael Olson  <mwolson@gnu.org>
1109         * lisp/muse-regexps.el (muse-table-line-regexp)
1110         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1111         regexps so that they work with XEmacs 21.  Thanks to Adrian
1112         Tritschler for the report.
1114         * texi/muse.texi: Update copyright years.
1115         (HTML): Document muse-xhtml-style-sheet.  Thanks
1116         to thorne for noticing.
1117         (Development): Change archive year to 2006.  Thanks to Adrian
1118         Tritschler for noticing.  So *that's* why some people had the 2005
1119         version ....
1121 2007-06-05  Michael Olson  <mwolson@gnu.org>
1123         * Makefile (install-info): Remove $(MANUAL).info part, since this
1124         is taken care of already by texi/Makefile.  Thanks to Leo for the
1125         report.
1127         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1128         read-only properties to qotd contents, so that they don't get
1129         double-escaped.  Thanks to Leo for the report.
1131 2007-06-04  Michael Olson  <mwolson@gnu.org>
1133         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1134         -- that is, Tramp or ange-ftp -- file, then do not call
1135         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1136         Fixes bug #5115.
1138         * lisp/muse-html.el (muse-html-insert-contents): Add
1139         documentation.  Handle case where heading is read-only, but has
1140         muse-contents property.  Remove the muse-contents property for any
1141         heading we come across so as to avoid double-including an item in
1142         an outer table of contents.
1143         (muse-html-denote-headings): New function that denotes whether a
1144         heading is not read-only by adding the muse-contents property to
1145         it.
1146         (muse-html-munge-buffer): If we are not to generate contents,
1147         still denote headings, in case some outer layer wants to generate
1148         contents for our headings.  This should fix a bug with table of
1149         contents and the <include> tag.  Thanks to thorne for the report.
1151         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1152         muse-publish-generate-contents and set it to nil.  This should
1153         do the right thing when using <include> tags.
1155 2007-06-02  Michael Olson  <mwolson@gnu.org>
1157         * NEWS: Update for non-inlined image change and support for
1158         table.el style tables.
1160         * examples/Makefile (clean): Clean backup files.
1162         * examples/QuickStart.muse (Images): New section that describes
1163         how to inline and not inline images.
1165         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1166         touch images that have "URL:" in front of them.
1168         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1169         "URL:".  Use the identity function to resolve, since we don't want
1170         to rip "URL:" out while publishing, due to some magic that depends
1171         on that text.
1172         (muse-browse-url-url): New function that browses URLs that have
1173         "URL:" in front of them, by removing the "URL:" part and
1174         reprocessing the remainder.
1176         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1177         (muse-publish-url): Recognize images in the description before
1178         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1179         for the suggested workaround.
1180         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1181         default value.
1182         (muse-publish-classify-url): If target begins with "URL:" return
1183         type url.
1184         (muse-publish-strip-URL): New function that strips "URL:" from the
1185         beginning of a string.  This is used to remove URL: from the link
1186         description.  * texi/muse.texi (Markup Strings): Clarify the
1187         meanings of image-link, link, and link-and-anchor.
1188         (muse-publish-markup-regexps): Move normal table rule to 2350.
1189         Rule 2300 is now a regexp that matches table.el-style tables.
1190         (muse-publish-markup-functions): Add table-el entry.
1191         (muse-publish-table-el-table): New function that given a variant,
1192         publishes a table.el-style table using the table in the matched
1193         region.
1194         (muse-publish-markup-table-el): New function that determines
1195         whether the table.el-style table can be published, and what
1196         variant to use.
1198         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1199         the borders of table.el-style tables.
1201         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1202         the table has sufficient whitespace in front of it.
1204         * texi/muse.texi (Images): Update for new non-inlined image
1205         ability and provide example.
1207 2007-05-31  Michael Olson  <mwolson@gnu.org>
1209         * NEWS: Add example for setting `muse-html-table-attributes'.
1211         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1212         Publish multiple tbody tags if there is a horizontal separator
1213         after the heading, because that is valid HTML after all.
1215 2007-05-30  Michael Olson  <mwolson@gnu.org>
1217         * NEWS: Update.
1219         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1220         horizontal separators in tables.
1222         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1223         horizontal separators in tables.
1224         (muse-publish-trim-table): New function to remove initial and
1225         final blank columns from a table.
1226         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1227         with horizontal separators, aka "hlines".
1229         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1230         defines the syntax of a horizontal separator in a table.
1232         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1233         horizontal separators.  Publish header lines correctly.
1235         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1236         where we have nonnumbers as a row type.  This ignores sorting for
1237         hlines.
1238         (muse-xml-markup-table): Deal with horizontal separators.  If the
1239         markup supports table groups, make hlines separate table groups.
1240         Otherwise, ignore them, since they cannot be marked up.  Together,
1241         these changes allow us to support orgtbl-mode tables.  Thanks to
1242         Carsten Dominik for the suggestion.
1244 2007-05-26  Michael Olson  <mwolson@gnu.org>
1246         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1247         other things to be added to each generated style as well.  For
1248         example, this permits me to add
1249         :base-url "http://blog.mwolson.org/"
1250         for my blog.
1252 2007-05-25  Michael Olson  <mwolson@gnu.org>
1254         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1255         way of building Debian packages that preserves the original
1256         release tarball and is more modular.
1257         (debrevision, debrelease): Remove.
1258         (dist): No need to remove the debian/ directory, since it is now
1259         in its own branch.
1260         (debprepare): Copy over debian/ directory properly.
1262         * NEWS: Update.
1264         * examples/Makefile (clean): Remove QuickStart.texi, in case
1265         something went wrong during the build.
1266         (%.pdf): Publish the example using the normal pdf style, rather
1267         than info-pdf.
1269         * examples/QuickStart.muse: Add myself to the authors list.
1271         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1272         sufficient blank lines before the tag.
1274         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1275         we have sufficient blank lines before the tag.
1277         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1278         specifies the program to call in order to generate PDF content
1279         from LaTeX content.
1280         (muse-latex-pdf-cruft): New option that specifies the extensions
1281         of files to remove after generating PDF output successfully.
1282         (muse-latex-pdf-generate): Use these new options.  Work around the
1283         annoying edge case where a tilde character exists in the filename
1284         or directory path -- now this can only error out when the relative
1285         path from the output file to the source file contains a tilde,
1286         which is far less likely.
1288         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1289         muse-publish-ensure-block here after all, because <lisp> et al may
1290         occur inline as part of other things.
1292         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1293         occur after full-document escaping, rather than before.  This
1294         prevents automatically-inserted Texinfo code from being escaped.
1295         (muse-texinfo-pdf-generate): Rewrite to call
1296         `muse-latex-pdf-generate' with pdftex as the generating binary,
1297         because texi2pdf suffers irredeemably from the tilde edge case
1298         mentioned above.
1300 2007-05-24  Michael Olson  <mwolson@gnu.org>
1302         * NEWS: Drop vague entries and position interesting entries closer
1303         to the top of each section.  Update for new changes.
1305         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1306         and bzr metadata directories to the list of things to ignore.
1308         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1309         `muse-publish-ensure-block-tag', since we will use it for more
1310         than just tags.
1311         (muse-publish-markup-list, muse-publish-verse-tag)
1312         (muse-publish-quote-tag, muse-publish-example-tag)
1313         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1314         can occur when these types of markup occur immediately after a
1315         paragraph.  It's good to have defined behavior!
1317         * texi/muse.texi (Markup Strings): Mention new argument for
1318         link-and-anchor.
1320 2007-05-19  Michael Olson  <mwolson@gnu.org>
1322         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1323         published footnotes and footnote references.  Thanks to Scott
1324         Jaderholm for the idea.
1326         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1327         link-and-anchor, on the recommendation of the original submitter.
1329 2007-05-14  Michael Olson  <mwolson@gnu.org>
1331         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1332         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1333         suggestion.
1335         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1336         file extension as the fourth argument.
1338         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1339         Mention the new muse-el-logs mailing list.
1341 2007-05-13  Michael Olson  <mwolson@gnu.org>
1343         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1344         "\`" here.  This fixes a problem with publishing custom URLs.
1346 2007-05-12  Michael Olson  <mwolson@gnu.org>
1348         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1349         update the list if the current buffer is associated with a file.
1350         This fixes a bug with M-x muse-publish-region in a temporary
1351         buffer.
1353 2007-05-01  Michael Olson  <mwolson@gnu.org>
1355         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1356         properties from the published buffer, so that the results can be
1357         manually tweaked.
1359 2007-04-23  Michael Olson  <mwolson@gnu.org>
1361         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1362         find the footnote that goes with a reference, leave the reference
1363         as-is.  This fixes an error where control characters could be
1364         placed in a published document.
1366 2007-04-22  Michael Olson  <mwolson@gnu.org>
1368         * IDEAS.muse: Add muse-slides.el to list of things to include
1369         before release.
1371         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1372         character.
1373         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1374         catch/throw.
1375         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1376         fixes a bug with browsing woman:// links.
1378         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1379         where entry-dir has a trailing backslash.
1380         (muse-project-publish-file): If a style is malformed, skip it and
1381         display a warning message.  This should help people figure out
1382         where the problem is.
1384 2007-04-21  Michael Olson  <mwolson@gnu.org>
1386         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1387         yet-to-be-included "contex" publishing style, use "$$" rather
1388         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1389         this out.
1391 2007-04-20  Michael Olson  <mwolson@gnu.org>
1393         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1394         variable that causes the :before and :before-end hooks to be
1395         ignored when non-nil.
1396         (muse-publish-markup-region): Use it.  Also, guarantee that point
1397         is at end of region after publishing.
1398         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1399         variable.
1401 2007-04-19  Michael Olson  <mwolson@gnu.org>
1403         * IDEAS.muse: New file containing a list of ideas we have for new
1404         features, or patches that have yet to be applied.
1406         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1407         be so confusing.
1409         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1410         docstring.
1412         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1413         <literal> tags with muse-publish-literal-tag, rather than
1414         muse-publish-mark-read-only.
1415         (muse-publish-literal-tag): New function that publishes the
1416         <literal> tag.  It adds the ability to add the optional "style"
1417         and "exact" elements, which cause text to only be included if the
1418         current publishing style matches some criteria.  The text will be
1419         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1420         (muse-publish-mark-up-tag): Let the <markup> tag take the
1421         additional optional elements "style" and "exact", with much the
1422         same effect as the <literal> improvements, but after calling
1423         "function" or publishing the region first.  Make it possible to
1424         put <content> tags in <markup> regions in HTML publishing.
1426 2007-04-12  Michael Olson  <mwolson@gnu.org>
1428         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1429         that a blank line always exists after a heading.  This fixes a bug
1430         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1431         for the report.
1433         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1434         detection regexp to that which is used in Docbook and HTML
1435         publishing styles.
1437 2007-04-02  Michael Olson  <mwolson@gnu.org>
1439         * README (muse-el-announce): Make a listing of mailing lists,
1440         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1441         to Andreas Roehler for noticing.
1443 2007-04-01  Michael Olson  <mwolson@gnu.org>
1445         * lisp/muse-publish.el (muse-publish-date-format): Add
1446 `       customization type and group.
1447         (muse-publish-region): New interactive function that publishes a
1448         region to a new buffer.
1450         * texi/muse.texi: Use "document" rather than "manual".
1452 2007-03-31  Michael Olson  <mwolson@gnu.org>
1454         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1455         expression (muse-style-derived-p "latex" (muse-style "latex"))
1456         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1457         for the catch.
1459 2007-02-25  Michael Olson  <mwolson@gnu.org>
1461         * lisp/muse-publish.el (muse-publish-date-format): New option that
1462         specifies how to format the date when publishing Muse pages.
1463         Thanks to Thomas Gehrlein for the suggestion.
1464         (muse-publish-markup-buffer): Use it.
1466 2007-02-23  Michael Olson  <mwolson@gnu.org>
1468         * README: Add Prerequisites section to mention which versions of
1469         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1470         the suggestion.  Update link destination for Muse's page on
1471         emacswiki.org.
1473 2007-02-15  Michael Olson  <mwolson@gnu.org>
1475         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1476         be not just at beginning of line.  This fixes an error with the
1477         <class> tag.  Thanks to Jim Pivarski for the report.
1479 2007-02-14  Michael Olson  <mwolson@gnu.org>
1481         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1482         whether something is an image before checking to see if it is a
1483         URL.  Thanks to ITSUMI ken-ichi for the report.
1485 2007-02-13  Michael Olson  <mwolson@gnu.org>
1487         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1488         comments that have no text better.  Thanks to fang.lungang for the
1489         report.
1490         (muse-publish-markup-comment): Deal with case where no comment
1491         text is provided.
1493 2007-01-23  Michael Olson  <mwolson@gnu.org>
1495         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1496         that ensures that at least one blank line exists at the given
1497         position.  This is used to avoid paragraph detection problems when
1498         block-level tags like <example> immediately follow a paragraph.
1499         Thanks to Hans Ekbrand for the report.
1500         (muse-publish-example-tag): Use it.
1502 2007-01-19  Michael Olson  <mwolson@gnu.org>
1504         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1505         previous blank line if we are publishing in Latex.  Otherwise,
1506         that wouldn't be the right thing, so leave it be.
1508 2007-01-17  Michael Olson  <mwolson@gnu.org>
1510         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1511         multiple centered math lines on the same line; keep them on
1512         different lines.  Use \[ math-text \] instead of $$math-text$$,
1513         since the latter seems to be deprecated.  Thanks to Jody Klymak
1514         for the pointer.
1516 2007-01-15  Michael Olson  <mwolson@gnu.org>
1518         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1519         (muse-publish-math-tag): Publish region read-only when current
1520         style is Latex-derived, so that Muse does not escape it.
1521         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1522         surround the region with "$$" rather than "$".  This is the Muse
1523         syntax for something centered, so it should be a good fit.
1525 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1527         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1528         protocol.
1529         (muse-browse-url-man): Change man page URL format.  The code is
1530         simpler when the section is left inside parentheses.
1531         (muse-browse-url-woman): New function.
1533 2007-01-14  Michael Olson  <mwolson@gnu.org>
1535         * AUTHORS: Bookkeeping.
1537         * lisp/muse-latex2png.el: Associate <math> tag with
1538         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1539         Klymak for the report.
1540         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1541         characters, so they don't get escaped.
1543         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1544         make muse-style-derived-p easier to implement.
1545         (muse-style-derived-p): If the style is not provided, fetch it and
1546         check to see if the car is a string.  This should fix the other
1547         problem that was reported.
1549         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1550         explains a case where setting muse-file-extension to nil can cause
1551         unexpected behavior.
1553 2007-01-09  Michael Olson  <mwolson@gnu.org>
1555         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1556         comments higher priority than tags.  Thanks to Stefan van der Walt
1557         for the report.
1559 2007-01-08  Michael Olson  <mwolson@gnu.org>
1561         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1562         argument rather than calling match-string.  Thanks to Stefan van
1563         der Walt for the report.  This should fix a bug with publishing
1564         <include file="..." markup="example">.
1566 2007-01-06  Michael Olson  <mwolson@gnu.org>
1568         * Makefile (debclean): New rule split from debrevision and
1569         debrelease.
1570         (debbuild): Take distributor into account.
1572         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1573         vendor/distributor we are building for.
1575 2007-01-04  Michael Olson  <mwolson@gnu.org>
1577         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1578         line.
1580         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1581         point to muse-publish-src-tag by default, since <src> and
1582         <example> have different parameters.
1583         (muse-publish-src-tag): New barebones publishing function for
1584         <src>, which is superseded when publishing in an HTML-based style.
1586 2007-01-03  Michael Olson  <mwolson@gnu.org>
1588         * lisp/muse-html.el (muse-html-src-tag): Document.
1590         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1591         command that calls a given tag on the current buffer.  Attributes
1592         may be passed.
1593         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1594         it.
1595         (muse-publish-srcify-buffer): New function that allows
1596         markup="src" in the <include> tag.
1597         (muse-publish-get-and-delete-attr): New macro that gets an
1598         attribute from a list and removes the first instance of that
1599         attribute from said list.
1600         (muse-publish-markup-attribute): Handle markup="src".
1601         (muse-publish-command-tag, muse-publish-include-tag): Use
1602         muse-publish-get-and-delete-attr.  This allows the remaining
1603         attributes to be passed.
1605         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1606         as changes to <command> and <include>.
1608 2006-12-30  Michael Olson  <mwolson@gnu.org>
1610         * NEWS: Update.
1612         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1613         from muse-publish-math-tag to avoid conflict with
1614         muse-latex2png.el.
1616 2006-12-23  Michael Olson  <mwolson@gnu.org>
1618         * lisp/muse-latex2png.el: Update header, since this has been
1619         rewritten sufficiently to not need an assignment from the original
1620         author.
1621         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1622         (muse-latex2png): Use two underscores to separate prefix and hash.
1623         (muse-latex2png-region): New function split from
1624         muse-publish-latex-tag that can be used easily by other code.
1625         Detect whether we are using an HTML-based publishing style, and
1626         insert a simpler markup if we are not.  If we are using a
1627         Latex-based publishing style, do not generate an image, and leave
1628         the region alone.  Return the path of the generated image, in case
1629         other functions want to use this programmatically.
1630         (muse-publish-latex-tag): Set a default prefix based on the name
1631         of the current file.
1632         (muse-publish-math-tag): New tag that surrounds the region with
1633         "$" characters, so that it becomes a Latex math region, and then
1634         publishes it.
1636         * lisp/muse-publish.el (muse-style-derived-p): New function that
1637         returns non-nil if a given style, or the current style if omitted,
1638         is equal to or derived from the given base style.  This is useful
1639         in <lisp> tags, because it allows the user to specify markup that
1640         is only to be inserted for one particular style.
1642 2006-12-22  Michael Olson  <mwolson@gnu.org>
1644         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1645         (muse-html-src-tag): New function which publishes the <src> tag.
1646         Thanks to Clinton Ebadi and Charles Wang for the initial
1647         implementations.
1649         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1651 2006-12-21  Michael Olson  <mwolson@gnu.org>
1653         * examples/johnw/muse-johnw.el: Update for preferred
1654         muse-derive-style usage.  Rename to muse-init.el.
1656         * examples/mwolson/muse-init.el: Update.
1658         * lisp/muse-book.el (muse-book-publish): New function split from
1659         muse-book-publish-project.  This is used in the definitions for
1660         the book-latex and book-pdf styles.
1661         (muse-book-publish-p): New function split from muse-book-publish.
1662         (muse-book-get-directives): New function that retrieves the
1663         publishing directives from the given file.
1664         (muse-book-publish): Use muse-book-get-directives to set the title
1665         if no title was specified.
1667         * lisp/muse-project.el (muse-project): Add :publish-project entry
1668         to widget.
1669         (muse-read-project, muse-project-find-file): Message fix.
1670         (muse-project-publish-file-default): New function split from
1671         muse-project-publish-file.
1672         (muse-project-publish-file): Allow file-level publishing function
1673         to be specified by the :publish element.  The default is
1674         muse-project-publish-file-default.
1675         (muse-project-publish-default): New function split from
1676         muse-project-publish.
1677         (muse-project-publish): Allow project-level publishing function to
1678         be specified by :publish-project element.  The default is
1679         muse-project-publish-default.
1681         * lisp/muse-publish.el (muse-publish-file): Message fix.
1683         * texi/muse.texi (Book): Mention new way to publish books and
1684         provide an example, since the process may be non-obvious.
1686 2006-12-20  Michael Olson  <mwolson@gnu.org>
1688         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1689         content-modifying code from the rest of
1690         muse-docbook-finalize-buffer.
1692         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1693         muse-groff-finalize-buffer, since it adds content to the buffer.
1695         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1696         content-modifying code from the rest of muse-html-finalize-buffer.
1697         This fixes a bug when using <include> with <content> tags.
1699         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1700         (muse-journal-latex-munge-buffer)
1701         (muse-journal-rss-munge-buffer): Rename, since they add content to
1702         the buffer.
1704         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1705         muse-latex-finalize-buffer, since it adds content to the buffer.
1707         * lisp/muse-mode.el:
1708         * lisp/muse-project.el:
1709         * lisp/muse-publish.el:
1710         * lisp/muse.el: Fix recursive load error.
1712         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1713         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1715         * lisp/muse-wiki.el: Comment cleanup.
1717         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1719 2006-12-17  Michael Olson  <mwolson@gnu.org>
1721         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1722         Remove the definition of \comment, since Latex already has comment
1723         syntax.
1724         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1725         than our own.  Thanks to Ryan Stutsman for pointing this out.
1727 2006-12-02  Michael Olson  <mwolson@gnu.org>
1729         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1730         that this can generate a proper table of contents for Planner HTML
1731         publishing.
1733 2006-12-01  Michael Olson  <mwolson@gnu.org>
1735         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1736         using a very old Emacs, avoid an infinite loop that could occur
1737         when the regexp is an empty string.
1739 2006-11-26  Michael Olson  <mwolson@gnu.org>
1741         * NEWS: Bring up to date.
1743         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1744         list issues and multiple-stanza verse issues.  This takes care of
1745         all of the markup issues I was worried about.
1747         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1748         (muse-project-publish-private-files): New option that indicates
1749         whether files with private filesystem permissions should be
1750         published.  The default is to publish them, since it avoids
1751         confusion in new users.
1752         (muse-project-private-p): Use it.
1754 2006-11-19  Michael Olson  <mwolson@gnu.org>
1756         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1757         style is found, which means that the link is not a Muse page, do
1758         not add a suffix or prefix to it.  This should fix the
1759         "[[thing.owl]]" bug that Phillip Lord reported.
1761         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1762         removing unused 2nd argument.
1764 2006-11-17  Michael Olson  <mwolson@gnu.org>
1766         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1767         latex publishing where nested enumerated lists would be squashed
1768         together at the end.
1770 2006-11-16  Michael Olson  <mwolson@gnu.org>
1772         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1773         list embedded in a definition list look right.  This also allows
1774         for definitions to be separated from their terms, much like the
1775         way HTML does it by default, if the user puts a blank line or a
1776         line break between the term and the definition.  If the term and
1777         definition are on the same line, they will be that way in the
1778         output as well.
1780 2006-11-11  Michael Olson  <mwolson@gnu.org>
1782         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1783         for the report.
1784         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1786 2006-11-07  Michael Olson  <mwolson@gnu.org>
1788         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1789         release candidate for Muse 3.03, available.
1791         * NEWS: Update.
1793 2006-11-06  Michael Olson  <mwolson@gnu.org>
1795         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1796         following a relative link worked even when the path was incorrect.
1798 2006-11-04  John Sullivan  <john@wjsullivan.net>
1800         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1801         muse-follow-name-at-point to reduce collisions with other
1802         modes (Planner).
1804         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1806 2006-11-04  Michael Olson  <mwolson@gnu.org>
1808         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1809         optional, and make interwiki delimiter a regular rather than shy
1810         group.
1811         (muse-wiki-handle-implicit-interwiki): Rename from
1812         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1813         (muse-wiki-handle-explicit-interwiki): New function that is
1814         smarter about where an explicit link ends in a buffer.  This
1815         allows you to refer to page names with invalid Wiki characters,
1816         such as underscores and dashes, merely by enclosing them in double
1817         brackets.  Also, a bug with recognizing project names too loosely
1818         has been fixed.
1820 2006-11-03  Michael Olson  <mwolson@gnu.org>
1822         * lisp/muse-project.el (muse-project-page-file): Make relative
1823         links work as expected, hopefully.
1825         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1826         output style manually, since it will differ from anything in the
1827         publishing style list.
1829 2006-10-30  Michael Olson  <mwolson@gnu.org>
1831         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1832         grouping elements, since that no longer applies.
1833         (muse-colors-custom-tags): Explicitly match against
1834         muse-tag-regexp to get the match-data set the way we want.  This
1835         really fixes the <example> highlighting bug that Stefan reported.
1836         (muse-configure-highlighting): Set the original value to the
1837         symbol, not the modified value.  Re-use modified rules properly.
1839         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1840         introduced yesterday.
1842 2006-10-29  Michael Olson  <mwolson@gnu.org>
1844         * examples/mwolson: Update my example configuration.
1846         * NEWS: Update.
1848         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1849         without a regexp in the first position before iterating through
1850         them to build muse-colors-vector.  This fixes a bug with the
1851         display of <example> tags.  Thanks to Stefan Reichör for the
1852         report.
1854         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1855         files in projects to be linked to.
1857         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1858         to serve as a description for a URL, as long as it differs from
1859         the destination URL.  This fixes the description of WikPage links
1860         in PDF output.
1861         (muse-publish-link-file): Check to see whether the given link
1862         points at a valid file.  If so, return it.  Otherwise, apply other
1863         transforms like prefix and link suffix.
1865         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1866         "/", it is a file or directory, not a Muse page.  Thanks to
1867         Phillip Lord for the suggestion.
1869         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1870         of the current page as the local path, instead of duplicating the
1871         remote file's path.  This probably fixes at least one reported
1872         bug. since it's quite major.
1873         (muse-wiki-update-project-file-regexp)
1874         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1875         passed to regexp-opt, since that can cause Emacs 21 to throw an
1876         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1877         DOT edu for the report.
1878         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1880 2006-10-28  Michael Olson  <mwolson@gnu.org>
1882         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1883         (muse-project-resolve-link): If the given style does not have a
1884         link-suffix, default to suffix.  This fixes a bug I was noticing
1885         when linking to a file that was published in both PDF and HTML
1886         form.
1888         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1889         function that is used as a callback to determine the initial
1890         amount of indentation that the current dl item has.
1891         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1892         and the post-indent value, instead of trying to determine them
1893         both.
1894         (muse-publish-strip-list-indentation): New function stripped from
1895         `muse-publish-surround-text' for readability.
1896         (muse-publish-surround-text): Instead of taking a determine-indent
1897         value, take a determine-indent-func function, which is called just
1898         after finding the next list item.  If we are asked to determine
1899         the amount of indentation, concatenate indent and post-indent the
1900         first time around.  This effectively fixes all known definition
1901         list issues.
1903 2006-10-16  Michael Olson  <mwolson@gnu.org>
1905         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1906         other software -- namely, Planner -- can detect whether they are
1907         using a version of Muse that supports nested tags.
1908         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1909         muse-publish-goto-tag-end.
1911         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1912         Adapt for nested tags.
1914         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1915         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1916         this.
1918         * lisp/muse-publish.el (muse-publish-markup-tag)
1919         (muse-publish-quote-tag): Use muse-goto-tag-end.
1921         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1923 2006-10-15  Michael Olson  <mwolson@gnu.org>
1925         * AUTHORS: Bookkeeping.
1927         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1928         tag.
1930         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1931         tags.
1933         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1935         * lisp/muse-import-docbook.el (muse-import-docbook)
1936         (muse-import-docbook-files): Docfix.
1937         (muse-import-docbook-get-title): Remove cl.el-ism.
1939         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1941         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1943         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1945         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1946         (muse-next-reference, muse-previous-reference): Minor whitespace
1947         changes.
1948         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1949         the suggestion.
1951         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1953         * lisp/muse-publish.el (muse-publish-markup-tags)
1954         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1955         element and make 4th element determine whether tags are nestable.
1956         (muse-publish-goto-tag-end): New function that moves to the end of
1957         a tag.  Handle nested tags when NESTED is non-nil.
1958         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1959         5th element for function.
1960         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1961         this on several scenarios, and it seems to work.
1962         (muse-publish-surround-text): Accept new optional argument
1963         LIST-ITEM which determines the regexp to use for list items.  The
1964         default is to use muse-list-item-regexp.
1966         * muse.texi (Markup Tags): Mention nestable tags.
1968         * NEWS: Mention new files.
1970 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1972         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1973         into Muse format.
1975         * lisp/muse-import-xml.el: New file that provides helper routines
1976         for converting XML-ish files to Muse format.
1978 2006-10-10  Michael Olson  <mwolson@gnu.org>
1980         * NEWS: Update for 3.02.7 bugfix release.
1982 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1984         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1985         using the value in the muse #date directive.
1986         (muse-blosxom-use-metadate): New option that determines whether or
1987         not to use the #postdate directive.
1988         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1989         metadate plugin format.
1991 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1993         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1994         recognised URLs.
1996         * muse.texi: Clarify handling of implicit links by mentioning
1997         which characters can prevent Muse from recognizing something as an
1998         implicit link.
2000 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
2002         * lisp/muse-mode.el (muse-next-reference)
2003         (muse-previous-reference): Fix bug #6367 by moving point to the
2004         beginning of the link.
2006 2006-09-26  Michael Olson  <mwolson@gnu.org>
2008         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
2009         beginning-of-line.  This should fix a bug that was noticed in
2010         recent Emacs 22 builds.
2012         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
2013         eval-and-compile block to avoid a compiler warning.
2015 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
2017         * lisp/muse-backlink.el (muse-backlink-split-string):
2018         Compatibility with Emacs versions < 22
2019         (muse-backlink-pending): New internal variable
2020         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
2021         that backlinks are inserted at the right time.
2022         (muse-backlink-insert-hook-func): Remove unwind-protection; check
2023         for pending backlink, and that this is the targe page.
2024         (muse-backlink-handle-link): Don’t handle the link if we are
2025         already handling one. Return the link as well as the parent links.
2027 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
2029         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
2030         #6942 - muse-blosxom-new-entry fails when using tags.
2032 2006-09-14  Michael Olson  <mwolson@gnu.org>
2034         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
2035         compiler warning.
2037 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2039         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2040         function: Protect all wikiwords from START to END from further
2041         processing.
2042         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2044 2006-09-13  Michael Olson  <mwolson@gnu.org>
2046         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2047         adopted from Jim Ottaway's patch.  It removes links from the
2048         heading, and then marks the region read-only to inhibit WikiWord
2049         detection.
2051 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2053         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2054         special handling for headings.
2055         (muse-texinfo-remove-links): New function that removes explicit
2056         links from the given strings, replacing them with a description.
2058 2006-09-11  Michael Olson  <mwolson@gnu.org>
2060         * muse.texi (Getting Help and Reporting Bugs): Mention the
2061         muse-el-internationalization mailing list.
2063         * lisp/muse.el (muse-path-sans-extension): New function that acts
2064         like file-name-sans-extension, but guarantees to never modify the
2065         directory part of the path.  Thanks to Evan Monroig for
2066         investigating this.
2068         * lisp/muse-book.el (muse-book-publish-project): Use
2069         muse-path-sans-extension instead of file-name-sans-extension.
2071         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2072         Ditto.
2074 2006-08-30  Michael Olson  <mwolson@gnu.org>
2076         * muse.texi (Blosxom Requirements): Fix typo.
2078         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2079         directories for bzr and darcs.
2081         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2082         contrib/pyblosxom/getstamps.py: Update version and headers.
2084 2006-08-27  Michael Olson  <mwolson@gnu.org>
2086         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2087         nil values before they get to mapconcat.  This fixes a lockup when
2088         muse-wiki-match-all-project-files is nil.
2090         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2091         (muse-wiki-ignore-implicit-links-to-current-page)
2092         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2093         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2094         (muse-wiki-publish-small-title-words)
2095         (muse-wiki-publish-pretty-title): Docfix.
2096         (muse-wiki-update-local-wikiword-regexp): Rename from
2097         muse-wiki-update-local-wikiword-regexp.  Set
2098         muse-wiki-project-file-regexp instead of
2099         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2100         take muse-wiki-use-wikiword into account, since this is a
2101         different concept now.
2102         (muse-wiki-update-wikiword-regexp): Remove.
2103         (muse-wiki-wikiword-regexp): In-line the :set function.
2104         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2106 2006-08-26  Michael Olson  <mwolson@gnu.org>
2108         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2109         for indented list items, ignore blank lines.
2111         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2112         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2113         mapconcat.  This should hopefully fix a problem with large amounts
2114         of files with spaces in their name.  Thanks to Greg Detre for the
2115         report.
2117 2006-08-24  Michael Olson  <mwolson@gnu.org>
2119         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2120         numbers from the argument to format-time-string.  This fixes an
2121         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2123 2006-08-18  Michael Olson  <mwolson@gnu.org>
2125         * lisp/muse-project.el (muse-project-file-entries): Since we are
2126         given a full path, match against the filename as well.  This fixes
2127         an issue where backup files were being added to the file alist.
2129         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2130         from muse-html.el.
2132 2006-08-12  Michael Olson  <mwolson@gnu.org>
2134         * Makefile (.PHONY): Don't use line continuations.
2135         (realclean fullclean): Call realclean in subdirs, not distclean.
2136         (distclean): Don't call realclean, since this would wipe out our
2137         autoloads file.
2138         (dist): Use correct path to autoloads file.
2140         * NEWS: Catch up with the latest changes.
2142         * experimental/Makefile (.PHONY): Wrap long line.
2144         * lisp/Makefile (distclean): Do the same thing as "clean", not
2145         "realclean".
2147         * lisp/muse-project.el (muse-project-get-applicable-style):
2148         Indentation tweak.
2149         (muse-project-ignore-regexp, muse-project-recurse-directory):
2150         Docfix.
2151         (muse-project-of-file): Try the ignored files regexp against the
2152         base filename as well as the entire path.
2154         * lisp/muse-publish.el (muse-publish-this-file): Display message
2155         if the buffer is not associated with any file, so that we avoid
2156         errors later on.
2157         (muse-publish-url-desc): New function taken from muse-publish-url
2158         that causes a URL description to be transformed.
2159         (muse-publish-url): Call muse-publish-url-desc on either the
2160         description or the original URL if it will be used as a
2161         description.  Accept the original URL as an argument, in case it
2162         was transformed earlier.
2163         (muse-publish-insert-url): Pass original URL as an argument.
2164         (muse-publish-markup-link): Make this somewhat easier to follow.
2165         Pass original URL as argument.
2166         (muse-publish-get-style): If the same style is used to publish to
2167         two different directories, prompt the user for which directory to
2168         use.
2169         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2170         latest changes.
2171         (muse-publish-markup-url): Pass original URL as an argument.  This
2172         fixes the "nil" description for bare URLs that was in 3.02.91.
2173         Nothing like finding a bug just after completing the announcement
2174         of a release.
2176         * lisp/muse.el: Use defalias whenever convenient.
2177         (muse-version): Set version to 3.02.92 (3.03 RC2).
2179 2006-08-10  Michael Olson  <mwolson@gnu.org>
2181         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2182         style does not derive from any other class, return `t' here.
2183         This, along with the corresponding change to muse-publish.el,
2184         fixes a problem with the table of contents getting inserted
2185         multiple times for custom html-based styles.
2186         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2187         smarter method for table centering that works with XHTML.
2189         * lisp/muse-latex2png.el Rename all functions to have a
2190         "muse-latex2png" prefix.  Turn all variables into customizable
2191         options in the muse-latex2png group.
2192         (muse-latex2png-img-dest): New option specifying where to place
2193         the images.
2194         (muse-latex2png-template): New option containing the template to
2195         use for the surrounding LaTeX code.
2196         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2197         compliance.
2198         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2199         messages when something else goes wrong.  Create the image
2200         subdirectory if it doesn't exist already -- thanks to Christian
2201         Straßer for the report.  Expand the filename properly.
2202         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2203         and filename expansion.
2204         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2205         the default directory properly.
2207         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2208         do not run the same function twice.
2210 2006-08-08  Michael Olson  <mwolson@gnu.org>
2212         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2213         introduced wrong-type-argument error.
2215         * lisp/muse-html.el (muse-html-markup-strings)
2216         (muse-xhtml-markup-string): Cause table definition that contains
2217         image to be center-aligned.  This should fix an issue with images
2218         not being centered when captions are very long.
2220         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2221         whitespace from fields once we have split them up.
2223         * lisp/muse.el (muse-trim-whitespace): New function that strips
2224         leading and trailing whitespace from a string.
2226 2006-08-07  Michael Olson  <mwolson@gnu.org>
2228         * NEWS: Update through patch-95.
2230         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2231         to match the tags.
2232         (muse-colors-explicit-link): Show images in link descriptions if
2233         inlined images are enabled.
2235         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2236         definitions for 'image-with-desc, 'image, and 'image-link.
2237         (muse-docbook-markup-paragraph): If an inlined image begins a
2238         paragraph, insert <para> before it.
2239         (muse-docbook-fixup-images): New function that upper-cases the
2240         "format" attribute of the <imagedata> tag.
2241         (muse-docbook-finalize-buffer): Call it.
2243         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2244         with descriptions as centered tables, with a centered caption
2245         underneath.  The resulting look is consistent with the way that
2246         they are published in the LaTeX style.  Thanks to Jody Klymak for
2247         the suggestion.
2248         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2249         valid way to center a table.
2250         (muse-html-markup-paragraph): Use class="image" instead of
2251         "image-link" for paragraphs that start with an embedded image.
2253         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2254         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2255         suggestion.
2256         (muse-latex-markup-specials-image): New option that enables
2257         escaping of specials in images.  This was split from the URL
2258         specials.
2259         (muse-latex-decide-specials): Handle 'image context.
2260         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2261         of relying on caller to do this for us.
2263         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2264         'image context.
2265         (muse-publish-url): Use 'image context for images.  Use 'image
2266         instead of 'image-link and 'image-link in place of
2267         'url-with-image.  Separate the image file from its extension so
2268         that docbook and texinfo can publish images correctly.
2269         (muse-publish-markup-link): Don't force a description if one is
2270         not given.  This fixes a bug where images without descriptions
2271         were being published as 'image-with-desc instead of 'image.
2273         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2274         images the same as URLs.
2275         (muse-texinfo-markup-strings): Improve image markup to achieve an
2276         effect similar to that of the LaTeX publishing style.  Simplify
2277         'url string.
2279         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2281         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2282         when we have to use the custom version of this function.
2284         * muse.texi (Images): Explain how to toggle inlining of images and
2285         give better examples.  Mention captions and that captioned images
2286         should not be used inside of text paragraphs.
2287         (Markup Strings): Bring up-to-date with the changes made since
2288         3.02.
2290 2006-08-06  Michael Olson  <mwolson@gnu.org>
2292         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2293         in the Emacs source tree.
2295         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2296         in the Emacs source tree.
2298         * ChangeLog.3: New file created from the old ChangeLog.
2300         * Makefile.defs (VERSION): Set to 3.02.91.
2302         * NEWS: Update through patch-84.
2304         * lisp/muse.el (muse-version): Set to 3.02.91.
2306         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2307         attributes.
2308         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2309         delimiter are instead of hard-coding it.
2311         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2312         (muse-mode): Make filling definition lists work better.  This
2313         should fix #5359.
2315         * lisp/muse-publish.el (muse-style-run-hooks): Use
2316         `muse-style-element' instead of `muse-get-keyword' here.  This
2317         should fix #6399.
2319         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2321 See ChangeLog.3 for earlier changes.
2323 ;; Local Variables:
2324 ;; coding: utf-8
2325 ;; End: