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