LaTeX: escape more specials in image filenames
[muse-el.git] / ChangeLog
blob18efe691731025049f17f2bde12d9b52ad29d6ba
1 2007-09-22  Michael Olson  <mwolson@gnu.org>
3         * AUTHORS: Bookkeeping.
5         * NEWS: Add entry for the LaTeX image filename escaping changes.
7         * lisp/muse-latex2png.el (muse-publish-math-tag): Detect whether
8         the tag ends at the end of a line.  If not, do not use "$$" to
9         publish it.  Thanks to Darlan Cavalcante Moreira for the
10         suggestion.
12         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header)
13         (muse-latex-slides-header, muse-latex-lecture-notes-header):
14         Escape specials in the title.  Define a museincludegraphics
15         command, which is able to handle escaped special characters in
16         image filenames.  Thanks to Karl Berry for providing this.
17         (muse-latex-markup-strings): Use museincludegraphics instead of
18         includegraphics in all image-related markup.  Move the width
19         specification over to the museincludegraphics command, rather than
20         specifying it explicitly.  This allows people to change this
21         information in their headers.
22         (muse-latex-markup-specials-image): Escape backslashes, "#", and
23         pipe characters in image filenames.
25         * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): Fix
26         byte-compiler warning.
28         * lisp/muse.el (muse-update-values): Fix byte-compiler warning.
29         Also, update the value of muse-current-project for all Muse
30         buffers, even if they are new.  This should be more intuitive.  I
31         don't think there are any cases where developers will want this
32         value to be nil.
33         (muse-replace-regexp-in-string): Fix byte-compiler warning.
35 2007-09-19  Michael Olson  <mwolson@gnu.org>
37         * lisp/muse.el (muse-replace-regexp-in-string): Remove fallback
38         code, since it is not needed in any version of Emacs we support,
39         and it also has a couple of bugs that I don't want to waste time
40         fixing.
42 2007-09-18  Michael Olson  <mwolson@gnu.org>
44         * lisp/muse-mode.el (muse-mode): Fix bug involving filling and
45         paragraphs next to headings.  Thanks to Gregory Collins for the
46         initial patch, which I modified.
48 2007-09-17  Michael Olson  <mwolson@gnu.org>
50         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Display
51         message about how images are now displayed.
53 2007-09-10  Michael Olson  <mwolson@gnu.org>
55         * Makefile (elpa): Use texi/dir-template rather than echoing lines
56         to the ELPA dir file for Muse.
58         * texi/dir-template: New file containing template to use when
59         making ELPA dir files.  This fixes a corrupt dir file bug for the
60         Muse ELPA package.  Thanks to Tom Tromey for the report.
62 2007-09-06  Michael Olson  <mwolson@gnu.org>
64         * lisp/muse-html.el (muse-html-class-tag): Fix bug where nested
65         class tags were not working.  We move to just after the beginning
66         of the first class tag, so that we can detect any remaining class
67         tags.  Thanks to Florian Beck for the report.  Fix error that
68         occurred when class tag has no name element.  Thanks to Peter
69         Baranyi for the report.  The correct behavior in this case is to
70         not publish the tag at all.
72         * lisp/muse.el (muse-goto-tag-end): Fix bug where nested tags with
73         arguments were not being detected properly.
75 2007-09-05  Michael Olson  <mwolson@gnu.org>
77         * lisp/muse-context.el (muse-context-decide-specials): Add
78         footnote.
80         * lisp/muse-latex.el (muse-latex-decide-specials): Add footnote.
82         * lisp/muse-publish.el (muse-publish-escape-specials): Mention
83         'footnote in docstring.
84         (muse-publish-markup-footnote): Minor docstring fix.  Escape
85         footnote text properly.  Thanks to Jean Magnan de Bornier for
86         noticing.
87         (muse-publish-url): When checking to see if this is just a plain
88         URL without a description, compare the strings as they were before
89         doing escaping.  This fixes a bug where plain URLs could sometimes
90         be published as if they were URLs with descriptions.
92         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Add
93         footnote.
95 2007-08-29  Michael Olson  <mwolson@gnu.org>
97         * lisp/muse.el (muse-update-values): Reset the value of
98         muse-current-project in all Muse buffers.  This updates the rules
99         in case you want to publish a file after changing its associated
100         muse-project-alist entry.
102 2007-08-27  Michael Olson  <mwolson@gnu.org>
104         * lisp/muse.el (muse-update-values): New function that the user
105         can call after changing muse-project-alist, in order to update
106         various autogenerated values.
108         * texi/muse.texi (Keystroke Summary): Document it.
110 2007-08-25  Michael Olson  <mwolson@gnu.org>
112         * examples/QuickStart.muse: Fix typo in first paragraph.  Thanks
113         to Karl Berry for reporting this.
115         * lisp/muse-mode.el (muse-visit-link-default): Fix bug with
116         browsing anchors that come after a link to them.
118         * texi/muse.texi (Poem): Fix typo in spelling of LaTeX.  Thanks to
119         Karl Berry for reporting this.
121 2007-08-24  Michael Olson  <mwolson@gnu.org>
123         * Release Emacs Muse 3.11.
125         * AUTHORS: Add new authors for contrib files.
127         * NEWS: Add entries for Muse 3.11.
129         * README: Mention that contents of contrib/blosxom and
130         contrib/pyblosxom have different licenses than the rest of Muse.
132         * contrib/blosxom/getstamps.pl: New file that implements fetching
133         timestamps from published Muse files and placing them in a single
134         timestamps file.  That file can then be used by blosxom's metadate
135         plugin.  Thanks to Michael Welle for providing this file, as well
136         as instructions on how to use Muse with Blosxom.
138         * contrib/blosxom/metadate_0_0_3: New file implementing the
139         metadate plugin for blosxom.
141         * contrib/pyblosxom/getstamps.py: Add license text.  It seems safe
142         to assume that the original author wanted this to be distributed
143         with Pyblosxom, and hence use the MIT license like the rest of
144         Pyblosxom.
146         * contrib/pyblosxom/hardcodedates.py: Add license text.
148         * contrib/pyblosxom/make-blog: Change license text to be "This
149         file may be used, distributed, and modified without restriction."
151         * contrib/pyblosxom/metadate.py: New file that implements the
152         PyBlosxom metadate plugin.  Since this can no longer be found at
153         the original author's website, I have included it with Muse.
155         * lisp/muse-blosxom.el: Update location of metadate plugin in
156         header.
158         * lisp/muse-wiki.el (muse-wiki-project-file-regexp): Fix typo in
159         docstring.
161         * texi/muse.texi (Blosxom Requirements): Organize information by
162         subheading and subsubheading, and document how to use the metadate
163         plugin.  Briefly document using Blosxom to serve Muse entries.
165 2007-08-23  Michael Olson  <mwolson@gnu.org>
167         * lisp/muse-html.el (muse-html-insert-contents): Escape heading
168         title just before extracting it.
170         * lisp/muse-latex.el (muse-latex-fixup-headings): New function
171         that removes footnotes from headers, since they are invalid in
172         LaTeX.
173         (muse-latex-munge-buffer): Call it.
175         * lisp/muse-publish.el (muse-publish-markup-heading): Don't escape
176         specials here.  This fixes a bug involving links in headings.
178         * lisp/muse.el (muse-update-file-extension): Simplify, and handle
179         some edge cases.
180         (muse-update-file-extension-after-init): Temporarily bind
181         muse-file-extension to "muse", so that muse-update-file-extension
182         knows what the old value was.  This should fix a bug reported by
183         Jean Magnan de Bornier.
185 2007-08-21  Michael Olson  <mwolson@gnu.org>
187         * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Try to make
188         url, link, and link-and-anchor look better in texi2html output.
189         Thanks to thorne for the report.
191 2007-08-20  Michael Olson  <mwolson@gnu.org>
193         * lisp/muse-journal.el (muse-journal-anchorize-title): Revamp to
194         escape characters rather than discard them.  Use muse-regexp-alnum
195         rather than listing out the characters and numbers.  Thanks to
196         Shunsuke OKANO for the report.
197         (muse-journal-rss-munge-buffer): Make sure that <![CDATA[ stuff is
198         used when generating a summary.
200 2007-08-19  Michael Olson  <mwolson@gnu.org>
202         * examples/mwolson: Update my example settings.
204         * lisp/muse-colors.el (muse-colors-region): Bind
205         muse-colors-region-end to the end of the last line.  This avoids a
206         bug where lines that had emphasis would suddenly become
207         unhighlighted when moving around the buffer.
209         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix bug
210         involving paragraphs after literallayout markup, which is used in
211         <verse> tags.  Thanks to Shunsuke OKANO for the report.
213         * lisp/muse-html.el (muse-html-src-tag): Use
214         muse-delete-and-extract-region.
216         * lisp/muse-import-xml.el: Add require statement.
217         (muse-import-xml-parse-node): Use muse-replace-regexp-in-string.
219         * lisp/muse-protocols.el (muse-browse-url-man): Add require
220         statement.
221         (muse-browse-url-woman): Add require statement.
223         * lisp/muse-publish.el (muse-publish-surround-text): Fix serious
224         bug in definition list publishing.  We were skipping past the
225         initial indented line, and that was causing an erroneous
226         blockquote to be inserted.  This alone merits a new release.
228         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Fix bug with
229         XEmacs' return value for shell-command.
231         * lisp/muse.el (muse-delete-and-extract-region): New compatibility
232         function to deal with XEmacs' lack of the
233         delete-and-extract-region function.
235 2007-08-18  Michael Olson  <mwolson@gnu.org>
237         * AUTHORS: Update.
239         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
240         copy-tree to copy-alist, since Emacs21 does not have the former,
241         and the latter does what we want.
243         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
244         have derived-mode-p in subr.el like Emacs22 does.
246 2007-08-17  Michael Olson  <mwolson@gnu.org>
248         * etc/muse.rnc: Add the <cite> tag.
250         * lisp/muse-context.el (muse-context-slides-header): Clarify what
251         "mystyle" is.
253         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
254         <cite type="something">.  We'll leave it to the post processing
255         tools to interpret that.
257         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
258         directives.
259         (Citations): New section that explains further how to use the
260         <cite> tag.  The text was taken from Marcus Hoenicka's
261         documentation at http://refdb.sourceforge.net/muse.html and
262         modified.
263         (Tag Summary): Link to the Citations section in the entry for
264         <cite>.
265         (ConTeXt): Update the documentation for
266         muse-context-slides-header.
268 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
270         * lisp/muse-context.el (muse-context-slides-header): Use #module
271         directive, if it is provided.
272         (muse-context-slides-header): Mention how to use #module.
274 2007-08-16  Michael Olson  <mwolson@gnu.org>
276         * Release Emacs Muse 3.10.
278         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
279         (upload): Don't depend on release rule.
281         * NEWS: Document remaining changes.
283 2007-08-15  Michael Olson  <mwolson@gnu.org>
285         * NEWS: Document items through 2007-08-12.
287         * lisp/muse-colors.el: Split the muse-directive-or-comment
288         property into two separate properties that are muse-directive and
289         muse-comment.
290         (muse-colors-region-end): Make buffer-local.
291         (muse-colors-delayed-commands): New variable that contains a list
292         of commands to run immediately after highlighting.  This is meant
293         to allow highlighting functions to delay code until later.
294         (muse-colors-region): Apply commands in
295         muse-colors-delayed-commands.
296         (muse-colors-inhibit-tags-in-directives): New variable that
297         determines whether tags are allowed in directives.
298         (muse-colors-custom-tags): Take
299         muse-colors-inhibit-tags-in-directives into account.
300         (muse-unhighlight-region): Remove muse-directive and muse-comment
301         properties.
302         (muse-colors-title): Modify muse-colors-delayed-commands.
303         (muse-colors-title-lisp): New command that gets called after
304         highlighting other things.  This interprets <lisp> tags, and is
305         passed arguments specifying the beginning and end of the region.
306         Thanks to Junichi Uekawa for the report.  The reason we want to do
307         things this way is because this is the behavior we get already
308         when publishing the page.
310         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
311         property rather than muse-directive-or-comment.
313 2007-08-14  Michael Olson  <mwolson@gnu.org>
315         * lisp/muse-colors.el: Document all functions and variables.
316         (muse-colors-emphasized, muse-colors-underlined)
317         (muse-colors-verbatim, muse-colors-custom-tags)
318         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
319         on comments or the #title directive.
320         (muse-colors-markup): Add comment rule.
321         (muse-colors-implicit-link): Only remove flyspell overlay after we
322         decide whether this is an implicit link, rather than before.
323         (muse-colors-title): Add the muse-directive-or-comment property.
324         (muse-colors-comment): New function that colorizes comments using
325         font-lock-comment-face.
326         (muse-colors-region-end): New variable indicating the end of the
327         region that is currently being font-locked.  This removes the need
328         for an ugly "defvar end" hack.
329         (muse-colors-emphasized, muse-colors-underlined)
330         (muse-colors-verbatim): Use it.
331         (muse-colors-region): Let-bind it.
333         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
334         docstring.
336         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
337         specials in heading now, rather than waiting on the whole-document
338         pass later on.  This lets <contents> generation work without
339         validation errors.  Thanks to Reid van Melle for the report.
341         * texi/muse.texi (Tag Summary): Document <cite> tag.
342         (Miscellaneous): New chapter containing "Muse List Edit Minor
343         Mode" section.
344         (Muse List Edit Minor Mode): New section that documents
345         muse-list-edit-minor-mode.
346         (Development): Mention the MuseDevlopment page on emacswiki.org.
348         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
349         font-locking and the end or beginning of a tag is in a comment or
350         directive.
352 2007-08-12  Michael Olson  <mwolson@gnu.org>
354         * lisp/muse-html.el (muse-html-strip-links): New function that
355         strips HTML links from a string.
356         (muse-html-insert-contents): Use it, instead of
357         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
358         involving the use of <sup> in section titles.
360         * lisp/muse-project.el (muse-project-resolve-directory): New
361         function that figures out the directory part of the path that
362         provides a link to a page.
363         (muse-project-resolve-link): Expand docstring.  Use the new
364         function.  Don't call muse-publish-link-file, because that does
365         the wrong thing when we have muse-file-extension set to nil.
366         Thanks to Sebastian Obermanns for the report.
367         (muse-project-publish-this-file): Let-bind muse-current-project.
368         Also, if the file is not associated with a project, fall back to
369         muse-publish-this-file.
370         (muse-project-set-variables): Add this to
371         muse-before-publish-hook, so that it gets called.  This fixes a
372         bug where project-specific variables were being used in Muse mode,
373         but ignored when publishing.
375         * lisp/muse-publish.el (muse-publish-link-name)
376         (muse-publish-link-file, muse-publish-link-page): Add docstrings
377         so that I can remember what each of these things do.
378         (muse-publish-strip-tags): Remove, since it is no longer used.
379         (muse-publish-cite-tag): Don't let-bind
380         muse-publishing-directives, because there is no need to do so.
381         Fix code indentation.
382         (muse-publish-markup-attribute): Avoid multiple evaluation of
383         attrs argument, in case it is list value instead of a symbol.  Use
384         sexp instead of form in the edebug-form-spec.
385         (muse-publish-include-tag): Make a full copy of
386         muse-publishing-directives, since it can be modified with setcdr.
387         This fixes a bug where #title and some other directives were
388         leaking out of an included region.
389         (muse-publish-mark-up-tag): Don't let-bind
390         muse-publishing-directives, because there is no need to do so.
392         * lisp/muse.el (muse-page-name): Improve docstring.
394         * texi/muse.texi (Development): Mention the http method for
395         anonymous git access to the shared repo.
397 2007-08-10  Michael Olson  <mwolson@gnu.org>
399         * Makefile (dist, debprepare): Use git instead of tla.
401         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
403         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
404         Use muse-insert-file-contents.
406         * experimental/muse-split.el (muse-publish-file)
407         (muse-publish-presplit-publish, muse-publish-no-split-function)
408         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
409         muse-insert-file-contents.
411         * lisp/muse-book.el (muse-book-publish-chapter)
412         (muse-book-get-directives): Use muse-insert-file-contents.
414         * lisp/muse-http.el (muse-http-render-page): Use
415         muse-insert-file-contents.
417         * lisp/muse-poem.el (muse-poem-markup-tag): Use
418         muse-insert-file-contents.
420         * lisp/muse-publish.el (muse-insert-file-or-string)
421         (muse-publish-file, muse-publish-include-tag)
422         (muse-published-contents): Use muse-insert-file-contents.
424         * lisp/muse.el (muse-insert-file-contents): New function that
425         inserts a file with character code conversion, but none of the
426         other frivolities.  Since insert-file-contents-literally does not
427         do character code conversion, it is not suitable for us.
428         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
429         than insert-file-contents-literally.
431 2007-08-09  Michael Olson  <mwolson@gnu.org>
433         * lisp/muse.el (muse-write-file): Pay attention to
434         coding-system-for-write and save-buffer-coding-system.  This
435         should fix a recently-introduced bug with writing Muse pages in
436         different coding systems.
438 2007-08-08  Michael Olson  <mwolson@gnu.org>
440         * README (Prerequisites): Fix typo.
441         (Compilation, Installation): Update.
442         (Documentation, Further Documentation): Update URLs.
443         (Further Documentation): Add quick blurb on how to participate in
444         Muse development or track changes.
446         * texi/muse.texi (Releases): Use gna.org URL for downloading the
447         latest release, rather than my website.
448         (Development): Change instructions to use git instead of
449         Arch. Mention where to get a Windows binary for git.  Improve the
450         look of the listing.  Add section with instructions for Becoming a
451         Muse developer.
452         (Installation): Update instructions for Makefile.defs.default and
453         XEmacs.  Add index entries.  Add section for ELPA, since Muse
454         ought to be distributed in ELPA after the 3.10 release.  Fix typo
455         and clarify wording.
457 2007-08-06  Michael Olson  <mwolson@gnu.org>
459         * texi/muse.texi: Make sure that attributes are marked up with
460         @option{} rather than @code{} or @samp{} for consistency.
461         (Journal): Add "muse-project-alist-considerations" subheading,
462         along with a mention of :base-url.
464 2007-08-05  Michael Olson  <mwolson@gnu.org>
466         * .gitignore: Add texi/muse.html and the DVC log edit file.
468         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
469         Turn this into something that can be called like a command, due to
470         needing to deal with XEmacs, which has different argument order.
471         Thanks to Terrence Brannon for the report.
473         * lisp/muse-project.el (muse-project-of-file): Simplify by using
474         catch, throw, and dolist.  Look for exact matches before
475         considering any subdirectories.  If no exact matches are found,
476         then pick the longest match.
478         * lisp/muse.el (muse-sort-by-rating): Mention default test in
479         documentation.
481         * scripts/muse-build.el: Avoid interference from VC.el in the
482         build process.
484         * texi/Makefile (install): Call install_info.
486 2007-08-03  Michael Olson  <mwolson@gnu.org>
488         * lisp/muse-project.el (muse-project-applicable-styles): Remove
489         useless argument ignore-regexp.  Use saner logic.  This fixes a
490         bug where a file could potentially not exist but still appear in
491         the used-styles list.  Thanks to John Wiegley for the fix.
492         (muse-project-publish-file): Don't take ignore-reegxp argument.
494 2007-08-02  Michael Olson  <mwolson@gnu.org>
496         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
497         VC when publishing files in batch.  This avoids some annoying
498         messages when building QuickStart in the examples directory.
500         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
501         inserting a comment.
503 2007-07-31  Michael Olson  <mwolson@gnu.org>
505         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
506         that Muse can be recompiled without running "make clean" after an
507         update.
509         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
510         delete forward one character, since we are guaranteed to be on a
511         blank line.  Don't delete all initial whitespace of the first
512         line.  This fixes an issue where the output from the verse tag did
513         not match the output from Muse's verse syntax.
515 2007-07-29  Michael Olson  <mwolson@gnu.org>
517         * Relicense to GPLv3.
519         * Makefile.defs.default: Rename from Makefile.defs.  This allows
520         people to copy this file to Makefile.defs and make changes,
521         without having the changes be accidentally committed.  If
522         Makefile.defs does not exist, this file is read instead, in order
523         to minimize inconvenience to the casual user.
525         * Makefile, contrib/Makefile, examples/Makefile,
526         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
527         Makefile.defs.default or Makefile.defs.
529         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
530         function names.
531         (muse-l-e-m-m-insert-list-item): Add real documentation.
532         (muse-l-e-m-m-increase-list-item-indent)
533         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
534         real documentation.
535         (muse-list-edit-minor-mode): Improve documentation.
537         * texi/doclicense.texi (GNU Free Documentation License): Use
538         pristine copy from Emacs source tree.
540         * texi/muse.texi (Contributors): Move node and appendix indicators
541         here, rather than doclicense.texi.
543 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
545         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
546         command which did not work correctly
548         * lisp/muse-context.el (muse-context-markup-strings): Change rule
549         command which did not work correctly; defined verse commands
550         (muse-context-markup-specials-literal): Eliminate all unuseful entries
552 2007-07-29  Michael Olson  <mwolson@gnu.org>
554         * contrib/httpd.el (httpd-send-file): Use
555         insert-file-contents-literally instead of insert-file-contents.
557         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
558         Use insert-file-contents-literally instead of
559         insert-file-contents.
561         * experimental/muse-split.el (muse-publish-file)
562         (muse-publish-presplit-publish, muse-publish-no-split-function)
563         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
564         insert-file-contents-literally instead of insert-file-contents.
566         * lisp/muse-book.el (muse-book-publish-chapter)
567         (muse-book-get-directives): Use insert-file-contents-literally
568         instead of insert-file-contents.
570         * lisp/muse-http.el (muse-http-render-page): Use
571         insert-file-contents-literally instead of insert-file-contents.
573         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
574         nowhere when done, since they can slow things down.
576         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
577         marker to nowhere when done, since they can slow things down.
579         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
580         when done, since they can slow things down.  Use
581         insert-file-contents-literally instead of insert-file-contents.
583         * lisp/muse-publish.el (muse-publish-markup-tag)
584         (muse-publish-markup-word, muse-publish-markup-footnote)
585         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
586         done, since they can slow things down.
587         (muse-insert-file-or-string, muse-publish-file)
588         (muse-publish-include-tag, muse-published-contents): Use
589         insert-file-contents-literally instead of insert-file-contents.
590         (muse-publish-surround-dl): Remove unused variable.  Track whether
591         a term has been found, and handle that case well.
592         (muse-publish-ensure-blank-line): Use a marker, so that we don't
593         lose our place when adding a newline.  This really fixes the
594         definition list item bug.
595         (muse-publish-markup-list): Since people do seem to want
596         definition lists with no terms, allow this.
597         (muse-batch-publish-files): Set muse-current-output-style.
599         * lisp/muse.el (muse-with-temp-buffer): Mention
600         `insert-file-contents-literally'.
602 2007-07-28  Michael Olson  <mwolson@gnu.org>
604         * lisp/muse-mode.el (muse-browse-result): Set
605         muse-current-output-style.
606         (muse-mode): Don't duplicate the paragraph-start regexp
607         unnecessarily.
608         (muse-list-edit-minor-mode-map): New variable containing the
609         keymap for Muse list edit minor mode.
610         (muse-l-e-m-m-list-item-regexp): New variable that matches list
611         items for Muse list edit minor mode.
612         (muse-l-e-m-m-insert-list-item,
613         muse-l-e-m-m-i-list-item-indentation)
614         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
615         item functions that change the list item regexp before calling the
616         existing function.
617         (muse-l-e-m-m-data): New variable that keeps track of the fill
618         data that we overwrite when activating Muse list edit minor mode,
619         so that we can restore it if the minor mode is toggled off.
620         (muse-list-edit-minor-mode): New minor mode that is useful for
621         editing lists in other major modes.
622         (turn-on-muse-list-edit-minor-mode)
623         (turn-off-muse-list-edit-minor-mode): New interactive functions
624         that turn Muse list edit minor mode on and off, respectively.
625         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
626         regexps.
628         * lisp/muse-project.el (muse-project-publish-this-file): Set
629         muse-current-output-style.  This fixes a bug when publishing to a
630         style that is not first in the list of styles.  Thanks to Jean
631         Magnan de Bornier for the report.
633         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
634         function that ensures that a blank line exists in the line before
635         point.
636         (muse-publish-markup-list): Use it, rather than
637         `muse-publish-ensure-block'.  This fixes a bug with definition
638         list publishing.  Thanks to meandtheshell for reporting this.
640         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
641         project argument is nil, default to the current project instead of
642         the first project entry in muse-project-alist.  This seems much
643         more sane to me.
645         * lisp/muse.el (muse-forward-list-item): Only check the 'face
646         property if we are in Muse mode or one of its derivatives.  This
647         allows movement on nested lists to work in other modes, and fixes
648         an issue with altering list indentation in
649         muse-list-edit-minor-mode.
651 2007-07-27  Michael Olson  <mwolson@gnu.org>
653         * AUTHORS: Add new authors.
655         * README: Permit Muse to be called "Emacs-Muse".
657         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
659         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
660         involving list items that have an extra blank line in front.
662         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
663         and Emacs-Muse are the same thing.
665 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
667         * lisp/muse-context.el (muse-context-header): Put
668         starttext after the modules who must be in preamble.
669         (muse-context-markup-strings): Fixed mistake in begin-example and
670         end-example.
672         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
673         math environment in ConTeXt when centered: "$$ $$" has to be
674         "\startformula \stopformula".
676 2007-07-26  Michael Olson  <mwolson@gnu.org>
678         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
679         parentheses in URLs.
681 2007-07-24  Michael Olson  <mwolson@gnu.org>
683         * examples/QuickStart.muse (Images): Fix typo where some text
684         existed in the output but not in the example region.
685         (Source Code): Fix another typo.  Explain that publishing from
686         console or X can make a difference.
688         * lisp/muse-context.el (muse-context-pdf-program): New option that
689         determines the program to use for generating PDF files for
690         ConTeXt.
691         (muse-context-pdf-cruft): New option that specifies the extensions
692         of files to remove after generating PDF output successfully.
693         (muse-context-slides-header): Docfix.
694         (muse-context-pdf-generate): Use new options.
696         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
697         save-restriction call.  This was causing a world of hurt when
698         using <lisp> inside of <include>.
700         * texi/muse.texi (ConTeXt): New section that documents how to use
701         the ConTeXt publishing styles.
703 2007-07-23  Michael Olson  <mwolson@gnu.org>
705         * lisp/muse-context.el: New file that provides support for
706         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
707         de Bornier for his work on this.
709         * lisp/muse-docbook.el (muse-docbook-entities)
710         (muse-docbook-bibliography): Remove unneeded save-restriction use.
712         * lisp/muse-latex2png.el (muse-publish-latex-tag):
713         s/contex/context/.
715         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
716         (muse-latex-bibliography): Remove call to `widen', since it is not
717         needed anymore.  Remove unneeded save-restriction use.
718         ("slides", "slides-pdf"): Indent elements uniformly.
720 2007-07-22  Michael Olson  <mwolson@gnu.org>
722         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
723         * lisp/muse-mode.el (muse-insert-tag):
724         * lisp/muse-project.el (muse-read-project)
725         (muse-read-project-file):
726         * lisp/muse-publish.el (muse-publish-get-style): Use
727         muse-completing-read-function.
729         * lisp/muse-latex2png.el (muse-publish-latex-tag)
730         (muse-publish-math-tag): Allow the context style -- which I plan
731         to include soon -- to work with these tags.
733         * lisp/muse.el (muse-completing-read-function): New option that
734         determines which function to call when doing a completing-read.
736 2007-07-15  Michael Olson  <mwolson@gnu.org>
738         * lisp/muse-journal.el (muse-journal-html-entry-template)
739         (muse-journal-rdf-entry-template)
740         (muse-journal-rss-entry-template): Mention that this can be text
741         or a filename.
742         (muse-journal-rdf-entry-template, muse-journal-rss-header)
743         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
744         newlines to make the output look nicer.
745         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
746         Use muse-insert-file-or-string for the entry templates, rather
747         than muse-insert-markup.  This allows <lisp> and <markup> tags to
748         be acted on.  Thanks to Scott Hyde for the report.
749         (muse-journal-html-munge-buffer): Escape quote of the day using
750         entire-document specials before snarfing it.  Mark entire template
751         as read-only -- this fixes an incorrect escaping bug.  Remove
752         read-only properties before replacing template matches so that
753         they can still be escaped with entire-document specials later on.
754         (muse-journal-rss-munge-buffer): Make sure that title is escaped
755         properly.
756         (muse-journal-markup-tags): Rename from
757         muse-journal-latex-markup-tags, because we will use it for
758         journal-rss-entry as well.
759         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
760         end-quote-item.
761         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
762         html.
763         ("journal-latex", "journal-pdf", "journal-book-latex")
764         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
765         muse-journal-latex-markup-tags.
766         ("journal-rss-entry"): New style that is used by journal-rss and
767         journal-rdf to mark up individual entries.  It is needed so that
768         we can do something meaningful with the qotd tag.
769         (muse-journal-rdf-summarize-entries): Set this to nil by default,
770         because it is annoying.  Update docs to mention this.
771         (muse-journal-rss-summarize-entries): Docfix.
773         * lisp/muse-publish.el (muse-insert-file-or-string): Use
774         muse-publish-markup-header-footer-tags.  I'm not quite sure how
775         this change got reverted.
776         (muse-markup-tag-info): Make into a function.  Move common code
777         here, rather than duplicating it in two places.  Deal with case
778         where muse-publish-use-header-footer-tags is non-nil.
779         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
780         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
781         warning.
782         (muse-publish-use-header-footer-tags): New variable that indicates
783         whether we should use just the header and footer tags, rather than
784         the full set.
785         (muse-insert-file-or-string): Bind
786         muse-publish-use-header-footer-tags to t.
787         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
788         Simplify call to muse-markup-tag-info.
789         (muse-publish-mark-up-tag): Bind
790         muse-publish-use-header-footer-tags to nil.
792         * texi/muse.texi (Journal): Update for recent changes.
794 2007-07-14  Michael Olson  <mwolson@gnu.org>
796         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
797         delete the remainder of the buffer, since this causes the
798         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
799         the report and the suggested fix.
801         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
802         beginning of table-el regexp.  This fixes a bug where Muse stalls
803         when trying to publish a malformed table.  Thanks to Ye Wenbin for
804         the report and the suggested fix.
806 2007-07-12  Michael Olson  <mwolson@gnu.org>
808         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
809         default, rather than the empty string.  This really fixes the bug
810         that occurred when using Muse with muse-project-alist set to nil.
811         Thanks to Jonathan Underwood for the report.
812         (muse-wiki-update-interwiki-regexp): Set
813         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
814         defined.
815         (muse-wiki-handle-implicit-interwiki)
816         (muse-wiki-handle-explicit-interwiki): Handle case where
817         muse-wiki-interwiki-regexp is nil.
819 2007-07-10  Michael Olson  <mwolson@gnu.org>
821         * lisp/muse-mode.el (muse-grep): Abort search if the current
822         project contains no directories.
824         * lisp/muse-project.el (muse-project-file-alist): If
825         muse-project-alist is not defined, or project is nil, return nil
826         right away.  This ought to fix a bug that occurred when using Muse
827         with muse-project-alist set to nil.
828         (muse-project-of-file): Make sure muse-project-alist is not nil.
829         (muse-project-save-buffers): Make sure project is not nil.
831         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
832         case where muse-project-alist is nil.
834         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
835         for XEmacs, since color-theme.el is poorly behaved, and defines
836         its own replace-in-string.  Bad color-theme.el -- no cookie for
837         you.
839 2007-07-01  Michael Olson  <mwolson@gnu.org>
841         * Makefile (.PHONY): Update for new debian package rules.
843         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
845         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
846         Use save-restriction properly.
847         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
849         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
850         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
851         properly.
852         (muse-latex-bibliography): Re-indent.
854         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
855         higher.  This fixes an error at startup with some versions of
856         Emacs.
857         (muse-publish-cite-tag): Re-indent.
859         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
860         to the end of the link part, so as to exclude the description from
861         the match.  This fixes a bug with three-part links that have
862         descriptions.  Thanks to everyone who pointed it out.
864 2007-06-18  Michael Olson  <mwolson@gnu.org>
866         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
867         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
868         1.1 specific markup strings.
869         (muse-html-insert-anchor): Use 'anchor string, rather than
870         hard-coding it.  Thanks to Chris Corsair for the suggestion.
871         ("xhtml1.0"): New style that is an alias for the xhtml style.
872         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
874 2007-06-17  Michael Olson  <mwolson@gnu.org>
876         * examples/QuickStart.muse: Make images local so that the Info
877         version of this document works.  Add <example> for the Literal
878         paragraphs chapter, so that it is clear what is happening.
880         * Makefile: Add elpa target, which is used for building an ELPA
881         package for Muse.
883         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
884         building ELPA packages.
886         * examples/Makefile (%.html, %.pdf, %.info): Add message to
887         indicate what we are publishing.
888         (realclean distclean fullclean): Remove all TeX crud.
890         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
891         that the Info version of QuickStart can publish correctly.
893         * lisp/muse-latex.el (muse-latex-slides-header)
894         (muse-latex-lecture-notes-header): Docfix.
896         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
897         the list of things to ignore.
899         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
900         variable.
902         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
903         default to nil, since texinfmt.el is a serious nuisance.
904         (muse-texinfo-markup-strings): Add newlines to begin-example and
905         end-example.
906         (muse-texinfo-decide-specials): Also escape URL-type specials in a
907         whole slew of other contexts.
909         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
910         muse-xml.
912         * lisp/muse-xml.el (muse-xml-footer): Docfix.
914         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
916 2007-06-16  Michael Olson  <mwolson@gnu.org>
918         * etc/IDEAS.muse: Add some ideas from David D. Smith.
920         * examples/QuickStart.muse: Overhaul.
922         * lisp/muse-project.el (muse-project): Call the last part of a
923         muse-project-alist entry "Output styles" rather than "styles".
925         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
926         where we have a pipe character at the beginning of line.
928         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
929         causing tables to not be sorted at all.
931         * texi/muse.texi: Overhaul.  It would be too time-consuming to
932         list all of the changes here.  The "Getting Started" and
933         "Projects" chapters, in particular, were heavily revised.
935 2007-06-15  Michael Olson  <mwolson@gnu.org>
937         * NEWS: Update.
939         * examples/QuickStart.muse: Mention new features.
941         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
942         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
943         terminal, and C-c TAB is more important.  Most people will not
944         want to toggle images on and off that often.
946         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
947         C-i as well, so that it works in the terminal.
949         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
950         look a bit tidier when removing the region.
952         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
953         list regexp part before other parts.
954         (muse-ol-item-regexp): New regexp that specifies how to match an
955         ordered list item.
956         (muse-ul-item-regexp): New regexp that specifies how to match an
957         unordered list item.
958         (muse-table-field-regexp): New regexp that specifies how to match
959         a definition list entry.
961         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
962         lack of support for @headitem in texinfmt.el.
964         * lisp/muse.el: Wrap muse-line-beginning-position and
965         muse-line-end-position in `eval-and-compile', since they are now
966         used in muse.el.
967         (muse-list-item-type): Use a simpler algorithm for detecting which
968         kind of list item we have.  This fixes a bug where a number in a
969         definition list term was being detected incorrectly as an ordered
970         list item.  Fixes bug #6250.
971         (muse-forward-list-item): Get the entire line with the list item.
972         For some reason, Emacs 21 was not populating match 2 correctly,
973         unlike Emacs 22, so this workaround was needed.
975         * texi/muse.texi: (Keystroke Summary): Remove C-c
976         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
977         alternative keybinding to the C-c TAB stuff.  Mention
978         muse-colors-toggle-inline-images.
980 2007-06-14  Michael Olson  <mwolson@gnu.org>
982         * README: Mention that RelaxNG schema is in etc/ directory.
984         * etc/emacs-wiki-migration.txt: New document that explains how to
985         migrate from emacs-wiki to Muse.
987         * etc/muse.rnc: Increment version number to 1.0.  Fix several
988         nested emphasis and nested lists edge cases.  Move here from
989         examples/.
991         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
992         same thing as C-c C-S-t, since the former works better in the
993         console.  Thanks to Leo for the suggestion.
995         * lisp/muse-publish.el (muse-publish-markup-table)
996         (muse-publish-markup-table-el): Include a newline in the return
997         string, so that paragraph detection does not get confused.
999         * lisp/muse.el (muse-with-temp-buffer): Docfix.
1001         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
1002         keybinding.
1004 2007-06-13  Michael Olson  <mwolson@gnu.org>
1006         * etc/IDEAS.muse: Mark three-part-links item as done.
1008         * experimental/muse-message.el: Remove guard for muse-define-style
1009         calls.
1011         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
1012         markup rules were being interpreted in reverse order.  This should
1013         make implicit interwiki links work properly again.
1014         (muse-link-face): Strip anchor from end of a path, so that this
1015         works with anchors in interwiki links.
1016         (muse-colors-insert-image): Catch error that occurs in Emacs 21
1017         when an image does not exist.
1019         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
1020         anchors.
1021         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
1022         interwiki links work.  Thanks to Jim Ottaway for the initial
1023         implementation.
1024         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
1025         links work.
1027         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
1028         about match 0.
1029         (muse-handle-explicit-link): Docfix: this does not modify the
1030         match data.
1031         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
1032         that has the regexp in its car.
1034 2007-06-12  Michael Olson  <mwolson@gnu.org>
1036         * README: Document new etc/ directory.
1038         * etc/IDEAS.muse: Install things from new contributors just after
1039         the 3.03 release, since I won't have time to review the code
1040         before the release.  Move to new etc/ directory.  Slides
1041         publishing has been installed.
1043         * lisp/muse-latex.el (muse-latex-slides-header): New option that
1044         determines the header to use for publishing slides.
1045         (muse-latex-lecture-notes-header): New option that determines the
1046         header to use for publishing lecture notes.
1047         (muse-latex-slides-markup-tags): New option containing tags to use
1048         when publishing slides.
1049         (muse-latex-permit-contents-tag): Move higher in file.
1050         (muse-latex-slide-tag): New function to publish the <slide> tag.
1051         ("slides", "slides-pdf"): New publishing styles that create slides
1052         using Beamer.
1053         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
1054         create lecture notes using Beamer.
1056         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
1057         since otherwise Planner is not happy when `plan' is called during
1058         init.  Remove stray quote from autoload snippet.
1060 2007-06-11  Michael Olson  <mwolson@gnu.org>
1062         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
1063         autoload, rather than having it exist at top-level.  Thanks to Leo
1064         for the suggestion.
1065         (muse-update-file-extension): Docfix.
1067 2007-06-10  Michael Olson  <mwolson@gnu.org>
1069         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
1070         URLs were being removed during publishing.  Thanks to everyone who
1071         reported this.
1073 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
1075         * lisp/muse-book.el
1076         * lisp/muse-docbook.el
1077         * lisp/muse-latex.el
1078         * lisp/muse-publish.el: added support for <cite> element which
1079         denotes in-text citations
1081         * lisp/muse-html.el
1082         * lisp/muse-groff.el
1083         * lisp/muse-texinfo.el
1084         * lisp/muse-xml.el: added support for <cite> element (stub)
1086 2007-06-06  Michael Olson  <mwolson@gnu.org>
1088         * lisp/muse-regexps.el (muse-table-line-regexp)
1089         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
1090         regexps so that they work with XEmacs 21.  Thanks to Adrian
1091         Tritschler for the report.
1093         * texi/muse.texi: Update copyright years.
1094         (HTML): Document muse-xhtml-style-sheet.  Thanks
1095         to thorne for noticing.
1096         (Development): Change archive year to 2006.  Thanks to Adrian
1097         Tritschler for noticing.  So *that's* why some people had the 2005
1098         version ....
1100 2007-06-05  Michael Olson  <mwolson@gnu.org>
1102         * Makefile (install-info): Remove $(MANUAL).info part, since this
1103         is taken care of already by texi/Makefile.  Thanks to Leo for the
1104         report.
1106         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
1107         read-only properties to qotd contents, so that they don't get
1108         double-escaped.  Thanks to Leo for the report.
1110 2007-06-04  Michael Olson  <mwolson@gnu.org>
1112         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
1113         -- that is, Tramp or ange-ftp -- file, then do not call
1114         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
1115         Fixes bug #5115.
1117         * lisp/muse-html.el (muse-html-insert-contents): Add
1118         documentation.  Handle case where heading is read-only, but has
1119         muse-contents property.  Remove the muse-contents property for any
1120         heading we come across so as to avoid double-including an item in
1121         an outer table of contents.
1122         (muse-html-denote-headings): New function that denotes whether a
1123         heading is not read-only by adding the muse-contents property to
1124         it.
1125         (muse-html-munge-buffer): If we are not to generate contents,
1126         still denote headings, in case some outer layer wants to generate
1127         contents for our headings.  This should fix a bug with table of
1128         contents and the <include> tag.  Thanks to thorne for the report.
1130         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
1131         muse-publish-generate-contents and set it to nil.  This should
1132         do the right thing when using <include> tags.
1134 2007-06-02  Michael Olson  <mwolson@gnu.org>
1136         * NEWS: Update for non-inlined image change and support for
1137         table.el style tables.
1139         * examples/Makefile (clean): Clean backup files.
1141         * examples/QuickStart.muse (Images): New section that describes
1142         how to inline and not inline images.
1144         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
1145         touch images that have "URL:" in front of them.
1147         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
1148         "URL:".  Use the identity function to resolve, since we don't want
1149         to rip "URL:" out while publishing, due to some magic that depends
1150         on that text.
1151         (muse-browse-url-url): New function that browses URLs that have
1152         "URL:" in front of them, by removing the "URL:" part and
1153         reprocessing the remainder.
1155         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
1156         (muse-publish-url): Recognize images in the description before
1157         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
1158         for the suggested workaround.
1159         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
1160         default value.
1161         (muse-publish-classify-url): If target begins with "URL:" return
1162         type url.
1163         (muse-publish-strip-URL): New function that strips "URL:" from the
1164         beginning of a string.  This is used to remove URL: from the link
1165         description.  * texi/muse.texi (Markup Strings): Clarify the
1166         meanings of image-link, link, and link-and-anchor.
1167         (muse-publish-markup-regexps): Move normal table rule to 2350.
1168         Rule 2300 is now a regexp that matches table.el-style tables.
1169         (muse-publish-markup-functions): Add table-el entry.
1170         (muse-publish-table-el-table): New function that given a variant,
1171         publishes a table.el-style table using the table in the matched
1172         region.
1173         (muse-publish-markup-table-el): New function that determines
1174         whether the table.el-style table can be published, and what
1175         variant to use.
1177         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
1178         the borders of table.el-style tables.
1180         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
1181         the table has sufficient whitespace in front of it.
1183         * texi/muse.texi (Images): Update for new non-inlined image
1184         ability and provide example.
1186 2007-05-31  Michael Olson  <mwolson@gnu.org>
1188         * NEWS: Add example for setting `muse-html-table-attributes'.
1190         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
1191         Publish multiple tbody tags if there is a horizontal separator
1192         after the heading, because that is valid HTML after all.
1194 2007-05-30  Michael Olson  <mwolson@gnu.org>
1196         * NEWS: Update.
1198         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
1199         horizontal separators in tables.
1201         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
1202         horizontal separators in tables.
1203         (muse-publish-trim-table): New function to remove initial and
1204         final blank columns from a table.
1205         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
1206         with horizontal separators, aka "hlines".
1208         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
1209         defines the syntax of a horizontal separator in a table.
1211         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
1212         horizontal separators.  Publish header lines correctly.
1214         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
1215         where we have nonnumbers as a row type.  This ignores sorting for
1216         hlines.
1217         (muse-xml-markup-table): Deal with horizontal separators.  If the
1218         markup supports table groups, make hlines separate table groups.
1219         Otherwise, ignore them, since they cannot be marked up.  Together,
1220         these changes allow us to support orgtbl-mode tables.  Thanks to
1221         Carsten Dominik for the suggestion.
1223 2007-05-26  Michael Olson  <mwolson@gnu.org>
1225         * lisp/muse-project.el (muse-project-alist-styles): Allow for
1226         other things to be added to each generated style as well.  For
1227         example, this permits me to add
1228         :base-url "http://blog.mwolson.org/"
1229         for my blog.
1231 2007-05-25  Michael Olson  <mwolson@gnu.org>
1233         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1234         way of building Debian packages that preserves the original
1235         release tarball and is more modular.
1236         (debrevision, debrelease): Remove.
1237         (dist): No need to remove the debian/ directory, since it is now
1238         in its own branch.
1239         (debprepare): Copy over debian/ directory properly.
1241         * NEWS: Update.
1243         * examples/Makefile (clean): Remove QuickStart.texi, in case
1244         something went wrong during the build.
1245         (%.pdf): Publish the example using the normal pdf style, rather
1246         than info-pdf.
1248         * examples/QuickStart.muse: Add myself to the authors list.
1250         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1251         sufficient blank lines before the tag.
1253         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1254         we have sufficient blank lines before the tag.
1256         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1257         specifies the program to call in order to generate PDF content
1258         from LaTeX content.
1259         (muse-latex-pdf-cruft): New option that specifies the extensions
1260         of files to remove after generating PDF output successfully.
1261         (muse-latex-pdf-generate): Use these new options.  Work around the
1262         annoying edge case where a tilde character exists in the filename
1263         or directory path -- now this can only error out when the relative
1264         path from the output file to the source file contains a tilde,
1265         which is far less likely.
1267         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1268         muse-publish-ensure-block here after all, because <lisp> et al may
1269         occur inline as part of other things.
1271         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1272         occur after full-document escaping, rather than before.  This
1273         prevents automatically-inserted Texinfo code from being escaped.
1274         (muse-texinfo-pdf-generate): Rewrite to call
1275         `muse-latex-pdf-generate' with pdftex as the generating binary,
1276         because texi2pdf suffers irredeemably from the tilde edge case
1277         mentioned above.
1279 2007-05-24  Michael Olson  <mwolson@gnu.org>
1281         * NEWS: Drop vague entries and position interesting entries closer
1282         to the top of each section.  Update for new changes.
1284         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1285         and bzr metadata directories to the list of things to ignore.
1287         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1288         `muse-publish-ensure-block-tag', since we will use it for more
1289         than just tags.
1290         (muse-publish-markup-list, muse-publish-verse-tag)
1291         (muse-publish-quote-tag, muse-publish-example-tag)
1292         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1293         can occur when these types of markup occur immediately after a
1294         paragraph.  It's good to have defined behavior!
1296         * texi/muse.texi (Markup Strings): Mention new argument for
1297         link-and-anchor.
1299 2007-05-19  Michael Olson  <mwolson@gnu.org>
1301         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1302         published footnotes and footnote references.  Thanks to Scott
1303         Jaderholm for the idea.
1305         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1306         link-and-anchor, on the recommendation of the original submitter.
1308 2007-05-14  Michael Olson  <mwolson@gnu.org>
1310         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1311         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1312         suggestion.
1314         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1315         file extension as the fourth argument.
1317         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1318         Mention the new muse-el-logs mailing list.
1320 2007-05-13  Michael Olson  <mwolson@gnu.org>
1322         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1323         "\`" here.  This fixes a problem with publishing custom URLs.
1325 2007-05-12  Michael Olson  <mwolson@gnu.org>
1327         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1328         update the list if the current buffer is associated with a file.
1329         This fixes a bug with M-x muse-publish-region in a temporary
1330         buffer.
1332 2007-05-01  Michael Olson  <mwolson@gnu.org>
1334         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1335         properties from the published buffer, so that the results can be
1336         manually tweaked.
1338 2007-04-23  Michael Olson  <mwolson@gnu.org>
1340         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1341         find the footnote that goes with a reference, leave the reference
1342         as-is.  This fixes an error where control characters could be
1343         placed in a published document.
1345 2007-04-22  Michael Olson  <mwolson@gnu.org>
1347         * IDEAS.muse: Add muse-slides.el to list of things to include
1348         before release.
1350         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1351         character.
1352         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1353         catch/throw.
1354         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1355         fixes a bug with browsing woman:// links.
1357         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1358         where entry-dir has a trailing backslash.
1359         (muse-project-publish-file): If a style is malformed, skip it and
1360         display a warning message.  This should help people figure out
1361         where the problem is.
1363 2007-04-21  Michael Olson  <mwolson@gnu.org>
1365         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1366         yet-to-be-included "contex" publishing style, use "$$" rather
1367         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1368         this out.
1370 2007-04-20  Michael Olson  <mwolson@gnu.org>
1372         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1373         variable that causes the :before and :before-end hooks to be
1374         ignored when non-nil.
1375         (muse-publish-markup-region): Use it.  Also, guarantee that point
1376         is at end of region after publishing.
1377         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1378         variable.
1380 2007-04-19  Michael Olson  <mwolson@gnu.org>
1382         * IDEAS.muse: New file containing a list of ideas we have for new
1383         features, or patches that have yet to be applied.
1385         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1386         be so confusing.
1388         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1389         docstring.
1391         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1392         <literal> tags with muse-publish-literal-tag, rather than
1393         muse-publish-mark-read-only.
1394         (muse-publish-literal-tag): New function that publishes the
1395         <literal> tag.  It adds the ability to add the optional "style"
1396         and "exact" elements, which cause text to only be included if the
1397         current publishing style matches some criteria.  The text will be
1398         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1399         (muse-publish-mark-up-tag): Let the <markup> tag take the
1400         additional optional elements "style" and "exact", with much the
1401         same effect as the <literal> improvements, but after calling
1402         "function" or publishing the region first.  Make it possible to
1403         put <content> tags in <markup> regions in HTML publishing.
1405 2007-04-12  Michael Olson  <mwolson@gnu.org>
1407         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1408         that a blank line always exists after a heading.  This fixes a bug
1409         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1410         for the report.
1412         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1413         detection regexp to that which is used in Docbook and HTML
1414         publishing styles.
1416 2007-04-02  Michael Olson  <mwolson@gnu.org>
1418         * README (muse-el-announce): Make a listing of mailing lists,
1419         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1420         to Andreas Roehler for noticing.
1422 2007-04-01  Michael Olson  <mwolson@gnu.org>
1424         * lisp/muse-publish.el (muse-publish-date-format): Add
1425 `       customization type and group.
1426         (muse-publish-region): New interactive function that publishes a
1427         region to a new buffer.
1429         * texi/muse.texi: Use "document" rather than "manual".
1431 2007-03-31  Michael Olson  <mwolson@gnu.org>
1433         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1434         expression (muse-style-derived-p "latex" (muse-style "latex"))
1435         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1436         for the catch.
1438 2007-02-25  Michael Olson  <mwolson@gnu.org>
1440         * lisp/muse-publish.el (muse-publish-date-format): New option that
1441         specifies how to format the date when publishing Muse pages.
1442         Thanks to Thomas Gehrlein for the suggestion.
1443         (muse-publish-markup-buffer): Use it.
1445 2007-02-23  Michael Olson  <mwolson@gnu.org>
1447         * README: Add Prerequisites section to mention which versions of
1448         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1449         the suggestion.  Update link destination for Muse's page on
1450         emacswiki.org.
1452 2007-02-15  Michael Olson  <mwolson@gnu.org>
1454         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1455         be not just at beginning of line.  This fixes an error with the
1456         <class> tag.  Thanks to Jim Pivarski for the report.
1458 2007-02-14  Michael Olson  <mwolson@gnu.org>
1460         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1461         whether something is an image before checking to see if it is a
1462         URL.  Thanks to ITSUMI ken-ichi for the report.
1464 2007-02-13  Michael Olson  <mwolson@gnu.org>
1466         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1467         comments that have no text better.  Thanks to fang.lungang for the
1468         report.
1469         (muse-publish-markup-comment): Deal with case where no comment
1470         text is provided.
1472 2007-01-23  Michael Olson  <mwolson@gnu.org>
1474         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1475         that ensures that at least one blank line exists at the given
1476         position.  This is used to avoid paragraph detection problems when
1477         block-level tags like <example> immediately follow a paragraph.
1478         Thanks to Hans Ekbrand for the report.
1479         (muse-publish-example-tag): Use it.
1481 2007-01-19  Michael Olson  <mwolson@gnu.org>
1483         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1484         previous blank line if we are publishing in Latex.  Otherwise,
1485         that wouldn't be the right thing, so leave it be.
1487 2007-01-17  Michael Olson  <mwolson@gnu.org>
1489         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1490         multiple centered math lines on the same line; keep them on
1491         different lines.  Use \[ math-text \] instead of $$math-text$$,
1492         since the latter seems to be deprecated.  Thanks to Jody Klymak
1493         for the pointer.
1495 2007-01-15  Michael Olson  <mwolson@gnu.org>
1497         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1498         (muse-publish-math-tag): Publish region read-only when current
1499         style is Latex-derived, so that Muse does not escape it.
1500         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1501         surround the region with "$$" rather than "$".  This is the Muse
1502         syntax for something centered, so it should be a good fit.
1504 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1506         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1507         protocol.
1508         (muse-browse-url-man): Change man page URL format.  The code is
1509         simpler when the section is left inside parentheses.
1510         (muse-browse-url-woman): New function.
1512 2007-01-14  Michael Olson  <mwolson@gnu.org>
1514         * AUTHORS: Bookkeeping.
1516         * lisp/muse-latex2png.el: Associate <math> tag with
1517         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1518         Klymak for the report.
1519         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1520         characters, so they don't get escaped.
1522         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1523         make muse-style-derived-p easier to implement.
1524         (muse-style-derived-p): If the style is not provided, fetch it and
1525         check to see if the car is a string.  This should fix the other
1526         problem that was reported.
1528         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1529         explains a case where setting muse-file-extension to nil can cause
1530         unexpected behavior.
1532 2007-01-09  Michael Olson  <mwolson@gnu.org>
1534         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1535         comments higher priority than tags.  Thanks to Stefan van der Walt
1536         for the report.
1538 2007-01-08  Michael Olson  <mwolson@gnu.org>
1540         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1541         argument rather than calling match-string.  Thanks to Stefan van
1542         der Walt for the report.  This should fix a bug with publishing
1543         <include file="..." markup="example">.
1545 2007-01-06  Michael Olson  <mwolson@gnu.org>
1547         * Makefile (debclean): New rule split from debrevision and
1548         debrelease.
1549         (debbuild): Take distributor into account.
1551         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1552         vendor/distributor we are building for.
1554 2007-01-04  Michael Olson  <mwolson@gnu.org>
1556         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1557         line.
1559         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1560         point to muse-publish-src-tag by default, since <src> and
1561         <example> have different parameters.
1562         (muse-publish-src-tag): New barebones publishing function for
1563         <src>, which is superseded when publishing in an HTML-based style.
1565 2007-01-03  Michael Olson  <mwolson@gnu.org>
1567         * lisp/muse-html.el (muse-html-src-tag): Document.
1569         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1570         command that calls a given tag on the current buffer.  Attributes
1571         may be passed.
1572         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1573         it.
1574         (muse-publish-srcify-buffer): New function that allows
1575         markup="src" in the <include> tag.
1576         (muse-publish-get-and-delete-attr): New macro that gets an
1577         attribute from a list and removes the first instance of that
1578         attribute from said list.
1579         (muse-publish-markup-attribute): Handle markup="src".
1580         (muse-publish-command-tag, muse-publish-include-tag): Use
1581         muse-publish-get-and-delete-attr.  This allows the remaining
1582         attributes to be passed.
1584         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1585         as changes to <command> and <include>.
1587 2006-12-30  Michael Olson  <mwolson@gnu.org>
1589         * NEWS: Update.
1591         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1592         from muse-publish-math-tag to avoid conflict with
1593         muse-latex2png.el.
1595 2006-12-23  Michael Olson  <mwolson@gnu.org>
1597         * lisp/muse-latex2png.el: Update header, since this has been
1598         rewritten sufficiently to not need an assignment from the original
1599         author.
1600         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1601         (muse-latex2png): Use two underscores to separate prefix and hash.
1602         (muse-latex2png-region): New function split from
1603         muse-publish-latex-tag that can be used easily by other code.
1604         Detect whether we are using an HTML-based publishing style, and
1605         insert a simpler markup if we are not.  If we are using a
1606         Latex-based publishing style, do not generate an image, and leave
1607         the region alone.  Return the path of the generated image, in case
1608         other functions want to use this programmatically.
1609         (muse-publish-latex-tag): Set a default prefix based on the name
1610         of the current file.
1611         (muse-publish-math-tag): New tag that surrounds the region with
1612         "$" characters, so that it becomes a Latex math region, and then
1613         publishes it.
1615         * lisp/muse-publish.el (muse-style-derived-p): New function that
1616         returns non-nil if a given style, or the current style if omitted,
1617         is equal to or derived from the given base style.  This is useful
1618         in <lisp> tags, because it allows the user to specify markup that
1619         is only to be inserted for one particular style.
1621 2006-12-22  Michael Olson  <mwolson@gnu.org>
1623         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1624         (muse-html-src-tag): New function which publishes the <src> tag.
1625         Thanks to Clinton Ebadi and Charles Wang for the initial
1626         implementations.
1628         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1630 2006-12-21  Michael Olson  <mwolson@gnu.org>
1632         * examples/johnw/muse-johnw.el: Update for preferred
1633         muse-derive-style usage.  Rename to muse-init.el.
1635         * examples/mwolson/muse-init.el: Update.
1637         * lisp/muse-book.el (muse-book-publish): New function split from
1638         muse-book-publish-project.  This is used in the definitions for
1639         the book-latex and book-pdf styles.
1640         (muse-book-publish-p): New function split from muse-book-publish.
1641         (muse-book-get-directives): New function that retrieves the
1642         publishing directives from the given file.
1643         (muse-book-publish): Use muse-book-get-directives to set the title
1644         if no title was specified.
1646         * lisp/muse-project.el (muse-project): Add :publish-project entry
1647         to widget.
1648         (muse-read-project, muse-project-find-file): Message fix.
1649         (muse-project-publish-file-default): New function split from
1650         muse-project-publish-file.
1651         (muse-project-publish-file): Allow file-level publishing function
1652         to be specified by the :publish element.  The default is
1653         muse-project-publish-file-default.
1654         (muse-project-publish-default): New function split from
1655         muse-project-publish.
1656         (muse-project-publish): Allow project-level publishing function to
1657         be specified by :publish-project element.  The default is
1658         muse-project-publish-default.
1660         * lisp/muse-publish.el (muse-publish-file): Message fix.
1662         * texi/muse.texi (Book): Mention new way to publish books and
1663         provide an example, since the process may be non-obvious.
1665 2006-12-20  Michael Olson  <mwolson@gnu.org>
1667         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1668         content-modifying code from the rest of
1669         muse-docbook-finalize-buffer.
1671         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1672         muse-groff-finalize-buffer, since it adds content to the buffer.
1674         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1675         content-modifying code from the rest of muse-html-finalize-buffer.
1676         This fixes a bug when using <include> with <content> tags.
1678         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1679         (muse-journal-latex-munge-buffer)
1680         (muse-journal-rss-munge-buffer): Rename, since they add content to
1681         the buffer.
1683         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1684         muse-latex-finalize-buffer, since it adds content to the buffer.
1686         * lisp/muse-mode.el:
1687         * lisp/muse-project.el:
1688         * lisp/muse-publish.el:
1689         * lisp/muse.el: Fix recursive load error.
1691         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1692         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1694         * lisp/muse-wiki.el: Comment cleanup.
1696         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1698 2006-12-17  Michael Olson  <mwolson@gnu.org>
1700         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1701         Remove the definition of \comment, since Latex already has comment
1702         syntax.
1703         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1704         than our own.  Thanks to Ryan Stutsman for pointing this out.
1706 2006-12-02  Michael Olson  <mwolson@gnu.org>
1708         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1709         that this can generate a proper table of contents for Planner HTML
1710         publishing.
1712 2006-12-01  Michael Olson  <mwolson@gnu.org>
1714         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1715         using a very old Emacs, avoid an infinite loop that could occur
1716         when the regexp is an empty string.
1718 2006-11-26  Michael Olson  <mwolson@gnu.org>
1720         * NEWS: Bring up to date.
1722         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1723         list issues and multiple-stanza verse issues.  This takes care of
1724         all of the markup issues I was worried about.
1726         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1727         (muse-project-publish-private-files): New option that indicates
1728         whether files with private filesystem permissions should be
1729         published.  The default is to publish them, since it avoids
1730         confusion in new users.
1731         (muse-project-private-p): Use it.
1733 2006-11-19  Michael Olson  <mwolson@gnu.org>
1735         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1736         style is found, which means that the link is not a Muse page, do
1737         not add a suffix or prefix to it.  This should fix the
1738         "[[thing.owl]]" bug that Phillip Lord reported.
1740         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1741         removing unused 2nd argument.
1743 2006-11-17  Michael Olson  <mwolson@gnu.org>
1745         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1746         latex publishing where nested enumerated lists would be squashed
1747         together at the end.
1749 2006-11-16  Michael Olson  <mwolson@gnu.org>
1751         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1752         list embedded in a definition list look right.  This also allows
1753         for definitions to be separated from their terms, much like the
1754         way HTML does it by default, if the user puts a blank line or a
1755         line break between the term and the definition.  If the term and
1756         definition are on the same line, they will be that way in the
1757         output as well.
1759 2006-11-11  Michael Olson  <mwolson@gnu.org>
1761         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1762         for the report.
1763         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1765 2006-11-07  Michael Olson  <mwolson@gnu.org>
1767         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1768         release candidate for Muse 3.03, available.
1770         * NEWS: Update.
1772 2006-11-06  Michael Olson  <mwolson@gnu.org>
1774         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1775         following a relative link worked even when the path was incorrect.
1777 2006-11-04  John Sullivan  <john@wjsullivan.net>
1779         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1780         muse-follow-name-at-point to reduce collisions with other
1781         modes (Planner).
1783         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1785 2006-11-04  Michael Olson  <mwolson@gnu.org>
1787         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1788         optional, and make interwiki delimiter a regular rather than shy
1789         group.
1790         (muse-wiki-handle-implicit-interwiki): Rename from
1791         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1792         (muse-wiki-handle-explicit-interwiki): New function that is
1793         smarter about where an explicit link ends in a buffer.  This
1794         allows you to refer to page names with invalid Wiki characters,
1795         such as underscores and dashes, merely by enclosing them in double
1796         brackets.  Also, a bug with recognizing project names too loosely
1797         has been fixed.
1799 2006-11-03  Michael Olson  <mwolson@gnu.org>
1801         * lisp/muse-project.el (muse-project-page-file): Make relative
1802         links work as expected, hopefully.
1804         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1805         output style manually, since it will differ from anything in the
1806         publishing style list.
1808 2006-10-30  Michael Olson  <mwolson@gnu.org>
1810         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1811         grouping elements, since that no longer applies.
1812         (muse-colors-custom-tags): Explicitly match against
1813         muse-tag-regexp to get the match-data set the way we want.  This
1814         really fixes the <example> highlighting bug that Stefan reported.
1815         (muse-configure-highlighting): Set the original value to the
1816         symbol, not the modified value.  Re-use modified rules properly.
1818         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1819         introduced yesterday.
1821 2006-10-29  Michael Olson  <mwolson@gnu.org>
1823         * examples/mwolson: Update my example configuration.
1825         * NEWS: Update.
1827         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1828         without a regexp in the first position before iterating through
1829         them to build muse-colors-vector.  This fixes a bug with the
1830         display of <example> tags.  Thanks to Stefan Reichör for the
1831         report.
1833         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1834         files in projects to be linked to.
1836         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1837         to serve as a description for a URL, as long as it differs from
1838         the destination URL.  This fixes the description of WikPage links
1839         in PDF output.
1840         (muse-publish-link-file): Check to see whether the given link
1841         points at a valid file.  If so, return it.  Otherwise, apply other
1842         transforms like prefix and link suffix.
1844         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1845         "/", it is a file or directory, not a Muse page.  Thanks to
1846         Phillip Lord for the suggestion.
1848         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1849         of the current page as the local path, instead of duplicating the
1850         remote file's path.  This probably fixes at least one reported
1851         bug. since it's quite major.
1852         (muse-wiki-update-project-file-regexp)
1853         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1854         passed to regexp-opt, since that can cause Emacs 21 to throw an
1855         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1856         DOT edu for the report.
1857         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1859 2006-10-28  Michael Olson  <mwolson@gnu.org>
1861         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1862         (muse-project-resolve-link): If the given style does not have a
1863         link-suffix, default to suffix.  This fixes a bug I was noticing
1864         when linking to a file that was published in both PDF and HTML
1865         form.
1867         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1868         function that is used as a callback to determine the initial
1869         amount of indentation that the current dl item has.
1870         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1871         and the post-indent value, instead of trying to determine them
1872         both.
1873         (muse-publish-strip-list-indentation): New function stripped from
1874         `muse-publish-surround-text' for readability.
1875         (muse-publish-surround-text): Instead of taking a determine-indent
1876         value, take a determine-indent-func function, which is called just
1877         after finding the next list item.  If we are asked to determine
1878         the amount of indentation, concatenate indent and post-indent the
1879         first time around.  This effectively fixes all known definition
1880         list issues.
1882 2006-10-16  Michael Olson  <mwolson@gnu.org>
1884         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1885         other software -- namely, Planner -- can detect whether they are
1886         using a version of Muse that supports nested tags.
1887         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1888         muse-publish-goto-tag-end.
1890         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1891         Adapt for nested tags.
1893         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1894         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1895         this.
1897         * lisp/muse-publish.el (muse-publish-markup-tag)
1898         (muse-publish-quote-tag): Use muse-goto-tag-end.
1900         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1902 2006-10-15  Michael Olson  <mwolson@gnu.org>
1904         * AUTHORS: Bookkeeping.
1906         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1907         tag.
1909         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1910         tags.
1912         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1914         * lisp/muse-import-docbook.el (muse-import-docbook)
1915         (muse-import-docbook-files): Docfix.
1916         (muse-import-docbook-get-title): Remove cl.el-ism.
1918         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1920         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1922         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1924         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1925         (muse-next-reference, muse-previous-reference): Minor whitespace
1926         changes.
1927         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1928         the suggestion.
1930         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1932         * lisp/muse-publish.el (muse-publish-markup-tags)
1933         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1934         element and make 4th element determine whether tags are nestable.
1935         (muse-publish-goto-tag-end): New function that moves to the end of
1936         a tag.  Handle nested tags when NESTED is non-nil.
1937         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1938         5th element for function.
1939         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1940         this on several scenarios, and it seems to work.
1941         (muse-publish-surround-text): Accept new optional argument
1942         LIST-ITEM which determines the regexp to use for list items.  The
1943         default is to use muse-list-item-regexp.
1945         * muse.texi (Markup Tags): Mention nestable tags.
1947         * NEWS: Mention new files.
1949 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1951         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1952         into Muse format.
1954         * lisp/muse-import-xml.el: New file that provides helper routines
1955         for converting XML-ish files to Muse format.
1957 2006-10-10  Michael Olson  <mwolson@gnu.org>
1959         * NEWS: Update for 3.02.7 bugfix release.
1961 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1963         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1964         using the value in the muse #date directive.
1965         (muse-blosxom-use-metadate): New option that determines whether or
1966         not to use the #postdate directive.
1967         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1968         metadate plugin format.
1970 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1972         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1973         recognised URLs.
1975         * muse.texi: Clarify handling of implicit links by mentioning
1976         which characters can prevent Muse from recognizing something as an
1977         implicit link.
1979 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1981         * lisp/muse-mode.el (muse-next-reference)
1982         (muse-previous-reference): Fix bug #6367 by moving point to the
1983         beginning of the link.
1985 2006-09-26  Michael Olson  <mwolson@gnu.org>
1987         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1988         beginning-of-line.  This should fix a bug that was noticed in
1989         recent Emacs 22 builds.
1991         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1992         eval-and-compile block to avoid a compiler warning.
1994 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1996         * lisp/muse-backlink.el (muse-backlink-split-string):
1997         Compatibility with Emacs versions < 22
1998         (muse-backlink-pending): New internal variable
1999         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
2000         that backlinks are inserted at the right time.
2001         (muse-backlink-insert-hook-func): Remove unwind-protection; check
2002         for pending backlink, and that this is the targe page.
2003         (muse-backlink-handle-link): Don’t handle the link if we are
2004         already handling one. Return the link as well as the parent links.
2006 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
2008         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
2009         #6942 - muse-blosxom-new-entry fails when using tags.
2011 2006-09-14  Michael Olson  <mwolson@gnu.org>
2013         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
2014         compiler warning.
2016 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
2018         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
2019         function: Protect all wikiwords from START to END from further
2020         processing.
2021         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
2023 2006-09-13  Michael Olson  <mwolson@gnu.org>
2025         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
2026         adopted from Jim Ottaway's patch.  It removes links from the
2027         heading, and then marks the region read-only to inhibit WikiWord
2028         detection.
2030 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
2032         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
2033         special handling for headings.
2034         (muse-texinfo-remove-links): New function that removes explicit
2035         links from the given strings, replacing them with a description.
2037 2006-09-11  Michael Olson  <mwolson@gnu.org>
2039         * muse.texi (Getting Help and Reporting Bugs): Mention the
2040         muse-el-internationalization mailing list.
2042         * lisp/muse.el (muse-path-sans-extension): New function that acts
2043         like file-name-sans-extension, but guarantees to never modify the
2044         directory part of the path.  Thanks to Evan Monroig for
2045         investigating this.
2047         * lisp/muse-book.el (muse-book-publish-project): Use
2048         muse-path-sans-extension instead of file-name-sans-extension.
2050         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
2051         Ditto.
2053 2006-08-30  Michael Olson  <mwolson@gnu.org>
2055         * muse.texi (Blosxom Requirements): Fix typo.
2057         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
2058         directories for bzr and darcs.
2060         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
2061         contrib/pyblosxom/getstamps.py: Update version and headers.
2063 2006-08-27  Michael Olson  <mwolson@gnu.org>
2065         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
2066         nil values before they get to mapconcat.  This fixes a lockup when
2067         muse-wiki-match-all-project-files is nil.
2069         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
2070         (muse-wiki-ignore-implicit-links-to-current-page)
2071         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
2072         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
2073         (muse-wiki-publish-small-title-words)
2074         (muse-wiki-publish-pretty-title): Docfix.
2075         (muse-wiki-update-local-wikiword-regexp): Rename from
2076         muse-wiki-update-local-wikiword-regexp.  Set
2077         muse-wiki-project-file-regexp instead of
2078         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
2079         take muse-wiki-use-wikiword into account, since this is a
2080         different concept now.
2081         (muse-wiki-update-wikiword-regexp): Remove.
2082         (muse-wiki-wikiword-regexp): In-line the :set function.
2083         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
2085 2006-08-26  Michael Olson  <mwolson@gnu.org>
2087         * lisp/muse-publish.el (muse-publish-surround-text): When looking
2088         for indented list items, ignore blank lines.
2090         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
2091         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
2092         mapconcat.  This should hopefully fix a problem with large amounts
2093         of files with spaces in their name.  Thanks to Greg Detre for the
2094         report.
2096 2006-08-24  Michael Olson  <mwolson@gnu.org>
2098         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
2099         numbers from the argument to format-time-string.  This fixes an
2100         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
2102 2006-08-18  Michael Olson  <mwolson@gnu.org>
2104         * lisp/muse-project.el (muse-project-file-entries): Since we are
2105         given a full path, match against the filename as well.  This fixes
2106         an issue where backup files were being added to the file alist.
2108         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
2109         from muse-html.el.
2111 2006-08-12  Michael Olson  <mwolson@gnu.org>
2113         * Makefile (.PHONY): Don't use line continuations.
2114         (realclean fullclean): Call realclean in subdirs, not distclean.
2115         (distclean): Don't call realclean, since this would wipe out our
2116         autoloads file.
2117         (dist): Use correct path to autoloads file.
2119         * NEWS: Catch up with the latest changes.
2121         * experimental/Makefile (.PHONY): Wrap long line.
2123         * lisp/Makefile (distclean): Do the same thing as "clean", not
2124         "realclean".
2126         * lisp/muse-project.el (muse-project-get-applicable-style):
2127         Indentation tweak.
2128         (muse-project-ignore-regexp, muse-project-recurse-directory):
2129         Docfix.
2130         (muse-project-of-file): Try the ignored files regexp against the
2131         base filename as well as the entire path.
2133         * lisp/muse-publish.el (muse-publish-this-file): Display message
2134         if the buffer is not associated with any file, so that we avoid
2135         errors later on.
2136         (muse-publish-url-desc): New function taken from muse-publish-url
2137         that causes a URL description to be transformed.
2138         (muse-publish-url): Call muse-publish-url-desc on either the
2139         description or the original URL if it will be used as a
2140         description.  Accept the original URL as an argument, in case it
2141         was transformed earlier.
2142         (muse-publish-insert-url): Pass original URL as an argument.
2143         (muse-publish-markup-link): Make this somewhat easier to follow.
2144         Pass original URL as argument.
2145         (muse-publish-get-style): If the same style is used to publish to
2146         two different directories, prompt the user for which directory to
2147         use.
2148         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
2149         latest changes.
2150         (muse-publish-markup-url): Pass original URL as an argument.  This
2151         fixes the "nil" description for bare URLs that was in 3.02.91.
2152         Nothing like finding a bug just after completing the announcement
2153         of a release.
2155         * lisp/muse.el: Use defalias whenever convenient.
2156         (muse-version): Set version to 3.02.92 (3.03 RC2).
2158 2006-08-10  Michael Olson  <mwolson@gnu.org>
2160         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
2161         style does not derive from any other class, return `t' here.
2162         This, along with the corresponding change to muse-publish.el,
2163         fixes a problem with the table of contents getting inserted
2164         multiple times for custom html-based styles.
2165         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
2166         smarter method for table centering that works with XHTML.
2168         * lisp/muse-latex2png.el Rename all functions to have a
2169         "muse-latex2png" prefix.  Turn all variables into customizable
2170         options in the muse-latex2png group.
2171         (muse-latex2png-img-dest): New option specifying where to place
2172         the images.
2173         (muse-latex2png-template): New option containing the template to
2174         use for the surrounding LaTeX code.
2175         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
2176         compliance.
2177         (muse-latex2png-move2pubdir): Avoid multiple redundant error
2178         messages when something else goes wrong.  Create the image
2179         subdirectory if it doesn't exist already -- thanks to Christian
2180         Straßer for the report.  Expand the filename properly.
2181         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
2182         and filename expansion.
2183         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
2184         the default directory properly.
2186         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
2187         do not run the same function twice.
2189 2006-08-08  Michael Olson  <mwolson@gnu.org>
2191         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
2192         introduced wrong-type-argument error.
2194         * lisp/muse-html.el (muse-html-markup-strings)
2195         (muse-xhtml-markup-string): Cause table definition that contains
2196         image to be center-aligned.  This should fix an issue with images
2197         not being centered when captions are very long.
2199         * lisp/muse-publish.el (muse-publish-table-fields): Trim
2200         whitespace from fields once we have split them up.
2202         * lisp/muse.el (muse-trim-whitespace): New function that strips
2203         leading and trailing whitespace from a string.
2205 2006-08-07  Michael Olson  <mwolson@gnu.org>
2207         * NEWS: Update through patch-95.
2209         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
2210         to match the tags.
2211         (muse-colors-explicit-link): Show images in link descriptions if
2212         inlined images are enabled.
2214         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
2215         definitions for 'image-with-desc, 'image, and 'image-link.
2216         (muse-docbook-markup-paragraph): If an inlined image begins a
2217         paragraph, insert <para> before it.
2218         (muse-docbook-fixup-images): New function that upper-cases the
2219         "format" attribute of the <imagedata> tag.
2220         (muse-docbook-finalize-buffer): Call it.
2222         * lisp/muse-html.el (muse-html-markup-strings): Publish images
2223         with descriptions as centered tables, with a centered caption
2224         underneath.  The resulting look is consistent with the way that
2225         they are published in the LaTeX style.  Thanks to Jody Klymak for
2226         the suggestion.
2227         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
2228         valid way to center a table.
2229         (muse-html-markup-paragraph): Use class="image" instead of
2230         "image-link" for paragraphs that start with an embedded image.
2232         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
2233         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2234         suggestion.
2235         (muse-latex-markup-specials-image): New option that enables
2236         escaping of specials in images.  This was split from the URL
2237         specials.
2238         (muse-latex-decide-specials): Handle 'image context.
2239         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2240         of relying on caller to do this for us.
2242         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2243         'image context.
2244         (muse-publish-url): Use 'image context for images.  Use 'image
2245         instead of 'image-link and 'image-link in place of
2246         'url-with-image.  Separate the image file from its extension so
2247         that docbook and texinfo can publish images correctly.
2248         (muse-publish-markup-link): Don't force a description if one is
2249         not given.  This fixes a bug where images without descriptions
2250         were being published as 'image-with-desc instead of 'image.
2252         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2253         images the same as URLs.
2254         (muse-texinfo-markup-strings): Improve image markup to achieve an
2255         effect similar to that of the LaTeX publishing style.  Simplify
2256         'url string.
2258         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2260         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2261         when we have to use the custom version of this function.
2263         * muse.texi (Images): Explain how to toggle inlining of images and
2264         give better examples.  Mention captions and that captioned images
2265         should not be used inside of text paragraphs.
2266         (Markup Strings): Bring up-to-date with the changes made since
2267         3.02.
2269 2006-08-06  Michael Olson  <mwolson@gnu.org>
2271         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2272         in the Emacs source tree.
2274         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2275         in the Emacs source tree.
2277         * ChangeLog.3: New file created from the old ChangeLog.
2279         * Makefile.defs (VERSION): Set to 3.02.91.
2281         * NEWS: Update through patch-84.
2283         * lisp/muse.el (muse-version): Set to 3.02.91.
2285         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2286         attributes.
2287         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2288         delimiter are instead of hard-coding it.
2290         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2291         (muse-mode): Make filling definition lists work better.  This
2292         should fix #5359.
2294         * lisp/muse-publish.el (muse-style-run-hooks): Use
2295         `muse-style-element' instead of `muse-get-keyword' here.  This
2296         should fix #6399.
2298         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2300 See ChangeLog.3 for earlier changes.
2302 ;; Local Variables:
2303 ;; coding: utf-8
2304 ;; End: