Manual: Finish updating for new release
[muse-el.git] / ChangeLog
blob8bbd38c4a9ad5b558718bdb6aee2d112ec844d90
1 2007-06-17  Michael Olson  <mwolson@gnu.org>
3         * lisp/muse-latex.el (muse-latex-slides-header)
4         (muse-latex-lecture-notes-header): Docfix.
6         * lisp/muse-xml-common.el (muse-xml-encoding-map): Change group to
7         muse-xml.
9         * lisp/muse-xml.el (muse-xml-footer): Docfix.
11 2007-06-16  Michael Olson  <mwolson@gnu.org>
13         * etc/IDEAS.muse: Add some ideas from David D. Smith.
15         * examples/QuickStart.muse: Overhaul.
17         * lisp/muse-project.el (muse-project): Call the last part of a
18         muse-project-alist entry "Output styles" rather than "styles".
20         * lisp/muse-publish.el (muse-publish-table-fields): Handle case
21         where we have a pipe character at the beginning of line.
23         * lisp/muse-xml-common.el (muse-xml-sort-table): Fix typo that was
24         causing tables to not be sorted at all.
26         * texi/muse.texi: Overhaul.  It would be too time-consuming to
27         list all of the changes here.  The "Getting Started" and
28         "Projects" chapters, in particular, were heavily revised.
30 2007-06-15  Michael Olson  <mwolson@gnu.org>
32         * NEWS: Update.
34         * examples/QuickStart.muse: Mention new features.
36         * lisp/muse-colors.el (muse-colors-toggle-inline-images): Docfix.
37         Remove C-c C-i keybinding, since it conflicts with C-c TAB in the
38         terminal, and C-c TAB is more important.  Most people will not
39         want to toggle images on and off that often.
41         * lisp/muse-mode.el (muse-mode-map): Bind muse-insert-thing to C-c
42         C-i as well, so that it works in the terminal.
44         * lisp/muse-publish.el (muse-publish-literal-tag): Make the output
45         look a bit tidier when removing the region.
47         * lisp/muse-regexps.el (muse-list-item-regexp): Put definition
48         list regexp part before other parts.
49         (muse-ol-item-regexp): New regexp that specifies how to match an
50         ordered list item.
51         (muse-ul-item-regexp): New regexp that specifies how to match an
52         unordered list item.
53         (muse-table-field-regexp): New regexp that specifies how to match
54         a definition list entry.
56         * lisp/muse-texinfo.el (muse-texinfo-info-generate): Work around
57         lack of support for @headitem in texinfmt.el.
59         * lisp/muse.el: Wrap muse-line-beginning-position and
60         muse-line-end-position in `eval-and-compile', since they are now
61         used in muse.el.
62         (muse-list-item-type): Use a simpler algorithm for detecting which
63         kind of list item we have.  This fixes a bug where a number in a
64         definition list term was being detected incorrectly as an ordered
65         list item.  Fixes bug #6250.
66         (muse-forward-list-item): Get the entire line with the list item.
67         For some reason, Emacs 21 was not populating match 2 correctly,
68         unlike Emacs 22, so this workaround was needed.
70         * texi/muse.texi: (Keystroke Summary): Remove C-c
71         C-i (`muse-insert-tag') documentation, and mention C-c C-i as an
72         alternative keybinding to the C-c TAB stuff.  Mention
73         muse-colors-toggle-inline-images.
75 2007-06-14  Michael Olson  <mwolson@gnu.org>
77         * README: Mention that RelaxNG schema is in etc/ directory.
79         * etc/emacs-wiki-migration.txt: New document that explains how to
80         migrate from emacs-wiki to Muse.
82         * etc/muse.rnc: Increment version number to 1.0.  Fix several
83         nested emphasis and nested lists edge cases.  Move here from
84         examples/.
86         * lisp/muse-mode.el (muse-mode-map): Permit C-c C-M-t to do the
87         same thing as C-c C-S-t, since the former works better in the
88         console.  Thanks to Leo for the suggestion.
90         * lisp/muse-publish.el (muse-publish-markup-table)
91         (muse-publish-markup-table-el): Include a newline in the return
92         string, so that paragraph detection does not get confused.
94         * lisp/muse.el (muse-with-temp-buffer): Docfix.
96         * texi/muse.texi (Keystroke Summary): Document the C-c C-M-t
97         keybinding.
99 2007-06-13  Michael Olson  <mwolson@gnu.org>
101         * etc/IDEAS.muse: Mark three-part-links item as done.
103         * experimental/muse-message.el: Remove guard for muse-define-style
104         calls.
106         * lisp/muse-colors.el (muse-configure-highlighting): Fix bug where
107         markup rules were being interpreted in reverse order.  This should
108         make implicit interwiki links work properly again.
109         (muse-link-face): Strip anchor from end of a path, so that this
110         works with anchors in interwiki links.
111         (muse-colors-insert-image): Catch error that occurs in Emacs 21
112         when an image does not exist.
114         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Permit
115         anchors.
116         (muse-wiki-handle-implicit-interwiki): Docfix.  Make anchors in
117         interwiki links work.  Thanks to Jim Ottaway for the initial
118         implementation.
119         (muse-wiki-handle-explicit-interwiki): Make anchors in interwiki
120         links work.
122         * lisp/muse.el (muse-handle-implicit-link): Docfix: only care
123         about match 0.
124         (muse-handle-explicit-link): Docfix: this does not modify the
125         match data.
126         (muse-file-remote-p): In Emacs 21, ange-ftp-name-format is a list
127         that has the regexp in its car.
129 2007-06-12  Michael Olson  <mwolson@gnu.org>
131         * README: Document new etc/ directory.
133         * etc/IDEAS.muse: Install things from new contributors just after
134         the 3.03 release, since I won't have time to review the code
135         before the release.  Move to new etc/ directory.  Slides
136         publishing has been installed.
138         * lisp/muse-latex.el (muse-latex-slides-header): New option that
139         determines the header to use for publishing slides.
140         (muse-latex-lecture-notes-header): New option that determines the
141         header to use for publishing lecture notes.
142         (muse-latex-slides-markup-tags): New option containing tags to use
143         when publishing slides.
144         (muse-latex-permit-contents-tag): Move higher in file.
145         (muse-latex-slide-tag): New function to publish the <slide> tag.
146         ("slides", "slides-pdf"): New publishing styles that create slides
147         using Beamer.
148         ("lecture-notes", "lecture-notes-pdf"): New publishing styles that
149         create lecture notes using Beamer.
151         * lisp/muse.el: Re-add the auto-mode-alist part to top-level,
152         since otherwise Planner is not happy when `plan' is called during
153         init.  Remove stray quote from autoload snippet.
155 2007-06-11  Michael Olson  <mwolson@gnu.org>
157         * lisp/muse.el: Make the add-to-list 'auto-mode-alist part an
158         autoload, rather than having it exist at top-level.  Thanks to Leo
159         for the suggestion.
160         (muse-update-file-extension): Docfix.
162 2007-06-10  Michael Olson  <mwolson@gnu.org>
164         * lisp/muse-publish.el (muse-publish-strip-URL): Fix bug where
165         URLs were being removed during publishing.  Thanks to everyone who
166         reported this.
168 2007-06-06  Michael Olson  <mwolson@gnu.org>
170         * lisp/muse-regexps.el (muse-table-line-regexp)
171         (muse-table-hline-regexp, muse-table-el-border-regexp): Fix
172         regexps so that they work with XEmacs 21.  Thanks to Adrian
173         Tritschler for the report.
175         * texi/muse.texi: Update copyright years.
176         (HTML): Document muse-xhtml-style-sheet.  Thanks
177         to thorne for noticing.
178         (Development): Change archive year to 2006.  Thanks to Adrian
179         Tritschler for noticing.  So *that's* why some people had the 2005
180         version ....
182 2007-06-05  Michael Olson  <mwolson@gnu.org>
184         * Makefile (install-info): Remove $(MANUAL).info part, since this
185         is taken care of already by texi/Makefile.  Thanks to Leo for the
186         report.
188         * lisp/muse-journal.el (muse-journal-html-munge-buffer): Add
189         read-only properties to qotd contents, so that they don't get
190         double-escaped.  Thanks to Leo for the report.
192 2007-06-04  Michael Olson  <mwolson@gnu.org>
194         * lisp/muse-colors.el (muse-link-face): If the link is to a remote
195         -- that is, Tramp or ange-ftp -- file, then do not call
196         file-exists-p on it.  Thanks to Jim Ottaway for the suggestion.
197         Fixes bug #5115.
199         * lisp/muse-html.el (muse-html-insert-contents): Add
200         documentation.  Handle case where heading is read-only, but has
201         muse-contents property.  Remove the muse-contents property for any
202         heading we come across so as to avoid double-including an item in
203         an outer table of contents.
204         (muse-html-denote-headings): New function that denotes whether a
205         heading is not read-only by adding the muse-contents property to
206         it.
207         (muse-html-munge-buffer): If we are not to generate contents,
208         still denote headings, in case some outer layer wants to generate
209         contents for our headings.  This should fix a bug with table of
210         contents and the <include> tag.  Thanks to thorne for the report.
212         * lisp/muse-publish.el (muse-publish-markup-region): Let-bind
213         muse-publish-generate-contents and set it to nil.  This should
214         do the right thing when using <include> tags.
216 2007-06-02  Michael Olson  <mwolson@gnu.org>
218         * NEWS: Update for non-inlined image change and support for
219         table.el style tables.
221         * examples/Makefile (clean): Clean backup files.
223         * examples/QuickStart.muse (Images): New section that describes
224         how to inline and not inline images.
226         * lisp/muse-colors.el (muse-colors-resolve-image-file): Don't
227         touch images that have "URL:" in front of them.
229         * lisp/muse-protocols.el (muse-url-protocols): Add handler for
230         "URL:".  Use the identity function to resolve, since we don't want
231         to rip "URL:" out while publishing, due to some magic that depends
232         on that text.
233         (muse-browse-url-url): New function that browses URLs that have
234         "URL:" in front of them, by removing the "URL:" part and
235         reprocessing the remainder.
237         * lisp/muse-publish.el (muse-publish-classify-url): Docfix.
238         (muse-publish-url): Recognize images in the description before
239         images in the link.  Fixes bug #5112.  Thanks to Thomas Kappler
240         for the suggested workaround.
241         (muse-publish-desc-transforms): Add `muse-publish-strip-URL' as a
242         default value.
243         (muse-publish-classify-url): If target begins with "URL:" return
244         type url.
245         (muse-publish-strip-URL): New function that strips "URL:" from the
246         beginning of a string.  This is used to remove URL: from the link
247         description.  * texi/muse.texi (Markup Strings): Clarify the
248         meanings of image-link, link, and link-and-anchor.
249         (muse-publish-markup-regexps): Move normal table rule to 2350.
250         Rule 2300 is now a regexp that matches table.el-style tables.
251         (muse-publish-markup-functions): Add table-el entry.
252         (muse-publish-table-el-table): New function that given a variant,
253         publishes a table.el-style table using the table in the matched
254         region.
255         (muse-publish-markup-table-el): New function that determines
256         whether the table.el-style table can be published, and what
257         variant to use.
259         * lisp/muse-regexps.el (muse-tag-regexp): New regexp that matches
260         the borders of table.el-style tables.
262         * lisp/muse-xml-common.el (muse-xml-markup-table): Make sure that
263         the table has sufficient whitespace in front of it.
265         * texi/muse.texi (Images): Update for new non-inlined image
266         ability and provide example.
268 2007-05-31  Michael Olson  <mwolson@gnu.org>
270         * NEWS: Add example for setting `muse-html-table-attributes'.
272         * lisp/muse-xml-common.el (muse-xml-markup-table): Add docstring.
273         Publish multiple tbody tags if there is a horizontal separator
274         after the heading, because that is valid HTML after all.
276 2007-05-30  Michael Olson  <mwolson@gnu.org>
278         * NEWS: Update.
280         * lisp/muse-latex.el (muse-latex-markup-table): Deal with
281         horizontal separators in tables.
283         * lisp/muse-publish.el (muse-publish-markup-regexps): Recognize
284         horizontal separators in tables.
285         (muse-publish-trim-table): New function to remove initial and
286         final blank columns from a table.
287         (muse-publish-table-fields): Call `muse-publish-trim-table'.  Deal
288         with horizontal separators, aka "hlines".
290         * lisp/muse-regexps.el (muse-table-hline-regexp): New regexp that
291         defines the syntax of a horizontal separator in a table.
293         * lisp/muse-texinfo.el (muse-texinfo-markup-table): Deal with
294         horizontal separators.  Publish header lines correctly.
296         * lisp/muse-xml-common.el (muse-xml-sort-table): Deal with case
297         where we have nonnumbers as a row type.  This ignores sorting for
298         hlines.
299         (muse-xml-markup-table): Deal with horizontal separators.  If the
300         markup supports table groups, make hlines separate table groups.
301         Otherwise, ignore them, since they cannot be marked up.  Together,
302         these changes allow us to support orgtbl-mode tables.  Thanks to
303         Carsten Dominik for the suggestion.
305 2007-05-26  Michael Olson  <mwolson@gnu.org>
307         * lisp/muse-project.el (muse-project-alist-styles): Allow for
308         other things to be added to each generated style as well.  For
309         example, this permits me to add
310         :base-url "http://blog.mwolson.org/"
311         for my blog.
313 2007-05-25  Michael Olson  <mwolson@gnu.org>
315         * Makefile (debclean, debprepare, debbuild, debinstall, deb): New
316         way of building Debian packages that preserves the original
317         release tarball and is more modular.
318         (debrevision, debrelease): Remove.
319         (dist): No need to remove the debian/ directory, since it is now
320         in its own branch.
321         (debprepare): Copy over debian/ directory properly.
323         * NEWS: Update.
325         * examples/Makefile (clean): Remove QuickStart.texi, in case
326         something went wrong during the build.
327         (%.pdf): Publish the example using the normal pdf style, rather
328         than info-pdf.
330         * examples/QuickStart.muse: Add myself to the authors list.
332         * lisp/muse-html.el (muse-html-src-tag): Ensure that we have
333         sufficient blank lines before the tag.
335         * lisp/muse-journal.el (muse-journal-latex-qotd-tag): Ensure that
336         we have sufficient blank lines before the tag.
338         * lisp/muse-latex.el (muse-latex-pdf-program): New option that
339         specifies the program to call in order to generate PDF content
340         from LaTeX content.
341         (muse-latex-pdf-cruft): New option that specifies the extensions
342         of files to remove after generating PDF output successfully.
343         (muse-latex-pdf-generate): Use these new options.  Work around the
344         annoying edge case where a tilde character exists in the filename
345         or directory path -- now this can only error out when the relative
346         path from the output file to the source file contains a tilde,
347         which is far less likely.
349         * lisp/muse-publish.el (muse-publish-markup-attribute): Don't use
350         muse-publish-ensure-block here after all, because <lisp> et al may
351         occur inline as part of other things.
353         * lisp/muse-texinfo.el ("texi"): Make muse-texinfo-munge-buffer
354         occur after full-document escaping, rather than before.  This
355         prevents automatically-inserted Texinfo code from being escaped.
356         (muse-texinfo-pdf-generate): Rewrite to call
357         `muse-latex-pdf-generate' with pdftex as the generating binary,
358         because texi2pdf suffers irredeemably from the tilde edge case
359         mentioned above.
361 2007-05-24  Michael Olson  <mwolson@gnu.org>
363         * NEWS: Drop vague entries and position interesting entries closer
364         to the top of each section.  Update for new changes.
366         * lisp/muse-project.el (muse-project-ignore-regexp): Add Mercurial
367         and bzr metadata directories to the list of things to ignore.
369         * lisp/muse-publish.el (muse-publish-ensure-block): Rename from
370         `muse-publish-ensure-block-tag', since we will use it for more
371         than just tags.
372         (muse-publish-markup-list, muse-publish-verse-tag)
373         (muse-publish-quote-tag, muse-publish-example-tag)
374         (muse-publish-markup-attribute): Use it.  This fixes a bug that
375         can occur when these types of markup occur immediately after a
376         paragraph.  It's good to have defined behavior!
378         * texi/muse.texi (Markup Strings): Mention new argument for
379         link-and-anchor.
381 2007-05-19  Michael Olson  <mwolson@gnu.org>
383         * lisp/muse-html.el (muse-html-markup-footnote): Add class tags to
384         published footnotes and footnote references.  Thanks to Scott
385         Jaderholm for the idea.
387         * lisp/muse-latex.el (muse-latex-markup-strings): Revert change to
388         link-and-anchor, on the recommendation of the original submitter.
390 2007-05-14  Michael Olson  <mwolson@gnu.org>
392         * lisp/muse-latex.el (muse-latex-markup-strings): Use better
393         link-and-anchor markup.  Thanks to Jean Magnan de Bornier for the
394         suggestion.
396         * lisp/muse-publish.el (muse-publish-url): Pass the url without a
397         file extension as the fourth argument.
399         * README, texi/muse.texi (Getting Help and Reporting Bugs):
400         Mention the new muse-el-logs mailing list.
402 2007-05-13  Michael Olson  <mwolson@gnu.org>
404         * lisp/muse-protocols.el (muse-resolve-url): Don't concatenate
405         "\`" here.  This fixes a problem with publishing custom URLs.
407 2007-05-12  Michael Olson  <mwolson@gnu.org>
409         * lisp/muse-blosxom.el (muse-blosxom-update-page-date-alist): Only
410         update the list if the current buffer is associated with a file.
411         This fixes a bug with M-x muse-publish-region in a temporary
412         buffer.
414 2007-05-01  Michael Olson  <mwolson@gnu.org>
416         * lisp/muse-publish.el (muse-publish-region): Remove read-only
417         properties from the published buffer, so that the results can be
418         manually tweaked.
420 2007-04-23  Michael Olson  <mwolson@gnu.org>
422         * lisp/muse-publish.el (muse-publish-markup-footnote): If we can't
423         find the footnote that goes with a reference, leave the reference
424         as-is.  This fixes an error where control characters could be
425         placed in a published document.
427 2007-04-22  Michael Olson  <mwolson@gnu.org>
429         * IDEAS.muse: Add muse-slides.el to list of things to include
430         before release.
432         * lisp/muse-protocols.el (muse-url-protocols): Remove stray quote
433         character.
434         (muse-protocol-find): Find protocols correctly.  Rewrite to use
435         catch/throw.
436         (muse-browse-url): Don't concatenate "\`" here.  Together, this
437         fixes a bug with browsing woman:// links.
439         * lisp/muse-project.el (muse-project-alist-styles): Deal with case
440         where entry-dir has a trailing backslash.
441         (muse-project-publish-file): If a style is malformed, skip it and
442         display a warning message.  This should help people figure out
443         where the problem is.
445 2007-04-21  Michael Olson  <mwolson@gnu.org>
447         * lisp/muse-latex2png.el (muse-publish-math-tag): If using the
448         yet-to-be-included "contex" publishing style, use "$$" rather
449         than "\[" and "\]".  Thanks to Jean Magnan de Bornier for pointing
450         this out.
452 2007-04-20  Michael Olson  <mwolson@gnu.org>
454         * lisp/muse-publish.el (muse-publish-inhibit-style-hooks): New
455         variable that causes the :before and :before-end hooks to be
456         ignored when non-nil.
457         (muse-publish-markup-region): Use it.  Also, guarantee that point
458         is at end of region after publishing.
459         (muse-publish-mark-up-tag): Simplify, taking advantage of the new
460         variable.
462 2007-04-19  Michael Olson  <mwolson@gnu.org>
464         * IDEAS.muse: New file containing a list of ideas we have for new
465         features, or patches that have yet to be applied.
467         * README: Call it "Emacs Muse", not "the Emacs Muse".  No need to
468         be so confusing.
470         * lisp/muse-html.el (muse-html-table-attributes): Fix typo in
471         docstring.
473         * lisp/muse-publish.el (muse-publish-markup-tags): Handle
474         <literal> tags with muse-publish-literal-tag, rather than
475         muse-publish-mark-read-only.
476         (muse-publish-literal-tag): New function that publishes the
477         <literal> tag.  It adds the ability to add the optional "style"
478         and "exact" elements, which cause text to only be included if the
479         current publishing style matches some criteria.  The text will be
480         removed otherwise.  Thanks to Jim Ottaway for the implementation.
481         (muse-publish-mark-up-tag): Let the <markup> tag take the
482         additional optional elements "style" and "exact", with much the
483         same effect as the <literal> improvements, but after calling
484         "function" or publishing the region first.  Make it possible to
485         put <content> tags in <markup> regions in HTML publishing.
487 2007-04-12  Michael Olson  <mwolson@gnu.org>
489         * lisp/muse-publish.el (muse-publish-markup-heading): Make sure
490         that a blank line always exists after a heading.  This fixes a bug
491         in Docbook paragraph detection.  Thanks to Jean Magnan de Bornier
492         for the report.
494         * lisp/muse-xml.el (muse-xml-markup-regexps): Update paragraph
495         detection regexp to that which is used in Docbook and HTML
496         publishing styles.
498 2007-04-02  Michael Olson  <mwolson@gnu.org>
500         * README (muse-el-announce): Make a listing of mailing lists,
501         rather than pointing to the old EmacsWikiMailingList page.  Thanks
502         to Andreas Roehler for noticing.
504 2007-04-01  Michael Olson  <mwolson@gnu.org>
506         * lisp/muse-publish.el (muse-publish-date-format): Add
507 `       customization type and group.
508         (muse-publish-region): New interactive function that publishes a
509         region to a new buffer.
511         * texi/muse.texi: Use "document" rather than "manual".
513 2007-03-31  Michael Olson  <mwolson@gnu.org>
515         * lisp/muse-publish.el (muse-style-derived-p): Fix bug where the
516         expression (muse-style-derived-p "latex" (muse-style "latex"))
517         yielded nil.  It now yields t, as expected.  Thanks to Jim Ottaway
518         for the catch.
520 2007-02-25  Michael Olson  <mwolson@gnu.org>
522         * lisp/muse-publish.el (muse-publish-date-format): New option that
523         specifies how to format the date when publishing Muse pages.
524         Thanks to Thomas Gehrlein for the suggestion.
525         (muse-publish-markup-buffer): Use it.
527 2007-02-23  Michael Olson  <mwolson@gnu.org>
529         * README: Add Prerequisites section to mention which versions of
530         Emacs work with Muse.  Thanks to Exal de Jesus Garcia Carrillo for
531         the suggestion.  Update link destination for Muse's page on
532         emacswiki.org.
534 2007-02-15  Michael Olson  <mwolson@gnu.org>
536         * lisp/muse.el (muse-goto-tag-end): Modify regexp to allow tags to
537         be not just at beginning of line.  This fixes an error with the
538         <class> tag.  Thanks to Jim Pivarski for the report.
540 2007-02-14  Michael Olson  <mwolson@gnu.org>
542         * lisp/muse-publish.el (muse-publish-classify-url): Check to see
543         whether something is an image before checking to see if it is a
544         URL.  Thanks to ITSUMI ken-ichi for the report.
546 2007-02-13  Michael Olson  <mwolson@gnu.org>
548         * lisp/muse-publish.el (muse-publish-markup-regexps): Handle
549         comments that have no text better.  Thanks to fang.lungang for the
550         report.
551         (muse-publish-markup-comment): Deal with case where no comment
552         text is provided.
554 2007-01-23  Michael Olson  <mwolson@gnu.org>
556         * lisp/muse-publish.el (muse-publish-ensure-block-tag): New macro
557         that ensures that at least one blank line exists at the given
558         position.  This is used to avoid paragraph detection problems when
559         block-level tags like <example> immediately follow a paragraph.
560         Thanks to Hans Ekbrand for the report.
561         (muse-publish-example-tag): Use it.
563 2007-01-19  Michael Olson  <mwolson@gnu.org>
565         * lisp/muse-latex2png.el (muse-publish-math-tag): Only remove the
566         previous blank line if we are publishing in Latex.  Otherwise,
567         that wouldn't be the right thing, so leave it be.
569 2007-01-17  Michael Olson  <mwolson@gnu.org>
571         * lisp/muse-latex2png.el (muse-publish-math-tag): Don't put
572         multiple centered math lines on the same line; keep them on
573         different lines.  Use \[ math-text \] instead of $$math-text$$,
574         since the latter seems to be deprecated.  Thanks to Jody Klymak
575         for the pointer.
577 2007-01-15  Michael Olson  <mwolson@gnu.org>
579         * lisp/muse-latex2png.el (muse-publish-latex-tag)
580         (muse-publish-math-tag): Publish region read-only when current
581         style is Latex-derived, so that Muse does not escape it.
582         (muse-publish-math-tag): If 6 or more spaces come before the tag,
583         surround the region with "$$" rather than "$".  This is the Muse
584         syntax for something centered, so it should be a good fit.
586 2007-01-15  Valery V. Vorotyntsev  <valery.vv@gmail.com>
588         * lisp/muse-protocols.el (muse-url-protocols): Add "woman://"
589         protocol.
590         (muse-browse-url-man): Change man page URL format.  The code is
591         simpler when the section is left inside parentheses.
592         (muse-browse-url-woman): New function.
594 2007-01-14  Michael Olson  <mwolson@gnu.org>
596         * AUTHORS: Bookkeeping.
598         * lisp/muse-latex2png.el: Associate <math> tag with
599         muse-publish-math-tag, not muse-publish-latex-tag.  Thanks to Jody
600         Klymak for the report.
601         (muse-publish-math-tag): Use muse-insert-markup for the "$"
602         characters, so they don't get escaped.
604         * lisp/muse-publish.el (muse-style-derived-p-1): New function to
605         make muse-style-derived-p easier to implement.
606         (muse-style-derived-p): If the style is not provided, fetch it and
607         check to see if the car is a string.  This should fix the other
608         problem that was reported.
610         * texi/muse.texi (Projects): Apply patch from Bradley M. Kuhn that
611         explains a case where setting muse-file-extension to nil can cause
612         unexpected behavior.
614 2007-01-09  Michael Olson  <mwolson@gnu.org>
616         * lisp/muse-publish.el (muse-publish-markup-regexps): Make
617         comments higher priority than tags.  Thanks to Stefan van der Walt
618         for the report.
620 2007-01-08  Michael Olson  <mwolson@gnu.org>
622         * lisp/muse-publish.el (muse-markup-tag-info): Use the given
623         argument rather than calling match-string.  Thanks to Stefan van
624         der Walt for the report.  This should fix a bug with publishing
625         <include file="..." markup="example">.
627 2007-01-06  Michael Olson  <mwolson@gnu.org>
629         * Makefile (debclean): New rule split from debrevision and
630         debrelease.
631         (debbuild): Take distributor into account.
633         * Makefile.defs (DISTRIBUTOR): New field that tracks what
634         vendor/distributor we are building for.
636 2007-01-04  Michael Olson  <mwolson@gnu.org>
638         * lisp/muse-html.el (muse-html-src-tag): Remove initial blank
639         line.
641         * lisp/muse-publish.el (muse-publish-markup-tags): Make "src"
642         point to muse-publish-src-tag by default, since <src> and
643         <example> have different parameters.
644         (muse-publish-src-tag): New barebones publishing function for
645         <src>, which is superseded when publishing in an HTML-based style.
647 2007-01-03  Michael Olson  <mwolson@gnu.org>
649         * lisp/muse-html.el (muse-html-src-tag): Document.
651         * lisp/muse-publish.el (muse-publish-call-tag-on-buffer): New
652         command that calls a given tag on the current buffer.  Attributes
653         may be passed.
654         (muse-publish-examplify-buffer, muse-publish-versify-buffer): Use
655         it.
656         (muse-publish-srcify-buffer): New function that allows
657         markup="src" in the <include> tag.
658         (muse-publish-get-and-delete-attr): New macro that gets an
659         attribute from a list and removes the first instance of that
660         attribute from said list.
661         (muse-publish-markup-attribute): Handle markup="src".
662         (muse-publish-command-tag, muse-publish-include-tag): Use
663         muse-publish-get-and-delete-attr.  This allows the remaining
664         attributes to be passed.
666         * texi/muse.texi (Tag Summary): Update for new <src> tag as well
667         as changes to <command> and <include>.
669 2006-12-30  Michael Olson  <mwolson@gnu.org>
671         * NEWS: Update.
673         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
674         from muse-publish-math-tag to avoid conflict with
675         muse-latex2png.el.
677 2006-12-23  Michael Olson  <mwolson@gnu.org>
679         * lisp/muse-latex2png.el: Update header, since this has been
680         rewritten sufficiently to not need an assignment from the original
681         author.
682         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
683         (muse-latex2png): Use two underscores to separate prefix and hash.
684         (muse-latex2png-region): New function split from
685         muse-publish-latex-tag that can be used easily by other code.
686         Detect whether we are using an HTML-based publishing style, and
687         insert a simpler markup if we are not.  If we are using a
688         Latex-based publishing style, do not generate an image, and leave
689         the region alone.  Return the path of the generated image, in case
690         other functions want to use this programmatically.
691         (muse-publish-latex-tag): Set a default prefix based on the name
692         of the current file.
693         (muse-publish-math-tag): New tag that surrounds the region with
694         "$" characters, so that it becomes a Latex math region, and then
695         publishes it.
697         * lisp/muse-publish.el (muse-style-derived-p): New function that
698         returns non-nil if a given style, or the current style if omitted,
699         is equal to or derived from the given base style.  This is useful
700         in <lisp> tags, because it allows the user to specify markup that
701         is only to be inserted for one particular style.
703 2006-12-22  Michael Olson  <mwolson@gnu.org>
705         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
706         (muse-html-src-tag): New function which publishes the <src> tag.
707         Thanks to Clinton Ebadi and Charles Wang for the initial
708         implementations.
710         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
712 2006-12-21  Michael Olson  <mwolson@gnu.org>
714         * examples/johnw/muse-johnw.el: Update for preferred
715         muse-derive-style usage.  Rename to muse-init.el.
717         * examples/mwolson/muse-init.el: Update.
719         * lisp/muse-book.el (muse-book-publish): New function split from
720         muse-book-publish-project.  This is used in the definitions for
721         the book-latex and book-pdf styles.
722         (muse-book-publish-p): New function split from muse-book-publish.
723         (muse-book-get-directives): New function that retrieves the
724         publishing directives from the given file.
725         (muse-book-publish): Use muse-book-get-directives to set the title
726         if no title was specified.
728         * lisp/muse-project.el (muse-project): Add :publish-project entry
729         to widget.
730         (muse-read-project, muse-project-find-file): Message fix.
731         (muse-project-publish-file-default): New function split from
732         muse-project-publish-file.
733         (muse-project-publish-file): Allow file-level publishing function
734         to be specified by the :publish element.  The default is
735         muse-project-publish-file-default.
736         (muse-project-publish-default): New function split from
737         muse-project-publish.
738         (muse-project-publish): Allow project-level publishing function to
739         be specified by :publish-project element.  The default is
740         muse-project-publish-default.
742         * lisp/muse-publish.el (muse-publish-file): Message fix.
744         * texi/muse.texi (Book): Mention new way to publish books and
745         provide an example, since the process may be non-obvious.
747 2006-12-20  Michael Olson  <mwolson@gnu.org>
749         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
750         content-modifying code from the rest of
751         muse-docbook-finalize-buffer.
753         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
754         muse-groff-finalize-buffer, since it adds content to the buffer.
756         * lisp/muse-html.el (muse-html-munge-buffer): Split out
757         content-modifying code from the rest of muse-html-finalize-buffer.
758         This fixes a bug when using <include> with <content> tags.
760         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
761         (muse-journal-latex-munge-buffer)
762         (muse-journal-rss-munge-buffer): Rename, since they add content to
763         the buffer.
765         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
766         muse-latex-finalize-buffer, since it adds content to the buffer.
768         * lisp/muse-mode.el:
769         * lisp/muse-project.el:
770         * lisp/muse-publish.el:
771         * lisp/muse.el: Fix recursive load error.
773         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
774         muse-texinfo-finalize-buffer, since it adds content to the buffer.
776         * lisp/muse-wiki.el: Comment cleanup.
778         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
780 2006-12-17  Michael Olson  <mwolson@gnu.org>
782         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
783         Remove the definition of \comment, since Latex already has comment
784         syntax.
785         (muse-latex-markup-strings): Use the Latex comment syntax, rather
786         than our own.  Thanks to Ryan Stutsman for pointing this out.
788 2006-12-02  Michael Olson  <mwolson@gnu.org>
790         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
791         that this can generate a proper table of contents for Planner HTML
792         publishing.
794 2006-12-01  Michael Olson  <mwolson@gnu.org>
796         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
797         using a very old Emacs, avoid an infinite loop that could occur
798         when the regexp is an empty string.
800 2006-11-26  Michael Olson  <mwolson@gnu.org>
802         * NEWS: Bring up to date.
804         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
805         list issues and multiple-stanza verse issues.  This takes care of
806         all of the markup issues I was worried about.
808         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
809         (muse-project-publish-private-files): New option that indicates
810         whether files with private filesystem permissions should be
811         published.  The default is to publish them, since it avoids
812         confusion in new users.
813         (muse-project-private-p): Use it.
815 2006-11-19  Michael Olson  <mwolson@gnu.org>
817         * lisp/muse-project.el (muse-project-resolve-link): If no remote
818         style is found, which means that the link is not a Muse page, do
819         not add a suffix or prefix to it.  This should fix the
820         "[[thing.owl]]" bug that Phillip Lord reported.
822         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
823         removing unused 2nd argument.
825 2006-11-17  Michael Olson  <mwolson@gnu.org>
827         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
828         latex publishing where nested enumerated lists would be squashed
829         together at the end.
831 2006-11-16  Michael Olson  <mwolson@gnu.org>
833         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
834         list embedded in a definition list look right.  This also allows
835         for definitions to be separated from their terms, much like the
836         way HTML does it by default, if the user puts a blank line or a
837         line break between the term and the definition.  If the term and
838         definition are on the same line, they will be that way in the
839         output as well.
841 2006-11-11  Michael Olson  <mwolson@gnu.org>
843         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
844         for the report.
845         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
847 2006-11-07  Michael Olson  <mwolson@gnu.org>
849         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
850         release candidate for Muse 3.03, available.
852         * NEWS: Update.
854 2006-11-06  Michael Olson  <mwolson@gnu.org>
856         * lisp/muse-project.el (muse-project-find-file): Fix bug when
857         following a relative link worked even when the path was incorrect.
859 2006-11-04  John Sullivan  <john@wjsullivan.net>
861         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
862         muse-follow-name-at-point to reduce collisions with other
863         modes (Planner).
865         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
867 2006-11-04  Michael Olson  <mwolson@gnu.org>
869         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
870         optional, and make interwiki delimiter a regular rather than shy
871         group.
872         (muse-wiki-handle-implicit-interwiki): Rename from
873         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
874         (muse-wiki-handle-explicit-interwiki): New function that is
875         smarter about where an explicit link ends in a buffer.  This
876         allows you to refer to page names with invalid Wiki characters,
877         such as underscores and dashes, merely by enclosing them in double
878         brackets.  Also, a bug with recognizing project names too loosely
879         has been fixed.
881 2006-11-03  Michael Olson  <mwolson@gnu.org>
883         * lisp/muse-project.el (muse-project-page-file): Make relative
884         links work as expected, hopefully.
886         * lisp/muse-publish.el (muse-publish-this-file): Set the current
887         output style manually, since it will differ from anything in the
888         publishing style list.
890 2006-10-30  Michael Olson  <mwolson@gnu.org>
892         * lisp/muse-colors.el (muse-colors-markup): Remove note about
893         grouping elements, since that no longer applies.
894         (muse-colors-custom-tags): Explicitly match against
895         muse-tag-regexp to get the match-data set the way we want.  This
896         really fixes the <example> highlighting bug that Stefan reported.
897         (muse-configure-highlighting): Set the original value to the
898         symbol, not the modified value.  Re-use modified rules properly.
900         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
901         introduced yesterday.
903 2006-10-29  Michael Olson  <mwolson@gnu.org>
905         * examples/mwolson: Update my example configuration.
907         * NEWS: Update.
909         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
910         without a regexp in the first position before iterating through
911         them to build muse-colors-vector.  This fixes a bug with the
912         display of <example> tags.  Thanks to Stefan Reichör for the
913         report.
915         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
916         files in projects to be linked to.
918         * lisp/muse-publish.el (muse-publish-url): Allow the original link
919         to serve as a description for a URL, as long as it differs from
920         the destination URL.  This fixes the description of WikPage links
921         in PDF output.
922         (muse-publish-link-file): Check to see whether the given link
923         points at a valid file.  If so, return it.  Otherwise, apply other
924         transforms like prefix and link suffix.
926         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
927         "/", it is a file or directory, not a Muse page.  Thanks to
928         Phillip Lord for the suggestion.
930         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
931         of the current page as the local path, instead of duplicating the
932         remote file's path.  This probably fixes at least one reported
933         bug. since it's quite major.
934         (muse-wiki-update-project-file-regexp)
935         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
936         passed to regexp-opt, since that can cause Emacs 21 to throw an
937         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
938         DOT edu for the report.
939         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
941 2006-10-28  Michael Olson  <mwolson@gnu.org>
943         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
944         (muse-project-resolve-link): If the given style does not have a
945         link-suffix, default to suffix.  This fixes a bug I was noticing
946         when linking to a file that was published in both PDF and HTML
947         form.
949         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
950         function that is used as a callback to determine the initial
951         amount of indentation that the current dl item has.
952         (muse-publish-surround-dl): Use it.  Pass the initial indent value
953         and the post-indent value, instead of trying to determine them
954         both.
955         (muse-publish-strip-list-indentation): New function stripped from
956         `muse-publish-surround-text' for readability.
957         (muse-publish-surround-text): Instead of taking a determine-indent
958         value, take a determine-indent-func function, which is called just
959         after finding the next list item.  If we are asked to determine
960         the amount of indentation, concatenate indent and post-indent the
961         first time around.  This effectively fixes all known definition
962         list issues.
964 2006-10-16  Michael Olson  <mwolson@gnu.org>
966         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
967         other software -- namely, Planner -- can detect whether they are
968         using a version of Muse that supports nested tags.
969         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
970         muse-publish-goto-tag-end.
972         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
973         Adapt for nested tags.
975         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
976         <class> tag is nestable.  Thanks to Phillip Lord for noticing
977         this.
979         * lisp/muse-publish.el (muse-publish-markup-tag)
980         (muse-publish-quote-tag): Use muse-goto-tag-end.
982         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
984 2006-10-15  Michael Olson  <mwolson@gnu.org>
986         * AUTHORS: Bookkeeping.
988         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
989         tag.
991         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
992         tags.
994         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
996         * lisp/muse-import-docbook.el (muse-import-docbook)
997         (muse-import-docbook-files): Docfix.
998         (muse-import-docbook-get-title): Remove cl.el-ism.
1000         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
1002         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
1004         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
1006         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
1007         (muse-next-reference, muse-previous-reference): Minor whitespace
1008         changes.
1009         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
1010         the suggestion.
1012         * lisp/muse-poem.el (muse-poem-tag): Ditto.
1014         * lisp/muse-publish.el (muse-publish-markup-tags)
1015         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
1016         element and make 4th element determine whether tags are nestable.
1017         (muse-publish-goto-tag-end): New function that moves to the end of
1018         a tag.  Handle nested tags when NESTED is non-nil.
1019         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
1020         5th element for function.
1021         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
1022         this on several scenarios, and it seems to work.
1023         (muse-publish-surround-text): Accept new optional argument
1024         LIST-ITEM which determines the regexp to use for list items.  The
1025         default is to use muse-list-item-regexp.
1027         * muse.texi (Markup Tags): Mention nestable tags.
1029         * NEWS: Mention new files.
1031 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
1033         * lisp/muse-import-docbook.el: New file that converts Docbook XML
1034         into Muse format.
1036         * lisp/muse-import-xml.el: New file that provides helper routines
1037         for converting XML-ish files to Muse format.
1039 2006-10-10  Michael Olson  <mwolson@gnu.org>
1041         * NEWS: Update for 3.02.7 bugfix release.
1043 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
1045         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
1046         using the value in the muse #date directive.
1047         (muse-blosxom-use-metadate): New option that determines whether or
1048         not to use the #postdate directive.
1049         (muse-blosxom-format-date): Convert a date string to PyBlosxom
1050         metadate plugin format.
1052 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
1054         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
1055         recognised URLs.
1057         * muse.texi: Clarify handling of implicit links by mentioning
1058         which characters can prevent Muse from recognizing something as an
1059         implicit link.
1061 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
1063         * lisp/muse-mode.el (muse-next-reference)
1064         (muse-previous-reference): Fix bug #6367 by moving point to the
1065         beginning of the link.
1067 2006-09-26  Michael Olson  <mwolson@gnu.org>
1069         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
1070         beginning-of-line.  This should fix a bug that was noticed in
1071         recent Emacs 22 builds.
1073         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
1074         eval-and-compile block to avoid a compiler warning.
1076 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
1078         * lisp/muse-backlink.el (muse-backlink-split-string):
1079         Compatibility with Emacs versions < 22
1080         (muse-backlink-pending): New internal variable
1081         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
1082         that backlinks are inserted at the right time.
1083         (muse-backlink-insert-hook-func): Remove unwind-protection; check
1084         for pending backlink, and that this is the targe page.
1085         (muse-backlink-handle-link): Don’t handle the link if we are
1086         already handling one. Return the link as well as the parent links.
1088 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
1090         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
1091         #6942 - muse-blosxom-new-entry fails when using tags.
1093 2006-09-14  Michael Olson  <mwolson@gnu.org>
1095         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
1096         compiler warning.
1098 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
1100         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
1101         function: Protect all wikiwords from START to END from further
1102         processing.
1103         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
1105 2006-09-13  Michael Olson  <mwolson@gnu.org>
1107         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
1108         adopted from Jim Ottaway's patch.  It removes links from the
1109         heading, and then marks the region read-only to inhibit WikiWord
1110         detection.
1112 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
1114         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
1115         special handling for headings.
1116         (muse-texinfo-remove-links): New function that removes explicit
1117         links from the given strings, replacing them with a description.
1119 2006-09-11  Michael Olson  <mwolson@gnu.org>
1121         * muse.texi (Getting Help and Reporting Bugs): Mention the
1122         muse-el-internationalization mailing list.
1124         * lisp/muse.el (muse-path-sans-extension): New function that acts
1125         like file-name-sans-extension, but guarantees to never modify the
1126         directory part of the path.  Thanks to Evan Monroig for
1127         investigating this.
1129         * lisp/muse-book.el (muse-book-publish-project): Use
1130         muse-path-sans-extension instead of file-name-sans-extension.
1132         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
1133         Ditto.
1135 2006-08-30  Michael Olson  <mwolson@gnu.org>
1137         * muse.texi (Blosxom Requirements): Fix typo.
1139         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
1140         directories for bzr and darcs.
1142         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
1143         contrib/pyblosxom/getstamps.py: Update version and headers.
1145 2006-08-27  Michael Olson  <mwolson@gnu.org>
1147         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
1148         nil values before they get to mapconcat.  This fixes a lockup when
1149         muse-wiki-match-all-project-files is nil.
1151         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
1152         (muse-wiki-ignore-implicit-links-to-current-page)
1153         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
1154         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
1155         (muse-wiki-publish-small-title-words)
1156         (muse-wiki-publish-pretty-title): Docfix.
1157         (muse-wiki-update-local-wikiword-regexp): Rename from
1158         muse-wiki-update-local-wikiword-regexp.  Set
1159         muse-wiki-project-file-regexp instead of
1160         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
1161         take muse-wiki-use-wikiword into account, since this is a
1162         different concept now.
1163         (muse-wiki-update-wikiword-regexp): Remove.
1164         (muse-wiki-wikiword-regexp): In-line the :set function.
1165         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
1167 2006-08-26  Michael Olson  <mwolson@gnu.org>
1169         * lisp/muse-publish.el (muse-publish-surround-text): When looking
1170         for indented list items, ignore blank lines.
1172         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
1173         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
1174         mapconcat.  This should hopefully fix a problem with large amounts
1175         of files with spaces in their name.  Thanks to Greg Detre for the
1176         report.
1178 2006-08-24  Michael Olson  <mwolson@gnu.org>
1180         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
1181         numbers from the argument to format-time-string.  This fixes an
1182         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
1184 2006-08-18  Michael Olson  <mwolson@gnu.org>
1186         * lisp/muse-project.el (muse-project-file-entries): Since we are
1187         given a full path, match against the filename as well.  This fixes
1188         an issue where backup files were being added to the file alist.
1190         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
1191         from muse-html.el.
1193 2006-08-12  Michael Olson  <mwolson@gnu.org>
1195         * Makefile (.PHONY): Don't use line continuations.
1196         (realclean fullclean): Call realclean in subdirs, not distclean.
1197         (distclean): Don't call realclean, since this would wipe out our
1198         autoloads file.
1199         (dist): Use correct path to autoloads file.
1201         * NEWS: Catch up with the latest changes.
1203         * experimental/Makefile (.PHONY): Wrap long line.
1205         * lisp/Makefile (distclean): Do the same thing as "clean", not
1206         "realclean".
1208         * lisp/muse-project.el (muse-project-get-applicable-style):
1209         Indentation tweak.
1210         (muse-project-ignore-regexp, muse-project-recurse-directory):
1211         Docfix.
1212         (muse-project-of-file): Try the ignored files regexp against the
1213         base filename as well as the entire path.
1215         * lisp/muse-publish.el (muse-publish-this-file): Display message
1216         if the buffer is not associated with any file, so that we avoid
1217         errors later on.
1218         (muse-publish-url-desc): New function taken from muse-publish-url
1219         that causes a URL description to be transformed.
1220         (muse-publish-url): Call muse-publish-url-desc on either the
1221         description or the original URL if it will be used as a
1222         description.  Accept the original URL as an argument, in case it
1223         was transformed earlier.
1224         (muse-publish-insert-url): Pass original URL as an argument.
1225         (muse-publish-markup-link): Make this somewhat easier to follow.
1226         Pass original URL as argument.
1227         (muse-publish-get-style): If the same style is used to publish to
1228         two different directories, prompt the user for which directory to
1229         use.
1230         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
1231         latest changes.
1232         (muse-publish-markup-url): Pass original URL as an argument.  This
1233         fixes the "nil" description for bare URLs that was in 3.02.91.
1234         Nothing like finding a bug just after completing the announcement
1235         of a release.
1237         * lisp/muse.el: Use defalias whenever convenient.
1238         (muse-version): Set version to 3.02.92 (3.03 RC2).
1240 2006-08-10  Michael Olson  <mwolson@gnu.org>
1242         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
1243         style does not derive from any other class, return `t' here.
1244         This, along with the corresponding change to muse-publish.el,
1245         fixes a problem with the table of contents getting inserted
1246         multiple times for custom html-based styles.
1247         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
1248         smarter method for table centering that works with XHTML.
1250         * lisp/muse-latex2png.el Rename all functions to have a
1251         "muse-latex2png" prefix.  Turn all variables into customizable
1252         options in the muse-latex2png group.
1253         (muse-latex2png-img-dest): New option specifying where to place
1254         the images.
1255         (muse-latex2png-template): New option containing the template to
1256         use for the surrounding LaTeX code.
1257         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
1258         compliance.
1259         (muse-latex2png-move2pubdir): Avoid multiple redundant error
1260         messages when something else goes wrong.  Create the image
1261         subdirectory if it doesn't exist already -- thanks to Christian
1262         Straßer for the report.  Expand the filename properly.
1263         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
1264         and filename expansion.
1265         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
1266         the default directory properly.
1268         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
1269         do not run the same function twice.
1271 2006-08-08  Michael Olson  <mwolson@gnu.org>
1273         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
1274         introduced wrong-type-argument error.
1276         * lisp/muse-html.el (muse-html-markup-strings)
1277         (muse-xhtml-markup-string): Cause table definition that contains
1278         image to be center-aligned.  This should fix an issue with images
1279         not being centered when captions are very long.
1281         * lisp/muse-publish.el (muse-publish-table-fields): Trim
1282         whitespace from fields once we have split them up.
1284         * lisp/muse.el (muse-trim-whitespace): New function that strips
1285         leading and trailing whitespace from a string.
1287 2006-08-07  Michael Olson  <mwolson@gnu.org>
1289         * NEWS: Update through patch-95.
1291         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
1292         to match the tags.
1293         (muse-colors-explicit-link): Show images in link descriptions if
1294         inlined images are enabled.
1296         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
1297         definitions for 'image-with-desc, 'image, and 'image-link.
1298         (muse-docbook-markup-paragraph): If an inlined image begins a
1299         paragraph, insert <para> before it.
1300         (muse-docbook-fixup-images): New function that upper-cases the
1301         "format" attribute of the <imagedata> tag.
1302         (muse-docbook-finalize-buffer): Call it.
1304         * lisp/muse-html.el (muse-html-markup-strings): Publish images
1305         with descriptions as centered tables, with a centered caption
1306         underneath.  The resulting look is consistent with the way that
1307         they are published in the LaTeX style.  Thanks to Jody Klymak for
1308         the suggestion.
1309         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
1310         valid way to center a table.
1311         (muse-html-markup-paragraph): Use class="image" instead of
1312         "image-link" for paragraphs that start with an embedded image.
1314         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
1315         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
1316         suggestion.
1317         (muse-latex-markup-specials-image): New option that enables
1318         escaping of specials in images.  This was split from the URL
1319         specials.
1320         (muse-latex-decide-specials): Handle 'image context.
1321         (muse-latex-fixup-dquotes): Go to beginning of document, instead
1322         of relying on caller to do this for us.
1324         * lisp/muse-publish.el (muse-publish-escape-specials): Document
1325         'image context.
1326         (muse-publish-url): Use 'image context for images.  Use 'image
1327         instead of 'image-link and 'image-link in place of
1328         'url-with-image.  Separate the image file from its extension so
1329         that docbook and texinfo can publish images correctly.
1330         (muse-publish-markup-link): Don't force a description if one is
1331         not given.  This fixes a bug where images without descriptions
1332         were being published as 'image-with-desc instead of 'image.
1334         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
1335         images the same as URLs.
1336         (muse-texinfo-markup-strings): Improve image markup to achieve an
1337         effect similar to that of the LaTeX publishing style.  Simplify
1338         'url string.
1340         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
1342         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
1343         when we have to use the custom version of this function.
1345         * muse.texi (Images): Explain how to toggle inlining of images and
1346         give better examples.  Mention captions and that captioned images
1347         should not be used inside of text paragraphs.
1348         (Markup Strings): Bring up-to-date with the changes made since
1349         3.02.
1351 2006-08-06  Michael Olson  <mwolson@gnu.org>
1353         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
1354         in the Emacs source tree.
1356         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
1357         in the Emacs source tree.
1359         * ChangeLog.3: New file created from the old ChangeLog.
1361         * Makefile.defs (VERSION): Set to 3.02.91.
1363         * NEWS: Update through patch-84.
1365         * lisp/muse.el (muse-version): Set to 3.02.91.
1367         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
1368         attributes.
1369         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
1370         delimiter are instead of hard-coding it.
1372         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
1373         (muse-mode): Make filling definition lists work better.  This
1374         should fix #5359.
1376         * lisp/muse-publish.el (muse-style-run-hooks): Use
1377         `muse-style-element' instead of `muse-get-keyword' here.  This
1378         should fix #6399.
1380         * muse.texi: Set version to 3.02.91 (3.02 RC2).
1382 See ChangeLog.3 for earlier changes.
1384 ;; Local Variables:
1385 ;; coding: utf-8
1386 ;; End: