Improve documentation in the included pyblosxom plug-ins.
[muse-el.git] / ChangeLog.2006
blob37451d29815397e78d8826adf94a4c8c264fc3b3
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
7     Summary:
8       Improve documentation in the included pyblosxom plug-ins.
9     Revision:
10       muse--main--1.0--patch-139
12     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
13       documentation.  The initial wording was very confusing.
15     modified files:
16      ChangeLog.2006 contrib/pyblosxom/getstamps.py
17      contrib/pyblosxom/hardcodedates.py
20 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
22     Summary:
23       Minor tweak in my example CSS stylesheet.
24     Revision:
25       muse--main--1.0--patch-138
27     * examples/mwolson/stylesheets/common.css: Be careful about
28       distinguishing between links and anchors.
30     modified files:
31      ChangeLog.2006 examples/mwolson/stylesheets/common.css
34 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
36     Summary:
37       Use better fallback when displaying warnings.
38     Revision:
39       muse--main--1.0--patch-137
41     * lisp/muse.el (muse-display-warning): Use a better fallback if
42       `display-warning' does not exist.
44     modified files:
45      ChangeLog.2006 lisp/muse.el
48 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
50     Summary:
51       Make the Table of Contents CSS easier to customize.
52     Revision:
53       muse--main--1.0--patch-136
55     * examples/mwolson/muse-init.el (muse-bad-link): Update.
56     
57     * examples/mwolson/stylesheets/*.css: Update and add license.
58     
59     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
60       <div> section for easier CSS hacking.  Remove the class attribute of
61       other elements, since we don't need it anymore.
63     modified files:
64      ChangeLog.2006 Makefile.defs debian/changelog
65      examples/mwolson/muse-init.el
66      examples/mwolson/stylesheets/blog.css
67      examples/mwolson/stylesheets/common.css
68      examples/mwolson/stylesheets/print.css
69      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
72 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
74     Summary:
75       Fix a potential unbounded recursive call.
76     Revision:
77       muse--main--1.0--patch-135
79     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
80       prevents calls to muse-project-file-alist in its hook functions from
81       going into an infinite loop.
82       (muse-project-file-alist): Use it.
83     
84     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
85       handled in muse-project.el.
86       (muse-wiki-update-local-wikiword-regexp): Remove the use of
87       muse-wiki-updating-wikiword-p.
89     modified files:
90      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
93 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
95     Summary:
96       Try not to call tramp during publishing.
97     Revision:
98       muse--main--1.0--patch-134
100     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
101       file-readable-p on text that has a newline in it, because this could
102       cause tramp to be invoked.
104     modified files:
105      ChangeLog.2006 lisp/muse-publish.el
108 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
110     Summary:
111       Make links colored blue by default.
112     Revision:
113       muse--main--1.0--patch-133
115     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
116       other Emacs modes do.
118     modified files:
119      ChangeLog.2006 lisp/muse-colors.el
122 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
124     Summary:
125       Fix publishing error with tables and initial whitespace.
126     Revision:
127       muse--main--1.0--patch-132
129     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
130       above blockquote and centered text, so that indented but blank initial
131       table fields publish correctly.
132     
133     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
134       We accept anything that has at least one field delimiter.
136     modified files:
137      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
140 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
142     Summary:
143       Add muse-protocol-iw.el to experimental folder.
144     Revision:
145       muse--main--1.0--patch-131
147     * experimental/muse-protocol-iw.el: New experimental file that implements
148       an interwiki protocol of sorts that handles subdirectories.
150     new files:
151      experimental/.arch-ids/muse-protocol-iw.el.id
152      experimental/muse-protocol-iw.el
154     modified files:
155      AUTHORS ChangeLog.2006 experimental/muse-split.el
158 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
160     Summary:
161       Add muse-split.el to experimental folder.
162     Revision:
163       muse--main--1.0--patch-130
165     * experimental/muse-split.el: New experimental file that splits published
166       Muse files into several smaller files.
168     new files:
169      experimental/.arch-ids/muse-split.el.id
170      experimental/muse-split.el
172     modified files:
173      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
174      debian/control
177 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
179     Summary:
180       muse-wiki: Make the interwiki resolver a bit more clever.
181     Revision:
182       muse--main--1.0--patch-129
184     * lisp/muse-project.el (muse-project-choose-style): New function that
185       chooses a style from a list of styles, given a user-supplied test.
186     
187     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
188       that is used along with `muse-project-choose-style' to pick the first
189       style that matches a given value for :link-prefix.
190       (muse-wiki-resolve-project-page-1): New function split from
191       `muse-wiki-resolve-project-page' for readability.  Try to match files
192       that have the same link-suffix.  This should hopefully fix a bug
193       noticed by Hans Ekbrand.
195     modified files:
196      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
199 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
201     Summary:
202       Fix bug where links with :: in them were marked up as lists.
203     Revision:
204       muse--main--1.0--patch-128
206     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
207       Change noemphasis property to muse-link.
208     
209     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
210     
211     * lisp/muse-publish.el (muse-publish-surround-text)
212       (muse-publish-markup-list): Ditto.  This should fix a bug.
213       (muse-publish-markup-list): Docfix.
214       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
215     
216     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
217       There must be either one or more spaces or a single newline after the
218       colons.  This prevents an ambiguity with the double-colon muse-wiki
219       interwiki delimiter.
221     modified files:
222      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
223      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
226 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
228     Summary:
229       DTRT with explicit links that have no description.
230     Revision:
231       muse--main--1.0--patch-127
233     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
234       explicit link without a description, use the name of the linked page.
236     modified files:
237      ChangeLog.2006 lisp/muse-publish.el
240 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
242     Summary:
243       Fix emdash in link description bug.
244     Revision:
245       muse--main--1.0--patch-126
247     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
248       if we are in a link, since otherwise it will be incorrectly escaped.
249       Thanks to Chiyuan Zhang for the report.
251     modified files:
252      ChangeLog.2006 Makefile.defs debian/changelog
253      lisp/muse-publish.el
256 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
258     Summary:
259       Fix #5925: Emphasis on item breaks lists.
260     Revision:
261       muse--main--1.0--patch-125
263     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
264       as the browsing function.
265     
266     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
267       the current file.
268     
269     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
270       `offset' into account, in case the list-item regexp is nested in
271       another group.
272       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
273       offset of 1.  This should fix an unpleasant list-as-blockquote error
274       that was noticed recently.  Thanks to John Sullivan for the report.
276     modified files:
277      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
278      lisp/muse.el
281 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
283     Summary:
284       Fix a couple of beginning-of-buffer errors.
285     Revision:
286       muse--main--1.0--patch-124
288     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
289       don't throw an error if at the beginning of the buffer.  Thanks to John
290       Sullivan for the report.
292     modified files:
293      ChangeLog.2006 lisp/muse-mode.el
296 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
298     Summary:
299       muse.texi: Change use of @subsubheading to @subheading.
300     Revision:
301       muse--main--1.0--patch-123
303     * muse.texi: Change use of @subsubheading to @subheading throughout
304       document.
306     modified files:
307      ChangeLog.2006 muse.texi
310 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
312     Summary:
313       muse.texi: Change subsections to subheadings.
314     Revision:
315       muse--main--1.0--patch-122
317     (Author: John Sullivan <john@wjsullivan.net>)
318     
319     * muse.texi: Change @subsection and @strong to @subheading throughout
320       document.
322     modified files:
323      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
325     new patches:
326      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
327      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
328      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
331 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
333     Summary:
334       Update keystrokes used in muse-mode, as well as docs.
335     Revision:
336       muse--main--1.0--patch-121
338     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
339       keymap to use when the user wants to insert something into the current
340       buffer using `C-c i'.
341       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
342       muse-follow-name-at-point, since this is already used for
343       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
344       prompt for the thing to insert.
345       (muse-insert-thing): New function that prompts the user for something
346       to insert into the current buffer.  It tries to be as friendly as
347       possible by catching possible errors with the message "Not inserting
348       anything".
349       (muse-mode-completions): Rename from `muse-completions', since this is
350       what we use in `muse-mode'.
351       (muse-mode-current-word): Similarly.  These don't seem to work
352       correctly, for unknown reasons.
353     
354     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
355       utilize.
357     modified files:
358      ChangeLog.2006 lisp/muse-mode.el muse.texi
361 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
363     Summary:
364       Fix buggy behavior in muse-browse-result.
365     Revision:
366       muse--main--1.0--patch-120
368     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
369       names to styles, based on the styles contained in the current Muse
370       project.  Thanks to kid kid for the analysis.
371     
372     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
373       specified as an argument.
375     modified files:
376      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
379 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
381     Summary:
382       muse-latex: Make images look better.
383     Revision:
384       muse--main--1.0--patch-119
386     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
387       be 75% the width of the page, which looks better.  Enclose images in
388       figures, and center them.
390     modified files:
391      ChangeLog.2006 lisp/muse-latex.el
394 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
396     Summary:
397       Fix a few image bugs.
398     Revision:
399       muse--main--1.0--patch-118
401     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
402       passing it to `muse-colors-inline-image-method'.  This makes images
403       with the same current directory and publishing directory get resolved
404       correctly.
405     
406     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
407       ".muse" extension to images.
409     modified files:
410      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
413 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
415     Summary:
416       Make build targets more consistent.
417     Revision:
418       muse--main--1.0--patch-117
420     * contrib/Makefile (install): Make build targets more consistent.  Thanks
421       to dsmith for the report.
422     
423     * lisp/Makefile (all, lisp, install): Ditto.
425     modified files:
426      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
427      lisp/Makefile
430 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
432     Summary:
433       cgi.el: Make this work without cl-seq.el.
434     Revision:
435       muse--main--1.0--patch-116
437     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
438       code.  Make this not depend on 'cl at runtime.
439       (cgi-position): New function that implements a simple replacement for
440       the position function found in cl-seq.el.
441       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
442       instead of `subseq'.
443     
444     * contrib/httpd.el: Credit myself.
446     modified files:
447      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
450 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
452     Summary:
453       Make publishing DTRT when using escaped list markup.
454     Revision:
455       muse--main--1.0--patch-115
457     * lisp/muse-publish.el (muse-publish-surround-text)
458       (muse-publish-markup-list): Ignore escaped list markup.
459     
460     * lisp/muse.el (muse-list-item-type): Docfix.
461       (muse-list-item-critical-point): New function that returns the point
462       where we should expect to find the first character in the current list
463       item markup.
464       (muse-forward-paragraph): Docfix and cosmetic change.
465       (muse-forward-list-item): Ignore escaped list markup.  This should fix
466       a few publishing errors that involve markup like =::=.
468     modified files:
469      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
472 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
474     Summary:
475       muse-publish: Get rid of warning when batch publishing.
476     Revision:
477       muse--main--1.0--patch-114
479     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
480       publishing warning message.
482     modified files:
483      ChangeLog.2006 Makefile.defs debian/changelog
484      lisp/muse-publish.el
487 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
489     Summary:
490       Try to fix face clobbering bug.
491     Revision:
492       muse--main--1.0--patch-113
494     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
495       the default value of the header faces.  It can be re-used.
496       (muse-make-faces): Simplify.  This should now fix the face clobbering
497       bug.
499     modified files:
500      ChangeLog.2006 lisp/muse-colors.el
503 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
505     Summary:
506       Re-add some cgi.el stuff and update my example config.
507     Revision:
508       muse--main--1.0--patch-112
510     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
511       they are mentioned in the documentation.
512     
513     * examples/mwolson/: Update.
515     modified files:
516      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
517      examples/mwolson/templates/footer.html
518      examples/mwolson/templates/header.html
521 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
523     Summary:
524       muse-mode: Make C-c C-e work better.
525     Revision:
526       muse--main--1.0--patch-111
528     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
529       that this is more robust.
531     modified files:
532      ChangeLog.2006 lisp/muse-mode.el
535 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
537     Summary:
538       muse-latex: Don't escape backslash in <example> regions.
539     Revision:
540       muse--main--1.0--patch-110
542     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
543       to escape the backslash after all.
544       (muse-latex-markup-specials-literal): Docfix.
545     
546     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
548     modified files:
549      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
552 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
554     Summary:
555       Allow tab characters in the target of explicit links.
556     Revision:
557       muse--main--1.0--patch-109
559     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
560       in the link target.  This doesn't seem like it could hurt anything, and
561       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
562       the report.
564     modified files:
565      ChangeLog.2006 lisp/muse-regexps.el
568 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
570     Summary:
571       muse-wiki: Fix bug that caused WikiWords not to publish or display.
572     Revision:
573       muse--main--1.0--patch-108
575     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
577     modified files:
578      ChangeLog.2006 Makefile.defs debian/changelog
579      lisp/muse-wiki.el
582 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
584     Summary:
585       Fix horrendous typo.
586     Revision:
587       muse--main--1.0--patch-107
589     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
590       strangeness.
592     modified files:
593      ChangeLog.2006 lisp/muse-publish.el
596 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
598     Summary:
599       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
600     Revision:
601       muse--main--1.0--patch-106
603     (Author: Per B. Sederberg <per@med.upenn.edu>)
604     
605     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
606       Option to not create implicit links to the current page.
607       (muse-wiki-handle-wikiword): Process the option to not create implicit
608       links to the current page.
610     modified files:
611      ChangeLog.2006 Makefile.defs debian/changelog
612      lisp/muse-wiki.el
614     new patches:
615      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
618 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
620     Summary:
621       Try to fix failure to recognize Muse file extension (6th attempt).
622     Revision:
623       muse--main--1.0--patch-105
625     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
626       init file is loaded.
627       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
628       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
629     
630     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
631       user's init file is loaded.  Explicitly add the Muse file extension
632       when muse.el is loaded, to make life simpler.
633       (muse-update-file-extension): Take several edge cases into account.
634       (muse-file-extension): Docfix.
635       (muse-update-file-extension-after-init): New function that causes the
636       file extension to be updated.
637     
638     * muse.texi (Projects): It is no longer necessary to call
639       `muse-mode-maybe' manually.
641     modified files:
642      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
645 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
647     Summary:
648       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
649     Revision:
650       muse--main--1.0--patch-104
652     (Author: Per B. Sederberg <per@med.upenn.edu>)
653     
654     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
655       to return a list of project files that have spaces.
656       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
657       spaces function.  Don't make this buffer-local.
659     modified files:
660      ChangeLog.2006 lisp/muse-wiki.el
662     new patches:
663      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
664      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
665      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
666      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
667      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
670 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
672     Summary:
673       Try to fix failure to recognize Muse file extension (5th attempt).
674     Revision:
675       muse--main--1.0--patch-103
677     * lisp/muse.el: To detect whether Emacs has fully started, check
678       `command-line-processed' instead of `inhibit-startup-hooks', since the
679       latter only exists for Emacs22.
681     modified files:
682      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
685 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
687     Summary:
688       muse-html: Add :style-sheet element.
689     Revision:
690       muse--main--1.0--patch-102
692     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
693       :style-sheet element.
694       ("html", "xhtml"): Add the :style-sheet element.
695     
696     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
697       style already exists.  Instead, just replace the existing style.
698       (muse-derive-style): Ditto.
699     
700     * muse.texi (Style Elements): Mention :style-sheet.
702     modified files:
703      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
704      muse.texi
707 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
709     Summary:
710       Try to fix failure to recognize Muse file extension (4th attempt).
711     Revision:
712       muse--main--1.0--patch-101
714     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
715       the command line.
717     modified files:
718      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
721 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
723     Summary:
724       Try to fix failure to recognize Muse file extension (3rd attempt).
725     Revision:
726       muse--main--1.0--patch-100
728     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
730     modified files:
731      ChangeLog.2006 lisp/muse.el
734 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
736     Summary:
737       Try to fix failure to recognize Muse file extension (2nd attempt).
738     Revision:
739       muse--main--1.0--patch-99
741     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
742       auto-mode-alist.
744     modified files:
745      ChangeLog.2006 lisp/muse.el
748 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
750     Summary:
751       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
752     Revision:
753       muse--main--1.0--patch-98
755     (Author: Per B. Sederberg <per@med.upenn.edu>)
756     
757     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
758       interwiki-regexp to search for any project file name.  This is so it
759       will match files with spaces.
761     modified files:
762      ChangeLog.2006 lisp/muse-wiki.el
764     new patches:
765      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
766      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
767      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
768      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
769      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
770      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
771      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
774 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
776     Summary:
777       Try to fix failure to recognize Muse file extension.
778     Revision:
779       muse--main--1.0--patch-97
781     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
782       of semantics.
783     
784     * lisp/muse.el: Call muse-update-file-extension in
785       muse-update-values-hook, instead of
786       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
787       emacs-startup-hook, so that the user has time to set this in their
788       .emacs file.
790     modified files:
791      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
794 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
796     Summary:
797       Make things in contrib directory installable.
798     Revision:
799       muse--main--1.0--patch-96
801     * Makefile (SUBDIRS): Add contrib.
802       (all): Add contrib.
803       (contrib): New target that compiles things in the contrib directory.
804       (install-bin): Add contrib.  Install things in the contrib directory.
805       Also install uncompiled things in the experimental directory.
806     
807     * contrib/Makefile: New Makefile for the contrib directory.
808     
809     * contrib/httpd.el (httpd-start): Fix compiler warnings.
810     
811     * debian/emacsen-install: Compile files in contrib directory in addition
812       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
813     
814     * debian/emacsen-startup: Add contrib directory to load-path.
815     
816     * experimental/Makefile (test): Remove target.
817       (install-uncompiled): New target that installs uncompiled files.
818     
819     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
820       (muse-update-file-extension): Fix a warning that occurred when doing
821       batch publishing.
823     new files:
824      contrib/.arch-ids/Makefile.id contrib/Makefile
826     modified files:
827      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
828      debian/changelog debian/emacsen-install debian/emacsen-startup
829      experimental/Makefile lisp/muse.el muse.texi
832 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
834     Summary:
835       Remove muse-registry.el.
836     Revision:
837       muse--main--1.0--patch-95
839     * lisp/muse-registry.el: Move to the Planner project, since it is a
840       better fit with Planner than Muse.
842     removed files:
843      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
845     modified files:
846      AUTHORS ChangeLog.2006
849 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
851     Summary:
852       Prepare Debian package for Arch snapshot.
853     Revision:
854       muse--main--1.0--patch-94
856     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
857       snapshot.
859     modified files:
860      ChangeLog.2006 Makefile.defs debian/changelog
863 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
865     Summary:
866       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
867     Revision:
868       muse--main--1.0--patch-93
870     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
871       `muse-wiki-hide-nop-tag' into account.
873     modified files:
874      ChangeLog.2006 lisp/muse-wiki.el
877 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
879     Summary:
880       Fix a couple of compiler warnings.
881     Revision:
882       muse--main--1.0--patch-92
884     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
886     modified files:
887      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
890 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
892     Summary:
893       Make interwiki links work with the new option.
894     Revision:
895       muse--main--1.0--patch-91
897     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
898       parameters.  Populate this correctly when
899       `muse-wiki-match-all-project-files' is non-nil.
901     modified files:
902      ChangeLog.2006 lisp/muse-wiki.el
905 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
907     Summary:
908       Permit table generation to be disabled for a single Muse page.
909     Revision:
910       muse--main--1.0--patch-90
912     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
913       data, don't publish the table.
914     
915     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
916     
917     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
918     
919     * lisp/muse-publish.el (muse-publish-table-fields): If the
920       "disable-tables" publishing directive exists for the current page, do
921       not generate a table.
922     
923     * muse.texi (Tables): Mention that table generation can be disabled for a
924       single page.
926     modified files:
927      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
928      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
931 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
933     Summary:
934       muse-wiki: Match filenames before WikiWords.
935     Revision:
936       muse--main--1.0--patch-89
938     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
939       filenames in project before the general WikiWord regexp.
941     modified files:
942      ChangeLog.2006 lisp/muse-wiki.el
945 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
947     Summary:
948       Use a better mechanism for updating autogenerated variables.
949     Revision:
950       muse--main--1.0--patch-88
952     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
953     
954     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
955     
956     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
957       muse-update-values-hook.
958     
959     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
960       muse-update-values-hook.
961     
962     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
963       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
964       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
965       error is fixed.
966       (muse-wiki-update-custom-values): Replace with function that gives a
967       warning and an explanation.
968     
969     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
970       example so that people who use it won't have a wrong value in
971       muse-mode-hook.
973     modified files:
974      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
975      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
976      lisp/muse.el
979 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
981     Summary:
982       muse-wiki: Implement implicit links for all files in project.
983     Revision:
984       muse--main--1.0--patch-87
986     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
987       don't get errors when trying to use it.
988     
989     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
990       muse-project-file-alist-hook.
991       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
992       into a recursive call.
993       (muse-wiki-update-wikiword-regexp): Call
994       `muse-wiki-update-local-wikiword-regexp'.
995     
996     (Author: Per B. Sederberg <per@med.upenn.edu>)
997     
998     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
999       muse-before-publish-hook and muse-mode-hook so that implicit links are
1000       published properly.
1001       (muse-wiki-wikiword-match-project-files): New option for determining
1002       whether to match all project files as implicit links.  This is off by
1003       default.
1004       (muse-wiki-update-local-wikiword-regexp): New function to make the
1005       wikiword-regexp local and append the files in the current project to
1006       it.
1008     modified files:
1009      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1011     new patches:
1012      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1013      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1014      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1015      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1016      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1017      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1018      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1019      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1020      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1021      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1022      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1023      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1024      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1025      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1028 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1030     Summary:
1031       Update Muse's file-alist after saving any Muse page.
1032     Revision:
1033       muse--main--1.0--patch-86
1035     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1036       causes Muse's file-alist to be updated when we are saving a Muse file.
1037       This is added to after-save-hook.
1039     modified files:
1040      ChangeLog.2006 lisp/muse-project.el
1043 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1045     Summary:
1046       Add a hook that is called whenever Muse's file-alist is updated.
1047     Revision:
1048       muse--main--1.0--patch-85
1050     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1051       executed after an update to muse-project-file-alist happens.
1052       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1054     modified files:
1055      ChangeLog.2006 lisp/muse-project.el
1058 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1060     Summary:
1061       muse-mode: Recognize definition lists when filling text.
1062     Revision:
1063       muse--main--1.0--patch-84
1065     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1066       text.
1067     
1069     modified files:
1070      ChangeLog.2006 lisp/muse-mode.el
1073 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1075     Summary:
1076       Remove unrelated part of patch-82.
1077     Revision:
1078       muse--main--1.0--patch-83
1081     modified files:
1082      ChangeLog.2006 lisp/muse-mode.el
1085 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1087     Summary:
1088       muse-journal: Fix dates in RSS feeds.
1089     Revision:
1090       muse--main--1.0--patch-82
1092     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1093       date is in a format that RSS readers can handle.  Thanks to René
1094       Stadler for the patch.
1096     modified files:
1097      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1100 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1102     Summary:
1103       debian: Install ChangeLog properly.
1104     Revision:
1105       muse--main--1.0--patch-81
1107     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1108       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1109       the breakage report.
1111     modified files:
1112      ChangeLog.2006 debian/rules
1115 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1117     Summary:
1118       Fix a bug triggered by batch-publishing.
1119     Revision:
1120       muse--main--1.0--patch-80
1122     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1123       right algorithm turned out to be simpler than I had thought.  Thanks to
1124       Sergei V. Fleytin for reporting breakage with the old method.
1125       (muse-publish-file): Don't be overzealous when checking for an invalid
1126       style -- use a simpler check.
1127       (muse-batch-publish-files): Don't check for invalid styles here, since
1128       we already do so in `muse-publish-file'.
1130     modified files:
1131      ChangeLog.2006 lisp/muse-publish.el
1134 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1136     Summary:
1137       muse.texi: Move some sections to a new Extending Muse chapter.
1138     Revision:
1139       muse--main--1.0--patch-79
1141     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1142       extending Muse in various ways.
1143       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1145     modified files:
1146      ChangeLog.2006 muse.texi
1149 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1151     Summary:
1152       Fix a couple of recently-introduced bugs.
1153     Revision:
1154       muse--main--1.0--patch-78
1156     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1157       extra hard to preserve our settings for faces, especially after a new
1158       frame or splash screen.
1159     
1160     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1161       copied globally, to the extent the Emacs permits this.
1163     modified files:
1164      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1167 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1169     Summary:
1170       Update my example configuration file.
1171     Revision:
1172       muse--main--1.0--patch-77
1175     modified files:
1176      ChangeLog.2006 examples/mwolson/muse-init.el
1179 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1181     Summary:
1182       Remove cruft from patch logs.
1183     Revision:
1184       muse--main--1.0--patch-76
1187     modified files:
1188      ChangeLog.2006
1189      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1190      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1191      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1192      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1193      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1194      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1195      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1196      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1199 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1201     Summary:
1202       Make faces more robust and namespace-conforming.
1203     Revision:
1204       muse--main--1.0--patch-75
1206     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1207       face has documentation and a group.
1208       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1209       "-face" suffix.
1210       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1211       faces have documentation and a group.  Copy unconditionally from the
1212       related Emacs faces, rather than specifying face attributes.
1213       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1214       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1215       face names.
1216     
1217     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1218       the 'muse-link property rather than looking at the face.
1220     modified files:
1221      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1224 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1226     Summary:
1227       muse.texi: Mention the <code> tag.
1228     Revision:
1229       muse--main--1.0--patch-74
1231     * muse.texi (Emphasizing Text): Mention the <code> tag.
1233     modified files:
1234      ChangeLog.2006 muse.texi
1237 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1239     Summary:
1240       Fix bug in verse markup, undesired behavior with emdash.
1241     Revision:
1242       muse--main--1.0--patch-73
1244     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1245       around emdash.
1246     
1247     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1248     
1249     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1250     
1251     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1252       trailing whitespace to `muse-markup-text', in case the current
1253       publishing wishes to use them.
1254       (muse-publish-markup-verse): Insert newline without adding read-only
1255       properties to it.  This fixes a paragraph detection bug in HTML
1256       publishing.
1258     modified files:
1259      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1260      lisp/muse-publish.el lisp/muse-xml.el
1263 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1265     Summary:
1266       httpd.el: Update to work with newer versions of Emacs.
1267     Revision:
1268       muse--main--1.0--patch-72
1270     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1271       of Emacs.
1273     modified files:
1274      ChangeLog.2006 contrib/httpd.el
1277 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1279     Summary:
1280       muse-journal: Make custom RSS heading regexps possible.
1281     Revision:
1282       muse--main--1.0--patch-71
1284     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1285       determines the regexp to use when searching for an RSS heading.
1286       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1288     modified files:
1289      ChangeLog.2006 lisp/muse-journal.el
1292 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1294     Summary:
1295       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1296     Revision:
1297       muse--main--1.0--patch-70
1299     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1300       project to publish, indicate this in an error message.
1301     
1302     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1303       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1304       (muse-detect-invalid-style): New function that makes sure that the
1305       given style is in a valid format.
1306       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1307       publishing.
1309     modified files:
1310      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1313 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1315     Summary:
1316       muse-mode: Don't require muse-publish.el.
1317     Revision:
1318       muse--main--1.0--patch-69
1320     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1321       muse-publish.el.  This allows people to optionally have Muse mode
1322       without including the publishing features, as long as they never call a
1323       publishing function.  The documentation says that Muse is supposed to
1324       be modular in that way, so I guess we'd better follow it.
1325       (muse-insert-tag): Make sure that muse-publish is required before
1326       accessing `muse-publish-markup-tags'.
1328     modified files:
1329      ChangeLog.2006 lisp/muse-mode.el
1332 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1334     Summary:
1335       Minor code cleanup.
1336     Revision:
1337       muse--main--1.0--patch-68
1339     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1341     modified files:
1342      ChangeLog.2006 lisp/muse-mode.el
1345 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1347     Summary:
1348       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1349     Revision:
1350       muse--main--1.0--patch-67
1352     (Author: Per B. Sederberg <per@med.upenn.edu>)
1353     
1354     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1355       used for grepping.
1356       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1357       muse-find-backlinks C-c C-b
1358       (muse-grep): New function to envoke a search with the compiler.
1359       (muse-search-with-command): New function to search for text, optionally
1360       editing the command.
1361       (muse-search): New function to search for text.
1362       (muse-find-backlinks): New function to search for backlinks to the
1363       current page.
1365     modified files:
1366      ChangeLog.2006 lisp/muse-mode.el
1368     new patches:
1369      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1370      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1371      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1372      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1373      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1374      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1375      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1376      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1377      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1378      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1379      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1380      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1383 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1385     Summary:
1386       Make it easier to call context-specific region-escaping function.
1387     Revision:
1388       muse--main--1.0--patch-66
1390     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1391       returned from specials, call it with beg, end, ignore-read-only args.
1392       This allows for people to specify their own functions for escaping
1393       regions, depending on context.  See `muse-xml-decide-specials' in
1394       muse-xml-common.el.  This functionality already exists for escaping
1395       specials in strings.
1397     modified files:
1398      ChangeLog.2006 lisp/muse-publish.el
1401 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1403     Summary:
1404       Attempt to make new syntaxes easier to support.
1405     Revision:
1406       muse--main--1.0--patch-65
1408     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1409       and `muse-get-link-data'.
1410     
1411     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1412     
1413     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1414       (muse-make-link): Change argument name.
1415     
1416     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1417       (muse-get-link, muse-get-link-desc): New functions that return the link
1418       and the link description, respectively, from the given TARGET.  The
1419       idea is that at least one other markup syntax puts descriptions before
1420       links, so all they would have to do is re-define these two functions.
1422     modified files:
1423      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1424      lisp/muse-mode.el lisp/muse.el
1427 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1429     Summary:
1430       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1431     Revision:
1432       muse--main--1.0--patch-64
1434     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1435     
1436     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1437       `replace-in-string' is checked before `replace-regexp-in-string', since
1438       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1439       Ottaway for the heads up.
1441     modified files:
1442      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1445 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1447     Summary:
1448       muse-latex: Add footnotes to links so that they show up on printed copies.
1449     Revision:
1450       muse--main--1.0--patch-63
1452     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1453       'url-and-desc.  Display footnotes if we have both a link and a
1454       description, since we want URLs to show up on printed documents.
1455       (muse-latex-markup-specials-document): Escape the "@" character in the
1456       entire document.
1457     
1458     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1459       without descriptions and URLs with descriptions.  If no markup string
1460       exists for 'url-and-desc, fall back to 'url.
1462     modified files:
1463      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1466 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1468     Summary:
1469       Fix publishing error with multi-line wrapped list items.
1470     Revision:
1471       muse--main--1.0--patch-62
1473     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1474       multiple lines of a wrapped list item.
1476     modified files:
1477      ChangeLog.2006 lisp/muse-publish.el
1480 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1482     Summary:
1483       Add COPYING file; update headers.
1484     Revision:
1485       muse--main--1.0--patch-61
1487     * COPYING: New file containing the GNU GPL.
1488     
1489     * AUTHORS: Bookkeeping.
1490     
1491     * README: Add License section.  Change Muse homepage URL.
1492     
1493     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1494       have changed 15+ lines of code, since this is the amount that
1495       constitutes legal contribution to a software work, AFAICT.
1496     
1497     * examples/mwolson: Update contents of directory to match my current
1498       setup.
1499     
1500     * experimental/muse*.el, lisp/muse*.el: Update headers.
1501     
1502     * muse.texi: Change Muse homepage URL.
1504     new files:
1505      .arch-ids/COPYING.id COPYING
1507     modified files:
1508      AUTHORS ChangeLog.2006 README debian/copyright
1509      examples/mwolson/muse-init.el
1510      examples/mwolson/stylesheets/blog.css
1511      examples/mwolson/stylesheets/common.css
1512      examples/mwolson/stylesheets/print.css
1513      examples/mwolson/stylesheets/screen.css
1514      experimental/muse-cite.el experimental/muse-mathml.el
1515      experimental/muse-message.el lisp/muse-backlink.el
1516      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1517      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1518      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1519      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1520      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1521      lisp/muse-publish.el lisp/muse-regexps.el
1522      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1523      lisp/muse-xml.el lisp/muse.el muse.texi
1526 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1528     Summary:
1529       Update Muse XML schema.
1530     Revision:
1531       muse--main--1.0--patch-60
1533     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1534       history.  We'll call this v0.3 of the schema.
1535     
1536     * lisp/muse-xml-common.el: Update header.
1537       (muse-xml-markup-table): Fix table generation when attributes are not
1538       specified.
1540     modified files:
1541      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1544 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1546     Summary:
1547       Fix output for consecutive list items of same type.
1548     Revision:
1549       muse--main--1.0--patch-59
1551     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1552       post-indent and indent-found values local to each list item.  This
1553       should fix undesired behavior with consecutive list items of the same
1554       type.
1556     modified files:
1557      ChangeLog.2006 lisp/muse-publish.el
1560 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1562     Summary:
1563       Make C-> and C-< keybindings not indent nested items.
1564     Revision:
1565       muse--main--1.0--patch-58
1567     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1568       nested items.
1569     
1570     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1571       optional, and document this.
1573     modified files:
1574      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1577 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1579     Summary:
1580       Slightly improve flyspell integration.
1581     Revision:
1582       muse--main--1.0--patch-57
1584     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1585       property to determine whether we are at a link.
1587     modified files:
1588      ChangeLog.2006 lisp/muse-mode.el
1591 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1593     Summary:
1594       Make nested definition list items work much better.
1595     Revision:
1596       muse--main--1.0--patch-56
1598     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1599       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1600       move function.
1601       (muse-publish-surround-text): If we are to determine the indentation,
1602       but have found no list items, set indent to the empty string.  If we
1603       are to determine indentation but have found an item, get all leading
1604       whitespace and set indent to it.  Never try to determine post-indent
1605       using the first line.  Try to contain the amount of "damage" a nested
1606       list item can do to wrapped list item text.
1607     
1608     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1609       part so that it is easier to indicate the amount of desired initial
1610       whitespace.
1611     
1612     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1613       entry optional.
1614       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1615       merged into `muse-forward-list-item'.
1616       (muse-forward-list-item-1): New function that determines whether a
1617       nested list item is found.
1618       (muse-forward-list-item): Move hairy nested list detection algorithm
1619       into `muse-forward-list-item-1'.  Be extra careful about terminating
1620       when we go past the boundary.
1622     modified files:
1623      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1624      lisp/muse.el
1627 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1629     Summary:
1630       Add backlink support, thanks to Jim Ottaway.
1631     Revision:
1632       muse--main--1.0--patch-55
1634     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1635       variable that indicates whether Muse is fontifying the current buffer.
1636       (muse-colors-region): Set `muse-colors-fontifying' to t.
1637     
1638     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1639       support.  I've modified it slightly to get rid of the defadvice forms.
1641     new files:
1642      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1644     modified files:
1645      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1648 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1650     Summary:
1651       muse-protocols: Add Wikipedia support.
1652     Revision:
1653       muse--main--1.0--patch-54
1655     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1656       is used to look up terms on the Wikipedia website.
1657       (muse-wikipedia-country): New option that specifies the country code to
1658       use for Wikipedia.
1659       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1660       resolve and browse Wikipedia URLs.
1662     modified files:
1663      ChangeLog.2006 lisp/muse-protocols.el
1666 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1668     Summary:
1669       muse-protocols: Add DOI handling.
1670     Revision:
1671       muse--main--1.0--patch-53
1673     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1674       DOI's (digitial object identifiers) are a standard identifier used in
1675       the publishing industry.  Thanks to Phillip Lord for the patch.
1676       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1677       and browse DOI's.
1679     modified files:
1680      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1683 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1685     Summary:
1686       Refine previous patch.
1687     Revision:
1688       muse--main--1.0--patch-52
1690     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1691       ever use the fallback method.  Save point when using new method.
1693     modified files:
1694      ChangeLog.2006 lisp/muse-mode.el
1697 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1699     Summary:
1700       Make visiting of links a bit faster.
1701     Revision:
1702       muse--main--1.0--patch-51
1704     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1705       property.
1706       (muse-link-properties): If we are highlighting a link, add the
1707       muse-link property.
1708     
1709     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1710       exists at point, use it to bound the link.  Otherwise, use the old
1711       method.  This should make it easier to visit custom implicit link
1712       forms, since it does not require a change to muse-implicit-link-regexp.
1713     
1714     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1715       used when muse-colors.el is loaded.
1717     modified files:
1718      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1719      lisp/muse-regexps.el
1722 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1724     Summary:
1725       Make resolving of inline image paths more flexible.
1726     Revision:
1727       muse--main--1.0--patch-50
1729     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1730       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1731       option.  Make the fallback customization type a function rather than a
1732       symbol.
1733       (muse-colors-use-publishing-directory): New function that takes the
1734       best guess at where the current Muse file will be published and makes
1735       the given link relative to that.
1736       (muse-colors-insert-image): If muse-colors-inline-image-method is
1737       'default-directory, use the default directory.  If it is a function,
1738       call that function with LINK as an argument.  Otherwise, give up.
1740     modified files:
1741      ChangeLog.2006 lisp/muse-colors.el
1744 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1746     Summary:
1747       Fix inline image lockup.
1748     Revision:
1749       muse--main--1.0--patch-49
1751     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1752       patch-47.  This will prevent Muse from locking up after making a new
1753       inline image.
1755     modified files:
1756      ChangeLog.2006 lisp/muse-colors.el
1759 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1761     Summary:
1762       Fix publishing problem with XEmacs.
1763     Revision:
1764       muse--main--1.0--patch-48
1766     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1767       publishing problem when text at beginning of buffer is read-only.
1768       Thanks to Christian Clercin for the report.
1770     modified files:
1771      ChangeLog.2006 lisp/muse-publish.el
1774 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1776     Summary:
1777       Get increase and decrease of list indentation to work with complex cases.
1778     Revision:
1779       muse--main--1.0--patch-47
1781     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1782       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1783       to indicate this interpretation, though parens are different.
1784     
1785     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1786       (muse-alter-list-item-indentation): New function that alters the list
1787       structure at point.  The behavior to use is specified by the OPERATION
1788       argument.  Currently-supported operations are 'increase and 'decrease
1789       indentation level.  This now uses the same sort of list detection
1790       algorithm that is used during publishing, so it should work as expected
1791       for complicated cases.
1792       (muse-increase-list-item-indentation)
1793       (muse-decrease-list-item-indentation): Use
1794       `muse-alter-list-item-indentation'.
1796     modified files:
1797      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1800 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1802     Summary:
1803       Code simplification; improve muse-list-item-type function.
1804     Revision:
1805       muse--main--1.0--patch-46
1807     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1808       'dl-entry, instead of just returning 'dl.
1809       (muse-forward-dl-term, muse-forward-dl-entry): Use
1810       muse-forward-list-item.
1811       (muse-forward-dl-part): Remove, merge functionality into
1812       muse-forward-list-item.
1813       (muse-forward-list-item): Add a few conditions needed for skipping
1814       nested 'dl-term and 'dl-entry items.
1816     modified files:
1817      ChangeLog.2006 lisp/muse.el
1820 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1822     Summary:
1823       Put movement by list and paragraph functions in muse.el.
1824     Revision:
1825       muse--main--1.0--patch-45
1827     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1828       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1829       (muse-forward-list-item): Move here from muse-publish.el, so that
1830       muse-mode can make use of these.
1832     modified files:
1833      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1836 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1838     Summary:
1839       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1840     Revision:
1841       muse--main--1.0--patch-44
1843     (Author: Per B. Sederberg <per@med.upenn.edu>)
1844     
1845     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1846       decrease the current item indentation.
1847       (muse-get-paragraph-start): Helper function to determine the start of
1848       the current paragraph.
1849       (muse-insert-list-item): Cleaned up list item insertion code and made
1850       it handle definitions.
1851       (muse-increase-list-item-indentation): New interactive function to
1852       increase list item indentation.
1853       (muse-decrease-list-item-indentation): New interactive function to
1854       decrease list item indentation.
1856     modified files:
1857      ChangeLog.2006 lisp/muse-mode.el
1859     new patches:
1860      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1861      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1862      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1863      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1864      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1865      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1866      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1867      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1868      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1869      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1872 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1874     Summary:
1875       Use slightly better algorithm for removing initial whitespace.
1876     Revision:
1877       muse--main--1.0--patch-43
1879     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1880       the definition occurred on the same line as the term.
1881       (muse-publish-surround-text): Use a slightly better algorithm for
1882       removing initial indentation of list items.  This way, we preserve
1883       nesting of lists and also deal with same-level items that occur after
1884       nested items.  This probably doesn't make much of a difference in the
1885       output, but it should make support of nested definition lists a bit
1886       less troublesome in some cases.
1887       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1888       regexp.
1889       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1890       data.  Don't remove any text.  This makes the function easier to reuse
1891       in display-only situations.
1893     modified files:
1894      ChangeLog.2006 lisp/muse-publish.el
1897 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1899     Summary:
1900       In a preliminary way, make definition lists nest.
1901     Revision:
1902       muse--main--1.0--patch-42
1904     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1905       lists nest a bit better.
1906     
1907     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1908       use it anymore.
1910     modified files:
1911      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1914 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1916     Summary:
1917       Fix nested list regression.
1918     Revision:
1919       muse--main--1.0--patch-41
1921     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1922       original indentation value and use that.  This fixes a regression
1923       caused by the last patch.
1925     modified files:
1926      ChangeLog.2006 lisp/muse-publish.el
1929 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1931     Summary:
1932       Make code look nicer by using muse-forward-dl-* functions.
1933     Revision:
1934       muse--main--1.0--patch-40
1936     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1937       forms into muse-forward-dl-* for increased reusability.
1938       (muse-publish-surround-text): Call move function with an indent
1939       argument so that we don't have to use partial substitution in lambda
1940       forms.
1941       (muse-forward-dl-term): New function that moves forward to the next
1942       definition list term.
1943       (muse-forward-dl-entry): New function that moves forward to the next
1944       definition list entry.
1945       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1946       does not move past entire definition list items, only parts of them.
1947       (muse-publish-markup-list, muse-publish-markup-quote):
1948       (muse-publish-quote-tag): Use better lambda form, and include a
1949       parameter.
1951     modified files:
1952      ChangeLog.2006 lisp/muse-publish.el
1955 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1957     Summary:
1958       Handle blockquoted sections within lists properly.
1959     Revision:
1960       muse--main--1.0--patch-39
1962     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1963       property.  This should make blockquoted sections within a list do the
1964       right thing.
1965       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1966       behavior of `muse-forward-paragraph'.
1968     modified files:
1969      ChangeLog.2006 lisp/muse-publish.el
1972 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1974     Summary:
1975       Fix problem when previous list item was nested.
1976     Revision:
1977       muse--main--1.0--patch-38
1979     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1980       indicator at the correct place.  This fixes an error where a previous
1981       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1982       for the report.
1984     modified files:
1985      ChangeLog.2006 lisp/muse-publish.el
1988 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1990     Summary:
1991       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1992     Revision:
1993       muse--main--1.0--patch-37
1995     * muse.texi (Implicit Links): Mention how to customize the WikiName
1996       recognition, and note that if you're setting this manually, you have to
1997       call some additional code.  This should fix #5376.  Also remove local
1998       variables section at end, since it seems pointless.
2000     modified files:
2001      ChangeLog.2006 muse.texi
2004 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2006     Summary:
2007       Fix #5325: nested formatting not working in HTML output.
2008     Revision:
2009       muse--main--1.0--patch-36
2011     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2012       work.  I'm a bit worried about possible double-escaping, though.
2013       Perhaps we should write the context to a text property and escape it
2014       later.  This should fix #5325.
2016     modified files:
2017      ChangeLog.2006 lisp/muse-publish.el
2020 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2022     Summary:
2023       Make paragraphs respect the end of a list or list item.
2024     Revision:
2025       muse--main--1.0--patch-35
2027     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2028       end of a list (or list item), back up.  This allows for a nice side
2029       effect when using indented sentences in between list items.
2030     
2031     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2032     
2033     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2034     
2035     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2036       and end-item are marked up with end-list properties.
2038     modified files:
2039      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2040      lisp/muse-publish.el lisp/muse-xml.el
2043 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2045     Summary:
2046       Make sure an initial term exists before publishing definition list.
2047     Revision:
2048       muse--main--1.0--patch-34
2050     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2051       exists before publishing a definition list.
2053     modified files:
2054      ChangeLog.2006 lisp/muse-publish.el
2057 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2059     Summary:
2060       Add comments to nested list code.
2061     Revision:
2062       muse--main--1.0--patch-33
2064     * lisp/muse-publish.el (muse-publish-surround-dl)
2065       (muse-publish-surround-text, muse-forward-dl-item):
2066       (muse-forward-list-item): Add comments, since there were many
2067       intricacies that are probably not obvious to the casual reader.
2068       (muse-forward-dl-item): Remove no-op condition.
2070     modified files:
2071      ChangeLog.2006 lisp/muse-publish.el
2074 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2076     Summary:
2077       Make nested list items work when separated by one blank line.
2078     Revision:
2079       muse--main--1.0--patch-32
2081     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2082       muse-forward-dl-item instead of muse-forward-list-item.  On second
2083       thought, don't unconditionally insert a newline, as that breaks some
2084       things.
2085       (muse-forward-dl-item): New function that moves forward to the next
2086       definition list item.  This was factored out from
2087       muse-forward-list-item, since it was getting too complex for my liking.
2088       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2089       indented line, and skip past these if we have a blank line followed by
2090       an indented line.  "Indented" means "indented one past the current
2091       indentation level" here.  Remove some initial whitespace that was being
2092       overlooked before.
2094     modified files:
2095      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2098 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2100     Summary:
2101       Fix a couple of bugs in muse-wiki-resolve-project-page.
2102     Revision:
2103       muse--main--1.0--patch-31
2105     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2106       better algorithm for adding styles to a list.
2107     
2108     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2109       carefully.  This should fix one or two hard-to-explain bugs.
2111     modified files:
2112      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2115 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2117     Summary:
2118       Fix another definition list edge case.
2119     Revision:
2120       muse--main--1.0--patch-30
2122     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2123       unordered list immediately follows definition list term.
2125     modified files:
2126      ChangeLog.2006 lisp/muse-publish.el
2129 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2131     Summary:
2132       Pass all current definition list test cases.
2133     Revision:
2134       muse--main--1.0--patch-29
2136     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2137       line if definition is not on the same line as the term.
2138       (muse-forward-list-item): Fix publishing incorrectness that occurred
2139       when a non-dl list follows a definition list.  Always move to the right
2140       place so as to prevent extra empty dd elements from being published.
2142     modified files:
2143      ChangeLog.2006 lisp/muse-publish.el
2146 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2148     Summary:
2149       Merge consecutive definition list terms properly.
2150     Revision:
2151       muse--main--1.0--patch-28
2153     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2154       correctly.  This makes Muse merge several definition list items into
2155       one list.
2156       (muse-forward-list-item): Use simpler regexp for 'dl.
2157     
2158     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2159       definition lists, and make terms the 2nd matched text.
2161     modified files:
2162      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2165 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2167     Summary:
2168       Bookkeeping.
2169     Revision:
2170       muse--main--1.0--patch-27
2172     * AUTHORS: Update.
2173     
2174     * muse-colors.el, muse-mode.el: Credit contributions.
2176     modified files:
2177      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2180 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2182     Summary:
2183       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2184     Revision:
2185       muse--main--1.0--patch-26
2187     Patches applied:
2188     
2189      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2190        Added ability to show inline images in the Emacs buffer.
2191     
2192      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2193        Added enhanced list item insertion.
2194     
2195     Detailed log:
2196     
2197     (Author: Per B. Sederberg <per@med.upenn.edu>)
2198     
2199     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2200       list item.  New key mapping to toggle showing images.  Added a key
2201       mapping to insert a link to a file and modified the key map to insert a
2202       tag.
2203       (muse-on-blank-line): Helper function to determine if the point is on a
2204       line containing only blank spaces.
2205       (muse-insert-list-item): New interactive function to insert a new list
2206       item, taking into account the current list state.
2207       (muse-insert-relative-link-to-file): New function to insert a link to a
2208       file, relative to the default directory.
2209     
2210     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2211       for where to search for images to inline in the buffer.
2212       (muse-colors-inline-images): Added custom boolean field for whether to
2213       show inline images in the buffer.
2214       (muse-colors-toggle-inline-images): New function to toggle showing the
2215       inline images in the buffer.
2216       (muse-unhighlight-region): Now removes end-glyph text properties to
2217       support XEmacs.
2218       (muse-colors-resolve-image-file): New function to determine if a link
2219       is an image and whether the version of Emacs can support inline images.
2220       (muse-make-file-glyph): New function to create an image glyph if we are
2221       using XEmacs.
2222       (muse-colors-insert-image): New function to insert an image in an Emacs
2223       buffer.
2224       (muse-colors-explicit-link): Modified function to have the ability to
2225       insert an image instead of formatting the text of the link.
2227     modified files:
2228      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2230     new patches:
2231      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2232      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2233      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2234      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2235      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2238 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2240     Summary:
2241       Pass testcase for definition list and nested unordered list.
2242     Revision:
2243       muse--main--1.0--patch-25
2245     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2246       lists always have at least one entry.  This appears to do the right
2247       thing with a sample nested unordered list.
2249     modified files:
2250      ChangeLog.2006 lisp/muse-publish.el
2253 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2255     Summary:
2256       Some definition list fixes.
2257     Revision:
2258       muse--main--1.0--patch-24
2260     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2261       markup for end of list using the `muse-insert-markup-end-list'
2262       function.  Handle list items nested inside of a definition list.
2264     modified files:
2265      ChangeLog.2006 lisp/muse-publish.el
2268 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2270     Summary:
2271       Fix another wrapped list item edge case.
2272     Revision:
2273       muse--main--1.0--patch-23
2275     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2276       indentation in a region when we encounter any list items.  This should
2277       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2278       for the report.
2280     modified files:
2281      ChangeLog.2006 lisp/muse-publish.el
2284 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2286     Summary:
2287       Fix comment in Debian packaging.
2288     Revision:
2289       muse--main--1.0--patch-22
2291     * debian/emacsen-remove: Fix comment.
2293     modified files:
2294      ChangeLog.2006 debian/emacsen-remove
2297 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2299     Summary:
2300       muse-blosxom: Fix order of #tags line in header.
2301     Revision:
2302       muse--main--1.0--patch-21
2304     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2305       rather than before it.  Thanks to bkhl for the heads up.
2307     modified files:
2308      ChangeLog.2006 lisp/muse-blosxom.el
2311 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2313     Summary:
2314       muse-blosxom: Add ability to use tags in entries.
2315     Revision:
2316       muse--main--1.0--patch-20
2318     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2319       publish them.
2320       (muse-blosxom-use-tags): New option that specifies whether we are using
2321       tags.
2322       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2323       RET without entering one.
2325     modified files:
2326      ChangeLog.2006 lisp/muse-blosxom.el
2329 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2331     Summary:
2332       Fix backtrace when publishing unsaved files.
2333     Revision:
2334       muse--main--1.0--patch-19
2336     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2337       trying to publish a file that has not been saved, and give an
2338       explanation to the user.
2340     modified files:
2341      ChangeLog.2006 lisp/muse-publish.el
2344 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2346     Summary:
2347       muse-texinfo: Fix link suffix.
2348     Revision:
2349       muse--main--1.0--patch-18
2351     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2352       styles.  This should fix a bug where links in published info files use
2353       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2355     modified files:
2356      ChangeLog.2006 lisp/muse-texinfo.el
2359 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2361     Summary:
2362       Fix prompting of non-Muse buffers before publishing.
2363     Revision:
2364       muse--main--1.0--patch-17
2366     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2367       Stadler to ignore buffers that have no associated filename.  This fixes
2368       an annoyance where Muse prompts to save BBDB and ERC buffers before
2369       publishing.
2371     modified files:
2372      AUTHORS ChangeLog.2006 lisp/muse-project.el
2375 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2377     Summary:
2378       Fix wrapped nested list item edge case.
2379     Revision:
2380       muse--main--1.0--patch-16
2382     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2383       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2384       case.
2385       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2386       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2387     
2388     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2389       exactly one space character in front of a unnumbered or numbered list.
2390       This should make it easier to match every list instance, since
2391       definition lists can now be handled more nicely in
2392       muse-publish-markup-regexps.  This also has the effect of fixing a
2393       wrapped nested list item edge case.
2395     modified files:
2396      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2399 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2401     Summary:
2402       Fix edge case in muse-wiki-publish-pretty-title.
2403     Revision:
2404       muse--main--1.0--patch-15
2406     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2407       the document does not have a valid title, use the empty string.
2409     modified files:
2410      ChangeLog.2006 lisp/muse-wiki.el
2413 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2415     Summary:
2416       Use debian/compat to determine debhelper compat level.
2417     Revision:
2418       muse--main--1.0--patch-14
2420     * debian/compat: New file that sets the debhelper compatibility level to
2421       4.
2422     
2423     * debian/rules: Remove DH_COMPAT line.
2425     new files:
2426      debian/.arch-ids/compat.id debian/compat
2428     modified files:
2429      ChangeLog.2006 debian/rules
2432 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2434     Summary:
2435       Fix a couple of table-publishing edge cases.
2436     Revision:
2437       muse--main--1.0--patch-13
2439     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2440       publishing error that occurs when a table line is the last thing in a
2441       document.  Thanks to cymacs for the report and suggested fix.
2442       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2443       them.
2444     
2445     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2446       at the end of the 'end-table markup string.
2447     
2448     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2449     
2450     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2451     
2452     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2453       newline at the end of the table.  This should fix a problem with
2454       paragraphs after tables not being published as such.  Thanks to cymacs
2455       for the report.
2456     
2457     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2458       muse-insert-markup to insert a trailing newline.
2460     modified files:
2461      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2462      lisp/muse-publish.el lisp/muse-texinfo.el
2463      lisp/muse-xml-common.el lisp/muse-xml.el
2466 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2468     Summary:
2469       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2470     Revision:
2471       muse--main--1.0--patch-12
2474     new files:
2475      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2477     renamed files:
2478      .arch-ids/ChangeLog.id
2479        ==> .arch-ids/ChangeLog.2005.id
2480      ChangeLog
2481        ==> ChangeLog.2005
2484 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2486     Summary:
2487       Make muse-journal work with whole-document escaping.
2488     Revision:
2489       muse--main--1.0--patch-11
2491     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2492       by Emacs Muse" so that muse-journal does not get confused.
2493     
2494     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2495       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2496       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2497       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2498       have "Page published by Emacs Muse (begins|ends) here" in their header
2499       or footer, since muse-journal needs this in order to determine where
2500       entries begin and end.
2502     modified files:
2503      examples/mwolson/templates/footer.html
2504      examples/mwolson/templates/generic-footer.html
2505      examples/mwolson/templates/generic-header.html
2506      examples/mwolson/templates/header.html
2507      examples/mwolson/templates/header.tex lisp/muse-journal.el
2510 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2512     Summary:
2513       Get simple test case for definition lists to work.
2514     Revision:
2515       muse--main--1.0--patch-10
2517     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2518       publish properly.
2519       (muse-forward-list-item): Fix edge case.
2521     modified files:
2522      lisp/muse-publish.el
2525 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2527     Summary:
2528       Add documentation to some publishing functions.
2529     Revision:
2530       muse--main--1.0--patch-9
2532     * lisp/muse-publish.el (muse-publish-mark-read-only)
2533       (muse-publish-mark-noemphasis): Add documentation.
2535     modified files:
2536      lisp/muse-publish.el
2539 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2541     Summary:
2542       Fix an error with `custom-quote'.
2543     Revision:
2544       muse--main--1.0--patch-8
2546     * lisp/muse-project.el: Require 'cus-edit, since that is where
2547       `custom-quote' is defined.
2548     
2549     * muse.texi: Use copyright symbol.
2551     modified files:
2552      lisp/muse-project.el muse.texi
2555 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2557     Summary:
2558       muse-registry: update from author.
2559     Revision:
2560       muse--main--1.0--patch-7
2562     * lisp/muse-registry.el: Update to newest version from author.
2563       Re-tabify.
2565     modified files:
2566      lisp/muse-registry.el
2569 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2571     Summary:
2572       muse-latex: Handle double-quote edge case.
2573     Revision:
2574       muse--main--1.0--patch-6
2576     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2577       character begins the buffer.
2579     modified files:
2580      lisp/muse-latex.el
2583 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2585     Summary:
2586       Allow beginning and ending empty elements in tables.
2587     Revision:
2588       muse--main--1.0--patch-5
2590     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2591       whitespace after the field if we're at the end of a line.
2592       (muse-table-line-regexp): Allow the table to start with a "|".  The
2593       resulting initial empty cell isn't yet thrown away like it should be.
2595     modified files:
2596      lisp/muse-regexps.el
2599 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2601     Summary:
2602       muse-latex: Use \url to publish bare URLs.
2603     Revision:
2604       muse--main--1.0--patch-4
2606     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2607       \href for bare URLs.  Thanks to Na Li for the suggestion!
2609     modified files:
2610      lisp/muse-latex.el
2613 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2615     Summary:
2616       Create parents of output directories.
2617     Revision:
2618       muse--main--1.0--patch-3
2620     * lisp/muse-project.el (muse-project-publish-file): Create parent
2621       directories as well, if the output directory does not exist.  This can
2622       happen when we have nested directories in a project.
2624     modified files:
2625      lisp/muse-project.el
2628 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2630     Summary:
2631       Pick a better default if publishing with more than one style.
2632     Revision:
2633       muse--main--1.0--patch-2
2635     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2636       the list we return is in the right order.  That way, if more than one
2637       publishing rule matches a link, the first one is used, rather than the
2638       last.
2640     modified files:
2641      lisp/muse-project.el
2644 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2646     Summary:
2647       Oops, committed to the wrong archive.
2648     Revision:
2649       muse--main--1.0--patch-1
2651     Patches applied:
2652     
2653      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2654        Debian fixups.
2655     
2656      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2657        Another Debian fix.
2659     modified files:
2660      ChangeLog debian/emacsen-startup
2662     renamed files:
2663      debian/.arch-ids/NEWS.Debian.id
2664        ==> debian/.arch-ids/NEWS.id
2665      debian/NEWS.Debian
2666        ==> debian/NEWS
2668     new patches:
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2673 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2675     Summary:
2676       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2677     Revision:
2678       muse--main--1.0--base-0
2680     (automatically generated log message)
2682     new patches:
2683      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2684      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2685      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2686      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2687      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2688      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2689      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2690      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2691      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2692      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2693      ajk@iu.edu--2005/muse--main--1.0--base-0
2694      ajk@iu.edu--2005/muse--main--1.0--patch-1
2695      ajk@iu.edu--2005/muse--main--1.0--patch-2
2696      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2697      davidsmith@acm.org--main/muse--devo--1.0--base-0
2698      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2699      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2700      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2701      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2702      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2703      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2704      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2705      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2706      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2707      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2708      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2709      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2710      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2711      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2712      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2713      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2714      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2715      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2716      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2717      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2718      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2719      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2720      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2721      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2722      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2723      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2724      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2725      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2726      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2727      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2728      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2729      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2730      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2731      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2732      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2733      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2734      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2735      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2736      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2737      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2738      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2739      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2740      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2741      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2742      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2743      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2744      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2745      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2746      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2747      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2748      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2749      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2750      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2751      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2752      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2753      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2754      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2755      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2756      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2757      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2758      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2759      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2760      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2761      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2762      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2763      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2764      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2765      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2766      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2767      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2768      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2769      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2770      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2771      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2772      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2773      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2774      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2775      mwolson@gnu.org--2005/muse--main--1.0--base-0
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3131      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3132      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3133      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3134      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3135      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3136      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3137      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3138      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3139      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3140      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3141      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3142      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3143      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3144      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3145      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3146      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3147      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3148      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3149      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3150      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3151      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3152      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3153      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3154      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3155      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3156      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3157      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3158      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3159      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3160      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3161      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3162      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3163      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3164      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3165      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3166      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3167      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3168      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3169      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3170      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3171      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3172      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3173      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3174      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8