Prepare Debian package for Arch snapshot.
[muse-el.git] / ChangeLog.2006
blob007c6257be2459033348b58400584c7c28711394
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-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
7     Summary:
8       Prepare Debian package for Arch snapshot.
9     Revision:
10       muse--main--1.0--patch-94
12     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
13       snapshot.
15     modified files:
16      ChangeLog.2006 Makefile.defs debian/changelog
19 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
21     Summary:
22       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
23     Revision:
24       muse--main--1.0--patch-93
26     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
27       `muse-wiki-hide-nop-tag' into account.
29     modified files:
30      ChangeLog.2006 lisp/muse-wiki.el
33 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
35     Summary:
36       Fix a couple of compiler warnings.
37     Revision:
38       muse--main--1.0--patch-92
40     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
42     modified files:
43      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
46 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
48     Summary:
49       Make interwiki links work with the new option.
50     Revision:
51       muse--main--1.0--patch-91
53     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
54       parameters.  Populate this correctly when
55       `muse-wiki-match-all-project-files' is non-nil.
57     modified files:
58      ChangeLog.2006 lisp/muse-wiki.el
61 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
63     Summary:
64       Permit table generation to be disabled for a single Muse page.
65     Revision:
66       muse--main--1.0--patch-90
68     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
69       data, don't publish the table.
70     
71     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
72     
73     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
74     
75     * lisp/muse-publish.el (muse-publish-table-fields): If the
76       "disable-tables" publishing directive exists for the current page, do
77       not generate a table.
78     
79     * muse.texi (Tables): Mention that table generation can be disabled for a
80       single page.
82     modified files:
83      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
84      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
87 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
89     Summary:
90       muse-wiki: Match filenames before WikiWords.
91     Revision:
92       muse--main--1.0--patch-89
94     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
95       filenames in project before the general WikiWord regexp.
97     modified files:
98      ChangeLog.2006 lisp/muse-wiki.el
101 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
103     Summary:
104       Use a better mechanism for updating autogenerated variables.
105     Revision:
106       muse--main--1.0--patch-88
108     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
109     
110     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
111     
112     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
113       muse-update-values-hook.
114     
115     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
116       muse-update-values-hook.
117     
118     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
119       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
120       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
121       error is fixed.
122       (muse-wiki-update-custom-values): Replace with function that gives a
123       warning and an explanation.
124     
125     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
126       example so that people who use it won't have a wrong value in
127       muse-mode-hook.
129     modified files:
130      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
131      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
132      lisp/muse.el
135 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
137     Summary:
138       muse-wiki: Implement implicit links for all files in project.
139     Revision:
140       muse--main--1.0--patch-87
142     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
143       don't get errors when trying to use it.
144     
145     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
146       muse-project-file-alist-hook.
147       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
148       into a recursive call.
149       (muse-wiki-update-wikiword-regexp): Call
150       `muse-wiki-update-local-wikiword-regexp'.
151     
152     (Author: Per B. Sederberg <per@med.upenn.edu>)
153     
154     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
155       muse-before-publish-hook and muse-mode-hook so that implicit links are
156       published properly.
157       (muse-wiki-wikiword-match-project-files): New option for determining
158       whether to match all project files as implicit links.  This is off by
159       default.
160       (muse-wiki-update-local-wikiword-regexp): New function to make the
161       wikiword-regexp local and append the files in the current project to
162       it.
164     modified files:
165      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
167     new patches:
168      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
169      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
170      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
171      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
172      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
173      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
174      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
175      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
176      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
177      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
178      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
179      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
180      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
181      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
184 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
186     Summary:
187       Update Muse's file-alist after saving any Muse page.
188     Revision:
189       muse--main--1.0--patch-86
191     * lisp/muse-project.el (muse-project-after-save-hook): New function that
192       causes Muse's file-alist to be updated when we are saving a Muse file.
193       This is added to after-save-hook.
195     modified files:
196      ChangeLog.2006 lisp/muse-project.el
199 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
201     Summary:
202       Add a hook that is called whenever Muse's file-alist is updated.
203     Revision:
204       muse--main--1.0--patch-85
206     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
207       executed after an update to muse-project-file-alist happens.
208       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
210     modified files:
211      ChangeLog.2006 lisp/muse-project.el
214 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
216     Summary:
217       muse-mode: Recognize definition lists when filling text.
218     Revision:
219       muse--main--1.0--patch-84
221     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
222       text.
223     
225     modified files:
226      ChangeLog.2006 lisp/muse-mode.el
229 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
231     Summary:
232       Remove unrelated part of patch-82.
233     Revision:
234       muse--main--1.0--patch-83
237     modified files:
238      ChangeLog.2006 lisp/muse-mode.el
241 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
243     Summary:
244       muse-journal: Fix dates in RSS feeds.
245     Revision:
246       muse--main--1.0--patch-82
248     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
249       date is in a format that RSS readers can handle.  Thanks to RenĂ©
250       Stadler for the patch.
252     modified files:
253      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
256 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
258     Summary:
259       debian: Install ChangeLog properly.
260     Revision:
261       muse--main--1.0--patch-81
263     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
264       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
265       the breakage report.
267     modified files:
268      ChangeLog.2006 debian/rules
271 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
273     Summary:
274       Fix a bug triggered by batch-publishing.
275     Revision:
276       muse--main--1.0--patch-80
278     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
279       right algorithm turned out to be simpler than I had thought.  Thanks to
280       Sergei V. Fleytin for reporting breakage with the old method.
281       (muse-publish-file): Don't be overzealous when checking for an invalid
282       style -- use a simpler check.
283       (muse-batch-publish-files): Don't check for invalid styles here, since
284       we already do so in `muse-publish-file'.
286     modified files:
287      ChangeLog.2006 lisp/muse-publish.el
290 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
292     Summary:
293       muse.texi: Move some sections to a new Extending Muse chapter.
294     Revision:
295       muse--main--1.0--patch-79
297     * muse.texi (Extending Muse): New chapter containing nodes that deal with
298       extending Muse in various ways.
299       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
301     modified files:
302      ChangeLog.2006 muse.texi
305 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
307     Summary:
308       Fix a couple of recently-introduced bugs.
309     Revision:
310       muse--main--1.0--patch-78
312     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
313       extra hard to preserve our settings for faces, especially after a new
314       frame or splash screen.
315     
316     * lisp/muse.el (muse-copy-face): New function that ensures the face is
317       copied globally, to the extent the Emacs permits this.
319     modified files:
320      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
323 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
325     Summary:
326       Update my example configuration file.
327     Revision:
328       muse--main--1.0--patch-77
331     modified files:
332      ChangeLog.2006 examples/mwolson/muse-init.el
335 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
337     Summary:
338       Remove cruft from patch logs.
339     Revision:
340       muse--main--1.0--patch-76
343     modified files:
344      ChangeLog.2006
345      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
346      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
347      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
348      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
349      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
350      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
351      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
352      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
355 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
357     Summary:
358       Make faces more robust and namespace-conforming.
359     Revision:
360       muse--main--1.0--patch-75
362     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
363       face has documentation and a group.
364       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
365       "-face" suffix.
366       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
367       faces have documentation and a group.  Copy unconditionally from the
368       related Emacs faces, rather than specifying face attributes.
369       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
370       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
371       face names.
372     
373     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
374       the 'muse-link property rather than looking at the face.
376     modified files:
377      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
380 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
382     Summary:
383       muse.texi: Mention the <code> tag.
384     Revision:
385       muse--main--1.0--patch-74
387     * muse.texi (Emphasizing Text): Mention the <code> tag.
389     modified files:
390      ChangeLog.2006 muse.texi
393 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
395     Summary:
396       Fix bug in verse markup, undesired behavior with emdash.
397     Revision:
398       muse--main--1.0--patch-73
400     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
401       around emdash.
402     
403     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
404     
405     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
406     
407     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
408       trailing whitespace to `muse-markup-text', in case the current
409       publishing wishes to use them.
410       (muse-publish-markup-verse): Insert newline without adding read-only
411       properties to it.  This fixes a paragraph detection bug in HTML
412       publishing.
414     modified files:
415      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
416      lisp/muse-publish.el lisp/muse-xml.el
419 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
421     Summary:
422       httpd.el: Update to work with newer versions of Emacs.
423     Revision:
424       muse--main--1.0--patch-72
426     * contrib/httpd.el (httpd-start): Update this to work with newer versions
427       of Emacs.
429     modified files:
430      ChangeLog.2006 contrib/httpd.el
433 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
435     Summary:
436       muse-journal: Make custom RSS heading regexps possible.
437     Revision:
438       muse--main--1.0--patch-71
440     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
441       determines the regexp to use when searching for an RSS heading.
442       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
444     modified files:
445      ChangeLog.2006 lisp/muse-journal.el
448 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
450     Summary:
451       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
452     Revision:
453       muse--main--1.0--patch-70
455     * lisp/muse-project.el (muse-project-publish): If we cannot find a
456       project to publish, indicate this in an error message.
457     
458     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
459       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
460       (muse-detect-invalid-style): New function that makes sure that the
461       given style is in a valid format.
462       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
463       publishing.
465     modified files:
466      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
469 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
471     Summary:
472       muse-mode: Don't require muse-publish.el.
473     Revision:
474       muse--main--1.0--patch-69
476     * lisp/muse-mode.el: Use a few autoloads instead of requiring
477       muse-publish.el.  This allows people to optionally have Muse mode
478       without including the publishing features, as long as they never call a
479       publishing function.  The documentation says that Muse is supposed to
480       be modular in that way, so I guess we'd better follow it.
481       (muse-insert-tag): Make sure that muse-publish is required before
482       accessing `muse-publish-markup-tags'.
484     modified files:
485      ChangeLog.2006 lisp/muse-mode.el
488 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
490     Summary:
491       Minor code cleanup.
492     Revision:
493       muse--main--1.0--patch-68
495     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
497     modified files:
498      ChangeLog.2006 lisp/muse-mode.el
501 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
503     Summary:
504       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
505     Revision:
506       muse--main--1.0--patch-67
508     (Author: Per B. Sederberg <per@med.upenn.edu>)
509     
510     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
511       used for grepping.
512       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
513       muse-find-backlinks C-c C-b
514       (muse-grep): New function to envoke a search with the compiler.
515       (muse-search-with-command): New function to search for text, optionally
516       editing the command.
517       (muse-search): New function to search for text.
518       (muse-find-backlinks): New function to search for backlinks to the
519       current page.
521     modified files:
522      ChangeLog.2006 lisp/muse-mode.el
524     new patches:
525      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
526      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
527      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
528      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
529      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
530      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
531      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
532      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
533      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
534      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
535      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
536      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
539 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
541     Summary:
542       Make it easier to call context-specific region-escaping function.
543     Revision:
544       muse--main--1.0--patch-66
546     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
547       returned from specials, call it with beg, end, ignore-read-only args.
548       This allows for people to specify their own functions for escaping
549       regions, depending on context.  See `muse-xml-decide-specials' in
550       muse-xml-common.el.  This functionality already exists for escaping
551       specials in strings.
553     modified files:
554      ChangeLog.2006 lisp/muse-publish.el
557 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
559     Summary:
560       Attempt to make new syntaxes easier to support.
561     Revision:
562       muse--main--1.0--patch-65
564     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
565       and `muse-get-link-data'.
566     
567     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
568     
569     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
570       (muse-make-link): Change argument name.
571     
572     * lisp/muse.el (muse-handle-explicit-link): Ditto.
573       (muse-get-link, muse-get-link-desc): New functions that return the link
574       and the link description, respectively, from the given TARGET.  The
575       idea is that at least one other markup syntax puts descriptions before
576       links, so all they would have to do is re-define these two functions.
578     modified files:
579      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
580      lisp/muse-mode.el lisp/muse.el
583 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
585     Summary:
586       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
587     Revision:
588       muse--main--1.0--patch-64
590     * Makefile.defs, lisp/muse-colors.el: Fix typo.
591     
592     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
593       `replace-in-string' is checked before `replace-regexp-in-string', since
594       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
595       Ottaway for the heads up.
597     modified files:
598      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
601 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
603     Summary:
604       muse-latex: Add footnotes to links so that they show up on printed copies.
605     Revision:
606       muse--main--1.0--patch-63
608     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
609       'url-and-desc.  Display footnotes if we have both a link and a
610       description, since we want URLs to show up on printed documents.
611       (muse-latex-markup-specials-document): Escape the "@" character in the
612       entire document.
613     
614     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
615       without descriptions and URLs with descriptions.  If no markup string
616       exists for 'url-and-desc, fall back to 'url.
618     modified files:
619      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
622 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
624     Summary:
625       Fix publishing error with multi-line wrapped list items.
626     Revision:
627       muse--main--1.0--patch-62
629     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
630       multiple lines of a wrapped list item.
632     modified files:
633      ChangeLog.2006 lisp/muse-publish.el
636 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
638     Summary:
639       Add COPYING file; update headers.
640     Revision:
641       muse--main--1.0--patch-61
643     * COPYING: New file containing the GNU GPL.
644     
645     * AUTHORS: Bookkeeping.
646     
647     * README: Add License section.  Change Muse homepage URL.
648     
649     * debian/copyright: Change Muse homepage URL.  Prune list to those who
650       have changed 15+ lines of code, since this is the amount that
651       constitutes legal contribution to a software work, AFAICT.
652     
653     * examples/mwolson: Update contents of directory to match my current
654       setup.
655     
656     * experimental/muse*.el, lisp/muse*.el: Update headers.
657     
658     * muse.texi: Change Muse homepage URL.
660     new files:
661      .arch-ids/COPYING.id COPYING
663     modified files:
664      AUTHORS ChangeLog.2006 README debian/copyright
665      examples/mwolson/muse-init.el
666      examples/mwolson/stylesheets/blog.css
667      examples/mwolson/stylesheets/common.css
668      examples/mwolson/stylesheets/print.css
669      examples/mwolson/stylesheets/screen.css
670      experimental/muse-cite.el experimental/muse-mathml.el
671      experimental/muse-message.el lisp/muse-backlink.el
672      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
673      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
674      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
675      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
676      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
677      lisp/muse-publish.el lisp/muse-regexps.el
678      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
679      lisp/muse-xml.el lisp/muse.el muse.texi
682 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
684     Summary:
685       Update Muse XML schema.
686     Revision:
687       muse--main--1.0--patch-60
689     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
690       history.  We'll call this v0.3 of the schema.
691     
692     * lisp/muse-xml-common.el: Update header.
693       (muse-xml-markup-table): Fix table generation when attributes are not
694       specified.
696     modified files:
697      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
700 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
702     Summary:
703       Fix output for consecutive list items of same type.
704     Revision:
705       muse--main--1.0--patch-59
707     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
708       post-indent and indent-found values local to each list item.  This
709       should fix undesired behavior with consecutive list items of the same
710       type.
712     modified files:
713      ChangeLog.2006 lisp/muse-publish.el
716 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
718     Summary:
719       Make C-> and C-< keybindings not indent nested items.
720     Revision:
721       muse--main--1.0--patch-58
723     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
724       nested items.
725     
726     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
727       optional, and document this.
729     modified files:
730      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
733 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
735     Summary:
736       Slightly improve flyspell integration.
737     Revision:
738       muse--main--1.0--patch-57
740     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
741       property to determine whether we are at a link.
743     modified files:
744      ChangeLog.2006 lisp/muse-mode.el
747 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
749     Summary:
750       Make nested definition list items work much better.
751     Revision:
752       muse--main--1.0--patch-56
754     * lisp/muse-publish.el (muse-publish-surround-dl): Use
755       `muse-forward-list-item'.  Don't pass indent and post-indent to the
756       move function.
757       (muse-publish-surround-text): If we are to determine the indentation,
758       but have found no list items, set indent to the empty string.  If we
759       are to determine indentation but have found an item, get all leading
760       whitespace and set indent to it.  Never try to determine post-indent
761       using the first line.  Try to contain the amount of "damage" a nested
762       list item can do to wrapped list item text.
763     
764     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
765       part so that it is easier to indicate the amount of desired initial
766       whitespace.
767     
768     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
769       entry optional.
770       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
771       merged into `muse-forward-list-item'.
772       (muse-forward-list-item-1): New function that determines whether a
773       nested list item is found.
774       (muse-forward-list-item): Move hairy nested list detection algorithm
775       into `muse-forward-list-item-1'.  Be extra careful about terminating
776       when we go past the boundary.
778     modified files:
779      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
780      lisp/muse.el
783 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
785     Summary:
786       Add backlink support, thanks to Jim Ottaway.
787     Revision:
788       muse--main--1.0--patch-55
790     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
791       variable that indicates whether Muse is fontifying the current buffer.
792       (muse-colors-region): Set `muse-colors-fontifying' to t.
793     
794     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
795       support.  I've modified it slightly to get rid of the defadvice forms.
797     new files:
798      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
800     modified files:
801      AUTHORS ChangeLog.2006 lisp/muse-colors.el
804 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
806     Summary:
807       muse-protocols: Add Wikipedia support.
808     Revision:
809       muse--main--1.0--patch-54
811     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
812       is used to look up terms on the Wikipedia website.
813       (muse-wikipedia-country): New option that specifies the country code to
814       use for Wikipedia.
815       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
816       resolve and browse Wikipedia URLs.
818     modified files:
819      ChangeLog.2006 lisp/muse-protocols.el
822 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
824     Summary:
825       muse-protocols: Add DOI handling.
826     Revision:
827       muse--main--1.0--patch-53
829     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
830       DOI's (digitial object identifiers) are a standard identifier used in
831       the publishing industry.  Thanks to Phillip Lord for the patch.
832       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
833       and browse DOI's.
835     modified files:
836      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
839 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
841     Summary:
842       Refine previous patch.
843     Revision:
844       muse--main--1.0--patch-52
846     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
847       ever use the fallback method.  Save point when using new method.
849     modified files:
850      ChangeLog.2006 lisp/muse-mode.el
853 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
855     Summary:
856       Make visiting of links a bit faster.
857     Revision:
858       muse--main--1.0--patch-51
860     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
861       property.
862       (muse-link-properties): If we are highlighting a link, add the
863       muse-link property.
864     
865     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
866       exists at point, use it to bound the link.  Otherwise, use the old
867       method.  This should make it easier to visit custom implicit link
868       forms, since it does not require a change to muse-implicit-link-regexp.
869     
870     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
871       used when muse-colors.el is loaded.
873     modified files:
874      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
875      lisp/muse-regexps.el
878 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
880     Summary:
881       Make resolving of inline image paths more flexible.
882     Revision:
883       muse--main--1.0--patch-50
885     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
886       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
887       option.  Make the fallback customization type a function rather than a
888       symbol.
889       (muse-colors-use-publishing-directory): New function that takes the
890       best guess at where the current Muse file will be published and makes
891       the given link relative to that.
892       (muse-colors-insert-image): If muse-colors-inline-image-method is
893       'default-directory, use the default directory.  If it is a function,
894       call that function with LINK as an argument.  Otherwise, give up.
896     modified files:
897      ChangeLog.2006 lisp/muse-colors.el
900 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
902     Summary:
903       Fix inline image lockup.
904     Revision:
905       muse--main--1.0--patch-49
907     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
908       patch-47.  This will prevent Muse from locking up after making a new
909       inline image.
911     modified files:
912      ChangeLog.2006 lisp/muse-colors.el
915 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
917     Summary:
918       Fix publishing problem with XEmacs.
919     Revision:
920       muse--main--1.0--patch-48
922     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
923       publishing problem when text at beginning of buffer is read-only.
924       Thanks to Christian Clercin for the report.
926     modified files:
927      ChangeLog.2006 lisp/muse-publish.el
930 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
932     Summary:
933       Get increase and decrease of list indentation to work with complex cases.
934     Revision:
935       muse--main--1.0--patch-47
937     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
938       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
939       to indicate this interpretation, though parens are different.
940     
941     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
942       (muse-alter-list-item-indentation): New function that alters the list
943       structure at point.  The behavior to use is specified by the OPERATION
944       argument.  Currently-supported operations are 'increase and 'decrease
945       indentation level.  This now uses the same sort of list detection
946       algorithm that is used during publishing, so it should work as expected
947       for complicated cases.
948       (muse-increase-list-item-indentation)
949       (muse-decrease-list-item-indentation): Use
950       `muse-alter-list-item-indentation'.
952     modified files:
953      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
956 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
958     Summary:
959       Code simplification; improve muse-list-item-type function.
960     Revision:
961       muse--main--1.0--patch-46
963     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
964       'dl-entry, instead of just returning 'dl.
965       (muse-forward-dl-term, muse-forward-dl-entry): Use
966       muse-forward-list-item.
967       (muse-forward-dl-part): Remove, merge functionality into
968       muse-forward-list-item.
969       (muse-forward-list-item): Add a few conditions needed for skipping
970       nested 'dl-term and 'dl-entry items.
972     modified files:
973      ChangeLog.2006 lisp/muse.el
976 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
978     Summary:
979       Put movement by list and paragraph functions in muse.el.
980     Revision:
981       muse--main--1.0--patch-45
983     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
984       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
985       (muse-forward-list-item): Move here from muse-publish.el, so that
986       muse-mode can make use of these.
988     modified files:
989      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
992 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
994     Summary:
995       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
996     Revision:
997       muse--main--1.0--patch-44
999     (Author: Per B. Sederberg <per@med.upenn.edu>)
1000     
1001     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1002       decrease the current item indentation.
1003       (muse-get-paragraph-start): Helper function to determine the start of
1004       the current paragraph.
1005       (muse-insert-list-item): Cleaned up list item insertion code and made
1006       it handle definitions.
1007       (muse-increase-list-item-indentation): New interactive function to
1008       increase list item indentation.
1009       (muse-decrease-list-item-indentation): New interactive function to
1010       decrease list item indentation.
1012     modified files:
1013      ChangeLog.2006 lisp/muse-mode.el
1015     new patches:
1016      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1017      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1018      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1019      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1020      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1021      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1022      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1023      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1024      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1025      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1028 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1030     Summary:
1031       Use slightly better algorithm for removing initial whitespace.
1032     Revision:
1033       muse--main--1.0--patch-43
1035     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1036       the definition occurred on the same line as the term.
1037       (muse-publish-surround-text): Use a slightly better algorithm for
1038       removing initial indentation of list items.  This way, we preserve
1039       nesting of lists and also deal with same-level items that occur after
1040       nested items.  This probably doesn't make much of a difference in the
1041       output, but it should make support of nested definition lists a bit
1042       less troublesome in some cases.
1043       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1044       regexp.
1045       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1046       data.  Don't remove any text.  This makes the function easier to reuse
1047       in display-only situations.
1049     modified files:
1050      ChangeLog.2006 lisp/muse-publish.el
1053 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1055     Summary:
1056       In a preliminary way, make definition lists nest.
1057     Revision:
1058       muse--main--1.0--patch-42
1060     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1061       lists nest a bit better.
1062     
1063     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1064       use it anymore.
1066     modified files:
1067      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1070 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1072     Summary:
1073       Fix nested list regression.
1074     Revision:
1075       muse--main--1.0--patch-41
1077     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1078       original indentation value and use that.  This fixes a regression
1079       caused by the last patch.
1081     modified files:
1082      ChangeLog.2006 lisp/muse-publish.el
1085 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1087     Summary:
1088       Make code look nicer by using muse-forward-dl-* functions.
1089     Revision:
1090       muse--main--1.0--patch-40
1092     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1093       forms into muse-forward-dl-* for increased reusability.
1094       (muse-publish-surround-text): Call move function with an indent
1095       argument so that we don't have to use partial substitution in lambda
1096       forms.
1097       (muse-forward-dl-term): New function that moves forward to the next
1098       definition list term.
1099       (muse-forward-dl-entry): New function that moves forward to the next
1100       definition list entry.
1101       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1102       does not move past entire definition list items, only parts of them.
1103       (muse-publish-markup-list, muse-publish-markup-quote):
1104       (muse-publish-quote-tag): Use better lambda form, and include a
1105       parameter.
1107     modified files:
1108      ChangeLog.2006 lisp/muse-publish.el
1111 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1113     Summary:
1114       Handle blockquoted sections within lists properly.
1115     Revision:
1116       muse--main--1.0--patch-39
1118     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1119       property.  This should make blockquoted sections within a list do the
1120       right thing.
1121       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1122       behavior of `muse-forward-paragraph'.
1124     modified files:
1125      ChangeLog.2006 lisp/muse-publish.el
1128 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1130     Summary:
1131       Fix problem when previous list item was nested.
1132     Revision:
1133       muse--main--1.0--patch-38
1135     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1136       indicator at the correct place.  This fixes an error where a previous
1137       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1138       for the report.
1140     modified files:
1141      ChangeLog.2006 lisp/muse-publish.el
1144 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1146     Summary:
1147       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1148     Revision:
1149       muse--main--1.0--patch-37
1151     * muse.texi (Implicit Links): Mention how to customize the WikiName
1152       recognition, and note that if you're setting this manually, you have to
1153       call some additional code.  This should fix #5376.  Also remove local
1154       variables section at end, since it seems pointless.
1156     modified files:
1157      ChangeLog.2006 muse.texi
1160 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1162     Summary:
1163       Fix #5325: nested formatting not working in HTML output.
1164     Revision:
1165       muse--main--1.0--patch-36
1167     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1168       work.  I'm a bit worried about possible double-escaping, though.
1169       Perhaps we should write the context to a text property and escape it
1170       later.  This should fix #5325.
1172     modified files:
1173      ChangeLog.2006 lisp/muse-publish.el
1176 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1178     Summary:
1179       Make paragraphs respect the end of a list or list item.
1180     Revision:
1181       muse--main--1.0--patch-35
1183     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1184       end of a list (or list item), back up.  This allows for a nice side
1185       effect when using indented sentences in between list items.
1186     
1187     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1188     
1189     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1190     
1191     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1192       and end-item are marked up with end-list properties.
1194     modified files:
1195      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1196      lisp/muse-publish.el lisp/muse-xml.el
1199 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1201     Summary:
1202       Make sure an initial term exists before publishing definition list.
1203     Revision:
1204       muse--main--1.0--patch-34
1206     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1207       exists before publishing a definition list.
1209     modified files:
1210      ChangeLog.2006 lisp/muse-publish.el
1213 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1215     Summary:
1216       Add comments to nested list code.
1217     Revision:
1218       muse--main--1.0--patch-33
1220     * lisp/muse-publish.el (muse-publish-surround-dl)
1221       (muse-publish-surround-text, muse-forward-dl-item):
1222       (muse-forward-list-item): Add comments, since there were many
1223       intricacies that are probably not obvious to the casual reader.
1224       (muse-forward-dl-item): Remove no-op condition.
1226     modified files:
1227      ChangeLog.2006 lisp/muse-publish.el
1230 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1232     Summary:
1233       Make nested list items work when separated by one blank line.
1234     Revision:
1235       muse--main--1.0--patch-32
1237     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1238       muse-forward-dl-item instead of muse-forward-list-item.  On second
1239       thought, don't unconditionally insert a newline, as that breaks some
1240       things.
1241       (muse-forward-dl-item): New function that moves forward to the next
1242       definition list item.  This was factored out from
1243       muse-forward-list-item, since it was getting too complex for my liking.
1244       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1245       indented line, and skip past these if we have a blank line followed by
1246       an indented line.  "Indented" means "indented one past the current
1247       indentation level" here.  Remove some initial whitespace that was being
1248       overlooked before.
1250     modified files:
1251      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1254 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1256     Summary:
1257       Fix a couple of bugs in muse-wiki-resolve-project-page.
1258     Revision:
1259       muse--main--1.0--patch-31
1261     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1262       better algorithm for adding styles to a list.
1263     
1264     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1265       carefully.  This should fix one or two hard-to-explain bugs.
1267     modified files:
1268      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1271 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1273     Summary:
1274       Fix another definition list edge case.
1275     Revision:
1276       muse--main--1.0--patch-30
1278     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1279       unordered list immediately follows definition list term.
1281     modified files:
1282      ChangeLog.2006 lisp/muse-publish.el
1285 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1287     Summary:
1288       Pass all current definition list test cases.
1289     Revision:
1290       muse--main--1.0--patch-29
1292     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1293       line if definition is not on the same line as the term.
1294       (muse-forward-list-item): Fix publishing incorrectness that occurred
1295       when a non-dl list follows a definition list.  Always move to the right
1296       place so as to prevent extra empty dd elements from being published.
1298     modified files:
1299      ChangeLog.2006 lisp/muse-publish.el
1302 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1304     Summary:
1305       Merge consecutive definition list terms properly.
1306     Revision:
1307       muse--main--1.0--patch-28
1309     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1310       correctly.  This makes Muse merge several definition list items into
1311       one list.
1312       (muse-forward-list-item): Use simpler regexp for 'dl.
1313     
1314     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1315       definition lists, and make terms the 2nd matched text.
1317     modified files:
1318      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1321 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1323     Summary:
1324       Bookkeeping.
1325     Revision:
1326       muse--main--1.0--patch-27
1328     * AUTHORS: Update.
1329     
1330     * muse-colors.el, muse-mode.el: Credit contributions.
1332     modified files:
1333      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1336 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1338     Summary:
1339       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1340     Revision:
1341       muse--main--1.0--patch-26
1343     Patches applied:
1344     
1345      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1346        Added ability to show inline images in the Emacs buffer.
1347     
1348      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1349        Added enhanced list item insertion.
1350     
1351     Detailed log:
1352     
1353     (Author: Per B. Sederberg <per@med.upenn.edu>)
1354     
1355     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1356       list item.  New key mapping to toggle showing images.  Added a key
1357       mapping to insert a link to a file and modified the key map to insert a
1358       tag.
1359       (muse-on-blank-line): Helper function to determine if the point is on a
1360       line containing only blank spaces.
1361       (muse-insert-list-item): New interactive function to insert a new list
1362       item, taking into account the current list state.
1363       (muse-insert-relative-link-to-file): New function to insert a link to a
1364       file, relative to the default directory.
1365     
1366     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1367       for where to search for images to inline in the buffer.
1368       (muse-colors-inline-images): Added custom boolean field for whether to
1369       show inline images in the buffer.
1370       (muse-colors-toggle-inline-images): New function to toggle showing the
1371       inline images in the buffer.
1372       (muse-unhighlight-region): Now removes end-glyph text properties to
1373       support XEmacs.
1374       (muse-colors-resolve-image-file): New function to determine if a link
1375       is an image and whether the version of Emacs can support inline images.
1376       (muse-make-file-glyph): New function to create an image glyph if we are
1377       using XEmacs.
1378       (muse-colors-insert-image): New function to insert an image in an Emacs
1379       buffer.
1380       (muse-colors-explicit-link): Modified function to have the ability to
1381       insert an image instead of formatting the text of the link.
1383     modified files:
1384      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1386     new patches:
1387      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1388      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1389      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1390      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1391      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1394 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1396     Summary:
1397       Pass testcase for definition list and nested unordered list.
1398     Revision:
1399       muse--main--1.0--patch-25
1401     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1402       lists always have at least one entry.  This appears to do the right
1403       thing with a sample nested unordered list.
1405     modified files:
1406      ChangeLog.2006 lisp/muse-publish.el
1409 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1411     Summary:
1412       Some definition list fixes.
1413     Revision:
1414       muse--main--1.0--patch-24
1416     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1417       markup for end of list using the `muse-insert-markup-end-list'
1418       function.  Handle list items nested inside of a definition list.
1420     modified files:
1421      ChangeLog.2006 lisp/muse-publish.el
1424 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1426     Summary:
1427       Fix another wrapped list item edge case.
1428     Revision:
1429       muse--main--1.0--patch-23
1431     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1432       indentation in a region when we encounter any list items.  This should
1433       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1434       for the report.
1436     modified files:
1437      ChangeLog.2006 lisp/muse-publish.el
1440 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1442     Summary:
1443       Fix comment in Debian packaging.
1444     Revision:
1445       muse--main--1.0--patch-22
1447     * debian/emacsen-remove: Fix comment.
1449     modified files:
1450      ChangeLog.2006 debian/emacsen-remove
1453 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1455     Summary:
1456       muse-blosxom: Fix order of #tags line in header.
1457     Revision:
1458       muse--main--1.0--patch-21
1460     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1461       rather than before it.  Thanks to bkhl for the heads up.
1463     modified files:
1464      ChangeLog.2006 lisp/muse-blosxom.el
1467 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1469     Summary:
1470       muse-blosxom: Add ability to use tags in entries.
1471     Revision:
1472       muse--main--1.0--patch-20
1474     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1475       publish them.
1476       (muse-blosxom-use-tags): New option that specifies whether we are using
1477       tags.
1478       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1479       RET without entering one.
1481     modified files:
1482      ChangeLog.2006 lisp/muse-blosxom.el
1485 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1487     Summary:
1488       Fix backtrace when publishing unsaved files.
1489     Revision:
1490       muse--main--1.0--patch-19
1492     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1493       trying to publish a file that has not been saved, and give an
1494       explanation to the user.
1496     modified files:
1497      ChangeLog.2006 lisp/muse-publish.el
1500 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1502     Summary:
1503       muse-texinfo: Fix link suffix.
1504     Revision:
1505       muse--main--1.0--patch-18
1507     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1508       styles.  This should fix a bug where links in published info files use
1509       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1511     modified files:
1512      ChangeLog.2006 lisp/muse-texinfo.el
1515 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1517     Summary:
1518       Fix prompting of non-Muse buffers before publishing.
1519     Revision:
1520       muse--main--1.0--patch-17
1522     * lisp/muse-project.el (muse-project-of-file): Apply fix from RenĂ©
1523       Stadler to ignore buffers that have no associated filename.  This fixes
1524       an annoyance where Muse prompts to save BBDB and ERC buffers before
1525       publishing.
1527     modified files:
1528      AUTHORS ChangeLog.2006 lisp/muse-project.el
1531 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1533     Summary:
1534       Fix wrapped nested list item edge case.
1535     Revision:
1536       muse--main--1.0--patch-16
1538     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1539       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1540       case.
1541       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1542       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1543     
1544     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1545       exactly one space character in front of a unnumbered or numbered list.
1546       This should make it easier to match every list instance, since
1547       definition lists can now be handled more nicely in
1548       muse-publish-markup-regexps.  This also has the effect of fixing a
1549       wrapped nested list item edge case.
1551     modified files:
1552      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1555 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1557     Summary:
1558       Fix edge case in muse-wiki-publish-pretty-title.
1559     Revision:
1560       muse--main--1.0--patch-15
1562     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1563       the document does not have a valid title, use the empty string.
1565     modified files:
1566      ChangeLog.2006 lisp/muse-wiki.el
1569 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1571     Summary:
1572       Use debian/compat to determine debhelper compat level.
1573     Revision:
1574       muse--main--1.0--patch-14
1576     * debian/compat: New file that sets the debhelper compatibility level to
1577       4.
1578     
1579     * debian/rules: Remove DH_COMPAT line.
1581     new files:
1582      debian/.arch-ids/compat.id debian/compat
1584     modified files:
1585      ChangeLog.2006 debian/rules
1588 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1590     Summary:
1591       Fix a couple of table-publishing edge cases.
1592     Revision:
1593       muse--main--1.0--patch-13
1595     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1596       publishing error that occurs when a table line is the last thing in a
1597       document.  Thanks to cymacs for the report and suggested fix.
1598       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1599       them.
1600     
1601     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1602       at the end of the 'end-table markup string.
1603     
1604     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1605     
1606     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1607     
1608     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1609       newline at the end of the table.  This should fix a problem with
1610       paragraphs after tables not being published as such.  Thanks to cymacs
1611       for the report.
1612     
1613     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1614       muse-insert-markup to insert a trailing newline.
1616     modified files:
1617      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1618      lisp/muse-publish.el lisp/muse-texinfo.el
1619      lisp/muse-xml-common.el lisp/muse-xml.el
1622 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1624     Summary:
1625       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1626     Revision:
1627       muse--main--1.0--patch-12
1630     new files:
1631      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1633     renamed files:
1634      .arch-ids/ChangeLog.id
1635        ==> .arch-ids/ChangeLog.2005.id
1636      ChangeLog
1637        ==> ChangeLog.2005
1640 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1642     Summary:
1643       Make muse-journal work with whole-document escaping.
1644     Revision:
1645       muse--main--1.0--patch-11
1647     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1648       by Emacs Muse" so that muse-journal does not get confused.
1649     
1650     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1651       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1652       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1653       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1654       have "Page published by Emacs Muse (begins|ends) here" in their header
1655       or footer, since muse-journal needs this in order to determine where
1656       entries begin and end.
1658     modified files:
1659      examples/mwolson/templates/footer.html
1660      examples/mwolson/templates/generic-footer.html
1661      examples/mwolson/templates/generic-header.html
1662      examples/mwolson/templates/header.html
1663      examples/mwolson/templates/header.tex lisp/muse-journal.el
1666 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1668     Summary:
1669       Get simple test case for definition lists to work.
1670     Revision:
1671       muse--main--1.0--patch-10
1673     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1674       publish properly.
1675       (muse-forward-list-item): Fix edge case.
1677     modified files:
1678      lisp/muse-publish.el
1681 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1683     Summary:
1684       Add documentation to some publishing functions.
1685     Revision:
1686       muse--main--1.0--patch-9
1688     * lisp/muse-publish.el (muse-publish-mark-read-only)
1689       (muse-publish-mark-noemphasis): Add documentation.
1691     modified files:
1692      lisp/muse-publish.el
1695 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1697     Summary:
1698       Fix an error with `custom-quote'.
1699     Revision:
1700       muse--main--1.0--patch-8
1702     * lisp/muse-project.el: Require 'cus-edit, since that is where
1703       `custom-quote' is defined.
1704     
1705     * muse.texi: Use copyright symbol.
1707     modified files:
1708      lisp/muse-project.el muse.texi
1711 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1713     Summary:
1714       muse-registry: update from author.
1715     Revision:
1716       muse--main--1.0--patch-7
1718     * lisp/muse-registry.el: Update to newest version from author.
1719       Re-tabify.
1721     modified files:
1722      lisp/muse-registry.el
1725 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1727     Summary:
1728       muse-latex: Handle double-quote edge case.
1729     Revision:
1730       muse--main--1.0--patch-6
1732     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1733       character begins the buffer.
1735     modified files:
1736      lisp/muse-latex.el
1739 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1741     Summary:
1742       Allow beginning and ending empty elements in tables.
1743     Revision:
1744       muse--main--1.0--patch-5
1746     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1747       whitespace after the field if we're at the end of a line.
1748       (muse-table-line-regexp): Allow the table to start with a "|".  The
1749       resulting initial empty cell isn't yet thrown away like it should be.
1751     modified files:
1752      lisp/muse-regexps.el
1755 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1757     Summary:
1758       muse-latex: Use \url to publish bare URLs.
1759     Revision:
1760       muse--main--1.0--patch-4
1762     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1763       \href for bare URLs.  Thanks to Na Li for the suggestion!
1765     modified files:
1766      lisp/muse-latex.el
1769 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1771     Summary:
1772       Create parents of output directories.
1773     Revision:
1774       muse--main--1.0--patch-3
1776     * lisp/muse-project.el (muse-project-publish-file): Create parent
1777       directories as well, if the output directory does not exist.  This can
1778       happen when we have nested directories in a project.
1780     modified files:
1781      lisp/muse-project.el
1784 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1786     Summary:
1787       Pick a better default if publishing with more than one style.
1788     Revision:
1789       muse--main--1.0--patch-2
1791     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1792       the list we return is in the right order.  That way, if more than one
1793       publishing rule matches a link, the first one is used, rather than the
1794       last.
1796     modified files:
1797      lisp/muse-project.el
1800 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
1802     Summary:
1803       Oops, committed to the wrong archive.
1804     Revision:
1805       muse--main--1.0--patch-1
1807     Patches applied:
1808     
1809      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
1810        Debian fixups.
1811     
1812      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
1813        Another Debian fix.
1815     modified files:
1816      ChangeLog debian/emacsen-startup
1818     renamed files:
1819      debian/.arch-ids/NEWS.Debian.id
1820        ==> debian/.arch-ids/NEWS.id
1821      debian/NEWS.Debian
1822        ==> debian/NEWS
1824     new patches:
1825      mwolson@gnu.org--2005/muse--main--1.0--patch-356
1826      mwolson@gnu.org--2005/muse--main--1.0--patch-357
1829 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
1831     Summary:
1832       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
1833     Revision:
1834       muse--main--1.0--base-0
1836     (automatically generated log message)
1838     new patches:
1839      ajk@iu.edu--2005/muse--ajk--1.0--base-0
1840      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
1841      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
1842      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
1843      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
1844      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
1845      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
1846      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
1847      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
1848      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
1849      ajk@iu.edu--2005/muse--main--1.0--base-0
1850      ajk@iu.edu--2005/muse--main--1.0--patch-1
1851      ajk@iu.edu--2005/muse--main--1.0--patch-2
1852      davidsmith@acm.org--2005/muse--devo--1.0--base-0
1853      davidsmith@acm.org--main/muse--devo--1.0--base-0
1854      davidsmith@acm.org--main/muse--devo--1.0--patch-1
1855      davidsmith@acm.org--main/muse--devo--1.0--patch-2
1856      hodique@lifl.fr--2005/muse--yh--1.0--base-0
1857      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
1858      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
1859      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
1860      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
1861      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
1862      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
1863      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
1864      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
1865      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
1866      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
1867      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
1868      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
1869      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
1870      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
1871      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
1872      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
1873      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
1874      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
1875      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
1876      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
1877      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
1878      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
1879      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
1880      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
1881      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
1882      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
1883      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
1884      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
1885      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
1886      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
1887      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
1888      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
1889      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
1890      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
1891      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
1892      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
1893      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
1894      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
1895      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
1896      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
1897      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
1898      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
1899      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
1900      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
1901      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
1902      jeho@jeho.org--2005/muse--jeho--1.0--base-0
1903      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
1904      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
1905      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
1906      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
1907      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
1908      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
1909      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
1910      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
1911      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
1912      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
1913      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
1914      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
1915      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
1916      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
1917      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
1918      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
1919      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
1920      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
1921      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
1922      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
1923      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
1924      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
1925      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
1926      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1927      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1928      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1929      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1930      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1931      mwolson@gnu.org--2005/muse--main--1.0--base-0
1932      mwolson@gnu.org--2005/muse--main--1.0--patch-1
1933      mwolson@gnu.org--2005/muse--main--1.0--patch-2
1934      mwolson@gnu.org--2005/muse--main--1.0--patch-3
1935      mwolson@gnu.org--2005/muse--main--1.0--patch-4
1936      mwolson@gnu.org--2005/muse--main--1.0--patch-5
1937      mwolson@gnu.org--2005/muse--main--1.0--patch-6
1938      mwolson@gnu.org--2005/muse--main--1.0--patch-7
1939      mwolson@gnu.org--2005/muse--main--1.0--patch-8
1940      mwolson@gnu.org--2005/muse--main--1.0--patch-9
1941      mwolson@gnu.org--2005/muse--main--1.0--patch-10
1942      mwolson@gnu.org--2005/muse--main--1.0--patch-11
1943      mwolson@gnu.org--2005/muse--main--1.0--patch-12
1944      mwolson@gnu.org--2005/muse--main--1.0--patch-13
1945      mwolson@gnu.org--2005/muse--main--1.0--patch-14
1946      mwolson@gnu.org--2005/muse--main--1.0--patch-15
1947      mwolson@gnu.org--2005/muse--main--1.0--patch-16
1948      mwolson@gnu.org--2005/muse--main--1.0--patch-17
1949      mwolson@gnu.org--2005/muse--main--1.0--patch-18
1950      mwolson@gnu.org--2005/muse--main--1.0--patch-19
1951      mwolson@gnu.org--2005/muse--main--1.0--patch-20
1952      mwolson@gnu.org--2005/muse--main--1.0--patch-21
1953      mwolson@gnu.org--2005/muse--main--1.0--patch-22
1954      mwolson@gnu.org--2005/muse--main--1.0--patch-23
1955      mwolson@gnu.org--2005/muse--main--1.0--patch-24
1956      mwolson@gnu.org--2005/muse--main--1.0--patch-25
1957      mwolson@gnu.org--2005/muse--main--1.0--patch-26
1958      mwolson@gnu.org--2005/muse--main--1.0--patch-27
1959      mwolson@gnu.org--2005/muse--main--1.0--patch-28
1960      mwolson@gnu.org--2005/muse--main--1.0--patch-29
1961      mwolson@gnu.org--2005/muse--main--1.0--patch-30
1962      mwolson@gnu.org--2005/muse--main--1.0--patch-31
1963      mwolson@gnu.org--2005/muse--main--1.0--patch-32
1964      mwolson@gnu.org--2005/muse--main--1.0--patch-33
1965      mwolson@gnu.org--2005/muse--main--1.0--patch-34
1966      mwolson@gnu.org--2005/muse--main--1.0--patch-35
1967      mwolson@gnu.org--2005/muse--main--1.0--patch-36
1968      mwolson@gnu.org--2005/muse--main--1.0--patch-37
1969      mwolson@gnu.org--2005/muse--main--1.0--patch-38
1970      mwolson@gnu.org--2005/muse--main--1.0--patch-39
1971      mwolson@gnu.org--2005/muse--main--1.0--patch-40
1972      mwolson@gnu.org--2005/muse--main--1.0--patch-41
1973      mwolson@gnu.org--2005/muse--main--1.0--patch-42
1974      mwolson@gnu.org--2005/muse--main--1.0--patch-43
1975      mwolson@gnu.org--2005/muse--main--1.0--patch-44
1976      mwolson@gnu.org--2005/muse--main--1.0--patch-45
1977      mwolson@gnu.org--2005/muse--main--1.0--patch-46
1978      mwolson@gnu.org--2005/muse--main--1.0--patch-47
1979      mwolson@gnu.org--2005/muse--main--1.0--patch-48
1980      mwolson@gnu.org--2005/muse--main--1.0--patch-49
1981      mwolson@gnu.org--2005/muse--main--1.0--patch-50
1982      mwolson@gnu.org--2005/muse--main--1.0--patch-51
1983      mwolson@gnu.org--2005/muse--main--1.0--patch-52
1984      mwolson@gnu.org--2005/muse--main--1.0--patch-53
1985      mwolson@gnu.org--2005/muse--main--1.0--patch-54
1986      mwolson@gnu.org--2005/muse--main--1.0--patch-55
1987      mwolson@gnu.org--2005/muse--main--1.0--patch-56
1988      mwolson@gnu.org--2005/muse--main--1.0--patch-57
1989      mwolson@gnu.org--2005/muse--main--1.0--patch-58
1990      mwolson@gnu.org--2005/muse--main--1.0--patch-59
1991      mwolson@gnu.org--2005/muse--main--1.0--patch-60
1992      mwolson@gnu.org--2005/muse--main--1.0--patch-61
1993      mwolson@gnu.org--2005/muse--main--1.0--patch-62
1994      mwolson@gnu.org--2005/muse--main--1.0--patch-63
1995      mwolson@gnu.org--2005/muse--main--1.0--patch-64
1996      mwolson@gnu.org--2005/muse--main--1.0--patch-65
1997      mwolson@gnu.org--2005/muse--main--1.0--patch-66
1998      mwolson@gnu.org--2005/muse--main--1.0--patch-67
1999      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2000      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2001      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2002      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2003      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2004      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2005      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2006      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2007      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2008      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2009      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2010      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2011      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2012      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2013      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2014      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2015      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2016      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2017      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2018      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2019      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2020      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2021      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2022      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2023      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2024      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2025      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2026      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2027      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2028      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2029      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2030      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2031      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2032      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2033      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2034      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2035      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2036      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2037      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2038      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2039      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2040      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2041      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2042      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2043      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2044      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2045      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2046      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2047      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2048      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2049      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2050      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2051      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2052      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2053      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2054      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2055      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2056      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2057      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2058      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2059      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2060      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2061      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2062      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2063      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2064      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2065      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2066      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2067      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2068      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2069      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2070      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2071      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2072      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2073      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2074      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2075      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2076      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2077      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2078      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2079      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2080      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2081      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2082      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2083      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2084      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2085      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2086      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2087      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2088      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2089      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2090      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2091      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2092      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2093      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2094      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2095      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2096      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2097      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2098      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2099      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2100      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2101      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2102      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2103      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2104      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2105      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2106      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2107      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2108      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2109      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2110      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2111      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2112      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2113      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2114      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2115      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2116      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2117      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2118      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2119      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2120      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2121      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2122      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2123      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2124      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2125      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2126      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2127      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2128      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2129      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2130      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2131      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2132      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2133      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2134      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2135      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2136      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2137      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2138      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2141      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2142      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2143      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2144      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2145      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2146      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2147      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2148      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2149      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2150      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2151      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2152      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2153      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2154      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2155      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2156      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2157      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2158      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2159      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2160      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2161      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2162      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2163      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2164      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2165      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2166      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2167      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2168      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2169      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2170      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2171      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2172      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2173      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2174      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2175      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2176      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2177      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2178      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2179      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2180      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2181      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2182      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2183      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2184      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2185      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2186      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2187      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2188      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2189      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2190      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2191      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2192      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2193      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2194      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2195      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2196      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2197      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2198      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2231      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2232      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2233      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2234      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2235      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2236      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2237      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2238      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2239      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2240      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2241      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2242      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2243      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2244      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2245      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2287      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2288      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2289      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2290      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2291      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2292      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2293      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2294      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2295      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2296      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2297      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2298      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2299      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2300      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2301      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2302      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2303      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2304      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2305      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2306      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2307      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2308      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2309      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2310      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2311      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2312      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2313      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2314      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2315      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2316      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2317      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2318      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2319      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2320      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2321      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2322      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2323      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2324      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2325      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2326      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2327      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2328      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2329      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2330      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8