Fix stray footnote references causing control chars to be inserted bug
[muse-el.git] / ChangeLog
blobfb4303c6793a4e1a691518a5d4a82fd8efec7991
1 2007-04-23  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
4         find the footnote that goes with a reference, leave the reference
5         as-is.  This fixes an error where control characters could be
6         placed in a published document.
8 2007-04-22  Michael Olson  <mwolson@gnu.org>
10         * IDEAS.muse: Add muse-slides.el to list of things to include
11         before release.
13         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
14         character.
15         (muse-protocol-find): Find protocols correctly.  Rewrite to use
16         catch/throw.
17         (muse-browse-url): Don't concatenate "\`" here.  Together, this
18         fixes a bug with browsing woman:// links.
20         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
21         where entry-dir has a trailing backslash.
22         (muse-project-publish-file): If a style is malformed, skip it and
23         display a warning message.  This should help people figure out
24         where the problem is.
26 2007-04-21  Michael Olson  <mwolson@gnu.org>
28         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
29         yet-to-be-included "contex" publishing style, use "$$" rather
30         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
31         this out.
33 2007-04-20  Michael Olson  <mwolson@gnu.org>
35         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
36         variable that causes the :before and :before-end hooks to be
37         ignored when non-nil.
38         (muse-publish-markup-region): Use it.  Also, guarantee that point
39         is at end of region after publishing.
40         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
41         variable.
43 2007-04-19  Michael Olson  <mwolson@gnu.org>
45         * IDEAS.muse: New file containing a list of ideas we have for new
46         features, or patches that have yet to be applied.
48         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
49         be so confusing.
51         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
52         docstring.
54         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
55         <literal> tags with muse-publish-literal-tag, rather than
56         muse-publish-mark-read-only.
57         (muse-publish-literal-tag): New function that publishes the
58         <literal> tag.  It adds the ability to add the optional "style"
59         and "exact" elements, which cause text to only be included if the
60         current publishing style matches some criteria.  The text will be
61         removed otherwise.  Thanks to Jim Ottaway for the implementation.
62         (muse-publish-mark-up-tag): Let the <markup> tag take the
63         additional optional elements "style" and "exact", with much the
64         same effect as the <literal> improvements, but after calling
65         "function" or publishing the region first.  Make it possible to
66         put <content> tags in <markup> regions in HTML publishing.
68 2007-04-12  Michael Olson  <mwolson@gnu.org>
70         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
71         that a blank line always exists after a heading.  This fixes a bug
72         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
73         for the report.
75         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
76         detection regexp to that which is used in Docbook and HTML
77         publishing styles.
79 2007-04-02  Michael Olson  <mwolson@gnu.org>
81         * README (muse-el-announce): Make a listing of mailing lists,
82         rather than pointing to the old EmacsWikiMailingList page.  Thanks
83         to Andreas Roehler for noticing.
85 2007-04-01  Michael Olson  <mwolson@gnu.org>
87         * lisp/muse-publish.el (muse-publish-date-format): Add
88         customization type ad group.
89         (muse-publish-region): New interactive function that publishes a
90         region to a new buffer.
92         * texi/muse.texi: Use "document" rather than "manual".
94 2007-03-31  Michael Olson  <mwolson@gnu.org>
96         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
97         expression (muse-style-derived-p "latex" (muse-style "latex"))
98         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
99         for the catch.
101 2007-02-25  Michael Olson  <mwolson@gnu.org>
103         * lisp/muse-publish.el (muse-publish-date-format): New option that
104         specifies how to format the date when publishing Muse pages.
105         Thanks to Thomas Gehrlein for the suggestion.
106         (muse-publish-markup-buffer): Use it.
108 2007-02-23  Michael Olson  <mwolson@gnu.org>
110         * README: Add Prerequisites section to mention which versions of
111         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
112         the suggestion.  Update link destination for Muse's page on
113         emacswiki.org.
115 2007-02-15  Michael Olson  <mwolson@gnu.org>
117         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
118         be not just at beginning of line.  This fixes an error with the
119         <class> tag.  Thanks to Jim Pivarski for the report.
121 2007-02-14  Michael Olson  <mwolson@gnu.org>
123         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
124         whether something is an image before checking to see if it is a
125         URL.  Thanks to ITSUMI ken-ichi for the report.
127 2007-02-13  Michael Olson  <mwolson@gnu.org>
129         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
130         comments that have no text better.  Thanks to fang.lungang for the
131         report.
132         (muse-publish-markup-comment): Deal with case where no comment
133         text is provided.
135 2007-01-23  Michael Olson  <mwolson@gnu.org>
137         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
138         that ensures that at least one blank line exists at the given
139         position.  This is used to avoid paragraph detection problems when
140         block-level tags like <example> immediately follow a paragraph.
141         Thanks to Hans Ekbrand for the report.
142         (muse-publish-example-tag): Use it.
144 2007-01-19  Michael Olson  <mwolson@gnu.org>
146         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
147         previous blank line if we are publishing in Latex.  Otherwise,
148         that wouldn't be the right thing, so leave it be.
150 2007-01-17  Michael Olson  <mwolson@gnu.org>
152         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
153         multiple centered math lines on the same line; keep them on
154         different lines.  Use \[ math-text \] instead of $$math-text$$,
155         since the latter seems to be deprecated.  Thanks to Jody Klymak
156         for the pointer.
158 2007-01-15  Michael Olson  <mwolson@gnu.org>
160         * lisp/muse-latex2png.el (muse-publish-latex-tag)
161         (muse-publish-math-tag): Publish region read-only when current
162         style is Latex-derived, so that Muse does not escape it.
163         (muse-publish-math-tag): If 6 or more spaces come before the tag,
164         surround the region with "$$" rather than "$".  This is the Muse
165         syntax for something centered, so it should be a good fit.
167 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
169         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
170         protocol.
171         (muse-browse-url-man): Change man page URL format.  The code is
172         simpler when the section is left inside parentheses.
173         (muse-browse-url-woman): New function.
175 2007-01-14  Michael Olson  <mwolson@gnu.org>
177         * AUTHORS: Bookkeeping.
179         * lisp/muse-latex2png.el: Associate <math> tag with
180         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
181         Klymak for the report.
182         (muse-publish-math-tag): Use muse-insert-markup for the "$"
183         characters, so they don't get escaped.
185         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
186         make muse-style-derived-p easier to implement.
187         (muse-style-derived-p): If the style is not provided, fetch it and
188         check to see if the car is a string.  This should fix the other
189         problem that was reported.
191         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
192         explains a case where setting muse-file-extension to nil can cause
193         unexpected behavior.
195 2007-01-09  Michael Olson  <mwolson@gnu.org>
197         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
198         comments higher priority than tags.  Thanks to Stefan van der Walt
199         for the report.
201 2007-01-08  Michael Olson  <mwolson@gnu.org>
203         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
204         argument rather than calling match-string.  Thanks to Stefan van
205         der Walt for the report.  This should fix a bug with publishing
206         <include file="..." markup="example">.
208 2007-01-06  Michael Olson  <mwolson@gnu.org>
210         * Makefile (debclean): New rule split from debrevision and
211         debrelease.
212         (debbuild): Take distributor into account.
214         * Makefile.defs (DISTRIBUTOR): New field that tracks what
215         vendor/distributor we are building for.
217 2007-01-04  Michael Olson  <mwolson@gnu.org>
219         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
220         line.
222         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
223         point to muse-publish-src-tag by default, since <src> and
224         <example> have different parameters.
225         (muse-publish-src-tag): New barebones publishing function for
226         <src>, which is superseded when publishing in an HTML-based style.
228 2007-01-03  Michael Olson  <mwolson@gnu.org>
230         * lisp/muse-html.el (muse-html-src-tag): Document.
232         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
233         command that calls a given tag on the current buffer.  Attributes
234         may be passed.
235         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
236         it.
237         (muse-publish-srcify-buffer): New function that allows
238         markup="src" in the <include> tag.
239         (muse-publish-get-and-delete-attr): New macro that gets an
240         attribute from a list and removes the first instance of that
241         attribute from said list.
242         (muse-publish-markup-attribute): Handle markup="src".
243         (muse-publish-command-tag, muse-publish-include-tag): Use
244         muse-publish-get-and-delete-attr.  This allows the remaining
245         attributes to be passed.
247         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
248         as changes to <command> and <include>.
250 2006-12-30  Michael Olson  <mwolson@gnu.org>
252         * NEWS: Update.
254         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
255         from muse-publish-math-tag to avoid conflict with
256         muse-latex2png.el.
258 2006-12-23  Michael Olson  <mwolson@gnu.org>
260         * lisp/muse-latex2png.el: Update header, since this has been
261         rewritten sufficiently to not need an assignment from the original
262         author.
263         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
264         (muse-latex2png): Use two underscores to separate prefix and hash.
265         (muse-latex2png-region): New function split from
266         muse-publish-latex-tag that can be used easily by other code.
267         Detect whether we are using an HTML-based publishing style, and
268         insert a simpler markup if we are not.  If we are using a
269         Latex-based publishing style, do not generate an image, and leave
270         the region alone.  Return the path of the generated image, in case
271         other functions want to use this programmatically.
272         (muse-publish-latex-tag): Set a default prefix based on the name
273         of the current file.
274         (muse-publish-math-tag): New tag that surrounds the region with
275         "$" characters, so that it becomes a Latex math region, and then
276         publishes it.
278         * lisp/muse-publish.el (muse-style-derived-p): New function that
279         returns non-nil if a given style, or the current style if omitted,
280         is equal to or derived from the given base style.  This is useful
281         in <lisp> tags, because it allows the user to specify markup that
282         is only to be inserted for one particular style.
284 2006-12-22  Michael Olson  <mwolson@gnu.org>
286         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
287         (muse-html-src-tag): New function which publishes the <src> tag.
288         Thanks to Clinton Ebadi and Charles Wang for the initial
289         implementations.
291         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
293 2006-12-21  Michael Olson  <mwolson@gnu.org>
295         * examples/johnw/muse-johnw.el: Update for preferred
296         muse-derive-style usage.  Rename to muse-init.el.
298         * examples/mwolson/muse-init.el: Update.
300         * lisp/muse-book.el (muse-book-publish): New function split from
301         muse-book-publish-project.  This is used in the definitions for
302         the book-latex and book-pdf styles.
303         (muse-book-publish-p): New function split from muse-book-publish.
304         (muse-book-get-directives): New function that retrieves the
305         publishing directives from the given file.
306         (muse-book-publish): Use muse-book-get-directives to set the title
307         if no title was specified.
309         * lisp/muse-project.el (muse-project): Add :publish-project entry
310         to widget.
311         (muse-read-project, muse-project-find-file): Message fix.
312         (muse-project-publish-file-default): New function split from
313         muse-project-publish-file.
314         (muse-project-publish-file): Allow file-level publishing function
315         to be specified by the :publish element.  The default is
316         muse-project-publish-file-default.
317         (muse-project-publish-default): New function split from
318         muse-project-publish.
319         (muse-project-publish): Allow project-level publishing function to
320         be specified by :publish-project element.  The default is
321         muse-project-publish-default.
323         * lisp/muse-publish.el (muse-publish-file): Message fix.
325         * texi/muse.texi (Book): Mention new way to publish books and
326         provide an example, since the process may be non-obvious.
328 2006-12-20  Michael Olson  <mwolson@gnu.org>
330         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
331         content-modifying code from the rest of
332         muse-docbook-finalize-buffer.
334         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
335         muse-groff-finalize-buffer, since it adds content to the buffer.
337         * lisp/muse-html.el (muse-html-munge-buffer): Split out
338         content-modifying code from the rest of muse-html-finalize-buffer.
339         This fixes a bug when using <include> with <content> tags.
341         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
342         (muse-journal-latex-munge-buffer)
343         (muse-journal-rss-munge-buffer): Rename, since they add content to
344         the buffer.
346         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
347         muse-latex-finalize-buffer, since it adds content to the buffer.
349         * lisp/muse-mode.el:
350         * lisp/muse-project.el:
351         * lisp/muse-publish.el:
352         * lisp/muse.el: Fix recursive load error.
354         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
355         muse-texinfo-finalize-buffer, since it adds content to the buffer.
357         * lisp/muse-wiki.el: Comment cleanup.
359         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
361 2006-12-17  Michael Olson  <mwolson@gnu.org>
363         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
364         Remove the definition of \comment, since Latex already has comment
365         syntax.
366         (muse-latex-markup-strings): Use the Latex comment syntax, rather
367         than our own.  Thanks to Ryan Stutsman for pointing this out.
369 2006-12-02  Michael Olson  <mwolson@gnu.org>
371         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
372         that this can generate a proper table of contents for Planner HTML
373         publishing.
375 2006-12-01  Michael Olson  <mwolson@gnu.org>
377         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
378         using a very old Emacs, avoid an infinite loop that could occur
379         when the regexp is an empty string.
381 2006-11-26  Michael Olson  <mwolson@gnu.org>
383         * NEWS: Bring up to date.
385         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
386         list issues and multiple-stanza verse issues.  This takes care of
387         all of the markup issues I was worried about.
389         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
390         (muse-project-publish-private-files): New option that indicates
391         whether files with private filesystem permissions should be
392         published.  The default is to publish them, since it avoids
393         confusion in new users.
394         (muse-project-private-p): Use it.
396 2006-11-19  Michael Olson  <mwolson@gnu.org>
398         * lisp/muse-project.el (muse-project-resolve-link): If no remote
399         style is found, which means that the link is not a Muse page, do
400         not add a suffix or prefix to it.  This should fix the
401         "[[thing.owl]]" bug that Phillip Lord reported.
403         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
404         removing unused 2nd argument.
406 2006-11-17  Michael Olson  <mwolson@gnu.org>
408         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
409         latex publishing where nested enumerated lists would be squashed
410         together at the end.
412 2006-11-16  Michael Olson  <mwolson@gnu.org>
414         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
415         list embedded in a definition list look right.  This also allows
416         for definitions to be separated from their terms, much like the
417         way HTML does it by default, if the user puts a blank line or a
418         line break between the term and the definition.  If the term and
419         definition are on the same line, they will be that way in the
420         output as well.
422 2006-11-11  Michael Olson  <mwolson@gnu.org>
424         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
425         for the report.
426         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
428 2006-11-07  Michael Olson  <mwolson@gnu.org>
430         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
431         release candidate for Muse 3.03, available.
433         * NEWS: Update.
435 2006-11-06  Michael Olson  <mwolson@gnu.org>
437         * lisp/muse-project.el (muse-project-find-file): Fix bug when
438         following a relative link worked even when the path was incorrect.
440 2006-11-04  John Sullivan  <john@wjsullivan.net>
442         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
443         muse-follow-name-at-point to reduce collisions with other
444         modes (Planner).
446         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
448 2006-11-04  Michael Olson  <mwolson@gnu.org>
450         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
451         optional, and make interwiki delimiter a regular rather than shy
452         group.
453         (muse-wiki-handle-implicit-interwiki): Rename from
454         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
455         (muse-wiki-handle-explicit-interwiki): New function that is
456         smarter about where an explicit link ends in a buffer.  This
457         allows you to refer to page names with invalid Wiki characters,
458         such as underscores and dashes, merely by enclosing them in double
459         brackets.  Also, a bug with recognizing project names too loosely
460         has been fixed.
462 2006-11-03  Michael Olson  <mwolson@gnu.org>
464         * lisp/muse-project.el (muse-project-page-file): Make relative
465         links work as expected, hopefully.
467         * lisp/muse-publish.el (muse-publish-this-file): Set the current
468         output style manually, since it will differ from anything in the
469         publishing style list.
471 2006-10-30  Michael Olson  <mwolson@gnu.org>
473         * lisp/muse-colors.el (muse-colors-markup): Remove note about
474         grouping elements, since that no longer applies.
475         (muse-colors-custom-tags): Explicitly match against
476         muse-tag-regexp to get the match-data set the way we want.  This
477         really fixes the <example> highlighting bug that Stefan reported.
478         (muse-configure-highlighting): Set the original value to the
479         symbol, not the modified value.  Re-use modified rules properly.
481         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
482         introduced yesterday.
484 2006-10-29  Michael Olson  <mwolson@gnu.org>
486         * examples/mwolson: Update my example configuration.
488         * NEWS: Update.
490         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
491         without a regexp in the first position before iterating through
492         them to build muse-colors-vector.  This fixes a bug with the
493         display of <example> tags.  Thanks to Stefan Reichör for the
494         report.
496         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
497         files in projects to be linked to.
499         * lisp/muse-publish.el (muse-publish-url): Allow the original link
500         to serve as a description for a URL, as long as it differs from
501         the destination URL.  This fixes the description of WikPage links
502         in PDF output.
503         (muse-publish-link-file): Check to see whether the given link
504         points at a valid file.  If so, return it.  Otherwise, apply other
505         transforms like prefix and link suffix.
507         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
508         "/", it is a file or directory, not a Muse page.  Thanks to
509         Phillip Lord for the suggestion.
511         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
512         of the current page as the local path, instead of duplicating the
513         remote file's path.  This probably fixes at least one reported
514         bug. since it's quite major.
515         (muse-wiki-update-project-file-regexp)
516         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
517         passed to regexp-opt, since that can cause Emacs 21 to throw an
518         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
519         DOT edu for the report.
520         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
522 2006-10-28  Michael Olson  <mwolson@gnu.org>
524         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
525         (muse-project-resolve-link): If the given style does not have a
526         link-suffix, default to suffix.  This fixes a bug I was noticing
527         when linking to a file that was published in both PDF and HTML
528         form.
530         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
531         function that is used as a callback to determine the initial
532         amount of indentation that the current dl item has.
533         (muse-publish-surround-dl): Use it.  Pass the initial indent value
534         and the post-indent value, instead of trying to determine them
535         both.
536         (muse-publish-strip-list-indentation): New function stripped from
537         `muse-publish-surround-text' for readability.
538         (muse-publish-surround-text): Instead of taking a determine-indent
539         value, take a determine-indent-func function, which is called just
540         after finding the next list item.  If we are asked to determine
541         the amount of indentation, concatenate indent and post-indent the
542         first time around.  This effectively fixes all known definition
543         list issues.
545 2006-10-16  Michael Olson  <mwolson@gnu.org>
547         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
548         other software -- namely, Planner -- can detect whether they are
549         using a version of Muse that supports nested tags.
550         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
551         muse-publish-goto-tag-end.
553         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
554         Adapt for nested tags.
556         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
557         <class> tag is nestable.  Thanks to Phillip Lord for noticing
558         this.
560         * lisp/muse-publish.el (muse-publish-markup-tag)
561         (muse-publish-quote-tag): Use muse-goto-tag-end.
563         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
565 2006-10-15  Michael Olson  <mwolson@gnu.org>
567         * AUTHORS: Bookkeeping.
569         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
570         tag.
572         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
573         tags.
575         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
577         * lisp/muse-import-docbook.el (muse-import-docbook)
578         (muse-import-docbook-files): Docfix.
579         (muse-import-docbook-get-title): Remove cl.el-ism.
581         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
583         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
585         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
587         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
588         (muse-next-reference, muse-previous-reference): Minor whitespace
589         changes.
590         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
591         the suggestion.
593         * lisp/muse-poem.el (muse-poem-tag): Ditto.
595         * lisp/muse-publish.el (muse-publish-markup-tags)
596         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
597         element and make 4th element determine whether tags are nestable.
598         (muse-publish-goto-tag-end): New function that moves to the end of
599         a tag.  Handle nested tags when NESTED is non-nil.
600         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
601         5th element for function.
602         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
603         this on several scenarios, and it seems to work.
604         (muse-publish-surround-text): Accept new optional argument
605         LIST-ITEM which determines the regexp to use for list items.  The
606         default is to use muse-list-item-regexp.
608         * muse.texi (Markup Tags): Mention nestable tags.
610         * NEWS: Mention new files.
612 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
614         * lisp/muse-import-docbook.el: New file that converts Docbook XML
615         into Muse format.
617         * lisp/muse-import-xml.el: New file that provides helper routines
618         for converting XML-ish files to Muse format.
620 2006-10-10  Michael Olson  <mwolson@gnu.org>
622         * NEWS: Update for 3.02.7 bugfix release.
624 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
626         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
627         using the value in the muse #date directive.
628         (muse-blosxom-use-metadate): New option that determines whether or
629         not to use the #postdate directive.
630         (muse-blosxom-format-date): Convert a date string to PyBlosxom
631         metadate plugin format.
633 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
635         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
636         recognised URLs.
638         * muse.texi: Clarify handling of implicit links by mentioning
639         which characters can prevent Muse from recognizing something as an
640         implicit link.
642 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
644         * lisp/muse-mode.el (muse-next-reference)
645         (muse-previous-reference): Fix bug #6367 by moving point to the
646         beginning of the link.
648 2006-09-26  Michael Olson  <mwolson@gnu.org>
650         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
651         beginning-of-line.  This should fix a bug that was noticed in
652         recent Emacs 22 builds.
654         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
655         eval-and-compile block to avoid a compiler warning.
657 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
659         * lisp/muse-backlink.el (muse-backlink-split-string):
660         Compatibility with Emacs versions < 22
661         (muse-backlink-pending): New internal variable
662         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
663         that backlinks are inserted at the right time.
664         (muse-backlink-insert-hook-func): Remove unwind-protection; check
665         for pending backlink, and that this is the targe page.
666         (muse-backlink-handle-link): Don’t handle the link if we are
667         already handling one. Return the link as well as the parent links.
669 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
671         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
672         #6942 - muse-blosxom-new-entry fails when using tags.
674 2006-09-14  Michael Olson  <mwolson@gnu.org>
676         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
677         compiler warning.
679 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
681         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
682         function: Protect all wikiwords from START to END from further
683         processing.
684         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
686 2006-09-13  Michael Olson  <mwolson@gnu.org>
688         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
689         adopted from Jim Ottaway's patch.  It removes links from the
690         heading, and then marks the region read-only to inhibit WikiWord
691         detection.
693 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
695         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
696         special handling for headings.
697         (muse-texinfo-remove-links): New function that removes explicit
698         links from the given strings, replacing them with a description.
700 2006-09-11  Michael Olson  <mwolson@gnu.org>
702         * muse.texi (Getting Help and Reporting Bugs): Mention the
703         muse-el-internationalization mailing list.
705         * lisp/muse.el (muse-path-sans-extension): New function that acts
706         like file-name-sans-extension, but guarantees to never modify the
707         directory part of the path.  Thanks to Evan Monroig for
708         investigating this.
710         * lisp/muse-book.el (muse-book-publish-project): Use
711         muse-path-sans-extension instead of file-name-sans-extension.
713         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
714         Ditto.
716 2006-08-30  Michael Olson  <mwolson@gnu.org>
718         * muse.texi (Blosxom Requirements): Fix typo.
720         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
721         directories for bzr and darcs.
723         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
724         contrib/pyblosxom/getstamps.py: Update version and headers.
726 2006-08-27  Michael Olson  <mwolson@gnu.org>
728         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
729         nil values before they get to mapconcat.  This fixes a lockup when
730         muse-wiki-match-all-project-files is nil.
732         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
733         (muse-wiki-ignore-implicit-links-to-current-page)
734         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
735         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
736         (muse-wiki-publish-small-title-words)
737         (muse-wiki-publish-pretty-title): Docfix.
738         (muse-wiki-update-local-wikiword-regexp): Rename from
739         muse-wiki-update-local-wikiword-regexp.  Set
740         muse-wiki-project-file-regexp instead of
741         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
742         take muse-wiki-use-wikiword into account, since this is a
743         different concept now.
744         (muse-wiki-update-wikiword-regexp): Remove.
745         (muse-wiki-wikiword-regexp): In-line the :set function.
746         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
748 2006-08-26  Michael Olson  <mwolson@gnu.org>
750         * lisp/muse-publish.el (muse-publish-surround-text): When looking
751         for indented list items, ignore blank lines.
753         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
754         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
755         mapconcat.  This should hopefully fix a problem with large amounts
756         of files with spaces in their name.  Thanks to Greg Detre for the
757         report.
759 2006-08-24  Michael Olson  <mwolson@gnu.org>
761         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
762         numbers from the argument to format-time-string.  This fixes an
763         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
765 2006-08-18  Michael Olson  <mwolson@gnu.org>
767         * lisp/muse-project.el (muse-project-file-entries): Since we are
768         given a full path, match against the filename as well.  This fixes
769         an issue where backup files were being added to the file alist.
771         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
772         from muse-html.el.
774 2006-08-12  Michael Olson  <mwolson@gnu.org>
776         * Makefile (.PHONY): Don't use line continuations.
777         (realclean fullclean): Call realclean in subdirs, not distclean.
778         (distclean): Don't call realclean, since this would wipe out our
779         autoloads file.
780         (dist): Use correct path to autoloads file.
782         * NEWS: Catch up with the latest changes.
784         * experimental/Makefile (.PHONY): Wrap long line.
786         * lisp/Makefile (distclean): Do the same thing as "clean", not
787         "realclean".
789         * lisp/muse-project.el (muse-project-get-applicable-style):
790         Indentation tweak.
791         (muse-project-ignore-regexp, muse-project-recurse-directory):
792         Docfix.
793         (muse-project-of-file): Try the ignored files regexp against the
794         base filename as well as the entire path.
796         * lisp/muse-publish.el (muse-publish-this-file): Display message
797         if the buffer is not associated with any file, so that we avoid
798         errors later on.
799         (muse-publish-url-desc): New function taken from muse-publish-url
800         that causes a URL description to be transformed.
801         (muse-publish-url): Call muse-publish-url-desc on either the
802         description or the original URL if it will be used as a
803         description.  Accept the original URL as an argument, in case it
804         was transformed earlier.
805         (muse-publish-insert-url): Pass original URL as an argument.
806         (muse-publish-markup-link): Make this somewhat easier to follow.
807         Pass original URL as argument.
808         (muse-publish-get-style): If the same style is used to publish to
809         two different directories, prompt the user for which directory to
810         use.
811         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
812         latest changes.
813         (muse-publish-markup-url): Pass original URL as an argument.  This
814         fixes the "nil" description for bare URLs that was in 3.02.91.
815         Nothing like finding a bug just after completing the announcement
816         of a release.
818         * lisp/muse.el: Use defalias whenever convenient.
819         (muse-version): Set version to 3.02.92 (3.03 RC2).
821 2006-08-10  Michael Olson  <mwolson@gnu.org>
823         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
824         style does not derive from any other class, return `t' here.
825         This, along with the corresponding change to muse-publish.el,
826         fixes a problem with the table of contents getting inserted
827         multiple times for custom html-based styles.
828         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
829         smarter method for table centering that works with XHTML.
831         * lisp/muse-latex2png.el Rename all functions to have a
832         "muse-latex2png" prefix.  Turn all variables into customizable
833         options in the muse-latex2png group.
834         (muse-latex2png-img-dest): New option specifying where to place
835         the images.
836         (muse-latex2png-template): New option containing the template to
837         use for the surrounding LaTeX code.
838         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
839         compliance.
840         (muse-latex2png-move2pubdir): Avoid multiple redundant error
841         messages when something else goes wrong.  Create the image
842         subdirectory if it doesn't exist already -- thanks to Christian
843         Straßer for the report.  Expand the filename properly.
844         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
845         and filename expansion.
846         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
847         the default directory properly.
849         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
850         do not run the same function twice.
852 2006-08-08  Michael Olson  <mwolson@gnu.org>
854         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
855         introduced wrong-type-argument error.
857         * lisp/muse-html.el (muse-html-markup-strings)
858         (muse-xhtml-markup-string): Cause table definition that contains
859         image to be center-aligned.  This should fix an issue with images
860         not being centered when captions are very long.
862         * lisp/muse-publish.el (muse-publish-table-fields): Trim
863         whitespace from fields once we have split them up.
865         * lisp/muse.el (muse-trim-whitespace): New function that strips
866         leading and trailing whitespace from a string.
868 2006-08-07  Michael Olson  <mwolson@gnu.org>
870         * NEWS: Update through patch-95.
872         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
873         to match the tags.
874         (muse-colors-explicit-link): Show images in link descriptions if
875         inlined images are enabled.
877         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
878         definitions for 'image-with-desc, 'image, and 'image-link.
879         (muse-docbook-markup-paragraph): If an inlined image begins a
880         paragraph, insert <para> before it.
881         (muse-docbook-fixup-images): New function that upper-cases the
882         "format" attribute of the <imagedata> tag.
883         (muse-docbook-finalize-buffer): Call it.
885         * lisp/muse-html.el (muse-html-markup-strings): Publish images
886         with descriptions as centered tables, with a centered caption
887         underneath.  The resulting look is consistent with the way that
888         they are published in the LaTeX style.  Thanks to Jody Klymak for
889         the suggestion.
890         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
891         valid way to center a table.
892         (muse-html-markup-paragraph): Use class="image" instead of
893         "image-link" for paragraphs that start with an embedded image.
895         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
896         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
897         suggestion.
898         (muse-latex-markup-specials-image): New option that enables
899         escaping of specials in images.  This was split from the URL
900         specials.
901         (muse-latex-decide-specials): Handle 'image context.
902         (muse-latex-fixup-dquotes): Go to beginning of document, instead
903         of relying on caller to do this for us.
905         * lisp/muse-publish.el (muse-publish-escape-specials): Document
906         'image context.
907         (muse-publish-url): Use 'image context for images.  Use 'image
908         instead of 'image-link and 'image-link in place of
909         'url-with-image.  Separate the image file from its extension so
910         that docbook and texinfo can publish images correctly.
911         (muse-publish-markup-link): Don't force a description if one is
912         not given.  This fixes a bug where images without descriptions
913         were being published as 'image-with-desc instead of 'image.
915         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
916         images the same as URLs.
917         (muse-texinfo-markup-strings): Improve image markup to achieve an
918         effect similar to that of the LaTeX publishing style.  Simplify
919         'url string.
921         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
923         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
924         when we have to use the custom version of this function.
926         * muse.texi (Images): Explain how to toggle inlining of images and
927         give better examples.  Mention captions and that captioned images
928         should not be used inside of text paragraphs.
929         (Markup Strings): Bring up-to-date with the changes made since
930         3.02.
932 2006-08-06  Michael Olson  <mwolson@gnu.org>
934         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
935         in the Emacs source tree.
937         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
938         in the Emacs source tree.
940         * ChangeLog.3: New file created from the old ChangeLog.
942         * Makefile.defs (VERSION): Set to 3.02.91.
944         * NEWS: Update through patch-84.
946         * lisp/muse.el (muse-version): Set to 3.02.91.
948         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
949         attributes.
950         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
951         delimiter are instead of hard-coding it.
953         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
954         (muse-mode): Make filling definition lists work better.  This
955         should fix #5359.
957         * lisp/muse-publish.el (muse-style-run-hooks): Use
958         `muse-style-element' instead of `muse-get-keyword' here.  This
959         should fix #6399.
961         * muse.texi: Set version to 3.02.91 (3.02 RC2).
963 See ChangeLog.3 for earlier changes.
965 ;; Local Variables:
966 ;; coding: utf-8
967 ;; End: