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