Merged from mwolson@gnu.org--2006 (patch 129-130)
[muse-el.git] / ChangeLog.2006
blobe692e84c9e875798fcea03fa68ffa9d04f0edf75
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-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
7     Summary:
8       Add muse-split.el to experimental folder.
9     Revision:
10       muse--main--1.0--patch-130
12     * experimental/muse-split.el: New experimental file that splits published
13       Muse files into several smaller files.
15     new files:
16      experimental/.arch-ids/muse-split.el.id
17      experimental/muse-split.el
19     modified files:
20      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
21      debian/control
24 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
26     Summary:
27       muse-wiki: Make the interwiki resolver a bit more clever.
28     Revision:
29       muse--main--1.0--patch-129
31     * lisp/muse-project.el (muse-project-choose-style): New function that
32       chooses a style from a list of styles, given a user-supplied test.
33     
34     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
35       that is used along with `muse-project-choose-style' to pick the first
36       style that matches a given value for :link-prefix.
37       (muse-wiki-resolve-project-page-1): New function split from
38       `muse-wiki-resolve-project-page' for readability.  Try to match files
39       that have the same link-suffix.  This should hopefully fix a bug
40       noticed by Hans Ekbrand.
42     modified files:
43      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
46 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
48     Summary:
49       Fix bug where links with :: in them were marked up as lists.
50     Revision:
51       muse--main--1.0--patch-128
53     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
54       Change noemphasis property to muse-link.
55     
56     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
57     
58     * lisp/muse-publish.el (muse-publish-surround-text)
59       (muse-publish-markup-list): Ditto.  This should fix a bug.
60       (muse-publish-markup-list): Docfix.
61       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
62     
63     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
64       There must be either one or more spaces or a single newline after the
65       colons.  This prevents an ambiguity with the double-colon muse-wiki
66       interwiki delimiter.
68     modified files:
69      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
70      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
73 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
75     Summary:
76       DTRT with explicit links that have no description.
77     Revision:
78       muse--main--1.0--patch-127
80     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
81       explicit link without a description, use the name of the linked page.
83     modified files:
84      ChangeLog.2006 lisp/muse-publish.el
87 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
89     Summary:
90       Fix emdash in link description bug.
91     Revision:
92       muse--main--1.0--patch-126
94     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
95       if we are in a link, since otherwise it will be incorrectly escaped.
96       Thanks to Chiyuan Zhang for the report.
98     modified files:
99      ChangeLog.2006 Makefile.defs debian/changelog
100      lisp/muse-publish.el
103 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
105     Summary:
106       Fix #5925: Emphasis on item breaks lists.
107     Revision:
108       muse--main--1.0--patch-125
110     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
111       as the browsing function.
112     
113     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
114       the current file.
115     
116     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
117       `offset' into account, in case the list-item regexp is nested in
118       another group.
119       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
120       offset of 1.  This should fix an unpleasant list-as-blockquote error
121       that was noticed recently.  Thanks to John Sullivan for the report.
123     modified files:
124      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
125      lisp/muse.el
128 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
130     Summary:
131       Fix a couple of beginning-of-buffer errors.
132     Revision:
133       muse--main--1.0--patch-124
135     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
136       don't throw an error if at the beginning of the buffer.  Thanks to John
137       Sullivan for the report.
139     modified files:
140      ChangeLog.2006 lisp/muse-mode.el
143 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
145     Summary:
146       muse.texi: Change use of @subsubheading to @subheading.
147     Revision:
148       muse--main--1.0--patch-123
150     * muse.texi: Change use of @subsubheading to @subheading throughout
151       document.
153     modified files:
154      ChangeLog.2006 muse.texi
157 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
159     Summary:
160       muse.texi: Change subsections to subheadings.
161     Revision:
162       muse--main--1.0--patch-122
164     (Author: John Sullivan <john@wjsullivan.net>)
165     
166     * muse.texi: Change @subsection and @strong to @subheading throughout
167       document.
169     modified files:
170      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
172     new patches:
173      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
174      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
175      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
178 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
180     Summary:
181       Update keystrokes used in muse-mode, as well as docs.
182     Revision:
183       muse--main--1.0--patch-121
185     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
186       keymap to use when the user wants to insert something into the current
187       buffer using `C-c i'.
188       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
189       muse-follow-name-at-point, since this is already used for
190       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
191       prompt for the thing to insert.
192       (muse-insert-thing): New function that prompts the user for something
193       to insert into the current buffer.  It tries to be as friendly as
194       possible by catching possible errors with the message "Not inserting
195       anything".
196       (muse-mode-completions): Rename from `muse-completions', since this is
197       what we use in `muse-mode'.
198       (muse-mode-current-word): Similarly.  These don't seem to work
199       correctly, for unknown reasons.
200     
201     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
202       utilize.
204     modified files:
205      ChangeLog.2006 lisp/muse-mode.el muse.texi
208 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
210     Summary:
211       Fix buggy behavior in muse-browse-result.
212     Revision:
213       muse--main--1.0--patch-120
215     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
216       names to styles, based on the styles contained in the current Muse
217       project.  Thanks to kid kid for the analysis.
218     
219     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
220       specified as an argument.
222     modified files:
223      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
226 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
228     Summary:
229       muse-latex: Make images look better.
230     Revision:
231       muse--main--1.0--patch-119
233     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
234       be 75% the width of the page, which looks better.  Enclose images in
235       figures, and center them.
237     modified files:
238      ChangeLog.2006 lisp/muse-latex.el
241 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
243     Summary:
244       Fix a few image bugs.
245     Revision:
246       muse--main--1.0--patch-118
248     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
249       passing it to `muse-colors-inline-image-method'.  This makes images
250       with the same current directory and publishing directory get resolved
251       correctly.
252     
253     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
254       ".muse" extension to images.
256     modified files:
257      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
260 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
262     Summary:
263       Make build targets more consistent.
264     Revision:
265       muse--main--1.0--patch-117
267     * contrib/Makefile (install): Make build targets more consistent.  Thanks
268       to dsmith for the report.
269     
270     * lisp/Makefile (all, lisp, install): Ditto.
272     modified files:
273      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
274      lisp/Makefile
277 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
279     Summary:
280       cgi.el: Make this work without cl-seq.el.
281     Revision:
282       muse--main--1.0--patch-116
284     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
285       code.  Make this not depend on 'cl at runtime.
286       (cgi-position): New function that implements a simple replacement for
287       the position function found in cl-seq.el.
288       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
289       instead of `subseq'.
290     
291     * contrib/httpd.el: Credit myself.
293     modified files:
294      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
297 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
299     Summary:
300       Make publishing DTRT when using escaped list markup.
301     Revision:
302       muse--main--1.0--patch-115
304     * lisp/muse-publish.el (muse-publish-surround-text)
305       (muse-publish-markup-list): Ignore escaped list markup.
306     
307     * lisp/muse.el (muse-list-item-type): Docfix.
308       (muse-list-item-critical-point): New function that returns the point
309       where we should expect to find the first character in the current list
310       item markup.
311       (muse-forward-paragraph): Docfix and cosmetic change.
312       (muse-forward-list-item): Ignore escaped list markup.  This should fix
313       a few publishing errors that involve markup like =::=.
315     modified files:
316      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
319 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
321     Summary:
322       muse-publish: Get rid of warning when batch publishing.
323     Revision:
324       muse--main--1.0--patch-114
326     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
327       publishing warning message.
329     modified files:
330      ChangeLog.2006 Makefile.defs debian/changelog
331      lisp/muse-publish.el
334 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
336     Summary:
337       Try to fix face clobbering bug.
338     Revision:
339       muse--main--1.0--patch-113
341     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
342       the default value of the header faces.  It can be re-used.
343       (muse-make-faces): Simplify.  This should now fix the face clobbering
344       bug.
346     modified files:
347      ChangeLog.2006 lisp/muse-colors.el
350 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
352     Summary:
353       Re-add some cgi.el stuff and update my example config.
354     Revision:
355       muse--main--1.0--patch-112
357     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
358       they are mentioned in the documentation.
359     
360     * examples/mwolson/: Update.
362     modified files:
363      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
364      examples/mwolson/templates/footer.html
365      examples/mwolson/templates/header.html
368 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
370     Summary:
371       muse-mode: Make C-c C-e work better.
372     Revision:
373       muse--main--1.0--patch-111
375     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
376       that this is more robust.
378     modified files:
379      ChangeLog.2006 lisp/muse-mode.el
382 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
384     Summary:
385       muse-latex: Don't escape backslash in <example> regions.
386     Revision:
387       muse--main--1.0--patch-110
389     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
390       to escape the backslash after all.
391       (muse-latex-markup-specials-literal): Docfix.
392     
393     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
395     modified files:
396      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
399 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
401     Summary:
402       Allow tab characters in the target of explicit links.
403     Revision:
404       muse--main--1.0--patch-109
406     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
407       in the link target.  This doesn't seem like it could hurt anything, and
408       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
409       the report.
411     modified files:
412      ChangeLog.2006 lisp/muse-regexps.el
415 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
417     Summary:
418       muse-wiki: Fix bug that caused WikiWords not to publish or display.
419     Revision:
420       muse--main--1.0--patch-108
422     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
424     modified files:
425      ChangeLog.2006 Makefile.defs debian/changelog
426      lisp/muse-wiki.el
429 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
431     Summary:
432       Fix horrendous typo.
433     Revision:
434       muse--main--1.0--patch-107
436     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
437       strangeness.
439     modified files:
440      ChangeLog.2006 lisp/muse-publish.el
443 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
445     Summary:
446       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
447     Revision:
448       muse--main--1.0--patch-106
450     (Author: Per B. Sederberg <per@med.upenn.edu>)
451     
452     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
453       Option to not create implicit links to the current page.
454       (muse-wiki-handle-wikiword): Process the option to not create implicit
455       links to the current page.
457     modified files:
458      ChangeLog.2006 Makefile.defs debian/changelog
459      lisp/muse-wiki.el
461     new patches:
462      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
465 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
467     Summary:
468       Try to fix failure to recognize Muse file extension (6th attempt).
469     Revision:
470       muse--main--1.0--patch-105
472     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
473       init file is loaded.
474       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
475       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
476     
477     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
478       user's init file is loaded.  Explicitly add the Muse file extension
479       when muse.el is loaded, to make life simpler.
480       (muse-update-file-extension): Take several edge cases into account.
481       (muse-file-extension): Docfix.
482       (muse-update-file-extension-after-init): New function that causes the
483       file extension to be updated.
484     
485     * muse.texi (Projects): It is no longer necessary to call
486       `muse-mode-maybe' manually.
488     modified files:
489      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
492 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
494     Summary:
495       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
496     Revision:
497       muse--main--1.0--patch-104
499     (Author: Per B. Sederberg <per@med.upenn.edu>)
500     
501     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
502       to return a list of project files that have spaces.
503       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
504       spaces function.  Don't make this buffer-local.
506     modified files:
507      ChangeLog.2006 lisp/muse-wiki.el
509     new patches:
510      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
511      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
512      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
513      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
514      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
517 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
519     Summary:
520       Try to fix failure to recognize Muse file extension (5th attempt).
521     Revision:
522       muse--main--1.0--patch-103
524     * lisp/muse.el: To detect whether Emacs has fully started, check
525       `command-line-processed' instead of `inhibit-startup-hooks', since the
526       latter only exists for Emacs22.
528     modified files:
529      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
532 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
534     Summary:
535       muse-html: Add :style-sheet element.
536     Revision:
537       muse--main--1.0--patch-102
539     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
540       :style-sheet element.
541       ("html", "xhtml"): Add the :style-sheet element.
542     
543     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
544       style already exists.  Instead, just replace the existing style.
545       (muse-derive-style): Ditto.
546     
547     * muse.texi (Style Elements): Mention :style-sheet.
549     modified files:
550      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
551      muse.texi
554 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
556     Summary:
557       Try to fix failure to recognize Muse file extension (4th attempt).
558     Revision:
559       muse--main--1.0--patch-101
561     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
562       the command line.
564     modified files:
565      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
568 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
570     Summary:
571       Try to fix failure to recognize Muse file extension (3rd attempt).
572     Revision:
573       muse--main--1.0--patch-100
575     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
577     modified files:
578      ChangeLog.2006 lisp/muse.el
581 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
583     Summary:
584       Try to fix failure to recognize Muse file extension (2nd attempt).
585     Revision:
586       muse--main--1.0--patch-99
588     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
589       auto-mode-alist.
591     modified files:
592      ChangeLog.2006 lisp/muse.el
595 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
597     Summary:
598       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
599     Revision:
600       muse--main--1.0--patch-98
602     (Author: Per B. Sederberg <per@med.upenn.edu>)
603     
604     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
605       interwiki-regexp to search for any project file name.  This is so it
606       will match files with spaces.
608     modified files:
609      ChangeLog.2006 lisp/muse-wiki.el
611     new patches:
612      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
613      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
614      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
615      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
616      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
617      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
618      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
621 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
623     Summary:
624       Try to fix failure to recognize Muse file extension.
625     Revision:
626       muse--main--1.0--patch-97
628     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
629       of semantics.
630     
631     * lisp/muse.el: Call muse-update-file-extension in
632       muse-update-values-hook, instead of
633       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
634       emacs-startup-hook, so that the user has time to set this in their
635       .emacs file.
637     modified files:
638      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
641 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
643     Summary:
644       Make things in contrib directory installable.
645     Revision:
646       muse--main--1.0--patch-96
648     * Makefile (SUBDIRS): Add contrib.
649       (all): Add contrib.
650       (contrib): New target that compiles things in the contrib directory.
651       (install-bin): Add contrib.  Install things in the contrib directory.
652       Also install uncompiled things in the experimental directory.
653     
654     * contrib/Makefile: New Makefile for the contrib directory.
655     
656     * contrib/httpd.el (httpd-start): Fix compiler warnings.
657     
658     * debian/emacsen-install: Compile files in contrib directory in addition
659       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
660     
661     * debian/emacsen-startup: Add contrib directory to load-path.
662     
663     * experimental/Makefile (test): Remove target.
664       (install-uncompiled): New target that installs uncompiled files.
665     
666     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
667       (muse-update-file-extension): Fix a warning that occurred when doing
668       batch publishing.
670     new files:
671      contrib/.arch-ids/Makefile.id contrib/Makefile
673     modified files:
674      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
675      debian/changelog debian/emacsen-install debian/emacsen-startup
676      experimental/Makefile lisp/muse.el muse.texi
679 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
681     Summary:
682       Remove muse-registry.el.
683     Revision:
684       muse--main--1.0--patch-95
686     * lisp/muse-registry.el: Move to the Planner project, since it is a
687       better fit with Planner than Muse.
689     removed files:
690      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
692     modified files:
693      AUTHORS ChangeLog.2006
696 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
698     Summary:
699       Prepare Debian package for Arch snapshot.
700     Revision:
701       muse--main--1.0--patch-94
703     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
704       snapshot.
706     modified files:
707      ChangeLog.2006 Makefile.defs debian/changelog
710 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
712     Summary:
713       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
714     Revision:
715       muse--main--1.0--patch-93
717     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
718       `muse-wiki-hide-nop-tag' into account.
720     modified files:
721      ChangeLog.2006 lisp/muse-wiki.el
724 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
726     Summary:
727       Fix a couple of compiler warnings.
728     Revision:
729       muse--main--1.0--patch-92
731     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
733     modified files:
734      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
737 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
739     Summary:
740       Make interwiki links work with the new option.
741     Revision:
742       muse--main--1.0--patch-91
744     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
745       parameters.  Populate this correctly when
746       `muse-wiki-match-all-project-files' is non-nil.
748     modified files:
749      ChangeLog.2006 lisp/muse-wiki.el
752 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
754     Summary:
755       Permit table generation to be disabled for a single Muse page.
756     Revision:
757       muse--main--1.0--patch-90
759     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
760       data, don't publish the table.
761     
762     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
763     
764     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
765     
766     * lisp/muse-publish.el (muse-publish-table-fields): If the
767       "disable-tables" publishing directive exists for the current page, do
768       not generate a table.
769     
770     * muse.texi (Tables): Mention that table generation can be disabled for a
771       single page.
773     modified files:
774      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
775      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
778 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
780     Summary:
781       muse-wiki: Match filenames before WikiWords.
782     Revision:
783       muse--main--1.0--patch-89
785     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
786       filenames in project before the general WikiWord regexp.
788     modified files:
789      ChangeLog.2006 lisp/muse-wiki.el
792 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
794     Summary:
795       Use a better mechanism for updating autogenerated variables.
796     Revision:
797       muse--main--1.0--patch-88
799     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
800     
801     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
802     
803     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
804       muse-update-values-hook.
805     
806     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
807       muse-update-values-hook.
808     
809     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
810       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
811       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
812       error is fixed.
813       (muse-wiki-update-custom-values): Replace with function that gives a
814       warning and an explanation.
815     
816     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
817       example so that people who use it won't have a wrong value in
818       muse-mode-hook.
820     modified files:
821      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
822      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
823      lisp/muse.el
826 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
828     Summary:
829       muse-wiki: Implement implicit links for all files in project.
830     Revision:
831       muse--main--1.0--patch-87
833     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
834       don't get errors when trying to use it.
835     
836     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
837       muse-project-file-alist-hook.
838       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
839       into a recursive call.
840       (muse-wiki-update-wikiword-regexp): Call
841       `muse-wiki-update-local-wikiword-regexp'.
842     
843     (Author: Per B. Sederberg <per@med.upenn.edu>)
844     
845     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
846       muse-before-publish-hook and muse-mode-hook so that implicit links are
847       published properly.
848       (muse-wiki-wikiword-match-project-files): New option for determining
849       whether to match all project files as implicit links.  This is off by
850       default.
851       (muse-wiki-update-local-wikiword-regexp): New function to make the
852       wikiword-regexp local and append the files in the current project to
853       it.
855     modified files:
856      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
858     new patches:
859      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
860      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
861      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
862      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
863      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
864      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
865      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
866      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
867      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
868      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
869      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
870      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
871      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
872      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
875 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
877     Summary:
878       Update Muse's file-alist after saving any Muse page.
879     Revision:
880       muse--main--1.0--patch-86
882     * lisp/muse-project.el (muse-project-after-save-hook): New function that
883       causes Muse's file-alist to be updated when we are saving a Muse file.
884       This is added to after-save-hook.
886     modified files:
887      ChangeLog.2006 lisp/muse-project.el
890 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
892     Summary:
893       Add a hook that is called whenever Muse's file-alist is updated.
894     Revision:
895       muse--main--1.0--patch-85
897     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
898       executed after an update to muse-project-file-alist happens.
899       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
901     modified files:
902      ChangeLog.2006 lisp/muse-project.el
905 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
907     Summary:
908       muse-mode: Recognize definition lists when filling text.
909     Revision:
910       muse--main--1.0--patch-84
912     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
913       text.
914     
916     modified files:
917      ChangeLog.2006 lisp/muse-mode.el
920 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
922     Summary:
923       Remove unrelated part of patch-82.
924     Revision:
925       muse--main--1.0--patch-83
928     modified files:
929      ChangeLog.2006 lisp/muse-mode.el
932 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
934     Summary:
935       muse-journal: Fix dates in RSS feeds.
936     Revision:
937       muse--main--1.0--patch-82
939     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
940       date is in a format that RSS readers can handle.  Thanks to René
941       Stadler for the patch.
943     modified files:
944      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
947 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
949     Summary:
950       debian: Install ChangeLog properly.
951     Revision:
952       muse--main--1.0--patch-81
954     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
955       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
956       the breakage report.
958     modified files:
959      ChangeLog.2006 debian/rules
962 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
964     Summary:
965       Fix a bug triggered by batch-publishing.
966     Revision:
967       muse--main--1.0--patch-80
969     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
970       right algorithm turned out to be simpler than I had thought.  Thanks to
971       Sergei V. Fleytin for reporting breakage with the old method.
972       (muse-publish-file): Don't be overzealous when checking for an invalid
973       style -- use a simpler check.
974       (muse-batch-publish-files): Don't check for invalid styles here, since
975       we already do so in `muse-publish-file'.
977     modified files:
978      ChangeLog.2006 lisp/muse-publish.el
981 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
983     Summary:
984       muse.texi: Move some sections to a new Extending Muse chapter.
985     Revision:
986       muse--main--1.0--patch-79
988     * muse.texi (Extending Muse): New chapter containing nodes that deal with
989       extending Muse in various ways.
990       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
992     modified files:
993      ChangeLog.2006 muse.texi
996 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
998     Summary:
999       Fix a couple of recently-introduced bugs.
1000     Revision:
1001       muse--main--1.0--patch-78
1003     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1004       extra hard to preserve our settings for faces, especially after a new
1005       frame or splash screen.
1006     
1007     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1008       copied globally, to the extent the Emacs permits this.
1010     modified files:
1011      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1014 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1016     Summary:
1017       Update my example configuration file.
1018     Revision:
1019       muse--main--1.0--patch-77
1022     modified files:
1023      ChangeLog.2006 examples/mwolson/muse-init.el
1026 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1028     Summary:
1029       Remove cruft from patch logs.
1030     Revision:
1031       muse--main--1.0--patch-76
1034     modified files:
1035      ChangeLog.2006
1036      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1037      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1038      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1039      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1040      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1041      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1042      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1043      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1046 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1048     Summary:
1049       Make faces more robust and namespace-conforming.
1050     Revision:
1051       muse--main--1.0--patch-75
1053     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1054       face has documentation and a group.
1055       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1056       "-face" suffix.
1057       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1058       faces have documentation and a group.  Copy unconditionally from the
1059       related Emacs faces, rather than specifying face attributes.
1060       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1061       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1062       face names.
1063     
1064     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1065       the 'muse-link property rather than looking at the face.
1067     modified files:
1068      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1071 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1073     Summary:
1074       muse.texi: Mention the <code> tag.
1075     Revision:
1076       muse--main--1.0--patch-74
1078     * muse.texi (Emphasizing Text): Mention the <code> tag.
1080     modified files:
1081      ChangeLog.2006 muse.texi
1084 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1086     Summary:
1087       Fix bug in verse markup, undesired behavior with emdash.
1088     Revision:
1089       muse--main--1.0--patch-73
1091     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1092       around emdash.
1093     
1094     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1095     
1096     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1097     
1098     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1099       trailing whitespace to `muse-markup-text', in case the current
1100       publishing wishes to use them.
1101       (muse-publish-markup-verse): Insert newline without adding read-only
1102       properties to it.  This fixes a paragraph detection bug in HTML
1103       publishing.
1105     modified files:
1106      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1107      lisp/muse-publish.el lisp/muse-xml.el
1110 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1112     Summary:
1113       httpd.el: Update to work with newer versions of Emacs.
1114     Revision:
1115       muse--main--1.0--patch-72
1117     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1118       of Emacs.
1120     modified files:
1121      ChangeLog.2006 contrib/httpd.el
1124 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1126     Summary:
1127       muse-journal: Make custom RSS heading regexps possible.
1128     Revision:
1129       muse--main--1.0--patch-71
1131     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1132       determines the regexp to use when searching for an RSS heading.
1133       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1135     modified files:
1136      ChangeLog.2006 lisp/muse-journal.el
1139 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1141     Summary:
1142       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1143     Revision:
1144       muse--main--1.0--patch-70
1146     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1147       project to publish, indicate this in an error message.
1148     
1149     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1150       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1151       (muse-detect-invalid-style): New function that makes sure that the
1152       given style is in a valid format.
1153       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1154       publishing.
1156     modified files:
1157      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1160 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1162     Summary:
1163       muse-mode: Don't require muse-publish.el.
1164     Revision:
1165       muse--main--1.0--patch-69
1167     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1168       muse-publish.el.  This allows people to optionally have Muse mode
1169       without including the publishing features, as long as they never call a
1170       publishing function.  The documentation says that Muse is supposed to
1171       be modular in that way, so I guess we'd better follow it.
1172       (muse-insert-tag): Make sure that muse-publish is required before
1173       accessing `muse-publish-markup-tags'.
1175     modified files:
1176      ChangeLog.2006 lisp/muse-mode.el
1179 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1181     Summary:
1182       Minor code cleanup.
1183     Revision:
1184       muse--main--1.0--patch-68
1186     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1188     modified files:
1189      ChangeLog.2006 lisp/muse-mode.el
1192 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1194     Summary:
1195       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1196     Revision:
1197       muse--main--1.0--patch-67
1199     (Author: Per B. Sederberg <per@med.upenn.edu>)
1200     
1201     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1202       used for grepping.
1203       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1204       muse-find-backlinks C-c C-b
1205       (muse-grep): New function to envoke a search with the compiler.
1206       (muse-search-with-command): New function to search for text, optionally
1207       editing the command.
1208       (muse-search): New function to search for text.
1209       (muse-find-backlinks): New function to search for backlinks to the
1210       current page.
1212     modified files:
1213      ChangeLog.2006 lisp/muse-mode.el
1215     new patches:
1216      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1217      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1218      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1219      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1220      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1221      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1222      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1223      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1224      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1225      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1226      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1227      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1230 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1232     Summary:
1233       Make it easier to call context-specific region-escaping function.
1234     Revision:
1235       muse--main--1.0--patch-66
1237     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1238       returned from specials, call it with beg, end, ignore-read-only args.
1239       This allows for people to specify their own functions for escaping
1240       regions, depending on context.  See `muse-xml-decide-specials' in
1241       muse-xml-common.el.  This functionality already exists for escaping
1242       specials in strings.
1244     modified files:
1245      ChangeLog.2006 lisp/muse-publish.el
1248 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1250     Summary:
1251       Attempt to make new syntaxes easier to support.
1252     Revision:
1253       muse--main--1.0--patch-65
1255     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1256       and `muse-get-link-data'.
1257     
1258     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1259     
1260     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1261       (muse-make-link): Change argument name.
1262     
1263     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1264       (muse-get-link, muse-get-link-desc): New functions that return the link
1265       and the link description, respectively, from the given TARGET.  The
1266       idea is that at least one other markup syntax puts descriptions before
1267       links, so all they would have to do is re-define these two functions.
1269     modified files:
1270      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1271      lisp/muse-mode.el lisp/muse.el
1274 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1276     Summary:
1277       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1278     Revision:
1279       muse--main--1.0--patch-64
1281     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1282     
1283     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1284       `replace-in-string' is checked before `replace-regexp-in-string', since
1285       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1286       Ottaway for the heads up.
1288     modified files:
1289      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1292 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1294     Summary:
1295       muse-latex: Add footnotes to links so that they show up on printed copies.
1296     Revision:
1297       muse--main--1.0--patch-63
1299     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1300       'url-and-desc.  Display footnotes if we have both a link and a
1301       description, since we want URLs to show up on printed documents.
1302       (muse-latex-markup-specials-document): Escape the "@" character in the
1303       entire document.
1304     
1305     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1306       without descriptions and URLs with descriptions.  If no markup string
1307       exists for 'url-and-desc, fall back to 'url.
1309     modified files:
1310      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1313 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1315     Summary:
1316       Fix publishing error with multi-line wrapped list items.
1317     Revision:
1318       muse--main--1.0--patch-62
1320     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1321       multiple lines of a wrapped list item.
1323     modified files:
1324      ChangeLog.2006 lisp/muse-publish.el
1327 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1329     Summary:
1330       Add COPYING file; update headers.
1331     Revision:
1332       muse--main--1.0--patch-61
1334     * COPYING: New file containing the GNU GPL.
1335     
1336     * AUTHORS: Bookkeeping.
1337     
1338     * README: Add License section.  Change Muse homepage URL.
1339     
1340     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1341       have changed 15+ lines of code, since this is the amount that
1342       constitutes legal contribution to a software work, AFAICT.
1343     
1344     * examples/mwolson: Update contents of directory to match my current
1345       setup.
1346     
1347     * experimental/muse*.el, lisp/muse*.el: Update headers.
1348     
1349     * muse.texi: Change Muse homepage URL.
1351     new files:
1352      .arch-ids/COPYING.id COPYING
1354     modified files:
1355      AUTHORS ChangeLog.2006 README debian/copyright
1356      examples/mwolson/muse-init.el
1357      examples/mwolson/stylesheets/blog.css
1358      examples/mwolson/stylesheets/common.css
1359      examples/mwolson/stylesheets/print.css
1360      examples/mwolson/stylesheets/screen.css
1361      experimental/muse-cite.el experimental/muse-mathml.el
1362      experimental/muse-message.el lisp/muse-backlink.el
1363      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1364      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1365      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1366      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1367      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1368      lisp/muse-publish.el lisp/muse-regexps.el
1369      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1370      lisp/muse-xml.el lisp/muse.el muse.texi
1373 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1375     Summary:
1376       Update Muse XML schema.
1377     Revision:
1378       muse--main--1.0--patch-60
1380     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1381       history.  We'll call this v0.3 of the schema.
1382     
1383     * lisp/muse-xml-common.el: Update header.
1384       (muse-xml-markup-table): Fix table generation when attributes are not
1385       specified.
1387     modified files:
1388      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1391 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1393     Summary:
1394       Fix output for consecutive list items of same type.
1395     Revision:
1396       muse--main--1.0--patch-59
1398     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1399       post-indent and indent-found values local to each list item.  This
1400       should fix undesired behavior with consecutive list items of the same
1401       type.
1403     modified files:
1404      ChangeLog.2006 lisp/muse-publish.el
1407 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1409     Summary:
1410       Make C-> and C-< keybindings not indent nested items.
1411     Revision:
1412       muse--main--1.0--patch-58
1414     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1415       nested items.
1416     
1417     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1418       optional, and document this.
1420     modified files:
1421      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1424 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1426     Summary:
1427       Slightly improve flyspell integration.
1428     Revision:
1429       muse--main--1.0--patch-57
1431     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1432       property to determine whether we are at a link.
1434     modified files:
1435      ChangeLog.2006 lisp/muse-mode.el
1438 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1440     Summary:
1441       Make nested definition list items work much better.
1442     Revision:
1443       muse--main--1.0--patch-56
1445     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1446       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1447       move function.
1448       (muse-publish-surround-text): If we are to determine the indentation,
1449       but have found no list items, set indent to the empty string.  If we
1450       are to determine indentation but have found an item, get all leading
1451       whitespace and set indent to it.  Never try to determine post-indent
1452       using the first line.  Try to contain the amount of "damage" a nested
1453       list item can do to wrapped list item text.
1454     
1455     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1456       part so that it is easier to indicate the amount of desired initial
1457       whitespace.
1458     
1459     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1460       entry optional.
1461       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1462       merged into `muse-forward-list-item'.
1463       (muse-forward-list-item-1): New function that determines whether a
1464       nested list item is found.
1465       (muse-forward-list-item): Move hairy nested list detection algorithm
1466       into `muse-forward-list-item-1'.  Be extra careful about terminating
1467       when we go past the boundary.
1469     modified files:
1470      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1471      lisp/muse.el
1474 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1476     Summary:
1477       Add backlink support, thanks to Jim Ottaway.
1478     Revision:
1479       muse--main--1.0--patch-55
1481     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1482       variable that indicates whether Muse is fontifying the current buffer.
1483       (muse-colors-region): Set `muse-colors-fontifying' to t.
1484     
1485     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1486       support.  I've modified it slightly to get rid of the defadvice forms.
1488     new files:
1489      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1491     modified files:
1492      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1495 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1497     Summary:
1498       muse-protocols: Add Wikipedia support.
1499     Revision:
1500       muse--main--1.0--patch-54
1502     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1503       is used to look up terms on the Wikipedia website.
1504       (muse-wikipedia-country): New option that specifies the country code to
1505       use for Wikipedia.
1506       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1507       resolve and browse Wikipedia URLs.
1509     modified files:
1510      ChangeLog.2006 lisp/muse-protocols.el
1513 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1515     Summary:
1516       muse-protocols: Add DOI handling.
1517     Revision:
1518       muse--main--1.0--patch-53
1520     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1521       DOI's (digitial object identifiers) are a standard identifier used in
1522       the publishing industry.  Thanks to Phillip Lord for the patch.
1523       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1524       and browse DOI's.
1526     modified files:
1527      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1530 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1532     Summary:
1533       Refine previous patch.
1534     Revision:
1535       muse--main--1.0--patch-52
1537     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1538       ever use the fallback method.  Save point when using new method.
1540     modified files:
1541      ChangeLog.2006 lisp/muse-mode.el
1544 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1546     Summary:
1547       Make visiting of links a bit faster.
1548     Revision:
1549       muse--main--1.0--patch-51
1551     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1552       property.
1553       (muse-link-properties): If we are highlighting a link, add the
1554       muse-link property.
1555     
1556     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1557       exists at point, use it to bound the link.  Otherwise, use the old
1558       method.  This should make it easier to visit custom implicit link
1559       forms, since it does not require a change to muse-implicit-link-regexp.
1560     
1561     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1562       used when muse-colors.el is loaded.
1564     modified files:
1565      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1566      lisp/muse-regexps.el
1569 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1571     Summary:
1572       Make resolving of inline image paths more flexible.
1573     Revision:
1574       muse--main--1.0--patch-50
1576     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1577       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1578       option.  Make the fallback customization type a function rather than a
1579       symbol.
1580       (muse-colors-use-publishing-directory): New function that takes the
1581       best guess at where the current Muse file will be published and makes
1582       the given link relative to that.
1583       (muse-colors-insert-image): If muse-colors-inline-image-method is
1584       'default-directory, use the default directory.  If it is a function,
1585       call that function with LINK as an argument.  Otherwise, give up.
1587     modified files:
1588      ChangeLog.2006 lisp/muse-colors.el
1591 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1593     Summary:
1594       Fix inline image lockup.
1595     Revision:
1596       muse--main--1.0--patch-49
1598     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1599       patch-47.  This will prevent Muse from locking up after making a new
1600       inline image.
1602     modified files:
1603      ChangeLog.2006 lisp/muse-colors.el
1606 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1608     Summary:
1609       Fix publishing problem with XEmacs.
1610     Revision:
1611       muse--main--1.0--patch-48
1613     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1614       publishing problem when text at beginning of buffer is read-only.
1615       Thanks to Christian Clercin for the report.
1617     modified files:
1618      ChangeLog.2006 lisp/muse-publish.el
1621 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1623     Summary:
1624       Get increase and decrease of list indentation to work with complex cases.
1625     Revision:
1626       muse--main--1.0--patch-47
1628     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1629       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1630       to indicate this interpretation, though parens are different.
1631     
1632     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1633       (muse-alter-list-item-indentation): New function that alters the list
1634       structure at point.  The behavior to use is specified by the OPERATION
1635       argument.  Currently-supported operations are 'increase and 'decrease
1636       indentation level.  This now uses the same sort of list detection
1637       algorithm that is used during publishing, so it should work as expected
1638       for complicated cases.
1639       (muse-increase-list-item-indentation)
1640       (muse-decrease-list-item-indentation): Use
1641       `muse-alter-list-item-indentation'.
1643     modified files:
1644      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1647 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1649     Summary:
1650       Code simplification; improve muse-list-item-type function.
1651     Revision:
1652       muse--main--1.0--patch-46
1654     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1655       'dl-entry, instead of just returning 'dl.
1656       (muse-forward-dl-term, muse-forward-dl-entry): Use
1657       muse-forward-list-item.
1658       (muse-forward-dl-part): Remove, merge functionality into
1659       muse-forward-list-item.
1660       (muse-forward-list-item): Add a few conditions needed for skipping
1661       nested 'dl-term and 'dl-entry items.
1663     modified files:
1664      ChangeLog.2006 lisp/muse.el
1667 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1669     Summary:
1670       Put movement by list and paragraph functions in muse.el.
1671     Revision:
1672       muse--main--1.0--patch-45
1674     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1675       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1676       (muse-forward-list-item): Move here from muse-publish.el, so that
1677       muse-mode can make use of these.
1679     modified files:
1680      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1683 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1685     Summary:
1686       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1687     Revision:
1688       muse--main--1.0--patch-44
1690     (Author: Per B. Sederberg <per@med.upenn.edu>)
1691     
1692     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1693       decrease the current item indentation.
1694       (muse-get-paragraph-start): Helper function to determine the start of
1695       the current paragraph.
1696       (muse-insert-list-item): Cleaned up list item insertion code and made
1697       it handle definitions.
1698       (muse-increase-list-item-indentation): New interactive function to
1699       increase list item indentation.
1700       (muse-decrease-list-item-indentation): New interactive function to
1701       decrease list item indentation.
1703     modified files:
1704      ChangeLog.2006 lisp/muse-mode.el
1706     new patches:
1707      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1708      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1709      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1710      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1711      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1712      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1713      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1714      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1715      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1716      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1719 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1721     Summary:
1722       Use slightly better algorithm for removing initial whitespace.
1723     Revision:
1724       muse--main--1.0--patch-43
1726     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1727       the definition occurred on the same line as the term.
1728       (muse-publish-surround-text): Use a slightly better algorithm for
1729       removing initial indentation of list items.  This way, we preserve
1730       nesting of lists and also deal with same-level items that occur after
1731       nested items.  This probably doesn't make much of a difference in the
1732       output, but it should make support of nested definition lists a bit
1733       less troublesome in some cases.
1734       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1735       regexp.
1736       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1737       data.  Don't remove any text.  This makes the function easier to reuse
1738       in display-only situations.
1740     modified files:
1741      ChangeLog.2006 lisp/muse-publish.el
1744 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1746     Summary:
1747       In a preliminary way, make definition lists nest.
1748     Revision:
1749       muse--main--1.0--patch-42
1751     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1752       lists nest a bit better.
1753     
1754     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1755       use it anymore.
1757     modified files:
1758      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1761 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1763     Summary:
1764       Fix nested list regression.
1765     Revision:
1766       muse--main--1.0--patch-41
1768     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1769       original indentation value and use that.  This fixes a regression
1770       caused by the last patch.
1772     modified files:
1773      ChangeLog.2006 lisp/muse-publish.el
1776 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1778     Summary:
1779       Make code look nicer by using muse-forward-dl-* functions.
1780     Revision:
1781       muse--main--1.0--patch-40
1783     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1784       forms into muse-forward-dl-* for increased reusability.
1785       (muse-publish-surround-text): Call move function with an indent
1786       argument so that we don't have to use partial substitution in lambda
1787       forms.
1788       (muse-forward-dl-term): New function that moves forward to the next
1789       definition list term.
1790       (muse-forward-dl-entry): New function that moves forward to the next
1791       definition list entry.
1792       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1793       does not move past entire definition list items, only parts of them.
1794       (muse-publish-markup-list, muse-publish-markup-quote):
1795       (muse-publish-quote-tag): Use better lambda form, and include a
1796       parameter.
1798     modified files:
1799      ChangeLog.2006 lisp/muse-publish.el
1802 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1804     Summary:
1805       Handle blockquoted sections within lists properly.
1806     Revision:
1807       muse--main--1.0--patch-39
1809     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1810       property.  This should make blockquoted sections within a list do the
1811       right thing.
1812       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1813       behavior of `muse-forward-paragraph'.
1815     modified files:
1816      ChangeLog.2006 lisp/muse-publish.el
1819 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1821     Summary:
1822       Fix problem when previous list item was nested.
1823     Revision:
1824       muse--main--1.0--patch-38
1826     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1827       indicator at the correct place.  This fixes an error where a previous
1828       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1829       for the report.
1831     modified files:
1832      ChangeLog.2006 lisp/muse-publish.el
1835 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1837     Summary:
1838       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1839     Revision:
1840       muse--main--1.0--patch-37
1842     * muse.texi (Implicit Links): Mention how to customize the WikiName
1843       recognition, and note that if you're setting this manually, you have to
1844       call some additional code.  This should fix #5376.  Also remove local
1845       variables section at end, since it seems pointless.
1847     modified files:
1848      ChangeLog.2006 muse.texi
1851 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1853     Summary:
1854       Fix #5325: nested formatting not working in HTML output.
1855     Revision:
1856       muse--main--1.0--patch-36
1858     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1859       work.  I'm a bit worried about possible double-escaping, though.
1860       Perhaps we should write the context to a text property and escape it
1861       later.  This should fix #5325.
1863     modified files:
1864      ChangeLog.2006 lisp/muse-publish.el
1867 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1869     Summary:
1870       Make paragraphs respect the end of a list or list item.
1871     Revision:
1872       muse--main--1.0--patch-35
1874     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1875       end of a list (or list item), back up.  This allows for a nice side
1876       effect when using indented sentences in between list items.
1877     
1878     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1879     
1880     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1881     
1882     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1883       and end-item are marked up with end-list properties.
1885     modified files:
1886      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1887      lisp/muse-publish.el lisp/muse-xml.el
1890 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1892     Summary:
1893       Make sure an initial term exists before publishing definition list.
1894     Revision:
1895       muse--main--1.0--patch-34
1897     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1898       exists before publishing a definition list.
1900     modified files:
1901      ChangeLog.2006 lisp/muse-publish.el
1904 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1906     Summary:
1907       Add comments to nested list code.
1908     Revision:
1909       muse--main--1.0--patch-33
1911     * lisp/muse-publish.el (muse-publish-surround-dl)
1912       (muse-publish-surround-text, muse-forward-dl-item):
1913       (muse-forward-list-item): Add comments, since there were many
1914       intricacies that are probably not obvious to the casual reader.
1915       (muse-forward-dl-item): Remove no-op condition.
1917     modified files:
1918      ChangeLog.2006 lisp/muse-publish.el
1921 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1923     Summary:
1924       Make nested list items work when separated by one blank line.
1925     Revision:
1926       muse--main--1.0--patch-32
1928     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1929       muse-forward-dl-item instead of muse-forward-list-item.  On second
1930       thought, don't unconditionally insert a newline, as that breaks some
1931       things.
1932       (muse-forward-dl-item): New function that moves forward to the next
1933       definition list item.  This was factored out from
1934       muse-forward-list-item, since it was getting too complex for my liking.
1935       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1936       indented line, and skip past these if we have a blank line followed by
1937       an indented line.  "Indented" means "indented one past the current
1938       indentation level" here.  Remove some initial whitespace that was being
1939       overlooked before.
1941     modified files:
1942      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1945 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1947     Summary:
1948       Fix a couple of bugs in muse-wiki-resolve-project-page.
1949     Revision:
1950       muse--main--1.0--patch-31
1952     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1953       better algorithm for adding styles to a list.
1954     
1955     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1956       carefully.  This should fix one or two hard-to-explain bugs.
1958     modified files:
1959      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1962 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1964     Summary:
1965       Fix another definition list edge case.
1966     Revision:
1967       muse--main--1.0--patch-30
1969     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1970       unordered list immediately follows definition list term.
1972     modified files:
1973      ChangeLog.2006 lisp/muse-publish.el
1976 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1978     Summary:
1979       Pass all current definition list test cases.
1980     Revision:
1981       muse--main--1.0--patch-29
1983     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1984       line if definition is not on the same line as the term.
1985       (muse-forward-list-item): Fix publishing incorrectness that occurred
1986       when a non-dl list follows a definition list.  Always move to the right
1987       place so as to prevent extra empty dd elements from being published.
1989     modified files:
1990      ChangeLog.2006 lisp/muse-publish.el
1993 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1995     Summary:
1996       Merge consecutive definition list terms properly.
1997     Revision:
1998       muse--main--1.0--patch-28
2000     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2001       correctly.  This makes Muse merge several definition list items into
2002       one list.
2003       (muse-forward-list-item): Use simpler regexp for 'dl.
2004     
2005     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2006       definition lists, and make terms the 2nd matched text.
2008     modified files:
2009      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2012 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2014     Summary:
2015       Bookkeeping.
2016     Revision:
2017       muse--main--1.0--patch-27
2019     * AUTHORS: Update.
2020     
2021     * muse-colors.el, muse-mode.el: Credit contributions.
2023     modified files:
2024      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2027 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2029     Summary:
2030       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2031     Revision:
2032       muse--main--1.0--patch-26
2034     Patches applied:
2035     
2036      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2037        Added ability to show inline images in the Emacs buffer.
2038     
2039      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2040        Added enhanced list item insertion.
2041     
2042     Detailed log:
2043     
2044     (Author: Per B. Sederberg <per@med.upenn.edu>)
2045     
2046     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2047       list item.  New key mapping to toggle showing images.  Added a key
2048       mapping to insert a link to a file and modified the key map to insert a
2049       tag.
2050       (muse-on-blank-line): Helper function to determine if the point is on a
2051       line containing only blank spaces.
2052       (muse-insert-list-item): New interactive function to insert a new list
2053       item, taking into account the current list state.
2054       (muse-insert-relative-link-to-file): New function to insert a link to a
2055       file, relative to the default directory.
2056     
2057     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2058       for where to search for images to inline in the buffer.
2059       (muse-colors-inline-images): Added custom boolean field for whether to
2060       show inline images in the buffer.
2061       (muse-colors-toggle-inline-images): New function to toggle showing the
2062       inline images in the buffer.
2063       (muse-unhighlight-region): Now removes end-glyph text properties to
2064       support XEmacs.
2065       (muse-colors-resolve-image-file): New function to determine if a link
2066       is an image and whether the version of Emacs can support inline images.
2067       (muse-make-file-glyph): New function to create an image glyph if we are
2068       using XEmacs.
2069       (muse-colors-insert-image): New function to insert an image in an Emacs
2070       buffer.
2071       (muse-colors-explicit-link): Modified function to have the ability to
2072       insert an image instead of formatting the text of the link.
2074     modified files:
2075      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2077     new patches:
2078      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2079      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2080      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2081      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2082      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2085 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2087     Summary:
2088       Pass testcase for definition list and nested unordered list.
2089     Revision:
2090       muse--main--1.0--patch-25
2092     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2093       lists always have at least one entry.  This appears to do the right
2094       thing with a sample nested unordered list.
2096     modified files:
2097      ChangeLog.2006 lisp/muse-publish.el
2100 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2102     Summary:
2103       Some definition list fixes.
2104     Revision:
2105       muse--main--1.0--patch-24
2107     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2108       markup for end of list using the `muse-insert-markup-end-list'
2109       function.  Handle list items nested inside of a definition list.
2111     modified files:
2112      ChangeLog.2006 lisp/muse-publish.el
2115 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2117     Summary:
2118       Fix another wrapped list item edge case.
2119     Revision:
2120       muse--main--1.0--patch-23
2122     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2123       indentation in a region when we encounter any list items.  This should
2124       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2125       for the report.
2127     modified files:
2128      ChangeLog.2006 lisp/muse-publish.el
2131 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2133     Summary:
2134       Fix comment in Debian packaging.
2135     Revision:
2136       muse--main--1.0--patch-22
2138     * debian/emacsen-remove: Fix comment.
2140     modified files:
2141      ChangeLog.2006 debian/emacsen-remove
2144 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2146     Summary:
2147       muse-blosxom: Fix order of #tags line in header.
2148     Revision:
2149       muse--main--1.0--patch-21
2151     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2152       rather than before it.  Thanks to bkhl for the heads up.
2154     modified files:
2155      ChangeLog.2006 lisp/muse-blosxom.el
2158 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2160     Summary:
2161       muse-blosxom: Add ability to use tags in entries.
2162     Revision:
2163       muse--main--1.0--patch-20
2165     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2166       publish them.
2167       (muse-blosxom-use-tags): New option that specifies whether we are using
2168       tags.
2169       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2170       RET without entering one.
2172     modified files:
2173      ChangeLog.2006 lisp/muse-blosxom.el
2176 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2178     Summary:
2179       Fix backtrace when publishing unsaved files.
2180     Revision:
2181       muse--main--1.0--patch-19
2183     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2184       trying to publish a file that has not been saved, and give an
2185       explanation to the user.
2187     modified files:
2188      ChangeLog.2006 lisp/muse-publish.el
2191 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2193     Summary:
2194       muse-texinfo: Fix link suffix.
2195     Revision:
2196       muse--main--1.0--patch-18
2198     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2199       styles.  This should fix a bug where links in published info files use
2200       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2202     modified files:
2203      ChangeLog.2006 lisp/muse-texinfo.el
2206 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2208     Summary:
2209       Fix prompting of non-Muse buffers before publishing.
2210     Revision:
2211       muse--main--1.0--patch-17
2213     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2214       Stadler to ignore buffers that have no associated filename.  This fixes
2215       an annoyance where Muse prompts to save BBDB and ERC buffers before
2216       publishing.
2218     modified files:
2219      AUTHORS ChangeLog.2006 lisp/muse-project.el
2222 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2224     Summary:
2225       Fix wrapped nested list item edge case.
2226     Revision:
2227       muse--main--1.0--patch-16
2229     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2230       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2231       case.
2232       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2233       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2234     
2235     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2236       exactly one space character in front of a unnumbered or numbered list.
2237       This should make it easier to match every list instance, since
2238       definition lists can now be handled more nicely in
2239       muse-publish-markup-regexps.  This also has the effect of fixing a
2240       wrapped nested list item edge case.
2242     modified files:
2243      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2246 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2248     Summary:
2249       Fix edge case in muse-wiki-publish-pretty-title.
2250     Revision:
2251       muse--main--1.0--patch-15
2253     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2254       the document does not have a valid title, use the empty string.
2256     modified files:
2257      ChangeLog.2006 lisp/muse-wiki.el
2260 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2262     Summary:
2263       Use debian/compat to determine debhelper compat level.
2264     Revision:
2265       muse--main--1.0--patch-14
2267     * debian/compat: New file that sets the debhelper compatibility level to
2268       4.
2269     
2270     * debian/rules: Remove DH_COMPAT line.
2272     new files:
2273      debian/.arch-ids/compat.id debian/compat
2275     modified files:
2276      ChangeLog.2006 debian/rules
2279 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2281     Summary:
2282       Fix a couple of table-publishing edge cases.
2283     Revision:
2284       muse--main--1.0--patch-13
2286     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2287       publishing error that occurs when a table line is the last thing in a
2288       document.  Thanks to cymacs for the report and suggested fix.
2289       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2290       them.
2291     
2292     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2293       at the end of the 'end-table markup string.
2294     
2295     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2296     
2297     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2298     
2299     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2300       newline at the end of the table.  This should fix a problem with
2301       paragraphs after tables not being published as such.  Thanks to cymacs
2302       for the report.
2303     
2304     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2305       muse-insert-markup to insert a trailing newline.
2307     modified files:
2308      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2309      lisp/muse-publish.el lisp/muse-texinfo.el
2310      lisp/muse-xml-common.el lisp/muse-xml.el
2313 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2315     Summary:
2316       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2317     Revision:
2318       muse--main--1.0--patch-12
2321     new files:
2322      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2324     renamed files:
2325      .arch-ids/ChangeLog.id
2326        ==> .arch-ids/ChangeLog.2005.id
2327      ChangeLog
2328        ==> ChangeLog.2005
2331 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2333     Summary:
2334       Make muse-journal work with whole-document escaping.
2335     Revision:
2336       muse--main--1.0--patch-11
2338     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2339       by Emacs Muse" so that muse-journal does not get confused.
2340     
2341     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2342       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2343       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2344       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2345       have "Page published by Emacs Muse (begins|ends) here" in their header
2346       or footer, since muse-journal needs this in order to determine where
2347       entries begin and end.
2349     modified files:
2350      examples/mwolson/templates/footer.html
2351      examples/mwolson/templates/generic-footer.html
2352      examples/mwolson/templates/generic-header.html
2353      examples/mwolson/templates/header.html
2354      examples/mwolson/templates/header.tex lisp/muse-journal.el
2357 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2359     Summary:
2360       Get simple test case for definition lists to work.
2361     Revision:
2362       muse--main--1.0--patch-10
2364     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2365       publish properly.
2366       (muse-forward-list-item): Fix edge case.
2368     modified files:
2369      lisp/muse-publish.el
2372 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2374     Summary:
2375       Add documentation to some publishing functions.
2376     Revision:
2377       muse--main--1.0--patch-9
2379     * lisp/muse-publish.el (muse-publish-mark-read-only)
2380       (muse-publish-mark-noemphasis): Add documentation.
2382     modified files:
2383      lisp/muse-publish.el
2386 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2388     Summary:
2389       Fix an error with `custom-quote'.
2390     Revision:
2391       muse--main--1.0--patch-8
2393     * lisp/muse-project.el: Require 'cus-edit, since that is where
2394       `custom-quote' is defined.
2395     
2396     * muse.texi: Use copyright symbol.
2398     modified files:
2399      lisp/muse-project.el muse.texi
2402 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2404     Summary:
2405       muse-registry: update from author.
2406     Revision:
2407       muse--main--1.0--patch-7
2409     * lisp/muse-registry.el: Update to newest version from author.
2410       Re-tabify.
2412     modified files:
2413      lisp/muse-registry.el
2416 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2418     Summary:
2419       muse-latex: Handle double-quote edge case.
2420     Revision:
2421       muse--main--1.0--patch-6
2423     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2424       character begins the buffer.
2426     modified files:
2427      lisp/muse-latex.el
2430 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2432     Summary:
2433       Allow beginning and ending empty elements in tables.
2434     Revision:
2435       muse--main--1.0--patch-5
2437     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2438       whitespace after the field if we're at the end of a line.
2439       (muse-table-line-regexp): Allow the table to start with a "|".  The
2440       resulting initial empty cell isn't yet thrown away like it should be.
2442     modified files:
2443      lisp/muse-regexps.el
2446 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2448     Summary:
2449       muse-latex: Use \url to publish bare URLs.
2450     Revision:
2451       muse--main--1.0--patch-4
2453     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2454       \href for bare URLs.  Thanks to Na Li for the suggestion!
2456     modified files:
2457      lisp/muse-latex.el
2460 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2462     Summary:
2463       Create parents of output directories.
2464     Revision:
2465       muse--main--1.0--patch-3
2467     * lisp/muse-project.el (muse-project-publish-file): Create parent
2468       directories as well, if the output directory does not exist.  This can
2469       happen when we have nested directories in a project.
2471     modified files:
2472      lisp/muse-project.el
2475 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2477     Summary:
2478       Pick a better default if publishing with more than one style.
2479     Revision:
2480       muse--main--1.0--patch-2
2482     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2483       the list we return is in the right order.  That way, if more than one
2484       publishing rule matches a link, the first one is used, rather than the
2485       last.
2487     modified files:
2488      lisp/muse-project.el
2491 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2493     Summary:
2494       Oops, committed to the wrong archive.
2495     Revision:
2496       muse--main--1.0--patch-1
2498     Patches applied:
2499     
2500      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2501        Debian fixups.
2502     
2503      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2504        Another Debian fix.
2506     modified files:
2507      ChangeLog debian/emacsen-startup
2509     renamed files:
2510      debian/.arch-ids/NEWS.Debian.id
2511        ==> debian/.arch-ids/NEWS.id
2512      debian/NEWS.Debian
2513        ==> debian/NEWS
2515     new patches:
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2520 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2522     Summary:
2523       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2524     Revision:
2525       muse--main--1.0--base-0
2527     (automatically generated log message)
2529     new patches:
2530      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2531      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2532      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2533      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2534      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2535      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2536      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2537      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2538      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2539      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2540      ajk@iu.edu--2005/muse--main--1.0--base-0
2541      ajk@iu.edu--2005/muse--main--1.0--patch-1
2542      ajk@iu.edu--2005/muse--main--1.0--patch-2
2543      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2544      davidsmith@acm.org--main/muse--devo--1.0--base-0
2545      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2546      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2547      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2548      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2549      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2550      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2551      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2552      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2553      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2554      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2555      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2556      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2557      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2558      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2559      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2560      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2561      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2562      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2563      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2564      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2565      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2566      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2567      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2568      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2569      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2570      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2571      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2572      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2573      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2574      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2575      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2576      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2577      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2578      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2579      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2580      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2581      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2582      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2583      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2584      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2585      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2586      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2587      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2588      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2589      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2590      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2591      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2592      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2593      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2594      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2595      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2596      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2597      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2598      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2599      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2600      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2601      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2602      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2603      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2604      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2605      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2606      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2607      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2608      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2609      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2610      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2611      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2612      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2613      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2614      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2615      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2616      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2617      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2618      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2619      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2620      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2621      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2622      mwolson@gnu.org--2005/muse--main--1.0--base-0
2623      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2624      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2625      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2626      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2627      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2628      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2629      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2630      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2631      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2632      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2633      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2634      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2635      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2636      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2637      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2638      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2639      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2640      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2641      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2642      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2643      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2644      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2645      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2646      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2647      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2648      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2649      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2650      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2651      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2652      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2653      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2654      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2655      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2656      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2657      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2658      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2978      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2979      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2980      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2981      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2982      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2983      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2984      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2985      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2986      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2987      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2988      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2989      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2990      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2991      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2992      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2993      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2994      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2995      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2996      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2997      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2998      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2999      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3000      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3001      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3002      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3003      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3004      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3005      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3006      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3007      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3008      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3009      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3010      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3011      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3012      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3013      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3014      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3015      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3016      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3017      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3018      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3019      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3020      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3021      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8