Try to fix bug with writing Muse files in different coding systems
[muse-el.git] / ChangeLog
blob62b49dd517ea49ebac63ac9fd928cfaac7ed3d94
1 2007-08-09  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse.el (muse-write-file): Pay attention to
4         coding-system-for-write and save-buffer-coding-system.  This
5         should fix a recently-introduced bug with writing Muse pages in
6         different coding systems.
8 2007-08-08  Michael Olson  <mwolson@gnu.org>
10         * README (Prerequisites): Fix typo.
11         (Compilation, Installation): Update.
12         (Documentation, Further Documentation): Update URLs.
13         (Further Documentation): Add quick blurb on how to participate in
14         Muse development or track changes.
16         * texi/muse.texi (Releases): Use gna.org URL for downloading the
17         latest release, rather than my website.
18         (Development): Change instructions to use git instead of
19         Arch. Mention where to get a Windows binary for git.  Improve the
20         look of the listing.  Add section with instructions for Becoming a
21         Muse developer.
22         (Installation): Update instructions for Makefile.defs.default and
23         XEmacs.  Add index entries.  Add section for ELPA, since Muse
24         ought to be distributed in ELPA after the 3.10 release.  Fix typo
25         and clarify wording.
27 2007-08-06  Michael Olson  <mwolson@gnu.org>
29         * texi/muse.texi: Make sure that attributes are marked up with
30         @option{} rather than @code{} or @samp{} for consistency.
31         (Journal): Add "muse-project-alist-considerations" subheading,
32         along with a mention of :base-url.
34 2007-08-05  Michael Olson  <mwolson@gnu.org>
36         * .gitignore: Add texi/muse.html and the DVC log edit file.
38         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
39         Turn this into something that can be called like a command, due to
40         needing to deal with XEmacs, which has different argument order.
41         Thanks to Terrence Brannon for the report.
43         * lisp/muse-project.el (muse-project-of-file): Simplify by using
44         catch, throw, and dolist.  Look for exact matches before
45         considering any subdirectories.  If no exact matches are found,
46         then pick the longest match.
48         * lisp/muse.el (muse-sort-by-rating): Mention default test in
49         documentation.
51         * scripts/muse-build.el: Avoid interference from VC.el in the
52         build process.
54         * texi/Makefile (install): Call install_info.
56 2007-08-03  Michael Olson  <mwolson@gnu.org>
58         * lisp/muse-project.el (muse-project-applicable-styles): Remove
59         useless argument ignore-regexp.  Use saner logic.  This fixes a
60         bug where a file could potentially not exist but still appear in
61         the used-styles list.  Thanks to John Wiegley for the fix.
62         (muse-project-publish-file): Don't take ignore-reegxp argument.
64 2007-08-02  Michael Olson  <mwolson@gnu.org>
66         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
67         VC when publishing files in batch.  This avoids some annoying
68         messages when building QuickStart in the examples directory.
70         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
71         inserting a comment.
73 2007-07-31  Michael Olson  <mwolson@gnu.org>
75         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
76         that Muse can be recompiled without running "make clean" after an
77         update.
79         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
80         delete forward one character, since we are guaranteed to be on a
81         blank line.  Don't delete all initial whitespace of the first
82         line.  This fixes an issue where the output from the verse tag did
83         not match the output from Muse's verse syntax.
85 2007-07-29  Michael Olson  <mwolson@gnu.org>
87         * Relicense to GPLv3.
89         * Makefile.defs.default: Rename from Makefile.defs.  This allows
90         people to copy this file to Makefile.defs and make changes,
91         without having the changes be accidentally committed.  If
92         Makefile.defs does not exist, this file is read instead, in order
93         to minimize inconvenience to the casual user.
95         * Makefile, contrib/Makefile, examples/Makefile,
96         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
97         Makefile.defs.default or Makefile.defs.
99         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
100         function names.
101         (muse-l-e-m-m-insert-list-item): Add real documentation.
102         (muse-l-e-m-m-increase-list-item-indent)
103         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
104         real documentation.
105         (muse-list-edit-minor-mode): Improve documentation.
107         * texi/doclicense.texi (GNU Free Documentation License): Use
108         pristine copy from Emacs source tree.
110         * texi/muse.texi (Contributors): Move node and appendix indicators
111         here, rather than doclicense.texi.
113 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
115         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
116         command which did not work correctly
118         * lisp/muse-context.el (muse-context-markup-strings): Change rule
119         command which did not work correctly; defined verse commands
120         (muse-context-markup-specials-literal): Eliminate all unuseful entries
122 2007-07-29  Michael Olson  <mwolson@gnu.org>
124         * contrib/httpd.el (httpd-send-file): Use
125         insert-file-contents-literally instead of insert-file-contents.
127         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
128         Use insert-file-contents-literally instead of
129         insert-file-contents.
131         * experimental/muse-split.el (muse-publish-file)
132         (muse-publish-presplit-publish, muse-publish-no-split-function)
133         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
134         insert-file-contents-literally instead of insert-file-contents.
136         * lisp/muse-book.el (muse-book-publish-chapter)
137         (muse-book-get-directives): Use insert-file-contents-literally
138         instead of insert-file-contents.
140         * lisp/muse-http.el (muse-http-render-page): Use
141         insert-file-contents-literally instead of insert-file-contents.
143         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
144         nowhere when done, since they can slow things down.
146         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
147         marker to nowhere when done, since they can slow things down.
149         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
150         when done, since they can slow things down.  Use
151         insert-file-contents-literally instead of insert-file-contents.
153         * lisp/muse-publish.el (muse-publish-markup-tag)
154         (muse-publish-markup-word, muse-publish-markup-footnote)
155         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
156         done, since they can slow things down.
157         (muse-insert-file-or-string, muse-publish-file)
158         (muse-publish-include-tag, muse-published-contents): Use
159         insert-file-contents-literally instead of insert-file-contents.
160         (muse-publish-surround-dl): Remove unused variable.  Track whether
161         a term has been found, and handle that case well.
162         (muse-publish-ensure-blank-line): Use a marker, so that we don't
163         lose our place when adding a newline.  This really fixes the
164         definition list item bug.
165         (muse-publish-markup-list): Since people do seem to want
166         definition lists with no terms, allow this.
167         (muse-batch-publish-files): Set muse-current-output-style.
169         * lisp/muse.el (muse-with-temp-buffer): Mention
170         `insert-file-contents-literally'.
172 2007-07-28  Michael Olson  <mwolson@gnu.org>
174         * lisp/muse-mode.el (muse-browse-result): Set
175         muse-current-output-style.
176         (muse-mode): Don't duplicate the paragraph-start regexp
177         unnecessarily.
178         (muse-list-edit-minor-mode-map): New variable containing the
179         keymap for Muse list edit minor mode.
180         (muse-l-e-m-m-list-item-regexp): New variable that matches list
181         items for Muse list edit minor mode.
182         (muse-l-e-m-m-insert-list-item,
183         muse-l-e-m-m-i-list-item-indentation)
184         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
185         item functions that change the list item regexp before calling the
186         existing function.
187         (muse-l-e-m-m-data): New variable that keeps track of the fill
188         data that we overwrite when activating Muse list edit minor mode,
189         so that we can restore it if the minor mode is toggled off.
190         (muse-list-edit-minor-mode): New minor mode that is useful for
191         editing lists in other major modes.
192         (turn-on-muse-list-edit-minor-mode)
193         (turn-off-muse-list-edit-minor-mode): New interactive functions
194         that turn Muse list edit minor mode on and off, respectively.
195         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
196         regexps.
198         * lisp/muse-project.el (muse-project-publish-this-file): Set
199         muse-current-output-style.  This fixes a bug when publishing to a
200         style that is not first in the list of styles.  Thanks to Jean
201         Magnan de Bornier for the report.
203         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
204         function that ensures that a blank line exists in the line before
205         point.
206         (muse-publish-markup-list): Use it, rather than
207         `muse-publish-ensure-block'.  This fixes a bug with definition
208         list publishing.  Thanks to meandtheshell for reporting this.
210         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
211         project argument is nil, default to the current project instead of
212         the first project entry in muse-project-alist.  This seems much
213         more sane to me.
215         * lisp/muse.el (muse-forward-list-item): Only check the 'face
216         property if we are in Muse mode or one of its derivatives.  This
217         allows movement on nested lists to work in other modes, and fixes
218         an issue with altering list indentation in
219         muse-list-edit-minor-mode.
221 2007-07-27  Michael Olson  <mwolson@gnu.org>
223         * AUTHORS: Add new authors.
225         * README: Permit Muse to be called "Emacs-Muse".
227         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
229         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
230         involving list items that have an extra blank line in front.
232         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
233         and Emacs-Muse are the same thing.
235 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
237         * lisp/muse-context.el (muse-context-header): Put
238         starttext after the modules who must be in preamble.
239         (muse-context-markup-strings): Fixed mistake in begin-example and
240         end-example.
242         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
243         math environment in ConTeXt when centered: "$$ $$" has to be
244         "\startformula \stopformula".
246 2007-07-26  Michael Olson  <mwolson@gnu.org>
248         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
249         parentheses in URLs.
251 2007-07-24  Michael Olson  <mwolson@gnu.org>
253         * examples/QuickStart.muse (Images): Fix typo where some text
254         existed in the output but not in the example region.
255         (Source Code): Fix another typo.  Explain that publishing from
256         console or X can make a difference.
258         * lisp/muse-context.el (muse-context-pdf-program): New option that
259         determines the program to use for generating PDF files for
260         ConTeXt.
261         (muse-context-pdf-cruft): New option that specifies the extensions
262         of files to remove after generating PDF output successfully.
263         (muse-context-slides-header): Docfix.
264         (muse-context-pdf-generate): Use new options.
266         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
267         save-restriction call.  This was causing a world of hurt when
268         using <lisp> inside of <include>.
270         * texi/muse.texi (ConTeXt): New section that documents how to use
271         the ConTeXt publishing styles.
273 2007-07-23  Michael Olson  <mwolson@gnu.org>
275         * lisp/muse-context.el: New file that provides support for
276         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
277         de Bornier for his work on this.
279         * lisp/muse-docbook.el (muse-docbook-entities)
280         (muse-docbook-bibliography): Remove unneeded save-restriction use.
282         * lisp/muse-latex2png.el (muse-publish-latex-tag):
283         s/contex/context/.
285         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
286         (muse-latex-bibliography): Remove call to `widen', since it is not
287         needed anymore.  Remove unneeded save-restriction use.
288         ("slides", "slides-pdf"): Indent elements uniformly.
290 2007-07-22  Michael Olson  <mwolson@gnu.org>
292         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
293         * lisp/muse-mode.el (muse-insert-tag):
294         * lisp/muse-project.el (muse-read-project)
295         (muse-read-project-file):
296         * lisp/muse-publish.el (muse-publish-get-style): Use
297         muse-completing-read-function.
299         * lisp/muse-latex2png.el (muse-publish-latex-tag)
300         (muse-publish-math-tag): Allow the contex style -- which I plan to
301         include soon -- to work with these tags.
303         * lisp/muse.el (muse-completing-read-function): New option that
304         determines which function to call when doing a completing-read.
306 2007-07-15  Michael Olson  <mwolson@gnu.org>
308         * lisp/muse-journal.el (muse-journal-html-entry-template)
309         (muse-journal-rdf-entry-template)
310         (muse-journal-rss-entry-template): Mention that this can be text
311         or a filename.
312         (muse-journal-rdf-entry-template, muse-journal-rss-header)
313         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
314         newlines to make the output look nicer.
315         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
316         Use muse-insert-file-or-string for the entry templates, rather
317         than muse-insert-markup.  This allows <lisp> and <markup> tags to
318         be acted on.  Thanks to Scott Hyde for the report.
319         (muse-journal-html-munge-buffer): Escape quote of the day using
320         entire-document specials before snarfing it.  Mark entire template
321         as read-only -- this fixes an incorrect escaping bug.  Remove
322         read-only properties before replacing template matches so that
323         they can still be escaped with entire-document specials later on.
324         (muse-journal-rss-munge-buffer): Make sure that title is escaped
325         properly.
326         (muse-journal-markup-tags): Rename from
327         muse-journal-latex-markup-tags, because we will use it for
328         journal-rss-entry as well.
329         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
330         end-quote-item.
331         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
332         html.
333         ("journal-latex", "journal-pdf", "journal-book-latex")
334         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
335         muse-journal-latex-markup-tags.
336         ("journal-rss-entry"): New style that is used by journal-rss and
337         journal-rdf to mark up individual entries.  It is needed so that
338         we can do something meaningful with the qotd tag.
339         (muse-journal-rdf-summarize-entries): Set this to nil by default,
340         because it is annoying.  Update docs to mention this.
341         (muse-journal-rss-summarize-entries): Docfix.
343         * lisp/muse-publish.el (muse-insert-file-or-string): Use
344         muse-publish-markup-header-footer-tags.  I'm not quite sure how
345         this change got reverted.
346         (muse-markup-tag-info): Make into a function.  Move common code
347         here, rather than duplicating it in two places.  Deal with case
348         where muse-publish-use-header-footer-tags is non-nil.
349         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
350         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
351         warning.
352         (muse-publish-use-header-footer-tags): New variable that indicates
353         whether we should use just the header and footer tags, rather than
354         the full set.
355         (muse-insert-file-or-string): Bind
356         muse-publish-use-header-footer-tags to t.
357         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
358         Simplify call to muse-markup-tag-info.
359         (muse-publish-mark-up-tag): Bind
360         muse-publish-use-header-footer-tags to nil.
362         * texi/muse.texi (Journal): Update for recent changes.
364 2007-07-14  Michael Olson  <mwolson@gnu.org>
366         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
367         delete the remainder of the buffer, since this causes the
368         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
369         the report and the suggested fix.
371         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
372         beginning of table-el regexp.  This fixes a bug where Muse stalls
373         when trying to publish a malformed table.  Thanks to Ye Wenbin for
374         the report and the suggested fix.
376 2007-07-12  Michael Olson  <mwolson@gnu.org>
378         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
379         default, rather than the empty string.  This really fixes the bug
380         that occurred when using Muse with muse-project-alist set to nil.
381         Thanks to Jonathan Underwood for the report.
382         (muse-wiki-update-interwiki-regexp): Set
383         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
384         defined.
385         (muse-wiki-handle-implicit-interwiki)
386         (muse-wiki-handle-explicit-interwiki): Handle case where
387         muse-wiki-interwiki-regexp is nil.
389 2007-07-10  Michael Olson  <mwolson@gnu.org>
391         * lisp/muse-mode.el (muse-grep): Abort search if the current
392         project contains no directories.
394         * lisp/muse-project.el (muse-project-file-alist): If
395         muse-project-alist is not defined, or project is nil, return nil
396         right away.  This ought to fix a bug that occurred when using Muse
397         with muse-project-alist set to nil.
398         (muse-project-of-file): Make sure muse-project-alist is not nil.
399         (muse-project-save-buffers): Make sure project is not nil.
401         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
402         case where muse-project-alist is nil.
404         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
405         for XEmacs, since color-theme.el is poorly behaved, and defines
406         its own replace-in-string.  Bad color-theme.el -- no cookie for
407         you.
409 2007-07-01  Michael Olson  <mwolson@gnu.org>
411         * Makefile (.PHONY): Update for new debian package rules.
413         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
415         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
416         Use save-restriction properly.
417         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
419         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
420         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
421         properly.
422         (muse-latex-bibliography): Re-indent.
424         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
425         higher.  This fixes an error at startup with some versions of
426         Emacs.
427         (muse-publish-cite-tag): Re-indent.
429         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
430         to the end of the link part, so as to exclude the description from
431         the match.  This fixes a bug with three-part links that have
432         descriptions.  Thanks to everyone who pointed it out.
434 2007-06-18  Michael Olson  <mwolson@gnu.org>
436         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
437         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
438         1.1 specific markup strings.
439         (muse-html-insert-anchor): Use 'anchor string, rather than
440         hard-coding it.  Thanks to Chris Corsair for the suggestion.
441         ("xhtml1.0"): New style that is an alias for the xhtml style.
442         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
444 2007-06-17  Michael Olson  <mwolson@gnu.org>
446         * examples/QuickStart.muse: Make images local so that the Info
447         version of this document works.  Add <example> for the Literal
448         paragraphs chapter, so that it is clear what is happening.
450         * Makefile: Add elpa target, which is used for building an ELPA
451         package for Muse.
453         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
454         building ELPA packages.
456         * examples/Makefile (%.html, %.pdf, %.info): Add message to
457         indicate what we are publishing.
458         (realclean distclean fullclean): Remove all TeX crud.
460         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
461         that the Info version of QuickStart can publish correctly.
463         * lisp/muse-latex.el (muse-latex-slides-header)
464         (muse-latex-lecture-notes-header): Docfix.
466         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
467         the list of things to ignore.
469         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
470         variable.
472         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
473         default to nil, since texinfmt.el is a serious nuisance.
474         (muse-texinfo-markup-strings): Add newlines to begin-example and
475         end-example.
476         (muse-texinfo-decide-specials): Also escape URL-type specials in a
477         whole slew of other contexts.
479         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
480         muse-xml.
482         * lisp/muse-xml.el (muse-xml-footer): Docfix.
484         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
486 2007-06-16  Michael Olson  <mwolson@gnu.org>
488         * etc/IDEAS.muse: Add some ideas from David D. Smith.
490         * examples/QuickStart.muse: Overhaul.
492         * lisp/muse-project.el (muse-project): Call the last part of a
493         muse-project-alist entry "Output styles" rather than "styles".
495         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
496         where we have a pipe character at the beginning of line.
498         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
499         causing tables to not be sorted at all.
501         * texi/muse.texi: Overhaul.  It would be too time-consuming to
502         list all of the changes here.  The "Getting Started" and
503         "Projects" chapters, in particular, were heavily revised.
505 2007-06-15  Michael Olson  <mwolson@gnu.org>
507         * NEWS: Update.
509         * examples/QuickStart.muse: Mention new features.
511         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
512         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
513         terminal, and C-c TAB is more important.  Most people will not
514         want to toggle images on and off that often.
516         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
517         C-i as well, so that it works in the terminal.
519         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
520         look a bit tidier when removing the region.
522         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
523         list regexp part before other parts.
524         (muse-ol-item-regexp): New regexp that specifies how to match an
525         ordered list item.
526         (muse-ul-item-regexp): New regexp that specifies how to match an
527         unordered list item.
528         (muse-table-field-regexp): New regexp that specifies how to match
529         a definition list entry.
531         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
532         lack of support for @headitem in texinfmt.el.
534         * lisp/muse.el: Wrap muse-line-beginning-position and
535         muse-line-end-position in `eval-and-compile', since they are now
536         used in muse.el.
537         (muse-list-item-type): Use a simpler algorithm for detecting which
538         kind of list item we have.  This fixes a bug where a number in a
539         definition list term was being detected incorrectly as an ordered
540         list item.  Fixes bug #6250.
541         (muse-forward-list-item): Get the entire line with the list item.
542         For some reason, Emacs 21 was not populating match 2 correctly,
543         unlike Emacs 22, so this workaround was needed.
545         * texi/muse.texi: (Keystroke Summary): Remove C-c
546         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
547         alternative keybinding to the C-c TAB stuff.  Mention
548         muse-colors-toggle-inline-images.
550 2007-06-14  Michael Olson  <mwolson@gnu.org>
552         * README: Mention that RelaxNG schema is in etc/ directory.
554         * etc/emacs-wiki-migration.txt: New document that explains how to
555         migrate from emacs-wiki to Muse.
557         * etc/muse.rnc: Increment version number to 1.0.  Fix several
558         nested emphasis and nested lists edge cases.  Move here from
559         examples/.
561         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
562         same thing as C-c C-S-t, since the former works better in the
563         console.  Thanks to Leo for the suggestion.
565         * lisp/muse-publish.el (muse-publish-markup-table)
566         (muse-publish-markup-table-el): Include a newline in the return
567         string, so that paragraph detection does not get confused.
569         * lisp/muse.el (muse-with-temp-buffer): Docfix.
571         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
572         keybinding.
574 2007-06-13  Michael Olson  <mwolson@gnu.org>
576         * etc/IDEAS.muse: Mark three-part-links item as done.
578         * experimental/muse-message.el: Remove guard for muse-define-style
579         calls.
581         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
582         markup rules were being interpreted in reverse order.  This should
583         make implicit interwiki links work properly again.
584         (muse-link-face): Strip anchor from end of a path, so that this
585         works with anchors in interwiki links.
586         (muse-colors-insert-image): Catch error that occurs in Emacs 21
587         when an image does not exist.
589         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
590         anchors.
591         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
592         interwiki links work.  Thanks to Jim Ottaway for the initial
593         implementation.
594         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
595         links work.
597         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
598         about match 0.
599         (muse-handle-explicit-link): Docfix: this does not modify the
600         match data.
601         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
602         that has the regexp in its car.
604 2007-06-12  Michael Olson  <mwolson@gnu.org>
606         * README: Document new etc/ directory.
608         * etc/IDEAS.muse: Install things from new contributors just after
609         the 3.03 release, since I won't have time to review the code
610         before the release.  Move to new etc/ directory.  Slides
611         publishing has been installed.
613         * lisp/muse-latex.el (muse-latex-slides-header): New option that
614         determines the header to use for publishing slides.
615         (muse-latex-lecture-notes-header): New option that determines the
616         header to use for publishing lecture notes.
617         (muse-latex-slides-markup-tags): New option containing tags to use
618         when publishing slides.
619         (muse-latex-permit-contents-tag): Move higher in file.
620         (muse-latex-slide-tag): New function to publish the <slide> tag.
621         ("slides", "slides-pdf"): New publishing styles that create slides
622         using Beamer.
623         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
624         create lecture notes using Beamer.
626         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
627         since otherwise Planner is not happy when `plan' is called during
628         init.  Remove stray quote from autoload snippet.
630 2007-06-11  Michael Olson  <mwolson@gnu.org>
632         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
633         autoload, rather than having it exist at top-level.  Thanks to Leo
634         for the suggestion.
635         (muse-update-file-extension): Docfix.
637 2007-06-10  Michael Olson  <mwolson@gnu.org>
639         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
640         URLs were being removed during publishing.  Thanks to everyone who
641         reported this.
643 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
645         * lisp/muse-book.el
646         * lisp/muse-docbook.el
647         * lisp/muse-latex.el
648         * lisp/muse-publish.el: added support for <cite> element which
649         denotes in-text citations
651         * lisp/muse-html.el
652         * lisp/muse-groff.el
653         * lisp/muse-texinfo.el
654         * lisp/muse-xml.el: added support for <cite> element (stub)
656 2007-06-06  Michael Olson  <mwolson@gnu.org>
658         * lisp/muse-regexps.el (muse-table-line-regexp)
659         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
660         regexps so that they work with XEmacs 21.  Thanks to Adrian
661         Tritschler for the report.
663         * texi/muse.texi: Update copyright years.
664         (HTML): Document muse-xhtml-style-sheet.  Thanks
665         to thorne for noticing.
666         (Development): Change archive year to 2006.  Thanks to Adrian
667         Tritschler for noticing.  So *that's* why some people had the 2005
668         version ....
670 2007-06-05  Michael Olson  <mwolson@gnu.org>
672         * Makefile (install-info): Remove $(MANUAL).info part, since this
673         is taken care of already by texi/Makefile.  Thanks to Leo for the
674         report.
676         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
677         read-only properties to qotd contents, so that they don't get
678         double-escaped.  Thanks to Leo for the report.
680 2007-06-04  Michael Olson  <mwolson@gnu.org>
682         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
683         -- that is, Tramp or ange-ftp -- file, then do not call
684         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
685         Fixes bug #5115.
687         * lisp/muse-html.el (muse-html-insert-contents): Add
688         documentation.  Handle case where heading is read-only, but has
689         muse-contents property.  Remove the muse-contents property for any
690         heading we come across so as to avoid double-including an item in
691         an outer table of contents.
692         (muse-html-denote-headings): New function that denotes whether a
693         heading is not read-only by adding the muse-contents property to
694         it.
695         (muse-html-munge-buffer): If we are not to generate contents,
696         still denote headings, in case some outer layer wants to generate
697         contents for our headings.  This should fix a bug with table of
698         contents and the <include> tag.  Thanks to thorne for the report.
700         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
701         muse-publish-generate-contents and set it to nil.  This should
702         do the right thing when using <include> tags.
704 2007-06-02  Michael Olson  <mwolson@gnu.org>
706         * NEWS: Update for non-inlined image change and support for
707         table.el style tables.
709         * examples/Makefile (clean): Clean backup files.
711         * examples/QuickStart.muse (Images): New section that describes
712         how to inline and not inline images.
714         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
715         touch images that have "URL:" in front of them.
717         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
718         "URL:".  Use the identity function to resolve, since we don't want
719         to rip "URL:" out while publishing, due to some magic that depends
720         on that text.
721         (muse-browse-url-url): New function that browses URLs that have
722         "URL:" in front of them, by removing the "URL:" part and
723         reprocessing the remainder.
725         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
726         (muse-publish-url): Recognize images in the description before
727         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
728         for the suggested workaround.
729         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
730         default value.
731         (muse-publish-classify-url): If target begins with "URL:" return
732         type url.
733         (muse-publish-strip-URL): New function that strips "URL:" from the
734         beginning of a string.  This is used to remove URL: from the link
735         description.  * texi/muse.texi (Markup Strings): Clarify the
736         meanings of image-link, link, and link-and-anchor.
737         (muse-publish-markup-regexps): Move normal table rule to 2350.
738         Rule 2300 is now a regexp that matches table.el-style tables.
739         (muse-publish-markup-functions): Add table-el entry.
740         (muse-publish-table-el-table): New function that given a variant,
741         publishes a table.el-style table using the table in the matched
742         region.
743         (muse-publish-markup-table-el): New function that determines
744         whether the table.el-style table can be published, and what
745         variant to use.
747         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
748         the borders of table.el-style tables.
750         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
751         the table has sufficient whitespace in front of it.
753         * texi/muse.texi (Images): Update for new non-inlined image
754         ability and provide example.
756 2007-05-31  Michael Olson  <mwolson@gnu.org>
758         * NEWS: Add example for setting `muse-html-table-attributes'.
760         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
761         Publish multiple tbody tags if there is a horizontal separator
762         after the heading, because that is valid HTML after all.
764 2007-05-30  Michael Olson  <mwolson@gnu.org>
766         * NEWS: Update.
768         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
769         horizontal separators in tables.
771         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
772         horizontal separators in tables.
773         (muse-publish-trim-table): New function to remove initial and
774         final blank columns from a table.
775         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
776         with horizontal separators, aka "hlines".
778         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
779         defines the syntax of a horizontal separator in a table.
781         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
782         horizontal separators.  Publish header lines correctly.
784         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
785         where we have nonnumbers as a row type.  This ignores sorting for
786         hlines.
787         (muse-xml-markup-table): Deal with horizontal separators.  If the
788         markup supports table groups, make hlines separate table groups.
789         Otherwise, ignore them, since they cannot be marked up.  Together,
790         these changes allow us to support orgtbl-mode tables.  Thanks to
791         Carsten Dominik for the suggestion.
793 2007-05-26  Michael Olson  <mwolson@gnu.org>
795         * lisp/muse-project.el (muse-project-alist-styles): Allow for
796         other things to be added to each generated style as well.  For
797         example, this permits me to add
798         :base-url "http://blog.mwolson.org/"
799         for my blog.
801 2007-05-25  Michael Olson  <mwolson@gnu.org>
803         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
804         way of building Debian packages that preserves the original
805         release tarball and is more modular.
806         (debrevision, debrelease): Remove.
807         (dist): No need to remove the debian/ directory, since it is now
808         in its own branch.
809         (debprepare): Copy over debian/ directory properly.
811         * NEWS: Update.
813         * examples/Makefile (clean): Remove QuickStart.texi, in case
814         something went wrong during the build.
815         (%.pdf): Publish the example using the normal pdf style, rather
816         than info-pdf.
818         * examples/QuickStart.muse: Add myself to the authors list.
820         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
821         sufficient blank lines before the tag.
823         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
824         we have sufficient blank lines before the tag.
826         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
827         specifies the program to call in order to generate PDF content
828         from LaTeX content.
829         (muse-latex-pdf-cruft): New option that specifies the extensions
830         of files to remove after generating PDF output successfully.
831         (muse-latex-pdf-generate): Use these new options.  Work around the
832         annoying edge case where a tilde character exists in the filename
833         or directory path -- now this can only error out when the relative
834         path from the output file to the source file contains a tilde,
835         which is far less likely.
837         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
838         muse-publish-ensure-block here after all, because <lisp> et al may
839         occur inline as part of other things.
841         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
842         occur after full-document escaping, rather than before.  This
843         prevents automatically-inserted Texinfo code from being escaped.
844         (muse-texinfo-pdf-generate): Rewrite to call
845         `muse-latex-pdf-generate' with pdftex as the generating binary,
846         because texi2pdf suffers irredeemably from the tilde edge case
847         mentioned above.
849 2007-05-24  Michael Olson  <mwolson@gnu.org>
851         * NEWS: Drop vague entries and position interesting entries closer
852         to the top of each section.  Update for new changes.
854         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
855         and bzr metadata directories to the list of things to ignore.
857         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
858         `muse-publish-ensure-block-tag', since we will use it for more
859         than just tags.
860         (muse-publish-markup-list, muse-publish-verse-tag)
861         (muse-publish-quote-tag, muse-publish-example-tag)
862         (muse-publish-markup-attribute): Use it.  This fixes a bug that
863         can occur when these types of markup occur immediately after a
864         paragraph.  It's good to have defined behavior!
866         * texi/muse.texi (Markup Strings): Mention new argument for
867         link-and-anchor.
869 2007-05-19  Michael Olson  <mwolson@gnu.org>
871         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
872         published footnotes and footnote references.  Thanks to Scott
873         Jaderholm for the idea.
875         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
876         link-and-anchor, on the recommendation of the original submitter.
878 2007-05-14  Michael Olson  <mwolson@gnu.org>
880         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
881         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
882         suggestion.
884         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
885         file extension as the fourth argument.
887         * README, texi/muse.texi (Getting Help and Reporting Bugs):
888         Mention the new muse-el-logs mailing list.
890 2007-05-13  Michael Olson  <mwolson@gnu.org>
892         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
893         "\`" here.  This fixes a problem with publishing custom URLs.
895 2007-05-12  Michael Olson  <mwolson@gnu.org>
897         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
898         update the list if the current buffer is associated with a file.
899         This fixes a bug with M-x muse-publish-region in a temporary
900         buffer.
902 2007-05-01  Michael Olson  <mwolson@gnu.org>
904         * lisp/muse-publish.el (muse-publish-region): Remove read-only
905         properties from the published buffer, so that the results can be
906         manually tweaked.
908 2007-04-23  Michael Olson  <mwolson@gnu.org>
910         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
911         find the footnote that goes with a reference, leave the reference
912         as-is.  This fixes an error where control characters could be
913         placed in a published document.
915 2007-04-22  Michael Olson  <mwolson@gnu.org>
917         * IDEAS.muse: Add muse-slides.el to list of things to include
918         before release.
920         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
921         character.
922         (muse-protocol-find): Find protocols correctly.  Rewrite to use
923         catch/throw.
924         (muse-browse-url): Don't concatenate "\`" here.  Together, this
925         fixes a bug with browsing woman:// links.
927         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
928         where entry-dir has a trailing backslash.
929         (muse-project-publish-file): If a style is malformed, skip it and
930         display a warning message.  This should help people figure out
931         where the problem is.
933 2007-04-21  Michael Olson  <mwolson@gnu.org>
935         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
936         yet-to-be-included "contex" publishing style, use "$$" rather
937         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
938         this out.
940 2007-04-20  Michael Olson  <mwolson@gnu.org>
942         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
943         variable that causes the :before and :before-end hooks to be
944         ignored when non-nil.
945         (muse-publish-markup-region): Use it.  Also, guarantee that point
946         is at end of region after publishing.
947         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
948         variable.
950 2007-04-19  Michael Olson  <mwolson@gnu.org>
952         * IDEAS.muse: New file containing a list of ideas we have for new
953         features, or patches that have yet to be applied.
955         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
956         be so confusing.
958         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
959         docstring.
961         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
962         <literal> tags with muse-publish-literal-tag, rather than
963         muse-publish-mark-read-only.
964         (muse-publish-literal-tag): New function that publishes the
965         <literal> tag.  It adds the ability to add the optional "style"
966         and "exact" elements, which cause text to only be included if the
967         current publishing style matches some criteria.  The text will be
968         removed otherwise.  Thanks to Jim Ottaway for the implementation.
969         (muse-publish-mark-up-tag): Let the <markup> tag take the
970         additional optional elements "style" and "exact", with much the
971         same effect as the <literal> improvements, but after calling
972         "function" or publishing the region first.  Make it possible to
973         put <content> tags in <markup> regions in HTML publishing.
975 2007-04-12  Michael Olson  <mwolson@gnu.org>
977         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
978         that a blank line always exists after a heading.  This fixes a bug
979         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
980         for the report.
982         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
983         detection regexp to that which is used in Docbook and HTML
984         publishing styles.
986 2007-04-02  Michael Olson  <mwolson@gnu.org>
988         * README (muse-el-announce): Make a listing of mailing lists,
989         rather than pointing to the old EmacsWikiMailingList page.  Thanks
990         to Andreas Roehler for noticing.
992 2007-04-01  Michael Olson  <mwolson@gnu.org>
994         * lisp/muse-publish.el (muse-publish-date-format): Add
995 `       customization type and group.
996         (muse-publish-region): New interactive function that publishes a
997         region to a new buffer.
999         * texi/muse.texi: Use "document" rather than "manual".
1001 2007-03-31  Michael Olson  <mwolson@gnu.org>
1003         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1004         expression (muse-style-derived-p "latex" (muse-style "latex"))
1005         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1006         for the catch.
1008 2007-02-25  Michael Olson  <mwolson@gnu.org>
1010         * lisp/muse-publish.el (muse-publish-date-format): New option that
1011         specifies how to format the date when publishing Muse pages.
1012         Thanks to Thomas Gehrlein for the suggestion.
1013         (muse-publish-markup-buffer): Use it.
1015 2007-02-23  Michael Olson  <mwolson@gnu.org>
1017         * README: Add Prerequisites section to mention which versions of
1018         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1019         the suggestion.  Update link destination for Muse's page on
1020         emacswiki.org.
1022 2007-02-15  Michael Olson  <mwolson@gnu.org>
1024         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1025         be not just at beginning of line.  This fixes an error with the
1026         <class> tag.  Thanks to Jim Pivarski for the report.
1028 2007-02-14  Michael Olson  <mwolson@gnu.org>
1030         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1031         whether something is an image before checking to see if it is a
1032         URL.  Thanks to ITSUMI ken-ichi for the report.
1034 2007-02-13  Michael Olson  <mwolson@gnu.org>
1036         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1037         comments that have no text better.  Thanks to fang.lungang for the
1038         report.
1039         (muse-publish-markup-comment): Deal with case where no comment
1040         text is provided.
1042 2007-01-23  Michael Olson  <mwolson@gnu.org>
1044         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1045         that ensures that at least one blank line exists at the given
1046         position.  This is used to avoid paragraph detection problems when
1047         block-level tags like <example> immediately follow a paragraph.
1048         Thanks to Hans Ekbrand for the report.
1049         (muse-publish-example-tag): Use it.
1051 2007-01-19  Michael Olson  <mwolson@gnu.org>
1053         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1054         previous blank line if we are publishing in Latex.  Otherwise,
1055         that wouldn't be the right thing, so leave it be.
1057 2007-01-17  Michael Olson  <mwolson@gnu.org>
1059         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1060         multiple centered math lines on the same line; keep them on
1061         different lines.  Use \[ math-text \] instead of $$math-text$$,
1062         since the latter seems to be deprecated.  Thanks to Jody Klymak
1063         for the pointer.
1065 2007-01-15  Michael Olson  <mwolson@gnu.org>
1067         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1068         (muse-publish-math-tag): Publish region read-only when current
1069         style is Latex-derived, so that Muse does not escape it.
1070         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1071         surround the region with "$$" rather than "$".  This is the Muse
1072         syntax for something centered, so it should be a good fit.
1074 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1076         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1077         protocol.
1078         (muse-browse-url-man): Change man page URL format.  The code is
1079         simpler when the section is left inside parentheses.
1080         (muse-browse-url-woman): New function.
1082 2007-01-14  Michael Olson  <mwolson@gnu.org>
1084         * AUTHORS: Bookkeeping.
1086         * lisp/muse-latex2png.el: Associate <math> tag with
1087         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1088         Klymak for the report.
1089         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1090         characters, so they don't get escaped.
1092         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1093         make muse-style-derived-p easier to implement.
1094         (muse-style-derived-p): If the style is not provided, fetch it and
1095         check to see if the car is a string.  This should fix the other
1096         problem that was reported.
1098         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1099         explains a case where setting muse-file-extension to nil can cause
1100         unexpected behavior.
1102 2007-01-09  Michael Olson  <mwolson@gnu.org>
1104         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1105         comments higher priority than tags.  Thanks to Stefan van der Walt
1106         for the report.
1108 2007-01-08  Michael Olson  <mwolson@gnu.org>
1110         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1111         argument rather than calling match-string.  Thanks to Stefan van
1112         der Walt for the report.  This should fix a bug with publishing
1113         <include file="..." markup="example">.
1115 2007-01-06  Michael Olson  <mwolson@gnu.org>
1117         * Makefile (debclean): New rule split from debrevision and
1118         debrelease.
1119         (debbuild): Take distributor into account.
1121         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1122         vendor/distributor we are building for.
1124 2007-01-04  Michael Olson  <mwolson@gnu.org>
1126         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1127         line.
1129         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1130         point to muse-publish-src-tag by default, since <src> and
1131         <example> have different parameters.
1132         (muse-publish-src-tag): New barebones publishing function for
1133         <src>, which is superseded when publishing in an HTML-based style.
1135 2007-01-03  Michael Olson  <mwolson@gnu.org>
1137         * lisp/muse-html.el (muse-html-src-tag): Document.
1139         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1140         command that calls a given tag on the current buffer.  Attributes
1141         may be passed.
1142         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1143         it.
1144         (muse-publish-srcify-buffer): New function that allows
1145         markup="src" in the <include> tag.
1146         (muse-publish-get-and-delete-attr): New macro that gets an
1147         attribute from a list and removes the first instance of that
1148         attribute from said list.
1149         (muse-publish-markup-attribute): Handle markup="src".
1150         (muse-publish-command-tag, muse-publish-include-tag): Use
1151         muse-publish-get-and-delete-attr.  This allows the remaining
1152         attributes to be passed.
1154         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1155         as changes to <command> and <include>.
1157 2006-12-30  Michael Olson  <mwolson@gnu.org>
1159         * NEWS: Update.
1161         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1162         from muse-publish-math-tag to avoid conflict with
1163         muse-latex2png.el.
1165 2006-12-23  Michael Olson  <mwolson@gnu.org>
1167         * lisp/muse-latex2png.el: Update header, since this has been
1168         rewritten sufficiently to not need an assignment from the original
1169         author.
1170         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1171         (muse-latex2png): Use two underscores to separate prefix and hash.
1172         (muse-latex2png-region): New function split from
1173         muse-publish-latex-tag that can be used easily by other code.
1174         Detect whether we are using an HTML-based publishing style, and
1175         insert a simpler markup if we are not.  If we are using a
1176         Latex-based publishing style, do not generate an image, and leave
1177         the region alone.  Return the path of the generated image, in case
1178         other functions want to use this programmatically.
1179         (muse-publish-latex-tag): Set a default prefix based on the name
1180         of the current file.
1181         (muse-publish-math-tag): New tag that surrounds the region with
1182         "$" characters, so that it becomes a Latex math region, and then
1183         publishes it.
1185         * lisp/muse-publish.el (muse-style-derived-p): New function that
1186         returns non-nil if a given style, or the current style if omitted,
1187         is equal to or derived from the given base style.  This is useful
1188         in <lisp> tags, because it allows the user to specify markup that
1189         is only to be inserted for one particular style.
1191 2006-12-22  Michael Olson  <mwolson@gnu.org>
1193         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1194         (muse-html-src-tag): New function which publishes the <src> tag.
1195         Thanks to Clinton Ebadi and Charles Wang for the initial
1196         implementations.
1198         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1200 2006-12-21  Michael Olson  <mwolson@gnu.org>
1202         * examples/johnw/muse-johnw.el: Update for preferred
1203         muse-derive-style usage.  Rename to muse-init.el.
1205         * examples/mwolson/muse-init.el: Update.
1207         * lisp/muse-book.el (muse-book-publish): New function split from
1208         muse-book-publish-project.  This is used in the definitions for
1209         the book-latex and book-pdf styles.
1210         (muse-book-publish-p): New function split from muse-book-publish.
1211         (muse-book-get-directives): New function that retrieves the
1212         publishing directives from the given file.
1213         (muse-book-publish): Use muse-book-get-directives to set the title
1214         if no title was specified.
1216         * lisp/muse-project.el (muse-project): Add :publish-project entry
1217         to widget.
1218         (muse-read-project, muse-project-find-file): Message fix.
1219         (muse-project-publish-file-default): New function split from
1220         muse-project-publish-file.
1221         (muse-project-publish-file): Allow file-level publishing function
1222         to be specified by the :publish element.  The default is
1223         muse-project-publish-file-default.
1224         (muse-project-publish-default): New function split from
1225         muse-project-publish.
1226         (muse-project-publish): Allow project-level publishing function to
1227         be specified by :publish-project element.  The default is
1228         muse-project-publish-default.
1230         * lisp/muse-publish.el (muse-publish-file): Message fix.
1232         * texi/muse.texi (Book): Mention new way to publish books and
1233         provide an example, since the process may be non-obvious.
1235 2006-12-20  Michael Olson  <mwolson@gnu.org>
1237         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1238         content-modifying code from the rest of
1239         muse-docbook-finalize-buffer.
1241         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1242         muse-groff-finalize-buffer, since it adds content to the buffer.
1244         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1245         content-modifying code from the rest of muse-html-finalize-buffer.
1246         This fixes a bug when using <include> with <content> tags.
1248         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1249         (muse-journal-latex-munge-buffer)
1250         (muse-journal-rss-munge-buffer): Rename, since they add content to
1251         the buffer.
1253         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1254         muse-latex-finalize-buffer, since it adds content to the buffer.
1256         * lisp/muse-mode.el:
1257         * lisp/muse-project.el:
1258         * lisp/muse-publish.el:
1259         * lisp/muse.el: Fix recursive load error.
1261         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1262         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1264         * lisp/muse-wiki.el: Comment cleanup.
1266         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1268 2006-12-17  Michael Olson  <mwolson@gnu.org>
1270         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1271         Remove the definition of \comment, since Latex already has comment
1272         syntax.
1273         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1274         than our own.  Thanks to Ryan Stutsman for pointing this out.
1276 2006-12-02  Michael Olson  <mwolson@gnu.org>
1278         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1279         that this can generate a proper table of contents for Planner HTML
1280         publishing.
1282 2006-12-01  Michael Olson  <mwolson@gnu.org>
1284         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1285         using a very old Emacs, avoid an infinite loop that could occur
1286         when the regexp is an empty string.
1288 2006-11-26  Michael Olson  <mwolson@gnu.org>
1290         * NEWS: Bring up to date.
1292         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1293         list issues and multiple-stanza verse issues.  This takes care of
1294         all of the markup issues I was worried about.
1296         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1297         (muse-project-publish-private-files): New option that indicates
1298         whether files with private filesystem permissions should be
1299         published.  The default is to publish them, since it avoids
1300         confusion in new users.
1301         (muse-project-private-p): Use it.
1303 2006-11-19  Michael Olson  <mwolson@gnu.org>
1305         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1306         style is found, which means that the link is not a Muse page, do
1307         not add a suffix or prefix to it.  This should fix the
1308         "[[thing.owl]]" bug that Phillip Lord reported.
1310         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1311         removing unused 2nd argument.
1313 2006-11-17  Michael Olson  <mwolson@gnu.org>
1315         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1316         latex publishing where nested enumerated lists would be squashed
1317         together at the end.
1319 2006-11-16  Michael Olson  <mwolson@gnu.org>
1321         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1322         list embedded in a definition list look right.  This also allows
1323         for definitions to be separated from their terms, much like the
1324         way HTML does it by default, if the user puts a blank line or a
1325         line break between the term and the definition.  If the term and
1326         definition are on the same line, they will be that way in the
1327         output as well.
1329 2006-11-11  Michael Olson  <mwolson@gnu.org>
1331         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1332         for the report.
1333         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1335 2006-11-07  Michael Olson  <mwolson@gnu.org>
1337         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1338         release candidate for Muse 3.03, available.
1340         * NEWS: Update.
1342 2006-11-06  Michael Olson  <mwolson@gnu.org>
1344         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1345         following a relative link worked even when the path was incorrect.
1347 2006-11-04  John Sullivan  <john@wjsullivan.net>
1349         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1350         muse-follow-name-at-point to reduce collisions with other
1351         modes (Planner).
1353         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1355 2006-11-04  Michael Olson  <mwolson@gnu.org>
1357         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1358         optional, and make interwiki delimiter a regular rather than shy
1359         group.
1360         (muse-wiki-handle-implicit-interwiki): Rename from
1361         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1362         (muse-wiki-handle-explicit-interwiki): New function that is
1363         smarter about where an explicit link ends in a buffer.  This
1364         allows you to refer to page names with invalid Wiki characters,
1365         such as underscores and dashes, merely by enclosing them in double
1366         brackets.  Also, a bug with recognizing project names too loosely
1367         has been fixed.
1369 2006-11-03  Michael Olson  <mwolson@gnu.org>
1371         * lisp/muse-project.el (muse-project-page-file): Make relative
1372         links work as expected, hopefully.
1374         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1375         output style manually, since it will differ from anything in the
1376         publishing style list.
1378 2006-10-30  Michael Olson  <mwolson@gnu.org>
1380         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1381         grouping elements, since that no longer applies.
1382         (muse-colors-custom-tags): Explicitly match against
1383         muse-tag-regexp to get the match-data set the way we want.  This
1384         really fixes the <example> highlighting bug that Stefan reported.
1385         (muse-configure-highlighting): Set the original value to the
1386         symbol, not the modified value.  Re-use modified rules properly.
1388         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1389         introduced yesterday.
1391 2006-10-29  Michael Olson  <mwolson@gnu.org>
1393         * examples/mwolson: Update my example configuration.
1395         * NEWS: Update.
1397         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1398         without a regexp in the first position before iterating through
1399         them to build muse-colors-vector.  This fixes a bug with the
1400         display of <example> tags.  Thanks to Stefan Reichör for the
1401         report.
1403         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1404         files in projects to be linked to.
1406         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1407         to serve as a description for a URL, as long as it differs from
1408         the destination URL.  This fixes the description of WikPage links
1409         in PDF output.
1410         (muse-publish-link-file): Check to see whether the given link
1411         points at a valid file.  If so, return it.  Otherwise, apply other
1412         transforms like prefix and link suffix.
1414         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1415         "/", it is a file or directory, not a Muse page.  Thanks to
1416         Phillip Lord for the suggestion.
1418         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1419         of the current page as the local path, instead of duplicating the
1420         remote file's path.  This probably fixes at least one reported
1421         bug. since it's quite major.
1422         (muse-wiki-update-project-file-regexp)
1423         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1424         passed to regexp-opt, since that can cause Emacs 21 to throw an
1425         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1426         DOT edu for the report.
1427         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1429 2006-10-28  Michael Olson  <mwolson@gnu.org>
1431         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1432         (muse-project-resolve-link): If the given style does not have a
1433         link-suffix, default to suffix.  This fixes a bug I was noticing
1434         when linking to a file that was published in both PDF and HTML
1435         form.
1437         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1438         function that is used as a callback to determine the initial
1439         amount of indentation that the current dl item has.
1440         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1441         and the post-indent value, instead of trying to determine them
1442         both.
1443         (muse-publish-strip-list-indentation): New function stripped from
1444         `muse-publish-surround-text' for readability.
1445         (muse-publish-surround-text): Instead of taking a determine-indent
1446         value, take a determine-indent-func function, which is called just
1447         after finding the next list item.  If we are asked to determine
1448         the amount of indentation, concatenate indent and post-indent the
1449         first time around.  This effectively fixes all known definition
1450         list issues.
1452 2006-10-16  Michael Olson  <mwolson@gnu.org>
1454         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1455         other software -- namely, Planner -- can detect whether they are
1456         using a version of Muse that supports nested tags.
1457         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1458         muse-publish-goto-tag-end.
1460         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1461         Adapt for nested tags.
1463         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1464         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1465         this.
1467         * lisp/muse-publish.el (muse-publish-markup-tag)
1468         (muse-publish-quote-tag): Use muse-goto-tag-end.
1470         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1472 2006-10-15  Michael Olson  <mwolson@gnu.org>
1474         * AUTHORS: Bookkeeping.
1476         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1477         tag.
1479         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1480         tags.
1482         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1484         * lisp/muse-import-docbook.el (muse-import-docbook)
1485         (muse-import-docbook-files): Docfix.
1486         (muse-import-docbook-get-title): Remove cl.el-ism.
1488         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1490         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1492         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1494         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1495         (muse-next-reference, muse-previous-reference): Minor whitespace
1496         changes.
1497         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1498         the suggestion.
1500         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1502         * lisp/muse-publish.el (muse-publish-markup-tags)
1503         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1504         element and make 4th element determine whether tags are nestable.
1505         (muse-publish-goto-tag-end): New function that moves to the end of
1506         a tag.  Handle nested tags when NESTED is non-nil.
1507         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1508         5th element for function.
1509         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1510         this on several scenarios, and it seems to work.
1511         (muse-publish-surround-text): Accept new optional argument
1512         LIST-ITEM which determines the regexp to use for list items.  The
1513         default is to use muse-list-item-regexp.
1515         * muse.texi (Markup Tags): Mention nestable tags.
1517         * NEWS: Mention new files.
1519 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1521         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1522         into Muse format.
1524         * lisp/muse-import-xml.el: New file that provides helper routines
1525         for converting XML-ish files to Muse format.
1527 2006-10-10  Michael Olson  <mwolson@gnu.org>
1529         * NEWS: Update for 3.02.7 bugfix release.
1531 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1533         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1534         using the value in the muse #date directive.
1535         (muse-blosxom-use-metadate): New option that determines whether or
1536         not to use the #postdate directive.
1537         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1538         metadate plugin format.
1540 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1542         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1543         recognised URLs.
1545         * muse.texi: Clarify handling of implicit links by mentioning
1546         which characters can prevent Muse from recognizing something as an
1547         implicit link.
1549 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1551         * lisp/muse-mode.el (muse-next-reference)
1552         (muse-previous-reference): Fix bug #6367 by moving point to the
1553         beginning of the link.
1555 2006-09-26  Michael Olson  <mwolson@gnu.org>
1557         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1558         beginning-of-line.  This should fix a bug that was noticed in
1559         recent Emacs 22 builds.
1561         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1562         eval-and-compile block to avoid a compiler warning.
1564 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1566         * lisp/muse-backlink.el (muse-backlink-split-string):
1567         Compatibility with Emacs versions < 22
1568         (muse-backlink-pending): New internal variable
1569         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1570         that backlinks are inserted at the right time.
1571         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1572         for pending backlink, and that this is the targe page.
1573         (muse-backlink-handle-link): Don’t handle the link if we are
1574         already handling one. Return the link as well as the parent links.
1576 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1578         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1579         #6942 - muse-blosxom-new-entry fails when using tags.
1581 2006-09-14  Michael Olson  <mwolson@gnu.org>
1583         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1584         compiler warning.
1586 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1588         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1589         function: Protect all wikiwords from START to END from further
1590         processing.
1591         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1593 2006-09-13  Michael Olson  <mwolson@gnu.org>
1595         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1596         adopted from Jim Ottaway's patch.  It removes links from the
1597         heading, and then marks the region read-only to inhibit WikiWord
1598         detection.
1600 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1602         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1603         special handling for headings.
1604         (muse-texinfo-remove-links): New function that removes explicit
1605         links from the given strings, replacing them with a description.
1607 2006-09-11  Michael Olson  <mwolson@gnu.org>
1609         * muse.texi (Getting Help and Reporting Bugs): Mention the
1610         muse-el-internationalization mailing list.
1612         * lisp/muse.el (muse-path-sans-extension): New function that acts
1613         like file-name-sans-extension, but guarantees to never modify the
1614         directory part of the path.  Thanks to Evan Monroig for
1615         investigating this.
1617         * lisp/muse-book.el (muse-book-publish-project): Use
1618         muse-path-sans-extension instead of file-name-sans-extension.
1620         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1621         Ditto.
1623 2006-08-30  Michael Olson  <mwolson@gnu.org>
1625         * muse.texi (Blosxom Requirements): Fix typo.
1627         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1628         directories for bzr and darcs.
1630         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1631         contrib/pyblosxom/getstamps.py: Update version and headers.
1633 2006-08-27  Michael Olson  <mwolson@gnu.org>
1635         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1636         nil values before they get to mapconcat.  This fixes a lockup when
1637         muse-wiki-match-all-project-files is nil.
1639         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1640         (muse-wiki-ignore-implicit-links-to-current-page)
1641         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1642         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1643         (muse-wiki-publish-small-title-words)
1644         (muse-wiki-publish-pretty-title): Docfix.
1645         (muse-wiki-update-local-wikiword-regexp): Rename from
1646         muse-wiki-update-local-wikiword-regexp.  Set
1647         muse-wiki-project-file-regexp instead of
1648         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1649         take muse-wiki-use-wikiword into account, since this is a
1650         different concept now.
1651         (muse-wiki-update-wikiword-regexp): Remove.
1652         (muse-wiki-wikiword-regexp): In-line the :set function.
1653         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1655 2006-08-26  Michael Olson  <mwolson@gnu.org>
1657         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1658         for indented list items, ignore blank lines.
1660         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1661         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1662         mapconcat.  This should hopefully fix a problem with large amounts
1663         of files with spaces in their name.  Thanks to Greg Detre for the
1664         report.
1666 2006-08-24  Michael Olson  <mwolson@gnu.org>
1668         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1669         numbers from the argument to format-time-string.  This fixes an
1670         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1672 2006-08-18  Michael Olson  <mwolson@gnu.org>
1674         * lisp/muse-project.el (muse-project-file-entries): Since we are
1675         given a full path, match against the filename as well.  This fixes
1676         an issue where backup files were being added to the file alist.
1678         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1679         from muse-html.el.
1681 2006-08-12  Michael Olson  <mwolson@gnu.org>
1683         * Makefile (.PHONY): Don't use line continuations.
1684         (realclean fullclean): Call realclean in subdirs, not distclean.
1685         (distclean): Don't call realclean, since this would wipe out our
1686         autoloads file.
1687         (dist): Use correct path to autoloads file.
1689         * NEWS: Catch up with the latest changes.
1691         * experimental/Makefile (.PHONY): Wrap long line.
1693         * lisp/Makefile (distclean): Do the same thing as "clean", not
1694         "realclean".
1696         * lisp/muse-project.el (muse-project-get-applicable-style):
1697         Indentation tweak.
1698         (muse-project-ignore-regexp, muse-project-recurse-directory):
1699         Docfix.
1700         (muse-project-of-file): Try the ignored files regexp against the
1701         base filename as well as the entire path.
1703         * lisp/muse-publish.el (muse-publish-this-file): Display message
1704         if the buffer is not associated with any file, so that we avoid
1705         errors later on.
1706         (muse-publish-url-desc): New function taken from muse-publish-url
1707         that causes a URL description to be transformed.
1708         (muse-publish-url): Call muse-publish-url-desc on either the
1709         description or the original URL if it will be used as a
1710         description.  Accept the original URL as an argument, in case it
1711         was transformed earlier.
1712         (muse-publish-insert-url): Pass original URL as an argument.
1713         (muse-publish-markup-link): Make this somewhat easier to follow.
1714         Pass original URL as argument.
1715         (muse-publish-get-style): If the same style is used to publish to
1716         two different directories, prompt the user for which directory to
1717         use.
1718         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1719         latest changes.
1720         (muse-publish-markup-url): Pass original URL as an argument.  This
1721         fixes the "nil" description for bare URLs that was in 3.02.91.
1722         Nothing like finding a bug just after completing the announcement
1723         of a release.
1725         * lisp/muse.el: Use defalias whenever convenient.
1726         (muse-version): Set version to 3.02.92 (3.03 RC2).
1728 2006-08-10  Michael Olson  <mwolson@gnu.org>
1730         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1731         style does not derive from any other class, return `t' here.
1732         This, along with the corresponding change to muse-publish.el,
1733         fixes a problem with the table of contents getting inserted
1734         multiple times for custom html-based styles.
1735         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1736         smarter method for table centering that works with XHTML.
1738         * lisp/muse-latex2png.el Rename all functions to have a
1739         "muse-latex2png" prefix.  Turn all variables into customizable
1740         options in the muse-latex2png group.
1741         (muse-latex2png-img-dest): New option specifying where to place
1742         the images.
1743         (muse-latex2png-template): New option containing the template to
1744         use for the surrounding LaTeX code.
1745         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1746         compliance.
1747         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1748         messages when something else goes wrong.  Create the image
1749         subdirectory if it doesn't exist already -- thanks to Christian
1750         Straßer for the report.  Expand the filename properly.
1751         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1752         and filename expansion.
1753         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1754         the default directory properly.
1756         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1757         do not run the same function twice.
1759 2006-08-08  Michael Olson  <mwolson@gnu.org>
1761         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1762         introduced wrong-type-argument error.
1764         * lisp/muse-html.el (muse-html-markup-strings)
1765         (muse-xhtml-markup-string): Cause table definition that contains
1766         image to be center-aligned.  This should fix an issue with images
1767         not being centered when captions are very long.
1769         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1770         whitespace from fields once we have split them up.
1772         * lisp/muse.el (muse-trim-whitespace): New function that strips
1773         leading and trailing whitespace from a string.
1775 2006-08-07  Michael Olson  <mwolson@gnu.org>
1777         * NEWS: Update through patch-95.
1779         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1780         to match the tags.
1781         (muse-colors-explicit-link): Show images in link descriptions if
1782         inlined images are enabled.
1784         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1785         definitions for 'image-with-desc, 'image, and 'image-link.
1786         (muse-docbook-markup-paragraph): If an inlined image begins a
1787         paragraph, insert <para> before it.
1788         (muse-docbook-fixup-images): New function that upper-cases the
1789         "format" attribute of the <imagedata> tag.
1790         (muse-docbook-finalize-buffer): Call it.
1792         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1793         with descriptions as centered tables, with a centered caption
1794         underneath.  The resulting look is consistent with the way that
1795         they are published in the LaTeX style.  Thanks to Jody Klymak for
1796         the suggestion.
1797         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1798         valid way to center a table.
1799         (muse-html-markup-paragraph): Use class="image" instead of
1800         "image-link" for paragraphs that start with an embedded image.
1802         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1803         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1804         suggestion.
1805         (muse-latex-markup-specials-image): New option that enables
1806         escaping of specials in images.  This was split from the URL
1807         specials.
1808         (muse-latex-decide-specials): Handle 'image context.
1809         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1810         of relying on caller to do this for us.
1812         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1813         'image context.
1814         (muse-publish-url): Use 'image context for images.  Use 'image
1815         instead of 'image-link and 'image-link in place of
1816         'url-with-image.  Separate the image file from its extension so
1817         that docbook and texinfo can publish images correctly.
1818         (muse-publish-markup-link): Don't force a description if one is
1819         not given.  This fixes a bug where images without descriptions
1820         were being published as 'image-with-desc instead of 'image.
1822         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1823         images the same as URLs.
1824         (muse-texinfo-markup-strings): Improve image markup to achieve an
1825         effect similar to that of the LaTeX publishing style.  Simplify
1826         'url string.
1828         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1830         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1831         when we have to use the custom version of this function.
1833         * muse.texi (Images): Explain how to toggle inlining of images and
1834         give better examples.  Mention captions and that captioned images
1835         should not be used inside of text paragraphs.
1836         (Markup Strings): Bring up-to-date with the changes made since
1837         3.02.
1839 2006-08-06  Michael Olson  <mwolson@gnu.org>
1841         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1842         in the Emacs source tree.
1844         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1845         in the Emacs source tree.
1847         * ChangeLog.3: New file created from the old ChangeLog.
1849         * Makefile.defs (VERSION): Set to 3.02.91.
1851         * NEWS: Update through patch-84.
1853         * lisp/muse.el (muse-version): Set to 3.02.91.
1855         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1856         attributes.
1857         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1858         delimiter are instead of hard-coding it.
1860         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1861         (muse-mode): Make filling definition lists work better.  This
1862         should fix #5359.
1864         * lisp/muse-publish.el (muse-style-run-hooks): Use
1865         `muse-style-element' instead of `muse-get-keyword' here.  This
1866         should fix #6399.
1868         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1870 See ChangeLog.3 for earlier changes.
1872 ;; Local Variables:
1873 ;; coding: utf-8
1874 ;; End: