Make centered captioned images work for XHTML.
[muse-el.git] / NEWS
blob511c6b227a8f2781b372531e9538d60e68c91075
1 Emacs Muse NEWS --- History of user-visible changes    -*- outline -*-
3 * Changes in Muse 3.03 (not yet released)
5 ** Blosxom publishing (lisp/muse-blosxom.el)
7 *** New option: muse-blosxom-use-tags.
8 This specifies whether or not we are using tags.  Tags allow a page to
9 belong to multiple categories, but they do not rely on the directory
10 structure for categorization.
12 ** Core functionality (lisp/muse.el)
14 *** Fix an XEmacs beta byte-compiler issue.
16 *** Make nested list manipulation accessible to both Muse Mode
17 and Muse publishing.
19 ** HTML publishing (lisp/muse-html.el)
21 *** Make sure spaces in URLs get escaped properly.
23 ** HTTP daemon (contrib/httpd.el)
25 *** Update this to work with newer versions of Emacs.
27 *** Fix a paragraph detection bug for paragraphs that occur after
28 verses.
30 ** Journal (lisp/muse-journal.el)
32 *** New option: muse-journal-rss-heading-regexp.
33 Determine the regexp to use when searching for an RSS heading.
35 *** Make sure that the date is in a format that RSS readers
36 can handle.
38 ** LaTeX publishing (lisp/muse-latex.el)
40 *** Improve escaping of specials.
42 *** Use \label{} and \ref{} for anchors and anchor references.
44 *** Emphasize table elements.
46 *** Improve table generation.
48 *** Use \url{} to publish bare URLs.
50 *** Handle case where a Muse page begins with a quote character.
52 *** Display footnotes when we have both a URL and description.
53 This makes the URLs show up on printed documents in a sensible
54 fashion.
56 *** Escape the "@" character in the entire document.
58 ** Muse Manual (muse.texi)
60 *** Implicit Links
62 **** Mention how to customize the WikiName recognition.
64 *** Extending Muse
66 **** Move "Common Elements" and "Deriving Styles" chapters here.
68 ** Muse Mode (lisp/muse-mode.el)
70 *** `C-c TAB' now inserts an object, prompting the user for which type.
71 `C-c TAB l' inserts a relative link.
72 `C-c TAB t' inserts a Muse tag.
73 `C-c TAB u' inserts a URL.
75 These keybindings may be modified by editing `muse-insert-map'.  Note
76 that the prompt you get when you hit `C-c TAB' will not change.
78 *** New list-oriented keybindings:
79 `M-RET' inserts a list item.
80 `C->' increases list item indentation.
81 `C-<' decreases list item indentation.
83 *** Slightly improvement speed of flyspell integration
85 *** Implement searching through Muse files.
87 **** `C-c C-s' performs a search through Muse files.
89 **** New option: muse-grep-command.
90 Customize this to specify the command used for searching.  In
91 particular, "glimpse" is handy.  Check the documentation for this
92 command for details.
94 *** Changed keybindings:
95 `C-c C-b' is now `muse-find-backlinks'
96 `C-c C-v' is now `muse-browse-result'
98 *** Don't require muse-publish.el, since publishing and viewing Muse
99 files are supposed to be completely separable.
101 *** Speed up searching for next and previous references.
103 *** Make filling definition lists work better.
105 ** Muse Mode highlighting (lisp/muse-colors.el)
107 *** New option: muse-colors-inline-images.
108 This determines whether or not to inline an image.  The default is to
109 enable this behavior.
111 **** `C-c C-i' toggles whether images are inlined.
113 **** New option: muse-colors-inline-image-method.
114 This determines how to find an image that we want to inline.  The
115 default is to look in the current directory.  If set to
116 'muse-colors-use-publishing-directory, it will look in the directory
117 where the current page will be published.
119 *** Make faces conform the namespace better.
120 `muse-link-face' is renamed to `muse-link'.
121 `muse-bad-link-face' is renamed to `muse-bad-link'.
122 `muse-verbatim-face' is renamed to `muse-verbatim'.
124 *** Handle muse-emphasis faces better.
126 ** New modules
128 *** lisp/muse-backlink.el -- Provide backlink support for Muse.
130 *** lisp/muse-groff.el --  This introduces the publishing styles
131 "groff" and "groff-pdf".
133 *** lisp/muse-latex2png.el -- Publish embedded LaTeX content to a PNG file.
134 This introduces the <latex> tag.
136 *** lisp/muse-xml-common.el -- Common functionality used by XML-based
137 publishing styles, such as HTML, XML, and DocBook.
139 *** experimental/muse-mathml.el -- This introduces the "mathml"
140 publishing style and the <math> tag.
142 ** Project settings (lisp/muse-project.el)
144 *** Introduce the `with-muse-project' macro, which makes it easier
145 to switch to a given Muse project and execute some code.
147 *** Fix an error with `custom-quote'.
149 *** Ignore buffers that have no associated filename.
150 This fixes an annoyance where Muse prompts to save BBDB and ERC
151 buffers before publishing.
153 *** If we cannot find a project to publish, indicate this in an
154 error message.  This fixes an infinite loop.
156 *** Update the file-alist whenever a Muse file is saved.
158 ** Publishing (lisp/muse-publish.el)
160 *** Implement escaping of specials throughout the entire document.
161 This makes it much easier to publish documents to multiple kinds of
162 formats, since you no longer have to worry about putting <verbatim>
163 around specials.
165 *** Make escaping of specials context-sensitive.
166 Muse now realizes that URLs, normal document text, <example> regions,
167 and the like have different special characters to escape.
169 *** Distinguish links and footnotes better.
171 *** Simplify markup string for anchors.
173 *** Allow text like "%N%" in markup strings.
174 This makes it much easier to re-use the same text or put strings in
175 a different order.
177 *** Support nested lists.
178 Muse now determines the nested level of a list by its initial
179 whitespace.  Ordered lists, unordered lists, and definition lists can
180 all be nested.  It is even possible to force a line break in a list
181 item by inserting a blank line on the same level between the lines.
182 Blockquotes may also be nested inside of a list.
184 *** Create parent directories when publishing for the first time.
186 *** Allow empty elements in tables.
188 *** Handle case where we are trying to publish a file that has not
189 been saved.
191 *** Handle nested emphasis types better.
192 It should now publish exactly the way it looks in Muse Mode.
194 *** Fix XEmacs issue where text at beginning of buffer is read-only.
196 *** Allow publishing styles to specify a function to use for
197 escaping specials in a particular context.  This is especially handy
198 for HTML URLs, since they have a larger subset of special characters
199 than normal characters.
201 See `muse-xml-decide-specials' in muse-xml-common.el for details.
202 This functionality already exists for escaping specials in strings.
204 *** Fix an infinite loop problem.
206 *** Preserve whitespace around emdash.
207 This allows for more flexibility, since some people seem to prefer to
208 have the emdash directly against the surrounding text, while others
209 like it to be spaced.
211 *** If the #disable-tables publishing directive exists on the current
212 Muse page, do not generate a table.
214 *** New tags, see the Tag Summary section in the manual for details
216 **** <comment> -- Designate entire regions as comments.
218 **** <quote> -- Publish the region as a blockquote.
220 ** Texinfo publishing (lisp/muse-texinfo.el)
222 *** Escape commas in URLs.
224 *** Make it so that links to other info or PDF documents use the proper
225 suffix.
227 ** URL protocols (lisp/muse-protocols.el)
229 *** Add support for DOI's.
230 DOI's (digitial object identifiers) are a standard identifier used in
231 the publishing industry.
233 *** Add support for "dict:" URLs.
234 This is used to look up terms on the Wikipedia website.
236 **** New option: muse-wikipedia-country.
237 This specified the country code to use for Wikipedia.
239 ** Wiki (lisp/muse-wiki.el)
241 *** If the document does not have a valid title string, use the
242 empty string.
244 *** Fix some bugs.
246 *** New option: muse-wiki-wikiword-match-project-files.
247 Whether to extend WikiName functionality to also match
248 existing filenames, regardless of whether they are named in
249 WikiWord format.
251 If non-nil, Muse will color and publish implicit links to any
252 file in your project.  The default is nil.
254 *** Match filenames in the project before the general WikiWord
255 regexp.
257 *** Take the value of `muse-wiki-hide-nop-tag' into account.
259 ** XML publishing (lisp/muse-xml.el)
261 *** Update examples/muse.rnc to handle nested list items.
263 *** Fix table generation when some attributes are not given.
265 * Changes in Muse 3.02.6
267 ** Building Muse
269 *** Autoloads for Muse are now generated in the muse-autoloads.el
270 file at build time.
272 ** HTML publishing (lisp/muse-html.el)
274 *** Don't escape "%" and "+" in URLs.
276 ** Muse Mode (lisp/muse-mode.el)
278 *** <lisp> tags are now evaluated at display time.
279 The actual contents of the buffer will not change, just the displayed
280 text.  To toggle this behavior, set `muse-colors-evaluate-lisp-tags'.
282 ** Publishing (lisp/muse-publish.el)
284 *** When errors happen during publishing, a more explanatory message
285 is displayed.
287 *** It is now possible to specify non-breaking-space with "~~"
288 (two tildes).  This helps prevent proper names from being split up in
289 the output.
291 *** Escape specials in all forms of emphasis.
293 *** Escape "[" and "]" in links that are entered using muse-make-link.
295 *** Errors from invalid lisp code in a <lisp> tag will be published
296 as a comment.  If you have `muse-publish-comments-p' set to nil, the
297 effect is to remove the error message.
299 *** Fix several publishing issues involving comments and numbered lists.
301 ** Wiki (lisp/muse-wiki.el)
303 *** Interwiki links in extended links that have special characters are
304 now handled properly.
306 ** XML publishing (lisp/muse-xml.el)
308 *** The XML publishing style is now considered stable.
309 Its schema is available in `examples/muse.rnc'.
311 * Changes in Muse 3.02.5
313 ** LaTeX publishing (lisp/muse-latex.el)
315 *** Use a better algorithm for determining how many times we need to
316 call pdflatex for publishing.  Anything with a Table of Contents needs
317 2 passes.
319 ** Muse Mode (lisp/muse-mode.el)
321 *** The 3 levels of emphasis now have corresponding muse-emphasis-N faces.
322 This permits the user to customize them, which may be useful if a font
323 does not have italic and/or bold versions.
325 *** Visiting pages with anchors works better.
327 *** Fix fill bug with semicolons in the middle of paragraphs.
329 *** Fix a bug with editing the link at point.
331 *** Fix a display bug with text like =<verbatim><example></verbatim>=.
333 ** Project settings (lisp/muse-project.el)
335 *** Fix an edge case that yielded a stringp: nil error.
337 *** Prevent auto-save files from being recognized as Muse files.
339 ** Wiki (lisp/muse-wiki.el)
341 *** By default, WikiWords can have consecutive capital letters.
343 *** Fix an error that occurs when muse-colors is not loaded.
345 *** It is now possible to specify a suffix for WikiWord links.
346 For example: WikiName''''s.  The WikiName part will be displayed and
347 colored as a link, but the "s" will be left alone.
349 * Changes in Muse 3.02.02
351 ** Configuration
353 *** A bug with customizing `muse-project-alist' has been fixed.
355 *** We use a file extension for Muse files by default.
356 To obtain the old behavior, set `muse-file-extension' to nil and
357 `muse-mode-auto-p' to t.
359 To go along with the new behavior, be sure to rename all of your Muse
360 files to have a ".muse" extension.
362 *** New option: `muse-wiki-ignore-bare-project-names'.
363 This causes Muse to ignore bare project names if specified.  The
364 default is to turn bare project names into links.
366 *** New option: `muse-publish-comments-p'.
367 This causes Muse to publish comments as markup.  The default is to
368 remove comments before publishing rather than trying to mark them up.
370 *** New option: `muse-wiki-allow-nonexistent-wikiword'.
371 Enabling this will cause WikiWords with no corresponding file to be
372 colored as bad links.  The default is not to color them and turn them
373 into links.
375 ** Muse Mode (lisp/muse-mode.el)
377 *** An error with intangible links has been fixed.
379 *** Visiting a page with an anchor works better than before.
381 *** Flyspell behaves better with Emacs21 than before.
383 *** Links to nonexistent files will be colored red by default.
384 This happened previously, but the algorithm was buggy and didn't cover
385 implicit links.
387 ** Project handling (lisp/muse-project.el)
389 *** A convenience macro called `with-muse-project' has been added.
390 This allows a code block to be executed after changing the current
391 Muse project.  It is analogous to emacs-wiki's
392 `with-emacs-wiki-project' function.
394 ** Publishing (lisp/muse-publish.el)
396 *** An issue involving anchors at the end of a line has been
397 addressed.
399 *** Non-word characters are now allowed before an anchor.
401 *** Comments may now be published, if desired.
402 This behavior may be controlled with the `muse-publish-comments-p'
403 option.  The default is to remove comments before publishing rather
404 than trying to mark them up.
406 *** Publishing directives may now include a dash character.
408 ** LaTeX publishing (lisp/muse-latex.el)
410 *** A bug with footnotes has been addressed.
411 An attempt has been made to make generated footnote markup look more
412 "natural" to experienced LaTeX users.
414 *** Table headers are underlined and table footers are overlined.
416 *** PDF publishing will cause pdflatex to be called as needed.
417 The previous behavior was to always call pdflatex twice.  Currently,
418 if pdflatex succeeds, it will not be called again.  Otherwise, call it
419 up to three times.
421 *** Escaping of special characters should be drastically improved.
422 An attempt has been made to get escaping done right in most contexts.
423 The only quirk is that you must surround dollar signs with equal signs
424 to ensure escaping.  This makes publishing PDF documents much more
425 useful.
427 ** Texinfo publishing (lisp/muse-texinfo.el.el)
429 *** An attempt was made to hone some of the markup.
431 * Changes in Muse 3.02.01
433 ** Muse Mode (lisp/muse-mode.el)
435 *** Links should no longer prevent moving the point, and help text for
436 links should no longer cause errors to occur.
438 ** Project handling (lisp/muse-project.el)
440 *** `muse-project-alist' -- This variable should now save customizations
441 to the correct form in the .emacs file.  Before, it was saving an
442 intermediate form of the variable.
444 If you have used the customize interface in the previous release of
445 Muse to set `muse-project-alist', please do the following to import
446 your settings.
448  - Open your .emacs file.
449  - Move the point to where `muse-project-alist' is set.
450  - Type `M-: (setq muse-project-alist-using-customize t) RET'.
451  - Type `C-M-x'.
452  - Type `M-x customize-save-variable RET muse-project-alist RET'.
454 *** `muse-project-alist' -- A bug involving the deleting of items
455 using Emacs21 and XEmacs21 has been fixed.
457 ** Publishing (lisp/muse-publish.el)
459 *** If 2 or more blank lines separate list or table items, each item
460 will be published in a separate list or table.
462 *** The #date directive is now populated by default with the last
463 modified time of each file, rather than the current time of day.  To
464 use this value, add '<lisp>(muse-publishing-directive "date")<lisp>'
465 to your header or footer.
467 ** HTML publishing (lisp/muse-html.el)
469 *** `muse-xhtml-style-sheet' -- New option that indicates the style
470 settings to use for XHTML documents.  This may be either a filename or
471 a string of stylesheet settings.
473 * Changes in Muse 3.02
475 ** New modules
477 *** lisp/muse-wiki.el --- Provide automatic linking for WikiWords and
478 InterWiki links.  These words are clickable and publish as links.
479 Project names from `muse-project-alist' are available for InterWiki
480 linking by default.  The list of InterWiki names and handlers may be
481 customized through `muse-wiki-interwiki-alist'.
483 WikiWords that do not correspond with real files will not be displayed
484 as links nor published as links.  It is expected that this behavior
485 will be made optional in future versions of Muse.
487 **** This module includes a few helper functions that may be added to
488 `muse-publish-desc-transforms' in order to modify link descriptions at
489 publish time.
491 **** The concept of "implicit links" and "explicit links" has been
492 introduced.  Explicit links are surrounded by brackets, i.e.
493 [[http://blah.org][this is a explicit link]].  Implicit links are URLs
494 and email addresses that are not surrounded by brackets: they will not
495 be colorized or published if surrounded by double-quotes.
497 ***** `muse-wiki-publish-pretty-title' causes words to be Title-cased,
498 ignoring words like `the' and `at' which should not be changed.
500 ***** `muse-wiki-publish-pretty-interwiki' changes the delimiter of
501 interwiki links according to the text of the
502 `muse-wiki-interwiki-replacement' option.
504 *** lisp/muse-protocols.el --- URL protocols that Muse recognizes.
505 This automatically-included module provides an easily customizable
506 list of URL protocols, how to browse them, and how to resolve them for
507 publishing.  Customize `muse-url-protocols' to add and remove
508 protocols.
510 ** Compatibility fixes
512 *** Muse has been tested with XEmacs 21.4, both Mule and non-Mule versions.
513 There are no known problems remaining.  To make things work by
514 default, the iso-8859-1 charset is used as a default option in some
515 places.
517 ** Configuration
519 *** `muse-file-extension' -- New option that allows the file extension
520 for Muse files to be specified.  For example, setting this to "muse"
521 assumes that you have renamed your Muse files with a ".muse"
522 extension.  Using this (and setting `muse-mode-auto-p' to nil) will
523 prevent miscellaneous non-Muse files from being accidentally opened in
524 Muse Mode.
526 *** `muse-ignored-extensions' -- New option that determines which file
527 extensions to omit from the ending of a Muse page name.
529 *** `muse-ignored-extensions-regexp' -- This is no longer customizable.
530 It will be automatically generated from `muse-file-extension' and
531 `muse-ignored-extensions'.
533 *** `muse-project-alist' -- The customize interface for this option has
534 been greatly improved, and much effort has been spent in order to make
535 this user-friendly.
537 *** The `:force-publish' tag may be specified in `muse-project-alist'.
538 This causes a particular list of files to be re-created every time the
539 publishing process is invoked, even if they haven't been changed
540 according to their timestamps.  One use for this is to keep an index
541 of available pages by adding the following to a file in this list.
543 <lisp>(muse-index-as-string t t t)</lisp>
545 *** `muse-project-ignore-regexp' -- By default, version control directories
546 are now included in this regexp so that they don't appear when you hit
547 C-c C-f to browse files in a project.
549 *** The `muse-project-alist-styles' and `muse-project-alist-dirs' functions
550 may be used in `muse-project-alist' to recursively add styles and
551 directory listings for a given directory.  The following is an
552 example.  We use a backtick instead of a single quote to begin the
553 list.
555 (setq muse-project-alist
556       `(("Blog"
557          (,@(muse-project-alist-dirs "~/proj/wiki/blog")  ;; base dir
558           :default "guestbook")
560          ,@(muse-project-alist-styles "~/proj/wiki/blog"  ;; base dir
561                                       ;; output dir
562                                       "~/personal-site/site/blog"
563                                       ;; style
564                                       "my-blosxom"))))
566 Note that if you use the customize interface for `muse-project-alist',
567 you will still have to manually add information for any new
568 sub-directories.
570 ** Debian packaging
572 *** Debian packages for Muse have entered Debian unstable, thanks
573 to Romain Francoise, my sponsor.
575 It is possible to roll your own Muse packages if you want to do so.
576 Packages may be built by using `make debrelease', once the proper
577 options in Makefile.defs are set.  Revisions may be built using `make
578 debrevision'.
580 The manual and relevant documentation files have been included with
581 the Debian package for Muse.
583 ** Muse Mode (lisp/muse-mode.el)
585 *** Allow use of Muse with outline-minor-mode.
587 *** Filling text does the right thing with list items and footnotes.
588 List items and footnotes will no longer be concatenated when hitting
589 M-q in the midst of consecutive items.
591 *** Links will never be split in the middle when using Fill.
593 *** Some flyspell crash issues were addressed.
594 Using intangible text can cause strange problems with flyspell mode.
595 Hence, by default, the intangible property will be ignored.  A new
596 option called `muse-mode-intangible-links' indicates whether this
597 should be the case.
599 *** Links will no longer be highlighted by flyspell.
600 If you're using XEmacs or Emacs 22, flyspell will ignore links,
601 including link text.  This keeps flyspell from making the links
602 unclickable.  If you're using Emacs 21, flyspell will continue to
603 interfere with links.  If you know how to fix this, please send a
604 patch!
606 *** A few edge cases for emphasis and underlining have been addressed.
608 *** <example>, <verbatim>, and =surrounded text= are now colored using
609 the new face `muse-verbatim-face'.
611 *** All marked up text properties, like emphasis and underlining,
612 will be removed for the text between <example>, <verbatim>, <code>,
613 <literal>, and <lisp> tags.
615 *** Links to temporary files may be visited.
616 A "temporary file" in this case is a buffer that is not associated
617 with any file.  For some dynamic content import scripts with Planner,
618 this is helpful.
620 *** Typing "#title" should never crash Emacs anymore.
622 ** Muse manual (muse.texi)
624 *** Fix problem with producing a PDF version of the manual.
626 *** Document WikiNames.
628 *** Bring up-to-date with latest features.
630 *** Massively update Common Elements section.
632 *** New Directives section.
633 This describes the use of #title and #author, as well as other
634 directives that may be used.
636 *** New Comments section.
637 Describes the use of "; comment text".
639 ** Publishing (lisp/muse-publish.el)
641 *** The order of rules should be much improved.
642 This means that emphasis characters like `*' and `_' will never be
643 interpreted as such if they are within links.
645 *** The user will be notified when `muse-publish-this-file' fails to
646 publish the current file.  This happens when the timestamp of the
647 current file indicates that it is up-to-date.
649 *** Special characters are escaped in link descriptions and links on a
650 more consistent basis.  What defines a "special character" varies
651 according to the publishing style.
653 *** Errors that occur during publish time will cause a warning to be
654 displayed prominently, rather than being ignored.  It should no longer
655 be possible to mess up a Muse source file by tweaking the Muse
656 publishing process.
658 *** Errors in <lisp> tags cause a warning to be displayed and
659 return "<!--INVALID LISP CODE-->".  Muse will try to continue
660 publishing the page.
662 *** An emdash ("--") can now be used after a list, as long as there is
663 a blank line between the end of the list and the emdash.
665 *** The <code> tag has been introduced.
666 It does the same thing that =equal signs= do: escape specials and
667 publish as teletype text.  Use it for short command snippets and the
668 like.  <example> is a better choice for large blocks of code, since it
669 preserves whitespace.
671 *** An edge case involving links at the beginning of a paragraph
672 has been addressed.
674 *** An edge case involving consecutive directives of the same size
675 has been addressed.
677 *** Every publishing style is now capable of specifying strings to use
678 for sections beyond the third level.
680 *** Every publishing style may specify an end-of-section string.
681 This is used, for example, by the experimental XML style and the
682 DocBook style.
684 *** Every publishing style may specify a method of handling "internal
685 link" markup.  An internal link is a link that refers to an anchor on
686 the current page.
688 *** Every publishing style may specify a link suffix to use.
689 This allows the file extensions in links to other Muse files to be
690 different from their actual extension.  Blosxom makes use of this
691 (since its published files are .txt and the dynamically-generated
692 output is .html), and it could come in handy for PHP stuff.
694 If a link suffix is not specified via :link-suffix, the value of
695 :suffix will be used.
697 ** Blosxom publishing (lisp/muse-blosxom.el)
699 *** muse-blosxom-new-entry: A #category directive is added by default.
700 Nothing is done with this yet, but it could be handy for tag-based
701 (multiple category) blogging, once we figure out a good way to do that
702 in both Muse and Pyblosxom.  Ideas are welcome, and patches even more
705 ** DocBook publishing (lisp/muse-docbook.el)
707 *** The markup has been comprehensively improved.
708 Published documents will now pass validation tests and look better in
709 general.
711 *** It is now possible to specify the encoding of DocBook documents.
712 The default encoding is utf-8.
714 *** Footnotes will be embedded into paragraphs, since this is
715 The DocBook Way.
717 *** Tables will be sorted by section.
718 Headers first, then footers, then the rest of the table.
720 *** Anchors are now handled correctly and publish to the best available
721 form.  Links to anchors are published with the <link> tag.
723 ** HTML publishing (lisp/muse-html.el)
725 *** Fix minor issue with anchors.
727 *** Paragraph publishing will no longer insert <div> tags before images.
728 This was causing too much hassle for some programs that were trying to
729 extend Muse, like the Muse port of Planner.
731 *** The `&', `<', and '>' characters will be escaped using their specific
732 HTML escape codes, rather than with "&#NNN;".  This makes the
733 published output display correctly in more web browsers.
735 *** Use HTML 4.0 Transitional by default for `muse-html-header'.
737 *** Include empty alt element in markup string for images that lack a
738 description.
740 *** Tables will be sorted by section.
741 Headers first, then footers, then the rest of the table.
743 *** `muse-xhtml-extension' -- The default extension for XHTML publishing.
744 This is a new option.
746 ** Journal publishing (lisp/muse-journal.el)
748 *** Use "div class=..." rather than "div id=..." for sections.
750 ** LaTeX publishing (lisp/muse-latex.el)
752 *** A newline will be appended to the default footer for the latex and
753 latexpdf publishing styles.  This keeps the PDF-building process from
754 failing due to lack of a newline at end of file.
756 *** Anchors and links to them now work properly.
758 *** When generating PDF files, call pdflatex twice.
759 This should ensure that the table of contents gets generated, if one
760 is due to be published.
762 *** PDF files with spaces may be published.
763 A bug preventing this has been fixed.
765 *** Teletype text is now published using \\texttt{...}.
767 *** An attempt has been made to escape special characters more
768 consistently.
770 ** Texinfo publishing (lisp/muse-texinfo.el)
772 *** Fix a fatal error that occurs when publishing tables.
774 *** Generate the contents in the header by default rather than the footer.
775 This is the way that most Texinfo manuals do it.
777 *** The info-pdf publishing style currently produces the best PDF output
778 on the maintainer's machine, so it is now used to publish the PDF
779 version of the Muse Manual.
781 *** The characters `{' and `}' will be treated as special characters that
782 need to be escaped at publish-time.
784 *** Improve dots and enddots markup strings.
786 *** Surround underlined text with "_" since Texinfo doesn't seem to have
787 any better options for producing underlined text.
789 *** Anchors and links to them now work properly.