Bookkeeping
[muse-el.git] / ChangeLog
blob3902ad448b26221107f008441f57f6a4c82d5ae5
1 2007-11-28  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-project.el (muse-project-page-file): If page argument
4         is nil, then choose the first directory in the project.
6         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Style fix.
8 2007-11-07  Adrian Aichner  <adrian@xemacs.org>
10         * lisp/muse-publish.el (muse-publish-classify-url): Wrap call of
11         `muse-publish-link-page' in `save-match-data', so that correct
12         match data gets restored for subsequent use by `match-end'.
14 2007-10-29  Michael Olson  <mwolson@gnu.org>
16         * lisp/muse-regexps.el (muse-tag-regexp): Permit tag attributes to
17         span more than one line.  Thanks to Florian Beck for the fix.
19 2007-10-24  Michael Olson  <mwolson@gnu.org>
21         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
22         "---" as a valid mdash.  Before, it was doing mdash followed by a
23         single dash.  Thanks to jordanb for the suggestion.
25 2007-10-12  Michael Olson  <mwolson@gnu.org>
27         * lisp/muse-mode.el (muse-insert-url-initial-input): New option
28         that specifies the initial text to use when reading a URL.  Thanks
29         to Seweryn Kokot for the suggestion.
30         (muse-insert-url): Use it.
31         (muse-mode-fill-paragraph): Take into account any indentation that
32         is already in front of the term.
34         * lisp/muse-project.el (muse-project-determine-last-mod): New
35         function split from muse-project-file-alist.
36         (muse-project-file-alist): Improve docstring.
37         (muse-project-add-to-alist): New function that ensures that the
38         current file is added the its project file-alist.
39         (muse-project-after-save-hook): Call muse-project-add-to-alist
40         instead of muse-project-file-alist.  This fixes an issue where if
41         several files were being saved at once, only the first would make
42         it into the project file-alist.
44 2007-10-11  Michael Olson  <mwolson@gnu.org>
46         * lisp/muse-latex.el (muse-latex-markup-specials-literal): Escape
47         backslash as "\textbackslash{}".  Thanks to Joost Kremers for the
48         report.
50 2007-10-08  Michael Olson  <mwolson@gnu.org>
52         * lisp/muse-mode.el (muse-mode): Set fill-paragraph-function.
53         (muse-mode-fill-paragraph): New function that fills the paragraph
54         at point.  If a definition list term is on the same line, then
55         prefix subsequent lines with two spaces when filling.  Otherwise,
56         return nil, so that normal filling can take place.
58 2007-10-03  Michael Olson  <mwolson@gnu.org>
60         * lisp/muse-colors.el (muse-unhighlight-region): Remove
61         muse-no-implicit link property.
62         (muse-colors-implicit-link): Check for muse-no-implicit-link
63         property.
65         * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Add the
66         muse-no-implicit-link property.  This makes colorization of <nop>
67         work.  Add docstring.
69 2007-09-24  Michael Olson  <mwolson@gnu.org>
71         * lisp/muse-latex2png.el (muse-publish-math-tag): Fix bug
72         introduced by recent change.  Thanks to Darlan Cavalcante Moreira
73         for the report.
75 2007-09-23  Michael Olson  <mwolson@gnu.org>
77         * lisp/muse-context.el (muse-context-pdf-generate): Change
78         default-directory instead of calling "cd" in the command.
80         * lisp/muse-latex.el (muse-latex-pdf-generate): Change
81         default-directory instead of calling "cd" in the command.  This
82         should fix a bug with Windows.  Thanks to Jia Ye for the report.
84 2007-09-22  Michael Olson  <mwolson@gnu.org>
86         * AUTHORS: Bookkeeping.
88         * NEWS: Add entry for the LaTeX image filename escaping changes.
90         * examples/mwolson/templates/header.tex: Update for recent
91         changes.
93         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
94         the tag ends at the end of a line.  If not, do not use "$$" to
95         publish it.  Thanks to Darlan Cavalcante Moreira for the
96         suggestion.
98         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
99         (muse-latex-slides-header, muse-latex-lecture-notes-header):
100         Escape specials in the title.  Define a museincludegraphics
101         command, which is able to handle escaped special characters in
102         image filenames.  Thanks to Karl Berry for providing this.
103         (muse-latex-markup-strings): Use museincludegraphics instead of
104         includegraphics in all image-related markup.  Move the width
105         specification over to the museincludegraphics command, rather than
106         specifying it explicitly.  This allows people to change this
107         information in their headers.
108         (muse-latex-markup-specials-image): Escape backslashes, "#", and
109         pipe characters in image filenames.
111         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
112         byte-compiler warning.
114         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
115         Also, update the value of muse-current-project for all Muse
116         buffers, even if they are new.  This should be more intuitive.  I
117         don't think there are any cases where developers will want this
118         value to be nil.
119         (muse-replace-regexp-in-string): Fix byte-compiler warning.
121         * texi/muse.texi (LaTeX): Mention grffile.sty.  Thanks to Karl
122         Berry for the tip.
124 2007-09-19  Michael Olson  <mwolson@gnu.org>
126         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
127         code, since it is not needed in any version of Emacs we support,
128         and it also has a couple of bugs that I don't want to waste time
129         fixing.
131 2007-09-18  Michael Olson  <mwolson@gnu.org>
133         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
134         paragraphs next to headings.  Thanks to Gregory Collins for the
135         initial patch, which I modified.
137 2007-09-17  Michael Olson  <mwolson@gnu.org>
139         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
140         message about how images are now displayed.
142 2007-09-10  Michael Olson  <mwolson@gnu.org>
144         * Makefile (elpa): Use texi/dir-template rather than echoing lines
145         to the ELPA dir file for Muse.
147         * texi/dir-template: New file containing template to use when
148         making ELPA dir files.  This fixes a corrupt dir file bug for the
149         Muse ELPA package.  Thanks to Tom Tromey for the report.
151 2007-09-06  Michael Olson  <mwolson@gnu.org>
153         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
154         class tags were not working.  We move to just after the beginning
155         of the first class tag, so that we can detect any remaining class
156         tags.  Thanks to Florian Beck for the report.  Fix error that
157         occurred when class tag has no name element.  Thanks to Peter
158         Baranyi for the report.  The correct behavior in this case is to
159         not publish the tag at all.
161         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
162         arguments were not being detected properly.
164 2007-09-05  Michael Olson  <mwolson@gnu.org>
166         * lisp/muse-context.el (muse-context-decide-specials): Add
167         footnote.
169         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
171         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
172         'footnote in docstring.
173         (muse-publish-markup-footnote): Minor docstring fix.  Escape
174         footnote text properly.  Thanks to Jean Magnan de Bornier for
175         noticing.
176         (muse-publish-url): When checking to see if this is just a plain
177         URL without a description, compare the strings as they were before
178         doing escaping.  This fixes a bug where plain URLs could sometimes
179         be published as if they were URLs with descriptions.
181         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
182         footnote.
184 2007-08-29  Michael Olson  <mwolson@gnu.org>
186         * lisp/muse.el (muse-update-values): Reset the value of
187         muse-current-project in all Muse buffers.  This updates the rules
188         in case you want to publish a file after changing its associated
189         muse-project-alist entry.
191 2007-08-27  Michael Olson  <mwolson@gnu.org>
193         * lisp/muse.el (muse-update-values): New function that the user
194         can call after changing muse-project-alist, in order to update
195         various autogenerated values.
197         * texi/muse.texi (Keystroke Summary): Document it.
199 2007-08-25  Michael Olson  <mwolson@gnu.org>
201         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
202         to Karl Berry for reporting this.
204         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
205         browsing anchors that come after a link to them.
207         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
208         Karl Berry for reporting this.
210 2007-08-24  Michael Olson  <mwolson@gnu.org>
212         * Release Emacs Muse 3.11.
214         * AUTHORS: Add new authors for contrib files.
216         * NEWS: Add entries for Muse 3.11.
218         * README: Mention that contents of contrib/blosxom and
219         contrib/pyblosxom have different licenses than the rest of Muse.
221         * contrib/blosxom/getstamps.pl: New file that implements fetching
222         timestamps from published Muse files and placing them in a single
223         timestamps file.  That file can then be used by blosxom's metadate
224         plugin.  Thanks to Michael Welle for providing this file, as well
225         as instructions on how to use Muse with Blosxom.
227         * contrib/blosxom/metadate_0_0_3: New file implementing the
228         metadate plugin for blosxom.
230         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
231         to assume that the original author wanted this to be distributed
232         with Pyblosxom, and hence use the MIT license like the rest of
233         Pyblosxom.
235         * contrib/pyblosxom/hardcodedates.py: Add license text.
237         * contrib/pyblosxom/make-blog: Change license text to be "This
238         file may be used, distributed, and modified without restriction."
240         * contrib/pyblosxom/metadate.py: New file that implements the
241         PyBlosxom metadate plugin.  Since this can no longer be found at
242         the original author's website, I have included it with Muse.
244         * lisp/muse-blosxom.el: Update location of metadate plugin in
245         header.
247         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
248         docstring.
250         * texi/muse.texi (Blosxom Requirements): Organize information by
251         subheading and subsubheading, and document how to use the metadate
252         plugin.  Briefly document using Blosxom to serve Muse entries.
254 2007-08-23  Michael Olson  <mwolson@gnu.org>
256         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
257         title just before extracting it.
259         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
260         that removes footnotes from headers, since they are invalid in
261         LaTeX.
262         (muse-latex-munge-buffer): Call it.
264         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
265         specials here.  This fixes a bug involving links in headings.
267         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
268         some edge cases.
269         (muse-update-file-extension-after-init): Temporarily bind
270         muse-file-extension to "muse", so that muse-update-file-extension
271         knows what the old value was.  This should fix a bug reported by
272         Jean Magnan de Bornier.
274 2007-08-21  Michael Olson  <mwolson@gnu.org>
276         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
277         url, link, and link-and-anchor look better in texi2html output.
278         Thanks to thorne for the report.
280 2007-08-20  Michael Olson  <mwolson@gnu.org>
282         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
283         escape characters rather than discard them.  Use muse-regexp-alnum
284         rather than listing out the characters and numbers.  Thanks to
285         Shunsuke OKANO for the report.
286         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
287         used when generating a summary.
289 2007-08-19  Michael Olson  <mwolson@gnu.org>
291         * examples/mwolson: Update my example settings.
293         * lisp/muse-colors.el (muse-colors-region): Bind
294         muse-colors-region-end to the end of the last line.  This avoids a
295         bug where lines that had emphasis would suddenly become
296         unhighlighted when moving around the buffer.
298         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
299         involving paragraphs after literallayout markup, which is used in
300         <verse> tags.  Thanks to Shunsuke OKANO for the report.
302         * lisp/muse-html.el (muse-html-src-tag): Use
303         muse-delete-and-extract-region.
305         * lisp/muse-import-xml.el: Add require statement.
306         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
308         * lisp/muse-protocols.el (muse-browse-url-man): Add require
309         statement.
310         (muse-browse-url-woman): Add require statement.
312         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
313         bug in definition list publishing.  We were skipping past the
314         initial indented line, and that was causing an erroneous
315         blockquote to be inserted.  This alone merits a new release.
317         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
318         XEmacs' return value for shell-command.
320         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
321         function to deal with XEmacs' lack of the
322         delete-and-extract-region function.
324 2007-08-18  Michael Olson  <mwolson@gnu.org>
326         * AUTHORS: Update.
328         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
329         copy-tree to copy-alist, since Emacs21 does not have the former,
330         and the latter does what we want.
332         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
333         have derived-mode-p in subr.el like Emacs22 does.
335 2007-08-17  Michael Olson  <mwolson@gnu.org>
337         * etc/muse.rnc: Add the <cite> tag.
339         * lisp/muse-context.el (muse-context-slides-header): Clarify what
340         "mystyle" is.
342         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
343         <cite type="something">.  We'll leave it to the post processing
344         tools to interpret that.
346         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
347         directives.
348         (Citations): New section that explains further how to use the
349         <cite> tag.  The text was taken from Marcus Hoenicka's
350         documentation at http://refdb.sourceforge.net/muse.html and
351         modified.
352         (Tag Summary): Link to the Citations section in the entry for
353         <cite>.
354         (ConTeXt): Update the documentation for
355         muse-context-slides-header.
357 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
359         * lisp/muse-context.el (muse-context-slides-header): Use #module
360         directive, if it is provided.
361         (muse-context-slides-header): Mention how to use #module.
363 2007-08-16  Michael Olson  <mwolson@gnu.org>
365         * Release Emacs Muse 3.10.
367         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
368         (upload): Don't depend on release rule.
370         * NEWS: Document remaining changes.
372 2007-08-15  Michael Olson  <mwolson@gnu.org>
374         * NEWS: Document items through 2007-08-12.
376         * lisp/muse-colors.el: Split the muse-directive-or-comment
377         property into two separate properties that are muse-directive and
378         muse-comment.
379         (muse-colors-region-end): Make buffer-local.
380         (muse-colors-delayed-commands): New variable that contains a list
381         of commands to run immediately after highlighting.  This is meant
382         to allow highlighting functions to delay code until later.
383         (muse-colors-region): Apply commands in
384         muse-colors-delayed-commands.
385         (muse-colors-inhibit-tags-in-directives): New variable that
386         determines whether tags are allowed in directives.
387         (muse-colors-custom-tags): Take
388         muse-colors-inhibit-tags-in-directives into account.
389         (muse-unhighlight-region): Remove muse-directive and muse-comment
390         properties.
391         (muse-colors-title): Modify muse-colors-delayed-commands.
392         (muse-colors-title-lisp): New command that gets called after
393         highlighting other things.  This interprets <lisp> tags, and is
394         passed arguments specifying the beginning and end of the region.
395         Thanks to Junichi Uekawa for the report.  The reason we want to do
396         things this way is because this is the behavior we get already
397         when publishing the page.
399         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
400         property rather than muse-directive-or-comment.
402 2007-08-14  Michael Olson  <mwolson@gnu.org>
404         * lisp/muse-colors.el: Document all functions and variables.
405         (muse-colors-emphasized, muse-colors-underlined)
406         (muse-colors-verbatim, muse-colors-custom-tags)
407         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
408         on comments or the #title directive.
409         (muse-colors-markup): Add comment rule.
410         (muse-colors-implicit-link): Only remove flyspell overlay after we
411         decide whether this is an implicit link, rather than before.
412         (muse-colors-title): Add the muse-directive-or-comment property.
413         (muse-colors-comment): New function that colorizes comments using
414         font-lock-comment-face.
415         (muse-colors-region-end): New variable indicating the end of the
416         region that is currently being font-locked.  This removes the need
417         for an ugly "defvar end" hack.
418         (muse-colors-emphasized, muse-colors-underlined)
419         (muse-colors-verbatim): Use it.
420         (muse-colors-region): Let-bind it.
422         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
423         docstring.
425         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
426         specials in heading now, rather than waiting on the whole-document
427         pass later on.  This lets <contents> generation work without
428         validation errors.  Thanks to Reid van Melle for the report.
430         * texi/muse.texi (Tag Summary): Document <cite> tag.
431         (Miscellaneous): New chapter containing "Muse List Edit Minor
432         Mode" section.
433         (Muse List Edit Minor Mode): New section that documents
434         muse-list-edit-minor-mode.
435         (Development): Mention the MuseDevlopment page on emacswiki.org.
437         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
438         font-locking and the end or beginning of a tag is in a comment or
439         directive.
441 2007-08-12  Michael Olson  <mwolson@gnu.org>
443         * lisp/muse-html.el (muse-html-strip-links): New function that
444         strips HTML links from a string.
445         (muse-html-insert-contents): Use it, instead of
446         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
447         involving the use of <sup> in section titles.
449         * lisp/muse-project.el (muse-project-resolve-directory): New
450         function that figures out the directory part of the path that
451         provides a link to a page.
452         (muse-project-resolve-link): Expand docstring.  Use the new
453         function.  Don't call muse-publish-link-file, because that does
454         the wrong thing when we have muse-file-extension set to nil.
455         Thanks to Sebastian Obermanns for the report.
456         (muse-project-publish-this-file): Let-bind muse-current-project.
457         Also, if the file is not associated with a project, fall back to
458         muse-publish-this-file.
459         (muse-project-set-variables): Add this to
460         muse-before-publish-hook, so that it gets called.  This fixes a
461         bug where project-specific variables were being used in Muse mode,
462         but ignored when publishing.
464         * lisp/muse-publish.el (muse-publish-link-name)
465         (muse-publish-link-file, muse-publish-link-page): Add docstrings
466         so that I can remember what each of these things do.
467         (muse-publish-strip-tags): Remove, since it is no longer used.
468         (muse-publish-cite-tag): Don't let-bind
469         muse-publishing-directives, because there is no need to do so.
470         Fix code indentation.
471         (muse-publish-markup-attribute): Avoid multiple evaluation of
472         attrs argument, in case it is list value instead of a symbol.  Use
473         sexp instead of form in the edebug-form-spec.
474         (muse-publish-include-tag): Make a full copy of
475         muse-publishing-directives, since it can be modified with setcdr.
476         This fixes a bug where #title and some other directives were
477         leaking out of an included region.
478         (muse-publish-mark-up-tag): Don't let-bind
479         muse-publishing-directives, because there is no need to do so.
481         * lisp/muse.el (muse-page-name): Improve docstring.
483         * texi/muse.texi (Development): Mention the http method for
484         anonymous git access to the shared repo.
486 2007-08-10  Michael Olson  <mwolson@gnu.org>
488         * Makefile (dist, debprepare): Use git instead of tla.
490         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
492         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
493         Use muse-insert-file-contents.
495         * experimental/muse-split.el (muse-publish-file)
496         (muse-publish-presplit-publish, muse-publish-no-split-function)
497         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
498         muse-insert-file-contents.
500         * lisp/muse-book.el (muse-book-publish-chapter)
501         (muse-book-get-directives): Use muse-insert-file-contents.
503         * lisp/muse-http.el (muse-http-render-page): Use
504         muse-insert-file-contents.
506         * lisp/muse-poem.el (muse-poem-markup-tag): Use
507         muse-insert-file-contents.
509         * lisp/muse-publish.el (muse-insert-file-or-string)
510         (muse-publish-file, muse-publish-include-tag)
511         (muse-published-contents): Use muse-insert-file-contents.
513         * lisp/muse.el (muse-insert-file-contents): New function that
514         inserts a file with character code conversion, but none of the
515         other frivolities.  Since insert-file-contents-literally does not
516         do character code conversion, it is not suitable for us.
517         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
518         than insert-file-contents-literally.
520 2007-08-09  Michael Olson  <mwolson@gnu.org>
522         * lisp/muse.el (muse-write-file): Pay attention to
523         coding-system-for-write and save-buffer-coding-system.  This
524         should fix a recently-introduced bug with writing Muse pages in
525         different coding systems.
527 2007-08-08  Michael Olson  <mwolson@gnu.org>
529         * README (Prerequisites): Fix typo.
530         (Compilation, Installation): Update.
531         (Documentation, Further Documentation): Update URLs.
532         (Further Documentation): Add quick blurb on how to participate in
533         Muse development or track changes.
535         * texi/muse.texi (Releases): Use gna.org URL for downloading the
536         latest release, rather than my website.
537         (Development): Change instructions to use git instead of
538         Arch. Mention where to get a Windows binary for git.  Improve the
539         look of the listing.  Add section with instructions for Becoming a
540         Muse developer.
541         (Installation): Update instructions for Makefile.defs.default and
542         XEmacs.  Add index entries.  Add section for ELPA, since Muse
543         ought to be distributed in ELPA after the 3.10 release.  Fix typo
544         and clarify wording.
546 2007-08-06  Michael Olson  <mwolson@gnu.org>
548         * texi/muse.texi: Make sure that attributes are marked up with
549         @option{} rather than @code{} or @samp{} for consistency.
550         (Journal): Add "muse-project-alist-considerations" subheading,
551         along with a mention of :base-url.
553 2007-08-05  Michael Olson  <mwolson@gnu.org>
555         * .gitignore: Add texi/muse.html and the DVC log edit file.
557         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
558         Turn this into something that can be called like a command, due to
559         needing to deal with XEmacs, which has different argument order.
560         Thanks to Terrence Brannon for the report.
562         * lisp/muse-project.el (muse-project-of-file): Simplify by using
563         catch, throw, and dolist.  Look for exact matches before
564         considering any subdirectories.  If no exact matches are found,
565         then pick the longest match.
567         * lisp/muse.el (muse-sort-by-rating): Mention default test in
568         documentation.
570         * scripts/muse-build.el: Avoid interference from VC.el in the
571         build process.
573         * texi/Makefile (install): Call install_info.
575 2007-08-03  Michael Olson  <mwolson@gnu.org>
577         * lisp/muse-project.el (muse-project-applicable-styles): Remove
578         useless argument ignore-regexp.  Use saner logic.  This fixes a
579         bug where a file could potentially not exist but still appear in
580         the used-styles list.  Thanks to John Wiegley for the fix.
581         (muse-project-publish-file): Don't take ignore-reegxp argument.
583 2007-08-02  Michael Olson  <mwolson@gnu.org>
585         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
586         VC when publishing files in batch.  This avoids some annoying
587         messages when building QuickStart in the examples directory.
589         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
590         inserting a comment.
592 2007-07-31  Michael Olson  <mwolson@gnu.org>
594         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
595         that Muse can be recompiled without running "make clean" after an
596         update.
598         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
599         delete forward one character, since we are guaranteed to be on a
600         blank line.  Don't delete all initial whitespace of the first
601         line.  This fixes an issue where the output from the verse tag did
602         not match the output from Muse's verse syntax.
604 2007-07-29  Michael Olson  <mwolson@gnu.org>
606         * Relicense to GPLv3.
608         * Makefile.defs.default: Rename from Makefile.defs.  This allows
609         people to copy this file to Makefile.defs and make changes,
610         without having the changes be accidentally committed.  If
611         Makefile.defs does not exist, this file is read instead, in order
612         to minimize inconvenience to the casual user.
614         * Makefile, contrib/Makefile, examples/Makefile,
615         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
616         Makefile.defs.default or Makefile.defs.
618         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
619         function names.
620         (muse-l-e-m-m-insert-list-item): Add real documentation.
621         (muse-l-e-m-m-increase-list-item-indent)
622         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
623         real documentation.
624         (muse-list-edit-minor-mode): Improve documentation.
626         * texi/doclicense.texi (GNU Free Documentation License): Use
627         pristine copy from Emacs source tree.
629         * texi/muse.texi (Contributors): Move node and appendix indicators
630         here, rather than doclicense.texi.
632 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
634         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
635         command which did not work correctly
637         * lisp/muse-context.el (muse-context-markup-strings): Change rule
638         command which did not work correctly; defined verse commands
639         (muse-context-markup-specials-literal): Eliminate all unuseful entries
641 2007-07-29  Michael Olson  <mwolson@gnu.org>
643         * contrib/httpd.el (httpd-send-file): Use
644         insert-file-contents-literally instead of insert-file-contents.
646         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
647         Use insert-file-contents-literally instead of
648         insert-file-contents.
650         * experimental/muse-split.el (muse-publish-file)
651         (muse-publish-presplit-publish, muse-publish-no-split-function)
652         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
653         insert-file-contents-literally instead of insert-file-contents.
655         * lisp/muse-book.el (muse-book-publish-chapter)
656         (muse-book-get-directives): Use insert-file-contents-literally
657         instead of insert-file-contents.
659         * lisp/muse-http.el (muse-http-render-page): Use
660         insert-file-contents-literally instead of insert-file-contents.
662         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
663         nowhere when done, since they can slow things down.
665         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
666         marker to nowhere when done, since they can slow things down.
668         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
669         when done, since they can slow things down.  Use
670         insert-file-contents-literally instead of insert-file-contents.
672         * lisp/muse-publish.el (muse-publish-markup-tag)
673         (muse-publish-markup-word, muse-publish-markup-footnote)
674         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
675         done, since they can slow things down.
676         (muse-insert-file-or-string, muse-publish-file)
677         (muse-publish-include-tag, muse-published-contents): Use
678         insert-file-contents-literally instead of insert-file-contents.
679         (muse-publish-surround-dl): Remove unused variable.  Track whether
680         a term has been found, and handle that case well.
681         (muse-publish-ensure-blank-line): Use a marker, so that we don't
682         lose our place when adding a newline.  This really fixes the
683         definition list item bug.
684         (muse-publish-markup-list): Since people do seem to want
685         definition lists with no terms, allow this.
686         (muse-batch-publish-files): Set muse-current-output-style.
688         * lisp/muse.el (muse-with-temp-buffer): Mention
689         `insert-file-contents-literally'.
691 2007-07-28  Michael Olson  <mwolson@gnu.org>
693         * lisp/muse-mode.el (muse-browse-result): Set
694         muse-current-output-style.
695         (muse-mode): Don't duplicate the paragraph-start regexp
696         unnecessarily.
697         (muse-list-edit-minor-mode-map): New variable containing the
698         keymap for Muse list edit minor mode.
699         (muse-l-e-m-m-list-item-regexp): New variable that matches list
700         items for Muse list edit minor mode.
701         (muse-l-e-m-m-insert-list-item,
702         muse-l-e-m-m-i-list-item-indentation)
703         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
704         item functions that change the list item regexp before calling the
705         existing function.
706         (muse-l-e-m-m-data): New variable that keeps track of the fill
707         data that we overwrite when activating Muse list edit minor mode,
708         so that we can restore it if the minor mode is toggled off.
709         (muse-list-edit-minor-mode): New minor mode that is useful for
710         editing lists in other major modes.
711         (turn-on-muse-list-edit-minor-mode)
712         (turn-off-muse-list-edit-minor-mode): New interactive functions
713         that turn Muse list edit minor mode on and off, respectively.
714         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
715         regexps.
717         * lisp/muse-project.el (muse-project-publish-this-file): Set
718         muse-current-output-style.  This fixes a bug when publishing to a
719         style that is not first in the list of styles.  Thanks to Jean
720         Magnan de Bornier for the report.
722         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
723         function that ensures that a blank line exists in the line before
724         point.
725         (muse-publish-markup-list): Use it, rather than
726         `muse-publish-ensure-block'.  This fixes a bug with definition
727         list publishing.  Thanks to meandtheshell for reporting this.
729         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
730         project argument is nil, default to the current project instead of
731         the first project entry in muse-project-alist.  This seems much
732         more sane to me.
734         * lisp/muse.el (muse-forward-list-item): Only check the 'face
735         property if we are in Muse mode or one of its derivatives.  This
736         allows movement on nested lists to work in other modes, and fixes
737         an issue with altering list indentation in
738         muse-list-edit-minor-mode.
740 2007-07-27  Michael Olson  <mwolson@gnu.org>
742         * AUTHORS: Add new authors.
744         * README: Permit Muse to be called "Emacs-Muse".
746         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
748         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
749         involving list items that have an extra blank line in front.
751         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
752         and Emacs-Muse are the same thing.
754 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
756         * lisp/muse-context.el (muse-context-header): Put
757         starttext after the modules who must be in preamble.
758         (muse-context-markup-strings): Fixed mistake in begin-example and
759         end-example.
761         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
762         math environment in ConTeXt when centered: "$$ $$" has to be
763         "\startformula \stopformula".
765 2007-07-26  Michael Olson  <mwolson@gnu.org>
767         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
768         parentheses in URLs.
770 2007-07-24  Michael Olson  <mwolson@gnu.org>
772         * examples/QuickStart.muse (Images): Fix typo where some text
773         existed in the output but not in the example region.
774         (Source Code): Fix another typo.  Explain that publishing from
775         console or X can make a difference.
777         * lisp/muse-context.el (muse-context-pdf-program): New option that
778         determines the program to use for generating PDF files for
779         ConTeXt.
780         (muse-context-pdf-cruft): New option that specifies the extensions
781         of files to remove after generating PDF output successfully.
782         (muse-context-slides-header): Docfix.
783         (muse-context-pdf-generate): Use new options.
785         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
786         save-restriction call.  This was causing a world of hurt when
787         using <lisp> inside of <include>.
789         * texi/muse.texi (ConTeXt): New section that documents how to use
790         the ConTeXt publishing styles.
792 2007-07-23  Michael Olson  <mwolson@gnu.org>
794         * lisp/muse-context.el: New file that provides support for
795         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
796         de Bornier for his work on this.
798         * lisp/muse-docbook.el (muse-docbook-entities)
799         (muse-docbook-bibliography): Remove unneeded save-restriction use.
801         * lisp/muse-latex2png.el (muse-publish-latex-tag):
802         s/contex/context/.
804         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
805         (muse-latex-bibliography): Remove call to `widen', since it is not
806         needed anymore.  Remove unneeded save-restriction use.
807         ("slides", "slides-pdf"): Indent elements uniformly.
809 2007-07-22  Michael Olson  <mwolson@gnu.org>
811         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
812         * lisp/muse-mode.el (muse-insert-tag):
813         * lisp/muse-project.el (muse-read-project)
814         (muse-read-project-file):
815         * lisp/muse-publish.el (muse-publish-get-style): Use
816         muse-completing-read-function.
818         * lisp/muse-latex2png.el (muse-publish-latex-tag)
819         (muse-publish-math-tag): Allow the context style -- which I plan
820         to include soon -- to work with these tags.
822         * lisp/muse.el (muse-completing-read-function): New option that
823         determines which function to call when doing a completing-read.
825 2007-07-15  Michael Olson  <mwolson@gnu.org>
827         * lisp/muse-journal.el (muse-journal-html-entry-template)
828         (muse-journal-rdf-entry-template)
829         (muse-journal-rss-entry-template): Mention that this can be text
830         or a filename.
831         (muse-journal-rdf-entry-template, muse-journal-rss-header)
832         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
833         newlines to make the output look nicer.
834         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
835         Use muse-insert-file-or-string for the entry templates, rather
836         than muse-insert-markup.  This allows <lisp> and <markup> tags to
837         be acted on.  Thanks to Scott Hyde for the report.
838         (muse-journal-html-munge-buffer): Escape quote of the day using
839         entire-document specials before snarfing it.  Mark entire template
840         as read-only -- this fixes an incorrect escaping bug.  Remove
841         read-only properties before replacing template matches so that
842         they can still be escaped with entire-document specials later on.
843         (muse-journal-rss-munge-buffer): Make sure that title is escaped
844         properly.
845         (muse-journal-markup-tags): Rename from
846         muse-journal-latex-markup-tags, because we will use it for
847         journal-rss-entry as well.
848         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
849         end-quote-item.
850         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
851         html.
852         ("journal-latex", "journal-pdf", "journal-book-latex")
853         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
854         muse-journal-latex-markup-tags.
855         ("journal-rss-entry"): New style that is used by journal-rss and
856         journal-rdf to mark up individual entries.  It is needed so that
857         we can do something meaningful with the qotd tag.
858         (muse-journal-rdf-summarize-entries): Set this to nil by default,
859         because it is annoying.  Update docs to mention this.
860         (muse-journal-rss-summarize-entries): Docfix.
862         * lisp/muse-publish.el (muse-insert-file-or-string): Use
863         muse-publish-markup-header-footer-tags.  I'm not quite sure how
864         this change got reverted.
865         (muse-markup-tag-info): Make into a function.  Move common code
866         here, rather than duplicating it in two places.  Deal with case
867         where muse-publish-use-header-footer-tags is non-nil.
868         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
869         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
870         warning.
871         (muse-publish-use-header-footer-tags): New variable that indicates
872         whether we should use just the header and footer tags, rather than
873         the full set.
874         (muse-insert-file-or-string): Bind
875         muse-publish-use-header-footer-tags to t.
876         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
877         Simplify call to muse-markup-tag-info.
878         (muse-publish-mark-up-tag): Bind
879         muse-publish-use-header-footer-tags to nil.
881         * texi/muse.texi (Journal): Update for recent changes.
883 2007-07-14  Michael Olson  <mwolson@gnu.org>
885         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
886         delete the remainder of the buffer, since this causes the
887         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
888         the report and the suggested fix.
890         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
891         beginning of table-el regexp.  This fixes a bug where Muse stalls
892         when trying to publish a malformed table.  Thanks to Ye Wenbin for
893         the report and the suggested fix.
895 2007-07-12  Michael Olson  <mwolson@gnu.org>
897         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
898         default, rather than the empty string.  This really fixes the bug
899         that occurred when using Muse with muse-project-alist set to nil.
900         Thanks to Jonathan Underwood for the report.
901         (muse-wiki-update-interwiki-regexp): Set
902         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
903         defined.
904         (muse-wiki-handle-implicit-interwiki)
905         (muse-wiki-handle-explicit-interwiki): Handle case where
906         muse-wiki-interwiki-regexp is nil.
908 2007-07-10  Michael Olson  <mwolson@gnu.org>
910         * lisp/muse-mode.el (muse-grep): Abort search if the current
911         project contains no directories.
913         * lisp/muse-project.el (muse-project-file-alist): If
914         muse-project-alist is not defined, or project is nil, return nil
915         right away.  This ought to fix a bug that occurred when using Muse
916         with muse-project-alist set to nil.
917         (muse-project-of-file): Make sure muse-project-alist is not nil.
918         (muse-project-save-buffers): Make sure project is not nil.
920         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
921         case where muse-project-alist is nil.
923         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
924         for XEmacs, since color-theme.el is poorly behaved, and defines
925         its own replace-in-string.  Bad color-theme.el -- no cookie for
926         you.
928 2007-07-01  Michael Olson  <mwolson@gnu.org>
930         * Makefile (.PHONY): Update for new debian package rules.
932         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
934         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
935         Use save-restriction properly.
936         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
938         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
939         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
940         properly.
941         (muse-latex-bibliography): Re-indent.
943         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
944         higher.  This fixes an error at startup with some versions of
945         Emacs.
946         (muse-publish-cite-tag): Re-indent.
948         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
949         to the end of the link part, so as to exclude the description from
950         the match.  This fixes a bug with three-part links that have
951         descriptions.  Thanks to everyone who pointed it out.
953 2007-06-18  Michael Olson  <mwolson@gnu.org>
955         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
956         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
957         1.1 specific markup strings.
958         (muse-html-insert-anchor): Use 'anchor string, rather than
959         hard-coding it.  Thanks to Chris Corsair for the suggestion.
960         ("xhtml1.0"): New style that is an alias for the xhtml style.
961         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
963 2007-06-17  Michael Olson  <mwolson@gnu.org>
965         * examples/QuickStart.muse: Make images local so that the Info
966         version of this document works.  Add <example> for the Literal
967         paragraphs chapter, so that it is clear what is happening.
969         * Makefile: Add elpa target, which is used for building an ELPA
970         package for Muse.
972         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
973         building ELPA packages.
975         * examples/Makefile (%.html, %.pdf, %.info): Add message to
976         indicate what we are publishing.
977         (realclean distclean fullclean): Remove all TeX crud.
979         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
980         that the Info version of QuickStart can publish correctly.
982         * lisp/muse-latex.el (muse-latex-slides-header)
983         (muse-latex-lecture-notes-header): Docfix.
985         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
986         the list of things to ignore.
988         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
989         variable.
991         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
992         default to nil, since texinfmt.el is a serious nuisance.
993         (muse-texinfo-markup-strings): Add newlines to begin-example and
994         end-example.
995         (muse-texinfo-decide-specials): Also escape URL-type specials in a
996         whole slew of other contexts.
998         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
999         muse-xml.
1001         * lisp/muse-xml.el (muse-xml-footer): Docfix.
1003         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
1005 2007-06-16  Michael Olson  <mwolson@gnu.org>
1007         * etc/IDEAS.muse: Add some ideas from David D. Smith.
1009         * examples/QuickStart.muse: Overhaul.
1011         * lisp/muse-project.el (muse-project): Call the last part of a
1012         muse-project-alist entry "Output styles" rather than "styles".
1014         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
1015         where we have a pipe character at the beginning of line.
1017         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
1018         causing tables to not be sorted at all.
1020         * texi/muse.texi: Overhaul.  It would be too time-consuming to
1021         list all of the changes here.  The "Getting Started" and
1022         "Projects" chapters, in particular, were heavily revised.
1024 2007-06-15  Michael Olson  <mwolson@gnu.org>
1026         * NEWS: Update.
1028         * examples/QuickStart.muse: Mention new features.
1030         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
1031         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
1032         terminal, and C-c TAB is more important.  Most people will not
1033         want to toggle images on and off that often.
1035         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
1036         C-i as well, so that it works in the terminal.
1038         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
1039         look a bit tidier when removing the region.
1041         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
1042         list regexp part before other parts.
1043         (muse-ol-item-regexp): New regexp that specifies how to match an
1044         ordered list item.
1045         (muse-ul-item-regexp): New regexp that specifies how to match an
1046         unordered list item.
1047         (muse-table-field-regexp): New regexp that specifies how to match
1048         a definition list entry.
1050         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
1051         lack of support for @headitem in texinfmt.el.
1053         * lisp/muse.el: Wrap muse-line-beginning-position and
1054         muse-line-end-position in `eval-and-compile', since they are now
1055         used in muse.el.
1056         (muse-list-item-type): Use a simpler algorithm for detecting which
1057         kind of list item we have.  This fixes a bug where a number in a
1058         definition list term was being detected incorrectly as an ordered
1059         list item.  Fixes bug #6250.
1060         (muse-forward-list-item): Get the entire line with the list item.
1061         For some reason, Emacs 21 was not populating match 2 correctly,
1062         unlike Emacs 22, so this workaround was needed.
1064         * texi/muse.texi: (Keystroke Summary): Remove C-c
1065         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
1066         alternative keybinding to the C-c TAB stuff.  Mention
1067         muse-colors-toggle-inline-images.
1069 2007-06-14  Michael Olson  <mwolson@gnu.org>
1071         * README: Mention that RelaxNG schema is in etc/ directory.
1073         * etc/emacs-wiki-migration.txt: New document that explains how to
1074         migrate from emacs-wiki to Muse.
1076         * etc/muse.rnc: Increment version number to 1.0.  Fix several
1077         nested emphasis and nested lists edge cases.  Move here from
1078         examples/.
1080         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
1081         same thing as C-c C-S-t, since the former works better in the
1082         console.  Thanks to Leo for the suggestion.
1084         * lisp/muse-publish.el (muse-publish-markup-table)
1085         (muse-publish-markup-table-el): Include a newline in the return
1086         string, so that paragraph detection does not get confused.
1088         * lisp/muse.el (muse-with-temp-buffer): Docfix.
1090         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
1091         keybinding.
1093 2007-06-13  Michael Olson  <mwolson@gnu.org>
1095         * etc/IDEAS.muse: Mark three-part-links item as done.
1097         * experimental/muse-message.el: Remove guard for muse-define-style
1098         calls.
1100         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
1101         markup rules were being interpreted in reverse order.  This should
1102         make implicit interwiki links work properly again.
1103         (muse-link-face): Strip anchor from end of a path, so that this
1104         works with anchors in interwiki links.
1105         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1106         when an image does not exist.
1108         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1109         anchors.
1110         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1111         interwiki links work.  Thanks to Jim Ottaway for the initial
1112         implementation.
1113         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1114         links work.
1116         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1117         about match 0.
1118         (muse-handle-explicit-link): Docfix: this does not modify the
1119         match data.
1120         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1121         that has the regexp in its car.
1123 2007-06-12  Michael Olson  <mwolson@gnu.org>
1125         * README: Document new etc/ directory.
1127         * etc/IDEAS.muse: Install things from new contributors just after
1128         the 3.03 release, since I won't have time to review the code
1129         before the release.  Move to new etc/ directory.  Slides
1130         publishing has been installed.
1132         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1133         determines the header to use for publishing slides.
1134         (muse-latex-lecture-notes-header): New option that determines the
1135         header to use for publishing lecture notes.
1136         (muse-latex-slides-markup-tags): New option containing tags to use
1137         when publishing slides.
1138         (muse-latex-permit-contents-tag): Move higher in file.
1139         (muse-latex-slide-tag): New function to publish the <slide> tag.
1140         ("slides", "slides-pdf"): New publishing styles that create slides
1141         using Beamer.
1142         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1143         create lecture notes using Beamer.
1145         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1146         since otherwise Planner is not happy when `plan' is called during
1147         init.  Remove stray quote from autoload snippet.
1149 2007-06-11  Michael Olson  <mwolson@gnu.org>
1151         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1152         autoload, rather than having it exist at top-level.  Thanks to Leo
1153         for the suggestion.
1154         (muse-update-file-extension): Docfix.
1156 2007-06-10  Michael Olson  <mwolson@gnu.org>
1158         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1159         URLs were being removed during publishing.  Thanks to everyone who
1160         reported this.
1162 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1164         * lisp/muse-book.el
1165         * lisp/muse-docbook.el
1166         * lisp/muse-latex.el
1167         * lisp/muse-publish.el: added support for <cite> element which
1168         denotes in-text citations
1170         * lisp/muse-html.el
1171         * lisp/muse-groff.el
1172         * lisp/muse-texinfo.el
1173         * lisp/muse-xml.el: added support for <cite> element (stub)
1175 2007-06-06  Michael Olson  <mwolson@gnu.org>
1177         * lisp/muse-regexps.el (muse-table-line-regexp)
1178         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1179         regexps so that they work with XEmacs 21.  Thanks to Adrian
1180         Tritschler for the report.
1182         * texi/muse.texi: Update copyright years.
1183         (HTML): Document muse-xhtml-style-sheet.  Thanks
1184         to thorne for noticing.
1185         (Development): Change archive year to 2006.  Thanks to Adrian
1186         Tritschler for noticing.  So *that's* why some people had the 2005
1187         version ....
1189 2007-06-05  Michael Olson  <mwolson@gnu.org>
1191         * Makefile (install-info): Remove $(MANUAL).info part, since this
1192         is taken care of already by texi/Makefile.  Thanks to Leo for the
1193         report.
1195         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1196         read-only properties to qotd contents, so that they don't get
1197         double-escaped.  Thanks to Leo for the report.
1199 2007-06-04  Michael Olson  <mwolson@gnu.org>
1201         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1202         -- that is, Tramp or ange-ftp -- file, then do not call
1203         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1204         Fixes bug #5115.
1206         * lisp/muse-html.el (muse-html-insert-contents): Add
1207         documentation.  Handle case where heading is read-only, but has
1208         muse-contents property.  Remove the muse-contents property for any
1209         heading we come across so as to avoid double-including an item in
1210         an outer table of contents.
1211         (muse-html-denote-headings): New function that denotes whether a
1212         heading is not read-only by adding the muse-contents property to
1213         it.
1214         (muse-html-munge-buffer): If we are not to generate contents,
1215         still denote headings, in case some outer layer wants to generate
1216         contents for our headings.  This should fix a bug with table of
1217         contents and the <include> tag.  Thanks to thorne for the report.
1219         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1220         muse-publish-generate-contents and set it to nil.  This should
1221         do the right thing when using <include> tags.
1223 2007-06-02  Michael Olson  <mwolson@gnu.org>
1225         * NEWS: Update for non-inlined image change and support for
1226         table.el style tables.
1228         * examples/Makefile (clean): Clean backup files.
1230         * examples/QuickStart.muse (Images): New section that describes
1231         how to inline and not inline images.
1233         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1234         touch images that have "URL:" in front of them.
1236         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1237         "URL:".  Use the identity function to resolve, since we don't want
1238         to rip "URL:" out while publishing, due to some magic that depends
1239         on that text.
1240         (muse-browse-url-url): New function that browses URLs that have
1241         "URL:" in front of them, by removing the "URL:" part and
1242         reprocessing the remainder.
1244         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1245         (muse-publish-url): Recognize images in the description before
1246         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1247         for the suggested workaround.
1248         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1249         default value.
1250         (muse-publish-classify-url): If target begins with "URL:" return
1251         type url.
1252         (muse-publish-strip-URL): New function that strips "URL:" from the
1253         beginning of a string.  This is used to remove URL: from the link
1254         description.  * texi/muse.texi (Markup Strings): Clarify the
1255         meanings of image-link, link, and link-and-anchor.
1256         (muse-publish-markup-regexps): Move normal table rule to 2350.
1257         Rule 2300 is now a regexp that matches table.el-style tables.
1258         (muse-publish-markup-functions): Add table-el entry.
1259         (muse-publish-table-el-table): New function that given a variant,
1260         publishes a table.el-style table using the table in the matched
1261         region.
1262         (muse-publish-markup-table-el): New function that determines
1263         whether the table.el-style table can be published, and what
1264         variant to use.
1266         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1267         the borders of table.el-style tables.
1269         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1270         the table has sufficient whitespace in front of it.
1272         * texi/muse.texi (Images): Update for new non-inlined image
1273         ability and provide example.
1275 2007-05-31  Michael Olson  <mwolson@gnu.org>
1277         * NEWS: Add example for setting `muse-html-table-attributes'.
1279         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1280         Publish multiple tbody tags if there is a horizontal separator
1281         after the heading, because that is valid HTML after all.
1283 2007-05-30  Michael Olson  <mwolson@gnu.org>
1285         * NEWS: Update.
1287         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1288         horizontal separators in tables.
1290         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1291         horizontal separators in tables.
1292         (muse-publish-trim-table): New function to remove initial and
1293         final blank columns from a table.
1294         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1295         with horizontal separators, aka "hlines".
1297         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1298         defines the syntax of a horizontal separator in a table.
1300         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1301         horizontal separators.  Publish header lines correctly.
1303         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1304         where we have nonnumbers as a row type.  This ignores sorting for
1305         hlines.
1306         (muse-xml-markup-table): Deal with horizontal separators.  If the
1307         markup supports table groups, make hlines separate table groups.
1308         Otherwise, ignore them, since they cannot be marked up.  Together,
1309         these changes allow us to support orgtbl-mode tables.  Thanks to
1310         Carsten Dominik for the suggestion.
1312 2007-05-26  Michael Olson  <mwolson@gnu.org>
1314         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1315         other things to be added to each generated style as well.  For
1316         example, this permits me to add
1317         :base-url "http://blog.mwolson.org/"
1318         for my blog.
1320 2007-05-25  Michael Olson  <mwolson@gnu.org>
1322         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1323         way of building Debian packages that preserves the original
1324         release tarball and is more modular.
1325         (debrevision, debrelease): Remove.
1326         (dist): No need to remove the debian/ directory, since it is now
1327         in its own branch.
1328         (debprepare): Copy over debian/ directory properly.
1330         * NEWS: Update.
1332         * examples/Makefile (clean): Remove QuickStart.texi, in case
1333         something went wrong during the build.
1334         (%.pdf): Publish the example using the normal pdf style, rather
1335         than info-pdf.
1337         * examples/QuickStart.muse: Add myself to the authors list.
1339         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1340         sufficient blank lines before the tag.
1342         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1343         we have sufficient blank lines before the tag.
1345         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1346         specifies the program to call in order to generate PDF content
1347         from LaTeX content.
1348         (muse-latex-pdf-cruft): New option that specifies the extensions
1349         of files to remove after generating PDF output successfully.
1350         (muse-latex-pdf-generate): Use these new options.  Work around the
1351         annoying edge case where a tilde character exists in the filename
1352         or directory path -- now this can only error out when the relative
1353         path from the output file to the source file contains a tilde,
1354         which is far less likely.
1356         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1357         muse-publish-ensure-block here after all, because <lisp> et al may
1358         occur inline as part of other things.
1360         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1361         occur after full-document escaping, rather than before.  This
1362         prevents automatically-inserted Texinfo code from being escaped.
1363         (muse-texinfo-pdf-generate): Rewrite to call
1364         `muse-latex-pdf-generate' with pdftex as the generating binary,
1365         because texi2pdf suffers irredeemably from the tilde edge case
1366         mentioned above.
1368 2007-05-24  Michael Olson  <mwolson@gnu.org>
1370         * NEWS: Drop vague entries and position interesting entries closer
1371         to the top of each section.  Update for new changes.
1373         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1374         and bzr metadata directories to the list of things to ignore.
1376         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1377         `muse-publish-ensure-block-tag', since we will use it for more
1378         than just tags.
1379         (muse-publish-markup-list, muse-publish-verse-tag)
1380         (muse-publish-quote-tag, muse-publish-example-tag)
1381         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1382         can occur when these types of markup occur immediately after a
1383         paragraph.  It's good to have defined behavior!
1385         * texi/muse.texi (Markup Strings): Mention new argument for
1386         link-and-anchor.
1388 2007-05-19  Michael Olson  <mwolson@gnu.org>
1390         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1391         published footnotes and footnote references.  Thanks to Scott
1392         Jaderholm for the idea.
1394         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1395         link-and-anchor, on the recommendation of the original submitter.
1397 2007-05-14  Michael Olson  <mwolson@gnu.org>
1399         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1400         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1401         suggestion.
1403         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1404         file extension as the fourth argument.
1406         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1407         Mention the new muse-el-logs mailing list.
1409 2007-05-13  Michael Olson  <mwolson@gnu.org>
1411         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1412         "\`" here.  This fixes a problem with publishing custom URLs.
1414 2007-05-12  Michael Olson  <mwolson@gnu.org>
1416         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1417         update the list if the current buffer is associated with a file.
1418         This fixes a bug with M-x muse-publish-region in a temporary
1419         buffer.
1421 2007-05-01  Michael Olson  <mwolson@gnu.org>
1423         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1424         properties from the published buffer, so that the results can be
1425         manually tweaked.
1427 2007-04-23  Michael Olson  <mwolson@gnu.org>
1429         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1430         find the footnote that goes with a reference, leave the reference
1431         as-is.  This fixes an error where control characters could be
1432         placed in a published document.
1434 2007-04-22  Michael Olson  <mwolson@gnu.org>
1436         * IDEAS.muse: Add muse-slides.el to list of things to include
1437         before release.
1439         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1440         character.
1441         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1442         catch/throw.
1443         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1444         fixes a bug with browsing woman:// links.
1446         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1447         where entry-dir has a trailing backslash.
1448         (muse-project-publish-file): If a style is malformed, skip it and
1449         display a warning message.  This should help people figure out
1450         where the problem is.
1452 2007-04-21  Michael Olson  <mwolson@gnu.org>
1454         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1455         yet-to-be-included "contex" publishing style, use "$$" rather
1456         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1457         this out.
1459 2007-04-20  Michael Olson  <mwolson@gnu.org>
1461         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1462         variable that causes the :before and :before-end hooks to be
1463         ignored when non-nil.
1464         (muse-publish-markup-region): Use it.  Also, guarantee that point
1465         is at end of region after publishing.
1466         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1467         variable.
1469 2007-04-19  Michael Olson  <mwolson@gnu.org>
1471         * IDEAS.muse: New file containing a list of ideas we have for new
1472         features, or patches that have yet to be applied.
1474         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1475         be so confusing.
1477         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1478         docstring.
1480         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1481         <literal> tags with muse-publish-literal-tag, rather than
1482         muse-publish-mark-read-only.
1483         (muse-publish-literal-tag): New function that publishes the
1484         <literal> tag.  It adds the ability to add the optional "style"
1485         and "exact" elements, which cause text to only be included if the
1486         current publishing style matches some criteria.  The text will be
1487         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1488         (muse-publish-mark-up-tag): Let the <markup> tag take the
1489         additional optional elements "style" and "exact", with much the
1490         same effect as the <literal> improvements, but after calling
1491         "function" or publishing the region first.  Make it possible to
1492         put <content> tags in <markup> regions in HTML publishing.
1494 2007-04-12  Michael Olson  <mwolson@gnu.org>
1496         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1497         that a blank line always exists after a heading.  This fixes a bug
1498         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1499         for the report.
1501         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1502         detection regexp to that which is used in Docbook and HTML
1503         publishing styles.
1505 2007-04-02  Michael Olson  <mwolson@gnu.org>
1507         * README (muse-el-announce): Make a listing of mailing lists,
1508         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1509         to Andreas Roehler for noticing.
1511 2007-04-01  Michael Olson  <mwolson@gnu.org>
1513         * lisp/muse-publish.el (muse-publish-date-format): Add
1514 `       customization type and group.
1515         (muse-publish-region): New interactive function that publishes a
1516         region to a new buffer.
1518         * texi/muse.texi: Use "document" rather than "manual".
1520 2007-03-31  Michael Olson  <mwolson@gnu.org>
1522         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1523         expression (muse-style-derived-p "latex" (muse-style "latex"))
1524         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1525         for the catch.
1527 2007-02-25  Michael Olson  <mwolson@gnu.org>
1529         * lisp/muse-publish.el (muse-publish-date-format): New option that
1530         specifies how to format the date when publishing Muse pages.
1531         Thanks to Thomas Gehrlein for the suggestion.
1532         (muse-publish-markup-buffer): Use it.
1534 2007-02-23  Michael Olson  <mwolson@gnu.org>
1536         * README: Add Prerequisites section to mention which versions of
1537         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1538         the suggestion.  Update link destination for Muse's page on
1539         emacswiki.org.
1541 2007-02-15  Michael Olson  <mwolson@gnu.org>
1543         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1544         be not just at beginning of line.  This fixes an error with the
1545         <class> tag.  Thanks to Jim Pivarski for the report.
1547 2007-02-14  Michael Olson  <mwolson@gnu.org>
1549         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1550         whether something is an image before checking to see if it is a
1551         URL.  Thanks to ITSUMI ken-ichi for the report.
1553 2007-02-13  Michael Olson  <mwolson@gnu.org>
1555         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1556         comments that have no text better.  Thanks to fang.lungang for the
1557         report.
1558         (muse-publish-markup-comment): Deal with case where no comment
1559         text is provided.
1561 2007-01-23  Michael Olson  <mwolson@gnu.org>
1563         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1564         that ensures that at least one blank line exists at the given
1565         position.  This is used to avoid paragraph detection problems when
1566         block-level tags like <example> immediately follow a paragraph.
1567         Thanks to Hans Ekbrand for the report.
1568         (muse-publish-example-tag): Use it.
1570 2007-01-19  Michael Olson  <mwolson@gnu.org>
1572         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1573         previous blank line if we are publishing in Latex.  Otherwise,
1574         that wouldn't be the right thing, so leave it be.
1576 2007-01-17  Michael Olson  <mwolson@gnu.org>
1578         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1579         multiple centered math lines on the same line; keep them on
1580         different lines.  Use \[ math-text \] instead of $$math-text$$,
1581         since the latter seems to be deprecated.  Thanks to Jody Klymak
1582         for the pointer.
1584 2007-01-15  Michael Olson  <mwolson@gnu.org>
1586         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1587         (muse-publish-math-tag): Publish region read-only when current
1588         style is Latex-derived, so that Muse does not escape it.
1589         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1590         surround the region with "$$" rather than "$".  This is the Muse
1591         syntax for something centered, so it should be a good fit.
1593 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1595         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1596         protocol.
1597         (muse-browse-url-man): Change man page URL format.  The code is
1598         simpler when the section is left inside parentheses.
1599         (muse-browse-url-woman): New function.
1601 2007-01-14  Michael Olson  <mwolson@gnu.org>
1603         * AUTHORS: Bookkeeping.
1605         * lisp/muse-latex2png.el: Associate <math> tag with
1606         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1607         Klymak for the report.
1608         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1609         characters, so they don't get escaped.
1611         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1612         make muse-style-derived-p easier to implement.
1613         (muse-style-derived-p): If the style is not provided, fetch it and
1614         check to see if the car is a string.  This should fix the other
1615         problem that was reported.
1617         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1618         explains a case where setting muse-file-extension to nil can cause
1619         unexpected behavior.
1621 2007-01-09  Michael Olson  <mwolson@gnu.org>
1623         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1624         comments higher priority than tags.  Thanks to Stefan van der Walt
1625         for the report.
1627 2007-01-08  Michael Olson  <mwolson@gnu.org>
1629         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1630         argument rather than calling match-string.  Thanks to Stefan van
1631         der Walt for the report.  This should fix a bug with publishing
1632         <include file="..." markup="example">.
1634 2007-01-06  Michael Olson  <mwolson@gnu.org>
1636         * Makefile (debclean): New rule split from debrevision and
1637         debrelease.
1638         (debbuild): Take distributor into account.
1640         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1641         vendor/distributor we are building for.
1643 2007-01-04  Michael Olson  <mwolson@gnu.org>
1645         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1646         line.
1648         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1649         point to muse-publish-src-tag by default, since <src> and
1650         <example> have different parameters.
1651         (muse-publish-src-tag): New barebones publishing function for
1652         <src>, which is superseded when publishing in an HTML-based style.
1654 2007-01-03  Michael Olson  <mwolson@gnu.org>
1656         * lisp/muse-html.el (muse-html-src-tag): Document.
1658         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1659         command that calls a given tag on the current buffer.  Attributes
1660         may be passed.
1661         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1662         it.
1663         (muse-publish-srcify-buffer): New function that allows
1664         markup="src" in the <include> tag.
1665         (muse-publish-get-and-delete-attr): New macro that gets an
1666         attribute from a list and removes the first instance of that
1667         attribute from said list.
1668         (muse-publish-markup-attribute): Handle markup="src".
1669         (muse-publish-command-tag, muse-publish-include-tag): Use
1670         muse-publish-get-and-delete-attr.  This allows the remaining
1671         attributes to be passed.
1673         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1674         as changes to <command> and <include>.
1676 2006-12-30  Michael Olson  <mwolson@gnu.org>
1678         * NEWS: Update.
1680         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1681         from muse-publish-math-tag to avoid conflict with
1682         muse-latex2png.el.
1684 2006-12-23  Michael Olson  <mwolson@gnu.org>
1686         * lisp/muse-latex2png.el: Update header, since this has been
1687         rewritten sufficiently to not need an assignment from the original
1688         author.
1689         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1690         (muse-latex2png): Use two underscores to separate prefix and hash.
1691         (muse-latex2png-region): New function split from
1692         muse-publish-latex-tag that can be used easily by other code.
1693         Detect whether we are using an HTML-based publishing style, and
1694         insert a simpler markup if we are not.  If we are using a
1695         Latex-based publishing style, do not generate an image, and leave
1696         the region alone.  Return the path of the generated image, in case
1697         other functions want to use this programmatically.
1698         (muse-publish-latex-tag): Set a default prefix based on the name
1699         of the current file.
1700         (muse-publish-math-tag): New tag that surrounds the region with
1701         "$" characters, so that it becomes a Latex math region, and then
1702         publishes it.
1704         * lisp/muse-publish.el (muse-style-derived-p): New function that
1705         returns non-nil if a given style, or the current style if omitted,
1706         is equal to or derived from the given base style.  This is useful
1707         in <lisp> tags, because it allows the user to specify markup that
1708         is only to be inserted for one particular style.
1710 2006-12-22  Michael Olson  <mwolson@gnu.org>
1712         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1713         (muse-html-src-tag): New function which publishes the <src> tag.
1714         Thanks to Clinton Ebadi and Charles Wang for the initial
1715         implementations.
1717         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1719 2006-12-21  Michael Olson  <mwolson@gnu.org>
1721         * examples/johnw/muse-johnw.el: Update for preferred
1722         muse-derive-style usage.  Rename to muse-init.el.
1724         * examples/mwolson/muse-init.el: Update.
1726         * lisp/muse-book.el (muse-book-publish): New function split from
1727         muse-book-publish-project.  This is used in the definitions for
1728         the book-latex and book-pdf styles.
1729         (muse-book-publish-p): New function split from muse-book-publish.
1730         (muse-book-get-directives): New function that retrieves the
1731         publishing directives from the given file.
1732         (muse-book-publish): Use muse-book-get-directives to set the title
1733         if no title was specified.
1735         * lisp/muse-project.el (muse-project): Add :publish-project entry
1736         to widget.
1737         (muse-read-project, muse-project-find-file): Message fix.
1738         (muse-project-publish-file-default): New function split from
1739         muse-project-publish-file.
1740         (muse-project-publish-file): Allow file-level publishing function
1741         to be specified by the :publish element.  The default is
1742         muse-project-publish-file-default.
1743         (muse-project-publish-default): New function split from
1744         muse-project-publish.
1745         (muse-project-publish): Allow project-level publishing function to
1746         be specified by :publish-project element.  The default is
1747         muse-project-publish-default.
1749         * lisp/muse-publish.el (muse-publish-file): Message fix.
1751         * texi/muse.texi (Book): Mention new way to publish books and
1752         provide an example, since the process may be non-obvious.
1754 2006-12-20  Michael Olson  <mwolson@gnu.org>
1756         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1757         content-modifying code from the rest of
1758         muse-docbook-finalize-buffer.
1760         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1761         muse-groff-finalize-buffer, since it adds content to the buffer.
1763         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1764         content-modifying code from the rest of muse-html-finalize-buffer.
1765         This fixes a bug when using <include> with <content> tags.
1767         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1768         (muse-journal-latex-munge-buffer)
1769         (muse-journal-rss-munge-buffer): Rename, since they add content to
1770         the buffer.
1772         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1773         muse-latex-finalize-buffer, since it adds content to the buffer.
1775         * lisp/muse-mode.el:
1776         * lisp/muse-project.el:
1777         * lisp/muse-publish.el:
1778         * lisp/muse.el: Fix recursive load error.
1780         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1781         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1783         * lisp/muse-wiki.el: Comment cleanup.
1785         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1787 2006-12-17  Michael Olson  <mwolson@gnu.org>
1789         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1790         Remove the definition of \comment, since Latex already has comment
1791         syntax.
1792         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1793         than our own.  Thanks to Ryan Stutsman for pointing this out.
1795 2006-12-02  Michael Olson  <mwolson@gnu.org>
1797         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1798         that this can generate a proper table of contents for Planner HTML
1799         publishing.
1801 2006-12-01  Michael Olson  <mwolson@gnu.org>
1803         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1804         using a very old Emacs, avoid an infinite loop that could occur
1805         when the regexp is an empty string.
1807 2006-11-26  Michael Olson  <mwolson@gnu.org>
1809         * NEWS: Bring up to date.
1811         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1812         list issues and multiple-stanza verse issues.  This takes care of
1813         all of the markup issues I was worried about.
1815         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1816         (muse-project-publish-private-files): New option that indicates
1817         whether files with private filesystem permissions should be
1818         published.  The default is to publish them, since it avoids
1819         confusion in new users.
1820         (muse-project-private-p): Use it.
1822 2006-11-19  Michael Olson  <mwolson@gnu.org>
1824         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1825         style is found, which means that the link is not a Muse page, do
1826         not add a suffix or prefix to it.  This should fix the
1827         "[[thing.owl]]" bug that Phillip Lord reported.
1829         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1830         removing unused 2nd argument.
1832 2006-11-17  Michael Olson  <mwolson@gnu.org>
1834         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1835         latex publishing where nested enumerated lists would be squashed
1836         together at the end.
1838 2006-11-16  Michael Olson  <mwolson@gnu.org>
1840         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1841         list embedded in a definition list look right.  This also allows
1842         for definitions to be separated from their terms, much like the
1843         way HTML does it by default, if the user puts a blank line or a
1844         line break between the term and the definition.  If the term and
1845         definition are on the same line, they will be that way in the
1846         output as well.
1848 2006-11-11  Michael Olson  <mwolson@gnu.org>
1850         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1851         for the report.
1852         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1854 2006-11-07  Michael Olson  <mwolson@gnu.org>
1856         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1857         release candidate for Muse 3.03, available.
1859         * NEWS: Update.
1861 2006-11-06  Michael Olson  <mwolson@gnu.org>
1863         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1864         following a relative link worked even when the path was incorrect.
1866 2006-11-04  John Sullivan  <john@wjsullivan.net>
1868         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1869         muse-follow-name-at-point to reduce collisions with other
1870         modes (Planner).
1872         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1874 2006-11-04  Michael Olson  <mwolson@gnu.org>
1876         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1877         optional, and make interwiki delimiter a regular rather than shy
1878         group.
1879         (muse-wiki-handle-implicit-interwiki): Rename from
1880         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1881         (muse-wiki-handle-explicit-interwiki): New function that is
1882         smarter about where an explicit link ends in a buffer.  This
1883         allows you to refer to page names with invalid Wiki characters,
1884         such as underscores and dashes, merely by enclosing them in double
1885         brackets.  Also, a bug with recognizing project names too loosely
1886         has been fixed.
1888 2006-11-03  Michael Olson  <mwolson@gnu.org>
1890         * lisp/muse-project.el (muse-project-page-file): Make relative
1891         links work as expected, hopefully.
1893         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1894         output style manually, since it will differ from anything in the
1895         publishing style list.
1897 2006-10-30  Michael Olson  <mwolson@gnu.org>
1899         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1900         grouping elements, since that no longer applies.
1901         (muse-colors-custom-tags): Explicitly match against
1902         muse-tag-regexp to get the match-data set the way we want.  This
1903         really fixes the <example> highlighting bug that Stefan reported.
1904         (muse-configure-highlighting): Set the original value to the
1905         symbol, not the modified value.  Re-use modified rules properly.
1907         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1908         introduced yesterday.
1910 2006-10-29  Michael Olson  <mwolson@gnu.org>
1912         * examples/mwolson: Update my example configuration.
1914         * NEWS: Update.
1916         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1917         without a regexp in the first position before iterating through
1918         them to build muse-colors-vector.  This fixes a bug with the
1919         display of <example> tags.  Thanks to Stefan Reichör for the
1920         report.
1922         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1923         files in projects to be linked to.
1925         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1926         to serve as a description for a URL, as long as it differs from
1927         the destination URL.  This fixes the description of WikPage links
1928         in PDF output.
1929         (muse-publish-link-file): Check to see whether the given link
1930         points at a valid file.  If so, return it.  Otherwise, apply other
1931         transforms like prefix and link suffix.
1933         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1934         "/", it is a file or directory, not a Muse page.  Thanks to
1935         Phillip Lord for the suggestion.
1937         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1938         of the current page as the local path, instead of duplicating the
1939         remote file's path.  This probably fixes at least one reported
1940         bug. since it's quite major.
1941         (muse-wiki-update-project-file-regexp)
1942         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1943         passed to regexp-opt, since that can cause Emacs 21 to throw an
1944         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1945         DOT edu for the report.
1946         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1948 2006-10-28  Michael Olson  <mwolson@gnu.org>
1950         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1951         (muse-project-resolve-link): If the given style does not have a
1952         link-suffix, default to suffix.  This fixes a bug I was noticing
1953         when linking to a file that was published in both PDF and HTML
1954         form.
1956         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1957         function that is used as a callback to determine the initial
1958         amount of indentation that the current dl item has.
1959         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1960         and the post-indent value, instead of trying to determine them
1961         both.
1962         (muse-publish-strip-list-indentation): New function stripped from
1963         `muse-publish-surround-text' for readability.
1964         (muse-publish-surround-text): Instead of taking a determine-indent
1965         value, take a determine-indent-func function, which is called just
1966         after finding the next list item.  If we are asked to determine
1967         the amount of indentation, concatenate indent and post-indent the
1968         first time around.  This effectively fixes all known definition
1969         list issues.
1971 2006-10-16  Michael Olson  <mwolson@gnu.org>
1973         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1974         other software -- namely, Planner -- can detect whether they are
1975         using a version of Muse that supports nested tags.
1976         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1977         muse-publish-goto-tag-end.
1979         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1980         Adapt for nested tags.
1982         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1983         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1984         this.
1986         * lisp/muse-publish.el (muse-publish-markup-tag)
1987         (muse-publish-quote-tag): Use muse-goto-tag-end.
1989         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1991 2006-10-15  Michael Olson  <mwolson@gnu.org>
1993         * AUTHORS: Bookkeeping.
1995         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1996         tag.
1998         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1999         tags.
2001         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
2003         * lisp/muse-import-docbook.el (muse-import-docbook)
2004         (muse-import-docbook-files): Docfix.
2005         (muse-import-docbook-get-title): Remove cl.el-ism.
2007         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
2009         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
2011         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
2013         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
2014         (muse-next-reference, muse-previous-reference): Minor whitespace
2015         changes.
2016         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
2017         the suggestion.
2019         * lisp/muse-poem.el (muse-poem-tag): Ditto.
2021         * lisp/muse-publish.el (muse-publish-markup-tags)
2022         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
2023         element and make 4th element determine whether tags are nestable.
2024         (muse-publish-goto-tag-end): New function that moves to the end of
2025         a tag.  Handle nested tags when NESTED is non-nil.
2026         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
2027         5th element for function.
2028         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
2029         this on several scenarios, and it seems to work.
2030         (muse-publish-surround-text): Accept new optional argument
2031         LIST-ITEM which determines the regexp to use for list items.  The
2032         default is to use muse-list-item-regexp.
2034         * muse.texi (Markup Tags): Mention nestable tags.
2036         * NEWS: Mention new files.
2038 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
2040         * lisp/muse-import-docbook.el: New file that converts Docbook XML
2041         into Muse format.
2043         * lisp/muse-import-xml.el: New file that provides helper routines
2044         for converting XML-ish files to Muse format.
2046 2006-10-10  Michael Olson  <mwolson@gnu.org>
2048         * NEWS: Update for 3.02.7 bugfix release.
2050 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
2052         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
2053         using the value in the muse #date directive.
2054         (muse-blosxom-use-metadate): New option that determines whether or
2055         not to use the #postdate directive.
2056         (muse-blosxom-format-date): Convert a date string to PyBlosxom
2057         metadate plugin format.
2059 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
2061         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
2062         recognised URLs.
2064         * muse.texi: Clarify handling of implicit links by mentioning
2065         which characters can prevent Muse from recognizing something as an
2066         implicit link.
2068 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
2070         * lisp/muse-mode.el (muse-next-reference)
2071         (muse-previous-reference): Fix bug #6367 by moving point to the
2072         beginning of the link.
2074 2006-09-26  Michael Olson  <mwolson@gnu.org>
2076         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
2077         beginning-of-line.  This should fix a bug that was noticed in
2078         recent Emacs 22 builds.
2080         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
2081         eval-and-compile block to avoid a compiler warning.
2083 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
2085         * lisp/muse-backlink.el (muse-backlink-split-string):
2086         Compatibility with Emacs versions < 22
2087         (muse-backlink-pending): New internal variable
2088         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
2089         that backlinks are inserted at the right time.
2090         (muse-backlink-insert-hook-func): Remove unwind-protection; check
2091         for pending backlink, and that this is the targe page.
2092         (muse-backlink-handle-link): Don’t handle the link if we are
2093         already handling one. Return the link as well as the parent links.
2095 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
2097         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
2098         #6942 - muse-blosxom-new-entry fails when using tags.
2100 2006-09-14  Michael Olson  <mwolson@gnu.org>
2102         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
2103         compiler warning.
2105 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2107         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2108         function: Protect all wikiwords from START to END from further
2109         processing.
2110         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2112 2006-09-13  Michael Olson  <mwolson@gnu.org>
2114         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2115         adopted from Jim Ottaway's patch.  It removes links from the
2116         heading, and then marks the region read-only to inhibit WikiWord
2117         detection.
2119 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2121         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2122         special handling for headings.
2123         (muse-texinfo-remove-links): New function that removes explicit
2124         links from the given strings, replacing them with a description.
2126 2006-09-11  Michael Olson  <mwolson@gnu.org>
2128         * muse.texi (Getting Help and Reporting Bugs): Mention the
2129         muse-el-internationalization mailing list.
2131         * lisp/muse.el (muse-path-sans-extension): New function that acts
2132         like file-name-sans-extension, but guarantees to never modify the
2133         directory part of the path.  Thanks to Evan Monroig for
2134         investigating this.
2136         * lisp/muse-book.el (muse-book-publish-project): Use
2137         muse-path-sans-extension instead of file-name-sans-extension.
2139         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2140         Ditto.
2142 2006-08-30  Michael Olson  <mwolson@gnu.org>
2144         * muse.texi (Blosxom Requirements): Fix typo.
2146         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2147         directories for bzr and darcs.
2149         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2150         contrib/pyblosxom/getstamps.py: Update version and headers.
2152 2006-08-27  Michael Olson  <mwolson@gnu.org>
2154         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2155         nil values before they get to mapconcat.  This fixes a lockup when
2156         muse-wiki-match-all-project-files is nil.
2158         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2159         (muse-wiki-ignore-implicit-links-to-current-page)
2160         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2161         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2162         (muse-wiki-publish-small-title-words)
2163         (muse-wiki-publish-pretty-title): Docfix.
2164         (muse-wiki-update-local-wikiword-regexp): Rename from
2165         muse-wiki-update-local-wikiword-regexp.  Set
2166         muse-wiki-project-file-regexp instead of
2167         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2168         take muse-wiki-use-wikiword into account, since this is a
2169         different concept now.
2170         (muse-wiki-update-wikiword-regexp): Remove.
2171         (muse-wiki-wikiword-regexp): In-line the :set function.
2172         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2174 2006-08-26  Michael Olson  <mwolson@gnu.org>
2176         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2177         for indented list items, ignore blank lines.
2179         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2180         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2181         mapconcat.  This should hopefully fix a problem with large amounts
2182         of files with spaces in their name.  Thanks to Greg Detre for the
2183         report.
2185 2006-08-24  Michael Olson  <mwolson@gnu.org>
2187         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2188         numbers from the argument to format-time-string.  This fixes an
2189         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2191 2006-08-18  Michael Olson  <mwolson@gnu.org>
2193         * lisp/muse-project.el (muse-project-file-entries): Since we are
2194         given a full path, match against the filename as well.  This fixes
2195         an issue where backup files were being added to the file alist.
2197         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2198         from muse-html.el.
2200 2006-08-12  Michael Olson  <mwolson@gnu.org>
2202         * Makefile (.PHONY): Don't use line continuations.
2203         (realclean fullclean): Call realclean in subdirs, not distclean.
2204         (distclean): Don't call realclean, since this would wipe out our
2205         autoloads file.
2206         (dist): Use correct path to autoloads file.
2208         * NEWS: Catch up with the latest changes.
2210         * experimental/Makefile (.PHONY): Wrap long line.
2212         * lisp/Makefile (distclean): Do the same thing as "clean", not
2213         "realclean".
2215         * lisp/muse-project.el (muse-project-get-applicable-style):
2216         Indentation tweak.
2217         (muse-project-ignore-regexp, muse-project-recurse-directory):
2218         Docfix.
2219         (muse-project-of-file): Try the ignored files regexp against the
2220         base filename as well as the entire path.
2222         * lisp/muse-publish.el (muse-publish-this-file): Display message
2223         if the buffer is not associated with any file, so that we avoid
2224         errors later on.
2225         (muse-publish-url-desc): New function taken from muse-publish-url
2226         that causes a URL description to be transformed.
2227         (muse-publish-url): Call muse-publish-url-desc on either the
2228         description or the original URL if it will be used as a
2229         description.  Accept the original URL as an argument, in case it
2230         was transformed earlier.
2231         (muse-publish-insert-url): Pass original URL as an argument.
2232         (muse-publish-markup-link): Make this somewhat easier to follow.
2233         Pass original URL as argument.
2234         (muse-publish-get-style): If the same style is used to publish to
2235         two different directories, prompt the user for which directory to
2236         use.
2237         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2238         latest changes.
2239         (muse-publish-markup-url): Pass original URL as an argument.  This
2240         fixes the "nil" description for bare URLs that was in 3.02.91.
2241         Nothing like finding a bug just after completing the announcement
2242         of a release.
2244         * lisp/muse.el: Use defalias whenever convenient.
2245         (muse-version): Set version to 3.02.92 (3.03 RC2).
2247 2006-08-10  Michael Olson  <mwolson@gnu.org>
2249         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2250         style does not derive from any other class, return `t' here.
2251         This, along with the corresponding change to muse-publish.el,
2252         fixes a problem with the table of contents getting inserted
2253         multiple times for custom html-based styles.
2254         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2255         smarter method for table centering that works with XHTML.
2257         * lisp/muse-latex2png.el Rename all functions to have a
2258         "muse-latex2png" prefix.  Turn all variables into customizable
2259         options in the muse-latex2png group.
2260         (muse-latex2png-img-dest): New option specifying where to place
2261         the images.
2262         (muse-latex2png-template): New option containing the template to
2263         use for the surrounding LaTeX code.
2264         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2265         compliance.
2266         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2267         messages when something else goes wrong.  Create the image
2268         subdirectory if it doesn't exist already -- thanks to Christian
2269         Straßer for the report.  Expand the filename properly.
2270         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2271         and filename expansion.
2272         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2273         the default directory properly.
2275         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2276         do not run the same function twice.
2278 2006-08-08  Michael Olson  <mwolson@gnu.org>
2280         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2281         introduced wrong-type-argument error.
2283         * lisp/muse-html.el (muse-html-markup-strings)
2284         (muse-xhtml-markup-string): Cause table definition that contains
2285         image to be center-aligned.  This should fix an issue with images
2286         not being centered when captions are very long.
2288         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2289         whitespace from fields once we have split them up.
2291         * lisp/muse.el (muse-trim-whitespace): New function that strips
2292         leading and trailing whitespace from a string.
2294 2006-08-07  Michael Olson  <mwolson@gnu.org>
2296         * NEWS: Update through patch-95.
2298         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2299         to match the tags.
2300         (muse-colors-explicit-link): Show images in link descriptions if
2301         inlined images are enabled.
2303         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2304         definitions for 'image-with-desc, 'image, and 'image-link.
2305         (muse-docbook-markup-paragraph): If an inlined image begins a
2306         paragraph, insert <para> before it.
2307         (muse-docbook-fixup-images): New function that upper-cases the
2308         "format" attribute of the <imagedata> tag.
2309         (muse-docbook-finalize-buffer): Call it.
2311         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2312         with descriptions as centered tables, with a centered caption
2313         underneath.  The resulting look is consistent with the way that
2314         they are published in the LaTeX style.  Thanks to Jody Klymak for
2315         the suggestion.
2316         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2317         valid way to center a table.
2318         (muse-html-markup-paragraph): Use class="image" instead of
2319         "image-link" for paragraphs that start with an embedded image.
2321         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2322         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2323         suggestion.
2324         (muse-latex-markup-specials-image): New option that enables
2325         escaping of specials in images.  This was split from the URL
2326         specials.
2327         (muse-latex-decide-specials): Handle 'image context.
2328         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2329         of relying on caller to do this for us.
2331         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2332         'image context.
2333         (muse-publish-url): Use 'image context for images.  Use 'image
2334         instead of 'image-link and 'image-link in place of
2335         'url-with-image.  Separate the image file from its extension so
2336         that docbook and texinfo can publish images correctly.
2337         (muse-publish-markup-link): Don't force a description if one is
2338         not given.  This fixes a bug where images without descriptions
2339         were being published as 'image-with-desc instead of 'image.
2341         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2342         images the same as URLs.
2343         (muse-texinfo-markup-strings): Improve image markup to achieve an
2344         effect similar to that of the LaTeX publishing style.  Simplify
2345         'url string.
2347         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2349         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2350         when we have to use the custom version of this function.
2352         * muse.texi (Images): Explain how to toggle inlining of images and
2353         give better examples.  Mention captions and that captioned images
2354         should not be used inside of text paragraphs.
2355         (Markup Strings): Bring up-to-date with the changes made since
2356         3.02.
2358 2006-08-06  Michael Olson  <mwolson@gnu.org>
2360         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2361         in the Emacs source tree.
2363         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2364         in the Emacs source tree.
2366         * ChangeLog.3: New file created from the old ChangeLog.
2368         * Makefile.defs (VERSION): Set to 3.02.91.
2370         * NEWS: Update through patch-84.
2372         * lisp/muse.el (muse-version): Set to 3.02.91.
2374         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2375         attributes.
2376         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2377         delimiter are instead of hard-coding it.
2379         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2380         (muse-mode): Make filling definition lists work better.  This
2381         should fix #5359.
2383         * lisp/muse-publish.el (muse-style-run-hooks): Use
2384         `muse-style-element' instead of `muse-get-keyword' here.  This
2385         should fix #6399.
2387         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2389 See ChangeLog.3 for earlier changes.
2391 ;; Local Variables:
2392 ;; coding: utf-8
2393 ;; End: