Emacs21 fixes
[muse-el.git] / ChangeLog
blob1d83e47efaad8cdea1bffd65e02d2dd2b0935925
1 2007-08-18  Michael Olson  <mwolson@gnu.org>
3         * AUTHORS: Update.
5         * lisp/muse-publish.el (muse-publish-include-tag): Switch from
6         copy-tree to copy-alist, since Emacs21 does not have the former,
7         and the latter does what we want.
9         * lisp/muse.el: Force-require 'derived, since Emacs21 does not
10         have derived-mode-p in subr.el like Emacs22 does.
12 2007-08-17  Michael Olson  <mwolson@gnu.org>
14         * etc/muse.rnc: Add the <cite> tag.
16         * lisp/muse-context.el (muse-context-slides-header): Clarify what
17         "mystyle" is.
19         * lisp/muse-xml.el (muse-xml-markup-strings): Mark up citations as
20         <cite type="something">.  We'll leave it to the post processing
21         tools to interpret that.
23         * texi/muse.texi (Directives, Blosxom Entries): Use @code{} for
24         directives.
25         (Citations): New section that explains further how to use the
26         <cite> tag.  The text was taken from Marcus Hoenicka's
27         documentation at http://refdb.sourceforge.net/muse.html and
28         modified.
29         (Tag Summary): Link to the Citations section in the entry for
30         <cite>.
31         (ConTeXt): Update the documentation for
32         muse-context-slides-header.
34 2007-08-17  Jean Magnan de Bornier  <jean@bornier.net>
36         * lisp/muse-context.el (muse-context-slides-header): Use #module
37         directive, if it is provided.
38         (muse-context-slides-header): Mention how to use #module.
40 2007-08-16  Michael Olson  <mwolson@gnu.org>
42         * Release Emacs Muse 3.10.
44         * Makefile (dist, debprepare): Pass HEAD argument to git-archive.
45         (upload): Don't depend on release rule.
47         * NEWS: Document remaining changes.
49 2007-08-15  Michael Olson  <mwolson@gnu.org>
51         * NEWS: Document items through 2007-08-12.
53         * lisp/muse-colors.el: Split the muse-directive-or-comment
54         property into two separate properties that are muse-directive and
55         muse-comment.
56         (muse-colors-region-end): Make buffer-local.
57         (muse-colors-delayed-commands): New variable that contains a list
58         of commands to run immediately after highlighting.  This is meant
59         to allow highlighting functions to delay code until later.
60         (muse-colors-region): Apply commands in
61         muse-colors-delayed-commands.
62         (muse-colors-inhibit-tags-in-directives): New variable that
63         determines whether tags are allowed in directives.
64         (muse-colors-custom-tags): Take
65         muse-colors-inhibit-tags-in-directives into account.
66         (muse-unhighlight-region): Remove muse-directive and muse-comment
67         properties.
68         (muse-colors-title): Modify muse-colors-delayed-commands.
69         (muse-colors-title-lisp): New command that gets called after
70         highlighting other things.  This interprets <lisp> tags, and is
71         passed arguments specifying the beginning and end of the region.
72         Thanks to Junichi Uekawa for the report.  The reason we want to do
73         things this way is because this is the behavior we get already
74         when publishing the page.
76         * lisp/muse.el (muse-goto-tag-end): Change to use muse-comment
77         property rather than muse-directive-or-comment.
79 2007-08-14  Michael Olson  <mwolson@gnu.org>
81         * lisp/muse-colors.el: Document all functions and variables.
82         (muse-colors-emphasized, muse-colors-underlined)
83         (muse-colors-verbatim, muse-colors-custom-tags)
84         (muse-colors-explicit-link, muse-colors-implicit-link): Don't trod
85         on comments or the #title directive.
86         (muse-colors-markup): Add comment rule.
87         (muse-colors-implicit-link): Only remove flyspell overlay after we
88         decide whether this is an implicit link, rather than before.
89         (muse-colors-title): Add the muse-directive-or-comment property.
90         (muse-colors-comment): New function that colorizes comments using
91         font-lock-comment-face.
92         (muse-colors-region-end): New variable indicating the end of the
93         region that is currently being font-locked.  This removes the need
94         for an ugly "defvar end" hack.
95         (muse-colors-emphasized, muse-colors-underlined)
96         (muse-colors-verbatim): Use it.
97         (muse-colors-region): Let-bind it.
99         * lisp/muse-mode.el (muse-list-edit-minor-mode): Grammar fix in
100         docstring.
102         * lisp/muse-publish.el (muse-publish-markup-heading): Escape
103         specials in heading now, rather than waiting on the whole-document
104         pass later on.  This lets <contents> generation work without
105         validation errors.  Thanks to Reid van Melle for the report.
107         * texi/muse.texi (Tag Summary): Document <cite> tag.
108         (Miscellaneous): New chapter containing "Muse List Edit Minor
109         Mode" section.
110         (Muse List Edit Minor Mode): New section that documents
111         muse-list-edit-minor-mode.
112         (Development): Mention the MuseDevlopment page on emacswiki.org.
114         * lisp/muse.el (muse-goto-tag-end): Deal with case where we are
115         font-locking and the end or beginning of a tag is in a comment or
116         directive.
118 2007-08-12  Michael Olson  <mwolson@gnu.org>
120         * lisp/muse-html.el (muse-html-strip-links): New function that
121         strips HTML links from a string.
122         (muse-html-insert-contents): Use it, instead of
123         muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
124         involving the use of <sup> in section titles.
126         * lisp/muse-project.el (muse-project-resolve-directory): New
127         function that figures out the directory part of the path that
128         provides a link to a page.
129         (muse-project-resolve-link): Expand docstring.  Use the new
130         function.  Don't call muse-publish-link-file, because that does
131         the wrong thing when we have muse-file-extension set to nil.
132         Thanks to Sebastian Obermanns for the report.
133         (muse-project-publish-this-file): Let-bind muse-current-project.
134         Also, if the file is not associated with a project, fall back to
135         muse-publish-this-file.
136         (muse-project-set-variables): Add this to
137         muse-before-publish-hook, so that it gets called.  This fixes a
138         bug where project-specific variables were being used in Muse mode,
139         but ignored when publishing.
141         * lisp/muse-publish.el (muse-publish-link-name)
142         (muse-publish-link-file, muse-publish-link-page): Add docstrings
143         so that I can remember what each of these things do.
144         (muse-publish-strip-tags): Remove, since it is no longer used.
145         (muse-publish-cite-tag): Don't let-bind
146         muse-publishing-directives, because there is no need to do so.
147         Fix code indentation.
148         (muse-publish-markup-attribute): Avoid multiple evaluation of
149         attrs argument, in case it is list value instead of a symbol.  Use
150         sexp instead of form in the edebug-form-spec.
151         (muse-publish-include-tag): Make a full copy of
152         muse-publishing-directives, since it can be modified with setcdr.
153         This fixes a bug where #title and some other directives were
154         leaking out of an included region.
155         (muse-publish-mark-up-tag): Don't let-bind
156         muse-publishing-directives, because there is no need to do so.
158         * lisp/muse.el (muse-page-name): Improve docstring.
160         * texi/muse.texi (Development): Mention the http method for
161         anonymous git access to the shared repo.
163 2007-08-10  Michael Olson  <mwolson@gnu.org>
165         * Makefile (dist, debprepare): Use git instead of tla.
167         * contrib/httpd.el (httpd-send-file): Use insert-file-contents.
169         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
170         Use muse-insert-file-contents.
172         * experimental/muse-split.el (muse-publish-file)
173         (muse-publish-presplit-publish, muse-publish-no-split-function)
174         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
175         muse-insert-file-contents.
177         * lisp/muse-book.el (muse-book-publish-chapter)
178         (muse-book-get-directives): Use muse-insert-file-contents.
180         * lisp/muse-http.el (muse-http-render-page): Use
181         muse-insert-file-contents.
183         * lisp/muse-poem.el (muse-poem-markup-tag): Use
184         muse-insert-file-contents.
186         * lisp/muse-publish.el (muse-insert-file-or-string)
187         (muse-publish-file, muse-publish-include-tag)
188         (muse-published-contents): Use muse-insert-file-contents.
190         * lisp/muse.el (muse-insert-file-contents): New function that
191         inserts a file with character code conversion, but none of the
192         other frivolities.  Since insert-file-contents-literally does not
193         do character code conversion, it is not suitable for us.
194         (muse-with-temp-buffer): Mention muse-insert-file-contents rather
195         than insert-file-contents-literally.
197 2007-08-09  Michael Olson  <mwolson@gnu.org>
199         * lisp/muse.el (muse-write-file): Pay attention to
200         coding-system-for-write and save-buffer-coding-system.  This
201         should fix a recently-introduced bug with writing Muse pages in
202         different coding systems.
204 2007-08-08  Michael Olson  <mwolson@gnu.org>
206         * README (Prerequisites): Fix typo.
207         (Compilation, Installation): Update.
208         (Documentation, Further Documentation): Update URLs.
209         (Further Documentation): Add quick blurb on how to participate in
210         Muse development or track changes.
212         * texi/muse.texi (Releases): Use gna.org URL for downloading the
213         latest release, rather than my website.
214         (Development): Change instructions to use git instead of
215         Arch. Mention where to get a Windows binary for git.  Improve the
216         look of the listing.  Add section with instructions for Becoming a
217         Muse developer.
218         (Installation): Update instructions for Makefile.defs.default and
219         XEmacs.  Add index entries.  Add section for ELPA, since Muse
220         ought to be distributed in ELPA after the 3.10 release.  Fix typo
221         and clarify wording.
223 2007-08-06  Michael Olson  <mwolson@gnu.org>
225         * texi/muse.texi: Make sure that attributes are marked up with
226         @option{} rather than @code{} or @samp{} for consistency.
227         (Journal): Add "muse-project-alist-considerations" subheading,
228         along with a mention of :base-url.
230 2007-08-05  Michael Olson  <mwolson@gnu.org>
232         * .gitignore: Add texi/muse.html and the DVC log edit file.
234         * Makefile.defs.default (install_info): Rename from INSTALLINFO.
235         Turn this into something that can be called like a command, due to
236         needing to deal with XEmacs, which has different argument order.
237         Thanks to Terrence Brannon for the report.
239         * lisp/muse-project.el (muse-project-of-file): Simplify by using
240         catch, throw, and dolist.  Look for exact matches before
241         considering any subdirectories.  If no exact matches are found,
242         then pick the longest match.
244         * lisp/muse.el (muse-sort-by-rating): Mention default test in
245         documentation.
247         * scripts/muse-build.el: Avoid interference from VC.el in the
248         build process.
250         * texi/Makefile (install): Call install_info.
252 2007-08-03  Michael Olson  <mwolson@gnu.org>
254         * lisp/muse-project.el (muse-project-applicable-styles): Remove
255         useless argument ignore-regexp.  Use saner logic.  This fixes a
256         bug where a file could potentially not exist but still appear in
257         the used-styles list.  Thanks to John Wiegley for the fix.
258         (muse-project-publish-file): Don't take ignore-reegxp argument.
260 2007-08-02  Michael Olson  <mwolson@gnu.org>
262         * lisp/muse-publish.el (muse-batch-publish-files): Don't activate
263         VC when publishing files in batch.  This avoids some annoying
264         messages when building QuickStart in the examples directory.
266         * lisp/muse-mode.el (muse-mode): Don't try to indent line before
267         inserting a comment.
269 2007-07-31  Michael Olson  <mwolson@gnu.org>
271         * lisp/Makefile: Add dependencies between Emacs Lisp files, so
272         that Muse can be recompiled without running "make clean" after an
273         update.
275         * lisp/muse-publish.el (muse-publish-verse-tag): Unconditionally
276         delete forward one character, since we are guaranteed to be on a
277         blank line.  Don't delete all initial whitespace of the first
278         line.  This fixes an issue where the output from the verse tag did
279         not match the output from Muse's verse syntax.
281 2007-07-29  Michael Olson  <mwolson@gnu.org>
283         * Relicense to GPLv3.
285         * Makefile.defs.default: Rename from Makefile.defs.  This allows
286         people to copy this file to Makefile.defs and make changes,
287         without having the changes be accidentally committed.  If
288         Makefile.defs does not exist, this file is read instead, in order
289         to minimize inconvenience to the casual user.
291         * Makefile, contrib/Makefile, examples/Makefile,
292         experimental/Makefile, lisp/Makefile, texi/Makefile: Use either
293         Makefile.defs.default or Makefile.defs.
295         * lisp/muse-mode.el (muse-list-edit-minor-mode-map): Use new
296         function names.
297         (muse-l-e-m-m-insert-list-item): Add real documentation.
298         (muse-l-e-m-m-increase-list-item-indent)
299         (muse-l-e-m-m-decrease-list-item-indent): Rename for clarity.  Add
300         real documentation.
301         (muse-list-edit-minor-mode): Improve documentation.
303         * texi/doclicense.texi (GNU Free Documentation License): Use
304         pristine copy from Emacs source tree.
306         * texi/muse.texi (Contributors): Move node and appendix indicators
307         here, rather than doclicense.texi.
309 2007-07-29  Jean Magnan de Bornier  <jean@bornier.net>
311         * lisp/muse-latex.el (muse-latex-markup-strings): Change rule
312         command which did not work correctly
314         * lisp/muse-context.el (muse-context-markup-strings): Change rule
315         command which did not work correctly; defined verse commands
316         (muse-context-markup-specials-literal): Eliminate all unuseful entries
318 2007-07-29  Michael Olson  <mwolson@gnu.org>
320         * contrib/httpd.el (httpd-send-file): Use
321         insert-file-contents-literally instead of insert-file-contents.
323         * examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
324         Use insert-file-contents-literally instead of
325         insert-file-contents.
327         * experimental/muse-split.el (muse-publish-file)
328         (muse-publish-presplit-publish, muse-publish-no-split-function)
329         (muse-journal-split-by-entry, muse-journal-split-by-month): Use
330         insert-file-contents-literally instead of insert-file-contents.
332         * lisp/muse-book.el (muse-book-publish-chapter)
333         (muse-book-get-directives): Use insert-file-contents-literally
334         instead of insert-file-contents.
336         * lisp/muse-http.el (muse-http-render-page): Use
337         insert-file-contents-literally instead of insert-file-contents.
339         * lisp/muse-import-latex.el (muse-import-latex): Set marker to
340         nowhere when done, since they can slow things down.
342         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Set
343         marker to nowhere when done, since they can slow things down.
345         * lisp/muse-poem.el (muse-poem-markup-tag): Set marker to nowhere
346         when done, since they can slow things down.  Use
347         insert-file-contents-literally instead of insert-file-contents.
349         * lisp/muse-publish.el (muse-publish-markup-tag)
350         (muse-publish-markup-word, muse-publish-markup-footnote)
351         (muse-publish-call-tag-on-buffer): Set markers to nowhere when
352         done, since they can slow things down.
353         (muse-insert-file-or-string, muse-publish-file)
354         (muse-publish-include-tag, muse-published-contents): Use
355         insert-file-contents-literally instead of insert-file-contents.
356         (muse-publish-surround-dl): Remove unused variable.  Track whether
357         a term has been found, and handle that case well.
358         (muse-publish-ensure-blank-line): Use a marker, so that we don't
359         lose our place when adding a newline.  This really fixes the
360         definition list item bug.
361         (muse-publish-markup-list): Since people do seem to want
362         definition lists with no terms, allow this.
363         (muse-batch-publish-files): Set muse-current-output-style.
365         * lisp/muse.el (muse-with-temp-buffer): Mention
366         `insert-file-contents-literally'.
368 2007-07-28  Michael Olson  <mwolson@gnu.org>
370         * lisp/muse-mode.el (muse-browse-result): Set
371         muse-current-output-style.
372         (muse-mode): Don't duplicate the paragraph-start regexp
373         unnecessarily.
374         (muse-list-edit-minor-mode-map): New variable containing the
375         keymap for Muse list edit minor mode.
376         (muse-l-e-m-m-list-item-regexp): New variable that matches list
377         items for Muse list edit minor mode.
378         (muse-l-e-m-m-insert-list-item,
379         muse-l-e-m-m-i-list-item-indentation)
380         (muse-l-e-m-m-d-list-item-indentation): Variants of existing list
381         item functions that change the list item regexp before calling the
382         existing function.
383         (muse-l-e-m-m-data): New variable that keeps track of the fill
384         data that we overwrite when activating Muse list edit minor mode,
385         so that we can restore it if the minor mode is toggled off.
386         (muse-list-edit-minor-mode): New minor mode that is useful for
387         editing lists in other major modes.
388         (turn-on-muse-list-edit-minor-mode)
389         (turn-off-muse-list-edit-minor-mode): New interactive functions
390         that turn Muse list edit minor mode on and off, respectively.
391         (muse-on-blank-line, muse-get-paragraph-start): Simplify some
392         regexps.
394         * lisp/muse-project.el (muse-project-publish-this-file): Set
395         muse-current-output-style.  This fixes a bug when publishing to a
396         style that is not first in the list of styles.  Thanks to Jean
397         Magnan de Bornier for the report.
399         * lisp/muse-publish.el (muse-publish-ensure-blank-line): New
400         function that ensures that a blank line exists in the line before
401         point.
402         (muse-publish-markup-list): Use it, rather than
403         `muse-publish-ensure-block'.  This fixes a bug with definition
404         list publishing.  Thanks to meandtheshell for reporting this.
406         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
407         project argument is nil, default to the current project instead of
408         the first project entry in muse-project-alist.  This seems much
409         more sane to me.
411         * lisp/muse.el (muse-forward-list-item): Only check the 'face
412         property if we are in Muse mode or one of its derivatives.  This
413         allows movement on nested lists to work in other modes, and fixes
414         an issue with altering list indentation in
415         muse-list-edit-minor-mode.
417 2007-07-27  Michael Olson  <mwolson@gnu.org>
419         * AUTHORS: Add new authors.
421         * README: Permit Muse to be called "Emacs-Muse".
423         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
425         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
426         involving list items that have an extra blank line in front.
428         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
429         and Emacs-Muse are the same thing.
431 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
433         * lisp/muse-context.el (muse-context-header): Put
434         starttext after the modules who must be in preamble.
435         (muse-context-markup-strings): Fixed mistake in begin-example and
436         end-example.
438         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
439         math environment in ConTeXt when centered: "$$ $$" has to be
440         "\startformula \stopformula".
442 2007-07-26  Michael Olson  <mwolson@gnu.org>
444         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
445         parentheses in URLs.
447 2007-07-24  Michael Olson  <mwolson@gnu.org>
449         * examples/QuickStart.muse (Images): Fix typo where some text
450         existed in the output but not in the example region.
451         (Source Code): Fix another typo.  Explain that publishing from
452         console or X can make a difference.
454         * lisp/muse-context.el (muse-context-pdf-program): New option that
455         determines the program to use for generating PDF files for
456         ConTeXt.
457         (muse-context-pdf-cruft): New option that specifies the extensions
458         of files to remove after generating PDF output successfully.
459         (muse-context-slides-header): Docfix.
460         (muse-context-pdf-generate): Use new options.
462         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
463         save-restriction call.  This was causing a world of hurt when
464         using <lisp> inside of <include>.
466         * texi/muse.texi (ConTeXt): New section that documents how to use
467         the ConTeXt publishing styles.
469 2007-07-23  Michael Olson  <mwolson@gnu.org>
471         * lisp/muse-context.el: New file that provides support for
472         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
473         de Bornier for his work on this.
475         * lisp/muse-docbook.el (muse-docbook-entities)
476         (muse-docbook-bibliography): Remove unneeded save-restriction use.
478         * lisp/muse-latex2png.el (muse-publish-latex-tag):
479         s/contex/context/.
481         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
482         (muse-latex-bibliography): Remove call to `widen', since it is not
483         needed anymore.  Remove unneeded save-restriction use.
484         ("slides", "slides-pdf"): Indent elements uniformly.
486 2007-07-22  Michael Olson  <mwolson@gnu.org>
488         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
489         * lisp/muse-mode.el (muse-insert-tag):
490         * lisp/muse-project.el (muse-read-project)
491         (muse-read-project-file):
492         * lisp/muse-publish.el (muse-publish-get-style): Use
493         muse-completing-read-function.
495         * lisp/muse-latex2png.el (muse-publish-latex-tag)
496         (muse-publish-math-tag): Allow the context style -- which I plan
497         to include soon -- to work with these tags.
499         * lisp/muse.el (muse-completing-read-function): New option that
500         determines which function to call when doing a completing-read.
502 2007-07-15  Michael Olson  <mwolson@gnu.org>
504         * lisp/muse-journal.el (muse-journal-html-entry-template)
505         (muse-journal-rdf-entry-template)
506         (muse-journal-rss-entry-template): Mention that this can be text
507         or a filename.
508         (muse-journal-rdf-entry-template, muse-journal-rss-header)
509         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
510         newlines to make the output look nicer.
511         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
512         Use muse-insert-file-or-string for the entry templates, rather
513         than muse-insert-markup.  This allows <lisp> and <markup> tags to
514         be acted on.  Thanks to Scott Hyde for the report.
515         (muse-journal-html-munge-buffer): Escape quote of the day using
516         entire-document specials before snarfing it.  Mark entire template
517         as read-only -- this fixes an incorrect escaping bug.  Remove
518         read-only properties before replacing template matches so that
519         they can still be escaped with entire-document specials later on.
520         (muse-journal-rss-munge-buffer): Make sure that title is escaped
521         properly.
522         (muse-journal-markup-tags): Rename from
523         muse-journal-latex-markup-tags, because we will use it for
524         journal-rss-entry as well.
525         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
526         end-quote-item.
527         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
528         html.
529         ("journal-latex", "journal-pdf", "journal-book-latex")
530         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
531         muse-journal-latex-markup-tags.
532         ("journal-rss-entry"): New style that is used by journal-rss and
533         journal-rdf to mark up individual entries.  It is needed so that
534         we can do something meaningful with the qotd tag.
535         (muse-journal-rdf-summarize-entries): Set this to nil by default,
536         because it is annoying.  Update docs to mention this.
537         (muse-journal-rss-summarize-entries): Docfix.
539         * lisp/muse-publish.el (muse-insert-file-or-string): Use
540         muse-publish-markup-header-footer-tags.  I'm not quite sure how
541         this change got reverted.
542         (muse-markup-tag-info): Make into a function.  Move common code
543         here, rather than duplicating it in two places.  Deal with case
544         where muse-publish-use-header-footer-tags is non-nil.
545         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
546         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
547         warning.
548         (muse-publish-use-header-footer-tags): New variable that indicates
549         whether we should use just the header and footer tags, rather than
550         the full set.
551         (muse-insert-file-or-string): Bind
552         muse-publish-use-header-footer-tags to t.
553         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
554         Simplify call to muse-markup-tag-info.
555         (muse-publish-mark-up-tag): Bind
556         muse-publish-use-header-footer-tags to nil.
558         * texi/muse.texi (Journal): Update for recent changes.
560 2007-07-14  Michael Olson  <mwolson@gnu.org>
562         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
563         delete the remainder of the buffer, since this causes the
564         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
565         the report and the suggested fix.
567         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
568         beginning of table-el regexp.  This fixes a bug where Muse stalls
569         when trying to publish a malformed table.  Thanks to Ye Wenbin for
570         the report and the suggested fix.
572 2007-07-12  Michael Olson  <mwolson@gnu.org>
574         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
575         default, rather than the empty string.  This really fixes the bug
576         that occurred when using Muse with muse-project-alist set to nil.
577         Thanks to Jonathan Underwood for the report.
578         (muse-wiki-update-interwiki-regexp): Set
579         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
580         defined.
581         (muse-wiki-handle-implicit-interwiki)
582         (muse-wiki-handle-explicit-interwiki): Handle case where
583         muse-wiki-interwiki-regexp is nil.
585 2007-07-10  Michael Olson  <mwolson@gnu.org>
587         * lisp/muse-mode.el (muse-grep): Abort search if the current
588         project contains no directories.
590         * lisp/muse-project.el (muse-project-file-alist): If
591         muse-project-alist is not defined, or project is nil, return nil
592         right away.  This ought to fix a bug that occurred when using Muse
593         with muse-project-alist set to nil.
594         (muse-project-of-file): Make sure muse-project-alist is not nil.
595         (muse-project-save-buffers): Make sure project is not nil.
597         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
598         case where muse-project-alist is nil.
600         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
601         for XEmacs, since color-theme.el is poorly behaved, and defines
602         its own replace-in-string.  Bad color-theme.el -- no cookie for
603         you.
605 2007-07-01  Michael Olson  <mwolson@gnu.org>
607         * Makefile (.PHONY): Update for new debian package rules.
609         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
611         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
612         Use save-restriction properly.
613         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
615         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
616         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
617         properly.
618         (muse-latex-bibliography): Re-indent.
620         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
621         higher.  This fixes an error at startup with some versions of
622         Emacs.
623         (muse-publish-cite-tag): Re-indent.
625         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
626         to the end of the link part, so as to exclude the description from
627         the match.  This fixes a bug with three-part links that have
628         descriptions.  Thanks to everyone who pointed it out.
630 2007-06-18  Michael Olson  <mwolson@gnu.org>
632         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
633         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
634         1.1 specific markup strings.
635         (muse-html-insert-anchor): Use 'anchor string, rather than
636         hard-coding it.  Thanks to Chris Corsair for the suggestion.
637         ("xhtml1.0"): New style that is an alias for the xhtml style.
638         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
640 2007-06-17  Michael Olson  <mwolson@gnu.org>
642         * examples/QuickStart.muse: Make images local so that the Info
643         version of this document works.  Add <example> for the Literal
644         paragraphs chapter, so that it is clear what is happening.
646         * Makefile: Add elpa target, which is used for building an ELPA
647         package for Muse.
649         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
650         building ELPA packages.
652         * examples/Makefile (%.html, %.pdf, %.info): Add message to
653         indicate what we are publishing.
654         (realclean distclean fullclean): Remove all TeX crud.
656         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
657         that the Info version of QuickStart can publish correctly.
659         * lisp/muse-latex.el (muse-latex-slides-header)
660         (muse-latex-lecture-notes-header): Docfix.
662         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
663         the list of things to ignore.
665         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
666         variable.
668         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
669         default to nil, since texinfmt.el is a serious nuisance.
670         (muse-texinfo-markup-strings): Add newlines to begin-example and
671         end-example.
672         (muse-texinfo-decide-specials): Also escape URL-type specials in a
673         whole slew of other contexts.
675         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
676         muse-xml.
678         * lisp/muse-xml.el (muse-xml-footer): Docfix.
680         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
682 2007-06-16  Michael Olson  <mwolson@gnu.org>
684         * etc/IDEAS.muse: Add some ideas from David D. Smith.
686         * examples/QuickStart.muse: Overhaul.
688         * lisp/muse-project.el (muse-project): Call the last part of a
689         muse-project-alist entry "Output styles" rather than "styles".
691         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
692         where we have a pipe character at the beginning of line.
694         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
695         causing tables to not be sorted at all.
697         * texi/muse.texi: Overhaul.  It would be too time-consuming to
698         list all of the changes here.  The "Getting Started" and
699         "Projects" chapters, in particular, were heavily revised.
701 2007-06-15  Michael Olson  <mwolson@gnu.org>
703         * NEWS: Update.
705         * examples/QuickStart.muse: Mention new features.
707         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
708         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
709         terminal, and C-c TAB is more important.  Most people will not
710         want to toggle images on and off that often.
712         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
713         C-i as well, so that it works in the terminal.
715         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
716         look a bit tidier when removing the region.
718         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
719         list regexp part before other parts.
720         (muse-ol-item-regexp): New regexp that specifies how to match an
721         ordered list item.
722         (muse-ul-item-regexp): New regexp that specifies how to match an
723         unordered list item.
724         (muse-table-field-regexp): New regexp that specifies how to match
725         a definition list entry.
727         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
728         lack of support for @headitem in texinfmt.el.
730         * lisp/muse.el: Wrap muse-line-beginning-position and
731         muse-line-end-position in `eval-and-compile', since they are now
732         used in muse.el.
733         (muse-list-item-type): Use a simpler algorithm for detecting which
734         kind of list item we have.  This fixes a bug where a number in a
735         definition list term was being detected incorrectly as an ordered
736         list item.  Fixes bug #6250.
737         (muse-forward-list-item): Get the entire line with the list item.
738         For some reason, Emacs 21 was not populating match 2 correctly,
739         unlike Emacs 22, so this workaround was needed.
741         * texi/muse.texi: (Keystroke Summary): Remove C-c
742         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
743         alternative keybinding to the C-c TAB stuff.  Mention
744         muse-colors-toggle-inline-images.
746 2007-06-14  Michael Olson  <mwolson@gnu.org>
748         * README: Mention that RelaxNG schema is in etc/ directory.
750         * etc/emacs-wiki-migration.txt: New document that explains how to
751         migrate from emacs-wiki to Muse.
753         * etc/muse.rnc: Increment version number to 1.0.  Fix several
754         nested emphasis and nested lists edge cases.  Move here from
755         examples/.
757         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
758         same thing as C-c C-S-t, since the former works better in the
759         console.  Thanks to Leo for the suggestion.
761         * lisp/muse-publish.el (muse-publish-markup-table)
762         (muse-publish-markup-table-el): Include a newline in the return
763         string, so that paragraph detection does not get confused.
765         * lisp/muse.el (muse-with-temp-buffer): Docfix.
767         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
768         keybinding.
770 2007-06-13  Michael Olson  <mwolson@gnu.org>
772         * etc/IDEAS.muse: Mark three-part-links item as done.
774         * experimental/muse-message.el: Remove guard for muse-define-style
775         calls.
777         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
778         markup rules were being interpreted in reverse order.  This should
779         make implicit interwiki links work properly again.
780         (muse-link-face): Strip anchor from end of a path, so that this
781         works with anchors in interwiki links.
782         (muse-colors-insert-image): Catch error that occurs in Emacs 21
783         when an image does not exist.
785         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
786         anchors.
787         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
788         interwiki links work.  Thanks to Jim Ottaway for the initial
789         implementation.
790         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
791         links work.
793         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
794         about match 0.
795         (muse-handle-explicit-link): Docfix: this does not modify the
796         match data.
797         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
798         that has the regexp in its car.
800 2007-06-12  Michael Olson  <mwolson@gnu.org>
802         * README: Document new etc/ directory.
804         * etc/IDEAS.muse: Install things from new contributors just after
805         the 3.03 release, since I won't have time to review the code
806         before the release.  Move to new etc/ directory.  Slides
807         publishing has been installed.
809         * lisp/muse-latex.el (muse-latex-slides-header): New option that
810         determines the header to use for publishing slides.
811         (muse-latex-lecture-notes-header): New option that determines the
812         header to use for publishing lecture notes.
813         (muse-latex-slides-markup-tags): New option containing tags to use
814         when publishing slides.
815         (muse-latex-permit-contents-tag): Move higher in file.
816         (muse-latex-slide-tag): New function to publish the <slide> tag.
817         ("slides", "slides-pdf"): New publishing styles that create slides
818         using Beamer.
819         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
820         create lecture notes using Beamer.
822         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
823         since otherwise Planner is not happy when `plan' is called during
824         init.  Remove stray quote from autoload snippet.
826 2007-06-11  Michael Olson  <mwolson@gnu.org>
828         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
829         autoload, rather than having it exist at top-level.  Thanks to Leo
830         for the suggestion.
831         (muse-update-file-extension): Docfix.
833 2007-06-10  Michael Olson  <mwolson@gnu.org>
835         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
836         URLs were being removed during publishing.  Thanks to everyone who
837         reported this.
839 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
841         * lisp/muse-book.el
842         * lisp/muse-docbook.el
843         * lisp/muse-latex.el
844         * lisp/muse-publish.el: added support for <cite> element which
845         denotes in-text citations
847         * lisp/muse-html.el
848         * lisp/muse-groff.el
849         * lisp/muse-texinfo.el
850         * lisp/muse-xml.el: added support for <cite> element (stub)
852 2007-06-06  Michael Olson  <mwolson@gnu.org>
854         * lisp/muse-regexps.el (muse-table-line-regexp)
855         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
856         regexps so that they work with XEmacs 21.  Thanks to Adrian
857         Tritschler for the report.
859         * texi/muse.texi: Update copyright years.
860         (HTML): Document muse-xhtml-style-sheet.  Thanks
861         to thorne for noticing.
862         (Development): Change archive year to 2006.  Thanks to Adrian
863         Tritschler for noticing.  So *that's* why some people had the 2005
864         version ....
866 2007-06-05  Michael Olson  <mwolson@gnu.org>
868         * Makefile (install-info): Remove $(MANUAL).info part, since this
869         is taken care of already by texi/Makefile.  Thanks to Leo for the
870         report.
872         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
873         read-only properties to qotd contents, so that they don't get
874         double-escaped.  Thanks to Leo for the report.
876 2007-06-04  Michael Olson  <mwolson@gnu.org>
878         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
879         -- that is, Tramp or ange-ftp -- file, then do not call
880         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
881         Fixes bug #5115.
883         * lisp/muse-html.el (muse-html-insert-contents): Add
884         documentation.  Handle case where heading is read-only, but has
885         muse-contents property.  Remove the muse-contents property for any
886         heading we come across so as to avoid double-including an item in
887         an outer table of contents.
888         (muse-html-denote-headings): New function that denotes whether a
889         heading is not read-only by adding the muse-contents property to
890         it.
891         (muse-html-munge-buffer): If we are not to generate contents,
892         still denote headings, in case some outer layer wants to generate
893         contents for our headings.  This should fix a bug with table of
894         contents and the <include> tag.  Thanks to thorne for the report.
896         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
897         muse-publish-generate-contents and set it to nil.  This should
898         do the right thing when using <include> tags.
900 2007-06-02  Michael Olson  <mwolson@gnu.org>
902         * NEWS: Update for non-inlined image change and support for
903         table.el style tables.
905         * examples/Makefile (clean): Clean backup files.
907         * examples/QuickStart.muse (Images): New section that describes
908         how to inline and not inline images.
910         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
911         touch images that have "URL:" in front of them.
913         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
914         "URL:".  Use the identity function to resolve, since we don't want
915         to rip "URL:" out while publishing, due to some magic that depends
916         on that text.
917         (muse-browse-url-url): New function that browses URLs that have
918         "URL:" in front of them, by removing the "URL:" part and
919         reprocessing the remainder.
921         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
922         (muse-publish-url): Recognize images in the description before
923         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
924         for the suggested workaround.
925         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
926         default value.
927         (muse-publish-classify-url): If target begins with "URL:" return
928         type url.
929         (muse-publish-strip-URL): New function that strips "URL:" from the
930         beginning of a string.  This is used to remove URL: from the link
931         description.  * texi/muse.texi (Markup Strings): Clarify the
932         meanings of image-link, link, and link-and-anchor.
933         (muse-publish-markup-regexps): Move normal table rule to 2350.
934         Rule 2300 is now a regexp that matches table.el-style tables.
935         (muse-publish-markup-functions): Add table-el entry.
936         (muse-publish-table-el-table): New function that given a variant,
937         publishes a table.el-style table using the table in the matched
938         region.
939         (muse-publish-markup-table-el): New function that determines
940         whether the table.el-style table can be published, and what
941         variant to use.
943         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
944         the borders of table.el-style tables.
946         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
947         the table has sufficient whitespace in front of it.
949         * texi/muse.texi (Images): Update for new non-inlined image
950         ability and provide example.
952 2007-05-31  Michael Olson  <mwolson@gnu.org>
954         * NEWS: Add example for setting `muse-html-table-attributes'.
956         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
957         Publish multiple tbody tags if there is a horizontal separator
958         after the heading, because that is valid HTML after all.
960 2007-05-30  Michael Olson  <mwolson@gnu.org>
962         * NEWS: Update.
964         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
965         horizontal separators in tables.
967         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
968         horizontal separators in tables.
969         (muse-publish-trim-table): New function to remove initial and
970         final blank columns from a table.
971         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
972         with horizontal separators, aka "hlines".
974         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
975         defines the syntax of a horizontal separator in a table.
977         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
978         horizontal separators.  Publish header lines correctly.
980         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
981         where we have nonnumbers as a row type.  This ignores sorting for
982         hlines.
983         (muse-xml-markup-table): Deal with horizontal separators.  If the
984         markup supports table groups, make hlines separate table groups.
985         Otherwise, ignore them, since they cannot be marked up.  Together,
986         these changes allow us to support orgtbl-mode tables.  Thanks to
987         Carsten Dominik for the suggestion.
989 2007-05-26  Michael Olson  <mwolson@gnu.org>
991         * lisp/muse-project.el (muse-project-alist-styles): Allow for
992         other things to be added to each generated style as well.  For
993         example, this permits me to add
994         :base-url "http://blog.mwolson.org/"
995         for my blog.
997 2007-05-25  Michael Olson  <mwolson@gnu.org>
999         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
1000         way of building Debian packages that preserves the original
1001         release tarball and is more modular.
1002         (debrevision, debrelease): Remove.
1003         (dist): No need to remove the debian/ directory, since it is now
1004         in its own branch.
1005         (debprepare): Copy over debian/ directory properly.
1007         * NEWS: Update.
1009         * examples/Makefile (clean): Remove QuickStart.texi, in case
1010         something went wrong during the build.
1011         (%.pdf): Publish the example using the normal pdf style, rather
1012         than info-pdf.
1014         * examples/QuickStart.muse: Add myself to the authors list.
1016         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
1017         sufficient blank lines before the tag.
1019         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
1020         we have sufficient blank lines before the tag.
1022         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
1023         specifies the program to call in order to generate PDF content
1024         from LaTeX content.
1025         (muse-latex-pdf-cruft): New option that specifies the extensions
1026         of files to remove after generating PDF output successfully.
1027         (muse-latex-pdf-generate): Use these new options.  Work around the
1028         annoying edge case where a tilde character exists in the filename
1029         or directory path -- now this can only error out when the relative
1030         path from the output file to the source file contains a tilde,
1031         which is far less likely.
1033         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
1034         muse-publish-ensure-block here after all, because <lisp> et al may
1035         occur inline as part of other things.
1037         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
1038         occur after full-document escaping, rather than before.  This
1039         prevents automatically-inserted Texinfo code from being escaped.
1040         (muse-texinfo-pdf-generate): Rewrite to call
1041         `muse-latex-pdf-generate' with pdftex as the generating binary,
1042         because texi2pdf suffers irredeemably from the tilde edge case
1043         mentioned above.
1045 2007-05-24  Michael Olson  <mwolson@gnu.org>
1047         * NEWS: Drop vague entries and position interesting entries closer
1048         to the top of each section.  Update for new changes.
1050         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
1051         and bzr metadata directories to the list of things to ignore.
1053         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
1054         `muse-publish-ensure-block-tag', since we will use it for more
1055         than just tags.
1056         (muse-publish-markup-list, muse-publish-verse-tag)
1057         (muse-publish-quote-tag, muse-publish-example-tag)
1058         (muse-publish-markup-attribute): Use it.  This fixes a bug that
1059         can occur when these types of markup occur immediately after a
1060         paragraph.  It's good to have defined behavior!
1062         * texi/muse.texi (Markup Strings): Mention new argument for
1063         link-and-anchor.
1065 2007-05-19  Michael Olson  <mwolson@gnu.org>
1067         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
1068         published footnotes and footnote references.  Thanks to Scott
1069         Jaderholm for the idea.
1071         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
1072         link-and-anchor, on the recommendation of the original submitter.
1074 2007-05-14  Michael Olson  <mwolson@gnu.org>
1076         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
1077         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
1078         suggestion.
1080         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
1081         file extension as the fourth argument.
1083         * README, texi/muse.texi (Getting Help and Reporting Bugs):
1084         Mention the new muse-el-logs mailing list.
1086 2007-05-13  Michael Olson  <mwolson@gnu.org>
1088         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
1089         "\`" here.  This fixes a problem with publishing custom URLs.
1091 2007-05-12  Michael Olson  <mwolson@gnu.org>
1093         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
1094         update the list if the current buffer is associated with a file.
1095         This fixes a bug with M-x muse-publish-region in a temporary
1096         buffer.
1098 2007-05-01  Michael Olson  <mwolson@gnu.org>
1100         * lisp/muse-publish.el (muse-publish-region): Remove read-only
1101         properties from the published buffer, so that the results can be
1102         manually tweaked.
1104 2007-04-23  Michael Olson  <mwolson@gnu.org>
1106         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
1107         find the footnote that goes with a reference, leave the reference
1108         as-is.  This fixes an error where control characters could be
1109         placed in a published document.
1111 2007-04-22  Michael Olson  <mwolson@gnu.org>
1113         * IDEAS.muse: Add muse-slides.el to list of things to include
1114         before release.
1116         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
1117         character.
1118         (muse-protocol-find): Find protocols correctly.  Rewrite to use
1119         catch/throw.
1120         (muse-browse-url): Don't concatenate "\`" here.  Together, this
1121         fixes a bug with browsing woman:// links.
1123         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
1124         where entry-dir has a trailing backslash.
1125         (muse-project-publish-file): If a style is malformed, skip it and
1126         display a warning message.  This should help people figure out
1127         where the problem is.
1129 2007-04-21  Michael Olson  <mwolson@gnu.org>
1131         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
1132         yet-to-be-included "contex" publishing style, use "$$" rather
1133         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
1134         this out.
1136 2007-04-20  Michael Olson  <mwolson@gnu.org>
1138         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
1139         variable that causes the :before and :before-end hooks to be
1140         ignored when non-nil.
1141         (muse-publish-markup-region): Use it.  Also, guarantee that point
1142         is at end of region after publishing.
1143         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
1144         variable.
1146 2007-04-19  Michael Olson  <mwolson@gnu.org>
1148         * IDEAS.muse: New file containing a list of ideas we have for new
1149         features, or patches that have yet to be applied.
1151         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
1152         be so confusing.
1154         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
1155         docstring.
1157         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
1158         <literal> tags with muse-publish-literal-tag, rather than
1159         muse-publish-mark-read-only.
1160         (muse-publish-literal-tag): New function that publishes the
1161         <literal> tag.  It adds the ability to add the optional "style"
1162         and "exact" elements, which cause text to only be included if the
1163         current publishing style matches some criteria.  The text will be
1164         removed otherwise.  Thanks to Jim Ottaway for the implementation.
1165         (muse-publish-mark-up-tag): Let the <markup> tag take the
1166         additional optional elements "style" and "exact", with much the
1167         same effect as the <literal> improvements, but after calling
1168         "function" or publishing the region first.  Make it possible to
1169         put <content> tags in <markup> regions in HTML publishing.
1171 2007-04-12  Michael Olson  <mwolson@gnu.org>
1173         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
1174         that a blank line always exists after a heading.  This fixes a bug
1175         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
1176         for the report.
1178         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
1179         detection regexp to that which is used in Docbook and HTML
1180         publishing styles.
1182 2007-04-02  Michael Olson  <mwolson@gnu.org>
1184         * README (muse-el-announce): Make a listing of mailing lists,
1185         rather than pointing to the old EmacsWikiMailingList page.  Thanks
1186         to Andreas Roehler for noticing.
1188 2007-04-01  Michael Olson  <mwolson@gnu.org>
1190         * lisp/muse-publish.el (muse-publish-date-format): Add
1191 `       customization type and group.
1192         (muse-publish-region): New interactive function that publishes a
1193         region to a new buffer.
1195         * texi/muse.texi: Use "document" rather than "manual".
1197 2007-03-31  Michael Olson  <mwolson@gnu.org>
1199         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
1200         expression (muse-style-derived-p "latex" (muse-style "latex"))
1201         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
1202         for the catch.
1204 2007-02-25  Michael Olson  <mwolson@gnu.org>
1206         * lisp/muse-publish.el (muse-publish-date-format): New option that
1207         specifies how to format the date when publishing Muse pages.
1208         Thanks to Thomas Gehrlein for the suggestion.
1209         (muse-publish-markup-buffer): Use it.
1211 2007-02-23  Michael Olson  <mwolson@gnu.org>
1213         * README: Add Prerequisites section to mention which versions of
1214         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
1215         the suggestion.  Update link destination for Muse's page on
1216         emacswiki.org.
1218 2007-02-15  Michael Olson  <mwolson@gnu.org>
1220         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
1221         be not just at beginning of line.  This fixes an error with the
1222         <class> tag.  Thanks to Jim Pivarski for the report.
1224 2007-02-14  Michael Olson  <mwolson@gnu.org>
1226         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
1227         whether something is an image before checking to see if it is a
1228         URL.  Thanks to ITSUMI ken-ichi for the report.
1230 2007-02-13  Michael Olson  <mwolson@gnu.org>
1232         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
1233         comments that have no text better.  Thanks to fang.lungang for the
1234         report.
1235         (muse-publish-markup-comment): Deal with case where no comment
1236         text is provided.
1238 2007-01-23  Michael Olson  <mwolson@gnu.org>
1240         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
1241         that ensures that at least one blank line exists at the given
1242         position.  This is used to avoid paragraph detection problems when
1243         block-level tags like <example> immediately follow a paragraph.
1244         Thanks to Hans Ekbrand for the report.
1245         (muse-publish-example-tag): Use it.
1247 2007-01-19  Michael Olson  <mwolson@gnu.org>
1249         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
1250         previous blank line if we are publishing in Latex.  Otherwise,
1251         that wouldn't be the right thing, so leave it be.
1253 2007-01-17  Michael Olson  <mwolson@gnu.org>
1255         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
1256         multiple centered math lines on the same line; keep them on
1257         different lines.  Use \[ math-text \] instead of $$math-text$$,
1258         since the latter seems to be deprecated.  Thanks to Jody Klymak
1259         for the pointer.
1261 2007-01-15  Michael Olson  <mwolson@gnu.org>
1263         * lisp/muse-latex2png.el (muse-publish-latex-tag)
1264         (muse-publish-math-tag): Publish region read-only when current
1265         style is Latex-derived, so that Muse does not escape it.
1266         (muse-publish-math-tag): If 6 or more spaces come before the tag,
1267         surround the region with "$$" rather than "$".  This is the Muse
1268         syntax for something centered, so it should be a good fit.
1270 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
1272         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
1273         protocol.
1274         (muse-browse-url-man): Change man page URL format.  The code is
1275         simpler when the section is left inside parentheses.
1276         (muse-browse-url-woman): New function.
1278 2007-01-14  Michael Olson  <mwolson@gnu.org>
1280         * AUTHORS: Bookkeeping.
1282         * lisp/muse-latex2png.el: Associate <math> tag with
1283         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
1284         Klymak for the report.
1285         (muse-publish-math-tag): Use muse-insert-markup for the "$"
1286         characters, so they don't get escaped.
1288         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
1289         make muse-style-derived-p easier to implement.
1290         (muse-style-derived-p): If the style is not provided, fetch it and
1291         check to see if the car is a string.  This should fix the other
1292         problem that was reported.
1294         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
1295         explains a case where setting muse-file-extension to nil can cause
1296         unexpected behavior.
1298 2007-01-09  Michael Olson  <mwolson@gnu.org>
1300         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
1301         comments higher priority than tags.  Thanks to Stefan van der Walt
1302         for the report.
1304 2007-01-08  Michael Olson  <mwolson@gnu.org>
1306         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
1307         argument rather than calling match-string.  Thanks to Stefan van
1308         der Walt for the report.  This should fix a bug with publishing
1309         <include file="..." markup="example">.
1311 2007-01-06  Michael Olson  <mwolson@gnu.org>
1313         * Makefile (debclean): New rule split from debrevision and
1314         debrelease.
1315         (debbuild): Take distributor into account.
1317         * Makefile.defs (DISTRIBUTOR): New field that tracks what
1318         vendor/distributor we are building for.
1320 2007-01-04  Michael Olson  <mwolson@gnu.org>
1322         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
1323         line.
1325         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
1326         point to muse-publish-src-tag by default, since <src> and
1327         <example> have different parameters.
1328         (muse-publish-src-tag): New barebones publishing function for
1329         <src>, which is superseded when publishing in an HTML-based style.
1331 2007-01-03  Michael Olson  <mwolson@gnu.org>
1333         * lisp/muse-html.el (muse-html-src-tag): Document.
1335         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
1336         command that calls a given tag on the current buffer.  Attributes
1337         may be passed.
1338         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
1339         it.
1340         (muse-publish-srcify-buffer): New function that allows
1341         markup="src" in the <include> tag.
1342         (muse-publish-get-and-delete-attr): New macro that gets an
1343         attribute from a list and removes the first instance of that
1344         attribute from said list.
1345         (muse-publish-markup-attribute): Handle markup="src".
1346         (muse-publish-command-tag, muse-publish-include-tag): Use
1347         muse-publish-get-and-delete-attr.  This allows the remaining
1348         attributes to be passed.
1350         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
1351         as changes to <command> and <include>.
1353 2006-12-30  Michael Olson  <mwolson@gnu.org>
1355         * NEWS: Update.
1357         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
1358         from muse-publish-math-tag to avoid conflict with
1359         muse-latex2png.el.
1361 2006-12-23  Michael Olson  <mwolson@gnu.org>
1363         * lisp/muse-latex2png.el: Update header, since this has been
1364         rewritten sufficiently to not need an assignment from the original
1365         author.
1366         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
1367         (muse-latex2png): Use two underscores to separate prefix and hash.
1368         (muse-latex2png-region): New function split from
1369         muse-publish-latex-tag that can be used easily by other code.
1370         Detect whether we are using an HTML-based publishing style, and
1371         insert a simpler markup if we are not.  If we are using a
1372         Latex-based publishing style, do not generate an image, and leave
1373         the region alone.  Return the path of the generated image, in case
1374         other functions want to use this programmatically.
1375         (muse-publish-latex-tag): Set a default prefix based on the name
1376         of the current file.
1377         (muse-publish-math-tag): New tag that surrounds the region with
1378         "$" characters, so that it becomes a Latex math region, and then
1379         publishes it.
1381         * lisp/muse-publish.el (muse-style-derived-p): New function that
1382         returns non-nil if a given style, or the current style if omitted,
1383         is equal to or derived from the given base style.  This is useful
1384         in <lisp> tags, because it allows the user to specify markup that
1385         is only to be inserted for one particular style.
1387 2006-12-22  Michael Olson  <mwolson@gnu.org>
1389         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
1390         (muse-html-src-tag): New function which publishes the <src> tag.
1391         Thanks to Clinton Ebadi and Charles Wang for the initial
1392         implementations.
1394         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
1396 2006-12-21  Michael Olson  <mwolson@gnu.org>
1398         * examples/johnw/muse-johnw.el: Update for preferred
1399         muse-derive-style usage.  Rename to muse-init.el.
1401         * examples/mwolson/muse-init.el: Update.
1403         * lisp/muse-book.el (muse-book-publish): New function split from
1404         muse-book-publish-project.  This is used in the definitions for
1405         the book-latex and book-pdf styles.
1406         (muse-book-publish-p): New function split from muse-book-publish.
1407         (muse-book-get-directives): New function that retrieves the
1408         publishing directives from the given file.
1409         (muse-book-publish): Use muse-book-get-directives to set the title
1410         if no title was specified.
1412         * lisp/muse-project.el (muse-project): Add :publish-project entry
1413         to widget.
1414         (muse-read-project, muse-project-find-file): Message fix.
1415         (muse-project-publish-file-default): New function split from
1416         muse-project-publish-file.
1417         (muse-project-publish-file): Allow file-level publishing function
1418         to be specified by the :publish element.  The default is
1419         muse-project-publish-file-default.
1420         (muse-project-publish-default): New function split from
1421         muse-project-publish.
1422         (muse-project-publish): Allow project-level publishing function to
1423         be specified by :publish-project element.  The default is
1424         muse-project-publish-default.
1426         * lisp/muse-publish.el (muse-publish-file): Message fix.
1428         * texi/muse.texi (Book): Mention new way to publish books and
1429         provide an example, since the process may be non-obvious.
1431 2006-12-20  Michael Olson  <mwolson@gnu.org>
1433         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1434         content-modifying code from the rest of
1435         muse-docbook-finalize-buffer.
1437         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1438         muse-groff-finalize-buffer, since it adds content to the buffer.
1440         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1441         content-modifying code from the rest of muse-html-finalize-buffer.
1442         This fixes a bug when using <include> with <content> tags.
1444         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1445         (muse-journal-latex-munge-buffer)
1446         (muse-journal-rss-munge-buffer): Rename, since they add content to
1447         the buffer.
1449         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1450         muse-latex-finalize-buffer, since it adds content to the buffer.
1452         * lisp/muse-mode.el:
1453         * lisp/muse-project.el:
1454         * lisp/muse-publish.el:
1455         * lisp/muse.el: Fix recursive load error.
1457         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1458         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1460         * lisp/muse-wiki.el: Comment cleanup.
1462         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1464 2006-12-17  Michael Olson  <mwolson@gnu.org>
1466         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1467         Remove the definition of \comment, since Latex already has comment
1468         syntax.
1469         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1470         than our own.  Thanks to Ryan Stutsman for pointing this out.
1472 2006-12-02  Michael Olson  <mwolson@gnu.org>
1474         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1475         that this can generate a proper table of contents for Planner HTML
1476         publishing.
1478 2006-12-01  Michael Olson  <mwolson@gnu.org>
1480         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1481         using a very old Emacs, avoid an infinite loop that could occur
1482         when the regexp is an empty string.
1484 2006-11-26  Michael Olson  <mwolson@gnu.org>
1486         * NEWS: Bring up to date.
1488         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1489         list issues and multiple-stanza verse issues.  This takes care of
1490         all of the markup issues I was worried about.
1492         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1493         (muse-project-publish-private-files): New option that indicates
1494         whether files with private filesystem permissions should be
1495         published.  The default is to publish them, since it avoids
1496         confusion in new users.
1497         (muse-project-private-p): Use it.
1499 2006-11-19  Michael Olson  <mwolson@gnu.org>
1501         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1502         style is found, which means that the link is not a Muse page, do
1503         not add a suffix or prefix to it.  This should fix the
1504         "[[thing.owl]]" bug that Phillip Lord reported.
1506         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1507         removing unused 2nd argument.
1509 2006-11-17  Michael Olson  <mwolson@gnu.org>
1511         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1512         latex publishing where nested enumerated lists would be squashed
1513         together at the end.
1515 2006-11-16  Michael Olson  <mwolson@gnu.org>
1517         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1518         list embedded in a definition list look right.  This also allows
1519         for definitions to be separated from their terms, much like the
1520         way HTML does it by default, if the user puts a blank line or a
1521         line break between the term and the definition.  If the term and
1522         definition are on the same line, they will be that way in the
1523         output as well.
1525 2006-11-11  Michael Olson  <mwolson@gnu.org>
1527         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1528         for the report.
1529         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1531 2006-11-07  Michael Olson  <mwolson@gnu.org>
1533         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1534         release candidate for Muse 3.03, available.
1536         * NEWS: Update.
1538 2006-11-06  Michael Olson  <mwolson@gnu.org>
1540         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1541         following a relative link worked even when the path was incorrect.
1543 2006-11-04  John Sullivan  <john@wjsullivan.net>
1545         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1546         muse-follow-name-at-point to reduce collisions with other
1547         modes (Planner).
1549         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1551 2006-11-04  Michael Olson  <mwolson@gnu.org>
1553         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1554         optional, and make interwiki delimiter a regular rather than shy
1555         group.
1556         (muse-wiki-handle-implicit-interwiki): Rename from
1557         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1558         (muse-wiki-handle-explicit-interwiki): New function that is
1559         smarter about where an explicit link ends in a buffer.  This
1560         allows you to refer to page names with invalid Wiki characters,
1561         such as underscores and dashes, merely by enclosing them in double
1562         brackets.  Also, a bug with recognizing project names too loosely
1563         has been fixed.
1565 2006-11-03  Michael Olson  <mwolson@gnu.org>
1567         * lisp/muse-project.el (muse-project-page-file): Make relative
1568         links work as expected, hopefully.
1570         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1571         output style manually, since it will differ from anything in the
1572         publishing style list.
1574 2006-10-30  Michael Olson  <mwolson@gnu.org>
1576         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1577         grouping elements, since that no longer applies.
1578         (muse-colors-custom-tags): Explicitly match against
1579         muse-tag-regexp to get the match-data set the way we want.  This
1580         really fixes the <example> highlighting bug that Stefan reported.
1581         (muse-configure-highlighting): Set the original value to the
1582         symbol, not the modified value.  Re-use modified rules properly.
1584         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1585         introduced yesterday.
1587 2006-10-29  Michael Olson  <mwolson@gnu.org>
1589         * examples/mwolson: Update my example configuration.
1591         * NEWS: Update.
1593         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1594         without a regexp in the first position before iterating through
1595         them to build muse-colors-vector.  This fixes a bug with the
1596         display of <example> tags.  Thanks to Stefan Reichör for the
1597         report.
1599         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1600         files in projects to be linked to.
1602         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1603         to serve as a description for a URL, as long as it differs from
1604         the destination URL.  This fixes the description of WikPage links
1605         in PDF output.
1606         (muse-publish-link-file): Check to see whether the given link
1607         points at a valid file.  If so, return it.  Otherwise, apply other
1608         transforms like prefix and link suffix.
1610         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1611         "/", it is a file or directory, not a Muse page.  Thanks to
1612         Phillip Lord for the suggestion.
1614         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1615         of the current page as the local path, instead of duplicating the
1616         remote file's path.  This probably fixes at least one reported
1617         bug. since it's quite major.
1618         (muse-wiki-update-project-file-regexp)
1619         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1620         passed to regexp-opt, since that can cause Emacs 21 to throw an
1621         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1622         DOT edu for the report.
1623         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1625 2006-10-28  Michael Olson  <mwolson@gnu.org>
1627         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1628         (muse-project-resolve-link): If the given style does not have a
1629         link-suffix, default to suffix.  This fixes a bug I was noticing
1630         when linking to a file that was published in both PDF and HTML
1631         form.
1633         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1634         function that is used as a callback to determine the initial
1635         amount of indentation that the current dl item has.
1636         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1637         and the post-indent value, instead of trying to determine them
1638         both.
1639         (muse-publish-strip-list-indentation): New function stripped from
1640         `muse-publish-surround-text' for readability.
1641         (muse-publish-surround-text): Instead of taking a determine-indent
1642         value, take a determine-indent-func function, which is called just
1643         after finding the next list item.  If we are asked to determine
1644         the amount of indentation, concatenate indent and post-indent the
1645         first time around.  This effectively fixes all known definition
1646         list issues.
1648 2006-10-16  Michael Olson  <mwolson@gnu.org>
1650         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1651         other software -- namely, Planner -- can detect whether they are
1652         using a version of Muse that supports nested tags.
1653         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1654         muse-publish-goto-tag-end.
1656         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1657         Adapt for nested tags.
1659         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1660         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1661         this.
1663         * lisp/muse-publish.el (muse-publish-markup-tag)
1664         (muse-publish-quote-tag): Use muse-goto-tag-end.
1666         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1668 2006-10-15  Michael Olson  <mwolson@gnu.org>
1670         * AUTHORS: Bookkeeping.
1672         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1673         tag.
1675         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1676         tags.
1678         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1680         * lisp/muse-import-docbook.el (muse-import-docbook)
1681         (muse-import-docbook-files): Docfix.
1682         (muse-import-docbook-get-title): Remove cl.el-ism.
1684         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1686         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1688         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1690         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1691         (muse-next-reference, muse-previous-reference): Minor whitespace
1692         changes.
1693         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1694         the suggestion.
1696         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1698         * lisp/muse-publish.el (muse-publish-markup-tags)
1699         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1700         element and make 4th element determine whether tags are nestable.
1701         (muse-publish-goto-tag-end): New function that moves to the end of
1702         a tag.  Handle nested tags when NESTED is non-nil.
1703         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1704         5th element for function.
1705         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1706         this on several scenarios, and it seems to work.
1707         (muse-publish-surround-text): Accept new optional argument
1708         LIST-ITEM which determines the regexp to use for list items.  The
1709         default is to use muse-list-item-regexp.
1711         * muse.texi (Markup Tags): Mention nestable tags.
1713         * NEWS: Mention new files.
1715 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1717         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1718         into Muse format.
1720         * lisp/muse-import-xml.el: New file that provides helper routines
1721         for converting XML-ish files to Muse format.
1723 2006-10-10  Michael Olson  <mwolson@gnu.org>
1725         * NEWS: Update for 3.02.7 bugfix release.
1727 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1729         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1730         using the value in the muse #date directive.
1731         (muse-blosxom-use-metadate): New option that determines whether or
1732         not to use the #postdate directive.
1733         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1734         metadate plugin format.
1736 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1738         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1739         recognised URLs.
1741         * muse.texi: Clarify handling of implicit links by mentioning
1742         which characters can prevent Muse from recognizing something as an
1743         implicit link.
1745 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1747         * lisp/muse-mode.el (muse-next-reference)
1748         (muse-previous-reference): Fix bug #6367 by moving point to the
1749         beginning of the link.
1751 2006-09-26  Michael Olson  <mwolson@gnu.org>
1753         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1754         beginning-of-line.  This should fix a bug that was noticed in
1755         recent Emacs 22 builds.
1757         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1758         eval-and-compile block to avoid a compiler warning.
1760 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1762         * lisp/muse-backlink.el (muse-backlink-split-string):
1763         Compatibility with Emacs versions < 22
1764         (muse-backlink-pending): New internal variable
1765         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1766         that backlinks are inserted at the right time.
1767         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1768         for pending backlink, and that this is the targe page.
1769         (muse-backlink-handle-link): Don’t handle the link if we are
1770         already handling one. Return the link as well as the parent links.
1772 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1774         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1775         #6942 - muse-blosxom-new-entry fails when using tags.
1777 2006-09-14  Michael Olson  <mwolson@gnu.org>
1779         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1780         compiler warning.
1782 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1784         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1785         function: Protect all wikiwords from START to END from further
1786         processing.
1787         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1789 2006-09-13  Michael Olson  <mwolson@gnu.org>
1791         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1792         adopted from Jim Ottaway's patch.  It removes links from the
1793         heading, and then marks the region read-only to inhibit WikiWord
1794         detection.
1796 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1798         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1799         special handling for headings.
1800         (muse-texinfo-remove-links): New function that removes explicit
1801         links from the given strings, replacing them with a description.
1803 2006-09-11  Michael Olson  <mwolson@gnu.org>
1805         * muse.texi (Getting Help and Reporting Bugs): Mention the
1806         muse-el-internationalization mailing list.
1808         * lisp/muse.el (muse-path-sans-extension): New function that acts
1809         like file-name-sans-extension, but guarantees to never modify the
1810         directory part of the path.  Thanks to Evan Monroig for
1811         investigating this.
1813         * lisp/muse-book.el (muse-book-publish-project): Use
1814         muse-path-sans-extension instead of file-name-sans-extension.
1816         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1817         Ditto.
1819 2006-08-30  Michael Olson  <mwolson@gnu.org>
1821         * muse.texi (Blosxom Requirements): Fix typo.
1823         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1824         directories for bzr and darcs.
1826         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1827         contrib/pyblosxom/getstamps.py: Update version and headers.
1829 2006-08-27  Michael Olson  <mwolson@gnu.org>
1831         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1832         nil values before they get to mapconcat.  This fixes a lockup when
1833         muse-wiki-match-all-project-files is nil.
1835         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1836         (muse-wiki-ignore-implicit-links-to-current-page)
1837         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1838         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1839         (muse-wiki-publish-small-title-words)
1840         (muse-wiki-publish-pretty-title): Docfix.
1841         (muse-wiki-update-local-wikiword-regexp): Rename from
1842         muse-wiki-update-local-wikiword-regexp.  Set
1843         muse-wiki-project-file-regexp instead of
1844         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1845         take muse-wiki-use-wikiword into account, since this is a
1846         different concept now.
1847         (muse-wiki-update-wikiword-regexp): Remove.
1848         (muse-wiki-wikiword-regexp): In-line the :set function.
1849         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1851 2006-08-26  Michael Olson  <mwolson@gnu.org>
1853         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1854         for indented list items, ignore blank lines.
1856         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1857         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1858         mapconcat.  This should hopefully fix a problem with large amounts
1859         of files with spaces in their name.  Thanks to Greg Detre for the
1860         report.
1862 2006-08-24  Michael Olson  <mwolson@gnu.org>
1864         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1865         numbers from the argument to format-time-string.  This fixes an
1866         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1868 2006-08-18  Michael Olson  <mwolson@gnu.org>
1870         * lisp/muse-project.el (muse-project-file-entries): Since we are
1871         given a full path, match against the filename as well.  This fixes
1872         an issue where backup files were being added to the file alist.
1874         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1875         from muse-html.el.
1877 2006-08-12  Michael Olson  <mwolson@gnu.org>
1879         * Makefile (.PHONY): Don't use line continuations.
1880         (realclean fullclean): Call realclean in subdirs, not distclean.
1881         (distclean): Don't call realclean, since this would wipe out our
1882         autoloads file.
1883         (dist): Use correct path to autoloads file.
1885         * NEWS: Catch up with the latest changes.
1887         * experimental/Makefile (.PHONY): Wrap long line.
1889         * lisp/Makefile (distclean): Do the same thing as "clean", not
1890         "realclean".
1892         * lisp/muse-project.el (muse-project-get-applicable-style):
1893         Indentation tweak.
1894         (muse-project-ignore-regexp, muse-project-recurse-directory):
1895         Docfix.
1896         (muse-project-of-file): Try the ignored files regexp against the
1897         base filename as well as the entire path.
1899         * lisp/muse-publish.el (muse-publish-this-file): Display message
1900         if the buffer is not associated with any file, so that we avoid
1901         errors later on.
1902         (muse-publish-url-desc): New function taken from muse-publish-url
1903         that causes a URL description to be transformed.
1904         (muse-publish-url): Call muse-publish-url-desc on either the
1905         description or the original URL if it will be used as a
1906         description.  Accept the original URL as an argument, in case it
1907         was transformed earlier.
1908         (muse-publish-insert-url): Pass original URL as an argument.
1909         (muse-publish-markup-link): Make this somewhat easier to follow.
1910         Pass original URL as argument.
1911         (muse-publish-get-style): If the same style is used to publish to
1912         two different directories, prompt the user for which directory to
1913         use.
1914         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1915         latest changes.
1916         (muse-publish-markup-url): Pass original URL as an argument.  This
1917         fixes the "nil" description for bare URLs that was in 3.02.91.
1918         Nothing like finding a bug just after completing the announcement
1919         of a release.
1921         * lisp/muse.el: Use defalias whenever convenient.
1922         (muse-version): Set version to 3.02.92 (3.03 RC2).
1924 2006-08-10  Michael Olson  <mwolson@gnu.org>
1926         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1927         style does not derive from any other class, return `t' here.
1928         This, along with the corresponding change to muse-publish.el,
1929         fixes a problem with the table of contents getting inserted
1930         multiple times for custom html-based styles.
1931         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1932         smarter method for table centering that works with XHTML.
1934         * lisp/muse-latex2png.el Rename all functions to have a
1935         "muse-latex2png" prefix.  Turn all variables into customizable
1936         options in the muse-latex2png group.
1937         (muse-latex2png-img-dest): New option specifying where to place
1938         the images.
1939         (muse-latex2png-template): New option containing the template to
1940         use for the surrounding LaTeX code.
1941         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1942         compliance.
1943         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1944         messages when something else goes wrong.  Create the image
1945         subdirectory if it doesn't exist already -- thanks to Christian
1946         Straßer for the report.  Expand the filename properly.
1947         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1948         and filename expansion.
1949         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1950         the default directory properly.
1952         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1953         do not run the same function twice.
1955 2006-08-08  Michael Olson  <mwolson@gnu.org>
1957         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1958         introduced wrong-type-argument error.
1960         * lisp/muse-html.el (muse-html-markup-strings)
1961         (muse-xhtml-markup-string): Cause table definition that contains
1962         image to be center-aligned.  This should fix an issue with images
1963         not being centered when captions are very long.
1965         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1966         whitespace from fields once we have split them up.
1968         * lisp/muse.el (muse-trim-whitespace): New function that strips
1969         leading and trailing whitespace from a string.
1971 2006-08-07  Michael Olson  <mwolson@gnu.org>
1973         * NEWS: Update through patch-95.
1975         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1976         to match the tags.
1977         (muse-colors-explicit-link): Show images in link descriptions if
1978         inlined images are enabled.
1980         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1981         definitions for 'image-with-desc, 'image, and 'image-link.
1982         (muse-docbook-markup-paragraph): If an inlined image begins a
1983         paragraph, insert <para> before it.
1984         (muse-docbook-fixup-images): New function that upper-cases the
1985         "format" attribute of the <imagedata> tag.
1986         (muse-docbook-finalize-buffer): Call it.
1988         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1989         with descriptions as centered tables, with a centered caption
1990         underneath.  The resulting look is consistent with the way that
1991         they are published in the LaTeX style.  Thanks to Jody Klymak for
1992         the suggestion.
1993         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1994         valid way to center a table.
1995         (muse-html-markup-paragraph): Use class="image" instead of
1996         "image-link" for paragraphs that start with an embedded image.
1998         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1999         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
2000         suggestion.
2001         (muse-latex-markup-specials-image): New option that enables
2002         escaping of specials in images.  This was split from the URL
2003         specials.
2004         (muse-latex-decide-specials): Handle 'image context.
2005         (muse-latex-fixup-dquotes): Go to beginning of document, instead
2006         of relying on caller to do this for us.
2008         * lisp/muse-publish.el (muse-publish-escape-specials): Document
2009         'image context.
2010         (muse-publish-url): Use 'image context for images.  Use 'image
2011         instead of 'image-link and 'image-link in place of
2012         'url-with-image.  Separate the image file from its extension so
2013         that docbook and texinfo can publish images correctly.
2014         (muse-publish-markup-link): Don't force a description if one is
2015         not given.  This fixes a bug where images without descriptions
2016         were being published as 'image-with-desc instead of 'image.
2018         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
2019         images the same as URLs.
2020         (muse-texinfo-markup-strings): Improve image markup to achieve an
2021         effect similar to that of the LaTeX publishing style.  Simplify
2022         'url string.
2024         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
2026         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
2027         when we have to use the custom version of this function.
2029         * muse.texi (Images): Explain how to toggle inlining of images and
2030         give better examples.  Mention captions and that captioned images
2031         should not be used inside of text paragraphs.
2032         (Markup Strings): Bring up-to-date with the changes made since
2033         3.02.
2035 2006-08-06  Michael Olson  <mwolson@gnu.org>
2037         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
2038         in the Emacs source tree.
2040         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
2041         in the Emacs source tree.
2043         * ChangeLog.3: New file created from the old ChangeLog.
2045         * Makefile.defs (VERSION): Set to 3.02.91.
2047         * NEWS: Update through patch-84.
2049         * lisp/muse.el (muse-version): Set to 3.02.91.
2051         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
2052         attributes.
2053         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
2054         delimiter are instead of hard-coding it.
2056         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
2057         (muse-mode): Make filling definition lists work better.  This
2058         should fix #5359.
2060         * lisp/muse-publish.el (muse-style-run-hooks): Use
2061         `muse-style-element' instead of `muse-get-keyword' here.  This
2062         should fix #6399.
2064         * muse.texi: Set version to 3.02.91 (3.02 RC2).
2066 See ChangeLog.3 for earlier changes.
2068 ;; Local Variables:
2069 ;; coding: utf-8
2070 ;; End: