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