# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--rel--3.02
#

2006-10-11 01:58:14 GMT	Michael Olson <mwolson@gnu.org>	patch-66

    Summary:
      Remove stray NEWS item
    Revision:
      muse--rel--3.02--patch-66

    * NEWS: Remove stray item that doesn't apply to this release.

    modified files:
     ChangeLog NEWS debian/changelog


2006-10-11 01:40:26 GMT	Michael Olson <mwolson@gnu.org>	patch-65

    Summary:
      Release Emacs Muse 3.02.8.
    Revision:
      muse--rel--3.02--patch-65

    * NEWS: Update for 3.02.8.
    
    * muse.el (muse-version): Release Emacs Muse 3.02.8.
    
    * muse.texi: Remove unneeded local variables section.

    modified files:
     ChangeLog Makefile.defs NEWS lisp/muse.el muse.texi


2006-10-11 01:32:12 GMT	Michael Olson <mwolson@gnu.org>	patch-64

    Summary:
      Update versions of cgi.el and httpd.el from 3.03 prerelease
    Revision:
      muse--rel--3.02--patch-64

    * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
      code.  Make this not depend on 'cl at runtime.
      (cgi-position): New function that implements a simple replacement for
      the position function found in cl-seq.el.
      (cgi-decode): Use `cgi-position' instead of `position' and `substring'
      instead of `subseq'.
      (cgi-calendar-string, cgi-calendar): Re-add these, since
      they are mentioned in the documentation.
    
    * contrib/httpd.el (httpd-start): Update this to work with newer versions
      of Emacs.
    
    * debian/changelog: Make the necessary changes to close #357949.

    new files:
     contrib/.arch-ids/Makefile.id contrib/Makefile

    modified files:
     ChangeLog contrib/cgi.el contrib/httpd.el debian/changelog


2006-10-11 01:14:16 GMT	Michael Olson <mwolson@gnu.org>	patch-63

    Summary:
      Merge many Debian changes since January and update Makefile system
    Revision:
      muse--rel--3.02--patch-63


    new files:
     debian/.arch-ids/compat.id debian/compat

    modified files:
     ChangeLog Makefile Makefile.defs debian/changelog
     debian/control debian/emacsen-install debian/emacsen-remove
     debian/emacsen-startup debian/rules experimental/Makefile
     lisp/Makefile

    renamed files:
     debian/.arch-ids/NEWS.Debian.id
       ==> debian/.arch-ids/NEWS.id
     debian/NEWS.Debian
       ==> debian/NEWS


2006-10-10 18:32:00 GMT	Michael Olson <mwolson@gnu.org>	patch-62

    Summary:
      Update NEWS for release.
    Revision:
      muse--rel--3.02--patch-62

    * NEWS: Update for Muse 3.02.7.

    modified files:
     ChangeLog NEWS debian/changelog


2006-10-10 18:22:13 GMT	Michael Olson <mwolson@gnu.org>	patch-61

    Summary:
      Port Emacs22 bug fix from muse--main--0 and release as 3.02.7
    Revision:
      muse--rel--3.02--patch-61

    * lisp/muse-colors.el (muse-use-font-lock): Don't quote
      beginning-of-line.  This should fix a bug that was noticed in recent
      Emacs 22 builds.
    
    * lisp/muse.el (muse-version): Release Emacs Muse 3.02.7.

    modified files:
     ChangeLog Makefile.defs lisp/muse-colors.el lisp/muse.el
     muse.texi


2006-10-10 18:16:10 GMT	Michael Olson <mwolson@gnu.org>	patch-60

    Summary:
      Set Makefile.defs to correct version.
    Revision:
      muse--rel--3.02--patch-60

    * Makefile.defs (VERSION): Set to 3.02.6b.

    modified files:
     ChangeLog Makefile.defs


2006-03-14 19:21:43 GMT	Michael Olson <mwolson@gnu.org>	patch-59

    Summary:
      Merged from mwolson@gnu.org--2006 (patch 61)
    Revision:
      muse--rel--3.02--patch-59

    Patches applied:
    
     * mwolson@gnu.org--2006/muse--main--1.0--patch-61
       Add COPYING file; update headers.

    new files:
     .arch-ids/COPYING.id COPYING

    modified files:
     ChangeLog README debian/copyright
     examples/mwolson/muse-init.el
     examples/mwolson/stylesheets/blog.css
     examples/mwolson/stylesheets/common.css
     examples/mwolson/stylesheets/print.css
     examples/mwolson/stylesheets/screen.css
     experimental/muse-cite.el experimental/muse-message.el
     lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
     lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-html.el
     lisp/muse-http.el lisp/muse-journal.el lisp/muse-latex.el
     lisp/muse-mode.el lisp/muse-poem.el lisp/muse-project.el
     lisp/muse-protocols.el lisp/muse-publish.el
     lisp/muse-regexps.el lisp/muse-texinfo.el lisp/muse-wiki.el
     lisp/muse-xml.el lisp/muse.el muse.texi

    new patches:
     mwolson@gnu.org--2006/muse--main--1.0--patch-61


2006-01-28 02:49:14 GMT	Michael Olson <mwolson@gnu.org>	patch-58

    Summary:
      Merged from mwolson@gnu.org--2006 (patch 8)
    Revision:
      muse--rel--3.02--patch-58

    Patches applied:
    
     * mwolson@gnu.org--2006/muse--main--1.0--patch-8
       Fix an error with `custom-quote'.

    modified files:
     ChangeLog lisp/muse-project.el muse.texi

    new patches:
     mwolson@gnu.org--2006/muse--main--1.0--patch-8


2006-01-22 14:55:33 GMT	Michael Olson <mwolson@gnu.org>	patch-57

    Summary:
      muse-latex: Escape "~" in texttt regions.
    Revision:
      muse--rel--3.02--patch-57

    * lisp/muse-latex.el (muse-latex-markup-texttt-specials): Escape "~".
    
    * lisp/muse-project.el (muse-project-applicable-styles): Add styles to
      list in proper order.
    
    * lisp/muse-project.el (muse-project-publish-file): Create parent
      directories, if necessary.

    modified files:
     ChangeLog lisp/muse-latex.el lisp/muse-project.el


2006-01-17 03:50:43 GMT	Michael Olson <mwolson@gnu.org>	patch-56

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 354)
    Revision:
      muse--rel--3.02--patch-56

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-354
       Post-release updates.

    modified files:
     AUTHORS ChangeLog ChangeLog.main Makefile Makefile.defs
     debian/changelog debian/copyright debian/emacsen-install
     debian/emacsen-startup debian/rules lisp/Makefile lisp/muse.el

    renamed files:
     debian/.arch-ids/NEWS.id
       ==> debian/.arch-ids/NEWS.Debian.id
     debian/NEWS
       ==> debian/NEWS.Debian

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-354


2006-01-13 03:32:18 GMT	Michael Olson <mwolson@gnu.org>	patch-55

    Summary:
      Release Emacs Muse 3.02.6.
    Revision:
      muse--rel--3.02--patch-55


    modified files:
     ChangeLog lisp/muse.el muse.texi


2006-01-13 03:29:36 GMT	Michael Olson <mwolson@gnu.org>	patch-54

    Summary:
      Add NEWS items.  Make eval of <lisp> at display time optional.
    Revision:
      muse--rel--3.02--patch-54

    * NEWS: Add items for Muse 3.02.6.
    
    * lisp/muse-colors.el (muse-colors-evaluate-lisp-tags): New option that
      determines whether to evaluate <lisp> tags at display time.  Default is
      non-nil, which means to evaluate them.
      (muse-colors-lisp-tag): If we don't want to evaluate <lisp> tags at
      display time, show them literally.
    
    * muse-colors.el, muse-html.el, muse-mode.el, muse-project.el,
      muse-publish.el, muse-wiki.el, muse.el: Update copyright notice for
      2006.

    modified files:
     ChangeLog Makefile.defs NEWS debian/changelog
     lisp/muse-colors.el lisp/muse-html.el lisp/muse-mode.el
     lisp/muse-project.el lisp/muse-publish.el lisp/muse-wiki.el
     lisp/muse.el


2006-01-13 02:41:00 GMT	Michael Olson <mwolson@gnu.org>	patch-53

    Summary:
      Use better code for displaying warnings.
    Revision:
      muse--rel--3.02--patch-53

    * lisp/muse.el (muse-display-warning): New function that displays a
      warning in the proper way, depending on the version of Emacs being
      used.
      (muse-eval-lisp, muse-with-temp-buffer): Use it.

    modified files:
     ChangeLog lisp/muse.el


2006-01-13 02:02:03 GMT	Michael Olson <mwolson@gnu.org>	patch-52

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 351)
    Revision:
      muse--rel--3.02--patch-52

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-351
       Fix #5044: lisp tag only evaluates first statement.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-colors.el
     lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-351


2006-01-13 00:40:30 GMT	Michael Olson <mwolson@gnu.org>	patch-51

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 317)
    Revision:
      muse--rel--3.02--patch-51

    * lisp/muse-publish.el (muse-publish-surround-text): Fix several typos.
    
    * lisp/muse.el (muse-eval-lisp): Insert this as a comment, not hardcoded
      HTML.
    
    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-317
       Get rid of muse-regexp-space.  Standardize anchor markup somewhat.

    modified files:
     ChangeLog lisp/muse-colors.el lisp/muse-convert.el
     lisp/muse-docbook.el lisp/muse-html.el lisp/muse-latex.el
     lisp/muse-mode.el lisp/muse-protocols.el lisp/muse-publish.el
     lisp/muse-regexps.el lisp/muse-texinfo.el lisp/muse-xml.el
     lisp/muse.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-317


2006-01-06 20:44:29 GMT	Michael Olson <mwolson@gnu.org>	patch-50

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 333, 337, 345-346, 349)
    Revision:
      muse--rel--3.02--patch-50

    Patches applied:
    
     * john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
       Updated copyright year. Added notes about using the .muse file extension to the Projects node.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-333
       muse-publish: Prevent error when return value is not a string.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-337
       muse-wiki: Allow interwiki links to use different base URLs.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-345
       Fix backtrace on project names.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-346
       Fix #4973: muse-project-ignore-regexp too aggressive

    modified files:
     ChangeLog ChangeLog.main lisp/muse-project.el
     lisp/muse-publish.el lisp/muse-wiki.el muse.texi

    new patches:
     john@wjsullivan.net--2006/muse--johnsu01--0--base-0
     john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
     mwolson@gnu.org--2005/muse--main--1.0--patch-333
     mwolson@gnu.org--2005/muse--main--1.0--patch-337
     mwolson@gnu.org--2005/muse--main--1.0--patch-345
     mwolson@gnu.org--2005/muse--main--1.0--patch-346
     mwolson@gnu.org--2005/muse--main--1.0--patch-349


2006-01-06 20:39:49 GMT	Michael Olson <mwolson@gnu.org>	patch-49

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 328)
    Revision:
      muse--rel--3.02--patch-49

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-328
       muse-publish: Use narrow-to-region to fix various bugs.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-328


2006-01-06 20:29:16 GMT	Michael Olson <mwolson@gnu.org>	patch-48

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 279, 311, 318)
    Revision:
      muse--rel--3.02--patch-48

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-279
       Update AUTHORS.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-311
       muse-build: Prevent backup files when generating autoloads.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-318
       Fix a markup error involving links like [[#foo]].

    modified files:
     AUTHORS ChangeLog ChangeLog.main lisp/muse-docbook.el
     lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
     lisp/muse-texinfo.el lisp/muse-xml.el scripts/muse-build.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-279
     mwolson@gnu.org--2005/muse--main--1.0--patch-311
     mwolson@gnu.org--2005/muse--main--1.0--patch-318


2006-01-06 19:27:17 GMT	Michael Olson <mwolson@gnu.org>	patch-47

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 303-305)
    Revision:
      muse--rel--3.02--patch-47

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-303
       Make XML publishing work with QuickStart; no longer considered unstable.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-304
       QuickStart: Correct old syntax.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-305
       Revert QuickStart changes, hack more on muse.rnc.
    Patches applied:

    modified files:
     ChangeLog ChangeLog.main README examples/Makefile
     examples/muse.rnc lisp/muse-xml.el

    renamed files:
     examples/.arch-ids/QuickStart.id
       ==> examples/.arch-ids/QuickStart.muse.id
     examples/QuickStart
       ==> examples/QuickStart.muse
     experimental/.arch-ids/muse-xml.el.id
       ==> lisp/.arch-ids/muse-xml.el.id
     experimental/muse-xml.el
       ==> lisp/muse-xml.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-303
     mwolson@gnu.org--2005/muse--main--1.0--patch-304
     mwolson@gnu.org--2005/muse--main--1.0--patch-305


2006-01-06 19:10:33 GMT	Michael Olson <mwolson@gnu.org>	patch-46

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 299-301, 350)
    Revision:
      muse--rel--3.02--patch-46

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-299
       Add autoload cookies.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-300
       Generate autoloads file.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-301
       Makefile: Minor tweak.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-350
       Sync with contributors.

    modified files:
     ChangeLog ChangeLog.main Makefile lisp/Makefile
     lisp/muse-blosxom.el lisp/muse-mode.el lisp/muse-project.el
     lisp/muse-protocols.el lisp/muse-publish.el
     scripts/muse-build.el

    new patches:
     ajk@iu.edu--2005/muse--main--1.0--base-0
     ajk@iu.edu--2005/muse--main--1.0--patch-1
     ajk@iu.edu--2005/muse--main--1.0--patch-2
     jeho@jeho.org--2005/muse--jeho--1.0--patch-12
     jeho@jeho.org--2005/muse--jeho--1.0--patch-13
     jeho@jeho.org--2005/muse--jeho--1.0--patch-14
     jeho@jeho.org--2005/muse--jeho--1.0--patch-15
     jeho@jeho.org--2005/muse--jeho--1.0--patch-16
     jeho@jeho.org--2005/muse--jeho--1.0--patch-17
     jeho@jeho.org--2005/muse--jeho--1.0--patch-18
     jeho@jeho.org--2005/muse--jeho--1.0--patch-19
     jeho@jeho.org--2005/muse--jeho--1.0--patch-20
     jeho@jeho.org--2005/muse--jeho--1.0--patch-21
     mwolson@gnu.org--2005/muse--main--1.0--patch-299
     mwolson@gnu.org--2005/muse--main--1.0--patch-300
     mwolson@gnu.org--2005/muse--main--1.0--patch-301
     mwolson@gnu.org--2005/muse--main--1.0--patch-350


2006-01-03 04:59:41 GMT	Michael Olson <mwolson@gnu.org>	patch-45

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 341)
    Revision:
      muse--rel--3.02--patch-45

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-341
       Fix #4718: InterWiki links with special characters are not handled properly.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-wiki.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-341


2006-01-03 04:29:09 GMT	Michael Olson <mwolson@gnu.org>	patch-44

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 339-340)
    Revision:
      muse--rel--3.02--patch-44

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-339
       Implement escaping of "[" and "]" in extended links.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-340
       Fix an issue with muse-project-file-alist.

    modified files:
     AUTHORS ChangeLog ChangeLog.main lisp/muse-mode.el
     lisp/muse-project.el lisp/muse.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-339
     mwolson@gnu.org--2005/muse--main--1.0--patch-340


2006-01-02 19:40:26 GMT	Michael Olson <mwolson@gnu.org>	patch-43

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 338)
    Revision:
      muse--rel--3.02--patch-43

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-338
       muse-colors: Implement <lisp> tag evaluation when viewing Muse files.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-colors.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-338


2006-01-01 21:48:30 GMT	Michael Olson <mwolson@gnu.org>	patch-42

    Summary:
      Fix #4970, #4971.
    Revision:
      muse--rel--3.02--patch-42

    * lisp/muse-html.el (muse-html-escape-string): Add "%" and "+" to the
      list of specials to leave alone.  This fixes #4971.
    
    * lisp/muse-publish.el (muse-publish-markup-word): Escape specials in all
      forms of emphasis.  This fixes #4970.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-html.el
     lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-336


2005-12-30 03:33:43 GMT	Michael Olson <mwolson@gnu.org>	patch-41

    Summary:
      Fix #4923: Definition lists with numbers are not possible.
    Revision:
      muse--rel--3.02--patch-41

    * lisp/muse-publish.el (muse-publish-markup-list): Use string-match to
      determine whether an item is an ordered list or definition list.  This
      should fix Bug #4923.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-331


2005-12-29 23:13:30 GMT	Michael Olson <mwolson@gnu.org>	patch-40

    Summary:
      Fix comment markup.
    Revision:
      muse--rel--3.02--patch-40

    * lisp/muse-latex.el (muse-latex-markup-strings): Fix typo.  Thanks to
      Ken Brown for the detailed report.
    
    * lisp/muse-publish.el (muse-publish-markup-comment): Publish the ending
      tag as read-only as a temporary workaround.  We should make the
      beginning tag read-only also, but this is already taken care of in
      muse--main.
      (muse-publish-comment-tag): Markup up comment region as read-only.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-latex.el
     lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-329


2005-12-27 16:28:31 GMT	Michael Olson <mwolson@gnu.org>	patch-39

    Summary:
      Fix use of muse-insert-markup.
    Revision:
      muse--rel--3.02--patch-39

    * lisp/muse-publish.el (muse-publish-markup-no-break-space): Replace
      muse-insert-markup with `insert'.  Thanks to Ken Brown for catching
      this.

    modified files:
     ChangeLog lisp/muse-publish.el


2005-12-27 03:51:10 GMT	Michael Olson <mwolson@gnu.org>	patch-38

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 323)
    Revision:
      muse--rel--3.02--patch-38

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-323
       Add markup for non-breaking space.

    modified files:
     ChangeLog ChangeLog.main experimental/muse-xml.el
     lisp/muse-docbook.el lisp/muse-html.el lisp/muse-latex.el
     lisp/muse-publish.el lisp/muse-texinfo.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-323


2005-12-21 02:44:22 GMT	Michael Olson <mwolson@gnu.org>	patch-37

    Summary:
      Make error messages during publishing more friendly.
    Revision:
      muse--rel--3.02--patch-37

    * lisp/muse-mode.el (muse-index-as-string): Use with-temp-buffer instead
      of muse-with-temp-buffer since we aren't inserting text from another
      file.
    
    * lisp/muse.el (muse-with-temp-buffer): Note in the documentation that
      this is meant to be used with the insert-file-contents function, in
      order to keep weird side effects from happening.  Make the displayed
      message more friendly when debug-on-error is nil, and suggest what to
      do in order to get a full backtrace.

    modified files:
     ChangeLog lisp/muse-mode.el lisp/muse.el


2005-12-17 17:14:51 GMT	Michael Olson <mwolson@gnu.org>	patch-36

    Summary:
      Release Emacs Muse 3.02.5.
    Revision:
      muse--rel--3.02--patch-36

    * NEWS: Add items for 3.02.5 release.
    
    * muse.el: Release Muse 3.02.5.

    modified files:
     ChangeLog Makefile.defs NEWS debian/changelog lisp/muse.el
     muse.texi


2005-12-17 02:08:46 GMT	Michael Olson <mwolson@gnu.org>	patch-35

    Summary:
      muse-colors: Fix QuickStart display bug.
    Revision:
      muse--rel--3.02--patch-35

    * lisp/muse-colors.el (muse-colors-verbatim): Move past last delimiting
      equal sign, since we don't need to look at the area in-between.  This
      fixes a display bug involving =<verbatim><example></verbatim>=.

    modified files:
     ChangeLog lisp/muse-colors.el


2005-12-16 21:30:52 GMT	Michael Olson <mwolson@gnu.org>	patch-34

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 302)
    Revision:
      muse--rel--3.02--patch-34

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-302
       muse-html: Fix regexp error.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-html.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-302


2005-12-16 16:44:02 GMT	Michael Olson <mwolson@gnu.org>	patch-33

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 298)
    Revision:
      muse--rel--3.02--patch-33

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-298
       muse-mode: Make muse-edit-link-at-point work.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-mode.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-298


2005-12-15 23:10:21 GMT	Michael Olson <mwolson@gnu.org>	patch-32

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 297)
    Revision:
      muse--rel--3.02--patch-32

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-297
       Change mode of muse-protocols to 644.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-protocols.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-297


2005-12-14 01:01:09 GMT	Michael Olson <mwolson@gnu.org>	patch-31

    Summary:
      Merged from muse--main--1.0 (patch 286, 296)
    Revision:
      muse--rel--3.02--patch-31

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-286
       muse-wiki: First try at implementing WikiName separator.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-296
       muse-wiki: WikiWord suffix fix.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-wiki.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-286
     mwolson@gnu.org--2005/muse--main--1.0--patch-296


2005-12-14 00:55:15 GMT	Michael Olson <mwolson@gnu.org>	patch-30

    Summary:
      Merged from muse--main--1.0 (patch 295)
    Revision:
      muse--rel--3.02--patch-30

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-295
       muse-wiki: Fix an error that occurs when muse-colors is not loaded.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-wiki.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-295


2005-12-13 04:46:53 GMT	Michael Olson <mwolson@gnu.org>	patch-29

    Summary:
      muse-mode: Fix semicolon in paragraph issue.
    Revision:
      muse--rel--3.02--patch-29

    * lisp/muse-mode.el (muse-mode): Define comment-start-skip so that
      semicolons in the middle of paragraphs aren't filled improperly.

    modified files:
     ChangeLog lisp/muse-mode.el


2005-12-13 00:02:27 GMT	Michael Olson <mwolson@gnu.org>	patch-28

    Summary:
      muse-project: Deal with edge case.
    Revision:
      muse--rel--3.02--patch-28

    * lisp/muse-project.el (muse-project-file-alist): Try to fix edge case
      where file-name-directory returns nil, resulting in an error.  Thanks
      to Paul Lussier for the report.

    modified files:
     ChangeLog lisp/muse-project.el


2005-12-11 07:04:56 GMT	Michael Olson <mwolson@gnu.org>	patch-27

    Summary:
      muse-project: Prevent auto-save files from being included.
    Revision:
      muse--rel--3.02--patch-27

    * lisp/muse-project.el (muse-project-ignore-regexp): Apply small patch
      from Jim Ottaway that causes auto-save files to be excluded from
      muse-project-file-entries.

    modified files:
     ChangeLog lisp/muse-project.el


2005-12-11 00:31:46 GMT	Michael Olson <mwolson@gnu.org>	patch-26

    Summary:
      Merged from muse--main--1.0 (patch 278, 281-283)
    Revision:
      muse--rel--3.02--patch-26

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-278
       Don't split anchors in URLs.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-281
       muse-colors: Add faces for all 3 levels of emphasis.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-282
       muse-mode: Handle case where we visit an anchor-only link.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-283
       muse-mode: Minor fix.

    modified files:
     AUTHORS ChangeLog ChangeLog.main lisp/muse-colors.el
     lisp/muse-mode.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-278
     mwolson@gnu.org--2005/muse--main--1.0--patch-281
     mwolson@gnu.org--2005/muse--main--1.0--patch-282
     mwolson@gnu.org--2005/muse--main--1.0--patch-283


2005-12-11 00:22:15 GMT	Michael Olson <mwolson@gnu.org>	patch-25

    Summary:
      muse-latex: Get table of contents to publish correctly.
    Revision:
      muse--rel--3.02--patch-25

    * lisp/muse-latex.el (muse-latex-pdf-generate): Handle case where we need
      2 passes to publish a table of contents.  I thought that pdflatex would
      return an error code in this case, but no such luck.

    modified files:
     ChangeLog lisp/muse-latex.el


2005-11-21 15:34:27 GMT	Michael Olson <mwolson@gnu.org>	patch-24

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 276)
    Revision:
      muse--rel--3.02--patch-24

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-276
       Deal with case when muse-make-link is passed an explicit link.

    modified files:
     ChangeLog ChangeLog.main lisp/muse-mode.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-276


2005-11-21 15:22:39 GMT	Michael Olson <mwolson@gnu.org>	patch-23

    Summary:
      muse-wiki: WikiWords can have consecutive capital letters.
    Revision:
      muse--rel--3.02--patch-23

    * lisp/muse-wiki.el (muse-wiki-wikiword-regexp): Use a looser definition
      of what constitutes a WikiWord.  Namely: capital letters can appear
      next to each other.

    modified files:
     ChangeLog lisp/muse-wiki.el


2005-11-19 06:53:55 GMT	Michael Olson <mwolson@gnu.org>	patch-22

    Summary:
      Release Emacs Muse 3.02.02.
    Revision:
      muse--rel--3.02--patch-22


    modified files:
     ChangeLog lisp/muse.el muse.texi


2005-11-19 06:50:45 GMT	Michael Olson <mwolson@gnu.org>	patch-21

    Summary:
      Update examples.
    Revision:
      muse--rel--3.02--patch-21

    * examples/mwolson/muse-init.el: Update.
    
    * examples/mwolson/header.html: Update.
    
    * examples/mwolson/header.tex: New file that contains my custom LaTeX
      header.

    new files:
     examples/mwolson/templates/.arch-ids/header.tex.id
     examples/mwolson/templates/header.tex

    modified files:
     ChangeLog examples/mwolson/muse-init.el
     examples/mwolson/templates/header.html


2005-11-19 06:13:52 GMT	Michael Olson <mwolson@gnu.org>	patch-20

    Summary:
      Update NEWS.
    Revision:
      muse--rel--3.02--patch-20

    * NEWS: Update for recent patches.

    modified files:
     ChangeLog NEWS


2005-11-19 06:08:20 GMT	Michael Olson <mwolson@gnu.org>	patch-19

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 272-273)
    Revision:
      muse--rel--3.02--patch-19

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-272
       muse-texinfo: Correct markup strings for dots, enddots, center.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-273
       muse-latex: Make footnotes look a bit more natural for LaTeX users.

    modified files:
     AUTHORS ChangeLog ChangeLog.main lisp/muse-latex.el
     lisp/muse-texinfo.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-272
     mwolson@gnu.org--2005/muse--main--1.0--patch-273


2005-11-19 05:51:32 GMT	Michael Olson <mwolson@gnu.org>	patch-18

    Summary:
      NEWS: Add migration note.
    Revision:
      muse--rel--3.02--patch-18

    * NEWS: Explain how to migrate to the new file extension behavior.
    
    * debian/NEWS: Add item about file extension.

    modified files:
     ChangeLog NEWS debian/NEWS debian/changelog


2005-11-19 05:46:05 GMT	Michael Olson <mwolson@gnu.org>	patch-17

    Summary:
      Update NEWS.
    Revision:
      muse--rel--3.02--patch-17

    * NEWS: Update for 3.02.02.

    modified files:
     ChangeLog NEWS
     {arch}/muse/muse--rel/muse--rel--3.02/mwolson@gnu.org--2005/patch-log/patch-13


2005-11-19 05:08:09 GMT	Michael Olson <mwolson@gnu.org>	patch-16

    Summary:
      Move ChangeLogs around.
    Revision:
      muse--rel--3.02--patch-16


    new files:
     .arch-ids/ChangeLog.id ChangeLog

    renamed files:
     .arch-ids/ChangeLog.id
       ==> .arch-ids/ChangeLog.main.id
     ChangeLog
       ==> ChangeLog.main


2005-11-19 03:23:44 GMT	Michael Olson <mwolson@gnu.org>	patch-15

    Summary:
      Prepare debian files for new minor release.
    Revision:
      muse--rel--3.02--patch-15

    * debian/control: Depend on debhelper >> 4.0.0.
    
    * debian/rules: Change DH_COMPAT to 4.

    modified files:
     Makefile.defs debian/changelog debian/control debian/rules


2005-11-19 01:48:37 GMT	Michael Olson <mwolson@gnu.org>	patch-14

    Summary:
      Be more fault-tolerant about muse-file-extension.
    Revision:
      muse--rel--3.02--patch-14

    * lisp/muse-project.el (muse-project-file-entries)
      (muse-project-find-file): If muse-file-extension is an empty string,
      don't use it.

    modified files:
     lisp/muse-project.el


2005-11-19 01:21:10 GMT	Michael Olson <mwolson@gnu.org>	patch-13

    Summary:
      Allow bad WikiWords to be colorized, by popular request.
    Revision:
      muse--rel--3.02--patch-13

    * lisp/muse-colors.el (muse-link-face): Allow implicit links to be
      colored as bad links if they don't correspond with a real file.  Make
      the code more straightforward.
    
    * lisp/muse-wiki.el (muse-wiki-allow-nonexistent-wikiword): New option
      that determines whether to colorize nonexistent WikiWords.  The default
      is nil, which means "don't colorize".
      (muse-wiki-resolve-project-page, muse-wiki-handle-wikiword): Adapt for
      the possibility of bad WikiWords.

    modified files:
     lisp/muse-colors.el lisp/muse-wiki.el


2005-11-17 16:42:29 GMT	Michael Olson <mwolson@gnu.org>	patch-12

    Summary:
      muse-latex: backslash-escaping in texttt bugfix.
    Revision:
      muse--rel--3.02--patch-12

    * lisp/muse-latex.el (muse-latex-markup-texttt-specials): Don't escape
      "/", since it has already been escaped by this time.

    modified files:
     lisp/muse-latex.el


2005-11-17 16:38:36 GMT	Michael Olson <mwolson@gnu.org>	patch-11

    Summary:
      Don't interpret enddots, dots, and rule inside of links.
    Revision:
      muse--rel--3.02--patch-11

    * lisp/muse-publish.el (muse-publish-markup-enddots)
      (muse-publish-markup-dots, muse-publish-markup-rule): Don't insert
      markup if we are inside of a link.  Thanks to Trent Buck for the heads
      up.

    modified files:
     lisp/muse-publish.el


2005-11-17 16:32:23 GMT	Michael Olson <mwolson@gnu.org>	patch-10

    Summary:
      muse-latex: Hone escaping further.
    Revision:
      muse--rel--3.02--patch-10

    * lisp/muse-latex.el (muse-latex-markup-regexps): Don't escape ampersands
      everywhere, since this breaks tables.  Thanks to Trent Buck for the
      suggestions.
      (muse-latex-markup-texttt-specials): Add rules for "\n", "\", "_", "<",
      ">", "$", "%", "&", and "#".

    modified files:
     lisp/muse-latex.el


2005-11-17 06:43:17 GMT	Michael Olson <mwolson@gnu.org>	patch-9

    Summary:
      muse-latex: Rough hack to escape most specials properly.
    Revision:
      muse--rel--3.02--patch-9

    * lisp/muse-latex.el (muse-latex-markup-regexps): Replace several
      characters throughout the whole document.
      (muse-latex-markup-specials): Only escape "\" here, so as not to mess
      up \begin{verbatim} regions.
      (muse-latex-markup-texttt-specials): New option containing characters
      to escape in \texttt regions.
      (muse-latex-fixup-texttt): New function that escapes extra specials in
      \texttt regions.
      (muse-latex-finalize-buffer): Call muse-latex-fixup-texttt.

    modified files:
     lisp/muse-latex.el


2005-11-17 05:23:39 GMT	Michael Olson <mwolson@gnu.org>	patch-8

    Summary:
      Fix use of function that we don't permit yet.
    Revision:
      muse--rel--3.02--patch-8

    * lisp/muse-publish.el (muse-publish-markup-comment)
      (muse-publish-comment-tag): Replace use of muse-insert-markup with
      `insert'.

    modified files:
     lisp/muse-publish.el


2005-11-17 05:19:42 GMT	Michael Olson <mwolson@gnu.org>	patch-7

    Summary:
      Miscellaneous safe updates from muse--main--1.0.
    Revision:
      muse--rel--3.02--patch-7

    * AUTHORS: Housekeeping.
    
    * lisp/muse-html.el (muse-html): Minor wording change.
    
    * lisp/muse-mode.el (muse-mode): Fix compile-time warning.
    
    * muse.texi (Directives): Manual fix.

    modified files:
     AUTHORS lisp/muse-html.el lisp/muse-mode.el muse.texi


2005-11-17 01:49:21 GMT	Michael Olson <mwolson@gnu.org>	patch-6

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 263, 266-268)
    Revision:
      muse--rel--3.02--patch-6

    Patches applied:
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-263
       Fix mistyping of new option name.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-266
       Call pdflatex a reasonable number of times.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-267
       muse-latex: Fix "generation of PDF failed" message.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-268
       Allow "-" in publishing directives.

    modified files:
     ChangeLog Makefile.defs debian/changelog debian/rules
     lisp/muse-latex.el lisp/muse-publish.el

    new patches:
     mwolson@gnu.org--2005/muse--main--1.0--patch-263
     mwolson@gnu.org--2005/muse--main--1.0--patch-266
     mwolson@gnu.org--2005/muse--main--1.0--patch-267
     mwolson@gnu.org--2005/muse--main--1.0--patch-268


2005-11-17 01:45:58 GMT	Michael Olson <mwolson@gnu.org>	patch-5

    Summary:
      Add with-muse-project macro from parts of patch-260.
    Revision:
      muse--rel--3.02--patch-5

    * lisp/muse-project.el (with-muse-project): New function courtesy of Jim
      Ottaway.

    modified files:
     lisp/muse-project.el


2005-11-17 01:41:17 GMT	Michael Olson <mwolson@gnu.org>	patch-4

    Summary:
      Add markup for comments, via parts of patch-261.
    Revision:
      muse--rel--3.02--patch-4

    * experimental/muse-xml.el (muse-xml-markup-strings): Produce markup for
      'comment-begin and 'comment-end.
    
    * lisp/muse-docbook.el (muse-docbook-markup-strings): Ditto.
    
    * lisp/muse-html.el (muse-html-markup-strings): Ditto.
    
    * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Ditto.
    
    * lisp/muse-latex.el (muse-latex-markup-strings): Ditto.
    
    * lisp/muse-publish.el (muse-publish-comments-p): New option that
      determines whether comments should be deleted or published.  Default is
      to delete.
      (muse-publish-markup-comment, muse-publish-comment-tag): Use
      muse-publish-comments-p.

    modified files:
     experimental/muse-xml.el lisp/muse-docbook.el
     lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
     lisp/muse-texinfo.el


2005-11-17 01:22:42 GMT	Michael Olson <mwolson@gnu.org>	patch-3

    Summary:
      Apply LaTeX table underlining from patch-259.
    Revision:
      muse--rel--3.02--patch-3

    * AUTHORS: Update.
    
    * lisp/muse-latex.el (muse-latex-markup-table): Implement underlining of
      table headers and overlining table footers, as suggested by Trent Buck.

    modified files:
     AUTHORS lisp/muse-latex.el


2005-11-17 01:17:36 GMT	Michael Olson <mwolson@gnu.org>	patch-2

    Summary:
      Apply some anchor fixes from muse--main--1.0 (253).
    Revision:
      muse--rel--3.02--patch-2

    * experimental/muse-xml.el (muse-xml-insert-anchor)
      (muse-xml-markup-anchor): Make sure we don't blow away the text just
      before an anchor.  On all types but texinfo, insert a newline
      immediately after the anchor.
    
    * lisp/muse-docbook.el (muse-docbook-insert-anchor)
      (muse-docbook-markup-anchor): Ditto.
    
    * lisp/muse-html.el (muse-html-insert-anchor)
      (muse-html-markup-anchor): Ditto.
    
    * lisp/muse-texinfo.el (muse-texinfo-insert-anchor)
      (muse-texinfo-markup-anchor): Ditto.
    
    * lisp/muse-publish.el (muse-publish-markup-regexps): Make text before
      the anchor the first match group.
    
    * lisp/muse-latex.el (muse-latex-insert-anchor)
      (muse-latex-markup-anchor): Ditto.

    modified files:
     experimental/muse-xml.el lisp/muse-docbook.el
     lisp/muse-html.el lisp/muse-latex.el lisp/muse-publish.el
     lisp/muse-texinfo.el


2005-11-17 01:10:00 GMT	Michael Olson <mwolson@gnu.org>	patch-1

    Summary:
      Merged from mwolson@gnu.org--2005 (patch 242-246, 249, 251-252, 255-257)
    Revision:
      muse--rel--3.02--patch-1

    Apply "safe" changes from muse--main--1.0.  We're trying to make a minor
    release of 3.02 that isn't in so much flux.
    
    Patches applied:
    
     * jeho@jeho.org--2005/muse--jeho--1.0--base-0
       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-12
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-1
       merge latest
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-2
       merge latest
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-3
       merge latest
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-4
       big merge of latest patches
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-5
       Merged from mwolson@gnu.org--2005 (patch 248-251)
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-6
       muse-mode.el fix for muse-visit-link-default
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-7
       muse-mode.el fix intangible problem in muse-link-at-point
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-8
       muse-wiki: added option for not rendering bare project names as links
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-9
       Merged from mwolson@gnu.org--2005 (patch 252-253)
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-10
       muse-mode.el: fix finding an anchor
    
     * jeho@jeho.org--2005/muse--jeho--1.0--patch-11
       muse-latex.el: fix footnote-end
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-242
       Use modification time for date directive.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-243
       Try to make link properties more sane.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-244
       Fix customization bugs concerning muse-project-alist.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-245
       Release Emacs Muse 3.02.01.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-246
       Figure out syntax of :set.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-249
       muse-latex: Ignore anchor if it occurs at end of line.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-251
       Minor bookkeeping update.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-252
       Allow anchors to occur near (rather than at) the beginning of line.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-255
       Merged from jeho@jeho.org--2005 (patch 0-11)
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-256
       Emacs 21 flyspell fix.
    
     * mwolson@gnu.org--2005/muse--main--1.0--patch-257
       By default, use ".muse" extension and do not detect by pathname.

    new files:
     debian/.arch-ids/NEWS.id debian/NEWS

    modified files:
     AUTHORS ChangeLog Makefile.defs NEWS debian/changelog
     debian/rules examples/johnw/muse-johnw.el
     examples/mwolson/muse-init.el
     examples/mwolson/templates/footer.html
     experimental/muse-xml.el lisp/muse-colors.el
     lisp/muse-latex.el lisp/muse-mode.el lisp/muse-project.el
     lisp/muse-publish.el lisp/muse-wiki.el lisp/muse.el muse.texi

    new patches:
     jeho@jeho.org--2005/muse--jeho--1.0--base-0
     jeho@jeho.org--2005/muse--jeho--1.0--patch-1
     jeho@jeho.org--2005/muse--jeho--1.0--patch-2
     jeho@jeho.org--2005/muse--jeho--1.0--patch-3
     jeho@jeho.org--2005/muse--jeho--1.0--patch-4
     jeho@jeho.org--2005/muse--jeho--1.0--patch-5
     jeho@jeho.org--2005/muse--jeho--1.0--patch-6
     jeho@jeho.org--2005/muse--jeho--1.0--patch-7
     jeho@jeho.org--2005/muse--jeho--1.0--patch-8
     jeho@jeho.org--2005/muse--jeho--1.0--patch-9
     jeho@jeho.org--2005/muse--jeho--1.0--patch-10
     jeho@jeho.org--2005/muse--jeho--1.0--patch-11
     mwolson@gnu.org--2005/muse--main--1.0--patch-242
     mwolson@gnu.org--2005/muse--main--1.0--patch-243
     mwolson@gnu.org--2005/muse--main--1.0--patch-244
     mwolson@gnu.org--2005/muse--main--1.0--patch-245
     mwolson@gnu.org--2005/muse--main--1.0--patch-246
     mwolson@gnu.org--2005/muse--main--1.0--patch-249
     mwolson@gnu.org--2005/muse--main--1.0--patch-251
     mwolson@gnu.org--2005/muse--main--1.0--patch-252
     mwolson@gnu.org--2005/muse--main--1.0--patch-255
     mwolson@gnu.org--2005/muse--main--1.0--patch-256
     mwolson@gnu.org--2005/muse--main--1.0--patch-257


2005-11-17 00:54:06 GMT	Michael Olson <mwolson@gnu.org>	base-0

    Summary:
      tag of mwolson@gnu.org--2005/muse--main--1.0--patch-240
    Revision:
      muse--rel--3.02--base-0

    (automatically generated log message)

    new patches:
     hodique@lifl.fr--2005/muse--yh--1.0--base-0
     hodique@lifl.fr--2005/muse--yh--1.0--patch-1
     hodique@lifl.fr--2005/muse--yh--1.0--patch-2
     hodique@lifl.fr--2005/muse--yh--1.0--patch-3
     hodique@lifl.fr--2005/muse--yh--1.0--patch-4
     hodique@lifl.fr--2005/muse--yh--1.0--patch-5
     hodique@lifl.fr--2005/muse--yh--1.0--patch-6
     hodique@lifl.fr--2005/muse--yh--1.0--patch-7
     hodique@lifl.fr--2005/muse--yh--1.0--patch-8
     hodique@lifl.fr--2005/muse--yh--1.0--patch-9
     hodique@lifl.fr--2005/muse--yh--1.0--patch-10
     hodique@lifl.fr--2005/muse--yh--1.0--patch-11
     hodique@lifl.fr--2005/muse--yh--1.0--patch-12
     hodique@lifl.fr--2005/muse--yh--1.0--patch-13
     hodique@lifl.fr--2005/muse--yh--1.0--patch-14
     hodique@lifl.fr--2005/muse--yh--1.0--patch-15
     hodique@lifl.fr--2005/muse--yh--1.0--patch-16
     hodique@lifl.fr--2005/muse--yh--1.0--patch-17
     hodique@lifl.fr--2005/muse--yh--1.0--patch-18
     hodique@lifl.fr--2005/muse--yh--1.0--patch-19
     hodique@lifl.fr--2005/muse--yh--1.0--patch-20
     hodique@lifl.fr--2005/muse--yh--1.0--patch-21
     hodique@lifl.fr--2005/muse--yh--1.0--patch-22
     hodique@lifl.fr--2005/muse--yh--1.0--patch-23
     hodique@lifl.fr--2005/muse--yh--1.0--patch-24
     hodique@lifl.fr--2005/muse--yh--1.0--patch-25
     hodique@lifl.fr--2005/muse--yh--1.0--patch-26
     hodique@lifl.fr--2005/muse--yh--1.0--patch-27
     hodique@lifl.fr--2005/muse--yh--1.0--patch-28
     hodique@lifl.fr--2005/muse--yh--1.0--patch-29
     hodique@lifl.fr--2005/muse--yh--1.0--patch-30
     hodique@lifl.fr--2005/muse--yh--1.0--patch-31
     hodique@lifl.fr--2005/muse--yh--1.0--patch-32
     hodique@lifl.fr--2005/muse--yh--1.0--patch-33
     hodique@lifl.fr--2005/muse--yh--1.0--patch-34
     hodique@lifl.fr--2005/muse--yh--1.0--patch-35
     hodique@lifl.fr--2005/muse--yh--1.0--patch-36
     hodique@lifl.fr--2005/muse--yh--1.0--patch-37
     hodique@lifl.fr--2005/muse--yh--1.0--patch-38
     hodique@lifl.fr--2005/muse--yh--1.0--patch-39
     lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
     lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
     lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
     lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
     lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
     mwolson@gnu.org--2005/muse--main--1.0--base-0
     mwolson@gnu.org--2005/muse--main--1.0--patch-1
     mwolson@gnu.org--2005/muse--main--1.0--patch-2
     mwolson@gnu.org--2005/muse--main--1.0--patch-3
     mwolson@gnu.org--2005/muse--main--1.0--patch-4
     mwolson@gnu.org--2005/muse--main--1.0--patch-5
     mwolson@gnu.org--2005/muse--main--1.0--patch-6
     mwolson@gnu.org--2005/muse--main--1.0--patch-7
     mwolson@gnu.org--2005/muse--main--1.0--patch-8
     mwolson@gnu.org--2005/muse--main--1.0--patch-9
     mwolson@gnu.org--2005/muse--main--1.0--patch-10
     mwolson@gnu.org--2005/muse--main--1.0--patch-11
     mwolson@gnu.org--2005/muse--main--1.0--patch-12
     mwolson@gnu.org--2005/muse--main--1.0--patch-13
     mwolson@gnu.org--2005/muse--main--1.0--patch-14
     mwolson@gnu.org--2005/muse--main--1.0--patch-15
     mwolson@gnu.org--2005/muse--main--1.0--patch-16
     mwolson@gnu.org--2005/muse--main--1.0--patch-17
     mwolson@gnu.org--2005/muse--main--1.0--patch-18
     mwolson@gnu.org--2005/muse--main--1.0--patch-19
     mwolson@gnu.org--2005/muse--main--1.0--patch-20
     mwolson@gnu.org--2005/muse--main--1.0--patch-21
     mwolson@gnu.org--2005/muse--main--1.0--patch-22
     mwolson@gnu.org--2005/muse--main--1.0--patch-23
     mwolson@gnu.org--2005/muse--main--1.0--patch-24
     mwolson@gnu.org--2005/muse--main--1.0--patch-25
     mwolson@gnu.org--2005/muse--main--1.0--patch-26
     mwolson@gnu.org--2005/muse--main--1.0--patch-27
     mwolson@gnu.org--2005/muse--main--1.0--patch-28
     mwolson@gnu.org--2005/muse--main--1.0--patch-29
     mwolson@gnu.org--2005/muse--main--1.0--patch-30
     mwolson@gnu.org--2005/muse--main--1.0--patch-31
     mwolson@gnu.org--2005/muse--main--1.0--patch-32
     mwolson@gnu.org--2005/muse--main--1.0--patch-33
     mwolson@gnu.org--2005/muse--main--1.0--patch-34
     mwolson@gnu.org--2005/muse--main--1.0--patch-35
     mwolson@gnu.org--2005/muse--main--1.0--patch-36
     mwolson@gnu.org--2005/muse--main--1.0--patch-37
     mwolson@gnu.org--2005/muse--main--1.0--patch-38
     mwolson@gnu.org--2005/muse--main--1.0--patch-39
     mwolson@gnu.org--2005/muse--main--1.0--patch-40
     mwolson@gnu.org--2005/muse--main--1.0--patch-41
     mwolson@gnu.org--2005/muse--main--1.0--patch-42
     mwolson@gnu.org--2005/muse--main--1.0--patch-43
     mwolson@gnu.org--2005/muse--main--1.0--patch-44
     mwolson@gnu.org--2005/muse--main--1.0--patch-45
     mwolson@gnu.org--2005/muse--main--1.0--patch-46
     mwolson@gnu.org--2005/muse--main--1.0--patch-47
     mwolson@gnu.org--2005/muse--main--1.0--patch-48
     mwolson@gnu.org--2005/muse--main--1.0--patch-49
     mwolson@gnu.org--2005/muse--main--1.0--patch-50
     mwolson@gnu.org--2005/muse--main--1.0--patch-51
     mwolson@gnu.org--2005/muse--main--1.0--patch-52
     mwolson@gnu.org--2005/muse--main--1.0--patch-53
     mwolson@gnu.org--2005/muse--main--1.0--patch-54
     mwolson@gnu.org--2005/muse--main--1.0--patch-55
     mwolson@gnu.org--2005/muse--main--1.0--patch-56
     mwolson@gnu.org--2005/muse--main--1.0--patch-57
     mwolson@gnu.org--2005/muse--main--1.0--patch-58
     mwolson@gnu.org--2005/muse--main--1.0--patch-59
     mwolson@gnu.org--2005/muse--main--1.0--patch-60
     mwolson@gnu.org--2005/muse--main--1.0--patch-61
     mwolson@gnu.org--2005/muse--main--1.0--patch-62
     mwolson@gnu.org--2005/muse--main--1.0--patch-63
     mwolson@gnu.org--2005/muse--main--1.0--patch-64
     mwolson@gnu.org--2005/muse--main--1.0--patch-65
     mwolson@gnu.org--2005/muse--main--1.0--patch-66
     mwolson@gnu.org--2005/muse--main--1.0--patch-67
     mwolson@gnu.org--2005/muse--main--1.0--patch-68
     mwolson@gnu.org--2005/muse--main--1.0--patch-69
     mwolson@gnu.org--2005/muse--main--1.0--patch-70
     mwolson@gnu.org--2005/muse--main--1.0--patch-71
     mwolson@gnu.org--2005/muse--main--1.0--patch-72
     mwolson@gnu.org--2005/muse--main--1.0--patch-73
     mwolson@gnu.org--2005/muse--main--1.0--patch-74
     mwolson@gnu.org--2005/muse--main--1.0--patch-75
     mwolson@gnu.org--2005/muse--main--1.0--patch-76
     mwolson@gnu.org--2005/muse--main--1.0--patch-77
     mwolson@gnu.org--2005/muse--main--1.0--patch-78
     mwolson@gnu.org--2005/muse--main--1.0--patch-79
     mwolson@gnu.org--2005/muse--main--1.0--patch-80
     mwolson@gnu.org--2005/muse--main--1.0--patch-81
     mwolson@gnu.org--2005/muse--main--1.0--patch-82
     mwolson@gnu.org--2005/muse--main--1.0--patch-83
     mwolson@gnu.org--2005/muse--main--1.0--patch-84
     mwolson@gnu.org--2005/muse--main--1.0--patch-85
     mwolson@gnu.org--2005/muse--main--1.0--patch-86
     mwolson@gnu.org--2005/muse--main--1.0--patch-87
     mwolson@gnu.org--2005/muse--main--1.0--patch-88
     mwolson@gnu.org--2005/muse--main--1.0--patch-89
     mwolson@gnu.org--2005/muse--main--1.0--patch-90
     mwolson@gnu.org--2005/muse--main--1.0--patch-91
     mwolson@gnu.org--2005/muse--main--1.0--patch-92
     mwolson@gnu.org--2005/muse--main--1.0--patch-93
     mwolson@gnu.org--2005/muse--main--1.0--patch-94
     mwolson@gnu.org--2005/muse--main--1.0--patch-95
     mwolson@gnu.org--2005/muse--main--1.0--patch-96
     mwolson@gnu.org--2005/muse--main--1.0--patch-97
     mwolson@gnu.org--2005/muse--main--1.0--patch-98
     mwolson@gnu.org--2005/muse--main--1.0--patch-99
     mwolson@gnu.org--2005/muse--main--1.0--patch-100
     mwolson@gnu.org--2005/muse--main--1.0--patch-101
     mwolson@gnu.org--2005/muse--main--1.0--patch-102
     mwolson@gnu.org--2005/muse--main--1.0--patch-103
     mwolson@gnu.org--2005/muse--main--1.0--patch-104
     mwolson@gnu.org--2005/muse--main--1.0--patch-105
     mwolson@gnu.org--2005/muse--main--1.0--patch-106
     mwolson@gnu.org--2005/muse--main--1.0--patch-107
     mwolson@gnu.org--2005/muse--main--1.0--patch-108
     mwolson@gnu.org--2005/muse--main--1.0--patch-109
     mwolson@gnu.org--2005/muse--main--1.0--patch-110
     mwolson@gnu.org--2005/muse--main--1.0--patch-111
     mwolson@gnu.org--2005/muse--main--1.0--patch-112
     mwolson@gnu.org--2005/muse--main--1.0--patch-113
     mwolson@gnu.org--2005/muse--main--1.0--patch-114
     mwolson@gnu.org--2005/muse--main--1.0--patch-115
     mwolson@gnu.org--2005/muse--main--1.0--patch-116
     mwolson@gnu.org--2005/muse--main--1.0--patch-117
     mwolson@gnu.org--2005/muse--main--1.0--patch-118
     mwolson@gnu.org--2005/muse--main--1.0--patch-119
     mwolson@gnu.org--2005/muse--main--1.0--patch-120
     mwolson@gnu.org--2005/muse--main--1.0--patch-121
     mwolson@gnu.org--2005/muse--main--1.0--patch-122
     mwolson@gnu.org--2005/muse--main--1.0--patch-123
     mwolson@gnu.org--2005/muse--main--1.0--patch-124
     mwolson@gnu.org--2005/muse--main--1.0--patch-125
     mwolson@gnu.org--2005/muse--main--1.0--patch-126
     mwolson@gnu.org--2005/muse--main--1.0--patch-127
     mwolson@gnu.org--2005/muse--main--1.0--patch-128
     mwolson@gnu.org--2005/muse--main--1.0--patch-129
     mwolson@gnu.org--2005/muse--main--1.0--patch-130
     mwolson@gnu.org--2005/muse--main--1.0--patch-131
     mwolson@gnu.org--2005/muse--main--1.0--patch-132
     mwolson@gnu.org--2005/muse--main--1.0--patch-133
     mwolson@gnu.org--2005/muse--main--1.0--patch-134
     mwolson@gnu.org--2005/muse--main--1.0--patch-135
     mwolson@gnu.org--2005/muse--main--1.0--patch-136
     mwolson@gnu.org--2005/muse--main--1.0--patch-137
     mwolson@gnu.org--2005/muse--main--1.0--patch-138
     mwolson@gnu.org--2005/muse--main--1.0--patch-139
     mwolson@gnu.org--2005/muse--main--1.0--patch-140
     mwolson@gnu.org--2005/muse--main--1.0--patch-141
     mwolson@gnu.org--2005/muse--main--1.0--patch-142
     mwolson@gnu.org--2005/muse--main--1.0--patch-143
     mwolson@gnu.org--2005/muse--main--1.0--patch-144
     mwolson@gnu.org--2005/muse--main--1.0--patch-145
     mwolson@gnu.org--2005/muse--main--1.0--patch-146
     mwolson@gnu.org--2005/muse--main--1.0--patch-147
     mwolson@gnu.org--2005/muse--main--1.0--patch-148
     mwolson@gnu.org--2005/muse--main--1.0--patch-149
     mwolson@gnu.org--2005/muse--main--1.0--patch-150
     mwolson@gnu.org--2005/muse--main--1.0--patch-151
     mwolson@gnu.org--2005/muse--main--1.0--patch-152
     mwolson@gnu.org--2005/muse--main--1.0--patch-153
     mwolson@gnu.org--2005/muse--main--1.0--patch-154
     mwolson@gnu.org--2005/muse--main--1.0--patch-155
     mwolson@gnu.org--2005/muse--main--1.0--patch-156
     mwolson@gnu.org--2005/muse--main--1.0--patch-157
     mwolson@gnu.org--2005/muse--main--1.0--patch-158
     mwolson@gnu.org--2005/muse--main--1.0--patch-159
     mwolson@gnu.org--2005/muse--main--1.0--patch-160
     mwolson@gnu.org--2005/muse--main--1.0--patch-161
     mwolson@gnu.org--2005/muse--main--1.0--patch-162
     mwolson@gnu.org--2005/muse--main--1.0--patch-163
     mwolson@gnu.org--2005/muse--main--1.0--patch-164
     mwolson@gnu.org--2005/muse--main--1.0--patch-165
     mwolson@gnu.org--2005/muse--main--1.0--patch-166
     mwolson@gnu.org--2005/muse--main--1.0--patch-167
     mwolson@gnu.org--2005/muse--main--1.0--patch-168
     mwolson@gnu.org--2005/muse--main--1.0--patch-169
     mwolson@gnu.org--2005/muse--main--1.0--patch-170
     mwolson@gnu.org--2005/muse--main--1.0--patch-171
     mwolson@gnu.org--2005/muse--main--1.0--patch-172
     mwolson@gnu.org--2005/muse--main--1.0--patch-173
     mwolson@gnu.org--2005/muse--main--1.0--patch-174
     mwolson@gnu.org--2005/muse--main--1.0--patch-175
     mwolson@gnu.org--2005/muse--main--1.0--patch-176
     mwolson@gnu.org--2005/muse--main--1.0--patch-177
     mwolson@gnu.org--2005/muse--main--1.0--patch-178
     mwolson@gnu.org--2005/muse--main--1.0--patch-179
     mwolson@gnu.org--2005/muse--main--1.0--patch-180
     mwolson@gnu.org--2005/muse--main--1.0--patch-181
     mwolson@gnu.org--2005/muse--main--1.0--patch-182
     mwolson@gnu.org--2005/muse--main--1.0--patch-183
     mwolson@gnu.org--2005/muse--main--1.0--patch-184
     mwolson@gnu.org--2005/muse--main--1.0--patch-185
     mwolson@gnu.org--2005/muse--main--1.0--patch-186
     mwolson@gnu.org--2005/muse--main--1.0--patch-187
     mwolson@gnu.org--2005/muse--main--1.0--patch-188
     mwolson@gnu.org--2005/muse--main--1.0--patch-189
     mwolson@gnu.org--2005/muse--main--1.0--patch-190
     mwolson@gnu.org--2005/muse--main--1.0--patch-191
     mwolson@gnu.org--2005/muse--main--1.0--patch-192
     mwolson@gnu.org--2005/muse--main--1.0--patch-193
     mwolson@gnu.org--2005/muse--main--1.0--patch-194
     mwolson@gnu.org--2005/muse--main--1.0--patch-195
     mwolson@gnu.org--2005/muse--main--1.0--patch-196
     mwolson@gnu.org--2005/muse--main--1.0--patch-197
     mwolson@gnu.org--2005/muse--main--1.0--patch-198
     mwolson@gnu.org--2005/muse--main--1.0--patch-199
     mwolson@gnu.org--2005/muse--main--1.0--patch-200
     mwolson@gnu.org--2005/muse--main--1.0--patch-201
     mwolson@gnu.org--2005/muse--main--1.0--patch-202
     mwolson@gnu.org--2005/muse--main--1.0--patch-203
     mwolson@gnu.org--2005/muse--main--1.0--patch-204
     mwolson@gnu.org--2005/muse--main--1.0--patch-205
     mwolson@gnu.org--2005/muse--main--1.0--patch-206
     mwolson@gnu.org--2005/muse--main--1.0--patch-207
     mwolson@gnu.org--2005/muse--main--1.0--patch-208
     mwolson@gnu.org--2005/muse--main--1.0--patch-209
     mwolson@gnu.org--2005/muse--main--1.0--patch-210
     mwolson@gnu.org--2005/muse--main--1.0--patch-211
     mwolson@gnu.org--2005/muse--main--1.0--patch-212
     mwolson@gnu.org--2005/muse--main--1.0--patch-213
     mwolson@gnu.org--2005/muse--main--1.0--patch-214
     mwolson@gnu.org--2005/muse--main--1.0--patch-215
     mwolson@gnu.org--2005/muse--main--1.0--patch-216
     mwolson@gnu.org--2005/muse--main--1.0--patch-217
     mwolson@gnu.org--2005/muse--main--1.0--patch-218
     mwolson@gnu.org--2005/muse--main--1.0--patch-219
     mwolson@gnu.org--2005/muse--main--1.0--patch-220
     mwolson@gnu.org--2005/muse--main--1.0--patch-221
     mwolson@gnu.org--2005/muse--main--1.0--patch-222
     mwolson@gnu.org--2005/muse--main--1.0--patch-223
     mwolson@gnu.org--2005/muse--main--1.0--patch-224
     mwolson@gnu.org--2005/muse--main--1.0--patch-225
     mwolson@gnu.org--2005/muse--main--1.0--patch-226
     mwolson@gnu.org--2005/muse--main--1.0--patch-227
     mwolson@gnu.org--2005/muse--main--1.0--patch-228
     mwolson@gnu.org--2005/muse--main--1.0--patch-229
     mwolson@gnu.org--2005/muse--main--1.0--patch-230
     mwolson@gnu.org--2005/muse--main--1.0--patch-231
     mwolson@gnu.org--2005/muse--main--1.0--patch-232
     mwolson@gnu.org--2005/muse--main--1.0--patch-233
     mwolson@gnu.org--2005/muse--main--1.0--patch-234
     mwolson@gnu.org--2005/muse--main--1.0--patch-235
     mwolson@gnu.org--2005/muse--main--1.0--patch-236
     mwolson@gnu.org--2005/muse--main--1.0--patch-237
     mwolson@gnu.org--2005/muse--main--1.0--patch-238
     mwolson@gnu.org--2005/muse--main--1.0--patch-239
     mwolson@gnu.org--2005/muse--main--1.0--patch-240
     mwolson@member.fsf.org--2004/muse--main--1.0--base-0
     mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
     mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
     mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
     mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8


