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