muse-wiki: Pick better default project when given nil argument
[muse-el.git] / ChangeLog
blobb1a12c1a732d53fa4281831fe04367112c891445
1 2007-07-28  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): If the
4         project argument is nil, default to the current project instead of
5         the first project entry in muse-project-alist.  This seems much
6         more sane to me.
8 2007-07-27  Michael Olson  <mwolson@gnu.org>
10         * AUTHORS: Add new authors.
12         * README: Permit Muse to be called "Emacs-Muse".
14         * etc/IDEAS.muse: Remove now-implemented ideas and duplicate idea.
16         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug
17         involving list items that have an extra blank line in front.
19         * texi/muse.texi (Introduction): Mention that Emacs Muse, Muse,
20         and Emacs-Muse are the same thing.
22 2007-07-27  Jean Magnan de Bornier  <jean@bornier.net>
24         * lisp/muse-context.el (muse-context-header): Put
25         starttext after the modules who must be in preamble.
26         (muse-context-markup-strings): Fixed mistake in begin-example and
27         end-example.
29         * lisp/muse-latex2png.el (muse-publish-math-tag): Replaced the
30         math environment in ConTeXt when centered: "$$ $$" has to be
31         "\startformula \stopformula".
33 2007-07-26  Michael Olson  <mwolson@gnu.org>
35         * lisp/muse-xml-common.el (muse-xml-escape-url): Do not escape
36         parentheses in URLs.
38 2007-07-24  Michael Olson  <mwolson@gnu.org>
40         * examples/QuickStart.muse (Images): Fix typo where some text
41         existed in the output but not in the example region.
42         (Source Code): Fix another typo.  Explain that publishing from
43         console or X can make a difference.
45         * lisp/muse-context.el (muse-context-pdf-program): New option that
46         determines the program to use for generating PDF files for
47         ConTeXt.
48         (muse-context-pdf-cruft): New option that specifies the extensions
49         of files to remove after generating PDF output successfully.
50         (muse-context-slides-header): Docfix.
51         (muse-context-pdf-generate): Use new options.
53         * lisp/muse-publish.el (muse-publish-lisp-tag): Add missing
54         save-restriction call.  This was causing a world of hurt when
55         using <lisp> inside of <include>.
57         * texi/muse.texi (ConTeXt): New section that documents how to use
58         the ConTeXt publishing styles.
60 2007-07-23  Michael Olson  <mwolson@gnu.org>
62         * lisp/muse-context.el: New file that provides support for
63         publishing documents to the ConTeXt format.  Thanks to Jean Magnan
64         de Bornier for his work on this.
66         * lisp/muse-docbook.el (muse-docbook-entities)
67         (muse-docbook-bibliography): Remove unneeded save-restriction use.
69         * lisp/muse-latex2png.el (muse-publish-latex-tag):
70         s/contex/context/.
72         * lisp/muse-latex.el (muse-latex-fixup-citations): Add docstring.
73         (muse-latex-bibliography): Remove call to `widen', since it is not
74         needed anymore.  Remove unneeded save-restriction use.
75         ("slides", "slides-pdf"): Indent elements uniformly.
77 2007-07-22  Michael Olson  <mwolson@gnu.org>
79         * lisp/muse-blosxom.el (muse-blosxom-new-entry):
80         * lisp/muse-mode.el (muse-insert-tag):
81         * lisp/muse-project.el (muse-read-project)
82         (muse-read-project-file):
83         * lisp/muse-publish.el (muse-publish-get-style): Use
84         muse-completing-read-function.
86         * lisp/muse-latex2png.el (muse-publish-latex-tag)
87         (muse-publish-math-tag): Allow the contex style -- which I plan to
88         include soon -- to work with these tags.
90         * lisp/muse.el (muse-completing-read-function): New option that
91         determines which function to call when doing a completing-read.
93 2007-07-15  Michael Olson  <mwolson@gnu.org>
95         * lisp/muse-journal.el (muse-journal-html-entry-template)
96         (muse-journal-rdf-entry-template)
97         (muse-journal-rss-entry-template): Mention that this can be text
98         or a filename.
99         (muse-journal-rdf-entry-template, muse-journal-rss-header)
100         (muse-journal-rss-footer, muse-journal-rss-entry-template): Add
101         newlines to make the output look nicer.
102         (muse-journal-html-munge-buffer, muse-journal-rss-munge-buffer):
103         Use muse-insert-file-or-string for the entry templates, rather
104         than muse-insert-markup.  This allows <lisp> and <markup> tags to
105         be acted on.  Thanks to Scott Hyde for the report.
106         (muse-journal-html-munge-buffer): Escape quote of the day using
107         entire-document specials before snarfing it.  Mark entire template
108         as read-only -- this fixes an incorrect escaping bug.  Remove
109         read-only properties before replacing template matches so that
110         they can still be escaped with entire-document specials later on.
111         (muse-journal-rss-munge-buffer): Make sure that title is escaped
112         properly.
113         (muse-journal-markup-tags): Rename from
114         muse-journal-latex-markup-tags, because we will use it for
115         journal-rss-entry as well.
116         (muse-journal-qotd-tag): Move higher.  Use begin-quote-item and
117         end-quote-item.
118         (muse-journal-rss-munge-buffer): Use journal-rss-entry rather than
119         html.
120         ("journal-latex", "journal-pdf", "journal-book-latex")
121         ("journal-book-pdf"): Use muse-journal-markup-tags rather than
122         muse-journal-latex-markup-tags.
123         ("journal-rss-entry"): New style that is used by journal-rss and
124         journal-rdf to mark up individual entries.  It is needed so that
125         we can do something meaningful with the qotd tag.
126         (muse-journal-rdf-summarize-entries): Set this to nil by default,
127         because it is annoying.  Update docs to mention this.
128         (muse-journal-rss-summarize-entries): Docfix.
130         * lisp/muse-publish.el (muse-insert-file-or-string): Use
131         muse-publish-markup-header-footer-tags.  I'm not quite sure how
132         this change got reverted.
133         (muse-markup-tag-info): Make into a function.  Move common code
134         here, rather than duplicating it in two places.  Deal with case
135         where muse-publish-use-header-footer-tags is non-nil.
136         (muse-publish-markup-specials, muse-publish-inhibit-style-hooks)
137         (muse-inhibit-style-tags): Move higher to avoid byte-compiler
138         warning.
139         (muse-publish-use-header-footer-tags): New variable that indicates
140         whether we should use just the header and footer tags, rather than
141         the full set.
142         (muse-insert-file-or-string): Bind
143         muse-publish-use-header-footer-tags to t.
144         (muse-publish-markup-tag, muse-publish-call-tag-on-buffer):
145         Simplify call to muse-markup-tag-info.
146         (muse-publish-mark-up-tag): Bind
147         muse-publish-use-header-footer-tags to nil.
149         * texi/muse.texi (Journal): Update for recent changes.
151 2007-07-14  Michael Olson  <mwolson@gnu.org>
153         * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Don't
154         delete the remainder of the buffer, since this causes the
155         resulting RDF to have invalid syntax.  Thanks to Phillip Lord for
156         the report and the suggested fix.
158         * lisp/muse-publish.el (muse-publish-markup-regexps): Add "^" to
159         beginning of table-el regexp.  This fixes a bug where Muse stalls
160         when trying to publish a malformed table.  Thanks to Ye Wenbin for
161         the report and the suggested fix.
163 2007-07-12  Michael Olson  <mwolson@gnu.org>
165         * lisp/muse-wiki.el (muse-wiki-interwiki-regexp): Set to nil by
166         default, rather than the empty string.  This really fixes the bug
167         that occurred when using Muse with muse-project-alist set to nil.
168         Thanks to Jonathan Underwood for the report.
169         (muse-wiki-update-interwiki-regexp): Set
170         muse-wiki-interwiki-regexp to nil if muse-project-alist is not
171         defined.
172         (muse-wiki-handle-implicit-interwiki)
173         (muse-wiki-handle-explicit-interwiki): Handle case where
174         muse-wiki-interwiki-regexp is nil.
176 2007-07-10  Michael Olson  <mwolson@gnu.org>
178         * lisp/muse-mode.el (muse-grep): Abort search if the current
179         project contains no directories.
181         * lisp/muse-project.el (muse-project-file-alist): If
182         muse-project-alist is not defined, or project is nil, return nil
183         right away.  This ought to fix a bug that occurred when using Muse
184         with muse-project-alist set to nil.
185         (muse-project-of-file): Make sure muse-project-alist is not nil.
186         (muse-project-save-buffers): Make sure project is not nil.
188         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Deal with
189         case where muse-project-alist is nil.
191         * lisp/muse.el (muse-replace-regexp-in-string): Explicitly check
192         for XEmacs, since color-theme.el is poorly behaved, and defines
193         its own replace-in-string.  Bad color-theme.el -- no cookie for
194         you.
196 2007-07-01  Michael Olson  <mwolson@gnu.org>
198         * Makefile (.PHONY): Update for new debian package rules.
200         * lisp/muse-book.el (muse-book-latex-footer): Wrap long line.
202         * lisp/muse-docbook.el (muse-docbook-fixup-citations): Re-indent.
203         Use save-restriction properly.
204         (muse-docbook-entities, muse-docbook-bibliography): : Re-indent.
206         * lisp/muse-latex.el (muse-latex-footer): Wrap long line.
207         (muse-latex-fixup-citations): Re-indent.  Use save-restriction
208         properly.
209         (muse-latex-bibliography): Re-indent.
211         * lisp/muse-publish.el (muse-publish-get-and-delete-attr): Move
212         higher.  This fixes an error at startup with some versions of
213         Emacs.
214         (muse-publish-cite-tag): Re-indent.
216         * lisp/muse-wiki.el (muse-wiki-handle-explicit-interwiki): Narrow
217         to the end of the link part, so as to exclude the description from
218         the match.  This fixes a bug with three-part links that have
219         descriptions.  Thanks to everyone who pointed it out.
221 2007-06-18  Michael Olson  <mwolson@gnu.org>
223         * lisp/muse-html.el (muse-html-markup-strings): Add anchor.
224         (muse-xhtml1.1-markup-strings): New option that specifies XHTML
225         1.1 specific markup strings.
226         (muse-html-insert-anchor): Use 'anchor string, rather than
227         hard-coding it.  Thanks to Chris Corsair for the suggestion.
228         ("xhtml1.0"): New style that is an alias for the xhtml style.
229         ("xhtml1.1"): New style that publishes XHTML 1.1 compliant output.
231 2007-06-17  Michael Olson  <mwolson@gnu.org>
233         * examples/QuickStart.muse: Make images local so that the Info
234         version of this document works.  Add <example> for the Literal
235         paragraphs chapter, so that it is clear what is happening.
237         * Makefile: Add elpa target, which is used for building an ELPA
238         package for Muse.
240         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
241         building ELPA packages.
243         * examples/Makefile (%.html, %.pdf, %.info): Add message to
244         indicate what we are publishing.
245         (realclean distclean fullclean): Remove all TeX crud.
247         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
248         that the Info version of QuickStart can publish correctly.
250         * lisp/muse-latex.el (muse-latex-slides-header)
251         (muse-latex-lecture-notes-header): Docfix.
253         * lisp/muse-project.el (muse-project-ignore-regexp): Add .git to
254         the list of things to ignore.
256         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
257         variable.
259         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
260         default to nil, since texinfmt.el is a serious nuisance.
261         (muse-texinfo-markup-strings): Add newlines to begin-example and
262         end-example.
263         (muse-texinfo-decide-specials): Also escape URL-type specials in a
264         whole slew of other contexts.
266         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
267         muse-xml.
269         * lisp/muse-xml.el (muse-xml-footer): Docfix.
271         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
273 2007-06-16  Michael Olson  <mwolson@gnu.org>
275         * etc/IDEAS.muse: Add some ideas from David D. Smith.
277         * examples/QuickStart.muse: Overhaul.
279         * lisp/muse-project.el (muse-project): Call the last part of a
280         muse-project-alist entry "Output styles" rather than "styles".
282         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
283         where we have a pipe character at the beginning of line.
285         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
286         causing tables to not be sorted at all.
288         * texi/muse.texi: Overhaul.  It would be too time-consuming to
289         list all of the changes here.  The "Getting Started" and
290         "Projects" chapters, in particular, were heavily revised.
292 2007-06-15  Michael Olson  <mwolson@gnu.org>
294         * NEWS: Update.
296         * examples/QuickStart.muse: Mention new features.
298         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
299         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
300         terminal, and C-c TAB is more important.  Most people will not
301         want to toggle images on and off that often.
303         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
304         C-i as well, so that it works in the terminal.
306         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
307         look a bit tidier when removing the region.
309         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
310         list regexp part before other parts.
311         (muse-ol-item-regexp): New regexp that specifies how to match an
312         ordered list item.
313         (muse-ul-item-regexp): New regexp that specifies how to match an
314         unordered list item.
315         (muse-table-field-regexp): New regexp that specifies how to match
316         a definition list entry.
318         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
319         lack of support for @headitem in texinfmt.el.
321         * lisp/muse.el: Wrap muse-line-beginning-position and
322         muse-line-end-position in `eval-and-compile', since they are now
323         used in muse.el.
324         (muse-list-item-type): Use a simpler algorithm for detecting which
325         kind of list item we have.  This fixes a bug where a number in a
326         definition list term was being detected incorrectly as an ordered
327         list item.  Fixes bug #6250.
328         (muse-forward-list-item): Get the entire line with the list item.
329         For some reason, Emacs 21 was not populating match 2 correctly,
330         unlike Emacs 22, so this workaround was needed.
332         * texi/muse.texi: (Keystroke Summary): Remove C-c
333         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
334         alternative keybinding to the C-c TAB stuff.  Mention
335         muse-colors-toggle-inline-images.
337 2007-06-14  Michael Olson  <mwolson@gnu.org>
339         * README: Mention that RelaxNG schema is in etc/ directory.
341         * etc/emacs-wiki-migration.txt: New document that explains how to
342         migrate from emacs-wiki to Muse.
344         * etc/muse.rnc: Increment version number to 1.0.  Fix several
345         nested emphasis and nested lists edge cases.  Move here from
346         examples/.
348         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
349         same thing as C-c C-S-t, since the former works better in the
350         console.  Thanks to Leo for the suggestion.
352         * lisp/muse-publish.el (muse-publish-markup-table)
353         (muse-publish-markup-table-el): Include a newline in the return
354         string, so that paragraph detection does not get confused.
356         * lisp/muse.el (muse-with-temp-buffer): Docfix.
358         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
359         keybinding.
361 2007-06-13  Michael Olson  <mwolson@gnu.org>
363         * etc/IDEAS.muse: Mark three-part-links item as done.
365         * experimental/muse-message.el: Remove guard for muse-define-style
366         calls.
368         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
369         markup rules were being interpreted in reverse order.  This should
370         make implicit interwiki links work properly again.
371         (muse-link-face): Strip anchor from end of a path, so that this
372         works with anchors in interwiki links.
373         (muse-colors-insert-image): Catch error that occurs in Emacs 21
374         when an image does not exist.
376         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
377         anchors.
378         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
379         interwiki links work.  Thanks to Jim Ottaway for the initial
380         implementation.
381         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
382         links work.
384         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
385         about match 0.
386         (muse-handle-explicit-link): Docfix: this does not modify the
387         match data.
388         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
389         that has the regexp in its car.
391 2007-06-12  Michael Olson  <mwolson@gnu.org>
393         * README: Document new etc/ directory.
395         * etc/IDEAS.muse: Install things from new contributors just after
396         the 3.03 release, since I won't have time to review the code
397         before the release.  Move to new etc/ directory.  Slides
398         publishing has been installed.
400         * lisp/muse-latex.el (muse-latex-slides-header): New option that
401         determines the header to use for publishing slides.
402         (muse-latex-lecture-notes-header): New option that determines the
403         header to use for publishing lecture notes.
404         (muse-latex-slides-markup-tags): New option containing tags to use
405         when publishing slides.
406         (muse-latex-permit-contents-tag): Move higher in file.
407         (muse-latex-slide-tag): New function to publish the <slide> tag.
408         ("slides", "slides-pdf"): New publishing styles that create slides
409         using Beamer.
410         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
411         create lecture notes using Beamer.
413         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
414         since otherwise Planner is not happy when `plan' is called during
415         init.  Remove stray quote from autoload snippet.
417 2007-06-11  Michael Olson  <mwolson@gnu.org>
419         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
420         autoload, rather than having it exist at top-level.  Thanks to Leo
421         for the suggestion.
422         (muse-update-file-extension): Docfix.
424 2007-06-10  Michael Olson  <mwolson@gnu.org>
426         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
427         URLs were being removed during publishing.  Thanks to everyone who
428         reported this.
430 2007-06-09  Markus Hoenicka <markus.hoenicka@mhoenicka.de>
432         * lisp/muse-book.el
433         * lisp/muse-docbook.el
434         * lisp/muse-latex.el
435         * lisp/muse-publish.el: added support for <cite> element which
436         denotes in-text citations
438         * lisp/muse-html.el
439         * lisp/muse-groff.el
440         * lisp/muse-texinfo.el
441         * lisp/muse-xml.el: added support for <cite> element (stub)
443 2007-06-06  Michael Olson  <mwolson@gnu.org>
445         * lisp/muse-regexps.el (muse-table-line-regexp)
446         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
447         regexps so that they work with XEmacs 21.  Thanks to Adrian
448         Tritschler for the report.
450         * texi/muse.texi: Update copyright years.
451         (HTML): Document muse-xhtml-style-sheet.  Thanks
452         to thorne for noticing.
453         (Development): Change archive year to 2006.  Thanks to Adrian
454         Tritschler for noticing.  So *that's* why some people had the 2005
455         version ....
457 2007-06-05  Michael Olson  <mwolson@gnu.org>
459         * Makefile (install-info): Remove $(MANUAL).info part, since this
460         is taken care of already by texi/Makefile.  Thanks to Leo for the
461         report.
463         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
464         read-only properties to qotd contents, so that they don't get
465         double-escaped.  Thanks to Leo for the report.
467 2007-06-04  Michael Olson  <mwolson@gnu.org>
469         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
470         -- that is, Tramp or ange-ftp -- file, then do not call
471         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
472         Fixes bug #5115.
474         * lisp/muse-html.el (muse-html-insert-contents): Add
475         documentation.  Handle case where heading is read-only, but has
476         muse-contents property.  Remove the muse-contents property for any
477         heading we come across so as to avoid double-including an item in
478         an outer table of contents.
479         (muse-html-denote-headings): New function that denotes whether a
480         heading is not read-only by adding the muse-contents property to
481         it.
482         (muse-html-munge-buffer): If we are not to generate contents,
483         still denote headings, in case some outer layer wants to generate
484         contents for our headings.  This should fix a bug with table of
485         contents and the <include> tag.  Thanks to thorne for the report.
487         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
488         muse-publish-generate-contents and set it to nil.  This should
489         do the right thing when using <include> tags.
491 2007-06-02  Michael Olson  <mwolson@gnu.org>
493         * NEWS: Update for non-inlined image change and support for
494         table.el style tables.
496         * examples/Makefile (clean): Clean backup files.
498         * examples/QuickStart.muse (Images): New section that describes
499         how to inline and not inline images.
501         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
502         touch images that have "URL:" in front of them.
504         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
505         "URL:".  Use the identity function to resolve, since we don't want
506         to rip "URL:" out while publishing, due to some magic that depends
507         on that text.
508         (muse-browse-url-url): New function that browses URLs that have
509         "URL:" in front of them, by removing the "URL:" part and
510         reprocessing the remainder.
512         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
513         (muse-publish-url): Recognize images in the description before
514         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
515         for the suggested workaround.
516         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
517         default value.
518         (muse-publish-classify-url): If target begins with "URL:" return
519         type url.
520         (muse-publish-strip-URL): New function that strips "URL:" from the
521         beginning of a string.  This is used to remove URL: from the link
522         description.  * texi/muse.texi (Markup Strings): Clarify the
523         meanings of image-link, link, and link-and-anchor.
524         (muse-publish-markup-regexps): Move normal table rule to 2350.
525         Rule 2300 is now a regexp that matches table.el-style tables.
526         (muse-publish-markup-functions): Add table-el entry.
527         (muse-publish-table-el-table): New function that given a variant,
528         publishes a table.el-style table using the table in the matched
529         region.
530         (muse-publish-markup-table-el): New function that determines
531         whether the table.el-style table can be published, and what
532         variant to use.
534         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
535         the borders of table.el-style tables.
537         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
538         the table has sufficient whitespace in front of it.
540         * texi/muse.texi (Images): Update for new non-inlined image
541         ability and provide example.
543 2007-05-31  Michael Olson  <mwolson@gnu.org>
545         * NEWS: Add example for setting `muse-html-table-attributes'.
547         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
548         Publish multiple tbody tags if there is a horizontal separator
549         after the heading, because that is valid HTML after all.
551 2007-05-30  Michael Olson  <mwolson@gnu.org>
553         * NEWS: Update.
555         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
556         horizontal separators in tables.
558         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
559         horizontal separators in tables.
560         (muse-publish-trim-table): New function to remove initial and
561         final blank columns from a table.
562         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
563         with horizontal separators, aka "hlines".
565         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
566         defines the syntax of a horizontal separator in a table.
568         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
569         horizontal separators.  Publish header lines correctly.
571         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
572         where we have nonnumbers as a row type.  This ignores sorting for
573         hlines.
574         (muse-xml-markup-table): Deal with horizontal separators.  If the
575         markup supports table groups, make hlines separate table groups.
576         Otherwise, ignore them, since they cannot be marked up.  Together,
577         these changes allow us to support orgtbl-mode tables.  Thanks to
578         Carsten Dominik for the suggestion.
580 2007-05-26  Michael Olson  <mwolson@gnu.org>
582         * lisp/muse-project.el (muse-project-alist-styles): Allow for
583         other things to be added to each generated style as well.  For
584         example, this permits me to add
585         :base-url "http://blog.mwolson.org/"
586         for my blog.
588 2007-05-25  Michael Olson  <mwolson@gnu.org>
590         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
591         way of building Debian packages that preserves the original
592         release tarball and is more modular.
593         (debrevision, debrelease): Remove.
594         (dist): No need to remove the debian/ directory, since it is now
595         in its own branch.
596         (debprepare): Copy over debian/ directory properly.
598         * NEWS: Update.
600         * examples/Makefile (clean): Remove QuickStart.texi, in case
601         something went wrong during the build.
602         (%.pdf): Publish the example using the normal pdf style, rather
603         than info-pdf.
605         * examples/QuickStart.muse: Add myself to the authors list.
607         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
608         sufficient blank lines before the tag.
610         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
611         we have sufficient blank lines before the tag.
613         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
614         specifies the program to call in order to generate PDF content
615         from LaTeX content.
616         (muse-latex-pdf-cruft): New option that specifies the extensions
617         of files to remove after generating PDF output successfully.
618         (muse-latex-pdf-generate): Use these new options.  Work around the
619         annoying edge case where a tilde character exists in the filename
620         or directory path -- now this can only error out when the relative
621         path from the output file to the source file contains a tilde,
622         which is far less likely.
624         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
625         muse-publish-ensure-block here after all, because <lisp> et al may
626         occur inline as part of other things.
628         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
629         occur after full-document escaping, rather than before.  This
630         prevents automatically-inserted Texinfo code from being escaped.
631         (muse-texinfo-pdf-generate): Rewrite to call
632         `muse-latex-pdf-generate' with pdftex as the generating binary,
633         because texi2pdf suffers irredeemably from the tilde edge case
634         mentioned above.
636 2007-05-24  Michael Olson  <mwolson@gnu.org>
638         * NEWS: Drop vague entries and position interesting entries closer
639         to the top of each section.  Update for new changes.
641         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
642         and bzr metadata directories to the list of things to ignore.
644         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
645         `muse-publish-ensure-block-tag', since we will use it for more
646         than just tags.
647         (muse-publish-markup-list, muse-publish-verse-tag)
648         (muse-publish-quote-tag, muse-publish-example-tag)
649         (muse-publish-markup-attribute): Use it.  This fixes a bug that
650         can occur when these types of markup occur immediately after a
651         paragraph.  It's good to have defined behavior!
653         * texi/muse.texi (Markup Strings): Mention new argument for
654         link-and-anchor.
656 2007-05-19  Michael Olson  <mwolson@gnu.org>
658         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
659         published footnotes and footnote references.  Thanks to Scott
660         Jaderholm for the idea.
662         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
663         link-and-anchor, on the recommendation of the original submitter.
665 2007-05-14  Michael Olson  <mwolson@gnu.org>
667         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
668         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
669         suggestion.
671         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
672         file extension as the fourth argument.
674         * README, texi/muse.texi (Getting Help and Reporting Bugs):
675         Mention the new muse-el-logs mailing list.
677 2007-05-13  Michael Olson  <mwolson@gnu.org>
679         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
680         "\`" here.  This fixes a problem with publishing custom URLs.
682 2007-05-12  Michael Olson  <mwolson@gnu.org>
684         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
685         update the list if the current buffer is associated with a file.
686         This fixes a bug with M-x muse-publish-region in a temporary
687         buffer.
689 2007-05-01  Michael Olson  <mwolson@gnu.org>
691         * lisp/muse-publish.el (muse-publish-region): Remove read-only
692         properties from the published buffer, so that the results can be
693         manually tweaked.
695 2007-04-23  Michael Olson  <mwolson@gnu.org>
697         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
698         find the footnote that goes with a reference, leave the reference
699         as-is.  This fixes an error where control characters could be
700         placed in a published document.
702 2007-04-22  Michael Olson  <mwolson@gnu.org>
704         * IDEAS.muse: Add muse-slides.el to list of things to include
705         before release.
707         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
708         character.
709         (muse-protocol-find): Find protocols correctly.  Rewrite to use
710         catch/throw.
711         (muse-browse-url): Don't concatenate "\`" here.  Together, this
712         fixes a bug with browsing woman:// links.
714         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
715         where entry-dir has a trailing backslash.
716         (muse-project-publish-file): If a style is malformed, skip it and
717         display a warning message.  This should help people figure out
718         where the problem is.
720 2007-04-21  Michael Olson  <mwolson@gnu.org>
722         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
723         yet-to-be-included "contex" publishing style, use "$$" rather
724         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
725         this out.
727 2007-04-20  Michael Olson  <mwolson@gnu.org>
729         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
730         variable that causes the :before and :before-end hooks to be
731         ignored when non-nil.
732         (muse-publish-markup-region): Use it.  Also, guarantee that point
733         is at end of region after publishing.
734         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
735         variable.
737 2007-04-19  Michael Olson  <mwolson@gnu.org>
739         * IDEAS.muse: New file containing a list of ideas we have for new
740         features, or patches that have yet to be applied.
742         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
743         be so confusing.
745         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
746         docstring.
748         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
749         <literal> tags with muse-publish-literal-tag, rather than
750         muse-publish-mark-read-only.
751         (muse-publish-literal-tag): New function that publishes the
752         <literal> tag.  It adds the ability to add the optional "style"
753         and "exact" elements, which cause text to only be included if the
754         current publishing style matches some criteria.  The text will be
755         removed otherwise.  Thanks to Jim Ottaway for the implementation.
756         (muse-publish-mark-up-tag): Let the <markup> tag take the
757         additional optional elements "style" and "exact", with much the
758         same effect as the <literal> improvements, but after calling
759         "function" or publishing the region first.  Make it possible to
760         put <content> tags in <markup> regions in HTML publishing.
762 2007-04-12  Michael Olson  <mwolson@gnu.org>
764         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
765         that a blank line always exists after a heading.  This fixes a bug
766         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
767         for the report.
769         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
770         detection regexp to that which is used in Docbook and HTML
771         publishing styles.
773 2007-04-02  Michael Olson  <mwolson@gnu.org>
775         * README (muse-el-announce): Make a listing of mailing lists,
776         rather than pointing to the old EmacsWikiMailingList page.  Thanks
777         to Andreas Roehler for noticing.
779 2007-04-01  Michael Olson  <mwolson@gnu.org>
781         * lisp/muse-publish.el (muse-publish-date-format): Add
782 `       customization type and group.
783         (muse-publish-region): New interactive function that publishes a
784         region to a new buffer.
786         * texi/muse.texi: Use "document" rather than "manual".
788 2007-03-31  Michael Olson  <mwolson@gnu.org>
790         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
791         expression (muse-style-derived-p "latex" (muse-style "latex"))
792         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
793         for the catch.
795 2007-02-25  Michael Olson  <mwolson@gnu.org>
797         * lisp/muse-publish.el (muse-publish-date-format): New option that
798         specifies how to format the date when publishing Muse pages.
799         Thanks to Thomas Gehrlein for the suggestion.
800         (muse-publish-markup-buffer): Use it.
802 2007-02-23  Michael Olson  <mwolson@gnu.org>
804         * README: Add Prerequisites section to mention which versions of
805         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
806         the suggestion.  Update link destination for Muse's page on
807         emacswiki.org.
809 2007-02-15  Michael Olson  <mwolson@gnu.org>
811         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
812         be not just at beginning of line.  This fixes an error with the
813         <class> tag.  Thanks to Jim Pivarski for the report.
815 2007-02-14  Michael Olson  <mwolson@gnu.org>
817         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
818         whether something is an image before checking to see if it is a
819         URL.  Thanks to ITSUMI ken-ichi for the report.
821 2007-02-13  Michael Olson  <mwolson@gnu.org>
823         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
824         comments that have no text better.  Thanks to fang.lungang for the
825         report.
826         (muse-publish-markup-comment): Deal with case where no comment
827         text is provided.
829 2007-01-23  Michael Olson  <mwolson@gnu.org>
831         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
832         that ensures that at least one blank line exists at the given
833         position.  This is used to avoid paragraph detection problems when
834         block-level tags like <example> immediately follow a paragraph.
835         Thanks to Hans Ekbrand for the report.
836         (muse-publish-example-tag): Use it.
838 2007-01-19  Michael Olson  <mwolson@gnu.org>
840         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
841         previous blank line if we are publishing in Latex.  Otherwise,
842         that wouldn't be the right thing, so leave it be.
844 2007-01-17  Michael Olson  <mwolson@gnu.org>
846         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
847         multiple centered math lines on the same line; keep them on
848         different lines.  Use \[ math-text \] instead of $$math-text$$,
849         since the latter seems to be deprecated.  Thanks to Jody Klymak
850         for the pointer.
852 2007-01-15  Michael Olson  <mwolson@gnu.org>
854         * lisp/muse-latex2png.el (muse-publish-latex-tag)
855         (muse-publish-math-tag): Publish region read-only when current
856         style is Latex-derived, so that Muse does not escape it.
857         (muse-publish-math-tag): If 6 or more spaces come before the tag,
858         surround the region with "$$" rather than "$".  This is the Muse
859         syntax for something centered, so it should be a good fit.
861 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
863         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
864         protocol.
865         (muse-browse-url-man): Change man page URL format.  The code is
866         simpler when the section is left inside parentheses.
867         (muse-browse-url-woman): New function.
869 2007-01-14  Michael Olson  <mwolson@gnu.org>
871         * AUTHORS: Bookkeeping.
873         * lisp/muse-latex2png.el: Associate <math> tag with
874         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
875         Klymak for the report.
876         (muse-publish-math-tag): Use muse-insert-markup for the "$"
877         characters, so they don't get escaped.
879         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
880         make muse-style-derived-p easier to implement.
881         (muse-style-derived-p): If the style is not provided, fetch it and
882         check to see if the car is a string.  This should fix the other
883         problem that was reported.
885         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
886         explains a case where setting muse-file-extension to nil can cause
887         unexpected behavior.
889 2007-01-09  Michael Olson  <mwolson@gnu.org>
891         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
892         comments higher priority than tags.  Thanks to Stefan van der Walt
893         for the report.
895 2007-01-08  Michael Olson  <mwolson@gnu.org>
897         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
898         argument rather than calling match-string.  Thanks to Stefan van
899         der Walt for the report.  This should fix a bug with publishing
900         <include file="..." markup="example">.
902 2007-01-06  Michael Olson  <mwolson@gnu.org>
904         * Makefile (debclean): New rule split from debrevision and
905         debrelease.
906         (debbuild): Take distributor into account.
908         * Makefile.defs (DISTRIBUTOR): New field that tracks what
909         vendor/distributor we are building for.
911 2007-01-04  Michael Olson  <mwolson@gnu.org>
913         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
914         line.
916         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
917         point to muse-publish-src-tag by default, since <src> and
918         <example> have different parameters.
919         (muse-publish-src-tag): New barebones publishing function for
920         <src>, which is superseded when publishing in an HTML-based style.
922 2007-01-03  Michael Olson  <mwolson@gnu.org>
924         * lisp/muse-html.el (muse-html-src-tag): Document.
926         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
927         command that calls a given tag on the current buffer.  Attributes
928         may be passed.
929         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
930         it.
931         (muse-publish-srcify-buffer): New function that allows
932         markup="src" in the <include> tag.
933         (muse-publish-get-and-delete-attr): New macro that gets an
934         attribute from a list and removes the first instance of that
935         attribute from said list.
936         (muse-publish-markup-attribute): Handle markup="src".
937         (muse-publish-command-tag, muse-publish-include-tag): Use
938         muse-publish-get-and-delete-attr.  This allows the remaining
939         attributes to be passed.
941         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
942         as changes to <command> and <include>.
944 2006-12-30  Michael Olson  <mwolson@gnu.org>
946         * NEWS: Update.
948         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
949         from muse-publish-math-tag to avoid conflict with
950         muse-latex2png.el.
952 2006-12-23  Michael Olson  <mwolson@gnu.org>
954         * lisp/muse-latex2png.el: Update header, since this has been
955         rewritten sufficiently to not need an assignment from the original
956         author.
957         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
958         (muse-latex2png): Use two underscores to separate prefix and hash.
959         (muse-latex2png-region): New function split from
960         muse-publish-latex-tag that can be used easily by other code.
961         Detect whether we are using an HTML-based publishing style, and
962         insert a simpler markup if we are not.  If we are using a
963         Latex-based publishing style, do not generate an image, and leave
964         the region alone.  Return the path of the generated image, in case
965         other functions want to use this programmatically.
966         (muse-publish-latex-tag): Set a default prefix based on the name
967         of the current file.
968         (muse-publish-math-tag): New tag that surrounds the region with
969         "$" characters, so that it becomes a Latex math region, and then
970         publishes it.
972         * lisp/muse-publish.el (muse-style-derived-p): New function that
973         returns non-nil if a given style, or the current style if omitted,
974         is equal to or derived from the given base style.  This is useful
975         in <lisp> tags, because it allows the user to specify markup that
976         is only to be inserted for one particular style.
978 2006-12-22  Michael Olson  <mwolson@gnu.org>
980         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
981         (muse-html-src-tag): New function which publishes the <src> tag.
982         Thanks to Clinton Ebadi and Charles Wang for the initial
983         implementations.
985         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
987 2006-12-21  Michael Olson  <mwolson@gnu.org>
989         * examples/johnw/muse-johnw.el: Update for preferred
990         muse-derive-style usage.  Rename to muse-init.el.
992         * examples/mwolson/muse-init.el: Update.
994         * lisp/muse-book.el (muse-book-publish): New function split from
995         muse-book-publish-project.  This is used in the definitions for
996         the book-latex and book-pdf styles.
997         (muse-book-publish-p): New function split from muse-book-publish.
998         (muse-book-get-directives): New function that retrieves the
999         publishing directives from the given file.
1000         (muse-book-publish): Use muse-book-get-directives to set the title
1001         if no title was specified.
1003         * lisp/muse-project.el (muse-project): Add :publish-project entry
1004         to widget.
1005         (muse-read-project, muse-project-find-file): Message fix.
1006         (muse-project-publish-file-default): New function split from
1007         muse-project-publish-file.
1008         (muse-project-publish-file): Allow file-level publishing function
1009         to be specified by the :publish element.  The default is
1010         muse-project-publish-file-default.
1011         (muse-project-publish-default): New function split from
1012         muse-project-publish.
1013         (muse-project-publish): Allow project-level publishing function to
1014         be specified by :publish-project element.  The default is
1015         muse-project-publish-default.
1017         * lisp/muse-publish.el (muse-publish-file): Message fix.
1019         * texi/muse.texi (Book): Mention new way to publish books and
1020         provide an example, since the process may be non-obvious.
1022 2006-12-20  Michael Olson  <mwolson@gnu.org>
1024         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
1025         content-modifying code from the rest of
1026         muse-docbook-finalize-buffer.
1028         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
1029         muse-groff-finalize-buffer, since it adds content to the buffer.
1031         * lisp/muse-html.el (muse-html-munge-buffer): Split out
1032         content-modifying code from the rest of muse-html-finalize-buffer.
1033         This fixes a bug when using <include> with <content> tags.
1035         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
1036         (muse-journal-latex-munge-buffer)
1037         (muse-journal-rss-munge-buffer): Rename, since they add content to
1038         the buffer.
1040         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
1041         muse-latex-finalize-buffer, since it adds content to the buffer.
1043         * lisp/muse-mode.el:
1044         * lisp/muse-project.el:
1045         * lisp/muse-publish.el:
1046         * lisp/muse.el: Fix recursive load error.
1048         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
1049         muse-texinfo-finalize-buffer, since it adds content to the buffer.
1051         * lisp/muse-wiki.el: Comment cleanup.
1053         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
1055 2006-12-17  Michael Olson  <mwolson@gnu.org>
1057         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
1058         Remove the definition of \comment, since Latex already has comment
1059         syntax.
1060         (muse-latex-markup-strings): Use the Latex comment syntax, rather
1061         than our own.  Thanks to Ryan Stutsman for pointing this out.
1063 2006-12-02  Michael Olson  <mwolson@gnu.org>
1065         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
1066         that this can generate a proper table of contents for Planner HTML
1067         publishing.
1069 2006-12-01  Michael Olson  <mwolson@gnu.org>
1071         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
1072         using a very old Emacs, avoid an infinite loop that could occur
1073         when the regexp is an empty string.
1075 2006-11-26  Michael Olson  <mwolson@gnu.org>
1077         * NEWS: Bring up to date.
1079         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
1080         list issues and multiple-stanza verse issues.  This takes care of
1081         all of the markup issues I was worried about.
1083         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
1084         (muse-project-publish-private-files): New option that indicates
1085         whether files with private filesystem permissions should be
1086         published.  The default is to publish them, since it avoids
1087         confusion in new users.
1088         (muse-project-private-p): Use it.
1090 2006-11-19  Michael Olson  <mwolson@gnu.org>
1092         * lisp/muse-project.el (muse-project-resolve-link): If no remote
1093         style is found, which means that the link is not a Muse page, do
1094         not add a suffix or prefix to it.  This should fix the
1095         "[[thing.owl]]" bug that Phillip Lord reported.
1097         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
1098         removing unused 2nd argument.
1100 2006-11-17  Michael Olson  <mwolson@gnu.org>
1102         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
1103         latex publishing where nested enumerated lists would be squashed
1104         together at the end.
1106 2006-11-16  Michael Olson  <mwolson@gnu.org>
1108         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
1109         list embedded in a definition list look right.  This also allows
1110         for definitions to be separated from their terms, much like the
1111         way HTML does it by default, if the user puts a blank line or a
1112         line break between the term and the definition.  If the term and
1113         definition are on the same line, they will be that way in the
1114         output as well.
1116 2006-11-11  Michael Olson  <mwolson@gnu.org>
1118         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
1119         for the report.
1120         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
1122 2006-11-07  Michael Olson  <mwolson@gnu.org>
1124         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
1125         release candidate for Muse 3.03, available.
1127         * NEWS: Update.
1129 2006-11-06  Michael Olson  <mwolson@gnu.org>
1131         * lisp/muse-project.el (muse-project-find-file): Fix bug when
1132         following a relative link worked even when the path was incorrect.
1134 2006-11-04  John Sullivan  <john@wjsullivan.net>
1136         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
1137         muse-follow-name-at-point to reduce collisions with other
1138         modes (Planner).
1140         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
1142 2006-11-04  Michael Olson  <mwolson@gnu.org>
1144         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
1145         optional, and make interwiki delimiter a regular rather than shy
1146         group.
1147         (muse-wiki-handle-implicit-interwiki): Rename from
1148         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
1149         (muse-wiki-handle-explicit-interwiki): New function that is
1150         smarter about where an explicit link ends in a buffer.  This
1151         allows you to refer to page names with invalid Wiki characters,
1152         such as underscores and dashes, merely by enclosing them in double
1153         brackets.  Also, a bug with recognizing project names too loosely
1154         has been fixed.
1156 2006-11-03  Michael Olson  <mwolson@gnu.org>
1158         * lisp/muse-project.el (muse-project-page-file): Make relative
1159         links work as expected, hopefully.
1161         * lisp/muse-publish.el (muse-publish-this-file): Set the current
1162         output style manually, since it will differ from anything in the
1163         publishing style list.
1165 2006-10-30  Michael Olson  <mwolson@gnu.org>
1167         * lisp/muse-colors.el (muse-colors-markup): Remove note about
1168         grouping elements, since that no longer applies.
1169         (muse-colors-custom-tags): Explicitly match against
1170         muse-tag-regexp to get the match-data set the way we want.  This
1171         really fixes the <example> highlighting bug that Stefan reported.
1172         (muse-configure-highlighting): Set the original value to the
1173         symbol, not the modified value.  Re-use modified rules properly.
1175         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
1176         introduced yesterday.
1178 2006-10-29  Michael Olson  <mwolson@gnu.org>
1180         * examples/mwolson: Update my example configuration.
1182         * NEWS: Update.
1184         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
1185         without a regexp in the first position before iterating through
1186         them to build muse-colors-vector.  This fixes a bug with the
1187         display of <example> tags.  Thanks to Stefan Reichör for the
1188         report.
1190         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
1191         files in projects to be linked to.
1193         * lisp/muse-publish.el (muse-publish-url): Allow the original link
1194         to serve as a description for a URL, as long as it differs from
1195         the destination URL.  This fixes the description of WikPage links
1196         in PDF output.
1197         (muse-publish-link-file): Check to see whether the given link
1198         points at a valid file.  If so, return it.  Otherwise, apply other
1199         transforms like prefix and link suffix.
1201         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
1202         "/", it is a file or directory, not a Muse page.  Thanks to
1203         Phillip Lord for the suggestion.
1205         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
1206         of the current page as the local path, instead of duplicating the
1207         remote file's path.  This probably fixes at least one reported
1208         bug. since it's quite major.
1209         (muse-wiki-update-project-file-regexp)
1210         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
1211         passed to regexp-opt, since that can cause Emacs 21 to throw an
1212         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
1213         DOT edu for the report.
1214         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
1216 2006-10-28  Michael Olson  <mwolson@gnu.org>
1218         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
1219         (muse-project-resolve-link): If the given style does not have a
1220         link-suffix, default to suffix.  This fixes a bug I was noticing
1221         when linking to a file that was published in both PDF and HTML
1222         form.
1224         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
1225         function that is used as a callback to determine the initial
1226         amount of indentation that the current dl item has.
1227         (muse-publish-surround-dl): Use it.  Pass the initial indent value
1228         and the post-indent value, instead of trying to determine them
1229         both.
1230         (muse-publish-strip-list-indentation): New function stripped from
1231         `muse-publish-surround-text' for readability.
1232         (muse-publish-surround-text): Instead of taking a determine-indent
1233         value, take a determine-indent-func function, which is called just
1234         after finding the next list item.  If we are asked to determine
1235         the amount of indentation, concatenate indent and post-indent the
1236         first time around.  This effectively fixes all known definition
1237         list issues.
1239 2006-10-16  Michael Olson  <mwolson@gnu.org>
1241         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
1242         other software -- namely, Planner -- can detect whether they are
1243         using a version of Muse that supports nested tags.
1244         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
1245         muse-publish-goto-tag-end.
1247         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1248         Adapt for nested tags.
1250         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1251         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1252         this.
1254         * lisp/muse-publish.el (muse-publish-markup-tag)
1255         (muse-publish-quote-tag): Use muse-goto-tag-end.
1257         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1259 2006-10-15  Michael Olson  <mwolson@gnu.org>
1261         * AUTHORS: Bookkeeping.
1263         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1264         tag.
1266         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1267         tags.
1269         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1271         * lisp/muse-import-docbook.el (muse-import-docbook)
1272         (muse-import-docbook-files): Docfix.
1273         (muse-import-docbook-get-title): Remove cl.el-ism.
1275         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1277         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1279         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1281         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1282         (muse-next-reference, muse-previous-reference): Minor whitespace
1283         changes.
1284         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1285         the suggestion.
1287         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1289         * lisp/muse-publish.el (muse-publish-markup-tags)
1290         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1291         element and make 4th element determine whether tags are nestable.
1292         (muse-publish-goto-tag-end): New function that moves to the end of
1293         a tag.  Handle nested tags when NESTED is non-nil.
1294         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1295         5th element for function.
1296         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1297         this on several scenarios, and it seems to work.
1298         (muse-publish-surround-text): Accept new optional argument
1299         LIST-ITEM which determines the regexp to use for list items.  The
1300         default is to use muse-list-item-regexp.
1302         * muse.texi (Markup Tags): Mention nestable tags.
1304         * NEWS: Mention new files.
1306 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1308         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1309         into Muse format.
1311         * lisp/muse-import-xml.el: New file that provides helper routines
1312         for converting XML-ish files to Muse format.
1314 2006-10-10  Michael Olson  <mwolson@gnu.org>
1316         * NEWS: Update for 3.02.7 bugfix release.
1318 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1320         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1321         using the value in the muse #date directive.
1322         (muse-blosxom-use-metadate): New option that determines whether or
1323         not to use the #postdate directive.
1324         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1325         metadate plugin format.
1327 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1329         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1330         recognised URLs.
1332         * muse.texi: Clarify handling of implicit links by mentioning
1333         which characters can prevent Muse from recognizing something as an
1334         implicit link.
1336 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1338         * lisp/muse-mode.el (muse-next-reference)
1339         (muse-previous-reference): Fix bug #6367 by moving point to the
1340         beginning of the link.
1342 2006-09-26  Michael Olson  <mwolson@gnu.org>
1344         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1345         beginning-of-line.  This should fix a bug that was noticed in
1346         recent Emacs 22 builds.
1348         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1349         eval-and-compile block to avoid a compiler warning.
1351 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1353         * lisp/muse-backlink.el (muse-backlink-split-string):
1354         Compatibility with Emacs versions < 22
1355         (muse-backlink-pending): New internal variable
1356         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1357         that backlinks are inserted at the right time.
1358         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1359         for pending backlink, and that this is the targe page.
1360         (muse-backlink-handle-link): Don’t handle the link if we are
1361         already handling one. Return the link as well as the parent links.
1363 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1365         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1366         #6942 - muse-blosxom-new-entry fails when using tags.
1368 2006-09-14  Michael Olson  <mwolson@gnu.org>
1370         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1371         compiler warning.
1373 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1375         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1376         function: Protect all wikiwords from START to END from further
1377         processing.
1378         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1380 2006-09-13  Michael Olson  <mwolson@gnu.org>
1382         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1383         adopted from Jim Ottaway's patch.  It removes links from the
1384         heading, and then marks the region read-only to inhibit WikiWord
1385         detection.
1387 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1389         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1390         special handling for headings.
1391         (muse-texinfo-remove-links): New function that removes explicit
1392         links from the given strings, replacing them with a description.
1394 2006-09-11  Michael Olson  <mwolson@gnu.org>
1396         * muse.texi (Getting Help and Reporting Bugs): Mention the
1397         muse-el-internationalization mailing list.
1399         * lisp/muse.el (muse-path-sans-extension): New function that acts
1400         like file-name-sans-extension, but guarantees to never modify the
1401         directory part of the path.  Thanks to Evan Monroig for
1402         investigating this.
1404         * lisp/muse-book.el (muse-book-publish-project): Use
1405         muse-path-sans-extension instead of file-name-sans-extension.
1407         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1408         Ditto.
1410 2006-08-30  Michael Olson  <mwolson@gnu.org>
1412         * muse.texi (Blosxom Requirements): Fix typo.
1414         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1415         directories for bzr and darcs.
1417         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1418         contrib/pyblosxom/getstamps.py: Update version and headers.
1420 2006-08-27  Michael Olson  <mwolson@gnu.org>
1422         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1423         nil values before they get to mapconcat.  This fixes a lockup when
1424         muse-wiki-match-all-project-files is nil.
1426         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1427         (muse-wiki-ignore-implicit-links-to-current-page)
1428         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1429         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1430         (muse-wiki-publish-small-title-words)
1431         (muse-wiki-publish-pretty-title): Docfix.
1432         (muse-wiki-update-local-wikiword-regexp): Rename from
1433         muse-wiki-update-local-wikiword-regexp.  Set
1434         muse-wiki-project-file-regexp instead of
1435         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1436         take muse-wiki-use-wikiword into account, since this is a
1437         different concept now.
1438         (muse-wiki-update-wikiword-regexp): Remove.
1439         (muse-wiki-wikiword-regexp): In-line the :set function.
1440         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1442 2006-08-26  Michael Olson  <mwolson@gnu.org>
1444         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1445         for indented list items, ignore blank lines.
1447         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1448         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1449         mapconcat.  This should hopefully fix a problem with large amounts
1450         of files with spaces in their name.  Thanks to Greg Detre for the
1451         report.
1453 2006-08-24  Michael Olson  <mwolson@gnu.org>
1455         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1456         numbers from the argument to format-time-string.  This fixes an
1457         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1459 2006-08-18  Michael Olson  <mwolson@gnu.org>
1461         * lisp/muse-project.el (muse-project-file-entries): Since we are
1462         given a full path, match against the filename as well.  This fixes
1463         an issue where backup files were being added to the file alist.
1465         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1466         from muse-html.el.
1468 2006-08-12  Michael Olson  <mwolson@gnu.org>
1470         * Makefile (.PHONY): Don't use line continuations.
1471         (realclean fullclean): Call realclean in subdirs, not distclean.
1472         (distclean): Don't call realclean, since this would wipe out our
1473         autoloads file.
1474         (dist): Use correct path to autoloads file.
1476         * NEWS: Catch up with the latest changes.
1478         * experimental/Makefile (.PHONY): Wrap long line.
1480         * lisp/Makefile (distclean): Do the same thing as "clean", not
1481         "realclean".
1483         * lisp/muse-project.el (muse-project-get-applicable-style):
1484         Indentation tweak.
1485         (muse-project-ignore-regexp, muse-project-recurse-directory):
1486         Docfix.
1487         (muse-project-of-file): Try the ignored files regexp against the
1488         base filename as well as the entire path.
1490         * lisp/muse-publish.el (muse-publish-this-file): Display message
1491         if the buffer is not associated with any file, so that we avoid
1492         errors later on.
1493         (muse-publish-url-desc): New function taken from muse-publish-url
1494         that causes a URL description to be transformed.
1495         (muse-publish-url): Call muse-publish-url-desc on either the
1496         description or the original URL if it will be used as a
1497         description.  Accept the original URL as an argument, in case it
1498         was transformed earlier.
1499         (muse-publish-insert-url): Pass original URL as an argument.
1500         (muse-publish-markup-link): Make this somewhat easier to follow.
1501         Pass original URL as argument.
1502         (muse-publish-get-style): If the same style is used to publish to
1503         two different directories, prompt the user for which directory to
1504         use.
1505         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1506         latest changes.
1507         (muse-publish-markup-url): Pass original URL as an argument.  This
1508         fixes the "nil" description for bare URLs that was in 3.02.91.
1509         Nothing like finding a bug just after completing the announcement
1510         of a release.
1512         * lisp/muse.el: Use defalias whenever convenient.
1513         (muse-version): Set version to 3.02.92 (3.03 RC2).
1515 2006-08-10  Michael Olson  <mwolson@gnu.org>
1517         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1518         style does not derive from any other class, return `t' here.
1519         This, along with the corresponding change to muse-publish.el,
1520         fixes a problem with the table of contents getting inserted
1521         multiple times for custom html-based styles.
1522         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1523         smarter method for table centering that works with XHTML.
1525         * lisp/muse-latex2png.el Rename all functions to have a
1526         "muse-latex2png" prefix.  Turn all variables into customizable
1527         options in the muse-latex2png group.
1528         (muse-latex2png-img-dest): New option specifying where to place
1529         the images.
1530         (muse-latex2png-template): New option containing the template to
1531         use for the surrounding LaTeX code.
1532         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1533         compliance.
1534         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1535         messages when something else goes wrong.  Create the image
1536         subdirectory if it doesn't exist already -- thanks to Christian
1537         Straßer for the report.  Expand the filename properly.
1538         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1539         and filename expansion.
1540         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1541         the default directory properly.
1543         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1544         do not run the same function twice.
1546 2006-08-08  Michael Olson  <mwolson@gnu.org>
1548         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1549         introduced wrong-type-argument error.
1551         * lisp/muse-html.el (muse-html-markup-strings)
1552         (muse-xhtml-markup-string): Cause table definition that contains
1553         image to be center-aligned.  This should fix an issue with images
1554         not being centered when captions are very long.
1556         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1557         whitespace from fields once we have split them up.
1559         * lisp/muse.el (muse-trim-whitespace): New function that strips
1560         leading and trailing whitespace from a string.
1562 2006-08-07  Michael Olson  <mwolson@gnu.org>
1564         * NEWS: Update through patch-95.
1566         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1567         to match the tags.
1568         (muse-colors-explicit-link): Show images in link descriptions if
1569         inlined images are enabled.
1571         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1572         definitions for 'image-with-desc, 'image, and 'image-link.
1573         (muse-docbook-markup-paragraph): If an inlined image begins a
1574         paragraph, insert <para> before it.
1575         (muse-docbook-fixup-images): New function that upper-cases the
1576         "format" attribute of the <imagedata> tag.
1577         (muse-docbook-finalize-buffer): Call it.
1579         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1580         with descriptions as centered tables, with a centered caption
1581         underneath.  The resulting look is consistent with the way that
1582         they are published in the LaTeX style.  Thanks to Jody Klymak for
1583         the suggestion.
1584         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1585         valid way to center a table.
1586         (muse-html-markup-paragraph): Use class="image" instead of
1587         "image-link" for paragraphs that start with an embedded image.
1589         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1590         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1591         suggestion.
1592         (muse-latex-markup-specials-image): New option that enables
1593         escaping of specials in images.  This was split from the URL
1594         specials.
1595         (muse-latex-decide-specials): Handle 'image context.
1596         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1597         of relying on caller to do this for us.
1599         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1600         'image context.
1601         (muse-publish-url): Use 'image context for images.  Use 'image
1602         instead of 'image-link and 'image-link in place of
1603         'url-with-image.  Separate the image file from its extension so
1604         that docbook and texinfo can publish images correctly.
1605         (muse-publish-markup-link): Don't force a description if one is
1606         not given.  This fixes a bug where images without descriptions
1607         were being published as 'image-with-desc instead of 'image.
1609         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1610         images the same as URLs.
1611         (muse-texinfo-markup-strings): Improve image markup to achieve an
1612         effect similar to that of the LaTeX publishing style.  Simplify
1613         'url string.
1615         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1617         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1618         when we have to use the custom version of this function.
1620         * muse.texi (Images): Explain how to toggle inlining of images and
1621         give better examples.  Mention captions and that captioned images
1622         should not be used inside of text paragraphs.
1623         (Markup Strings): Bring up-to-date with the changes made since
1624         3.02.
1626 2006-08-06  Michael Olson  <mwolson@gnu.org>
1628         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1629         in the Emacs source tree.
1631         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1632         in the Emacs source tree.
1634         * ChangeLog.3: New file created from the old ChangeLog.
1636         * Makefile.defs (VERSION): Set to 3.02.91.
1638         * NEWS: Update through patch-84.
1640         * lisp/muse.el (muse-version): Set to 3.02.91.
1642         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1643         attributes.
1644         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1645         delimiter are instead of hard-coding it.
1647         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1648         (muse-mode): Make filling definition lists work better.  This
1649         should fix #5359.
1651         * lisp/muse-publish.el (muse-style-run-hooks): Use
1652         `muse-style-element' instead of `muse-get-keyword' here.  This
1653         should fix #6399.
1655         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1657 See ChangeLog.3 for earlier changes.
1659 ;; Local Variables:
1660 ;; coding: utf-8
1661 ;; End: