Makefile: Fix error when doing "make install"
[muse-el.git] / ChangeLog
blob2a2e51d7dacee930c47ae8c7fdbf127fb63dbc28
1 2007-06-05  Michael Olson  <mwolson@gnu.org>
3         * Makefile (install-info): Remove $(MANUAL).info part, since this
4         is taken care of already by texi/Makefile.  Thanks to Leo for the
5         report.
7         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
8         read-only properties to qotd contents, so that they don't get
9         double-escaped.  Thanks to Leo for the report.
11 2007-06-04  Michael Olson  <mwolson@gnu.org>
13         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
14         -- that is, Tramp or ange-ftp -- file, then do not call
15         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
16         Fixes bug #5115.
18         * lisp/muse-html.el (muse-html-insert-contents): Add
19         documentation.  Handle case where heading is read-only, but has
20         muse-contents property.  Remove the muse-contents property for any
21         heading we come across so as to avoid double-including an item in
22         an outer table of contents.
23         (muse-html-denote-headings): New function that denotes whether a
24         heading is not read-only by adding the muse-contents property to
25         it.
26         (muse-html-munge-buffer): If we are not to generate contents,
27         still denote headings, in case some outer layer wants to generate
28         contents for our headings.  This should fix a bug with table of
29         contents and the <include> tag.  Thanks to thorne for the report.
31         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
32         muse-publish-generate-contents and set it to nil.  This should
33         do the right thing when using <include> tags.
35 2007-06-02  Michael Olson  <mwolson@gnu.org>
37         * NEWS: Update for non-inlined image change and support for
38         table.el style tables.
40         * examples/Makefile (clean): Clean backup files.
42         * examples/QuickStart.muse (Images): New section that describes
43         how to inline and not inline images.
45         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
46         touch images that have "URL:" in front of them.
48         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
49         "URL:".  Use the identity function to resolve, since we don't want
50         to rip "URL:" out while publishing, due to some magic that depends
51         on that text.
52         (muse-browse-url-url): New function that browses URLs that have
53         "URL:" in front of them, by removing the "URL:" part and
54         reprocessing the remainder.
56         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
57         (muse-publish-url): Recognize images in the description before
58         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
59         for the suggested workaround.
60         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
61         default value.
62         (muse-publish-classify-url): If target begins with "URL:" return
63         type url.
64         (muse-publish-strip-URL): New function that strips "URL:" from the
65         beginning of a string.  This is used to remove URL: from the link
66         description.  * texi/muse.texi (Markup Strings): Clarify the
67         meanings of image-link, link, and link-and-anchor.
68         (muse-publish-markup-regexps): Move normal table rule to 2350.
69         Rule 2300 is now a regexp that matches table.el-style tables.
70         (muse-publish-markup-functions): Add table-el entry.
71         (muse-publish-table-el-table): New function that given a variant,
72         publishes a table.el-style table using the table in the matched
73         region.
74         (muse-publish-markup-table-el): New function that determines
75         whether the table.el-style table can be published, and what
76         variant to use.
78         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
79         the borders of table.el-style tables.
81         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
82         the table has sufficient whitespace in front of it.
84         * texi/muse.texi (Images): Update for new non-inlined image
85         ability and provide example.
87 2007-05-31  Michael Olson  <mwolson@gnu.org>
89         * NEWS: Add example for setting `muse-html-table-attributes'.
91         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
92         Publish multiple tbody tags if there is a horizontal separator
93         after the heading, because that is valid HTML after all.
95 2007-05-30  Michael Olson  <mwolson@gnu.org>
97         * NEWS: Update.
99         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
100         horizontal separators in tables.
102         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
103         horizontal separators in tables.
104         (muse-publish-trim-table): New function to remove initial and
105         final blank columns from a table.
106         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
107         with horizontal separators, aka "hlines".
109         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
110         defines the syntax of a horizontal separator in a table.
112         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
113         horizontal separators.  Publish header lines correctly.
115         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
116         where we have nonnumbers as a row type.  This ignores sorting for
117         hlines.
118         (muse-xml-markup-table): Deal with horizontal separators.  If the
119         markup supports table groups, make hlines separate table groups.
120         Otherwise, ignore them, since they cannot be marked up.  Together,
121         these changes allow us to support orgtbl-mode tables.  Thanks to
122         Carsten Dominik for the suggestion.
124 2007-05-26  Michael Olson  <mwolson@gnu.org>
126         * lisp/muse-project.el (muse-project-alist-styles): Allow for
127         other things to be added to each generated style as well.  For
128         example, this permits me to add
129         :base-url "http://blog.mwolson.org/"
130         for my blog.
132 2007-05-25  Michael Olson  <mwolson@gnu.org>
134         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
135         way of building Debian packages that preserves the original
136         release tarball and is more modular.
137         (debrevision, debrelease): Remove.
138         (dist): No need to remove the debian/ directory, since it is now
139         in its own branch.
140         (debprepare): Copy over debian/ directory properly.
142         * NEWS: Update.
144         * examples/Makefile (clean): Remove QuickStart.texi, in case
145         something went wrong during the build.
146         (%.pdf): Publish the example using the normal pdf style, rather
147         than info-pdf.
149         * examples/QuickStart.muse: Add myself to the authors list.
151         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
152         sufficient blank lines before the tag.
154         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
155         we have sufficient blank lines before the tag.
157         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
158         specifies the program to call in order to generate PDF content
159         from LaTeX content.
160         (muse-latex-pdf-cruft): New option that specifies the extensions
161         of files to remove after generating PDF output successfully.
162         (muse-latex-pdf-generate): Use these new options.  Work around the
163         annoying edge case where a tilde character exists in the filename
164         or directory path -- now this can only error out when the relative
165         path from the output file to the source file contains a tilde,
166         which is far less likely.
168         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
169         muse-publish-ensure-block here after all, because <lisp> et al may
170         occur inline as part of other things.
172         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
173         occur after full-document escaping, rather than before.  This
174         prevents automatically-inserted Texinfo code from being escaped.
175         (muse-texinfo-pdf-generate): Rewrite to call
176         `muse-latex-pdf-generate' with pdftex as the generating binary,
177         because texi2pdf suffers irredeemably from the tilde edge case
178         mentioned above.
180 2007-05-24  Michael Olson  <mwolson@gnu.org>
182         * NEWS: Drop vague entries and position interesting entries closer
183         to the top of each section.  Update for new changes.
185         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
186         and bzr metadata directories to the list of things to ignore.
188         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
189         `muse-publish-ensure-block-tag', since we will use it for more
190         than just tags.
191         (muse-publish-markup-list, muse-publish-verse-tag)
192         (muse-publish-quote-tag, muse-publish-example-tag)
193         (muse-publish-markup-attribute): Use it.  This fixes a bug that
194         can occur when these types of markup occur immediately after a
195         paragraph.  It's good to have defined behavior!
197         * texi/muse.texi (Markup Strings): Mention new argument for
198         link-and-anchor.
200 2007-05-19  Michael Olson  <mwolson@gnu.org>
202         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
203         published footnotes and footnote references.  Thanks to Scott
204         Jaderholm for the idea.
206         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
207         link-and-anchor, on the recommendation of the original submitter.
209 2007-05-14  Michael Olson  <mwolson@gnu.org>
211         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
212         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
213         suggestion.
215         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
216         file extension as the fourth argument.
218         * README, texi/muse.texi (Getting Help and Reporting Bugs):
219         Mention the new muse-el-logs mailing list.
221 2007-05-13  Michael Olson  <mwolson@gnu.org>
223         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
224         "\`" here.  This fixes a problem with publishing custom URLs.
226 2007-05-12  Michael Olson  <mwolson@gnu.org>
228         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
229         update the list if the current buffer is associated with a file.
230         This fixes a bug with M-x muse-publish-region in a temporary
231         buffer.
233 2007-05-01  Michael Olson  <mwolson@gnu.org>
235         * lisp/muse-publish.el (muse-publish-region): Remove read-only
236         properties from the published buffer, so that the results can be
237         manually tweaked.
239 2007-04-23  Michael Olson  <mwolson@gnu.org>
241         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
242         find the footnote that goes with a reference, leave the reference
243         as-is.  This fixes an error where control characters could be
244         placed in a published document.
246 2007-04-22  Michael Olson  <mwolson@gnu.org>
248         * IDEAS.muse: Add muse-slides.el to list of things to include
249         before release.
251         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
252         character.
253         (muse-protocol-find): Find protocols correctly.  Rewrite to use
254         catch/throw.
255         (muse-browse-url): Don't concatenate "\`" here.  Together, this
256         fixes a bug with browsing woman:// links.
258         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
259         where entry-dir has a trailing backslash.
260         (muse-project-publish-file): If a style is malformed, skip it and
261         display a warning message.  This should help people figure out
262         where the problem is.
264 2007-04-21  Michael Olson  <mwolson@gnu.org>
266         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
267         yet-to-be-included "contex" publishing style, use "$$" rather
268         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
269         this out.
271 2007-04-20  Michael Olson  <mwolson@gnu.org>
273         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
274         variable that causes the :before and :before-end hooks to be
275         ignored when non-nil.
276         (muse-publish-markup-region): Use it.  Also, guarantee that point
277         is at end of region after publishing.
278         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
279         variable.
281 2007-04-19  Michael Olson  <mwolson@gnu.org>
283         * IDEAS.muse: New file containing a list of ideas we have for new
284         features, or patches that have yet to be applied.
286         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
287         be so confusing.
289         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
290         docstring.
292         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
293         <literal> tags with muse-publish-literal-tag, rather than
294         muse-publish-mark-read-only.
295         (muse-publish-literal-tag): New function that publishes the
296         <literal> tag.  It adds the ability to add the optional "style"
297         and "exact" elements, which cause text to only be included if the
298         current publishing style matches some criteria.  The text will be
299         removed otherwise.  Thanks to Jim Ottaway for the implementation.
300         (muse-publish-mark-up-tag): Let the <markup> tag take the
301         additional optional elements "style" and "exact", with much the
302         same effect as the <literal> improvements, but after calling
303         "function" or publishing the region first.  Make it possible to
304         put <content> tags in <markup> regions in HTML publishing.
306 2007-04-12  Michael Olson  <mwolson@gnu.org>
308         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
309         that a blank line always exists after a heading.  This fixes a bug
310         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
311         for the report.
313         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
314         detection regexp to that which is used in Docbook and HTML
315         publishing styles.
317 2007-04-02  Michael Olson  <mwolson@gnu.org>
319         * README (muse-el-announce): Make a listing of mailing lists,
320         rather than pointing to the old EmacsWikiMailingList page.  Thanks
321         to Andreas Roehler for noticing.
323 2007-04-01  Michael Olson  <mwolson@gnu.org>
325         * lisp/muse-publish.el (muse-publish-date-format): Add
326 `       customization type and group.
327         (muse-publish-region): New interactive function that publishes a
328         region to a new buffer.
330         * texi/muse.texi: Use "document" rather than "manual".
332 2007-03-31  Michael Olson  <mwolson@gnu.org>
334         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
335         expression (muse-style-derived-p "latex" (muse-style "latex"))
336         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
337         for the catch.
339 2007-02-25  Michael Olson  <mwolson@gnu.org>
341         * lisp/muse-publish.el (muse-publish-date-format): New option that
342         specifies how to format the date when publishing Muse pages.
343         Thanks to Thomas Gehrlein for the suggestion.
344         (muse-publish-markup-buffer): Use it.
346 2007-02-23  Michael Olson  <mwolson@gnu.org>
348         * README: Add Prerequisites section to mention which versions of
349         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
350         the suggestion.  Update link destination for Muse's page on
351         emacswiki.org.
353 2007-02-15  Michael Olson  <mwolson@gnu.org>
355         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
356         be not just at beginning of line.  This fixes an error with the
357         <class> tag.  Thanks to Jim Pivarski for the report.
359 2007-02-14  Michael Olson  <mwolson@gnu.org>
361         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
362         whether something is an image before checking to see if it is a
363         URL.  Thanks to ITSUMI ken-ichi for the report.
365 2007-02-13  Michael Olson  <mwolson@gnu.org>
367         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
368         comments that have no text better.  Thanks to fang.lungang for the
369         report.
370         (muse-publish-markup-comment): Deal with case where no comment
371         text is provided.
373 2007-01-23  Michael Olson  <mwolson@gnu.org>
375         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
376         that ensures that at least one blank line exists at the given
377         position.  This is used to avoid paragraph detection problems when
378         block-level tags like <example> immediately follow a paragraph.
379         Thanks to Hans Ekbrand for the report.
380         (muse-publish-example-tag): Use it.
382 2007-01-19  Michael Olson  <mwolson@gnu.org>
384         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
385         previous blank line if we are publishing in Latex.  Otherwise,
386         that wouldn't be the right thing, so leave it be.
388 2007-01-17  Michael Olson  <mwolson@gnu.org>
390         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
391         multiple centered math lines on the same line; keep them on
392         different lines.  Use \[ math-text \] instead of $$math-text$$,
393         since the latter seems to be deprecated.  Thanks to Jody Klymak
394         for the pointer.
396 2007-01-15  Michael Olson  <mwolson@gnu.org>
398         * lisp/muse-latex2png.el (muse-publish-latex-tag)
399         (muse-publish-math-tag): Publish region read-only when current
400         style is Latex-derived, so that Muse does not escape it.
401         (muse-publish-math-tag): If 6 or more spaces come before the tag,
402         surround the region with "$$" rather than "$".  This is the Muse
403         syntax for something centered, so it should be a good fit.
405 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
407         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
408         protocol.
409         (muse-browse-url-man): Change man page URL format.  The code is
410         simpler when the section is left inside parentheses.
411         (muse-browse-url-woman): New function.
413 2007-01-14  Michael Olson  <mwolson@gnu.org>
415         * AUTHORS: Bookkeeping.
417         * lisp/muse-latex2png.el: Associate <math> tag with
418         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
419         Klymak for the report.
420         (muse-publish-math-tag): Use muse-insert-markup for the "$"
421         characters, so they don't get escaped.
423         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
424         make muse-style-derived-p easier to implement.
425         (muse-style-derived-p): If the style is not provided, fetch it and
426         check to see if the car is a string.  This should fix the other
427         problem that was reported.
429         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
430         explains a case where setting muse-file-extension to nil can cause
431         unexpected behavior.
433 2007-01-09  Michael Olson  <mwolson@gnu.org>
435         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
436         comments higher priority than tags.  Thanks to Stefan van der Walt
437         for the report.
439 2007-01-08  Michael Olson  <mwolson@gnu.org>
441         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
442         argument rather than calling match-string.  Thanks to Stefan van
443         der Walt for the report.  This should fix a bug with publishing
444         <include file="..." markup="example">.
446 2007-01-06  Michael Olson  <mwolson@gnu.org>
448         * Makefile (debclean): New rule split from debrevision and
449         debrelease.
450         (debbuild): Take distributor into account.
452         * Makefile.defs (DISTRIBUTOR): New field that tracks what
453         vendor/distributor we are building for.
455 2007-01-04  Michael Olson  <mwolson@gnu.org>
457         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
458         line.
460         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
461         point to muse-publish-src-tag by default, since <src> and
462         <example> have different parameters.
463         (muse-publish-src-tag): New barebones publishing function for
464         <src>, which is superseded when publishing in an HTML-based style.
466 2007-01-03  Michael Olson  <mwolson@gnu.org>
468         * lisp/muse-html.el (muse-html-src-tag): Document.
470         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
471         command that calls a given tag on the current buffer.  Attributes
472         may be passed.
473         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
474         it.
475         (muse-publish-srcify-buffer): New function that allows
476         markup="src" in the <include> tag.
477         (muse-publish-get-and-delete-attr): New macro that gets an
478         attribute from a list and removes the first instance of that
479         attribute from said list.
480         (muse-publish-markup-attribute): Handle markup="src".
481         (muse-publish-command-tag, muse-publish-include-tag): Use
482         muse-publish-get-and-delete-attr.  This allows the remaining
483         attributes to be passed.
485         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
486         as changes to <command> and <include>.
488 2006-12-30  Michael Olson  <mwolson@gnu.org>
490         * NEWS: Update.
492         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
493         from muse-publish-math-tag to avoid conflict with
494         muse-latex2png.el.
496 2006-12-23  Michael Olson  <mwolson@gnu.org>
498         * lisp/muse-latex2png.el: Update header, since this has been
499         rewritten sufficiently to not need an assignment from the original
500         author.
501         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
502         (muse-latex2png): Use two underscores to separate prefix and hash.
503         (muse-latex2png-region): New function split from
504         muse-publish-latex-tag that can be used easily by other code.
505         Detect whether we are using an HTML-based publishing style, and
506         insert a simpler markup if we are not.  If we are using a
507         Latex-based publishing style, do not generate an image, and leave
508         the region alone.  Return the path of the generated image, in case
509         other functions want to use this programmatically.
510         (muse-publish-latex-tag): Set a default prefix based on the name
511         of the current file.
512         (muse-publish-math-tag): New tag that surrounds the region with
513         "$" characters, so that it becomes a Latex math region, and then
514         publishes it.
516         * lisp/muse-publish.el (muse-style-derived-p): New function that
517         returns non-nil if a given style, or the current style if omitted,
518         is equal to or derived from the given base style.  This is useful
519         in <lisp> tags, because it allows the user to specify markup that
520         is only to be inserted for one particular style.
522 2006-12-22  Michael Olson  <mwolson@gnu.org>
524         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
525         (muse-html-src-tag): New function which publishes the <src> tag.
526         Thanks to Clinton Ebadi and Charles Wang for the initial
527         implementations.
529         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
531 2006-12-21  Michael Olson  <mwolson@gnu.org>
533         * examples/johnw/muse-johnw.el: Update for preferred
534         muse-derive-style usage.  Rename to muse-init.el.
536         * examples/mwolson/muse-init.el: Update.
538         * lisp/muse-book.el (muse-book-publish): New function split from
539         muse-book-publish-project.  This is used in the definitions for
540         the book-latex and book-pdf styles.
541         (muse-book-publish-p): New function split from muse-book-publish.
542         (muse-book-get-directives): New function that retrieves the
543         publishing directives from the given file.
544         (muse-book-publish): Use muse-book-get-directives to set the title
545         if no title was specified.
547         * lisp/muse-project.el (muse-project): Add :publish-project entry
548         to widget.
549         (muse-read-project, muse-project-find-file): Message fix.
550         (muse-project-publish-file-default): New function split from
551         muse-project-publish-file.
552         (muse-project-publish-file): Allow file-level publishing function
553         to be specified by the :publish element.  The default is
554         muse-project-publish-file-default.
555         (muse-project-publish-default): New function split from
556         muse-project-publish.
557         (muse-project-publish): Allow project-level publishing function to
558         be specified by :publish-project element.  The default is
559         muse-project-publish-default.
561         * lisp/muse-publish.el (muse-publish-file): Message fix.
563         * texi/muse.texi (Book): Mention new way to publish books and
564         provide an example, since the process may be non-obvious.
566 2006-12-20  Michael Olson  <mwolson@gnu.org>
568         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
569         content-modifying code from the rest of
570         muse-docbook-finalize-buffer.
572         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
573         muse-groff-finalize-buffer, since it adds content to the buffer.
575         * lisp/muse-html.el (muse-html-munge-buffer): Split out
576         content-modifying code from the rest of muse-html-finalize-buffer.
577         This fixes a bug when using <include> with <content> tags.
579         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
580         (muse-journal-latex-munge-buffer)
581         (muse-journal-rss-munge-buffer): Rename, since they add content to
582         the buffer.
584         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
585         muse-latex-finalize-buffer, since it adds content to the buffer.
587         * lisp/muse-mode.el:
588         * lisp/muse-project.el:
589         * lisp/muse-publish.el:
590         * lisp/muse.el: Fix recursive load error.
592         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
593         muse-texinfo-finalize-buffer, since it adds content to the buffer.
595         * lisp/muse-wiki.el: Comment cleanup.
597         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
599 2006-12-17  Michael Olson  <mwolson@gnu.org>
601         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
602         Remove the definition of \comment, since Latex already has comment
603         syntax.
604         (muse-latex-markup-strings): Use the Latex comment syntax, rather
605         than our own.  Thanks to Ryan Stutsman for pointing this out.
607 2006-12-02  Michael Olson  <mwolson@gnu.org>
609         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
610         that this can generate a proper table of contents for Planner HTML
611         publishing.
613 2006-12-01  Michael Olson  <mwolson@gnu.org>
615         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
616         using a very old Emacs, avoid an infinite loop that could occur
617         when the regexp is an empty string.
619 2006-11-26  Michael Olson  <mwolson@gnu.org>
621         * NEWS: Bring up to date.
623         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
624         list issues and multiple-stanza verse issues.  This takes care of
625         all of the markup issues I was worried about.
627         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
628         (muse-project-publish-private-files): New option that indicates
629         whether files with private filesystem permissions should be
630         published.  The default is to publish them, since it avoids
631         confusion in new users.
632         (muse-project-private-p): Use it.
634 2006-11-19  Michael Olson  <mwolson@gnu.org>
636         * lisp/muse-project.el (muse-project-resolve-link): If no remote
637         style is found, which means that the link is not a Muse page, do
638         not add a suffix or prefix to it.  This should fix the
639         "[[thing.owl]]" bug that Phillip Lord reported.
641         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
642         removing unused 2nd argument.
644 2006-11-17  Michael Olson  <mwolson@gnu.org>
646         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
647         latex publishing where nested enumerated lists would be squashed
648         together at the end.
650 2006-11-16  Michael Olson  <mwolson@gnu.org>
652         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
653         list embedded in a definition list look right.  This also allows
654         for definitions to be separated from their terms, much like the
655         way HTML does it by default, if the user puts a blank line or a
656         line break between the term and the definition.  If the term and
657         definition are on the same line, they will be that way in the
658         output as well.
660 2006-11-11  Michael Olson  <mwolson@gnu.org>
662         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
663         for the report.
664         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
666 2006-11-07  Michael Olson  <mwolson@gnu.org>
668         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
669         release candidate for Muse 3.03, available.
671         * NEWS: Update.
673 2006-11-06  Michael Olson  <mwolson@gnu.org>
675         * lisp/muse-project.el (muse-project-find-file): Fix bug when
676         following a relative link worked even when the path was incorrect.
678 2006-11-04  John Sullivan  <john@wjsullivan.net>
680         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
681         muse-follow-name-at-point to reduce collisions with other
682         modes (Planner).
684         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
686 2006-11-04  Michael Olson  <mwolson@gnu.org>
688         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
689         optional, and make interwiki delimiter a regular rather than shy
690         group.
691         (muse-wiki-handle-implicit-interwiki): Rename from
692         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
693         (muse-wiki-handle-explicit-interwiki): New function that is
694         smarter about where an explicit link ends in a buffer.  This
695         allows you to refer to page names with invalid Wiki characters,
696         such as underscores and dashes, merely by enclosing them in double
697         brackets.  Also, a bug with recognizing project names too loosely
698         has been fixed.
700 2006-11-03  Michael Olson  <mwolson@gnu.org>
702         * lisp/muse-project.el (muse-project-page-file): Make relative
703         links work as expected, hopefully.
705         * lisp/muse-publish.el (muse-publish-this-file): Set the current
706         output style manually, since it will differ from anything in the
707         publishing style list.
709 2006-10-30  Michael Olson  <mwolson@gnu.org>
711         * lisp/muse-colors.el (muse-colors-markup): Remove note about
712         grouping elements, since that no longer applies.
713         (muse-colors-custom-tags): Explicitly match against
714         muse-tag-regexp to get the match-data set the way we want.  This
715         really fixes the <example> highlighting bug that Stefan reported.
716         (muse-configure-highlighting): Set the original value to the
717         symbol, not the modified value.  Re-use modified rules properly.
719         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
720         introduced yesterday.
722 2006-10-29  Michael Olson  <mwolson@gnu.org>
724         * examples/mwolson: Update my example configuration.
726         * NEWS: Update.
728         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
729         without a regexp in the first position before iterating through
730         them to build muse-colors-vector.  This fixes a bug with the
731         display of <example> tags.  Thanks to Stefan Reichör for the
732         report.
734         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
735         files in projects to be linked to.
737         * lisp/muse-publish.el (muse-publish-url): Allow the original link
738         to serve as a description for a URL, as long as it differs from
739         the destination URL.  This fixes the description of WikPage links
740         in PDF output.
741         (muse-publish-link-file): Check to see whether the given link
742         points at a valid file.  If so, return it.  Otherwise, apply other
743         transforms like prefix and link suffix.
745         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
746         "/", it is a file or directory, not a Muse page.  Thanks to
747         Phillip Lord for the suggestion.
749         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
750         of the current page as the local path, instead of duplicating the
751         remote file's path.  This probably fixes at least one reported
752         bug. since it's quite major.
753         (muse-wiki-update-project-file-regexp)
754         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
755         passed to regexp-opt, since that can cause Emacs 21 to throw an
756         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
757         DOT edu for the report.
758         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
760 2006-10-28  Michael Olson  <mwolson@gnu.org>
762         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
763         (muse-project-resolve-link): If the given style does not have a
764         link-suffix, default to suffix.  This fixes a bug I was noticing
765         when linking to a file that was published in both PDF and HTML
766         form.
768         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
769         function that is used as a callback to determine the initial
770         amount of indentation that the current dl item has.
771         (muse-publish-surround-dl): Use it.  Pass the initial indent value
772         and the post-indent value, instead of trying to determine them
773         both.
774         (muse-publish-strip-list-indentation): New function stripped from
775         `muse-publish-surround-text' for readability.
776         (muse-publish-surround-text): Instead of taking a determine-indent
777         value, take a determine-indent-func function, which is called just
778         after finding the next list item.  If we are asked to determine
779         the amount of indentation, concatenate indent and post-indent the
780         first time around.  This effectively fixes all known definition
781         list issues.
783 2006-10-16  Michael Olson  <mwolson@gnu.org>
785         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
786         other software -- namely, Planner -- can detect whether they are
787         using a version of Muse that supports nested tags.
788         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
789         muse-publish-goto-tag-end.
791         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
792         Adapt for nested tags.
794         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
795         <class> tag is nestable.  Thanks to Phillip Lord for noticing
796         this.
798         * lisp/muse-publish.el (muse-publish-markup-tag)
799         (muse-publish-quote-tag): Use muse-goto-tag-end.
801         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
803 2006-10-15  Michael Olson  <mwolson@gnu.org>
805         * AUTHORS: Bookkeeping.
807         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
808         tag.
810         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
811         tags.
813         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
815         * lisp/muse-import-docbook.el (muse-import-docbook)
816         (muse-import-docbook-files): Docfix.
817         (muse-import-docbook-get-title): Remove cl.el-ism.
819         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
821         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
823         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
825         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
826         (muse-next-reference, muse-previous-reference): Minor whitespace
827         changes.
828         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
829         the suggestion.
831         * lisp/muse-poem.el (muse-poem-tag): Ditto.
833         * lisp/muse-publish.el (muse-publish-markup-tags)
834         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
835         element and make 4th element determine whether tags are nestable.
836         (muse-publish-goto-tag-end): New function that moves to the end of
837         a tag.  Handle nested tags when NESTED is non-nil.
838         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
839         5th element for function.
840         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
841         this on several scenarios, and it seems to work.
842         (muse-publish-surround-text): Accept new optional argument
843         LIST-ITEM which determines the regexp to use for list items.  The
844         default is to use muse-list-item-regexp.
846         * muse.texi (Markup Tags): Mention nestable tags.
848         * NEWS: Mention new files.
850 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
852         * lisp/muse-import-docbook.el: New file that converts Docbook XML
853         into Muse format.
855         * lisp/muse-import-xml.el: New file that provides helper routines
856         for converting XML-ish files to Muse format.
858 2006-10-10  Michael Olson  <mwolson@gnu.org>
860         * NEWS: Update for 3.02.7 bugfix release.
862 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
864         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
865         using the value in the muse #date directive.
866         (muse-blosxom-use-metadate): New option that determines whether or
867         not to use the #postdate directive.
868         (muse-blosxom-format-date): Convert a date string to PyBlosxom
869         metadate plugin format.
871 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
873         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
874         recognised URLs.
876         * muse.texi: Clarify handling of implicit links by mentioning
877         which characters can prevent Muse from recognizing something as an
878         implicit link.
880 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
882         * lisp/muse-mode.el (muse-next-reference)
883         (muse-previous-reference): Fix bug #6367 by moving point to the
884         beginning of the link.
886 2006-09-26  Michael Olson  <mwolson@gnu.org>
888         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
889         beginning-of-line.  This should fix a bug that was noticed in
890         recent Emacs 22 builds.
892         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
893         eval-and-compile block to avoid a compiler warning.
895 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
897         * lisp/muse-backlink.el (muse-backlink-split-string):
898         Compatibility with Emacs versions < 22
899         (muse-backlink-pending): New internal variable
900         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
901         that backlinks are inserted at the right time.
902         (muse-backlink-insert-hook-func): Remove unwind-protection; check
903         for pending backlink, and that this is the targe page.
904         (muse-backlink-handle-link): Don’t handle the link if we are
905         already handling one. Return the link as well as the parent links.
907 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
909         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
910         #6942 - muse-blosxom-new-entry fails when using tags.
912 2006-09-14  Michael Olson  <mwolson@gnu.org>
914         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
915         compiler warning.
917 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
919         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
920         function: Protect all wikiwords from START to END from further
921         processing.
922         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
924 2006-09-13  Michael Olson  <mwolson@gnu.org>
926         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
927         adopted from Jim Ottaway's patch.  It removes links from the
928         heading, and then marks the region read-only to inhibit WikiWord
929         detection.
931 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
933         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
934         special handling for headings.
935         (muse-texinfo-remove-links): New function that removes explicit
936         links from the given strings, replacing them with a description.
938 2006-09-11  Michael Olson  <mwolson@gnu.org>
940         * muse.texi (Getting Help and Reporting Bugs): Mention the
941         muse-el-internationalization mailing list.
943         * lisp/muse.el (muse-path-sans-extension): New function that acts
944         like file-name-sans-extension, but guarantees to never modify the
945         directory part of the path.  Thanks to Evan Monroig for
946         investigating this.
948         * lisp/muse-book.el (muse-book-publish-project): Use
949         muse-path-sans-extension instead of file-name-sans-extension.
951         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
952         Ditto.
954 2006-08-30  Michael Olson  <mwolson@gnu.org>
956         * muse.texi (Blosxom Requirements): Fix typo.
958         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
959         directories for bzr and darcs.
961         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
962         contrib/pyblosxom/getstamps.py: Update version and headers.
964 2006-08-27  Michael Olson  <mwolson@gnu.org>
966         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
967         nil values before they get to mapconcat.  This fixes a lockup when
968         muse-wiki-match-all-project-files is nil.
970         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
971         (muse-wiki-ignore-implicit-links-to-current-page)
972         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
973         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
974         (muse-wiki-publish-small-title-words)
975         (muse-wiki-publish-pretty-title): Docfix.
976         (muse-wiki-update-local-wikiword-regexp): Rename from
977         muse-wiki-update-local-wikiword-regexp.  Set
978         muse-wiki-project-file-regexp instead of
979         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
980         take muse-wiki-use-wikiword into account, since this is a
981         different concept now.
982         (muse-wiki-update-wikiword-regexp): Remove.
983         (muse-wiki-wikiword-regexp): In-line the :set function.
984         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
986 2006-08-26  Michael Olson  <mwolson@gnu.org>
988         * lisp/muse-publish.el (muse-publish-surround-text): When looking
989         for indented list items, ignore blank lines.
991         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
992         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
993         mapconcat.  This should hopefully fix a problem with large amounts
994         of files with spaces in their name.  Thanks to Greg Detre for the
995         report.
997 2006-08-24  Michael Olson  <mwolson@gnu.org>
999         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1000         numbers from the argument to format-time-string.  This fixes an
1001         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1003 2006-08-18  Michael Olson  <mwolson@gnu.org>
1005         * lisp/muse-project.el (muse-project-file-entries): Since we are
1006         given a full path, match against the filename as well.  This fixes
1007         an issue where backup files were being added to the file alist.
1009         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1010         from muse-html.el.
1012 2006-08-12  Michael Olson  <mwolson@gnu.org>
1014         * Makefile (.PHONY): Don't use line continuations.
1015         (realclean fullclean): Call realclean in subdirs, not distclean.
1016         (distclean): Don't call realclean, since this would wipe out our
1017         autoloads file.
1018         (dist): Use correct path to autoloads file.
1020         * NEWS: Catch up with the latest changes.
1022         * experimental/Makefile (.PHONY): Wrap long line.
1024         * lisp/Makefile (distclean): Do the same thing as "clean", not
1025         "realclean".
1027         * lisp/muse-project.el (muse-project-get-applicable-style):
1028         Indentation tweak.
1029         (muse-project-ignore-regexp, muse-project-recurse-directory):
1030         Docfix.
1031         (muse-project-of-file): Try the ignored files regexp against the
1032         base filename as well as the entire path.
1034         * lisp/muse-publish.el (muse-publish-this-file): Display message
1035         if the buffer is not associated with any file, so that we avoid
1036         errors later on.
1037         (muse-publish-url-desc): New function taken from muse-publish-url
1038         that causes a URL description to be transformed.
1039         (muse-publish-url): Call muse-publish-url-desc on either the
1040         description or the original URL if it will be used as a
1041         description.  Accept the original URL as an argument, in case it
1042         was transformed earlier.
1043         (muse-publish-insert-url): Pass original URL as an argument.
1044         (muse-publish-markup-link): Make this somewhat easier to follow.
1045         Pass original URL as argument.
1046         (muse-publish-get-style): If the same style is used to publish to
1047         two different directories, prompt the user for which directory to
1048         use.
1049         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1050         latest changes.
1051         (muse-publish-markup-url): Pass original URL as an argument.  This
1052         fixes the "nil" description for bare URLs that was in 3.02.91.
1053         Nothing like finding a bug just after completing the announcement
1054         of a release.
1056         * lisp/muse.el: Use defalias whenever convenient.
1057         (muse-version): Set version to 3.02.92 (3.03 RC2).
1059 2006-08-10  Michael Olson  <mwolson@gnu.org>
1061         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1062         style does not derive from any other class, return `t' here.
1063         This, along with the corresponding change to muse-publish.el,
1064         fixes a problem with the table of contents getting inserted
1065         multiple times for custom html-based styles.
1066         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1067         smarter method for table centering that works with XHTML.
1069         * lisp/muse-latex2png.el Rename all functions to have a
1070         "muse-latex2png" prefix.  Turn all variables into customizable
1071         options in the muse-latex2png group.
1072         (muse-latex2png-img-dest): New option specifying where to place
1073         the images.
1074         (muse-latex2png-template): New option containing the template to
1075         use for the surrounding LaTeX code.
1076         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1077         compliance.
1078         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1079         messages when something else goes wrong.  Create the image
1080         subdirectory if it doesn't exist already -- thanks to Christian
1081         Straßer for the report.  Expand the filename properly.
1082         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1083         and filename expansion.
1084         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1085         the default directory properly.
1087         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1088         do not run the same function twice.
1090 2006-08-08  Michael Olson  <mwolson@gnu.org>
1092         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1093         introduced wrong-type-argument error.
1095         * lisp/muse-html.el (muse-html-markup-strings)
1096         (muse-xhtml-markup-string): Cause table definition that contains
1097         image to be center-aligned.  This should fix an issue with images
1098         not being centered when captions are very long.
1100         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1101         whitespace from fields once we have split them up.
1103         * lisp/muse.el (muse-trim-whitespace): New function that strips
1104         leading and trailing whitespace from a string.
1106 2006-08-07  Michael Olson  <mwolson@gnu.org>
1108         * NEWS: Update through patch-95.
1110         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1111         to match the tags.
1112         (muse-colors-explicit-link): Show images in link descriptions if
1113         inlined images are enabled.
1115         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1116         definitions for 'image-with-desc, 'image, and 'image-link.
1117         (muse-docbook-markup-paragraph): If an inlined image begins a
1118         paragraph, insert <para> before it.
1119         (muse-docbook-fixup-images): New function that upper-cases the
1120         "format" attribute of the <imagedata> tag.
1121         (muse-docbook-finalize-buffer): Call it.
1123         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1124         with descriptions as centered tables, with a centered caption
1125         underneath.  The resulting look is consistent with the way that
1126         they are published in the LaTeX style.  Thanks to Jody Klymak for
1127         the suggestion.
1128         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1129         valid way to center a table.
1130         (muse-html-markup-paragraph): Use class="image" instead of
1131         "image-link" for paragraphs that start with an embedded image.
1133         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1134         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1135         suggestion.
1136         (muse-latex-markup-specials-image): New option that enables
1137         escaping of specials in images.  This was split from the URL
1138         specials.
1139         (muse-latex-decide-specials): Handle 'image context.
1140         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1141         of relying on caller to do this for us.
1143         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1144         'image context.
1145         (muse-publish-url): Use 'image context for images.  Use 'image
1146         instead of 'image-link and 'image-link in place of
1147         'url-with-image.  Separate the image file from its extension so
1148         that docbook and texinfo can publish images correctly.
1149         (muse-publish-markup-link): Don't force a description if one is
1150         not given.  This fixes a bug where images without descriptions
1151         were being published as 'image-with-desc instead of 'image.
1153         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1154         images the same as URLs.
1155         (muse-texinfo-markup-strings): Improve image markup to achieve an
1156         effect similar to that of the LaTeX publishing style.  Simplify
1157         'url string.
1159         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1161         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1162         when we have to use the custom version of this function.
1164         * muse.texi (Images): Explain how to toggle inlining of images and
1165         give better examples.  Mention captions and that captioned images
1166         should not be used inside of text paragraphs.
1167         (Markup Strings): Bring up-to-date with the changes made since
1168         3.02.
1170 2006-08-06  Michael Olson  <mwolson@gnu.org>
1172         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1173         in the Emacs source tree.
1175         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1176         in the Emacs source tree.
1178         * ChangeLog.3: New file created from the old ChangeLog.
1180         * Makefile.defs (VERSION): Set to 3.02.91.
1182         * NEWS: Update through patch-84.
1184         * lisp/muse.el (muse-version): Set to 3.02.91.
1186         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1187         attributes.
1188         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1189         delimiter are instead of hard-coding it.
1191         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1192         (muse-mode): Make filling definition lists work better.  This
1193         should fix #5359.
1195         * lisp/muse-publish.el (muse-style-run-hooks): Use
1196         `muse-style-element' instead of `muse-get-keyword' here.  This
1197         should fix #6399.
1199         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1201 See ChangeLog.3 for earlier changes.
1203 ;; Local Variables:
1204 ;; coding: utf-8
1205 ;; End: