Rename <math> tag in muse-mathml.el to <mathml>
[muse-el.git] / ChangeLog
blob6e1ee12096b053d89d4566862c8a7f2af9ef8778
1 2006-12-30  Michael Olson  <mwolson@gnu.org>
3         * NEWS: Update.
5         * experimental/muse-mathml.el (muse-publish-mathml-tag): Rename
6         from muse-publish-math-tag to avoid conflict with
7         muse-latex2png.el.
9 2006-12-23  Michael Olson  <mwolson@gnu.org>
11         * lisp/muse-latex2png.el: Update header, since this has been
12         rewritten sufficiently to not need an assignment from the original
13         author.
14         (muse-latex2png-use-xhtml): Remove, since we now autodetect this.
15         (muse-latex2png): Use two underscores to separate prefix and hash.
16         (muse-latex2png-region): New function split from
17         muse-publish-latex-tag that can be used easily by other code.
18         Detect whether we are using an HTML-based publishing style, and
19         insert a simpler markup if we are not.  If we are using a
20         Latex-based publishing style, do not generate an image, and leave
21         the region alone.  Return the path of the generated image, in case
22         other functions want to use this programmatically.
23         (muse-publish-latex-tag): Set a default prefix based on the name
24         of the current file.
25         (muse-publish-math-tag): New tag that surrounds the region with
26         "$" characters, so that it becomes a Latex math region, and then
27         publishes it.
29         * lisp/muse-publish.el (muse-style-derived-p): New function that
30         returns non-nil if a given style, or the current style if omitted,
31         is equal to or derived from the given base style.  This is useful
32         in <lisp> tags, because it allows the user to specify markup that
33         is only to be inserted for one particular style.
35 2006-12-22  Michael Olson  <mwolson@gnu.org>
37         * lisp/muse-html.el (muse-html-markup-tags): Add <src> tag.
38         (muse-html-src-tag): New function which publishes the <src> tag.
39         Thanks to Clinton Ebadi and Charles Wang for the initial
40         implementations.
42         * lisp/muse-publish.el (muse-publish-markup-tags): Add <src> tag.
44 2006-12-21  Michael Olson  <mwolson@gnu.org>
46         * examples/johnw/muse-johnw.el: Update for preferred
47         muse-derive-style usage.  Rename to muse-init.el.
49         * examples/mwolson/muse-init.el: Update.
51         * lisp/muse-book.el (muse-book-publish): New function split from
52         muse-book-publish-project.  This is used in the definitions for
53         the book-latex and book-pdf styles.
54         (muse-book-publish-p): New function split from muse-book-publish.
55         (muse-book-get-directives): New function that retrieves the
56         publishing directives from the given file.
57         (muse-book-publish): Use muse-book-get-directives to set the title
58         if no title was specified.
60         * lisp/muse-project.el (muse-project): Add :publish-project entry
61         to widget.
62         (muse-read-project, muse-project-find-file): Message fix.
63         (muse-project-publish-file-default): New function split from
64         muse-project-publish-file.
65         (muse-project-publish-file): Allow file-level publishing function
66         to be specified by the :publish element.  The default is
67         muse-project-publish-file-default.
68         (muse-project-publish-default): New function split from
69         muse-project-publish.
70         (muse-project-publish): Allow project-level publishing function to
71         be specified by :publish-project element.  The default is
72         muse-project-publish-default.
74         * lisp/muse-publish.el (muse-publish-file): Message fix.
76         * texi/muse.texi (Book): Mention new way to publish books and
77         provide an example, since the process may be non-obvious.
79 2006-12-20  Michael Olson  <mwolson@gnu.org>
81         * lisp/muse-docbook.el (muse-docbook-munge-buffer): Split out
82         content-modifying code from the rest of
83         muse-docbook-finalize-buffer.
85         * lisp/muse-groff.el (muse-groff-munge-buffer): Rename from
86         muse-groff-finalize-buffer, since it adds content to the buffer.
88         * lisp/muse-html.el (muse-html-munge-buffer): Split out
89         content-modifying code from the rest of muse-html-finalize-buffer.
90         This fixes a bug when using <include> with <content> tags.
92         * lisp/muse-journal.el (muse-journal-html-munge-buffer)
93         (muse-journal-latex-munge-buffer)
94         (muse-journal-rss-munge-buffer): Rename, since they add content to
95         the buffer.
97         * lisp/muse-latex.el (muse-latex-munge-buffer): Rename from
98         muse-latex-finalize-buffer, since it adds content to the buffer.
100         * lisp/muse-mode.el:
101         * lisp/muse-project.el:
102         * lisp/muse-publish.el:
103         * lisp/muse.el: Fix recursive load error.
105         * lisp/muse-texinfo.el (muse-texinfo-munge-buffer): Rename from
106         muse-texinfo-finalize-buffer, since it adds content to the buffer.
108         * lisp/muse-wiki.el: Comment cleanup.
110         * lisp/muse-xml.el (muse-xml-charset-default): Docfix.
112 2006-12-17  Michael Olson  <mwolson@gnu.org>
114         * lisp/muse-latex.el (muse-latex-header, muse-latexcjk-header):
115         Remove the definition of \comment, since Latex already has comment
116         syntax.
117         (muse-latex-markup-strings): Use the Latex comment syntax, rather
118         than our own.  Thanks to Ryan Stutsman for pointing this out.
120 2006-12-02  Michael Olson  <mwolson@gnu.org>
122         * lisp/muse-html.el (muse-html-insert-contents): Tweak regexp so
123         that this can generate a proper table of contents for Planner HTML
124         publishing.
126 2006-12-01  Michael Olson  <mwolson@gnu.org>
128         * lisp/muse.el (muse-replace-regexp-in-string): In case someone is
129         using a very old Emacs, avoid an infinite loop that could occur
130         when the regexp is an empty string.
132 2006-11-26  Michael Olson  <mwolson@gnu.org>
134         * NEWS: Bring up to date.
136         * lisp/muse-docbook.el (muse-docbook-markup-paragraph): Fix nested
137         list issues and multiple-stanza verse issues.  This takes care of
138         all of the markup issues I was worried about.
140         * lisp/muse-project.el (muse-project-ignore-regexp): Minor docfix.
141         (muse-project-publish-private-files): New option that indicates
142         whether files with private filesystem permissions should be
143         published.  The default is to publish them, since it avoids
144         confusion in new users.
145         (muse-project-private-p): Use it.
147 2006-11-19  Michael Olson  <mwolson@gnu.org>
149         * lisp/muse-project.el (muse-project-resolve-link): If no remote
150         style is found, which means that the link is not a Muse page, do
151         not add a suffix or prefix to it.  This should fix the
152         "[[thing.owl]]" bug that Phillip Lord reported.
154         * lisp/muse-publish.el (muse-publish-link-file): Simplify by
155         removing unused 2nd argument.
157 2006-11-17  Michael Olson  <mwolson@gnu.org>
159         * lisp/muse-publish.el (muse-publish-surround-text): Fix bug in
160         latex publishing where nested enumerated lists would be squashed
161         together at the end.
163 2006-11-16  Michael Olson  <mwolson@gnu.org>
165         * lisp/muse-latex.el (muse-latex-markup-strings): Make an ordered
166         list embedded in a definition list look right.  This also allows
167         for definitions to be separated from their terms, much like the
168         way HTML does it by default, if the user puts a blank line or a
169         line break between the term and the definition.  If the term and
170         definition are on the same line, they will be that way in the
171         output as well.
173 2006-11-11  Michael Olson  <mwolson@gnu.org>
175         * muse.texi (Markup Strings): Fix typo.  Thanks to Haiyong Zheng
176         for the report.
177         (Getting Help and Reporting Bugs): Fix emacswiki.org page URL.
179 2006-11-07  Michael Olson  <mwolson@gnu.org>
181         * lisp/muse.el (muse-version): Make Emacs Muse 3.02.93, the third
182         release candidate for Muse 3.03, available.
184         * NEWS: Update.
186 2006-11-06  Michael Olson  <mwolson@gnu.org>
188         * lisp/muse-project.el (muse-project-find-file): Fix bug when
189         following a relative link worked even when the path was incorrect.
191 2006-11-04  John Sullivan  <john@wjsullivan.net>
193         * lisp/muse-mode.el (muse-mode-map): Remove C-c C-c binding for
194         muse-follow-name-at-point to reduce collisions with other
195         modes (Planner).
197         * muse.texi (Keystroke Summary): Remove C-c C-c binding.
199 2006-11-04  Michael Olson  <mwolson@gnu.org>
201         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Make page
202         optional, and make interwiki delimiter a regular rather than shy
203         group.
204         (muse-wiki-handle-implicit-interwiki): Rename from
205         muse-wiki-handle-interwiki.  Use match group 3 to get the page.
206         (muse-wiki-handle-explicit-interwiki): New function that is
207         smarter about where an explicit link ends in a buffer.  This
208         allows you to refer to page names with invalid Wiki characters,
209         such as underscores and dashes, merely by enclosing them in double
210         brackets.  Also, a bug with recognizing project names too loosely
211         has been fixed.
213 2006-11-03  Michael Olson  <mwolson@gnu.org>
215         * lisp/muse-project.el (muse-project-page-file): Make relative
216         links work as expected, hopefully.
218         * lisp/muse-publish.el (muse-publish-this-file): Set the current
219         output style manually, since it will differ from anything in the
220         publishing style list.
222 2006-10-30  Michael Olson  <mwolson@gnu.org>
224         * lisp/muse-colors.el (muse-colors-markup): Remove note about
225         grouping elements, since that no longer applies.
226         (muse-colors-custom-tags): Explicitly match against
227         muse-tag-regexp to get the match-data set the way we want.  This
228         really fixes the <example> highlighting bug that Stefan reported.
229         (muse-configure-highlighting): Set the original value to the
230         symbol, not the modified value.  Re-use modified rules properly.
232         * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Fix bug
233         introduced yesterday.
235 2006-10-29  Michael Olson  <mwolson@gnu.org>
237         * examples/mwolson: Update my example configuration.
239         * NEWS: Update.
241         * lisp/muse-colors.el (muse-configure-highlighting): Remove rules
242         without a regexp in the first position before iterating through
243         them to build muse-colors-vector.  This fixes a bug with the
244         display of <example> tags.  Thanks to Stefan Reichör for the
245         report.
247         * lisp/muse-project.el (muse-project-find-file): Permit non-Muse
248         files in projects to be linked to.
250         * lisp/muse-publish.el (muse-publish-url): Allow the original link
251         to serve as a description for a URL, as long as it differs from
252         the destination URL.  This fixes the description of WikPage links
253         in PDF output.
254         (muse-publish-link-file): Check to see whether the given link
255         points at a valid file.  If so, return it.  Otherwise, apply other
256         transforms like prefix and link suffix.
258         * lisp/muse-regexps.el (muse-file-regexp): If something ends in
259         "/", it is a file or directory, not a Muse page.  Thanks to
260         Phillip Lord for the suggestion.
262         * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Use the path
263         of the current page as the local path, instead of duplicating the
264         remote file's path.  This probably fixes at least one reported
265         bug. since it's quite major.
266         (muse-wiki-update-project-file-regexp)
267         (muse-wiki-update-interwiki-regexp): Ensure that nil is never
268         passed to regexp-opt, since that can cause Emacs 21 to throw an
269         "maximum binding depth exceeded" error.  Thanks to xs32 AT cornell
270         DOT edu for the report.
271         (muse-wiki-handle-wikiword): Avoid a potential stringp error.
273 2006-10-28  Michael Olson  <mwolson@gnu.org>
275         * lisp/muse-project.el (muse-project-choose-style-by-link-suffix)
276         (muse-project-resolve-link): If the given style does not have a
277         link-suffix, default to suffix.  This fixes a bug I was noticing
278         when linking to a file that was published in both PDF and HTML
279         form.
281         * lisp/muse-publish.el (muse-publish-determine-dl-indent): New
282         function that is used as a callback to determine the initial
283         amount of indentation that the current dl item has.
284         (muse-publish-surround-dl): Use it.  Pass the initial indent value
285         and the post-indent value, instead of trying to determine them
286         both.
287         (muse-publish-strip-list-indentation): New function stripped from
288         `muse-publish-surround-text' for readability.
289         (muse-publish-surround-text): Instead of taking a determine-indent
290         value, take a determine-indent-func function, which is called just
291         after finding the next list item.  If we are asked to determine
292         the amount of indentation, concatenate indent and post-indent the
293         first time around.  This effectively fixes all known definition
294         list issues.
296 2006-10-16  Michael Olson  <mwolson@gnu.org>
298         * lisp/muse.el: Provide the 'muse-nested-tags feature so that
299         other software -- namely, Planner -- can detect whether they are
300         using a version of Muse that supports nested tags.
301         (muse-goto-tag-end): Moved from muse-publish.el and renamed from
302         muse-publish-goto-tag-end.
304         * lisp/muse-colors.el (muse-colors-tags, muse-colors-custom-tags):
305         Adapt for nested tags.
307         * lisp/muse-html.el (muse-html-markup-tags): Indicate that the
308         <class> tag is nestable.  Thanks to Phillip Lord for noticing
309         this.
311         * lisp/muse-publish.el (muse-publish-markup-tag)
312         (muse-publish-quote-tag): Use muse-goto-tag-end.
314         * lisp/muse-wiki.el ("muse-colors"): Adapt for nested tags.
316 2006-10-15  Michael Olson  <mwolson@gnu.org>
318         * AUTHORS: Bookkeeping.
320         * lisp/muse-blosxom.el (muse-blosxom-header): Indent code in lisp
321         tag.
323         * lisp/muse-groff.el (muse-groff-markup-tags): Adapt for nested
324         tags.
326         * lisp/muse-html.el (muse-html-markup-tags): Ditto.
328         * lisp/muse-import-docbook.el (muse-import-docbook)
329         (muse-import-docbook-files): Docfix.
330         (muse-import-docbook-get-title): Remove cl.el-ism.
332         * lisp/muse-import-xml.el (muse-import-xml): Fix compiler warning.
334         * lisp/muse-journal.el (muse-journal-latex-markup-tags): Ditto.
336         * lisp/muse-latex2png.el (muse-publish-markup-tags): Ditto.
338         * lisp/muse-mode.el (muse-previous-reference): Minor docfix.
339         (muse-next-reference, muse-previous-reference): Minor whitespace
340         changes.
341         (muse-mode-choose-mode): Add autoload cookie.  Thanks to Leo for
342         the suggestion.
344         * lisp/muse-poem.el (muse-poem-tag): Ditto.
346         * lisp/muse-publish.el (muse-publish-markup-tags)
347         (muse-publish-markup-header-footer-tags): Shift 4th element to 5th
348         element and make 4th element determine whether tags are nestable.
349         (muse-publish-goto-tag-end): New function that moves to the end of
350         a tag.  Handle nested tags when NESTED is non-nil.
351         (muse-publish-markup-tag): Call muse-publish-goto-tag-end.  Use
352         5th element for function.
353         (muse-publish-quote-tag): Handle nested quote tags.  I've tested
354         this on several scenarios, and it seems to work.
355         (muse-publish-surround-text): Accept new optional argument
356         LIST-ITEM which determines the regexp to use for list items.  The
357         default is to use muse-list-item-regexp.
359         * muse.texi (Markup Tags): Mention nestable tags.
361         * NEWS: Mention new files.
363 2006-10-15  Elena Pomohaci  <e.pomohaci@gmail.com>
365         * lisp/muse-import-docbook.el: New file that converts Docbook XML
366         into Muse format.
368         * lisp/muse-import-xml.el: New file that provides helper routines
369         for converting XML-ish files to Muse format.
371 2006-10-10  Michael Olson  <mwolson@gnu.org>
373         * NEWS: Update for 3.02.7 bugfix release.
375 2006-10-06  Sasha Kovar  <sasha@arcocene.org>
377         * lisp/muse-blosxom.el (muse-blosxom-header): Insert the date
378         using the value in the muse #date directive.
379         (muse-blosxom-use-metadate): New option that determines whether or
380         not to use the #postdate directive.
381         (muse-blosxom-format-date): Convert a date string to PyBlosxom
382         metadate plugin format.
384 2006-09-30  Stefan Schlee  <stefan_schlee@yahoo.com>
386         * lisp/muse-protocols.el: Fix bug #6741: Exclude colon in
387         recognised URLs.
389         * muse.texi: Clarify handling of implicit links by mentioning
390         which characters can prevent Muse from recognizing something as an
391         implicit link.
393 2006-09-26  Stefan Schlee  <stefan_schlee@yahoo.com>
395         * lisp/muse-mode.el (muse-next-reference)
396         (muse-previous-reference): Fix bug #6367 by moving point to the
397         beginning of the link.
399 2006-09-26  Michael Olson  <mwolson@gnu.org>
401         * lisp/muse-colors.el (muse-use-font-lock): Don't quote
402         beginning-of-line.  This should fix a bug that was noticed in
403         recent Emacs 22 builds.
405         * lisp/muse-backlink.el: Wrap muse-backlink-split-string in an
406         eval-and-compile block to avoid a compiler warning.
408 2006-09-25  Jim Ottaway  <j.ottaway@lse.ac.uk>
410         * lisp/muse-backlink.el (muse-backlink-split-string):
411         Compatibility with Emacs versions < 22
412         (muse-backlink-pending): New internal variable
413         (muse-backlink-get-mode-hook): Find the major mode hook to use, so
414         that backlinks are inserted at the right time.
415         (muse-backlink-insert-hook-func): Remove unwind-protection; check
416         for pending backlink, and that this is the targe page.
417         (muse-backlink-handle-link): Don’t handle the link if we are
418         already handling one. Return the link as well as the parent links.
420 2006-09-25  Sasha Kovar  <sasha@arcocene.org>
422         * lisp/muse-blosxom.el (muse-blosxom-new-entry): : Fix for bug
423         #6942 - muse-blosxom-new-entry fails when using tags.
425 2006-09-14  Michael Olson  <mwolson@gnu.org>
427         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): Silence
428         compiler warning.
430 2006-09-14  Jim Ottaway  <j.ottaway@lse.ac.uk>
432         * lisp/muse-texinfo.el (muse-texinfo-protect-wikiwords): New
433         function: Protect all wikiwords from START to END from further
434         processing.
435         (muse-texinfo-markup-heading): Use muse-texinfo-protect-wikiwords.
437 2006-09-13  Michael Olson  <mwolson@gnu.org>
439         * lisp/muse-texinfo.el (muse-texinfo-markup-heading): New function
440         adopted from Jim Ottaway's patch.  It removes links from the
441         heading, and then marks the region read-only to inhibit WikiWord
442         detection.
444 2006-09-13  Jim Ottaway  <j.ottaway@lse.ac.uk>
446         * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add
447         special handling for headings.
448         (muse-texinfo-remove-links): New function that removes explicit
449         links from the given strings, replacing them with a description.
451 2006-09-11  Michael Olson  <mwolson@gnu.org>
453         * muse.texi (Getting Help and Reporting Bugs): Mention the
454         muse-el-internationalization mailing list.
456         * lisp/muse.el (muse-path-sans-extension): New function that acts
457         like file-name-sans-extension, but guarantees to never modify the
458         directory part of the path.  Thanks to Evan Monroig for
459         investigating this.
461         * lisp/muse-book.el (muse-book-publish-project): Use
462         muse-path-sans-extension instead of file-name-sans-extension.
464         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
465         Ditto.
467 2006-08-30  Michael Olson  <mwolson@gnu.org>
469         * muse.texi (Blosxom Requirements): Fix typo.
471         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
472         directories for bzr and darcs.
474         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
475         contrib/pyblosxom/getstamps.py: Update version and headers.
477 2006-08-27  Michael Olson  <mwolson@gnu.org>
479         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
480         nil values before they get to mapconcat.  This fixes a lockup when
481         muse-wiki-match-all-project-files is nil.
483         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
484         (muse-wiki-ignore-implicit-links-to-current-page)
485         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
486         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
487         (muse-wiki-publish-small-title-words)
488         (muse-wiki-publish-pretty-title): Docfix.
489         (muse-wiki-update-local-wikiword-regexp): Rename from
490         muse-wiki-update-local-wikiword-regexp.  Set
491         muse-wiki-project-file-regexp instead of
492         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
493         take muse-wiki-use-wikiword into account, since this is a
494         different concept now.
495         (muse-wiki-update-wikiword-regexp): Remove.
496         (muse-wiki-wikiword-regexp): In-line the :set function.
497         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
499 2006-08-26  Michael Olson  <mwolson@gnu.org>
501         * lisp/muse-publish.el (muse-publish-surround-text): When looking
502         for indented list items, ignore blank lines.
504         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
505         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
506         mapconcat.  This should hopefully fix a problem with large amounts
507         of files with spaces in their name.  Thanks to Greg Detre for the
508         report.
510 2006-08-24  Michael Olson  <mwolson@gnu.org>
512         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
513         numbers from the argument to format-time-string.  This fixes an
514         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
516 2006-08-18  Michael Olson  <mwolson@gnu.org>
518         * lisp/muse-project.el (muse-project-file-entries): Since we are
519         given a full path, match against the filename as well.  This fixes
520         an issue where backup files were being added to the file alist.
522         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
523         from muse-html.el.
525 2006-08-12  Michael Olson  <mwolson@gnu.org>
527         * Makefile (.PHONY): Don't use line continuations.
528         (realclean fullclean): Call realclean in subdirs, not distclean.
529         (distclean): Don't call realclean, since this would wipe out our
530         autoloads file.
531         (dist): Use correct path to autoloads file.
533         * NEWS: Catch up with the latest changes.
535         * experimental/Makefile (.PHONY): Wrap long line.
537         * lisp/Makefile (distclean): Do the same thing as "clean", not
538         "realclean".
540         * lisp/muse-project.el (muse-project-get-applicable-style):
541         Indentation tweak.
542         (muse-project-ignore-regexp, muse-project-recurse-directory):
543         Docfix.
544         (muse-project-of-file): Try the ignored files regexp against the
545         base filename as well as the entire path.
547         * lisp/muse-publish.el (muse-publish-this-file): Display message
548         if the buffer is not associated with any file, so that we avoid
549         errors later on.
550         (muse-publish-url-desc): New function taken from muse-publish-url
551         that causes a URL description to be transformed.
552         (muse-publish-url): Call muse-publish-url-desc on either the
553         description or the original URL if it will be used as a
554         description.  Accept the original URL as an argument, in case it
555         was transformed earlier.
556         (muse-publish-insert-url): Pass original URL as an argument.
557         (muse-publish-markup-link): Make this somewhat easier to follow.
558         Pass original URL as argument.
559         (muse-publish-get-style): If the same style is used to publish to
560         two different directories, prompt the user for which directory to
561         use.
562         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
563         latest changes.
564         (muse-publish-markup-url): Pass original URL as an argument.  This
565         fixes the "nil" description for bare URLs that was in 3.02.91.
566         Nothing like finding a bug just after completing the announcement
567         of a release.
569         * lisp/muse.el: Use defalias whenever convenient.
570         (muse-version): Set version to 3.02.92 (3.03 RC2).
572 2006-08-10  Michael Olson  <mwolson@gnu.org>
574         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
575         style does not derive from any other class, return `t' here.
576         This, along with the corresponding change to muse-publish.el,
577         fixes a problem with the table of contents getting inserted
578         multiple times for custom html-based styles.
579         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
580         smarter method for table centering that works with XHTML.
582         * lisp/muse-latex2png.el Rename all functions to have a
583         "muse-latex2png" prefix.  Turn all variables into customizable
584         options in the muse-latex2png group.
585         (muse-latex2png-img-dest): New option specifying where to place
586         the images.
587         (muse-latex2png-template): New option containing the template to
588         use for the surrounding LaTeX code.
589         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
590         compliance.
591         (muse-latex2png-move2pubdir): Avoid multiple redundant error
592         messages when something else goes wrong.  Create the image
593         subdirectory if it doesn't exist already -- thanks to Christian
594         Straßer for the report.  Expand the filename properly.
595         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
596         and filename expansion.
597         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
598         the default directory properly.
600         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
601         do not run the same function twice.
603 2006-08-08  Michael Olson  <mwolson@gnu.org>
605         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
606         introduced wrong-type-argument error.
608         * lisp/muse-html.el (muse-html-markup-strings)
609         (muse-xhtml-markup-string): Cause table definition that contains
610         image to be center-aligned.  This should fix an issue with images
611         not being centered when captions are very long.
613         * lisp/muse-publish.el (muse-publish-table-fields): Trim
614         whitespace from fields once we have split them up.
616         * lisp/muse.el (muse-trim-whitespace): New function that strips
617         leading and trailing whitespace from a string.
619 2006-08-07  Michael Olson  <mwolson@gnu.org>
621         * NEWS: Update through patch-95.
623         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
624         to match the tags.
625         (muse-colors-explicit-link): Show images in link descriptions if
626         inlined images are enabled.
628         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
629         definitions for 'image-with-desc, 'image, and 'image-link.
630         (muse-docbook-markup-paragraph): If an inlined image begins a
631         paragraph, insert <para> before it.
632         (muse-docbook-fixup-images): New function that upper-cases the
633         "format" attribute of the <imagedata> tag.
634         (muse-docbook-finalize-buffer): Call it.
636         * lisp/muse-html.el (muse-html-markup-strings): Publish images
637         with descriptions as centered tables, with a centered caption
638         underneath.  The resulting look is consistent with the way that
639         they are published in the LaTeX style.  Thanks to Jody Klymak for
640         the suggestion.
641         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
642         valid way to center a table.
643         (muse-html-markup-paragraph): Use class="image" instead of
644         "image-link" for paragraphs that start with an embedded image.
646         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
647         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
648         suggestion.
649         (muse-latex-markup-specials-image): New option that enables
650         escaping of specials in images.  This was split from the URL
651         specials.
652         (muse-latex-decide-specials): Handle 'image context.
653         (muse-latex-fixup-dquotes): Go to beginning of document, instead
654         of relying on caller to do this for us.
656         * lisp/muse-publish.el (muse-publish-escape-specials): Document
657         'image context.
658         (muse-publish-url): Use 'image context for images.  Use 'image
659         instead of 'image-link and 'image-link in place of
660         'url-with-image.  Separate the image file from its extension so
661         that docbook and texinfo can publish images correctly.
662         (muse-publish-markup-link): Don't force a description if one is
663         not given.  This fixes a bug where images without descriptions
664         were being published as 'image-with-desc instead of 'image.
666         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
667         images the same as URLs.
668         (muse-texinfo-markup-strings): Improve image markup to achieve an
669         effect similar to that of the LaTeX publishing style.  Simplify
670         'url string.
672         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
674         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
675         when we have to use the custom version of this function.
677         * muse.texi (Images): Explain how to toggle inlining of images and
678         give better examples.  Mention captions and that captioned images
679         should not be used inside of text paragraphs.
680         (Markup Strings): Bring up-to-date with the changes made since
681         3.02.
683 2006-08-06  Michael Olson  <mwolson@gnu.org>
685         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
686         in the Emacs source tree.
688         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
689         in the Emacs source tree.
691         * ChangeLog.3: New file created from the old ChangeLog.
693         * Makefile.defs (VERSION): Set to 3.02.91.
695         * NEWS: Update through patch-84.
697         * lisp/muse.el (muse-version): Set to 3.02.91.
699         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
700         attributes.
701         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
702         delimiter are instead of hard-coding it.
704         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
705         (muse-mode): Make filling definition lists work better.  This
706         should fix #5359.
708         * lisp/muse-publish.el (muse-style-run-hooks): Use
709         `muse-style-element' instead of `muse-get-keyword' here.  This
710         should fix #6399.
712         * muse.texi: Set version to 3.02.91 (3.02 RC2).
714 See ChangeLog.3 for earlier changes.
716 ;; Local Variables:
717 ;; coding: utf-8
718 ;; End: