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