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