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

2006-10-10 19:03:10 GMT	Michael Olson <mwolson@gnu.org>	patch-149

    Summary:
      Try to fix a couple of debian packaging snafus.
    Revision:
      emacs-wiki--main--1.0--patch-149

    * debian/changelog: Try to fix debian packaging snafus.

    modified files:
     ChangeLog debian/changelog debian/control


2006-10-10 06:09:27 GMT	Michael Olson <mwolson@gnu.org>	patch-148

    Summary:
      Make Debian package for 2.72.
    Revision:
      emacs-wiki--main--1.0--patch-148

    * Makefile.defs (LASTUPLOAD): Oops, forgot to update this earlier.
    
    * debian/NEWS: Add a better explanation of the differences between
      emacs-wiki and Muse.  Thanks to Junichi Uekawa for the suggestion.

    modified files:
     ChangeLog Makefile.defs debian/NEWS debian/changelog


2006-10-10 04:26:33 GMT	Michael Olson <mwolson@gnu.org>	patch-147

    Summary:
      Release emacs-wiki 2.72.
    Revision:
      emacs-wiki--main--1.0--patch-147

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.72.
    
    * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Fix bug that was
      noticed with recent builds of Emacs 22.  Improper quoting was used.
      Thanks to Chong Yidong and intrigeri for noticing this.

    modified files:
     ChangeLog README emacs-wiki-colors.el emacs-wiki.el
     emacs-wiki.texi


2006-10-10 04:20:02 GMT	Michael Olson <mwolson@gnu.org>	patch-146

    Summary:
      Debian packaging changes from February.
    Revision:
      emacs-wiki--main--1.0--patch-146


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

    modified files:
     ChangeLog debian/NEWS debian/changelog debian/control
     debian/rules


2006-02-07 14:24:19 GMT	Michael Olson <mwolson@gnu.org>	patch-145

    Summary:
      Release emacs-wiki 2.71.
    Revision:
      emacs-wiki--main--1.0--patch-145

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.71.
    
    * README, emacs-wiki.texi, debian/NEWS: Note that Emacs Muse is
      recommended instead, and that this will probably be the last release of
      emacs-wiki.
    
    * debian/rules: Change compatibility level to 4.
    
    * emacs-wiki-srctag.el (emacs-wiki-src-tag): Silence compiler warning.

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

    modified files:
     ChangeLog Makefile.defs README debian/changelog debian/rules
     emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi


2005-12-16 23:22:14 GMT	Michael Olson <mwolson@gnu.org>	patch-144

    Summary:
      Don't escape '#' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-144

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '#' to list of
      characters not to escape in URLs.  Thanks to Marc Tommasi for the
      report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-11-21 04:54:08 GMT	Michael Olson <mwolson@gnu.org>	patch-143

    Summary:
      Make WikiName matching more flexible.
    Revision:
      emacs-wiki--main--1.0--patch-143

    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like
      ConvertingAClass and XMLSchema.  Thanks to Rory McCann for the initial
      patch and the heads up.

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


2005-10-04 15:24:23 GMT	Michael Olson <mwolson@gnu.org>	patch-142

    Summary:
      Apply patch from Magnus Henoch.
    Revision:
      emacs-wiki--main--1.0--patch-142

    * emacs-wiki.el (emacs-wiki-link-escape): Fix Yet Another escaping bug.
      Thanks to Magnus Henoch for the patch.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-30 03:38:56 GMT	Michael Olson <mwolson@gnu.org>	patch-141

    Summary:
      Fix #14666.
    Revision:
      emacs-wiki--main--1.0--patch-141

    * emacs-wiki.el (emacs-wiki-link-escape, emacs-wiki-link-unescape):
      s/further/is-desc/.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-25 01:48:38 GMT	Michael Olson <mwolson@gnu.org>	patch-140

    Summary:
      Fix #14337: bug in emacs-wiki-link-url.
    Revision:
      emacs-wiki--main--1.0--patch-140

    * emacs-wiki-publish.el (emacs-wiki-link-url): Treat WikiIndex pages
      specially, since they might not exist on the filesystem yet.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:44:19 GMT	Michael Olson <mwolson@gnu.org>	patch-139

    Summary:
      Fix #14336: bug in emacs-wiki-markup-list-or-paragraph.
    Revision:
      emacs-wiki--main--1.0--patch-139

    * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Add
      save-match-data so the match data doesn't get clobbered.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:41:14 GMT	Michael Olson <mwolson@gnu.org>	patch-138

    Summary:
      Highlight bare URLs in emacs-wiki buffers.
    Revision:
      emacs-wiki--main--1.0--patch-138

    * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Use
      emacs-wiki-url-or-name-regexp instead of emacs-wiki-name-regexp.  This
      causes bare URLs to be highlighted in emacs-wiki buffers.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-09-25 01:31:22 GMT	Michael Olson <mwolson@gnu.org>	patch-137

    Summary:
      Fix '#' in link descriptions.
    Revision:
      emacs-wiki--main--1.0--patch-137

    * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are
      given a link description.  Thanks to Stefan Reichör for the report.
      (emacs-wiki-link-unescape): Update documentation.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-07 04:23:09 GMT	Michael Olson <mwolson@gnu.org>	patch-136

    Summary:
      Fix #14455: Typo in emacs-wiki-escape-html-string.
    Revision:
      emacs-wiki--main--1.0--patch-136

    * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Replace boundp
      check with fboundp.  Thanks to an anonymous bug reporter for the fix.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-04 04:47:43 GMT	Michael Olson <mwolson@gnu.org>	patch-135

    Summary:
      Don't escape '?' and '=' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-135

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '?' and '=' to list
      of characters to not escape.  Thanks to Sacha for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-03 18:06:08 GMT	Michael Olson <mwolson@gnu.org>	patch-134

    Summary:
      Fix note visiting problem.
    Revision:
      emacs-wiki--main--1.0--patch-134

    * emacs-wiki.el (emacs-wiki-visit-link): Make sure that we match against
      a complete, whitespace-delimited tag.  Thanks to Sergey Vlasov for the
      report and suggested fix.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-02 04:37:42 GMT	Michael Olson <mwolson@gnu.org>	patch-133

    Summary:
      Try to get rid of error; apply latest patch to emacs-wiki-srctag.
    Revision:
      emacs-wiki--main--1.0--patch-133

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't modify
      default-directory directly.  Call `cd' instead, and only when
      necessary.  Hopefully this will get rid of that weird stringp nil
      error.
    
    * emacs-wiki-srctag.el: Apply latest patch from Sun Yijiang.  You can now
      use extensions from `auto-mode-alist' in the <src> tag.

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


2005-09-01 11:42:04 GMT	Michael Olson <mwolson@gnu.org>	patch-132

    Summary:
      Apply patches from Sergey Vlasov.
    Revision:
      emacs-wiki--main--1.0--patch-132

    * emacs-wiki-regexps (emacs-wiki-link-properties)
      (emacs-wiki-highlight-extended-link): Move '(mouse-face highlight) into
      the branch which handles the displayed text.  Also move
      '(rear-nonsticky t) to the common list, and kill the redundant
      '(emacs-wiki-keymap-property emacs-wiki-local-map) which was both in
      the common list and in the lists for displayed and invisible text.
    
    * emacs-wiki-regexps.el (emacs-wiki-regexp-emacs-revision): Move
      save-match-data outside of the `and' statement.

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


2005-08-29 06:21:48 GMT	Michael Olson <mwolson@gnu.org>	patch-131

    Summary:
      Reinstate former extended character class rules.
    Revision:
      emacs-wiki--main--1.0--patch-131

    * emacs-wiki-regexps.el (emacs-wiki-regexp-use-character-classes): New
      option that allows the user to override emacs-wiki's algorithm for
      deciding whether to use extended character classes.
      (emacs-wiki-regexp-emacs-revision): New variable that indicates the revision
      number of this version of Emacs.
      (emacs-wiki-extreg-usable-p): Reinstate old rules -- Emacs 21.2 and 21.3
      aren't working well enough with extended character classes in regexps.
    
    * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-find-file): Use
      make-local-variable instead of make-variable-buffer-local.

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


2005-08-29 00:00:01 GMT	Michael Olson <mwolson@gnu.org>	patch-130

    Summary:
      Fix paragraph-filling breakage in Emacs21.
    Revision:
      emacs-wiki--main--1.0--patch-130

    * emacs-wiki.el (emacs-wiki-mode): Check explicitly for Emacs21 rather
      than relying on emacs-wiki-extreg-usable-p.  Thanks to Sergey Vlasov
      for the bug report.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-27 02:28:05 GMT	Michael Olson <mwolson@gnu.org>	patch-129

    Summary:
      Allow Emacs 21.3 to use extended character classes in regexps.
    Revision:
      emacs-wiki--main--1.0--patch-129

    * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Use a simpler
      algorithm.  Since enough positive reports have come in about the
      usability of 21.3, we'll allow it to use extended character classes in
      regexps by default.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-08-25 16:51:35 GMT	Michael Olson <mwolson@gnu.org>	patch-128

    Summary:
      Attempt to fix a publishing warning.
    Revision:
      emacs-wiki--main--1.0--patch-128

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't set
      default-directory to nil, just let-bind it so that our routine doesn't
      change it permanently.  Thanks to Seth Falcon for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-08-17 19:06:27 GMT	Michael Olson <mwolson@gnu.org>	patch-127

    Summary:
      Make numeric anchors publish as valid (X)HTML.
    Revision:
      emacs-wiki--main--1.0--patch-127

    * emacs-wiki-publish.el (emacs-wiki-insert-anchor): If we're given only a
      numbers-only anchor, pre-pend "anchor-" to make it valid.  Otherwise,
      insert verbatim.
      (emacs-wiki-contents-tag): Publish with "sec-" rather than "sec"
      pre-pended.
      (emacs-wiki-link-url): Determine whether or not "anchor-" needs to be
      pre-pended when linking to an anchor.

    modified files:
     ChangeLog emacs-wiki-publish.el

    new patches:
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--base-0
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-1
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-2
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-3
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-4
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-5
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-6
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-7
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-8
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-9


2005-08-13 05:04:33 GMT	Michael Olson <mwolson@gnu.org>	patch-126

    Summary:
      emacs-wiki-mode: Minor regexp tweak.
    Revision:
      emacs-wiki--main--1.0--patch-126

    * emacs-wiki.el (emacs-wiki-mode): Use \\s- rather than [[:blank:]].

    modified files:
     ChangeLog emacs-wiki.el


2005-08-12 20:56:20 GMT	Michael Olson <mwolson@gnu.org>	patch-125

    Summary:
      Keep lists from getting mashed together on M-q.
    Revision:
      emacs-wiki--main--1.0--patch-125

    * emacs-wiki-macros.el: Embarrassing header fix.
    
    * emacs-wiki.el (emacs-wiki-mode): Handle footnotes.  Set
      `paragraph-start' locally so that lists don't get blended together
      incorrectly upon hitting M-q.

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


2005-08-09 23:11:17 GMT	Michael Olson <mwolson@gnu.org>	patch-124

    Summary:
      Make generated Debian packages slightly easier to upload.
    Revision:
      emacs-wiki--main--1.0--patch-124

    * debian/changelog: Generate 2.70-3.
    
    * debian/rules (clean): Call $(MAKE) realclean instead of $(MAKE) clean.
    
    * Makefile.defs (LASTUPLOAD): New variable that indicates the version
      that was last uploaded to Debian.
      (BUILDOPTS): Other options that are to be passed to dpkg-buildpackage.
    
    * Makefile (debrelease): Use $(LASTUPLOAD) to ensure that a full set of
      changes is generated.  This means we have to use dpkg-buildpackage,
      since debuild doesn't recognize the environment variables that it
      claims to recognize.  Use $(BUILDOPTS) to include any other options
      that I might need for dpkg-buildpackage.

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


2005-08-09 07:42:14 GMT	Michael Olson <mwolson@gnu.org>	patch-123

    Summary:
      Apply buffer-visiting patch from Marco Gidde.
    Revision:
      emacs-wiki--main--1.0--patch-123

    * emacs-wiki.el (emacs-wiki-visit-link): Apply patch from Marco Gidde
      that allows the user to link to a buffer.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-09 06:47:35 GMT	Michael Olson <mwolson@gnu.org>	patch-122

    Summary:
      Minor build enhancement.
    Revision:
      emacs-wiki--main--1.0--patch-122

    * scripts/emacs-wiki-build.el (emacs-wiki-elint-files): Simplify the
      loading of all source files.

    modified files:
     ChangeLog scripts/emacs-wiki-build.el


2005-08-06 17:42:50 GMT	Michael Olson <mwolson@gnu.org>	patch-121

    Summary:
      Fix Debian package build.
    Revision:
      emacs-wiki--main--1.0--patch-121

    * Makefile (debclean): Last patch broke this -- make it work again.

    modified files:
     ChangeLog Makefile


2005-08-06 17:38:13 GMT	Michael Olson <mwolson@gnu.org>	patch-120

    Summary:
      Fix Debian bug #321616.
    Revision:
      emacs-wiki--main--1.0--patch-120

    * debian/control (Depends): Add dependency on emacsen (in addition to
      emacs21 and xemacs21) to fix Debian bug #321616.  Thanks to Daniel
      Dehennin for reporting this.
    
    * debian/changelog: Release the 2.70-2 Debian package.
    
    * Makefile (debclean): Remove previously-generated Debian packages for
      emacs-wiki in parent directory.

    modified files:
     ChangeLog Makefile debian/changelog debian/control


2005-08-05 04:50:25 GMT	Michael Olson <mwolson@gnu.org>	patch-119

    Summary:
      Fix: problem with punctuation in plan page names.
    Revision:
      emacs-wiki--main--1.0--patch-119

    * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Sacha
      that surrounds emacs-wiki-name-regexp with grouping symbols since it
      has "\|" in it.

    modified files:
     ChangeLog emacs-wiki.el


2005-07-26 00:20:11 GMT	Michael Olson <mwolson@gnu.org>	patch-118

    Summary:
      Try to upload to savannah.nongnu.org.
    Revision:
      emacs-wiki--main--1.0--patch-118

    * Makefile (upload): New target that causes emacs-wiki to be uploaded to
      savannah.nongnu.org.  I can't tell if this works yet.

    modified files:
     ChangeLog Makefile


2005-07-25 23:55:33 GMT	Michael Olson <mwolson@gnu.org>	patch-117

    Summary:
      Release 2.70.  Installation fixes.
    Revision:
      emacs-wiki--main--1.0--patch-117

    * Makefile (all): Build info file.
      (%.info, %.html, doc): New rules that build the emacs-wiki
      documentation.
      (realclean, fullclean): These also remove documentation.
      (install): Install documentation and contrib files.
      (distclean): Remove a few additional debian files if necessary.
      (dist): Remove the test directory.  Users won't want it.
    
    * Makefile.defs (ELISPDIR): s/Muse/emacs-wiki/.
      (INFODIR, INSTALLINFO): New variables that determine the installation
      info directory and install-info command to use.
    
    * debian/emacsen-install: Make sure that files which depend on code in
      contrib also work.
    
    * debian/rules (install): Create directories before installing to them.
      Install README file.
    
    * emacs-wiki.el (emacs-wiki-version): Release 2.70.
    
    * emacs-wiki.texi: Minor fixups.
    
    * README: New file that briefly explains how to use and install
      emacs-wiki.

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

    removed files:
     debian/.arch-ids/dirs.id debian/.arch-ids/files.id debian/dirs
     debian/files

    modified files:
     ChangeLog Makefile Makefile.defs debian/changelog
     debian/emacsen-install debian/rules emacs-wiki.el
     emacs-wiki.texi


2005-07-25 22:23:19 GMT	Michael Olson <mwolson@gnu.org>	patch-116

    Summary:
      Really fix emphasis in example tag issue, and hopefully lisp tag underlines.
    Revision:
      emacs-wiki--main--1.0--patch-116

    * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Move markup rules
      around.  Treat extended links separately from WikiNames.
      (emacs-wiki-highlight-custom-tags): Don't be cute with the match-data.
      Always move past beginning of tag, even if point isn't moved by the
      tag's function.
      (emacs-wiki-highlight-extended-link): Renamed from
      `emacs-wiki-highlight-link'.  Match against explicit link early on,
      since we don't trust the previous state of the match data.
      (emacs-wiki-highlight-wikilink): New function that deals with bare
      WikiNames.
    
    * emacs-wiki-publish.el (emacs-wiki-custom-tags): Only move point to
      beginning when publishing.

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


2005-07-25 21:05:22 GMT	Michael Olson <mwolson@gnu.org>	patch-115

    Summary:
      Unhighlight lisp tags before coloring; match-data stalking.
    Revision:
      emacs-wiki--main--1.0--patch-115

    All unmentioned changes are caused by an attempt to prevent match-data
    corruption.
    
    * emacs-wiki-publish.el (emacs-wiki-bookmarks-tag): Fix compiler warning.
      (emacs-wiki-example-tag, emacs-wiki-verbatim-tag): Use
      emacs-wiki-unhighlight-region.
      (emacs-wiki-highlight-custom-tags): Move to emacs-wiki-colors.el.

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


2005-07-24 00:45:36 GMT	Michael Olson <mwolson@gnu.org>	patch-114

    Summary:
      Fix file-alist refresh frequency and check before link for double-quote.
    Revision:
      emacs-wiki--main--1.0--patch-114

    * emacs-wiki-publish.el: Apply patch from Sacha.
     (emacs-wiki-published-name): Don't refresh file-alist every time.
     (emacs-wiki-markup-link): Check before link for double-quote or '/'.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-07-23 05:31:39 GMT	Michael Olson <mwolson@gnu.org>	patch-113

    Summary:
      Treat centered text properly when publishing.
    Revision:
      emacs-wiki--main--1.0--patch-113

    * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Install
      patch from Mark Triggs that causes centered text to be formatted
      properly.  I hacked on it to get valid XHTML if the user so desires.
    
    * emacs-wiki.el (emacs-wiki-page-name): Try harder to get a name, since
      it is possible to not have buffer-file-name set during the initial
      font-lock of a buffer.

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


2005-07-23 04:53:08 GMT	Michael Olson <mwolson@gnu.org>	patch-112

    Summary:
      Try to fix publishing issues with relative paths.
    Revision:
      emacs-wiki--main--1.0--patch-112

    * emacs-wiki-project.el (emacs-wiki-project-interwiki-link): Leave
      relative links alone.
    
    * emacs-wiki-publish.el (emacs-wiki-published-name): Use the full path of
      the file we are currently visiting and apply transforms to it before
      making it relative.
    
    * emacs-wiki-publish.el (emacs-wiki-publish-index): Patch from Pascal
      Quesseveur: Change to directory of default page before generating
      index.
    
    * emacs-wiki-publish.el (emacs-wiki-link-href): Use emacs-wiki-link-url
      instead of emacs-wiki-published-name.

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


2005-07-22 06:51:53 GMT	Michael Olson <mwolson@gnu.org>	patch-111

    Summary:
      Fix failure to publish emphasis.
    Revision:
      emacs-wiki--main--1.0--patch-111

    * emacs-wiki-publish.el (emacs-wiki-markup-word): Darn off-by-one error.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-07-21 00:20:59 GMT	Michael Olson <mwolson@gnu.org>	patch-110

    Summary:
      Include debian files, get working Makefile system.
    Revision:
      emacs-wiki--main--1.0--patch-110

    * contrib/cgi.el: Use version that is bundled with Muse.
    
    * debian: New directory containing Debian build files.
    
    * emacs-wiki-publish.el (emacs-wiki-maintainer, emacs-wiki-index-page):
      Move here from emacs-wiki.el.
      (emacs-wiki-markup-initial-directives): Scratch head at the menu
      generation code and try to make it work.
      (emacs-wiki-contents-tag): Use string-to-number.
    
    * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Ditto.
    
    * emacs-wiki-srctag.el (emacs-wiki-src-tag): Fix incorrect use of unbound
      `end'.
    
    * emacs-wiki-transition.el
      (emacs-wiki-tr-extended-link-spaces-this-buffer): Put let binding
      around block that uses `matched-text'.
    
    * emacs-wiki.el: Go through all nature of unpleasantness in order to get
      things to compile with a minimum of warnings.
    
    * Makefile, Makefile.defs: Working Makefile system.
    
    * scripts/emacs-wiki-build.el: Contains linting routine and adds dirs we
      need to the load path.

    new files:
     .arch-ids/Makefile.defs.id .arch-ids/Makefile.id Makefile
     Makefile.defs debian/.arch-ids/=id
     debian/.arch-ids/changelog.id debian/.arch-ids/control.id
     debian/.arch-ids/copyright.id debian/.arch-ids/dirs.id
     debian/.arch-ids/emacs-wiki.docs.id
     debian/.arch-ids/emacs-wiki.info.id
     debian/.arch-ids/emacsen-install.id
     debian/.arch-ids/emacsen-remove.id
     debian/.arch-ids/emacsen-startup.id debian/.arch-ids/files.id
     debian/.arch-ids/rules.id debian/changelog debian/control
     debian/copyright debian/dirs debian/emacs-wiki.docs
     debian/emacs-wiki.info debian/emacsen-install
     debian/emacsen-remove debian/emacsen-startup debian/files
     debian/rules scripts/.arch-ids/=id
     scripts/.arch-ids/emacs-wiki-build.el.id
     scripts/emacs-wiki-build.el

    modified files:
     ChangeLog contrib/cgi.el emacs-wiki-colors.el
     emacs-wiki-httpd.el emacs-wiki-id.el emacs-wiki-pgg.el
     emacs-wiki-project.el emacs-wiki-publish.el
     emacs-wiki-regexps.el emacs-wiki-srctag.el
     emacs-wiki-transition.el emacs-wiki.el

    new directories:
     debian debian/.arch-ids scripts scripts/.arch-ids


2005-07-20 21:53:08 GMT	Michael Olson <mwolson@gnu.org>	patch-109

    Summary:
      Make =sign= markup multiline and smarter, one more with-temp-buffer tweak.
    Revision:
      emacs-wiki--main--1.0--patch-109

    * emacs-wiki-colors.el (emacs-wiki-verbatim-face): Move here from
      muse-publish.el.  Use slate gray if the background is light.
      (emacs-wiki-highlight-emphasized, emacs-wiki-highlight-underlined):
      Don't emphasize if trailer is just before a word constituent.  In
      emphasized text, color a 5th level leader.
      (emacs-wiki-highlight-verbatim): Make this multiline and enhance logic
      to make it more like the other emphasis routines.
    
    * emacs-wiki-publish.el (emacs-wiki-changelog-markup)
      (emacs-wiki-publishing-markup): Insert header/footer literally.
      (emacs-wiki-example-tag): Use verbatim face, since this tag has
      verbatim implied.
      (emacs-wiki-verbatim-tag): Remove need for emacs-wiki-multiline-maybe.
      (emacs-wiki-markup-word): Make =signs= multiline.  Check in front of
      trailer to make sure we don't have a word constituent there.
    
    * emacs-wiki.el (emacs-wiki-with-temp-buffer): If debug-on-error is
      non-nil, don't use condition-case.  This will allow the error to be
      passed on like normal instead of stifling it.

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


2005-07-18 08:54:49 GMT	Michael Olson <mwolson@gnu.org>	patch-108

    Summary:
      Fix problem with links and tables; don't clobber temp if debug-on-error is set.
    Revision:
      emacs-wiki--main--1.0--patch-108

    * emacs-wiki-colors.el (emacs-wiki-highlight-emphasized)
      (emacs-wiki-highlight-underlined): Use eq instead of memq.  Don't apply
      emphasis if the last emphasis character is at beginning of line.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-markup): Move
      emacs-wiki-url-or-name-regexp back to where it used to be, but also add
      a new rule that tries to keep emphasis out of links.
      (emacs-wiki-mark-noemphasis): New function that adds the 'noemphasis
      property.
    
    * emacs-wiki-publish.el (emacs-wiki-markup-word): Don't publish if either
      end has noemphasis property, or if we are ending right after some
      whitespace.
    
    * emacs-wiki.el (emacs-wiki-with-temp-buffer): The temp buffer will now
      be named " *emacs-wiki-temp*".  Don't clobber it if debug-on-error is
      set.  Use buffer-live-p rather than buffer-name to determine whether
      the buffer is still around.

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


2005-07-17 00:32:22 GMT	Michael Olson <mwolson@gnu.org>	patch-107

    Summary:
      Make toggling font-lock in XEmacs work properly.
    Revision:
      emacs-wiki--main--1.0--patch-107

    * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Make toggling
      font-lock in XEmacs work properly.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-07-17 00:18:12 GMT	Michael Olson <mwolson@gnu.org>	patch-106

    Summary:
      A few non-MULE XEmacs fixes.
    Revision:
      emacs-wiki--main--1.0--patch-106

    * emacs-wiki-colors.el (emacs-wiki-eval-lisp): When under XEmacs, use
      'warning instead of :warning.
      (emacs-wiki-unhighlight-region): Non-MULE XEmacs fix.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-header)
      (emacs-wiki-transform-content-type, emacs-wiki-replace-markup):
      Non-MULE XEmacs fixes.

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


2005-07-16 23:59:40 GMT	Michael Olson <mwolson@gnu.org>	patch-105

    Summary:
      Non-MULE XEmacs fix in emacs-wiki-escape-html-string.
    Revision:
      emacs-wiki--main--1.0--patch-105

    * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Work around lack
      of `char-charset' in non-MULE XEmacs.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-07-16 04:28:16 GMT	Michael Olson <mwolson@gnu.org>	patch-104

    Summary:
      Improve temp buffer usage.
    Revision:
      emacs-wiki--main--1.0--patch-104

    * emacs-wiki-publish.el (emacs-wiki-publish-current): Omit the second
      argument of `insert-file-contents'.  Thanks to Peter K. Lee and drkm
      for tracking this down.
    
    * emacs-wiki.el (emacs-wiki-with-temp-buffer): Renamed from
      `emacs-wiki-with-temp-buffer-no-prompt'.  Display warning if an error
      occurred and make sure the buffer is killed.

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


2005-07-15 05:11:06 GMT	Michael Olson <mwolson@gnu.org>	patch-103

    Summary:
      Insignificant whitespace changes.
    Revision:
      emacs-wiki--main--1.0--patch-103

    Some sort of notification should be sent to the list after playing around
    with Arch hooks.  I'm curious about what form it will take.  Hopefully
    not a full changeset!

    modified files:
     ChangeLog emacs-wiki-menu.el emacs-wiki-pgg.el
     emacs-wiki-publish.el emacs-wiki-regexps.el
     emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi


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

    Summary:
      Don't ever prompt when killing a temp buffer.
    Revision:
      emacs-wiki--main--1.0--patch-102

    * emacs-wiki.el (emacs-wiki-with-temp-buffer-no-prompt): New macro that
      acts like `with-temp-buffer', but does not ever prompt the user to save
      the temp file.
    
    * emacs-wiki.el (emacs-wiki-get-title-fast): Use
      `emacs-wiki-with-temp-buffer-no-prompt'.
    
    * emacs-wiki-httpd.el (emacs-wiki-http-reject) 
      (emacs-wiki-http-changewiki, emacs-wiki-serve-page): Ditto.
    
    * emacs-wiki-project.el (with-emacs-wiki-project): Ditto.
    
    * emacs-wiki-publish.el (emacs-wiki-publish-index)
      (emacs-wiki-publish-current): Ditto.

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


2005-07-10 20:31:46 GMT	Michael Olson <mwolson@gnu.org>	patch-101

    Summary:
      Handle `emacs-wiki-current-file' in a more robust way.
    Revision:
      emacs-wiki--main--1.0--patch-101

    * emacs-wiki-project.el (emacs-wiki-current-file): Don't make this
      buffer-local, since that's not how Muse does it.
    
    * emacs-wiki-publish.el (emacs-wiki-publish-index)
      (emacs-wiki-publish-current): Locally bind emacs-wiki-current-file so
      that if an error happens during the publishing process, it gets reset
      to nil.

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


2005-07-09 01:12:46 GMT	Michael Olson <mwolson@gnu.org>	patch-100

    Summary:
      Change some defaults to 'iso-8859-1 in order to avoid XEmacs issues.
    Revision:
      emacs-wiki--main--1.0--patch-100

    * emacs-wiki-publish.el (emacs-wiki-charset-default)
      (emacs-wiki-coding-default, emacs-wiki-publish-url-coding-system):
      (emacs-wiki-escape-url): Default to 'iso-8859-1 instead of 'utf-8.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-07-09 01:01:01 GMT	Michael Olson <mwolson@gnu.org>	patch-99

    Summary:
      If "raw" is specified on a <perl> or <python> tag, don't surround in <pre>.
    Revision:
      emacs-wiki--main--1.0--patch-99

    * emacs-wiki-publish.el (emacs-wiki-python-tag, emacs-wiki-perl-tag): If
      "raw" is specified, don't surround output with <pre> tags.  Thanks to
      Stefan van der Walt for the suggestion.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-07-08 23:03:47 GMT	Michael Olson <mwolson@gnu.org>	patch-98

    Summary:
      Fix problem with emacs-wiki-insert-tag and Emacs21.
    Revision:
      emacs-wiki--main--1.0--patch-98

    * emacs-wiki.el (emacs-wiki-insert-tag): Fix problem with Emacs21 and
      completing-read.

    modified files:
     ChangeLog ChangeLog.2004 contrib/.arch-ids/=id
     contrib/.arch-ids/cgi.el.id contrib/.arch-ids/htmlize.el.id
     contrib/.arch-ids/httpd.el.id contrib/.arch-ids/table.el.id
     contrib/.arch-ids/update-remote.el.id contrib/cgi.el
     contrib/htmlize.el contrib/httpd.el contrib/table.el
     contrib/update-remote.el emacs-wiki.el
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/base-0
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-1
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-10
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-11
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-12
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-13
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-14
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-15
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-16
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-17
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-18
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-19
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-2
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-20
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-21
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-22
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-23
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-24
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-25
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-26
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-27
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-28
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-29
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-3
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-30
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-31
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-4
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-5
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-6
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-7
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-8
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@gnu.org--2005/patch-log/patch-9
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-36
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-37
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-38
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-39
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-40
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-41
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-42
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-43
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-44
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-45
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-46
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-47
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-48
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-49
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-50
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-55
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-56
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-57
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-58
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-59
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-60
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-61
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-62
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-63
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-64
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-65
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-66
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-67
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-68
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-69
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-70
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-71
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-72
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-73
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-74
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-75
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-76
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-77
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-78
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-79
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-80
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-81
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-82
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-83
     {arch}/emacs-wiki/emacs-wiki--main/emacs-wiki--main--1.0/mwolson@member.fsf.org--2004/patch-log/patch-84


2005-07-06 02:49:08 GMT	Michael Olson <mwolson@gnu.org>	patch-97

    Summary:
      Make sure emacs-wiki-current-file gets set.
    Revision:
      emacs-wiki--main--1.0--patch-97

    * emacs-wiki-publish.el (emacs-wiki-publish-current): Set
      `emacs-wiki-current-file' after call to `emacs-wiki-maybe'.  This
      should fix some random errors that have been noticed recently.  Set
      buffer-file-name to nil so that the temp buffer saving problem should
      *really* be fixed.
    

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-29 19:23:56 GMT	Michael Olson <mwolson@gnu.org>	patch-96

    Summary:
      Fix valid WikiWork link generation.
    Revision:
      emacs-wiki--main--1.0--patch-96

    * emacs-wiki-publish.el (emacs-wiki-link-url): Fix breakage caused by
      patch-93.  WikiWords that point to valid files should once again be
      published as valid links.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-29 03:35:56 GMT	Michael Olson <mwolson@gnu.org>	patch-95

    Summary:
      Never markup up emphasis in the middle of a URL.
    Revision:
      emacs-wiki--main--1.0--patch-95

    * emacs-wiki-publish.el (emacs-wiki-publishing-markup): Process URLs
      before emphasis.
      (emacs-wiki-markup-link): Insert string, then add text properties so
      that they stick.
      (emacs-wiki-markup-word): Don't mess with read-only text.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-28 22:29:04 GMT	Michael Olson <mwolson@gnu.org>	patch-94

    Summary:
      Use suitable escapes for "<>&".
    Revision:
      emacs-wiki--main--1.0--patch-94

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Replace '<' with "&lt;",
      '>' with "&gt;", and '&' with "&amp;".  Thanks to John Sullivan for the
      advice.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-28 21:45:25 GMT	Michael Olson <mwolson@gnu.org>	patch-93

    Summary:
      Escape URLs in links.
    Revision:
      emacs-wiki--main--1.0--patch-93

    * emacs-wiki-publish.el (emacs-wiki-link-url): Escape any URLs.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-28 10:29:28 GMT	Michael Olson <mwolson@gnu.org>	patch-92

    Summary:
      Fix missing function error with C-c C-t.
    Revision:
      emacs-wiki--main--1.0--patch-92

    * emacs-wiki.el (emacs-wiki-mode-map): Use `emacs-wiki-publish-this-page'
      for C-c C-t, since the other function didn't actually exist.

    modified files:
     ChangeLog emacs-wiki.el


2005-06-27 21:03:13 GMT	Michael Olson <mwolson@gnu.org>	patch-91

    Summary:
      Play nicely with planner-multi and non-wiki names.
    Revision:
      emacs-wiki--main--1.0--patch-91

    * emacs-wiki.el (emacs-wiki-make-link): Apply patch from Sacha to strip
      out extended links.

    modified files:
     ChangeLog emacs-wiki.el


2005-06-25 03:51:22 GMT	Michael Olson <mwolson@gnu.org>	patch-90

    Summary:
      Use `emacs-wiki-current-file' instead of `emacs-wiki-current-file-name'.
    Revision:
      emacs-wiki--main--1.0--patch-90

    * emacs-wiki-project.el (emacs-wiki-current-file): Renamed from
      `emacs-wiki-current-file-name'.  We already have an
      `emacs-wiki-current-project' variable, so this naming makes more sense.
    
    * emacs-wiki-publish.el (emacs-wiki-publish-current): Oops, use the
      correct parameter.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-footer)
      (emacs-wiki-publish-index, emacs-wiki-published-file): Use
      `emacs-wiki-current-file'.
    
    * emacs-wiki-srctag.el (emacs-wiki-htmlize-buffer): Ditto.
    
    * emacs-wiki.el (emacs-wiki-page-name): Ditto.
    
    * emacs-wiki.el (emacs-wiki-page-date): Ditto.

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


2005-06-25 03:42:34 GMT	Michael Olson <mwolson@gnu.org>	patch-89

    Summary:
      Bind C-c C-t; temp buffers; lisp tag publishing; header/footer insertion.
    Revision:
      emacs-wiki--main--1.0--patch-89

    * emacs-wiki-project.el (emacs-wiki-current-file-name): New file that
      gives the name of the current file that we are publishing. 
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-markup)
      (emacs-wiki-changelog-markup): If the header or footer is a file name,
      attempt to insert it.
    
    * emacs-wiki-publish.el (emacs-wiki-lisp-tag): Use the Muse method of
      publishing a lisp tag.  This makes them publish correctly in XEmacs,
      with the exception of those found in the header.  Bleh.  Emacs is able
      to publish lisp tags anywhere, though.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-footer)
      (emacs-wiki-publish-index, emacs-wiki-publish-current)
      (emacs-wiki-published-file): Use `emacs-wiki-current-file-name' instead
      of `buffer-file-name'.
    
    * emacs-wiki-srctag.el (emacs-wiki-htmlize-buffer): Ditto.
    
    * emacs-wiki.el (emacs-wiki-directories-member, emacs-wiki-page-name)
     (emacs-wiki-page-date, emacs-wiki-visit-link): Ditto.
    
    * emacs-wiki.el (emacs-wiki-mode-map): Bind C-c C-t to
      `emacs-wiki-publish-current-file' since Muse does something similar and
      it's a useful function.
    
    * emacs-wiki.el (emacs-wiki-visit-link): Whitespace cleanup in code.
    
    * emacs-wiki.texi (Keystroke Summary): Add binding for C-c C-t.

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


2005-06-24 20:54:04 GMT	Michael Olson <mwolson@gnu.org>	patch-88

    Summary:
      Don't mess with the XEmacs namespace.
    Revision:
      emacs-wiki--main--1.0--patch-88

    * emacs-wiki-colors.el (emacs-wiki-add-to-invisibility-spec): New
      function that takes the place of `add-to-invisibility-spec'.
    
    * emacs-wiki.el (emacs-wiki-line-end-position)
      (emacs-wiki-line-beginning-position)
      (emacs-wiki-match-string-no-properties): New functions that replace
      `line-end-position', `line-beginning-position', and
      `match-string-no-properties', respectively.
    
    * emacs-wiki.el (emacs-wiki-derived-mode-p): Define this as a function,
      not an alias.

    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-id.el
     emacs-wiki-publish.el emacs-wiki-transition.el emacs-wiki.el


2005-06-23 23:32:52 GMT	Michael Olson <mwolson@gnu.org>	patch-87

    Summary:
      Make adaptive-fill work better with emacs-wiki.
    Revision:
      emacs-wiki--main--1.0--patch-87

    * emacs-wiki.el (emacs-wiki-mode): Hack adaptive-fill-regexp so that it
      coexists well with emacs-wiki buffers.

    modified files:
     ChangeLog emacs-wiki.el


2005-06-22 19:34:59 GMT	Michael Olson <mwolson@gnu.org>	patch-86

    Summary:
      emacs-wiki should play nice with outline minor mode again.
    Revision:
      emacs-wiki--main--1.0--patch-86

    * emacs-wiki-colors.el (emacs-wiki-highlight-emphasized)
    (emacs-wiki-highlight-emphasized, emacs-wiki-highlight-underlined): Use
    "emacs-wiki" for invisibility spec.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-06-20 20:54:35 GMT	Michael Olson <mwolson@gnu.org>	patch-85

    Summary:
      Try to avoid encoding errors when publishing in non-MULE XEmacs.
    Revision:
      emacs-wiki--main--1.0--patch-85

    * emacs-wiki.el (emacs-wiki-set-sym-and-url-regexp): Move to
      emacs-wiki-regexps.el since there is a cross-dependency.  Shouldn't
      break anything.
    
    * emacs-wiki-publish.el (emacs-wiki-coding-map): Add iso-8859-1 to the
      encoding map.

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


2005-06-14 02:14:32 GMT	Michael Olson <mwolson@gnu.org>	patch-84

    Summary:
      Minor outline faces fix.
    Revision:
      emacs-wiki--main--1.0--patch-84

    * emacs-wiki-colors.el (emacs-wiki-outline-faces-list): Use `facep'
      instead of `boundp'.
    

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-06-13 00:10:20 GMT	Michael Olson <mwolson@gnu.org>	patch-83

    Summary:
      Strip unnecessary Version information from headers.
    Revision:
      emacs-wiki--main--1.0--patch-83

    * 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: Strip unnecessary Version information from header.
      Sufficient version information is provided in `emacs-wiki-version'.
    
    * emacs-wiki-*.el, emacs-wiki.texi: Update the FSF's postal address.

    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-srctag.el emacs-wiki-table.el
     emacs-wiki-transition.el emacs-wiki.el emacs-wiki.texi


2005-06-11 23:21:12 GMT	Michael Olson <mwolson@gnu.org>	patch-82

    Summary:
      Make generated (X)HTML show up in the right encoding in other modes.
    Revision:
      emacs-wiki--main--1.0--patch-82

    * emacs-wiki-publish.el (emacs-wiki-publishing-header): Add
      "encoding=..." to first line.  Thanks to Zhiqiang Ye for the
      suggestion.  This attempts to make generated (X)HTML files show up in
      the right coding system when editing them with another Emacs mode.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-06-11 04:24:24 GMT	Michael Olson <mwolson@gnu.org>	patch-81

    Summary:
      RC2 released; massive highlighting improvements, multi-line underlines
    Revision:
      emacs-wiki--main--1.0--patch-81

    * emacs-wiki-colors.el (emacs-wiki-make-faces): Don't generate level 6
      headings, since there is no <h7> tag in HTML.  Thanks to Trent Buck for
      pointing this out on his website.
      (emacs-wiki-highlight-emphasized): Attempt to make this more WYSIWIG
      compliant.  In other words, it should display exactly the way it will
      publish.  Make sure we don't interpret 4 or more asterisks as anything
      significant, and make sure the numbers of asterisks are equal on both
      sides.
      (emacs-wiki-highlight-underlined): Attempt WYSIWIG compliance.  Add
      multiline attribute if this spans multiple lines.
      (emacs-wiki-highlight-markup): Don't attempt to highlight level 6 or
      higher headings.  Don't attempt to deal with more than 3 asterisks in
      emphasis regexp.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-markup): Don't attempt to
      highlight level 6 or higher headings.
      (emacs-wiki-markup-word): Make underlines capable of spanning multiple
      lines.
    
    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.69.91 (RC2).

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


2005-06-10 20:09:48 GMT	Michael Olson <mwolson@gnu.org>	patch-80

    Summary:
      Release emacs-wiki 2.69.90 (RC1).
    Revision:
      emacs-wiki--main--1.0--patch-80

    * emacs-wiki.el (emacs-wiki-version): Release 2.69.90, which is the first
      release candidate for the yet-to-be-released 2.70.

    modified files:
     ChangeLog emacs-wiki.el


2005-06-10 20:04:57 GMT	Michael Olson <mwolson@gnu.org>	patch-79

    Summary:
      Attempt to fix speed problem with *emphasized* text.
    Revision:
      emacs-wiki--main--1.0--patch-79

    * emacs-wiki-colors.el (emacs-wiki-highlight-emphasized): Use the code
      from `muse-colors-emphasized' (from Muse).  This should speed things
      up, but we'll test that assumption by making a release candidate and
      asking the mailing list to test it out.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-06-04 17:51:22 GMT	Michael Olson <mwolson@gnu.org>	patch-78

    Summary:
      Fix interwiki link resolution issue when using C-c C-e.
    Revision:
      emacs-wiki--main--1.0--patch-78

    * emacs-wiki.el (emacs-wiki-make-link): Don't put the link through the
      `emacs-wiki-wiki-link-target' function.  This keeps it from trying to
      insert absolute file names rather than interwiki links when editing the
      link with C-c C-e.  Thanks to Yamagata Yoriyuki for the notice and the
      suggested fix.

    modified files:
     ChangeLog emacs-wiki.el


2005-06-02 19:25:56 GMT	Michael Olson <mwolson@gnu.org>	patch-77

    Summary:
      Fix error during redisplay.
    Revision:
      emacs-wiki--main--1.0--patch-77

    * emacs-wiki-colors.el (emacs-wiki-unhighlight-region): Remove extra set
      of parentheses.  Sorry about that!  Should have tested this first :^( .

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-06-02 02:22:44 GMT	Michael Olson <mwolson@gnu.org>	patch-76

    Summary:
      Minor code prettification fix.
    Revision:
      emacs-wiki--main--1.0--patch-76

    * emacs-wiki-colors.el (emacs-wiki-unhighlight-region): Move save-match
      inside of `unless' block.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-06-02 02:20:26 GMT	Michael Olson <mwolson@gnu.org>	patch-75

    Summary:
      Attempt to fix issue with japanese-egg input method.
    Revision:
      emacs-wiki--main--1.0--patch-75

    * emacs-wiki-colors.el (emacs-wiki-unhighlight-region): Attempt to fix
      the problem reported by Yamagata Yoriyuki with the japanese-egg input
      method.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-05-28 23:38:36 GMT	Michael Olson <mwolson@gnu.org>	patch-74

    Summary:
      Improve the prompt when entering a tag.
    Revision:
      emacs-wiki--main--1.0--patch-74

    * emacs-wiki.el (emacs-wiki-insert-tag): Add a colon after "default".
      Other Emacs modes seem to do this.

    modified files:
     ChangeLog emacs-wiki.el


2005-05-28 23:23:24 GMT	Michael Olson <mwolson@gnu.org>	patch-73

    Summary:
      Don't try to define `font-lock-mode' as a variable.
    Revision:
      emacs-wiki--main--1.0--patch-73

    * emacs-wiki-colors.el: Don't try to define `font-lock-mode' as a
      variable.  Check to see whether `font-lock-multiline' exists before
      giving it a definition.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-05-28 04:49:41 GMT	Michael Olson <mwolson@gnu.org>	patch-72

    Summary:
      Fix failure to recognize interwiki links with CVS Emacs.
    Revision:
      emacs-wiki--main--1.0--patch-72

    * emacs-wiki.el (emacs-wiki-mode): Apparently the Emacs developers
      overhauled the `customize' interface in such a way that the :set part
      of a custom variable does not get called when the variable is set using
      the `setq' function.  This fix calls the project update hook whenever
      an emacs-wiki buffer is entered, so that this case is handled.

    modified files:
     ChangeLog emacs-wiki.el


2005-05-28 03:59:07 GMT	Michael Olson <mwolson@gnu.org>	patch-71

    Summary:
      Code tidying, removal of spurious flyspell function.
    Revision:
      emacs-wiki--main--1.0--patch-71

    * emacs-wiki-colors.el (emacs-wiki-mode-flyspell-verify): Removed, since
      we already implement this in `emacs-wiki-flyspell-p'.  I trust my
      version a bit more than the original, so we'll use it.  Maybe this will
      fix a bug; it has potential to do so.
    
    * emacs-wiki-project.el (with-emacs-wiki-project): Add information to
      make using edebug easier.
    
    * emacs-wiki-publish.el (emacs-wiki-transform-name): Use `dolist' instead
      of `mapcar', since it makes the code a bit cleaner.
    
    * emacs-wiki-transition.el
      (emacs-wiki-tr-extended-link-spaces-one-project,
      emacs-wiki-tr-extended-link-spaces-all-projects): Ditto.
    
    * emacs-wiki.el (emacs-wiki-refresh-file-alist,
      emacs-wiki-refresh-buffers): Ditto.
    
    * emacs-wiki.el (emacs-wiki-link-at-point): Wrap the use of
      `re-search-backward' in a (save-match-data ...) block to prevent weird
      things happening with the match data.

    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-project.el
     emacs-wiki-publish.el emacs-wiki-transition.el emacs-wiki.el


2005-05-21 03:11:06 GMT	Michael Olson <mwolson@gnu.org>	patch-70

    Summary:
      Replace mapc with mapcar for Emacs20 compatibility.
    Revision:
      emacs-wiki--main--1.0--patch-70

    * emacs-wiki-publish.el (emacs-wiki-transform-name): I finally decided to
      give in and convert the instances of `mapc' to `mapcar'.  Since Sacha
      has taken the trouble to do this, I suppose I should, too.
    
    * emacs-wiki-transition.el
      (emacs-wiki-tr-extended-link-spaces-one-project,
      emacs-wiki-tr-extended-link-spaces-all-projects): Ditto.
    
    * emacs-wiki.el (emacs-wiki-refresh-file-alist,
      emacs-wiki-refresh-buffers): Ditto.

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


2005-05-18 05:16:58 GMT	Michael Olson <mwolson@gnu.org>	patch-69

    Summary:
      New ability: insert tags interactively with C-c TAB.
    Revision:
      emacs-wiki--main--1.0--patch-69

    * emacs-wiki.el (emacs-wiki-mode-map): Map C-c TAB to
      `emacs-wiki-insert-tag'.
      (emacs-wiki-tag-history, emacs-wiki-custom-tags): New variables that
      handle tag history and newly-entered tags, respectively.
      (emacs-wiki-insert-tag): Thanks to Andrea Riciputi for the initial
      version of this function.  I modified heavily to suit my purposes and
      so that I could migrate this to Muse without having to worry about
      copyright assignment.
    
    * emacs-wiki.texi (Keystroke Summary): Document the C-c TAB keystroke.

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


2005-05-17 03:29:53 GMT	Michael Olson <mwolson@gnu.org>	patch-68

    Summary:
      Allow international characters to be used in WikiNames.
    Revision:
      emacs-wiki--main--1.0--patch-68

    * emacs-wiki.el (emacs-wiki-wiki-visible-name-1): Replace "A-Za-z0-9"
      with `emacs-wiki-regexp-alnum', "A-Z" with `emacs-wiki-regexp-upper',
      and "a-z" with `emacs-wiki-regexp-lower'.
    
    * emacs-wiki-colors.el (emacs-wiki-link-face): Ditto.
    
    * emacs-wiki-publish.el (emacs-wiki-publishing-markup,
      emacs-wiki-changelog-markup, emacs-wiki-prettify-title,
      emacs-wiki-escape-url): Ditto.
    
    * emacs-wiki-regexps.el (emacs-wiki-image-regexp): Properly escape the
      "[" character when at the beginning of a line in the docstring.
    
    * emacs-wiki-regexps.el (emacs-wiki-file-regexp): Ditto.
    
    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Move farther down in
      the file since it now depends on `emacs-wiki-regexp-upper' and friends.

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


2005-05-16 23:11:47 GMT	Michael Olson <mwolson@gnu.org>	patch-67

    Summary:
      Remove `emacs-wiki-home-page' in favor of `emacs-wiki-default-page'.
    Revision:
      emacs-wiki--main--1.0--patch-67

    * emacs-wiki-httpd.el (emacs-wiki-serve): Replace use of
      `emacs-wiki-home-page' with `emacs-wiki-default-page'.
    
    * emacs-wiki-mathml.el: Ditto.
    
    * emacs-wiki-project.el (emacs-wiki-project-interwiki-link,
      emacs-wiki-project-interwiki-link, emacs-wiki-publishing-header,
      emacs-wiki-publishing-footer): Ditto.
    
    * emacs-wiki-project.el (emacs-wiki-home-project): Remove in favor of
      `emacs-wiki-default-project.  This variable was completely unused
      anyway.
    
    * emacs-wiki.el (emacs-wiki-default-page): Updated documentation for the
      role of this variable.
    
    * emacs-wiki.el (emacs-wiki-home-page): Removed.
    

    modified files:
     ChangeLog emacs-wiki-httpd.el emacs-wiki-mathml.el
     emacs-wiki-project.el emacs-wiki-publish.el emacs-wiki.el


2005-05-12 23:32:26 GMT	Michael Olson <mwolson@gnu.org>	patch-66

    Summary:
      Pay attention to case when returning visible name of a wiki link.
    Revision:
      emacs-wiki--main--1.0--patch-66

    * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Jim
      Ottaway that causes case to be taken into account when matching the
      visible name.

    modified files:
     ChangeLog emacs-wiki.el


2005-05-12 22:47:47 GMT	Michael Olson <mwolson@gnu.org>	patch-65

    Summary:
      Remove flyspell overlays when coloring links.
    Revision:
      emacs-wiki--main--1.0--patch-65

    * emacs-wiki-colors.el (emacs-wiki-highlight-link): Remove flyspell
      overlays.  This should make the link clickable.  On Emacs21, the color
      will stay red, but other Emacsen should do the right thing, which is
      use the normal link color.  Hopefully this will fix some strange
      flyspell-related link problems.

    modified files:
     ChangeLog emacs-wiki-colors.el


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


