Merged from mwolson@gnu.org--2006 (patch 99)
[muse-el.git] / ChangeLog.2006
blob2eafd7b2d73bae93ec80b2d3e47d49358d4ca5b6
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
7     Summary:
8       Try to fix failure to recognize Muse file extension (2nd attempt).
9     Revision:
10       muse--main--1.0--patch-99
12     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
13       auto-mode-alist.
15     modified files:
16      ChangeLog.2006 lisp/muse.el
19 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
21     Summary:
22       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
23     Revision:
24       muse--main--1.0--patch-98
26     (Author: Per B. Sederberg <per@med.upenn.edu>)
27     
28     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
29       interwiki-regexp to search for any project file name.  This is so it
30       will match files with spaces.
32     modified files:
33      ChangeLog.2006 lisp/muse-wiki.el
35     new patches:
36      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
37      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
38      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
39      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
40      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
41      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
42      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
45 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
47     Summary:
48       Try to fix failure to recognize Muse file extension.
49     Revision:
50       muse--main--1.0--patch-97
52     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
53       of semantics.
54     
55     * lisp/muse.el: Call muse-update-file-extension in
56       muse-update-values-hook, instead of
57       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
58       emacs-startup-hook, so that the user has time to set this in their
59       .emacs file.
61     modified files:
62      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
65 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
67     Summary:
68       Make things in contrib directory installable.
69     Revision:
70       muse--main--1.0--patch-96
72     * Makefile (SUBDIRS): Add contrib.
73       (all): Add contrib.
74       (contrib): New target that compiles things in the contrib directory.
75       (install-bin): Add contrib.  Install things in the contrib directory.
76       Also install uncompiled things in the experimental directory.
77     
78     * contrib/Makefile: New Makefile for the contrib directory.
79     
80     * contrib/httpd.el (httpd-start): Fix compiler warnings.
81     
82     * debian/emacsen-install: Compile files in contrib directory in addition
83       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
84     
85     * debian/emacsen-startup: Add contrib directory to load-path.
86     
87     * experimental/Makefile (test): Remove target.
88       (install-uncompiled): New target that installs uncompiled files.
89     
90     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
91       (muse-update-file-extension): Fix a warning that occurred when doing
92       batch publishing.
94     new files:
95      contrib/.arch-ids/Makefile.id contrib/Makefile
97     modified files:
98      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
99      debian/changelog debian/emacsen-install debian/emacsen-startup
100      experimental/Makefile lisp/muse.el muse.texi
103 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
105     Summary:
106       Remove muse-registry.el.
107     Revision:
108       muse--main--1.0--patch-95
110     * lisp/muse-registry.el: Move to the Planner project, since it is a
111       better fit with Planner than Muse.
113     removed files:
114      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
116     modified files:
117      AUTHORS ChangeLog.2006
120 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
122     Summary:
123       Prepare Debian package for Arch snapshot.
124     Revision:
125       muse--main--1.0--patch-94
127     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
128       snapshot.
130     modified files:
131      ChangeLog.2006 Makefile.defs debian/changelog
134 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
136     Summary:
137       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
138     Revision:
139       muse--main--1.0--patch-93
141     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
142       `muse-wiki-hide-nop-tag' into account.
144     modified files:
145      ChangeLog.2006 lisp/muse-wiki.el
148 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
150     Summary:
151       Fix a couple of compiler warnings.
152     Revision:
153       muse--main--1.0--patch-92
155     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
157     modified files:
158      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
161 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
163     Summary:
164       Make interwiki links work with the new option.
165     Revision:
166       muse--main--1.0--patch-91
168     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
169       parameters.  Populate this correctly when
170       `muse-wiki-match-all-project-files' is non-nil.
172     modified files:
173      ChangeLog.2006 lisp/muse-wiki.el
176 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
178     Summary:
179       Permit table generation to be disabled for a single Muse page.
180     Revision:
181       muse--main--1.0--patch-90
183     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
184       data, don't publish the table.
185     
186     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
187     
188     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
189     
190     * lisp/muse-publish.el (muse-publish-table-fields): If the
191       "disable-tables" publishing directive exists for the current page, do
192       not generate a table.
193     
194     * muse.texi (Tables): Mention that table generation can be disabled for a
195       single page.
197     modified files:
198      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
199      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
202 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
204     Summary:
205       muse-wiki: Match filenames before WikiWords.
206     Revision:
207       muse--main--1.0--patch-89
209     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
210       filenames in project before the general WikiWord regexp.
212     modified files:
213      ChangeLog.2006 lisp/muse-wiki.el
216 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
218     Summary:
219       Use a better mechanism for updating autogenerated variables.
220     Revision:
221       muse--main--1.0--patch-88
223     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
224     
225     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
226     
227     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
228       muse-update-values-hook.
229     
230     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
231       muse-update-values-hook.
232     
233     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
234       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
235       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
236       error is fixed.
237       (muse-wiki-update-custom-values): Replace with function that gives a
238       warning and an explanation.
239     
240     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
241       example so that people who use it won't have a wrong value in
242       muse-mode-hook.
244     modified files:
245      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
246      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
247      lisp/muse.el
250 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
252     Summary:
253       muse-wiki: Implement implicit links for all files in project.
254     Revision:
255       muse--main--1.0--patch-87
257     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
258       don't get errors when trying to use it.
259     
260     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
261       muse-project-file-alist-hook.
262       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
263       into a recursive call.
264       (muse-wiki-update-wikiword-regexp): Call
265       `muse-wiki-update-local-wikiword-regexp'.
266     
267     (Author: Per B. Sederberg <per@med.upenn.edu>)
268     
269     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
270       muse-before-publish-hook and muse-mode-hook so that implicit links are
271       published properly.
272       (muse-wiki-wikiword-match-project-files): New option for determining
273       whether to match all project files as implicit links.  This is off by
274       default.
275       (muse-wiki-update-local-wikiword-regexp): New function to make the
276       wikiword-regexp local and append the files in the current project to
277       it.
279     modified files:
280      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
282     new patches:
283      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
284      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
285      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
286      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
287      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
288      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
289      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
290      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
291      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
292      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
293      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
294      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
295      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
296      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
299 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
301     Summary:
302       Update Muse's file-alist after saving any Muse page.
303     Revision:
304       muse--main--1.0--patch-86
306     * lisp/muse-project.el (muse-project-after-save-hook): New function that
307       causes Muse's file-alist to be updated when we are saving a Muse file.
308       This is added to after-save-hook.
310     modified files:
311      ChangeLog.2006 lisp/muse-project.el
314 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
316     Summary:
317       Add a hook that is called whenever Muse's file-alist is updated.
318     Revision:
319       muse--main--1.0--patch-85
321     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
322       executed after an update to muse-project-file-alist happens.
323       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
325     modified files:
326      ChangeLog.2006 lisp/muse-project.el
329 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
331     Summary:
332       muse-mode: Recognize definition lists when filling text.
333     Revision:
334       muse--main--1.0--patch-84
336     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
337       text.
338     
340     modified files:
341      ChangeLog.2006 lisp/muse-mode.el
344 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
346     Summary:
347       Remove unrelated part of patch-82.
348     Revision:
349       muse--main--1.0--patch-83
352     modified files:
353      ChangeLog.2006 lisp/muse-mode.el
356 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
358     Summary:
359       muse-journal: Fix dates in RSS feeds.
360     Revision:
361       muse--main--1.0--patch-82
363     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
364       date is in a format that RSS readers can handle.  Thanks to René
365       Stadler for the patch.
367     modified files:
368      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
371 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
373     Summary:
374       debian: Install ChangeLog properly.
375     Revision:
376       muse--main--1.0--patch-81
378     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
379       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
380       the breakage report.
382     modified files:
383      ChangeLog.2006 debian/rules
386 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
388     Summary:
389       Fix a bug triggered by batch-publishing.
390     Revision:
391       muse--main--1.0--patch-80
393     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
394       right algorithm turned out to be simpler than I had thought.  Thanks to
395       Sergei V. Fleytin for reporting breakage with the old method.
396       (muse-publish-file): Don't be overzealous when checking for an invalid
397       style -- use a simpler check.
398       (muse-batch-publish-files): Don't check for invalid styles here, since
399       we already do so in `muse-publish-file'.
401     modified files:
402      ChangeLog.2006 lisp/muse-publish.el
405 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
407     Summary:
408       muse.texi: Move some sections to a new Extending Muse chapter.
409     Revision:
410       muse--main--1.0--patch-79
412     * muse.texi (Extending Muse): New chapter containing nodes that deal with
413       extending Muse in various ways.
414       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
416     modified files:
417      ChangeLog.2006 muse.texi
420 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
422     Summary:
423       Fix a couple of recently-introduced bugs.
424     Revision:
425       muse--main--1.0--patch-78
427     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
428       extra hard to preserve our settings for faces, especially after a new
429       frame or splash screen.
430     
431     * lisp/muse.el (muse-copy-face): New function that ensures the face is
432       copied globally, to the extent the Emacs permits this.
434     modified files:
435      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
438 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
440     Summary:
441       Update my example configuration file.
442     Revision:
443       muse--main--1.0--patch-77
446     modified files:
447      ChangeLog.2006 examples/mwolson/muse-init.el
450 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
452     Summary:
453       Remove cruft from patch logs.
454     Revision:
455       muse--main--1.0--patch-76
458     modified files:
459      ChangeLog.2006
460      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
461      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
462      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
463      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
464      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
465      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
466      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
467      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
470 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
472     Summary:
473       Make faces more robust and namespace-conforming.
474     Revision:
475       muse--main--1.0--patch-75
477     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
478       face has documentation and a group.
479       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
480       "-face" suffix.
481       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
482       faces have documentation and a group.  Copy unconditionally from the
483       related Emacs faces, rather than specifying face attributes.
484       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
485       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
486       face names.
487     
488     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
489       the 'muse-link property rather than looking at the face.
491     modified files:
492      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
495 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
497     Summary:
498       muse.texi: Mention the <code> tag.
499     Revision:
500       muse--main--1.0--patch-74
502     * muse.texi (Emphasizing Text): Mention the <code> tag.
504     modified files:
505      ChangeLog.2006 muse.texi
508 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
510     Summary:
511       Fix bug in verse markup, undesired behavior with emdash.
512     Revision:
513       muse--main--1.0--patch-73
515     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
516       around emdash.
517     
518     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
519     
520     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
521     
522     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
523       trailing whitespace to `muse-markup-text', in case the current
524       publishing wishes to use them.
525       (muse-publish-markup-verse): Insert newline without adding read-only
526       properties to it.  This fixes a paragraph detection bug in HTML
527       publishing.
529     modified files:
530      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
531      lisp/muse-publish.el lisp/muse-xml.el
534 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
536     Summary:
537       httpd.el: Update to work with newer versions of Emacs.
538     Revision:
539       muse--main--1.0--patch-72
541     * contrib/httpd.el (httpd-start): Update this to work with newer versions
542       of Emacs.
544     modified files:
545      ChangeLog.2006 contrib/httpd.el
548 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
550     Summary:
551       muse-journal: Make custom RSS heading regexps possible.
552     Revision:
553       muse--main--1.0--patch-71
555     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
556       determines the regexp to use when searching for an RSS heading.
557       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
559     modified files:
560      ChangeLog.2006 lisp/muse-journal.el
563 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
565     Summary:
566       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
567     Revision:
568       muse--main--1.0--patch-70
570     * lisp/muse-project.el (muse-project-publish): If we cannot find a
571       project to publish, indicate this in an error message.
572     
573     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
574       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
575       (muse-detect-invalid-style): New function that makes sure that the
576       given style is in a valid format.
577       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
578       publishing.
580     modified files:
581      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
584 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
586     Summary:
587       muse-mode: Don't require muse-publish.el.
588     Revision:
589       muse--main--1.0--patch-69
591     * lisp/muse-mode.el: Use a few autoloads instead of requiring
592       muse-publish.el.  This allows people to optionally have Muse mode
593       without including the publishing features, as long as they never call a
594       publishing function.  The documentation says that Muse is supposed to
595       be modular in that way, so I guess we'd better follow it.
596       (muse-insert-tag): Make sure that muse-publish is required before
597       accessing `muse-publish-markup-tags'.
599     modified files:
600      ChangeLog.2006 lisp/muse-mode.el
603 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
605     Summary:
606       Minor code cleanup.
607     Revision:
608       muse--main--1.0--patch-68
610     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
612     modified files:
613      ChangeLog.2006 lisp/muse-mode.el
616 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
618     Summary:
619       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
620     Revision:
621       muse--main--1.0--patch-67
623     (Author: Per B. Sederberg <per@med.upenn.edu>)
624     
625     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
626       used for grepping.
627       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
628       muse-find-backlinks C-c C-b
629       (muse-grep): New function to envoke a search with the compiler.
630       (muse-search-with-command): New function to search for text, optionally
631       editing the command.
632       (muse-search): New function to search for text.
633       (muse-find-backlinks): New function to search for backlinks to the
634       current page.
636     modified files:
637      ChangeLog.2006 lisp/muse-mode.el
639     new patches:
640      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
641      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
642      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
643      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
644      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
645      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
646      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
647      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
648      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
649      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
650      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
651      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
654 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
656     Summary:
657       Make it easier to call context-specific region-escaping function.
658     Revision:
659       muse--main--1.0--patch-66
661     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
662       returned from specials, call it with beg, end, ignore-read-only args.
663       This allows for people to specify their own functions for escaping
664       regions, depending on context.  See `muse-xml-decide-specials' in
665       muse-xml-common.el.  This functionality already exists for escaping
666       specials in strings.
668     modified files:
669      ChangeLog.2006 lisp/muse-publish.el
672 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
674     Summary:
675       Attempt to make new syntaxes easier to support.
676     Revision:
677       muse--main--1.0--patch-65
679     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
680       and `muse-get-link-data'.
681     
682     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
683     
684     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
685       (muse-make-link): Change argument name.
686     
687     * lisp/muse.el (muse-handle-explicit-link): Ditto.
688       (muse-get-link, muse-get-link-desc): New functions that return the link
689       and the link description, respectively, from the given TARGET.  The
690       idea is that at least one other markup syntax puts descriptions before
691       links, so all they would have to do is re-define these two functions.
693     modified files:
694      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
695      lisp/muse-mode.el lisp/muse.el
698 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
700     Summary:
701       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
702     Revision:
703       muse--main--1.0--patch-64
705     * Makefile.defs, lisp/muse-colors.el: Fix typo.
706     
707     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
708       `replace-in-string' is checked before `replace-regexp-in-string', since
709       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
710       Ottaway for the heads up.
712     modified files:
713      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
716 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
718     Summary:
719       muse-latex: Add footnotes to links so that they show up on printed copies.
720     Revision:
721       muse--main--1.0--patch-63
723     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
724       'url-and-desc.  Display footnotes if we have both a link and a
725       description, since we want URLs to show up on printed documents.
726       (muse-latex-markup-specials-document): Escape the "@" character in the
727       entire document.
728     
729     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
730       without descriptions and URLs with descriptions.  If no markup string
731       exists for 'url-and-desc, fall back to 'url.
733     modified files:
734      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
737 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
739     Summary:
740       Fix publishing error with multi-line wrapped list items.
741     Revision:
742       muse--main--1.0--patch-62
744     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
745       multiple lines of a wrapped list item.
747     modified files:
748      ChangeLog.2006 lisp/muse-publish.el
751 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
753     Summary:
754       Add COPYING file; update headers.
755     Revision:
756       muse--main--1.0--patch-61
758     * COPYING: New file containing the GNU GPL.
759     
760     * AUTHORS: Bookkeeping.
761     
762     * README: Add License section.  Change Muse homepage URL.
763     
764     * debian/copyright: Change Muse homepage URL.  Prune list to those who
765       have changed 15+ lines of code, since this is the amount that
766       constitutes legal contribution to a software work, AFAICT.
767     
768     * examples/mwolson: Update contents of directory to match my current
769       setup.
770     
771     * experimental/muse*.el, lisp/muse*.el: Update headers.
772     
773     * muse.texi: Change Muse homepage URL.
775     new files:
776      .arch-ids/COPYING.id COPYING
778     modified files:
779      AUTHORS ChangeLog.2006 README debian/copyright
780      examples/mwolson/muse-init.el
781      examples/mwolson/stylesheets/blog.css
782      examples/mwolson/stylesheets/common.css
783      examples/mwolson/stylesheets/print.css
784      examples/mwolson/stylesheets/screen.css
785      experimental/muse-cite.el experimental/muse-mathml.el
786      experimental/muse-message.el lisp/muse-backlink.el
787      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
788      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
789      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
790      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
791      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
792      lisp/muse-publish.el lisp/muse-regexps.el
793      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
794      lisp/muse-xml.el lisp/muse.el muse.texi
797 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
799     Summary:
800       Update Muse XML schema.
801     Revision:
802       muse--main--1.0--patch-60
804     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
805       history.  We'll call this v0.3 of the schema.
806     
807     * lisp/muse-xml-common.el: Update header.
808       (muse-xml-markup-table): Fix table generation when attributes are not
809       specified.
811     modified files:
812      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
815 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
817     Summary:
818       Fix output for consecutive list items of same type.
819     Revision:
820       muse--main--1.0--patch-59
822     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
823       post-indent and indent-found values local to each list item.  This
824       should fix undesired behavior with consecutive list items of the same
825       type.
827     modified files:
828      ChangeLog.2006 lisp/muse-publish.el
831 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
833     Summary:
834       Make C-> and C-< keybindings not indent nested items.
835     Revision:
836       muse--main--1.0--patch-58
838     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
839       nested items.
840     
841     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
842       optional, and document this.
844     modified files:
845      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
848 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
850     Summary:
851       Slightly improve flyspell integration.
852     Revision:
853       muse--main--1.0--patch-57
855     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
856       property to determine whether we are at a link.
858     modified files:
859      ChangeLog.2006 lisp/muse-mode.el
862 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
864     Summary:
865       Make nested definition list items work much better.
866     Revision:
867       muse--main--1.0--patch-56
869     * lisp/muse-publish.el (muse-publish-surround-dl): Use
870       `muse-forward-list-item'.  Don't pass indent and post-indent to the
871       move function.
872       (muse-publish-surround-text): If we are to determine the indentation,
873       but have found no list items, set indent to the empty string.  If we
874       are to determine indentation but have found an item, get all leading
875       whitespace and set indent to it.  Never try to determine post-indent
876       using the first line.  Try to contain the amount of "damage" a nested
877       list item can do to wrapped list item text.
878     
879     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
880       part so that it is easier to indicate the amount of desired initial
881       whitespace.
882     
883     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
884       entry optional.
885       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
886       merged into `muse-forward-list-item'.
887       (muse-forward-list-item-1): New function that determines whether a
888       nested list item is found.
889       (muse-forward-list-item): Move hairy nested list detection algorithm
890       into `muse-forward-list-item-1'.  Be extra careful about terminating
891       when we go past the boundary.
893     modified files:
894      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
895      lisp/muse.el
898 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
900     Summary:
901       Add backlink support, thanks to Jim Ottaway.
902     Revision:
903       muse--main--1.0--patch-55
905     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
906       variable that indicates whether Muse is fontifying the current buffer.
907       (muse-colors-region): Set `muse-colors-fontifying' to t.
908     
909     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
910       support.  I've modified it slightly to get rid of the defadvice forms.
912     new files:
913      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
915     modified files:
916      AUTHORS ChangeLog.2006 lisp/muse-colors.el
919 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
921     Summary:
922       muse-protocols: Add Wikipedia support.
923     Revision:
924       muse--main--1.0--patch-54
926     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
927       is used to look up terms on the Wikipedia website.
928       (muse-wikipedia-country): New option that specifies the country code to
929       use for Wikipedia.
930       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
931       resolve and browse Wikipedia URLs.
933     modified files:
934      ChangeLog.2006 lisp/muse-protocols.el
937 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
939     Summary:
940       muse-protocols: Add DOI handling.
941     Revision:
942       muse--main--1.0--patch-53
944     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
945       DOI's (digitial object identifiers) are a standard identifier used in
946       the publishing industry.  Thanks to Phillip Lord for the patch.
947       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
948       and browse DOI's.
950     modified files:
951      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
954 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
956     Summary:
957       Refine previous patch.
958     Revision:
959       muse--main--1.0--patch-52
961     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
962       ever use the fallback method.  Save point when using new method.
964     modified files:
965      ChangeLog.2006 lisp/muse-mode.el
968 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
970     Summary:
971       Make visiting of links a bit faster.
972     Revision:
973       muse--main--1.0--patch-51
975     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
976       property.
977       (muse-link-properties): If we are highlighting a link, add the
978       muse-link property.
979     
980     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
981       exists at point, use it to bound the link.  Otherwise, use the old
982       method.  This should make it easier to visit custom implicit link
983       forms, since it does not require a change to muse-implicit-link-regexp.
984     
985     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
986       used when muse-colors.el is loaded.
988     modified files:
989      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
990      lisp/muse-regexps.el
993 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
995     Summary:
996       Make resolving of inline image paths more flexible.
997     Revision:
998       muse--main--1.0--patch-50
1000     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1001       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1002       option.  Make the fallback customization type a function rather than a
1003       symbol.
1004       (muse-colors-use-publishing-directory): New function that takes the
1005       best guess at where the current Muse file will be published and makes
1006       the given link relative to that.
1007       (muse-colors-insert-image): If muse-colors-inline-image-method is
1008       'default-directory, use the default directory.  If it is a function,
1009       call that function with LINK as an argument.  Otherwise, give up.
1011     modified files:
1012      ChangeLog.2006 lisp/muse-colors.el
1015 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1017     Summary:
1018       Fix inline image lockup.
1019     Revision:
1020       muse--main--1.0--patch-49
1022     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1023       patch-47.  This will prevent Muse from locking up after making a new
1024       inline image.
1026     modified files:
1027      ChangeLog.2006 lisp/muse-colors.el
1030 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1032     Summary:
1033       Fix publishing problem with XEmacs.
1034     Revision:
1035       muse--main--1.0--patch-48
1037     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1038       publishing problem when text at beginning of buffer is read-only.
1039       Thanks to Christian Clercin for the report.
1041     modified files:
1042      ChangeLog.2006 lisp/muse-publish.el
1045 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1047     Summary:
1048       Get increase and decrease of list indentation to work with complex cases.
1049     Revision:
1050       muse--main--1.0--patch-47
1052     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1053       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1054       to indicate this interpretation, though parens are different.
1055     
1056     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1057       (muse-alter-list-item-indentation): New function that alters the list
1058       structure at point.  The behavior to use is specified by the OPERATION
1059       argument.  Currently-supported operations are 'increase and 'decrease
1060       indentation level.  This now uses the same sort of list detection
1061       algorithm that is used during publishing, so it should work as expected
1062       for complicated cases.
1063       (muse-increase-list-item-indentation)
1064       (muse-decrease-list-item-indentation): Use
1065       `muse-alter-list-item-indentation'.
1067     modified files:
1068      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1071 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1073     Summary:
1074       Code simplification; improve muse-list-item-type function.
1075     Revision:
1076       muse--main--1.0--patch-46
1078     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1079       'dl-entry, instead of just returning 'dl.
1080       (muse-forward-dl-term, muse-forward-dl-entry): Use
1081       muse-forward-list-item.
1082       (muse-forward-dl-part): Remove, merge functionality into
1083       muse-forward-list-item.
1084       (muse-forward-list-item): Add a few conditions needed for skipping
1085       nested 'dl-term and 'dl-entry items.
1087     modified files:
1088      ChangeLog.2006 lisp/muse.el
1091 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1093     Summary:
1094       Put movement by list and paragraph functions in muse.el.
1095     Revision:
1096       muse--main--1.0--patch-45
1098     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1099       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1100       (muse-forward-list-item): Move here from muse-publish.el, so that
1101       muse-mode can make use of these.
1103     modified files:
1104      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1107 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1109     Summary:
1110       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1111     Revision:
1112       muse--main--1.0--patch-44
1114     (Author: Per B. Sederberg <per@med.upenn.edu>)
1115     
1116     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1117       decrease the current item indentation.
1118       (muse-get-paragraph-start): Helper function to determine the start of
1119       the current paragraph.
1120       (muse-insert-list-item): Cleaned up list item insertion code and made
1121       it handle definitions.
1122       (muse-increase-list-item-indentation): New interactive function to
1123       increase list item indentation.
1124       (muse-decrease-list-item-indentation): New interactive function to
1125       decrease list item indentation.
1127     modified files:
1128      ChangeLog.2006 lisp/muse-mode.el
1130     new patches:
1131      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1132      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1133      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1134      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1135      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1136      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1137      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1138      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1139      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1140      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1143 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1145     Summary:
1146       Use slightly better algorithm for removing initial whitespace.
1147     Revision:
1148       muse--main--1.0--patch-43
1150     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1151       the definition occurred on the same line as the term.
1152       (muse-publish-surround-text): Use a slightly better algorithm for
1153       removing initial indentation of list items.  This way, we preserve
1154       nesting of lists and also deal with same-level items that occur after
1155       nested items.  This probably doesn't make much of a difference in the
1156       output, but it should make support of nested definition lists a bit
1157       less troublesome in some cases.
1158       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1159       regexp.
1160       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1161       data.  Don't remove any text.  This makes the function easier to reuse
1162       in display-only situations.
1164     modified files:
1165      ChangeLog.2006 lisp/muse-publish.el
1168 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1170     Summary:
1171       In a preliminary way, make definition lists nest.
1172     Revision:
1173       muse--main--1.0--patch-42
1175     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1176       lists nest a bit better.
1177     
1178     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1179       use it anymore.
1181     modified files:
1182      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1185 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1187     Summary:
1188       Fix nested list regression.
1189     Revision:
1190       muse--main--1.0--patch-41
1192     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1193       original indentation value and use that.  This fixes a regression
1194       caused by the last patch.
1196     modified files:
1197      ChangeLog.2006 lisp/muse-publish.el
1200 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1202     Summary:
1203       Make code look nicer by using muse-forward-dl-* functions.
1204     Revision:
1205       muse--main--1.0--patch-40
1207     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1208       forms into muse-forward-dl-* for increased reusability.
1209       (muse-publish-surround-text): Call move function with an indent
1210       argument so that we don't have to use partial substitution in lambda
1211       forms.
1212       (muse-forward-dl-term): New function that moves forward to the next
1213       definition list term.
1214       (muse-forward-dl-entry): New function that moves forward to the next
1215       definition list entry.
1216       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1217       does not move past entire definition list items, only parts of them.
1218       (muse-publish-markup-list, muse-publish-markup-quote):
1219       (muse-publish-quote-tag): Use better lambda form, and include a
1220       parameter.
1222     modified files:
1223      ChangeLog.2006 lisp/muse-publish.el
1226 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1228     Summary:
1229       Handle blockquoted sections within lists properly.
1230     Revision:
1231       muse--main--1.0--patch-39
1233     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1234       property.  This should make blockquoted sections within a list do the
1235       right thing.
1236       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1237       behavior of `muse-forward-paragraph'.
1239     modified files:
1240      ChangeLog.2006 lisp/muse-publish.el
1243 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1245     Summary:
1246       Fix problem when previous list item was nested.
1247     Revision:
1248       muse--main--1.0--patch-38
1250     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1251       indicator at the correct place.  This fixes an error where a previous
1252       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1253       for the report.
1255     modified files:
1256      ChangeLog.2006 lisp/muse-publish.el
1259 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1261     Summary:
1262       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1263     Revision:
1264       muse--main--1.0--patch-37
1266     * muse.texi (Implicit Links): Mention how to customize the WikiName
1267       recognition, and note that if you're setting this manually, you have to
1268       call some additional code.  This should fix #5376.  Also remove local
1269       variables section at end, since it seems pointless.
1271     modified files:
1272      ChangeLog.2006 muse.texi
1275 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1277     Summary:
1278       Fix #5325: nested formatting not working in HTML output.
1279     Revision:
1280       muse--main--1.0--patch-36
1282     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1283       work.  I'm a bit worried about possible double-escaping, though.
1284       Perhaps we should write the context to a text property and escape it
1285       later.  This should fix #5325.
1287     modified files:
1288      ChangeLog.2006 lisp/muse-publish.el
1291 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1293     Summary:
1294       Make paragraphs respect the end of a list or list item.
1295     Revision:
1296       muse--main--1.0--patch-35
1298     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1299       end of a list (or list item), back up.  This allows for a nice side
1300       effect when using indented sentences in between list items.
1301     
1302     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1303     
1304     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1305     
1306     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1307       and end-item are marked up with end-list properties.
1309     modified files:
1310      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1311      lisp/muse-publish.el lisp/muse-xml.el
1314 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1316     Summary:
1317       Make sure an initial term exists before publishing definition list.
1318     Revision:
1319       muse--main--1.0--patch-34
1321     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1322       exists before publishing a definition list.
1324     modified files:
1325      ChangeLog.2006 lisp/muse-publish.el
1328 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1330     Summary:
1331       Add comments to nested list code.
1332     Revision:
1333       muse--main--1.0--patch-33
1335     * lisp/muse-publish.el (muse-publish-surround-dl)
1336       (muse-publish-surround-text, muse-forward-dl-item):
1337       (muse-forward-list-item): Add comments, since there were many
1338       intricacies that are probably not obvious to the casual reader.
1339       (muse-forward-dl-item): Remove no-op condition.
1341     modified files:
1342      ChangeLog.2006 lisp/muse-publish.el
1345 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1347     Summary:
1348       Make nested list items work when separated by one blank line.
1349     Revision:
1350       muse--main--1.0--patch-32
1352     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1353       muse-forward-dl-item instead of muse-forward-list-item.  On second
1354       thought, don't unconditionally insert a newline, as that breaks some
1355       things.
1356       (muse-forward-dl-item): New function that moves forward to the next
1357       definition list item.  This was factored out from
1358       muse-forward-list-item, since it was getting too complex for my liking.
1359       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1360       indented line, and skip past these if we have a blank line followed by
1361       an indented line.  "Indented" means "indented one past the current
1362       indentation level" here.  Remove some initial whitespace that was being
1363       overlooked before.
1365     modified files:
1366      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1369 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1371     Summary:
1372       Fix a couple of bugs in muse-wiki-resolve-project-page.
1373     Revision:
1374       muse--main--1.0--patch-31
1376     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1377       better algorithm for adding styles to a list.
1378     
1379     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1380       carefully.  This should fix one or two hard-to-explain bugs.
1382     modified files:
1383      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1386 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1388     Summary:
1389       Fix another definition list edge case.
1390     Revision:
1391       muse--main--1.0--patch-30
1393     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1394       unordered list immediately follows definition list term.
1396     modified files:
1397      ChangeLog.2006 lisp/muse-publish.el
1400 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1402     Summary:
1403       Pass all current definition list test cases.
1404     Revision:
1405       muse--main--1.0--patch-29
1407     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1408       line if definition is not on the same line as the term.
1409       (muse-forward-list-item): Fix publishing incorrectness that occurred
1410       when a non-dl list follows a definition list.  Always move to the right
1411       place so as to prevent extra empty dd elements from being published.
1413     modified files:
1414      ChangeLog.2006 lisp/muse-publish.el
1417 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1419     Summary:
1420       Merge consecutive definition list terms properly.
1421     Revision:
1422       muse--main--1.0--patch-28
1424     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1425       correctly.  This makes Muse merge several definition list items into
1426       one list.
1427       (muse-forward-list-item): Use simpler regexp for 'dl.
1428     
1429     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1430       definition lists, and make terms the 2nd matched text.
1432     modified files:
1433      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1436 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1438     Summary:
1439       Bookkeeping.
1440     Revision:
1441       muse--main--1.0--patch-27
1443     * AUTHORS: Update.
1444     
1445     * muse-colors.el, muse-mode.el: Credit contributions.
1447     modified files:
1448      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1451 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1453     Summary:
1454       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1455     Revision:
1456       muse--main--1.0--patch-26
1458     Patches applied:
1459     
1460      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1461        Added ability to show inline images in the Emacs buffer.
1462     
1463      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1464        Added enhanced list item insertion.
1465     
1466     Detailed log:
1467     
1468     (Author: Per B. Sederberg <per@med.upenn.edu>)
1469     
1470     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1471       list item.  New key mapping to toggle showing images.  Added a key
1472       mapping to insert a link to a file and modified the key map to insert a
1473       tag.
1474       (muse-on-blank-line): Helper function to determine if the point is on a
1475       line containing only blank spaces.
1476       (muse-insert-list-item): New interactive function to insert a new list
1477       item, taking into account the current list state.
1478       (muse-insert-relative-link-to-file): New function to insert a link to a
1479       file, relative to the default directory.
1480     
1481     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1482       for where to search for images to inline in the buffer.
1483       (muse-colors-inline-images): Added custom boolean field for whether to
1484       show inline images in the buffer.
1485       (muse-colors-toggle-inline-images): New function to toggle showing the
1486       inline images in the buffer.
1487       (muse-unhighlight-region): Now removes end-glyph text properties to
1488       support XEmacs.
1489       (muse-colors-resolve-image-file): New function to determine if a link
1490       is an image and whether the version of Emacs can support inline images.
1491       (muse-make-file-glyph): New function to create an image glyph if we are
1492       using XEmacs.
1493       (muse-colors-insert-image): New function to insert an image in an Emacs
1494       buffer.
1495       (muse-colors-explicit-link): Modified function to have the ability to
1496       insert an image instead of formatting the text of the link.
1498     modified files:
1499      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1501     new patches:
1502      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1503      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1504      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1505      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1506      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1509 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1511     Summary:
1512       Pass testcase for definition list and nested unordered list.
1513     Revision:
1514       muse--main--1.0--patch-25
1516     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1517       lists always have at least one entry.  This appears to do the right
1518       thing with a sample nested unordered list.
1520     modified files:
1521      ChangeLog.2006 lisp/muse-publish.el
1524 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1526     Summary:
1527       Some definition list fixes.
1528     Revision:
1529       muse--main--1.0--patch-24
1531     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1532       markup for end of list using the `muse-insert-markup-end-list'
1533       function.  Handle list items nested inside of a definition list.
1535     modified files:
1536      ChangeLog.2006 lisp/muse-publish.el
1539 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1541     Summary:
1542       Fix another wrapped list item edge case.
1543     Revision:
1544       muse--main--1.0--patch-23
1546     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1547       indentation in a region when we encounter any list items.  This should
1548       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1549       for the report.
1551     modified files:
1552      ChangeLog.2006 lisp/muse-publish.el
1555 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1557     Summary:
1558       Fix comment in Debian packaging.
1559     Revision:
1560       muse--main--1.0--patch-22
1562     * debian/emacsen-remove: Fix comment.
1564     modified files:
1565      ChangeLog.2006 debian/emacsen-remove
1568 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1570     Summary:
1571       muse-blosxom: Fix order of #tags line in header.
1572     Revision:
1573       muse--main--1.0--patch-21
1575     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1576       rather than before it.  Thanks to bkhl for the heads up.
1578     modified files:
1579      ChangeLog.2006 lisp/muse-blosxom.el
1582 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1584     Summary:
1585       muse-blosxom: Add ability to use tags in entries.
1586     Revision:
1587       muse--main--1.0--patch-20
1589     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1590       publish them.
1591       (muse-blosxom-use-tags): New option that specifies whether we are using
1592       tags.
1593       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1594       RET without entering one.
1596     modified files:
1597      ChangeLog.2006 lisp/muse-blosxom.el
1600 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1602     Summary:
1603       Fix backtrace when publishing unsaved files.
1604     Revision:
1605       muse--main--1.0--patch-19
1607     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1608       trying to publish a file that has not been saved, and give an
1609       explanation to the user.
1611     modified files:
1612      ChangeLog.2006 lisp/muse-publish.el
1615 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1617     Summary:
1618       muse-texinfo: Fix link suffix.
1619     Revision:
1620       muse--main--1.0--patch-18
1622     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1623       styles.  This should fix a bug where links in published info files use
1624       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1626     modified files:
1627      ChangeLog.2006 lisp/muse-texinfo.el
1630 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1632     Summary:
1633       Fix prompting of non-Muse buffers before publishing.
1634     Revision:
1635       muse--main--1.0--patch-17
1637     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1638       Stadler to ignore buffers that have no associated filename.  This fixes
1639       an annoyance where Muse prompts to save BBDB and ERC buffers before
1640       publishing.
1642     modified files:
1643      AUTHORS ChangeLog.2006 lisp/muse-project.el
1646 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1648     Summary:
1649       Fix wrapped nested list item edge case.
1650     Revision:
1651       muse--main--1.0--patch-16
1653     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1654       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1655       case.
1656       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1657       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1658     
1659     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1660       exactly one space character in front of a unnumbered or numbered list.
1661       This should make it easier to match every list instance, since
1662       definition lists can now be handled more nicely in
1663       muse-publish-markup-regexps.  This also has the effect of fixing a
1664       wrapped nested list item edge case.
1666     modified files:
1667      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1670 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1672     Summary:
1673       Fix edge case in muse-wiki-publish-pretty-title.
1674     Revision:
1675       muse--main--1.0--patch-15
1677     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1678       the document does not have a valid title, use the empty string.
1680     modified files:
1681      ChangeLog.2006 lisp/muse-wiki.el
1684 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1686     Summary:
1687       Use debian/compat to determine debhelper compat level.
1688     Revision:
1689       muse--main--1.0--patch-14
1691     * debian/compat: New file that sets the debhelper compatibility level to
1692       4.
1693     
1694     * debian/rules: Remove DH_COMPAT line.
1696     new files:
1697      debian/.arch-ids/compat.id debian/compat
1699     modified files:
1700      ChangeLog.2006 debian/rules
1703 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1705     Summary:
1706       Fix a couple of table-publishing edge cases.
1707     Revision:
1708       muse--main--1.0--patch-13
1710     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1711       publishing error that occurs when a table line is the last thing in a
1712       document.  Thanks to cymacs for the report and suggested fix.
1713       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1714       them.
1715     
1716     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1717       at the end of the 'end-table markup string.
1718     
1719     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1720     
1721     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1722     
1723     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1724       newline at the end of the table.  This should fix a problem with
1725       paragraphs after tables not being published as such.  Thanks to cymacs
1726       for the report.
1727     
1728     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1729       muse-insert-markup to insert a trailing newline.
1731     modified files:
1732      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1733      lisp/muse-publish.el lisp/muse-texinfo.el
1734      lisp/muse-xml-common.el lisp/muse-xml.el
1737 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1739     Summary:
1740       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1741     Revision:
1742       muse--main--1.0--patch-12
1745     new files:
1746      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1748     renamed files:
1749      .arch-ids/ChangeLog.id
1750        ==> .arch-ids/ChangeLog.2005.id
1751      ChangeLog
1752        ==> ChangeLog.2005
1755 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1757     Summary:
1758       Make muse-journal work with whole-document escaping.
1759     Revision:
1760       muse--main--1.0--patch-11
1762     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1763       by Emacs Muse" so that muse-journal does not get confused.
1764     
1765     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1766       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1767       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1768       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1769       have "Page published by Emacs Muse (begins|ends) here" in their header
1770       or footer, since muse-journal needs this in order to determine where
1771       entries begin and end.
1773     modified files:
1774      examples/mwolson/templates/footer.html
1775      examples/mwolson/templates/generic-footer.html
1776      examples/mwolson/templates/generic-header.html
1777      examples/mwolson/templates/header.html
1778      examples/mwolson/templates/header.tex lisp/muse-journal.el
1781 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1783     Summary:
1784       Get simple test case for definition lists to work.
1785     Revision:
1786       muse--main--1.0--patch-10
1788     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1789       publish properly.
1790       (muse-forward-list-item): Fix edge case.
1792     modified files:
1793      lisp/muse-publish.el
1796 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1798     Summary:
1799       Add documentation to some publishing functions.
1800     Revision:
1801       muse--main--1.0--patch-9
1803     * lisp/muse-publish.el (muse-publish-mark-read-only)
1804       (muse-publish-mark-noemphasis): Add documentation.
1806     modified files:
1807      lisp/muse-publish.el
1810 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1812     Summary:
1813       Fix an error with `custom-quote'.
1814     Revision:
1815       muse--main--1.0--patch-8
1817     * lisp/muse-project.el: Require 'cus-edit, since that is where
1818       `custom-quote' is defined.
1819     
1820     * muse.texi: Use copyright symbol.
1822     modified files:
1823      lisp/muse-project.el muse.texi
1826 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1828     Summary:
1829       muse-registry: update from author.
1830     Revision:
1831       muse--main--1.0--patch-7
1833     * lisp/muse-registry.el: Update to newest version from author.
1834       Re-tabify.
1836     modified files:
1837      lisp/muse-registry.el
1840 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1842     Summary:
1843       muse-latex: Handle double-quote edge case.
1844     Revision:
1845       muse--main--1.0--patch-6
1847     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1848       character begins the buffer.
1850     modified files:
1851      lisp/muse-latex.el
1854 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1856     Summary:
1857       Allow beginning and ending empty elements in tables.
1858     Revision:
1859       muse--main--1.0--patch-5
1861     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1862       whitespace after the field if we're at the end of a line.
1863       (muse-table-line-regexp): Allow the table to start with a "|".  The
1864       resulting initial empty cell isn't yet thrown away like it should be.
1866     modified files:
1867      lisp/muse-regexps.el
1870 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1872     Summary:
1873       muse-latex: Use \url to publish bare URLs.
1874     Revision:
1875       muse--main--1.0--patch-4
1877     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1878       \href for bare URLs.  Thanks to Na Li for the suggestion!
1880     modified files:
1881      lisp/muse-latex.el
1884 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1886     Summary:
1887       Create parents of output directories.
1888     Revision:
1889       muse--main--1.0--patch-3
1891     * lisp/muse-project.el (muse-project-publish-file): Create parent
1892       directories as well, if the output directory does not exist.  This can
1893       happen when we have nested directories in a project.
1895     modified files:
1896      lisp/muse-project.el
1899 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1901     Summary:
1902       Pick a better default if publishing with more than one style.
1903     Revision:
1904       muse--main--1.0--patch-2
1906     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1907       the list we return is in the right order.  That way, if more than one
1908       publishing rule matches a link, the first one is used, rather than the
1909       last.
1911     modified files:
1912      lisp/muse-project.el
1915 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
1917     Summary:
1918       Oops, committed to the wrong archive.
1919     Revision:
1920       muse--main--1.0--patch-1
1922     Patches applied:
1923     
1924      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
1925        Debian fixups.
1926     
1927      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
1928        Another Debian fix.
1930     modified files:
1931      ChangeLog debian/emacsen-startup
1933     renamed files:
1934      debian/.arch-ids/NEWS.Debian.id
1935        ==> debian/.arch-ids/NEWS.id
1936      debian/NEWS.Debian
1937        ==> debian/NEWS
1939     new patches:
1940      mwolson@gnu.org--2005/muse--main--1.0--patch-356
1941      mwolson@gnu.org--2005/muse--main--1.0--patch-357
1944 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
1946     Summary:
1947       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
1948     Revision:
1949       muse--main--1.0--base-0
1951     (automatically generated log message)
1953     new patches:
1954      ajk@iu.edu--2005/muse--ajk--1.0--base-0
1955      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
1956      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
1957      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
1958      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
1959      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
1960      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
1961      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
1962      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
1963      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
1964      ajk@iu.edu--2005/muse--main--1.0--base-0
1965      ajk@iu.edu--2005/muse--main--1.0--patch-1
1966      ajk@iu.edu--2005/muse--main--1.0--patch-2
1967      davidsmith@acm.org--2005/muse--devo--1.0--base-0
1968      davidsmith@acm.org--main/muse--devo--1.0--base-0
1969      davidsmith@acm.org--main/muse--devo--1.0--patch-1
1970      davidsmith@acm.org--main/muse--devo--1.0--patch-2
1971      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1972      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1973      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1974      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1975      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1976      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1977      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1978      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1979      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1980      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1981      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1982      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1983      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1984      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1985      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1986      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1987      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1988      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1989      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1990      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1991      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1992      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1993      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1994      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1995      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1996      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1997      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1998      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1999      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2000      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2001      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2002      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2003      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2004      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2005      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2006      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2007      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2008      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2009      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2010      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2011      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2012      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2013      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2014      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2015      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2016      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2017      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2018      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2019      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2020      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2021      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2022      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2023      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2024      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2025      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2026      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2027      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2028      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2029      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2030      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2031      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2032      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2033      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2034      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2035      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2036      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2037      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2038      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2039      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2040      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2041      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2042      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2043      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2044      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2045      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2046      mwolson@gnu.org--2005/muse--main--1.0--base-0
2047      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2048      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2049      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2050      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2051      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2052      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2053      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2054      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2055      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2056      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2057      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2058      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2059      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2060      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2061      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2062      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2063      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2064      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2065      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2066      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2067      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2068      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2069      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2070      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2071      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2072      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2073      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2074      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2075      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2076      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2077      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2078      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2079      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2080      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2081      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2082      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2083      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2084      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2085      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2086      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2087      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2088      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2089      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2090      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2091      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2092      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2093      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2094      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2095      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2096      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2097      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2098      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2099      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2100      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2101      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2102      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2103      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2104      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2105      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2106      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2107      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2108      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2109      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2110      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2111      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2112      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2113      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2114      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2115      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2116      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2117      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2118      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2119      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2120      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2121      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2122      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2123      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2124      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2125      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2126      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2127      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2128      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2129      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2130      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2131      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2132      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2133      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2134      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2135      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2136      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2137      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2138      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2141      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2142      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2143      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2144      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2145      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2146      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2147      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2148      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2149      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2150      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2151      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2152      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2153      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2154      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2155      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2156      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2157      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2158      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2159      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2160      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2161      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2162      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2163      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2164      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2165      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2166      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2167      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2168      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2169      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2170      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2171      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2172      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2173      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2174      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2175      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2176      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2177      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2178      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2179      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2180      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2181      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2182      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2183      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2184      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2185      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2186      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2187      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2188      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2189      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2190      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2191      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2192      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2193      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2194      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2195      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2196      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2197      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2198      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2231      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2232      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2233      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2234      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2235      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2236      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2237      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2238      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2239      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2240      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2241      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2242      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2243      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2244      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2245      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2287      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2288      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2289      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2290      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2291      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2292      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2293      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2294      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2297      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2298      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2299      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2300      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2301      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2302      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2303      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2304      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2305      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2306      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2307      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2308      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2309      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2310      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2311      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2312      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2313      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2314      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2315      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2316      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2317      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2318      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2319      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2320      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2321      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2322      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2323      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2324      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2325      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2326      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2327      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2328      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2329      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2330      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2331      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2332      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2333      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2334      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2335      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2336      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2337      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2338      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2339      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2340      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2341      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2342      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2345      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2346      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2347      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2348      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2349      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2350      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2351      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2352      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2353      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2354      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2355      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2356      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2357      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2358      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2359      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2360      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2361      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2362      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2363      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2364      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2365      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2366      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2367      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2368      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2369      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2370      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2371      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2372      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2373      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2374      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2375      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2376      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2377      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2378      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2379      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2380      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2381      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2382      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2383      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2384      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2385      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2386      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2387      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2388      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2389      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2390      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2391      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2392      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2393      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2394      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2395      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2396      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2397      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2398      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2399      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2400      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2401      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2402      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2403      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2404      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2405      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2406      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2407      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2408      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2409      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2410      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2411      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2412      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2413      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2414      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2415      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2416      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2417      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2418      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2419      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2420      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2421      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2422      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2423      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2424      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2425      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2426      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2427      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2428      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2429      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2430      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2431      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2432      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2433      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2434      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2435      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2436      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2437      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2438      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2439      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2440      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2441      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2442      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2443      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2444      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2445      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8