Fix a few Emacs 21 bugs that caused errors during display
[muse-el.git] / ChangeLog
blobb716c6f91e176c7f275a459be999bae26bb0a49c
1 2007-06-13  Michael Olson  <mwolson@gnu.org>
3         * etc/IDEAS.muse: Mark three-part-links item as done.
5         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
6         markup rules were being interpreted in reverse order.  This should
7         make implicit interwiki links work properly again.
8         (muse-link-face): Strip anchor from end of a path, so that this
9         works with anchors in interwiki links.
10         (muse-colors-insert-image): Catch error that occurs in Emacs 21
11         when an image does not exist.
13         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
14         anchors.
15         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
16         interwiki links work.  Thanks to Jim Ottaway for the initial
17         implementation.
18         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
19         links work.
21         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
22         about match 0.
23         (muse-handle-explicit-link): Docfix: this does not modify the
24         match data.
25         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
26         that has the regexp in its car.
28 2007-06-12  Michael Olson  <mwolson@gnu.org>
30         * README: Document new etc/ directory.
32         * etc/IDEAS.muse: Install things from new contributors just after
33         the 3.03 release, since I won't have time to review the code
34         before the release.  Move to new etc/ directory.  Slides
35         publishing has been installed.
37         * lisp/muse-latex.el (muse-latex-slides-header): New option that
38         determines the header to use for publishing slides.
39         (muse-latex-lecture-notes-header): New option that determines the
40         header to use for publishing lecture notes.
41         (muse-latex-slides-markup-tags): New option containing tags to use
42         when publishing slides.
43         (muse-latex-permit-contents-tag): Move higher in file.
44         (muse-latex-slide-tag): New function to publish the <slide> tag.
45         ("slides", "slides-pdf"): New publishing styles that create slides
46         using Beamer.
47         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
48         create lecture notes using Beamer.
50         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
51         since otherwise Planner is not happy when `plan' is called during
52         init.  Remove stray quote from autoload snippet.
54 2007-06-11  Michael Olson  <mwolson@gnu.org>
56         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
57         autoload, rather than having it exist at top-level.  Thanks to Leo
58         for the suggestion.
59         (muse-update-file-extension): Docfix.
61 2007-06-10  Michael Olson  <mwolson@gnu.org>
63         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
64         URLs were being removed during publishing.  Thanks to everyone who
65         reported this.
67 2007-06-06  Michael Olson  <mwolson@gnu.org>
69         * lisp/muse-regexps.el (muse-table-line-regexp)
70         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
71         regexps so that they work with XEmacs 21.  Thanks to Adrian
72         Tritschler for the report.
74         * texi/muse.texi: Update copyright years.
75         (HTML): Document muse-xhtml-style-sheet.  Thanks
76         to thorne for noticing.
77         (Development): Change archive year to 2006.  Thanks to Adrian
78         Tritschler for noticing.  So *that's* why some people had the 2005
79         version ....
81 2007-06-05  Michael Olson  <mwolson@gnu.org>
83         * Makefile (install-info): Remove $(MANUAL).info part, since this
84         is taken care of already by texi/Makefile.  Thanks to Leo for the
85         report.
87         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
88         read-only properties to qotd contents, so that they don't get
89         double-escaped.  Thanks to Leo for the report.
91 2007-06-04  Michael Olson  <mwolson@gnu.org>
93         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
94         -- that is, Tramp or ange-ftp -- file, then do not call
95         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
96         Fixes bug #5115.
98         * lisp/muse-html.el (muse-html-insert-contents): Add
99         documentation.  Handle case where heading is read-only, but has
100         muse-contents property.  Remove the muse-contents property for any
101         heading we come across so as to avoid double-including an item in
102         an outer table of contents.
103         (muse-html-denote-headings): New function that denotes whether a
104         heading is not read-only by adding the muse-contents property to
105         it.
106         (muse-html-munge-buffer): If we are not to generate contents,
107         still denote headings, in case some outer layer wants to generate
108         contents for our headings.  This should fix a bug with table of
109         contents and the <include> tag.  Thanks to thorne for the report.
111         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
112         muse-publish-generate-contents and set it to nil.  This should
113         do the right thing when using <include> tags.
115 2007-06-02  Michael Olson  <mwolson@gnu.org>
117         * NEWS: Update for non-inlined image change and support for
118         table.el style tables.
120         * examples/Makefile (clean): Clean backup files.
122         * examples/QuickStart.muse (Images): New section that describes
123         how to inline and not inline images.
125         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
126         touch images that have "URL:" in front of them.
128         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
129         "URL:".  Use the identity function to resolve, since we don't want
130         to rip "URL:" out while publishing, due to some magic that depends
131         on that text.
132         (muse-browse-url-url): New function that browses URLs that have
133         "URL:" in front of them, by removing the "URL:" part and
134         reprocessing the remainder.
136         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
137         (muse-publish-url): Recognize images in the description before
138         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
139         for the suggested workaround.
140         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
141         default value.
142         (muse-publish-classify-url): If target begins with "URL:" return
143         type url.
144         (muse-publish-strip-URL): New function that strips "URL:" from the
145         beginning of a string.  This is used to remove URL: from the link
146         description.  * texi/muse.texi (Markup Strings): Clarify the
147         meanings of image-link, link, and link-and-anchor.
148         (muse-publish-markup-regexps): Move normal table rule to 2350.
149         Rule 2300 is now a regexp that matches table.el-style tables.
150         (muse-publish-markup-functions): Add table-el entry.
151         (muse-publish-table-el-table): New function that given a variant,
152         publishes a table.el-style table using the table in the matched
153         region.
154         (muse-publish-markup-table-el): New function that determines
155         whether the table.el-style table can be published, and what
156         variant to use.
158         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
159         the borders of table.el-style tables.
161         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
162         the table has sufficient whitespace in front of it.
164         * texi/muse.texi (Images): Update for new non-inlined image
165         ability and provide example.
167 2007-05-31  Michael Olson  <mwolson@gnu.org>
169         * NEWS: Add example for setting `muse-html-table-attributes'.
171         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
172         Publish multiple tbody tags if there is a horizontal separator
173         after the heading, because that is valid HTML after all.
175 2007-05-30  Michael Olson  <mwolson@gnu.org>
177         * NEWS: Update.
179         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
180         horizontal separators in tables.
182         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
183         horizontal separators in tables.
184         (muse-publish-trim-table): New function to remove initial and
185         final blank columns from a table.
186         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
187         with horizontal separators, aka "hlines".
189         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
190         defines the syntax of a horizontal separator in a table.
192         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
193         horizontal separators.  Publish header lines correctly.
195         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
196         where we have nonnumbers as a row type.  This ignores sorting for
197         hlines.
198         (muse-xml-markup-table): Deal with horizontal separators.  If the
199         markup supports table groups, make hlines separate table groups.
200         Otherwise, ignore them, since they cannot be marked up.  Together,
201         these changes allow us to support orgtbl-mode tables.  Thanks to
202         Carsten Dominik for the suggestion.
204 2007-05-26  Michael Olson  <mwolson@gnu.org>
206         * lisp/muse-project.el (muse-project-alist-styles): Allow for
207         other things to be added to each generated style as well.  For
208         example, this permits me to add
209         :base-url "http://blog.mwolson.org/"
210         for my blog.
212 2007-05-25  Michael Olson  <mwolson@gnu.org>
214         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
215         way of building Debian packages that preserves the original
216         release tarball and is more modular.
217         (debrevision, debrelease): Remove.
218         (dist): No need to remove the debian/ directory, since it is now
219         in its own branch.
220         (debprepare): Copy over debian/ directory properly.
222         * NEWS: Update.
224         * examples/Makefile (clean): Remove QuickStart.texi, in case
225         something went wrong during the build.
226         (%.pdf): Publish the example using the normal pdf style, rather
227         than info-pdf.
229         * examples/QuickStart.muse: Add myself to the authors list.
231         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
232         sufficient blank lines before the tag.
234         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
235         we have sufficient blank lines before the tag.
237         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
238         specifies the program to call in order to generate PDF content
239         from LaTeX content.
240         (muse-latex-pdf-cruft): New option that specifies the extensions
241         of files to remove after generating PDF output successfully.
242         (muse-latex-pdf-generate): Use these new options.  Work around the
243         annoying edge case where a tilde character exists in the filename
244         or directory path -- now this can only error out when the relative
245         path from the output file to the source file contains a tilde,
246         which is far less likely.
248         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
249         muse-publish-ensure-block here after all, because <lisp> et al may
250         occur inline as part of other things.
252         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
253         occur after full-document escaping, rather than before.  This
254         prevents automatically-inserted Texinfo code from being escaped.
255         (muse-texinfo-pdf-generate): Rewrite to call
256         `muse-latex-pdf-generate' with pdftex as the generating binary,
257         because texi2pdf suffers irredeemably from the tilde edge case
258         mentioned above.
260 2007-05-24  Michael Olson  <mwolson@gnu.org>
262         * NEWS: Drop vague entries and position interesting entries closer
263         to the top of each section.  Update for new changes.
265         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
266         and bzr metadata directories to the list of things to ignore.
268         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
269         `muse-publish-ensure-block-tag', since we will use it for more
270         than just tags.
271         (muse-publish-markup-list, muse-publish-verse-tag)
272         (muse-publish-quote-tag, muse-publish-example-tag)
273         (muse-publish-markup-attribute): Use it.  This fixes a bug that
274         can occur when these types of markup occur immediately after a
275         paragraph.  It's good to have defined behavior!
277         * texi/muse.texi (Markup Strings): Mention new argument for
278         link-and-anchor.
280 2007-05-19  Michael Olson  <mwolson@gnu.org>
282         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
283         published footnotes and footnote references.  Thanks to Scott
284         Jaderholm for the idea.
286         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
287         link-and-anchor, on the recommendation of the original submitter.
289 2007-05-14  Michael Olson  <mwolson@gnu.org>
291         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
292         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
293         suggestion.
295         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
296         file extension as the fourth argument.
298         * README, texi/muse.texi (Getting Help and Reporting Bugs):
299         Mention the new muse-el-logs mailing list.
301 2007-05-13  Michael Olson  <mwolson@gnu.org>
303         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
304         "\`" here.  This fixes a problem with publishing custom URLs.
306 2007-05-12  Michael Olson  <mwolson@gnu.org>
308         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
309         update the list if the current buffer is associated with a file.
310         This fixes a bug with M-x muse-publish-region in a temporary
311         buffer.
313 2007-05-01  Michael Olson  <mwolson@gnu.org>
315         * lisp/muse-publish.el (muse-publish-region): Remove read-only
316         properties from the published buffer, so that the results can be
317         manually tweaked.
319 2007-04-23  Michael Olson  <mwolson@gnu.org>
321         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
322         find the footnote that goes with a reference, leave the reference
323         as-is.  This fixes an error where control characters could be
324         placed in a published document.
326 2007-04-22  Michael Olson  <mwolson@gnu.org>
328         * IDEAS.muse: Add muse-slides.el to list of things to include
329         before release.
331         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
332         character.
333         (muse-protocol-find): Find protocols correctly.  Rewrite to use
334         catch/throw.
335         (muse-browse-url): Don't concatenate "\`" here.  Together, this
336         fixes a bug with browsing woman:// links.
338         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
339         where entry-dir has a trailing backslash.
340         (muse-project-publish-file): If a style is malformed, skip it and
341         display a warning message.  This should help people figure out
342         where the problem is.
344 2007-04-21  Michael Olson  <mwolson@gnu.org>
346         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
347         yet-to-be-included "contex" publishing style, use "$$" rather
348         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
349         this out.
351 2007-04-20  Michael Olson  <mwolson@gnu.org>
353         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
354         variable that causes the :before and :before-end hooks to be
355         ignored when non-nil.
356         (muse-publish-markup-region): Use it.  Also, guarantee that point
357         is at end of region after publishing.
358         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
359         variable.
361 2007-04-19  Michael Olson  <mwolson@gnu.org>
363         * IDEAS.muse: New file containing a list of ideas we have for new
364         features, or patches that have yet to be applied.
366         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
367         be so confusing.
369         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
370         docstring.
372         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
373         <literal> tags with muse-publish-literal-tag, rather than
374         muse-publish-mark-read-only.
375         (muse-publish-literal-tag): New function that publishes the
376         <literal> tag.  It adds the ability to add the optional "style"
377         and "exact" elements, which cause text to only be included if the
378         current publishing style matches some criteria.  The text will be
379         removed otherwise.  Thanks to Jim Ottaway for the implementation.
380         (muse-publish-mark-up-tag): Let the <markup> tag take the
381         additional optional elements "style" and "exact", with much the
382         same effect as the <literal> improvements, but after calling
383         "function" or publishing the region first.  Make it possible to
384         put <content> tags in <markup> regions in HTML publishing.
386 2007-04-12  Michael Olson  <mwolson@gnu.org>
388         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
389         that a blank line always exists after a heading.  This fixes a bug
390         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
391         for the report.
393         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
394         detection regexp to that which is used in Docbook and HTML
395         publishing styles.
397 2007-04-02  Michael Olson  <mwolson@gnu.org>
399         * README (muse-el-announce): Make a listing of mailing lists,
400         rather than pointing to the old EmacsWikiMailingList page.  Thanks
401         to Andreas Roehler for noticing.
403 2007-04-01  Michael Olson  <mwolson@gnu.org>
405         * lisp/muse-publish.el (muse-publish-date-format): Add
406 `       customization type and group.
407         (muse-publish-region): New interactive function that publishes a
408         region to a new buffer.
410         * texi/muse.texi: Use "document" rather than "manual".
412 2007-03-31  Michael Olson  <mwolson@gnu.org>
414         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
415         expression (muse-style-derived-p "latex" (muse-style "latex"))
416         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
417         for the catch.
419 2007-02-25  Michael Olson  <mwolson@gnu.org>
421         * lisp/muse-publish.el (muse-publish-date-format): New option that
422         specifies how to format the date when publishing Muse pages.
423         Thanks to Thomas Gehrlein for the suggestion.
424         (muse-publish-markup-buffer): Use it.
426 2007-02-23  Michael Olson  <mwolson@gnu.org>
428         * README: Add Prerequisites section to mention which versions of
429         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
430         the suggestion.  Update link destination for Muse's page on
431         emacswiki.org.
433 2007-02-15  Michael Olson  <mwolson@gnu.org>
435         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
436         be not just at beginning of line.  This fixes an error with the
437         <class> tag.  Thanks to Jim Pivarski for the report.
439 2007-02-14  Michael Olson  <mwolson@gnu.org>
441         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
442         whether something is an image before checking to see if it is a
443         URL.  Thanks to ITSUMI ken-ichi for the report.
445 2007-02-13  Michael Olson  <mwolson@gnu.org>
447         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
448         comments that have no text better.  Thanks to fang.lungang for the
449         report.
450         (muse-publish-markup-comment): Deal with case where no comment
451         text is provided.
453 2007-01-23  Michael Olson  <mwolson@gnu.org>
455         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
456         that ensures that at least one blank line exists at the given
457         position.  This is used to avoid paragraph detection problems when
458         block-level tags like <example> immediately follow a paragraph.
459         Thanks to Hans Ekbrand for the report.
460         (muse-publish-example-tag): Use it.
462 2007-01-19  Michael Olson  <mwolson@gnu.org>
464         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
465         previous blank line if we are publishing in Latex.  Otherwise,
466         that wouldn't be the right thing, so leave it be.
468 2007-01-17  Michael Olson  <mwolson@gnu.org>
470         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
471         multiple centered math lines on the same line; keep them on
472         different lines.  Use \[ math-text \] instead of $$math-text$$,
473         since the latter seems to be deprecated.  Thanks to Jody Klymak
474         for the pointer.
476 2007-01-15  Michael Olson  <mwolson@gnu.org>
478         * lisp/muse-latex2png.el (muse-publish-latex-tag)
479         (muse-publish-math-tag): Publish region read-only when current
480         style is Latex-derived, so that Muse does not escape it.
481         (muse-publish-math-tag): If 6 or more spaces come before the tag,
482         surround the region with "$$" rather than "$".  This is the Muse
483         syntax for something centered, so it should be a good fit.
485 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
487         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
488         protocol.
489         (muse-browse-url-man): Change man page URL format.  The code is
490         simpler when the section is left inside parentheses.
491         (muse-browse-url-woman): New function.
493 2007-01-14  Michael Olson  <mwolson@gnu.org>
495         * AUTHORS: Bookkeeping.
497         * lisp/muse-latex2png.el: Associate <math> tag with
498         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
499         Klymak for the report.
500         (muse-publish-math-tag): Use muse-insert-markup for the "$"
501         characters, so they don't get escaped.
503         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
504         make muse-style-derived-p easier to implement.
505         (muse-style-derived-p): If the style is not provided, fetch it and
506         check to see if the car is a string.  This should fix the other
507         problem that was reported.
509         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
510         explains a case where setting muse-file-extension to nil can cause
511         unexpected behavior.
513 2007-01-09  Michael Olson  <mwolson@gnu.org>
515         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
516         comments higher priority than tags.  Thanks to Stefan van der Walt
517         for the report.
519 2007-01-08  Michael Olson  <mwolson@gnu.org>
521         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
522         argument rather than calling match-string.  Thanks to Stefan van
523         der Walt for the report.  This should fix a bug with publishing
524         <include file="..." markup="example">.
526 2007-01-06  Michael Olson  <mwolson@gnu.org>
528         * Makefile (debclean): New rule split from debrevision and
529         debrelease.
530         (debbuild): Take distributor into account.
532         * Makefile.defs (DISTRIBUTOR): New field that tracks what
533         vendor/distributor we are building for.
535 2007-01-04  Michael Olson  <mwolson@gnu.org>
537         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
538         line.
540         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
541         point to muse-publish-src-tag by default, since <src> and
542         <example> have different parameters.
543         (muse-publish-src-tag): New barebones publishing function for
544         <src>, which is superseded when publishing in an HTML-based style.
546 2007-01-03  Michael Olson  <mwolson@gnu.org>
548         * lisp/muse-html.el (muse-html-src-tag): Document.
550         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
551         command that calls a given tag on the current buffer.  Attributes
552         may be passed.
553         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
554         it.
555         (muse-publish-srcify-buffer): New function that allows
556         markup="src" in the <include> tag.
557         (muse-publish-get-and-delete-attr): New macro that gets an
558         attribute from a list and removes the first instance of that
559         attribute from said list.
560         (muse-publish-markup-attribute): Handle markup="src".
561         (muse-publish-command-tag, muse-publish-include-tag): Use
562         muse-publish-get-and-delete-attr.  This allows the remaining
563         attributes to be passed.
565         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
566         as changes to <command> and <include>.
568 2006-12-30  Michael Olson  <mwolson@gnu.org>
570         * NEWS: Update.
572         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
573         from muse-publish-math-tag to avoid conflict with
574         muse-latex2png.el.
576 2006-12-23  Michael Olson  <mwolson@gnu.org>
578         * lisp/muse-latex2png.el: Update header, since this has been
579         rewritten sufficiently to not need an assignment from the original
580         author.
581         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
582         (muse-latex2png): Use two underscores to separate prefix and hash.
583         (muse-latex2png-region): New function split from
584         muse-publish-latex-tag that can be used easily by other code.
585         Detect whether we are using an HTML-based publishing style, and
586         insert a simpler markup if we are not.  If we are using a
587         Latex-based publishing style, do not generate an image, and leave
588         the region alone.  Return the path of the generated image, in case
589         other functions want to use this programmatically.
590         (muse-publish-latex-tag): Set a default prefix based on the name
591         of the current file.
592         (muse-publish-math-tag): New tag that surrounds the region with
593         "$" characters, so that it becomes a Latex math region, and then
594         publishes it.
596         * lisp/muse-publish.el (muse-style-derived-p): New function that
597         returns non-nil if a given style, or the current style if omitted,
598         is equal to or derived from the given base style.  This is useful
599         in <lisp> tags, because it allows the user to specify markup that
600         is only to be inserted for one particular style.
602 2006-12-22  Michael Olson  <mwolson@gnu.org>
604         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
605         (muse-html-src-tag): New function which publishes the <src> tag.
606         Thanks to Clinton Ebadi and Charles Wang for the initial
607         implementations.
609         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
611 2006-12-21  Michael Olson  <mwolson@gnu.org>
613         * examples/johnw/muse-johnw.el: Update for preferred
614         muse-derive-style usage.  Rename to muse-init.el.
616         * examples/mwolson/muse-init.el: Update.
618         * lisp/muse-book.el (muse-book-publish): New function split from
619         muse-book-publish-project.  This is used in the definitions for
620         the book-latex and book-pdf styles.
621         (muse-book-publish-p): New function split from muse-book-publish.
622         (muse-book-get-directives): New function that retrieves the
623         publishing directives from the given file.
624         (muse-book-publish): Use muse-book-get-directives to set the title
625         if no title was specified.
627         * lisp/muse-project.el (muse-project): Add :publish-project entry
628         to widget.
629         (muse-read-project, muse-project-find-file): Message fix.
630         (muse-project-publish-file-default): New function split from
631         muse-project-publish-file.
632         (muse-project-publish-file): Allow file-level publishing function
633         to be specified by the :publish element.  The default is
634         muse-project-publish-file-default.
635         (muse-project-publish-default): New function split from
636         muse-project-publish.
637         (muse-project-publish): Allow project-level publishing function to
638         be specified by :publish-project element.  The default is
639         muse-project-publish-default.
641         * lisp/muse-publish.el (muse-publish-file): Message fix.
643         * texi/muse.texi (Book): Mention new way to publish books and
644         provide an example, since the process may be non-obvious.
646 2006-12-20  Michael Olson  <mwolson@gnu.org>
648         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
649         content-modifying code from the rest of
650         muse-docbook-finalize-buffer.
652         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
653         muse-groff-finalize-buffer, since it adds content to the buffer.
655         * lisp/muse-html.el (muse-html-munge-buffer): Split out
656         content-modifying code from the rest of muse-html-finalize-buffer.
657         This fixes a bug when using <include> with <content> tags.
659         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
660         (muse-journal-latex-munge-buffer)
661         (muse-journal-rss-munge-buffer): Rename, since they add content to
662         the buffer.
664         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
665         muse-latex-finalize-buffer, since it adds content to the buffer.
667         * lisp/muse-mode.el:
668         * lisp/muse-project.el:
669         * lisp/muse-publish.el:
670         * lisp/muse.el: Fix recursive load error.
672         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
673         muse-texinfo-finalize-buffer, since it adds content to the buffer.
675         * lisp/muse-wiki.el: Comment cleanup.
677         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
679 2006-12-17  Michael Olson  <mwolson@gnu.org>
681         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
682         Remove the definition of \comment, since Latex already has comment
683         syntax.
684         (muse-latex-markup-strings): Use the Latex comment syntax, rather
685         than our own.  Thanks to Ryan Stutsman for pointing this out.
687 2006-12-02  Michael Olson  <mwolson@gnu.org>
689         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
690         that this can generate a proper table of contents for Planner HTML
691         publishing.
693 2006-12-01  Michael Olson  <mwolson@gnu.org>
695         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
696         using a very old Emacs, avoid an infinite loop that could occur
697         when the regexp is an empty string.
699 2006-11-26  Michael Olson  <mwolson@gnu.org>
701         * NEWS: Bring up to date.
703         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
704         list issues and multiple-stanza verse issues.  This takes care of
705         all of the markup issues I was worried about.
707         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
708         (muse-project-publish-private-files): New option that indicates
709         whether files with private filesystem permissions should be
710         published.  The default is to publish them, since it avoids
711         confusion in new users.
712         (muse-project-private-p): Use it.
714 2006-11-19  Michael Olson  <mwolson@gnu.org>
716         * lisp/muse-project.el (muse-project-resolve-link): If no remote
717         style is found, which means that the link is not a Muse page, do
718         not add a suffix or prefix to it.  This should fix the
719         "[[thing.owl]]" bug that Phillip Lord reported.
721         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
722         removing unused 2nd argument.
724 2006-11-17  Michael Olson  <mwolson@gnu.org>
726         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
727         latex publishing where nested enumerated lists would be squashed
728         together at the end.
730 2006-11-16  Michael Olson  <mwolson@gnu.org>
732         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
733         list embedded in a definition list look right.  This also allows
734         for definitions to be separated from their terms, much like the
735         way HTML does it by default, if the user puts a blank line or a
736         line break between the term and the definition.  If the term and
737         definition are on the same line, they will be that way in the
738         output as well.
740 2006-11-11  Michael Olson  <mwolson@gnu.org>
742         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
743         for the report.
744         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
746 2006-11-07  Michael Olson  <mwolson@gnu.org>
748         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
749         release candidate for Muse 3.03, available.
751         * NEWS: Update.
753 2006-11-06  Michael Olson  <mwolson@gnu.org>
755         * lisp/muse-project.el (muse-project-find-file): Fix bug when
756         following a relative link worked even when the path was incorrect.
758 2006-11-04  John Sullivan  <john@wjsullivan.net>
760         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
761         muse-follow-name-at-point to reduce collisions with other
762         modes (Planner).
764         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
766 2006-11-04  Michael Olson  <mwolson@gnu.org>
768         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
769         optional, and make interwiki delimiter a regular rather than shy
770         group.
771         (muse-wiki-handle-implicit-interwiki): Rename from
772         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
773         (muse-wiki-handle-explicit-interwiki): New function that is
774         smarter about where an explicit link ends in a buffer.  This
775         allows you to refer to page names with invalid Wiki characters,
776         such as underscores and dashes, merely by enclosing them in double
777         brackets.  Also, a bug with recognizing project names too loosely
778         has been fixed.
780 2006-11-03  Michael Olson  <mwolson@gnu.org>
782         * lisp/muse-project.el (muse-project-page-file): Make relative
783         links work as expected, hopefully.
785         * lisp/muse-publish.el (muse-publish-this-file): Set the current
786         output style manually, since it will differ from anything in the
787         publishing style list.
789 2006-10-30  Michael Olson  <mwolson@gnu.org>
791         * lisp/muse-colors.el (muse-colors-markup): Remove note about
792         grouping elements, since that no longer applies.
793         (muse-colors-custom-tags): Explicitly match against
794         muse-tag-regexp to get the match-data set the way we want.  This
795         really fixes the <example> highlighting bug that Stefan reported.
796         (muse-configure-highlighting): Set the original value to the
797         symbol, not the modified value.  Re-use modified rules properly.
799         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
800         introduced yesterday.
802 2006-10-29  Michael Olson  <mwolson@gnu.org>
804         * examples/mwolson: Update my example configuration.
806         * NEWS: Update.
808         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
809         without a regexp in the first position before iterating through
810         them to build muse-colors-vector.  This fixes a bug with the
811         display of <example> tags.  Thanks to Stefan Reichör for the
812         report.
814         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
815         files in projects to be linked to.
817         * lisp/muse-publish.el (muse-publish-url): Allow the original link
818         to serve as a description for a URL, as long as it differs from
819         the destination URL.  This fixes the description of WikPage links
820         in PDF output.
821         (muse-publish-link-file): Check to see whether the given link
822         points at a valid file.  If so, return it.  Otherwise, apply other
823         transforms like prefix and link suffix.
825         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
826         "/", it is a file or directory, not a Muse page.  Thanks to
827         Phillip Lord for the suggestion.
829         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
830         of the current page as the local path, instead of duplicating the
831         remote file's path.  This probably fixes at least one reported
832         bug. since it's quite major.
833         (muse-wiki-update-project-file-regexp)
834         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
835         passed to regexp-opt, since that can cause Emacs 21 to throw an
836         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
837         DOT edu for the report.
838         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
840 2006-10-28  Michael Olson  <mwolson@gnu.org>
842         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
843         (muse-project-resolve-link): If the given style does not have a
844         link-suffix, default to suffix.  This fixes a bug I was noticing
845         when linking to a file that was published in both PDF and HTML
846         form.
848         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
849         function that is used as a callback to determine the initial
850         amount of indentation that the current dl item has.
851         (muse-publish-surround-dl): Use it.  Pass the initial indent value
852         and the post-indent value, instead of trying to determine them
853         both.
854         (muse-publish-strip-list-indentation): New function stripped from
855         `muse-publish-surround-text' for readability.
856         (muse-publish-surround-text): Instead of taking a determine-indent
857         value, take a determine-indent-func function, which is called just
858         after finding the next list item.  If we are asked to determine
859         the amount of indentation, concatenate indent and post-indent the
860         first time around.  This effectively fixes all known definition
861         list issues.
863 2006-10-16  Michael Olson  <mwolson@gnu.org>
865         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
866         other software -- namely, Planner -- can detect whether they are
867         using a version of Muse that supports nested tags.
868         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
869         muse-publish-goto-tag-end.
871         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
872         Adapt for nested tags.
874         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
875         <class> tag is nestable.  Thanks to Phillip Lord for noticing
876         this.
878         * lisp/muse-publish.el (muse-publish-markup-tag)
879         (muse-publish-quote-tag): Use muse-goto-tag-end.
881         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
883 2006-10-15  Michael Olson  <mwolson@gnu.org>
885         * AUTHORS: Bookkeeping.
887         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
888         tag.
890         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
891         tags.
893         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
895         * lisp/muse-import-docbook.el (muse-import-docbook)
896         (muse-import-docbook-files): Docfix.
897         (muse-import-docbook-get-title): Remove cl.el-ism.
899         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
901         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
903         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
905         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
906         (muse-next-reference, muse-previous-reference): Minor whitespace
907         changes.
908         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
909         the suggestion.
911         * lisp/muse-poem.el (muse-poem-tag): Ditto.
913         * lisp/muse-publish.el (muse-publish-markup-tags)
914         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
915         element and make 4th element determine whether tags are nestable.
916         (muse-publish-goto-tag-end): New function that moves to the end of
917         a tag.  Handle nested tags when NESTED is non-nil.
918         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
919         5th element for function.
920         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
921         this on several scenarios, and it seems to work.
922         (muse-publish-surround-text): Accept new optional argument
923         LIST-ITEM which determines the regexp to use for list items.  The
924         default is to use muse-list-item-regexp.
926         * muse.texi (Markup Tags): Mention nestable tags.
928         * NEWS: Mention new files.
930 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
932         * lisp/muse-import-docbook.el: New file that converts Docbook XML
933         into Muse format.
935         * lisp/muse-import-xml.el: New file that provides helper routines
936         for converting XML-ish files to Muse format.
938 2006-10-10  Michael Olson  <mwolson@gnu.org>
940         * NEWS: Update for 3.02.7 bugfix release.
942 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
944         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
945         using the value in the muse #date directive.
946         (muse-blosxom-use-metadate): New option that determines whether or
947         not to use the #postdate directive.
948         (muse-blosxom-format-date): Convert a date string to PyBlosxom
949         metadate plugin format.
951 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
953         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
954         recognised URLs.
956         * muse.texi: Clarify handling of implicit links by mentioning
957         which characters can prevent Muse from recognizing something as an
958         implicit link.
960 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
962         * lisp/muse-mode.el (muse-next-reference)
963         (muse-previous-reference): Fix bug #6367 by moving point to the
964         beginning of the link.
966 2006-09-26  Michael Olson  <mwolson@gnu.org>
968         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
969         beginning-of-line.  This should fix a bug that was noticed in
970         recent Emacs 22 builds.
972         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
973         eval-and-compile block to avoid a compiler warning.
975 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
977         * lisp/muse-backlink.el (muse-backlink-split-string):
978         Compatibility with Emacs versions < 22
979         (muse-backlink-pending): New internal variable
980         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
981         that backlinks are inserted at the right time.
982         (muse-backlink-insert-hook-func): Remove unwind-protection; check
983         for pending backlink, and that this is the targe page.
984         (muse-backlink-handle-link): Don’t handle the link if we are
985         already handling one. Return the link as well as the parent links.
987 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
989         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
990         #6942 - muse-blosxom-new-entry fails when using tags.
992 2006-09-14  Michael Olson  <mwolson@gnu.org>
994         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
995         compiler warning.
997 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
999         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1000         function: Protect all wikiwords from START to END from further
1001         processing.
1002         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1004 2006-09-13  Michael Olson  <mwolson@gnu.org>
1006         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1007         adopted from Jim Ottaway's patch.  It removes links from the
1008         heading, and then marks the region read-only to inhibit WikiWord
1009         detection.
1011 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1013         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1014         special handling for headings.
1015         (muse-texinfo-remove-links): New function that removes explicit
1016         links from the given strings, replacing them with a description.
1018 2006-09-11  Michael Olson  <mwolson@gnu.org>
1020         * muse.texi (Getting Help and Reporting Bugs): Mention the
1021         muse-el-internationalization mailing list.
1023         * lisp/muse.el (muse-path-sans-extension): New function that acts
1024         like file-name-sans-extension, but guarantees to never modify the
1025         directory part of the path.  Thanks to Evan Monroig for
1026         investigating this.
1028         * lisp/muse-book.el (muse-book-publish-project): Use
1029         muse-path-sans-extension instead of file-name-sans-extension.
1031         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1032         Ditto.
1034 2006-08-30  Michael Olson  <mwolson@gnu.org>
1036         * muse.texi (Blosxom Requirements): Fix typo.
1038         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1039         directories for bzr and darcs.
1041         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1042         contrib/pyblosxom/getstamps.py: Update version and headers.
1044 2006-08-27  Michael Olson  <mwolson@gnu.org>
1046         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1047         nil values before they get to mapconcat.  This fixes a lockup when
1048         muse-wiki-match-all-project-files is nil.
1050         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1051         (muse-wiki-ignore-implicit-links-to-current-page)
1052         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1053         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1054         (muse-wiki-publish-small-title-words)
1055         (muse-wiki-publish-pretty-title): Docfix.
1056         (muse-wiki-update-local-wikiword-regexp): Rename from
1057         muse-wiki-update-local-wikiword-regexp.  Set
1058         muse-wiki-project-file-regexp instead of
1059         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1060         take muse-wiki-use-wikiword into account, since this is a
1061         different concept now.
1062         (muse-wiki-update-wikiword-regexp): Remove.
1063         (muse-wiki-wikiword-regexp): In-line the :set function.
1064         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1066 2006-08-26  Michael Olson  <mwolson@gnu.org>
1068         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1069         for indented list items, ignore blank lines.
1071         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1072         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1073         mapconcat.  This should hopefully fix a problem with large amounts
1074         of files with spaces in their name.  Thanks to Greg Detre for the
1075         report.
1077 2006-08-24  Michael Olson  <mwolson@gnu.org>
1079         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1080         numbers from the argument to format-time-string.  This fixes an
1081         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1083 2006-08-18  Michael Olson  <mwolson@gnu.org>
1085         * lisp/muse-project.el (muse-project-file-entries): Since we are
1086         given a full path, match against the filename as well.  This fixes
1087         an issue where backup files were being added to the file alist.
1089         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1090         from muse-html.el.
1092 2006-08-12  Michael Olson  <mwolson@gnu.org>
1094         * Makefile (.PHONY): Don't use line continuations.
1095         (realclean fullclean): Call realclean in subdirs, not distclean.
1096         (distclean): Don't call realclean, since this would wipe out our
1097         autoloads file.
1098         (dist): Use correct path to autoloads file.
1100         * NEWS: Catch up with the latest changes.
1102         * experimental/Makefile (.PHONY): Wrap long line.
1104         * lisp/Makefile (distclean): Do the same thing as "clean", not
1105         "realclean".
1107         * lisp/muse-project.el (muse-project-get-applicable-style):
1108         Indentation tweak.
1109         (muse-project-ignore-regexp, muse-project-recurse-directory):
1110         Docfix.
1111         (muse-project-of-file): Try the ignored files regexp against the
1112         base filename as well as the entire path.
1114         * lisp/muse-publish.el (muse-publish-this-file): Display message
1115         if the buffer is not associated with any file, so that we avoid
1116         errors later on.
1117         (muse-publish-url-desc): New function taken from muse-publish-url
1118         that causes a URL description to be transformed.
1119         (muse-publish-url): Call muse-publish-url-desc on either the
1120         description or the original URL if it will be used as a
1121         description.  Accept the original URL as an argument, in case it
1122         was transformed earlier.
1123         (muse-publish-insert-url): Pass original URL as an argument.
1124         (muse-publish-markup-link): Make this somewhat easier to follow.
1125         Pass original URL as argument.
1126         (muse-publish-get-style): If the same style is used to publish to
1127         two different directories, prompt the user for which directory to
1128         use.
1129         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1130         latest changes.
1131         (muse-publish-markup-url): Pass original URL as an argument.  This
1132         fixes the "nil" description for bare URLs that was in 3.02.91.
1133         Nothing like finding a bug just after completing the announcement
1134         of a release.
1136         * lisp/muse.el: Use defalias whenever convenient.
1137         (muse-version): Set version to 3.02.92 (3.03 RC2).
1139 2006-08-10  Michael Olson  <mwolson@gnu.org>
1141         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1142         style does not derive from any other class, return `t' here.
1143         This, along with the corresponding change to muse-publish.el,
1144         fixes a problem with the table of contents getting inserted
1145         multiple times for custom html-based styles.
1146         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1147         smarter method for table centering that works with XHTML.
1149         * lisp/muse-latex2png.el Rename all functions to have a
1150         "muse-latex2png" prefix.  Turn all variables into customizable
1151         options in the muse-latex2png group.
1152         (muse-latex2png-img-dest): New option specifying where to place
1153         the images.
1154         (muse-latex2png-template): New option containing the template to
1155         use for the surrounding LaTeX code.
1156         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1157         compliance.
1158         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1159         messages when something else goes wrong.  Create the image
1160         subdirectory if it doesn't exist already -- thanks to Christian
1161         Straßer for the report.  Expand the filename properly.
1162         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1163         and filename expansion.
1164         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1165         the default directory properly.
1167         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1168         do not run the same function twice.
1170 2006-08-08  Michael Olson  <mwolson@gnu.org>
1172         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1173         introduced wrong-type-argument error.
1175         * lisp/muse-html.el (muse-html-markup-strings)
1176         (muse-xhtml-markup-string): Cause table definition that contains
1177         image to be center-aligned.  This should fix an issue with images
1178         not being centered when captions are very long.
1180         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1181         whitespace from fields once we have split them up.
1183         * lisp/muse.el (muse-trim-whitespace): New function that strips
1184         leading and trailing whitespace from a string.
1186 2006-08-07  Michael Olson  <mwolson@gnu.org>
1188         * NEWS: Update through patch-95.
1190         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1191         to match the tags.
1192         (muse-colors-explicit-link): Show images in link descriptions if
1193         inlined images are enabled.
1195         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1196         definitions for 'image-with-desc, 'image, and 'image-link.
1197         (muse-docbook-markup-paragraph): If an inlined image begins a
1198         paragraph, insert <para> before it.
1199         (muse-docbook-fixup-images): New function that upper-cases the
1200         "format" attribute of the <imagedata> tag.
1201         (muse-docbook-finalize-buffer): Call it.
1203         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1204         with descriptions as centered tables, with a centered caption
1205         underneath.  The resulting look is consistent with the way that
1206         they are published in the LaTeX style.  Thanks to Jody Klymak for
1207         the suggestion.
1208         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1209         valid way to center a table.
1210         (muse-html-markup-paragraph): Use class="image" instead of
1211         "image-link" for paragraphs that start with an embedded image.
1213         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1214         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1215         suggestion.
1216         (muse-latex-markup-specials-image): New option that enables
1217         escaping of specials in images.  This was split from the URL
1218         specials.
1219         (muse-latex-decide-specials): Handle 'image context.
1220         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1221         of relying on caller to do this for us.
1223         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1224         'image context.
1225         (muse-publish-url): Use 'image context for images.  Use 'image
1226         instead of 'image-link and 'image-link in place of
1227         'url-with-image.  Separate the image file from its extension so
1228         that docbook and texinfo can publish images correctly.
1229         (muse-publish-markup-link): Don't force a description if one is
1230         not given.  This fixes a bug where images without descriptions
1231         were being published as 'image-with-desc instead of 'image.
1233         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1234         images the same as URLs.
1235         (muse-texinfo-markup-strings): Improve image markup to achieve an
1236         effect similar to that of the LaTeX publishing style.  Simplify
1237         'url string.
1239         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1241         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1242         when we have to use the custom version of this function.
1244         * muse.texi (Images): Explain how to toggle inlining of images and
1245         give better examples.  Mention captions and that captioned images
1246         should not be used inside of text paragraphs.
1247         (Markup Strings): Bring up-to-date with the changes made since
1248         3.02.
1250 2006-08-06  Michael Olson  <mwolson@gnu.org>
1252         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1253         in the Emacs source tree.
1255         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1256         in the Emacs source tree.
1258         * ChangeLog.3: New file created from the old ChangeLog.
1260         * Makefile.defs (VERSION): Set to 3.02.91.
1262         * NEWS: Update through patch-84.
1264         * lisp/muse.el (muse-version): Set to 3.02.91.
1266         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1267         attributes.
1268         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1269         delimiter are instead of hard-coding it.
1271         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1272         (muse-mode): Make filling definition lists work better.  This
1273         should fix #5359.
1275         * lisp/muse-publish.el (muse-style-run-hooks): Use
1276         `muse-style-element' instead of `muse-get-keyword' here.  This
1277         should fix #6399.
1279         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1281 See ChangeLog.3 for earlier changes.
1283 ;; Local Variables:
1284 ;; coding: utf-8
1285 ;; End: