Fix issue with verse tag and initial whitespace
[muse-el.git] / ChangeLog
blobaaf04469cb44dca449e43a565bdb1b1e31419d45
1 2007-07-31  Michael Olson  <mwolson@gnu.org>
3         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
4         that Muse can be recompiled without running "make clean" after an
5         update.
7         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
8         delete forward one character, since we are guaranteed to be on a
9         blank line.  Don't delete all initial whitespace of the first
10         line.  This fixes an issue where the output from the verse tag did
11         not match the output from Muse's verse syntax.
13 2007-07-29  Michael Olson  <mwolson@gnu.org>
15         * Relicense to GPLv3.
17         * Makefile.defs.default: Rename from Makefile.defs.  This allows
18         people to copy this file to Makefile.defs and make changes,
19         without having the changes be accidentally committed.  If
20         Makefile.defs does not exist, this file is read instead, in order
21         to minimize inconvenience to the casual user.
23         * Makefile, contrib/Makefile, examples/Makefile,
24         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
25         Makefile.defs.default or Makefile.defs.
27         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
28         function names.
29         (muse-l-e-m-m-insert-list-item): Add real documentation.
30         (muse-l-e-m-m-increase-list-item-indent)
31         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
32         real documentation.
33         (muse-list-edit-minor-mode): Improve documentation.
35         * texi/doclicense.texi (GNU Free Documentation License): Use
36         pristine copy from Emacs source tree.
38         * texi/muse.texi (Contributors): Move node and appendix indicators
39         here, rather than doclicense.texi.
41 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
43         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
44         command which did not work correctly
46         * lisp/muse-context.el (muse-context-markup-strings): Change rule
47         command which did not work correctly; defined verse commands
48         (muse-context-markup-specials-literal): Eliminate all unuseful entries
50 2007-07-29  Michael Olson  <mwolson@gnu.org>
52         * contrib/httpd.el (httpd-send-file): Use
53         insert-file-contents-literally instead of insert-file-contents.
55         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
56         Use insert-file-contents-literally instead of
57         insert-file-contents.
59         * experimental/muse-split.el (muse-publish-file)
60         (muse-publish-presplit-publish, muse-publish-no-split-function)
61         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
62         insert-file-contents-literally instead of insert-file-contents.
64         * lisp/muse-book.el (muse-book-publish-chapter)
65         (muse-book-get-directives): Use insert-file-contents-literally
66         instead of insert-file-contents.
68         * lisp/muse-http.el (muse-http-render-page): Use
69         insert-file-contents-literally instead of insert-file-contents.
71         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
72         nowhere when done, since they can slow things down.
74         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
75         marker to nowhere when done, since they can slow things down.
77         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
78         when done, since they can slow things down.  Use
79         insert-file-contents-literally instead of insert-file-contents.
81         * lisp/muse-publish.el (muse-publish-markup-tag)
82         (muse-publish-markup-word, muse-publish-markup-footnote)
83         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
84         done, since they can slow things down.
85         (muse-insert-file-or-string, muse-publish-file)
86         (muse-publish-include-tag, muse-published-contents): Use
87         insert-file-contents-literally instead of insert-file-contents.
88         (muse-publish-surround-dl): Remove unused variable.  Track whether
89         a term has been found, and handle that case well.
90         (muse-publish-ensure-blank-line): Use a marker, so that we don't
91         lose our place when adding a newline.  This really fixes the
92         definition list item bug.
93         (muse-publish-markup-list): Since people do seem to want
94         definition lists with no terms, allow this.
95         (muse-batch-publish-files): Set muse-current-output-style.
97         * lisp/muse.el (muse-with-temp-buffer): Mention
98         `insert-file-contents-literally'.
100 2007-07-28  Michael Olson  <mwolson@gnu.org>
102         * lisp/muse-mode.el (muse-browse-result): Set
103         muse-current-output-style.
104         (muse-mode): Don't duplicate the paragraph-start regexp
105         unnecessarily.
106         (muse-list-edit-minor-mode-map): New variable containing the
107         keymap for Muse list edit minor mode.
108         (muse-l-e-m-m-list-item-regexp): New variable that matches list
109         items for Muse list edit minor mode.
110         (muse-l-e-m-m-insert-list-item,
111         muse-l-e-m-m-i-list-item-indentation)
112         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
113         item functions that change the list item regexp before calling the
114         existing function.
115         (muse-l-e-m-m-data): New variable that keeps track of the fill
116         data that we overwrite when activating Muse list edit minor mode,
117         so that we can restore it if the minor mode is toggled off.
118         (muse-list-edit-minor-mode): New minor mode that is useful for
119         editing lists in other major modes.
120         (turn-on-muse-list-edit-minor-mode)
121         (turn-off-muse-list-edit-minor-mode): New interactive functions
122         that turn Muse list edit minor mode on and off, respectively.
123         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
124         regexps.
126         * lisp/muse-project.el (muse-project-publish-this-file): Set
127         muse-current-output-style.  This fixes a bug when publishing to a
128         style that is not first in the list of styles.  Thanks to Jean
129         Magnan de Bornier for the report.
131         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
132         function that ensures that a blank line exists in the line before
133         point.
134         (muse-publish-markup-list): Use it, rather than
135         `muse-publish-ensure-block'.  This fixes a bug with definition
136         list publishing.  Thanks to meandtheshell for reporting this.
138         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
139         project argument is nil, default to the current project instead of
140         the first project entry in muse-project-alist.  This seems much
141         more sane to me.
143         * lisp/muse.el (muse-forward-list-item): Only check the 'face
144         property if we are in Muse mode or one of its derivatives.  This
145         allows movement on nested lists to work in other modes, and fixes
146         an issue with altering list indentation in
147         muse-list-edit-minor-mode.
149 2007-07-27  Michael Olson  <mwolson@gnu.org>
151         * AUTHORS: Add new authors.
153         * README: Permit Muse to be called "Emacs-Muse".
155         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
157         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
158         involving list items that have an extra blank line in front.
160         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
161         and Emacs-Muse are the same thing.
163 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
165         * lisp/muse-context.el (muse-context-header): Put
166         starttext after the modules who must be in preamble.
167         (muse-context-markup-strings): Fixed mistake in begin-example and
168         end-example.
170         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
171         math environment in ConTeXt when centered: "$$ $$" has to be
172         "\startformula \stopformula".
174 2007-07-26  Michael Olson  <mwolson@gnu.org>
176         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
177         parentheses in URLs.
179 2007-07-24  Michael Olson  <mwolson@gnu.org>
181         * examples/QuickStart.muse (Images): Fix typo where some text
182         existed in the output but not in the example region.
183         (Source Code): Fix another typo.  Explain that publishing from
184         console or X can make a difference.
186         * lisp/muse-context.el (muse-context-pdf-program): New option that
187         determines the program to use for generating PDF files for
188         ConTeXt.
189         (muse-context-pdf-cruft): New option that specifies the extensions
190         of files to remove after generating PDF output successfully.
191         (muse-context-slides-header): Docfix.
192         (muse-context-pdf-generate): Use new options.
194         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
195         save-restriction call.  This was causing a world of hurt when
196         using <lisp> inside of <include>.
198         * texi/muse.texi (ConTeXt): New section that documents how to use
199         the ConTeXt publishing styles.
201 2007-07-23  Michael Olson  <mwolson@gnu.org>
203         * lisp/muse-context.el: New file that provides support for
204         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
205         de Bornier for his work on this.
207         * lisp/muse-docbook.el (muse-docbook-entities)
208         (muse-docbook-bibliography): Remove unneeded save-restriction use.
210         * lisp/muse-latex2png.el (muse-publish-latex-tag):
211         s/contex/context/.
213         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
214         (muse-latex-bibliography): Remove call to `widen', since it is not
215         needed anymore.  Remove unneeded save-restriction use.
216         ("slides", "slides-pdf"): Indent elements uniformly.
218 2007-07-22  Michael Olson  <mwolson@gnu.org>
220         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
221         * lisp/muse-mode.el (muse-insert-tag):
222         * lisp/muse-project.el (muse-read-project)
223         (muse-read-project-file):
224         * lisp/muse-publish.el (muse-publish-get-style): Use
225         muse-completing-read-function.
227         * lisp/muse-latex2png.el (muse-publish-latex-tag)
228         (muse-publish-math-tag): Allow the contex style -- which I plan to
229         include soon -- to work with these tags.
231         * lisp/muse.el (muse-completing-read-function): New option that
232         determines which function to call when doing a completing-read.
234 2007-07-15  Michael Olson  <mwolson@gnu.org>
236         * lisp/muse-journal.el (muse-journal-html-entry-template)
237         (muse-journal-rdf-entry-template)
238         (muse-journal-rss-entry-template): Mention that this can be text
239         or a filename.
240         (muse-journal-rdf-entry-template, muse-journal-rss-header)
241         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
242         newlines to make the output look nicer.
243         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
244         Use muse-insert-file-or-string for the entry templates, rather
245         than muse-insert-markup.  This allows <lisp> and <markup> tags to
246         be acted on.  Thanks to Scott Hyde for the report.
247         (muse-journal-html-munge-buffer): Escape quote of the day using
248         entire-document specials before snarfing it.  Mark entire template
249         as read-only -- this fixes an incorrect escaping bug.  Remove
250         read-only properties before replacing template matches so that
251         they can still be escaped with entire-document specials later on.
252         (muse-journal-rss-munge-buffer): Make sure that title is escaped
253         properly.
254         (muse-journal-markup-tags): Rename from
255         muse-journal-latex-markup-tags, because we will use it for
256         journal-rss-entry as well.
257         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
258         end-quote-item.
259         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
260         html.
261         ("journal-latex", "journal-pdf", "journal-book-latex")
262         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
263         muse-journal-latex-markup-tags.
264         ("journal-rss-entry"): New style that is used by journal-rss and
265         journal-rdf to mark up individual entries.  It is needed so that
266         we can do something meaningful with the qotd tag.
267         (muse-journal-rdf-summarize-entries): Set this to nil by default,
268         because it is annoying.  Update docs to mention this.
269         (muse-journal-rss-summarize-entries): Docfix.
271         * lisp/muse-publish.el (muse-insert-file-or-string): Use
272         muse-publish-markup-header-footer-tags.  I'm not quite sure how
273         this change got reverted.
274         (muse-markup-tag-info): Make into a function.  Move common code
275         here, rather than duplicating it in two places.  Deal with case
276         where muse-publish-use-header-footer-tags is non-nil.
277         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
278         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
279         warning.
280         (muse-publish-use-header-footer-tags): New variable that indicates
281         whether we should use just the header and footer tags, rather than
282         the full set.
283         (muse-insert-file-or-string): Bind
284         muse-publish-use-header-footer-tags to t.
285         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
286         Simplify call to muse-markup-tag-info.
287         (muse-publish-mark-up-tag): Bind
288         muse-publish-use-header-footer-tags to nil.
290         * texi/muse.texi (Journal): Update for recent changes.
292 2007-07-14  Michael Olson  <mwolson@gnu.org>
294         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
295         delete the remainder of the buffer, since this causes the
296         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
297         the report and the suggested fix.
299         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
300         beginning of table-el regexp.  This fixes a bug where Muse stalls
301         when trying to publish a malformed table.  Thanks to Ye Wenbin for
302         the report and the suggested fix.
304 2007-07-12  Michael Olson  <mwolson@gnu.org>
306         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
307         default, rather than the empty string.  This really fixes the bug
308         that occurred when using Muse with muse-project-alist set to nil.
309         Thanks to Jonathan Underwood for the report.
310         (muse-wiki-update-interwiki-regexp): Set
311         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
312         defined.
313         (muse-wiki-handle-implicit-interwiki)
314         (muse-wiki-handle-explicit-interwiki): Handle case where
315         muse-wiki-interwiki-regexp is nil.
317 2007-07-10  Michael Olson  <mwolson@gnu.org>
319         * lisp/muse-mode.el (muse-grep): Abort search if the current
320         project contains no directories.
322         * lisp/muse-project.el (muse-project-file-alist): If
323         muse-project-alist is not defined, or project is nil, return nil
324         right away.  This ought to fix a bug that occurred when using Muse
325         with muse-project-alist set to nil.
326         (muse-project-of-file): Make sure muse-project-alist is not nil.
327         (muse-project-save-buffers): Make sure project is not nil.
329         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
330         case where muse-project-alist is nil.
332         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
333         for XEmacs, since color-theme.el is poorly behaved, and defines
334         its own replace-in-string.  Bad color-theme.el -- no cookie for
335         you.
337 2007-07-01  Michael Olson  <mwolson@gnu.org>
339         * Makefile (.PHONY): Update for new debian package rules.
341         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
343         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
344         Use save-restriction properly.
345         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
347         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
348         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
349         properly.
350         (muse-latex-bibliography): Re-indent.
352         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
353         higher.  This fixes an error at startup with some versions of
354         Emacs.
355         (muse-publish-cite-tag): Re-indent.
357         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
358         to the end of the link part, so as to exclude the description from
359         the match.  This fixes a bug with three-part links that have
360         descriptions.  Thanks to everyone who pointed it out.
362 2007-06-18  Michael Olson  <mwolson@gnu.org>
364         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
365         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
366         1.1 specific markup strings.
367         (muse-html-insert-anchor): Use 'anchor string, rather than
368         hard-coding it.  Thanks to Chris Corsair for the suggestion.
369         ("xhtml1.0"): New style that is an alias for the xhtml style.
370         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
372 2007-06-17  Michael Olson  <mwolson@gnu.org>
374         * examples/QuickStart.muse: Make images local so that the Info
375         version of this document works.  Add <example> for the Literal
376         paragraphs chapter, so that it is clear what is happening.
378         * Makefile: Add elpa target, which is used for building an ELPA
379         package for Muse.
381         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
382         building ELPA packages.
384         * examples/Makefile (%.html, %.pdf, %.info): Add message to
385         indicate what we are publishing.
386         (realclean distclean fullclean): Remove all TeX crud.
388         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
389         that the Info version of QuickStart can publish correctly.
391         * lisp/muse-latex.el (muse-latex-slides-header)
392         (muse-latex-lecture-notes-header): Docfix.
394         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
395         the list of things to ignore.
397         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
398         variable.
400         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
401         default to nil, since texinfmt.el is a serious nuisance.
402         (muse-texinfo-markup-strings): Add newlines to begin-example and
403         end-example.
404         (muse-texinfo-decide-specials): Also escape URL-type specials in a
405         whole slew of other contexts.
407         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
408         muse-xml.
410         * lisp/muse-xml.el (muse-xml-footer): Docfix.
412         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
414 2007-06-16  Michael Olson  <mwolson@gnu.org>
416         * etc/IDEAS.muse: Add some ideas from David D. Smith.
418         * examples/QuickStart.muse: Overhaul.
420         * lisp/muse-project.el (muse-project): Call the last part of a
421         muse-project-alist entry "Output styles" rather than "styles".
423         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
424         where we have a pipe character at the beginning of line.
426         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
427         causing tables to not be sorted at all.
429         * texi/muse.texi: Overhaul.  It would be too time-consuming to
430         list all of the changes here.  The "Getting Started" and
431         "Projects" chapters, in particular, were heavily revised.
433 2007-06-15  Michael Olson  <mwolson@gnu.org>
435         * NEWS: Update.
437         * examples/QuickStart.muse: Mention new features.
439         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
440         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
441         terminal, and C-c TAB is more important.  Most people will not
442         want to toggle images on and off that often.
444         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
445         C-i as well, so that it works in the terminal.
447         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
448         look a bit tidier when removing the region.
450         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
451         list regexp part before other parts.
452         (muse-ol-item-regexp): New regexp that specifies how to match an
453         ordered list item.
454         (muse-ul-item-regexp): New regexp that specifies how to match an
455         unordered list item.
456         (muse-table-field-regexp): New regexp that specifies how to match
457         a definition list entry.
459         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
460         lack of support for @headitem in texinfmt.el.
462         * lisp/muse.el: Wrap muse-line-beginning-position and
463         muse-line-end-position in `eval-and-compile', since they are now
464         used in muse.el.
465         (muse-list-item-type): Use a simpler algorithm for detecting which
466         kind of list item we have.  This fixes a bug where a number in a
467         definition list term was being detected incorrectly as an ordered
468         list item.  Fixes bug #6250.
469         (muse-forward-list-item): Get the entire line with the list item.
470         For some reason, Emacs 21 was not populating match 2 correctly,
471         unlike Emacs 22, so this workaround was needed.
473         * texi/muse.texi: (Keystroke Summary): Remove C-c
474         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
475         alternative keybinding to the C-c TAB stuff.  Mention
476         muse-colors-toggle-inline-images.
478 2007-06-14  Michael Olson  <mwolson@gnu.org>
480         * README: Mention that RelaxNG schema is in etc/ directory.
482         * etc/emacs-wiki-migration.txt: New document that explains how to
483         migrate from emacs-wiki to Muse.
485         * etc/muse.rnc: Increment version number to 1.0.  Fix several
486         nested emphasis and nested lists edge cases.  Move here from
487         examples/.
489         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
490         same thing as C-c C-S-t, since the former works better in the
491         console.  Thanks to Leo for the suggestion.
493         * lisp/muse-publish.el (muse-publish-markup-table)
494         (muse-publish-markup-table-el): Include a newline in the return
495         string, so that paragraph detection does not get confused.
497         * lisp/muse.el (muse-with-temp-buffer): Docfix.
499         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
500         keybinding.
502 2007-06-13  Michael Olson  <mwolson@gnu.org>
504         * etc/IDEAS.muse: Mark three-part-links item as done.
506         * experimental/muse-message.el: Remove guard for muse-define-style
507         calls.
509         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
510         markup rules were being interpreted in reverse order.  This should
511         make implicit interwiki links work properly again.
512         (muse-link-face): Strip anchor from end of a path, so that this
513         works with anchors in interwiki links.
514         (muse-colors-insert-image): Catch error that occurs in Emacs 21
515         when an image does not exist.
517         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
518         anchors.
519         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
520         interwiki links work.  Thanks to Jim Ottaway for the initial
521         implementation.
522         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
523         links work.
525         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
526         about match 0.
527         (muse-handle-explicit-link): Docfix: this does not modify the
528         match data.
529         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
530         that has the regexp in its car.
532 2007-06-12  Michael Olson  <mwolson@gnu.org>
534         * README: Document new etc/ directory.
536         * etc/IDEAS.muse: Install things from new contributors just after
537         the 3.03 release, since I won't have time to review the code
538         before the release.  Move to new etc/ directory.  Slides
539         publishing has been installed.
541         * lisp/muse-latex.el (muse-latex-slides-header): New option that
542         determines the header to use for publishing slides.
543         (muse-latex-lecture-notes-header): New option that determines the
544         header to use for publishing lecture notes.
545         (muse-latex-slides-markup-tags): New option containing tags to use
546         when publishing slides.
547         (muse-latex-permit-contents-tag): Move higher in file.
548         (muse-latex-slide-tag): New function to publish the <slide> tag.
549         ("slides", "slides-pdf"): New publishing styles that create slides
550         using Beamer.
551         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
552         create lecture notes using Beamer.
554         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
555         since otherwise Planner is not happy when `plan' is called during
556         init.  Remove stray quote from autoload snippet.
558 2007-06-11  Michael Olson  <mwolson@gnu.org>
560         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
561         autoload, rather than having it exist at top-level.  Thanks to Leo
562         for the suggestion.
563         (muse-update-file-extension): Docfix.
565 2007-06-10  Michael Olson  <mwolson@gnu.org>
567         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
568         URLs were being removed during publishing.  Thanks to everyone who
569         reported this.
571 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
573         * lisp/muse-book.el
574         * lisp/muse-docbook.el
575         * lisp/muse-latex.el
576         * lisp/muse-publish.el: added support for <cite> element which
577         denotes in-text citations
579         * lisp/muse-html.el
580         * lisp/muse-groff.el
581         * lisp/muse-texinfo.el
582         * lisp/muse-xml.el: added support for <cite> element (stub)
584 2007-06-06  Michael Olson  <mwolson@gnu.org>
586         * lisp/muse-regexps.el (muse-table-line-regexp)
587         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
588         regexps so that they work with XEmacs 21.  Thanks to Adrian
589         Tritschler for the report.
591         * texi/muse.texi: Update copyright years.
592         (HTML): Document muse-xhtml-style-sheet.  Thanks
593         to thorne for noticing.
594         (Development): Change archive year to 2006.  Thanks to Adrian
595         Tritschler for noticing.  So *that's* why some people had the 2005
596         version ....
598 2007-06-05  Michael Olson  <mwolson@gnu.org>
600         * Makefile (install-info): Remove $(MANUAL).info part, since this
601         is taken care of already by texi/Makefile.  Thanks to Leo for the
602         report.
604         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
605         read-only properties to qotd contents, so that they don't get
606         double-escaped.  Thanks to Leo for the report.
608 2007-06-04  Michael Olson  <mwolson@gnu.org>
610         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
611         -- that is, Tramp or ange-ftp -- file, then do not call
612         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
613         Fixes bug #5115.
615         * lisp/muse-html.el (muse-html-insert-contents): Add
616         documentation.  Handle case where heading is read-only, but has
617         muse-contents property.  Remove the muse-contents property for any
618         heading we come across so as to avoid double-including an item in
619         an outer table of contents.
620         (muse-html-denote-headings): New function that denotes whether a
621         heading is not read-only by adding the muse-contents property to
622         it.
623         (muse-html-munge-buffer): If we are not to generate contents,
624         still denote headings, in case some outer layer wants to generate
625         contents for our headings.  This should fix a bug with table of
626         contents and the <include> tag.  Thanks to thorne for the report.
628         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
629         muse-publish-generate-contents and set it to nil.  This should
630         do the right thing when using <include> tags.
632 2007-06-02  Michael Olson  <mwolson@gnu.org>
634         * NEWS: Update for non-inlined image change and support for
635         table.el style tables.
637         * examples/Makefile (clean): Clean backup files.
639         * examples/QuickStart.muse (Images): New section that describes
640         how to inline and not inline images.
642         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
643         touch images that have "URL:" in front of them.
645         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
646         "URL:".  Use the identity function to resolve, since we don't want
647         to rip "URL:" out while publishing, due to some magic that depends
648         on that text.
649         (muse-browse-url-url): New function that browses URLs that have
650         "URL:" in front of them, by removing the "URL:" part and
651         reprocessing the remainder.
653         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
654         (muse-publish-url): Recognize images in the description before
655         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
656         for the suggested workaround.
657         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
658         default value.
659         (muse-publish-classify-url): If target begins with "URL:" return
660         type url.
661         (muse-publish-strip-URL): New function that strips "URL:" from the
662         beginning of a string.  This is used to remove URL: from the link
663         description.  * texi/muse.texi (Markup Strings): Clarify the
664         meanings of image-link, link, and link-and-anchor.
665         (muse-publish-markup-regexps): Move normal table rule to 2350.
666         Rule 2300 is now a regexp that matches table.el-style tables.
667         (muse-publish-markup-functions): Add table-el entry.
668         (muse-publish-table-el-table): New function that given a variant,
669         publishes a table.el-style table using the table in the matched
670         region.
671         (muse-publish-markup-table-el): New function that determines
672         whether the table.el-style table can be published, and what
673         variant to use.
675         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
676         the borders of table.el-style tables.
678         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
679         the table has sufficient whitespace in front of it.
681         * texi/muse.texi (Images): Update for new non-inlined image
682         ability and provide example.
684 2007-05-31  Michael Olson  <mwolson@gnu.org>
686         * NEWS: Add example for setting `muse-html-table-attributes'.
688         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
689         Publish multiple tbody tags if there is a horizontal separator
690         after the heading, because that is valid HTML after all.
692 2007-05-30  Michael Olson  <mwolson@gnu.org>
694         * NEWS: Update.
696         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
697         horizontal separators in tables.
699         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
700         horizontal separators in tables.
701         (muse-publish-trim-table): New function to remove initial and
702         final blank columns from a table.
703         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
704         with horizontal separators, aka "hlines".
706         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
707         defines the syntax of a horizontal separator in a table.
709         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
710         horizontal separators.  Publish header lines correctly.
712         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
713         where we have nonnumbers as a row type.  This ignores sorting for
714         hlines.
715         (muse-xml-markup-table): Deal with horizontal separators.  If the
716         markup supports table groups, make hlines separate table groups.
717         Otherwise, ignore them, since they cannot be marked up.  Together,
718         these changes allow us to support orgtbl-mode tables.  Thanks to
719         Carsten Dominik for the suggestion.
721 2007-05-26  Michael Olson  <mwolson@gnu.org>
723         * lisp/muse-project.el (muse-project-alist-styles): Allow for
724         other things to be added to each generated style as well.  For
725         example, this permits me to add
726         :base-url "http://blog.mwolson.org/"
727         for my blog.
729 2007-05-25  Michael Olson  <mwolson@gnu.org>
731         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
732         way of building Debian packages that preserves the original
733         release tarball and is more modular.
734         (debrevision, debrelease): Remove.
735         (dist): No need to remove the debian/ directory, since it is now
736         in its own branch.
737         (debprepare): Copy over debian/ directory properly.
739         * NEWS: Update.
741         * examples/Makefile (clean): Remove QuickStart.texi, in case
742         something went wrong during the build.
743         (%.pdf): Publish the example using the normal pdf style, rather
744         than info-pdf.
746         * examples/QuickStart.muse: Add myself to the authors list.
748         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
749         sufficient blank lines before the tag.
751         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
752         we have sufficient blank lines before the tag.
754         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
755         specifies the program to call in order to generate PDF content
756         from LaTeX content.
757         (muse-latex-pdf-cruft): New option that specifies the extensions
758         of files to remove after generating PDF output successfully.
759         (muse-latex-pdf-generate): Use these new options.  Work around the
760         annoying edge case where a tilde character exists in the filename
761         or directory path -- now this can only error out when the relative
762         path from the output file to the source file contains a tilde,
763         which is far less likely.
765         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
766         muse-publish-ensure-block here after all, because <lisp> et al may
767         occur inline as part of other things.
769         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
770         occur after full-document escaping, rather than before.  This
771         prevents automatically-inserted Texinfo code from being escaped.
772         (muse-texinfo-pdf-generate): Rewrite to call
773         `muse-latex-pdf-generate' with pdftex as the generating binary,
774         because texi2pdf suffers irredeemably from the tilde edge case
775         mentioned above.
777 2007-05-24  Michael Olson  <mwolson@gnu.org>
779         * NEWS: Drop vague entries and position interesting entries closer
780         to the top of each section.  Update for new changes.
782         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
783         and bzr metadata directories to the list of things to ignore.
785         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
786         `muse-publish-ensure-block-tag', since we will use it for more
787         than just tags.
788         (muse-publish-markup-list, muse-publish-verse-tag)
789         (muse-publish-quote-tag, muse-publish-example-tag)
790         (muse-publish-markup-attribute): Use it.  This fixes a bug that
791         can occur when these types of markup occur immediately after a
792         paragraph.  It's good to have defined behavior!
794         * texi/muse.texi (Markup Strings): Mention new argument for
795         link-and-anchor.
797 2007-05-19  Michael Olson  <mwolson@gnu.org>
799         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
800         published footnotes and footnote references.  Thanks to Scott
801         Jaderholm for the idea.
803         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
804         link-and-anchor, on the recommendation of the original submitter.
806 2007-05-14  Michael Olson  <mwolson@gnu.org>
808         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
809         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
810         suggestion.
812         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
813         file extension as the fourth argument.
815         * README, texi/muse.texi (Getting Help and Reporting Bugs):
816         Mention the new muse-el-logs mailing list.
818 2007-05-13  Michael Olson  <mwolson@gnu.org>
820         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
821         "\`" here.  This fixes a problem with publishing custom URLs.
823 2007-05-12  Michael Olson  <mwolson@gnu.org>
825         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
826         update the list if the current buffer is associated with a file.
827         This fixes a bug with M-x muse-publish-region in a temporary
828         buffer.
830 2007-05-01  Michael Olson  <mwolson@gnu.org>
832         * lisp/muse-publish.el (muse-publish-region): Remove read-only
833         properties from the published buffer, so that the results can be
834         manually tweaked.
836 2007-04-23  Michael Olson  <mwolson@gnu.org>
838         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
839         find the footnote that goes with a reference, leave the reference
840         as-is.  This fixes an error where control characters could be
841         placed in a published document.
843 2007-04-22  Michael Olson  <mwolson@gnu.org>
845         * IDEAS.muse: Add muse-slides.el to list of things to include
846         before release.
848         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
849         character.
850         (muse-protocol-find): Find protocols correctly.  Rewrite to use
851         catch/throw.
852         (muse-browse-url): Don't concatenate "\`" here.  Together, this
853         fixes a bug with browsing woman:// links.
855         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
856         where entry-dir has a trailing backslash.
857         (muse-project-publish-file): If a style is malformed, skip it and
858         display a warning message.  This should help people figure out
859         where the problem is.
861 2007-04-21  Michael Olson  <mwolson@gnu.org>
863         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
864         yet-to-be-included "contex" publishing style, use "$$" rather
865         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
866         this out.
868 2007-04-20  Michael Olson  <mwolson@gnu.org>
870         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
871         variable that causes the :before and :before-end hooks to be
872         ignored when non-nil.
873         (muse-publish-markup-region): Use it.  Also, guarantee that point
874         is at end of region after publishing.
875         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
876         variable.
878 2007-04-19  Michael Olson  <mwolson@gnu.org>
880         * IDEAS.muse: New file containing a list of ideas we have for new
881         features, or patches that have yet to be applied.
883         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
884         be so confusing.
886         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
887         docstring.
889         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
890         <literal> tags with muse-publish-literal-tag, rather than
891         muse-publish-mark-read-only.
892         (muse-publish-literal-tag): New function that publishes the
893         <literal> tag.  It adds the ability to add the optional "style"
894         and "exact" elements, which cause text to only be included if the
895         current publishing style matches some criteria.  The text will be
896         removed otherwise.  Thanks to Jim Ottaway for the implementation.
897         (muse-publish-mark-up-tag): Let the <markup> tag take the
898         additional optional elements "style" and "exact", with much the
899         same effect as the <literal> improvements, but after calling
900         "function" or publishing the region first.  Make it possible to
901         put <content> tags in <markup> regions in HTML publishing.
903 2007-04-12  Michael Olson  <mwolson@gnu.org>
905         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
906         that a blank line always exists after a heading.  This fixes a bug
907         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
908         for the report.
910         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
911         detection regexp to that which is used in Docbook and HTML
912         publishing styles.
914 2007-04-02  Michael Olson  <mwolson@gnu.org>
916         * README (muse-el-announce): Make a listing of mailing lists,
917         rather than pointing to the old EmacsWikiMailingList page.  Thanks
918         to Andreas Roehler for noticing.
920 2007-04-01  Michael Olson  <mwolson@gnu.org>
922         * lisp/muse-publish.el (muse-publish-date-format): Add
923 `       customization type and group.
924         (muse-publish-region): New interactive function that publishes a
925         region to a new buffer.
927         * texi/muse.texi: Use "document" rather than "manual".
929 2007-03-31  Michael Olson  <mwolson@gnu.org>
931         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
932         expression (muse-style-derived-p "latex" (muse-style "latex"))
933         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
934         for the catch.
936 2007-02-25  Michael Olson  <mwolson@gnu.org>
938         * lisp/muse-publish.el (muse-publish-date-format): New option that
939         specifies how to format the date when publishing Muse pages.
940         Thanks to Thomas Gehrlein for the suggestion.
941         (muse-publish-markup-buffer): Use it.
943 2007-02-23  Michael Olson  <mwolson@gnu.org>
945         * README: Add Prerequisites section to mention which versions of
946         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
947         the suggestion.  Update link destination for Muse's page on
948         emacswiki.org.
950 2007-02-15  Michael Olson  <mwolson@gnu.org>
952         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
953         be not just at beginning of line.  This fixes an error with the
954         <class> tag.  Thanks to Jim Pivarski for the report.
956 2007-02-14  Michael Olson  <mwolson@gnu.org>
958         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
959         whether something is an image before checking to see if it is a
960         URL.  Thanks to ITSUMI ken-ichi for the report.
962 2007-02-13  Michael Olson  <mwolson@gnu.org>
964         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
965         comments that have no text better.  Thanks to fang.lungang for the
966         report.
967         (muse-publish-markup-comment): Deal with case where no comment
968         text is provided.
970 2007-01-23  Michael Olson  <mwolson@gnu.org>
972         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
973         that ensures that at least one blank line exists at the given
974         position.  This is used to avoid paragraph detection problems when
975         block-level tags like <example> immediately follow a paragraph.
976         Thanks to Hans Ekbrand for the report.
977         (muse-publish-example-tag): Use it.
979 2007-01-19  Michael Olson  <mwolson@gnu.org>
981         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
982         previous blank line if we are publishing in Latex.  Otherwise,
983         that wouldn't be the right thing, so leave it be.
985 2007-01-17  Michael Olson  <mwolson@gnu.org>
987         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
988         multiple centered math lines on the same line; keep them on
989         different lines.  Use \[ math-text \] instead of $$math-text$$,
990         since the latter seems to be deprecated.  Thanks to Jody Klymak
991         for the pointer.
993 2007-01-15  Michael Olson  <mwolson@gnu.org>
995         * lisp/muse-latex2png.el (muse-publish-latex-tag)
996         (muse-publish-math-tag): Publish region read-only when current
997         style is Latex-derived, so that Muse does not escape it.
998         (muse-publish-math-tag): If 6 or more spaces come before the tag,
999         surround the region with "$$" rather than "$".  This is the Muse
1000         syntax for something centered, so it should be a good fit.
1002 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1004         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1005         protocol.
1006         (muse-browse-url-man): Change man page URL format.  The code is
1007         simpler when the section is left inside parentheses.
1008         (muse-browse-url-woman): New function.
1010 2007-01-14  Michael Olson  <mwolson@gnu.org>
1012         * AUTHORS: Bookkeeping.
1014         * lisp/muse-latex2png.el: Associate <math> tag with
1015         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1016         Klymak for the report.
1017         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1018         characters, so they don't get escaped.
1020         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1021         make muse-style-derived-p easier to implement.
1022         (muse-style-derived-p): If the style is not provided, fetch it and
1023         check to see if the car is a string.  This should fix the other
1024         problem that was reported.
1026         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1027         explains a case where setting muse-file-extension to nil can cause
1028         unexpected behavior.
1030 2007-01-09  Michael Olson  <mwolson@gnu.org>
1032         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1033         comments higher priority than tags.  Thanks to Stefan van der Walt
1034         for the report.
1036 2007-01-08  Michael Olson  <mwolson@gnu.org>
1038         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1039         argument rather than calling match-string.  Thanks to Stefan van
1040         der Walt for the report.  This should fix a bug with publishing
1041         <include file="..." markup="example">.
1043 2007-01-06  Michael Olson  <mwolson@gnu.org>
1045         * Makefile (debclean): New rule split from debrevision and
1046         debrelease.
1047         (debbuild): Take distributor into account.
1049         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1050         vendor/distributor we are building for.
1052 2007-01-04  Michael Olson  <mwolson@gnu.org>
1054         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1055         line.
1057         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1058         point to muse-publish-src-tag by default, since <src> and
1059         <example> have different parameters.
1060         (muse-publish-src-tag): New barebones publishing function for
1061         <src>, which is superseded when publishing in an HTML-based style.
1063 2007-01-03  Michael Olson  <mwolson@gnu.org>
1065         * lisp/muse-html.el (muse-html-src-tag): Document.
1067         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1068         command that calls a given tag on the current buffer.  Attributes
1069         may be passed.
1070         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1071         it.
1072         (muse-publish-srcify-buffer): New function that allows
1073         markup="src" in the <include> tag.
1074         (muse-publish-get-and-delete-attr): New macro that gets an
1075         attribute from a list and removes the first instance of that
1076         attribute from said list.
1077         (muse-publish-markup-attribute): Handle markup="src".
1078         (muse-publish-command-tag, muse-publish-include-tag): Use
1079         muse-publish-get-and-delete-attr.  This allows the remaining
1080         attributes to be passed.
1082         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1083         as changes to <command> and <include>.
1085 2006-12-30  Michael Olson  <mwolson@gnu.org>
1087         * NEWS: Update.
1089         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1090         from muse-publish-math-tag to avoid conflict with
1091         muse-latex2png.el.
1093 2006-12-23  Michael Olson  <mwolson@gnu.org>
1095         * lisp/muse-latex2png.el: Update header, since this has been
1096         rewritten sufficiently to not need an assignment from the original
1097         author.
1098         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1099         (muse-latex2png): Use two underscores to separate prefix and hash.
1100         (muse-latex2png-region): New function split from
1101         muse-publish-latex-tag that can be used easily by other code.
1102         Detect whether we are using an HTML-based publishing style, and
1103         insert a simpler markup if we are not.  If we are using a
1104         Latex-based publishing style, do not generate an image, and leave
1105         the region alone.  Return the path of the generated image, in case
1106         other functions want to use this programmatically.
1107         (muse-publish-latex-tag): Set a default prefix based on the name
1108         of the current file.
1109         (muse-publish-math-tag): New tag that surrounds the region with
1110         "$" characters, so that it becomes a Latex math region, and then
1111         publishes it.
1113         * lisp/muse-publish.el (muse-style-derived-p): New function that
1114         returns non-nil if a given style, or the current style if omitted,
1115         is equal to or derived from the given base style.  This is useful
1116         in <lisp> tags, because it allows the user to specify markup that
1117         is only to be inserted for one particular style.
1119 2006-12-22  Michael Olson  <mwolson@gnu.org>
1121         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1122         (muse-html-src-tag): New function which publishes the <src> tag.
1123         Thanks to Clinton Ebadi and Charles Wang for the initial
1124         implementations.
1126         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1128 2006-12-21  Michael Olson  <mwolson@gnu.org>
1130         * examples/johnw/muse-johnw.el: Update for preferred
1131         muse-derive-style usage.  Rename to muse-init.el.
1133         * examples/mwolson/muse-init.el: Update.
1135         * lisp/muse-book.el (muse-book-publish): New function split from
1136         muse-book-publish-project.  This is used in the definitions for
1137         the book-latex and book-pdf styles.
1138         (muse-book-publish-p): New function split from muse-book-publish.
1139         (muse-book-get-directives): New function that retrieves the
1140         publishing directives from the given file.
1141         (muse-book-publish): Use muse-book-get-directives to set the title
1142         if no title was specified.
1144         * lisp/muse-project.el (muse-project): Add :publish-project entry
1145         to widget.
1146         (muse-read-project, muse-project-find-file): Message fix.
1147         (muse-project-publish-file-default): New function split from
1148         muse-project-publish-file.
1149         (muse-project-publish-file): Allow file-level publishing function
1150         to be specified by the :publish element.  The default is
1151         muse-project-publish-file-default.
1152         (muse-project-publish-default): New function split from
1153         muse-project-publish.
1154         (muse-project-publish): Allow project-level publishing function to
1155         be specified by :publish-project element.  The default is
1156         muse-project-publish-default.
1158         * lisp/muse-publish.el (muse-publish-file): Message fix.
1160         * texi/muse.texi (Book): Mention new way to publish books and
1161         provide an example, since the process may be non-obvious.
1163 2006-12-20  Michael Olson  <mwolson@gnu.org>
1165         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1166         content-modifying code from the rest of
1167         muse-docbook-finalize-buffer.
1169         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1170         muse-groff-finalize-buffer, since it adds content to the buffer.
1172         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1173         content-modifying code from the rest of muse-html-finalize-buffer.
1174         This fixes a bug when using <include> with <content> tags.
1176         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1177         (muse-journal-latex-munge-buffer)
1178         (muse-journal-rss-munge-buffer): Rename, since they add content to
1179         the buffer.
1181         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1182         muse-latex-finalize-buffer, since it adds content to the buffer.
1184         * lisp/muse-mode.el:
1185         * lisp/muse-project.el:
1186         * lisp/muse-publish.el:
1187         * lisp/muse.el: Fix recursive load error.
1189         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1190         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1192         * lisp/muse-wiki.el: Comment cleanup.
1194         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1196 2006-12-17  Michael Olson  <mwolson@gnu.org>
1198         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1199         Remove the definition of \comment, since Latex already has comment
1200         syntax.
1201         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1202         than our own.  Thanks to Ryan Stutsman for pointing this out.
1204 2006-12-02  Michael Olson  <mwolson@gnu.org>
1206         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1207         that this can generate a proper table of contents for Planner HTML
1208         publishing.
1210 2006-12-01  Michael Olson  <mwolson@gnu.org>
1212         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1213         using a very old Emacs, avoid an infinite loop that could occur
1214         when the regexp is an empty string.
1216 2006-11-26  Michael Olson  <mwolson@gnu.org>
1218         * NEWS: Bring up to date.
1220         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1221         list issues and multiple-stanza verse issues.  This takes care of
1222         all of the markup issues I was worried about.
1224         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1225         (muse-project-publish-private-files): New option that indicates
1226         whether files with private filesystem permissions should be
1227         published.  The default is to publish them, since it avoids
1228         confusion in new users.
1229         (muse-project-private-p): Use it.
1231 2006-11-19  Michael Olson  <mwolson@gnu.org>
1233         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1234         style is found, which means that the link is not a Muse page, do
1235         not add a suffix or prefix to it.  This should fix the
1236         "[[thing.owl]]" bug that Phillip Lord reported.
1238         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1239         removing unused 2nd argument.
1241 2006-11-17  Michael Olson  <mwolson@gnu.org>
1243         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1244         latex publishing where nested enumerated lists would be squashed
1245         together at the end.
1247 2006-11-16  Michael Olson  <mwolson@gnu.org>
1249         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1250         list embedded in a definition list look right.  This also allows
1251         for definitions to be separated from their terms, much like the
1252         way HTML does it by default, if the user puts a blank line or a
1253         line break between the term and the definition.  If the term and
1254         definition are on the same line, they will be that way in the
1255         output as well.
1257 2006-11-11  Michael Olson  <mwolson@gnu.org>
1259         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1260         for the report.
1261         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1263 2006-11-07  Michael Olson  <mwolson@gnu.org>
1265         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1266         release candidate for Muse 3.03, available.
1268         * NEWS: Update.
1270 2006-11-06  Michael Olson  <mwolson@gnu.org>
1272         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1273         following a relative link worked even when the path was incorrect.
1275 2006-11-04  John Sullivan  <john@wjsullivan.net>
1277         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1278         muse-follow-name-at-point to reduce collisions with other
1279         modes (Planner).
1281         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1283 2006-11-04  Michael Olson  <mwolson@gnu.org>
1285         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1286         optional, and make interwiki delimiter a regular rather than shy
1287         group.
1288         (muse-wiki-handle-implicit-interwiki): Rename from
1289         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1290         (muse-wiki-handle-explicit-interwiki): New function that is
1291         smarter about where an explicit link ends in a buffer.  This
1292         allows you to refer to page names with invalid Wiki characters,
1293         such as underscores and dashes, merely by enclosing them in double
1294         brackets.  Also, a bug with recognizing project names too loosely
1295         has been fixed.
1297 2006-11-03  Michael Olson  <mwolson@gnu.org>
1299         * lisp/muse-project.el (muse-project-page-file): Make relative
1300         links work as expected, hopefully.
1302         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1303         output style manually, since it will differ from anything in the
1304         publishing style list.
1306 2006-10-30  Michael Olson  <mwolson@gnu.org>
1308         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1309         grouping elements, since that no longer applies.
1310         (muse-colors-custom-tags): Explicitly match against
1311         muse-tag-regexp to get the match-data set the way we want.  This
1312         really fixes the <example> highlighting bug that Stefan reported.
1313         (muse-configure-highlighting): Set the original value to the
1314         symbol, not the modified value.  Re-use modified rules properly.
1316         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1317         introduced yesterday.
1319 2006-10-29  Michael Olson  <mwolson@gnu.org>
1321         * examples/mwolson: Update my example configuration.
1323         * NEWS: Update.
1325         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1326         without a regexp in the first position before iterating through
1327         them to build muse-colors-vector.  This fixes a bug with the
1328         display of <example> tags.  Thanks to Stefan Reichör for the
1329         report.
1331         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1332         files in projects to be linked to.
1334         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1335         to serve as a description for a URL, as long as it differs from
1336         the destination URL.  This fixes the description of WikPage links
1337         in PDF output.
1338         (muse-publish-link-file): Check to see whether the given link
1339         points at a valid file.  If so, return it.  Otherwise, apply other
1340         transforms like prefix and link suffix.
1342         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1343         "/", it is a file or directory, not a Muse page.  Thanks to
1344         Phillip Lord for the suggestion.
1346         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1347         of the current page as the local path, instead of duplicating the
1348         remote file's path.  This probably fixes at least one reported
1349         bug. since it's quite major.
1350         (muse-wiki-update-project-file-regexp)
1351         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1352         passed to regexp-opt, since that can cause Emacs 21 to throw an
1353         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1354         DOT edu for the report.
1355         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1357 2006-10-28  Michael Olson  <mwolson@gnu.org>
1359         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1360         (muse-project-resolve-link): If the given style does not have a
1361         link-suffix, default to suffix.  This fixes a bug I was noticing
1362         when linking to a file that was published in both PDF and HTML
1363         form.
1365         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1366         function that is used as a callback to determine the initial
1367         amount of indentation that the current dl item has.
1368         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1369         and the post-indent value, instead of trying to determine them
1370         both.
1371         (muse-publish-strip-list-indentation): New function stripped from
1372         `muse-publish-surround-text' for readability.
1373         (muse-publish-surround-text): Instead of taking a determine-indent
1374         value, take a determine-indent-func function, which is called just
1375         after finding the next list item.  If we are asked to determine
1376         the amount of indentation, concatenate indent and post-indent the
1377         first time around.  This effectively fixes all known definition
1378         list issues.
1380 2006-10-16  Michael Olson  <mwolson@gnu.org>
1382         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1383         other software -- namely, Planner -- can detect whether they are
1384         using a version of Muse that supports nested tags.
1385         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1386         muse-publish-goto-tag-end.
1388         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1389         Adapt for nested tags.
1391         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1392         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1393         this.
1395         * lisp/muse-publish.el (muse-publish-markup-tag)
1396         (muse-publish-quote-tag): Use muse-goto-tag-end.
1398         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1400 2006-10-15  Michael Olson  <mwolson@gnu.org>
1402         * AUTHORS: Bookkeeping.
1404         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1405         tag.
1407         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1408         tags.
1410         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1412         * lisp/muse-import-docbook.el (muse-import-docbook)
1413         (muse-import-docbook-files): Docfix.
1414         (muse-import-docbook-get-title): Remove cl.el-ism.
1416         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1418         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1420         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1422         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1423         (muse-next-reference, muse-previous-reference): Minor whitespace
1424         changes.
1425         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1426         the suggestion.
1428         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1430         * lisp/muse-publish.el (muse-publish-markup-tags)
1431         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1432         element and make 4th element determine whether tags are nestable.
1433         (muse-publish-goto-tag-end): New function that moves to the end of
1434         a tag.  Handle nested tags when NESTED is non-nil.
1435         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1436         5th element for function.
1437         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1438         this on several scenarios, and it seems to work.
1439         (muse-publish-surround-text): Accept new optional argument
1440         LIST-ITEM which determines the regexp to use for list items.  The
1441         default is to use muse-list-item-regexp.
1443         * muse.texi (Markup Tags): Mention nestable tags.
1445         * NEWS: Mention new files.
1447 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1449         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1450         into Muse format.
1452         * lisp/muse-import-xml.el: New file that provides helper routines
1453         for converting XML-ish files to Muse format.
1455 2006-10-10  Michael Olson  <mwolson@gnu.org>
1457         * NEWS: Update for 3.02.7 bugfix release.
1459 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1461         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1462         using the value in the muse #date directive.
1463         (muse-blosxom-use-metadate): New option that determines whether or
1464         not to use the #postdate directive.
1465         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1466         metadate plugin format.
1468 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1470         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1471         recognised URLs.
1473         * muse.texi: Clarify handling of implicit links by mentioning
1474         which characters can prevent Muse from recognizing something as an
1475         implicit link.
1477 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1479         * lisp/muse-mode.el (muse-next-reference)
1480         (muse-previous-reference): Fix bug #6367 by moving point to the
1481         beginning of the link.
1483 2006-09-26  Michael Olson  <mwolson@gnu.org>
1485         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1486         beginning-of-line.  This should fix a bug that was noticed in
1487         recent Emacs 22 builds.
1489         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1490         eval-and-compile block to avoid a compiler warning.
1492 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1494         * lisp/muse-backlink.el (muse-backlink-split-string):
1495         Compatibility with Emacs versions < 22
1496         (muse-backlink-pending): New internal variable
1497         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1498         that backlinks are inserted at the right time.
1499         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1500         for pending backlink, and that this is the targe page.
1501         (muse-backlink-handle-link): Don’t handle the link if we are
1502         already handling one. Return the link as well as the parent links.
1504 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1506         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1507         #6942 - muse-blosxom-new-entry fails when using tags.
1509 2006-09-14  Michael Olson  <mwolson@gnu.org>
1511         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1512         compiler warning.
1514 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1516         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1517         function: Protect all wikiwords from START to END from further
1518         processing.
1519         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1521 2006-09-13  Michael Olson  <mwolson@gnu.org>
1523         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1524         adopted from Jim Ottaway's patch.  It removes links from the
1525         heading, and then marks the region read-only to inhibit WikiWord
1526         detection.
1528 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1530         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1531         special handling for headings.
1532         (muse-texinfo-remove-links): New function that removes explicit
1533         links from the given strings, replacing them with a description.
1535 2006-09-11  Michael Olson  <mwolson@gnu.org>
1537         * muse.texi (Getting Help and Reporting Bugs): Mention the
1538         muse-el-internationalization mailing list.
1540         * lisp/muse.el (muse-path-sans-extension): New function that acts
1541         like file-name-sans-extension, but guarantees to never modify the
1542         directory part of the path.  Thanks to Evan Monroig for
1543         investigating this.
1545         * lisp/muse-book.el (muse-book-publish-project): Use
1546         muse-path-sans-extension instead of file-name-sans-extension.
1548         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1549         Ditto.
1551 2006-08-30  Michael Olson  <mwolson@gnu.org>
1553         * muse.texi (Blosxom Requirements): Fix typo.
1555         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1556         directories for bzr and darcs.
1558         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1559         contrib/pyblosxom/getstamps.py: Update version and headers.
1561 2006-08-27  Michael Olson  <mwolson@gnu.org>
1563         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1564         nil values before they get to mapconcat.  This fixes a lockup when
1565         muse-wiki-match-all-project-files is nil.
1567         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1568         (muse-wiki-ignore-implicit-links-to-current-page)
1569         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1570         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1571         (muse-wiki-publish-small-title-words)
1572         (muse-wiki-publish-pretty-title): Docfix.
1573         (muse-wiki-update-local-wikiword-regexp): Rename from
1574         muse-wiki-update-local-wikiword-regexp.  Set
1575         muse-wiki-project-file-regexp instead of
1576         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1577         take muse-wiki-use-wikiword into account, since this is a
1578         different concept now.
1579         (muse-wiki-update-wikiword-regexp): Remove.
1580         (muse-wiki-wikiword-regexp): In-line the :set function.
1581         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1583 2006-08-26  Michael Olson  <mwolson@gnu.org>
1585         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1586         for indented list items, ignore blank lines.
1588         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1589         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1590         mapconcat.  This should hopefully fix a problem with large amounts
1591         of files with spaces in their name.  Thanks to Greg Detre for the
1592         report.
1594 2006-08-24  Michael Olson  <mwolson@gnu.org>
1596         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1597         numbers from the argument to format-time-string.  This fixes an
1598         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1600 2006-08-18  Michael Olson  <mwolson@gnu.org>
1602         * lisp/muse-project.el (muse-project-file-entries): Since we are
1603         given a full path, match against the filename as well.  This fixes
1604         an issue where backup files were being added to the file alist.
1606         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1607         from muse-html.el.
1609 2006-08-12  Michael Olson  <mwolson@gnu.org>
1611         * Makefile (.PHONY): Don't use line continuations.
1612         (realclean fullclean): Call realclean in subdirs, not distclean.
1613         (distclean): Don't call realclean, since this would wipe out our
1614         autoloads file.
1615         (dist): Use correct path to autoloads file.
1617         * NEWS: Catch up with the latest changes.
1619         * experimental/Makefile (.PHONY): Wrap long line.
1621         * lisp/Makefile (distclean): Do the same thing as "clean", not
1622         "realclean".
1624         * lisp/muse-project.el (muse-project-get-applicable-style):
1625         Indentation tweak.
1626         (muse-project-ignore-regexp, muse-project-recurse-directory):
1627         Docfix.
1628         (muse-project-of-file): Try the ignored files regexp against the
1629         base filename as well as the entire path.
1631         * lisp/muse-publish.el (muse-publish-this-file): Display message
1632         if the buffer is not associated with any file, so that we avoid
1633         errors later on.
1634         (muse-publish-url-desc): New function taken from muse-publish-url
1635         that causes a URL description to be transformed.
1636         (muse-publish-url): Call muse-publish-url-desc on either the
1637         description or the original URL if it will be used as a
1638         description.  Accept the original URL as an argument, in case it
1639         was transformed earlier.
1640         (muse-publish-insert-url): Pass original URL as an argument.
1641         (muse-publish-markup-link): Make this somewhat easier to follow.
1642         Pass original URL as argument.
1643         (muse-publish-get-style): If the same style is used to publish to
1644         two different directories, prompt the user for which directory to
1645         use.
1646         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1647         latest changes.
1648         (muse-publish-markup-url): Pass original URL as an argument.  This
1649         fixes the "nil" description for bare URLs that was in 3.02.91.
1650         Nothing like finding a bug just after completing the announcement
1651         of a release.
1653         * lisp/muse.el: Use defalias whenever convenient.
1654         (muse-version): Set version to 3.02.92 (3.03 RC2).
1656 2006-08-10  Michael Olson  <mwolson@gnu.org>
1658         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1659         style does not derive from any other class, return `t' here.
1660         This, along with the corresponding change to muse-publish.el,
1661         fixes a problem with the table of contents getting inserted
1662         multiple times for custom html-based styles.
1663         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1664         smarter method for table centering that works with XHTML.
1666         * lisp/muse-latex2png.el Rename all functions to have a
1667         "muse-latex2png" prefix.  Turn all variables into customizable
1668         options in the muse-latex2png group.
1669         (muse-latex2png-img-dest): New option specifying where to place
1670         the images.
1671         (muse-latex2png-template): New option containing the template to
1672         use for the surrounding LaTeX code.
1673         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1674         compliance.
1675         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1676         messages when something else goes wrong.  Create the image
1677         subdirectory if it doesn't exist already -- thanks to Christian
1678         Straßer for the report.  Expand the filename properly.
1679         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1680         and filename expansion.
1681         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1682         the default directory properly.
1684         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1685         do not run the same function twice.
1687 2006-08-08  Michael Olson  <mwolson@gnu.org>
1689         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1690         introduced wrong-type-argument error.
1692         * lisp/muse-html.el (muse-html-markup-strings)
1693         (muse-xhtml-markup-string): Cause table definition that contains
1694         image to be center-aligned.  This should fix an issue with images
1695         not being centered when captions are very long.
1697         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1698         whitespace from fields once we have split them up.
1700         * lisp/muse.el (muse-trim-whitespace): New function that strips
1701         leading and trailing whitespace from a string.
1703 2006-08-07  Michael Olson  <mwolson@gnu.org>
1705         * NEWS: Update through patch-95.
1707         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1708         to match the tags.
1709         (muse-colors-explicit-link): Show images in link descriptions if
1710         inlined images are enabled.
1712         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1713         definitions for 'image-with-desc, 'image, and 'image-link.
1714         (muse-docbook-markup-paragraph): If an inlined image begins a
1715         paragraph, insert <para> before it.
1716         (muse-docbook-fixup-images): New function that upper-cases the
1717         "format" attribute of the <imagedata> tag.
1718         (muse-docbook-finalize-buffer): Call it.
1720         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1721         with descriptions as centered tables, with a centered caption
1722         underneath.  The resulting look is consistent with the way that
1723         they are published in the LaTeX style.  Thanks to Jody Klymak for
1724         the suggestion.
1725         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1726         valid way to center a table.
1727         (muse-html-markup-paragraph): Use class="image" instead of
1728         "image-link" for paragraphs that start with an embedded image.
1730         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1731         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1732         suggestion.
1733         (muse-latex-markup-specials-image): New option that enables
1734         escaping of specials in images.  This was split from the URL
1735         specials.
1736         (muse-latex-decide-specials): Handle 'image context.
1737         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1738         of relying on caller to do this for us.
1740         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1741         'image context.
1742         (muse-publish-url): Use 'image context for images.  Use 'image
1743         instead of 'image-link and 'image-link in place of
1744         'url-with-image.  Separate the image file from its extension so
1745         that docbook and texinfo can publish images correctly.
1746         (muse-publish-markup-link): Don't force a description if one is
1747         not given.  This fixes a bug where images without descriptions
1748         were being published as 'image-with-desc instead of 'image.
1750         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1751         images the same as URLs.
1752         (muse-texinfo-markup-strings): Improve image markup to achieve an
1753         effect similar to that of the LaTeX publishing style.  Simplify
1754         'url string.
1756         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1758         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1759         when we have to use the custom version of this function.
1761         * muse.texi (Images): Explain how to toggle inlining of images and
1762         give better examples.  Mention captions and that captioned images
1763         should not be used inside of text paragraphs.
1764         (Markup Strings): Bring up-to-date with the changes made since
1765         3.02.
1767 2006-08-06  Michael Olson  <mwolson@gnu.org>
1769         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1770         in the Emacs source tree.
1772         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1773         in the Emacs source tree.
1775         * ChangeLog.3: New file created from the old ChangeLog.
1777         * Makefile.defs (VERSION): Set to 3.02.91.
1779         * NEWS: Update through patch-84.
1781         * lisp/muse.el (muse-version): Set to 3.02.91.
1783         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1784         attributes.
1785         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1786         delimiter are instead of hard-coding it.
1788         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1789         (muse-mode): Make filling definition lists work better.  This
1790         should fix #5359.
1792         * lisp/muse-publish.el (muse-style-run-hooks): Use
1793         `muse-style-element' instead of `muse-get-keyword' here.  This
1794         should fix #6399.
1796         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1798 See ChangeLog.3 for earlier changes.
1800 ;; Local Variables:
1801 ;; coding: utf-8
1802 ;; End: