# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/emacs-wiki--main--1.0
#

2005-04-14 21:49:01 GMT	Michael Olson <mwolson@gnu.org>	patch-64

    Summary:
      Release emacs-wiki 2.69.
    Revision:
      emacs-wiki--main--1.0--patch-64


    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-httpd.el
     emacs-wiki-id.el emacs-wiki-macros.el emacs-wiki-mathml.el
     emacs-wiki-menu.el emacs-wiki-pgg.el emacs-wiki-project.el
     emacs-wiki-publish.el emacs-wiki-regexps.el
     emacs-wiki-table.el emacs-wiki-transition.el emacs-wiki.el
     emacs-wiki.texi


2005-04-11 19:40:08 GMT	Michael Olson <mwolson@gnu.org>	patch-63

    Summary:
      Fix problems with bare WikiLink publishing and XEmacs match error
    Revision:
      emacs-wiki--main--1.0--patch-63

    2005-04-11  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-url): Fix bug
        introduced in patch-60 by making sure that nil is always appended
        at the end of the string, which turns the string into a sequence.
        The symptom of the bug was that WikiNames without surrounding
        brackets weren't being interpreted as Wiki links.
        (emacs-wiki-escape-html-string): Work around a strange XEmacs
        problem by writing custom code to insert a substring inside a
        string, forming a new string.  I suspect that more string-match
        madness is afoot here, but at least things seem to work now.
    

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-04-07 01:26:01 GMT	Michael Olson <mwolson@gnu.org>	patch-62

    Summary:
      Really fix the Emacs21 fill mode problem.
    Revision:
      emacs-wiki--main--1.0--patch-62

    2005-04-06  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-mode): Really fix the fill mode and
        Emacs21 nastiness this time.

    modified files:
     ChangeLog emacs-wiki.el


2005-04-07 00:53:36 GMT	Michael Olson <mwolson@gnu.org>	patch-61

    Summary:
      Fill, flyspell, and regexp bugfixes.
    Revision:
      emacs-wiki--main--1.0--patch-61

    2005-04-06  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-fill-nobreak-p)
        (emacs-wiki-flyspell-p): Use a smarter method to deal with
        exceptions to fill-mode and flyspell-mode.  This should keep it
        from interfering with Gnus and other modes.
        (emacs-wiki-get-current-backlink): Fix regexp escaping.
    
        * emacs-wiki-regexps.el: Update copyright notice.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el


2005-04-06 23:33:18 GMT	Michael Olson <mwolson@gnu.org>	patch-60

    Summary:
      Deal with case where `encode-coding-string' not defined.
    Revision:
      emacs-wiki--main--1.0--patch-60

    2005-04-06  Michael Olson  <mwolson@gnu.org>
    
        * contrib/pcomplete.el: Removed, since it is included with nearly
        every Emacs distribution.  If this overrides the version that
        comes with (X)Emacs, bad things happen.
        
        * emacs-wiki-publish.el (emacs-wiki-escape-url): Deal with case
        where `encode-coding-string' is not defined.  This should make
        things work on XEmacs again.

    removed files:
     contrib/.arch-ids/pcomplete.el.id contrib/pcomplete.el

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-04-06 03:17:42 GMT	Michael Olson <mwolson@gnu.org>	patch-59

    Summary:
      Try to make regexps work on Emacs 21.4
    Revision:
      emacs-wiki--main--1.0--patch-59

    2005-04-05  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Try to make
        this work on the strange 21.4 Emacs release.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-04-01 17:15:19 GMT	Michael Olson <mwolson@gnu.org>	patch-58

    Summary:
      Keep flyspell-mode and fill-mode from mangling extended links
    Revision:
      emacs-wiki--main--1.0--patch-58

    2005-04-01  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el: Make use of `emacs-wiki-inside-link-p' to keep
        flyspell-mode and fill-mode from mangling extended links in any
        way.
        (emacs-wiki-inside-link-p): New function that tries to determine
        quickly whether we are inside of a link with [[]] syntax.
    

    modified files:
     ChangeLog emacs-wiki.el


2005-04-01 16:47:43 GMT	Michael Olson <mwolson@gnu.org>	patch-57

    Summary:
      Use smart quotes to replace ``''
    Revision:
      emacs-wiki--main--1.0--patch-57

    2005-04-01  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-publishing-markup): Use smart
        quotes to replace ``''.  Thanks to Trent Buck for the suggestion.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-03-30 05:40:41 GMT	Michael Olson <mwolson@gnu.org>	patch-56

    Summary:
      Make emacs-wiki able to produce HTML 4.0 compliant output
    Revision:
      emacs-wiki--main--1.0--patch-56

    2005-03-30  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-xhtml-inline-css): New
        customizable variable that determines whether or not to transform
        the U and CENTER tags into something that works with XHTML.
        (emacs-wiki-xhtml-space-singles): New customizable variable that
        determines whether to use " />" or ">" at the end of single tags
        like BR.  The former is XHTML compliant, the latter is HTML
        compliant.
        (emacs-wiki-publishing-markup)
        (emacs-wiki-markup-initial-directives, emacs-wiki-numbered-tag)
        (emacs-wiki-markup-link, emacs-wiki-markup-word)
        (emacs-wiki-markup-list-or-paragraph): Implement the
        aforementioned 2 new variables.
        (emacs-wiki-markup-link): Use an empty alt attribute for the IMG
        tag if none would otherwise exist, in order that XHTML validates
        properly.  Thanks to Li Daobing for the heads-up.
    
        * emacs-wiki-table.el (emacs-wiki-table-markup-fancy-table):
        Conditionally replace uses of "<center>" with '<span
        style="text-align:center;">'.

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-table.el


2005-03-29 21:41:04 GMT	Michael Olson <mwolson@gnu.org>	patch-55

    Summary:
      Apply Jim's backlink fixes
    Revision:
      emacs-wiki--main--1.0--patch-55

    2005-03-29  Jim Ottaway  <j.ottaway@lse.ac.uk>
        
        * emacs-wiki.el: This is a patch from Jim Ottaway.  Thanks Jim!
          (emacs-wiki-get-current-backlink, emacs-wiki-insert-backlink):
          New functions from excised parts of `emacs-wiki-visit-link'.
          (emacs-wiki-visit-link): Added parental exclusion and
          tidied up a bit.
          (emacs-wiki-visit-link): Fixed erroneous use of the
          buffer name for deriving the backlink name.
    
        * emacs-wiki-regexps.el (emacs-wiki-exclude-backlink-parent-regexp): New
          regexp matching parents whose children should not receive backlinks.
    
    Patches applied:
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--base-0
       tag of mwolson@gnu.org--2005/emacs-wiki--main--1.0--patch-31
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-1
       merged latest from mwolson
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-2
       Merged from mwolson@gnu.org--2005 (patch 43-44)
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-3
       merge latest
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-4
       merge mwolson patch-54, fix backlink bug
    
     * jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-5
       exclude backlinks on basis of parent name
    

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el

    new patches:
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--base-0
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-1
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-2
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-3
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-4
     jeho@jeho.org--2005/emacs-wiki--jeho--1.0--patch-5


2005-03-19 01:41:29 GMT	Michael Olson <mwolson@gnu.org>	patch-54

    Summary:
      Make generated menu items use a template
    Revision:
      emacs-wiki--main--1.0--patch-54

    2005-03-18  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-menu.el: Apply patch from Christopher San Diego,
        tweaking it a bit.
        (emacs-wiki-menu-make-from-list-format): New variable containing
        the template used by `emacs-wiki-menu-make-from-list' to generate
        menu items.
        (emacs-wiki-menu-make-from-list): Use the contents of the
        aforementioned variable instead of hard-coding the format of the
        generated menu items.

    modified files:
     ChangeLog emacs-wiki-menu.el


2005-03-10 04:29:04 GMT	Michael Olson <mwolson@gnu.org>	patch-53

    Summary:
      Release emacs-wiki 2.68
    Revision:
      emacs-wiki--main--1.0--patch-53


    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-httpd.el
     emacs-wiki-id.el emacs-wiki-macros.el emacs-wiki-mathml.el
     emacs-wiki-menu.el emacs-wiki-pgg.el emacs-wiki-project.el
     emacs-wiki-publish.el emacs-wiki-regexps.el
     emacs-wiki-table.el emacs-wiki-transition.el emacs-wiki.el
     emacs-wiki.texi


2005-03-04 20:35:50 GMT	Michael Olson <mwolson@gnu.org>	patch-52

    Summary:
      Header fix
    Revision:
      emacs-wiki--main--1.0--patch-52


    modified files:
     ChangeLog emacs-wiki.el


2005-03-04 20:34:44 GMT	Michael Olson <mwolson@gnu.org>	patch-51

    Summary:
      Fix "args out of range" error when encountering links like "[[#8]]"
    Revision:
      emacs-wiki--main--1.0--patch-51

    2005-03-04  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-wiki-link-target): Apply patch from
        Frederik Fouvry that fixes a problem when handling links
        like [[#8]].  This problem was hard for me to debug, so kudos to
        him for the fix!

    modified files:
     ChangeLog emacs-wiki.el


2005-03-04 20:15:33 GMT	Michael Olson <mwolson@gnu.org>	patch-50

    Summary:
      Remove use of `charset-short-name'
    Revision:
      emacs-wiki--main--1.0--patch-50

    2005-03-04  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Remove
        use of `charset-short-name' according to the advice of Li Daobing.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-28 02:16:51 GMT	Michael Olson <mwolson@gnu.org>	patch-49

    Summary:
      Change documentation license to GPL
    Revision:
      emacs-wiki--main--1.0--patch-49

    2005-02-27  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.texi: Change license to GPL from GFDL with the
        permission of the major contributors.  This should clear up any
        licensing spats with Debian ;^) .

    modified files:
     ChangeLog emacs-wiki.texi


2005-02-27 20:44:50 GMT	Michael Olson <mwolson@gnu.org>	patch-48

    Summary:
      Attribute recent patches from Trent
    Revision:
      emacs-wiki--main--1.0--patch-48


    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el


2005-02-27 20:42:19 GMT	Michael Olson <mwolson@gnu.org>	patch-47

    Summary:
      Get rid of leading newline between pre tags
    Revision:
      emacs-wiki--main--1.0--patch-47

    2005-02-27  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-example-tag): Get rid of
        leading newline between pre tags.  Thanks to Trent Buck for the
        patch.
    
        * emacs-wiki-srctag.el (emacs-wiki-htmlize-buffer): Ditto. 

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el


2005-02-27 20:28:09 GMT	Michael Olson <mwolson@gnu.org>	patch-46

    Summary:
      Make menu-from-file work as intended in emacs-wiki-menu.el
    Revision:
      emacs-wiki--main--1.0--patch-46

    2005-02-27  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-menu.el (emacs-wiki-menu-make-from-file): Make this
        function actually work.

    modified files:
     ChangeLog emacs-wiki-menu.el


2005-02-27 20:26:28 GMT	Michael Olson <mwolson@gnu.org>	patch-45

    Summary:
      Remove function from hook the right way
    Revision:
      emacs-wiki--main--1.0--patch-45

    2005-02-27  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-publish): Apply fix from Sacha
        Chua and George Georgiou that removes flyspell-mode from
        `text-mode-hook' the right way.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-17 17:47:55 GMT	Michael Olson <mwolson@gnu.org>	patch-44

    Summary:
      Use "source" class in <pre> tags for emacs-wiki-srctag.el
    Revision:
      emacs-wiki--main--1.0--patch-44

    2005-02-17  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-srctag.el (emacs-wiki-htmlize-buffer): Use the
        "source" class for <pre> tags.  Thanks to Trent Buck for the
        patch.
    
        * examples/default.css (pre.source): Add trivial mention of the
        use of this element in emacs-wiki-srctag.el.

    modified files:
     ChangeLog emacs-wiki-srctag.el examples/default.css


2005-02-17 17:39:46 GMT	Michael Olson <mwolson@gnu.org>	patch-43

    Summary:
      Center small images nicely
    Revision:
      emacs-wiki--main--1.0--patch-43

    2005-02-17  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el (emacs-wiki-inline-image): Apply patch from
        Sacha to center small images nicely.  This only has an effect if
        you're using CVS Emacs, AFAICT.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-02-13 22:38:59 GMT	Michael Olson <mwolson@gnu.org>	patch-42

    Summary:
      Update contributors section in emacs-wiki-publish.el.
    Revision:
      emacs-wiki--main--1.0--patch-42


    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-13 22:27:20 GMT	Michael Olson <mwolson@gnu.org>	patch-41

    Summary:
      Metadata is such a pain
    Revision:
      emacs-wiki--main--1.0--patch-41


    modified files:
     ChangeLog

    modified directories:
     contrib contrib/.arch-ids
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log


2005-02-13 22:26:25 GMT	Michael Olson <mwolson@gnu.org>	patch-40

    Summary:
      Update archive location in texinfo documentation
    Revision:
      emacs-wiki--main--1.0--patch-40

    2005-02-13  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.texi (Development): Update archive location for 2005.
        How embarrassing that it took this long.

    modified files:
     ChangeLog emacs-wiki.texi


2005-02-13 22:21:17 GMT	Michael Olson <mwolson@gnu.org>	patch-39

    Summary:
      Escape spaces in URLs as "%20", and use proper coding system
    Revision:
      emacs-wiki--main--1.0--patch-39

    2005-02-13  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el: Apply patch from Li Daobing.
        (emacs-wiki-publish-url-coding-system): New customizable variable
        that determines which coding system to use when escaping a URL.
        (emacs-wiki-escape-url): Use "%20" for a space instead of "+".
        Use `emacs-wiki-publish-url-coding-system', but have some sensible
        defaults if it is not defined.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-13 22:07:12 GMT	Michael Olson <mwolson@gnu.org>	patch-38

    Summary:
      Make sure that current project is correct when publishing
    Revision:
      emacs-wiki--main--1.0--patch-38

    2005-02-13  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-publish-files): Apply patch
        from Andrew J. Korty that keeps `emacs-wiki-current-project' from
        being interpreted too late in the publishing process.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-13 21:57:56 GMT	Michael Olson <mwolson@gnu.org>	patch-37

    Summary:
      Fix string-escape issues on non-MULE XEmacs
    Revision:
      emacs-wiki--main--1.0--patch-37

    2005-02-13  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Work
        around case where `charset-short-name' is not defined.  Thanks to
        Sacha for reporting this.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-02-07 18:52:32 GMT	Michael Olson <mwolson@gnu.org>	patch-36

    Summary:
      Update copyright info
    Revision:
      emacs-wiki--main--1.0--patch-36

    2005-02-07  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el: Update copyright info.

    modified files:
     ChangeLog emacs-wiki.el


2005-02-07 18:47:14 GMT	Michael Olson <mwolson@gnu.org>	patch-35

    Summary:
      Apply Markus Hoenicka's backlink patch
    Revision:
      emacs-wiki--main--1.0--patch-35

    2005-02-07  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el: Backlink patch from Markus Hoenicka.
        (emacs-wiki-create-backlinks): New customizable variable that
        indicates whether or not to use backlinking.  The default is to
        not do backlinking.
        (emacs-wiki-visit-link): Create backlinks when visiting a buffer
        from another buffer.
        (emacs-wiki-follow-name-at-mouse): Handle bad links in a better
        way.
    
        * emacs-wiki-regexps.el: Backlink patch from Markus Hoenicka.
        (emacs-wiki-exclude-backlink-regexp): New customizable variable
        that indicates which pages to exclude from backlinking.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el


2005-02-05 21:30:46 GMT	Michael Olson <mwolson@gnu.org>	patch-34

    Summary:
      URL protocols fix from Jay Bromley
    Revision:
      emacs-wiki--main--1.0--patch-34

    2005-02-05  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-url-protocols): Fix "Saving
        emacs-wiki-url-protocols: Invalid function: nil" problem.  Thanks
        to Jay Bromley for the patch.

    modified files:
     ChangeLog emacs-wiki.el


2005-02-03 18:38:07 GMT	Michael Olson <mwolson@gnu.org>	patch-33

    Summary:
      Fix nop tag coloring problem
    Revision:
      emacs-wiki--main--1.0--patch-33

    2005-02-03  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-nop-tag): Make nop tag work
        again.  Thanks to Jim Ottaway for the fix.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-01-30 03:53:28 GMT	Michael Olson <mwolson@gnu.org>	patch-32

    Summary:
      Add definition for <example> tags in default CSS stylesheet
    Revision:
      emacs-wiki--main--1.0--patch-32

    2005-01-29  Michael Olson  <mwolson@gnu.org>
    
        * examples/default.css (pre.example): Make example tags have more
        space underneath them.

    modified files:
     ChangeLog examples/default.css


2005-01-28 07:30:02 GMT	Michael Olson <mwolson@gnu.org>	patch-31

    Summary:
      Attempt to make Emacs 21 and XEmacs happier about headers
    Revision:
      emacs-wiki--main--1.0--patch-31

    2005-01-28  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el: Remove the call to `emacs-wiki-make-faces'
        right after its definition.  This did some bad stuff to XEmacs and
        possibly Emacs 21 also.
        (emacs-wiki-make-faces): Add two more font entries so as to avoid
        any possible errors with XEmacs.  In the Emacs section, decrement
        number by one to make header sizes correspond with they way they
        were in the previous release.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-27 21:38:50 GMT	Michael Olson <mwolson@gnu.org>	patch-30

    Summary:
      Release emacs-wiki 2.67
    Revision:
      emacs-wiki--main--1.0--patch-30


    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-httpd.el
     emacs-wiki-id.el emacs-wiki-macros.el emacs-wiki-mathml.el
     emacs-wiki-menu.el emacs-wiki-pgg.el emacs-wiki-project.el
     emacs-wiki-publish.el emacs-wiki-regexps.el
     emacs-wiki-table.el emacs-wiki-transition.el emacs-wiki.el
     emacs-wiki.texi


2005-01-27 00:59:06 GMT	Michael Olson <mwolson@gnu.org>	patch-29

    Summary:
      Add ability to use outline-mode style faces for headings
    Revision:
      emacs-wiki--main--1.0--patch-29

    2005-01-26  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el (emacs-wiki-autogen-headings): New
        customizable variable that specifies how to color headings.
        Choosing 'outline will copy the colors from outline-mode, nil
        keeps emacs-wiki from messing with the headings, and the default
        is to keep the previous behavior of scaling the headings.
        (emacs-wiki-outline-faces-list): New variable that determines
        which values to use for outline-like colors.
        (emacs-wiki-make-faces): Implement options for leaving headings
        alone as well as coloring outline style.  Handle things properly
        for XEmacs and Emacs.
        (emacs-wiki-use-font-lock): Add call to `emacs-wiki-make-faces'
        here so that later customizations will have an effect in new
        buffers.
    

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-26 19:09:53 GMT	Michael Olson <mwolson@gnu.org>	patch-28

    Summary:
      Try to fix breakage in `emacs-wiki-link-at-point' yet again
    Revision:
      emacs-wiki--main--1.0--patch-28

    2005-01-26  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-link-at-point): Fix re-occurring
        breakage.  Thanks to Sacha for the heads up.  Let's hope this
        function is finally sane.

    modified files:
     ChangeLog emacs-wiki.el


2005-01-26 13:54:32 GMT	Michael Olson <mwolson@gnu.org>	patch-27

    Summary:
      Make links (invisible text) work better with outline mode
    Revision:
      emacs-wiki--main--1.0--patch-27

    2005-01-26  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el (emacs-wiki-highlight-emphasized)
        (emacs-wiki-highlight-underlined, emacs-wiki-highlight-markup)
        (emacs-wiki-use-font-lock, emacs-wiki-link-properties): Use custom
        invisibility spec.  This makes emacs-wiki links appear correctly
        when using a minor mode.  Patch from Jim Ottaway.  Thanks Jim!
        (add-to-invisibility-spec): I added this function from subr.el in
        CVS Emacs since XEmacs does not have it.  Used in
        `emacs-wiki-use-font-lock'.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-26 05:45:14 GMT	Michael Olson <mwolson@gnu.org>	patch-26

    Summary:
      Use <pre> instead of <p> when publishing verse tags
    Revision:
      emacs-wiki--main--1.0--patch-26

    2005-01-26  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-markup-verse): Use <pre> tags
        instead of <p> so that non-CSS enabled browsers can preserve the
        whitespace.
    
        * examples/default.css (pre.verse): Replace entry for p.verse.

    modified files:
     ChangeLog emacs-wiki-publish.el examples/default.css


2005-01-23 05:58:09 GMT	Michael Olson <mwolson@gnu.org>	patch-25

    Summary:
      Try to fix link recognition once and for all, don't hurt <form> tags
    Revision:
      emacs-wiki--main--1.0--patch-25

    2005-01-23  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-link-at-point): Realize that
        `skip-chars-forward' has a bug with expressions like "^[:space:]"
        such that it skips past newline characters instead of stopping at
        them.  Using "^\n[:blank:]" works fine though.  Treat a WikiName
        link correctly when there is an extended link before it on the
        same line.  Improve the logic a bit.  This could potentially fix a
        slew of link coloring related errors.  We live in hope.
    
        * emacs-wiki-publish.el (emacs-wiki-block-groups-regexp): Add
        `form' tags to the list of things that we should not surround with
        <p></p>.

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki.el


2005-01-21 17:14:31 GMT	Michael Olson <mwolson@gnu.org>	patch-24

    Summary:
      Fix logic error in `emacs-wiki-escape-html-string'
    Revision:
      emacs-wiki--main--1.0--patch-24

    2005-01-21  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Apply
        patch from Jim Ottaway that fixes a logic error.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-01-21 14:45:33 GMT	Michael Olson <mwolson@gnu.org>	patch-23

    Summary:
      Be stricter about extended character class regexp support
    Revision:
      emacs-wiki--main--1.0--patch-23

    2005-01-21  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Only use
        extended character class regexps in Emacs 21.3.50 or higher.
        Thanks to Charles Hachten for reporting breakage on 21.3.2.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-01-21 03:25:40 GMT	Michael Olson <mwolson@gnu.org>	patch-22

    Summary:
      Add source tag CSS definitions to the default stylesheet
    Revision:
      emacs-wiki--main--1.0--patch-22

    2005-01-20  Michael Olson  <mwolson@gnu.org>
    
        * examples/default.css: Move CSS definitions for the
        `emacs-wiki-srctag.el' file to this place.

    modified files:
     ChangeLog emacs-wiki-srctag.el examples/default.css


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

    Summary:
      Fix mangling of Chinese GBK characters when escaping characters
    Revision:
      emacs-wiki--main--1.0--patch-21

    2005-01-20  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Don't
        mangle Chinese GBK characters anymore.  Thanks to Yu Li for
        providing the fix!

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-01-21 00:24:05 GMT	Michael Olson <mwolson@gnu.org>	patch-20

    Summary:
      Remove emacs-wiki-journal.el and emacs-wiki-bloxsom.el
    Revision:
      emacs-wiki--main--1.0--patch-20

    emacs-wiki-journal.el and emacs-wiki-bloxsom.el have been moved to their
    own project.  They are sufficiently complicated and different from the
    rest of emacs-wiki that this was necessary.  For now, they may be found
    in emacs-wiki-journal--main--1.0.

    removed files:
     .arch-ids/emacs-wiki-blosxom.el.id
     .arch-ids/emacs-wiki-journal.el.id emacs-wiki-blosxom.el
     emacs-wiki-journal.el

    modified files:
     ChangeLog


2005-01-19 23:47:48 GMT	Michael Olson <mwolson@gnu.org>	patch-19

    Summary:
      Lower priority of footnotes at publish time
    Revision:
      emacs-wiki--main--1.0--patch-19

    2005-01-19  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-publishing-markup): Move
        footnote markup to a lower priority.  Thanks to Yu Li for the
        suggestion.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-01-19 22:16:03 GMT	Michael Olson <mwolson@gnu.org>	patch-18

    Summary:
      Fix parentheses goof-up in emacs-wiki-tables.el
    Revision:
      emacs-wiki--main--1.0--patch-18

    2005-01-19  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-table.el (emacs-wiki-table-markup-fancy-table): Fix
        parenthesis nesting issue.  Thanks to Xiaodong Xu for the report
        and diff.

    modified files:
     ChangeLog emacs-wiki-table.el


2005-01-19 22:10:43 GMT	Michael Olson <mwolson@gnu.org>	patch-17

    Summary:
      Fix menu generation from list oddities
    Revision:
      emacs-wiki--main--1.0--patch-17

    i2005-01-19  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-menu.el (emacs-wiki-menu-factory): Update
        documentation.
        (emacs-wiki-menu-definition): New customizable variable that
        specifies the list to generate a menu from.
        (emacs-wiki-menu-make-from-projects)
        (emacs-wiki-menu-make-from-file): Use `unless' instead of `or'.
        (emacs-wiki-menu-make-from-list): Don't generate a menu if one
        already exists.  Check the value of `emacs-wiki-menu-generation'
        instead of taking a parameter.  Use (car (cddr entry)) instead
        of (cddr entry) for tooltip.  Thanks to Xiaodong Xu for letting me
        know about these problems and making sure I fixed them :^) .

    modified files:
     ChangeLog emacs-wiki-menu.el emacs-wiki-project.el


2005-01-17 01:55:57 GMT	Michael Olson <mwolson@gnu.org>	patch-16

    Summary:
      Fix problem with links not recognized at beginning of extended link
    Revision:
      emacs-wiki--main--1.0--patch-16

    2005-01-16  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-edit-link-at-point): Handle instance
        where no link text exists.  This means that bare WikiNames will be
        treated correctly.
        (emacs-wiki-link-at-point): Check to see if we have a valid wiki
        name or link even if there are not any "[[" instances behind the
        point.  This fixes a problem with using
        `emacs-wiki-edit-link-at-point' at the beginning of an extended
        link.  Thanks to Matt Hodges for reporting this and providing good
        debugging output.
    

    modified files:
     ChangeLog emacs-wiki.el


2005-01-17 01:22:20 GMT	Michael Olson <mwolson@gnu.org>	patch-15

    Summary:
      Remove last use of `emacs-wiki-bare-digits-anchor-prefix'
    Revision:
      emacs-wiki--main--1.0--patch-15

    2005-01-16  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-visit-link): Remove last use of
        `emacs-wiki-bare-digits-anchor-prefix'.
        (emacs-wiki-bare-digits-anchor-prefix): Delete definition.

    modified files:
     ChangeLog emacs-wiki.el


2005-01-16 21:44:45 GMT	Michael Olson <mwolson@gnu.org>	patch-14

    Summary:
      Documentation patch and update-remote.el from Yu Li
    Revision:
      emacs-wiki--main--1.0--patch-14

    2005-01-16  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.texi (Top): Add new entries "Basic WikiMarkups" and
        "Special WikiMarkups".  I think some of this might have been taken
        from Damien Elmes' website, so I added him to contributors.
        Thanks to Yu Li for providing this massive patch.  I really need
        to motivate myself to do more documentation.
    
        * contrib/update-remote.el: New file from Yu Li.  It uses
        generated batch files to help update your website.  Windows users
        might find this handy.

    new files:
     contrib/.arch-ids/update-remote.el.id contrib/update-remote.el

    modified files:
     ChangeLog emacs-wiki.texi


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

    Summary:
      Remove another use of `emacs-wiki-bare-digits-anchor-prefix'
    Revision:
      emacs-wiki--main--1.0--patch-13

    2005-01-15  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-insert-anchor): Remove another
        use of `emacs-wiki-bare-digits-anchor-prefix'.  Thanks to Sacha
        for pointing it out.  I'm still not sure if we want to remove the
        very last instance of this in `emacs-wiki-visit-link', or how to
        go about doing it gracefully.

    modified files:
     ChangeLog emacs-wiki-publish.el


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

    Summary:
      Update copyright notices
    Revision:
      emacs-wiki--main--1.0--patch-12

    2005-01-12  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki*.el, emacs-wiki.texi: Update copyright notices.

    modified files:
     ChangeLog emacs-wiki-blosxom.el emacs-wiki-colors.el
     emacs-wiki-httpd.el emacs-wiki-id.el emacs-wiki-journal.el
     emacs-wiki-macros.el emacs-wiki-mathml.el emacs-wiki-menu.el
     emacs-wiki-pgg.el emacs-wiki-project.el emacs-wiki-publish.el
     emacs-wiki-regexps.el emacs-wiki-srctag.el emacs-wiki-table.el
     emacs-wiki-transition.el emacs-wiki.el emacs-wiki.texi


2005-01-12 00:47:53 GMT	Michael Olson <mwolson@gnu.org>	patch-11

    Summary:
      Improve documentation of `emacs-wiki-refresh-file-alist-p'
    Revision:
      emacs-wiki--main--1.0--patch-11

    2005-01-11  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-refresh-file-alist-p): Make
        documentation better.  Thanks to Joakim Verona for the suggestion.

    modified files:
     ChangeLog emacs-wiki.el


2005-01-09 06:08:06 GMT	Michael Olson <mwolson@gnu.org>	patch-10

    Summary:
      Revert part of last patch
    Revision:
      emacs-wiki--main--1.0--patch-10

    2005-01-09  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-visit-link): Revert part of the
        previous patch since it really is needed in order to be able to
        browse links to wiki pages that have tags in them.  My journal
        setup is one instance of this.

    modified files:
     ChangeLog emacs-wiki.el


2005-01-09 03:51:51 GMT	Michael Olson <mwolson@gnu.org>	patch-9

    Summary:
      Do not mangle all-digit anchors
    Revision:
      emacs-wiki--main--1.0--patch-9

    2005-01-08  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-wiki-link-target): Remove block of
        code that adds "note" to all-digit anchors.
        (emacs-wiki-visit-link): Ditto.
    
        * test/emacs-wiki-test.el: Comment out test for changed handling
        of "#" in links.

    modified files:
     ChangeLog emacs-wiki.el test/emacs-wiki-test.el


2005-01-08 20:32:26 GMT	Michael Olson <mwolson@gnu.org>	patch-8

    Summary:
      Disable `emacs-wiki-mode-hook' while publishing
    Revision:
      emacs-wiki--main--1.0--patch-8

    2005-01-08  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-publish): Disable
        `emacs-wiki-mode-hook' while publishing.  This prevents font-lock
        from happening at publish-time, which speeds up the process.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-01-08 20:03:58 GMT	Michael Olson <mwolson@gnu.org>	patch-7

    Summary:
      Support for inline images in XEmacs and variants
    Revision:
      emacs-wiki--main--1.0--patch-7

    2005-01-08  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el (emacs-wiki-inline-images): Be smarter
        about detecting whether inline images are supported.  Only
        use (featurep 'xemacs) when there is no other alternative.
        (emacs-wiki-make-file-glyph): New function that uses the
        `make-glyph' function to return an XEmacs glyph for the
        appropriate filename.  This allows inline images to work with
        XEmacs.  Thanks to Anselm Levskaya for the initial version.
        (emacs-wiki-inline-image): Add support for
        `emacs-wiki-make-file-glyph'.  Default to using `create-image', if
        it exists.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-08 19:19:22 GMT	Michael Olson <mwolson@gnu.org>	patch-6

    Summary:
      New emacs-wiki-srctag.el file, make HTML output work in more browsers
    Revision:
      emacs-wiki--main--1.0--patch-6

    2005-01-08  Michael Olson  <mwolson@gnu.org>
    
        * contrib/htmlize.el: New file that takes an Emacs buffer and
        makes an HTML representation of it which will look very similar to
        the original buffer.
    
        * contrib/table.el (table--generate-source-epilogue): Use " />"
        instead of "/>" to close tags.  This should work on more browsers.
        Thanks to Vadim Nasardinov for the advice.
    
        * emacs-wiki-blosxom.el: Correct my web address in header.
    
        * emacs-wiki-publish.el (emacs-wiki-publishing-header): Change
        default DOCTYPE to XHTML 1.0 Strict instead of XHTML 1.1, since
        this seems to be more widely accepted.
        (emacs-wiki-publishing-footer, emacs-wiki-style-sheet)
        (emacs-wiki-publishing-markup)
        (emacs-wiki-markup-initial-directives, emacs-wiki-numbered-tag)
        (emacs-wiki-markup-link): Use " />" instead of "/>" to close
        tags.  This should work on more browsers.  Thanks to Vadim
        Nasardinov for the advice.
    
        * emacs-wiki-srctag.el: New file contributed by Sun Jiyang that
        uses htmlize to allow one to embed formatted source code from a
        programming language into a wiki page with the use of the <src>
        tag.

    new files:
     .arch-ids/emacs-wiki-srctag.el.id
     contrib/.arch-ids/htmlize.el.id contrib/htmlize.el
     emacs-wiki-srctag.el

    modified files:
     ChangeLog contrib/table.el emacs-wiki-blosxom.el
     emacs-wiki-publish.el


2005-01-03 05:52:57 GMT	Michael Olson <mwolson@member.fsf.org>	patch-5

    Summary:
      Credit Lan Yufeng
    Revision:
      emacs-wiki--main--1.0--patch-5

        * emacs-wiki-colors.el: Add Lan Yufeng to Contributors section of
          header.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-03 05:50:43 GMT	Michael Olson <mwolson@member.fsf.org>	patch-4

    Summary:
      Wrong level of heading was being assigned
    Revision:
      emacs-wiki--main--1.0--patch-4

    2005-01-03  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-colors.el (emacs-wiki-highlight-emphasized): Headings
        were being given the coloring for the next level of heading
        instead of the real level (i.e. `emacs-wiki-header-2' instead of
        `emacs-wiki-header-1' for "* Heading").  Thanks to Lan Yufeng for
        finding this and sending a patch.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-01-01 23:58:33 GMT	Michael Olson <mwolson@member.fsf.org>	patch-3

    Summary:
      Attempt to fix ChangeLog issue
    Revision:
      emacs-wiki--main--1.0--patch-3


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

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

    modified files:
     emacs-wiki.texi


2004-12-30 19:19:44 GMT	Michael Olson <mwolson@member.fsf.org>	patch-2

    Summary:
      Fix garbled international chars in anchored text issue
    Revision:
      emacs-wiki--main--1.0--patch-2

    2004-12-30  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki-publish.el (emacs-wiki-escape-url): Fix issue with
        garbled international characters in anchored text.  Thanks to
        Yamagata Yoriyuki for the suggestion.

    modified files:
     emacs-wiki-publish.el


2004-12-29 20:47:28 GMT	Michael Olson <mwolson@member.fsf.org>	patch-1

    Summary:
      Add space to Index list, old ChangeLog entries available
    Revision:
      emacs-wiki--main--1.0--patch-1

    2004-12-29  Michael Olson  <mwolson@gnu.org>
    
        * emacs-wiki.el (emacs-wiki-generate-index): Put a space before
        dash of each list item when publishing.  No user-visible change.
    
        * ChangeLog.2004: Contains all ChangeLog entries from the old
        branch mwolson@member.fsf.org--2004.

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

    modified files:
     ChangeLog emacs-wiki.el


2004-12-29 20:32:58 GMT	Michael Olson <mwolson@member.fsf.org>	base-0

    Summary:
      tag of mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-84
    Revision:
      emacs-wiki--main--1.0--base-0

    (automatically generated log message)

    new patches:
     arch@repose.cx--03/emacs-wiki--dev--1.0--base-0
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-1
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-2
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-3
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-4
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-5
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-6
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-7
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-8
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-9
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-10
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-11
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-12
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-13
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-14
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-15
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-16
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-17
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-18
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-19
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-20
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-21
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-22
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-23
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-24
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-25
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-26
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-27
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-28
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-29
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-30
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-31
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-32
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-33
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-34
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-35
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-36
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-37
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-38
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-39
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-40
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-41
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-42
     arch@repose.cx--03/emacs-wiki--dev--1.0--patch-43
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--base-0
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-1
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-2
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-3
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-4
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-5
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-6
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-7
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-8
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-9
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-10
     davidsmith@acm.org--2004/emacs-wiki--dds--1.0--patch-11
     davidsmith@acm.org--2004/emacs-wiki--planner-read-date--1.0--base-0
     davidsmith@acm.org--2004/emacs-wiki--planner-read-date--1.0--patch-1
     dne@mayonnaise.net--2004/emacs-wiki--planner--0--base-0
     dne@mayonnaise.net--2004/emacs-wiki--planner--0--patch-1
     dne@mayonnaise.net--2004/emacs-wiki--planner--0--patch-2
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-1
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-2
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-3
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-4
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-5
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-6
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-8
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-9
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-10
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-11
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-13
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-14
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-15
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-16
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-18
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-19
     gary@gnu.org--2004/emacs-wiki--gary--1.0--patch-20
     jao@gnu.org--2004/emacs-wiki--jao--1.0--base-0
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-1
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-2
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-3
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-4
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-5
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-6
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-7
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-8
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-9
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-10
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-11
     jao@gnu.org--2004/emacs-wiki--jao--1.0--patch-13
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--base-0
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-1
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-2
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-3
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-4
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-5
     mark@dishevelled.net--2003-mst/emacs-wiki--beta--1.0--patch-6
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--base-0
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-1
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-2
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-3
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-4
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-5
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-6
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-7
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-8
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-9
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-10
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-11
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-12
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-13
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-14
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-15
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-16
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-17
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-18
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-19
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-20
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-21
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-22
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-23
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-24
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-25
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-26
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-27
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-28
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-29
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-30
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-31
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-32
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-33
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-34
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-35
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-36
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-37
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-38
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-39
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-40
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-41
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-42
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-43
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-44
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-45
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-46
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-47
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-48
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-49
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-50
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-51
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-52
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-53
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-54
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-55
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-56
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-57
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-58
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-59
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-60
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-61
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-62
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-63
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-64
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-65
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-66
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-67
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-68
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-69
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-70
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-71
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-72
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-73
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-74
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-75
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-76
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-77
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-78
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-79
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-80
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-81
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-82
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-83
     mwolson@member.fsf.org--2004/emacs-wiki--main--1.0--patch-84
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--base-0
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-1
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-2
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-3
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-4
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-5
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-6
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-7
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-8
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-9
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-10
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-11
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-12
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-13
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-14
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-15
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-16
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-17
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-18
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-19
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-20
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-21
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-22
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-23
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-24
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-25
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-26
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-27
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-28
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-29
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-30
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-31
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-32
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-33
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-34
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-35
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-36
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-37
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-38
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-39
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-40
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-41
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-42
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-43
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-44
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-45
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-46
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-47
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-48
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-49
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-50
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-51
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-52
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-53
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-54
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-55
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-56
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-57
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-58
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-59
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-60
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-61
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-62
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-63
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-64
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-65
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-66
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-67
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-68
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-69
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-70
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-71
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-72
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-73
     sacha@free.net.ph--main/emacs-wiki--dev--1.0--patch-74
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--base-0
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-1
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-2
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-3
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-4
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-5
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-6
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-7
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-8
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-9
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-10
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-11
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-12
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-13
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-14
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-15
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-16
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-17
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-18
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-19
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-20
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-21
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-22
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-23
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-24
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-25
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-26
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-27
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-28
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-29
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-30
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-31
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-32
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-33
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-34
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-35
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-36
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-37
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-38
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-39
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-40
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-41
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-42
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-43
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-44
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-45
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-46
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-47
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-48
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-49
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-50
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-51
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-52
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-53
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-54
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-55
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-56
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-57
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-58
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-59
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-60
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-61
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-62
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-63
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-64
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-65
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-66
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-67
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-68
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-69
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-70
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-71
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-72
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-73
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-74
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-75
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-76
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-77
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-78
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-79
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-80
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-81
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-82
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-83
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-84
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-85
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-86
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-87
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-88
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-89
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-90
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-91
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-92
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-93
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-94
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-95
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-96
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-97
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-98
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-99
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-100
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-101
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-102
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-103
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-104
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-105
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-106
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-107
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-108
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-109
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-110
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-111
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-112
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-113
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-114
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-115
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-116
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-117
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-118
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-119
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-120
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-121
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-122
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-123
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-124
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-125
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-126
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-127
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-128
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-129
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-130
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-131
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-132
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-133
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-134
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-135
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-136
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-137
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-138
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-139
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-140
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-141
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-142
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-143
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-144
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-145
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-146
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-147
     sacha@free.net.ph--main/emacs-wiki--sacha--1.0--patch-148
     sacha@free.net.ph--main/emacs-wiki--stable--1.0--base-0
     sacha@free.net.ph--main/emacs-wiki--stable--1.0--patch-1


