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