latex2png: Detect whether centered <math> tag is at end of line
[muse-el.git] / ChangeLog
blob8458cc790d4af02be182080dd5f6ec5e61cb9ac2
1 2007-09-22  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
4         the tag ends at the end of a line.  If not, do not use "$$" to
5         publish it.  Thanks to Darlan Cavalcante Moreira for the
6         suggestion.
8 2007-09-19  Michael Olson  <mwolson@gnu.org>
10         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
11         code, since it is not needed in any version of Emacs we support,
12         and it also has a couple of bugs that I don't want to waste time
13         fixing.
15 2007-09-18  Michael Olson  <mwolson@gnu.org>
17         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
18         paragraphs next to headings.  Thanks to Gregory Collins for the
19         initial patch, which I modified.
21 2007-09-17  Michael Olson  <mwolson@gnu.org>
23         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
24         message about how images are now displayed.
26 2007-09-10  Michael Olson  <mwolson@gnu.org>
28         * Makefile (elpa): Use texi/dir-template rather than echoing lines
29         to the ELPA dir file for Muse.
31         * texi/dir-template: New file containing template to use when
32         making ELPA dir files.  This fixes a corrupt dir file bug for the
33         Muse ELPA package.  Thanks to Tom Tromey for the report.
35 2007-09-06  Michael Olson  <mwolson@gnu.org>
37         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
38         class tags were not working.  We move to just after the beginning
39         of the first class tag, so that we can detect any remaining class
40         tags.  Thanks to Florian Beck for the report.  Fix error that
41         occurred when class tag has no name element.  Thanks to Peter
42         Baranyi for the report.  The correct behavior in this case is to
43         not publish the tag at all.
45         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
46         arguments were not being detected properly.
48 2007-09-05  Michael Olson  <mwolson@gnu.org>
50         * lisp/muse-context.el (muse-context-decide-specials): Add
51         footnote.
53         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
55         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
56         'footnote in docstring.
57         (muse-publish-markup-footnote): Minor docstring fix.  Escape
58         footnote text properly.  Thanks to Jean Magnan de Bornier for
59         noticing.
60         (muse-publish-url): When checking to see if this is just a plain
61         URL without a description, compare the strings as they were before
62         doing escaping.  This fixes a bug where plain URLs could sometimes
63         be published as if they were URLs with descriptions.
65         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
66         footnote.
68 2007-08-29  Michael Olson  <mwolson@gnu.org>
70         * lisp/muse.el (muse-update-values): Reset the value of
71         muse-current-project in all Muse buffers.  This updates the rules
72         in case you want to publish a file after changing its associated
73         muse-project-alist entry.
75 2007-08-27  Michael Olson  <mwolson@gnu.org>
77         * lisp/muse.el (muse-update-values): New function that the user
78         can call after changing muse-project-alist, in order to update
79         various autogenerated values.
81         * texi/muse.texi (Keystroke Summary): Document it.
83 2007-08-25  Michael Olson  <mwolson@gnu.org>
85         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
86         to Karl Berry for reporting this.
88         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
89         browsing anchors that come after a link to them.
91         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
92         Karl Berry for reporting this.
94 2007-08-24  Michael Olson  <mwolson@gnu.org>
96         * Release Emacs Muse 3.11.
98         * AUTHORS: Add new authors for contrib files.
100         * NEWS: Add entries for Muse 3.11.
102         * README: Mention that contents of contrib/blosxom and
103         contrib/pyblosxom have different licenses than the rest of Muse.
105         * contrib/blosxom/getstamps.pl: New file that implements fetching
106         timestamps from published Muse files and placing them in a single
107         timestamps file.  That file can then be used by blosxom's metadate
108         plugin.  Thanks to Michael Welle for providing this file, as well
109         as instructions on how to use Muse with Blosxom.
111         * contrib/blosxom/metadate_0_0_3: New file implementing the
112         metadate plugin for blosxom.
114         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
115         to assume that the original author wanted this to be distributed
116         with Pyblosxom, and hence use the MIT license like the rest of
117         Pyblosxom.
119         * contrib/pyblosxom/hardcodedates.py: Add license text.
121         * contrib/pyblosxom/make-blog: Change license text to be "This
122         file may be used, distributed, and modified without restriction."
124         * contrib/pyblosxom/metadate.py: New file that implements the
125         PyBlosxom metadate plugin.  Since this can no longer be found at
126         the original author's website, I have included it with Muse.
128         * lisp/muse-blosxom.el: Update location of metadate plugin in
129         header.
131         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
132         docstring.
134         * texi/muse.texi (Blosxom Requirements): Organize information by
135         subheading and subsubheading, and document how to use the metadate
136         plugin.  Briefly document using Blosxom to serve Muse entries.
138 2007-08-23  Michael Olson  <mwolson@gnu.org>
140         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
141         title just before extracting it.
143         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
144         that removes footnotes from headers, since they are invalid in
145         LaTeX.
146         (muse-latex-munge-buffer): Call it.
148         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
149         specials here.  This fixes a bug involving links in headings.
151         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
152         some edge cases.
153         (muse-update-file-extension-after-init): Temporarily bind
154         muse-file-extension to "muse", so that muse-update-file-extension
155         knows what the old value was.  This should fix a bug reported by
156         Jean Magnan de Bornier.
158 2007-08-21  Michael Olson  <mwolson@gnu.org>
160         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
161         url, link, and link-and-anchor look better in texi2html output.
162         Thanks to thorne for the report.
164 2007-08-20  Michael Olson  <mwolson@gnu.org>
166         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
167         escape characters rather than discard them.  Use muse-regexp-alnum
168         rather than listing out the characters and numbers.  Thanks to
169         Shunsuke OKANO for the report.
170         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
171         used when generating a summary.
173 2007-08-19  Michael Olson  <mwolson@gnu.org>
175         * examples/mwolson: Update my example settings.
177         * lisp/muse-colors.el (muse-colors-region): Bind
178         muse-colors-region-end to the end of the last line.  This avoids a
179         bug where lines that had emphasis would suddenly become
180         unhighlighted when moving around the buffer.
182         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
183         involving paragraphs after literallayout markup, which is used in
184         <verse> tags.  Thanks to Shunsuke OKANO for the report.
186         * lisp/muse-html.el (muse-html-src-tag): Use
187         muse-delete-and-extract-region.
189         * lisp/muse-import-xml.el: Add require statement.
190         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
192         * lisp/muse-protocols.el (muse-browse-url-man): Add require
193         statement.
194         (muse-browse-url-woman): Add require statement.
196         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
197         bug in definition list publishing.  We were skipping past the
198         initial indented line, and that was causing an erroneous
199         blockquote to be inserted.  This alone merits a new release.
201         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
202         XEmacs' return value for shell-command.
204         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
205         function to deal with XEmacs' lack of the
206         delete-and-extract-region function.
208 2007-08-18  Michael Olson  <mwolson@gnu.org>
210         * AUTHORS: Update.
212         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
213         copy-tree to copy-alist, since Emacs21 does not have the former,
214         and the latter does what we want.
216         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
217         have derived-mode-p in subr.el like Emacs22 does.
219 2007-08-17  Michael Olson  <mwolson@gnu.org>
221         * etc/muse.rnc: Add the <cite> tag.
223         * lisp/muse-context.el (muse-context-slides-header): Clarify what
224         "mystyle" is.
226         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
227         <cite type="something">.  We'll leave it to the post processing
228         tools to interpret that.
230         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
231         directives.
232         (Citations): New section that explains further how to use the
233         <cite> tag.  The text was taken from Marcus Hoenicka's
234         documentation at http://refdb.sourceforge.net/muse.html and
235         modified.
236         (Tag Summary): Link to the Citations section in the entry for
237         <cite>.
238         (ConTeXt): Update the documentation for
239         muse-context-slides-header.
241 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
243         * lisp/muse-context.el (muse-context-slides-header): Use #module
244         directive, if it is provided.
245         (muse-context-slides-header): Mention how to use #module.
247 2007-08-16  Michael Olson  <mwolson@gnu.org>
249         * Release Emacs Muse 3.10.
251         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
252         (upload): Don't depend on release rule.
254         * NEWS: Document remaining changes.
256 2007-08-15  Michael Olson  <mwolson@gnu.org>
258         * NEWS: Document items through 2007-08-12.
260         * lisp/muse-colors.el: Split the muse-directive-or-comment
261         property into two separate properties that are muse-directive and
262         muse-comment.
263         (muse-colors-region-end): Make buffer-local.
264         (muse-colors-delayed-commands): New variable that contains a list
265         of commands to run immediately after highlighting.  This is meant
266         to allow highlighting functions to delay code until later.
267         (muse-colors-region): Apply commands in
268         muse-colors-delayed-commands.
269         (muse-colors-inhibit-tags-in-directives): New variable that
270         determines whether tags are allowed in directives.
271         (muse-colors-custom-tags): Take
272         muse-colors-inhibit-tags-in-directives into account.
273         (muse-unhighlight-region): Remove muse-directive and muse-comment
274         properties.
275         (muse-colors-title): Modify muse-colors-delayed-commands.
276         (muse-colors-title-lisp): New command that gets called after
277         highlighting other things.  This interprets <lisp> tags, and is
278         passed arguments specifying the beginning and end of the region.
279         Thanks to Junichi Uekawa for the report.  The reason we want to do
280         things this way is because this is the behavior we get already
281         when publishing the page.
283         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
284         property rather than muse-directive-or-comment.
286 2007-08-14  Michael Olson  <mwolson@gnu.org>
288         * lisp/muse-colors.el: Document all functions and variables.
289         (muse-colors-emphasized, muse-colors-underlined)
290         (muse-colors-verbatim, muse-colors-custom-tags)
291         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
292         on comments or the #title directive.
293         (muse-colors-markup): Add comment rule.
294         (muse-colors-implicit-link): Only remove flyspell overlay after we
295         decide whether this is an implicit link, rather than before.
296         (muse-colors-title): Add the muse-directive-or-comment property.
297         (muse-colors-comment): New function that colorizes comments using
298         font-lock-comment-face.
299         (muse-colors-region-end): New variable indicating the end of the
300         region that is currently being font-locked.  This removes the need
301         for an ugly "defvar end" hack.
302         (muse-colors-emphasized, muse-colors-underlined)
303         (muse-colors-verbatim): Use it.
304         (muse-colors-region): Let-bind it.
306         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
307         docstring.
309         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
310         specials in heading now, rather than waiting on the whole-document
311         pass later on.  This lets <contents> generation work without
312         validation errors.  Thanks to Reid van Melle for the report.
314         * texi/muse.texi (Tag Summary): Document <cite> tag.
315         (Miscellaneous): New chapter containing "Muse List Edit Minor
316         Mode" section.
317         (Muse List Edit Minor Mode): New section that documents
318         muse-list-edit-minor-mode.
319         (Development): Mention the MuseDevlopment page on emacswiki.org.
321         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
322         font-locking and the end or beginning of a tag is in a comment or
323         directive.
325 2007-08-12  Michael Olson  <mwolson@gnu.org>
327         * lisp/muse-html.el (muse-html-strip-links): New function that
328         strips HTML links from a string.
329         (muse-html-insert-contents): Use it, instead of
330         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
331         involving the use of <sup> in section titles.
333         * lisp/muse-project.el (muse-project-resolve-directory): New
334         function that figures out the directory part of the path that
335         provides a link to a page.
336         (muse-project-resolve-link): Expand docstring.  Use the new
337         function.  Don't call muse-publish-link-file, because that does
338         the wrong thing when we have muse-file-extension set to nil.
339         Thanks to Sebastian Obermanns for the report.
340         (muse-project-publish-this-file): Let-bind muse-current-project.
341         Also, if the file is not associated with a project, fall back to
342         muse-publish-this-file.
343         (muse-project-set-variables): Add this to
344         muse-before-publish-hook, so that it gets called.  This fixes a
345         bug where project-specific variables were being used in Muse mode,
346         but ignored when publishing.
348         * lisp/muse-publish.el (muse-publish-link-name)
349         (muse-publish-link-file, muse-publish-link-page): Add docstrings
350         so that I can remember what each of these things do.
351         (muse-publish-strip-tags): Remove, since it is no longer used.
352         (muse-publish-cite-tag): Don't let-bind
353         muse-publishing-directives, because there is no need to do so.
354         Fix code indentation.
355         (muse-publish-markup-attribute): Avoid multiple evaluation of
356         attrs argument, in case it is list value instead of a symbol.  Use
357         sexp instead of form in the edebug-form-spec.
358         (muse-publish-include-tag): Make a full copy of
359         muse-publishing-directives, since it can be modified with setcdr.
360         This fixes a bug where #title and some other directives were
361         leaking out of an included region.
362         (muse-publish-mark-up-tag): Don't let-bind
363         muse-publishing-directives, because there is no need to do so.
365         * lisp/muse.el (muse-page-name): Improve docstring.
367         * texi/muse.texi (Development): Mention the http method for
368         anonymous git access to the shared repo.
370 2007-08-10  Michael Olson  <mwolson@gnu.org>
372         * Makefile (dist, debprepare): Use git instead of tla.
374         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
376         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
377         Use muse-insert-file-contents.
379         * experimental/muse-split.el (muse-publish-file)
380         (muse-publish-presplit-publish, muse-publish-no-split-function)
381         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
382         muse-insert-file-contents.
384         * lisp/muse-book.el (muse-book-publish-chapter)
385         (muse-book-get-directives): Use muse-insert-file-contents.
387         * lisp/muse-http.el (muse-http-render-page): Use
388         muse-insert-file-contents.
390         * lisp/muse-poem.el (muse-poem-markup-tag): Use
391         muse-insert-file-contents.
393         * lisp/muse-publish.el (muse-insert-file-or-string)
394         (muse-publish-file, muse-publish-include-tag)
395         (muse-published-contents): Use muse-insert-file-contents.
397         * lisp/muse.el (muse-insert-file-contents): New function that
398         inserts a file with character code conversion, but none of the
399         other frivolities.  Since insert-file-contents-literally does not
400         do character code conversion, it is not suitable for us.
401         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
402         than insert-file-contents-literally.
404 2007-08-09  Michael Olson  <mwolson@gnu.org>
406         * lisp/muse.el (muse-write-file): Pay attention to
407         coding-system-for-write and save-buffer-coding-system.  This
408         should fix a recently-introduced bug with writing Muse pages in
409         different coding systems.
411 2007-08-08  Michael Olson  <mwolson@gnu.org>
413         * README (Prerequisites): Fix typo.
414         (Compilation, Installation): Update.
415         (Documentation, Further Documentation): Update URLs.
416         (Further Documentation): Add quick blurb on how to participate in
417         Muse development or track changes.
419         * texi/muse.texi (Releases): Use gna.org URL for downloading the
420         latest release, rather than my website.
421         (Development): Change instructions to use git instead of
422         Arch. Mention where to get a Windows binary for git.  Improve the
423         look of the listing.  Add section with instructions for Becoming a
424         Muse developer.
425         (Installation): Update instructions for Makefile.defs.default and
426         XEmacs.  Add index entries.  Add section for ELPA, since Muse
427         ought to be distributed in ELPA after the 3.10 release.  Fix typo
428         and clarify wording.
430 2007-08-06  Michael Olson  <mwolson@gnu.org>
432         * texi/muse.texi: Make sure that attributes are marked up with
433         @option{} rather than @code{} or @samp{} for consistency.
434         (Journal): Add "muse-project-alist-considerations" subheading,
435         along with a mention of :base-url.
437 2007-08-05  Michael Olson  <mwolson@gnu.org>
439         * .gitignore: Add texi/muse.html and the DVC log edit file.
441         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
442         Turn this into something that can be called like a command, due to
443         needing to deal with XEmacs, which has different argument order.
444         Thanks to Terrence Brannon for the report.
446         * lisp/muse-project.el (muse-project-of-file): Simplify by using
447         catch, throw, and dolist.  Look for exact matches before
448         considering any subdirectories.  If no exact matches are found,
449         then pick the longest match.
451         * lisp/muse.el (muse-sort-by-rating): Mention default test in
452         documentation.
454         * scripts/muse-build.el: Avoid interference from VC.el in the
455         build process.
457         * texi/Makefile (install): Call install_info.
459 2007-08-03  Michael Olson  <mwolson@gnu.org>
461         * lisp/muse-project.el (muse-project-applicable-styles): Remove
462         useless argument ignore-regexp.  Use saner logic.  This fixes a
463         bug where a file could potentially not exist but still appear in
464         the used-styles list.  Thanks to John Wiegley for the fix.
465         (muse-project-publish-file): Don't take ignore-reegxp argument.
467 2007-08-02  Michael Olson  <mwolson@gnu.org>
469         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
470         VC when publishing files in batch.  This avoids some annoying
471         messages when building QuickStart in the examples directory.
473         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
474         inserting a comment.
476 2007-07-31  Michael Olson  <mwolson@gnu.org>
478         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
479         that Muse can be recompiled without running "make clean" after an
480         update.
482         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
483         delete forward one character, since we are guaranteed to be on a
484         blank line.  Don't delete all initial whitespace of the first
485         line.  This fixes an issue where the output from the verse tag did
486         not match the output from Muse's verse syntax.
488 2007-07-29  Michael Olson  <mwolson@gnu.org>
490         * Relicense to GPLv3.
492         * Makefile.defs.default: Rename from Makefile.defs.  This allows
493         people to copy this file to Makefile.defs and make changes,
494         without having the changes be accidentally committed.  If
495         Makefile.defs does not exist, this file is read instead, in order
496         to minimize inconvenience to the casual user.
498         * Makefile, contrib/Makefile, examples/Makefile,
499         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
500         Makefile.defs.default or Makefile.defs.
502         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
503         function names.
504         (muse-l-e-m-m-insert-list-item): Add real documentation.
505         (muse-l-e-m-m-increase-list-item-indent)
506         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
507         real documentation.
508         (muse-list-edit-minor-mode): Improve documentation.
510         * texi/doclicense.texi (GNU Free Documentation License): Use
511         pristine copy from Emacs source tree.
513         * texi/muse.texi (Contributors): Move node and appendix indicators
514         here, rather than doclicense.texi.
516 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
518         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
519         command which did not work correctly
521         * lisp/muse-context.el (muse-context-markup-strings): Change rule
522         command which did not work correctly; defined verse commands
523         (muse-context-markup-specials-literal): Eliminate all unuseful entries
525 2007-07-29  Michael Olson  <mwolson@gnu.org>
527         * contrib/httpd.el (httpd-send-file): Use
528         insert-file-contents-literally instead of insert-file-contents.
530         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
531         Use insert-file-contents-literally instead of
532         insert-file-contents.
534         * experimental/muse-split.el (muse-publish-file)
535         (muse-publish-presplit-publish, muse-publish-no-split-function)
536         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
537         insert-file-contents-literally instead of insert-file-contents.
539         * lisp/muse-book.el (muse-book-publish-chapter)
540         (muse-book-get-directives): Use insert-file-contents-literally
541         instead of insert-file-contents.
543         * lisp/muse-http.el (muse-http-render-page): Use
544         insert-file-contents-literally instead of insert-file-contents.
546         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
547         nowhere when done, since they can slow things down.
549         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
550         marker to nowhere when done, since they can slow things down.
552         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
553         when done, since they can slow things down.  Use
554         insert-file-contents-literally instead of insert-file-contents.
556         * lisp/muse-publish.el (muse-publish-markup-tag)
557         (muse-publish-markup-word, muse-publish-markup-footnote)
558         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
559         done, since they can slow things down.
560         (muse-insert-file-or-string, muse-publish-file)
561         (muse-publish-include-tag, muse-published-contents): Use
562         insert-file-contents-literally instead of insert-file-contents.
563         (muse-publish-surround-dl): Remove unused variable.  Track whether
564         a term has been found, and handle that case well.
565         (muse-publish-ensure-blank-line): Use a marker, so that we don't
566         lose our place when adding a newline.  This really fixes the
567         definition list item bug.
568         (muse-publish-markup-list): Since people do seem to want
569         definition lists with no terms, allow this.
570         (muse-batch-publish-files): Set muse-current-output-style.
572         * lisp/muse.el (muse-with-temp-buffer): Mention
573         `insert-file-contents-literally'.
575 2007-07-28  Michael Olson  <mwolson@gnu.org>
577         * lisp/muse-mode.el (muse-browse-result): Set
578         muse-current-output-style.
579         (muse-mode): Don't duplicate the paragraph-start regexp
580         unnecessarily.
581         (muse-list-edit-minor-mode-map): New variable containing the
582         keymap for Muse list edit minor mode.
583         (muse-l-e-m-m-list-item-regexp): New variable that matches list
584         items for Muse list edit minor mode.
585         (muse-l-e-m-m-insert-list-item,
586         muse-l-e-m-m-i-list-item-indentation)
587         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
588         item functions that change the list item regexp before calling the
589         existing function.
590         (muse-l-e-m-m-data): New variable that keeps track of the fill
591         data that we overwrite when activating Muse list edit minor mode,
592         so that we can restore it if the minor mode is toggled off.
593         (muse-list-edit-minor-mode): New minor mode that is useful for
594         editing lists in other major modes.
595         (turn-on-muse-list-edit-minor-mode)
596         (turn-off-muse-list-edit-minor-mode): New interactive functions
597         that turn Muse list edit minor mode on and off, respectively.
598         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
599         regexps.
601         * lisp/muse-project.el (muse-project-publish-this-file): Set
602         muse-current-output-style.  This fixes a bug when publishing to a
603         style that is not first in the list of styles.  Thanks to Jean
604         Magnan de Bornier for the report.
606         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
607         function that ensures that a blank line exists in the line before
608         point.
609         (muse-publish-markup-list): Use it, rather than
610         `muse-publish-ensure-block'.  This fixes a bug with definition
611         list publishing.  Thanks to meandtheshell for reporting this.
613         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
614         project argument is nil, default to the current project instead of
615         the first project entry in muse-project-alist.  This seems much
616         more sane to me.
618         * lisp/muse.el (muse-forward-list-item): Only check the 'face
619         property if we are in Muse mode or one of its derivatives.  This
620         allows movement on nested lists to work in other modes, and fixes
621         an issue with altering list indentation in
622         muse-list-edit-minor-mode.
624 2007-07-27  Michael Olson  <mwolson@gnu.org>
626         * AUTHORS: Add new authors.
628         * README: Permit Muse to be called "Emacs-Muse".
630         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
632         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
633         involving list items that have an extra blank line in front.
635         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
636         and Emacs-Muse are the same thing.
638 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
640         * lisp/muse-context.el (muse-context-header): Put
641         starttext after the modules who must be in preamble.
642         (muse-context-markup-strings): Fixed mistake in begin-example and
643         end-example.
645         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
646         math environment in ConTeXt when centered: "$$ $$" has to be
647         "\startformula \stopformula".
649 2007-07-26  Michael Olson  <mwolson@gnu.org>
651         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
652         parentheses in URLs.
654 2007-07-24  Michael Olson  <mwolson@gnu.org>
656         * examples/QuickStart.muse (Images): Fix typo where some text
657         existed in the output but not in the example region.
658         (Source Code): Fix another typo.  Explain that publishing from
659         console or X can make a difference.
661         * lisp/muse-context.el (muse-context-pdf-program): New option that
662         determines the program to use for generating PDF files for
663         ConTeXt.
664         (muse-context-pdf-cruft): New option that specifies the extensions
665         of files to remove after generating PDF output successfully.
666         (muse-context-slides-header): Docfix.
667         (muse-context-pdf-generate): Use new options.
669         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
670         save-restriction call.  This was causing a world of hurt when
671         using <lisp> inside of <include>.
673         * texi/muse.texi (ConTeXt): New section that documents how to use
674         the ConTeXt publishing styles.
676 2007-07-23  Michael Olson  <mwolson@gnu.org>
678         * lisp/muse-context.el: New file that provides support for
679         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
680         de Bornier for his work on this.
682         * lisp/muse-docbook.el (muse-docbook-entities)
683         (muse-docbook-bibliography): Remove unneeded save-restriction use.
685         * lisp/muse-latex2png.el (muse-publish-latex-tag):
686         s/contex/context/.
688         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
689         (muse-latex-bibliography): Remove call to `widen', since it is not
690         needed anymore.  Remove unneeded save-restriction use.
691         ("slides", "slides-pdf"): Indent elements uniformly.
693 2007-07-22  Michael Olson  <mwolson@gnu.org>
695         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
696         * lisp/muse-mode.el (muse-insert-tag):
697         * lisp/muse-project.el (muse-read-project)
698         (muse-read-project-file):
699         * lisp/muse-publish.el (muse-publish-get-style): Use
700         muse-completing-read-function.
702         * lisp/muse-latex2png.el (muse-publish-latex-tag)
703         (muse-publish-math-tag): Allow the context style -- which I plan
704         to include soon -- to work with these tags.
706         * lisp/muse.el (muse-completing-read-function): New option that
707         determines which function to call when doing a completing-read.
709 2007-07-15  Michael Olson  <mwolson@gnu.org>
711         * lisp/muse-journal.el (muse-journal-html-entry-template)
712         (muse-journal-rdf-entry-template)
713         (muse-journal-rss-entry-template): Mention that this can be text
714         or a filename.
715         (muse-journal-rdf-entry-template, muse-journal-rss-header)
716         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
717         newlines to make the output look nicer.
718         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
719         Use muse-insert-file-or-string for the entry templates, rather
720         than muse-insert-markup.  This allows <lisp> and <markup> tags to
721         be acted on.  Thanks to Scott Hyde for the report.
722         (muse-journal-html-munge-buffer): Escape quote of the day using
723         entire-document specials before snarfing it.  Mark entire template
724         as read-only -- this fixes an incorrect escaping bug.  Remove
725         read-only properties before replacing template matches so that
726         they can still be escaped with entire-document specials later on.
727         (muse-journal-rss-munge-buffer): Make sure that title is escaped
728         properly.
729         (muse-journal-markup-tags): Rename from
730         muse-journal-latex-markup-tags, because we will use it for
731         journal-rss-entry as well.
732         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
733         end-quote-item.
734         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
735         html.
736         ("journal-latex", "journal-pdf", "journal-book-latex")
737         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
738         muse-journal-latex-markup-tags.
739         ("journal-rss-entry"): New style that is used by journal-rss and
740         journal-rdf to mark up individual entries.  It is needed so that
741         we can do something meaningful with the qotd tag.
742         (muse-journal-rdf-summarize-entries): Set this to nil by default,
743         because it is annoying.  Update docs to mention this.
744         (muse-journal-rss-summarize-entries): Docfix.
746         * lisp/muse-publish.el (muse-insert-file-or-string): Use
747         muse-publish-markup-header-footer-tags.  I'm not quite sure how
748         this change got reverted.
749         (muse-markup-tag-info): Make into a function.  Move common code
750         here, rather than duplicating it in two places.  Deal with case
751         where muse-publish-use-header-footer-tags is non-nil.
752         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
753         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
754         warning.
755         (muse-publish-use-header-footer-tags): New variable that indicates
756         whether we should use just the header and footer tags, rather than
757         the full set.
758         (muse-insert-file-or-string): Bind
759         muse-publish-use-header-footer-tags to t.
760         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
761         Simplify call to muse-markup-tag-info.
762         (muse-publish-mark-up-tag): Bind
763         muse-publish-use-header-footer-tags to nil.
765         * texi/muse.texi (Journal): Update for recent changes.
767 2007-07-14  Michael Olson  <mwolson@gnu.org>
769         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
770         delete the remainder of the buffer, since this causes the
771         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
772         the report and the suggested fix.
774         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
775         beginning of table-el regexp.  This fixes a bug where Muse stalls
776         when trying to publish a malformed table.  Thanks to Ye Wenbin for
777         the report and the suggested fix.
779 2007-07-12  Michael Olson  <mwolson@gnu.org>
781         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
782         default, rather than the empty string.  This really fixes the bug
783         that occurred when using Muse with muse-project-alist set to nil.
784         Thanks to Jonathan Underwood for the report.
785         (muse-wiki-update-interwiki-regexp): Set
786         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
787         defined.
788         (muse-wiki-handle-implicit-interwiki)
789         (muse-wiki-handle-explicit-interwiki): Handle case where
790         muse-wiki-interwiki-regexp is nil.
792 2007-07-10  Michael Olson  <mwolson@gnu.org>
794         * lisp/muse-mode.el (muse-grep): Abort search if the current
795         project contains no directories.
797         * lisp/muse-project.el (muse-project-file-alist): If
798         muse-project-alist is not defined, or project is nil, return nil
799         right away.  This ought to fix a bug that occurred when using Muse
800         with muse-project-alist set to nil.
801         (muse-project-of-file): Make sure muse-project-alist is not nil.
802         (muse-project-save-buffers): Make sure project is not nil.
804         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
805         case where muse-project-alist is nil.
807         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
808         for XEmacs, since color-theme.el is poorly behaved, and defines
809         its own replace-in-string.  Bad color-theme.el -- no cookie for
810         you.
812 2007-07-01  Michael Olson  <mwolson@gnu.org>
814         * Makefile (.PHONY): Update for new debian package rules.
816         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
818         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
819         Use save-restriction properly.
820         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
822         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
823         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
824         properly.
825         (muse-latex-bibliography): Re-indent.
827         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
828         higher.  This fixes an error at startup with some versions of
829         Emacs.
830         (muse-publish-cite-tag): Re-indent.
832         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
833         to the end of the link part, so as to exclude the description from
834         the match.  This fixes a bug with three-part links that have
835         descriptions.  Thanks to everyone who pointed it out.
837 2007-06-18  Michael Olson  <mwolson@gnu.org>
839         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
840         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
841         1.1 specific markup strings.
842         (muse-html-insert-anchor): Use 'anchor string, rather than
843         hard-coding it.  Thanks to Chris Corsair for the suggestion.
844         ("xhtml1.0"): New style that is an alias for the xhtml style.
845         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
847 2007-06-17  Michael Olson  <mwolson@gnu.org>
849         * examples/QuickStart.muse: Make images local so that the Info
850         version of this document works.  Add <example> for the Literal
851         paragraphs chapter, so that it is clear what is happening.
853         * Makefile: Add elpa target, which is used for building an ELPA
854         package for Muse.
856         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
857         building ELPA packages.
859         * examples/Makefile (%.html, %.pdf, %.info): Add message to
860         indicate what we are publishing.
861         (realclean distclean fullclean): Remove all TeX crud.
863         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
864         that the Info version of QuickStart can publish correctly.
866         * lisp/muse-latex.el (muse-latex-slides-header)
867         (muse-latex-lecture-notes-header): Docfix.
869         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
870         the list of things to ignore.
872         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
873         variable.
875         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
876         default to nil, since texinfmt.el is a serious nuisance.
877         (muse-texinfo-markup-strings): Add newlines to begin-example and
878         end-example.
879         (muse-texinfo-decide-specials): Also escape URL-type specials in a
880         whole slew of other contexts.
882         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
883         muse-xml.
885         * lisp/muse-xml.el (muse-xml-footer): Docfix.
887         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
889 2007-06-16  Michael Olson  <mwolson@gnu.org>
891         * etc/IDEAS.muse: Add some ideas from David D. Smith.
893         * examples/QuickStart.muse: Overhaul.
895         * lisp/muse-project.el (muse-project): Call the last part of a
896         muse-project-alist entry "Output styles" rather than "styles".
898         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
899         where we have a pipe character at the beginning of line.
901         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
902         causing tables to not be sorted at all.
904         * texi/muse.texi: Overhaul.  It would be too time-consuming to
905         list all of the changes here.  The "Getting Started" and
906         "Projects" chapters, in particular, were heavily revised.
908 2007-06-15  Michael Olson  <mwolson@gnu.org>
910         * NEWS: Update.
912         * examples/QuickStart.muse: Mention new features.
914         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
915         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
916         terminal, and C-c TAB is more important.  Most people will not
917         want to toggle images on and off that often.
919         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
920         C-i as well, so that it works in the terminal.
922         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
923         look a bit tidier when removing the region.
925         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
926         list regexp part before other parts.
927         (muse-ol-item-regexp): New regexp that specifies how to match an
928         ordered list item.
929         (muse-ul-item-regexp): New regexp that specifies how to match an
930         unordered list item.
931         (muse-table-field-regexp): New regexp that specifies how to match
932         a definition list entry.
934         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
935         lack of support for @headitem in texinfmt.el.
937         * lisp/muse.el: Wrap muse-line-beginning-position and
938         muse-line-end-position in `eval-and-compile', since they are now
939         used in muse.el.
940         (muse-list-item-type): Use a simpler algorithm for detecting which
941         kind of list item we have.  This fixes a bug where a number in a
942         definition list term was being detected incorrectly as an ordered
943         list item.  Fixes bug #6250.
944         (muse-forward-list-item): Get the entire line with the list item.
945         For some reason, Emacs 21 was not populating match 2 correctly,
946         unlike Emacs 22, so this workaround was needed.
948         * texi/muse.texi: (Keystroke Summary): Remove C-c
949         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
950         alternative keybinding to the C-c TAB stuff.  Mention
951         muse-colors-toggle-inline-images.
953 2007-06-14  Michael Olson  <mwolson@gnu.org>
955         * README: Mention that RelaxNG schema is in etc/ directory.
957         * etc/emacs-wiki-migration.txt: New document that explains how to
958         migrate from emacs-wiki to Muse.
960         * etc/muse.rnc: Increment version number to 1.0.  Fix several
961         nested emphasis and nested lists edge cases.  Move here from
962         examples/.
964         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
965         same thing as C-c C-S-t, since the former works better in the
966         console.  Thanks to Leo for the suggestion.
968         * lisp/muse-publish.el (muse-publish-markup-table)
969         (muse-publish-markup-table-el): Include a newline in the return
970         string, so that paragraph detection does not get confused.
972         * lisp/muse.el (muse-with-temp-buffer): Docfix.
974         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
975         keybinding.
977 2007-06-13  Michael Olson  <mwolson@gnu.org>
979         * etc/IDEAS.muse: Mark three-part-links item as done.
981         * experimental/muse-message.el: Remove guard for muse-define-style
982         calls.
984         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
985         markup rules were being interpreted in reverse order.  This should
986         make implicit interwiki links work properly again.
987         (muse-link-face): Strip anchor from end of a path, so that this
988         works with anchors in interwiki links.
989         (muse-colors-insert-image): Catch error that occurs in Emacs 21
990         when an image does not exist.
992         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
993         anchors.
994         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
995         interwiki links work.  Thanks to Jim Ottaway for the initial
996         implementation.
997         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
998         links work.
1000         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1001         about match 0.
1002         (muse-handle-explicit-link): Docfix: this does not modify the
1003         match data.
1004         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1005         that has the regexp in its car.
1007 2007-06-12  Michael Olson  <mwolson@gnu.org>
1009         * README: Document new etc/ directory.
1011         * etc/IDEAS.muse: Install things from new contributors just after
1012         the 3.03 release, since I won't have time to review the code
1013         before the release.  Move to new etc/ directory.  Slides
1014         publishing has been installed.
1016         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1017         determines the header to use for publishing slides.
1018         (muse-latex-lecture-notes-header): New option that determines the
1019         header to use for publishing lecture notes.
1020         (muse-latex-slides-markup-tags): New option containing tags to use
1021         when publishing slides.
1022         (muse-latex-permit-contents-tag): Move higher in file.
1023         (muse-latex-slide-tag): New function to publish the <slide> tag.
1024         ("slides", "slides-pdf"): New publishing styles that create slides
1025         using Beamer.
1026         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1027         create lecture notes using Beamer.
1029         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1030         since otherwise Planner is not happy when `plan' is called during
1031         init.  Remove stray quote from autoload snippet.
1033 2007-06-11  Michael Olson  <mwolson@gnu.org>
1035         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1036         autoload, rather than having it exist at top-level.  Thanks to Leo
1037         for the suggestion.
1038         (muse-update-file-extension): Docfix.
1040 2007-06-10  Michael Olson  <mwolson@gnu.org>
1042         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1043         URLs were being removed during publishing.  Thanks to everyone who
1044         reported this.
1046 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1048         * lisp/muse-book.el
1049         * lisp/muse-docbook.el
1050         * lisp/muse-latex.el
1051         * lisp/muse-publish.el: added support for <cite> element which
1052         denotes in-text citations
1054         * lisp/muse-html.el
1055         * lisp/muse-groff.el
1056         * lisp/muse-texinfo.el
1057         * lisp/muse-xml.el: added support for <cite> element (stub)
1059 2007-06-06  Michael Olson  <mwolson@gnu.org>
1061         * lisp/muse-regexps.el (muse-table-line-regexp)
1062         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1063         regexps so that they work with XEmacs 21.  Thanks to Adrian
1064         Tritschler for the report.
1066         * texi/muse.texi: Update copyright years.
1067         (HTML): Document muse-xhtml-style-sheet.  Thanks
1068         to thorne for noticing.
1069         (Development): Change archive year to 2006.  Thanks to Adrian
1070         Tritschler for noticing.  So *that's* why some people had the 2005
1071         version ....
1073 2007-06-05  Michael Olson  <mwolson@gnu.org>
1075         * Makefile (install-info): Remove $(MANUAL).info part, since this
1076         is taken care of already by texi/Makefile.  Thanks to Leo for the
1077         report.
1079         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1080         read-only properties to qotd contents, so that they don't get
1081         double-escaped.  Thanks to Leo for the report.
1083 2007-06-04  Michael Olson  <mwolson@gnu.org>
1085         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1086         -- that is, Tramp or ange-ftp -- file, then do not call
1087         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1088         Fixes bug #5115.
1090         * lisp/muse-html.el (muse-html-insert-contents): Add
1091         documentation.  Handle case where heading is read-only, but has
1092         muse-contents property.  Remove the muse-contents property for any
1093         heading we come across so as to avoid double-including an item in
1094         an outer table of contents.
1095         (muse-html-denote-headings): New function that denotes whether a
1096         heading is not read-only by adding the muse-contents property to
1097         it.
1098         (muse-html-munge-buffer): If we are not to generate contents,
1099         still denote headings, in case some outer layer wants to generate
1100         contents for our headings.  This should fix a bug with table of
1101         contents and the <include> tag.  Thanks to thorne for the report.
1103         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1104         muse-publish-generate-contents and set it to nil.  This should
1105         do the right thing when using <include> tags.
1107 2007-06-02  Michael Olson  <mwolson@gnu.org>
1109         * NEWS: Update for non-inlined image change and support for
1110         table.el style tables.
1112         * examples/Makefile (clean): Clean backup files.
1114         * examples/QuickStart.muse (Images): New section that describes
1115         how to inline and not inline images.
1117         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1118         touch images that have "URL:" in front of them.
1120         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1121         "URL:".  Use the identity function to resolve, since we don't want
1122         to rip "URL:" out while publishing, due to some magic that depends
1123         on that text.
1124         (muse-browse-url-url): New function that browses URLs that have
1125         "URL:" in front of them, by removing the "URL:" part and
1126         reprocessing the remainder.
1128         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1129         (muse-publish-url): Recognize images in the description before
1130         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1131         for the suggested workaround.
1132         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1133         default value.
1134         (muse-publish-classify-url): If target begins with "URL:" return
1135         type url.
1136         (muse-publish-strip-URL): New function that strips "URL:" from the
1137         beginning of a string.  This is used to remove URL: from the link
1138         description.  * texi/muse.texi (Markup Strings): Clarify the
1139         meanings of image-link, link, and link-and-anchor.
1140         (muse-publish-markup-regexps): Move normal table rule to 2350.
1141         Rule 2300 is now a regexp that matches table.el-style tables.
1142         (muse-publish-markup-functions): Add table-el entry.
1143         (muse-publish-table-el-table): New function that given a variant,
1144         publishes a table.el-style table using the table in the matched
1145         region.
1146         (muse-publish-markup-table-el): New function that determines
1147         whether the table.el-style table can be published, and what
1148         variant to use.
1150         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1151         the borders of table.el-style tables.
1153         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1154         the table has sufficient whitespace in front of it.
1156         * texi/muse.texi (Images): Update for new non-inlined image
1157         ability and provide example.
1159 2007-05-31  Michael Olson  <mwolson@gnu.org>
1161         * NEWS: Add example for setting `muse-html-table-attributes'.
1163         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1164         Publish multiple tbody tags if there is a horizontal separator
1165         after the heading, because that is valid HTML after all.
1167 2007-05-30  Michael Olson  <mwolson@gnu.org>
1169         * NEWS: Update.
1171         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1172         horizontal separators in tables.
1174         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1175         horizontal separators in tables.
1176         (muse-publish-trim-table): New function to remove initial and
1177         final blank columns from a table.
1178         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1179         with horizontal separators, aka "hlines".
1181         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1182         defines the syntax of a horizontal separator in a table.
1184         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1185         horizontal separators.  Publish header lines correctly.
1187         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1188         where we have nonnumbers as a row type.  This ignores sorting for
1189         hlines.
1190         (muse-xml-markup-table): Deal with horizontal separators.  If the
1191         markup supports table groups, make hlines separate table groups.
1192         Otherwise, ignore them, since they cannot be marked up.  Together,
1193         these changes allow us to support orgtbl-mode tables.  Thanks to
1194         Carsten Dominik for the suggestion.
1196 2007-05-26  Michael Olson  <mwolson@gnu.org>
1198         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1199         other things to be added to each generated style as well.  For
1200         example, this permits me to add
1201         :base-url "http://blog.mwolson.org/"
1202         for my blog.
1204 2007-05-25  Michael Olson  <mwolson@gnu.org>
1206         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1207         way of building Debian packages that preserves the original
1208         release tarball and is more modular.
1209         (debrevision, debrelease): Remove.
1210         (dist): No need to remove the debian/ directory, since it is now
1211         in its own branch.
1212         (debprepare): Copy over debian/ directory properly.
1214         * NEWS: Update.
1216         * examples/Makefile (clean): Remove QuickStart.texi, in case
1217         something went wrong during the build.
1218         (%.pdf): Publish the example using the normal pdf style, rather
1219         than info-pdf.
1221         * examples/QuickStart.muse: Add myself to the authors list.
1223         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1224         sufficient blank lines before the tag.
1226         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1227         we have sufficient blank lines before the tag.
1229         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1230         specifies the program to call in order to generate PDF content
1231         from LaTeX content.
1232         (muse-latex-pdf-cruft): New option that specifies the extensions
1233         of files to remove after generating PDF output successfully.
1234         (muse-latex-pdf-generate): Use these new options.  Work around the
1235         annoying edge case where a tilde character exists in the filename
1236         or directory path -- now this can only error out when the relative
1237         path from the output file to the source file contains a tilde,
1238         which is far less likely.
1240         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1241         muse-publish-ensure-block here after all, because <lisp> et al may
1242         occur inline as part of other things.
1244         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1245         occur after full-document escaping, rather than before.  This
1246         prevents automatically-inserted Texinfo code from being escaped.
1247         (muse-texinfo-pdf-generate): Rewrite to call
1248         `muse-latex-pdf-generate' with pdftex as the generating binary,
1249         because texi2pdf suffers irredeemably from the tilde edge case
1250         mentioned above.
1252 2007-05-24  Michael Olson  <mwolson@gnu.org>
1254         * NEWS: Drop vague entries and position interesting entries closer
1255         to the top of each section.  Update for new changes.
1257         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1258         and bzr metadata directories to the list of things to ignore.
1260         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1261         `muse-publish-ensure-block-tag', since we will use it for more
1262         than just tags.
1263         (muse-publish-markup-list, muse-publish-verse-tag)
1264         (muse-publish-quote-tag, muse-publish-example-tag)
1265         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1266         can occur when these types of markup occur immediately after a
1267         paragraph.  It's good to have defined behavior!
1269         * texi/muse.texi (Markup Strings): Mention new argument for
1270         link-and-anchor.
1272 2007-05-19  Michael Olson  <mwolson@gnu.org>
1274         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1275         published footnotes and footnote references.  Thanks to Scott
1276         Jaderholm for the idea.
1278         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1279         link-and-anchor, on the recommendation of the original submitter.
1281 2007-05-14  Michael Olson  <mwolson@gnu.org>
1283         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1284         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1285         suggestion.
1287         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1288         file extension as the fourth argument.
1290         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1291         Mention the new muse-el-logs mailing list.
1293 2007-05-13  Michael Olson  <mwolson@gnu.org>
1295         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1296         "\`" here.  This fixes a problem with publishing custom URLs.
1298 2007-05-12  Michael Olson  <mwolson@gnu.org>
1300         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1301         update the list if the current buffer is associated with a file.
1302         This fixes a bug with M-x muse-publish-region in a temporary
1303         buffer.
1305 2007-05-01  Michael Olson  <mwolson@gnu.org>
1307         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1308         properties from the published buffer, so that the results can be
1309         manually tweaked.
1311 2007-04-23  Michael Olson  <mwolson@gnu.org>
1313         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1314         find the footnote that goes with a reference, leave the reference
1315         as-is.  This fixes an error where control characters could be
1316         placed in a published document.
1318 2007-04-22  Michael Olson  <mwolson@gnu.org>
1320         * IDEAS.muse: Add muse-slides.el to list of things to include
1321         before release.
1323         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1324         character.
1325         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1326         catch/throw.
1327         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1328         fixes a bug with browsing woman:// links.
1330         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1331         where entry-dir has a trailing backslash.
1332         (muse-project-publish-file): If a style is malformed, skip it and
1333         display a warning message.  This should help people figure out
1334         where the problem is.
1336 2007-04-21  Michael Olson  <mwolson@gnu.org>
1338         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1339         yet-to-be-included "contex" publishing style, use "$$" rather
1340         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1341         this out.
1343 2007-04-20  Michael Olson  <mwolson@gnu.org>
1345         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1346         variable that causes the :before and :before-end hooks to be
1347         ignored when non-nil.
1348         (muse-publish-markup-region): Use it.  Also, guarantee that point
1349         is at end of region after publishing.
1350         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1351         variable.
1353 2007-04-19  Michael Olson  <mwolson@gnu.org>
1355         * IDEAS.muse: New file containing a list of ideas we have for new
1356         features, or patches that have yet to be applied.
1358         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1359         be so confusing.
1361         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1362         docstring.
1364         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1365         <literal> tags with muse-publish-literal-tag, rather than
1366         muse-publish-mark-read-only.
1367         (muse-publish-literal-tag): New function that publishes the
1368         <literal> tag.  It adds the ability to add the optional "style"
1369         and "exact" elements, which cause text to only be included if the
1370         current publishing style matches some criteria.  The text will be
1371         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1372         (muse-publish-mark-up-tag): Let the <markup> tag take the
1373         additional optional elements "style" and "exact", with much the
1374         same effect as the <literal> improvements, but after calling
1375         "function" or publishing the region first.  Make it possible to
1376         put <content> tags in <markup> regions in HTML publishing.
1378 2007-04-12  Michael Olson  <mwolson@gnu.org>
1380         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1381         that a blank line always exists after a heading.  This fixes a bug
1382         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1383         for the report.
1385         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1386         detection regexp to that which is used in Docbook and HTML
1387         publishing styles.
1389 2007-04-02  Michael Olson  <mwolson@gnu.org>
1391         * README (muse-el-announce): Make a listing of mailing lists,
1392         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1393         to Andreas Roehler for noticing.
1395 2007-04-01  Michael Olson  <mwolson@gnu.org>
1397         * lisp/muse-publish.el (muse-publish-date-format): Add
1398 `       customization type and group.
1399         (muse-publish-region): New interactive function that publishes a
1400         region to a new buffer.
1402         * texi/muse.texi: Use "document" rather than "manual".
1404 2007-03-31  Michael Olson  <mwolson@gnu.org>
1406         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1407         expression (muse-style-derived-p "latex" (muse-style "latex"))
1408         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1409         for the catch.
1411 2007-02-25  Michael Olson  <mwolson@gnu.org>
1413         * lisp/muse-publish.el (muse-publish-date-format): New option that
1414         specifies how to format the date when publishing Muse pages.
1415         Thanks to Thomas Gehrlein for the suggestion.
1416         (muse-publish-markup-buffer): Use it.
1418 2007-02-23  Michael Olson  <mwolson@gnu.org>
1420         * README: Add Prerequisites section to mention which versions of
1421         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1422         the suggestion.  Update link destination for Muse's page on
1423         emacswiki.org.
1425 2007-02-15  Michael Olson  <mwolson@gnu.org>
1427         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1428         be not just at beginning of line.  This fixes an error with the
1429         <class> tag.  Thanks to Jim Pivarski for the report.
1431 2007-02-14  Michael Olson  <mwolson@gnu.org>
1433         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1434         whether something is an image before checking to see if it is a
1435         URL.  Thanks to ITSUMI ken-ichi for the report.
1437 2007-02-13  Michael Olson  <mwolson@gnu.org>
1439         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1440         comments that have no text better.  Thanks to fang.lungang for the
1441         report.
1442         (muse-publish-markup-comment): Deal with case where no comment
1443         text is provided.
1445 2007-01-23  Michael Olson  <mwolson@gnu.org>
1447         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1448         that ensures that at least one blank line exists at the given
1449         position.  This is used to avoid paragraph detection problems when
1450         block-level tags like <example> immediately follow a paragraph.
1451         Thanks to Hans Ekbrand for the report.
1452         (muse-publish-example-tag): Use it.
1454 2007-01-19  Michael Olson  <mwolson@gnu.org>
1456         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1457         previous blank line if we are publishing in Latex.  Otherwise,
1458         that wouldn't be the right thing, so leave it be.
1460 2007-01-17  Michael Olson  <mwolson@gnu.org>
1462         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1463         multiple centered math lines on the same line; keep them on
1464         different lines.  Use \[ math-text \] instead of $$math-text$$,
1465         since the latter seems to be deprecated.  Thanks to Jody Klymak
1466         for the pointer.
1468 2007-01-15  Michael Olson  <mwolson@gnu.org>
1470         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1471         (muse-publish-math-tag): Publish region read-only when current
1472         style is Latex-derived, so that Muse does not escape it.
1473         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1474         surround the region with "$$" rather than "$".  This is the Muse
1475         syntax for something centered, so it should be a good fit.
1477 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1479         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1480         protocol.
1481         (muse-browse-url-man): Change man page URL format.  The code is
1482         simpler when the section is left inside parentheses.
1483         (muse-browse-url-woman): New function.
1485 2007-01-14  Michael Olson  <mwolson@gnu.org>
1487         * AUTHORS: Bookkeeping.
1489         * lisp/muse-latex2png.el: Associate <math> tag with
1490         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1491         Klymak for the report.
1492         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1493         characters, so they don't get escaped.
1495         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1496         make muse-style-derived-p easier to implement.
1497         (muse-style-derived-p): If the style is not provided, fetch it and
1498         check to see if the car is a string.  This should fix the other
1499         problem that was reported.
1501         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1502         explains a case where setting muse-file-extension to nil can cause
1503         unexpected behavior.
1505 2007-01-09  Michael Olson  <mwolson@gnu.org>
1507         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1508         comments higher priority than tags.  Thanks to Stefan van der Walt
1509         for the report.
1511 2007-01-08  Michael Olson  <mwolson@gnu.org>
1513         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1514         argument rather than calling match-string.  Thanks to Stefan van
1515         der Walt for the report.  This should fix a bug with publishing
1516         <include file="..." markup="example">.
1518 2007-01-06  Michael Olson  <mwolson@gnu.org>
1520         * Makefile (debclean): New rule split from debrevision and
1521         debrelease.
1522         (debbuild): Take distributor into account.
1524         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1525         vendor/distributor we are building for.
1527 2007-01-04  Michael Olson  <mwolson@gnu.org>
1529         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1530         line.
1532         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1533         point to muse-publish-src-tag by default, since <src> and
1534         <example> have different parameters.
1535         (muse-publish-src-tag): New barebones publishing function for
1536         <src>, which is superseded when publishing in an HTML-based style.
1538 2007-01-03  Michael Olson  <mwolson@gnu.org>
1540         * lisp/muse-html.el (muse-html-src-tag): Document.
1542         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1543         command that calls a given tag on the current buffer.  Attributes
1544         may be passed.
1545         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1546         it.
1547         (muse-publish-srcify-buffer): New function that allows
1548         markup="src" in the <include> tag.
1549         (muse-publish-get-and-delete-attr): New macro that gets an
1550         attribute from a list and removes the first instance of that
1551         attribute from said list.
1552         (muse-publish-markup-attribute): Handle markup="src".
1553         (muse-publish-command-tag, muse-publish-include-tag): Use
1554         muse-publish-get-and-delete-attr.  This allows the remaining
1555         attributes to be passed.
1557         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1558         as changes to <command> and <include>.
1560 2006-12-30  Michael Olson  <mwolson@gnu.org>
1562         * NEWS: Update.
1564         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1565         from muse-publish-math-tag to avoid conflict with
1566         muse-latex2png.el.
1568 2006-12-23  Michael Olson  <mwolson@gnu.org>
1570         * lisp/muse-latex2png.el: Update header, since this has been
1571         rewritten sufficiently to not need an assignment from the original
1572         author.
1573         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1574         (muse-latex2png): Use two underscores to separate prefix and hash.
1575         (muse-latex2png-region): New function split from
1576         muse-publish-latex-tag that can be used easily by other code.
1577         Detect whether we are using an HTML-based publishing style, and
1578         insert a simpler markup if we are not.  If we are using a
1579         Latex-based publishing style, do not generate an image, and leave
1580         the region alone.  Return the path of the generated image, in case
1581         other functions want to use this programmatically.
1582         (muse-publish-latex-tag): Set a default prefix based on the name
1583         of the current file.
1584         (muse-publish-math-tag): New tag that surrounds the region with
1585         "$" characters, so that it becomes a Latex math region, and then
1586         publishes it.
1588         * lisp/muse-publish.el (muse-style-derived-p): New function that
1589         returns non-nil if a given style, or the current style if omitted,
1590         is equal to or derived from the given base style.  This is useful
1591         in <lisp> tags, because it allows the user to specify markup that
1592         is only to be inserted for one particular style.
1594 2006-12-22  Michael Olson  <mwolson@gnu.org>
1596         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1597         (muse-html-src-tag): New function which publishes the <src> tag.
1598         Thanks to Clinton Ebadi and Charles Wang for the initial
1599         implementations.
1601         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1603 2006-12-21  Michael Olson  <mwolson@gnu.org>
1605         * examples/johnw/muse-johnw.el: Update for preferred
1606         muse-derive-style usage.  Rename to muse-init.el.
1608         * examples/mwolson/muse-init.el: Update.
1610         * lisp/muse-book.el (muse-book-publish): New function split from
1611         muse-book-publish-project.  This is used in the definitions for
1612         the book-latex and book-pdf styles.
1613         (muse-book-publish-p): New function split from muse-book-publish.
1614         (muse-book-get-directives): New function that retrieves the
1615         publishing directives from the given file.
1616         (muse-book-publish): Use muse-book-get-directives to set the title
1617         if no title was specified.
1619         * lisp/muse-project.el (muse-project): Add :publish-project entry
1620         to widget.
1621         (muse-read-project, muse-project-find-file): Message fix.
1622         (muse-project-publish-file-default): New function split from
1623         muse-project-publish-file.
1624         (muse-project-publish-file): Allow file-level publishing function
1625         to be specified by the :publish element.  The default is
1626         muse-project-publish-file-default.
1627         (muse-project-publish-default): New function split from
1628         muse-project-publish.
1629         (muse-project-publish): Allow project-level publishing function to
1630         be specified by :publish-project element.  The default is
1631         muse-project-publish-default.
1633         * lisp/muse-publish.el (muse-publish-file): Message fix.
1635         * texi/muse.texi (Book): Mention new way to publish books and
1636         provide an example, since the process may be non-obvious.
1638 2006-12-20  Michael Olson  <mwolson@gnu.org>
1640         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1641         content-modifying code from the rest of
1642         muse-docbook-finalize-buffer.
1644         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1645         muse-groff-finalize-buffer, since it adds content to the buffer.
1647         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1648         content-modifying code from the rest of muse-html-finalize-buffer.
1649         This fixes a bug when using <include> with <content> tags.
1651         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1652         (muse-journal-latex-munge-buffer)
1653         (muse-journal-rss-munge-buffer): Rename, since they add content to
1654         the buffer.
1656         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1657         muse-latex-finalize-buffer, since it adds content to the buffer.
1659         * lisp/muse-mode.el:
1660         * lisp/muse-project.el:
1661         * lisp/muse-publish.el:
1662         * lisp/muse.el: Fix recursive load error.
1664         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1665         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1667         * lisp/muse-wiki.el: Comment cleanup.
1669         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1671 2006-12-17  Michael Olson  <mwolson@gnu.org>
1673         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1674         Remove the definition of \comment, since Latex already has comment
1675         syntax.
1676         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1677         than our own.  Thanks to Ryan Stutsman for pointing this out.
1679 2006-12-02  Michael Olson  <mwolson@gnu.org>
1681         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1682         that this can generate a proper table of contents for Planner HTML
1683         publishing.
1685 2006-12-01  Michael Olson  <mwolson@gnu.org>
1687         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1688         using a very old Emacs, avoid an infinite loop that could occur
1689         when the regexp is an empty string.
1691 2006-11-26  Michael Olson  <mwolson@gnu.org>
1693         * NEWS: Bring up to date.
1695         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1696         list issues and multiple-stanza verse issues.  This takes care of
1697         all of the markup issues I was worried about.
1699         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1700         (muse-project-publish-private-files): New option that indicates
1701         whether files with private filesystem permissions should be
1702         published.  The default is to publish them, since it avoids
1703         confusion in new users.
1704         (muse-project-private-p): Use it.
1706 2006-11-19  Michael Olson  <mwolson@gnu.org>
1708         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1709         style is found, which means that the link is not a Muse page, do
1710         not add a suffix or prefix to it.  This should fix the
1711         "[[thing.owl]]" bug that Phillip Lord reported.
1713         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1714         removing unused 2nd argument.
1716 2006-11-17  Michael Olson  <mwolson@gnu.org>
1718         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1719         latex publishing where nested enumerated lists would be squashed
1720         together at the end.
1722 2006-11-16  Michael Olson  <mwolson@gnu.org>
1724         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1725         list embedded in a definition list look right.  This also allows
1726         for definitions to be separated from their terms, much like the
1727         way HTML does it by default, if the user puts a blank line or a
1728         line break between the term and the definition.  If the term and
1729         definition are on the same line, they will be that way in the
1730         output as well.
1732 2006-11-11  Michael Olson  <mwolson@gnu.org>
1734         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1735         for the report.
1736         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1738 2006-11-07  Michael Olson  <mwolson@gnu.org>
1740         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1741         release candidate for Muse 3.03, available.
1743         * NEWS: Update.
1745 2006-11-06  Michael Olson  <mwolson@gnu.org>
1747         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1748         following a relative link worked even when the path was incorrect.
1750 2006-11-04  John Sullivan  <john@wjsullivan.net>
1752         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1753         muse-follow-name-at-point to reduce collisions with other
1754         modes (Planner).
1756         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1758 2006-11-04  Michael Olson  <mwolson@gnu.org>
1760         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1761         optional, and make interwiki delimiter a regular rather than shy
1762         group.
1763         (muse-wiki-handle-implicit-interwiki): Rename from
1764         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1765         (muse-wiki-handle-explicit-interwiki): New function that is
1766         smarter about where an explicit link ends in a buffer.  This
1767         allows you to refer to page names with invalid Wiki characters,
1768         such as underscores and dashes, merely by enclosing them in double
1769         brackets.  Also, a bug with recognizing project names too loosely
1770         has been fixed.
1772 2006-11-03  Michael Olson  <mwolson@gnu.org>
1774         * lisp/muse-project.el (muse-project-page-file): Make relative
1775         links work as expected, hopefully.
1777         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1778         output style manually, since it will differ from anything in the
1779         publishing style list.
1781 2006-10-30  Michael Olson  <mwolson@gnu.org>
1783         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1784         grouping elements, since that no longer applies.
1785         (muse-colors-custom-tags): Explicitly match against
1786         muse-tag-regexp to get the match-data set the way we want.  This
1787         really fixes the <example> highlighting bug that Stefan reported.
1788         (muse-configure-highlighting): Set the original value to the
1789         symbol, not the modified value.  Re-use modified rules properly.
1791         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1792         introduced yesterday.
1794 2006-10-29  Michael Olson  <mwolson@gnu.org>
1796         * examples/mwolson: Update my example configuration.
1798         * NEWS: Update.
1800         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1801         without a regexp in the first position before iterating through
1802         them to build muse-colors-vector.  This fixes a bug with the
1803         display of <example> tags.  Thanks to Stefan Reichör for the
1804         report.
1806         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1807         files in projects to be linked to.
1809         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1810         to serve as a description for a URL, as long as it differs from
1811         the destination URL.  This fixes the description of WikPage links
1812         in PDF output.
1813         (muse-publish-link-file): Check to see whether the given link
1814         points at a valid file.  If so, return it.  Otherwise, apply other
1815         transforms like prefix and link suffix.
1817         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1818         "/", it is a file or directory, not a Muse page.  Thanks to
1819         Phillip Lord for the suggestion.
1821         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1822         of the current page as the local path, instead of duplicating the
1823         remote file's path.  This probably fixes at least one reported
1824         bug. since it's quite major.
1825         (muse-wiki-update-project-file-regexp)
1826         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1827         passed to regexp-opt, since that can cause Emacs 21 to throw an
1828         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1829         DOT edu for the report.
1830         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1832 2006-10-28  Michael Olson  <mwolson@gnu.org>
1834         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1835         (muse-project-resolve-link): If the given style does not have a
1836         link-suffix, default to suffix.  This fixes a bug I was noticing
1837         when linking to a file that was published in both PDF and HTML
1838         form.
1840         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1841         function that is used as a callback to determine the initial
1842         amount of indentation that the current dl item has.
1843         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1844         and the post-indent value, instead of trying to determine them
1845         both.
1846         (muse-publish-strip-list-indentation): New function stripped from
1847         `muse-publish-surround-text' for readability.
1848         (muse-publish-surround-text): Instead of taking a determine-indent
1849         value, take a determine-indent-func function, which is called just
1850         after finding the next list item.  If we are asked to determine
1851         the amount of indentation, concatenate indent and post-indent the
1852         first time around.  This effectively fixes all known definition
1853         list issues.
1855 2006-10-16  Michael Olson  <mwolson@gnu.org>
1857         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1858         other software -- namely, Planner -- can detect whether they are
1859         using a version of Muse that supports nested tags.
1860         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1861         muse-publish-goto-tag-end.
1863         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1864         Adapt for nested tags.
1866         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1867         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1868         this.
1870         * lisp/muse-publish.el (muse-publish-markup-tag)
1871         (muse-publish-quote-tag): Use muse-goto-tag-end.
1873         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1875 2006-10-15  Michael Olson  <mwolson@gnu.org>
1877         * AUTHORS: Bookkeeping.
1879         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1880         tag.
1882         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1883         tags.
1885         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1887         * lisp/muse-import-docbook.el (muse-import-docbook)
1888         (muse-import-docbook-files): Docfix.
1889         (muse-import-docbook-get-title): Remove cl.el-ism.
1891         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1893         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1895         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1897         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1898         (muse-next-reference, muse-previous-reference): Minor whitespace
1899         changes.
1900         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1901         the suggestion.
1903         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1905         * lisp/muse-publish.el (muse-publish-markup-tags)
1906         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1907         element and make 4th element determine whether tags are nestable.
1908         (muse-publish-goto-tag-end): New function that moves to the end of
1909         a tag.  Handle nested tags when NESTED is non-nil.
1910         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1911         5th element for function.
1912         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1913         this on several scenarios, and it seems to work.
1914         (muse-publish-surround-text): Accept new optional argument
1915         LIST-ITEM which determines the regexp to use for list items.  The
1916         default is to use muse-list-item-regexp.
1918         * muse.texi (Markup Tags): Mention nestable tags.
1920         * NEWS: Mention new files.
1922 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1924         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1925         into Muse format.
1927         * lisp/muse-import-xml.el: New file that provides helper routines
1928         for converting XML-ish files to Muse format.
1930 2006-10-10  Michael Olson  <mwolson@gnu.org>
1932         * NEWS: Update for 3.02.7 bugfix release.
1934 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1936         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1937         using the value in the muse #date directive.
1938         (muse-blosxom-use-metadate): New option that determines whether or
1939         not to use the #postdate directive.
1940         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1941         metadate plugin format.
1943 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1945         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1946         recognised URLs.
1948         * muse.texi: Clarify handling of implicit links by mentioning
1949         which characters can prevent Muse from recognizing something as an
1950         implicit link.
1952 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1954         * lisp/muse-mode.el (muse-next-reference)
1955         (muse-previous-reference): Fix bug #6367 by moving point to the
1956         beginning of the link.
1958 2006-09-26  Michael Olson  <mwolson@gnu.org>
1960         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1961         beginning-of-line.  This should fix a bug that was noticed in
1962         recent Emacs 22 builds.
1964         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1965         eval-and-compile block to avoid a compiler warning.
1967 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1969         * lisp/muse-backlink.el (muse-backlink-split-string):
1970         Compatibility with Emacs versions < 22
1971         (muse-backlink-pending): New internal variable
1972         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1973         that backlinks are inserted at the right time.
1974         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1975         for pending backlink, and that this is the targe page.
1976         (muse-backlink-handle-link): Don’t handle the link if we are
1977         already handling one. Return the link as well as the parent links.
1979 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1981         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1982         #6942 - muse-blosxom-new-entry fails when using tags.
1984 2006-09-14  Michael Olson  <mwolson@gnu.org>
1986         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1987         compiler warning.
1989 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1991         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1992         function: Protect all wikiwords from START to END from further
1993         processing.
1994         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1996 2006-09-13  Michael Olson  <mwolson@gnu.org>
1998         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1999         adopted from Jim Ottaway's patch.  It removes links from the
2000         heading, and then marks the region read-only to inhibit WikiWord
2001         detection.
2003 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2005         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2006         special handling for headings.
2007         (muse-texinfo-remove-links): New function that removes explicit
2008         links from the given strings, replacing them with a description.
2010 2006-09-11  Michael Olson  <mwolson@gnu.org>
2012         * muse.texi (Getting Help and Reporting Bugs): Mention the
2013         muse-el-internationalization mailing list.
2015         * lisp/muse.el (muse-path-sans-extension): New function that acts
2016         like file-name-sans-extension, but guarantees to never modify the
2017         directory part of the path.  Thanks to Evan Monroig for
2018         investigating this.
2020         * lisp/muse-book.el (muse-book-publish-project): Use
2021         muse-path-sans-extension instead of file-name-sans-extension.
2023         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2024         Ditto.
2026 2006-08-30  Michael Olson  <mwolson@gnu.org>
2028         * muse.texi (Blosxom Requirements): Fix typo.
2030         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2031         directories for bzr and darcs.
2033         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2034         contrib/pyblosxom/getstamps.py: Update version and headers.
2036 2006-08-27  Michael Olson  <mwolson@gnu.org>
2038         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2039         nil values before they get to mapconcat.  This fixes a lockup when
2040         muse-wiki-match-all-project-files is nil.
2042         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2043         (muse-wiki-ignore-implicit-links-to-current-page)
2044         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2045         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2046         (muse-wiki-publish-small-title-words)
2047         (muse-wiki-publish-pretty-title): Docfix.
2048         (muse-wiki-update-local-wikiword-regexp): Rename from
2049         muse-wiki-update-local-wikiword-regexp.  Set
2050         muse-wiki-project-file-regexp instead of
2051         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2052         take muse-wiki-use-wikiword into account, since this is a
2053         different concept now.
2054         (muse-wiki-update-wikiword-regexp): Remove.
2055         (muse-wiki-wikiword-regexp): In-line the :set function.
2056         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2058 2006-08-26  Michael Olson  <mwolson@gnu.org>
2060         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2061         for indented list items, ignore blank lines.
2063         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2064         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2065         mapconcat.  This should hopefully fix a problem with large amounts
2066         of files with spaces in their name.  Thanks to Greg Detre for the
2067         report.
2069 2006-08-24  Michael Olson  <mwolson@gnu.org>
2071         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2072         numbers from the argument to format-time-string.  This fixes an
2073         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2075 2006-08-18  Michael Olson  <mwolson@gnu.org>
2077         * lisp/muse-project.el (muse-project-file-entries): Since we are
2078         given a full path, match against the filename as well.  This fixes
2079         an issue where backup files were being added to the file alist.
2081         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2082         from muse-html.el.
2084 2006-08-12  Michael Olson  <mwolson@gnu.org>
2086         * Makefile (.PHONY): Don't use line continuations.
2087         (realclean fullclean): Call realclean in subdirs, not distclean.
2088         (distclean): Don't call realclean, since this would wipe out our
2089         autoloads file.
2090         (dist): Use correct path to autoloads file.
2092         * NEWS: Catch up with the latest changes.
2094         * experimental/Makefile (.PHONY): Wrap long line.
2096         * lisp/Makefile (distclean): Do the same thing as "clean", not
2097         "realclean".
2099         * lisp/muse-project.el (muse-project-get-applicable-style):
2100         Indentation tweak.
2101         (muse-project-ignore-regexp, muse-project-recurse-directory):
2102         Docfix.
2103         (muse-project-of-file): Try the ignored files regexp against the
2104         base filename as well as the entire path.
2106         * lisp/muse-publish.el (muse-publish-this-file): Display message
2107         if the buffer is not associated with any file, so that we avoid
2108         errors later on.
2109         (muse-publish-url-desc): New function taken from muse-publish-url
2110         that causes a URL description to be transformed.
2111         (muse-publish-url): Call muse-publish-url-desc on either the
2112         description or the original URL if it will be used as a
2113         description.  Accept the original URL as an argument, in case it
2114         was transformed earlier.
2115         (muse-publish-insert-url): Pass original URL as an argument.
2116         (muse-publish-markup-link): Make this somewhat easier to follow.
2117         Pass original URL as argument.
2118         (muse-publish-get-style): If the same style is used to publish to
2119         two different directories, prompt the user for which directory to
2120         use.
2121         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2122         latest changes.
2123         (muse-publish-markup-url): Pass original URL as an argument.  This
2124         fixes the "nil" description for bare URLs that was in 3.02.91.
2125         Nothing like finding a bug just after completing the announcement
2126         of a release.
2128         * lisp/muse.el: Use defalias whenever convenient.
2129         (muse-version): Set version to 3.02.92 (3.03 RC2).
2131 2006-08-10  Michael Olson  <mwolson@gnu.org>
2133         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2134         style does not derive from any other class, return `t' here.
2135         This, along with the corresponding change to muse-publish.el,
2136         fixes a problem with the table of contents getting inserted
2137         multiple times for custom html-based styles.
2138         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2139         smarter method for table centering that works with XHTML.
2141         * lisp/muse-latex2png.el Rename all functions to have a
2142         "muse-latex2png" prefix.  Turn all variables into customizable
2143         options in the muse-latex2png group.
2144         (muse-latex2png-img-dest): New option specifying where to place
2145         the images.
2146         (muse-latex2png-template): New option containing the template to
2147         use for the surrounding LaTeX code.
2148         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2149         compliance.
2150         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2151         messages when something else goes wrong.  Create the image
2152         subdirectory if it doesn't exist already -- thanks to Christian
2153         Straßer for the report.  Expand the filename properly.
2154         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2155         and filename expansion.
2156         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2157         the default directory properly.
2159         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2160         do not run the same function twice.
2162 2006-08-08  Michael Olson  <mwolson@gnu.org>
2164         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2165         introduced wrong-type-argument error.
2167         * lisp/muse-html.el (muse-html-markup-strings)
2168         (muse-xhtml-markup-string): Cause table definition that contains
2169         image to be center-aligned.  This should fix an issue with images
2170         not being centered when captions are very long.
2172         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2173         whitespace from fields once we have split them up.
2175         * lisp/muse.el (muse-trim-whitespace): New function that strips
2176         leading and trailing whitespace from a string.
2178 2006-08-07  Michael Olson  <mwolson@gnu.org>
2180         * NEWS: Update through patch-95.
2182         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2183         to match the tags.
2184         (muse-colors-explicit-link): Show images in link descriptions if
2185         inlined images are enabled.
2187         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2188         definitions for 'image-with-desc, 'image, and 'image-link.
2189         (muse-docbook-markup-paragraph): If an inlined image begins a
2190         paragraph, insert <para> before it.
2191         (muse-docbook-fixup-images): New function that upper-cases the
2192         "format" attribute of the <imagedata> tag.
2193         (muse-docbook-finalize-buffer): Call it.
2195         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2196         with descriptions as centered tables, with a centered caption
2197         underneath.  The resulting look is consistent with the way that
2198         they are published in the LaTeX style.  Thanks to Jody Klymak for
2199         the suggestion.
2200         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2201         valid way to center a table.
2202         (muse-html-markup-paragraph): Use class="image" instead of
2203         "image-link" for paragraphs that start with an embedded image.
2205         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2206         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2207         suggestion.
2208         (muse-latex-markup-specials-image): New option that enables
2209         escaping of specials in images.  This was split from the URL
2210         specials.
2211         (muse-latex-decide-specials): Handle 'image context.
2212         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2213         of relying on caller to do this for us.
2215         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2216         'image context.
2217         (muse-publish-url): Use 'image context for images.  Use 'image
2218         instead of 'image-link and 'image-link in place of
2219         'url-with-image.  Separate the image file from its extension so
2220         that docbook and texinfo can publish images correctly.
2221         (muse-publish-markup-link): Don't force a description if one is
2222         not given.  This fixes a bug where images without descriptions
2223         were being published as 'image-with-desc instead of 'image.
2225         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2226         images the same as URLs.
2227         (muse-texinfo-markup-strings): Improve image markup to achieve an
2228         effect similar to that of the LaTeX publishing style.  Simplify
2229         'url string.
2231         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2233         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2234         when we have to use the custom version of this function.
2236         * muse.texi (Images): Explain how to toggle inlining of images and
2237         give better examples.  Mention captions and that captioned images
2238         should not be used inside of text paragraphs.
2239         (Markup Strings): Bring up-to-date with the changes made since
2240         3.02.
2242 2006-08-06  Michael Olson  <mwolson@gnu.org>
2244         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2245         in the Emacs source tree.
2247         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2248         in the Emacs source tree.
2250         * ChangeLog.3: New file created from the old ChangeLog.
2252         * Makefile.defs (VERSION): Set to 3.02.91.
2254         * NEWS: Update through patch-84.
2256         * lisp/muse.el (muse-version): Set to 3.02.91.
2258         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2259         attributes.
2260         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2261         delimiter are instead of hard-coding it.
2263         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2264         (muse-mode): Make filling definition lists work better.  This
2265         should fix #5359.
2267         * lisp/muse-publish.el (muse-style-run-hooks): Use
2268         `muse-style-element' instead of `muse-get-keyword' here.  This
2269         should fix #6399.
2271         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2273 See ChangeLog.3 for earlier changes.
2275 ;; Local Variables:
2276 ;; coding: utf-8
2277 ;; End: