Update copyright years.
[muse-el.git] / ChangeLog.4
blob124290b535c7ead33f6c4540b2dd37c648d4d393
1 2008-01-28  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-groff.el (muse-groff-markup-strings)
4         * lisp/muse-html.el (muse-html-markup-strings)
5         (muse-xhtml-markup-strings):
6         * lisp/muse-latex.el (muse-latex-markup-strings)
7         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Add markup
8         string for line-break.
10 2008-01-23  Michael Olson  <mwolson@gnu.org>
12         * lisp/muse-latex.el (muse-latex-header)
13         (muse-latex-slides-header, muse-latex-lecture-notes-header):
14         Default to using UTF-8, rather than latin1.
16         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
17         target detection higher.  Use unescaped description for image
18         links, so that they don't get erroneously escaped.  Thanks to Suno
19         Ano for the report.
21 2008-01-15  Michael Olson  <mwolson@gnu.org>
23         * Makefile.defs.default (DESTDIR): New variable which allows the
24         destination directory to be easily set.  Thanks to gour for the
25         suggestion.
26         (ELISPDIR, INFODIR): Use it.
28         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
29         INFODIR here.
30         (Installation): Mention DESTDIR and PREFIX.
32         * texi/muse.texi: Update copyright year.
33         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
34         compilation step.  Do mention DESTDIR and PREFIX in the
35         installation step.
37 2008-01-06  Michael Olson  <mwolson@gnu.org>
39         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
40         information.  Update documentation.
42 2007-12-13  Michael Olson  <mwolson@gnu.org>
44         * lisp/muse-wiki.el ("muse-publish"): Interpret <nop> tags when
45         publishing.
47 2007-12-05  Magnus Henoch  <mange@freemail.hu>
49         * lisp/muse.el (muse-escape-specials-in-string): Move
50         save-match-data outside of with-temp-buffer, because apparently
51         some implementations of with-temp-buffer can mangle the match
52         data.
54 2007-11-28  Michael Olson  <mwolson@gnu.org>
56         * lisp/muse-project.el (muse-project-page-file): If page argument
57         is nil, then choose the first directory in the project.
59         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Style fix.
61 2007-11-07  Adrian Aichner  <adrian@xemacs.org>
63         * lisp/muse-publish.el (muse-publish-classify-url): Wrap call of
64         `muse-publish-link-page' in `save-match-data', so that correct
65         match data gets restored for subsequent use by `match-end'.
67 2007-10-29  Michael Olson  <mwolson@gnu.org>
69         * lisp/muse-regexps.el (muse-tag-regexp): Permit tag attributes to
70         span more than one line.  Thanks to Florian Beck for the fix.
72 2007-10-24  Michael Olson  <mwolson@gnu.org>
74         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
75         "---" as a valid mdash.  Before, it was doing mdash followed by a
76         single dash.  Thanks to jordanb for the suggestion.
78 2007-10-12  Michael Olson  <mwolson@gnu.org>
80         * lisp/muse-mode.el (muse-insert-url-initial-input): New option
81         that specifies the initial text to use when reading a URL.  Thanks
82         to Seweryn Kokot for the suggestion.
83         (muse-insert-url): Use it.
84         (muse-mode-fill-paragraph): Take into account any indentation that
85         is already in front of the term.
87         * lisp/muse-project.el (muse-project-determine-last-mod): New
88         function split from muse-project-file-alist.
89         (muse-project-file-alist): Improve docstring.
90         (muse-project-add-to-alist): New function that ensures that the
91         current file is added the its project file-alist.
92         (muse-project-after-save-hook): Call muse-project-add-to-alist
93         instead of muse-project-file-alist.  This fixes an issue where if
94         several files were being saved at once, only the first would make
95         it into the project file-alist.
97 2007-10-11  Michael Olson  <mwolson@gnu.org>
99         * lisp/muse-latex.el (muse-latex-markup-specials-literal): Escape
100         backslash as "\textbackslash{}".  Thanks to Joost Kremers for the
101         report.
103 2007-10-08  Michael Olson  <mwolson@gnu.org>
105         * lisp/muse-mode.el (muse-mode): Set fill-paragraph-function.
106         (muse-mode-fill-paragraph): New function that fills the paragraph
107         at point.  If a definition list term is on the same line, then
108         prefix subsequent lines with two spaces when filling.  Otherwise,
109         return nil, so that normal filling can take place.
111 2007-10-03  Michael Olson  <mwolson@gnu.org>
113         * lisp/muse-colors.el (muse-unhighlight-region): Remove
114         muse-no-implicit link property.
115         (muse-colors-implicit-link): Check for muse-no-implicit-link
116         property.
118         * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Add the
119         muse-no-implicit-link property.  This makes colorization of <nop>
120         work.  Add docstring.
122 2007-09-24  Michael Olson  <mwolson@gnu.org>
124         * lisp/muse-latex2png.el (muse-publish-math-tag): Fix bug
125         introduced by recent change.  Thanks to Darlan Cavalcante Moreira
126         for the report.
128 2007-09-23  Michael Olson  <mwolson@gnu.org>
130         * lisp/muse-context.el (muse-context-pdf-generate): Change
131         default-directory instead of calling "cd" in the command.
133         * lisp/muse-latex.el (muse-latex-pdf-generate): Change
134         default-directory instead of calling "cd" in the command.  This
135         should fix a bug with Windows.  Thanks to Jia Ye for the report.
137 2007-09-22  Michael Olson  <mwolson@gnu.org>
139         * AUTHORS: Bookkeeping.
141         * NEWS: Add entry for the LaTeX image filename escaping changes.
143         * examples/mwolson/templates/header.tex: Update for recent
144         changes.
146         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
147         the tag ends at the end of a line.  If not, do not use "$$" to
148         publish it.  Thanks to Darlan Cavalcante Moreira for the
149         suggestion.
151         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
152         (muse-latex-slides-header, muse-latex-lecture-notes-header):
153         Escape specials in the title.  Define a museincludegraphics
154         command, which is able to handle escaped special characters in
155         image filenames.  Thanks to Karl Berry for providing this.
156         (muse-latex-markup-strings): Use museincludegraphics instead of
157         includegraphics in all image-related markup.  Move the width
158         specification over to the museincludegraphics command, rather than
159         specifying it explicitly.  This allows people to change this
160         information in their headers.
161         (muse-latex-markup-specials-image): Escape backslashes, "#", and
162         pipe characters in image filenames.
164         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
165         byte-compiler warning.
167         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
168         Also, update the value of muse-current-project for all Muse
169         buffers, even if they are new.  This should be more intuitive.  I
170         don't think there are any cases where developers will want this
171         value to be nil.
172         (muse-replace-regexp-in-string): Fix byte-compiler warning.
174         * texi/muse.texi (LaTeX): Mention grffile.sty.  Thanks to Karl
175         Berry for the tip.
177 2007-09-19  Michael Olson  <mwolson@gnu.org>
179         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
180         code, since it is not needed in any version of Emacs we support,
181         and it also has a couple of bugs that I don't want to waste time
182         fixing.
184 2007-09-18  Michael Olson  <mwolson@gnu.org>
186         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
187         paragraphs next to headings.  Thanks to Gregory Collins for the
188         initial patch, which I modified.
190 2007-09-17  Michael Olson  <mwolson@gnu.org>
192         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
193         message about how images are now displayed.
195 2007-09-10  Michael Olson  <mwolson@gnu.org>
197         * Makefile (elpa): Use texi/dir-template rather than echoing lines
198         to the ELPA dir file for Muse.
200         * texi/dir-template: New file containing template to use when
201         making ELPA dir files.  This fixes a corrupt dir file bug for the
202         Muse ELPA package.  Thanks to Tom Tromey for the report.
204 2007-09-06  Michael Olson  <mwolson@gnu.org>
206         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
207         class tags were not working.  We move to just after the beginning
208         of the first class tag, so that we can detect any remaining class
209         tags.  Thanks to Florian Beck for the report.  Fix error that
210         occurred when class tag has no name element.  Thanks to Peter
211         Baranyi for the report.  The correct behavior in this case is to
212         not publish the tag at all.
214         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
215         arguments were not being detected properly.
217 2007-09-05  Michael Olson  <mwolson@gnu.org>
219         * lisp/muse-context.el (muse-context-decide-specials): Add
220         footnote.
222         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
224         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
225         'footnote in docstring.
226         (muse-publish-markup-footnote): Minor docstring fix.  Escape
227         footnote text properly.  Thanks to Jean Magnan de Bornier for
228         noticing.
229         (muse-publish-url): When checking to see if this is just a plain
230         URL without a description, compare the strings as they were before
231         doing escaping.  This fixes a bug where plain URLs could sometimes
232         be published as if they were URLs with descriptions.
234         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
235         footnote.
237 2007-08-29  Michael Olson  <mwolson@gnu.org>
239         * lisp/muse.el (muse-update-values): Reset the value of
240         muse-current-project in all Muse buffers.  This updates the rules
241         in case you want to publish a file after changing its associated
242         muse-project-alist entry.
244 2007-08-27  Michael Olson  <mwolson@gnu.org>
246         * lisp/muse.el (muse-update-values): New function that the user
247         can call after changing muse-project-alist, in order to update
248         various autogenerated values.
250         * texi/muse.texi (Keystroke Summary): Document it.
252 2007-08-25  Michael Olson  <mwolson@gnu.org>
254         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
255         to Karl Berry for reporting this.
257         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
258         browsing anchors that come after a link to them.
260         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
261         Karl Berry for reporting this.
263 2007-08-24  Michael Olson  <mwolson@gnu.org>
265         * Release Emacs Muse 3.11.
267         * AUTHORS: Add new authors for contrib files.
269         * NEWS: Add entries for Muse 3.11.
271         * README: Mention that contents of contrib/blosxom and
272         contrib/pyblosxom have different licenses than the rest of Muse.
274         * contrib/blosxom/getstamps.pl: New file that implements fetching
275         timestamps from published Muse files and placing them in a single
276         timestamps file.  That file can then be used by blosxom's metadate
277         plugin.  Thanks to Michael Welle for providing this file, as well
278         as instructions on how to use Muse with Blosxom.
280         * contrib/blosxom/metadate_0_0_3: New file implementing the
281         metadate plugin for blosxom.
283         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
284         to assume that the original author wanted this to be distributed
285         with Pyblosxom, and hence use the MIT license like the rest of
286         Pyblosxom.
288         * contrib/pyblosxom/hardcodedates.py: Add license text.
290         * contrib/pyblosxom/make-blog: Change license text to be "This
291         file may be used, distributed, and modified without restriction."
293         * contrib/pyblosxom/metadate.py: New file that implements the
294         PyBlosxom metadate plugin.  Since this can no longer be found at
295         the original author's website, I have included it with Muse.
297         * lisp/muse-blosxom.el: Update location of metadate plugin in
298         header.
300         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
301         docstring.
303         * texi/muse.texi (Blosxom Requirements): Organize information by
304         subheading and subsubheading, and document how to use the metadate
305         plugin.  Briefly document using Blosxom to serve Muse entries.
307 2007-08-23  Michael Olson  <mwolson@gnu.org>
309         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
310         title just before extracting it.
312         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
313         that removes footnotes from headers, since they are invalid in
314         LaTeX.
315         (muse-latex-munge-buffer): Call it.
317         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
318         specials here.  This fixes a bug involving links in headings.
320         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
321         some edge cases.
322         (muse-update-file-extension-after-init): Temporarily bind
323         muse-file-extension to "muse", so that muse-update-file-extension
324         knows what the old value was.  This should fix a bug reported by
325         Jean Magnan de Bornier.
327 2007-08-21  Michael Olson  <mwolson@gnu.org>
329         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
330         url, link, and link-and-anchor look better in texi2html output.
331         Thanks to thorne for the report.
333 2007-08-20  Michael Olson  <mwolson@gnu.org>
335         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
336         escape characters rather than discard them.  Use muse-regexp-alnum
337         rather than listing out the characters and numbers.  Thanks to
338         Shunsuke OKANO for the report.
339         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
340         used when generating a summary.
342 2007-08-19  Michael Olson  <mwolson@gnu.org>
344         * examples/mwolson: Update my example settings.
346         * lisp/muse-colors.el (muse-colors-region): Bind
347         muse-colors-region-end to the end of the last line.  This avoids a
348         bug where lines that had emphasis would suddenly become
349         unhighlighted when moving around the buffer.
351         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
352         involving paragraphs after literallayout markup, which is used in
353         <verse> tags.  Thanks to Shunsuke OKANO for the report.
355         * lisp/muse-html.el (muse-html-src-tag): Use
356         muse-delete-and-extract-region.
358         * lisp/muse-import-xml.el: Add require statement.
359         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
361         * lisp/muse-protocols.el (muse-browse-url-man): Add require
362         statement.
363         (muse-browse-url-woman): Add require statement.
365         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
366         bug in definition list publishing.  We were skipping past the
367         initial indented line, and that was causing an erroneous
368         blockquote to be inserted.  This alone merits a new release.
370         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
371         XEmacs' return value for shell-command.
373         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
374         function to deal with XEmacs' lack of the
375         delete-and-extract-region function.
377 2007-08-18  Michael Olson  <mwolson@gnu.org>
379         * AUTHORS: Update.
381         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
382         copy-tree to copy-alist, since Emacs21 does not have the former,
383         and the latter does what we want.
385         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
386         have derived-mode-p in subr.el like Emacs22 does.
388 2007-08-17  Michael Olson  <mwolson@gnu.org>
390         * etc/muse.rnc: Add the <cite> tag.
392         * lisp/muse-context.el (muse-context-slides-header): Clarify what
393         "mystyle" is.
395         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
396         <cite type="something">.  We'll leave it to the post processing
397         tools to interpret that.
399         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
400         directives.
401         (Citations): New section that explains further how to use the
402         <cite> tag.  The text was taken from Marcus Hoenicka's
403         documentation at http://refdb.sourceforge.net/muse.html and
404         modified.
405         (Tag Summary): Link to the Citations section in the entry for
406         <cite>.
407         (ConTeXt): Update the documentation for
408         muse-context-slides-header.
410 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
412         * lisp/muse-context.el (muse-context-slides-header): Use #module
413         directive, if it is provided.
414         (muse-context-slides-header): Mention how to use #module.
416 2007-08-16  Michael Olson  <mwolson@gnu.org>
418         * Release Emacs Muse 3.10.
420         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
421         (upload): Don't depend on release rule.
423         * NEWS: Document remaining changes.
425 2007-08-15  Michael Olson  <mwolson@gnu.org>
427         * NEWS: Document items through 2007-08-12.
429         * lisp/muse-colors.el: Split the muse-directive-or-comment
430         property into two separate properties that are muse-directive and
431         muse-comment.
432         (muse-colors-region-end): Make buffer-local.
433         (muse-colors-delayed-commands): New variable that contains a list
434         of commands to run immediately after highlighting.  This is meant
435         to allow highlighting functions to delay code until later.
436         (muse-colors-region): Apply commands in
437         muse-colors-delayed-commands.
438         (muse-colors-inhibit-tags-in-directives): New variable that
439         determines whether tags are allowed in directives.
440         (muse-colors-custom-tags): Take
441         muse-colors-inhibit-tags-in-directives into account.
442         (muse-unhighlight-region): Remove muse-directive and muse-comment
443         properties.
444         (muse-colors-title): Modify muse-colors-delayed-commands.
445         (muse-colors-title-lisp): New command that gets called after
446         highlighting other things.  This interprets <lisp> tags, and is
447         passed arguments specifying the beginning and end of the region.
448         Thanks to Junichi Uekawa for the report.  The reason we want to do
449         things this way is because this is the behavior we get already
450         when publishing the page.
452         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
453         property rather than muse-directive-or-comment.
455 2007-08-14  Michael Olson  <mwolson@gnu.org>
457         * lisp/muse-colors.el: Document all functions and variables.
458         (muse-colors-emphasized, muse-colors-underlined)
459         (muse-colors-verbatim, muse-colors-custom-tags)
460         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
461         on comments or the #title directive.
462         (muse-colors-markup): Add comment rule.
463         (muse-colors-implicit-link): Only remove flyspell overlay after we
464         decide whether this is an implicit link, rather than before.
465         (muse-colors-title): Add the muse-directive-or-comment property.
466         (muse-colors-comment): New function that colorizes comments using
467         font-lock-comment-face.
468         (muse-colors-region-end): New variable indicating the end of the
469         region that is currently being font-locked.  This removes the need
470         for an ugly "defvar end" hack.
471         (muse-colors-emphasized, muse-colors-underlined)
472         (muse-colors-verbatim): Use it.
473         (muse-colors-region): Let-bind it.
475         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
476         docstring.
478         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
479         specials in heading now, rather than waiting on the whole-document
480         pass later on.  This lets <contents> generation work without
481         validation errors.  Thanks to Reid van Melle for the report.
483         * texi/muse.texi (Tag Summary): Document <cite> tag.
484         (Miscellaneous): New chapter containing "Muse List Edit Minor
485         Mode" section.
486         (Muse List Edit Minor Mode): New section that documents
487         muse-list-edit-minor-mode.
488         (Development): Mention the MuseDevlopment page on emacswiki.org.
490         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
491         font-locking and the end or beginning of a tag is in a comment or
492         directive.
494 2007-08-12  Michael Olson  <mwolson@gnu.org>
496         * lisp/muse-html.el (muse-html-strip-links): New function that
497         strips HTML links from a string.
498         (muse-html-insert-contents): Use it, instead of
499         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
500         involving the use of <sup> in section titles.
502         * lisp/muse-project.el (muse-project-resolve-directory): New
503         function that figures out the directory part of the path that
504         provides a link to a page.
505         (muse-project-resolve-link): Expand docstring.  Use the new
506         function.  Don't call muse-publish-link-file, because that does
507         the wrong thing when we have muse-file-extension set to nil.
508         Thanks to Sebastian Obermanns for the report.
509         (muse-project-publish-this-file): Let-bind muse-current-project.
510         Also, if the file is not associated with a project, fall back to
511         muse-publish-this-file.
512         (muse-project-set-variables): Add this to
513         muse-before-publish-hook, so that it gets called.  This fixes a
514         bug where project-specific variables were being used in Muse mode,
515         but ignored when publishing.
517         * lisp/muse-publish.el (muse-publish-link-name)
518         (muse-publish-link-file, muse-publish-link-page): Add docstrings
519         so that I can remember what each of these things do.
520         (muse-publish-strip-tags): Remove, since it is no longer used.
521         (muse-publish-cite-tag): Don't let-bind
522         muse-publishing-directives, because there is no need to do so.
523         Fix code indentation.
524         (muse-publish-markup-attribute): Avoid multiple evaluation of
525         attrs argument, in case it is list value instead of a symbol.  Use
526         sexp instead of form in the edebug-form-spec.
527         (muse-publish-include-tag): Make a full copy of
528         muse-publishing-directives, since it can be modified with setcdr.
529         This fixes a bug where #title and some other directives were
530         leaking out of an included region.
531         (muse-publish-mark-up-tag): Don't let-bind
532         muse-publishing-directives, because there is no need to do so.
534         * lisp/muse.el (muse-page-name): Improve docstring.
536         * texi/muse.texi (Development): Mention the http method for
537         anonymous git access to the shared repo.
539 2007-08-10  Michael Olson  <mwolson@gnu.org>
541         * Makefile (dist, debprepare): Use git instead of tla.
543         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
545         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
546         Use muse-insert-file-contents.
548         * experimental/muse-split.el (muse-publish-file)
549         (muse-publish-presplit-publish, muse-publish-no-split-function)
550         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
551         muse-insert-file-contents.
553         * lisp/muse-book.el (muse-book-publish-chapter)
554         (muse-book-get-directives): Use muse-insert-file-contents.
556         * lisp/muse-http.el (muse-http-render-page): Use
557         muse-insert-file-contents.
559         * lisp/muse-poem.el (muse-poem-markup-tag): Use
560         muse-insert-file-contents.
562         * lisp/muse-publish.el (muse-insert-file-or-string)
563         (muse-publish-file, muse-publish-include-tag)
564         (muse-published-contents): Use muse-insert-file-contents.
566         * lisp/muse.el (muse-insert-file-contents): New function that
567         inserts a file with character code conversion, but none of the
568         other frivolities.  Since insert-file-contents-literally does not
569         do character code conversion, it is not suitable for us.
570         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
571         than insert-file-contents-literally.
573 2007-08-09  Michael Olson  <mwolson@gnu.org>
575         * lisp/muse.el (muse-write-file): Pay attention to
576         coding-system-for-write and save-buffer-coding-system.  This
577         should fix a recently-introduced bug with writing Muse pages in
578         different coding systems.
580 2007-08-08  Michael Olson  <mwolson@gnu.org>
582         * README (Prerequisites): Fix typo.
583         (Compilation, Installation): Update.
584         (Documentation, Further Documentation): Update URLs.
585         (Further Documentation): Add quick blurb on how to participate in
586         Muse development or track changes.
588         * texi/muse.texi (Releases): Use gna.org URL for downloading the
589         latest release, rather than my website.
590         (Development): Change instructions to use git instead of
591         Arch. Mention where to get a Windows binary for git.  Improve the
592         look of the listing.  Add section with instructions for Becoming a
593         Muse developer.
594         (Installation): Update instructions for Makefile.defs.default and
595         XEmacs.  Add index entries.  Add section for ELPA, since Muse
596         ought to be distributed in ELPA after the 3.10 release.  Fix typo
597         and clarify wording.
599 2007-08-06  Michael Olson  <mwolson@gnu.org>
601         * texi/muse.texi: Make sure that attributes are marked up with
602         @option{} rather than @code{} or @samp{} for consistency.
603         (Journal): Add "muse-project-alist-considerations" subheading,
604         along with a mention of :base-url.
606 2007-08-05  Michael Olson  <mwolson@gnu.org>
608         * .gitignore: Add texi/muse.html and the DVC log edit file.
610         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
611         Turn this into something that can be called like a command, due to
612         needing to deal with XEmacs, which has different argument order.
613         Thanks to Terrence Brannon for the report.
615         * lisp/muse-project.el (muse-project-of-file): Simplify by using
616         catch, throw, and dolist.  Look for exact matches before
617         considering any subdirectories.  If no exact matches are found,
618         then pick the longest match.
620         * lisp/muse.el (muse-sort-by-rating): Mention default test in
621         documentation.
623         * scripts/muse-build.el: Avoid interference from VC.el in the
624         build process.
626         * texi/Makefile (install): Call install_info.
628 2007-08-03  Michael Olson  <mwolson@gnu.org>
630         * lisp/muse-project.el (muse-project-applicable-styles): Remove
631         useless argument ignore-regexp.  Use saner logic.  This fixes a
632         bug where a file could potentially not exist but still appear in
633         the used-styles list.  Thanks to John Wiegley for the fix.
634         (muse-project-publish-file): Don't take ignore-reegxp argument.
636 2007-08-02  Michael Olson  <mwolson@gnu.org>
638         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
639         VC when publishing files in batch.  This avoids some annoying
640         messages when building QuickStart in the examples directory.
642         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
643         inserting a comment.
645 2007-07-31  Michael Olson  <mwolson@gnu.org>
647         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
648         that Muse can be recompiled without running "make clean" after an
649         update.
651         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
652         delete forward one character, since we are guaranteed to be on a
653         blank line.  Don't delete all initial whitespace of the first
654         line.  This fixes an issue where the output from the verse tag did
655         not match the output from Muse's verse syntax.
657 2007-07-29  Michael Olson  <mwolson@gnu.org>
659         * Relicense to GPLv3.
661         * Makefile.defs.default: Rename from Makefile.defs.  This allows
662         people to copy this file to Makefile.defs and make changes,
663         without having the changes be accidentally committed.  If
664         Makefile.defs does not exist, this file is read instead, in order
665         to minimize inconvenience to the casual user.
667         * Makefile, contrib/Makefile, examples/Makefile,
668         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
669         Makefile.defs.default or Makefile.defs.
671         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
672         function names.
673         (muse-l-e-m-m-insert-list-item): Add real documentation.
674         (muse-l-e-m-m-increase-list-item-indent)
675         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
676         real documentation.
677         (muse-list-edit-minor-mode): Improve documentation.
679         * texi/doclicense.texi (GNU Free Documentation License): Use
680         pristine copy from Emacs source tree.
682         * texi/muse.texi (Contributors): Move node and appendix indicators
683         here, rather than doclicense.texi.
685 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
687         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
688         command which did not work correctly
690         * lisp/muse-context.el (muse-context-markup-strings): Change rule
691         command which did not work correctly; defined verse commands
692         (muse-context-markup-specials-literal): Eliminate all unuseful entries
694 2007-07-29  Michael Olson  <mwolson@gnu.org>
696         * contrib/httpd.el (httpd-send-file): Use
697         insert-file-contents-literally instead of insert-file-contents.
699         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
700         Use insert-file-contents-literally instead of
701         insert-file-contents.
703         * experimental/muse-split.el (muse-publish-file)
704         (muse-publish-presplit-publish, muse-publish-no-split-function)
705         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
706         insert-file-contents-literally instead of insert-file-contents.
708         * lisp/muse-book.el (muse-book-publish-chapter)
709         (muse-book-get-directives): Use insert-file-contents-literally
710         instead of insert-file-contents.
712         * lisp/muse-http.el (muse-http-render-page): Use
713         insert-file-contents-literally instead of insert-file-contents.
715         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
716         nowhere when done, since they can slow things down.
718         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
719         marker to nowhere when done, since they can slow things down.
721         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
722         when done, since they can slow things down.  Use
723         insert-file-contents-literally instead of insert-file-contents.
725         * lisp/muse-publish.el (muse-publish-markup-tag)
726         (muse-publish-markup-word, muse-publish-markup-footnote)
727         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
728         done, since they can slow things down.
729         (muse-insert-file-or-string, muse-publish-file)
730         (muse-publish-include-tag, muse-published-contents): Use
731         insert-file-contents-literally instead of insert-file-contents.
732         (muse-publish-surround-dl): Remove unused variable.  Track whether
733         a term has been found, and handle that case well.
734         (muse-publish-ensure-blank-line): Use a marker, so that we don't
735         lose our place when adding a newline.  This really fixes the
736         definition list item bug.
737         (muse-publish-markup-list): Since people do seem to want
738         definition lists with no terms, allow this.
739         (muse-batch-publish-files): Set muse-current-output-style.
741         * lisp/muse.el (muse-with-temp-buffer): Mention
742         `insert-file-contents-literally'.
744 2007-07-28  Michael Olson  <mwolson@gnu.org>
746         * lisp/muse-mode.el (muse-browse-result): Set
747         muse-current-output-style.
748         (muse-mode): Don't duplicate the paragraph-start regexp
749         unnecessarily.
750         (muse-list-edit-minor-mode-map): New variable containing the
751         keymap for Muse list edit minor mode.
752         (muse-l-e-m-m-list-item-regexp): New variable that matches list
753         items for Muse list edit minor mode.
754         (muse-l-e-m-m-insert-list-item,
755         muse-l-e-m-m-i-list-item-indentation)
756         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
757         item functions that change the list item regexp before calling the
758         existing function.
759         (muse-l-e-m-m-data): New variable that keeps track of the fill
760         data that we overwrite when activating Muse list edit minor mode,
761         so that we can restore it if the minor mode is toggled off.
762         (muse-list-edit-minor-mode): New minor mode that is useful for
763         editing lists in other major modes.
764         (turn-on-muse-list-edit-minor-mode)
765         (turn-off-muse-list-edit-minor-mode): New interactive functions
766         that turn Muse list edit minor mode on and off, respectively.
767         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
768         regexps.
770         * lisp/muse-project.el (muse-project-publish-this-file): Set
771         muse-current-output-style.  This fixes a bug when publishing to a
772         style that is not first in the list of styles.  Thanks to Jean
773         Magnan de Bornier for the report.
775         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
776         function that ensures that a blank line exists in the line before
777         point.
778         (muse-publish-markup-list): Use it, rather than
779         `muse-publish-ensure-block'.  This fixes a bug with definition
780         list publishing.  Thanks to meandtheshell for reporting this.
782         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
783         project argument is nil, default to the current project instead of
784         the first project entry in muse-project-alist.  This seems much
785         more sane to me.
787         * lisp/muse.el (muse-forward-list-item): Only check the 'face
788         property if we are in Muse mode or one of its derivatives.  This
789         allows movement on nested lists to work in other modes, and fixes
790         an issue with altering list indentation in
791         muse-list-edit-minor-mode.
793 2007-07-27  Michael Olson  <mwolson@gnu.org>
795         * AUTHORS: Add new authors.
797         * README: Permit Muse to be called "Emacs-Muse".
799         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
801         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
802         involving list items that have an extra blank line in front.
804         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
805         and Emacs-Muse are the same thing.
807 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
809         * lisp/muse-context.el (muse-context-header): Put
810         starttext after the modules who must be in preamble.
811         (muse-context-markup-strings): Fixed mistake in begin-example and
812         end-example.
814         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
815         math environment in ConTeXt when centered: "$$ $$" has to be
816         "\startformula \stopformula".
818 2007-07-26  Michael Olson  <mwolson@gnu.org>
820         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
821         parentheses in URLs.
823 2007-07-24  Michael Olson  <mwolson@gnu.org>
825         * examples/QuickStart.muse (Images): Fix typo where some text
826         existed in the output but not in the example region.
827         (Source Code): Fix another typo.  Explain that publishing from
828         console or X can make a difference.
830         * lisp/muse-context.el (muse-context-pdf-program): New option that
831         determines the program to use for generating PDF files for
832         ConTeXt.
833         (muse-context-pdf-cruft): New option that specifies the extensions
834         of files to remove after generating PDF output successfully.
835         (muse-context-slides-header): Docfix.
836         (muse-context-pdf-generate): Use new options.
838         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
839         save-restriction call.  This was causing a world of hurt when
840         using <lisp> inside of <include>.
842         * texi/muse.texi (ConTeXt): New section that documents how to use
843         the ConTeXt publishing styles.
845 2007-07-23  Michael Olson  <mwolson@gnu.org>
847         * lisp/muse-context.el: New file that provides support for
848         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
849         de Bornier for his work on this.
851         * lisp/muse-docbook.el (muse-docbook-entities)
852         (muse-docbook-bibliography): Remove unneeded save-restriction use.
854         * lisp/muse-latex2png.el (muse-publish-latex-tag):
855         s/contex/context/.
857         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
858         (muse-latex-bibliography): Remove call to `widen', since it is not
859         needed anymore.  Remove unneeded save-restriction use.
860         ("slides", "slides-pdf"): Indent elements uniformly.
862 2007-07-22  Michael Olson  <mwolson@gnu.org>
864         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
865         * lisp/muse-mode.el (muse-insert-tag):
866         * lisp/muse-project.el (muse-read-project)
867         (muse-read-project-file):
868         * lisp/muse-publish.el (muse-publish-get-style): Use
869         muse-completing-read-function.
871         * lisp/muse-latex2png.el (muse-publish-latex-tag)
872         (muse-publish-math-tag): Allow the context style -- which I plan
873         to include soon -- to work with these tags.
875         * lisp/muse.el (muse-completing-read-function): New option that
876         determines which function to call when doing a completing-read.
878 2007-07-15  Michael Olson  <mwolson@gnu.org>
880         * lisp/muse-journal.el (muse-journal-html-entry-template)
881         (muse-journal-rdf-entry-template)
882         (muse-journal-rss-entry-template): Mention that this can be text
883         or a filename.
884         (muse-journal-rdf-entry-template, muse-journal-rss-header)
885         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
886         newlines to make the output look nicer.
887         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
888         Use muse-insert-file-or-string for the entry templates, rather
889         than muse-insert-markup.  This allows <lisp> and <markup> tags to
890         be acted on.  Thanks to Scott Hyde for the report.
891         (muse-journal-html-munge-buffer): Escape quote of the day using
892         entire-document specials before snarfing it.  Mark entire template
893         as read-only -- this fixes an incorrect escaping bug.  Remove
894         read-only properties before replacing template matches so that
895         they can still be escaped with entire-document specials later on.
896         (muse-journal-rss-munge-buffer): Make sure that title is escaped
897         properly.
898         (muse-journal-markup-tags): Rename from
899         muse-journal-latex-markup-tags, because we will use it for
900         journal-rss-entry as well.
901         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
902         end-quote-item.
903         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
904         html.
905         ("journal-latex", "journal-pdf", "journal-book-latex")
906         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
907         muse-journal-latex-markup-tags.
908         ("journal-rss-entry"): New style that is used by journal-rss and
909         journal-rdf to mark up individual entries.  It is needed so that
910         we can do something meaningful with the qotd tag.
911         (muse-journal-rdf-summarize-entries): Set this to nil by default,
912         because it is annoying.  Update docs to mention this.
913         (muse-journal-rss-summarize-entries): Docfix.
915         * lisp/muse-publish.el (muse-insert-file-or-string): Use
916         muse-publish-markup-header-footer-tags.  I'm not quite sure how
917         this change got reverted.
918         (muse-markup-tag-info): Make into a function.  Move common code
919         here, rather than duplicating it in two places.  Deal with case
920         where muse-publish-use-header-footer-tags is non-nil.
921         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
922         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
923         warning.
924         (muse-publish-use-header-footer-tags): New variable that indicates
925         whether we should use just the header and footer tags, rather than
926         the full set.
927         (muse-insert-file-or-string): Bind
928         muse-publish-use-header-footer-tags to t.
929         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
930         Simplify call to muse-markup-tag-info.
931         (muse-publish-mark-up-tag): Bind
932         muse-publish-use-header-footer-tags to nil.
934         * texi/muse.texi (Journal): Update for recent changes.
936 2007-07-14  Michael Olson  <mwolson@gnu.org>
938         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
939         delete the remainder of the buffer, since this causes the
940         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
941         the report and the suggested fix.
943         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
944         beginning of table-el regexp.  This fixes a bug where Muse stalls
945         when trying to publish a malformed table.  Thanks to Ye Wenbin for
946         the report and the suggested fix.
948 2007-07-12  Michael Olson  <mwolson@gnu.org>
950         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
951         default, rather than the empty string.  This really fixes the bug
952         that occurred when using Muse with muse-project-alist set to nil.
953         Thanks to Jonathan Underwood for the report.
954         (muse-wiki-update-interwiki-regexp): Set
955         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
956         defined.
957         (muse-wiki-handle-implicit-interwiki)
958         (muse-wiki-handle-explicit-interwiki): Handle case where
959         muse-wiki-interwiki-regexp is nil.
961 2007-07-10  Michael Olson  <mwolson@gnu.org>
963         * lisp/muse-mode.el (muse-grep): Abort search if the current
964         project contains no directories.
966         * lisp/muse-project.el (muse-project-file-alist): If
967         muse-project-alist is not defined, or project is nil, return nil
968         right away.  This ought to fix a bug that occurred when using Muse
969         with muse-project-alist set to nil.
970         (muse-project-of-file): Make sure muse-project-alist is not nil.
971         (muse-project-save-buffers): Make sure project is not nil.
973         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
974         case where muse-project-alist is nil.
976         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
977         for XEmacs, since color-theme.el is poorly behaved, and defines
978         its own replace-in-string.  Bad color-theme.el -- no cookie for
979         you.
981 2007-07-01  Michael Olson  <mwolson@gnu.org>
983         * Makefile (.PHONY): Update for new debian package rules.
985         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
987         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
988         Use save-restriction properly.
989         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
991         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
992         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
993         properly.
994         (muse-latex-bibliography): Re-indent.
996         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
997         higher.  This fixes an error at startup with some versions of
998         Emacs.
999         (muse-publish-cite-tag): Re-indent.
1001         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
1002         to the end of the link part, so as to exclude the description from
1003         the match.  This fixes a bug with three-part links that have
1004         descriptions.  Thanks to everyone who pointed it out.
1006 2007-06-18  Michael Olson  <mwolson@gnu.org>
1008         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
1009         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
1010         1.1 specific markup strings.
1011         (muse-html-insert-anchor): Use 'anchor string, rather than
1012         hard-coding it.  Thanks to Chris Corsair for the suggestion.
1013         ("xhtml1.0"): New style that is an alias for the xhtml style.
1014         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
1016 2007-06-17  Michael Olson  <mwolson@gnu.org>
1018         * examples/QuickStart.muse: Make images local so that the Info
1019         version of this document works.  Add <example> for the Literal
1020         paragraphs chapter, so that it is clear what is happening.
1022         * Makefile: Add elpa target, which is used for building an ELPA
1023         package for Muse.
1025         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
1026         building ELPA packages.
1028         * examples/Makefile (%.html, %.pdf, %.info): Add message to
1029         indicate what we are publishing.
1030         (realclean distclean fullclean): Remove all TeX crud.
1032         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
1033         that the Info version of QuickStart can publish correctly.
1035         * lisp/muse-latex.el (muse-latex-slides-header)
1036         (muse-latex-lecture-notes-header): Docfix.
1038         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
1039         the list of things to ignore.
1041         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
1042         variable.
1044         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
1045         default to nil, since texinfmt.el is a serious nuisance.
1046         (muse-texinfo-markup-strings): Add newlines to begin-example and
1047         end-example.
1048         (muse-texinfo-decide-specials): Also escape URL-type specials in a
1049         whole slew of other contexts.
1051         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
1052         muse-xml.
1054         * lisp/muse-xml.el (muse-xml-footer): Docfix.
1056         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
1058 2007-06-16  Michael Olson  <mwolson@gnu.org>
1060         * etc/IDEAS.muse: Add some ideas from David D. Smith.
1062         * examples/QuickStart.muse: Overhaul.
1064         * lisp/muse-project.el (muse-project): Call the last part of a
1065         muse-project-alist entry "Output styles" rather than "styles".
1067         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
1068         where we have a pipe character at the beginning of line.
1070         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
1071         causing tables to not be sorted at all.
1073         * texi/muse.texi: Overhaul.  It would be too time-consuming to
1074         list all of the changes here.  The "Getting Started" and
1075         "Projects" chapters, in particular, were heavily revised.
1077 2007-06-15  Michael Olson  <mwolson@gnu.org>
1079         * NEWS: Update.
1081         * examples/QuickStart.muse: Mention new features.
1083         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
1084         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
1085         terminal, and C-c TAB is more important.  Most people will not
1086         want to toggle images on and off that often.
1088         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
1089         C-i as well, so that it works in the terminal.
1091         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
1092         look a bit tidier when removing the region.
1094         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
1095         list regexp part before other parts.
1096         (muse-ol-item-regexp): New regexp that specifies how to match an
1097         ordered list item.
1098         (muse-ul-item-regexp): New regexp that specifies how to match an
1099         unordered list item.
1100         (muse-table-field-regexp): New regexp that specifies how to match
1101         a definition list entry.
1103         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
1104         lack of support for @headitem in texinfmt.el.
1106         * lisp/muse.el: Wrap muse-line-beginning-position and
1107         muse-line-end-position in `eval-and-compile', since they are now
1108         used in muse.el.
1109         (muse-list-item-type): Use a simpler algorithm for detecting which
1110         kind of list item we have.  This fixes a bug where a number in a
1111         definition list term was being detected incorrectly as an ordered
1112         list item.  Fixes bug #6250.
1113         (muse-forward-list-item): Get the entire line with the list item.
1114         For some reason, Emacs 21 was not populating match 2 correctly,
1115         unlike Emacs 22, so this workaround was needed.
1117         * texi/muse.texi: (Keystroke Summary): Remove C-c
1118         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
1119         alternative keybinding to the C-c TAB stuff.  Mention
1120         muse-colors-toggle-inline-images.
1122 2007-06-14  Michael Olson  <mwolson@gnu.org>
1124         * README: Mention that RelaxNG schema is in etc/ directory.
1126         * etc/emacs-wiki-migration.txt: New document that explains how to
1127         migrate from emacs-wiki to Muse.
1129         * etc/muse.rnc: Increment version number to 1.0.  Fix several
1130         nested emphasis and nested lists edge cases.  Move here from
1131         examples/.
1133         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
1134         same thing as C-c C-S-t, since the former works better in the
1135         console.  Thanks to Leo for the suggestion.
1137         * lisp/muse-publish.el (muse-publish-markup-table)
1138         (muse-publish-markup-table-el): Include a newline in the return
1139         string, so that paragraph detection does not get confused.
1141         * lisp/muse.el (muse-with-temp-buffer): Docfix.
1143         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
1144         keybinding.
1146 2007-06-13  Michael Olson  <mwolson@gnu.org>
1148         * etc/IDEAS.muse: Mark three-part-links item as done.
1150         * experimental/muse-message.el: Remove guard for muse-define-style
1151         calls.
1153         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
1154         markup rules were being interpreted in reverse order.  This should
1155         make implicit interwiki links work properly again.
1156         (muse-link-face): Strip anchor from end of a path, so that this
1157         works with anchors in interwiki links.
1158         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1159         when an image does not exist.
1161         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1162         anchors.
1163         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1164         interwiki links work.  Thanks to Jim Ottaway for the initial
1165         implementation.
1166         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1167         links work.
1169         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1170         about match 0.
1171         (muse-handle-explicit-link): Docfix: this does not modify the
1172         match data.
1173         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1174         that has the regexp in its car.
1176 2007-06-12  Michael Olson  <mwolson@gnu.org>
1178         * README: Document new etc/ directory.
1180         * etc/IDEAS.muse: Install things from new contributors just after
1181         the 3.03 release, since I won't have time to review the code
1182         before the release.  Move to new etc/ directory.  Slides
1183         publishing has been installed.
1185         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1186         determines the header to use for publishing slides.
1187         (muse-latex-lecture-notes-header): New option that determines the
1188         header to use for publishing lecture notes.
1189         (muse-latex-slides-markup-tags): New option containing tags to use
1190         when publishing slides.
1191         (muse-latex-permit-contents-tag): Move higher in file.
1192         (muse-latex-slide-tag): New function to publish the <slide> tag.
1193         ("slides", "slides-pdf"): New publishing styles that create slides
1194         using Beamer.
1195         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1196         create lecture notes using Beamer.
1198         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1199         since otherwise Planner is not happy when `plan' is called during
1200         init.  Remove stray quote from autoload snippet.
1202 2007-06-11  Michael Olson  <mwolson@gnu.org>
1204         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1205         autoload, rather than having it exist at top-level.  Thanks to Leo
1206         for the suggestion.
1207         (muse-update-file-extension): Docfix.
1209 2007-06-10  Michael Olson  <mwolson@gnu.org>
1211         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1212         URLs were being removed during publishing.  Thanks to everyone who
1213         reported this.
1215 2007-06-09  Markus Hoenicka  <markus.hoenicka@mhoenicka.de>
1217         * lisp/muse-book.el
1218         * lisp/muse-docbook.el
1219         * lisp/muse-latex.el
1220         * lisp/muse-publish.el: added support for <cite> element which
1221         denotes in-text citations
1223         * lisp/muse-html.el
1224         * lisp/muse-groff.el
1225         * lisp/muse-texinfo.el
1226         * lisp/muse-xml.el: added support for <cite> element (stub)
1228 2007-06-06  Michael Olson  <mwolson@gnu.org>
1230         * lisp/muse-regexps.el (muse-table-line-regexp)
1231         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1232         regexps so that they work with XEmacs 21.  Thanks to Adrian
1233         Tritschler for the report.
1235         * texi/muse.texi: Update copyright years.
1236         (HTML): Document muse-xhtml-style-sheet.  Thanks
1237         to thorne for noticing.
1238         (Development): Change archive year to 2006.  Thanks to Adrian
1239         Tritschler for noticing.  So *that's* why some people had the 2005
1240         version ....
1242 2007-06-05  Michael Olson  <mwolson@gnu.org>
1244         * Makefile (install-info): Remove $(MANUAL).info part, since this
1245         is taken care of already by texi/Makefile.  Thanks to Leo for the
1246         report.
1248         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1249         read-only properties to qotd contents, so that they don't get
1250         double-escaped.  Thanks to Leo for the report.
1252 2007-06-04  Michael Olson  <mwolson@gnu.org>
1254         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1255         -- that is, Tramp or ange-ftp -- file, then do not call
1256         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1257         Fixes bug #5115.
1259         * lisp/muse-html.el (muse-html-insert-contents): Add
1260         documentation.  Handle case where heading is read-only, but has
1261         muse-contents property.  Remove the muse-contents property for any
1262         heading we come across so as to avoid double-including an item in
1263         an outer table of contents.
1264         (muse-html-denote-headings): New function that denotes whether a
1265         heading is not read-only by adding the muse-contents property to
1266         it.
1267         (muse-html-munge-buffer): If we are not to generate contents,
1268         still denote headings, in case some outer layer wants to generate
1269         contents for our headings.  This should fix a bug with table of
1270         contents and the <include> tag.  Thanks to thorne for the report.
1272         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1273         muse-publish-generate-contents and set it to nil.  This should
1274         do the right thing when using <include> tags.
1276 2007-06-02  Michael Olson  <mwolson@gnu.org>
1278         * NEWS: Update for non-inlined image change and support for
1279         table.el style tables.
1281         * examples/Makefile (clean): Clean backup files.
1283         * examples/QuickStart.muse (Images): New section that describes
1284         how to inline and not inline images.
1286         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1287         touch images that have "URL:" in front of them.
1289         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1290         "URL:".  Use the identity function to resolve, since we don't want
1291         to rip "URL:" out while publishing, due to some magic that depends
1292         on that text.
1293         (muse-browse-url-url): New function that browses URLs that have
1294         "URL:" in front of them, by removing the "URL:" part and
1295         reprocessing the remainder.
1297         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1298         (muse-publish-url): Recognize images in the description before
1299         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1300         for the suggested workaround.
1301         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1302         default value.
1303         (muse-publish-classify-url): If target begins with "URL:" return
1304         type url.
1305         (muse-publish-strip-URL): New function that strips "URL:" from the
1306         beginning of a string.  This is used to remove URL: from the link
1307         description.  * texi/muse.texi (Markup Strings): Clarify the
1308         meanings of image-link, link, and link-and-anchor.
1309         (muse-publish-markup-regexps): Move normal table rule to 2350.
1310         Rule 2300 is now a regexp that matches table.el-style tables.
1311         (muse-publish-markup-functions): Add table-el entry.
1312         (muse-publish-table-el-table): New function that given a variant,
1313         publishes a table.el-style table using the table in the matched
1314         region.
1315         (muse-publish-markup-table-el): New function that determines
1316         whether the table.el-style table can be published, and what
1317         variant to use.
1319         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1320         the borders of table.el-style tables.
1322         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1323         the table has sufficient whitespace in front of it.
1325         * texi/muse.texi (Images): Update for new non-inlined image
1326         ability and provide example.
1328 2007-05-31  Michael Olson  <mwolson@gnu.org>
1330         * NEWS: Add example for setting `muse-html-table-attributes'.
1332         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1333         Publish multiple tbody tags if there is a horizontal separator
1334         after the heading, because that is valid HTML after all.
1336 2007-05-30  Michael Olson  <mwolson@gnu.org>
1338         * NEWS: Update.
1340         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1341         horizontal separators in tables.
1343         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1344         horizontal separators in tables.
1345         (muse-publish-trim-table): New function to remove initial and
1346         final blank columns from a table.
1347         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1348         with horizontal separators, aka "hlines".
1350         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1351         defines the syntax of a horizontal separator in a table.
1353         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1354         horizontal separators.  Publish header lines correctly.
1356         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1357         where we have nonnumbers as a row type.  This ignores sorting for
1358         hlines.
1359         (muse-xml-markup-table): Deal with horizontal separators.  If the
1360         markup supports table groups, make hlines separate table groups.
1361         Otherwise, ignore them, since they cannot be marked up.  Together,
1362         these changes allow us to support orgtbl-mode tables.  Thanks to
1363         Carsten Dominik for the suggestion.
1365 2007-05-26  Michael Olson  <mwolson@gnu.org>
1367         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1368         other things to be added to each generated style as well.  For
1369         example, this permits me to add
1370         :base-url "http://blog.mwolson.org/"
1371         for my blog.
1373 2007-05-25  Michael Olson  <mwolson@gnu.org>
1375         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1376         way of building Debian packages that preserves the original
1377         release tarball and is more modular.
1378         (debrevision, debrelease): Remove.
1379         (dist): No need to remove the debian/ directory, since it is now
1380         in its own branch.
1381         (debprepare): Copy over debian/ directory properly.
1383         * NEWS: Update.
1385         * examples/Makefile (clean): Remove QuickStart.texi, in case
1386         something went wrong during the build.
1387         (%.pdf): Publish the example using the normal pdf style, rather
1388         than info-pdf.
1390         * examples/QuickStart.muse: Add myself to the authors list.
1392         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1393         sufficient blank lines before the tag.
1395         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1396         we have sufficient blank lines before the tag.
1398         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1399         specifies the program to call in order to generate PDF content
1400         from LaTeX content.
1401         (muse-latex-pdf-cruft): New option that specifies the extensions
1402         of files to remove after generating PDF output successfully.
1403         (muse-latex-pdf-generate): Use these new options.  Work around the
1404         annoying edge case where a tilde character exists in the filename
1405         or directory path -- now this can only error out when the relative
1406         path from the output file to the source file contains a tilde,
1407         which is far less likely.
1409         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1410         muse-publish-ensure-block here after all, because <lisp> et al may
1411         occur inline as part of other things.
1413         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1414         occur after full-document escaping, rather than before.  This
1415         prevents automatically-inserted Texinfo code from being escaped.
1416         (muse-texinfo-pdf-generate): Rewrite to call
1417         `muse-latex-pdf-generate' with pdftex as the generating binary,
1418         because texi2pdf suffers irredeemably from the tilde edge case
1419         mentioned above.
1421 2007-05-24  Michael Olson  <mwolson@gnu.org>
1423         * NEWS: Drop vague entries and position interesting entries closer
1424         to the top of each section.  Update for new changes.
1426         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1427         and bzr metadata directories to the list of things to ignore.
1429         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1430         `muse-publish-ensure-block-tag', since we will use it for more
1431         than just tags.
1432         (muse-publish-markup-list, muse-publish-verse-tag)
1433         (muse-publish-quote-tag, muse-publish-example-tag)
1434         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1435         can occur when these types of markup occur immediately after a
1436         paragraph.  It's good to have defined behavior!
1438         * texi/muse.texi (Markup Strings): Mention new argument for
1439         link-and-anchor.
1441 2007-05-19  Michael Olson  <mwolson@gnu.org>
1443         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1444         published footnotes and footnote references.  Thanks to Scott
1445         Jaderholm for the idea.
1447         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1448         link-and-anchor, on the recommendation of the original submitter.
1450 2007-05-14  Michael Olson  <mwolson@gnu.org>
1452         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1453         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1454         suggestion.
1456         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1457         file extension as the fourth argument.
1459         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1460         Mention the new muse-el-logs mailing list.
1462 2007-05-13  Michael Olson  <mwolson@gnu.org>
1464         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1465         "\`" here.  This fixes a problem with publishing custom URLs.
1467 2007-05-12  Michael Olson  <mwolson@gnu.org>
1469         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1470         update the list if the current buffer is associated with a file.
1471         This fixes a bug with M-x muse-publish-region in a temporary
1472         buffer.
1474 2007-05-01  Michael Olson  <mwolson@gnu.org>
1476         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1477         properties from the published buffer, so that the results can be
1478         manually tweaked.
1480 2007-04-23  Michael Olson  <mwolson@gnu.org>
1482         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1483         find the footnote that goes with a reference, leave the reference
1484         as-is.  This fixes an error where control characters could be
1485         placed in a published document.
1487 2007-04-22  Michael Olson  <mwolson@gnu.org>
1489         * IDEAS.muse: Add muse-slides.el to list of things to include
1490         before release.
1492         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1493         character.
1494         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1495         catch/throw.
1496         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1497         fixes a bug with browsing woman:// links.
1499         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1500         where entry-dir has a trailing backslash.
1501         (muse-project-publish-file): If a style is malformed, skip it and
1502         display a warning message.  This should help people figure out
1503         where the problem is.
1505 2007-04-21  Michael Olson  <mwolson@gnu.org>
1507         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1508         yet-to-be-included "contex" publishing style, use "$$" rather
1509         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1510         this out.
1512 2007-04-20  Michael Olson  <mwolson@gnu.org>
1514         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1515         variable that causes the :before and :before-end hooks to be
1516         ignored when non-nil.
1517         (muse-publish-markup-region): Use it.  Also, guarantee that point
1518         is at end of region after publishing.
1519         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1520         variable.
1522 2007-04-19  Michael Olson  <mwolson@gnu.org>
1524         * IDEAS.muse: New file containing a list of ideas we have for new
1525         features, or patches that have yet to be applied.
1527         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1528         be so confusing.
1530         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1531         docstring.
1533         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1534         <literal> tags with muse-publish-literal-tag, rather than
1535         muse-publish-mark-read-only.
1536         (muse-publish-literal-tag): New function that publishes the
1537         <literal> tag.  It adds the ability to add the optional "style"
1538         and "exact" elements, which cause text to only be included if the
1539         current publishing style matches some criteria.  The text will be
1540         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1541         (muse-publish-mark-up-tag): Let the <markup> tag take the
1542         additional optional elements "style" and "exact", with much the
1543         same effect as the <literal> improvements, but after calling
1544         "function" or publishing the region first.  Make it possible to
1545         put <content> tags in <markup> regions in HTML publishing.
1547 2007-04-12  Michael Olson  <mwolson@gnu.org>
1549         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1550         that a blank line always exists after a heading.  This fixes a bug
1551         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1552         for the report.
1554         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1555         detection regexp to that which is used in Docbook and HTML
1556         publishing styles.
1558 2007-04-02  Michael Olson  <mwolson@gnu.org>
1560         * README (muse-el-announce): Make a listing of mailing lists,
1561         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1562         to Andreas Roehler for noticing.
1564 2007-04-01  Michael Olson  <mwolson@gnu.org>
1566         * lisp/muse-publish.el (muse-publish-date-format): Add
1567 `       customization type and group.
1568         (muse-publish-region): New interactive function that publishes a
1569         region to a new buffer.
1571         * texi/muse.texi: Use "document" rather than "manual".
1573 2007-03-31  Michael Olson  <mwolson@gnu.org>
1575         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1576         expression (muse-style-derived-p "latex" (muse-style "latex"))
1577         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1578         for the catch.
1580 2007-02-25  Michael Olson  <mwolson@gnu.org>
1582         * lisp/muse-publish.el (muse-publish-date-format): New option that
1583         specifies how to format the date when publishing Muse pages.
1584         Thanks to Thomas Gehrlein for the suggestion.
1585         (muse-publish-markup-buffer): Use it.
1587 2007-02-23  Michael Olson  <mwolson@gnu.org>
1589         * README: Add Prerequisites section to mention which versions of
1590         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1591         the suggestion.  Update link destination for Muse's page on
1592         emacswiki.org.
1594 2007-02-15  Michael Olson  <mwolson@gnu.org>
1596         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1597         be not just at beginning of line.  This fixes an error with the
1598         <class> tag.  Thanks to Jim Pivarski for the report.
1600 2007-02-14  Michael Olson  <mwolson@gnu.org>
1602         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1603         whether something is an image before checking to see if it is a
1604         URL.  Thanks to ITSUMI ken-ichi for the report.
1606 2007-02-13  Michael Olson  <mwolson@gnu.org>
1608         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1609         comments that have no text better.  Thanks to fang.lungang for the
1610         report.
1611         (muse-publish-markup-comment): Deal with case where no comment
1612         text is provided.
1614 2007-01-23  Michael Olson  <mwolson@gnu.org>
1616         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1617         that ensures that at least one blank line exists at the given
1618         position.  This is used to avoid paragraph detection problems when
1619         block-level tags like <example> immediately follow a paragraph.
1620         Thanks to Hans Ekbrand for the report.
1621         (muse-publish-example-tag): Use it.
1623 2007-01-19  Michael Olson  <mwolson@gnu.org>
1625         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1626         previous blank line if we are publishing in Latex.  Otherwise,
1627         that wouldn't be the right thing, so leave it be.
1629 2007-01-17  Michael Olson  <mwolson@gnu.org>
1631         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1632         multiple centered math lines on the same line; keep them on
1633         different lines.  Use \[ math-text \] instead of $$math-text$$,
1634         since the latter seems to be deprecated.  Thanks to Jody Klymak
1635         for the pointer.
1637 2007-01-15  Michael Olson  <mwolson@gnu.org>
1639         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1640         (muse-publish-math-tag): Publish region read-only when current
1641         style is Latex-derived, so that Muse does not escape it.
1642         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1643         surround the region with "$$" rather than "$".  This is the Muse
1644         syntax for something centered, so it should be a good fit.
1646 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1648         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1649         protocol.
1650         (muse-browse-url-man): Change man page URL format.  The code is
1651         simpler when the section is left inside parentheses.
1652         (muse-browse-url-woman): New function.
1654 2007-01-14  Michael Olson  <mwolson@gnu.org>
1656         * AUTHORS: Bookkeeping.
1658         * lisp/muse-latex2png.el: Associate <math> tag with
1659         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1660         Klymak for the report.
1661         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1662         characters, so they don't get escaped.
1664         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1665         make muse-style-derived-p easier to implement.
1666         (muse-style-derived-p): If the style is not provided, fetch it and
1667         check to see if the car is a string.  This should fix the other
1668         problem that was reported.
1670         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1671         explains a case where setting muse-file-extension to nil can cause
1672         unexpected behavior.
1674 2007-01-09  Michael Olson  <mwolson@gnu.org>
1676         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1677         comments higher priority than tags.  Thanks to Stefan van der Walt
1678         for the report.
1680 2007-01-08  Michael Olson  <mwolson@gnu.org>
1682         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1683         argument rather than calling match-string.  Thanks to Stefan van
1684         der Walt for the report.  This should fix a bug with publishing
1685         <include file="..." markup="example">.
1687 2007-01-06  Michael Olson  <mwolson@gnu.org>
1689         * Makefile (debclean): New rule split from debrevision and
1690         debrelease.
1691         (debbuild): Take distributor into account.
1693         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1694         vendor/distributor we are building for.
1696 2007-01-04  Michael Olson  <mwolson@gnu.org>
1698         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1699         line.
1701         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1702         point to muse-publish-src-tag by default, since <src> and
1703         <example> have different parameters.
1704         (muse-publish-src-tag): New barebones publishing function for
1705         <src>, which is superseded when publishing in an HTML-based style.
1707 2007-01-03  Michael Olson  <mwolson@gnu.org>
1709         * lisp/muse-html.el (muse-html-src-tag): Document.
1711         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1712         command that calls a given tag on the current buffer.  Attributes
1713         may be passed.
1714         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1715         it.
1716         (muse-publish-srcify-buffer): New function that allows
1717         markup="src" in the <include> tag.
1718         (muse-publish-get-and-delete-attr): New macro that gets an
1719         attribute from a list and removes the first instance of that
1720         attribute from said list.
1721         (muse-publish-markup-attribute): Handle markup="src".
1722         (muse-publish-command-tag, muse-publish-include-tag): Use
1723         muse-publish-get-and-delete-attr.  This allows the remaining
1724         attributes to be passed.
1726         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1727         as changes to <command> and <include>.
1729 2006-12-30  Michael Olson  <mwolson@gnu.org>
1731         * NEWS: Update.
1733         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1734         from muse-publish-math-tag to avoid conflict with
1735         muse-latex2png.el.
1737 2006-12-23  Michael Olson  <mwolson@gnu.org>
1739         * lisp/muse-latex2png.el: Update header, since this has been
1740         rewritten sufficiently to not need an assignment from the original
1741         author.
1742         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1743         (muse-latex2png): Use two underscores to separate prefix and hash.
1744         (muse-latex2png-region): New function split from
1745         muse-publish-latex-tag that can be used easily by other code.
1746         Detect whether we are using an HTML-based publishing style, and
1747         insert a simpler markup if we are not.  If we are using a
1748         Latex-based publishing style, do not generate an image, and leave
1749         the region alone.  Return the path of the generated image, in case
1750         other functions want to use this programmatically.
1751         (muse-publish-latex-tag): Set a default prefix based on the name
1752         of the current file.
1753         (muse-publish-math-tag): New tag that surrounds the region with
1754         "$" characters, so that it becomes a Latex math region, and then
1755         publishes it.
1757         * lisp/muse-publish.el (muse-style-derived-p): New function that
1758         returns non-nil if a given style, or the current style if omitted,
1759         is equal to or derived from the given base style.  This is useful
1760         in <lisp> tags, because it allows the user to specify markup that
1761         is only to be inserted for one particular style.
1763 2006-12-22  Michael Olson  <mwolson@gnu.org>
1765         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1766         (muse-html-src-tag): New function which publishes the <src> tag.
1767         Thanks to Clinton Ebadi and Charles Wang for the initial
1768         implementations.
1770         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1772 2006-12-21  Michael Olson  <mwolson@gnu.org>
1774         * examples/johnw/muse-johnw.el: Update for preferred
1775         muse-derive-style usage.  Rename to muse-init.el.
1777         * examples/mwolson/muse-init.el: Update.
1779         * lisp/muse-book.el (muse-book-publish): New function split from
1780         muse-book-publish-project.  This is used in the definitions for
1781         the book-latex and book-pdf styles.
1782         (muse-book-publish-p): New function split from muse-book-publish.
1783         (muse-book-get-directives): New function that retrieves the
1784         publishing directives from the given file.
1785         (muse-book-publish): Use muse-book-get-directives to set the title
1786         if no title was specified.
1788         * lisp/muse-project.el (muse-project): Add :publish-project entry
1789         to widget.
1790         (muse-read-project, muse-project-find-file): Message fix.
1791         (muse-project-publish-file-default): New function split from
1792         muse-project-publish-file.
1793         (muse-project-publish-file): Allow file-level publishing function
1794         to be specified by the :publish element.  The default is
1795         muse-project-publish-file-default.
1796         (muse-project-publish-default): New function split from
1797         muse-project-publish.
1798         (muse-project-publish): Allow project-level publishing function to
1799         be specified by :publish-project element.  The default is
1800         muse-project-publish-default.
1802         * lisp/muse-publish.el (muse-publish-file): Message fix.
1804         * texi/muse.texi (Book): Mention new way to publish books and
1805         provide an example, since the process may be non-obvious.
1807 2006-12-20  Michael Olson  <mwolson@gnu.org>
1809         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1810         content-modifying code from the rest of
1811         muse-docbook-finalize-buffer.
1813         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1814         muse-groff-finalize-buffer, since it adds content to the buffer.
1816         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1817         content-modifying code from the rest of muse-html-finalize-buffer.
1818         This fixes a bug when using <include> with <content> tags.
1820         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1821         (muse-journal-latex-munge-buffer)
1822         (muse-journal-rss-munge-buffer): Rename, since they add content to
1823         the buffer.
1825         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1826         muse-latex-finalize-buffer, since it adds content to the buffer.
1828         * lisp/muse-mode.el:
1829         * lisp/muse-project.el:
1830         * lisp/muse-publish.el:
1831         * lisp/muse.el: Fix recursive load error.
1833         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1834         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1836         * lisp/muse-wiki.el: Comment cleanup.
1838         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1840 2006-12-17  Michael Olson  <mwolson@gnu.org>
1842         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1843         Remove the definition of \comment, since Latex already has comment
1844         syntax.
1845         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1846         than our own.  Thanks to Ryan Stutsman for pointing this out.
1848 2006-12-02  Michael Olson  <mwolson@gnu.org>
1850         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1851         that this can generate a proper table of contents for Planner HTML
1852         publishing.
1854 2006-12-01  Michael Olson  <mwolson@gnu.org>
1856         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1857         using a very old Emacs, avoid an infinite loop that could occur
1858         when the regexp is an empty string.
1860 2006-11-26  Michael Olson  <mwolson@gnu.org>
1862         * NEWS: Bring up to date.
1864         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1865         list issues and multiple-stanza verse issues.  This takes care of
1866         all of the markup issues I was worried about.
1868         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1869         (muse-project-publish-private-files): New option that indicates
1870         whether files with private filesystem permissions should be
1871         published.  The default is to publish them, since it avoids
1872         confusion in new users.
1873         (muse-project-private-p): Use it.
1875 2006-11-19  Michael Olson  <mwolson@gnu.org>
1877         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1878         style is found, which means that the link is not a Muse page, do
1879         not add a suffix or prefix to it.  This should fix the
1880         "[[thing.owl]]" bug that Phillip Lord reported.
1882         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1883         removing unused 2nd argument.
1885 2006-11-17  Michael Olson  <mwolson@gnu.org>
1887         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1888         latex publishing where nested enumerated lists would be squashed
1889         together at the end.
1891 2006-11-16  Michael Olson  <mwolson@gnu.org>
1893         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1894         list embedded in a definition list look right.  This also allows
1895         for definitions to be separated from their terms, much like the
1896         way HTML does it by default, if the user puts a blank line or a
1897         line break between the term and the definition.  If the term and
1898         definition are on the same line, they will be that way in the
1899         output as well.
1901 2006-11-11  Michael Olson  <mwolson@gnu.org>
1903         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1904         for the report.
1905         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1907 2006-11-07  Michael Olson  <mwolson@gnu.org>
1909         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1910         release candidate for Muse 3.03, available.
1912         * NEWS: Update.
1914 2006-11-06  Michael Olson  <mwolson@gnu.org>
1916         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1917         following a relative link worked even when the path was incorrect.
1919 2006-11-04  John Sullivan  <john@wjsullivan.net>
1921         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1922         muse-follow-name-at-point to reduce collisions with other
1923         modes (Planner).
1925         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1927 2006-11-04  Michael Olson  <mwolson@gnu.org>
1929         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1930         optional, and make interwiki delimiter a regular rather than shy
1931         group.
1932         (muse-wiki-handle-implicit-interwiki): Rename from
1933         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1934         (muse-wiki-handle-explicit-interwiki): New function that is
1935         smarter about where an explicit link ends in a buffer.  This
1936         allows you to refer to page names with invalid Wiki characters,
1937         such as underscores and dashes, merely by enclosing them in double
1938         brackets.  Also, a bug with recognizing project names too loosely
1939         has been fixed.
1941 2006-11-03  Michael Olson  <mwolson@gnu.org>
1943         * lisp/muse-project.el (muse-project-page-file): Make relative
1944         links work as expected, hopefully.
1946         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1947         output style manually, since it will differ from anything in the
1948         publishing style list.
1950 2006-10-30  Michael Olson  <mwolson@gnu.org>
1952         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1953         grouping elements, since that no longer applies.
1954         (muse-colors-custom-tags): Explicitly match against
1955         muse-tag-regexp to get the match-data set the way we want.  This
1956         really fixes the <example> highlighting bug that Stefan reported.
1957         (muse-configure-highlighting): Set the original value to the
1958         symbol, not the modified value.  Re-use modified rules properly.
1960         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1961         introduced yesterday.
1963 2006-10-29  Michael Olson  <mwolson@gnu.org>
1965         * examples/mwolson: Update my example configuration.
1967         * NEWS: Update.
1969         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1970         without a regexp in the first position before iterating through
1971         them to build muse-colors-vector.  This fixes a bug with the
1972         display of <example> tags.  Thanks to Stefan Reichör for the
1973         report.
1975         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1976         files in projects to be linked to.
1978         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1979         to serve as a description for a URL, as long as it differs from
1980         the destination URL.  This fixes the description of WikPage links
1981         in PDF output.
1982         (muse-publish-link-file): Check to see whether the given link
1983         points at a valid file.  If so, return it.  Otherwise, apply other
1984         transforms like prefix and link suffix.
1986         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1987         "/", it is a file or directory, not a Muse page.  Thanks to
1988         Phillip Lord for the suggestion.
1990         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1991         of the current page as the local path, instead of duplicating the
1992         remote file's path.  This probably fixes at least one reported
1993         bug. since it's quite major.
1994         (muse-wiki-update-project-file-regexp)
1995         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1996         passed to regexp-opt, since that can cause Emacs 21 to throw an
1997         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1998         DOT edu for the report.
1999         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
2001 2006-10-28  Michael Olson  <mwolson@gnu.org>
2003         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
2004         (muse-project-resolve-link): If the given style does not have a
2005         link-suffix, default to suffix.  This fixes a bug I was noticing
2006         when linking to a file that was published in both PDF and HTML
2007         form.
2009         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
2010         function that is used as a callback to determine the initial
2011         amount of indentation that the current dl item has.
2012         (muse-publish-surround-dl): Use it.  Pass the initial indent value
2013         and the post-indent value, instead of trying to determine them
2014         both.
2015         (muse-publish-strip-list-indentation): New function stripped from
2016         `muse-publish-surround-text' for readability.
2017         (muse-publish-surround-text): Instead of taking a determine-indent
2018         value, take a determine-indent-func function, which is called just
2019         after finding the next list item.  If we are asked to determine
2020         the amount of indentation, concatenate indent and post-indent the
2021         first time around.  This effectively fixes all known definition
2022         list issues.
2024 2006-10-16  Michael Olson  <mwolson@gnu.org>
2026         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
2027         other software -- namely, Planner -- can detect whether they are
2028         using a version of Muse that supports nested tags.
2029         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
2030         muse-publish-goto-tag-end.
2032         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
2033         Adapt for nested tags.
2035         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
2036         <class> tag is nestable.  Thanks to Phillip Lord for noticing
2037         this.
2039         * lisp/muse-publish.el (muse-publish-markup-tag)
2040         (muse-publish-quote-tag): Use muse-goto-tag-end.
2042         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
2044 2006-10-15  Michael Olson  <mwolson@gnu.org>
2046         * AUTHORS: Bookkeeping.
2048         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
2049         tag.
2051         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
2052         tags.
2054         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
2056         * lisp/muse-import-docbook.el (muse-import-docbook)
2057         (muse-import-docbook-files): Docfix.
2058         (muse-import-docbook-get-title): Remove cl.el-ism.
2060         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
2062         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
2064         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
2066         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
2067         (muse-next-reference, muse-previous-reference): Minor whitespace
2068         changes.
2069         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
2070         the suggestion.
2072         * lisp/muse-poem.el (muse-poem-tag): Ditto.
2074         * lisp/muse-publish.el (muse-publish-markup-tags)
2075         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
2076         element and make 4th element determine whether tags are nestable.
2077         (muse-publish-goto-tag-end): New function that moves to the end of
2078         a tag.  Handle nested tags when NESTED is non-nil.
2079         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
2080         5th element for function.
2081         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
2082         this on several scenarios, and it seems to work.
2083         (muse-publish-surround-text): Accept new optional argument
2084         LIST-ITEM which determines the regexp to use for list items.  The
2085         default is to use muse-list-item-regexp.
2087         * muse.texi (Markup Tags): Mention nestable tags.
2089         * NEWS: Mention new files.
2091 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
2093         * lisp/muse-import-docbook.el: New file that converts Docbook XML
2094         into Muse format.
2096         * lisp/muse-import-xml.el: New file that provides helper routines
2097         for converting XML-ish files to Muse format.
2099 2006-10-10  Michael Olson  <mwolson@gnu.org>
2101         * NEWS: Update for 3.02.7 bugfix release.
2103 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
2105         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
2106         using the value in the muse #date directive.
2107         (muse-blosxom-use-metadate): New option that determines whether or
2108         not to use the #postdate directive.
2109         (muse-blosxom-format-date): Convert a date string to PyBlosxom
2110         metadate plugin format.
2112 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
2114         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
2115         recognised URLs.
2117         * muse.texi: Clarify handling of implicit links by mentioning
2118         which characters can prevent Muse from recognizing something as an
2119         implicit link.
2121 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
2123         * lisp/muse-mode.el (muse-next-reference)
2124         (muse-previous-reference): Fix bug #6367 by moving point to the
2125         beginning of the link.
2127 2006-09-26  Michael Olson  <mwolson@gnu.org>
2129         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
2130         beginning-of-line.  This should fix a bug that was noticed in
2131         recent Emacs 22 builds.
2133         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
2134         eval-and-compile block to avoid a compiler warning.
2136 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
2138         * lisp/muse-backlink.el (muse-backlink-split-string):
2139         Compatibility with Emacs versions < 22
2140         (muse-backlink-pending): New internal variable
2141         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
2142         that backlinks are inserted at the right time.
2143         (muse-backlink-insert-hook-func): Remove unwind-protection; check
2144         for pending backlink, and that this is the targe page.
2145         (muse-backlink-handle-link): Don’t handle the link if we are
2146         already handling one. Return the link as well as the parent links.
2148 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
2150         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
2151         #6942 - muse-blosxom-new-entry fails when using tags.
2153 2006-09-14  Michael Olson  <mwolson@gnu.org>
2155         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
2156         compiler warning.
2158 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2160         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2161         function: Protect all wikiwords from START to END from further
2162         processing.
2163         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2165 2006-09-13  Michael Olson  <mwolson@gnu.org>
2167         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2168         adopted from Jim Ottaway's patch.  It removes links from the
2169         heading, and then marks the region read-only to inhibit WikiWord
2170         detection.
2172 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2174         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2175         special handling for headings.
2176         (muse-texinfo-remove-links): New function that removes explicit
2177         links from the given strings, replacing them with a description.
2179 2006-09-11  Michael Olson  <mwolson@gnu.org>
2181         * muse.texi (Getting Help and Reporting Bugs): Mention the
2182         muse-el-internationalization mailing list.
2184         * lisp/muse.el (muse-path-sans-extension): New function that acts
2185         like file-name-sans-extension, but guarantees to never modify the
2186         directory part of the path.  Thanks to Evan Monroig for
2187         investigating this.
2189         * lisp/muse-book.el (muse-book-publish-project): Use
2190         muse-path-sans-extension instead of file-name-sans-extension.
2192         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2193         Ditto.
2195 2006-08-30  Michael Olson  <mwolson@gnu.org>
2197         * muse.texi (Blosxom Requirements): Fix typo.
2199         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2200         directories for bzr and darcs.
2202         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2203         contrib/pyblosxom/getstamps.py: Update version and headers.
2205 2006-08-27  Michael Olson  <mwolson@gnu.org>
2207         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2208         nil values before they get to mapconcat.  This fixes a lockup when
2209         muse-wiki-match-all-project-files is nil.
2211         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2212         (muse-wiki-ignore-implicit-links-to-current-page)
2213         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2214         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2215         (muse-wiki-publish-small-title-words)
2216         (muse-wiki-publish-pretty-title): Docfix.
2217         (muse-wiki-update-local-wikiword-regexp): Rename from
2218         muse-wiki-update-local-wikiword-regexp.  Set
2219         muse-wiki-project-file-regexp instead of
2220         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2221         take muse-wiki-use-wikiword into account, since this is a
2222         different concept now.
2223         (muse-wiki-update-wikiword-regexp): Remove.
2224         (muse-wiki-wikiword-regexp): In-line the :set function.
2225         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2227 2006-08-26  Michael Olson  <mwolson@gnu.org>
2229         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2230         for indented list items, ignore blank lines.
2232         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2233         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2234         mapconcat.  This should hopefully fix a problem with large amounts
2235         of files with spaces in their name.  Thanks to Greg Detre for the
2236         report.
2238 2006-08-24  Michael Olson  <mwolson@gnu.org>
2240         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2241         numbers from the argument to format-time-string.  This fixes an
2242         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2244 2006-08-18  Michael Olson  <mwolson@gnu.org>
2246         * lisp/muse-project.el (muse-project-file-entries): Since we are
2247         given a full path, match against the filename as well.  This fixes
2248         an issue where backup files were being added to the file alist.
2250         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2251         from muse-html.el.
2253 2006-08-12  Michael Olson  <mwolson@gnu.org>
2255         * Makefile (.PHONY): Don't use line continuations.
2256         (realclean fullclean): Call realclean in subdirs, not distclean.
2257         (distclean): Don't call realclean, since this would wipe out our
2258         autoloads file.
2259         (dist): Use correct path to autoloads file.
2261         * NEWS: Catch up with the latest changes.
2263         * experimental/Makefile (.PHONY): Wrap long line.
2265         * lisp/Makefile (distclean): Do the same thing as "clean", not
2266         "realclean".
2268         * lisp/muse-project.el (muse-project-get-applicable-style):
2269         Indentation tweak.
2270         (muse-project-ignore-regexp, muse-project-recurse-directory):
2271         Docfix.
2272         (muse-project-of-file): Try the ignored files regexp against the
2273         base filename as well as the entire path.
2275         * lisp/muse-publish.el (muse-publish-this-file): Display message
2276         if the buffer is not associated with any file, so that we avoid
2277         errors later on.
2278         (muse-publish-url-desc): New function taken from muse-publish-url
2279         that causes a URL description to be transformed.
2280         (muse-publish-url): Call muse-publish-url-desc on either the
2281         description or the original URL if it will be used as a
2282         description.  Accept the original URL as an argument, in case it
2283         was transformed earlier.
2284         (muse-publish-insert-url): Pass original URL as an argument.
2285         (muse-publish-markup-link): Make this somewhat easier to follow.
2286         Pass original URL as argument.
2287         (muse-publish-get-style): If the same style is used to publish to
2288         two different directories, prompt the user for which directory to
2289         use.
2290         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2291         latest changes.
2292         (muse-publish-markup-url): Pass original URL as an argument.  This
2293         fixes the "nil" description for bare URLs that was in 3.02.91.
2294         Nothing like finding a bug just after completing the announcement
2295         of a release.
2297         * lisp/muse.el: Use defalias whenever convenient.
2298         (muse-version): Set version to 3.02.92 (3.03 RC2).
2300 2006-08-10  Michael Olson  <mwolson@gnu.org>
2302         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2303         style does not derive from any other class, return `t' here.
2304         This, along with the corresponding change to muse-publish.el,
2305         fixes a problem with the table of contents getting inserted
2306         multiple times for custom html-based styles.
2307         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2308         smarter method for table centering that works with XHTML.
2310         * lisp/muse-latex2png.el Rename all functions to have a
2311         "muse-latex2png" prefix.  Turn all variables into customizable
2312         options in the muse-latex2png group.
2313         (muse-latex2png-img-dest): New option specifying where to place
2314         the images.
2315         (muse-latex2png-template): New option containing the template to
2316         use for the surrounding LaTeX code.
2317         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2318         compliance.
2319         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2320         messages when something else goes wrong.  Create the image
2321         subdirectory if it doesn't exist already -- thanks to Christian
2322         Straßer for the report.  Expand the filename properly.
2323         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2324         and filename expansion.
2325         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2326         the default directory properly.
2328         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2329         do not run the same function twice.
2331 2006-08-08  Michael Olson  <mwolson@gnu.org>
2333         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2334         introduced wrong-type-argument error.
2336         * lisp/muse-html.el (muse-html-markup-strings)
2337         (muse-xhtml-markup-string): Cause table definition that contains
2338         image to be center-aligned.  This should fix an issue with images
2339         not being centered when captions are very long.
2341         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2342         whitespace from fields once we have split them up.
2344         * lisp/muse.el (muse-trim-whitespace): New function that strips
2345         leading and trailing whitespace from a string.
2347 2006-08-07  Michael Olson  <mwolson@gnu.org>
2349         * NEWS: Update through patch-95.
2351         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2352         to match the tags.
2353         (muse-colors-explicit-link): Show images in link descriptions if
2354         inlined images are enabled.
2356         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2357         definitions for 'image-with-desc, 'image, and 'image-link.
2358         (muse-docbook-markup-paragraph): If an inlined image begins a
2359         paragraph, insert <para> before it.
2360         (muse-docbook-fixup-images): New function that upper-cases the
2361         "format" attribute of the <imagedata> tag.
2362         (muse-docbook-finalize-buffer): Call it.
2364         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2365         with descriptions as centered tables, with a centered caption
2366         underneath.  The resulting look is consistent with the way that
2367         they are published in the LaTeX style.  Thanks to Jody Klymak for
2368         the suggestion.
2369         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2370         valid way to center a table.
2371         (muse-html-markup-paragraph): Use class="image" instead of
2372         "image-link" for paragraphs that start with an embedded image.
2374         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2375         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2376         suggestion.
2377         (muse-latex-markup-specials-image): New option that enables
2378         escaping of specials in images.  This was split from the URL
2379         specials.
2380         (muse-latex-decide-specials): Handle 'image context.
2381         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2382         of relying on caller to do this for us.
2384         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2385         'image context.
2386         (muse-publish-url): Use 'image context for images.  Use 'image
2387         instead of 'image-link and 'image-link in place of
2388         'url-with-image.  Separate the image file from its extension so
2389         that docbook and texinfo can publish images correctly.
2390         (muse-publish-markup-link): Don't force a description if one is
2391         not given.  This fixes a bug where images without descriptions
2392         were being published as 'image-with-desc instead of 'image.
2394         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2395         images the same as URLs.
2396         (muse-texinfo-markup-strings): Improve image markup to achieve an
2397         effect similar to that of the LaTeX publishing style.  Simplify
2398         'url string.
2400         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2402         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2403         when we have to use the custom version of this function.
2405         * muse.texi (Images): Explain how to toggle inlining of images and
2406         give better examples.  Mention captions and that captioned images
2407         should not be used inside of text paragraphs.
2408         (Markup Strings): Bring up-to-date with the changes made since
2409         3.02.
2411 2006-08-06  Michael Olson  <mwolson@gnu.org>
2413         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2414         in the Emacs source tree.
2416         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2417         in the Emacs source tree.
2419         * ChangeLog.3: New file created from the old ChangeLog.
2421         * Makefile.defs (VERSION): Set to 3.02.91.
2423         * NEWS: Update through patch-84.
2425         * lisp/muse.el (muse-version): Set to 3.02.91.
2427         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2428         attributes.
2429         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2430         delimiter are instead of hard-coding it.
2432         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2433         (muse-mode): Make filling definition lists work better.  This
2434         should fix #5359.
2436         * lisp/muse-publish.el (muse-style-run-hooks): Use
2437         `muse-style-element' instead of `muse-get-keyword' here.  This
2438         should fix #6399.
2440         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2443 See ChangeLog.3 for earlier changes.
2445 ;; Local Variables:
2446 ;; coding: utf-8
2447 ;; End: