Try to fix issue with changing directory in LaTeX and ConTeXt styles
[muse-el.git] / ChangeLog
blob88b18c24c81302131525bcf0957c825c252d0630
1 2007-09-23  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-context.el (muse-context-pdf-generate): Change
4         default-directory instead of calling "cd" in the command.
6         * lisp/muse-latex.el (muse-latex-pdf-generate): Change
7         default-directory instead of calling "cd" in the command.  This
8         should fix a bug with Windows.  Thanks to Jia Ye for the report.
10 2007-09-22  Michael Olson  <mwolson@gnu.org>
12         * AUTHORS: Bookkeeping.
14         * NEWS: Add entry for the LaTeX image filename escaping changes.
16         * examples/mwolson/templates/header.tex: Update for recent
17         changes.
19         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
20         the tag ends at the end of a line.  If not, do not use "$$" to
21         publish it.  Thanks to Darlan Cavalcante Moreira for the
22         suggestion.
24         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
25         (muse-latex-slides-header, muse-latex-lecture-notes-header):
26         Escape specials in the title.  Define a museincludegraphics
27         command, which is able to handle escaped special characters in
28         image filenames.  Thanks to Karl Berry for providing this.
29         (muse-latex-markup-strings): Use museincludegraphics instead of
30         includegraphics in all image-related markup.  Move the width
31         specification over to the museincludegraphics command, rather than
32         specifying it explicitly.  This allows people to change this
33         information in their headers.
34         (muse-latex-markup-specials-image): Escape backslashes, "#", and
35         pipe characters in image filenames.
37         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
38         byte-compiler warning.
40         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
41         Also, update the value of muse-current-project for all Muse
42         buffers, even if they are new.  This should be more intuitive.  I
43         don't think there are any cases where developers will want this
44         value to be nil.
45         (muse-replace-regexp-in-string): Fix byte-compiler warning.
47         * texi/muse.texi (LaTeX): Mention grffile.sty.  Thanks to Karl
48         Berry for the tip.
50 2007-09-19  Michael Olson  <mwolson@gnu.org>
52         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
53         code, since it is not needed in any version of Emacs we support,
54         and it also has a couple of bugs that I don't want to waste time
55         fixing.
57 2007-09-18  Michael Olson  <mwolson@gnu.org>
59         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
60         paragraphs next to headings.  Thanks to Gregory Collins for the
61         initial patch, which I modified.
63 2007-09-17  Michael Olson  <mwolson@gnu.org>
65         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
66         message about how images are now displayed.
68 2007-09-10  Michael Olson  <mwolson@gnu.org>
70         * Makefile (elpa): Use texi/dir-template rather than echoing lines
71         to the ELPA dir file for Muse.
73         * texi/dir-template: New file containing template to use when
74         making ELPA dir files.  This fixes a corrupt dir file bug for the
75         Muse ELPA package.  Thanks to Tom Tromey for the report.
77 2007-09-06  Michael Olson  <mwolson@gnu.org>
79         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
80         class tags were not working.  We move to just after the beginning
81         of the first class tag, so that we can detect any remaining class
82         tags.  Thanks to Florian Beck for the report.  Fix error that
83         occurred when class tag has no name element.  Thanks to Peter
84         Baranyi for the report.  The correct behavior in this case is to
85         not publish the tag at all.
87         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
88         arguments were not being detected properly.
90 2007-09-05  Michael Olson  <mwolson@gnu.org>
92         * lisp/muse-context.el (muse-context-decide-specials): Add
93         footnote.
95         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
97         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
98         'footnote in docstring.
99         (muse-publish-markup-footnote): Minor docstring fix.  Escape
100         footnote text properly.  Thanks to Jean Magnan de Bornier for
101         noticing.
102         (muse-publish-url): When checking to see if this is just a plain
103         URL without a description, compare the strings as they were before
104         doing escaping.  This fixes a bug where plain URLs could sometimes
105         be published as if they were URLs with descriptions.
107         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
108         footnote.
110 2007-08-29  Michael Olson  <mwolson@gnu.org>
112         * lisp/muse.el (muse-update-values): Reset the value of
113         muse-current-project in all Muse buffers.  This updates the rules
114         in case you want to publish a file after changing its associated
115         muse-project-alist entry.
117 2007-08-27  Michael Olson  <mwolson@gnu.org>
119         * lisp/muse.el (muse-update-values): New function that the user
120         can call after changing muse-project-alist, in order to update
121         various autogenerated values.
123         * texi/muse.texi (Keystroke Summary): Document it.
125 2007-08-25  Michael Olson  <mwolson@gnu.org>
127         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
128         to Karl Berry for reporting this.
130         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
131         browsing anchors that come after a link to them.
133         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
134         Karl Berry for reporting this.
136 2007-08-24  Michael Olson  <mwolson@gnu.org>
138         * Release Emacs Muse 3.11.
140         * AUTHORS: Add new authors for contrib files.
142         * NEWS: Add entries for Muse 3.11.
144         * README: Mention that contents of contrib/blosxom and
145         contrib/pyblosxom have different licenses than the rest of Muse.
147         * contrib/blosxom/getstamps.pl: New file that implements fetching
148         timestamps from published Muse files and placing them in a single
149         timestamps file.  That file can then be used by blosxom's metadate
150         plugin.  Thanks to Michael Welle for providing this file, as well
151         as instructions on how to use Muse with Blosxom.
153         * contrib/blosxom/metadate_0_0_3: New file implementing the
154         metadate plugin for blosxom.
156         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
157         to assume that the original author wanted this to be distributed
158         with Pyblosxom, and hence use the MIT license like the rest of
159         Pyblosxom.
161         * contrib/pyblosxom/hardcodedates.py: Add license text.
163         * contrib/pyblosxom/make-blog: Change license text to be "This
164         file may be used, distributed, and modified without restriction."
166         * contrib/pyblosxom/metadate.py: New file that implements the
167         PyBlosxom metadate plugin.  Since this can no longer be found at
168         the original author's website, I have included it with Muse.
170         * lisp/muse-blosxom.el: Update location of metadate plugin in
171         header.
173         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
174         docstring.
176         * texi/muse.texi (Blosxom Requirements): Organize information by
177         subheading and subsubheading, and document how to use the metadate
178         plugin.  Briefly document using Blosxom to serve Muse entries.
180 2007-08-23  Michael Olson  <mwolson@gnu.org>
182         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
183         title just before extracting it.
185         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
186         that removes footnotes from headers, since they are invalid in
187         LaTeX.
188         (muse-latex-munge-buffer): Call it.
190         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
191         specials here.  This fixes a bug involving links in headings.
193         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
194         some edge cases.
195         (muse-update-file-extension-after-init): Temporarily bind
196         muse-file-extension to "muse", so that muse-update-file-extension
197         knows what the old value was.  This should fix a bug reported by
198         Jean Magnan de Bornier.
200 2007-08-21  Michael Olson  <mwolson@gnu.org>
202         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
203         url, link, and link-and-anchor look better in texi2html output.
204         Thanks to thorne for the report.
206 2007-08-20  Michael Olson  <mwolson@gnu.org>
208         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
209         escape characters rather than discard them.  Use muse-regexp-alnum
210         rather than listing out the characters and numbers.  Thanks to
211         Shunsuke OKANO for the report.
212         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
213         used when generating a summary.
215 2007-08-19  Michael Olson  <mwolson@gnu.org>
217         * examples/mwolson: Update my example settings.
219         * lisp/muse-colors.el (muse-colors-region): Bind
220         muse-colors-region-end to the end of the last line.  This avoids a
221         bug where lines that had emphasis would suddenly become
222         unhighlighted when moving around the buffer.
224         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
225         involving paragraphs after literallayout markup, which is used in
226         <verse> tags.  Thanks to Shunsuke OKANO for the report.
228         * lisp/muse-html.el (muse-html-src-tag): Use
229         muse-delete-and-extract-region.
231         * lisp/muse-import-xml.el: Add require statement.
232         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
234         * lisp/muse-protocols.el (muse-browse-url-man): Add require
235         statement.
236         (muse-browse-url-woman): Add require statement.
238         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
239         bug in definition list publishing.  We were skipping past the
240         initial indented line, and that was causing an erroneous
241         blockquote to be inserted.  This alone merits a new release.
243         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
244         XEmacs' return value for shell-command.
246         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
247         function to deal with XEmacs' lack of the
248         delete-and-extract-region function.
250 2007-08-18  Michael Olson  <mwolson@gnu.org>
252         * AUTHORS: Update.
254         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
255         copy-tree to copy-alist, since Emacs21 does not have the former,
256         and the latter does what we want.
258         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
259         have derived-mode-p in subr.el like Emacs22 does.
261 2007-08-17  Michael Olson  <mwolson@gnu.org>
263         * etc/muse.rnc: Add the <cite> tag.
265         * lisp/muse-context.el (muse-context-slides-header): Clarify what
266         "mystyle" is.
268         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
269         <cite type="something">.  We'll leave it to the post processing
270         tools to interpret that.
272         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
273         directives.
274         (Citations): New section that explains further how to use the
275         <cite> tag.  The text was taken from Marcus Hoenicka's
276         documentation at http://refdb.sourceforge.net/muse.html and
277         modified.
278         (Tag Summary): Link to the Citations section in the entry for
279         <cite>.
280         (ConTeXt): Update the documentation for
281         muse-context-slides-header.
283 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
285         * lisp/muse-context.el (muse-context-slides-header): Use #module
286         directive, if it is provided.
287         (muse-context-slides-header): Mention how to use #module.
289 2007-08-16  Michael Olson  <mwolson@gnu.org>
291         * Release Emacs Muse 3.10.
293         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
294         (upload): Don't depend on release rule.
296         * NEWS: Document remaining changes.
298 2007-08-15  Michael Olson  <mwolson@gnu.org>
300         * NEWS: Document items through 2007-08-12.
302         * lisp/muse-colors.el: Split the muse-directive-or-comment
303         property into two separate properties that are muse-directive and
304         muse-comment.
305         (muse-colors-region-end): Make buffer-local.
306         (muse-colors-delayed-commands): New variable that contains a list
307         of commands to run immediately after highlighting.  This is meant
308         to allow highlighting functions to delay code until later.
309         (muse-colors-region): Apply commands in
310         muse-colors-delayed-commands.
311         (muse-colors-inhibit-tags-in-directives): New variable that
312         determines whether tags are allowed in directives.
313         (muse-colors-custom-tags): Take
314         muse-colors-inhibit-tags-in-directives into account.
315         (muse-unhighlight-region): Remove muse-directive and muse-comment
316         properties.
317         (muse-colors-title): Modify muse-colors-delayed-commands.
318         (muse-colors-title-lisp): New command that gets called after
319         highlighting other things.  This interprets <lisp> tags, and is
320         passed arguments specifying the beginning and end of the region.
321         Thanks to Junichi Uekawa for the report.  The reason we want to do
322         things this way is because this is the behavior we get already
323         when publishing the page.
325         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
326         property rather than muse-directive-or-comment.
328 2007-08-14  Michael Olson  <mwolson@gnu.org>
330         * lisp/muse-colors.el: Document all functions and variables.
331         (muse-colors-emphasized, muse-colors-underlined)
332         (muse-colors-verbatim, muse-colors-custom-tags)
333         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
334         on comments or the #title directive.
335         (muse-colors-markup): Add comment rule.
336         (muse-colors-implicit-link): Only remove flyspell overlay after we
337         decide whether this is an implicit link, rather than before.
338         (muse-colors-title): Add the muse-directive-or-comment property.
339         (muse-colors-comment): New function that colorizes comments using
340         font-lock-comment-face.
341         (muse-colors-region-end): New variable indicating the end of the
342         region that is currently being font-locked.  This removes the need
343         for an ugly "defvar end" hack.
344         (muse-colors-emphasized, muse-colors-underlined)
345         (muse-colors-verbatim): Use it.
346         (muse-colors-region): Let-bind it.
348         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
349         docstring.
351         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
352         specials in heading now, rather than waiting on the whole-document
353         pass later on.  This lets <contents> generation work without
354         validation errors.  Thanks to Reid van Melle for the report.
356         * texi/muse.texi (Tag Summary): Document <cite> tag.
357         (Miscellaneous): New chapter containing "Muse List Edit Minor
358         Mode" section.
359         (Muse List Edit Minor Mode): New section that documents
360         muse-list-edit-minor-mode.
361         (Development): Mention the MuseDevlopment page on emacswiki.org.
363         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
364         font-locking and the end or beginning of a tag is in a comment or
365         directive.
367 2007-08-12  Michael Olson  <mwolson@gnu.org>
369         * lisp/muse-html.el (muse-html-strip-links): New function that
370         strips HTML links from a string.
371         (muse-html-insert-contents): Use it, instead of
372         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
373         involving the use of <sup> in section titles.
375         * lisp/muse-project.el (muse-project-resolve-directory): New
376         function that figures out the directory part of the path that
377         provides a link to a page.
378         (muse-project-resolve-link): Expand docstring.  Use the new
379         function.  Don't call muse-publish-link-file, because that does
380         the wrong thing when we have muse-file-extension set to nil.
381         Thanks to Sebastian Obermanns for the report.
382         (muse-project-publish-this-file): Let-bind muse-current-project.
383         Also, if the file is not associated with a project, fall back to
384         muse-publish-this-file.
385         (muse-project-set-variables): Add this to
386         muse-before-publish-hook, so that it gets called.  This fixes a
387         bug where project-specific variables were being used in Muse mode,
388         but ignored when publishing.
390         * lisp/muse-publish.el (muse-publish-link-name)
391         (muse-publish-link-file, muse-publish-link-page): Add docstrings
392         so that I can remember what each of these things do.
393         (muse-publish-strip-tags): Remove, since it is no longer used.
394         (muse-publish-cite-tag): Don't let-bind
395         muse-publishing-directives, because there is no need to do so.
396         Fix code indentation.
397         (muse-publish-markup-attribute): Avoid multiple evaluation of
398         attrs argument, in case it is list value instead of a symbol.  Use
399         sexp instead of form in the edebug-form-spec.
400         (muse-publish-include-tag): Make a full copy of
401         muse-publishing-directives, since it can be modified with setcdr.
402         This fixes a bug where #title and some other directives were
403         leaking out of an included region.
404         (muse-publish-mark-up-tag): Don't let-bind
405         muse-publishing-directives, because there is no need to do so.
407         * lisp/muse.el (muse-page-name): Improve docstring.
409         * texi/muse.texi (Development): Mention the http method for
410         anonymous git access to the shared repo.
412 2007-08-10  Michael Olson  <mwolson@gnu.org>
414         * Makefile (dist, debprepare): Use git instead of tla.
416         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
418         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
419         Use muse-insert-file-contents.
421         * experimental/muse-split.el (muse-publish-file)
422         (muse-publish-presplit-publish, muse-publish-no-split-function)
423         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
424         muse-insert-file-contents.
426         * lisp/muse-book.el (muse-book-publish-chapter)
427         (muse-book-get-directives): Use muse-insert-file-contents.
429         * lisp/muse-http.el (muse-http-render-page): Use
430         muse-insert-file-contents.
432         * lisp/muse-poem.el (muse-poem-markup-tag): Use
433         muse-insert-file-contents.
435         * lisp/muse-publish.el (muse-insert-file-or-string)
436         (muse-publish-file, muse-publish-include-tag)
437         (muse-published-contents): Use muse-insert-file-contents.
439         * lisp/muse.el (muse-insert-file-contents): New function that
440         inserts a file with character code conversion, but none of the
441         other frivolities.  Since insert-file-contents-literally does not
442         do character code conversion, it is not suitable for us.
443         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
444         than insert-file-contents-literally.
446 2007-08-09  Michael Olson  <mwolson@gnu.org>
448         * lisp/muse.el (muse-write-file): Pay attention to
449         coding-system-for-write and save-buffer-coding-system.  This
450         should fix a recently-introduced bug with writing Muse pages in
451         different coding systems.
453 2007-08-08  Michael Olson  <mwolson@gnu.org>
455         * README (Prerequisites): Fix typo.
456         (Compilation, Installation): Update.
457         (Documentation, Further Documentation): Update URLs.
458         (Further Documentation): Add quick blurb on how to participate in
459         Muse development or track changes.
461         * texi/muse.texi (Releases): Use gna.org URL for downloading the
462         latest release, rather than my website.
463         (Development): Change instructions to use git instead of
464         Arch. Mention where to get a Windows binary for git.  Improve the
465         look of the listing.  Add section with instructions for Becoming a
466         Muse developer.
467         (Installation): Update instructions for Makefile.defs.default and
468         XEmacs.  Add index entries.  Add section for ELPA, since Muse
469         ought to be distributed in ELPA after the 3.10 release.  Fix typo
470         and clarify wording.
472 2007-08-06  Michael Olson  <mwolson@gnu.org>
474         * texi/muse.texi: Make sure that attributes are marked up with
475         @option{} rather than @code{} or @samp{} for consistency.
476         (Journal): Add "muse-project-alist-considerations" subheading,
477         along with a mention of :base-url.
479 2007-08-05  Michael Olson  <mwolson@gnu.org>
481         * .gitignore: Add texi/muse.html and the DVC log edit file.
483         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
484         Turn this into something that can be called like a command, due to
485         needing to deal with XEmacs, which has different argument order.
486         Thanks to Terrence Brannon for the report.
488         * lisp/muse-project.el (muse-project-of-file): Simplify by using
489         catch, throw, and dolist.  Look for exact matches before
490         considering any subdirectories.  If no exact matches are found,
491         then pick the longest match.
493         * lisp/muse.el (muse-sort-by-rating): Mention default test in
494         documentation.
496         * scripts/muse-build.el: Avoid interference from VC.el in the
497         build process.
499         * texi/Makefile (install): Call install_info.
501 2007-08-03  Michael Olson  <mwolson@gnu.org>
503         * lisp/muse-project.el (muse-project-applicable-styles): Remove
504         useless argument ignore-regexp.  Use saner logic.  This fixes a
505         bug where a file could potentially not exist but still appear in
506         the used-styles list.  Thanks to John Wiegley for the fix.
507         (muse-project-publish-file): Don't take ignore-reegxp argument.
509 2007-08-02  Michael Olson  <mwolson@gnu.org>
511         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
512         VC when publishing files in batch.  This avoids some annoying
513         messages when building QuickStart in the examples directory.
515         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
516         inserting a comment.
518 2007-07-31  Michael Olson  <mwolson@gnu.org>
520         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
521         that Muse can be recompiled without running "make clean" after an
522         update.
524         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
525         delete forward one character, since we are guaranteed to be on a
526         blank line.  Don't delete all initial whitespace of the first
527         line.  This fixes an issue where the output from the verse tag did
528         not match the output from Muse's verse syntax.
530 2007-07-29  Michael Olson  <mwolson@gnu.org>
532         * Relicense to GPLv3.
534         * Makefile.defs.default: Rename from Makefile.defs.  This allows
535         people to copy this file to Makefile.defs and make changes,
536         without having the changes be accidentally committed.  If
537         Makefile.defs does not exist, this file is read instead, in order
538         to minimize inconvenience to the casual user.
540         * Makefile, contrib/Makefile, examples/Makefile,
541         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
542         Makefile.defs.default or Makefile.defs.
544         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
545         function names.
546         (muse-l-e-m-m-insert-list-item): Add real documentation.
547         (muse-l-e-m-m-increase-list-item-indent)
548         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
549         real documentation.
550         (muse-list-edit-minor-mode): Improve documentation.
552         * texi/doclicense.texi (GNU Free Documentation License): Use
553         pristine copy from Emacs source tree.
555         * texi/muse.texi (Contributors): Move node and appendix indicators
556         here, rather than doclicense.texi.
558 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
560         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
561         command which did not work correctly
563         * lisp/muse-context.el (muse-context-markup-strings): Change rule
564         command which did not work correctly; defined verse commands
565         (muse-context-markup-specials-literal): Eliminate all unuseful entries
567 2007-07-29  Michael Olson  <mwolson@gnu.org>
569         * contrib/httpd.el (httpd-send-file): Use
570         insert-file-contents-literally instead of insert-file-contents.
572         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
573         Use insert-file-contents-literally instead of
574         insert-file-contents.
576         * experimental/muse-split.el (muse-publish-file)
577         (muse-publish-presplit-publish, muse-publish-no-split-function)
578         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
579         insert-file-contents-literally instead of insert-file-contents.
581         * lisp/muse-book.el (muse-book-publish-chapter)
582         (muse-book-get-directives): Use insert-file-contents-literally
583         instead of insert-file-contents.
585         * lisp/muse-http.el (muse-http-render-page): Use
586         insert-file-contents-literally instead of insert-file-contents.
588         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
589         nowhere when done, since they can slow things down.
591         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
592         marker to nowhere when done, since they can slow things down.
594         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
595         when done, since they can slow things down.  Use
596         insert-file-contents-literally instead of insert-file-contents.
598         * lisp/muse-publish.el (muse-publish-markup-tag)
599         (muse-publish-markup-word, muse-publish-markup-footnote)
600         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
601         done, since they can slow things down.
602         (muse-insert-file-or-string, muse-publish-file)
603         (muse-publish-include-tag, muse-published-contents): Use
604         insert-file-contents-literally instead of insert-file-contents.
605         (muse-publish-surround-dl): Remove unused variable.  Track whether
606         a term has been found, and handle that case well.
607         (muse-publish-ensure-blank-line): Use a marker, so that we don't
608         lose our place when adding a newline.  This really fixes the
609         definition list item bug.
610         (muse-publish-markup-list): Since people do seem to want
611         definition lists with no terms, allow this.
612         (muse-batch-publish-files): Set muse-current-output-style.
614         * lisp/muse.el (muse-with-temp-buffer): Mention
615         `insert-file-contents-literally'.
617 2007-07-28  Michael Olson  <mwolson@gnu.org>
619         * lisp/muse-mode.el (muse-browse-result): Set
620         muse-current-output-style.
621         (muse-mode): Don't duplicate the paragraph-start regexp
622         unnecessarily.
623         (muse-list-edit-minor-mode-map): New variable containing the
624         keymap for Muse list edit minor mode.
625         (muse-l-e-m-m-list-item-regexp): New variable that matches list
626         items for Muse list edit minor mode.
627         (muse-l-e-m-m-insert-list-item,
628         muse-l-e-m-m-i-list-item-indentation)
629         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
630         item functions that change the list item regexp before calling the
631         existing function.
632         (muse-l-e-m-m-data): New variable that keeps track of the fill
633         data that we overwrite when activating Muse list edit minor mode,
634         so that we can restore it if the minor mode is toggled off.
635         (muse-list-edit-minor-mode): New minor mode that is useful for
636         editing lists in other major modes.
637         (turn-on-muse-list-edit-minor-mode)
638         (turn-off-muse-list-edit-minor-mode): New interactive functions
639         that turn Muse list edit minor mode on and off, respectively.
640         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
641         regexps.
643         * lisp/muse-project.el (muse-project-publish-this-file): Set
644         muse-current-output-style.  This fixes a bug when publishing to a
645         style that is not first in the list of styles.  Thanks to Jean
646         Magnan de Bornier for the report.
648         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
649         function that ensures that a blank line exists in the line before
650         point.
651         (muse-publish-markup-list): Use it, rather than
652         `muse-publish-ensure-block'.  This fixes a bug with definition
653         list publishing.  Thanks to meandtheshell for reporting this.
655         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
656         project argument is nil, default to the current project instead of
657         the first project entry in muse-project-alist.  This seems much
658         more sane to me.
660         * lisp/muse.el (muse-forward-list-item): Only check the 'face
661         property if we are in Muse mode or one of its derivatives.  This
662         allows movement on nested lists to work in other modes, and fixes
663         an issue with altering list indentation in
664         muse-list-edit-minor-mode.
666 2007-07-27  Michael Olson  <mwolson@gnu.org>
668         * AUTHORS: Add new authors.
670         * README: Permit Muse to be called "Emacs-Muse".
672         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
674         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
675         involving list items that have an extra blank line in front.
677         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
678         and Emacs-Muse are the same thing.
680 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
682         * lisp/muse-context.el (muse-context-header): Put
683         starttext after the modules who must be in preamble.
684         (muse-context-markup-strings): Fixed mistake in begin-example and
685         end-example.
687         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
688         math environment in ConTeXt when centered: "$$ $$" has to be
689         "\startformula \stopformula".
691 2007-07-26  Michael Olson  <mwolson@gnu.org>
693         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
694         parentheses in URLs.
696 2007-07-24  Michael Olson  <mwolson@gnu.org>
698         * examples/QuickStart.muse (Images): Fix typo where some text
699         existed in the output but not in the example region.
700         (Source Code): Fix another typo.  Explain that publishing from
701         console or X can make a difference.
703         * lisp/muse-context.el (muse-context-pdf-program): New option that
704         determines the program to use for generating PDF files for
705         ConTeXt.
706         (muse-context-pdf-cruft): New option that specifies the extensions
707         of files to remove after generating PDF output successfully.
708         (muse-context-slides-header): Docfix.
709         (muse-context-pdf-generate): Use new options.
711         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
712         save-restriction call.  This was causing a world of hurt when
713         using <lisp> inside of <include>.
715         * texi/muse.texi (ConTeXt): New section that documents how to use
716         the ConTeXt publishing styles.
718 2007-07-23  Michael Olson  <mwolson@gnu.org>
720         * lisp/muse-context.el: New file that provides support for
721         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
722         de Bornier for his work on this.
724         * lisp/muse-docbook.el (muse-docbook-entities)
725         (muse-docbook-bibliography): Remove unneeded save-restriction use.
727         * lisp/muse-latex2png.el (muse-publish-latex-tag):
728         s/contex/context/.
730         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
731         (muse-latex-bibliography): Remove call to `widen', since it is not
732         needed anymore.  Remove unneeded save-restriction use.
733         ("slides", "slides-pdf"): Indent elements uniformly.
735 2007-07-22  Michael Olson  <mwolson@gnu.org>
737         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
738         * lisp/muse-mode.el (muse-insert-tag):
739         * lisp/muse-project.el (muse-read-project)
740         (muse-read-project-file):
741         * lisp/muse-publish.el (muse-publish-get-style): Use
742         muse-completing-read-function.
744         * lisp/muse-latex2png.el (muse-publish-latex-tag)
745         (muse-publish-math-tag): Allow the context style -- which I plan
746         to include soon -- to work with these tags.
748         * lisp/muse.el (muse-completing-read-function): New option that
749         determines which function to call when doing a completing-read.
751 2007-07-15  Michael Olson  <mwolson@gnu.org>
753         * lisp/muse-journal.el (muse-journal-html-entry-template)
754         (muse-journal-rdf-entry-template)
755         (muse-journal-rss-entry-template): Mention that this can be text
756         or a filename.
757         (muse-journal-rdf-entry-template, muse-journal-rss-header)
758         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
759         newlines to make the output look nicer.
760         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
761         Use muse-insert-file-or-string for the entry templates, rather
762         than muse-insert-markup.  This allows <lisp> and <markup> tags to
763         be acted on.  Thanks to Scott Hyde for the report.
764         (muse-journal-html-munge-buffer): Escape quote of the day using
765         entire-document specials before snarfing it.  Mark entire template
766         as read-only -- this fixes an incorrect escaping bug.  Remove
767         read-only properties before replacing template matches so that
768         they can still be escaped with entire-document specials later on.
769         (muse-journal-rss-munge-buffer): Make sure that title is escaped
770         properly.
771         (muse-journal-markup-tags): Rename from
772         muse-journal-latex-markup-tags, because we will use it for
773         journal-rss-entry as well.
774         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
775         end-quote-item.
776         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
777         html.
778         ("journal-latex", "journal-pdf", "journal-book-latex")
779         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
780         muse-journal-latex-markup-tags.
781         ("journal-rss-entry"): New style that is used by journal-rss and
782         journal-rdf to mark up individual entries.  It is needed so that
783         we can do something meaningful with the qotd tag.
784         (muse-journal-rdf-summarize-entries): Set this to nil by default,
785         because it is annoying.  Update docs to mention this.
786         (muse-journal-rss-summarize-entries): Docfix.
788         * lisp/muse-publish.el (muse-insert-file-or-string): Use
789         muse-publish-markup-header-footer-tags.  I'm not quite sure how
790         this change got reverted.
791         (muse-markup-tag-info): Make into a function.  Move common code
792         here, rather than duplicating it in two places.  Deal with case
793         where muse-publish-use-header-footer-tags is non-nil.
794         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
795         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
796         warning.
797         (muse-publish-use-header-footer-tags): New variable that indicates
798         whether we should use just the header and footer tags, rather than
799         the full set.
800         (muse-insert-file-or-string): Bind
801         muse-publish-use-header-footer-tags to t.
802         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
803         Simplify call to muse-markup-tag-info.
804         (muse-publish-mark-up-tag): Bind
805         muse-publish-use-header-footer-tags to nil.
807         * texi/muse.texi (Journal): Update for recent changes.
809 2007-07-14  Michael Olson  <mwolson@gnu.org>
811         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
812         delete the remainder of the buffer, since this causes the
813         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
814         the report and the suggested fix.
816         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
817         beginning of table-el regexp.  This fixes a bug where Muse stalls
818         when trying to publish a malformed table.  Thanks to Ye Wenbin for
819         the report and the suggested fix.
821 2007-07-12  Michael Olson  <mwolson@gnu.org>
823         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
824         default, rather than the empty string.  This really fixes the bug
825         that occurred when using Muse with muse-project-alist set to nil.
826         Thanks to Jonathan Underwood for the report.
827         (muse-wiki-update-interwiki-regexp): Set
828         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
829         defined.
830         (muse-wiki-handle-implicit-interwiki)
831         (muse-wiki-handle-explicit-interwiki): Handle case where
832         muse-wiki-interwiki-regexp is nil.
834 2007-07-10  Michael Olson  <mwolson@gnu.org>
836         * lisp/muse-mode.el (muse-grep): Abort search if the current
837         project contains no directories.
839         * lisp/muse-project.el (muse-project-file-alist): If
840         muse-project-alist is not defined, or project is nil, return nil
841         right away.  This ought to fix a bug that occurred when using Muse
842         with muse-project-alist set to nil.
843         (muse-project-of-file): Make sure muse-project-alist is not nil.
844         (muse-project-save-buffers): Make sure project is not nil.
846         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
847         case where muse-project-alist is nil.
849         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
850         for XEmacs, since color-theme.el is poorly behaved, and defines
851         its own replace-in-string.  Bad color-theme.el -- no cookie for
852         you.
854 2007-07-01  Michael Olson  <mwolson@gnu.org>
856         * Makefile (.PHONY): Update for new debian package rules.
858         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
860         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
861         Use save-restriction properly.
862         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
864         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
865         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
866         properly.
867         (muse-latex-bibliography): Re-indent.
869         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
870         higher.  This fixes an error at startup with some versions of
871         Emacs.
872         (muse-publish-cite-tag): Re-indent.
874         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
875         to the end of the link part, so as to exclude the description from
876         the match.  This fixes a bug with three-part links that have
877         descriptions.  Thanks to everyone who pointed it out.
879 2007-06-18  Michael Olson  <mwolson@gnu.org>
881         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
882         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
883         1.1 specific markup strings.
884         (muse-html-insert-anchor): Use 'anchor string, rather than
885         hard-coding it.  Thanks to Chris Corsair for the suggestion.
886         ("xhtml1.0"): New style that is an alias for the xhtml style.
887         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
889 2007-06-17  Michael Olson  <mwolson@gnu.org>
891         * examples/QuickStart.muse: Make images local so that the Info
892         version of this document works.  Add <example> for the Literal
893         paragraphs chapter, so that it is clear what is happening.
895         * Makefile: Add elpa target, which is used for building an ELPA
896         package for Muse.
898         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
899         building ELPA packages.
901         * examples/Makefile (%.html, %.pdf, %.info): Add message to
902         indicate what we are publishing.
903         (realclean distclean fullclean): Remove all TeX crud.
905         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
906         that the Info version of QuickStart can publish correctly.
908         * lisp/muse-latex.el (muse-latex-slides-header)
909         (muse-latex-lecture-notes-header): Docfix.
911         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
912         the list of things to ignore.
914         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
915         variable.
917         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
918         default to nil, since texinfmt.el is a serious nuisance.
919         (muse-texinfo-markup-strings): Add newlines to begin-example and
920         end-example.
921         (muse-texinfo-decide-specials): Also escape URL-type specials in a
922         whole slew of other contexts.
924         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
925         muse-xml.
927         * lisp/muse-xml.el (muse-xml-footer): Docfix.
929         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
931 2007-06-16  Michael Olson  <mwolson@gnu.org>
933         * etc/IDEAS.muse: Add some ideas from David D. Smith.
935         * examples/QuickStart.muse: Overhaul.
937         * lisp/muse-project.el (muse-project): Call the last part of a
938         muse-project-alist entry "Output styles" rather than "styles".
940         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
941         where we have a pipe character at the beginning of line.
943         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
944         causing tables to not be sorted at all.
946         * texi/muse.texi: Overhaul.  It would be too time-consuming to
947         list all of the changes here.  The "Getting Started" and
948         "Projects" chapters, in particular, were heavily revised.
950 2007-06-15  Michael Olson  <mwolson@gnu.org>
952         * NEWS: Update.
954         * examples/QuickStart.muse: Mention new features.
956         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
957         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
958         terminal, and C-c TAB is more important.  Most people will not
959         want to toggle images on and off that often.
961         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
962         C-i as well, so that it works in the terminal.
964         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
965         look a bit tidier when removing the region.
967         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
968         list regexp part before other parts.
969         (muse-ol-item-regexp): New regexp that specifies how to match an
970         ordered list item.
971         (muse-ul-item-regexp): New regexp that specifies how to match an
972         unordered list item.
973         (muse-table-field-regexp): New regexp that specifies how to match
974         a definition list entry.
976         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
977         lack of support for @headitem in texinfmt.el.
979         * lisp/muse.el: Wrap muse-line-beginning-position and
980         muse-line-end-position in `eval-and-compile', since they are now
981         used in muse.el.
982         (muse-list-item-type): Use a simpler algorithm for detecting which
983         kind of list item we have.  This fixes a bug where a number in a
984         definition list term was being detected incorrectly as an ordered
985         list item.  Fixes bug #6250.
986         (muse-forward-list-item): Get the entire line with the list item.
987         For some reason, Emacs 21 was not populating match 2 correctly,
988         unlike Emacs 22, so this workaround was needed.
990         * texi/muse.texi: (Keystroke Summary): Remove C-c
991         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
992         alternative keybinding to the C-c TAB stuff.  Mention
993         muse-colors-toggle-inline-images.
995 2007-06-14  Michael Olson  <mwolson@gnu.org>
997         * README: Mention that RelaxNG schema is in etc/ directory.
999         * etc/emacs-wiki-migration.txt: New document that explains how to
1000         migrate from emacs-wiki to Muse.
1002         * etc/muse.rnc: Increment version number to 1.0.  Fix several
1003         nested emphasis and nested lists edge cases.  Move here from
1004         examples/.
1006         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
1007         same thing as C-c C-S-t, since the former works better in the
1008         console.  Thanks to Leo for the suggestion.
1010         * lisp/muse-publish.el (muse-publish-markup-table)
1011         (muse-publish-markup-table-el): Include a newline in the return
1012         string, so that paragraph detection does not get confused.
1014         * lisp/muse.el (muse-with-temp-buffer): Docfix.
1016         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
1017         keybinding.
1019 2007-06-13  Michael Olson  <mwolson@gnu.org>
1021         * etc/IDEAS.muse: Mark three-part-links item as done.
1023         * experimental/muse-message.el: Remove guard for muse-define-style
1024         calls.
1026         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
1027         markup rules were being interpreted in reverse order.  This should
1028         make implicit interwiki links work properly again.
1029         (muse-link-face): Strip anchor from end of a path, so that this
1030         works with anchors in interwiki links.
1031         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1032         when an image does not exist.
1034         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1035         anchors.
1036         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1037         interwiki links work.  Thanks to Jim Ottaway for the initial
1038         implementation.
1039         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1040         links work.
1042         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1043         about match 0.
1044         (muse-handle-explicit-link): Docfix: this does not modify the
1045         match data.
1046         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1047         that has the regexp in its car.
1049 2007-06-12  Michael Olson  <mwolson@gnu.org>
1051         * README: Document new etc/ directory.
1053         * etc/IDEAS.muse: Install things from new contributors just after
1054         the 3.03 release, since I won't have time to review the code
1055         before the release.  Move to new etc/ directory.  Slides
1056         publishing has been installed.
1058         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1059         determines the header to use for publishing slides.
1060         (muse-latex-lecture-notes-header): New option that determines the
1061         header to use for publishing lecture notes.
1062         (muse-latex-slides-markup-tags): New option containing tags to use
1063         when publishing slides.
1064         (muse-latex-permit-contents-tag): Move higher in file.
1065         (muse-latex-slide-tag): New function to publish the <slide> tag.
1066         ("slides", "slides-pdf"): New publishing styles that create slides
1067         using Beamer.
1068         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1069         create lecture notes using Beamer.
1071         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1072         since otherwise Planner is not happy when `plan' is called during
1073         init.  Remove stray quote from autoload snippet.
1075 2007-06-11  Michael Olson  <mwolson@gnu.org>
1077         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1078         autoload, rather than having it exist at top-level.  Thanks to Leo
1079         for the suggestion.
1080         (muse-update-file-extension): Docfix.
1082 2007-06-10  Michael Olson  <mwolson@gnu.org>
1084         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1085         URLs were being removed during publishing.  Thanks to everyone who
1086         reported this.
1088 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1090         * lisp/muse-book.el
1091         * lisp/muse-docbook.el
1092         * lisp/muse-latex.el
1093         * lisp/muse-publish.el: added support for <cite> element which
1094         denotes in-text citations
1096         * lisp/muse-html.el
1097         * lisp/muse-groff.el
1098         * lisp/muse-texinfo.el
1099         * lisp/muse-xml.el: added support for <cite> element (stub)
1101 2007-06-06  Michael Olson  <mwolson@gnu.org>
1103         * lisp/muse-regexps.el (muse-table-line-regexp)
1104         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1105         regexps so that they work with XEmacs 21.  Thanks to Adrian
1106         Tritschler for the report.
1108         * texi/muse.texi: Update copyright years.
1109         (HTML): Document muse-xhtml-style-sheet.  Thanks
1110         to thorne for noticing.
1111         (Development): Change archive year to 2006.  Thanks to Adrian
1112         Tritschler for noticing.  So *that's* why some people had the 2005
1113         version ....
1115 2007-06-05  Michael Olson  <mwolson@gnu.org>
1117         * Makefile (install-info): Remove $(MANUAL).info part, since this
1118         is taken care of already by texi/Makefile.  Thanks to Leo for the
1119         report.
1121         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1122         read-only properties to qotd contents, so that they don't get
1123         double-escaped.  Thanks to Leo for the report.
1125 2007-06-04  Michael Olson  <mwolson@gnu.org>
1127         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1128         -- that is, Tramp or ange-ftp -- file, then do not call
1129         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1130         Fixes bug #5115.
1132         * lisp/muse-html.el (muse-html-insert-contents): Add
1133         documentation.  Handle case where heading is read-only, but has
1134         muse-contents property.  Remove the muse-contents property for any
1135         heading we come across so as to avoid double-including an item in
1136         an outer table of contents.
1137         (muse-html-denote-headings): New function that denotes whether a
1138         heading is not read-only by adding the muse-contents property to
1139         it.
1140         (muse-html-munge-buffer): If we are not to generate contents,
1141         still denote headings, in case some outer layer wants to generate
1142         contents for our headings.  This should fix a bug with table of
1143         contents and the <include> tag.  Thanks to thorne for the report.
1145         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1146         muse-publish-generate-contents and set it to nil.  This should
1147         do the right thing when using <include> tags.
1149 2007-06-02  Michael Olson  <mwolson@gnu.org>
1151         * NEWS: Update for non-inlined image change and support for
1152         table.el style tables.
1154         * examples/Makefile (clean): Clean backup files.
1156         * examples/QuickStart.muse (Images): New section that describes
1157         how to inline and not inline images.
1159         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1160         touch images that have "URL:" in front of them.
1162         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1163         "URL:".  Use the identity function to resolve, since we don't want
1164         to rip "URL:" out while publishing, due to some magic that depends
1165         on that text.
1166         (muse-browse-url-url): New function that browses URLs that have
1167         "URL:" in front of them, by removing the "URL:" part and
1168         reprocessing the remainder.
1170         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1171         (muse-publish-url): Recognize images in the description before
1172         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1173         for the suggested workaround.
1174         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1175         default value.
1176         (muse-publish-classify-url): If target begins with "URL:" return
1177         type url.
1178         (muse-publish-strip-URL): New function that strips "URL:" from the
1179         beginning of a string.  This is used to remove URL: from the link
1180         description.  * texi/muse.texi (Markup Strings): Clarify the
1181         meanings of image-link, link, and link-and-anchor.
1182         (muse-publish-markup-regexps): Move normal table rule to 2350.
1183         Rule 2300 is now a regexp that matches table.el-style tables.
1184         (muse-publish-markup-functions): Add table-el entry.
1185         (muse-publish-table-el-table): New function that given a variant,
1186         publishes a table.el-style table using the table in the matched
1187         region.
1188         (muse-publish-markup-table-el): New function that determines
1189         whether the table.el-style table can be published, and what
1190         variant to use.
1192         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1193         the borders of table.el-style tables.
1195         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1196         the table has sufficient whitespace in front of it.
1198         * texi/muse.texi (Images): Update for new non-inlined image
1199         ability and provide example.
1201 2007-05-31  Michael Olson  <mwolson@gnu.org>
1203         * NEWS: Add example for setting `muse-html-table-attributes'.
1205         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1206         Publish multiple tbody tags if there is a horizontal separator
1207         after the heading, because that is valid HTML after all.
1209 2007-05-30  Michael Olson  <mwolson@gnu.org>
1211         * NEWS: Update.
1213         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1214         horizontal separators in tables.
1216         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1217         horizontal separators in tables.
1218         (muse-publish-trim-table): New function to remove initial and
1219         final blank columns from a table.
1220         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1221         with horizontal separators, aka "hlines".
1223         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1224         defines the syntax of a horizontal separator in a table.
1226         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1227         horizontal separators.  Publish header lines correctly.
1229         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1230         where we have nonnumbers as a row type.  This ignores sorting for
1231         hlines.
1232         (muse-xml-markup-table): Deal with horizontal separators.  If the
1233         markup supports table groups, make hlines separate table groups.
1234         Otherwise, ignore them, since they cannot be marked up.  Together,
1235         these changes allow us to support orgtbl-mode tables.  Thanks to
1236         Carsten Dominik for the suggestion.
1238 2007-05-26  Michael Olson  <mwolson@gnu.org>
1240         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1241         other things to be added to each generated style as well.  For
1242         example, this permits me to add
1243         :base-url "http://blog.mwolson.org/"
1244         for my blog.
1246 2007-05-25  Michael Olson  <mwolson@gnu.org>
1248         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1249         way of building Debian packages that preserves the original
1250         release tarball and is more modular.
1251         (debrevision, debrelease): Remove.
1252         (dist): No need to remove the debian/ directory, since it is now
1253         in its own branch.
1254         (debprepare): Copy over debian/ directory properly.
1256         * NEWS: Update.
1258         * examples/Makefile (clean): Remove QuickStart.texi, in case
1259         something went wrong during the build.
1260         (%.pdf): Publish the example using the normal pdf style, rather
1261         than info-pdf.
1263         * examples/QuickStart.muse: Add myself to the authors list.
1265         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1266         sufficient blank lines before the tag.
1268         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1269         we have sufficient blank lines before the tag.
1271         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1272         specifies the program to call in order to generate PDF content
1273         from LaTeX content.
1274         (muse-latex-pdf-cruft): New option that specifies the extensions
1275         of files to remove after generating PDF output successfully.
1276         (muse-latex-pdf-generate): Use these new options.  Work around the
1277         annoying edge case where a tilde character exists in the filename
1278         or directory path -- now this can only error out when the relative
1279         path from the output file to the source file contains a tilde,
1280         which is far less likely.
1282         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1283         muse-publish-ensure-block here after all, because <lisp> et al may
1284         occur inline as part of other things.
1286         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1287         occur after full-document escaping, rather than before.  This
1288         prevents automatically-inserted Texinfo code from being escaped.
1289         (muse-texinfo-pdf-generate): Rewrite to call
1290         `muse-latex-pdf-generate' with pdftex as the generating binary,
1291         because texi2pdf suffers irredeemably from the tilde edge case
1292         mentioned above.
1294 2007-05-24  Michael Olson  <mwolson@gnu.org>
1296         * NEWS: Drop vague entries and position interesting entries closer
1297         to the top of each section.  Update for new changes.
1299         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1300         and bzr metadata directories to the list of things to ignore.
1302         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1303         `muse-publish-ensure-block-tag', since we will use it for more
1304         than just tags.
1305         (muse-publish-markup-list, muse-publish-verse-tag)
1306         (muse-publish-quote-tag, muse-publish-example-tag)
1307         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1308         can occur when these types of markup occur immediately after a
1309         paragraph.  It's good to have defined behavior!
1311         * texi/muse.texi (Markup Strings): Mention new argument for
1312         link-and-anchor.
1314 2007-05-19  Michael Olson  <mwolson@gnu.org>
1316         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1317         published footnotes and footnote references.  Thanks to Scott
1318         Jaderholm for the idea.
1320         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1321         link-and-anchor, on the recommendation of the original submitter.
1323 2007-05-14  Michael Olson  <mwolson@gnu.org>
1325         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1326         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1327         suggestion.
1329         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1330         file extension as the fourth argument.
1332         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1333         Mention the new muse-el-logs mailing list.
1335 2007-05-13  Michael Olson  <mwolson@gnu.org>
1337         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1338         "\`" here.  This fixes a problem with publishing custom URLs.
1340 2007-05-12  Michael Olson  <mwolson@gnu.org>
1342         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1343         update the list if the current buffer is associated with a file.
1344         This fixes a bug with M-x muse-publish-region in a temporary
1345         buffer.
1347 2007-05-01  Michael Olson  <mwolson@gnu.org>
1349         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1350         properties from the published buffer, so that the results can be
1351         manually tweaked.
1353 2007-04-23  Michael Olson  <mwolson@gnu.org>
1355         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1356         find the footnote that goes with a reference, leave the reference
1357         as-is.  This fixes an error where control characters could be
1358         placed in a published document.
1360 2007-04-22  Michael Olson  <mwolson@gnu.org>
1362         * IDEAS.muse: Add muse-slides.el to list of things to include
1363         before release.
1365         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1366         character.
1367         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1368         catch/throw.
1369         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1370         fixes a bug with browsing woman:// links.
1372         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1373         where entry-dir has a trailing backslash.
1374         (muse-project-publish-file): If a style is malformed, skip it and
1375         display a warning message.  This should help people figure out
1376         where the problem is.
1378 2007-04-21  Michael Olson  <mwolson@gnu.org>
1380         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1381         yet-to-be-included "contex" publishing style, use "$$" rather
1382         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1383         this out.
1385 2007-04-20  Michael Olson  <mwolson@gnu.org>
1387         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1388         variable that causes the :before and :before-end hooks to be
1389         ignored when non-nil.
1390         (muse-publish-markup-region): Use it.  Also, guarantee that point
1391         is at end of region after publishing.
1392         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1393         variable.
1395 2007-04-19  Michael Olson  <mwolson@gnu.org>
1397         * IDEAS.muse: New file containing a list of ideas we have for new
1398         features, or patches that have yet to be applied.
1400         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1401         be so confusing.
1403         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1404         docstring.
1406         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1407         <literal> tags with muse-publish-literal-tag, rather than
1408         muse-publish-mark-read-only.
1409         (muse-publish-literal-tag): New function that publishes the
1410         <literal> tag.  It adds the ability to add the optional "style"
1411         and "exact" elements, which cause text to only be included if the
1412         current publishing style matches some criteria.  The text will be
1413         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1414         (muse-publish-mark-up-tag): Let the <markup> tag take the
1415         additional optional elements "style" and "exact", with much the
1416         same effect as the <literal> improvements, but after calling
1417         "function" or publishing the region first.  Make it possible to
1418         put <content> tags in <markup> regions in HTML publishing.
1420 2007-04-12  Michael Olson  <mwolson@gnu.org>
1422         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1423         that a blank line always exists after a heading.  This fixes a bug
1424         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1425         for the report.
1427         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1428         detection regexp to that which is used in Docbook and HTML
1429         publishing styles.
1431 2007-04-02  Michael Olson  <mwolson@gnu.org>
1433         * README (muse-el-announce): Make a listing of mailing lists,
1434         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1435         to Andreas Roehler for noticing.
1437 2007-04-01  Michael Olson  <mwolson@gnu.org>
1439         * lisp/muse-publish.el (muse-publish-date-format): Add
1440 `       customization type and group.
1441         (muse-publish-region): New interactive function that publishes a
1442         region to a new buffer.
1444         * texi/muse.texi: Use "document" rather than "manual".
1446 2007-03-31  Michael Olson  <mwolson@gnu.org>
1448         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1449         expression (muse-style-derived-p "latex" (muse-style "latex"))
1450         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1451         for the catch.
1453 2007-02-25  Michael Olson  <mwolson@gnu.org>
1455         * lisp/muse-publish.el (muse-publish-date-format): New option that
1456         specifies how to format the date when publishing Muse pages.
1457         Thanks to Thomas Gehrlein for the suggestion.
1458         (muse-publish-markup-buffer): Use it.
1460 2007-02-23  Michael Olson  <mwolson@gnu.org>
1462         * README: Add Prerequisites section to mention which versions of
1463         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1464         the suggestion.  Update link destination for Muse's page on
1465         emacswiki.org.
1467 2007-02-15  Michael Olson  <mwolson@gnu.org>
1469         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1470         be not just at beginning of line.  This fixes an error with the
1471         <class> tag.  Thanks to Jim Pivarski for the report.
1473 2007-02-14  Michael Olson  <mwolson@gnu.org>
1475         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1476         whether something is an image before checking to see if it is a
1477         URL.  Thanks to ITSUMI ken-ichi for the report.
1479 2007-02-13  Michael Olson  <mwolson@gnu.org>
1481         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1482         comments that have no text better.  Thanks to fang.lungang for the
1483         report.
1484         (muse-publish-markup-comment): Deal with case where no comment
1485         text is provided.
1487 2007-01-23  Michael Olson  <mwolson@gnu.org>
1489         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1490         that ensures that at least one blank line exists at the given
1491         position.  This is used to avoid paragraph detection problems when
1492         block-level tags like <example> immediately follow a paragraph.
1493         Thanks to Hans Ekbrand for the report.
1494         (muse-publish-example-tag): Use it.
1496 2007-01-19  Michael Olson  <mwolson@gnu.org>
1498         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1499         previous blank line if we are publishing in Latex.  Otherwise,
1500         that wouldn't be the right thing, so leave it be.
1502 2007-01-17  Michael Olson  <mwolson@gnu.org>
1504         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1505         multiple centered math lines on the same line; keep them on
1506         different lines.  Use \[ math-text \] instead of $$math-text$$,
1507         since the latter seems to be deprecated.  Thanks to Jody Klymak
1508         for the pointer.
1510 2007-01-15  Michael Olson  <mwolson@gnu.org>
1512         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1513         (muse-publish-math-tag): Publish region read-only when current
1514         style is Latex-derived, so that Muse does not escape it.
1515         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1516         surround the region with "$$" rather than "$".  This is the Muse
1517         syntax for something centered, so it should be a good fit.
1519 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1521         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1522         protocol.
1523         (muse-browse-url-man): Change man page URL format.  The code is
1524         simpler when the section is left inside parentheses.
1525         (muse-browse-url-woman): New function.
1527 2007-01-14  Michael Olson  <mwolson@gnu.org>
1529         * AUTHORS: Bookkeeping.
1531         * lisp/muse-latex2png.el: Associate <math> tag with
1532         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1533         Klymak for the report.
1534         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1535         characters, so they don't get escaped.
1537         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1538         make muse-style-derived-p easier to implement.
1539         (muse-style-derived-p): If the style is not provided, fetch it and
1540         check to see if the car is a string.  This should fix the other
1541         problem that was reported.
1543         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1544         explains a case where setting muse-file-extension to nil can cause
1545         unexpected behavior.
1547 2007-01-09  Michael Olson  <mwolson@gnu.org>
1549         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1550         comments higher priority than tags.  Thanks to Stefan van der Walt
1551         for the report.
1553 2007-01-08  Michael Olson  <mwolson@gnu.org>
1555         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1556         argument rather than calling match-string.  Thanks to Stefan van
1557         der Walt for the report.  This should fix a bug with publishing
1558         <include file="..." markup="example">.
1560 2007-01-06  Michael Olson  <mwolson@gnu.org>
1562         * Makefile (debclean): New rule split from debrevision and
1563         debrelease.
1564         (debbuild): Take distributor into account.
1566         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1567         vendor/distributor we are building for.
1569 2007-01-04  Michael Olson  <mwolson@gnu.org>
1571         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1572         line.
1574         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1575         point to muse-publish-src-tag by default, since <src> and
1576         <example> have different parameters.
1577         (muse-publish-src-tag): New barebones publishing function for
1578         <src>, which is superseded when publishing in an HTML-based style.
1580 2007-01-03  Michael Olson  <mwolson@gnu.org>
1582         * lisp/muse-html.el (muse-html-src-tag): Document.
1584         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1585         command that calls a given tag on the current buffer.  Attributes
1586         may be passed.
1587         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1588         it.
1589         (muse-publish-srcify-buffer): New function that allows
1590         markup="src" in the <include> tag.
1591         (muse-publish-get-and-delete-attr): New macro that gets an
1592         attribute from a list and removes the first instance of that
1593         attribute from said list.
1594         (muse-publish-markup-attribute): Handle markup="src".
1595         (muse-publish-command-tag, muse-publish-include-tag): Use
1596         muse-publish-get-and-delete-attr.  This allows the remaining
1597         attributes to be passed.
1599         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1600         as changes to <command> and <include>.
1602 2006-12-30  Michael Olson  <mwolson@gnu.org>
1604         * NEWS: Update.
1606         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1607         from muse-publish-math-tag to avoid conflict with
1608         muse-latex2png.el.
1610 2006-12-23  Michael Olson  <mwolson@gnu.org>
1612         * lisp/muse-latex2png.el: Update header, since this has been
1613         rewritten sufficiently to not need an assignment from the original
1614         author.
1615         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1616         (muse-latex2png): Use two underscores to separate prefix and hash.
1617         (muse-latex2png-region): New function split from
1618         muse-publish-latex-tag that can be used easily by other code.
1619         Detect whether we are using an HTML-based publishing style, and
1620         insert a simpler markup if we are not.  If we are using a
1621         Latex-based publishing style, do not generate an image, and leave
1622         the region alone.  Return the path of the generated image, in case
1623         other functions want to use this programmatically.
1624         (muse-publish-latex-tag): Set a default prefix based on the name
1625         of the current file.
1626         (muse-publish-math-tag): New tag that surrounds the region with
1627         "$" characters, so that it becomes a Latex math region, and then
1628         publishes it.
1630         * lisp/muse-publish.el (muse-style-derived-p): New function that
1631         returns non-nil if a given style, or the current style if omitted,
1632         is equal to or derived from the given base style.  This is useful
1633         in <lisp> tags, because it allows the user to specify markup that
1634         is only to be inserted for one particular style.
1636 2006-12-22  Michael Olson  <mwolson@gnu.org>
1638         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1639         (muse-html-src-tag): New function which publishes the <src> tag.
1640         Thanks to Clinton Ebadi and Charles Wang for the initial
1641         implementations.
1643         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1645 2006-12-21  Michael Olson  <mwolson@gnu.org>
1647         * examples/johnw/muse-johnw.el: Update for preferred
1648         muse-derive-style usage.  Rename to muse-init.el.
1650         * examples/mwolson/muse-init.el: Update.
1652         * lisp/muse-book.el (muse-book-publish): New function split from
1653         muse-book-publish-project.  This is used in the definitions for
1654         the book-latex and book-pdf styles.
1655         (muse-book-publish-p): New function split from muse-book-publish.
1656         (muse-book-get-directives): New function that retrieves the
1657         publishing directives from the given file.
1658         (muse-book-publish): Use muse-book-get-directives to set the title
1659         if no title was specified.
1661         * lisp/muse-project.el (muse-project): Add :publish-project entry
1662         to widget.
1663         (muse-read-project, muse-project-find-file): Message fix.
1664         (muse-project-publish-file-default): New function split from
1665         muse-project-publish-file.
1666         (muse-project-publish-file): Allow file-level publishing function
1667         to be specified by the :publish element.  The default is
1668         muse-project-publish-file-default.
1669         (muse-project-publish-default): New function split from
1670         muse-project-publish.
1671         (muse-project-publish): Allow project-level publishing function to
1672         be specified by :publish-project element.  The default is
1673         muse-project-publish-default.
1675         * lisp/muse-publish.el (muse-publish-file): Message fix.
1677         * texi/muse.texi (Book): Mention new way to publish books and
1678         provide an example, since the process may be non-obvious.
1680 2006-12-20  Michael Olson  <mwolson@gnu.org>
1682         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1683         content-modifying code from the rest of
1684         muse-docbook-finalize-buffer.
1686         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1687         muse-groff-finalize-buffer, since it adds content to the buffer.
1689         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1690         content-modifying code from the rest of muse-html-finalize-buffer.
1691         This fixes a bug when using <include> with <content> tags.
1693         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1694         (muse-journal-latex-munge-buffer)
1695         (muse-journal-rss-munge-buffer): Rename, since they add content to
1696         the buffer.
1698         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1699         muse-latex-finalize-buffer, since it adds content to the buffer.
1701         * lisp/muse-mode.el:
1702         * lisp/muse-project.el:
1703         * lisp/muse-publish.el:
1704         * lisp/muse.el: Fix recursive load error.
1706         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1707         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1709         * lisp/muse-wiki.el: Comment cleanup.
1711         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1713 2006-12-17  Michael Olson  <mwolson@gnu.org>
1715         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1716         Remove the definition of \comment, since Latex already has comment
1717         syntax.
1718         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1719         than our own.  Thanks to Ryan Stutsman for pointing this out.
1721 2006-12-02  Michael Olson  <mwolson@gnu.org>
1723         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1724         that this can generate a proper table of contents for Planner HTML
1725         publishing.
1727 2006-12-01  Michael Olson  <mwolson@gnu.org>
1729         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1730         using a very old Emacs, avoid an infinite loop that could occur
1731         when the regexp is an empty string.
1733 2006-11-26  Michael Olson  <mwolson@gnu.org>
1735         * NEWS: Bring up to date.
1737         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1738         list issues and multiple-stanza verse issues.  This takes care of
1739         all of the markup issues I was worried about.
1741         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1742         (muse-project-publish-private-files): New option that indicates
1743         whether files with private filesystem permissions should be
1744         published.  The default is to publish them, since it avoids
1745         confusion in new users.
1746         (muse-project-private-p): Use it.
1748 2006-11-19  Michael Olson  <mwolson@gnu.org>
1750         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1751         style is found, which means that the link is not a Muse page, do
1752         not add a suffix or prefix to it.  This should fix the
1753         "[[thing.owl]]" bug that Phillip Lord reported.
1755         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1756         removing unused 2nd argument.
1758 2006-11-17  Michael Olson  <mwolson@gnu.org>
1760         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1761         latex publishing where nested enumerated lists would be squashed
1762         together at the end.
1764 2006-11-16  Michael Olson  <mwolson@gnu.org>
1766         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1767         list embedded in a definition list look right.  This also allows
1768         for definitions to be separated from their terms, much like the
1769         way HTML does it by default, if the user puts a blank line or a
1770         line break between the term and the definition.  If the term and
1771         definition are on the same line, they will be that way in the
1772         output as well.
1774 2006-11-11  Michael Olson  <mwolson@gnu.org>
1776         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1777         for the report.
1778         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1780 2006-11-07  Michael Olson  <mwolson@gnu.org>
1782         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1783         release candidate for Muse 3.03, available.
1785         * NEWS: Update.
1787 2006-11-06  Michael Olson  <mwolson@gnu.org>
1789         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1790         following a relative link worked even when the path was incorrect.
1792 2006-11-04  John Sullivan  <john@wjsullivan.net>
1794         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1795         muse-follow-name-at-point to reduce collisions with other
1796         modes (Planner).
1798         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1800 2006-11-04  Michael Olson  <mwolson@gnu.org>
1802         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1803         optional, and make interwiki delimiter a regular rather than shy
1804         group.
1805         (muse-wiki-handle-implicit-interwiki): Rename from
1806         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1807         (muse-wiki-handle-explicit-interwiki): New function that is
1808         smarter about where an explicit link ends in a buffer.  This
1809         allows you to refer to page names with invalid Wiki characters,
1810         such as underscores and dashes, merely by enclosing them in double
1811         brackets.  Also, a bug with recognizing project names too loosely
1812         has been fixed.
1814 2006-11-03  Michael Olson  <mwolson@gnu.org>
1816         * lisp/muse-project.el (muse-project-page-file): Make relative
1817         links work as expected, hopefully.
1819         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1820         output style manually, since it will differ from anything in the
1821         publishing style list.
1823 2006-10-30  Michael Olson  <mwolson@gnu.org>
1825         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1826         grouping elements, since that no longer applies.
1827         (muse-colors-custom-tags): Explicitly match against
1828         muse-tag-regexp to get the match-data set the way we want.  This
1829         really fixes the <example> highlighting bug that Stefan reported.
1830         (muse-configure-highlighting): Set the original value to the
1831         symbol, not the modified value.  Re-use modified rules properly.
1833         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1834         introduced yesterday.
1836 2006-10-29  Michael Olson  <mwolson@gnu.org>
1838         * examples/mwolson: Update my example configuration.
1840         * NEWS: Update.
1842         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1843         without a regexp in the first position before iterating through
1844         them to build muse-colors-vector.  This fixes a bug with the
1845         display of <example> tags.  Thanks to Stefan Reichör for the
1846         report.
1848         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1849         files in projects to be linked to.
1851         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1852         to serve as a description for a URL, as long as it differs from
1853         the destination URL.  This fixes the description of WikPage links
1854         in PDF output.
1855         (muse-publish-link-file): Check to see whether the given link
1856         points at a valid file.  If so, return it.  Otherwise, apply other
1857         transforms like prefix and link suffix.
1859         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1860         "/", it is a file or directory, not a Muse page.  Thanks to
1861         Phillip Lord for the suggestion.
1863         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1864         of the current page as the local path, instead of duplicating the
1865         remote file's path.  This probably fixes at least one reported
1866         bug. since it's quite major.
1867         (muse-wiki-update-project-file-regexp)
1868         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1869         passed to regexp-opt, since that can cause Emacs 21 to throw an
1870         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1871         DOT edu for the report.
1872         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1874 2006-10-28  Michael Olson  <mwolson@gnu.org>
1876         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1877         (muse-project-resolve-link): If the given style does not have a
1878         link-suffix, default to suffix.  This fixes a bug I was noticing
1879         when linking to a file that was published in both PDF and HTML
1880         form.
1882         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1883         function that is used as a callback to determine the initial
1884         amount of indentation that the current dl item has.
1885         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1886         and the post-indent value, instead of trying to determine them
1887         both.
1888         (muse-publish-strip-list-indentation): New function stripped from
1889         `muse-publish-surround-text' for readability.
1890         (muse-publish-surround-text): Instead of taking a determine-indent
1891         value, take a determine-indent-func function, which is called just
1892         after finding the next list item.  If we are asked to determine
1893         the amount of indentation, concatenate indent and post-indent the
1894         first time around.  This effectively fixes all known definition
1895         list issues.
1897 2006-10-16  Michael Olson  <mwolson@gnu.org>
1899         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1900         other software -- namely, Planner -- can detect whether they are
1901         using a version of Muse that supports nested tags.
1902         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1903         muse-publish-goto-tag-end.
1905         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1906         Adapt for nested tags.
1908         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1909         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1910         this.
1912         * lisp/muse-publish.el (muse-publish-markup-tag)
1913         (muse-publish-quote-tag): Use muse-goto-tag-end.
1915         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1917 2006-10-15  Michael Olson  <mwolson@gnu.org>
1919         * AUTHORS: Bookkeeping.
1921         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1922         tag.
1924         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1925         tags.
1927         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1929         * lisp/muse-import-docbook.el (muse-import-docbook)
1930         (muse-import-docbook-files): Docfix.
1931         (muse-import-docbook-get-title): Remove cl.el-ism.
1933         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1935         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1937         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1939         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1940         (muse-next-reference, muse-previous-reference): Minor whitespace
1941         changes.
1942         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1943         the suggestion.
1945         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1947         * lisp/muse-publish.el (muse-publish-markup-tags)
1948         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1949         element and make 4th element determine whether tags are nestable.
1950         (muse-publish-goto-tag-end): New function that moves to the end of
1951         a tag.  Handle nested tags when NESTED is non-nil.
1952         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1953         5th element for function.
1954         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1955         this on several scenarios, and it seems to work.
1956         (muse-publish-surround-text): Accept new optional argument
1957         LIST-ITEM which determines the regexp to use for list items.  The
1958         default is to use muse-list-item-regexp.
1960         * muse.texi (Markup Tags): Mention nestable tags.
1962         * NEWS: Mention new files.
1964 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1966         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1967         into Muse format.
1969         * lisp/muse-import-xml.el: New file that provides helper routines
1970         for converting XML-ish files to Muse format.
1972 2006-10-10  Michael Olson  <mwolson@gnu.org>
1974         * NEWS: Update for 3.02.7 bugfix release.
1976 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1978         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1979         using the value in the muse #date directive.
1980         (muse-blosxom-use-metadate): New option that determines whether or
1981         not to use the #postdate directive.
1982         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1983         metadate plugin format.
1985 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1987         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1988         recognised URLs.
1990         * muse.texi: Clarify handling of implicit links by mentioning
1991         which characters can prevent Muse from recognizing something as an
1992         implicit link.
1994 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1996         * lisp/muse-mode.el (muse-next-reference)
1997         (muse-previous-reference): Fix bug #6367 by moving point to the
1998         beginning of the link.
2000 2006-09-26  Michael Olson  <mwolson@gnu.org>
2002         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
2003         beginning-of-line.  This should fix a bug that was noticed in
2004         recent Emacs 22 builds.
2006         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
2007         eval-and-compile block to avoid a compiler warning.
2009 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
2011         * lisp/muse-backlink.el (muse-backlink-split-string):
2012         Compatibility with Emacs versions < 22
2013         (muse-backlink-pending): New internal variable
2014         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
2015         that backlinks are inserted at the right time.
2016         (muse-backlink-insert-hook-func): Remove unwind-protection; check
2017         for pending backlink, and that this is the targe page.
2018         (muse-backlink-handle-link): Don’t handle the link if we are
2019         already handling one. Return the link as well as the parent links.
2021 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
2023         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
2024         #6942 - muse-blosxom-new-entry fails when using tags.
2026 2006-09-14  Michael Olson  <mwolson@gnu.org>
2028         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
2029         compiler warning.
2031 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2033         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2034         function: Protect all wikiwords from START to END from further
2035         processing.
2036         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2038 2006-09-13  Michael Olson  <mwolson@gnu.org>
2040         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2041         adopted from Jim Ottaway's patch.  It removes links from the
2042         heading, and then marks the region read-only to inhibit WikiWord
2043         detection.
2045 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2047         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2048         special handling for headings.
2049         (muse-texinfo-remove-links): New function that removes explicit
2050         links from the given strings, replacing them with a description.
2052 2006-09-11  Michael Olson  <mwolson@gnu.org>
2054         * muse.texi (Getting Help and Reporting Bugs): Mention the
2055         muse-el-internationalization mailing list.
2057         * lisp/muse.el (muse-path-sans-extension): New function that acts
2058         like file-name-sans-extension, but guarantees to never modify the
2059         directory part of the path.  Thanks to Evan Monroig for
2060         investigating this.
2062         * lisp/muse-book.el (muse-book-publish-project): Use
2063         muse-path-sans-extension instead of file-name-sans-extension.
2065         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2066         Ditto.
2068 2006-08-30  Michael Olson  <mwolson@gnu.org>
2070         * muse.texi (Blosxom Requirements): Fix typo.
2072         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2073         directories for bzr and darcs.
2075         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2076         contrib/pyblosxom/getstamps.py: Update version and headers.
2078 2006-08-27  Michael Olson  <mwolson@gnu.org>
2080         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2081         nil values before they get to mapconcat.  This fixes a lockup when
2082         muse-wiki-match-all-project-files is nil.
2084         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2085         (muse-wiki-ignore-implicit-links-to-current-page)
2086         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2087         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2088         (muse-wiki-publish-small-title-words)
2089         (muse-wiki-publish-pretty-title): Docfix.
2090         (muse-wiki-update-local-wikiword-regexp): Rename from
2091         muse-wiki-update-local-wikiword-regexp.  Set
2092         muse-wiki-project-file-regexp instead of
2093         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2094         take muse-wiki-use-wikiword into account, since this is a
2095         different concept now.
2096         (muse-wiki-update-wikiword-regexp): Remove.
2097         (muse-wiki-wikiword-regexp): In-line the :set function.
2098         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2100 2006-08-26  Michael Olson  <mwolson@gnu.org>
2102         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2103         for indented list items, ignore blank lines.
2105         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2106         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2107         mapconcat.  This should hopefully fix a problem with large amounts
2108         of files with spaces in their name.  Thanks to Greg Detre for the
2109         report.
2111 2006-08-24  Michael Olson  <mwolson@gnu.org>
2113         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2114         numbers from the argument to format-time-string.  This fixes an
2115         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2117 2006-08-18  Michael Olson  <mwolson@gnu.org>
2119         * lisp/muse-project.el (muse-project-file-entries): Since we are
2120         given a full path, match against the filename as well.  This fixes
2121         an issue where backup files were being added to the file alist.
2123         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2124         from muse-html.el.
2126 2006-08-12  Michael Olson  <mwolson@gnu.org>
2128         * Makefile (.PHONY): Don't use line continuations.
2129         (realclean fullclean): Call realclean in subdirs, not distclean.
2130         (distclean): Don't call realclean, since this would wipe out our
2131         autoloads file.
2132         (dist): Use correct path to autoloads file.
2134         * NEWS: Catch up with the latest changes.
2136         * experimental/Makefile (.PHONY): Wrap long line.
2138         * lisp/Makefile (distclean): Do the same thing as "clean", not
2139         "realclean".
2141         * lisp/muse-project.el (muse-project-get-applicable-style):
2142         Indentation tweak.
2143         (muse-project-ignore-regexp, muse-project-recurse-directory):
2144         Docfix.
2145         (muse-project-of-file): Try the ignored files regexp against the
2146         base filename as well as the entire path.
2148         * lisp/muse-publish.el (muse-publish-this-file): Display message
2149         if the buffer is not associated with any file, so that we avoid
2150         errors later on.
2151         (muse-publish-url-desc): New function taken from muse-publish-url
2152         that causes a URL description to be transformed.
2153         (muse-publish-url): Call muse-publish-url-desc on either the
2154         description or the original URL if it will be used as a
2155         description.  Accept the original URL as an argument, in case it
2156         was transformed earlier.
2157         (muse-publish-insert-url): Pass original URL as an argument.
2158         (muse-publish-markup-link): Make this somewhat easier to follow.
2159         Pass original URL as argument.
2160         (muse-publish-get-style): If the same style is used to publish to
2161         two different directories, prompt the user for which directory to
2162         use.
2163         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2164         latest changes.
2165         (muse-publish-markup-url): Pass original URL as an argument.  This
2166         fixes the "nil" description for bare URLs that was in 3.02.91.
2167         Nothing like finding a bug just after completing the announcement
2168         of a release.
2170         * lisp/muse.el: Use defalias whenever convenient.
2171         (muse-version): Set version to 3.02.92 (3.03 RC2).
2173 2006-08-10  Michael Olson  <mwolson@gnu.org>
2175         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2176         style does not derive from any other class, return `t' here.
2177         This, along with the corresponding change to muse-publish.el,
2178         fixes a problem with the table of contents getting inserted
2179         multiple times for custom html-based styles.
2180         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2181         smarter method for table centering that works with XHTML.
2183         * lisp/muse-latex2png.el Rename all functions to have a
2184         "muse-latex2png" prefix.  Turn all variables into customizable
2185         options in the muse-latex2png group.
2186         (muse-latex2png-img-dest): New option specifying where to place
2187         the images.
2188         (muse-latex2png-template): New option containing the template to
2189         use for the surrounding LaTeX code.
2190         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2191         compliance.
2192         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2193         messages when something else goes wrong.  Create the image
2194         subdirectory if it doesn't exist already -- thanks to Christian
2195         Straßer for the report.  Expand the filename properly.
2196         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2197         and filename expansion.
2198         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2199         the default directory properly.
2201         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2202         do not run the same function twice.
2204 2006-08-08  Michael Olson  <mwolson@gnu.org>
2206         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2207         introduced wrong-type-argument error.
2209         * lisp/muse-html.el (muse-html-markup-strings)
2210         (muse-xhtml-markup-string): Cause table definition that contains
2211         image to be center-aligned.  This should fix an issue with images
2212         not being centered when captions are very long.
2214         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2215         whitespace from fields once we have split them up.
2217         * lisp/muse.el (muse-trim-whitespace): New function that strips
2218         leading and trailing whitespace from a string.
2220 2006-08-07  Michael Olson  <mwolson@gnu.org>
2222         * NEWS: Update through patch-95.
2224         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2225         to match the tags.
2226         (muse-colors-explicit-link): Show images in link descriptions if
2227         inlined images are enabled.
2229         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2230         definitions for 'image-with-desc, 'image, and 'image-link.
2231         (muse-docbook-markup-paragraph): If an inlined image begins a
2232         paragraph, insert <para> before it.
2233         (muse-docbook-fixup-images): New function that upper-cases the
2234         "format" attribute of the <imagedata> tag.
2235         (muse-docbook-finalize-buffer): Call it.
2237         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2238         with descriptions as centered tables, with a centered caption
2239         underneath.  The resulting look is consistent with the way that
2240         they are published in the LaTeX style.  Thanks to Jody Klymak for
2241         the suggestion.
2242         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2243         valid way to center a table.
2244         (muse-html-markup-paragraph): Use class="image" instead of
2245         "image-link" for paragraphs that start with an embedded image.
2247         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2248         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2249         suggestion.
2250         (muse-latex-markup-specials-image): New option that enables
2251         escaping of specials in images.  This was split from the URL
2252         specials.
2253         (muse-latex-decide-specials): Handle 'image context.
2254         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2255         of relying on caller to do this for us.
2257         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2258         'image context.
2259         (muse-publish-url): Use 'image context for images.  Use 'image
2260         instead of 'image-link and 'image-link in place of
2261         'url-with-image.  Separate the image file from its extension so
2262         that docbook and texinfo can publish images correctly.
2263         (muse-publish-markup-link): Don't force a description if one is
2264         not given.  This fixes a bug where images without descriptions
2265         were being published as 'image-with-desc instead of 'image.
2267         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2268         images the same as URLs.
2269         (muse-texinfo-markup-strings): Improve image markup to achieve an
2270         effect similar to that of the LaTeX publishing style.  Simplify
2271         'url string.
2273         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2275         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2276         when we have to use the custom version of this function.
2278         * muse.texi (Images): Explain how to toggle inlining of images and
2279         give better examples.  Mention captions and that captioned images
2280         should not be used inside of text paragraphs.
2281         (Markup Strings): Bring up-to-date with the changes made since
2282         3.02.
2284 2006-08-06  Michael Olson  <mwolson@gnu.org>
2286         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2287         in the Emacs source tree.
2289         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2290         in the Emacs source tree.
2292         * ChangeLog.3: New file created from the old ChangeLog.
2294         * Makefile.defs (VERSION): Set to 3.02.91.
2296         * NEWS: Update through patch-84.
2298         * lisp/muse.el (muse-version): Set to 3.02.91.
2300         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2301         attributes.
2302         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2303         delimiter are instead of hard-coding it.
2305         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2306         (muse-mode): Make filling definition lists work better.  This
2307         should fix #5359.
2309         * lisp/muse-publish.el (muse-style-run-hooks): Use
2310         `muse-style-element' instead of `muse-get-keyword' here.  This
2311         should fix #6399.
2313         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2315 See ChangeLog.3 for earlier changes.
2317 ;; Local Variables:
2318 ;; coding: utf-8
2319 ;; End: