manual: Mention MuseDevelopment page on emacswiki.org
[muse-el.git] / ChangeLog
blobb0522e36d2ffb160447e20a4fa9f2195cc576fb5
1 2007-08-14  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
4         docstring.
6         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
7         specials in heading now, rather than waiting on the whole-document
8         pass later on.  This lets <contents> generation work without
9         validation errors.  Thanks to Reid van Melle for the report.
11         * texi/muse.texi (Tag Summary): Document <cite> tag.
12         (Miscellaneous): New chapter containing "Muse List Edit Minor
13         Mode" section.
14         (Muse List Edit Minor Mode): New section that documents
15         muse-list-edit-minor-mode.
16         (Development): Mention the MuseDevlopment page on emacswiki.org.
18 2007-08-12  Michael Olson  <mwolson@gnu.org>
20         * lisp/muse-html.el (muse-html-strip-links): New function that
21         strips HTML links from a string.
22         (muse-html-insert-contents): Use it, instead of
23         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
24         involving the use of <sup> in section titles.
26         * lisp/muse-project.el (muse-project-resolve-directory): New
27         function that figures out the directory part of the path that
28         provides a link to a page.
29         (muse-project-resolve-link): Expand docstring.  Use the new
30         function.  Don't call muse-publish-link-file, because that does
31         the wrong thing when we have muse-file-extension set to nil.
32         Thanks to Sebastian Obermanns for the report.
33         (muse-project-publish-this-file): Let-bind muse-current-project.
34         Also, if the file is not associated with a project, fall back to
35         muse-publish-this-file.
36         (muse-project-set-variables): Add this to
37         muse-before-publish-hook, so that it gets called.  This fixes a
38         bug where project-specific variables were being used in Muse mode,
39         but ignored when publishing.
41         * lisp/muse-publish.el (muse-publish-link-name)
42         (muse-publish-link-file, muse-publish-link-page): Add docstrings
43         so that I can remember what each of these things do.
44         (muse-publish-strip-tags): Remove, since it is no longer used.
45         (muse-publish-cite-tag): Don't let-bind
46         muse-publishing-directives, because there is no need to do so.
47         Fix code indentation.
48         (muse-publish-markup-attribute): Avoid multiple evaluation of
49         attrs argument, in case it is list value instead of a symbol.  Use
50         sexp instead of form in the edebug-form-spec.
51         (muse-publish-include-tag): Make a full copy of
52         muse-publishing-directives, since it can be modified with setcdr.
53         This fixes a bug where #title and some other directives were
54         leaking out of an included region.
55         (muse-publish-mark-up-tag): Don't let-bind
56         muse-publishing-directives, because there is no need to do so.
58         * lisp/muse.el (muse-page-name): Improve docstring.
60         * texi/muse.texi (Development): Mention the http method for
61         anonymous git access to the shared repo.
63 2007-08-10  Michael Olson  <mwolson@gnu.org>
65         * Makefile (dist, debprepare): Use git instead of tla.
67         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
69         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
70         Use muse-insert-file-contents.
72         * experimental/muse-split.el (muse-publish-file)
73         (muse-publish-presplit-publish, muse-publish-no-split-function)
74         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
75         muse-insert-file-contents.
77         * lisp/muse-book.el (muse-book-publish-chapter)
78         (muse-book-get-directives): Use muse-insert-file-contents.
80         * lisp/muse-http.el (muse-http-render-page): Use
81         muse-insert-file-contents.
83         * lisp/muse-poem.el (muse-poem-markup-tag): Use
84         muse-insert-file-contents.
86         * lisp/muse-publish.el (muse-insert-file-or-string)
87         (muse-publish-file, muse-publish-include-tag)
88         (muse-published-contents): Use muse-insert-file-contents.
90         * lisp/muse.el (muse-insert-file-contents): New function that
91         inserts a file with character code conversion, but none of the
92         other frivolities.  Since insert-file-contents-literally does not
93         do character code conversion, it is not suitable for us.
94         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
95         than insert-file-contents-literally.
97 2007-08-09  Michael Olson  <mwolson@gnu.org>
99         * lisp/muse.el (muse-write-file): Pay attention to
100         coding-system-for-write and save-buffer-coding-system.  This
101         should fix a recently-introduced bug with writing Muse pages in
102         different coding systems.
104 2007-08-08  Michael Olson  <mwolson@gnu.org>
106         * README (Prerequisites): Fix typo.
107         (Compilation, Installation): Update.
108         (Documentation, Further Documentation): Update URLs.
109         (Further Documentation): Add quick blurb on how to participate in
110         Muse development or track changes.
112         * texi/muse.texi (Releases): Use gna.org URL for downloading the
113         latest release, rather than my website.
114         (Development): Change instructions to use git instead of
115         Arch. Mention where to get a Windows binary for git.  Improve the
116         look of the listing.  Add section with instructions for Becoming a
117         Muse developer.
118         (Installation): Update instructions for Makefile.defs.default and
119         XEmacs.  Add index entries.  Add section for ELPA, since Muse
120         ought to be distributed in ELPA after the 3.10 release.  Fix typo
121         and clarify wording.
123 2007-08-06  Michael Olson  <mwolson@gnu.org>
125         * texi/muse.texi: Make sure that attributes are marked up with
126         @option{} rather than @code{} or @samp{} for consistency.
127         (Journal): Add "muse-project-alist-considerations" subheading,
128         along with a mention of :base-url.
130 2007-08-05  Michael Olson  <mwolson@gnu.org>
132         * .gitignore: Add texi/muse.html and the DVC log edit file.
134         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
135         Turn this into something that can be called like a command, due to
136         needing to deal with XEmacs, which has different argument order.
137         Thanks to Terrence Brannon for the report.
139         * lisp/muse-project.el (muse-project-of-file): Simplify by using
140         catch, throw, and dolist.  Look for exact matches before
141         considering any subdirectories.  If no exact matches are found,
142         then pick the longest match.
144         * lisp/muse.el (muse-sort-by-rating): Mention default test in
145         documentation.
147         * scripts/muse-build.el: Avoid interference from VC.el in the
148         build process.
150         * texi/Makefile (install): Call install_info.
152 2007-08-03  Michael Olson  <mwolson@gnu.org>
154         * lisp/muse-project.el (muse-project-applicable-styles): Remove
155         useless argument ignore-regexp.  Use saner logic.  This fixes a
156         bug where a file could potentially not exist but still appear in
157         the used-styles list.  Thanks to John Wiegley for the fix.
158         (muse-project-publish-file): Don't take ignore-reegxp argument.
160 2007-08-02  Michael Olson  <mwolson@gnu.org>
162         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
163         VC when publishing files in batch.  This avoids some annoying
164         messages when building QuickStart in the examples directory.
166         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
167         inserting a comment.
169 2007-07-31  Michael Olson  <mwolson@gnu.org>
171         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
172         that Muse can be recompiled without running "make clean" after an
173         update.
175         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
176         delete forward one character, since we are guaranteed to be on a
177         blank line.  Don't delete all initial whitespace of the first
178         line.  This fixes an issue where the output from the verse tag did
179         not match the output from Muse's verse syntax.
181 2007-07-29  Michael Olson  <mwolson@gnu.org>
183         * Relicense to GPLv3.
185         * Makefile.defs.default: Rename from Makefile.defs.  This allows
186         people to copy this file to Makefile.defs and make changes,
187         without having the changes be accidentally committed.  If
188         Makefile.defs does not exist, this file is read instead, in order
189         to minimize inconvenience to the casual user.
191         * Makefile, contrib/Makefile, examples/Makefile,
192         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
193         Makefile.defs.default or Makefile.defs.
195         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
196         function names.
197         (muse-l-e-m-m-insert-list-item): Add real documentation.
198         (muse-l-e-m-m-increase-list-item-indent)
199         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
200         real documentation.
201         (muse-list-edit-minor-mode): Improve documentation.
203         * texi/doclicense.texi (GNU Free Documentation License): Use
204         pristine copy from Emacs source tree.
206         * texi/muse.texi (Contributors): Move node and appendix indicators
207         here, rather than doclicense.texi.
209 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
211         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
212         command which did not work correctly
214         * lisp/muse-context.el (muse-context-markup-strings): Change rule
215         command which did not work correctly; defined verse commands
216         (muse-context-markup-specials-literal): Eliminate all unuseful entries
218 2007-07-29  Michael Olson  <mwolson@gnu.org>
220         * contrib/httpd.el (httpd-send-file): Use
221         insert-file-contents-literally instead of insert-file-contents.
223         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
224         Use insert-file-contents-literally instead of
225         insert-file-contents.
227         * experimental/muse-split.el (muse-publish-file)
228         (muse-publish-presplit-publish, muse-publish-no-split-function)
229         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
230         insert-file-contents-literally instead of insert-file-contents.
232         * lisp/muse-book.el (muse-book-publish-chapter)
233         (muse-book-get-directives): Use insert-file-contents-literally
234         instead of insert-file-contents.
236         * lisp/muse-http.el (muse-http-render-page): Use
237         insert-file-contents-literally instead of insert-file-contents.
239         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
240         nowhere when done, since they can slow things down.
242         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
243         marker to nowhere when done, since they can slow things down.
245         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
246         when done, since they can slow things down.  Use
247         insert-file-contents-literally instead of insert-file-contents.
249         * lisp/muse-publish.el (muse-publish-markup-tag)
250         (muse-publish-markup-word, muse-publish-markup-footnote)
251         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
252         done, since they can slow things down.
253         (muse-insert-file-or-string, muse-publish-file)
254         (muse-publish-include-tag, muse-published-contents): Use
255         insert-file-contents-literally instead of insert-file-contents.
256         (muse-publish-surround-dl): Remove unused variable.  Track whether
257         a term has been found, and handle that case well.
258         (muse-publish-ensure-blank-line): Use a marker, so that we don't
259         lose our place when adding a newline.  This really fixes the
260         definition list item bug.
261         (muse-publish-markup-list): Since people do seem to want
262         definition lists with no terms, allow this.
263         (muse-batch-publish-files): Set muse-current-output-style.
265         * lisp/muse.el (muse-with-temp-buffer): Mention
266         `insert-file-contents-literally'.
268 2007-07-28  Michael Olson  <mwolson@gnu.org>
270         * lisp/muse-mode.el (muse-browse-result): Set
271         muse-current-output-style.
272         (muse-mode): Don't duplicate the paragraph-start regexp
273         unnecessarily.
274         (muse-list-edit-minor-mode-map): New variable containing the
275         keymap for Muse list edit minor mode.
276         (muse-l-e-m-m-list-item-regexp): New variable that matches list
277         items for Muse list edit minor mode.
278         (muse-l-e-m-m-insert-list-item,
279         muse-l-e-m-m-i-list-item-indentation)
280         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
281         item functions that change the list item regexp before calling the
282         existing function.
283         (muse-l-e-m-m-data): New variable that keeps track of the fill
284         data that we overwrite when activating Muse list edit minor mode,
285         so that we can restore it if the minor mode is toggled off.
286         (muse-list-edit-minor-mode): New minor mode that is useful for
287         editing lists in other major modes.
288         (turn-on-muse-list-edit-minor-mode)
289         (turn-off-muse-list-edit-minor-mode): New interactive functions
290         that turn Muse list edit minor mode on and off, respectively.
291         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
292         regexps.
294         * lisp/muse-project.el (muse-project-publish-this-file): Set
295         muse-current-output-style.  This fixes a bug when publishing to a
296         style that is not first in the list of styles.  Thanks to Jean
297         Magnan de Bornier for the report.
299         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
300         function that ensures that a blank line exists in the line before
301         point.
302         (muse-publish-markup-list): Use it, rather than
303         `muse-publish-ensure-block'.  This fixes a bug with definition
304         list publishing.  Thanks to meandtheshell for reporting this.
306         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
307         project argument is nil, default to the current project instead of
308         the first project entry in muse-project-alist.  This seems much
309         more sane to me.
311         * lisp/muse.el (muse-forward-list-item): Only check the 'face
312         property if we are in Muse mode or one of its derivatives.  This
313         allows movement on nested lists to work in other modes, and fixes
314         an issue with altering list indentation in
315         muse-list-edit-minor-mode.
317 2007-07-27  Michael Olson  <mwolson@gnu.org>
319         * AUTHORS: Add new authors.
321         * README: Permit Muse to be called "Emacs-Muse".
323         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
325         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
326         involving list items that have an extra blank line in front.
328         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
329         and Emacs-Muse are the same thing.
331 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
333         * lisp/muse-context.el (muse-context-header): Put
334         starttext after the modules who must be in preamble.
335         (muse-context-markup-strings): Fixed mistake in begin-example and
336         end-example.
338         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
339         math environment in ConTeXt when centered: "$$ $$" has to be
340         "\startformula \stopformula".
342 2007-07-26  Michael Olson  <mwolson@gnu.org>
344         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
345         parentheses in URLs.
347 2007-07-24  Michael Olson  <mwolson@gnu.org>
349         * examples/QuickStart.muse (Images): Fix typo where some text
350         existed in the output but not in the example region.
351         (Source Code): Fix another typo.  Explain that publishing from
352         console or X can make a difference.
354         * lisp/muse-context.el (muse-context-pdf-program): New option that
355         determines the program to use for generating PDF files for
356         ConTeXt.
357         (muse-context-pdf-cruft): New option that specifies the extensions
358         of files to remove after generating PDF output successfully.
359         (muse-context-slides-header): Docfix.
360         (muse-context-pdf-generate): Use new options.
362         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
363         save-restriction call.  This was causing a world of hurt when
364         using <lisp> inside of <include>.
366         * texi/muse.texi (ConTeXt): New section that documents how to use
367         the ConTeXt publishing styles.
369 2007-07-23  Michael Olson  <mwolson@gnu.org>
371         * lisp/muse-context.el: New file that provides support for
372         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
373         de Bornier for his work on this.
375         * lisp/muse-docbook.el (muse-docbook-entities)
376         (muse-docbook-bibliography): Remove unneeded save-restriction use.
378         * lisp/muse-latex2png.el (muse-publish-latex-tag):
379         s/contex/context/.
381         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
382         (muse-latex-bibliography): Remove call to `widen', since it is not
383         needed anymore.  Remove unneeded save-restriction use.
384         ("slides", "slides-pdf"): Indent elements uniformly.
386 2007-07-22  Michael Olson  <mwolson@gnu.org>
388         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
389         * lisp/muse-mode.el (muse-insert-tag):
390         * lisp/muse-project.el (muse-read-project)
391         (muse-read-project-file):
392         * lisp/muse-publish.el (muse-publish-get-style): Use
393         muse-completing-read-function.
395         * lisp/muse-latex2png.el (muse-publish-latex-tag)
396         (muse-publish-math-tag): Allow the context style -- which I plan
397         to include soon -- to work with these tags.
399         * lisp/muse.el (muse-completing-read-function): New option that
400         determines which function to call when doing a completing-read.
402 2007-07-15  Michael Olson  <mwolson@gnu.org>
404         * lisp/muse-journal.el (muse-journal-html-entry-template)
405         (muse-journal-rdf-entry-template)
406         (muse-journal-rss-entry-template): Mention that this can be text
407         or a filename.
408         (muse-journal-rdf-entry-template, muse-journal-rss-header)
409         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
410         newlines to make the output look nicer.
411         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
412         Use muse-insert-file-or-string for the entry templates, rather
413         than muse-insert-markup.  This allows <lisp> and <markup> tags to
414         be acted on.  Thanks to Scott Hyde for the report.
415         (muse-journal-html-munge-buffer): Escape quote of the day using
416         entire-document specials before snarfing it.  Mark entire template
417         as read-only -- this fixes an incorrect escaping bug.  Remove
418         read-only properties before replacing template matches so that
419         they can still be escaped with entire-document specials later on.
420         (muse-journal-rss-munge-buffer): Make sure that title is escaped
421         properly.
422         (muse-journal-markup-tags): Rename from
423         muse-journal-latex-markup-tags, because we will use it for
424         journal-rss-entry as well.
425         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
426         end-quote-item.
427         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
428         html.
429         ("journal-latex", "journal-pdf", "journal-book-latex")
430         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
431         muse-journal-latex-markup-tags.
432         ("journal-rss-entry"): New style that is used by journal-rss and
433         journal-rdf to mark up individual entries.  It is needed so that
434         we can do something meaningful with the qotd tag.
435         (muse-journal-rdf-summarize-entries): Set this to nil by default,
436         because it is annoying.  Update docs to mention this.
437         (muse-journal-rss-summarize-entries): Docfix.
439         * lisp/muse-publish.el (muse-insert-file-or-string): Use
440         muse-publish-markup-header-footer-tags.  I'm not quite sure how
441         this change got reverted.
442         (muse-markup-tag-info): Make into a function.  Move common code
443         here, rather than duplicating it in two places.  Deal with case
444         where muse-publish-use-header-footer-tags is non-nil.
445         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
446         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
447         warning.
448         (muse-publish-use-header-footer-tags): New variable that indicates
449         whether we should use just the header and footer tags, rather than
450         the full set.
451         (muse-insert-file-or-string): Bind
452         muse-publish-use-header-footer-tags to t.
453         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
454         Simplify call to muse-markup-tag-info.
455         (muse-publish-mark-up-tag): Bind
456         muse-publish-use-header-footer-tags to nil.
458         * texi/muse.texi (Journal): Update for recent changes.
460 2007-07-14  Michael Olson  <mwolson@gnu.org>
462         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
463         delete the remainder of the buffer, since this causes the
464         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
465         the report and the suggested fix.
467         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
468         beginning of table-el regexp.  This fixes a bug where Muse stalls
469         when trying to publish a malformed table.  Thanks to Ye Wenbin for
470         the report and the suggested fix.
472 2007-07-12  Michael Olson  <mwolson@gnu.org>
474         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
475         default, rather than the empty string.  This really fixes the bug
476         that occurred when using Muse with muse-project-alist set to nil.
477         Thanks to Jonathan Underwood for the report.
478         (muse-wiki-update-interwiki-regexp): Set
479         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
480         defined.
481         (muse-wiki-handle-implicit-interwiki)
482         (muse-wiki-handle-explicit-interwiki): Handle case where
483         muse-wiki-interwiki-regexp is nil.
485 2007-07-10  Michael Olson  <mwolson@gnu.org>
487         * lisp/muse-mode.el (muse-grep): Abort search if the current
488         project contains no directories.
490         * lisp/muse-project.el (muse-project-file-alist): If
491         muse-project-alist is not defined, or project is nil, return nil
492         right away.  This ought to fix a bug that occurred when using Muse
493         with muse-project-alist set to nil.
494         (muse-project-of-file): Make sure muse-project-alist is not nil.
495         (muse-project-save-buffers): Make sure project is not nil.
497         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
498         case where muse-project-alist is nil.
500         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
501         for XEmacs, since color-theme.el is poorly behaved, and defines
502         its own replace-in-string.  Bad color-theme.el -- no cookie for
503         you.
505 2007-07-01  Michael Olson  <mwolson@gnu.org>
507         * Makefile (.PHONY): Update for new debian package rules.
509         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
511         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
512         Use save-restriction properly.
513         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
515         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
516         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
517         properly.
518         (muse-latex-bibliography): Re-indent.
520         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
521         higher.  This fixes an error at startup with some versions of
522         Emacs.
523         (muse-publish-cite-tag): Re-indent.
525         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
526         to the end of the link part, so as to exclude the description from
527         the match.  This fixes a bug with three-part links that have
528         descriptions.  Thanks to everyone who pointed it out.
530 2007-06-18  Michael Olson  <mwolson@gnu.org>
532         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
533         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
534         1.1 specific markup strings.
535         (muse-html-insert-anchor): Use 'anchor string, rather than
536         hard-coding it.  Thanks to Chris Corsair for the suggestion.
537         ("xhtml1.0"): New style that is an alias for the xhtml style.
538         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
540 2007-06-17  Michael Olson  <mwolson@gnu.org>
542         * examples/QuickStart.muse: Make images local so that the Info
543         version of this document works.  Add <example> for the Literal
544         paragraphs chapter, so that it is clear what is happening.
546         * Makefile: Add elpa target, which is used for building an ELPA
547         package for Muse.
549         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
550         building ELPA packages.
552         * examples/Makefile (%.html, %.pdf, %.info): Add message to
553         indicate what we are publishing.
554         (realclean distclean fullclean): Remove all TeX crud.
556         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
557         that the Info version of QuickStart can publish correctly.
559         * lisp/muse-latex.el (muse-latex-slides-header)
560         (muse-latex-lecture-notes-header): Docfix.
562         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
563         the list of things to ignore.
565         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
566         variable.
568         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
569         default to nil, since texinfmt.el is a serious nuisance.
570         (muse-texinfo-markup-strings): Add newlines to begin-example and
571         end-example.
572         (muse-texinfo-decide-specials): Also escape URL-type specials in a
573         whole slew of other contexts.
575         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
576         muse-xml.
578         * lisp/muse-xml.el (muse-xml-footer): Docfix.
580         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
582 2007-06-16  Michael Olson  <mwolson@gnu.org>
584         * etc/IDEAS.muse: Add some ideas from David D. Smith.
586         * examples/QuickStart.muse: Overhaul.
588         * lisp/muse-project.el (muse-project): Call the last part of a
589         muse-project-alist entry "Output styles" rather than "styles".
591         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
592         where we have a pipe character at the beginning of line.
594         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
595         causing tables to not be sorted at all.
597         * texi/muse.texi: Overhaul.  It would be too time-consuming to
598         list all of the changes here.  The "Getting Started" and
599         "Projects" chapters, in particular, were heavily revised.
601 2007-06-15  Michael Olson  <mwolson@gnu.org>
603         * NEWS: Update.
605         * examples/QuickStart.muse: Mention new features.
607         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
608         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
609         terminal, and C-c TAB is more important.  Most people will not
610         want to toggle images on and off that often.
612         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
613         C-i as well, so that it works in the terminal.
615         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
616         look a bit tidier when removing the region.
618         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
619         list regexp part before other parts.
620         (muse-ol-item-regexp): New regexp that specifies how to match an
621         ordered list item.
622         (muse-ul-item-regexp): New regexp that specifies how to match an
623         unordered list item.
624         (muse-table-field-regexp): New regexp that specifies how to match
625         a definition list entry.
627         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
628         lack of support for @headitem in texinfmt.el.
630         * lisp/muse.el: Wrap muse-line-beginning-position and
631         muse-line-end-position in `eval-and-compile', since they are now
632         used in muse.el.
633         (muse-list-item-type): Use a simpler algorithm for detecting which
634         kind of list item we have.  This fixes a bug where a number in a
635         definition list term was being detected incorrectly as an ordered
636         list item.  Fixes bug #6250.
637         (muse-forward-list-item): Get the entire line with the list item.
638         For some reason, Emacs 21 was not populating match 2 correctly,
639         unlike Emacs 22, so this workaround was needed.
641         * texi/muse.texi: (Keystroke Summary): Remove C-c
642         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
643         alternative keybinding to the C-c TAB stuff.  Mention
644         muse-colors-toggle-inline-images.
646 2007-06-14  Michael Olson  <mwolson@gnu.org>
648         * README: Mention that RelaxNG schema is in etc/ directory.
650         * etc/emacs-wiki-migration.txt: New document that explains how to
651         migrate from emacs-wiki to Muse.
653         * etc/muse.rnc: Increment version number to 1.0.  Fix several
654         nested emphasis and nested lists edge cases.  Move here from
655         examples/.
657         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
658         same thing as C-c C-S-t, since the former works better in the
659         console.  Thanks to Leo for the suggestion.
661         * lisp/muse-publish.el (muse-publish-markup-table)
662         (muse-publish-markup-table-el): Include a newline in the return
663         string, so that paragraph detection does not get confused.
665         * lisp/muse.el (muse-with-temp-buffer): Docfix.
667         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
668         keybinding.
670 2007-06-13  Michael Olson  <mwolson@gnu.org>
672         * etc/IDEAS.muse: Mark three-part-links item as done.
674         * experimental/muse-message.el: Remove guard for muse-define-style
675         calls.
677         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
678         markup rules were being interpreted in reverse order.  This should
679         make implicit interwiki links work properly again.
680         (muse-link-face): Strip anchor from end of a path, so that this
681         works with anchors in interwiki links.
682         (muse-colors-insert-image): Catch error that occurs in Emacs 21
683         when an image does not exist.
685         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
686         anchors.
687         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
688         interwiki links work.  Thanks to Jim Ottaway for the initial
689         implementation.
690         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
691         links work.
693         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
694         about match 0.
695         (muse-handle-explicit-link): Docfix: this does not modify the
696         match data.
697         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
698         that has the regexp in its car.
700 2007-06-12  Michael Olson  <mwolson@gnu.org>
702         * README: Document new etc/ directory.
704         * etc/IDEAS.muse: Install things from new contributors just after
705         the 3.03 release, since I won't have time to review the code
706         before the release.  Move to new etc/ directory.  Slides
707         publishing has been installed.
709         * lisp/muse-latex.el (muse-latex-slides-header): New option that
710         determines the header to use for publishing slides.
711         (muse-latex-lecture-notes-header): New option that determines the
712         header to use for publishing lecture notes.
713         (muse-latex-slides-markup-tags): New option containing tags to use
714         when publishing slides.
715         (muse-latex-permit-contents-tag): Move higher in file.
716         (muse-latex-slide-tag): New function to publish the <slide> tag.
717         ("slides", "slides-pdf"): New publishing styles that create slides
718         using Beamer.
719         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
720         create lecture notes using Beamer.
722         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
723         since otherwise Planner is not happy when `plan' is called during
724         init.  Remove stray quote from autoload snippet.
726 2007-06-11  Michael Olson  <mwolson@gnu.org>
728         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
729         autoload, rather than having it exist at top-level.  Thanks to Leo
730         for the suggestion.
731         (muse-update-file-extension): Docfix.
733 2007-06-10  Michael Olson  <mwolson@gnu.org>
735         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
736         URLs were being removed during publishing.  Thanks to everyone who
737         reported this.
739 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
741         * lisp/muse-book.el
742         * lisp/muse-docbook.el
743         * lisp/muse-latex.el
744         * lisp/muse-publish.el: added support for <cite> element which
745         denotes in-text citations
747         * lisp/muse-html.el
748         * lisp/muse-groff.el
749         * lisp/muse-texinfo.el
750         * lisp/muse-xml.el: added support for <cite> element (stub)
752 2007-06-06  Michael Olson  <mwolson@gnu.org>
754         * lisp/muse-regexps.el (muse-table-line-regexp)
755         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
756         regexps so that they work with XEmacs 21.  Thanks to Adrian
757         Tritschler for the report.
759         * texi/muse.texi: Update copyright years.
760         (HTML): Document muse-xhtml-style-sheet.  Thanks
761         to thorne for noticing.
762         (Development): Change archive year to 2006.  Thanks to Adrian
763         Tritschler for noticing.  So *that's* why some people had the 2005
764         version ....
766 2007-06-05  Michael Olson  <mwolson@gnu.org>
768         * Makefile (install-info): Remove $(MANUAL).info part, since this
769         is taken care of already by texi/Makefile.  Thanks to Leo for the
770         report.
772         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
773         read-only properties to qotd contents, so that they don't get
774         double-escaped.  Thanks to Leo for the report.
776 2007-06-04  Michael Olson  <mwolson@gnu.org>
778         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
779         -- that is, Tramp or ange-ftp -- file, then do not call
780         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
781         Fixes bug #5115.
783         * lisp/muse-html.el (muse-html-insert-contents): Add
784         documentation.  Handle case where heading is read-only, but has
785         muse-contents property.  Remove the muse-contents property for any
786         heading we come across so as to avoid double-including an item in
787         an outer table of contents.
788         (muse-html-denote-headings): New function that denotes whether a
789         heading is not read-only by adding the muse-contents property to
790         it.
791         (muse-html-munge-buffer): If we are not to generate contents,
792         still denote headings, in case some outer layer wants to generate
793         contents for our headings.  This should fix a bug with table of
794         contents and the <include> tag.  Thanks to thorne for the report.
796         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
797         muse-publish-generate-contents and set it to nil.  This should
798         do the right thing when using <include> tags.
800 2007-06-02  Michael Olson  <mwolson@gnu.org>
802         * NEWS: Update for non-inlined image change and support for
803         table.el style tables.
805         * examples/Makefile (clean): Clean backup files.
807         * examples/QuickStart.muse (Images): New section that describes
808         how to inline and not inline images.
810         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
811         touch images that have "URL:" in front of them.
813         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
814         "URL:".  Use the identity function to resolve, since we don't want
815         to rip "URL:" out while publishing, due to some magic that depends
816         on that text.
817         (muse-browse-url-url): New function that browses URLs that have
818         "URL:" in front of them, by removing the "URL:" part and
819         reprocessing the remainder.
821         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
822         (muse-publish-url): Recognize images in the description before
823         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
824         for the suggested workaround.
825         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
826         default value.
827         (muse-publish-classify-url): If target begins with "URL:" return
828         type url.
829         (muse-publish-strip-URL): New function that strips "URL:" from the
830         beginning of a string.  This is used to remove URL: from the link
831         description.  * texi/muse.texi (Markup Strings): Clarify the
832         meanings of image-link, link, and link-and-anchor.
833         (muse-publish-markup-regexps): Move normal table rule to 2350.
834         Rule 2300 is now a regexp that matches table.el-style tables.
835         (muse-publish-markup-functions): Add table-el entry.
836         (muse-publish-table-el-table): New function that given a variant,
837         publishes a table.el-style table using the table in the matched
838         region.
839         (muse-publish-markup-table-el): New function that determines
840         whether the table.el-style table can be published, and what
841         variant to use.
843         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
844         the borders of table.el-style tables.
846         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
847         the table has sufficient whitespace in front of it.
849         * texi/muse.texi (Images): Update for new non-inlined image
850         ability and provide example.
852 2007-05-31  Michael Olson  <mwolson@gnu.org>
854         * NEWS: Add example for setting `muse-html-table-attributes'.
856         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
857         Publish multiple tbody tags if there is a horizontal separator
858         after the heading, because that is valid HTML after all.
860 2007-05-30  Michael Olson  <mwolson@gnu.org>
862         * NEWS: Update.
864         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
865         horizontal separators in tables.
867         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
868         horizontal separators in tables.
869         (muse-publish-trim-table): New function to remove initial and
870         final blank columns from a table.
871         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
872         with horizontal separators, aka "hlines".
874         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
875         defines the syntax of a horizontal separator in a table.
877         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
878         horizontal separators.  Publish header lines correctly.
880         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
881         where we have nonnumbers as a row type.  This ignores sorting for
882         hlines.
883         (muse-xml-markup-table): Deal with horizontal separators.  If the
884         markup supports table groups, make hlines separate table groups.
885         Otherwise, ignore them, since they cannot be marked up.  Together,
886         these changes allow us to support orgtbl-mode tables.  Thanks to
887         Carsten Dominik for the suggestion.
889 2007-05-26  Michael Olson  <mwolson@gnu.org>
891         * lisp/muse-project.el (muse-project-alist-styles): Allow for
892         other things to be added to each generated style as well.  For
893         example, this permits me to add
894         :base-url "http://blog.mwolson.org/"
895         for my blog.
897 2007-05-25  Michael Olson  <mwolson@gnu.org>
899         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
900         way of building Debian packages that preserves the original
901         release tarball and is more modular.
902         (debrevision, debrelease): Remove.
903         (dist): No need to remove the debian/ directory, since it is now
904         in its own branch.
905         (debprepare): Copy over debian/ directory properly.
907         * NEWS: Update.
909         * examples/Makefile (clean): Remove QuickStart.texi, in case
910         something went wrong during the build.
911         (%.pdf): Publish the example using the normal pdf style, rather
912         than info-pdf.
914         * examples/QuickStart.muse: Add myself to the authors list.
916         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
917         sufficient blank lines before the tag.
919         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
920         we have sufficient blank lines before the tag.
922         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
923         specifies the program to call in order to generate PDF content
924         from LaTeX content.
925         (muse-latex-pdf-cruft): New option that specifies the extensions
926         of files to remove after generating PDF output successfully.
927         (muse-latex-pdf-generate): Use these new options.  Work around the
928         annoying edge case where a tilde character exists in the filename
929         or directory path -- now this can only error out when the relative
930         path from the output file to the source file contains a tilde,
931         which is far less likely.
933         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
934         muse-publish-ensure-block here after all, because <lisp> et al may
935         occur inline as part of other things.
937         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
938         occur after full-document escaping, rather than before.  This
939         prevents automatically-inserted Texinfo code from being escaped.
940         (muse-texinfo-pdf-generate): Rewrite to call
941         `muse-latex-pdf-generate' with pdftex as the generating binary,
942         because texi2pdf suffers irredeemably from the tilde edge case
943         mentioned above.
945 2007-05-24  Michael Olson  <mwolson@gnu.org>
947         * NEWS: Drop vague entries and position interesting entries closer
948         to the top of each section.  Update for new changes.
950         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
951         and bzr metadata directories to the list of things to ignore.
953         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
954         `muse-publish-ensure-block-tag', since we will use it for more
955         than just tags.
956         (muse-publish-markup-list, muse-publish-verse-tag)
957         (muse-publish-quote-tag, muse-publish-example-tag)
958         (muse-publish-markup-attribute): Use it.  This fixes a bug that
959         can occur when these types of markup occur immediately after a
960         paragraph.  It's good to have defined behavior!
962         * texi/muse.texi (Markup Strings): Mention new argument for
963         link-and-anchor.
965 2007-05-19  Michael Olson  <mwolson@gnu.org>
967         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
968         published footnotes and footnote references.  Thanks to Scott
969         Jaderholm for the idea.
971         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
972         link-and-anchor, on the recommendation of the original submitter.
974 2007-05-14  Michael Olson  <mwolson@gnu.org>
976         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
977         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
978         suggestion.
980         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
981         file extension as the fourth argument.
983         * README, texi/muse.texi (Getting Help and Reporting Bugs):
984         Mention the new muse-el-logs mailing list.
986 2007-05-13  Michael Olson  <mwolson@gnu.org>
988         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
989         "\`" here.  This fixes a problem with publishing custom URLs.
991 2007-05-12  Michael Olson  <mwolson@gnu.org>
993         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
994         update the list if the current buffer is associated with a file.
995         This fixes a bug with M-x muse-publish-region in a temporary
996         buffer.
998 2007-05-01  Michael Olson  <mwolson@gnu.org>
1000         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1001         properties from the published buffer, so that the results can be
1002         manually tweaked.
1004 2007-04-23  Michael Olson  <mwolson@gnu.org>
1006         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1007         find the footnote that goes with a reference, leave the reference
1008         as-is.  This fixes an error where control characters could be
1009         placed in a published document.
1011 2007-04-22  Michael Olson  <mwolson@gnu.org>
1013         * IDEAS.muse: Add muse-slides.el to list of things to include
1014         before release.
1016         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1017         character.
1018         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1019         catch/throw.
1020         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1021         fixes a bug with browsing woman:// links.
1023         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1024         where entry-dir has a trailing backslash.
1025         (muse-project-publish-file): If a style is malformed, skip it and
1026         display a warning message.  This should help people figure out
1027         where the problem is.
1029 2007-04-21  Michael Olson  <mwolson@gnu.org>
1031         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1032         yet-to-be-included "contex" publishing style, use "$$" rather
1033         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1034         this out.
1036 2007-04-20  Michael Olson  <mwolson@gnu.org>
1038         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1039         variable that causes the :before and :before-end hooks to be
1040         ignored when non-nil.
1041         (muse-publish-markup-region): Use it.  Also, guarantee that point
1042         is at end of region after publishing.
1043         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1044         variable.
1046 2007-04-19  Michael Olson  <mwolson@gnu.org>
1048         * IDEAS.muse: New file containing a list of ideas we have for new
1049         features, or patches that have yet to be applied.
1051         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1052         be so confusing.
1054         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1055         docstring.
1057         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1058         <literal> tags with muse-publish-literal-tag, rather than
1059         muse-publish-mark-read-only.
1060         (muse-publish-literal-tag): New function that publishes the
1061         <literal> tag.  It adds the ability to add the optional "style"
1062         and "exact" elements, which cause text to only be included if the
1063         current publishing style matches some criteria.  The text will be
1064         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1065         (muse-publish-mark-up-tag): Let the <markup> tag take the
1066         additional optional elements "style" and "exact", with much the
1067         same effect as the <literal> improvements, but after calling
1068         "function" or publishing the region first.  Make it possible to
1069         put <content> tags in <markup> regions in HTML publishing.
1071 2007-04-12  Michael Olson  <mwolson@gnu.org>
1073         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1074         that a blank line always exists after a heading.  This fixes a bug
1075         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1076         for the report.
1078         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1079         detection regexp to that which is used in Docbook and HTML
1080         publishing styles.
1082 2007-04-02  Michael Olson  <mwolson@gnu.org>
1084         * README (muse-el-announce): Make a listing of mailing lists,
1085         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1086         to Andreas Roehler for noticing.
1088 2007-04-01  Michael Olson  <mwolson@gnu.org>
1090         * lisp/muse-publish.el (muse-publish-date-format): Add
1091 `       customization type and group.
1092         (muse-publish-region): New interactive function that publishes a
1093         region to a new buffer.
1095         * texi/muse.texi: Use "document" rather than "manual".
1097 2007-03-31  Michael Olson  <mwolson@gnu.org>
1099         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1100         expression (muse-style-derived-p "latex" (muse-style "latex"))
1101         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1102         for the catch.
1104 2007-02-25  Michael Olson  <mwolson@gnu.org>
1106         * lisp/muse-publish.el (muse-publish-date-format): New option that
1107         specifies how to format the date when publishing Muse pages.
1108         Thanks to Thomas Gehrlein for the suggestion.
1109         (muse-publish-markup-buffer): Use it.
1111 2007-02-23  Michael Olson  <mwolson@gnu.org>
1113         * README: Add Prerequisites section to mention which versions of
1114         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1115         the suggestion.  Update link destination for Muse's page on
1116         emacswiki.org.
1118 2007-02-15  Michael Olson  <mwolson@gnu.org>
1120         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1121         be not just at beginning of line.  This fixes an error with the
1122         <class> tag.  Thanks to Jim Pivarski for the report.
1124 2007-02-14  Michael Olson  <mwolson@gnu.org>
1126         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1127         whether something is an image before checking to see if it is a
1128         URL.  Thanks to ITSUMI ken-ichi for the report.
1130 2007-02-13  Michael Olson  <mwolson@gnu.org>
1132         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1133         comments that have no text better.  Thanks to fang.lungang for the
1134         report.
1135         (muse-publish-markup-comment): Deal with case where no comment
1136         text is provided.
1138 2007-01-23  Michael Olson  <mwolson@gnu.org>
1140         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1141         that ensures that at least one blank line exists at the given
1142         position.  This is used to avoid paragraph detection problems when
1143         block-level tags like <example> immediately follow a paragraph.
1144         Thanks to Hans Ekbrand for the report.
1145         (muse-publish-example-tag): Use it.
1147 2007-01-19  Michael Olson  <mwolson@gnu.org>
1149         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1150         previous blank line if we are publishing in Latex.  Otherwise,
1151         that wouldn't be the right thing, so leave it be.
1153 2007-01-17  Michael Olson  <mwolson@gnu.org>
1155         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1156         multiple centered math lines on the same line; keep them on
1157         different lines.  Use \[ math-text \] instead of $$math-text$$,
1158         since the latter seems to be deprecated.  Thanks to Jody Klymak
1159         for the pointer.
1161 2007-01-15  Michael Olson  <mwolson@gnu.org>
1163         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1164         (muse-publish-math-tag): Publish region read-only when current
1165         style is Latex-derived, so that Muse does not escape it.
1166         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1167         surround the region with "$$" rather than "$".  This is the Muse
1168         syntax for something centered, so it should be a good fit.
1170 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1172         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1173         protocol.
1174         (muse-browse-url-man): Change man page URL format.  The code is
1175         simpler when the section is left inside parentheses.
1176         (muse-browse-url-woman): New function.
1178 2007-01-14  Michael Olson  <mwolson@gnu.org>
1180         * AUTHORS: Bookkeeping.
1182         * lisp/muse-latex2png.el: Associate <math> tag with
1183         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1184         Klymak for the report.
1185         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1186         characters, so they don't get escaped.
1188         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1189         make muse-style-derived-p easier to implement.
1190         (muse-style-derived-p): If the style is not provided, fetch it and
1191         check to see if the car is a string.  This should fix the other
1192         problem that was reported.
1194         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1195         explains a case where setting muse-file-extension to nil can cause
1196         unexpected behavior.
1198 2007-01-09  Michael Olson  <mwolson@gnu.org>
1200         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1201         comments higher priority than tags.  Thanks to Stefan van der Walt
1202         for the report.
1204 2007-01-08  Michael Olson  <mwolson@gnu.org>
1206         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1207         argument rather than calling match-string.  Thanks to Stefan van
1208         der Walt for the report.  This should fix a bug with publishing
1209         <include file="..." markup="example">.
1211 2007-01-06  Michael Olson  <mwolson@gnu.org>
1213         * Makefile (debclean): New rule split from debrevision and
1214         debrelease.
1215         (debbuild): Take distributor into account.
1217         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1218         vendor/distributor we are building for.
1220 2007-01-04  Michael Olson  <mwolson@gnu.org>
1222         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1223         line.
1225         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1226         point to muse-publish-src-tag by default, since <src> and
1227         <example> have different parameters.
1228         (muse-publish-src-tag): New barebones publishing function for
1229         <src>, which is superseded when publishing in an HTML-based style.
1231 2007-01-03  Michael Olson  <mwolson@gnu.org>
1233         * lisp/muse-html.el (muse-html-src-tag): Document.
1235         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1236         command that calls a given tag on the current buffer.  Attributes
1237         may be passed.
1238         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1239         it.
1240         (muse-publish-srcify-buffer): New function that allows
1241         markup="src" in the <include> tag.
1242         (muse-publish-get-and-delete-attr): New macro that gets an
1243         attribute from a list and removes the first instance of that
1244         attribute from said list.
1245         (muse-publish-markup-attribute): Handle markup="src".
1246         (muse-publish-command-tag, muse-publish-include-tag): Use
1247         muse-publish-get-and-delete-attr.  This allows the remaining
1248         attributes to be passed.
1250         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1251         as changes to <command> and <include>.
1253 2006-12-30  Michael Olson  <mwolson@gnu.org>
1255         * NEWS: Update.
1257         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1258         from muse-publish-math-tag to avoid conflict with
1259         muse-latex2png.el.
1261 2006-12-23  Michael Olson  <mwolson@gnu.org>
1263         * lisp/muse-latex2png.el: Update header, since this has been
1264         rewritten sufficiently to not need an assignment from the original
1265         author.
1266         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1267         (muse-latex2png): Use two underscores to separate prefix and hash.
1268         (muse-latex2png-region): New function split from
1269         muse-publish-latex-tag that can be used easily by other code.
1270         Detect whether we are using an HTML-based publishing style, and
1271         insert a simpler markup if we are not.  If we are using a
1272         Latex-based publishing style, do not generate an image, and leave
1273         the region alone.  Return the path of the generated image, in case
1274         other functions want to use this programmatically.
1275         (muse-publish-latex-tag): Set a default prefix based on the name
1276         of the current file.
1277         (muse-publish-math-tag): New tag that surrounds the region with
1278         "$" characters, so that it becomes a Latex math region, and then
1279         publishes it.
1281         * lisp/muse-publish.el (muse-style-derived-p): New function that
1282         returns non-nil if a given style, or the current style if omitted,
1283         is equal to or derived from the given base style.  This is useful
1284         in <lisp> tags, because it allows the user to specify markup that
1285         is only to be inserted for one particular style.
1287 2006-12-22  Michael Olson  <mwolson@gnu.org>
1289         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1290         (muse-html-src-tag): New function which publishes the <src> tag.
1291         Thanks to Clinton Ebadi and Charles Wang for the initial
1292         implementations.
1294         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1296 2006-12-21  Michael Olson  <mwolson@gnu.org>
1298         * examples/johnw/muse-johnw.el: Update for preferred
1299         muse-derive-style usage.  Rename to muse-init.el.
1301         * examples/mwolson/muse-init.el: Update.
1303         * lisp/muse-book.el (muse-book-publish): New function split from
1304         muse-book-publish-project.  This is used in the definitions for
1305         the book-latex and book-pdf styles.
1306         (muse-book-publish-p): New function split from muse-book-publish.
1307         (muse-book-get-directives): New function that retrieves the
1308         publishing directives from the given file.
1309         (muse-book-publish): Use muse-book-get-directives to set the title
1310         if no title was specified.
1312         * lisp/muse-project.el (muse-project): Add :publish-project entry
1313         to widget.
1314         (muse-read-project, muse-project-find-file): Message fix.
1315         (muse-project-publish-file-default): New function split from
1316         muse-project-publish-file.
1317         (muse-project-publish-file): Allow file-level publishing function
1318         to be specified by the :publish element.  The default is
1319         muse-project-publish-file-default.
1320         (muse-project-publish-default): New function split from
1321         muse-project-publish.
1322         (muse-project-publish): Allow project-level publishing function to
1323         be specified by :publish-project element.  The default is
1324         muse-project-publish-default.
1326         * lisp/muse-publish.el (muse-publish-file): Message fix.
1328         * texi/muse.texi (Book): Mention new way to publish books and
1329         provide an example, since the process may be non-obvious.
1331 2006-12-20  Michael Olson  <mwolson@gnu.org>
1333         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1334         content-modifying code from the rest of
1335         muse-docbook-finalize-buffer.
1337         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1338         muse-groff-finalize-buffer, since it adds content to the buffer.
1340         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1341         content-modifying code from the rest of muse-html-finalize-buffer.
1342         This fixes a bug when using <include> with <content> tags.
1344         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1345         (muse-journal-latex-munge-buffer)
1346         (muse-journal-rss-munge-buffer): Rename, since they add content to
1347         the buffer.
1349         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1350         muse-latex-finalize-buffer, since it adds content to the buffer.
1352         * lisp/muse-mode.el:
1353         * lisp/muse-project.el:
1354         * lisp/muse-publish.el:
1355         * lisp/muse.el: Fix recursive load error.
1357         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1358         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1360         * lisp/muse-wiki.el: Comment cleanup.
1362         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1364 2006-12-17  Michael Olson  <mwolson@gnu.org>
1366         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1367         Remove the definition of \comment, since Latex already has comment
1368         syntax.
1369         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1370         than our own.  Thanks to Ryan Stutsman for pointing this out.
1372 2006-12-02  Michael Olson  <mwolson@gnu.org>
1374         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1375         that this can generate a proper table of contents for Planner HTML
1376         publishing.
1378 2006-12-01  Michael Olson  <mwolson@gnu.org>
1380         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1381         using a very old Emacs, avoid an infinite loop that could occur
1382         when the regexp is an empty string.
1384 2006-11-26  Michael Olson  <mwolson@gnu.org>
1386         * NEWS: Bring up to date.
1388         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1389         list issues and multiple-stanza verse issues.  This takes care of
1390         all of the markup issues I was worried about.
1392         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1393         (muse-project-publish-private-files): New option that indicates
1394         whether files with private filesystem permissions should be
1395         published.  The default is to publish them, since it avoids
1396         confusion in new users.
1397         (muse-project-private-p): Use it.
1399 2006-11-19  Michael Olson  <mwolson@gnu.org>
1401         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1402         style is found, which means that the link is not a Muse page, do
1403         not add a suffix or prefix to it.  This should fix the
1404         "[[thing.owl]]" bug that Phillip Lord reported.
1406         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1407         removing unused 2nd argument.
1409 2006-11-17  Michael Olson  <mwolson@gnu.org>
1411         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1412         latex publishing where nested enumerated lists would be squashed
1413         together at the end.
1415 2006-11-16  Michael Olson  <mwolson@gnu.org>
1417         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1418         list embedded in a definition list look right.  This also allows
1419         for definitions to be separated from their terms, much like the
1420         way HTML does it by default, if the user puts a blank line or a
1421         line break between the term and the definition.  If the term and
1422         definition are on the same line, they will be that way in the
1423         output as well.
1425 2006-11-11  Michael Olson  <mwolson@gnu.org>
1427         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1428         for the report.
1429         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1431 2006-11-07  Michael Olson  <mwolson@gnu.org>
1433         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1434         release candidate for Muse 3.03, available.
1436         * NEWS: Update.
1438 2006-11-06  Michael Olson  <mwolson@gnu.org>
1440         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1441         following a relative link worked even when the path was incorrect.
1443 2006-11-04  John Sullivan  <john@wjsullivan.net>
1445         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1446         muse-follow-name-at-point to reduce collisions with other
1447         modes (Planner).
1449         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1451 2006-11-04  Michael Olson  <mwolson@gnu.org>
1453         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1454         optional, and make interwiki delimiter a regular rather than shy
1455         group.
1456         (muse-wiki-handle-implicit-interwiki): Rename from
1457         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1458         (muse-wiki-handle-explicit-interwiki): New function that is
1459         smarter about where an explicit link ends in a buffer.  This
1460         allows you to refer to page names with invalid Wiki characters,
1461         such as underscores and dashes, merely by enclosing them in double
1462         brackets.  Also, a bug with recognizing project names too loosely
1463         has been fixed.
1465 2006-11-03  Michael Olson  <mwolson@gnu.org>
1467         * lisp/muse-project.el (muse-project-page-file): Make relative
1468         links work as expected, hopefully.
1470         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1471         output style manually, since it will differ from anything in the
1472         publishing style list.
1474 2006-10-30  Michael Olson  <mwolson@gnu.org>
1476         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1477         grouping elements, since that no longer applies.
1478         (muse-colors-custom-tags): Explicitly match against
1479         muse-tag-regexp to get the match-data set the way we want.  This
1480         really fixes the <example> highlighting bug that Stefan reported.
1481         (muse-configure-highlighting): Set the original value to the
1482         symbol, not the modified value.  Re-use modified rules properly.
1484         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1485         introduced yesterday.
1487 2006-10-29  Michael Olson  <mwolson@gnu.org>
1489         * examples/mwolson: Update my example configuration.
1491         * NEWS: Update.
1493         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1494         without a regexp in the first position before iterating through
1495         them to build muse-colors-vector.  This fixes a bug with the
1496         display of <example> tags.  Thanks to Stefan Reichör for the
1497         report.
1499         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1500         files in projects to be linked to.
1502         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1503         to serve as a description for a URL, as long as it differs from
1504         the destination URL.  This fixes the description of WikPage links
1505         in PDF output.
1506         (muse-publish-link-file): Check to see whether the given link
1507         points at a valid file.  If so, return it.  Otherwise, apply other
1508         transforms like prefix and link suffix.
1510         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1511         "/", it is a file or directory, not a Muse page.  Thanks to
1512         Phillip Lord for the suggestion.
1514         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1515         of the current page as the local path, instead of duplicating the
1516         remote file's path.  This probably fixes at least one reported
1517         bug. since it's quite major.
1518         (muse-wiki-update-project-file-regexp)
1519         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1520         passed to regexp-opt, since that can cause Emacs 21 to throw an
1521         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1522         DOT edu for the report.
1523         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1525 2006-10-28  Michael Olson  <mwolson@gnu.org>
1527         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1528         (muse-project-resolve-link): If the given style does not have a
1529         link-suffix, default to suffix.  This fixes a bug I was noticing
1530         when linking to a file that was published in both PDF and HTML
1531         form.
1533         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1534         function that is used as a callback to determine the initial
1535         amount of indentation that the current dl item has.
1536         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1537         and the post-indent value, instead of trying to determine them
1538         both.
1539         (muse-publish-strip-list-indentation): New function stripped from
1540         `muse-publish-surround-text' for readability.
1541         (muse-publish-surround-text): Instead of taking a determine-indent
1542         value, take a determine-indent-func function, which is called just
1543         after finding the next list item.  If we are asked to determine
1544         the amount of indentation, concatenate indent and post-indent the
1545         first time around.  This effectively fixes all known definition
1546         list issues.
1548 2006-10-16  Michael Olson  <mwolson@gnu.org>
1550         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1551         other software -- namely, Planner -- can detect whether they are
1552         using a version of Muse that supports nested tags.
1553         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1554         muse-publish-goto-tag-end.
1556         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1557         Adapt for nested tags.
1559         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1560         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1561         this.
1563         * lisp/muse-publish.el (muse-publish-markup-tag)
1564         (muse-publish-quote-tag): Use muse-goto-tag-end.
1566         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1568 2006-10-15  Michael Olson  <mwolson@gnu.org>
1570         * AUTHORS: Bookkeeping.
1572         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1573         tag.
1575         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1576         tags.
1578         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1580         * lisp/muse-import-docbook.el (muse-import-docbook)
1581         (muse-import-docbook-files): Docfix.
1582         (muse-import-docbook-get-title): Remove cl.el-ism.
1584         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1586         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1588         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1590         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1591         (muse-next-reference, muse-previous-reference): Minor whitespace
1592         changes.
1593         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1594         the suggestion.
1596         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1598         * lisp/muse-publish.el (muse-publish-markup-tags)
1599         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1600         element and make 4th element determine whether tags are nestable.
1601         (muse-publish-goto-tag-end): New function that moves to the end of
1602         a tag.  Handle nested tags when NESTED is non-nil.
1603         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1604         5th element for function.
1605         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1606         this on several scenarios, and it seems to work.
1607         (muse-publish-surround-text): Accept new optional argument
1608         LIST-ITEM which determines the regexp to use for list items.  The
1609         default is to use muse-list-item-regexp.
1611         * muse.texi (Markup Tags): Mention nestable tags.
1613         * NEWS: Mention new files.
1615 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1617         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1618         into Muse format.
1620         * lisp/muse-import-xml.el: New file that provides helper routines
1621         for converting XML-ish files to Muse format.
1623 2006-10-10  Michael Olson  <mwolson@gnu.org>
1625         * NEWS: Update for 3.02.7 bugfix release.
1627 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1629         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1630         using the value in the muse #date directive.
1631         (muse-blosxom-use-metadate): New option that determines whether or
1632         not to use the #postdate directive.
1633         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1634         metadate plugin format.
1636 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1638         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1639         recognised URLs.
1641         * muse.texi: Clarify handling of implicit links by mentioning
1642         which characters can prevent Muse from recognizing something as an
1643         implicit link.
1645 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1647         * lisp/muse-mode.el (muse-next-reference)
1648         (muse-previous-reference): Fix bug #6367 by moving point to the
1649         beginning of the link.
1651 2006-09-26  Michael Olson  <mwolson@gnu.org>
1653         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1654         beginning-of-line.  This should fix a bug that was noticed in
1655         recent Emacs 22 builds.
1657         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1658         eval-and-compile block to avoid a compiler warning.
1660 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1662         * lisp/muse-backlink.el (muse-backlink-split-string):
1663         Compatibility with Emacs versions < 22
1664         (muse-backlink-pending): New internal variable
1665         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1666         that backlinks are inserted at the right time.
1667         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1668         for pending backlink, and that this is the targe page.
1669         (muse-backlink-handle-link): Don’t handle the link if we are
1670         already handling one. Return the link as well as the parent links.
1672 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1674         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1675         #6942 - muse-blosxom-new-entry fails when using tags.
1677 2006-09-14  Michael Olson  <mwolson@gnu.org>
1679         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1680         compiler warning.
1682 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1684         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1685         function: Protect all wikiwords from START to END from further
1686         processing.
1687         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1689 2006-09-13  Michael Olson  <mwolson@gnu.org>
1691         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1692         adopted from Jim Ottaway's patch.  It removes links from the
1693         heading, and then marks the region read-only to inhibit WikiWord
1694         detection.
1696 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1698         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1699         special handling for headings.
1700         (muse-texinfo-remove-links): New function that removes explicit
1701         links from the given strings, replacing them with a description.
1703 2006-09-11  Michael Olson  <mwolson@gnu.org>
1705         * muse.texi (Getting Help and Reporting Bugs): Mention the
1706         muse-el-internationalization mailing list.
1708         * lisp/muse.el (muse-path-sans-extension): New function that acts
1709         like file-name-sans-extension, but guarantees to never modify the
1710         directory part of the path.  Thanks to Evan Monroig for
1711         investigating this.
1713         * lisp/muse-book.el (muse-book-publish-project): Use
1714         muse-path-sans-extension instead of file-name-sans-extension.
1716         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1717         Ditto.
1719 2006-08-30  Michael Olson  <mwolson@gnu.org>
1721         * muse.texi (Blosxom Requirements): Fix typo.
1723         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1724         directories for bzr and darcs.
1726         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1727         contrib/pyblosxom/getstamps.py: Update version and headers.
1729 2006-08-27  Michael Olson  <mwolson@gnu.org>
1731         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1732         nil values before they get to mapconcat.  This fixes a lockup when
1733         muse-wiki-match-all-project-files is nil.
1735         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1736         (muse-wiki-ignore-implicit-links-to-current-page)
1737         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1738         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1739         (muse-wiki-publish-small-title-words)
1740         (muse-wiki-publish-pretty-title): Docfix.
1741         (muse-wiki-update-local-wikiword-regexp): Rename from
1742         muse-wiki-update-local-wikiword-regexp.  Set
1743         muse-wiki-project-file-regexp instead of
1744         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1745         take muse-wiki-use-wikiword into account, since this is a
1746         different concept now.
1747         (muse-wiki-update-wikiword-regexp): Remove.
1748         (muse-wiki-wikiword-regexp): In-line the :set function.
1749         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1751 2006-08-26  Michael Olson  <mwolson@gnu.org>
1753         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1754         for indented list items, ignore blank lines.
1756         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1757         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1758         mapconcat.  This should hopefully fix a problem with large amounts
1759         of files with spaces in their name.  Thanks to Greg Detre for the
1760         report.
1762 2006-08-24  Michael Olson  <mwolson@gnu.org>
1764         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1765         numbers from the argument to format-time-string.  This fixes an
1766         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1768 2006-08-18  Michael Olson  <mwolson@gnu.org>
1770         * lisp/muse-project.el (muse-project-file-entries): Since we are
1771         given a full path, match against the filename as well.  This fixes
1772         an issue where backup files were being added to the file alist.
1774         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1775         from muse-html.el.
1777 2006-08-12  Michael Olson  <mwolson@gnu.org>
1779         * Makefile (.PHONY): Don't use line continuations.
1780         (realclean fullclean): Call realclean in subdirs, not distclean.
1781         (distclean): Don't call realclean, since this would wipe out our
1782         autoloads file.
1783         (dist): Use correct path to autoloads file.
1785         * NEWS: Catch up with the latest changes.
1787         * experimental/Makefile (.PHONY): Wrap long line.
1789         * lisp/Makefile (distclean): Do the same thing as "clean", not
1790         "realclean".
1792         * lisp/muse-project.el (muse-project-get-applicable-style):
1793         Indentation tweak.
1794         (muse-project-ignore-regexp, muse-project-recurse-directory):
1795         Docfix.
1796         (muse-project-of-file): Try the ignored files regexp against the
1797         base filename as well as the entire path.
1799         * lisp/muse-publish.el (muse-publish-this-file): Display message
1800         if the buffer is not associated with any file, so that we avoid
1801         errors later on.
1802         (muse-publish-url-desc): New function taken from muse-publish-url
1803         that causes a URL description to be transformed.
1804         (muse-publish-url): Call muse-publish-url-desc on either the
1805         description or the original URL if it will be used as a
1806         description.  Accept the original URL as an argument, in case it
1807         was transformed earlier.
1808         (muse-publish-insert-url): Pass original URL as an argument.
1809         (muse-publish-markup-link): Make this somewhat easier to follow.
1810         Pass original URL as argument.
1811         (muse-publish-get-style): If the same style is used to publish to
1812         two different directories, prompt the user for which directory to
1813         use.
1814         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1815         latest changes.
1816         (muse-publish-markup-url): Pass original URL as an argument.  This
1817         fixes the "nil" description for bare URLs that was in 3.02.91.
1818         Nothing like finding a bug just after completing the announcement
1819         of a release.
1821         * lisp/muse.el: Use defalias whenever convenient.
1822         (muse-version): Set version to 3.02.92 (3.03 RC2).
1824 2006-08-10  Michael Olson  <mwolson@gnu.org>
1826         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1827         style does not derive from any other class, return `t' here.
1828         This, along with the corresponding change to muse-publish.el,
1829         fixes a problem with the table of contents getting inserted
1830         multiple times for custom html-based styles.
1831         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1832         smarter method for table centering that works with XHTML.
1834         * lisp/muse-latex2png.el Rename all functions to have a
1835         "muse-latex2png" prefix.  Turn all variables into customizable
1836         options in the muse-latex2png group.
1837         (muse-latex2png-img-dest): New option specifying where to place
1838         the images.
1839         (muse-latex2png-template): New option containing the template to
1840         use for the surrounding LaTeX code.
1841         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1842         compliance.
1843         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1844         messages when something else goes wrong.  Create the image
1845         subdirectory if it doesn't exist already -- thanks to Christian
1846         Straßer for the report.  Expand the filename properly.
1847         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1848         and filename expansion.
1849         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1850         the default directory properly.
1852         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1853         do not run the same function twice.
1855 2006-08-08  Michael Olson  <mwolson@gnu.org>
1857         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1858         introduced wrong-type-argument error.
1860         * lisp/muse-html.el (muse-html-markup-strings)
1861         (muse-xhtml-markup-string): Cause table definition that contains
1862         image to be center-aligned.  This should fix an issue with images
1863         not being centered when captions are very long.
1865         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1866         whitespace from fields once we have split them up.
1868         * lisp/muse.el (muse-trim-whitespace): New function that strips
1869         leading and trailing whitespace from a string.
1871 2006-08-07  Michael Olson  <mwolson@gnu.org>
1873         * NEWS: Update through patch-95.
1875         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1876         to match the tags.
1877         (muse-colors-explicit-link): Show images in link descriptions if
1878         inlined images are enabled.
1880         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1881         definitions for 'image-with-desc, 'image, and 'image-link.
1882         (muse-docbook-markup-paragraph): If an inlined image begins a
1883         paragraph, insert <para> before it.
1884         (muse-docbook-fixup-images): New function that upper-cases the
1885         "format" attribute of the <imagedata> tag.
1886         (muse-docbook-finalize-buffer): Call it.
1888         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1889         with descriptions as centered tables, with a centered caption
1890         underneath.  The resulting look is consistent with the way that
1891         they are published in the LaTeX style.  Thanks to Jody Klymak for
1892         the suggestion.
1893         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1894         valid way to center a table.
1895         (muse-html-markup-paragraph): Use class="image" instead of
1896         "image-link" for paragraphs that start with an embedded image.
1898         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1899         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1900         suggestion.
1901         (muse-latex-markup-specials-image): New option that enables
1902         escaping of specials in images.  This was split from the URL
1903         specials.
1904         (muse-latex-decide-specials): Handle 'image context.
1905         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1906         of relying on caller to do this for us.
1908         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1909         'image context.
1910         (muse-publish-url): Use 'image context for images.  Use 'image
1911         instead of 'image-link and 'image-link in place of
1912         'url-with-image.  Separate the image file from its extension so
1913         that docbook and texinfo can publish images correctly.
1914         (muse-publish-markup-link): Don't force a description if one is
1915         not given.  This fixes a bug where images without descriptions
1916         were being published as 'image-with-desc instead of 'image.
1918         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1919         images the same as URLs.
1920         (muse-texinfo-markup-strings): Improve image markup to achieve an
1921         effect similar to that of the LaTeX publishing style.  Simplify
1922         'url string.
1924         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1926         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1927         when we have to use the custom version of this function.
1929         * muse.texi (Images): Explain how to toggle inlining of images and
1930         give better examples.  Mention captions and that captioned images
1931         should not be used inside of text paragraphs.
1932         (Markup Strings): Bring up-to-date with the changes made since
1933         3.02.
1935 2006-08-06  Michael Olson  <mwolson@gnu.org>
1937         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1938         in the Emacs source tree.
1940         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1941         in the Emacs source tree.
1943         * ChangeLog.3: New file created from the old ChangeLog.
1945         * Makefile.defs (VERSION): Set to 3.02.91.
1947         * NEWS: Update through patch-84.
1949         * lisp/muse.el (muse-version): Set to 3.02.91.
1951         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1952         attributes.
1953         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1954         delimiter are instead of hard-coding it.
1956         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1957         (muse-mode): Make filling definition lists work better.  This
1958         should fix #5359.
1960         * lisp/muse-publish.el (muse-style-run-hooks): Use
1961         `muse-style-element' instead of `muse-get-keyword' here.  This
1962         should fix #6399.
1964         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1966 See ChangeLog.3 for earlier changes.
1968 ;; Local Variables:
1969 ;; coding: utf-8
1970 ;; End: