Manual: update significantly
[muse-el.git] / ChangeLog
blob42f355451df2b9286b40680b376cf3abd5a0a7b2
1 2007-06-16  Michael Olson  <mwolson@gnu.org>
3         * examples/QuickStart.muse: Overhaul.
5         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
6         where we have a pipe character at the beginning of line.
8         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
9         causing tables to not be sorted at all.
11         * texi/muse.texi: Overhaul.  It would be too time-consuming to
12         list all of the changes here.  The "Getting Started" and
13         "Projects" chapters, in particular, were heavily revised.
15 2007-06-15  Michael Olson  <mwolson@gnu.org>
17         * NEWS: Update.
19         * examples/QuickStart.muse: Mention new features.
21         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
22         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
23         terminal, and C-c TAB is more important.  Most people will not
24         want to toggle images on and off that often.
26         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
27         C-i as well, so that it works in the terminal.
29         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
30         look a bit tidier when removing the region.
32         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
33         list regexp part before other parts.
34         (muse-ol-item-regexp): New regexp that specifies how to match an
35         ordered list item.
36         (muse-ul-item-regexp): New regexp that specifies how to match an
37         unordered list item.
38         (muse-table-field-regexp): New regexp that specifies how to match
39         a definition list entry.
41         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
42         lack of support for @headitem in texinfmt.el.
44         * lisp/muse.el: Wrap muse-line-beginning-position and
45         muse-line-end-position in `eval-and-compile', since they are now
46         used in muse.el.
47         (muse-list-item-type): Use a simpler algorithm for detecting which
48         kind of list item we have.  This fixes a bug where a number in a
49         definition list term was being detected incorrectly as an ordered
50         list item.  Fixes bug #6250.
51         (muse-forward-list-item): Get the entire line with the list item.
52         For some reason, Emacs 21 was not populating match 2 correctly,
53         unlike Emacs 22, so this workaround was needed.
55         * texi/muse.texi: (Keystroke Summary): Remove C-c
56         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
57         alternative keybinding to the C-c TAB stuff.  Mention
58         muse-colors-toggle-inline-images.
60 2007-06-14  Michael Olson  <mwolson@gnu.org>
62         * README: Mention that RelaxNG schema is in etc/ directory.
64         * etc/emacs-wiki-migration.txt: New document that explains how to
65         migrate from emacs-wiki to Muse.
67         * etc/muse.rnc: Increment version number to 1.0.  Fix several
68         nested emphasis and nested lists edge cases.  Move here from
69         examples/.
71         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
72         same thing as C-c C-S-t, since the former works better in the
73         console.  Thanks to Leo for the suggestion.
75         * lisp/muse-publish.el (muse-publish-markup-table)
76         (muse-publish-markup-table-el): Include a newline in the return
77         string, so that paragraph detection does not get confused.
79         * lisp/muse.el (muse-with-temp-buffer): Docfix.
81         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
82         keybinding.
84 2007-06-13  Michael Olson  <mwolson@gnu.org>
86         * etc/IDEAS.muse: Mark three-part-links item as done.
88         * experimental/muse-message.el: Remove guard for muse-define-style
89         calls.
91         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
92         markup rules were being interpreted in reverse order.  This should
93         make implicit interwiki links work properly again.
94         (muse-link-face): Strip anchor from end of a path, so that this
95         works with anchors in interwiki links.
96         (muse-colors-insert-image): Catch error that occurs in Emacs 21
97         when an image does not exist.
99         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
100         anchors.
101         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
102         interwiki links work.  Thanks to Jim Ottaway for the initial
103         implementation.
104         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
105         links work.
107         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
108         about match 0.
109         (muse-handle-explicit-link): Docfix: this does not modify the
110         match data.
111         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
112         that has the regexp in its car.
114 2007-06-12  Michael Olson  <mwolson@gnu.org>
116         * README: Document new etc/ directory.
118         * etc/IDEAS.muse: Install things from new contributors just after
119         the 3.03 release, since I won't have time to review the code
120         before the release.  Move to new etc/ directory.  Slides
121         publishing has been installed.
123         * lisp/muse-latex.el (muse-latex-slides-header): New option that
124         determines the header to use for publishing slides.
125         (muse-latex-lecture-notes-header): New option that determines the
126         header to use for publishing lecture notes.
127         (muse-latex-slides-markup-tags): New option containing tags to use
128         when publishing slides.
129         (muse-latex-permit-contents-tag): Move higher in file.
130         (muse-latex-slide-tag): New function to publish the <slide> tag.
131         ("slides", "slides-pdf"): New publishing styles that create slides
132         using Beamer.
133         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
134         create lecture notes using Beamer.
136         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
137         since otherwise Planner is not happy when `plan' is called during
138         init.  Remove stray quote from autoload snippet.
140 2007-06-11  Michael Olson  <mwolson@gnu.org>
142         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
143         autoload, rather than having it exist at top-level.  Thanks to Leo
144         for the suggestion.
145         (muse-update-file-extension): Docfix.
147 2007-06-10  Michael Olson  <mwolson@gnu.org>
149         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
150         URLs were being removed during publishing.  Thanks to everyone who
151         reported this.
153 2007-06-06  Michael Olson  <mwolson@gnu.org>
155         * lisp/muse-regexps.el (muse-table-line-regexp)
156         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
157         regexps so that they work with XEmacs 21.  Thanks to Adrian
158         Tritschler for the report.
160         * texi/muse.texi: Update copyright years.
161         (HTML): Document muse-xhtml-style-sheet.  Thanks
162         to thorne for noticing.
163         (Development): Change archive year to 2006.  Thanks to Adrian
164         Tritschler for noticing.  So *that's* why some people had the 2005
165         version ....
167 2007-06-05  Michael Olson  <mwolson@gnu.org>
169         * Makefile (install-info): Remove $(MANUAL).info part, since this
170         is taken care of already by texi/Makefile.  Thanks to Leo for the
171         report.
173         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
174         read-only properties to qotd contents, so that they don't get
175         double-escaped.  Thanks to Leo for the report.
177 2007-06-04  Michael Olson  <mwolson@gnu.org>
179         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
180         -- that is, Tramp or ange-ftp -- file, then do not call
181         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
182         Fixes bug #5115.
184         * lisp/muse-html.el (muse-html-insert-contents): Add
185         documentation.  Handle case where heading is read-only, but has
186         muse-contents property.  Remove the muse-contents property for any
187         heading we come across so as to avoid double-including an item in
188         an outer table of contents.
189         (muse-html-denote-headings): New function that denotes whether a
190         heading is not read-only by adding the muse-contents property to
191         it.
192         (muse-html-munge-buffer): If we are not to generate contents,
193         still denote headings, in case some outer layer wants to generate
194         contents for our headings.  This should fix a bug with table of
195         contents and the <include> tag.  Thanks to thorne for the report.
197         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
198         muse-publish-generate-contents and set it to nil.  This should
199         do the right thing when using <include> tags.
201 2007-06-02  Michael Olson  <mwolson@gnu.org>
203         * NEWS: Update for non-inlined image change and support for
204         table.el style tables.
206         * examples/Makefile (clean): Clean backup files.
208         * examples/QuickStart.muse (Images): New section that describes
209         how to inline and not inline images.
211         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
212         touch images that have "URL:" in front of them.
214         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
215         "URL:".  Use the identity function to resolve, since we don't want
216         to rip "URL:" out while publishing, due to some magic that depends
217         on that text.
218         (muse-browse-url-url): New function that browses URLs that have
219         "URL:" in front of them, by removing the "URL:" part and
220         reprocessing the remainder.
222         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
223         (muse-publish-url): Recognize images in the description before
224         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
225         for the suggested workaround.
226         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
227         default value.
228         (muse-publish-classify-url): If target begins with "URL:" return
229         type url.
230         (muse-publish-strip-URL): New function that strips "URL:" from the
231         beginning of a string.  This is used to remove URL: from the link
232         description.  * texi/muse.texi (Markup Strings): Clarify the
233         meanings of image-link, link, and link-and-anchor.
234         (muse-publish-markup-regexps): Move normal table rule to 2350.
235         Rule 2300 is now a regexp that matches table.el-style tables.
236         (muse-publish-markup-functions): Add table-el entry.
237         (muse-publish-table-el-table): New function that given a variant,
238         publishes a table.el-style table using the table in the matched
239         region.
240         (muse-publish-markup-table-el): New function that determines
241         whether the table.el-style table can be published, and what
242         variant to use.
244         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
245         the borders of table.el-style tables.
247         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
248         the table has sufficient whitespace in front of it.
250         * texi/muse.texi (Images): Update for new non-inlined image
251         ability and provide example.
253 2007-05-31  Michael Olson  <mwolson@gnu.org>
255         * NEWS: Add example for setting `muse-html-table-attributes'.
257         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
258         Publish multiple tbody tags if there is a horizontal separator
259         after the heading, because that is valid HTML after all.
261 2007-05-30  Michael Olson  <mwolson@gnu.org>
263         * NEWS: Update.
265         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
266         horizontal separators in tables.
268         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
269         horizontal separators in tables.
270         (muse-publish-trim-table): New function to remove initial and
271         final blank columns from a table.
272         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
273         with horizontal separators, aka "hlines".
275         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
276         defines the syntax of a horizontal separator in a table.
278         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
279         horizontal separators.  Publish header lines correctly.
281         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
282         where we have nonnumbers as a row type.  This ignores sorting for
283         hlines.
284         (muse-xml-markup-table): Deal with horizontal separators.  If the
285         markup supports table groups, make hlines separate table groups.
286         Otherwise, ignore them, since they cannot be marked up.  Together,
287         these changes allow us to support orgtbl-mode tables.  Thanks to
288         Carsten Dominik for the suggestion.
290 2007-05-26  Michael Olson  <mwolson@gnu.org>
292         * lisp/muse-project.el (muse-project-alist-styles): Allow for
293         other things to be added to each generated style as well.  For
294         example, this permits me to add
295         :base-url "http://blog.mwolson.org/"
296         for my blog.
298 2007-05-25  Michael Olson  <mwolson@gnu.org>
300         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
301         way of building Debian packages that preserves the original
302         release tarball and is more modular.
303         (debrevision, debrelease): Remove.
304         (dist): No need to remove the debian/ directory, since it is now
305         in its own branch.
306         (debprepare): Copy over debian/ directory properly.
308         * NEWS: Update.
310         * examples/Makefile (clean): Remove QuickStart.texi, in case
311         something went wrong during the build.
312         (%.pdf): Publish the example using the normal pdf style, rather
313         than info-pdf.
315         * examples/QuickStart.muse: Add myself to the authors list.
317         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
318         sufficient blank lines before the tag.
320         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
321         we have sufficient blank lines before the tag.
323         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
324         specifies the program to call in order to generate PDF content
325         from LaTeX content.
326         (muse-latex-pdf-cruft): New option that specifies the extensions
327         of files to remove after generating PDF output successfully.
328         (muse-latex-pdf-generate): Use these new options.  Work around the
329         annoying edge case where a tilde character exists in the filename
330         or directory path -- now this can only error out when the relative
331         path from the output file to the source file contains a tilde,
332         which is far less likely.
334         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
335         muse-publish-ensure-block here after all, because <lisp> et al may
336         occur inline as part of other things.
338         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
339         occur after full-document escaping, rather than before.  This
340         prevents automatically-inserted Texinfo code from being escaped.
341         (muse-texinfo-pdf-generate): Rewrite to call
342         `muse-latex-pdf-generate' with pdftex as the generating binary,
343         because texi2pdf suffers irredeemably from the tilde edge case
344         mentioned above.
346 2007-05-24  Michael Olson  <mwolson@gnu.org>
348         * NEWS: Drop vague entries and position interesting entries closer
349         to the top of each section.  Update for new changes.
351         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
352         and bzr metadata directories to the list of things to ignore.
354         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
355         `muse-publish-ensure-block-tag', since we will use it for more
356         than just tags.
357         (muse-publish-markup-list, muse-publish-verse-tag)
358         (muse-publish-quote-tag, muse-publish-example-tag)
359         (muse-publish-markup-attribute): Use it.  This fixes a bug that
360         can occur when these types of markup occur immediately after a
361         paragraph.  It's good to have defined behavior!
363         * texi/muse.texi (Markup Strings): Mention new argument for
364         link-and-anchor.
366 2007-05-19  Michael Olson  <mwolson@gnu.org>
368         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
369         published footnotes and footnote references.  Thanks to Scott
370         Jaderholm for the idea.
372         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
373         link-and-anchor, on the recommendation of the original submitter.
375 2007-05-14  Michael Olson  <mwolson@gnu.org>
377         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
378         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
379         suggestion.
381         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
382         file extension as the fourth argument.
384         * README, texi/muse.texi (Getting Help and Reporting Bugs):
385         Mention the new muse-el-logs mailing list.
387 2007-05-13  Michael Olson  <mwolson@gnu.org>
389         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
390         "\`" here.  This fixes a problem with publishing custom URLs.
392 2007-05-12  Michael Olson  <mwolson@gnu.org>
394         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
395         update the list if the current buffer is associated with a file.
396         This fixes a bug with M-x muse-publish-region in a temporary
397         buffer.
399 2007-05-01  Michael Olson  <mwolson@gnu.org>
401         * lisp/muse-publish.el (muse-publish-region): Remove read-only
402         properties from the published buffer, so that the results can be
403         manually tweaked.
405 2007-04-23  Michael Olson  <mwolson@gnu.org>
407         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
408         find the footnote that goes with a reference, leave the reference
409         as-is.  This fixes an error where control characters could be
410         placed in a published document.
412 2007-04-22  Michael Olson  <mwolson@gnu.org>
414         * IDEAS.muse: Add muse-slides.el to list of things to include
415         before release.
417         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
418         character.
419         (muse-protocol-find): Find protocols correctly.  Rewrite to use
420         catch/throw.
421         (muse-browse-url): Don't concatenate "\`" here.  Together, this
422         fixes a bug with browsing woman:// links.
424         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
425         where entry-dir has a trailing backslash.
426         (muse-project-publish-file): If a style is malformed, skip it and
427         display a warning message.  This should help people figure out
428         where the problem is.
430 2007-04-21  Michael Olson  <mwolson@gnu.org>
432         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
433         yet-to-be-included "contex" publishing style, use "$$" rather
434         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
435         this out.
437 2007-04-20  Michael Olson  <mwolson@gnu.org>
439         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
440         variable that causes the :before and :before-end hooks to be
441         ignored when non-nil.
442         (muse-publish-markup-region): Use it.  Also, guarantee that point
443         is at end of region after publishing.
444         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
445         variable.
447 2007-04-19  Michael Olson  <mwolson@gnu.org>
449         * IDEAS.muse: New file containing a list of ideas we have for new
450         features, or patches that have yet to be applied.
452         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
453         be so confusing.
455         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
456         docstring.
458         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
459         <literal> tags with muse-publish-literal-tag, rather than
460         muse-publish-mark-read-only.
461         (muse-publish-literal-tag): New function that publishes the
462         <literal> tag.  It adds the ability to add the optional "style"
463         and "exact" elements, which cause text to only be included if the
464         current publishing style matches some criteria.  The text will be
465         removed otherwise.  Thanks to Jim Ottaway for the implementation.
466         (muse-publish-mark-up-tag): Let the <markup> tag take the
467         additional optional elements "style" and "exact", with much the
468         same effect as the <literal> improvements, but after calling
469         "function" or publishing the region first.  Make it possible to
470         put <content> tags in <markup> regions in HTML publishing.
472 2007-04-12  Michael Olson  <mwolson@gnu.org>
474         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
475         that a blank line always exists after a heading.  This fixes a bug
476         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
477         for the report.
479         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
480         detection regexp to that which is used in Docbook and HTML
481         publishing styles.
483 2007-04-02  Michael Olson  <mwolson@gnu.org>
485         * README (muse-el-announce): Make a listing of mailing lists,
486         rather than pointing to the old EmacsWikiMailingList page.  Thanks
487         to Andreas Roehler for noticing.
489 2007-04-01  Michael Olson  <mwolson@gnu.org>
491         * lisp/muse-publish.el (muse-publish-date-format): Add
492 `       customization type and group.
493         (muse-publish-region): New interactive function that publishes a
494         region to a new buffer.
496         * texi/muse.texi: Use "document" rather than "manual".
498 2007-03-31  Michael Olson  <mwolson@gnu.org>
500         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
501         expression (muse-style-derived-p "latex" (muse-style "latex"))
502         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
503         for the catch.
505 2007-02-25  Michael Olson  <mwolson@gnu.org>
507         * lisp/muse-publish.el (muse-publish-date-format): New option that
508         specifies how to format the date when publishing Muse pages.
509         Thanks to Thomas Gehrlein for the suggestion.
510         (muse-publish-markup-buffer): Use it.
512 2007-02-23  Michael Olson  <mwolson@gnu.org>
514         * README: Add Prerequisites section to mention which versions of
515         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
516         the suggestion.  Update link destination for Muse's page on
517         emacswiki.org.
519 2007-02-15  Michael Olson  <mwolson@gnu.org>
521         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
522         be not just at beginning of line.  This fixes an error with the
523         <class> tag.  Thanks to Jim Pivarski for the report.
525 2007-02-14  Michael Olson  <mwolson@gnu.org>
527         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
528         whether something is an image before checking to see if it is a
529         URL.  Thanks to ITSUMI ken-ichi for the report.
531 2007-02-13  Michael Olson  <mwolson@gnu.org>
533         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
534         comments that have no text better.  Thanks to fang.lungang for the
535         report.
536         (muse-publish-markup-comment): Deal with case where no comment
537         text is provided.
539 2007-01-23  Michael Olson  <mwolson@gnu.org>
541         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
542         that ensures that at least one blank line exists at the given
543         position.  This is used to avoid paragraph detection problems when
544         block-level tags like <example> immediately follow a paragraph.
545         Thanks to Hans Ekbrand for the report.
546         (muse-publish-example-tag): Use it.
548 2007-01-19  Michael Olson  <mwolson@gnu.org>
550         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
551         previous blank line if we are publishing in Latex.  Otherwise,
552         that wouldn't be the right thing, so leave it be.
554 2007-01-17  Michael Olson  <mwolson@gnu.org>
556         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
557         multiple centered math lines on the same line; keep them on
558         different lines.  Use \[ math-text \] instead of $$math-text$$,
559         since the latter seems to be deprecated.  Thanks to Jody Klymak
560         for the pointer.
562 2007-01-15  Michael Olson  <mwolson@gnu.org>
564         * lisp/muse-latex2png.el (muse-publish-latex-tag)
565         (muse-publish-math-tag): Publish region read-only when current
566         style is Latex-derived, so that Muse does not escape it.
567         (muse-publish-math-tag): If 6 or more spaces come before the tag,
568         surround the region with "$$" rather than "$".  This is the Muse
569         syntax for something centered, so it should be a good fit.
571 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
573         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
574         protocol.
575         (muse-browse-url-man): Change man page URL format.  The code is
576         simpler when the section is left inside parentheses.
577         (muse-browse-url-woman): New function.
579 2007-01-14  Michael Olson  <mwolson@gnu.org>
581         * AUTHORS: Bookkeeping.
583         * lisp/muse-latex2png.el: Associate <math> tag with
584         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
585         Klymak for the report.
586         (muse-publish-math-tag): Use muse-insert-markup for the "$"
587         characters, so they don't get escaped.
589         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
590         make muse-style-derived-p easier to implement.
591         (muse-style-derived-p): If the style is not provided, fetch it and
592         check to see if the car is a string.  This should fix the other
593         problem that was reported.
595         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
596         explains a case where setting muse-file-extension to nil can cause
597         unexpected behavior.
599 2007-01-09  Michael Olson  <mwolson@gnu.org>
601         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
602         comments higher priority than tags.  Thanks to Stefan van der Walt
603         for the report.
605 2007-01-08  Michael Olson  <mwolson@gnu.org>
607         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
608         argument rather than calling match-string.  Thanks to Stefan van
609         der Walt for the report.  This should fix a bug with publishing
610         <include file="..." markup="example">.
612 2007-01-06  Michael Olson  <mwolson@gnu.org>
614         * Makefile (debclean): New rule split from debrevision and
615         debrelease.
616         (debbuild): Take distributor into account.
618         * Makefile.defs (DISTRIBUTOR): New field that tracks what
619         vendor/distributor we are building for.
621 2007-01-04  Michael Olson  <mwolson@gnu.org>
623         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
624         line.
626         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
627         point to muse-publish-src-tag by default, since <src> and
628         <example> have different parameters.
629         (muse-publish-src-tag): New barebones publishing function for
630         <src>, which is superseded when publishing in an HTML-based style.
632 2007-01-03  Michael Olson  <mwolson@gnu.org>
634         * lisp/muse-html.el (muse-html-src-tag): Document.
636         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
637         command that calls a given tag on the current buffer.  Attributes
638         may be passed.
639         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
640         it.
641         (muse-publish-srcify-buffer): New function that allows
642         markup="src" in the <include> tag.
643         (muse-publish-get-and-delete-attr): New macro that gets an
644         attribute from a list and removes the first instance of that
645         attribute from said list.
646         (muse-publish-markup-attribute): Handle markup="src".
647         (muse-publish-command-tag, muse-publish-include-tag): Use
648         muse-publish-get-and-delete-attr.  This allows the remaining
649         attributes to be passed.
651         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
652         as changes to <command> and <include>.
654 2006-12-30  Michael Olson  <mwolson@gnu.org>
656         * NEWS: Update.
658         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
659         from muse-publish-math-tag to avoid conflict with
660         muse-latex2png.el.
662 2006-12-23  Michael Olson  <mwolson@gnu.org>
664         * lisp/muse-latex2png.el: Update header, since this has been
665         rewritten sufficiently to not need an assignment from the original
666         author.
667         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
668         (muse-latex2png): Use two underscores to separate prefix and hash.
669         (muse-latex2png-region): New function split from
670         muse-publish-latex-tag that can be used easily by other code.
671         Detect whether we are using an HTML-based publishing style, and
672         insert a simpler markup if we are not.  If we are using a
673         Latex-based publishing style, do not generate an image, and leave
674         the region alone.  Return the path of the generated image, in case
675         other functions want to use this programmatically.
676         (muse-publish-latex-tag): Set a default prefix based on the name
677         of the current file.
678         (muse-publish-math-tag): New tag that surrounds the region with
679         "$" characters, so that it becomes a Latex math region, and then
680         publishes it.
682         * lisp/muse-publish.el (muse-style-derived-p): New function that
683         returns non-nil if a given style, or the current style if omitted,
684         is equal to or derived from the given base style.  This is useful
685         in <lisp> tags, because it allows the user to specify markup that
686         is only to be inserted for one particular style.
688 2006-12-22  Michael Olson  <mwolson@gnu.org>
690         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
691         (muse-html-src-tag): New function which publishes the <src> tag.
692         Thanks to Clinton Ebadi and Charles Wang for the initial
693         implementations.
695         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
697 2006-12-21  Michael Olson  <mwolson@gnu.org>
699         * examples/johnw/muse-johnw.el: Update for preferred
700         muse-derive-style usage.  Rename to muse-init.el.
702         * examples/mwolson/muse-init.el: Update.
704         * lisp/muse-book.el (muse-book-publish): New function split from
705         muse-book-publish-project.  This is used in the definitions for
706         the book-latex and book-pdf styles.
707         (muse-book-publish-p): New function split from muse-book-publish.
708         (muse-book-get-directives): New function that retrieves the
709         publishing directives from the given file.
710         (muse-book-publish): Use muse-book-get-directives to set the title
711         if no title was specified.
713         * lisp/muse-project.el (muse-project): Add :publish-project entry
714         to widget.
715         (muse-read-project, muse-project-find-file): Message fix.
716         (muse-project-publish-file-default): New function split from
717         muse-project-publish-file.
718         (muse-project-publish-file): Allow file-level publishing function
719         to be specified by the :publish element.  The default is
720         muse-project-publish-file-default.
721         (muse-project-publish-default): New function split from
722         muse-project-publish.
723         (muse-project-publish): Allow project-level publishing function to
724         be specified by :publish-project element.  The default is
725         muse-project-publish-default.
727         * lisp/muse-publish.el (muse-publish-file): Message fix.
729         * texi/muse.texi (Book): Mention new way to publish books and
730         provide an example, since the process may be non-obvious.
732 2006-12-20  Michael Olson  <mwolson@gnu.org>
734         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
735         content-modifying code from the rest of
736         muse-docbook-finalize-buffer.
738         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
739         muse-groff-finalize-buffer, since it adds content to the buffer.
741         * lisp/muse-html.el (muse-html-munge-buffer): Split out
742         content-modifying code from the rest of muse-html-finalize-buffer.
743         This fixes a bug when using <include> with <content> tags.
745         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
746         (muse-journal-latex-munge-buffer)
747         (muse-journal-rss-munge-buffer): Rename, since they add content to
748         the buffer.
750         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
751         muse-latex-finalize-buffer, since it adds content to the buffer.
753         * lisp/muse-mode.el:
754         * lisp/muse-project.el:
755         * lisp/muse-publish.el:
756         * lisp/muse.el: Fix recursive load error.
758         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
759         muse-texinfo-finalize-buffer, since it adds content to the buffer.
761         * lisp/muse-wiki.el: Comment cleanup.
763         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
765 2006-12-17  Michael Olson  <mwolson@gnu.org>
767         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
768         Remove the definition of \comment, since Latex already has comment
769         syntax.
770         (muse-latex-markup-strings): Use the Latex comment syntax, rather
771         than our own.  Thanks to Ryan Stutsman for pointing this out.
773 2006-12-02  Michael Olson  <mwolson@gnu.org>
775         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
776         that this can generate a proper table of contents for Planner HTML
777         publishing.
779 2006-12-01  Michael Olson  <mwolson@gnu.org>
781         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
782         using a very old Emacs, avoid an infinite loop that could occur
783         when the regexp is an empty string.
785 2006-11-26  Michael Olson  <mwolson@gnu.org>
787         * NEWS: Bring up to date.
789         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
790         list issues and multiple-stanza verse issues.  This takes care of
791         all of the markup issues I was worried about.
793         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
794         (muse-project-publish-private-files): New option that indicates
795         whether files with private filesystem permissions should be
796         published.  The default is to publish them, since it avoids
797         confusion in new users.
798         (muse-project-private-p): Use it.
800 2006-11-19  Michael Olson  <mwolson@gnu.org>
802         * lisp/muse-project.el (muse-project-resolve-link): If no remote
803         style is found, which means that the link is not a Muse page, do
804         not add a suffix or prefix to it.  This should fix the
805         "[[thing.owl]]" bug that Phillip Lord reported.
807         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
808         removing unused 2nd argument.
810 2006-11-17  Michael Olson  <mwolson@gnu.org>
812         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
813         latex publishing where nested enumerated lists would be squashed
814         together at the end.
816 2006-11-16  Michael Olson  <mwolson@gnu.org>
818         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
819         list embedded in a definition list look right.  This also allows
820         for definitions to be separated from their terms, much like the
821         way HTML does it by default, if the user puts a blank line or a
822         line break between the term and the definition.  If the term and
823         definition are on the same line, they will be that way in the
824         output as well.
826 2006-11-11  Michael Olson  <mwolson@gnu.org>
828         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
829         for the report.
830         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
832 2006-11-07  Michael Olson  <mwolson@gnu.org>
834         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
835         release candidate for Muse 3.03, available.
837         * NEWS: Update.
839 2006-11-06  Michael Olson  <mwolson@gnu.org>
841         * lisp/muse-project.el (muse-project-find-file): Fix bug when
842         following a relative link worked even when the path was incorrect.
844 2006-11-04  John Sullivan  <john@wjsullivan.net>
846         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
847         muse-follow-name-at-point to reduce collisions with other
848         modes (Planner).
850         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
852 2006-11-04  Michael Olson  <mwolson@gnu.org>
854         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
855         optional, and make interwiki delimiter a regular rather than shy
856         group.
857         (muse-wiki-handle-implicit-interwiki): Rename from
858         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
859         (muse-wiki-handle-explicit-interwiki): New function that is
860         smarter about where an explicit link ends in a buffer.  This
861         allows you to refer to page names with invalid Wiki characters,
862         such as underscores and dashes, merely by enclosing them in double
863         brackets.  Also, a bug with recognizing project names too loosely
864         has been fixed.
866 2006-11-03  Michael Olson  <mwolson@gnu.org>
868         * lisp/muse-project.el (muse-project-page-file): Make relative
869         links work as expected, hopefully.
871         * lisp/muse-publish.el (muse-publish-this-file): Set the current
872         output style manually, since it will differ from anything in the
873         publishing style list.
875 2006-10-30  Michael Olson  <mwolson@gnu.org>
877         * lisp/muse-colors.el (muse-colors-markup): Remove note about
878         grouping elements, since that no longer applies.
879         (muse-colors-custom-tags): Explicitly match against
880         muse-tag-regexp to get the match-data set the way we want.  This
881         really fixes the <example> highlighting bug that Stefan reported.
882         (muse-configure-highlighting): Set the original value to the
883         symbol, not the modified value.  Re-use modified rules properly.
885         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
886         introduced yesterday.
888 2006-10-29  Michael Olson  <mwolson@gnu.org>
890         * examples/mwolson: Update my example configuration.
892         * NEWS: Update.
894         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
895         without a regexp in the first position before iterating through
896         them to build muse-colors-vector.  This fixes a bug with the
897         display of <example> tags.  Thanks to Stefan Reichör for the
898         report.
900         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
901         files in projects to be linked to.
903         * lisp/muse-publish.el (muse-publish-url): Allow the original link
904         to serve as a description for a URL, as long as it differs from
905         the destination URL.  This fixes the description of WikPage links
906         in PDF output.
907         (muse-publish-link-file): Check to see whether the given link
908         points at a valid file.  If so, return it.  Otherwise, apply other
909         transforms like prefix and link suffix.
911         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
912         "/", it is a file or directory, not a Muse page.  Thanks to
913         Phillip Lord for the suggestion.
915         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
916         of the current page as the local path, instead of duplicating the
917         remote file's path.  This probably fixes at least one reported
918         bug. since it's quite major.
919         (muse-wiki-update-project-file-regexp)
920         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
921         passed to regexp-opt, since that can cause Emacs 21 to throw an
922         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
923         DOT edu for the report.
924         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
926 2006-10-28  Michael Olson  <mwolson@gnu.org>
928         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
929         (muse-project-resolve-link): If the given style does not have a
930         link-suffix, default to suffix.  This fixes a bug I was noticing
931         when linking to a file that was published in both PDF and HTML
932         form.
934         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
935         function that is used as a callback to determine the initial
936         amount of indentation that the current dl item has.
937         (muse-publish-surround-dl): Use it.  Pass the initial indent value
938         and the post-indent value, instead of trying to determine them
939         both.
940         (muse-publish-strip-list-indentation): New function stripped from
941         `muse-publish-surround-text' for readability.
942         (muse-publish-surround-text): Instead of taking a determine-indent
943         value, take a determine-indent-func function, which is called just
944         after finding the next list item.  If we are asked to determine
945         the amount of indentation, concatenate indent and post-indent the
946         first time around.  This effectively fixes all known definition
947         list issues.
949 2006-10-16  Michael Olson  <mwolson@gnu.org>
951         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
952         other software -- namely, Planner -- can detect whether they are
953         using a version of Muse that supports nested tags.
954         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
955         muse-publish-goto-tag-end.
957         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
958         Adapt for nested tags.
960         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
961         <class> tag is nestable.  Thanks to Phillip Lord for noticing
962         this.
964         * lisp/muse-publish.el (muse-publish-markup-tag)
965         (muse-publish-quote-tag): Use muse-goto-tag-end.
967         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
969 2006-10-15  Michael Olson  <mwolson@gnu.org>
971         * AUTHORS: Bookkeeping.
973         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
974         tag.
976         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
977         tags.
979         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
981         * lisp/muse-import-docbook.el (muse-import-docbook)
982         (muse-import-docbook-files): Docfix.
983         (muse-import-docbook-get-title): Remove cl.el-ism.
985         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
987         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
989         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
991         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
992         (muse-next-reference, muse-previous-reference): Minor whitespace
993         changes.
994         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
995         the suggestion.
997         * lisp/muse-poem.el (muse-poem-tag): Ditto.
999         * lisp/muse-publish.el (muse-publish-markup-tags)
1000         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1001         element and make 4th element determine whether tags are nestable.
1002         (muse-publish-goto-tag-end): New function that moves to the end of
1003         a tag.  Handle nested tags when NESTED is non-nil.
1004         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1005         5th element for function.
1006         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1007         this on several scenarios, and it seems to work.
1008         (muse-publish-surround-text): Accept new optional argument
1009         LIST-ITEM which determines the regexp to use for list items.  The
1010         default is to use muse-list-item-regexp.
1012         * muse.texi (Markup Tags): Mention nestable tags.
1014         * NEWS: Mention new files.
1016 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1018         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1019         into Muse format.
1021         * lisp/muse-import-xml.el: New file that provides helper routines
1022         for converting XML-ish files to Muse format.
1024 2006-10-10  Michael Olson  <mwolson@gnu.org>
1026         * NEWS: Update for 3.02.7 bugfix release.
1028 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1030         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1031         using the value in the muse #date directive.
1032         (muse-blosxom-use-metadate): New option that determines whether or
1033         not to use the #postdate directive.
1034         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1035         metadate plugin format.
1037 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1039         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1040         recognised URLs.
1042         * muse.texi: Clarify handling of implicit links by mentioning
1043         which characters can prevent Muse from recognizing something as an
1044         implicit link.
1046 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1048         * lisp/muse-mode.el (muse-next-reference)
1049         (muse-previous-reference): Fix bug #6367 by moving point to the
1050         beginning of the link.
1052 2006-09-26  Michael Olson  <mwolson@gnu.org>
1054         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1055         beginning-of-line.  This should fix a bug that was noticed in
1056         recent Emacs 22 builds.
1058         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1059         eval-and-compile block to avoid a compiler warning.
1061 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1063         * lisp/muse-backlink.el (muse-backlink-split-string):
1064         Compatibility with Emacs versions < 22
1065         (muse-backlink-pending): New internal variable
1066         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1067         that backlinks are inserted at the right time.
1068         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1069         for pending backlink, and that this is the targe page.
1070         (muse-backlink-handle-link): Don’t handle the link if we are
1071         already handling one. Return the link as well as the parent links.
1073 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1075         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1076         #6942 - muse-blosxom-new-entry fails when using tags.
1078 2006-09-14  Michael Olson  <mwolson@gnu.org>
1080         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1081         compiler warning.
1083 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1085         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1086         function: Protect all wikiwords from START to END from further
1087         processing.
1088         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1090 2006-09-13  Michael Olson  <mwolson@gnu.org>
1092         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1093         adopted from Jim Ottaway's patch.  It removes links from the
1094         heading, and then marks the region read-only to inhibit WikiWord
1095         detection.
1097 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1099         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1100         special handling for headings.
1101         (muse-texinfo-remove-links): New function that removes explicit
1102         links from the given strings, replacing them with a description.
1104 2006-09-11  Michael Olson  <mwolson@gnu.org>
1106         * muse.texi (Getting Help and Reporting Bugs): Mention the
1107         muse-el-internationalization mailing list.
1109         * lisp/muse.el (muse-path-sans-extension): New function that acts
1110         like file-name-sans-extension, but guarantees to never modify the
1111         directory part of the path.  Thanks to Evan Monroig for
1112         investigating this.
1114         * lisp/muse-book.el (muse-book-publish-project): Use
1115         muse-path-sans-extension instead of file-name-sans-extension.
1117         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1118         Ditto.
1120 2006-08-30  Michael Olson  <mwolson@gnu.org>
1122         * muse.texi (Blosxom Requirements): Fix typo.
1124         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1125         directories for bzr and darcs.
1127         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1128         contrib/pyblosxom/getstamps.py: Update version and headers.
1130 2006-08-27  Michael Olson  <mwolson@gnu.org>
1132         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1133         nil values before they get to mapconcat.  This fixes a lockup when
1134         muse-wiki-match-all-project-files is nil.
1136         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1137         (muse-wiki-ignore-implicit-links-to-current-page)
1138         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1139         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1140         (muse-wiki-publish-small-title-words)
1141         (muse-wiki-publish-pretty-title): Docfix.
1142         (muse-wiki-update-local-wikiword-regexp): Rename from
1143         muse-wiki-update-local-wikiword-regexp.  Set
1144         muse-wiki-project-file-regexp instead of
1145         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1146         take muse-wiki-use-wikiword into account, since this is a
1147         different concept now.
1148         (muse-wiki-update-wikiword-regexp): Remove.
1149         (muse-wiki-wikiword-regexp): In-line the :set function.
1150         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1152 2006-08-26  Michael Olson  <mwolson@gnu.org>
1154         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1155         for indented list items, ignore blank lines.
1157         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1158         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1159         mapconcat.  This should hopefully fix a problem with large amounts
1160         of files with spaces in their name.  Thanks to Greg Detre for the
1161         report.
1163 2006-08-24  Michael Olson  <mwolson@gnu.org>
1165         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1166         numbers from the argument to format-time-string.  This fixes an
1167         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1169 2006-08-18  Michael Olson  <mwolson@gnu.org>
1171         * lisp/muse-project.el (muse-project-file-entries): Since we are
1172         given a full path, match against the filename as well.  This fixes
1173         an issue where backup files were being added to the file alist.
1175         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1176         from muse-html.el.
1178 2006-08-12  Michael Olson  <mwolson@gnu.org>
1180         * Makefile (.PHONY): Don't use line continuations.
1181         (realclean fullclean): Call realclean in subdirs, not distclean.
1182         (distclean): Don't call realclean, since this would wipe out our
1183         autoloads file.
1184         (dist): Use correct path to autoloads file.
1186         * NEWS: Catch up with the latest changes.
1188         * experimental/Makefile (.PHONY): Wrap long line.
1190         * lisp/Makefile (distclean): Do the same thing as "clean", not
1191         "realclean".
1193         * lisp/muse-project.el (muse-project-get-applicable-style):
1194         Indentation tweak.
1195         (muse-project-ignore-regexp, muse-project-recurse-directory):
1196         Docfix.
1197         (muse-project-of-file): Try the ignored files regexp against the
1198         base filename as well as the entire path.
1200         * lisp/muse-publish.el (muse-publish-this-file): Display message
1201         if the buffer is not associated with any file, so that we avoid
1202         errors later on.
1203         (muse-publish-url-desc): New function taken from muse-publish-url
1204         that causes a URL description to be transformed.
1205         (muse-publish-url): Call muse-publish-url-desc on either the
1206         description or the original URL if it will be used as a
1207         description.  Accept the original URL as an argument, in case it
1208         was transformed earlier.
1209         (muse-publish-insert-url): Pass original URL as an argument.
1210         (muse-publish-markup-link): Make this somewhat easier to follow.
1211         Pass original URL as argument.
1212         (muse-publish-get-style): If the same style is used to publish to
1213         two different directories, prompt the user for which directory to
1214         use.
1215         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1216         latest changes.
1217         (muse-publish-markup-url): Pass original URL as an argument.  This
1218         fixes the "nil" description for bare URLs that was in 3.02.91.
1219         Nothing like finding a bug just after completing the announcement
1220         of a release.
1222         * lisp/muse.el: Use defalias whenever convenient.
1223         (muse-version): Set version to 3.02.92 (3.03 RC2).
1225 2006-08-10  Michael Olson  <mwolson@gnu.org>
1227         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1228         style does not derive from any other class, return `t' here.
1229         This, along with the corresponding change to muse-publish.el,
1230         fixes a problem with the table of contents getting inserted
1231         multiple times for custom html-based styles.
1232         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1233         smarter method for table centering that works with XHTML.
1235         * lisp/muse-latex2png.el Rename all functions to have a
1236         "muse-latex2png" prefix.  Turn all variables into customizable
1237         options in the muse-latex2png group.
1238         (muse-latex2png-img-dest): New option specifying where to place
1239         the images.
1240         (muse-latex2png-template): New option containing the template to
1241         use for the surrounding LaTeX code.
1242         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1243         compliance.
1244         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1245         messages when something else goes wrong.  Create the image
1246         subdirectory if it doesn't exist already -- thanks to Christian
1247         Straßer for the report.  Expand the filename properly.
1248         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1249         and filename expansion.
1250         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1251         the default directory properly.
1253         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1254         do not run the same function twice.
1256 2006-08-08  Michael Olson  <mwolson@gnu.org>
1258         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1259         introduced wrong-type-argument error.
1261         * lisp/muse-html.el (muse-html-markup-strings)
1262         (muse-xhtml-markup-string): Cause table definition that contains
1263         image to be center-aligned.  This should fix an issue with images
1264         not being centered when captions are very long.
1266         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1267         whitespace from fields once we have split them up.
1269         * lisp/muse.el (muse-trim-whitespace): New function that strips
1270         leading and trailing whitespace from a string.
1272 2006-08-07  Michael Olson  <mwolson@gnu.org>
1274         * NEWS: Update through patch-95.
1276         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1277         to match the tags.
1278         (muse-colors-explicit-link): Show images in link descriptions if
1279         inlined images are enabled.
1281         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1282         definitions for 'image-with-desc, 'image, and 'image-link.
1283         (muse-docbook-markup-paragraph): If an inlined image begins a
1284         paragraph, insert <para> before it.
1285         (muse-docbook-fixup-images): New function that upper-cases the
1286         "format" attribute of the <imagedata> tag.
1287         (muse-docbook-finalize-buffer): Call it.
1289         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1290         with descriptions as centered tables, with a centered caption
1291         underneath.  The resulting look is consistent with the way that
1292         they are published in the LaTeX style.  Thanks to Jody Klymak for
1293         the suggestion.
1294         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1295         valid way to center a table.
1296         (muse-html-markup-paragraph): Use class="image" instead of
1297         "image-link" for paragraphs that start with an embedded image.
1299         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1300         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1301         suggestion.
1302         (muse-latex-markup-specials-image): New option that enables
1303         escaping of specials in images.  This was split from the URL
1304         specials.
1305         (muse-latex-decide-specials): Handle 'image context.
1306         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1307         of relying on caller to do this for us.
1309         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1310         'image context.
1311         (muse-publish-url): Use 'image context for images.  Use 'image
1312         instead of 'image-link and 'image-link in place of
1313         'url-with-image.  Separate the image file from its extension so
1314         that docbook and texinfo can publish images correctly.
1315         (muse-publish-markup-link): Don't force a description if one is
1316         not given.  This fixes a bug where images without descriptions
1317         were being published as 'image-with-desc instead of 'image.
1319         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1320         images the same as URLs.
1321         (muse-texinfo-markup-strings): Improve image markup to achieve an
1322         effect similar to that of the LaTeX publishing style.  Simplify
1323         'url string.
1325         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1327         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1328         when we have to use the custom version of this function.
1330         * muse.texi (Images): Explain how to toggle inlining of images and
1331         give better examples.  Mention captions and that captioned images
1332         should not be used inside of text paragraphs.
1333         (Markup Strings): Bring up-to-date with the changes made since
1334         3.02.
1336 2006-08-06  Michael Olson  <mwolson@gnu.org>
1338         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1339         in the Emacs source tree.
1341         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1342         in the Emacs source tree.
1344         * ChangeLog.3: New file created from the old ChangeLog.
1346         * Makefile.defs (VERSION): Set to 3.02.91.
1348         * NEWS: Update through patch-84.
1350         * lisp/muse.el (muse-version): Set to 3.02.91.
1352         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1353         attributes.
1354         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1355         delimiter are instead of hard-coding it.
1357         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1358         (muse-mode): Make filling definition lists work better.  This
1359         should fix #5359.
1361         * lisp/muse-publish.el (muse-style-run-hooks): Use
1362         `muse-style-element' instead of `muse-get-keyword' here.  This
1363         should fix #6399.
1365         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1367 See ChangeLog.3 for earlier changes.
1369 ;; Local Variables:
1370 ;; coding: utf-8
1371 ;; End: