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