Release Emacs Muse 3.03!
[muse-el.git] / ChangeLog
blobe6444b2ecd14305e662190d97e52ed9d3db6d6b4
1 2007-06-17  Michael Olson  <mwolson@gnu.org>
3         * examples/QuickStart.muse: Make images local so that the Info
4         version of this document works.  Add <example> for the Literal
5         paragraphs chapter, so that it is clear what is happening.
7         * Makefile: Add elpa target, which is used for building an ELPA
8         package for Muse.
10         * Makefile.defs (ELPADIR, ELPADESC): New variables used for
11         building ELPA packages.
13         * examples/Makefile (%.html, %.pdf, %.info): Add message to
14         indicate what we are publishing.
15         (realclean distclean fullclean): Remove all TeX crud.
17         * examples/emacs-muse.png, examples/muse-made-with.png: Include so
18         that the Info version of QuickStart can publish correctly.
20         * lisp/muse-latex.el (muse-latex-slides-header)
21         (muse-latex-lecture-notes-header): Docfix.
23         * lisp/muse-publish.el (muse-publish-markup-list): Remove unused
24         variable.
26         * lisp/muse-texinfo.el (muse-texinfo-process-natively): Set
27         default to nil, since texinfmt.el is a serious nuisance.
28         (muse-texinfo-markup-strings): Add newlines to begin-example and
29         end-example.
30         (muse-texinfo-decide-specials): Also escape URL-type specials in a
31         whole slew of other contexts.
33         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
34         muse-xml.
36         * lisp/muse-xml.el (muse-xml-footer): Docfix.
38         * lisp/muse.el (muse-version): Release Emacs Muse version 3.03.
40 2007-06-16  Michael Olson  <mwolson@gnu.org>
42         * etc/IDEAS.muse: Add some ideas from David D. Smith.
44         * examples/QuickStart.muse: Overhaul.
46         * lisp/muse-project.el (muse-project): Call the last part of a
47         muse-project-alist entry "Output styles" rather than "styles".
49         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
50         where we have a pipe character at the beginning of line.
52         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
53         causing tables to not be sorted at all.
55         * texi/muse.texi: Overhaul.  It would be too time-consuming to
56         list all of the changes here.  The "Getting Started" and
57         "Projects" chapters, in particular, were heavily revised.
59 2007-06-15  Michael Olson  <mwolson@gnu.org>
61         * NEWS: Update.
63         * examples/QuickStart.muse: Mention new features.
65         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
66         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
67         terminal, and C-c TAB is more important.  Most people will not
68         want to toggle images on and off that often.
70         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
71         C-i as well, so that it works in the terminal.
73         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
74         look a bit tidier when removing the region.
76         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
77         list regexp part before other parts.
78         (muse-ol-item-regexp): New regexp that specifies how to match an
79         ordered list item.
80         (muse-ul-item-regexp): New regexp that specifies how to match an
81         unordered list item.
82         (muse-table-field-regexp): New regexp that specifies how to match
83         a definition list entry.
85         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
86         lack of support for @headitem in texinfmt.el.
88         * lisp/muse.el: Wrap muse-line-beginning-position and
89         muse-line-end-position in `eval-and-compile', since they are now
90         used in muse.el.
91         (muse-list-item-type): Use a simpler algorithm for detecting which
92         kind of list item we have.  This fixes a bug where a number in a
93         definition list term was being detected incorrectly as an ordered
94         list item.  Fixes bug #6250.
95         (muse-forward-list-item): Get the entire line with the list item.
96         For some reason, Emacs 21 was not populating match 2 correctly,
97         unlike Emacs 22, so this workaround was needed.
99         * texi/muse.texi: (Keystroke Summary): Remove C-c
100         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
101         alternative keybinding to the C-c TAB stuff.  Mention
102         muse-colors-toggle-inline-images.
104 2007-06-14  Michael Olson  <mwolson@gnu.org>
106         * README: Mention that RelaxNG schema is in etc/ directory.
108         * etc/emacs-wiki-migration.txt: New document that explains how to
109         migrate from emacs-wiki to Muse.
111         * etc/muse.rnc: Increment version number to 1.0.  Fix several
112         nested emphasis and nested lists edge cases.  Move here from
113         examples/.
115         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
116         same thing as C-c C-S-t, since the former works better in the
117         console.  Thanks to Leo for the suggestion.
119         * lisp/muse-publish.el (muse-publish-markup-table)
120         (muse-publish-markup-table-el): Include a newline in the return
121         string, so that paragraph detection does not get confused.
123         * lisp/muse.el (muse-with-temp-buffer): Docfix.
125         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
126         keybinding.
128 2007-06-13  Michael Olson  <mwolson@gnu.org>
130         * etc/IDEAS.muse: Mark three-part-links item as done.
132         * experimental/muse-message.el: Remove guard for muse-define-style
133         calls.
135         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
136         markup rules were being interpreted in reverse order.  This should
137         make implicit interwiki links work properly again.
138         (muse-link-face): Strip anchor from end of a path, so that this
139         works with anchors in interwiki links.
140         (muse-colors-insert-image): Catch error that occurs in Emacs 21
141         when an image does not exist.
143         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
144         anchors.
145         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
146         interwiki links work.  Thanks to Jim Ottaway for the initial
147         implementation.
148         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
149         links work.
151         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
152         about match 0.
153         (muse-handle-explicit-link): Docfix: this does not modify the
154         match data.
155         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
156         that has the regexp in its car.
158 2007-06-12  Michael Olson  <mwolson@gnu.org>
160         * README: Document new etc/ directory.
162         * etc/IDEAS.muse: Install things from new contributors just after
163         the 3.03 release, since I won't have time to review the code
164         before the release.  Move to new etc/ directory.  Slides
165         publishing has been installed.
167         * lisp/muse-latex.el (muse-latex-slides-header): New option that
168         determines the header to use for publishing slides.
169         (muse-latex-lecture-notes-header): New option that determines the
170         header to use for publishing lecture notes.
171         (muse-latex-slides-markup-tags): New option containing tags to use
172         when publishing slides.
173         (muse-latex-permit-contents-tag): Move higher in file.
174         (muse-latex-slide-tag): New function to publish the <slide> tag.
175         ("slides", "slides-pdf"): New publishing styles that create slides
176         using Beamer.
177         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
178         create lecture notes using Beamer.
180         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
181         since otherwise Planner is not happy when `plan' is called during
182         init.  Remove stray quote from autoload snippet.
184 2007-06-11  Michael Olson  <mwolson@gnu.org>
186         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
187         autoload, rather than having it exist at top-level.  Thanks to Leo
188         for the suggestion.
189         (muse-update-file-extension): Docfix.
191 2007-06-10  Michael Olson  <mwolson@gnu.org>
193         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
194         URLs were being removed during publishing.  Thanks to everyone who
195         reported this.
197 2007-06-06  Michael Olson  <mwolson@gnu.org>
199         * lisp/muse-regexps.el (muse-table-line-regexp)
200         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
201         regexps so that they work with XEmacs 21.  Thanks to Adrian
202         Tritschler for the report.
204         * texi/muse.texi: Update copyright years.
205         (HTML): Document muse-xhtml-style-sheet.  Thanks
206         to thorne for noticing.
207         (Development): Change archive year to 2006.  Thanks to Adrian
208         Tritschler for noticing.  So *that's* why some people had the 2005
209         version ....
211 2007-06-05  Michael Olson  <mwolson@gnu.org>
213         * Makefile (install-info): Remove $(MANUAL).info part, since this
214         is taken care of already by texi/Makefile.  Thanks to Leo for the
215         report.
217         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
218         read-only properties to qotd contents, so that they don't get
219         double-escaped.  Thanks to Leo for the report.
221 2007-06-04  Michael Olson  <mwolson@gnu.org>
223         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
224         -- that is, Tramp or ange-ftp -- file, then do not call
225         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
226         Fixes bug #5115.
228         * lisp/muse-html.el (muse-html-insert-contents): Add
229         documentation.  Handle case where heading is read-only, but has
230         muse-contents property.  Remove the muse-contents property for any
231         heading we come across so as to avoid double-including an item in
232         an outer table of contents.
233         (muse-html-denote-headings): New function that denotes whether a
234         heading is not read-only by adding the muse-contents property to
235         it.
236         (muse-html-munge-buffer): If we are not to generate contents,
237         still denote headings, in case some outer layer wants to generate
238         contents for our headings.  This should fix a bug with table of
239         contents and the <include> tag.  Thanks to thorne for the report.
241         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
242         muse-publish-generate-contents and set it to nil.  This should
243         do the right thing when using <include> tags.
245 2007-06-02  Michael Olson  <mwolson@gnu.org>
247         * NEWS: Update for non-inlined image change and support for
248         table.el style tables.
250         * examples/Makefile (clean): Clean backup files.
252         * examples/QuickStart.muse (Images): New section that describes
253         how to inline and not inline images.
255         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
256         touch images that have "URL:" in front of them.
258         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
259         "URL:".  Use the identity function to resolve, since we don't want
260         to rip "URL:" out while publishing, due to some magic that depends
261         on that text.
262         (muse-browse-url-url): New function that browses URLs that have
263         "URL:" in front of them, by removing the "URL:" part and
264         reprocessing the remainder.
266         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
267         (muse-publish-url): Recognize images in the description before
268         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
269         for the suggested workaround.
270         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
271         default value.
272         (muse-publish-classify-url): If target begins with "URL:" return
273         type url.
274         (muse-publish-strip-URL): New function that strips "URL:" from the
275         beginning of a string.  This is used to remove URL: from the link
276         description.  * texi/muse.texi (Markup Strings): Clarify the
277         meanings of image-link, link, and link-and-anchor.
278         (muse-publish-markup-regexps): Move normal table rule to 2350.
279         Rule 2300 is now a regexp that matches table.el-style tables.
280         (muse-publish-markup-functions): Add table-el entry.
281         (muse-publish-table-el-table): New function that given a variant,
282         publishes a table.el-style table using the table in the matched
283         region.
284         (muse-publish-markup-table-el): New function that determines
285         whether the table.el-style table can be published, and what
286         variant to use.
288         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
289         the borders of table.el-style tables.
291         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
292         the table has sufficient whitespace in front of it.
294         * texi/muse.texi (Images): Update for new non-inlined image
295         ability and provide example.
297 2007-05-31  Michael Olson  <mwolson@gnu.org>
299         * NEWS: Add example for setting `muse-html-table-attributes'.
301         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
302         Publish multiple tbody tags if there is a horizontal separator
303         after the heading, because that is valid HTML after all.
305 2007-05-30  Michael Olson  <mwolson@gnu.org>
307         * NEWS: Update.
309         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
310         horizontal separators in tables.
312         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
313         horizontal separators in tables.
314         (muse-publish-trim-table): New function to remove initial and
315         final blank columns from a table.
316         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
317         with horizontal separators, aka "hlines".
319         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
320         defines the syntax of a horizontal separator in a table.
322         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
323         horizontal separators.  Publish header lines correctly.
325         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
326         where we have nonnumbers as a row type.  This ignores sorting for
327         hlines.
328         (muse-xml-markup-table): Deal with horizontal separators.  If the
329         markup supports table groups, make hlines separate table groups.
330         Otherwise, ignore them, since they cannot be marked up.  Together,
331         these changes allow us to support orgtbl-mode tables.  Thanks to
332         Carsten Dominik for the suggestion.
334 2007-05-26  Michael Olson  <mwolson@gnu.org>
336         * lisp/muse-project.el (muse-project-alist-styles): Allow for
337         other things to be added to each generated style as well.  For
338         example, this permits me to add
339         :base-url "http://blog.mwolson.org/"
340         for my blog.
342 2007-05-25  Michael Olson  <mwolson@gnu.org>
344         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
345         way of building Debian packages that preserves the original
346         release tarball and is more modular.
347         (debrevision, debrelease): Remove.
348         (dist): No need to remove the debian/ directory, since it is now
349         in its own branch.
350         (debprepare): Copy over debian/ directory properly.
352         * NEWS: Update.
354         * examples/Makefile (clean): Remove QuickStart.texi, in case
355         something went wrong during the build.
356         (%.pdf): Publish the example using the normal pdf style, rather
357         than info-pdf.
359         * examples/QuickStart.muse: Add myself to the authors list.
361         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
362         sufficient blank lines before the tag.
364         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
365         we have sufficient blank lines before the tag.
367         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
368         specifies the program to call in order to generate PDF content
369         from LaTeX content.
370         (muse-latex-pdf-cruft): New option that specifies the extensions
371         of files to remove after generating PDF output successfully.
372         (muse-latex-pdf-generate): Use these new options.  Work around the
373         annoying edge case where a tilde character exists in the filename
374         or directory path -- now this can only error out when the relative
375         path from the output file to the source file contains a tilde,
376         which is far less likely.
378         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
379         muse-publish-ensure-block here after all, because <lisp> et al may
380         occur inline as part of other things.
382         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
383         occur after full-document escaping, rather than before.  This
384         prevents automatically-inserted Texinfo code from being escaped.
385         (muse-texinfo-pdf-generate): Rewrite to call
386         `muse-latex-pdf-generate' with pdftex as the generating binary,
387         because texi2pdf suffers irredeemably from the tilde edge case
388         mentioned above.
390 2007-05-24  Michael Olson  <mwolson@gnu.org>
392         * NEWS: Drop vague entries and position interesting entries closer
393         to the top of each section.  Update for new changes.
395         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
396         and bzr metadata directories to the list of things to ignore.
398         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
399         `muse-publish-ensure-block-tag', since we will use it for more
400         than just tags.
401         (muse-publish-markup-list, muse-publish-verse-tag)
402         (muse-publish-quote-tag, muse-publish-example-tag)
403         (muse-publish-markup-attribute): Use it.  This fixes a bug that
404         can occur when these types of markup occur immediately after a
405         paragraph.  It's good to have defined behavior!
407         * texi/muse.texi (Markup Strings): Mention new argument for
408         link-and-anchor.
410 2007-05-19  Michael Olson  <mwolson@gnu.org>
412         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
413         published footnotes and footnote references.  Thanks to Scott
414         Jaderholm for the idea.
416         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
417         link-and-anchor, on the recommendation of the original submitter.
419 2007-05-14  Michael Olson  <mwolson@gnu.org>
421         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
422         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
423         suggestion.
425         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
426         file extension as the fourth argument.
428         * README, texi/muse.texi (Getting Help and Reporting Bugs):
429         Mention the new muse-el-logs mailing list.
431 2007-05-13  Michael Olson  <mwolson@gnu.org>
433         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
434         "\`" here.  This fixes a problem with publishing custom URLs.
436 2007-05-12  Michael Olson  <mwolson@gnu.org>
438         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
439         update the list if the current buffer is associated with a file.
440         This fixes a bug with M-x muse-publish-region in a temporary
441         buffer.
443 2007-05-01  Michael Olson  <mwolson@gnu.org>
445         * lisp/muse-publish.el (muse-publish-region): Remove read-only
446         properties from the published buffer, so that the results can be
447         manually tweaked.
449 2007-04-23  Michael Olson  <mwolson@gnu.org>
451         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
452         find the footnote that goes with a reference, leave the reference
453         as-is.  This fixes an error where control characters could be
454         placed in a published document.
456 2007-04-22  Michael Olson  <mwolson@gnu.org>
458         * IDEAS.muse: Add muse-slides.el to list of things to include
459         before release.
461         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
462         character.
463         (muse-protocol-find): Find protocols correctly.  Rewrite to use
464         catch/throw.
465         (muse-browse-url): Don't concatenate "\`" here.  Together, this
466         fixes a bug with browsing woman:// links.
468         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
469         where entry-dir has a trailing backslash.
470         (muse-project-publish-file): If a style is malformed, skip it and
471         display a warning message.  This should help people figure out
472         where the problem is.
474 2007-04-21  Michael Olson  <mwolson@gnu.org>
476         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
477         yet-to-be-included "contex" publishing style, use "$$" rather
478         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
479         this out.
481 2007-04-20  Michael Olson  <mwolson@gnu.org>
483         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
484         variable that causes the :before and :before-end hooks to be
485         ignored when non-nil.
486         (muse-publish-markup-region): Use it.  Also, guarantee that point
487         is at end of region after publishing.
488         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
489         variable.
491 2007-04-19  Michael Olson  <mwolson@gnu.org>
493         * IDEAS.muse: New file containing a list of ideas we have for new
494         features, or patches that have yet to be applied.
496         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
497         be so confusing.
499         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
500         docstring.
502         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
503         <literal> tags with muse-publish-literal-tag, rather than
504         muse-publish-mark-read-only.
505         (muse-publish-literal-tag): New function that publishes the
506         <literal> tag.  It adds the ability to add the optional "style"
507         and "exact" elements, which cause text to only be included if the
508         current publishing style matches some criteria.  The text will be
509         removed otherwise.  Thanks to Jim Ottaway for the implementation.
510         (muse-publish-mark-up-tag): Let the <markup> tag take the
511         additional optional elements "style" and "exact", with much the
512         same effect as the <literal> improvements, but after calling
513         "function" or publishing the region first.  Make it possible to
514         put <content> tags in <markup> regions in HTML publishing.
516 2007-04-12  Michael Olson  <mwolson@gnu.org>
518         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
519         that a blank line always exists after a heading.  This fixes a bug
520         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
521         for the report.
523         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
524         detection regexp to that which is used in Docbook and HTML
525         publishing styles.
527 2007-04-02  Michael Olson  <mwolson@gnu.org>
529         * README (muse-el-announce): Make a listing of mailing lists,
530         rather than pointing to the old EmacsWikiMailingList page.  Thanks
531         to Andreas Roehler for noticing.
533 2007-04-01  Michael Olson  <mwolson@gnu.org>
535         * lisp/muse-publish.el (muse-publish-date-format): Add
536 `       customization type and group.
537         (muse-publish-region): New interactive function that publishes a
538         region to a new buffer.
540         * texi/muse.texi: Use "document" rather than "manual".
542 2007-03-31  Michael Olson  <mwolson@gnu.org>
544         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
545         expression (muse-style-derived-p "latex" (muse-style "latex"))
546         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
547         for the catch.
549 2007-02-25  Michael Olson  <mwolson@gnu.org>
551         * lisp/muse-publish.el (muse-publish-date-format): New option that
552         specifies how to format the date when publishing Muse pages.
553         Thanks to Thomas Gehrlein for the suggestion.
554         (muse-publish-markup-buffer): Use it.
556 2007-02-23  Michael Olson  <mwolson@gnu.org>
558         * README: Add Prerequisites section to mention which versions of
559         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
560         the suggestion.  Update link destination for Muse's page on
561         emacswiki.org.
563 2007-02-15  Michael Olson  <mwolson@gnu.org>
565         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
566         be not just at beginning of line.  This fixes an error with the
567         <class> tag.  Thanks to Jim Pivarski for the report.
569 2007-02-14  Michael Olson  <mwolson@gnu.org>
571         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
572         whether something is an image before checking to see if it is a
573         URL.  Thanks to ITSUMI ken-ichi for the report.
575 2007-02-13  Michael Olson  <mwolson@gnu.org>
577         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
578         comments that have no text better.  Thanks to fang.lungang for the
579         report.
580         (muse-publish-markup-comment): Deal with case where no comment
581         text is provided.
583 2007-01-23  Michael Olson  <mwolson@gnu.org>
585         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
586         that ensures that at least one blank line exists at the given
587         position.  This is used to avoid paragraph detection problems when
588         block-level tags like <example> immediately follow a paragraph.
589         Thanks to Hans Ekbrand for the report.
590         (muse-publish-example-tag): Use it.
592 2007-01-19  Michael Olson  <mwolson@gnu.org>
594         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
595         previous blank line if we are publishing in Latex.  Otherwise,
596         that wouldn't be the right thing, so leave it be.
598 2007-01-17  Michael Olson  <mwolson@gnu.org>
600         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
601         multiple centered math lines on the same line; keep them on
602         different lines.  Use \[ math-text \] instead of $$math-text$$,
603         since the latter seems to be deprecated.  Thanks to Jody Klymak
604         for the pointer.
606 2007-01-15  Michael Olson  <mwolson@gnu.org>
608         * lisp/muse-latex2png.el (muse-publish-latex-tag)
609         (muse-publish-math-tag): Publish region read-only when current
610         style is Latex-derived, so that Muse does not escape it.
611         (muse-publish-math-tag): If 6 or more spaces come before the tag,
612         surround the region with "$$" rather than "$".  This is the Muse
613         syntax for something centered, so it should be a good fit.
615 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
617         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
618         protocol.
619         (muse-browse-url-man): Change man page URL format.  The code is
620         simpler when the section is left inside parentheses.
621         (muse-browse-url-woman): New function.
623 2007-01-14  Michael Olson  <mwolson@gnu.org>
625         * AUTHORS: Bookkeeping.
627         * lisp/muse-latex2png.el: Associate <math> tag with
628         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
629         Klymak for the report.
630         (muse-publish-math-tag): Use muse-insert-markup for the "$"
631         characters, so they don't get escaped.
633         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
634         make muse-style-derived-p easier to implement.
635         (muse-style-derived-p): If the style is not provided, fetch it and
636         check to see if the car is a string.  This should fix the other
637         problem that was reported.
639         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
640         explains a case where setting muse-file-extension to nil can cause
641         unexpected behavior.
643 2007-01-09  Michael Olson  <mwolson@gnu.org>
645         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
646         comments higher priority than tags.  Thanks to Stefan van der Walt
647         for the report.
649 2007-01-08  Michael Olson  <mwolson@gnu.org>
651         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
652         argument rather than calling match-string.  Thanks to Stefan van
653         der Walt for the report.  This should fix a bug with publishing
654         <include file="..." markup="example">.
656 2007-01-06  Michael Olson  <mwolson@gnu.org>
658         * Makefile (debclean): New rule split from debrevision and
659         debrelease.
660         (debbuild): Take distributor into account.
662         * Makefile.defs (DISTRIBUTOR): New field that tracks what
663         vendor/distributor we are building for.
665 2007-01-04  Michael Olson  <mwolson@gnu.org>
667         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
668         line.
670         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
671         point to muse-publish-src-tag by default, since <src> and
672         <example> have different parameters.
673         (muse-publish-src-tag): New barebones publishing function for
674         <src>, which is superseded when publishing in an HTML-based style.
676 2007-01-03  Michael Olson  <mwolson@gnu.org>
678         * lisp/muse-html.el (muse-html-src-tag): Document.
680         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
681         command that calls a given tag on the current buffer.  Attributes
682         may be passed.
683         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
684         it.
685         (muse-publish-srcify-buffer): New function that allows
686         markup="src" in the <include> tag.
687         (muse-publish-get-and-delete-attr): New macro that gets an
688         attribute from a list and removes the first instance of that
689         attribute from said list.
690         (muse-publish-markup-attribute): Handle markup="src".
691         (muse-publish-command-tag, muse-publish-include-tag): Use
692         muse-publish-get-and-delete-attr.  This allows the remaining
693         attributes to be passed.
695         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
696         as changes to <command> and <include>.
698 2006-12-30  Michael Olson  <mwolson@gnu.org>
700         * NEWS: Update.
702         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
703         from muse-publish-math-tag to avoid conflict with
704         muse-latex2png.el.
706 2006-12-23  Michael Olson  <mwolson@gnu.org>
708         * lisp/muse-latex2png.el: Update header, since this has been
709         rewritten sufficiently to not need an assignment from the original
710         author.
711         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
712         (muse-latex2png): Use two underscores to separate prefix and hash.
713         (muse-latex2png-region): New function split from
714         muse-publish-latex-tag that can be used easily by other code.
715         Detect whether we are using an HTML-based publishing style, and
716         insert a simpler markup if we are not.  If we are using a
717         Latex-based publishing style, do not generate an image, and leave
718         the region alone.  Return the path of the generated image, in case
719         other functions want to use this programmatically.
720         (muse-publish-latex-tag): Set a default prefix based on the name
721         of the current file.
722         (muse-publish-math-tag): New tag that surrounds the region with
723         "$" characters, so that it becomes a Latex math region, and then
724         publishes it.
726         * lisp/muse-publish.el (muse-style-derived-p): New function that
727         returns non-nil if a given style, or the current style if omitted,
728         is equal to or derived from the given base style.  This is useful
729         in <lisp> tags, because it allows the user to specify markup that
730         is only to be inserted for one particular style.
732 2006-12-22  Michael Olson  <mwolson@gnu.org>
734         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
735         (muse-html-src-tag): New function which publishes the <src> tag.
736         Thanks to Clinton Ebadi and Charles Wang for the initial
737         implementations.
739         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
741 2006-12-21  Michael Olson  <mwolson@gnu.org>
743         * examples/johnw/muse-johnw.el: Update for preferred
744         muse-derive-style usage.  Rename to muse-init.el.
746         * examples/mwolson/muse-init.el: Update.
748         * lisp/muse-book.el (muse-book-publish): New function split from
749         muse-book-publish-project.  This is used in the definitions for
750         the book-latex and book-pdf styles.
751         (muse-book-publish-p): New function split from muse-book-publish.
752         (muse-book-get-directives): New function that retrieves the
753         publishing directives from the given file.
754         (muse-book-publish): Use muse-book-get-directives to set the title
755         if no title was specified.
757         * lisp/muse-project.el (muse-project): Add :publish-project entry
758         to widget.
759         (muse-read-project, muse-project-find-file): Message fix.
760         (muse-project-publish-file-default): New function split from
761         muse-project-publish-file.
762         (muse-project-publish-file): Allow file-level publishing function
763         to be specified by the :publish element.  The default is
764         muse-project-publish-file-default.
765         (muse-project-publish-default): New function split from
766         muse-project-publish.
767         (muse-project-publish): Allow project-level publishing function to
768         be specified by :publish-project element.  The default is
769         muse-project-publish-default.
771         * lisp/muse-publish.el (muse-publish-file): Message fix.
773         * texi/muse.texi (Book): Mention new way to publish books and
774         provide an example, since the process may be non-obvious.
776 2006-12-20  Michael Olson  <mwolson@gnu.org>
778         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
779         content-modifying code from the rest of
780         muse-docbook-finalize-buffer.
782         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
783         muse-groff-finalize-buffer, since it adds content to the buffer.
785         * lisp/muse-html.el (muse-html-munge-buffer): Split out
786         content-modifying code from the rest of muse-html-finalize-buffer.
787         This fixes a bug when using <include> with <content> tags.
789         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
790         (muse-journal-latex-munge-buffer)
791         (muse-journal-rss-munge-buffer): Rename, since they add content to
792         the buffer.
794         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
795         muse-latex-finalize-buffer, since it adds content to the buffer.
797         * lisp/muse-mode.el:
798         * lisp/muse-project.el:
799         * lisp/muse-publish.el:
800         * lisp/muse.el: Fix recursive load error.
802         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
803         muse-texinfo-finalize-buffer, since it adds content to the buffer.
805         * lisp/muse-wiki.el: Comment cleanup.
807         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
809 2006-12-17  Michael Olson  <mwolson@gnu.org>
811         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
812         Remove the definition of \comment, since Latex already has comment
813         syntax.
814         (muse-latex-markup-strings): Use the Latex comment syntax, rather
815         than our own.  Thanks to Ryan Stutsman for pointing this out.
817 2006-12-02  Michael Olson  <mwolson@gnu.org>
819         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
820         that this can generate a proper table of contents for Planner HTML
821         publishing.
823 2006-12-01  Michael Olson  <mwolson@gnu.org>
825         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
826         using a very old Emacs, avoid an infinite loop that could occur
827         when the regexp is an empty string.
829 2006-11-26  Michael Olson  <mwolson@gnu.org>
831         * NEWS: Bring up to date.
833         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
834         list issues and multiple-stanza verse issues.  This takes care of
835         all of the markup issues I was worried about.
837         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
838         (muse-project-publish-private-files): New option that indicates
839         whether files with private filesystem permissions should be
840         published.  The default is to publish them, since it avoids
841         confusion in new users.
842         (muse-project-private-p): Use it.
844 2006-11-19  Michael Olson  <mwolson@gnu.org>
846         * lisp/muse-project.el (muse-project-resolve-link): If no remote
847         style is found, which means that the link is not a Muse page, do
848         not add a suffix or prefix to it.  This should fix the
849         "[[thing.owl]]" bug that Phillip Lord reported.
851         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
852         removing unused 2nd argument.
854 2006-11-17  Michael Olson  <mwolson@gnu.org>
856         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
857         latex publishing where nested enumerated lists would be squashed
858         together at the end.
860 2006-11-16  Michael Olson  <mwolson@gnu.org>
862         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
863         list embedded in a definition list look right.  This also allows
864         for definitions to be separated from their terms, much like the
865         way HTML does it by default, if the user puts a blank line or a
866         line break between the term and the definition.  If the term and
867         definition are on the same line, they will be that way in the
868         output as well.
870 2006-11-11  Michael Olson  <mwolson@gnu.org>
872         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
873         for the report.
874         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
876 2006-11-07  Michael Olson  <mwolson@gnu.org>
878         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
879         release candidate for Muse 3.03, available.
881         * NEWS: Update.
883 2006-11-06  Michael Olson  <mwolson@gnu.org>
885         * lisp/muse-project.el (muse-project-find-file): Fix bug when
886         following a relative link worked even when the path was incorrect.
888 2006-11-04  John Sullivan  <john@wjsullivan.net>
890         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
891         muse-follow-name-at-point to reduce collisions with other
892         modes (Planner).
894         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
896 2006-11-04  Michael Olson  <mwolson@gnu.org>
898         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
899         optional, and make interwiki delimiter a regular rather than shy
900         group.
901         (muse-wiki-handle-implicit-interwiki): Rename from
902         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
903         (muse-wiki-handle-explicit-interwiki): New function that is
904         smarter about where an explicit link ends in a buffer.  This
905         allows you to refer to page names with invalid Wiki characters,
906         such as underscores and dashes, merely by enclosing them in double
907         brackets.  Also, a bug with recognizing project names too loosely
908         has been fixed.
910 2006-11-03  Michael Olson  <mwolson@gnu.org>
912         * lisp/muse-project.el (muse-project-page-file): Make relative
913         links work as expected, hopefully.
915         * lisp/muse-publish.el (muse-publish-this-file): Set the current
916         output style manually, since it will differ from anything in the
917         publishing style list.
919 2006-10-30  Michael Olson  <mwolson@gnu.org>
921         * lisp/muse-colors.el (muse-colors-markup): Remove note about
922         grouping elements, since that no longer applies.
923         (muse-colors-custom-tags): Explicitly match against
924         muse-tag-regexp to get the match-data set the way we want.  This
925         really fixes the <example> highlighting bug that Stefan reported.
926         (muse-configure-highlighting): Set the original value to the
927         symbol, not the modified value.  Re-use modified rules properly.
929         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
930         introduced yesterday.
932 2006-10-29  Michael Olson  <mwolson@gnu.org>
934         * examples/mwolson: Update my example configuration.
936         * NEWS: Update.
938         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
939         without a regexp in the first position before iterating through
940         them to build muse-colors-vector.  This fixes a bug with the
941         display of <example> tags.  Thanks to Stefan Reichör for the
942         report.
944         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
945         files in projects to be linked to.
947         * lisp/muse-publish.el (muse-publish-url): Allow the original link
948         to serve as a description for a URL, as long as it differs from
949         the destination URL.  This fixes the description of WikPage links
950         in PDF output.
951         (muse-publish-link-file): Check to see whether the given link
952         points at a valid file.  If so, return it.  Otherwise, apply other
953         transforms like prefix and link suffix.
955         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
956         "/", it is a file or directory, not a Muse page.  Thanks to
957         Phillip Lord for the suggestion.
959         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
960         of the current page as the local path, instead of duplicating the
961         remote file's path.  This probably fixes at least one reported
962         bug. since it's quite major.
963         (muse-wiki-update-project-file-regexp)
964         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
965         passed to regexp-opt, since that can cause Emacs 21 to throw an
966         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
967         DOT edu for the report.
968         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
970 2006-10-28  Michael Olson  <mwolson@gnu.org>
972         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
973         (muse-project-resolve-link): If the given style does not have a
974         link-suffix, default to suffix.  This fixes a bug I was noticing
975         when linking to a file that was published in both PDF and HTML
976         form.
978         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
979         function that is used as a callback to determine the initial
980         amount of indentation that the current dl item has.
981         (muse-publish-surround-dl): Use it.  Pass the initial indent value
982         and the post-indent value, instead of trying to determine them
983         both.
984         (muse-publish-strip-list-indentation): New function stripped from
985         `muse-publish-surround-text' for readability.
986         (muse-publish-surround-text): Instead of taking a determine-indent
987         value, take a determine-indent-func function, which is called just
988         after finding the next list item.  If we are asked to determine
989         the amount of indentation, concatenate indent and post-indent the
990         first time around.  This effectively fixes all known definition
991         list issues.
993 2006-10-16  Michael Olson  <mwolson@gnu.org>
995         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
996         other software -- namely, Planner -- can detect whether they are
997         using a version of Muse that supports nested tags.
998         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
999         muse-publish-goto-tag-end.
1001         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
1002         Adapt for nested tags.
1004         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
1005         <class> tag is nestable.  Thanks to Phillip Lord for noticing
1006         this.
1008         * lisp/muse-publish.el (muse-publish-markup-tag)
1009         (muse-publish-quote-tag): Use muse-goto-tag-end.
1011         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
1013 2006-10-15  Michael Olson  <mwolson@gnu.org>
1015         * AUTHORS: Bookkeeping.
1017         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
1018         tag.
1020         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
1021         tags.
1023         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
1025         * lisp/muse-import-docbook.el (muse-import-docbook)
1026         (muse-import-docbook-files): Docfix.
1027         (muse-import-docbook-get-title): Remove cl.el-ism.
1029         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1031         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1033         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1035         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1036         (muse-next-reference, muse-previous-reference): Minor whitespace
1037         changes.
1038         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1039         the suggestion.
1041         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1043         * lisp/muse-publish.el (muse-publish-markup-tags)
1044         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1045         element and make 4th element determine whether tags are nestable.
1046         (muse-publish-goto-tag-end): New function that moves to the end of
1047         a tag.  Handle nested tags when NESTED is non-nil.
1048         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1049         5th element for function.
1050         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1051         this on several scenarios, and it seems to work.
1052         (muse-publish-surround-text): Accept new optional argument
1053         LIST-ITEM which determines the regexp to use for list items.  The
1054         default is to use muse-list-item-regexp.
1056         * muse.texi (Markup Tags): Mention nestable tags.
1058         * NEWS: Mention new files.
1060 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1062         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1063         into Muse format.
1065         * lisp/muse-import-xml.el: New file that provides helper routines
1066         for converting XML-ish files to Muse format.
1068 2006-10-10  Michael Olson  <mwolson@gnu.org>
1070         * NEWS: Update for 3.02.7 bugfix release.
1072 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1074         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1075         using the value in the muse #date directive.
1076         (muse-blosxom-use-metadate): New option that determines whether or
1077         not to use the #postdate directive.
1078         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1079         metadate plugin format.
1081 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1083         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1084         recognised URLs.
1086         * muse.texi: Clarify handling of implicit links by mentioning
1087         which characters can prevent Muse from recognizing something as an
1088         implicit link.
1090 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1092         * lisp/muse-mode.el (muse-next-reference)
1093         (muse-previous-reference): Fix bug #6367 by moving point to the
1094         beginning of the link.
1096 2006-09-26  Michael Olson  <mwolson@gnu.org>
1098         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1099         beginning-of-line.  This should fix a bug that was noticed in
1100         recent Emacs 22 builds.
1102         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1103         eval-and-compile block to avoid a compiler warning.
1105 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1107         * lisp/muse-backlink.el (muse-backlink-split-string):
1108         Compatibility with Emacs versions < 22
1109         (muse-backlink-pending): New internal variable
1110         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1111         that backlinks are inserted at the right time.
1112         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1113         for pending backlink, and that this is the targe page.
1114         (muse-backlink-handle-link): Don’t handle the link if we are
1115         already handling one. Return the link as well as the parent links.
1117 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1119         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1120         #6942 - muse-blosxom-new-entry fails when using tags.
1122 2006-09-14  Michael Olson  <mwolson@gnu.org>
1124         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1125         compiler warning.
1127 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1129         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1130         function: Protect all wikiwords from START to END from further
1131         processing.
1132         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1134 2006-09-13  Michael Olson  <mwolson@gnu.org>
1136         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1137         adopted from Jim Ottaway's patch.  It removes links from the
1138         heading, and then marks the region read-only to inhibit WikiWord
1139         detection.
1141 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1143         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1144         special handling for headings.
1145         (muse-texinfo-remove-links): New function that removes explicit
1146         links from the given strings, replacing them with a description.
1148 2006-09-11  Michael Olson  <mwolson@gnu.org>
1150         * muse.texi (Getting Help and Reporting Bugs): Mention the
1151         muse-el-internationalization mailing list.
1153         * lisp/muse.el (muse-path-sans-extension): New function that acts
1154         like file-name-sans-extension, but guarantees to never modify the
1155         directory part of the path.  Thanks to Evan Monroig for
1156         investigating this.
1158         * lisp/muse-book.el (muse-book-publish-project): Use
1159         muse-path-sans-extension instead of file-name-sans-extension.
1161         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1162         Ditto.
1164 2006-08-30  Michael Olson  <mwolson@gnu.org>
1166         * muse.texi (Blosxom Requirements): Fix typo.
1168         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1169         directories for bzr and darcs.
1171         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1172         contrib/pyblosxom/getstamps.py: Update version and headers.
1174 2006-08-27  Michael Olson  <mwolson@gnu.org>
1176         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1177         nil values before they get to mapconcat.  This fixes a lockup when
1178         muse-wiki-match-all-project-files is nil.
1180         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1181         (muse-wiki-ignore-implicit-links-to-current-page)
1182         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1183         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1184         (muse-wiki-publish-small-title-words)
1185         (muse-wiki-publish-pretty-title): Docfix.
1186         (muse-wiki-update-local-wikiword-regexp): Rename from
1187         muse-wiki-update-local-wikiword-regexp.  Set
1188         muse-wiki-project-file-regexp instead of
1189         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1190         take muse-wiki-use-wikiword into account, since this is a
1191         different concept now.
1192         (muse-wiki-update-wikiword-regexp): Remove.
1193         (muse-wiki-wikiword-regexp): In-line the :set function.
1194         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1196 2006-08-26  Michael Olson  <mwolson@gnu.org>
1198         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1199         for indented list items, ignore blank lines.
1201         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1202         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1203         mapconcat.  This should hopefully fix a problem with large amounts
1204         of files with spaces in their name.  Thanks to Greg Detre for the
1205         report.
1207 2006-08-24  Michael Olson  <mwolson@gnu.org>
1209         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1210         numbers from the argument to format-time-string.  This fixes an
1211         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1213 2006-08-18  Michael Olson  <mwolson@gnu.org>
1215         * lisp/muse-project.el (muse-project-file-entries): Since we are
1216         given a full path, match against the filename as well.  This fixes
1217         an issue where backup files were being added to the file alist.
1219         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1220         from muse-html.el.
1222 2006-08-12  Michael Olson  <mwolson@gnu.org>
1224         * Makefile (.PHONY): Don't use line continuations.
1225         (realclean fullclean): Call realclean in subdirs, not distclean.
1226         (distclean): Don't call realclean, since this would wipe out our
1227         autoloads file.
1228         (dist): Use correct path to autoloads file.
1230         * NEWS: Catch up with the latest changes.
1232         * experimental/Makefile (.PHONY): Wrap long line.
1234         * lisp/Makefile (distclean): Do the same thing as "clean", not
1235         "realclean".
1237         * lisp/muse-project.el (muse-project-get-applicable-style):
1238         Indentation tweak.
1239         (muse-project-ignore-regexp, muse-project-recurse-directory):
1240         Docfix.
1241         (muse-project-of-file): Try the ignored files regexp against the
1242         base filename as well as the entire path.
1244         * lisp/muse-publish.el (muse-publish-this-file): Display message
1245         if the buffer is not associated with any file, so that we avoid
1246         errors later on.
1247         (muse-publish-url-desc): New function taken from muse-publish-url
1248         that causes a URL description to be transformed.
1249         (muse-publish-url): Call muse-publish-url-desc on either the
1250         description or the original URL if it will be used as a
1251         description.  Accept the original URL as an argument, in case it
1252         was transformed earlier.
1253         (muse-publish-insert-url): Pass original URL as an argument.
1254         (muse-publish-markup-link): Make this somewhat easier to follow.
1255         Pass original URL as argument.
1256         (muse-publish-get-style): If the same style is used to publish to
1257         two different directories, prompt the user for which directory to
1258         use.
1259         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1260         latest changes.
1261         (muse-publish-markup-url): Pass original URL as an argument.  This
1262         fixes the "nil" description for bare URLs that was in 3.02.91.
1263         Nothing like finding a bug just after completing the announcement
1264         of a release.
1266         * lisp/muse.el: Use defalias whenever convenient.
1267         (muse-version): Set version to 3.02.92 (3.03 RC2).
1269 2006-08-10  Michael Olson  <mwolson@gnu.org>
1271         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1272         style does not derive from any other class, return `t' here.
1273         This, along with the corresponding change to muse-publish.el,
1274         fixes a problem with the table of contents getting inserted
1275         multiple times for custom html-based styles.
1276         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1277         smarter method for table centering that works with XHTML.
1279         * lisp/muse-latex2png.el Rename all functions to have a
1280         "muse-latex2png" prefix.  Turn all variables into customizable
1281         options in the muse-latex2png group.
1282         (muse-latex2png-img-dest): New option specifying where to place
1283         the images.
1284         (muse-latex2png-template): New option containing the template to
1285         use for the surrounding LaTeX code.
1286         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1287         compliance.
1288         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1289         messages when something else goes wrong.  Create the image
1290         subdirectory if it doesn't exist already -- thanks to Christian
1291         Straßer for the report.  Expand the filename properly.
1292         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1293         and filename expansion.
1294         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1295         the default directory properly.
1297         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1298         do not run the same function twice.
1300 2006-08-08  Michael Olson  <mwolson@gnu.org>
1302         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1303         introduced wrong-type-argument error.
1305         * lisp/muse-html.el (muse-html-markup-strings)
1306         (muse-xhtml-markup-string): Cause table definition that contains
1307         image to be center-aligned.  This should fix an issue with images
1308         not being centered when captions are very long.
1310         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1311         whitespace from fields once we have split them up.
1313         * lisp/muse.el (muse-trim-whitespace): New function that strips
1314         leading and trailing whitespace from a string.
1316 2006-08-07  Michael Olson  <mwolson@gnu.org>
1318         * NEWS: Update through patch-95.
1320         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1321         to match the tags.
1322         (muse-colors-explicit-link): Show images in link descriptions if
1323         inlined images are enabled.
1325         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1326         definitions for 'image-with-desc, 'image, and 'image-link.
1327         (muse-docbook-markup-paragraph): If an inlined image begins a
1328         paragraph, insert <para> before it.
1329         (muse-docbook-fixup-images): New function that upper-cases the
1330         "format" attribute of the <imagedata> tag.
1331         (muse-docbook-finalize-buffer): Call it.
1333         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1334         with descriptions as centered tables, with a centered caption
1335         underneath.  The resulting look is consistent with the way that
1336         they are published in the LaTeX style.  Thanks to Jody Klymak for
1337         the suggestion.
1338         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1339         valid way to center a table.
1340         (muse-html-markup-paragraph): Use class="image" instead of
1341         "image-link" for paragraphs that start with an embedded image.
1343         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1344         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1345         suggestion.
1346         (muse-latex-markup-specials-image): New option that enables
1347         escaping of specials in images.  This was split from the URL
1348         specials.
1349         (muse-latex-decide-specials): Handle 'image context.
1350         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1351         of relying on caller to do this for us.
1353         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1354         'image context.
1355         (muse-publish-url): Use 'image context for images.  Use 'image
1356         instead of 'image-link and 'image-link in place of
1357         'url-with-image.  Separate the image file from its extension so
1358         that docbook and texinfo can publish images correctly.
1359         (muse-publish-markup-link): Don't force a description if one is
1360         not given.  This fixes a bug where images without descriptions
1361         were being published as 'image-with-desc instead of 'image.
1363         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1364         images the same as URLs.
1365         (muse-texinfo-markup-strings): Improve image markup to achieve an
1366         effect similar to that of the LaTeX publishing style.  Simplify
1367         'url string.
1369         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1371         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1372         when we have to use the custom version of this function.
1374         * muse.texi (Images): Explain how to toggle inlining of images and
1375         give better examples.  Mention captions and that captioned images
1376         should not be used inside of text paragraphs.
1377         (Markup Strings): Bring up-to-date with the changes made since
1378         3.02.
1380 2006-08-06  Michael Olson  <mwolson@gnu.org>
1382         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1383         in the Emacs source tree.
1385         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1386         in the Emacs source tree.
1388         * ChangeLog.3: New file created from the old ChangeLog.
1390         * Makefile.defs (VERSION): Set to 3.02.91.
1392         * NEWS: Update through patch-84.
1394         * lisp/muse.el (muse-version): Set to 3.02.91.
1396         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1397         attributes.
1398         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1399         delimiter are instead of hard-coding it.
1401         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1402         (muse-mode): Make filling definition lists work better.  This
1403         should fix #5359.
1405         * lisp/muse-publish.el (muse-style-run-hooks): Use
1406         `muse-style-element' instead of `muse-get-keyword' here.  This
1407         should fix #6399.
1409         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1411 See ChangeLog.3 for earlier changes.
1413 ;; Local Variables:
1414 ;; coding: utf-8
1415 ;; End: