manual: Document <cite> tag.
[muse-el.git] / ChangeLog
blob046a37be54409767689787929af31db3726222e7
1 2007-08-14  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
4         specials in heading now, rather than waiting on the whole-document
5         pass later on.  This lets <contents> generation work without
6         validation errors.  Thanks to Reid van Melle for the report.
8         * texi/muse.texi (Tag Summary): Document <cite> tag.
10 2007-08-12  Michael Olson  <mwolson@gnu.org>
12         * lisp/muse-html.el (muse-html-strip-links): New function that
13         strips HTML links from a string.
14         (muse-html-insert-contents): Use it, instead of
15         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
16         involving the use of <sup> in section titles.
18         * lisp/muse-project.el (muse-project-resolve-directory): New
19         function that figures out the directory part of the path that
20         provides a link to a page.
21         (muse-project-resolve-link): Expand docstring.  Use the new
22         function.  Don't call muse-publish-link-file, because that does
23         the wrong thing when we have muse-file-extension set to nil.
24         Thanks to Sebastian Obermanns for the report.
25         (muse-project-publish-this-file): Let-bind muse-current-project.
26         Also, if the file is not associated with a project, fall back to
27         muse-publish-this-file.
28         (muse-project-set-variables): Add this to
29         muse-before-publish-hook, so that it gets called.  This fixes a
30         bug where project-specific variables were being used in Muse mode,
31         but ignored when publishing.
33         * lisp/muse-publish.el (muse-publish-link-name)
34         (muse-publish-link-file, muse-publish-link-page): Add docstrings
35         so that I can remember what each of these things do.
36         (muse-publish-strip-tags): Remove, since it is no longer used.
37         (muse-publish-cite-tag): Don't let-bind
38         muse-publishing-directives, because there is no need to do so.
39         Fix code indentation.
40         (muse-publish-markup-attribute): Avoid multiple evaluation of
41         attrs argument, in case it is list value instead of a symbol.  Use
42         sexp instead of form in the edebug-form-spec.
43         (muse-publish-include-tag): Make a full copy of
44         muse-publishing-directives, since it can be modified with setcdr.
45         This fixes a bug where #title and some other directives were
46         leaking out of an included region.
47         (muse-publish-mark-up-tag): Don't let-bind
48         muse-publishing-directives, because there is no need to do so.
50         * lisp/muse.el (muse-page-name): Improve docstring.
52         * texi/muse.texi (Development): Mention the http method for
53         anonymous git access to the shared repo.
55 2007-08-10  Michael Olson  <mwolson@gnu.org>
57         * Makefile (dist, debprepare): Use git instead of tla.
59         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
61         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
62         Use muse-insert-file-contents.
64         * experimental/muse-split.el (muse-publish-file)
65         (muse-publish-presplit-publish, muse-publish-no-split-function)
66         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
67         muse-insert-file-contents.
69         * lisp/muse-book.el (muse-book-publish-chapter)
70         (muse-book-get-directives): Use muse-insert-file-contents.
72         * lisp/muse-http.el (muse-http-render-page): Use
73         muse-insert-file-contents.
75         * lisp/muse-poem.el (muse-poem-markup-tag): Use
76         muse-insert-file-contents.
78         * lisp/muse-publish.el (muse-insert-file-or-string)
79         (muse-publish-file, muse-publish-include-tag)
80         (muse-published-contents): Use muse-insert-file-contents.
82         * lisp/muse.el (muse-insert-file-contents): New function that
83         inserts a file with character code conversion, but none of the
84         other frivolities.  Since insert-file-contents-literally does not
85         do character code conversion, it is not suitable for us.
86         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
87         than insert-file-contents-literally.
89 2007-08-09  Michael Olson  <mwolson@gnu.org>
91         * lisp/muse.el (muse-write-file): Pay attention to
92         coding-system-for-write and save-buffer-coding-system.  This
93         should fix a recently-introduced bug with writing Muse pages in
94         different coding systems.
96 2007-08-08  Michael Olson  <mwolson@gnu.org>
98         * README (Prerequisites): Fix typo.
99         (Compilation, Installation): Update.
100         (Documentation, Further Documentation): Update URLs.
101         (Further Documentation): Add quick blurb on how to participate in
102         Muse development or track changes.
104         * texi/muse.texi (Releases): Use gna.org URL for downloading the
105         latest release, rather than my website.
106         (Development): Change instructions to use git instead of
107         Arch. Mention where to get a Windows binary for git.  Improve the
108         look of the listing.  Add section with instructions for Becoming a
109         Muse developer.
110         (Installation): Update instructions for Makefile.defs.default and
111         XEmacs.  Add index entries.  Add section for ELPA, since Muse
112         ought to be distributed in ELPA after the 3.10 release.  Fix typo
113         and clarify wording.
115 2007-08-06  Michael Olson  <mwolson@gnu.org>
117         * texi/muse.texi: Make sure that attributes are marked up with
118         @option{} rather than @code{} or @samp{} for consistency.
119         (Journal): Add "muse-project-alist-considerations" subheading,
120         along with a mention of :base-url.
122 2007-08-05  Michael Olson  <mwolson@gnu.org>
124         * .gitignore: Add texi/muse.html and the DVC log edit file.
126         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
127         Turn this into something that can be called like a command, due to
128         needing to deal with XEmacs, which has different argument order.
129         Thanks to Terrence Brannon for the report.
131         * lisp/muse-project.el (muse-project-of-file): Simplify by using
132         catch, throw, and dolist.  Look for exact matches before
133         considering any subdirectories.  If no exact matches are found,
134         then pick the longest match.
136         * lisp/muse.el (muse-sort-by-rating): Mention default test in
137         documentation.
139         * scripts/muse-build.el: Avoid interference from VC.el in the
140         build process.
142         * texi/Makefile (install): Call install_info.
144 2007-08-03  Michael Olson  <mwolson@gnu.org>
146         * lisp/muse-project.el (muse-project-applicable-styles): Remove
147         useless argument ignore-regexp.  Use saner logic.  This fixes a
148         bug where a file could potentially not exist but still appear in
149         the used-styles list.  Thanks to John Wiegley for the fix.
150         (muse-project-publish-file): Don't take ignore-reegxp argument.
152 2007-08-02  Michael Olson  <mwolson@gnu.org>
154         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
155         VC when publishing files in batch.  This avoids some annoying
156         messages when building QuickStart in the examples directory.
158         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
159         inserting a comment.
161 2007-07-31  Michael Olson  <mwolson@gnu.org>
163         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
164         that Muse can be recompiled without running "make clean" after an
165         update.
167         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
168         delete forward one character, since we are guaranteed to be on a
169         blank line.  Don't delete all initial whitespace of the first
170         line.  This fixes an issue where the output from the verse tag did
171         not match the output from Muse's verse syntax.
173 2007-07-29  Michael Olson  <mwolson@gnu.org>
175         * Relicense to GPLv3.
177         * Makefile.defs.default: Rename from Makefile.defs.  This allows
178         people to copy this file to Makefile.defs and make changes,
179         without having the changes be accidentally committed.  If
180         Makefile.defs does not exist, this file is read instead, in order
181         to minimize inconvenience to the casual user.
183         * Makefile, contrib/Makefile, examples/Makefile,
184         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
185         Makefile.defs.default or Makefile.defs.
187         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
188         function names.
189         (muse-l-e-m-m-insert-list-item): Add real documentation.
190         (muse-l-e-m-m-increase-list-item-indent)
191         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
192         real documentation.
193         (muse-list-edit-minor-mode): Improve documentation.
195         * texi/doclicense.texi (GNU Free Documentation License): Use
196         pristine copy from Emacs source tree.
198         * texi/muse.texi (Contributors): Move node and appendix indicators
199         here, rather than doclicense.texi.
201 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
203         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
204         command which did not work correctly
206         * lisp/muse-context.el (muse-context-markup-strings): Change rule
207         command which did not work correctly; defined verse commands
208         (muse-context-markup-specials-literal): Eliminate all unuseful entries
210 2007-07-29  Michael Olson  <mwolson@gnu.org>
212         * contrib/httpd.el (httpd-send-file): Use
213         insert-file-contents-literally instead of insert-file-contents.
215         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
216         Use insert-file-contents-literally instead of
217         insert-file-contents.
219         * experimental/muse-split.el (muse-publish-file)
220         (muse-publish-presplit-publish, muse-publish-no-split-function)
221         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
222         insert-file-contents-literally instead of insert-file-contents.
224         * lisp/muse-book.el (muse-book-publish-chapter)
225         (muse-book-get-directives): Use insert-file-contents-literally
226         instead of insert-file-contents.
228         * lisp/muse-http.el (muse-http-render-page): Use
229         insert-file-contents-literally instead of insert-file-contents.
231         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
232         nowhere when done, since they can slow things down.
234         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
235         marker to nowhere when done, since they can slow things down.
237         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
238         when done, since they can slow things down.  Use
239         insert-file-contents-literally instead of insert-file-contents.
241         * lisp/muse-publish.el (muse-publish-markup-tag)
242         (muse-publish-markup-word, muse-publish-markup-footnote)
243         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
244         done, since they can slow things down.
245         (muse-insert-file-or-string, muse-publish-file)
246         (muse-publish-include-tag, muse-published-contents): Use
247         insert-file-contents-literally instead of insert-file-contents.
248         (muse-publish-surround-dl): Remove unused variable.  Track whether
249         a term has been found, and handle that case well.
250         (muse-publish-ensure-blank-line): Use a marker, so that we don't
251         lose our place when adding a newline.  This really fixes the
252         definition list item bug.
253         (muse-publish-markup-list): Since people do seem to want
254         definition lists with no terms, allow this.
255         (muse-batch-publish-files): Set muse-current-output-style.
257         * lisp/muse.el (muse-with-temp-buffer): Mention
258         `insert-file-contents-literally'.
260 2007-07-28  Michael Olson  <mwolson@gnu.org>
262         * lisp/muse-mode.el (muse-browse-result): Set
263         muse-current-output-style.
264         (muse-mode): Don't duplicate the paragraph-start regexp
265         unnecessarily.
266         (muse-list-edit-minor-mode-map): New variable containing the
267         keymap for Muse list edit minor mode.
268         (muse-l-e-m-m-list-item-regexp): New variable that matches list
269         items for Muse list edit minor mode.
270         (muse-l-e-m-m-insert-list-item,
271         muse-l-e-m-m-i-list-item-indentation)
272         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
273         item functions that change the list item regexp before calling the
274         existing function.
275         (muse-l-e-m-m-data): New variable that keeps track of the fill
276         data that we overwrite when activating Muse list edit minor mode,
277         so that we can restore it if the minor mode is toggled off.
278         (muse-list-edit-minor-mode): New minor mode that is useful for
279         editing lists in other major modes.
280         (turn-on-muse-list-edit-minor-mode)
281         (turn-off-muse-list-edit-minor-mode): New interactive functions
282         that turn Muse list edit minor mode on and off, respectively.
283         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
284         regexps.
286         * lisp/muse-project.el (muse-project-publish-this-file): Set
287         muse-current-output-style.  This fixes a bug when publishing to a
288         style that is not first in the list of styles.  Thanks to Jean
289         Magnan de Bornier for the report.
291         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
292         function that ensures that a blank line exists in the line before
293         point.
294         (muse-publish-markup-list): Use it, rather than
295         `muse-publish-ensure-block'.  This fixes a bug with definition
296         list publishing.  Thanks to meandtheshell for reporting this.
298         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
299         project argument is nil, default to the current project instead of
300         the first project entry in muse-project-alist.  This seems much
301         more sane to me.
303         * lisp/muse.el (muse-forward-list-item): Only check the 'face
304         property if we are in Muse mode or one of its derivatives.  This
305         allows movement on nested lists to work in other modes, and fixes
306         an issue with altering list indentation in
307         muse-list-edit-minor-mode.
309 2007-07-27  Michael Olson  <mwolson@gnu.org>
311         * AUTHORS: Add new authors.
313         * README: Permit Muse to be called "Emacs-Muse".
315         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
317         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
318         involving list items that have an extra blank line in front.
320         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
321         and Emacs-Muse are the same thing.
323 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
325         * lisp/muse-context.el (muse-context-header): Put
326         starttext after the modules who must be in preamble.
327         (muse-context-markup-strings): Fixed mistake in begin-example and
328         end-example.
330         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
331         math environment in ConTeXt when centered: "$$ $$" has to be
332         "\startformula \stopformula".
334 2007-07-26  Michael Olson  <mwolson@gnu.org>
336         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
337         parentheses in URLs.
339 2007-07-24  Michael Olson  <mwolson@gnu.org>
341         * examples/QuickStart.muse (Images): Fix typo where some text
342         existed in the output but not in the example region.
343         (Source Code): Fix another typo.  Explain that publishing from
344         console or X can make a difference.
346         * lisp/muse-context.el (muse-context-pdf-program): New option that
347         determines the program to use for generating PDF files for
348         ConTeXt.
349         (muse-context-pdf-cruft): New option that specifies the extensions
350         of files to remove after generating PDF output successfully.
351         (muse-context-slides-header): Docfix.
352         (muse-context-pdf-generate): Use new options.
354         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
355         save-restriction call.  This was causing a world of hurt when
356         using <lisp> inside of <include>.
358         * texi/muse.texi (ConTeXt): New section that documents how to use
359         the ConTeXt publishing styles.
361 2007-07-23  Michael Olson  <mwolson@gnu.org>
363         * lisp/muse-context.el: New file that provides support for
364         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
365         de Bornier for his work on this.
367         * lisp/muse-docbook.el (muse-docbook-entities)
368         (muse-docbook-bibliography): Remove unneeded save-restriction use.
370         * lisp/muse-latex2png.el (muse-publish-latex-tag):
371         s/contex/context/.
373         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
374         (muse-latex-bibliography): Remove call to `widen', since it is not
375         needed anymore.  Remove unneeded save-restriction use.
376         ("slides", "slides-pdf"): Indent elements uniformly.
378 2007-07-22  Michael Olson  <mwolson@gnu.org>
380         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
381         * lisp/muse-mode.el (muse-insert-tag):
382         * lisp/muse-project.el (muse-read-project)
383         (muse-read-project-file):
384         * lisp/muse-publish.el (muse-publish-get-style): Use
385         muse-completing-read-function.
387         * lisp/muse-latex2png.el (muse-publish-latex-tag)
388         (muse-publish-math-tag): Allow the contex style -- which I plan to
389         include soon -- to work with these tags.
391         * lisp/muse.el (muse-completing-read-function): New option that
392         determines which function to call when doing a completing-read.
394 2007-07-15  Michael Olson  <mwolson@gnu.org>
396         * lisp/muse-journal.el (muse-journal-html-entry-template)
397         (muse-journal-rdf-entry-template)
398         (muse-journal-rss-entry-template): Mention that this can be text
399         or a filename.
400         (muse-journal-rdf-entry-template, muse-journal-rss-header)
401         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
402         newlines to make the output look nicer.
403         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
404         Use muse-insert-file-or-string for the entry templates, rather
405         than muse-insert-markup.  This allows <lisp> and <markup> tags to
406         be acted on.  Thanks to Scott Hyde for the report.
407         (muse-journal-html-munge-buffer): Escape quote of the day using
408         entire-document specials before snarfing it.  Mark entire template
409         as read-only -- this fixes an incorrect escaping bug.  Remove
410         read-only properties before replacing template matches so that
411         they can still be escaped with entire-document specials later on.
412         (muse-journal-rss-munge-buffer): Make sure that title is escaped
413         properly.
414         (muse-journal-markup-tags): Rename from
415         muse-journal-latex-markup-tags, because we will use it for
416         journal-rss-entry as well.
417         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
418         end-quote-item.
419         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
420         html.
421         ("journal-latex", "journal-pdf", "journal-book-latex")
422         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
423         muse-journal-latex-markup-tags.
424         ("journal-rss-entry"): New style that is used by journal-rss and
425         journal-rdf to mark up individual entries.  It is needed so that
426         we can do something meaningful with the qotd tag.
427         (muse-journal-rdf-summarize-entries): Set this to nil by default,
428         because it is annoying.  Update docs to mention this.
429         (muse-journal-rss-summarize-entries): Docfix.
431         * lisp/muse-publish.el (muse-insert-file-or-string): Use
432         muse-publish-markup-header-footer-tags.  I'm not quite sure how
433         this change got reverted.
434         (muse-markup-tag-info): Make into a function.  Move common code
435         here, rather than duplicating it in two places.  Deal with case
436         where muse-publish-use-header-footer-tags is non-nil.
437         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
438         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
439         warning.
440         (muse-publish-use-header-footer-tags): New variable that indicates
441         whether we should use just the header and footer tags, rather than
442         the full set.
443         (muse-insert-file-or-string): Bind
444         muse-publish-use-header-footer-tags to t.
445         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
446         Simplify call to muse-markup-tag-info.
447         (muse-publish-mark-up-tag): Bind
448         muse-publish-use-header-footer-tags to nil.
450         * texi/muse.texi (Journal): Update for recent changes.
452 2007-07-14  Michael Olson  <mwolson@gnu.org>
454         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
455         delete the remainder of the buffer, since this causes the
456         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
457         the report and the suggested fix.
459         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
460         beginning of table-el regexp.  This fixes a bug where Muse stalls
461         when trying to publish a malformed table.  Thanks to Ye Wenbin for
462         the report and the suggested fix.
464 2007-07-12  Michael Olson  <mwolson@gnu.org>
466         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
467         default, rather than the empty string.  This really fixes the bug
468         that occurred when using Muse with muse-project-alist set to nil.
469         Thanks to Jonathan Underwood for the report.
470         (muse-wiki-update-interwiki-regexp): Set
471         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
472         defined.
473         (muse-wiki-handle-implicit-interwiki)
474         (muse-wiki-handle-explicit-interwiki): Handle case where
475         muse-wiki-interwiki-regexp is nil.
477 2007-07-10  Michael Olson  <mwolson@gnu.org>
479         * lisp/muse-mode.el (muse-grep): Abort search if the current
480         project contains no directories.
482         * lisp/muse-project.el (muse-project-file-alist): If
483         muse-project-alist is not defined, or project is nil, return nil
484         right away.  This ought to fix a bug that occurred when using Muse
485         with muse-project-alist set to nil.
486         (muse-project-of-file): Make sure muse-project-alist is not nil.
487         (muse-project-save-buffers): Make sure project is not nil.
489         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
490         case where muse-project-alist is nil.
492         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
493         for XEmacs, since color-theme.el is poorly behaved, and defines
494         its own replace-in-string.  Bad color-theme.el -- no cookie for
495         you.
497 2007-07-01  Michael Olson  <mwolson@gnu.org>
499         * Makefile (.PHONY): Update for new debian package rules.
501         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
503         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
504         Use save-restriction properly.
505         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
507         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
508         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
509         properly.
510         (muse-latex-bibliography): Re-indent.
512         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
513         higher.  This fixes an error at startup with some versions of
514         Emacs.
515         (muse-publish-cite-tag): Re-indent.
517         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
518         to the end of the link part, so as to exclude the description from
519         the match.  This fixes a bug with three-part links that have
520         descriptions.  Thanks to everyone who pointed it out.
522 2007-06-18  Michael Olson  <mwolson@gnu.org>
524         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
525         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
526         1.1 specific markup strings.
527         (muse-html-insert-anchor): Use 'anchor string, rather than
528         hard-coding it.  Thanks to Chris Corsair for the suggestion.
529         ("xhtml1.0"): New style that is an alias for the xhtml style.
530         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
532 2007-06-17  Michael Olson  <mwolson@gnu.org>
534         * examples/QuickStart.muse: Make images local so that the Info
535         version of this document works.  Add <example> for the Literal
536         paragraphs chapter, so that it is clear what is happening.
538         * Makefile: Add elpa target, which is used for building an ELPA
539         package for Muse.
541         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
542         building ELPA packages.
544         * examples/Makefile (%.html, %.pdf, %.info): Add message to
545         indicate what we are publishing.
546         (realclean distclean fullclean): Remove all TeX crud.
548         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
549         that the Info version of QuickStart can publish correctly.
551         * lisp/muse-latex.el (muse-latex-slides-header)
552         (muse-latex-lecture-notes-header): Docfix.
554         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
555         the list of things to ignore.
557         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
558         variable.
560         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
561         default to nil, since texinfmt.el is a serious nuisance.
562         (muse-texinfo-markup-strings): Add newlines to begin-example and
563         end-example.
564         (muse-texinfo-decide-specials): Also escape URL-type specials in a
565         whole slew of other contexts.
567         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
568         muse-xml.
570         * lisp/muse-xml.el (muse-xml-footer): Docfix.
572         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
574 2007-06-16  Michael Olson  <mwolson@gnu.org>
576         * etc/IDEAS.muse: Add some ideas from David D. Smith.
578         * examples/QuickStart.muse: Overhaul.
580         * lisp/muse-project.el (muse-project): Call the last part of a
581         muse-project-alist entry "Output styles" rather than "styles".
583         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
584         where we have a pipe character at the beginning of line.
586         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
587         causing tables to not be sorted at all.
589         * texi/muse.texi: Overhaul.  It would be too time-consuming to
590         list all of the changes here.  The "Getting Started" and
591         "Projects" chapters, in particular, were heavily revised.
593 2007-06-15  Michael Olson  <mwolson@gnu.org>
595         * NEWS: Update.
597         * examples/QuickStart.muse: Mention new features.
599         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
600         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
601         terminal, and C-c TAB is more important.  Most people will not
602         want to toggle images on and off that often.
604         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
605         C-i as well, so that it works in the terminal.
607         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
608         look a bit tidier when removing the region.
610         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
611         list regexp part before other parts.
612         (muse-ol-item-regexp): New regexp that specifies how to match an
613         ordered list item.
614         (muse-ul-item-regexp): New regexp that specifies how to match an
615         unordered list item.
616         (muse-table-field-regexp): New regexp that specifies how to match
617         a definition list entry.
619         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
620         lack of support for @headitem in texinfmt.el.
622         * lisp/muse.el: Wrap muse-line-beginning-position and
623         muse-line-end-position in `eval-and-compile', since they are now
624         used in muse.el.
625         (muse-list-item-type): Use a simpler algorithm for detecting which
626         kind of list item we have.  This fixes a bug where a number in a
627         definition list term was being detected incorrectly as an ordered
628         list item.  Fixes bug #6250.
629         (muse-forward-list-item): Get the entire line with the list item.
630         For some reason, Emacs 21 was not populating match 2 correctly,
631         unlike Emacs 22, so this workaround was needed.
633         * texi/muse.texi: (Keystroke Summary): Remove C-c
634         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
635         alternative keybinding to the C-c TAB stuff.  Mention
636         muse-colors-toggle-inline-images.
638 2007-06-14  Michael Olson  <mwolson@gnu.org>
640         * README: Mention that RelaxNG schema is in etc/ directory.
642         * etc/emacs-wiki-migration.txt: New document that explains how to
643         migrate from emacs-wiki to Muse.
645         * etc/muse.rnc: Increment version number to 1.0.  Fix several
646         nested emphasis and nested lists edge cases.  Move here from
647         examples/.
649         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
650         same thing as C-c C-S-t, since the former works better in the
651         console.  Thanks to Leo for the suggestion.
653         * lisp/muse-publish.el (muse-publish-markup-table)
654         (muse-publish-markup-table-el): Include a newline in the return
655         string, so that paragraph detection does not get confused.
657         * lisp/muse.el (muse-with-temp-buffer): Docfix.
659         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
660         keybinding.
662 2007-06-13  Michael Olson  <mwolson@gnu.org>
664         * etc/IDEAS.muse: Mark three-part-links item as done.
666         * experimental/muse-message.el: Remove guard for muse-define-style
667         calls.
669         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
670         markup rules were being interpreted in reverse order.  This should
671         make implicit interwiki links work properly again.
672         (muse-link-face): Strip anchor from end of a path, so that this
673         works with anchors in interwiki links.
674         (muse-colors-insert-image): Catch error that occurs in Emacs 21
675         when an image does not exist.
677         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
678         anchors.
679         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
680         interwiki links work.  Thanks to Jim Ottaway for the initial
681         implementation.
682         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
683         links work.
685         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
686         about match 0.
687         (muse-handle-explicit-link): Docfix: this does not modify the
688         match data.
689         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
690         that has the regexp in its car.
692 2007-06-12  Michael Olson  <mwolson@gnu.org>
694         * README: Document new etc/ directory.
696         * etc/IDEAS.muse: Install things from new contributors just after
697         the 3.03 release, since I won't have time to review the code
698         before the release.  Move to new etc/ directory.  Slides
699         publishing has been installed.
701         * lisp/muse-latex.el (muse-latex-slides-header): New option that
702         determines the header to use for publishing slides.
703         (muse-latex-lecture-notes-header): New option that determines the
704         header to use for publishing lecture notes.
705         (muse-latex-slides-markup-tags): New option containing tags to use
706         when publishing slides.
707         (muse-latex-permit-contents-tag): Move higher in file.
708         (muse-latex-slide-tag): New function to publish the <slide> tag.
709         ("slides", "slides-pdf"): New publishing styles that create slides
710         using Beamer.
711         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
712         create lecture notes using Beamer.
714         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
715         since otherwise Planner is not happy when `plan' is called during
716         init.  Remove stray quote from autoload snippet.
718 2007-06-11  Michael Olson  <mwolson@gnu.org>
720         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
721         autoload, rather than having it exist at top-level.  Thanks to Leo
722         for the suggestion.
723         (muse-update-file-extension): Docfix.
725 2007-06-10  Michael Olson  <mwolson@gnu.org>
727         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
728         URLs were being removed during publishing.  Thanks to everyone who
729         reported this.
731 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
733         * lisp/muse-book.el
734         * lisp/muse-docbook.el
735         * lisp/muse-latex.el
736         * lisp/muse-publish.el: added support for <cite> element which
737         denotes in-text citations
739         * lisp/muse-html.el
740         * lisp/muse-groff.el
741         * lisp/muse-texinfo.el
742         * lisp/muse-xml.el: added support for <cite> element (stub)
744 2007-06-06  Michael Olson  <mwolson@gnu.org>
746         * lisp/muse-regexps.el (muse-table-line-regexp)
747         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
748         regexps so that they work with XEmacs 21.  Thanks to Adrian
749         Tritschler for the report.
751         * texi/muse.texi: Update copyright years.
752         (HTML): Document muse-xhtml-style-sheet.  Thanks
753         to thorne for noticing.
754         (Development): Change archive year to 2006.  Thanks to Adrian
755         Tritschler for noticing.  So *that's* why some people had the 2005
756         version ....
758 2007-06-05  Michael Olson  <mwolson@gnu.org>
760         * Makefile (install-info): Remove $(MANUAL).info part, since this
761         is taken care of already by texi/Makefile.  Thanks to Leo for the
762         report.
764         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
765         read-only properties to qotd contents, so that they don't get
766         double-escaped.  Thanks to Leo for the report.
768 2007-06-04  Michael Olson  <mwolson@gnu.org>
770         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
771         -- that is, Tramp or ange-ftp -- file, then do not call
772         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
773         Fixes bug #5115.
775         * lisp/muse-html.el (muse-html-insert-contents): Add
776         documentation.  Handle case where heading is read-only, but has
777         muse-contents property.  Remove the muse-contents property for any
778         heading we come across so as to avoid double-including an item in
779         an outer table of contents.
780         (muse-html-denote-headings): New function that denotes whether a
781         heading is not read-only by adding the muse-contents property to
782         it.
783         (muse-html-munge-buffer): If we are not to generate contents,
784         still denote headings, in case some outer layer wants to generate
785         contents for our headings.  This should fix a bug with table of
786         contents and the <include> tag.  Thanks to thorne for the report.
788         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
789         muse-publish-generate-contents and set it to nil.  This should
790         do the right thing when using <include> tags.
792 2007-06-02  Michael Olson  <mwolson@gnu.org>
794         * NEWS: Update for non-inlined image change and support for
795         table.el style tables.
797         * examples/Makefile (clean): Clean backup files.
799         * examples/QuickStart.muse (Images): New section that describes
800         how to inline and not inline images.
802         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
803         touch images that have "URL:" in front of them.
805         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
806         "URL:".  Use the identity function to resolve, since we don't want
807         to rip "URL:" out while publishing, due to some magic that depends
808         on that text.
809         (muse-browse-url-url): New function that browses URLs that have
810         "URL:" in front of them, by removing the "URL:" part and
811         reprocessing the remainder.
813         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
814         (muse-publish-url): Recognize images in the description before
815         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
816         for the suggested workaround.
817         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
818         default value.
819         (muse-publish-classify-url): If target begins with "URL:" return
820         type url.
821         (muse-publish-strip-URL): New function that strips "URL:" from the
822         beginning of a string.  This is used to remove URL: from the link
823         description.  * texi/muse.texi (Markup Strings): Clarify the
824         meanings of image-link, link, and link-and-anchor.
825         (muse-publish-markup-regexps): Move normal table rule to 2350.
826         Rule 2300 is now a regexp that matches table.el-style tables.
827         (muse-publish-markup-functions): Add table-el entry.
828         (muse-publish-table-el-table): New function that given a variant,
829         publishes a table.el-style table using the table in the matched
830         region.
831         (muse-publish-markup-table-el): New function that determines
832         whether the table.el-style table can be published, and what
833         variant to use.
835         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
836         the borders of table.el-style tables.
838         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
839         the table has sufficient whitespace in front of it.
841         * texi/muse.texi (Images): Update for new non-inlined image
842         ability and provide example.
844 2007-05-31  Michael Olson  <mwolson@gnu.org>
846         * NEWS: Add example for setting `muse-html-table-attributes'.
848         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
849         Publish multiple tbody tags if there is a horizontal separator
850         after the heading, because that is valid HTML after all.
852 2007-05-30  Michael Olson  <mwolson@gnu.org>
854         * NEWS: Update.
856         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
857         horizontal separators in tables.
859         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
860         horizontal separators in tables.
861         (muse-publish-trim-table): New function to remove initial and
862         final blank columns from a table.
863         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
864         with horizontal separators, aka "hlines".
866         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
867         defines the syntax of a horizontal separator in a table.
869         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
870         horizontal separators.  Publish header lines correctly.
872         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
873         where we have nonnumbers as a row type.  This ignores sorting for
874         hlines.
875         (muse-xml-markup-table): Deal with horizontal separators.  If the
876         markup supports table groups, make hlines separate table groups.
877         Otherwise, ignore them, since they cannot be marked up.  Together,
878         these changes allow us to support orgtbl-mode tables.  Thanks to
879         Carsten Dominik for the suggestion.
881 2007-05-26  Michael Olson  <mwolson@gnu.org>
883         * lisp/muse-project.el (muse-project-alist-styles): Allow for
884         other things to be added to each generated style as well.  For
885         example, this permits me to add
886         :base-url "http://blog.mwolson.org/"
887         for my blog.
889 2007-05-25  Michael Olson  <mwolson@gnu.org>
891         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
892         way of building Debian packages that preserves the original
893         release tarball and is more modular.
894         (debrevision, debrelease): Remove.
895         (dist): No need to remove the debian/ directory, since it is now
896         in its own branch.
897         (debprepare): Copy over debian/ directory properly.
899         * NEWS: Update.
901         * examples/Makefile (clean): Remove QuickStart.texi, in case
902         something went wrong during the build.
903         (%.pdf): Publish the example using the normal pdf style, rather
904         than info-pdf.
906         * examples/QuickStart.muse: Add myself to the authors list.
908         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
909         sufficient blank lines before the tag.
911         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
912         we have sufficient blank lines before the tag.
914         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
915         specifies the program to call in order to generate PDF content
916         from LaTeX content.
917         (muse-latex-pdf-cruft): New option that specifies the extensions
918         of files to remove after generating PDF output successfully.
919         (muse-latex-pdf-generate): Use these new options.  Work around the
920         annoying edge case where a tilde character exists in the filename
921         or directory path -- now this can only error out when the relative
922         path from the output file to the source file contains a tilde,
923         which is far less likely.
925         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
926         muse-publish-ensure-block here after all, because <lisp> et al may
927         occur inline as part of other things.
929         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
930         occur after full-document escaping, rather than before.  This
931         prevents automatically-inserted Texinfo code from being escaped.
932         (muse-texinfo-pdf-generate): Rewrite to call
933         `muse-latex-pdf-generate' with pdftex as the generating binary,
934         because texi2pdf suffers irredeemably from the tilde edge case
935         mentioned above.
937 2007-05-24  Michael Olson  <mwolson@gnu.org>
939         * NEWS: Drop vague entries and position interesting entries closer
940         to the top of each section.  Update for new changes.
942         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
943         and bzr metadata directories to the list of things to ignore.
945         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
946         `muse-publish-ensure-block-tag', since we will use it for more
947         than just tags.
948         (muse-publish-markup-list, muse-publish-verse-tag)
949         (muse-publish-quote-tag, muse-publish-example-tag)
950         (muse-publish-markup-attribute): Use it.  This fixes a bug that
951         can occur when these types of markup occur immediately after a
952         paragraph.  It's good to have defined behavior!
954         * texi/muse.texi (Markup Strings): Mention new argument for
955         link-and-anchor.
957 2007-05-19  Michael Olson  <mwolson@gnu.org>
959         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
960         published footnotes and footnote references.  Thanks to Scott
961         Jaderholm for the idea.
963         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
964         link-and-anchor, on the recommendation of the original submitter.
966 2007-05-14  Michael Olson  <mwolson@gnu.org>
968         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
969         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
970         suggestion.
972         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
973         file extension as the fourth argument.
975         * README, texi/muse.texi (Getting Help and Reporting Bugs):
976         Mention the new muse-el-logs mailing list.
978 2007-05-13  Michael Olson  <mwolson@gnu.org>
980         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
981         "\`" here.  This fixes a problem with publishing custom URLs.
983 2007-05-12  Michael Olson  <mwolson@gnu.org>
985         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
986         update the list if the current buffer is associated with a file.
987         This fixes a bug with M-x muse-publish-region in a temporary
988         buffer.
990 2007-05-01  Michael Olson  <mwolson@gnu.org>
992         * lisp/muse-publish.el (muse-publish-region): Remove read-only
993         properties from the published buffer, so that the results can be
994         manually tweaked.
996 2007-04-23  Michael Olson  <mwolson@gnu.org>
998         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
999         find the footnote that goes with a reference, leave the reference
1000         as-is.  This fixes an error where control characters could be
1001         placed in a published document.
1003 2007-04-22  Michael Olson  <mwolson@gnu.org>
1005         * IDEAS.muse: Add muse-slides.el to list of things to include
1006         before release.
1008         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1009         character.
1010         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1011         catch/throw.
1012         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1013         fixes a bug with browsing woman:// links.
1015         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1016         where entry-dir has a trailing backslash.
1017         (muse-project-publish-file): If a style is malformed, skip it and
1018         display a warning message.  This should help people figure out
1019         where the problem is.
1021 2007-04-21  Michael Olson  <mwolson@gnu.org>
1023         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1024         yet-to-be-included "contex" publishing style, use "$$" rather
1025         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1026         this out.
1028 2007-04-20  Michael Olson  <mwolson@gnu.org>
1030         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1031         variable that causes the :before and :before-end hooks to be
1032         ignored when non-nil.
1033         (muse-publish-markup-region): Use it.  Also, guarantee that point
1034         is at end of region after publishing.
1035         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1036         variable.
1038 2007-04-19  Michael Olson  <mwolson@gnu.org>
1040         * IDEAS.muse: New file containing a list of ideas we have for new
1041         features, or patches that have yet to be applied.
1043         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1044         be so confusing.
1046         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1047         docstring.
1049         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1050         <literal> tags with muse-publish-literal-tag, rather than
1051         muse-publish-mark-read-only.
1052         (muse-publish-literal-tag): New function that publishes the
1053         <literal> tag.  It adds the ability to add the optional "style"
1054         and "exact" elements, which cause text to only be included if the
1055         current publishing style matches some criteria.  The text will be
1056         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1057         (muse-publish-mark-up-tag): Let the <markup> tag take the
1058         additional optional elements "style" and "exact", with much the
1059         same effect as the <literal> improvements, but after calling
1060         "function" or publishing the region first.  Make it possible to
1061         put <content> tags in <markup> regions in HTML publishing.
1063 2007-04-12  Michael Olson  <mwolson@gnu.org>
1065         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1066         that a blank line always exists after a heading.  This fixes a bug
1067         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1068         for the report.
1070         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1071         detection regexp to that which is used in Docbook and HTML
1072         publishing styles.
1074 2007-04-02  Michael Olson  <mwolson@gnu.org>
1076         * README (muse-el-announce): Make a listing of mailing lists,
1077         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1078         to Andreas Roehler for noticing.
1080 2007-04-01  Michael Olson  <mwolson@gnu.org>
1082         * lisp/muse-publish.el (muse-publish-date-format): Add
1083 `       customization type and group.
1084         (muse-publish-region): New interactive function that publishes a
1085         region to a new buffer.
1087         * texi/muse.texi: Use "document" rather than "manual".
1089 2007-03-31  Michael Olson  <mwolson@gnu.org>
1091         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1092         expression (muse-style-derived-p "latex" (muse-style "latex"))
1093         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1094         for the catch.
1096 2007-02-25  Michael Olson  <mwolson@gnu.org>
1098         * lisp/muse-publish.el (muse-publish-date-format): New option that
1099         specifies how to format the date when publishing Muse pages.
1100         Thanks to Thomas Gehrlein for the suggestion.
1101         (muse-publish-markup-buffer): Use it.
1103 2007-02-23  Michael Olson  <mwolson@gnu.org>
1105         * README: Add Prerequisites section to mention which versions of
1106         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1107         the suggestion.  Update link destination for Muse's page on
1108         emacswiki.org.
1110 2007-02-15  Michael Olson  <mwolson@gnu.org>
1112         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1113         be not just at beginning of line.  This fixes an error with the
1114         <class> tag.  Thanks to Jim Pivarski for the report.
1116 2007-02-14  Michael Olson  <mwolson@gnu.org>
1118         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1119         whether something is an image before checking to see if it is a
1120         URL.  Thanks to ITSUMI ken-ichi for the report.
1122 2007-02-13  Michael Olson  <mwolson@gnu.org>
1124         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1125         comments that have no text better.  Thanks to fang.lungang for the
1126         report.
1127         (muse-publish-markup-comment): Deal with case where no comment
1128         text is provided.
1130 2007-01-23  Michael Olson  <mwolson@gnu.org>
1132         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1133         that ensures that at least one blank line exists at the given
1134         position.  This is used to avoid paragraph detection problems when
1135         block-level tags like <example> immediately follow a paragraph.
1136         Thanks to Hans Ekbrand for the report.
1137         (muse-publish-example-tag): Use it.
1139 2007-01-19  Michael Olson  <mwolson@gnu.org>
1141         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1142         previous blank line if we are publishing in Latex.  Otherwise,
1143         that wouldn't be the right thing, so leave it be.
1145 2007-01-17  Michael Olson  <mwolson@gnu.org>
1147         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1148         multiple centered math lines on the same line; keep them on
1149         different lines.  Use \[ math-text \] instead of $$math-text$$,
1150         since the latter seems to be deprecated.  Thanks to Jody Klymak
1151         for the pointer.
1153 2007-01-15  Michael Olson  <mwolson@gnu.org>
1155         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1156         (muse-publish-math-tag): Publish region read-only when current
1157         style is Latex-derived, so that Muse does not escape it.
1158         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1159         surround the region with "$$" rather than "$".  This is the Muse
1160         syntax for something centered, so it should be a good fit.
1162 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1164         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1165         protocol.
1166         (muse-browse-url-man): Change man page URL format.  The code is
1167         simpler when the section is left inside parentheses.
1168         (muse-browse-url-woman): New function.
1170 2007-01-14  Michael Olson  <mwolson@gnu.org>
1172         * AUTHORS: Bookkeeping.
1174         * lisp/muse-latex2png.el: Associate <math> tag with
1175         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1176         Klymak for the report.
1177         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1178         characters, so they don't get escaped.
1180         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1181         make muse-style-derived-p easier to implement.
1182         (muse-style-derived-p): If the style is not provided, fetch it and
1183         check to see if the car is a string.  This should fix the other
1184         problem that was reported.
1186         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1187         explains a case where setting muse-file-extension to nil can cause
1188         unexpected behavior.
1190 2007-01-09  Michael Olson  <mwolson@gnu.org>
1192         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1193         comments higher priority than tags.  Thanks to Stefan van der Walt
1194         for the report.
1196 2007-01-08  Michael Olson  <mwolson@gnu.org>
1198         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1199         argument rather than calling match-string.  Thanks to Stefan van
1200         der Walt for the report.  This should fix a bug with publishing
1201         <include file="..." markup="example">.
1203 2007-01-06  Michael Olson  <mwolson@gnu.org>
1205         * Makefile (debclean): New rule split from debrevision and
1206         debrelease.
1207         (debbuild): Take distributor into account.
1209         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1210         vendor/distributor we are building for.
1212 2007-01-04  Michael Olson  <mwolson@gnu.org>
1214         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1215         line.
1217         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1218         point to muse-publish-src-tag by default, since <src> and
1219         <example> have different parameters.
1220         (muse-publish-src-tag): New barebones publishing function for
1221         <src>, which is superseded when publishing in an HTML-based style.
1223 2007-01-03  Michael Olson  <mwolson@gnu.org>
1225         * lisp/muse-html.el (muse-html-src-tag): Document.
1227         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1228         command that calls a given tag on the current buffer.  Attributes
1229         may be passed.
1230         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1231         it.
1232         (muse-publish-srcify-buffer): New function that allows
1233         markup="src" in the <include> tag.
1234         (muse-publish-get-and-delete-attr): New macro that gets an
1235         attribute from a list and removes the first instance of that
1236         attribute from said list.
1237         (muse-publish-markup-attribute): Handle markup="src".
1238         (muse-publish-command-tag, muse-publish-include-tag): Use
1239         muse-publish-get-and-delete-attr.  This allows the remaining
1240         attributes to be passed.
1242         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1243         as changes to <command> and <include>.
1245 2006-12-30  Michael Olson  <mwolson@gnu.org>
1247         * NEWS: Update.
1249         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1250         from muse-publish-math-tag to avoid conflict with
1251         muse-latex2png.el.
1253 2006-12-23  Michael Olson  <mwolson@gnu.org>
1255         * lisp/muse-latex2png.el: Update header, since this has been
1256         rewritten sufficiently to not need an assignment from the original
1257         author.
1258         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1259         (muse-latex2png): Use two underscores to separate prefix and hash.
1260         (muse-latex2png-region): New function split from
1261         muse-publish-latex-tag that can be used easily by other code.
1262         Detect whether we are using an HTML-based publishing style, and
1263         insert a simpler markup if we are not.  If we are using a
1264         Latex-based publishing style, do not generate an image, and leave
1265         the region alone.  Return the path of the generated image, in case
1266         other functions want to use this programmatically.
1267         (muse-publish-latex-tag): Set a default prefix based on the name
1268         of the current file.
1269         (muse-publish-math-tag): New tag that surrounds the region with
1270         "$" characters, so that it becomes a Latex math region, and then
1271         publishes it.
1273         * lisp/muse-publish.el (muse-style-derived-p): New function that
1274         returns non-nil if a given style, or the current style if omitted,
1275         is equal to or derived from the given base style.  This is useful
1276         in <lisp> tags, because it allows the user to specify markup that
1277         is only to be inserted for one particular style.
1279 2006-12-22  Michael Olson  <mwolson@gnu.org>
1281         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1282         (muse-html-src-tag): New function which publishes the <src> tag.
1283         Thanks to Clinton Ebadi and Charles Wang for the initial
1284         implementations.
1286         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1288 2006-12-21  Michael Olson  <mwolson@gnu.org>
1290         * examples/johnw/muse-johnw.el: Update for preferred
1291         muse-derive-style usage.  Rename to muse-init.el.
1293         * examples/mwolson/muse-init.el: Update.
1295         * lisp/muse-book.el (muse-book-publish): New function split from
1296         muse-book-publish-project.  This is used in the definitions for
1297         the book-latex and book-pdf styles.
1298         (muse-book-publish-p): New function split from muse-book-publish.
1299         (muse-book-get-directives): New function that retrieves the
1300         publishing directives from the given file.
1301         (muse-book-publish): Use muse-book-get-directives to set the title
1302         if no title was specified.
1304         * lisp/muse-project.el (muse-project): Add :publish-project entry
1305         to widget.
1306         (muse-read-project, muse-project-find-file): Message fix.
1307         (muse-project-publish-file-default): New function split from
1308         muse-project-publish-file.
1309         (muse-project-publish-file): Allow file-level publishing function
1310         to be specified by the :publish element.  The default is
1311         muse-project-publish-file-default.
1312         (muse-project-publish-default): New function split from
1313         muse-project-publish.
1314         (muse-project-publish): Allow project-level publishing function to
1315         be specified by :publish-project element.  The default is
1316         muse-project-publish-default.
1318         * lisp/muse-publish.el (muse-publish-file): Message fix.
1320         * texi/muse.texi (Book): Mention new way to publish books and
1321         provide an example, since the process may be non-obvious.
1323 2006-12-20  Michael Olson  <mwolson@gnu.org>
1325         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1326         content-modifying code from the rest of
1327         muse-docbook-finalize-buffer.
1329         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1330         muse-groff-finalize-buffer, since it adds content to the buffer.
1332         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1333         content-modifying code from the rest of muse-html-finalize-buffer.
1334         This fixes a bug when using <include> with <content> tags.
1336         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1337         (muse-journal-latex-munge-buffer)
1338         (muse-journal-rss-munge-buffer): Rename, since they add content to
1339         the buffer.
1341         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1342         muse-latex-finalize-buffer, since it adds content to the buffer.
1344         * lisp/muse-mode.el:
1345         * lisp/muse-project.el:
1346         * lisp/muse-publish.el:
1347         * lisp/muse.el: Fix recursive load error.
1349         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1350         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1352         * lisp/muse-wiki.el: Comment cleanup.
1354         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1356 2006-12-17  Michael Olson  <mwolson@gnu.org>
1358         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1359         Remove the definition of \comment, since Latex already has comment
1360         syntax.
1361         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1362         than our own.  Thanks to Ryan Stutsman for pointing this out.
1364 2006-12-02  Michael Olson  <mwolson@gnu.org>
1366         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1367         that this can generate a proper table of contents for Planner HTML
1368         publishing.
1370 2006-12-01  Michael Olson  <mwolson@gnu.org>
1372         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1373         using a very old Emacs, avoid an infinite loop that could occur
1374         when the regexp is an empty string.
1376 2006-11-26  Michael Olson  <mwolson@gnu.org>
1378         * NEWS: Bring up to date.
1380         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1381         list issues and multiple-stanza verse issues.  This takes care of
1382         all of the markup issues I was worried about.
1384         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1385         (muse-project-publish-private-files): New option that indicates
1386         whether files with private filesystem permissions should be
1387         published.  The default is to publish them, since it avoids
1388         confusion in new users.
1389         (muse-project-private-p): Use it.
1391 2006-11-19  Michael Olson  <mwolson@gnu.org>
1393         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1394         style is found, which means that the link is not a Muse page, do
1395         not add a suffix or prefix to it.  This should fix the
1396         "[[thing.owl]]" bug that Phillip Lord reported.
1398         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1399         removing unused 2nd argument.
1401 2006-11-17  Michael Olson  <mwolson@gnu.org>
1403         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1404         latex publishing where nested enumerated lists would be squashed
1405         together at the end.
1407 2006-11-16  Michael Olson  <mwolson@gnu.org>
1409         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1410         list embedded in a definition list look right.  This also allows
1411         for definitions to be separated from their terms, much like the
1412         way HTML does it by default, if the user puts a blank line or a
1413         line break between the term and the definition.  If the term and
1414         definition are on the same line, they will be that way in the
1415         output as well.
1417 2006-11-11  Michael Olson  <mwolson@gnu.org>
1419         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1420         for the report.
1421         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1423 2006-11-07  Michael Olson  <mwolson@gnu.org>
1425         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1426         release candidate for Muse 3.03, available.
1428         * NEWS: Update.
1430 2006-11-06  Michael Olson  <mwolson@gnu.org>
1432         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1433         following a relative link worked even when the path was incorrect.
1435 2006-11-04  John Sullivan  <john@wjsullivan.net>
1437         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1438         muse-follow-name-at-point to reduce collisions with other
1439         modes (Planner).
1441         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1443 2006-11-04  Michael Olson  <mwolson@gnu.org>
1445         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1446         optional, and make interwiki delimiter a regular rather than shy
1447         group.
1448         (muse-wiki-handle-implicit-interwiki): Rename from
1449         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1450         (muse-wiki-handle-explicit-interwiki): New function that is
1451         smarter about where an explicit link ends in a buffer.  This
1452         allows you to refer to page names with invalid Wiki characters,
1453         such as underscores and dashes, merely by enclosing them in double
1454         brackets.  Also, a bug with recognizing project names too loosely
1455         has been fixed.
1457 2006-11-03  Michael Olson  <mwolson@gnu.org>
1459         * lisp/muse-project.el (muse-project-page-file): Make relative
1460         links work as expected, hopefully.
1462         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1463         output style manually, since it will differ from anything in the
1464         publishing style list.
1466 2006-10-30  Michael Olson  <mwolson@gnu.org>
1468         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1469         grouping elements, since that no longer applies.
1470         (muse-colors-custom-tags): Explicitly match against
1471         muse-tag-regexp to get the match-data set the way we want.  This
1472         really fixes the <example> highlighting bug that Stefan reported.
1473         (muse-configure-highlighting): Set the original value to the
1474         symbol, not the modified value.  Re-use modified rules properly.
1476         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1477         introduced yesterday.
1479 2006-10-29  Michael Olson  <mwolson@gnu.org>
1481         * examples/mwolson: Update my example configuration.
1483         * NEWS: Update.
1485         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1486         without a regexp in the first position before iterating through
1487         them to build muse-colors-vector.  This fixes a bug with the
1488         display of <example> tags.  Thanks to Stefan Reichör for the
1489         report.
1491         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1492         files in projects to be linked to.
1494         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1495         to serve as a description for a URL, as long as it differs from
1496         the destination URL.  This fixes the description of WikPage links
1497         in PDF output.
1498         (muse-publish-link-file): Check to see whether the given link
1499         points at a valid file.  If so, return it.  Otherwise, apply other
1500         transforms like prefix and link suffix.
1502         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1503         "/", it is a file or directory, not a Muse page.  Thanks to
1504         Phillip Lord for the suggestion.
1506         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1507         of the current page as the local path, instead of duplicating the
1508         remote file's path.  This probably fixes at least one reported
1509         bug. since it's quite major.
1510         (muse-wiki-update-project-file-regexp)
1511         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1512         passed to regexp-opt, since that can cause Emacs 21 to throw an
1513         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1514         DOT edu for the report.
1515         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1517 2006-10-28  Michael Olson  <mwolson@gnu.org>
1519         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1520         (muse-project-resolve-link): If the given style does not have a
1521         link-suffix, default to suffix.  This fixes a bug I was noticing
1522         when linking to a file that was published in both PDF and HTML
1523         form.
1525         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1526         function that is used as a callback to determine the initial
1527         amount of indentation that the current dl item has.
1528         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1529         and the post-indent value, instead of trying to determine them
1530         both.
1531         (muse-publish-strip-list-indentation): New function stripped from
1532         `muse-publish-surround-text' for readability.
1533         (muse-publish-surround-text): Instead of taking a determine-indent
1534         value, take a determine-indent-func function, which is called just
1535         after finding the next list item.  If we are asked to determine
1536         the amount of indentation, concatenate indent and post-indent the
1537         first time around.  This effectively fixes all known definition
1538         list issues.
1540 2006-10-16  Michael Olson  <mwolson@gnu.org>
1542         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1543         other software -- namely, Planner -- can detect whether they are
1544         using a version of Muse that supports nested tags.
1545         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1546         muse-publish-goto-tag-end.
1548         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1549         Adapt for nested tags.
1551         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1552         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1553         this.
1555         * lisp/muse-publish.el (muse-publish-markup-tag)
1556         (muse-publish-quote-tag): Use muse-goto-tag-end.
1558         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1560 2006-10-15  Michael Olson  <mwolson@gnu.org>
1562         * AUTHORS: Bookkeeping.
1564         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1565         tag.
1567         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1568         tags.
1570         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1572         * lisp/muse-import-docbook.el (muse-import-docbook)
1573         (muse-import-docbook-files): Docfix.
1574         (muse-import-docbook-get-title): Remove cl.el-ism.
1576         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1578         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1580         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1582         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1583         (muse-next-reference, muse-previous-reference): Minor whitespace
1584         changes.
1585         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1586         the suggestion.
1588         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1590         * lisp/muse-publish.el (muse-publish-markup-tags)
1591         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1592         element and make 4th element determine whether tags are nestable.
1593         (muse-publish-goto-tag-end): New function that moves to the end of
1594         a tag.  Handle nested tags when NESTED is non-nil.
1595         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1596         5th element for function.
1597         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1598         this on several scenarios, and it seems to work.
1599         (muse-publish-surround-text): Accept new optional argument
1600         LIST-ITEM which determines the regexp to use for list items.  The
1601         default is to use muse-list-item-regexp.
1603         * muse.texi (Markup Tags): Mention nestable tags.
1605         * NEWS: Mention new files.
1607 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1609         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1610         into Muse format.
1612         * lisp/muse-import-xml.el: New file that provides helper routines
1613         for converting XML-ish files to Muse format.
1615 2006-10-10  Michael Olson  <mwolson@gnu.org>
1617         * NEWS: Update for 3.02.7 bugfix release.
1619 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1621         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1622         using the value in the muse #date directive.
1623         (muse-blosxom-use-metadate): New option that determines whether or
1624         not to use the #postdate directive.
1625         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1626         metadate plugin format.
1628 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1630         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1631         recognised URLs.
1633         * muse.texi: Clarify handling of implicit links by mentioning
1634         which characters can prevent Muse from recognizing something as an
1635         implicit link.
1637 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1639         * lisp/muse-mode.el (muse-next-reference)
1640         (muse-previous-reference): Fix bug #6367 by moving point to the
1641         beginning of the link.
1643 2006-09-26  Michael Olson  <mwolson@gnu.org>
1645         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1646         beginning-of-line.  This should fix a bug that was noticed in
1647         recent Emacs 22 builds.
1649         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1650         eval-and-compile block to avoid a compiler warning.
1652 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1654         * lisp/muse-backlink.el (muse-backlink-split-string):
1655         Compatibility with Emacs versions < 22
1656         (muse-backlink-pending): New internal variable
1657         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1658         that backlinks are inserted at the right time.
1659         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1660         for pending backlink, and that this is the targe page.
1661         (muse-backlink-handle-link): Don’t handle the link if we are
1662         already handling one. Return the link as well as the parent links.
1664 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1666         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1667         #6942 - muse-blosxom-new-entry fails when using tags.
1669 2006-09-14  Michael Olson  <mwolson@gnu.org>
1671         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1672         compiler warning.
1674 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1676         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1677         function: Protect all wikiwords from START to END from further
1678         processing.
1679         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1681 2006-09-13  Michael Olson  <mwolson@gnu.org>
1683         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1684         adopted from Jim Ottaway's patch.  It removes links from the
1685         heading, and then marks the region read-only to inhibit WikiWord
1686         detection.
1688 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1690         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1691         special handling for headings.
1692         (muse-texinfo-remove-links): New function that removes explicit
1693         links from the given strings, replacing them with a description.
1695 2006-09-11  Michael Olson  <mwolson@gnu.org>
1697         * muse.texi (Getting Help and Reporting Bugs): Mention the
1698         muse-el-internationalization mailing list.
1700         * lisp/muse.el (muse-path-sans-extension): New function that acts
1701         like file-name-sans-extension, but guarantees to never modify the
1702         directory part of the path.  Thanks to Evan Monroig for
1703         investigating this.
1705         * lisp/muse-book.el (muse-book-publish-project): Use
1706         muse-path-sans-extension instead of file-name-sans-extension.
1708         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1709         Ditto.
1711 2006-08-30  Michael Olson  <mwolson@gnu.org>
1713         * muse.texi (Blosxom Requirements): Fix typo.
1715         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1716         directories for bzr and darcs.
1718         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1719         contrib/pyblosxom/getstamps.py: Update version and headers.
1721 2006-08-27  Michael Olson  <mwolson@gnu.org>
1723         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1724         nil values before they get to mapconcat.  This fixes a lockup when
1725         muse-wiki-match-all-project-files is nil.
1727         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1728         (muse-wiki-ignore-implicit-links-to-current-page)
1729         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1730         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1731         (muse-wiki-publish-small-title-words)
1732         (muse-wiki-publish-pretty-title): Docfix.
1733         (muse-wiki-update-local-wikiword-regexp): Rename from
1734         muse-wiki-update-local-wikiword-regexp.  Set
1735         muse-wiki-project-file-regexp instead of
1736         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1737         take muse-wiki-use-wikiword into account, since this is a
1738         different concept now.
1739         (muse-wiki-update-wikiword-regexp): Remove.
1740         (muse-wiki-wikiword-regexp): In-line the :set function.
1741         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1743 2006-08-26  Michael Olson  <mwolson@gnu.org>
1745         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1746         for indented list items, ignore blank lines.
1748         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1749         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1750         mapconcat.  This should hopefully fix a problem with large amounts
1751         of files with spaces in their name.  Thanks to Greg Detre for the
1752         report.
1754 2006-08-24  Michael Olson  <mwolson@gnu.org>
1756         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1757         numbers from the argument to format-time-string.  This fixes an
1758         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1760 2006-08-18  Michael Olson  <mwolson@gnu.org>
1762         * lisp/muse-project.el (muse-project-file-entries): Since we are
1763         given a full path, match against the filename as well.  This fixes
1764         an issue where backup files were being added to the file alist.
1766         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1767         from muse-html.el.
1769 2006-08-12  Michael Olson  <mwolson@gnu.org>
1771         * Makefile (.PHONY): Don't use line continuations.
1772         (realclean fullclean): Call realclean in subdirs, not distclean.
1773         (distclean): Don't call realclean, since this would wipe out our
1774         autoloads file.
1775         (dist): Use correct path to autoloads file.
1777         * NEWS: Catch up with the latest changes.
1779         * experimental/Makefile (.PHONY): Wrap long line.
1781         * lisp/Makefile (distclean): Do the same thing as "clean", not
1782         "realclean".
1784         * lisp/muse-project.el (muse-project-get-applicable-style):
1785         Indentation tweak.
1786         (muse-project-ignore-regexp, muse-project-recurse-directory):
1787         Docfix.
1788         (muse-project-of-file): Try the ignored files regexp against the
1789         base filename as well as the entire path.
1791         * lisp/muse-publish.el (muse-publish-this-file): Display message
1792         if the buffer is not associated with any file, so that we avoid
1793         errors later on.
1794         (muse-publish-url-desc): New function taken from muse-publish-url
1795         that causes a URL description to be transformed.
1796         (muse-publish-url): Call muse-publish-url-desc on either the
1797         description or the original URL if it will be used as a
1798         description.  Accept the original URL as an argument, in case it
1799         was transformed earlier.
1800         (muse-publish-insert-url): Pass original URL as an argument.
1801         (muse-publish-markup-link): Make this somewhat easier to follow.
1802         Pass original URL as argument.
1803         (muse-publish-get-style): If the same style is used to publish to
1804         two different directories, prompt the user for which directory to
1805         use.
1806         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1807         latest changes.
1808         (muse-publish-markup-url): Pass original URL as an argument.  This
1809         fixes the "nil" description for bare URLs that was in 3.02.91.
1810         Nothing like finding a bug just after completing the announcement
1811         of a release.
1813         * lisp/muse.el: Use defalias whenever convenient.
1814         (muse-version): Set version to 3.02.92 (3.03 RC2).
1816 2006-08-10  Michael Olson  <mwolson@gnu.org>
1818         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1819         style does not derive from any other class, return `t' here.
1820         This, along with the corresponding change to muse-publish.el,
1821         fixes a problem with the table of contents getting inserted
1822         multiple times for custom html-based styles.
1823         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1824         smarter method for table centering that works with XHTML.
1826         * lisp/muse-latex2png.el Rename all functions to have a
1827         "muse-latex2png" prefix.  Turn all variables into customizable
1828         options in the muse-latex2png group.
1829         (muse-latex2png-img-dest): New option specifying where to place
1830         the images.
1831         (muse-latex2png-template): New option containing the template to
1832         use for the surrounding LaTeX code.
1833         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1834         compliance.
1835         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1836         messages when something else goes wrong.  Create the image
1837         subdirectory if it doesn't exist already -- thanks to Christian
1838         Straßer for the report.  Expand the filename properly.
1839         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1840         and filename expansion.
1841         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1842         the default directory properly.
1844         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1845         do not run the same function twice.
1847 2006-08-08  Michael Olson  <mwolson@gnu.org>
1849         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1850         introduced wrong-type-argument error.
1852         * lisp/muse-html.el (muse-html-markup-strings)
1853         (muse-xhtml-markup-string): Cause table definition that contains
1854         image to be center-aligned.  This should fix an issue with images
1855         not being centered when captions are very long.
1857         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1858         whitespace from fields once we have split them up.
1860         * lisp/muse.el (muse-trim-whitespace): New function that strips
1861         leading and trailing whitespace from a string.
1863 2006-08-07  Michael Olson  <mwolson@gnu.org>
1865         * NEWS: Update through patch-95.
1867         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1868         to match the tags.
1869         (muse-colors-explicit-link): Show images in link descriptions if
1870         inlined images are enabled.
1872         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1873         definitions for 'image-with-desc, 'image, and 'image-link.
1874         (muse-docbook-markup-paragraph): If an inlined image begins a
1875         paragraph, insert <para> before it.
1876         (muse-docbook-fixup-images): New function that upper-cases the
1877         "format" attribute of the <imagedata> tag.
1878         (muse-docbook-finalize-buffer): Call it.
1880         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1881         with descriptions as centered tables, with a centered caption
1882         underneath.  The resulting look is consistent with the way that
1883         they are published in the LaTeX style.  Thanks to Jody Klymak for
1884         the suggestion.
1885         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1886         valid way to center a table.
1887         (muse-html-markup-paragraph): Use class="image" instead of
1888         "image-link" for paragraphs that start with an embedded image.
1890         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1891         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1892         suggestion.
1893         (muse-latex-markup-specials-image): New option that enables
1894         escaping of specials in images.  This was split from the URL
1895         specials.
1896         (muse-latex-decide-specials): Handle 'image context.
1897         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1898         of relying on caller to do this for us.
1900         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1901         'image context.
1902         (muse-publish-url): Use 'image context for images.  Use 'image
1903         instead of 'image-link and 'image-link in place of
1904         'url-with-image.  Separate the image file from its extension so
1905         that docbook and texinfo can publish images correctly.
1906         (muse-publish-markup-link): Don't force a description if one is
1907         not given.  This fixes a bug where images without descriptions
1908         were being published as 'image-with-desc instead of 'image.
1910         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1911         images the same as URLs.
1912         (muse-texinfo-markup-strings): Improve image markup to achieve an
1913         effect similar to that of the LaTeX publishing style.  Simplify
1914         'url string.
1916         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1918         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1919         when we have to use the custom version of this function.
1921         * muse.texi (Images): Explain how to toggle inlining of images and
1922         give better examples.  Mention captions and that captioned images
1923         should not be used inside of text paragraphs.
1924         (Markup Strings): Bring up-to-date with the changes made since
1925         3.02.
1927 2006-08-06  Michael Olson  <mwolson@gnu.org>
1929         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1930         in the Emacs source tree.
1932         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1933         in the Emacs source tree.
1935         * ChangeLog.3: New file created from the old ChangeLog.
1937         * Makefile.defs (VERSION): Set to 3.02.91.
1939         * NEWS: Update through patch-84.
1941         * lisp/muse.el (muse-version): Set to 3.02.91.
1943         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1944         attributes.
1945         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1946         delimiter are instead of hard-coding it.
1948         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1949         (muse-mode): Make filling definition lists work better.  This
1950         should fix #5359.
1952         * lisp/muse-publish.el (muse-style-run-hooks): Use
1953         `muse-style-element' instead of `muse-get-keyword' here.  This
1954         should fix #6399.
1956         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1958 See ChangeLog.3 for earlier changes.
1960 ;; Local Variables:
1961 ;; coding: utf-8
1962 ;; End: