Fix bug with linking to Muse project files when muse-file-extension is nil
[muse-el.git] / ChangeLog
blob49502e7853966e7bac09a0278b26f9ae7282690e
1 2007-08-12  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-project.el (muse-project-resolve-directory): New
4         function that figures out the directory part of the path that
5         provides a link to a page.
6         (muse-project-resolve-link): Expand docstring.  Use the new
7         function.  Don't call muse-publish-link-file, because that does
8         the wrong thing when we have muse-file-extension set to nil.
9         Thanks to Sebastian Obermanns for the report.
11         * lisp/muse-publish.el (muse-publish-link-name)
12         (muse-publish-link-file, muse-publish-link-page): Add docstrings
13         so that I can remember what each of these things do.
15         * lisp/muse.el (muse-page-name): Improve docstring.
17         * texi/muse.texi (Development): Mention the http method for
18         anonymous git access to the shared repo.
20 2007-08-10  Michael Olson  <mwolson@gnu.org>
22         * Makefile (dist, debprepare): Use git instead of tla.
24         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
26         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
27         Use muse-insert-file-contents.
29         * experimental/muse-split.el (muse-publish-file)
30         (muse-publish-presplit-publish, muse-publish-no-split-function)
31         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
32         muse-insert-file-contents.
34         * lisp/muse-book.el (muse-book-publish-chapter)
35         (muse-book-get-directives): Use muse-insert-file-contents.
37         * lisp/muse-http.el (muse-http-render-page): Use
38         muse-insert-file-contents.
40         * lisp/muse-poem.el (muse-poem-markup-tag): Use
41         muse-insert-file-contents.
43         * lisp/muse-publish.el (muse-insert-file-or-string)
44         (muse-publish-file, muse-publish-include-tag)
45         (muse-published-contents): Use muse-insert-file-contents.
47         * lisp/muse.el (muse-insert-file-contents): New function that
48         inserts a file with character code conversion, but none of the
49         other frivolities.  Since insert-file-contents-literally does not
50         do character code conversion, it is not suitable for us.
51         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
52         than insert-file-contents-literally.
54 2007-08-09  Michael Olson  <mwolson@gnu.org>
56         * lisp/muse.el (muse-write-file): Pay attention to
57         coding-system-for-write and save-buffer-coding-system.  This
58         should fix a recently-introduced bug with writing Muse pages in
59         different coding systems.
61 2007-08-08  Michael Olson  <mwolson@gnu.org>
63         * README (Prerequisites): Fix typo.
64         (Compilation, Installation): Update.
65         (Documentation, Further Documentation): Update URLs.
66         (Further Documentation): Add quick blurb on how to participate in
67         Muse development or track changes.
69         * texi/muse.texi (Releases): Use gna.org URL for downloading the
70         latest release, rather than my website.
71         (Development): Change instructions to use git instead of
72         Arch. Mention where to get a Windows binary for git.  Improve the
73         look of the listing.  Add section with instructions for Becoming a
74         Muse developer.
75         (Installation): Update instructions for Makefile.defs.default and
76         XEmacs.  Add index entries.  Add section for ELPA, since Muse
77         ought to be distributed in ELPA after the 3.10 release.  Fix typo
78         and clarify wording.
80 2007-08-06  Michael Olson  <mwolson@gnu.org>
82         * texi/muse.texi: Make sure that attributes are marked up with
83         @option{} rather than @code{} or @samp{} for consistency.
84         (Journal): Add "muse-project-alist-considerations" subheading,
85         along with a mention of :base-url.
87 2007-08-05  Michael Olson  <mwolson@gnu.org>
89         * .gitignore: Add texi/muse.html and the DVC log edit file.
91         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
92         Turn this into something that can be called like a command, due to
93         needing to deal with XEmacs, which has different argument order.
94         Thanks to Terrence Brannon for the report.
96         * lisp/muse-project.el (muse-project-of-file): Simplify by using
97         catch, throw, and dolist.  Look for exact matches before
98         considering any subdirectories.  If no exact matches are found,
99         then pick the longest match.
101         * lisp/muse.el (muse-sort-by-rating): Mention default test in
102         documentation.
104         * scripts/muse-build.el: Avoid interference from VC.el in the
105         build process.
107         * texi/Makefile (install): Call install_info.
109 2007-08-03  Michael Olson  <mwolson@gnu.org>
111         * lisp/muse-project.el (muse-project-applicable-styles): Remove
112         useless argument ignore-regexp.  Use saner logic.  This fixes a
113         bug where a file could potentially not exist but still appear in
114         the used-styles list.  Thanks to John Wiegley for the fix.
115         (muse-project-publish-file): Don't take ignore-reegxp argument.
117 2007-08-02  Michael Olson  <mwolson@gnu.org>
119         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
120         VC when publishing files in batch.  This avoids some annoying
121         messages when building QuickStart in the examples directory.
123         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
124         inserting a comment.
126 2007-07-31  Michael Olson  <mwolson@gnu.org>
128         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
129         that Muse can be recompiled without running "make clean" after an
130         update.
132         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
133         delete forward one character, since we are guaranteed to be on a
134         blank line.  Don't delete all initial whitespace of the first
135         line.  This fixes an issue where the output from the verse tag did
136         not match the output from Muse's verse syntax.
138 2007-07-29  Michael Olson  <mwolson@gnu.org>
140         * Relicense to GPLv3.
142         * Makefile.defs.default: Rename from Makefile.defs.  This allows
143         people to copy this file to Makefile.defs and make changes,
144         without having the changes be accidentally committed.  If
145         Makefile.defs does not exist, this file is read instead, in order
146         to minimize inconvenience to the casual user.
148         * Makefile, contrib/Makefile, examples/Makefile,
149         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
150         Makefile.defs.default or Makefile.defs.
152         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
153         function names.
154         (muse-l-e-m-m-insert-list-item): Add real documentation.
155         (muse-l-e-m-m-increase-list-item-indent)
156         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
157         real documentation.
158         (muse-list-edit-minor-mode): Improve documentation.
160         * texi/doclicense.texi (GNU Free Documentation License): Use
161         pristine copy from Emacs source tree.
163         * texi/muse.texi (Contributors): Move node and appendix indicators
164         here, rather than doclicense.texi.
166 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
168         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
169         command which did not work correctly
171         * lisp/muse-context.el (muse-context-markup-strings): Change rule
172         command which did not work correctly; defined verse commands
173         (muse-context-markup-specials-literal): Eliminate all unuseful entries
175 2007-07-29  Michael Olson  <mwolson@gnu.org>
177         * contrib/httpd.el (httpd-send-file): Use
178         insert-file-contents-literally instead of insert-file-contents.
180         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
181         Use insert-file-contents-literally instead of
182         insert-file-contents.
184         * experimental/muse-split.el (muse-publish-file)
185         (muse-publish-presplit-publish, muse-publish-no-split-function)
186         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
187         insert-file-contents-literally instead of insert-file-contents.
189         * lisp/muse-book.el (muse-book-publish-chapter)
190         (muse-book-get-directives): Use insert-file-contents-literally
191         instead of insert-file-contents.
193         * lisp/muse-http.el (muse-http-render-page): Use
194         insert-file-contents-literally instead of insert-file-contents.
196         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
197         nowhere when done, since they can slow things down.
199         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
200         marker to nowhere when done, since they can slow things down.
202         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
203         when done, since they can slow things down.  Use
204         insert-file-contents-literally instead of insert-file-contents.
206         * lisp/muse-publish.el (muse-publish-markup-tag)
207         (muse-publish-markup-word, muse-publish-markup-footnote)
208         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
209         done, since they can slow things down.
210         (muse-insert-file-or-string, muse-publish-file)
211         (muse-publish-include-tag, muse-published-contents): Use
212         insert-file-contents-literally instead of insert-file-contents.
213         (muse-publish-surround-dl): Remove unused variable.  Track whether
214         a term has been found, and handle that case well.
215         (muse-publish-ensure-blank-line): Use a marker, so that we don't
216         lose our place when adding a newline.  This really fixes the
217         definition list item bug.
218         (muse-publish-markup-list): Since people do seem to want
219         definition lists with no terms, allow this.
220         (muse-batch-publish-files): Set muse-current-output-style.
222         * lisp/muse.el (muse-with-temp-buffer): Mention
223         `insert-file-contents-literally'.
225 2007-07-28  Michael Olson  <mwolson@gnu.org>
227         * lisp/muse-mode.el (muse-browse-result): Set
228         muse-current-output-style.
229         (muse-mode): Don't duplicate the paragraph-start regexp
230         unnecessarily.
231         (muse-list-edit-minor-mode-map): New variable containing the
232         keymap for Muse list edit minor mode.
233         (muse-l-e-m-m-list-item-regexp): New variable that matches list
234         items for Muse list edit minor mode.
235         (muse-l-e-m-m-insert-list-item,
236         muse-l-e-m-m-i-list-item-indentation)
237         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
238         item functions that change the list item regexp before calling the
239         existing function.
240         (muse-l-e-m-m-data): New variable that keeps track of the fill
241         data that we overwrite when activating Muse list edit minor mode,
242         so that we can restore it if the minor mode is toggled off.
243         (muse-list-edit-minor-mode): New minor mode that is useful for
244         editing lists in other major modes.
245         (turn-on-muse-list-edit-minor-mode)
246         (turn-off-muse-list-edit-minor-mode): New interactive functions
247         that turn Muse list edit minor mode on and off, respectively.
248         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
249         regexps.
251         * lisp/muse-project.el (muse-project-publish-this-file): Set
252         muse-current-output-style.  This fixes a bug when publishing to a
253         style that is not first in the list of styles.  Thanks to Jean
254         Magnan de Bornier for the report.
256         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
257         function that ensures that a blank line exists in the line before
258         point.
259         (muse-publish-markup-list): Use it, rather than
260         `muse-publish-ensure-block'.  This fixes a bug with definition
261         list publishing.  Thanks to meandtheshell for reporting this.
263         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
264         project argument is nil, default to the current project instead of
265         the first project entry in muse-project-alist.  This seems much
266         more sane to me.
268         * lisp/muse.el (muse-forward-list-item): Only check the 'face
269         property if we are in Muse mode or one of its derivatives.  This
270         allows movement on nested lists to work in other modes, and fixes
271         an issue with altering list indentation in
272         muse-list-edit-minor-mode.
274 2007-07-27  Michael Olson  <mwolson@gnu.org>
276         * AUTHORS: Add new authors.
278         * README: Permit Muse to be called "Emacs-Muse".
280         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
282         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
283         involving list items that have an extra blank line in front.
285         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
286         and Emacs-Muse are the same thing.
288 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
290         * lisp/muse-context.el (muse-context-header): Put
291         starttext after the modules who must be in preamble.
292         (muse-context-markup-strings): Fixed mistake in begin-example and
293         end-example.
295         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
296         math environment in ConTeXt when centered: "$$ $$" has to be
297         "\startformula \stopformula".
299 2007-07-26  Michael Olson  <mwolson@gnu.org>
301         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
302         parentheses in URLs.
304 2007-07-24  Michael Olson  <mwolson@gnu.org>
306         * examples/QuickStart.muse (Images): Fix typo where some text
307         existed in the output but not in the example region.
308         (Source Code): Fix another typo.  Explain that publishing from
309         console or X can make a difference.
311         * lisp/muse-context.el (muse-context-pdf-program): New option that
312         determines the program to use for generating PDF files for
313         ConTeXt.
314         (muse-context-pdf-cruft): New option that specifies the extensions
315         of files to remove after generating PDF output successfully.
316         (muse-context-slides-header): Docfix.
317         (muse-context-pdf-generate): Use new options.
319         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
320         save-restriction call.  This was causing a world of hurt when
321         using <lisp> inside of <include>.
323         * texi/muse.texi (ConTeXt): New section that documents how to use
324         the ConTeXt publishing styles.
326 2007-07-23  Michael Olson  <mwolson@gnu.org>
328         * lisp/muse-context.el: New file that provides support for
329         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
330         de Bornier for his work on this.
332         * lisp/muse-docbook.el (muse-docbook-entities)
333         (muse-docbook-bibliography): Remove unneeded save-restriction use.
335         * lisp/muse-latex2png.el (muse-publish-latex-tag):
336         s/contex/context/.
338         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
339         (muse-latex-bibliography): Remove call to `widen', since it is not
340         needed anymore.  Remove unneeded save-restriction use.
341         ("slides", "slides-pdf"): Indent elements uniformly.
343 2007-07-22  Michael Olson  <mwolson@gnu.org>
345         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
346         * lisp/muse-mode.el (muse-insert-tag):
347         * lisp/muse-project.el (muse-read-project)
348         (muse-read-project-file):
349         * lisp/muse-publish.el (muse-publish-get-style): Use
350         muse-completing-read-function.
352         * lisp/muse-latex2png.el (muse-publish-latex-tag)
353         (muse-publish-math-tag): Allow the contex style -- which I plan to
354         include soon -- to work with these tags.
356         * lisp/muse.el (muse-completing-read-function): New option that
357         determines which function to call when doing a completing-read.
359 2007-07-15  Michael Olson  <mwolson@gnu.org>
361         * lisp/muse-journal.el (muse-journal-html-entry-template)
362         (muse-journal-rdf-entry-template)
363         (muse-journal-rss-entry-template): Mention that this can be text
364         or a filename.
365         (muse-journal-rdf-entry-template, muse-journal-rss-header)
366         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
367         newlines to make the output look nicer.
368         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
369         Use muse-insert-file-or-string for the entry templates, rather
370         than muse-insert-markup.  This allows <lisp> and <markup> tags to
371         be acted on.  Thanks to Scott Hyde for the report.
372         (muse-journal-html-munge-buffer): Escape quote of the day using
373         entire-document specials before snarfing it.  Mark entire template
374         as read-only -- this fixes an incorrect escaping bug.  Remove
375         read-only properties before replacing template matches so that
376         they can still be escaped with entire-document specials later on.
377         (muse-journal-rss-munge-buffer): Make sure that title is escaped
378         properly.
379         (muse-journal-markup-tags): Rename from
380         muse-journal-latex-markup-tags, because we will use it for
381         journal-rss-entry as well.
382         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
383         end-quote-item.
384         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
385         html.
386         ("journal-latex", "journal-pdf", "journal-book-latex")
387         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
388         muse-journal-latex-markup-tags.
389         ("journal-rss-entry"): New style that is used by journal-rss and
390         journal-rdf to mark up individual entries.  It is needed so that
391         we can do something meaningful with the qotd tag.
392         (muse-journal-rdf-summarize-entries): Set this to nil by default,
393         because it is annoying.  Update docs to mention this.
394         (muse-journal-rss-summarize-entries): Docfix.
396         * lisp/muse-publish.el (muse-insert-file-or-string): Use
397         muse-publish-markup-header-footer-tags.  I'm not quite sure how
398         this change got reverted.
399         (muse-markup-tag-info): Make into a function.  Move common code
400         here, rather than duplicating it in two places.  Deal with case
401         where muse-publish-use-header-footer-tags is non-nil.
402         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
403         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
404         warning.
405         (muse-publish-use-header-footer-tags): New variable that indicates
406         whether we should use just the header and footer tags, rather than
407         the full set.
408         (muse-insert-file-or-string): Bind
409         muse-publish-use-header-footer-tags to t.
410         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
411         Simplify call to muse-markup-tag-info.
412         (muse-publish-mark-up-tag): Bind
413         muse-publish-use-header-footer-tags to nil.
415         * texi/muse.texi (Journal): Update for recent changes.
417 2007-07-14  Michael Olson  <mwolson@gnu.org>
419         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
420         delete the remainder of the buffer, since this causes the
421         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
422         the report and the suggested fix.
424         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
425         beginning of table-el regexp.  This fixes a bug where Muse stalls
426         when trying to publish a malformed table.  Thanks to Ye Wenbin for
427         the report and the suggested fix.
429 2007-07-12  Michael Olson  <mwolson@gnu.org>
431         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
432         default, rather than the empty string.  This really fixes the bug
433         that occurred when using Muse with muse-project-alist set to nil.
434         Thanks to Jonathan Underwood for the report.
435         (muse-wiki-update-interwiki-regexp): Set
436         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
437         defined.
438         (muse-wiki-handle-implicit-interwiki)
439         (muse-wiki-handle-explicit-interwiki): Handle case where
440         muse-wiki-interwiki-regexp is nil.
442 2007-07-10  Michael Olson  <mwolson@gnu.org>
444         * lisp/muse-mode.el (muse-grep): Abort search if the current
445         project contains no directories.
447         * lisp/muse-project.el (muse-project-file-alist): If
448         muse-project-alist is not defined, or project is nil, return nil
449         right away.  This ought to fix a bug that occurred when using Muse
450         with muse-project-alist set to nil.
451         (muse-project-of-file): Make sure muse-project-alist is not nil.
452         (muse-project-save-buffers): Make sure project is not nil.
454         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
455         case where muse-project-alist is nil.
457         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
458         for XEmacs, since color-theme.el is poorly behaved, and defines
459         its own replace-in-string.  Bad color-theme.el -- no cookie for
460         you.
462 2007-07-01  Michael Olson  <mwolson@gnu.org>
464         * Makefile (.PHONY): Update for new debian package rules.
466         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
468         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
469         Use save-restriction properly.
470         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
472         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
473         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
474         properly.
475         (muse-latex-bibliography): Re-indent.
477         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
478         higher.  This fixes an error at startup with some versions of
479         Emacs.
480         (muse-publish-cite-tag): Re-indent.
482         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
483         to the end of the link part, so as to exclude the description from
484         the match.  This fixes a bug with three-part links that have
485         descriptions.  Thanks to everyone who pointed it out.
487 2007-06-18  Michael Olson  <mwolson@gnu.org>
489         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
490         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
491         1.1 specific markup strings.
492         (muse-html-insert-anchor): Use 'anchor string, rather than
493         hard-coding it.  Thanks to Chris Corsair for the suggestion.
494         ("xhtml1.0"): New style that is an alias for the xhtml style.
495         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
497 2007-06-17  Michael Olson  <mwolson@gnu.org>
499         * examples/QuickStart.muse: Make images local so that the Info
500         version of this document works.  Add <example> for the Literal
501         paragraphs chapter, so that it is clear what is happening.
503         * Makefile: Add elpa target, which is used for building an ELPA
504         package for Muse.
506         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
507         building ELPA packages.
509         * examples/Makefile (%.html, %.pdf, %.info): Add message to
510         indicate what we are publishing.
511         (realclean distclean fullclean): Remove all TeX crud.
513         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
514         that the Info version of QuickStart can publish correctly.
516         * lisp/muse-latex.el (muse-latex-slides-header)
517         (muse-latex-lecture-notes-header): Docfix.
519         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
520         the list of things to ignore.
522         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
523         variable.
525         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
526         default to nil, since texinfmt.el is a serious nuisance.
527         (muse-texinfo-markup-strings): Add newlines to begin-example and
528         end-example.
529         (muse-texinfo-decide-specials): Also escape URL-type specials in a
530         whole slew of other contexts.
532         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
533         muse-xml.
535         * lisp/muse-xml.el (muse-xml-footer): Docfix.
537         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
539 2007-06-16  Michael Olson  <mwolson@gnu.org>
541         * etc/IDEAS.muse: Add some ideas from David D. Smith.
543         * examples/QuickStart.muse: Overhaul.
545         * lisp/muse-project.el (muse-project): Call the last part of a
546         muse-project-alist entry "Output styles" rather than "styles".
548         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
549         where we have a pipe character at the beginning of line.
551         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
552         causing tables to not be sorted at all.
554         * texi/muse.texi: Overhaul.  It would be too time-consuming to
555         list all of the changes here.  The "Getting Started" and
556         "Projects" chapters, in particular, were heavily revised.
558 2007-06-15  Michael Olson  <mwolson@gnu.org>
560         * NEWS: Update.
562         * examples/QuickStart.muse: Mention new features.
564         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
565         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
566         terminal, and C-c TAB is more important.  Most people will not
567         want to toggle images on and off that often.
569         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
570         C-i as well, so that it works in the terminal.
572         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
573         look a bit tidier when removing the region.
575         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
576         list regexp part before other parts.
577         (muse-ol-item-regexp): New regexp that specifies how to match an
578         ordered list item.
579         (muse-ul-item-regexp): New regexp that specifies how to match an
580         unordered list item.
581         (muse-table-field-regexp): New regexp that specifies how to match
582         a definition list entry.
584         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
585         lack of support for @headitem in texinfmt.el.
587         * lisp/muse.el: Wrap muse-line-beginning-position and
588         muse-line-end-position in `eval-and-compile', since they are now
589         used in muse.el.
590         (muse-list-item-type): Use a simpler algorithm for detecting which
591         kind of list item we have.  This fixes a bug where a number in a
592         definition list term was being detected incorrectly as an ordered
593         list item.  Fixes bug #6250.
594         (muse-forward-list-item): Get the entire line with the list item.
595         For some reason, Emacs 21 was not populating match 2 correctly,
596         unlike Emacs 22, so this workaround was needed.
598         * texi/muse.texi: (Keystroke Summary): Remove C-c
599         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
600         alternative keybinding to the C-c TAB stuff.  Mention
601         muse-colors-toggle-inline-images.
603 2007-06-14  Michael Olson  <mwolson@gnu.org>
605         * README: Mention that RelaxNG schema is in etc/ directory.
607         * etc/emacs-wiki-migration.txt: New document that explains how to
608         migrate from emacs-wiki to Muse.
610         * etc/muse.rnc: Increment version number to 1.0.  Fix several
611         nested emphasis and nested lists edge cases.  Move here from
612         examples/.
614         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
615         same thing as C-c C-S-t, since the former works better in the
616         console.  Thanks to Leo for the suggestion.
618         * lisp/muse-publish.el (muse-publish-markup-table)
619         (muse-publish-markup-table-el): Include a newline in the return
620         string, so that paragraph detection does not get confused.
622         * lisp/muse.el (muse-with-temp-buffer): Docfix.
624         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
625         keybinding.
627 2007-06-13  Michael Olson  <mwolson@gnu.org>
629         * etc/IDEAS.muse: Mark three-part-links item as done.
631         * experimental/muse-message.el: Remove guard for muse-define-style
632         calls.
634         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
635         markup rules were being interpreted in reverse order.  This should
636         make implicit interwiki links work properly again.
637         (muse-link-face): Strip anchor from end of a path, so that this
638         works with anchors in interwiki links.
639         (muse-colors-insert-image): Catch error that occurs in Emacs 21
640         when an image does not exist.
642         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
643         anchors.
644         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
645         interwiki links work.  Thanks to Jim Ottaway for the initial
646         implementation.
647         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
648         links work.
650         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
651         about match 0.
652         (muse-handle-explicit-link): Docfix: this does not modify the
653         match data.
654         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
655         that has the regexp in its car.
657 2007-06-12  Michael Olson  <mwolson@gnu.org>
659         * README: Document new etc/ directory.
661         * etc/IDEAS.muse: Install things from new contributors just after
662         the 3.03 release, since I won't have time to review the code
663         before the release.  Move to new etc/ directory.  Slides
664         publishing has been installed.
666         * lisp/muse-latex.el (muse-latex-slides-header): New option that
667         determines the header to use for publishing slides.
668         (muse-latex-lecture-notes-header): New option that determines the
669         header to use for publishing lecture notes.
670         (muse-latex-slides-markup-tags): New option containing tags to use
671         when publishing slides.
672         (muse-latex-permit-contents-tag): Move higher in file.
673         (muse-latex-slide-tag): New function to publish the <slide> tag.
674         ("slides", "slides-pdf"): New publishing styles that create slides
675         using Beamer.
676         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
677         create lecture notes using Beamer.
679         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
680         since otherwise Planner is not happy when `plan' is called during
681         init.  Remove stray quote from autoload snippet.
683 2007-06-11  Michael Olson  <mwolson@gnu.org>
685         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
686         autoload, rather than having it exist at top-level.  Thanks to Leo
687         for the suggestion.
688         (muse-update-file-extension): Docfix.
690 2007-06-10  Michael Olson  <mwolson@gnu.org>
692         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
693         URLs were being removed during publishing.  Thanks to everyone who
694         reported this.
696 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
698         * lisp/muse-book.el
699         * lisp/muse-docbook.el
700         * lisp/muse-latex.el
701         * lisp/muse-publish.el: added support for <cite> element which
702         denotes in-text citations
704         * lisp/muse-html.el
705         * lisp/muse-groff.el
706         * lisp/muse-texinfo.el
707         * lisp/muse-xml.el: added support for <cite> element (stub)
709 2007-06-06  Michael Olson  <mwolson@gnu.org>
711         * lisp/muse-regexps.el (muse-table-line-regexp)
712         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
713         regexps so that they work with XEmacs 21.  Thanks to Adrian
714         Tritschler for the report.
716         * texi/muse.texi: Update copyright years.
717         (HTML): Document muse-xhtml-style-sheet.  Thanks
718         to thorne for noticing.
719         (Development): Change archive year to 2006.  Thanks to Adrian
720         Tritschler for noticing.  So *that's* why some people had the 2005
721         version ....
723 2007-06-05  Michael Olson  <mwolson@gnu.org>
725         * Makefile (install-info): Remove $(MANUAL).info part, since this
726         is taken care of already by texi/Makefile.  Thanks to Leo for the
727         report.
729         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
730         read-only properties to qotd contents, so that they don't get
731         double-escaped.  Thanks to Leo for the report.
733 2007-06-04  Michael Olson  <mwolson@gnu.org>
735         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
736         -- that is, Tramp or ange-ftp -- file, then do not call
737         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
738         Fixes bug #5115.
740         * lisp/muse-html.el (muse-html-insert-contents): Add
741         documentation.  Handle case where heading is read-only, but has
742         muse-contents property.  Remove the muse-contents property for any
743         heading we come across so as to avoid double-including an item in
744         an outer table of contents.
745         (muse-html-denote-headings): New function that denotes whether a
746         heading is not read-only by adding the muse-contents property to
747         it.
748         (muse-html-munge-buffer): If we are not to generate contents,
749         still denote headings, in case some outer layer wants to generate
750         contents for our headings.  This should fix a bug with table of
751         contents and the <include> tag.  Thanks to thorne for the report.
753         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
754         muse-publish-generate-contents and set it to nil.  This should
755         do the right thing when using <include> tags.
757 2007-06-02  Michael Olson  <mwolson@gnu.org>
759         * NEWS: Update for non-inlined image change and support for
760         table.el style tables.
762         * examples/Makefile (clean): Clean backup files.
764         * examples/QuickStart.muse (Images): New section that describes
765         how to inline and not inline images.
767         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
768         touch images that have "URL:" in front of them.
770         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
771         "URL:".  Use the identity function to resolve, since we don't want
772         to rip "URL:" out while publishing, due to some magic that depends
773         on that text.
774         (muse-browse-url-url): New function that browses URLs that have
775         "URL:" in front of them, by removing the "URL:" part and
776         reprocessing the remainder.
778         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
779         (muse-publish-url): Recognize images in the description before
780         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
781         for the suggested workaround.
782         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
783         default value.
784         (muse-publish-classify-url): If target begins with "URL:" return
785         type url.
786         (muse-publish-strip-URL): New function that strips "URL:" from the
787         beginning of a string.  This is used to remove URL: from the link
788         description.  * texi/muse.texi (Markup Strings): Clarify the
789         meanings of image-link, link, and link-and-anchor.
790         (muse-publish-markup-regexps): Move normal table rule to 2350.
791         Rule 2300 is now a regexp that matches table.el-style tables.
792         (muse-publish-markup-functions): Add table-el entry.
793         (muse-publish-table-el-table): New function that given a variant,
794         publishes a table.el-style table using the table in the matched
795         region.
796         (muse-publish-markup-table-el): New function that determines
797         whether the table.el-style table can be published, and what
798         variant to use.
800         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
801         the borders of table.el-style tables.
803         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
804         the table has sufficient whitespace in front of it.
806         * texi/muse.texi (Images): Update for new non-inlined image
807         ability and provide example.
809 2007-05-31  Michael Olson  <mwolson@gnu.org>
811         * NEWS: Add example for setting `muse-html-table-attributes'.
813         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
814         Publish multiple tbody tags if there is a horizontal separator
815         after the heading, because that is valid HTML after all.
817 2007-05-30  Michael Olson  <mwolson@gnu.org>
819         * NEWS: Update.
821         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
822         horizontal separators in tables.
824         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
825         horizontal separators in tables.
826         (muse-publish-trim-table): New function to remove initial and
827         final blank columns from a table.
828         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
829         with horizontal separators, aka "hlines".
831         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
832         defines the syntax of a horizontal separator in a table.
834         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
835         horizontal separators.  Publish header lines correctly.
837         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
838         where we have nonnumbers as a row type.  This ignores sorting for
839         hlines.
840         (muse-xml-markup-table): Deal with horizontal separators.  If the
841         markup supports table groups, make hlines separate table groups.
842         Otherwise, ignore them, since they cannot be marked up.  Together,
843         these changes allow us to support orgtbl-mode tables.  Thanks to
844         Carsten Dominik for the suggestion.
846 2007-05-26  Michael Olson  <mwolson@gnu.org>
848         * lisp/muse-project.el (muse-project-alist-styles): Allow for
849         other things to be added to each generated style as well.  For
850         example, this permits me to add
851         :base-url "http://blog.mwolson.org/"
852         for my blog.
854 2007-05-25  Michael Olson  <mwolson@gnu.org>
856         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
857         way of building Debian packages that preserves the original
858         release tarball and is more modular.
859         (debrevision, debrelease): Remove.
860         (dist): No need to remove the debian/ directory, since it is now
861         in its own branch.
862         (debprepare): Copy over debian/ directory properly.
864         * NEWS: Update.
866         * examples/Makefile (clean): Remove QuickStart.texi, in case
867         something went wrong during the build.
868         (%.pdf): Publish the example using the normal pdf style, rather
869         than info-pdf.
871         * examples/QuickStart.muse: Add myself to the authors list.
873         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
874         sufficient blank lines before the tag.
876         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
877         we have sufficient blank lines before the tag.
879         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
880         specifies the program to call in order to generate PDF content
881         from LaTeX content.
882         (muse-latex-pdf-cruft): New option that specifies the extensions
883         of files to remove after generating PDF output successfully.
884         (muse-latex-pdf-generate): Use these new options.  Work around the
885         annoying edge case where a tilde character exists in the filename
886         or directory path -- now this can only error out when the relative
887         path from the output file to the source file contains a tilde,
888         which is far less likely.
890         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
891         muse-publish-ensure-block here after all, because <lisp> et al may
892         occur inline as part of other things.
894         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
895         occur after full-document escaping, rather than before.  This
896         prevents automatically-inserted Texinfo code from being escaped.
897         (muse-texinfo-pdf-generate): Rewrite to call
898         `muse-latex-pdf-generate' with pdftex as the generating binary,
899         because texi2pdf suffers irredeemably from the tilde edge case
900         mentioned above.
902 2007-05-24  Michael Olson  <mwolson@gnu.org>
904         * NEWS: Drop vague entries and position interesting entries closer
905         to the top of each section.  Update for new changes.
907         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
908         and bzr metadata directories to the list of things to ignore.
910         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
911         `muse-publish-ensure-block-tag', since we will use it for more
912         than just tags.
913         (muse-publish-markup-list, muse-publish-verse-tag)
914         (muse-publish-quote-tag, muse-publish-example-tag)
915         (muse-publish-markup-attribute): Use it.  This fixes a bug that
916         can occur when these types of markup occur immediately after a
917         paragraph.  It's good to have defined behavior!
919         * texi/muse.texi (Markup Strings): Mention new argument for
920         link-and-anchor.
922 2007-05-19  Michael Olson  <mwolson@gnu.org>
924         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
925         published footnotes and footnote references.  Thanks to Scott
926         Jaderholm for the idea.
928         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
929         link-and-anchor, on the recommendation of the original submitter.
931 2007-05-14  Michael Olson  <mwolson@gnu.org>
933         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
934         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
935         suggestion.
937         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
938         file extension as the fourth argument.
940         * README, texi/muse.texi (Getting Help and Reporting Bugs):
941         Mention the new muse-el-logs mailing list.
943 2007-05-13  Michael Olson  <mwolson@gnu.org>
945         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
946         "\`" here.  This fixes a problem with publishing custom URLs.
948 2007-05-12  Michael Olson  <mwolson@gnu.org>
950         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
951         update the list if the current buffer is associated with a file.
952         This fixes a bug with M-x muse-publish-region in a temporary
953         buffer.
955 2007-05-01  Michael Olson  <mwolson@gnu.org>
957         * lisp/muse-publish.el (muse-publish-region): Remove read-only
958         properties from the published buffer, so that the results can be
959         manually tweaked.
961 2007-04-23  Michael Olson  <mwolson@gnu.org>
963         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
964         find the footnote that goes with a reference, leave the reference
965         as-is.  This fixes an error where control characters could be
966         placed in a published document.
968 2007-04-22  Michael Olson  <mwolson@gnu.org>
970         * IDEAS.muse: Add muse-slides.el to list of things to include
971         before release.
973         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
974         character.
975         (muse-protocol-find): Find protocols correctly.  Rewrite to use
976         catch/throw.
977         (muse-browse-url): Don't concatenate "\`" here.  Together, this
978         fixes a bug with browsing woman:// links.
980         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
981         where entry-dir has a trailing backslash.
982         (muse-project-publish-file): If a style is malformed, skip it and
983         display a warning message.  This should help people figure out
984         where the problem is.
986 2007-04-21  Michael Olson  <mwolson@gnu.org>
988         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
989         yet-to-be-included "contex" publishing style, use "$$" rather
990         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
991         this out.
993 2007-04-20  Michael Olson  <mwolson@gnu.org>
995         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
996         variable that causes the :before and :before-end hooks to be
997         ignored when non-nil.
998         (muse-publish-markup-region): Use it.  Also, guarantee that point
999         is at end of region after publishing.
1000         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1001         variable.
1003 2007-04-19  Michael Olson  <mwolson@gnu.org>
1005         * IDEAS.muse: New file containing a list of ideas we have for new
1006         features, or patches that have yet to be applied.
1008         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1009         be so confusing.
1011         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1012         docstring.
1014         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1015         <literal> tags with muse-publish-literal-tag, rather than
1016         muse-publish-mark-read-only.
1017         (muse-publish-literal-tag): New function that publishes the
1018         <literal> tag.  It adds the ability to add the optional "style"
1019         and "exact" elements, which cause text to only be included if the
1020         current publishing style matches some criteria.  The text will be
1021         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1022         (muse-publish-mark-up-tag): Let the <markup> tag take the
1023         additional optional elements "style" and "exact", with much the
1024         same effect as the <literal> improvements, but after calling
1025         "function" or publishing the region first.  Make it possible to
1026         put <content> tags in <markup> regions in HTML publishing.
1028 2007-04-12  Michael Olson  <mwolson@gnu.org>
1030         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1031         that a blank line always exists after a heading.  This fixes a bug
1032         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1033         for the report.
1035         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1036         detection regexp to that which is used in Docbook and HTML
1037         publishing styles.
1039 2007-04-02  Michael Olson  <mwolson@gnu.org>
1041         * README (muse-el-announce): Make a listing of mailing lists,
1042         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1043         to Andreas Roehler for noticing.
1045 2007-04-01  Michael Olson  <mwolson@gnu.org>
1047         * lisp/muse-publish.el (muse-publish-date-format): Add
1048 `       customization type and group.
1049         (muse-publish-region): New interactive function that publishes a
1050         region to a new buffer.
1052         * texi/muse.texi: Use "document" rather than "manual".
1054 2007-03-31  Michael Olson  <mwolson@gnu.org>
1056         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1057         expression (muse-style-derived-p "latex" (muse-style "latex"))
1058         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1059         for the catch.
1061 2007-02-25  Michael Olson  <mwolson@gnu.org>
1063         * lisp/muse-publish.el (muse-publish-date-format): New option that
1064         specifies how to format the date when publishing Muse pages.
1065         Thanks to Thomas Gehrlein for the suggestion.
1066         (muse-publish-markup-buffer): Use it.
1068 2007-02-23  Michael Olson  <mwolson@gnu.org>
1070         * README: Add Prerequisites section to mention which versions of
1071         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1072         the suggestion.  Update link destination for Muse's page on
1073         emacswiki.org.
1075 2007-02-15  Michael Olson  <mwolson@gnu.org>
1077         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1078         be not just at beginning of line.  This fixes an error with the
1079         <class> tag.  Thanks to Jim Pivarski for the report.
1081 2007-02-14  Michael Olson  <mwolson@gnu.org>
1083         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1084         whether something is an image before checking to see if it is a
1085         URL.  Thanks to ITSUMI ken-ichi for the report.
1087 2007-02-13  Michael Olson  <mwolson@gnu.org>
1089         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1090         comments that have no text better.  Thanks to fang.lungang for the
1091         report.
1092         (muse-publish-markup-comment): Deal with case where no comment
1093         text is provided.
1095 2007-01-23  Michael Olson  <mwolson@gnu.org>
1097         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1098         that ensures that at least one blank line exists at the given
1099         position.  This is used to avoid paragraph detection problems when
1100         block-level tags like <example> immediately follow a paragraph.
1101         Thanks to Hans Ekbrand for the report.
1102         (muse-publish-example-tag): Use it.
1104 2007-01-19  Michael Olson  <mwolson@gnu.org>
1106         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1107         previous blank line if we are publishing in Latex.  Otherwise,
1108         that wouldn't be the right thing, so leave it be.
1110 2007-01-17  Michael Olson  <mwolson@gnu.org>
1112         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1113         multiple centered math lines on the same line; keep them on
1114         different lines.  Use \[ math-text \] instead of $$math-text$$,
1115         since the latter seems to be deprecated.  Thanks to Jody Klymak
1116         for the pointer.
1118 2007-01-15  Michael Olson  <mwolson@gnu.org>
1120         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1121         (muse-publish-math-tag): Publish region read-only when current
1122         style is Latex-derived, so that Muse does not escape it.
1123         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1124         surround the region with "$$" rather than "$".  This is the Muse
1125         syntax for something centered, so it should be a good fit.
1127 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1129         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1130         protocol.
1131         (muse-browse-url-man): Change man page URL format.  The code is
1132         simpler when the section is left inside parentheses.
1133         (muse-browse-url-woman): New function.
1135 2007-01-14  Michael Olson  <mwolson@gnu.org>
1137         * AUTHORS: Bookkeeping.
1139         * lisp/muse-latex2png.el: Associate <math> tag with
1140         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1141         Klymak for the report.
1142         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1143         characters, so they don't get escaped.
1145         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1146         make muse-style-derived-p easier to implement.
1147         (muse-style-derived-p): If the style is not provided, fetch it and
1148         check to see if the car is a string.  This should fix the other
1149         problem that was reported.
1151         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1152         explains a case where setting muse-file-extension to nil can cause
1153         unexpected behavior.
1155 2007-01-09  Michael Olson  <mwolson@gnu.org>
1157         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1158         comments higher priority than tags.  Thanks to Stefan van der Walt
1159         for the report.
1161 2007-01-08  Michael Olson  <mwolson@gnu.org>
1163         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1164         argument rather than calling match-string.  Thanks to Stefan van
1165         der Walt for the report.  This should fix a bug with publishing
1166         <include file="..." markup="example">.
1168 2007-01-06  Michael Olson  <mwolson@gnu.org>
1170         * Makefile (debclean): New rule split from debrevision and
1171         debrelease.
1172         (debbuild): Take distributor into account.
1174         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1175         vendor/distributor we are building for.
1177 2007-01-04  Michael Olson  <mwolson@gnu.org>
1179         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1180         line.
1182         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1183         point to muse-publish-src-tag by default, since <src> and
1184         <example> have different parameters.
1185         (muse-publish-src-tag): New barebones publishing function for
1186         <src>, which is superseded when publishing in an HTML-based style.
1188 2007-01-03  Michael Olson  <mwolson@gnu.org>
1190         * lisp/muse-html.el (muse-html-src-tag): Document.
1192         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1193         command that calls a given tag on the current buffer.  Attributes
1194         may be passed.
1195         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1196         it.
1197         (muse-publish-srcify-buffer): New function that allows
1198         markup="src" in the <include> tag.
1199         (muse-publish-get-and-delete-attr): New macro that gets an
1200         attribute from a list and removes the first instance of that
1201         attribute from said list.
1202         (muse-publish-markup-attribute): Handle markup="src".
1203         (muse-publish-command-tag, muse-publish-include-tag): Use
1204         muse-publish-get-and-delete-attr.  This allows the remaining
1205         attributes to be passed.
1207         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1208         as changes to <command> and <include>.
1210 2006-12-30  Michael Olson  <mwolson@gnu.org>
1212         * NEWS: Update.
1214         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1215         from muse-publish-math-tag to avoid conflict with
1216         muse-latex2png.el.
1218 2006-12-23  Michael Olson  <mwolson@gnu.org>
1220         * lisp/muse-latex2png.el: Update header, since this has been
1221         rewritten sufficiently to not need an assignment from the original
1222         author.
1223         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1224         (muse-latex2png): Use two underscores to separate prefix and hash.
1225         (muse-latex2png-region): New function split from
1226         muse-publish-latex-tag that can be used easily by other code.
1227         Detect whether we are using an HTML-based publishing style, and
1228         insert a simpler markup if we are not.  If we are using a
1229         Latex-based publishing style, do not generate an image, and leave
1230         the region alone.  Return the path of the generated image, in case
1231         other functions want to use this programmatically.
1232         (muse-publish-latex-tag): Set a default prefix based on the name
1233         of the current file.
1234         (muse-publish-math-tag): New tag that surrounds the region with
1235         "$" characters, so that it becomes a Latex math region, and then
1236         publishes it.
1238         * lisp/muse-publish.el (muse-style-derived-p): New function that
1239         returns non-nil if a given style, or the current style if omitted,
1240         is equal to or derived from the given base style.  This is useful
1241         in <lisp> tags, because it allows the user to specify markup that
1242         is only to be inserted for one particular style.
1244 2006-12-22  Michael Olson  <mwolson@gnu.org>
1246         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1247         (muse-html-src-tag): New function which publishes the <src> tag.
1248         Thanks to Clinton Ebadi and Charles Wang for the initial
1249         implementations.
1251         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1253 2006-12-21  Michael Olson  <mwolson@gnu.org>
1255         * examples/johnw/muse-johnw.el: Update for preferred
1256         muse-derive-style usage.  Rename to muse-init.el.
1258         * examples/mwolson/muse-init.el: Update.
1260         * lisp/muse-book.el (muse-book-publish): New function split from
1261         muse-book-publish-project.  This is used in the definitions for
1262         the book-latex and book-pdf styles.
1263         (muse-book-publish-p): New function split from muse-book-publish.
1264         (muse-book-get-directives): New function that retrieves the
1265         publishing directives from the given file.
1266         (muse-book-publish): Use muse-book-get-directives to set the title
1267         if no title was specified.
1269         * lisp/muse-project.el (muse-project): Add :publish-project entry
1270         to widget.
1271         (muse-read-project, muse-project-find-file): Message fix.
1272         (muse-project-publish-file-default): New function split from
1273         muse-project-publish-file.
1274         (muse-project-publish-file): Allow file-level publishing function
1275         to be specified by the :publish element.  The default is
1276         muse-project-publish-file-default.
1277         (muse-project-publish-default): New function split from
1278         muse-project-publish.
1279         (muse-project-publish): Allow project-level publishing function to
1280         be specified by :publish-project element.  The default is
1281         muse-project-publish-default.
1283         * lisp/muse-publish.el (muse-publish-file): Message fix.
1285         * texi/muse.texi (Book): Mention new way to publish books and
1286         provide an example, since the process may be non-obvious.
1288 2006-12-20  Michael Olson  <mwolson@gnu.org>
1290         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1291         content-modifying code from the rest of
1292         muse-docbook-finalize-buffer.
1294         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1295         muse-groff-finalize-buffer, since it adds content to the buffer.
1297         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1298         content-modifying code from the rest of muse-html-finalize-buffer.
1299         This fixes a bug when using <include> with <content> tags.
1301         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1302         (muse-journal-latex-munge-buffer)
1303         (muse-journal-rss-munge-buffer): Rename, since they add content to
1304         the buffer.
1306         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1307         muse-latex-finalize-buffer, since it adds content to the buffer.
1309         * lisp/muse-mode.el:
1310         * lisp/muse-project.el:
1311         * lisp/muse-publish.el:
1312         * lisp/muse.el: Fix recursive load error.
1314         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1315         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1317         * lisp/muse-wiki.el: Comment cleanup.
1319         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1321 2006-12-17  Michael Olson  <mwolson@gnu.org>
1323         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1324         Remove the definition of \comment, since Latex already has comment
1325         syntax.
1326         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1327         than our own.  Thanks to Ryan Stutsman for pointing this out.
1329 2006-12-02  Michael Olson  <mwolson@gnu.org>
1331         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1332         that this can generate a proper table of contents for Planner HTML
1333         publishing.
1335 2006-12-01  Michael Olson  <mwolson@gnu.org>
1337         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1338         using a very old Emacs, avoid an infinite loop that could occur
1339         when the regexp is an empty string.
1341 2006-11-26  Michael Olson  <mwolson@gnu.org>
1343         * NEWS: Bring up to date.
1345         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1346         list issues and multiple-stanza verse issues.  This takes care of
1347         all of the markup issues I was worried about.
1349         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1350         (muse-project-publish-private-files): New option that indicates
1351         whether files with private filesystem permissions should be
1352         published.  The default is to publish them, since it avoids
1353         confusion in new users.
1354         (muse-project-private-p): Use it.
1356 2006-11-19  Michael Olson  <mwolson@gnu.org>
1358         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1359         style is found, which means that the link is not a Muse page, do
1360         not add a suffix or prefix to it.  This should fix the
1361         "[[thing.owl]]" bug that Phillip Lord reported.
1363         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1364         removing unused 2nd argument.
1366 2006-11-17  Michael Olson  <mwolson@gnu.org>
1368         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1369         latex publishing where nested enumerated lists would be squashed
1370         together at the end.
1372 2006-11-16  Michael Olson  <mwolson@gnu.org>
1374         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1375         list embedded in a definition list look right.  This also allows
1376         for definitions to be separated from their terms, much like the
1377         way HTML does it by default, if the user puts a blank line or a
1378         line break between the term and the definition.  If the term and
1379         definition are on the same line, they will be that way in the
1380         output as well.
1382 2006-11-11  Michael Olson  <mwolson@gnu.org>
1384         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1385         for the report.
1386         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1388 2006-11-07  Michael Olson  <mwolson@gnu.org>
1390         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1391         release candidate for Muse 3.03, available.
1393         * NEWS: Update.
1395 2006-11-06  Michael Olson  <mwolson@gnu.org>
1397         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1398         following a relative link worked even when the path was incorrect.
1400 2006-11-04  John Sullivan  <john@wjsullivan.net>
1402         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1403         muse-follow-name-at-point to reduce collisions with other
1404         modes (Planner).
1406         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1408 2006-11-04  Michael Olson  <mwolson@gnu.org>
1410         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1411         optional, and make interwiki delimiter a regular rather than shy
1412         group.
1413         (muse-wiki-handle-implicit-interwiki): Rename from
1414         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1415         (muse-wiki-handle-explicit-interwiki): New function that is
1416         smarter about where an explicit link ends in a buffer.  This
1417         allows you to refer to page names with invalid Wiki characters,
1418         such as underscores and dashes, merely by enclosing them in double
1419         brackets.  Also, a bug with recognizing project names too loosely
1420         has been fixed.
1422 2006-11-03  Michael Olson  <mwolson@gnu.org>
1424         * lisp/muse-project.el (muse-project-page-file): Make relative
1425         links work as expected, hopefully.
1427         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1428         output style manually, since it will differ from anything in the
1429         publishing style list.
1431 2006-10-30  Michael Olson  <mwolson@gnu.org>
1433         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1434         grouping elements, since that no longer applies.
1435         (muse-colors-custom-tags): Explicitly match against
1436         muse-tag-regexp to get the match-data set the way we want.  This
1437         really fixes the <example> highlighting bug that Stefan reported.
1438         (muse-configure-highlighting): Set the original value to the
1439         symbol, not the modified value.  Re-use modified rules properly.
1441         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1442         introduced yesterday.
1444 2006-10-29  Michael Olson  <mwolson@gnu.org>
1446         * examples/mwolson: Update my example configuration.
1448         * NEWS: Update.
1450         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1451         without a regexp in the first position before iterating through
1452         them to build muse-colors-vector.  This fixes a bug with the
1453         display of <example> tags.  Thanks to Stefan Reichör for the
1454         report.
1456         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1457         files in projects to be linked to.
1459         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1460         to serve as a description for a URL, as long as it differs from
1461         the destination URL.  This fixes the description of WikPage links
1462         in PDF output.
1463         (muse-publish-link-file): Check to see whether the given link
1464         points at a valid file.  If so, return it.  Otherwise, apply other
1465         transforms like prefix and link suffix.
1467         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1468         "/", it is a file or directory, not a Muse page.  Thanks to
1469         Phillip Lord for the suggestion.
1471         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1472         of the current page as the local path, instead of duplicating the
1473         remote file's path.  This probably fixes at least one reported
1474         bug. since it's quite major.
1475         (muse-wiki-update-project-file-regexp)
1476         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1477         passed to regexp-opt, since that can cause Emacs 21 to throw an
1478         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1479         DOT edu for the report.
1480         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1482 2006-10-28  Michael Olson  <mwolson@gnu.org>
1484         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1485         (muse-project-resolve-link): If the given style does not have a
1486         link-suffix, default to suffix.  This fixes a bug I was noticing
1487         when linking to a file that was published in both PDF and HTML
1488         form.
1490         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1491         function that is used as a callback to determine the initial
1492         amount of indentation that the current dl item has.
1493         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1494         and the post-indent value, instead of trying to determine them
1495         both.
1496         (muse-publish-strip-list-indentation): New function stripped from
1497         `muse-publish-surround-text' for readability.
1498         (muse-publish-surround-text): Instead of taking a determine-indent
1499         value, take a determine-indent-func function, which is called just
1500         after finding the next list item.  If we are asked to determine
1501         the amount of indentation, concatenate indent and post-indent the
1502         first time around.  This effectively fixes all known definition
1503         list issues.
1505 2006-10-16  Michael Olson  <mwolson@gnu.org>
1507         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1508         other software -- namely, Planner -- can detect whether they are
1509         using a version of Muse that supports nested tags.
1510         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1511         muse-publish-goto-tag-end.
1513         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1514         Adapt for nested tags.
1516         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1517         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1518         this.
1520         * lisp/muse-publish.el (muse-publish-markup-tag)
1521         (muse-publish-quote-tag): Use muse-goto-tag-end.
1523         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1525 2006-10-15  Michael Olson  <mwolson@gnu.org>
1527         * AUTHORS: Bookkeeping.
1529         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1530         tag.
1532         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1533         tags.
1535         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1537         * lisp/muse-import-docbook.el (muse-import-docbook)
1538         (muse-import-docbook-files): Docfix.
1539         (muse-import-docbook-get-title): Remove cl.el-ism.
1541         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1543         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1545         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1547         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1548         (muse-next-reference, muse-previous-reference): Minor whitespace
1549         changes.
1550         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1551         the suggestion.
1553         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1555         * lisp/muse-publish.el (muse-publish-markup-tags)
1556         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1557         element and make 4th element determine whether tags are nestable.
1558         (muse-publish-goto-tag-end): New function that moves to the end of
1559         a tag.  Handle nested tags when NESTED is non-nil.
1560         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1561         5th element for function.
1562         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1563         this on several scenarios, and it seems to work.
1564         (muse-publish-surround-text): Accept new optional argument
1565         LIST-ITEM which determines the regexp to use for list items.  The
1566         default is to use muse-list-item-regexp.
1568         * muse.texi (Markup Tags): Mention nestable tags.
1570         * NEWS: Mention new files.
1572 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1574         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1575         into Muse format.
1577         * lisp/muse-import-xml.el: New file that provides helper routines
1578         for converting XML-ish files to Muse format.
1580 2006-10-10  Michael Olson  <mwolson@gnu.org>
1582         * NEWS: Update for 3.02.7 bugfix release.
1584 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1586         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1587         using the value in the muse #date directive.
1588         (muse-blosxom-use-metadate): New option that determines whether or
1589         not to use the #postdate directive.
1590         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1591         metadate plugin format.
1593 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1595         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1596         recognised URLs.
1598         * muse.texi: Clarify handling of implicit links by mentioning
1599         which characters can prevent Muse from recognizing something as an
1600         implicit link.
1602 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1604         * lisp/muse-mode.el (muse-next-reference)
1605         (muse-previous-reference): Fix bug #6367 by moving point to the
1606         beginning of the link.
1608 2006-09-26  Michael Olson  <mwolson@gnu.org>
1610         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1611         beginning-of-line.  This should fix a bug that was noticed in
1612         recent Emacs 22 builds.
1614         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1615         eval-and-compile block to avoid a compiler warning.
1617 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1619         * lisp/muse-backlink.el (muse-backlink-split-string):
1620         Compatibility with Emacs versions < 22
1621         (muse-backlink-pending): New internal variable
1622         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1623         that backlinks are inserted at the right time.
1624         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1625         for pending backlink, and that this is the targe page.
1626         (muse-backlink-handle-link): Don’t handle the link if we are
1627         already handling one. Return the link as well as the parent links.
1629 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1631         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1632         #6942 - muse-blosxom-new-entry fails when using tags.
1634 2006-09-14  Michael Olson  <mwolson@gnu.org>
1636         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1637         compiler warning.
1639 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1641         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1642         function: Protect all wikiwords from START to END from further
1643         processing.
1644         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1646 2006-09-13  Michael Olson  <mwolson@gnu.org>
1648         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1649         adopted from Jim Ottaway's patch.  It removes links from the
1650         heading, and then marks the region read-only to inhibit WikiWord
1651         detection.
1653 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1655         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1656         special handling for headings.
1657         (muse-texinfo-remove-links): New function that removes explicit
1658         links from the given strings, replacing them with a description.
1660 2006-09-11  Michael Olson  <mwolson@gnu.org>
1662         * muse.texi (Getting Help and Reporting Bugs): Mention the
1663         muse-el-internationalization mailing list.
1665         * lisp/muse.el (muse-path-sans-extension): New function that acts
1666         like file-name-sans-extension, but guarantees to never modify the
1667         directory part of the path.  Thanks to Evan Monroig for
1668         investigating this.
1670         * lisp/muse-book.el (muse-book-publish-project): Use
1671         muse-path-sans-extension instead of file-name-sans-extension.
1673         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1674         Ditto.
1676 2006-08-30  Michael Olson  <mwolson@gnu.org>
1678         * muse.texi (Blosxom Requirements): Fix typo.
1680         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1681         directories for bzr and darcs.
1683         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1684         contrib/pyblosxom/getstamps.py: Update version and headers.
1686 2006-08-27  Michael Olson  <mwolson@gnu.org>
1688         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1689         nil values before they get to mapconcat.  This fixes a lockup when
1690         muse-wiki-match-all-project-files is nil.
1692         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1693         (muse-wiki-ignore-implicit-links-to-current-page)
1694         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1695         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1696         (muse-wiki-publish-small-title-words)
1697         (muse-wiki-publish-pretty-title): Docfix.
1698         (muse-wiki-update-local-wikiword-regexp): Rename from
1699         muse-wiki-update-local-wikiword-regexp.  Set
1700         muse-wiki-project-file-regexp instead of
1701         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1702         take muse-wiki-use-wikiword into account, since this is a
1703         different concept now.
1704         (muse-wiki-update-wikiword-regexp): Remove.
1705         (muse-wiki-wikiword-regexp): In-line the :set function.
1706         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1708 2006-08-26  Michael Olson  <mwolson@gnu.org>
1710         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1711         for indented list items, ignore blank lines.
1713         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1714         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1715         mapconcat.  This should hopefully fix a problem with large amounts
1716         of files with spaces in their name.  Thanks to Greg Detre for the
1717         report.
1719 2006-08-24  Michael Olson  <mwolson@gnu.org>
1721         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1722         numbers from the argument to format-time-string.  This fixes an
1723         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1725 2006-08-18  Michael Olson  <mwolson@gnu.org>
1727         * lisp/muse-project.el (muse-project-file-entries): Since we are
1728         given a full path, match against the filename as well.  This fixes
1729         an issue where backup files were being added to the file alist.
1731         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1732         from muse-html.el.
1734 2006-08-12  Michael Olson  <mwolson@gnu.org>
1736         * Makefile (.PHONY): Don't use line continuations.
1737         (realclean fullclean): Call realclean in subdirs, not distclean.
1738         (distclean): Don't call realclean, since this would wipe out our
1739         autoloads file.
1740         (dist): Use correct path to autoloads file.
1742         * NEWS: Catch up with the latest changes.
1744         * experimental/Makefile (.PHONY): Wrap long line.
1746         * lisp/Makefile (distclean): Do the same thing as "clean", not
1747         "realclean".
1749         * lisp/muse-project.el (muse-project-get-applicable-style):
1750         Indentation tweak.
1751         (muse-project-ignore-regexp, muse-project-recurse-directory):
1752         Docfix.
1753         (muse-project-of-file): Try the ignored files regexp against the
1754         base filename as well as the entire path.
1756         * lisp/muse-publish.el (muse-publish-this-file): Display message
1757         if the buffer is not associated with any file, so that we avoid
1758         errors later on.
1759         (muse-publish-url-desc): New function taken from muse-publish-url
1760         that causes a URL description to be transformed.
1761         (muse-publish-url): Call muse-publish-url-desc on either the
1762         description or the original URL if it will be used as a
1763         description.  Accept the original URL as an argument, in case it
1764         was transformed earlier.
1765         (muse-publish-insert-url): Pass original URL as an argument.
1766         (muse-publish-markup-link): Make this somewhat easier to follow.
1767         Pass original URL as argument.
1768         (muse-publish-get-style): If the same style is used to publish to
1769         two different directories, prompt the user for which directory to
1770         use.
1771         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1772         latest changes.
1773         (muse-publish-markup-url): Pass original URL as an argument.  This
1774         fixes the "nil" description for bare URLs that was in 3.02.91.
1775         Nothing like finding a bug just after completing the announcement
1776         of a release.
1778         * lisp/muse.el: Use defalias whenever convenient.
1779         (muse-version): Set version to 3.02.92 (3.03 RC2).
1781 2006-08-10  Michael Olson  <mwolson@gnu.org>
1783         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1784         style does not derive from any other class, return `t' here.
1785         This, along with the corresponding change to muse-publish.el,
1786         fixes a problem with the table of contents getting inserted
1787         multiple times for custom html-based styles.
1788         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1789         smarter method for table centering that works with XHTML.
1791         * lisp/muse-latex2png.el Rename all functions to have a
1792         "muse-latex2png" prefix.  Turn all variables into customizable
1793         options in the muse-latex2png group.
1794         (muse-latex2png-img-dest): New option specifying where to place
1795         the images.
1796         (muse-latex2png-template): New option containing the template to
1797         use for the surrounding LaTeX code.
1798         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1799         compliance.
1800         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1801         messages when something else goes wrong.  Create the image
1802         subdirectory if it doesn't exist already -- thanks to Christian
1803         Straßer for the report.  Expand the filename properly.
1804         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1805         and filename expansion.
1806         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1807         the default directory properly.
1809         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1810         do not run the same function twice.
1812 2006-08-08  Michael Olson  <mwolson@gnu.org>
1814         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1815         introduced wrong-type-argument error.
1817         * lisp/muse-html.el (muse-html-markup-strings)
1818         (muse-xhtml-markup-string): Cause table definition that contains
1819         image to be center-aligned.  This should fix an issue with images
1820         not being centered when captions are very long.
1822         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1823         whitespace from fields once we have split them up.
1825         * lisp/muse.el (muse-trim-whitespace): New function that strips
1826         leading and trailing whitespace from a string.
1828 2006-08-07  Michael Olson  <mwolson@gnu.org>
1830         * NEWS: Update through patch-95.
1832         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1833         to match the tags.
1834         (muse-colors-explicit-link): Show images in link descriptions if
1835         inlined images are enabled.
1837         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1838         definitions for 'image-with-desc, 'image, and 'image-link.
1839         (muse-docbook-markup-paragraph): If an inlined image begins a
1840         paragraph, insert <para> before it.
1841         (muse-docbook-fixup-images): New function that upper-cases the
1842         "format" attribute of the <imagedata> tag.
1843         (muse-docbook-finalize-buffer): Call it.
1845         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1846         with descriptions as centered tables, with a centered caption
1847         underneath.  The resulting look is consistent with the way that
1848         they are published in the LaTeX style.  Thanks to Jody Klymak for
1849         the suggestion.
1850         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1851         valid way to center a table.
1852         (muse-html-markup-paragraph): Use class="image" instead of
1853         "image-link" for paragraphs that start with an embedded image.
1855         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1856         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1857         suggestion.
1858         (muse-latex-markup-specials-image): New option that enables
1859         escaping of specials in images.  This was split from the URL
1860         specials.
1861         (muse-latex-decide-specials): Handle 'image context.
1862         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1863         of relying on caller to do this for us.
1865         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1866         'image context.
1867         (muse-publish-url): Use 'image context for images.  Use 'image
1868         instead of 'image-link and 'image-link in place of
1869         'url-with-image.  Separate the image file from its extension so
1870         that docbook and texinfo can publish images correctly.
1871         (muse-publish-markup-link): Don't force a description if one is
1872         not given.  This fixes a bug where images without descriptions
1873         were being published as 'image-with-desc instead of 'image.
1875         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1876         images the same as URLs.
1877         (muse-texinfo-markup-strings): Improve image markup to achieve an
1878         effect similar to that of the LaTeX publishing style.  Simplify
1879         'url string.
1881         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1883         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1884         when we have to use the custom version of this function.
1886         * muse.texi (Images): Explain how to toggle inlining of images and
1887         give better examples.  Mention captions and that captioned images
1888         should not be used inside of text paragraphs.
1889         (Markup Strings): Bring up-to-date with the changes made since
1890         3.02.
1892 2006-08-06  Michael Olson  <mwolson@gnu.org>
1894         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1895         in the Emacs source tree.
1897         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1898         in the Emacs source tree.
1900         * ChangeLog.3: New file created from the old ChangeLog.
1902         * Makefile.defs (VERSION): Set to 3.02.91.
1904         * NEWS: Update through patch-84.
1906         * lisp/muse.el (muse-version): Set to 3.02.91.
1908         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1909         attributes.
1910         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1911         delimiter are instead of hard-coding it.
1913         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1914         (muse-mode): Make filling definition lists work better.  This
1915         should fix #5359.
1917         * lisp/muse-publish.el (muse-style-run-hooks): Use
1918         `muse-style-element' instead of `muse-get-keyword' here.  This
1919         should fix #6399.
1921         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1923 See ChangeLog.3 for earlier changes.
1925 ;; Local Variables:
1926 ;; coding: utf-8
1927 ;; End: