Catch up with NEWS items.
[muse-el.git] / NEWS
blobcc1700d8484ec289c6b61d88e42aa3314b442dfa
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 *** Use `find-file' as the browsing function.
14 *** Improve internal documentation for the included pyblosxom plug-ins.
16 *** New example script: contrib/pyblosxom/make-blog.
17 This shows how to invoke contrib/pyblosxom/getstamps.py.
19 ** Building Muse
21 *** Compile the contents of the contrib directory.
23 *** The debian/ directory has been moved into its own branch.
24 It is now available at mwolson@gnu.org--2006/muse--debian--0.
26 *** Further parametrize the build system, so that it can be easily
27 used by other Emacs Lisp projects.
29 ** Core functionality (lisp/muse.el)
31 *** Fix an XEmacs beta byte-compiler issue.
33 *** Make nested list manipulation accessible to both Muse Mode
34 and Muse publishing.
36 *** Fix failure to recognize the .muse file extension.
37 Handle the case where the user customizes the file extension.
39 *** It is now easier to indicate that Muse should not use a file
40 extension.  Just do the following.
42 (setq muse-file-extension nil
43       muse-mode-auto-p t)
45 *** Allow tab characters in explicit links.
47 *** Escape brackets in links, and then un-escape them when displaying
48 the link in a buffer of publishing it.  This allows brackets to be
49 safely used in link descriptions and links, as long as you use `C-c
50 TAB l', `C-c TAB u', `C-c C-e', or automatic Planner annotations.
52 ** HTML publishing (lisp/muse-html.el)
54 *** Make sure spaces in URLs get escaped properly.
56 *** Make the Table of Contents CSS easier to customize.
57 For an example, see examples/mwolson/stylesheets/screen.css.
59 ** HTTP daemon (contrib/httpd.el)
61 *** Update this to work with newer versions of Emacs.
63 *** Fix a paragraph detection bug for paragraphs that occur after
64 verses.
66 ** Importing LaTeX documents (lisp/muse-import-latex.el)
68 *** Rename from muse-convert.el.
69 There are plans for importing other formats into Muse as well.
71 ** Journal (lisp/muse-journal.el)
73 *** New option: muse-journal-rss-heading-regexp.
74 Determine the regexp to use when searching for an RSS heading.
76 *** Make sure that the date is in a format that RSS readers
77 can handle.
79 ** LaTeX publishing (lisp/muse-latex.el)
81 *** Improve escaping of specials.
83 *** Use \label{} and \ref{} for anchors and anchor references.
85 *** Emphasize table elements.
87 *** Improve table generation.
89 *** Use \url{} to publish bare URLs.
91 *** Handle case where a Muse page begins with a quote character.
93 *** Display footnotes when we have both a URL and description.
94 This makes the URLs show up on printed documents in a sensible
95 fashion.
97 *** Escape the "@" character in the entire document.
99 *** Make images take up 75% of the width of the page.
101 *** New option: muse-latex-permit-contents-tag.
102 This specifies whether we should take action on the <contents> tag.
104 ** Muse Manual (muse.texi)
106 *** Use better style for subsections.
108 *** Make sure the PDF file for the manual is properly generated.
110 *** Implicit Links
112 **** Mention how to customize the WikiName recognition.
114 *** Extending Muse
116 **** Move "Common Elements" and "Deriving Styles" chapters here.
118 ** Muse Mode (lisp/muse-mode.el)
120 *** `C-c TAB' now inserts an object, prompting the user for which type.
121 `C-c TAB l' inserts a relative link.
122 `C-c TAB t' inserts a Muse tag.
123 `C-c TAB u' inserts a URL.
125 These keybindings may be modified by editing `muse-insert-map'.  Note
126 that the prompt you get when you hit `C-c TAB' will not change.
128 *** New list-oriented keybindings:
129 `M-RET' inserts a list item.
130 `C->' increases list item indentation.
131 `C-<' decreases list item indentation.
133 *** Slightly improvement speed of flyspell integration
135 *** Implement searching through Muse files.
137 **** `C-c C-s' performs a search through Muse files.
139 **** New option: muse-grep-command.
140 Customize this to specify the command used for searching.  In
141 particular, "glimpse" is handy.  Check the documentation for this
142 command for details.
144 *** Changed keybindings:
145 `C-c C-b' is now `muse-find-backlinks'
146 `C-c C-v' is now `muse-browse-result'
148 *** Don't require muse-publish.el, since publishing and viewing Muse
149 files are supposed to be completely separable.
151 *** Speed up searching for next and previous references.
153 *** Make filling definition lists work better.
155 *** Make editing existing links with `C-c C-e' work better.
157 *** Make browsing the resulting page with `C-c C-v' work better.
159 *** Don't throw an error if doing flyspell or following link at
160 beginning of buffer.
162 *** When publishing a file with `C-c C-t', consult muse-project-alist
163 and use its publishing styles to intelligently prompt the user as to
164 the publishing style and output directory.
166 The old behavior of allowing the file to be published anywhere and
167 with any style has been moved to `C-c C-T'.
169 *** Clicking `mouse-2' now does the right thing when
170 mouse-yank-at-point is non-nil.
172 ** Muse Mode highlighting (lisp/muse-colors.el)
174 *** New option: muse-colors-inline-images.
175 This determines whether or not to inline an image.  The default is to
176 enable this behavior.
178 **** `C-c C-i' toggles whether images are inlined.
180 **** New option: muse-colors-inline-image-method.
181 This determines how to find an image that we want to inline.  The
182 default is to look in the current directory.  If set to
183 'muse-colors-use-publishing-directory, it will look in the directory
184 where the current page will be published.
186 *** Make faces conform the namespace better.
187 `muse-link-face' is renamed to `muse-link'.
188 `muse-bad-link-face' is renamed to `muse-bad-link'.
189 `muse-verbatim-face' is renamed to `muse-verbatim'.
191 *** Handle muse-emphasis faces better.
193 *** Make links blue by default, like most other Emacs modes do.
195 ** New modules
197 *** lisp/muse-backlink.el -- Provide backlink support for Muse.
199 *** lisp/muse-groff.el --  This introduces the publishing styles
200 "groff" and "groff-pdf".
202 *** lisp/muse-latex2png.el -- Publish embedded LaTeX content to a PNG file.
203 This introduces the <latex> tag.
205 *** lisp/muse-xml-common.el -- Common functionality used by XML-based
206 publishing styles, such as HTML, XML, and DocBook.
208 *** experimental/muse-mathml.el -- This introduces the "mathml"
209 publishing style and the <math> tag.
211 *** experimental/muse-protocol-iw.el: Implements a simpler URL-like
212 interwiki protocol that handles subdirectories.
214 *** experimental/muse-split.el -- Splits published Muse files into several
215 smaller files.
217 ** Project settings (lisp/muse-project.el)
219 *** Introduce the `with-muse-project' macro, which makes it easier
220 to switch to a given Muse project and execute some code.
222 *** Fix an error with `custom-quote'.
224 *** Ignore buffers that have no associated filename.
225 This fixes an annoyance where Muse prompts to save BBDB and ERC
226 buffers before publishing.
228 *** If we cannot find a project to publish, indicate this in an
229 error message.  This fixes an infinite loop.
231 *** Update the file-alist whenever a Muse file is saved.
233 *** Prevent infinite recursion when updating the file alist.
235 *** In addition to Arch and CVS metadata directories, also ignore
236 these for Darcs and SVN.  Also, don't erroneously ignore files with
237 "#" in them.
239 *** Make links to subdirectories work.
240 The idea is to include as much of the path that is needed in order to
241 disambiguate the link.  For example: "web/TestPage".
243 *** New variable: muse-current-output-style.
244 This holds the output style that is currently being used to publish a
245 file.
247 ** Publishing (lisp/muse-publish.el)
249 *** Implement escaping of specials throughout the entire document.
250 This makes it much easier to publish documents to multiple kinds of
251 formats, since you no longer have to worry about putting <verbatim>
252 around specials.
254 *** Make escaping of specials context-sensitive.
255 Muse now realizes that URLs, normal document text, <example> regions,
256 and the like have different special characters to escape.
258 *** Distinguish links and footnotes better.
260 *** Simplify markup string for anchors.
262 *** Allow text like "%N%" in markup strings.
263 This makes it much easier to re-use the same text or put strings in
264 a different order.
266 *** Support nested lists.
267 Muse now determines the nested level of a list by its initial
268 whitespace.  Ordered lists, unordered lists, and definition lists can
269 all be nested.  It is even possible to force a line break in a list
270 item by inserting a blank line on the same level between the lines.
271 Blockquotes may also be nested inside of a list.
273 *** Create parent directories when publishing for the first time.
275 *** Allow empty elements in tables.
277 *** Allow initial and trailing whitespace in tables, but strip it
278 out of the published result.
280 *** Handle case where we are trying to publish a file that has not
281 been saved.
283 *** Handle nested emphasis types better.
284 It should now publish exactly the way it looks in Muse Mode.
286 *** Fix XEmacs issue where text at beginning of buffer is read-only.
288 *** Allow publishing styles to specify a function to use for
289 escaping specials in a particular context.  This is especially handy
290 for HTML URLs, since they have a larger subset of special characters
291 than normal characters.
293 See `muse-xml-decide-specials' in muse-xml-common.el for details.
294 This functionality already exists for escaping specials in strings.
296 *** Fix an infinite loop problem.
298 *** Preserve whitespace around emdash.
299 This allows for more flexibility, since some people seem to prefer to
300 have the emdash directly against the surrounding text, while others
301 like it to be spaced.
303 *** If the #disable-tables publishing directive exists on the current
304 Muse page, do not generate a table.
306 *** Don't give an error when trying to define or derive an existing
307 style.  Just replace it.
309 *** Get rid of a warning that occurs when batch publishing.
311 *** Ignore list items that are part of higher-priority constructs
312 like emphasis.
314 *** Don't markup emdash in a link, since otherwise it will be
315 incorrectly escaped.
317 *** Improve the published descriptions for implicit links and explicit
318 links with no provided description.
320 *** Require at least once space after "::" in definition lists, so
321 we avoid an ambiguity with interwiki link syntax.
323 *** For headers and footers, use a better algorithm to detect whether
324 we have been given a filename or the real contents.
326 *** New option: muse-publish-markup-header-footer-tags.
327 This specifies which tags may be used when publishing headers and
328 footers.
330 *** New option: muse-publish-contents-depth.
331 This specifies the maximum depth of headings to include with
332 <contents> tags.
334 *** Allow `muse-publish-markup-buffer' to work even if the buffer
335 is not associated with a file.
337 *** Fix a compilation bug with XEmacs beta.
339 *** Allow the <lisp> tag to take the "markup" attribute.
340 see the Tag Summary section in the manual for details.
342 *** Publish image links with descriptions as captioned images.
343 This has been implemented for all Muse publishing styles.
345 The major change is that image links with descriptions will be
346 centered and the description will be displayed just below the image as
347 a "caption".  Thus, it is meant to only be used as its own paragraph,
348 not surrounded by other text.  Images without descriptions may still
349 have surrounding text.
351 *** Source-level change: Use 'image instead of 'image-link to indicate
352 images without descriptions.  Use 'image-link instead of
353 'url-with-image to indicate URLs that have an image as their
354 description.
356 *** New tags, see the Tag Summary section in the manual for details
358 **** <comment> -- Designate entire regions as comments.
360 **** <include> -- Insert the given file at publish time.
362 **** <markup> -- Mark up the text between the initial and ending tags.
364 **** <perl> -- Evaluate perl code.
366 **** <python> -- Evaluate python code.
368 **** <quote> -- Publish the region as a blockquote.
370 **** <ruby> -- Evaluate ruby code.
372 ** Texinfo publishing (lisp/muse-texinfo.el)
374 *** Escape commas in URLs.
376 *** Make it so that links to other info or PDF documents use the proper
377 suffix.
379 ** URL protocols (lisp/muse-protocols.el)
381 *** Add support for DOI's.
382 DOI's (digitial object identifiers) are a standard identifier used in
383 the publishing industry.
385 *** Add support for "dict:" URLs.
386 This is used to look up terms on the Wikipedia website.
388 **** New option: muse-wikipedia-country.
389 This specified the country code to use for Wikipedia.
391 ** Wiki (lisp/muse-wiki.el)
393 *** If the document does not have a valid title string, use the
394 empty string.
396 *** Fix some bugs.
398 *** New option: muse-wiki-wikiword-match-project-files.
399 Whether to extend WikiName functionality to also match
400 existing filenames, regardless of whether they are named in
401 WikiWord format.
403 If non-nil, Muse will color and publish implicit links to any
404 file in your project.  The default is nil.
406 *** Match filenames in the project before the general WikiWord
407 regexp.
409 *** Take the value of `muse-wiki-hide-nop-tag' into account.
411 *** New option: muse-wiki-ignore-implicit-links-to-current-page.
412 Whether to ignore implicit links to the current page.
414 If non-nil, Muse will not recognize implicit links to the current
415 page, both when formatting and publishing.
417 *** For interwiki links, prefer files that have the same file extension
418 as the current file.
420 ** XML publishing (lisp/muse-xml.el)
422 *** Update examples/muse.rnc to handle nested list items.
424 *** Fix table generation when some attributes are not given.
426 * Changes in Muse 3.02.6
428 ** Building Muse
430 *** Autoloads for Muse are now generated in the muse-autoloads.el
431 file at build time.
433 ** HTML publishing (lisp/muse-html.el)
435 *** Don't escape "%" and "+" in URLs.
437 ** Muse Mode (lisp/muse-mode.el)
439 *** <lisp> tags are now evaluated at display time.
440 The actual contents of the buffer will not change, just the displayed
441 text.  To toggle this behavior, set `muse-colors-evaluate-lisp-tags'.
443 ** Publishing (lisp/muse-publish.el)
445 *** When errors happen during publishing, a more explanatory message
446 is displayed.
448 *** It is now possible to specify non-breaking-space with "~~"
449 (two tildes).  This helps prevent proper names from being split up in
450 the output.
452 *** Escape specials in all forms of emphasis.
454 *** Escape "[" and "]" in links that are entered using muse-make-link.
456 *** Errors from invalid lisp code in a <lisp> tag will be published
457 as a comment.  If you have `muse-publish-comments-p' set to nil, the
458 effect is to remove the error message.
460 *** Fix several publishing issues involving comments and numbered lists.
462 ** Wiki (lisp/muse-wiki.el)
464 *** Interwiki links in extended links that have special characters are
465 now handled properly.
467 ** XML publishing (lisp/muse-xml.el)
469 *** The XML publishing style is now considered stable.
470 Its schema is available in `examples/muse.rnc'.
472 * Changes in Muse 3.02.5
474 ** LaTeX publishing (lisp/muse-latex.el)
476 *** Use a better algorithm for determining how many times we need to
477 call pdflatex for publishing.  Anything with a Table of Contents needs
478 2 passes.
480 ** Muse Mode (lisp/muse-mode.el)
482 *** The 3 levels of emphasis now have corresponding muse-emphasis-N faces.
483 This permits the user to customize them, which may be useful if a font
484 does not have italic and/or bold versions.
486 *** Visiting pages with anchors works better.
488 *** Fix fill bug with semicolons in the middle of paragraphs.
490 *** Fix a bug with editing the link at point.
492 *** Fix a display bug with text like =<verbatim><example></verbatim>=.
494 ** Project settings (lisp/muse-project.el)
496 *** Fix an edge case that yielded a stringp: nil error.
498 *** Prevent auto-save files from being recognized as Muse files.
500 ** Wiki (lisp/muse-wiki.el)
502 *** By default, WikiWords can have consecutive capital letters.
504 *** Fix an error that occurs when muse-colors is not loaded.
506 *** It is now possible to specify a suffix for WikiWord links.
507 For example: WikiName''''s.  The WikiName part will be displayed and
508 colored as a link, but the "s" will be left alone.
510 * Changes in Muse 3.02.02
512 ** Configuration
514 *** A bug with customizing `muse-project-alist' has been fixed.
516 *** We use a file extension for Muse files by default.
517 To obtain the old behavior, set `muse-file-extension' to nil and
518 `muse-mode-auto-p' to t.
520 To go along with the new behavior, be sure to rename all of your Muse
521 files to have a ".muse" extension.
523 *** New option: `muse-wiki-ignore-bare-project-names'.
524 This causes Muse to ignore bare project names if specified.  The
525 default is to turn bare project names into links.
527 *** New option: `muse-publish-comments-p'.
528 This causes Muse to publish comments as markup.  The default is to
529 remove comments before publishing rather than trying to mark them up.
531 *** New option: `muse-wiki-allow-nonexistent-wikiword'.
532 Enabling this will cause WikiWords with no corresponding file to be
533 colored as bad links.  The default is not to color them and turn them
534 into links.
536 ** Muse Mode (lisp/muse-mode.el)
538 *** An error with intangible links has been fixed.
540 *** Visiting a page with an anchor works better than before.
542 *** Flyspell behaves better with Emacs21 than before.
544 *** Links to nonexistent files will be colored red by default.
545 This happened previously, but the algorithm was buggy and didn't cover
546 implicit links.
548 ** Project handling (lisp/muse-project.el)
550 *** A convenience macro called `with-muse-project' has been added.
551 This allows a code block to be executed after changing the current
552 Muse project.  It is analogous to emacs-wiki's
553 `with-emacs-wiki-project' function.
555 ** Publishing (lisp/muse-publish.el)
557 *** An issue involving anchors at the end of a line has been
558 addressed.
560 *** Non-word characters are now allowed before an anchor.
562 *** Comments may now be published, if desired.
563 This behavior may be controlled with the `muse-publish-comments-p'
564 option.  The default is to remove comments before publishing rather
565 than trying to mark them up.
567 *** Publishing directives may now include a dash character.
569 ** LaTeX publishing (lisp/muse-latex.el)
571 *** A bug with footnotes has been addressed.
572 An attempt has been made to make generated footnote markup look more
573 "natural" to experienced LaTeX users.
575 *** Table headers are underlined and table footers are overlined.
577 *** PDF publishing will cause pdflatex to be called as needed.
578 The previous behavior was to always call pdflatex twice.  Currently,
579 if pdflatex succeeds, it will not be called again.  Otherwise, call it
580 up to three times.
582 *** Escaping of special characters should be drastically improved.
583 An attempt has been made to get escaping done right in most contexts.
584 The only quirk is that you must surround dollar signs with equal signs
585 to ensure escaping.  This makes publishing PDF documents much more
586 useful.
588 ** Texinfo publishing (lisp/muse-texinfo.el.el)
590 *** An attempt was made to hone some of the markup.
592 * Changes in Muse 3.02.01
594 ** Muse Mode (lisp/muse-mode.el)
596 *** Links should no longer prevent moving the point, and help text for
597 links should no longer cause errors to occur.
599 ** Project handling (lisp/muse-project.el)
601 *** `muse-project-alist' -- This variable should now save customizations
602 to the correct form in the .emacs file.  Before, it was saving an
603 intermediate form of the variable.
605 If you have used the customize interface in the previous release of
606 Muse to set `muse-project-alist', please do the following to import
607 your settings.
609  - Open your .emacs file.
610  - Move the point to where `muse-project-alist' is set.
611  - Type `M-: (setq muse-project-alist-using-customize t) RET'.
612  - Type `C-M-x'.
613  - Type `M-x customize-save-variable RET muse-project-alist RET'.
615 *** `muse-project-alist' -- A bug involving the deleting of items
616 using Emacs21 and XEmacs21 has been fixed.
618 ** Publishing (lisp/muse-publish.el)
620 *** If 2 or more blank lines separate list or table items, each item
621 will be published in a separate list or table.
623 *** The #date directive is now populated by default with the last
624 modified time of each file, rather than the current time of day.  To
625 use this value, add '<lisp>(muse-publishing-directive "date")<lisp>'
626 to your header or footer.
628 ** HTML publishing (lisp/muse-html.el)
630 *** `muse-xhtml-style-sheet' -- New option that indicates the style
631 settings to use for XHTML documents.  This may be either a filename or
632 a string of stylesheet settings.
634 * Changes in Muse 3.02
636 ** New modules
638 *** lisp/muse-wiki.el --- Provide automatic linking for WikiWords and
639 InterWiki links.  These words are clickable and publish as links.
640 Project names from `muse-project-alist' are available for InterWiki
641 linking by default.  The list of InterWiki names and handlers may be
642 customized through `muse-wiki-interwiki-alist'.
644 WikiWords that do not correspond with real files will not be displayed
645 as links nor published as links.  It is expected that this behavior
646 will be made optional in future versions of Muse.
648 **** This module includes a few helper functions that may be added to
649 `muse-publish-desc-transforms' in order to modify link descriptions at
650 publish time.
652 **** The concept of "implicit links" and "explicit links" has been
653 introduced.  Explicit links are surrounded by brackets, i.e.
654 [[http://blah.org][this is a explicit link]].  Implicit links are URLs
655 and email addresses that are not surrounded by brackets: they will not
656 be colorized or published if surrounded by double-quotes.
658 ***** `muse-wiki-publish-pretty-title' causes words to be Title-cased,
659 ignoring words like `the' and `at' which should not be changed.
661 ***** `muse-wiki-publish-pretty-interwiki' changes the delimiter of
662 interwiki links according to the text of the
663 `muse-wiki-interwiki-replacement' option.
665 *** lisp/muse-protocols.el --- URL protocols that Muse recognizes.
666 This automatically-included module provides an easily customizable
667 list of URL protocols, how to browse them, and how to resolve them for
668 publishing.  Customize `muse-url-protocols' to add and remove
669 protocols.
671 ** Compatibility fixes
673 *** Muse has been tested with XEmacs 21.4, both Mule and non-Mule versions.
674 There are no known problems remaining.  To make things work by
675 default, the iso-8859-1 charset is used as a default option in some
676 places.
678 ** Configuration
680 *** `muse-file-extension' -- New option that allows the file extension
681 for Muse files to be specified.  For example, setting this to "muse"
682 assumes that you have renamed your Muse files with a ".muse"
683 extension.  Using this (and setting `muse-mode-auto-p' to nil) will
684 prevent miscellaneous non-Muse files from being accidentally opened in
685 Muse Mode.
687 *** `muse-ignored-extensions' -- New option that determines which file
688 extensions to omit from the ending of a Muse page name.
690 *** `muse-ignored-extensions-regexp' -- This is no longer customizable.
691 It will be automatically generated from `muse-file-extension' and
692 `muse-ignored-extensions'.
694 *** `muse-project-alist' -- The customize interface for this option has
695 been greatly improved, and much effort has been spent in order to make
696 this user-friendly.
698 *** The `:force-publish' tag may be specified in `muse-project-alist'.
699 This causes a particular list of files to be re-created every time the
700 publishing process is invoked, even if they haven't been changed
701 according to their timestamps.  One use for this is to keep an index
702 of available pages by adding the following to a file in this list.
704 <lisp>(muse-index-as-string t t t)</lisp>
706 *** `muse-project-ignore-regexp' -- By default, version control directories
707 are now included in this regexp so that they don't appear when you hit
708 C-c C-f to browse files in a project.
710 *** The `muse-project-alist-styles' and `muse-project-alist-dirs' functions
711 may be used in `muse-project-alist' to recursively add styles and
712 directory listings for a given directory.  The following is an
713 example.  We use a backtick instead of a single quote to begin the
714 list.
716 (setq muse-project-alist
717       `(("Blog"
718          (,@(muse-project-alist-dirs "~/proj/wiki/blog")  ;; base dir
719           :default "guestbook")
721          ,@(muse-project-alist-styles "~/proj/wiki/blog"  ;; base dir
722                                       ;; output dir
723                                       "~/personal-site/site/blog"
724                                       ;; style
725                                       "my-blosxom"))))
727 Note that if you use the customize interface for `muse-project-alist',
728 you will still have to manually add information for any new
729 sub-directories.
731 ** Debian packaging
733 *** Debian packages for Muse have entered Debian unstable, thanks
734 to Romain Francoise, my sponsor.
736 It is possible to roll your own Muse packages if you want to do so.
737 Packages may be built by using `make debrelease', once the proper
738 options in Makefile.defs are set.  Revisions may be built using `make
739 debrevision'.
741 The manual and relevant documentation files have been included with
742 the Debian package for Muse.
744 ** Muse Mode (lisp/muse-mode.el)
746 *** Allow use of Muse with outline-minor-mode.
748 *** Filling text does the right thing with list items and footnotes.
749 List items and footnotes will no longer be concatenated when hitting
750 M-q in the midst of consecutive items.
752 *** Links will never be split in the middle when using Fill.
754 *** Some flyspell crash issues were addressed.
755 Using intangible text can cause strange problems with flyspell mode.
756 Hence, by default, the intangible property will be ignored.  A new
757 option called `muse-mode-intangible-links' indicates whether this
758 should be the case.
760 *** Links will no longer be highlighted by flyspell.
761 If you're using XEmacs or Emacs 22, flyspell will ignore links,
762 including link text.  This keeps flyspell from making the links
763 unclickable.  If you're using Emacs 21, flyspell will continue to
764 interfere with links.  If you know how to fix this, please send a
765 patch!
767 *** A few edge cases for emphasis and underlining have been addressed.
769 *** <example>, <verbatim>, and =surrounded text= are now colored using
770 the new face `muse-verbatim-face'.
772 *** All marked up text properties, like emphasis and underlining,
773 will be removed for the text between <example>, <verbatim>, <code>,
774 <literal>, and <lisp> tags.
776 *** Links to temporary files may be visited.
777 A "temporary file" in this case is a buffer that is not associated
778 with any file.  For some dynamic content import scripts with Planner,
779 this is helpful.
781 *** Typing "#title" should never crash Emacs anymore.
783 ** Muse manual (muse.texi)
785 *** Fix problem with producing a PDF version of the manual.
787 *** Document WikiNames.
789 *** Bring up-to-date with latest features.
791 *** Massively update Common Elements section.
793 *** New Directives section.
794 This describes the use of #title and #author, as well as other
795 directives that may be used.
797 *** New Comments section.
798 Describes the use of "; comment text".
800 ** Publishing (lisp/muse-publish.el)
802 *** The order of rules should be much improved.
803 This means that emphasis characters like `*' and `_' will never be
804 interpreted as such if they are within links.
806 *** The user will be notified when `muse-publish-this-file' fails to
807 publish the current file.  This happens when the timestamp of the
808 current file indicates that it is up-to-date.
810 *** Special characters are escaped in link descriptions and links on a
811 more consistent basis.  What defines a "special character" varies
812 according to the publishing style.
814 *** Errors that occur during publish time will cause a warning to be
815 displayed prominently, rather than being ignored.  It should no longer
816 be possible to mess up a Muse source file by tweaking the Muse
817 publishing process.
819 *** Errors in <lisp> tags cause a warning to be displayed and
820 return "<!--INVALID LISP CODE-->".  Muse will try to continue
821 publishing the page.
823 *** An emdash ("--") can now be used after a list, as long as there is
824 a blank line between the end of the list and the emdash.
826 *** The <code> tag has been introduced.
827 It does the same thing that =equal signs= do: escape specials and
828 publish as teletype text.  Use it for short command snippets and the
829 like.  <example> is a better choice for large blocks of code, since it
830 preserves whitespace.
832 *** An edge case involving links at the beginning of a paragraph
833 has been addressed.
835 *** An edge case involving consecutive directives of the same size
836 has been addressed.
838 *** Every publishing style is now capable of specifying strings to use
839 for sections beyond the third level.
841 *** Every publishing style may specify an end-of-section string.
842 This is used, for example, by the experimental XML style and the
843 DocBook style.
845 *** Every publishing style may specify a method of handling "internal
846 link" markup.  An internal link is a link that refers to an anchor on
847 the current page.
849 *** Every publishing style may specify a link suffix to use.
850 This allows the file extensions in links to other Muse files to be
851 different from their actual extension.  Blosxom makes use of this
852 (since its published files are .txt and the dynamically-generated
853 output is .html), and it could come in handy for PHP stuff.
855 If a link suffix is not specified via :link-suffix, the value of
856 :suffix will be used.
858 ** Blosxom publishing (lisp/muse-blosxom.el)
860 *** muse-blosxom-new-entry: A #category directive is added by default.
861 Nothing is done with this yet, but it could be handy for tag-based
862 (multiple category) blogging, once we figure out a good way to do that
863 in both Muse and Pyblosxom.  Ideas are welcome, and patches even more
866 ** DocBook publishing (lisp/muse-docbook.el)
868 *** The markup has been comprehensively improved.
869 Published documents will now pass validation tests and look better in
870 general.
872 *** It is now possible to specify the encoding of DocBook documents.
873 The default encoding is utf-8.
875 *** Footnotes will be embedded into paragraphs, since this is
876 The DocBook Way.
878 *** Tables will be sorted by section.
879 Headers first, then footers, then the rest of the table.
881 *** Anchors are now handled correctly and publish to the best available
882 form.  Links to anchors are published with the <link> tag.
884 ** HTML publishing (lisp/muse-html.el)
886 *** Fix minor issue with anchors.
888 *** Paragraph publishing will no longer insert <div> tags before images.
889 This was causing too much hassle for some programs that were trying to
890 extend Muse, like the Muse port of Planner.
892 *** The `&', `<', and '>' characters will be escaped using their specific
893 HTML escape codes, rather than with "&#NNN;".  This makes the
894 published output display correctly in more web browsers.
896 *** Use HTML 4.0 Transitional by default for `muse-html-header'.
898 *** Include empty alt element in markup string for images that lack a
899 description.
901 *** Tables will be sorted by section.
902 Headers first, then footers, then the rest of the table.
904 *** `muse-xhtml-extension' -- The default extension for XHTML publishing.
905 This is a new option.
907 ** Journal publishing (lisp/muse-journal.el)
909 *** Use "div class=..." rather than "div id=..." for sections.
911 ** LaTeX publishing (lisp/muse-latex.el)
913 *** A newline will be appended to the default footer for the latex and
914 latexpdf publishing styles.  This keeps the PDF-building process from
915 failing due to lack of a newline at end of file.
917 *** Anchors and links to them now work properly.
919 *** When generating PDF files, call pdflatex twice.
920 This should ensure that the table of contents gets generated, if one
921 is due to be published.
923 *** PDF files with spaces may be published.
924 A bug preventing this has been fixed.
926 *** Teletype text is now published using \\texttt{...}.
928 *** An attempt has been made to escape special characters more
929 consistently.
931 ** Texinfo publishing (lisp/muse-texinfo.el)
933 *** Fix a fatal error that occurs when publishing tables.
935 *** Generate the contents in the header by default rather than the footer.
936 This is the way that most Texinfo manuals do it.
938 *** The info-pdf publishing style currently produces the best PDF output
939 on the maintainer's machine, so it is now used to publish the PDF
940 version of the Muse Manual.
942 *** The characters `{' and `}' will be treated as special characters that
943 need to be escaped at publish-time.
945 *** Improve dots and enddots markup strings.
947 *** Surround underlined text with "_" since Texinfo doesn't seem to have
948 any better options for producing underlined text.
950 *** Anchors and links to them now work properly.