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