Add muse-protocol-iw.el to experimental folder.
[muse-el.git] / ChangeLog.2006
blobf5c356f8d4e38cbf282f81f355e3ada0f43f705f
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
7     Summary:
8       Add muse-protocol-iw.el to experimental folder.
9     Revision:
10       muse--main--1.0--patch-131
12     * experimental/muse-protocol-iw.el: New experimental file that implements
13       an interwiki protocol of sorts that handles subdirectories.
15     new files:
16      experimental/.arch-ids/muse-protocol-iw.el.id
17      experimental/muse-protocol-iw.el
19     modified files:
20      AUTHORS ChangeLog.2006 experimental/muse-split.el
23 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
25     Summary:
26       Add muse-split.el to experimental folder.
27     Revision:
28       muse--main--1.0--patch-130
30     * experimental/muse-split.el: New experimental file that splits published
31       Muse files into several smaller files.
33     new files:
34      experimental/.arch-ids/muse-split.el.id
35      experimental/muse-split.el
37     modified files:
38      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
39      debian/control
42 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
44     Summary:
45       muse-wiki: Make the interwiki resolver a bit more clever.
46     Revision:
47       muse--main--1.0--patch-129
49     * lisp/muse-project.el (muse-project-choose-style): New function that
50       chooses a style from a list of styles, given a user-supplied test.
51     
52     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
53       that is used along with `muse-project-choose-style' to pick the first
54       style that matches a given value for :link-prefix.
55       (muse-wiki-resolve-project-page-1): New function split from
56       `muse-wiki-resolve-project-page' for readability.  Try to match files
57       that have the same link-suffix.  This should hopefully fix a bug
58       noticed by Hans Ekbrand.
60     modified files:
61      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
64 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
66     Summary:
67       Fix bug where links with :: in them were marked up as lists.
68     Revision:
69       muse--main--1.0--patch-128
71     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
72       Change noemphasis property to muse-link.
73     
74     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
75     
76     * lisp/muse-publish.el (muse-publish-surround-text)
77       (muse-publish-markup-list): Ditto.  This should fix a bug.
78       (muse-publish-markup-list): Docfix.
79       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
80     
81     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
82       There must be either one or more spaces or a single newline after the
83       colons.  This prevents an ambiguity with the double-colon muse-wiki
84       interwiki delimiter.
86     modified files:
87      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
88      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
91 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
93     Summary:
94       DTRT with explicit links that have no description.
95     Revision:
96       muse--main--1.0--patch-127
98     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
99       explicit link without a description, use the name of the linked page.
101     modified files:
102      ChangeLog.2006 lisp/muse-publish.el
105 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
107     Summary:
108       Fix emdash in link description bug.
109     Revision:
110       muse--main--1.0--patch-126
112     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
113       if we are in a link, since otherwise it will be incorrectly escaped.
114       Thanks to Chiyuan Zhang for the report.
116     modified files:
117      ChangeLog.2006 Makefile.defs debian/changelog
118      lisp/muse-publish.el
121 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
123     Summary:
124       Fix #5925: Emphasis on item breaks lists.
125     Revision:
126       muse--main--1.0--patch-125
128     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
129       as the browsing function.
130     
131     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
132       the current file.
133     
134     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
135       `offset' into account, in case the list-item regexp is nested in
136       another group.
137       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
138       offset of 1.  This should fix an unpleasant list-as-blockquote error
139       that was noticed recently.  Thanks to John Sullivan for the report.
141     modified files:
142      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
143      lisp/muse.el
146 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
148     Summary:
149       Fix a couple of beginning-of-buffer errors.
150     Revision:
151       muse--main--1.0--patch-124
153     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
154       don't throw an error if at the beginning of the buffer.  Thanks to John
155       Sullivan for the report.
157     modified files:
158      ChangeLog.2006 lisp/muse-mode.el
161 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
163     Summary:
164       muse.texi: Change use of @subsubheading to @subheading.
165     Revision:
166       muse--main--1.0--patch-123
168     * muse.texi: Change use of @subsubheading to @subheading throughout
169       document.
171     modified files:
172      ChangeLog.2006 muse.texi
175 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
177     Summary:
178       muse.texi: Change subsections to subheadings.
179     Revision:
180       muse--main--1.0--patch-122
182     (Author: John Sullivan <john@wjsullivan.net>)
183     
184     * muse.texi: Change @subsection and @strong to @subheading throughout
185       document.
187     modified files:
188      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
190     new patches:
191      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
192      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
193      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
196 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
198     Summary:
199       Update keystrokes used in muse-mode, as well as docs.
200     Revision:
201       muse--main--1.0--patch-121
203     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
204       keymap to use when the user wants to insert something into the current
205       buffer using `C-c i'.
206       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
207       muse-follow-name-at-point, since this is already used for
208       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
209       prompt for the thing to insert.
210       (muse-insert-thing): New function that prompts the user for something
211       to insert into the current buffer.  It tries to be as friendly as
212       possible by catching possible errors with the message "Not inserting
213       anything".
214       (muse-mode-completions): Rename from `muse-completions', since this is
215       what we use in `muse-mode'.
216       (muse-mode-current-word): Similarly.  These don't seem to work
217       correctly, for unknown reasons.
218     
219     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
220       utilize.
222     modified files:
223      ChangeLog.2006 lisp/muse-mode.el muse.texi
226 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
228     Summary:
229       Fix buggy behavior in muse-browse-result.
230     Revision:
231       muse--main--1.0--patch-120
233     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
234       names to styles, based on the styles contained in the current Muse
235       project.  Thanks to kid kid for the analysis.
236     
237     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
238       specified as an argument.
240     modified files:
241      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
244 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
246     Summary:
247       muse-latex: Make images look better.
248     Revision:
249       muse--main--1.0--patch-119
251     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
252       be 75% the width of the page, which looks better.  Enclose images in
253       figures, and center them.
255     modified files:
256      ChangeLog.2006 lisp/muse-latex.el
259 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
261     Summary:
262       Fix a few image bugs.
263     Revision:
264       muse--main--1.0--patch-118
266     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
267       passing it to `muse-colors-inline-image-method'.  This makes images
268       with the same current directory and publishing directory get resolved
269       correctly.
270     
271     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
272       ".muse" extension to images.
274     modified files:
275      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
278 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
280     Summary:
281       Make build targets more consistent.
282     Revision:
283       muse--main--1.0--patch-117
285     * contrib/Makefile (install): Make build targets more consistent.  Thanks
286       to dsmith for the report.
287     
288     * lisp/Makefile (all, lisp, install): Ditto.
290     modified files:
291      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
292      lisp/Makefile
295 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
297     Summary:
298       cgi.el: Make this work without cl-seq.el.
299     Revision:
300       muse--main--1.0--patch-116
302     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
303       code.  Make this not depend on 'cl at runtime.
304       (cgi-position): New function that implements a simple replacement for
305       the position function found in cl-seq.el.
306       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
307       instead of `subseq'.
308     
309     * contrib/httpd.el: Credit myself.
311     modified files:
312      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
315 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
317     Summary:
318       Make publishing DTRT when using escaped list markup.
319     Revision:
320       muse--main--1.0--patch-115
322     * lisp/muse-publish.el (muse-publish-surround-text)
323       (muse-publish-markup-list): Ignore escaped list markup.
324     
325     * lisp/muse.el (muse-list-item-type): Docfix.
326       (muse-list-item-critical-point): New function that returns the point
327       where we should expect to find the first character in the current list
328       item markup.
329       (muse-forward-paragraph): Docfix and cosmetic change.
330       (muse-forward-list-item): Ignore escaped list markup.  This should fix
331       a few publishing errors that involve markup like =::=.
333     modified files:
334      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
337 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
339     Summary:
340       muse-publish: Get rid of warning when batch publishing.
341     Revision:
342       muse--main--1.0--patch-114
344     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
345       publishing warning message.
347     modified files:
348      ChangeLog.2006 Makefile.defs debian/changelog
349      lisp/muse-publish.el
352 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
354     Summary:
355       Try to fix face clobbering bug.
356     Revision:
357       muse--main--1.0--patch-113
359     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
360       the default value of the header faces.  It can be re-used.
361       (muse-make-faces): Simplify.  This should now fix the face clobbering
362       bug.
364     modified files:
365      ChangeLog.2006 lisp/muse-colors.el
368 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
370     Summary:
371       Re-add some cgi.el stuff and update my example config.
372     Revision:
373       muse--main--1.0--patch-112
375     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
376       they are mentioned in the documentation.
377     
378     * examples/mwolson/: Update.
380     modified files:
381      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
382      examples/mwolson/templates/footer.html
383      examples/mwolson/templates/header.html
386 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
388     Summary:
389       muse-mode: Make C-c C-e work better.
390     Revision:
391       muse--main--1.0--patch-111
393     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
394       that this is more robust.
396     modified files:
397      ChangeLog.2006 lisp/muse-mode.el
400 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
402     Summary:
403       muse-latex: Don't escape backslash in <example> regions.
404     Revision:
405       muse--main--1.0--patch-110
407     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
408       to escape the backslash after all.
409       (muse-latex-markup-specials-literal): Docfix.
410     
411     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
413     modified files:
414      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
417 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
419     Summary:
420       Allow tab characters in the target of explicit links.
421     Revision:
422       muse--main--1.0--patch-109
424     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
425       in the link target.  This doesn't seem like it could hurt anything, and
426       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
427       the report.
429     modified files:
430      ChangeLog.2006 lisp/muse-regexps.el
433 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
435     Summary:
436       muse-wiki: Fix bug that caused WikiWords not to publish or display.
437     Revision:
438       muse--main--1.0--patch-108
440     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
442     modified files:
443      ChangeLog.2006 Makefile.defs debian/changelog
444      lisp/muse-wiki.el
447 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
449     Summary:
450       Fix horrendous typo.
451     Revision:
452       muse--main--1.0--patch-107
454     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
455       strangeness.
457     modified files:
458      ChangeLog.2006 lisp/muse-publish.el
461 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
463     Summary:
464       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
465     Revision:
466       muse--main--1.0--patch-106
468     (Author: Per B. Sederberg <per@med.upenn.edu>)
469     
470     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
471       Option to not create implicit links to the current page.
472       (muse-wiki-handle-wikiword): Process the option to not create implicit
473       links to the current page.
475     modified files:
476      ChangeLog.2006 Makefile.defs debian/changelog
477      lisp/muse-wiki.el
479     new patches:
480      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
483 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
485     Summary:
486       Try to fix failure to recognize Muse file extension (6th attempt).
487     Revision:
488       muse--main--1.0--patch-105
490     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
491       init file is loaded.
492       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
493       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
494     
495     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
496       user's init file is loaded.  Explicitly add the Muse file extension
497       when muse.el is loaded, to make life simpler.
498       (muse-update-file-extension): Take several edge cases into account.
499       (muse-file-extension): Docfix.
500       (muse-update-file-extension-after-init): New function that causes the
501       file extension to be updated.
502     
503     * muse.texi (Projects): It is no longer necessary to call
504       `muse-mode-maybe' manually.
506     modified files:
507      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
510 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
512     Summary:
513       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
514     Revision:
515       muse--main--1.0--patch-104
517     (Author: Per B. Sederberg <per@med.upenn.edu>)
518     
519     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
520       to return a list of project files that have spaces.
521       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
522       spaces function.  Don't make this buffer-local.
524     modified files:
525      ChangeLog.2006 lisp/muse-wiki.el
527     new patches:
528      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
529      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
530      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
531      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
532      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
535 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
537     Summary:
538       Try to fix failure to recognize Muse file extension (5th attempt).
539     Revision:
540       muse--main--1.0--patch-103
542     * lisp/muse.el: To detect whether Emacs has fully started, check
543       `command-line-processed' instead of `inhibit-startup-hooks', since the
544       latter only exists for Emacs22.
546     modified files:
547      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
550 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
552     Summary:
553       muse-html: Add :style-sheet element.
554     Revision:
555       muse--main--1.0--patch-102
557     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
558       :style-sheet element.
559       ("html", "xhtml"): Add the :style-sheet element.
560     
561     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
562       style already exists.  Instead, just replace the existing style.
563       (muse-derive-style): Ditto.
564     
565     * muse.texi (Style Elements): Mention :style-sheet.
567     modified files:
568      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
569      muse.texi
572 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
574     Summary:
575       Try to fix failure to recognize Muse file extension (4th attempt).
576     Revision:
577       muse--main--1.0--patch-101
579     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
580       the command line.
582     modified files:
583      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
586 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
588     Summary:
589       Try to fix failure to recognize Muse file extension (3rd attempt).
590     Revision:
591       muse--main--1.0--patch-100
593     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
595     modified files:
596      ChangeLog.2006 lisp/muse.el
599 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
601     Summary:
602       Try to fix failure to recognize Muse file extension (2nd attempt).
603     Revision:
604       muse--main--1.0--patch-99
606     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
607       auto-mode-alist.
609     modified files:
610      ChangeLog.2006 lisp/muse.el
613 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
615     Summary:
616       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
617     Revision:
618       muse--main--1.0--patch-98
620     (Author: Per B. Sederberg <per@med.upenn.edu>)
621     
622     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
623       interwiki-regexp to search for any project file name.  This is so it
624       will match files with spaces.
626     modified files:
627      ChangeLog.2006 lisp/muse-wiki.el
629     new patches:
630      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
631      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
632      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
633      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
634      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
635      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
636      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
639 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
641     Summary:
642       Try to fix failure to recognize Muse file extension.
643     Revision:
644       muse--main--1.0--patch-97
646     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
647       of semantics.
648     
649     * lisp/muse.el: Call muse-update-file-extension in
650       muse-update-values-hook, instead of
651       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
652       emacs-startup-hook, so that the user has time to set this in their
653       .emacs file.
655     modified files:
656      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
659 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
661     Summary:
662       Make things in contrib directory installable.
663     Revision:
664       muse--main--1.0--patch-96
666     * Makefile (SUBDIRS): Add contrib.
667       (all): Add contrib.
668       (contrib): New target that compiles things in the contrib directory.
669       (install-bin): Add contrib.  Install things in the contrib directory.
670       Also install uncompiled things in the experimental directory.
671     
672     * contrib/Makefile: New Makefile for the contrib directory.
673     
674     * contrib/httpd.el (httpd-start): Fix compiler warnings.
675     
676     * debian/emacsen-install: Compile files in contrib directory in addition
677       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
678     
679     * debian/emacsen-startup: Add contrib directory to load-path.
680     
681     * experimental/Makefile (test): Remove target.
682       (install-uncompiled): New target that installs uncompiled files.
683     
684     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
685       (muse-update-file-extension): Fix a warning that occurred when doing
686       batch publishing.
688     new files:
689      contrib/.arch-ids/Makefile.id contrib/Makefile
691     modified files:
692      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
693      debian/changelog debian/emacsen-install debian/emacsen-startup
694      experimental/Makefile lisp/muse.el muse.texi
697 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
699     Summary:
700       Remove muse-registry.el.
701     Revision:
702       muse--main--1.0--patch-95
704     * lisp/muse-registry.el: Move to the Planner project, since it is a
705       better fit with Planner than Muse.
707     removed files:
708      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
710     modified files:
711      AUTHORS ChangeLog.2006
714 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
716     Summary:
717       Prepare Debian package for Arch snapshot.
718     Revision:
719       muse--main--1.0--patch-94
721     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
722       snapshot.
724     modified files:
725      ChangeLog.2006 Makefile.defs debian/changelog
728 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
730     Summary:
731       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
732     Revision:
733       muse--main--1.0--patch-93
735     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
736       `muse-wiki-hide-nop-tag' into account.
738     modified files:
739      ChangeLog.2006 lisp/muse-wiki.el
742 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
744     Summary:
745       Fix a couple of compiler warnings.
746     Revision:
747       muse--main--1.0--patch-92
749     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
751     modified files:
752      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
755 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
757     Summary:
758       Make interwiki links work with the new option.
759     Revision:
760       muse--main--1.0--patch-91
762     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
763       parameters.  Populate this correctly when
764       `muse-wiki-match-all-project-files' is non-nil.
766     modified files:
767      ChangeLog.2006 lisp/muse-wiki.el
770 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
772     Summary:
773       Permit table generation to be disabled for a single Muse page.
774     Revision:
775       muse--main--1.0--patch-90
777     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
778       data, don't publish the table.
779     
780     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
781     
782     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
783     
784     * lisp/muse-publish.el (muse-publish-table-fields): If the
785       "disable-tables" publishing directive exists for the current page, do
786       not generate a table.
787     
788     * muse.texi (Tables): Mention that table generation can be disabled for a
789       single page.
791     modified files:
792      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
793      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
796 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
798     Summary:
799       muse-wiki: Match filenames before WikiWords.
800     Revision:
801       muse--main--1.0--patch-89
803     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
804       filenames in project before the general WikiWord regexp.
806     modified files:
807      ChangeLog.2006 lisp/muse-wiki.el
810 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
812     Summary:
813       Use a better mechanism for updating autogenerated variables.
814     Revision:
815       muse--main--1.0--patch-88
817     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
818     
819     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
820     
821     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
822       muse-update-values-hook.
823     
824     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
825       muse-update-values-hook.
826     
827     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
828       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
829       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
830       error is fixed.
831       (muse-wiki-update-custom-values): Replace with function that gives a
832       warning and an explanation.
833     
834     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
835       example so that people who use it won't have a wrong value in
836       muse-mode-hook.
838     modified files:
839      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
840      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
841      lisp/muse.el
844 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
846     Summary:
847       muse-wiki: Implement implicit links for all files in project.
848     Revision:
849       muse--main--1.0--patch-87
851     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
852       don't get errors when trying to use it.
853     
854     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
855       muse-project-file-alist-hook.
856       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
857       into a recursive call.
858       (muse-wiki-update-wikiword-regexp): Call
859       `muse-wiki-update-local-wikiword-regexp'.
860     
861     (Author: Per B. Sederberg <per@med.upenn.edu>)
862     
863     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
864       muse-before-publish-hook and muse-mode-hook so that implicit links are
865       published properly.
866       (muse-wiki-wikiword-match-project-files): New option for determining
867       whether to match all project files as implicit links.  This is off by
868       default.
869       (muse-wiki-update-local-wikiword-regexp): New function to make the
870       wikiword-regexp local and append the files in the current project to
871       it.
873     modified files:
874      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
876     new patches:
877      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
878      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
879      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
880      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
881      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
882      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
883      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
884      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
885      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
886      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
887      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
888      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
889      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
890      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
893 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
895     Summary:
896       Update Muse's file-alist after saving any Muse page.
897     Revision:
898       muse--main--1.0--patch-86
900     * lisp/muse-project.el (muse-project-after-save-hook): New function that
901       causes Muse's file-alist to be updated when we are saving a Muse file.
902       This is added to after-save-hook.
904     modified files:
905      ChangeLog.2006 lisp/muse-project.el
908 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
910     Summary:
911       Add a hook that is called whenever Muse's file-alist is updated.
912     Revision:
913       muse--main--1.0--patch-85
915     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
916       executed after an update to muse-project-file-alist happens.
917       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
919     modified files:
920      ChangeLog.2006 lisp/muse-project.el
923 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
925     Summary:
926       muse-mode: Recognize definition lists when filling text.
927     Revision:
928       muse--main--1.0--patch-84
930     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
931       text.
932     
934     modified files:
935      ChangeLog.2006 lisp/muse-mode.el
938 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
940     Summary:
941       Remove unrelated part of patch-82.
942     Revision:
943       muse--main--1.0--patch-83
946     modified files:
947      ChangeLog.2006 lisp/muse-mode.el
950 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
952     Summary:
953       muse-journal: Fix dates in RSS feeds.
954     Revision:
955       muse--main--1.0--patch-82
957     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
958       date is in a format that RSS readers can handle.  Thanks to René
959       Stadler for the patch.
961     modified files:
962      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
965 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
967     Summary:
968       debian: Install ChangeLog properly.
969     Revision:
970       muse--main--1.0--patch-81
972     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
973       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
974       the breakage report.
976     modified files:
977      ChangeLog.2006 debian/rules
980 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
982     Summary:
983       Fix a bug triggered by batch-publishing.
984     Revision:
985       muse--main--1.0--patch-80
987     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
988       right algorithm turned out to be simpler than I had thought.  Thanks to
989       Sergei V. Fleytin for reporting breakage with the old method.
990       (muse-publish-file): Don't be overzealous when checking for an invalid
991       style -- use a simpler check.
992       (muse-batch-publish-files): Don't check for invalid styles here, since
993       we already do so in `muse-publish-file'.
995     modified files:
996      ChangeLog.2006 lisp/muse-publish.el
999 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1001     Summary:
1002       muse.texi: Move some sections to a new Extending Muse chapter.
1003     Revision:
1004       muse--main--1.0--patch-79
1006     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1007       extending Muse in various ways.
1008       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1010     modified files:
1011      ChangeLog.2006 muse.texi
1014 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1016     Summary:
1017       Fix a couple of recently-introduced bugs.
1018     Revision:
1019       muse--main--1.0--patch-78
1021     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1022       extra hard to preserve our settings for faces, especially after a new
1023       frame or splash screen.
1024     
1025     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1026       copied globally, to the extent the Emacs permits this.
1028     modified files:
1029      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1032 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1034     Summary:
1035       Update my example configuration file.
1036     Revision:
1037       muse--main--1.0--patch-77
1040     modified files:
1041      ChangeLog.2006 examples/mwolson/muse-init.el
1044 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1046     Summary:
1047       Remove cruft from patch logs.
1048     Revision:
1049       muse--main--1.0--patch-76
1052     modified files:
1053      ChangeLog.2006
1054      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1055      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1056      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1057      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1058      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1059      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1060      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1061      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1064 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1066     Summary:
1067       Make faces more robust and namespace-conforming.
1068     Revision:
1069       muse--main--1.0--patch-75
1071     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1072       face has documentation and a group.
1073       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1074       "-face" suffix.
1075       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1076       faces have documentation and a group.  Copy unconditionally from the
1077       related Emacs faces, rather than specifying face attributes.
1078       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1079       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1080       face names.
1081     
1082     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1083       the 'muse-link property rather than looking at the face.
1085     modified files:
1086      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1089 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1091     Summary:
1092       muse.texi: Mention the <code> tag.
1093     Revision:
1094       muse--main--1.0--patch-74
1096     * muse.texi (Emphasizing Text): Mention the <code> tag.
1098     modified files:
1099      ChangeLog.2006 muse.texi
1102 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1104     Summary:
1105       Fix bug in verse markup, undesired behavior with emdash.
1106     Revision:
1107       muse--main--1.0--patch-73
1109     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1110       around emdash.
1111     
1112     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1113     
1114     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1115     
1116     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1117       trailing whitespace to `muse-markup-text', in case the current
1118       publishing wishes to use them.
1119       (muse-publish-markup-verse): Insert newline without adding read-only
1120       properties to it.  This fixes a paragraph detection bug in HTML
1121       publishing.
1123     modified files:
1124      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1125      lisp/muse-publish.el lisp/muse-xml.el
1128 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1130     Summary:
1131       httpd.el: Update to work with newer versions of Emacs.
1132     Revision:
1133       muse--main--1.0--patch-72
1135     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1136       of Emacs.
1138     modified files:
1139      ChangeLog.2006 contrib/httpd.el
1142 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1144     Summary:
1145       muse-journal: Make custom RSS heading regexps possible.
1146     Revision:
1147       muse--main--1.0--patch-71
1149     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1150       determines the regexp to use when searching for an RSS heading.
1151       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1153     modified files:
1154      ChangeLog.2006 lisp/muse-journal.el
1157 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1159     Summary:
1160       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1161     Revision:
1162       muse--main--1.0--patch-70
1164     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1165       project to publish, indicate this in an error message.
1166     
1167     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1168       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1169       (muse-detect-invalid-style): New function that makes sure that the
1170       given style is in a valid format.
1171       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1172       publishing.
1174     modified files:
1175      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1178 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1180     Summary:
1181       muse-mode: Don't require muse-publish.el.
1182     Revision:
1183       muse--main--1.0--patch-69
1185     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1186       muse-publish.el.  This allows people to optionally have Muse mode
1187       without including the publishing features, as long as they never call a
1188       publishing function.  The documentation says that Muse is supposed to
1189       be modular in that way, so I guess we'd better follow it.
1190       (muse-insert-tag): Make sure that muse-publish is required before
1191       accessing `muse-publish-markup-tags'.
1193     modified files:
1194      ChangeLog.2006 lisp/muse-mode.el
1197 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1199     Summary:
1200       Minor code cleanup.
1201     Revision:
1202       muse--main--1.0--patch-68
1204     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1206     modified files:
1207      ChangeLog.2006 lisp/muse-mode.el
1210 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1212     Summary:
1213       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1214     Revision:
1215       muse--main--1.0--patch-67
1217     (Author: Per B. Sederberg <per@med.upenn.edu>)
1218     
1219     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1220       used for grepping.
1221       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1222       muse-find-backlinks C-c C-b
1223       (muse-grep): New function to envoke a search with the compiler.
1224       (muse-search-with-command): New function to search for text, optionally
1225       editing the command.
1226       (muse-search): New function to search for text.
1227       (muse-find-backlinks): New function to search for backlinks to the
1228       current page.
1230     modified files:
1231      ChangeLog.2006 lisp/muse-mode.el
1233     new patches:
1234      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1235      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1236      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1237      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1238      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1239      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1240      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1241      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1242      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1243      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1244      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1245      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1248 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1250     Summary:
1251       Make it easier to call context-specific region-escaping function.
1252     Revision:
1253       muse--main--1.0--patch-66
1255     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1256       returned from specials, call it with beg, end, ignore-read-only args.
1257       This allows for people to specify their own functions for escaping
1258       regions, depending on context.  See `muse-xml-decide-specials' in
1259       muse-xml-common.el.  This functionality already exists for escaping
1260       specials in strings.
1262     modified files:
1263      ChangeLog.2006 lisp/muse-publish.el
1266 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1268     Summary:
1269       Attempt to make new syntaxes easier to support.
1270     Revision:
1271       muse--main--1.0--patch-65
1273     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1274       and `muse-get-link-data'.
1275     
1276     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1277     
1278     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1279       (muse-make-link): Change argument name.
1280     
1281     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1282       (muse-get-link, muse-get-link-desc): New functions that return the link
1283       and the link description, respectively, from the given TARGET.  The
1284       idea is that at least one other markup syntax puts descriptions before
1285       links, so all they would have to do is re-define these two functions.
1287     modified files:
1288      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1289      lisp/muse-mode.el lisp/muse.el
1292 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1294     Summary:
1295       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1296     Revision:
1297       muse--main--1.0--patch-64
1299     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1300     
1301     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1302       `replace-in-string' is checked before `replace-regexp-in-string', since
1303       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1304       Ottaway for the heads up.
1306     modified files:
1307      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1310 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1312     Summary:
1313       muse-latex: Add footnotes to links so that they show up on printed copies.
1314     Revision:
1315       muse--main--1.0--patch-63
1317     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1318       'url-and-desc.  Display footnotes if we have both a link and a
1319       description, since we want URLs to show up on printed documents.
1320       (muse-latex-markup-specials-document): Escape the "@" character in the
1321       entire document.
1322     
1323     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1324       without descriptions and URLs with descriptions.  If no markup string
1325       exists for 'url-and-desc, fall back to 'url.
1327     modified files:
1328      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1331 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1333     Summary:
1334       Fix publishing error with multi-line wrapped list items.
1335     Revision:
1336       muse--main--1.0--patch-62
1338     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1339       multiple lines of a wrapped list item.
1341     modified files:
1342      ChangeLog.2006 lisp/muse-publish.el
1345 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1347     Summary:
1348       Add COPYING file; update headers.
1349     Revision:
1350       muse--main--1.0--patch-61
1352     * COPYING: New file containing the GNU GPL.
1353     
1354     * AUTHORS: Bookkeeping.
1355     
1356     * README: Add License section.  Change Muse homepage URL.
1357     
1358     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1359       have changed 15+ lines of code, since this is the amount that
1360       constitutes legal contribution to a software work, AFAICT.
1361     
1362     * examples/mwolson: Update contents of directory to match my current
1363       setup.
1364     
1365     * experimental/muse*.el, lisp/muse*.el: Update headers.
1366     
1367     * muse.texi: Change Muse homepage URL.
1369     new files:
1370      .arch-ids/COPYING.id COPYING
1372     modified files:
1373      AUTHORS ChangeLog.2006 README debian/copyright
1374      examples/mwolson/muse-init.el
1375      examples/mwolson/stylesheets/blog.css
1376      examples/mwolson/stylesheets/common.css
1377      examples/mwolson/stylesheets/print.css
1378      examples/mwolson/stylesheets/screen.css
1379      experimental/muse-cite.el experimental/muse-mathml.el
1380      experimental/muse-message.el lisp/muse-backlink.el
1381      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1382      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1383      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1384      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1385      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1386      lisp/muse-publish.el lisp/muse-regexps.el
1387      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1388      lisp/muse-xml.el lisp/muse.el muse.texi
1391 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1393     Summary:
1394       Update Muse XML schema.
1395     Revision:
1396       muse--main--1.0--patch-60
1398     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1399       history.  We'll call this v0.3 of the schema.
1400     
1401     * lisp/muse-xml-common.el: Update header.
1402       (muse-xml-markup-table): Fix table generation when attributes are not
1403       specified.
1405     modified files:
1406      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1409 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1411     Summary:
1412       Fix output for consecutive list items of same type.
1413     Revision:
1414       muse--main--1.0--patch-59
1416     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1417       post-indent and indent-found values local to each list item.  This
1418       should fix undesired behavior with consecutive list items of the same
1419       type.
1421     modified files:
1422      ChangeLog.2006 lisp/muse-publish.el
1425 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1427     Summary:
1428       Make C-> and C-< keybindings not indent nested items.
1429     Revision:
1430       muse--main--1.0--patch-58
1432     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1433       nested items.
1434     
1435     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1436       optional, and document this.
1438     modified files:
1439      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1442 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1444     Summary:
1445       Slightly improve flyspell integration.
1446     Revision:
1447       muse--main--1.0--patch-57
1449     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1450       property to determine whether we are at a link.
1452     modified files:
1453      ChangeLog.2006 lisp/muse-mode.el
1456 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1458     Summary:
1459       Make nested definition list items work much better.
1460     Revision:
1461       muse--main--1.0--patch-56
1463     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1464       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1465       move function.
1466       (muse-publish-surround-text): If we are to determine the indentation,
1467       but have found no list items, set indent to the empty string.  If we
1468       are to determine indentation but have found an item, get all leading
1469       whitespace and set indent to it.  Never try to determine post-indent
1470       using the first line.  Try to contain the amount of "damage" a nested
1471       list item can do to wrapped list item text.
1472     
1473     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1474       part so that it is easier to indicate the amount of desired initial
1475       whitespace.
1476     
1477     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1478       entry optional.
1479       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1480       merged into `muse-forward-list-item'.
1481       (muse-forward-list-item-1): New function that determines whether a
1482       nested list item is found.
1483       (muse-forward-list-item): Move hairy nested list detection algorithm
1484       into `muse-forward-list-item-1'.  Be extra careful about terminating
1485       when we go past the boundary.
1487     modified files:
1488      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1489      lisp/muse.el
1492 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1494     Summary:
1495       Add backlink support, thanks to Jim Ottaway.
1496     Revision:
1497       muse--main--1.0--patch-55
1499     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1500       variable that indicates whether Muse is fontifying the current buffer.
1501       (muse-colors-region): Set `muse-colors-fontifying' to t.
1502     
1503     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1504       support.  I've modified it slightly to get rid of the defadvice forms.
1506     new files:
1507      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1509     modified files:
1510      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1513 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1515     Summary:
1516       muse-protocols: Add Wikipedia support.
1517     Revision:
1518       muse--main--1.0--patch-54
1520     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1521       is used to look up terms on the Wikipedia website.
1522       (muse-wikipedia-country): New option that specifies the country code to
1523       use for Wikipedia.
1524       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1525       resolve and browse Wikipedia URLs.
1527     modified files:
1528      ChangeLog.2006 lisp/muse-protocols.el
1531 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1533     Summary:
1534       muse-protocols: Add DOI handling.
1535     Revision:
1536       muse--main--1.0--patch-53
1538     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1539       DOI's (digitial object identifiers) are a standard identifier used in
1540       the publishing industry.  Thanks to Phillip Lord for the patch.
1541       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1542       and browse DOI's.
1544     modified files:
1545      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1548 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1550     Summary:
1551       Refine previous patch.
1552     Revision:
1553       muse--main--1.0--patch-52
1555     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1556       ever use the fallback method.  Save point when using new method.
1558     modified files:
1559      ChangeLog.2006 lisp/muse-mode.el
1562 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1564     Summary:
1565       Make visiting of links a bit faster.
1566     Revision:
1567       muse--main--1.0--patch-51
1569     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1570       property.
1571       (muse-link-properties): If we are highlighting a link, add the
1572       muse-link property.
1573     
1574     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1575       exists at point, use it to bound the link.  Otherwise, use the old
1576       method.  This should make it easier to visit custom implicit link
1577       forms, since it does not require a change to muse-implicit-link-regexp.
1578     
1579     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1580       used when muse-colors.el is loaded.
1582     modified files:
1583      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1584      lisp/muse-regexps.el
1587 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1589     Summary:
1590       Make resolving of inline image paths more flexible.
1591     Revision:
1592       muse--main--1.0--patch-50
1594     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1595       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1596       option.  Make the fallback customization type a function rather than a
1597       symbol.
1598       (muse-colors-use-publishing-directory): New function that takes the
1599       best guess at where the current Muse file will be published and makes
1600       the given link relative to that.
1601       (muse-colors-insert-image): If muse-colors-inline-image-method is
1602       'default-directory, use the default directory.  If it is a function,
1603       call that function with LINK as an argument.  Otherwise, give up.
1605     modified files:
1606      ChangeLog.2006 lisp/muse-colors.el
1609 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1611     Summary:
1612       Fix inline image lockup.
1613     Revision:
1614       muse--main--1.0--patch-49
1616     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1617       patch-47.  This will prevent Muse from locking up after making a new
1618       inline image.
1620     modified files:
1621      ChangeLog.2006 lisp/muse-colors.el
1624 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1626     Summary:
1627       Fix publishing problem with XEmacs.
1628     Revision:
1629       muse--main--1.0--patch-48
1631     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1632       publishing problem when text at beginning of buffer is read-only.
1633       Thanks to Christian Clercin for the report.
1635     modified files:
1636      ChangeLog.2006 lisp/muse-publish.el
1639 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1641     Summary:
1642       Get increase and decrease of list indentation to work with complex cases.
1643     Revision:
1644       muse--main--1.0--patch-47
1646     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1647       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1648       to indicate this interpretation, though parens are different.
1649     
1650     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1651       (muse-alter-list-item-indentation): New function that alters the list
1652       structure at point.  The behavior to use is specified by the OPERATION
1653       argument.  Currently-supported operations are 'increase and 'decrease
1654       indentation level.  This now uses the same sort of list detection
1655       algorithm that is used during publishing, so it should work as expected
1656       for complicated cases.
1657       (muse-increase-list-item-indentation)
1658       (muse-decrease-list-item-indentation): Use
1659       `muse-alter-list-item-indentation'.
1661     modified files:
1662      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1665 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1667     Summary:
1668       Code simplification; improve muse-list-item-type function.
1669     Revision:
1670       muse--main--1.0--patch-46
1672     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1673       'dl-entry, instead of just returning 'dl.
1674       (muse-forward-dl-term, muse-forward-dl-entry): Use
1675       muse-forward-list-item.
1676       (muse-forward-dl-part): Remove, merge functionality into
1677       muse-forward-list-item.
1678       (muse-forward-list-item): Add a few conditions needed for skipping
1679       nested 'dl-term and 'dl-entry items.
1681     modified files:
1682      ChangeLog.2006 lisp/muse.el
1685 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1687     Summary:
1688       Put movement by list and paragraph functions in muse.el.
1689     Revision:
1690       muse--main--1.0--patch-45
1692     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1693       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1694       (muse-forward-list-item): Move here from muse-publish.el, so that
1695       muse-mode can make use of these.
1697     modified files:
1698      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1701 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1703     Summary:
1704       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1705     Revision:
1706       muse--main--1.0--patch-44
1708     (Author: Per B. Sederberg <per@med.upenn.edu>)
1709     
1710     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1711       decrease the current item indentation.
1712       (muse-get-paragraph-start): Helper function to determine the start of
1713       the current paragraph.
1714       (muse-insert-list-item): Cleaned up list item insertion code and made
1715       it handle definitions.
1716       (muse-increase-list-item-indentation): New interactive function to
1717       increase list item indentation.
1718       (muse-decrease-list-item-indentation): New interactive function to
1719       decrease list item indentation.
1721     modified files:
1722      ChangeLog.2006 lisp/muse-mode.el
1724     new patches:
1725      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1726      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1727      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1728      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1729      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1730      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1731      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1732      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1733      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1734      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1737 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1739     Summary:
1740       Use slightly better algorithm for removing initial whitespace.
1741     Revision:
1742       muse--main--1.0--patch-43
1744     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1745       the definition occurred on the same line as the term.
1746       (muse-publish-surround-text): Use a slightly better algorithm for
1747       removing initial indentation of list items.  This way, we preserve
1748       nesting of lists and also deal with same-level items that occur after
1749       nested items.  This probably doesn't make much of a difference in the
1750       output, but it should make support of nested definition lists a bit
1751       less troublesome in some cases.
1752       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1753       regexp.
1754       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1755       data.  Don't remove any text.  This makes the function easier to reuse
1756       in display-only situations.
1758     modified files:
1759      ChangeLog.2006 lisp/muse-publish.el
1762 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1764     Summary:
1765       In a preliminary way, make definition lists nest.
1766     Revision:
1767       muse--main--1.0--patch-42
1769     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1770       lists nest a bit better.
1771     
1772     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1773       use it anymore.
1775     modified files:
1776      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1779 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1781     Summary:
1782       Fix nested list regression.
1783     Revision:
1784       muse--main--1.0--patch-41
1786     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1787       original indentation value and use that.  This fixes a regression
1788       caused by the last patch.
1790     modified files:
1791      ChangeLog.2006 lisp/muse-publish.el
1794 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1796     Summary:
1797       Make code look nicer by using muse-forward-dl-* functions.
1798     Revision:
1799       muse--main--1.0--patch-40
1801     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1802       forms into muse-forward-dl-* for increased reusability.
1803       (muse-publish-surround-text): Call move function with an indent
1804       argument so that we don't have to use partial substitution in lambda
1805       forms.
1806       (muse-forward-dl-term): New function that moves forward to the next
1807       definition list term.
1808       (muse-forward-dl-entry): New function that moves forward to the next
1809       definition list entry.
1810       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1811       does not move past entire definition list items, only parts of them.
1812       (muse-publish-markup-list, muse-publish-markup-quote):
1813       (muse-publish-quote-tag): Use better lambda form, and include a
1814       parameter.
1816     modified files:
1817      ChangeLog.2006 lisp/muse-publish.el
1820 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1822     Summary:
1823       Handle blockquoted sections within lists properly.
1824     Revision:
1825       muse--main--1.0--patch-39
1827     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1828       property.  This should make blockquoted sections within a list do the
1829       right thing.
1830       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1831       behavior of `muse-forward-paragraph'.
1833     modified files:
1834      ChangeLog.2006 lisp/muse-publish.el
1837 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1839     Summary:
1840       Fix problem when previous list item was nested.
1841     Revision:
1842       muse--main--1.0--patch-38
1844     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1845       indicator at the correct place.  This fixes an error where a previous
1846       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1847       for the report.
1849     modified files:
1850      ChangeLog.2006 lisp/muse-publish.el
1853 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1855     Summary:
1856       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1857     Revision:
1858       muse--main--1.0--patch-37
1860     * muse.texi (Implicit Links): Mention how to customize the WikiName
1861       recognition, and note that if you're setting this manually, you have to
1862       call some additional code.  This should fix #5376.  Also remove local
1863       variables section at end, since it seems pointless.
1865     modified files:
1866      ChangeLog.2006 muse.texi
1869 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1871     Summary:
1872       Fix #5325: nested formatting not working in HTML output.
1873     Revision:
1874       muse--main--1.0--patch-36
1876     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1877       work.  I'm a bit worried about possible double-escaping, though.
1878       Perhaps we should write the context to a text property and escape it
1879       later.  This should fix #5325.
1881     modified files:
1882      ChangeLog.2006 lisp/muse-publish.el
1885 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1887     Summary:
1888       Make paragraphs respect the end of a list or list item.
1889     Revision:
1890       muse--main--1.0--patch-35
1892     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1893       end of a list (or list item), back up.  This allows for a nice side
1894       effect when using indented sentences in between list items.
1895     
1896     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1897     
1898     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1899     
1900     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1901       and end-item are marked up with end-list properties.
1903     modified files:
1904      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1905      lisp/muse-publish.el lisp/muse-xml.el
1908 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1910     Summary:
1911       Make sure an initial term exists before publishing definition list.
1912     Revision:
1913       muse--main--1.0--patch-34
1915     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1916       exists before publishing a definition list.
1918     modified files:
1919      ChangeLog.2006 lisp/muse-publish.el
1922 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1924     Summary:
1925       Add comments to nested list code.
1926     Revision:
1927       muse--main--1.0--patch-33
1929     * lisp/muse-publish.el (muse-publish-surround-dl)
1930       (muse-publish-surround-text, muse-forward-dl-item):
1931       (muse-forward-list-item): Add comments, since there were many
1932       intricacies that are probably not obvious to the casual reader.
1933       (muse-forward-dl-item): Remove no-op condition.
1935     modified files:
1936      ChangeLog.2006 lisp/muse-publish.el
1939 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1941     Summary:
1942       Make nested list items work when separated by one blank line.
1943     Revision:
1944       muse--main--1.0--patch-32
1946     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1947       muse-forward-dl-item instead of muse-forward-list-item.  On second
1948       thought, don't unconditionally insert a newline, as that breaks some
1949       things.
1950       (muse-forward-dl-item): New function that moves forward to the next
1951       definition list item.  This was factored out from
1952       muse-forward-list-item, since it was getting too complex for my liking.
1953       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1954       indented line, and skip past these if we have a blank line followed by
1955       an indented line.  "Indented" means "indented one past the current
1956       indentation level" here.  Remove some initial whitespace that was being
1957       overlooked before.
1959     modified files:
1960      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1963 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1965     Summary:
1966       Fix a couple of bugs in muse-wiki-resolve-project-page.
1967     Revision:
1968       muse--main--1.0--patch-31
1970     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1971       better algorithm for adding styles to a list.
1972     
1973     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1974       carefully.  This should fix one or two hard-to-explain bugs.
1976     modified files:
1977      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1980 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1982     Summary:
1983       Fix another definition list edge case.
1984     Revision:
1985       muse--main--1.0--patch-30
1987     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1988       unordered list immediately follows definition list term.
1990     modified files:
1991      ChangeLog.2006 lisp/muse-publish.el
1994 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1996     Summary:
1997       Pass all current definition list test cases.
1998     Revision:
1999       muse--main--1.0--patch-29
2001     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2002       line if definition is not on the same line as the term.
2003       (muse-forward-list-item): Fix publishing incorrectness that occurred
2004       when a non-dl list follows a definition list.  Always move to the right
2005       place so as to prevent extra empty dd elements from being published.
2007     modified files:
2008      ChangeLog.2006 lisp/muse-publish.el
2011 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2013     Summary:
2014       Merge consecutive definition list terms properly.
2015     Revision:
2016       muse--main--1.0--patch-28
2018     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2019       correctly.  This makes Muse merge several definition list items into
2020       one list.
2021       (muse-forward-list-item): Use simpler regexp for 'dl.
2022     
2023     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2024       definition lists, and make terms the 2nd matched text.
2026     modified files:
2027      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2030 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2032     Summary:
2033       Bookkeeping.
2034     Revision:
2035       muse--main--1.0--patch-27
2037     * AUTHORS: Update.
2038     
2039     * muse-colors.el, muse-mode.el: Credit contributions.
2041     modified files:
2042      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2045 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2047     Summary:
2048       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2049     Revision:
2050       muse--main--1.0--patch-26
2052     Patches applied:
2053     
2054      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2055        Added ability to show inline images in the Emacs buffer.
2056     
2057      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2058        Added enhanced list item insertion.
2059     
2060     Detailed log:
2061     
2062     (Author: Per B. Sederberg <per@med.upenn.edu>)
2063     
2064     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2065       list item.  New key mapping to toggle showing images.  Added a key
2066       mapping to insert a link to a file and modified the key map to insert a
2067       tag.
2068       (muse-on-blank-line): Helper function to determine if the point is on a
2069       line containing only blank spaces.
2070       (muse-insert-list-item): New interactive function to insert a new list
2071       item, taking into account the current list state.
2072       (muse-insert-relative-link-to-file): New function to insert a link to a
2073       file, relative to the default directory.
2074     
2075     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2076       for where to search for images to inline in the buffer.
2077       (muse-colors-inline-images): Added custom boolean field for whether to
2078       show inline images in the buffer.
2079       (muse-colors-toggle-inline-images): New function to toggle showing the
2080       inline images in the buffer.
2081       (muse-unhighlight-region): Now removes end-glyph text properties to
2082       support XEmacs.
2083       (muse-colors-resolve-image-file): New function to determine if a link
2084       is an image and whether the version of Emacs can support inline images.
2085       (muse-make-file-glyph): New function to create an image glyph if we are
2086       using XEmacs.
2087       (muse-colors-insert-image): New function to insert an image in an Emacs
2088       buffer.
2089       (muse-colors-explicit-link): Modified function to have the ability to
2090       insert an image instead of formatting the text of the link.
2092     modified files:
2093      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2095     new patches:
2096      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2097      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2098      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2099      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2100      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2103 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2105     Summary:
2106       Pass testcase for definition list and nested unordered list.
2107     Revision:
2108       muse--main--1.0--patch-25
2110     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2111       lists always have at least one entry.  This appears to do the right
2112       thing with a sample nested unordered list.
2114     modified files:
2115      ChangeLog.2006 lisp/muse-publish.el
2118 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2120     Summary:
2121       Some definition list fixes.
2122     Revision:
2123       muse--main--1.0--patch-24
2125     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2126       markup for end of list using the `muse-insert-markup-end-list'
2127       function.  Handle list items nested inside of a definition list.
2129     modified files:
2130      ChangeLog.2006 lisp/muse-publish.el
2133 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2135     Summary:
2136       Fix another wrapped list item edge case.
2137     Revision:
2138       muse--main--1.0--patch-23
2140     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2141       indentation in a region when we encounter any list items.  This should
2142       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2143       for the report.
2145     modified files:
2146      ChangeLog.2006 lisp/muse-publish.el
2149 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2151     Summary:
2152       Fix comment in Debian packaging.
2153     Revision:
2154       muse--main--1.0--patch-22
2156     * debian/emacsen-remove: Fix comment.
2158     modified files:
2159      ChangeLog.2006 debian/emacsen-remove
2162 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2164     Summary:
2165       muse-blosxom: Fix order of #tags line in header.
2166     Revision:
2167       muse--main--1.0--patch-21
2169     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2170       rather than before it.  Thanks to bkhl for the heads up.
2172     modified files:
2173      ChangeLog.2006 lisp/muse-blosxom.el
2176 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2178     Summary:
2179       muse-blosxom: Add ability to use tags in entries.
2180     Revision:
2181       muse--main--1.0--patch-20
2183     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2184       publish them.
2185       (muse-blosxom-use-tags): New option that specifies whether we are using
2186       tags.
2187       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2188       RET without entering one.
2190     modified files:
2191      ChangeLog.2006 lisp/muse-blosxom.el
2194 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2196     Summary:
2197       Fix backtrace when publishing unsaved files.
2198     Revision:
2199       muse--main--1.0--patch-19
2201     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2202       trying to publish a file that has not been saved, and give an
2203       explanation to the user.
2205     modified files:
2206      ChangeLog.2006 lisp/muse-publish.el
2209 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2211     Summary:
2212       muse-texinfo: Fix link suffix.
2213     Revision:
2214       muse--main--1.0--patch-18
2216     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2217       styles.  This should fix a bug where links in published info files use
2218       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2220     modified files:
2221      ChangeLog.2006 lisp/muse-texinfo.el
2224 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2226     Summary:
2227       Fix prompting of non-Muse buffers before publishing.
2228     Revision:
2229       muse--main--1.0--patch-17
2231     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2232       Stadler to ignore buffers that have no associated filename.  This fixes
2233       an annoyance where Muse prompts to save BBDB and ERC buffers before
2234       publishing.
2236     modified files:
2237      AUTHORS ChangeLog.2006 lisp/muse-project.el
2240 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2242     Summary:
2243       Fix wrapped nested list item edge case.
2244     Revision:
2245       muse--main--1.0--patch-16
2247     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2248       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2249       case.
2250       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2251       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2252     
2253     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2254       exactly one space character in front of a unnumbered or numbered list.
2255       This should make it easier to match every list instance, since
2256       definition lists can now be handled more nicely in
2257       muse-publish-markup-regexps.  This also has the effect of fixing a
2258       wrapped nested list item edge case.
2260     modified files:
2261      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2264 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2266     Summary:
2267       Fix edge case in muse-wiki-publish-pretty-title.
2268     Revision:
2269       muse--main--1.0--patch-15
2271     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2272       the document does not have a valid title, use the empty string.
2274     modified files:
2275      ChangeLog.2006 lisp/muse-wiki.el
2278 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2280     Summary:
2281       Use debian/compat to determine debhelper compat level.
2282     Revision:
2283       muse--main--1.0--patch-14
2285     * debian/compat: New file that sets the debhelper compatibility level to
2286       4.
2287     
2288     * debian/rules: Remove DH_COMPAT line.
2290     new files:
2291      debian/.arch-ids/compat.id debian/compat
2293     modified files:
2294      ChangeLog.2006 debian/rules
2297 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2299     Summary:
2300       Fix a couple of table-publishing edge cases.
2301     Revision:
2302       muse--main--1.0--patch-13
2304     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2305       publishing error that occurs when a table line is the last thing in a
2306       document.  Thanks to cymacs for the report and suggested fix.
2307       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2308       them.
2309     
2310     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2311       at the end of the 'end-table markup string.
2312     
2313     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2314     
2315     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2316     
2317     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2318       newline at the end of the table.  This should fix a problem with
2319       paragraphs after tables not being published as such.  Thanks to cymacs
2320       for the report.
2321     
2322     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2323       muse-insert-markup to insert a trailing newline.
2325     modified files:
2326      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2327      lisp/muse-publish.el lisp/muse-texinfo.el
2328      lisp/muse-xml-common.el lisp/muse-xml.el
2331 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2333     Summary:
2334       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2335     Revision:
2336       muse--main--1.0--patch-12
2339     new files:
2340      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2342     renamed files:
2343      .arch-ids/ChangeLog.id
2344        ==> .arch-ids/ChangeLog.2005.id
2345      ChangeLog
2346        ==> ChangeLog.2005
2349 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2351     Summary:
2352       Make muse-journal work with whole-document escaping.
2353     Revision:
2354       muse--main--1.0--patch-11
2356     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2357       by Emacs Muse" so that muse-journal does not get confused.
2358     
2359     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2360       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2361       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2362       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2363       have "Page published by Emacs Muse (begins|ends) here" in their header
2364       or footer, since muse-journal needs this in order to determine where
2365       entries begin and end.
2367     modified files:
2368      examples/mwolson/templates/footer.html
2369      examples/mwolson/templates/generic-footer.html
2370      examples/mwolson/templates/generic-header.html
2371      examples/mwolson/templates/header.html
2372      examples/mwolson/templates/header.tex lisp/muse-journal.el
2375 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2377     Summary:
2378       Get simple test case for definition lists to work.
2379     Revision:
2380       muse--main--1.0--patch-10
2382     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2383       publish properly.
2384       (muse-forward-list-item): Fix edge case.
2386     modified files:
2387      lisp/muse-publish.el
2390 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2392     Summary:
2393       Add documentation to some publishing functions.
2394     Revision:
2395       muse--main--1.0--patch-9
2397     * lisp/muse-publish.el (muse-publish-mark-read-only)
2398       (muse-publish-mark-noemphasis): Add documentation.
2400     modified files:
2401      lisp/muse-publish.el
2404 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2406     Summary:
2407       Fix an error with `custom-quote'.
2408     Revision:
2409       muse--main--1.0--patch-8
2411     * lisp/muse-project.el: Require 'cus-edit, since that is where
2412       `custom-quote' is defined.
2413     
2414     * muse.texi: Use copyright symbol.
2416     modified files:
2417      lisp/muse-project.el muse.texi
2420 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2422     Summary:
2423       muse-registry: update from author.
2424     Revision:
2425       muse--main--1.0--patch-7
2427     * lisp/muse-registry.el: Update to newest version from author.
2428       Re-tabify.
2430     modified files:
2431      lisp/muse-registry.el
2434 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2436     Summary:
2437       muse-latex: Handle double-quote edge case.
2438     Revision:
2439       muse--main--1.0--patch-6
2441     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2442       character begins the buffer.
2444     modified files:
2445      lisp/muse-latex.el
2448 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2450     Summary:
2451       Allow beginning and ending empty elements in tables.
2452     Revision:
2453       muse--main--1.0--patch-5
2455     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2456       whitespace after the field if we're at the end of a line.
2457       (muse-table-line-regexp): Allow the table to start with a "|".  The
2458       resulting initial empty cell isn't yet thrown away like it should be.
2460     modified files:
2461      lisp/muse-regexps.el
2464 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2466     Summary:
2467       muse-latex: Use \url to publish bare URLs.
2468     Revision:
2469       muse--main--1.0--patch-4
2471     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2472       \href for bare URLs.  Thanks to Na Li for the suggestion!
2474     modified files:
2475      lisp/muse-latex.el
2478 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2480     Summary:
2481       Create parents of output directories.
2482     Revision:
2483       muse--main--1.0--patch-3
2485     * lisp/muse-project.el (muse-project-publish-file): Create parent
2486       directories as well, if the output directory does not exist.  This can
2487       happen when we have nested directories in a project.
2489     modified files:
2490      lisp/muse-project.el
2493 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2495     Summary:
2496       Pick a better default if publishing with more than one style.
2497     Revision:
2498       muse--main--1.0--patch-2
2500     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2501       the list we return is in the right order.  That way, if more than one
2502       publishing rule matches a link, the first one is used, rather than the
2503       last.
2505     modified files:
2506      lisp/muse-project.el
2509 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2511     Summary:
2512       Oops, committed to the wrong archive.
2513     Revision:
2514       muse--main--1.0--patch-1
2516     Patches applied:
2517     
2518      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2519        Debian fixups.
2520     
2521      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2522        Another Debian fix.
2524     modified files:
2525      ChangeLog debian/emacsen-startup
2527     renamed files:
2528      debian/.arch-ids/NEWS.Debian.id
2529        ==> debian/.arch-ids/NEWS.id
2530      debian/NEWS.Debian
2531        ==> debian/NEWS
2533     new patches:
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2538 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2540     Summary:
2541       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2542     Revision:
2543       muse--main--1.0--base-0
2545     (automatically generated log message)
2547     new patches:
2548      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2549      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2550      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2551      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2552      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2553      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2554      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2555      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2556      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2557      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2558      ajk@iu.edu--2005/muse--main--1.0--base-0
2559      ajk@iu.edu--2005/muse--main--1.0--patch-1
2560      ajk@iu.edu--2005/muse--main--1.0--patch-2
2561      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2562      davidsmith@acm.org--main/muse--devo--1.0--base-0
2563      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2564      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2565      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2566      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2567      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2568      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2569      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2570      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2571      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2572      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2573      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2574      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2575      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2576      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2577      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2578      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2579      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2580      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2581      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2582      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2583      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2584      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2585      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2586      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2587      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2588      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2589      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2590      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2591      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2592      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2593      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2594      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2595      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2596      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2597      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2598      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2599      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2600      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2601      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2602      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2603      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2604      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2605      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2606      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2607      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2608      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2609      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2610      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2611      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2612      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2613      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2614      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2615      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2616      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2617      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2618      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2619      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2620      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2621      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2622      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2623      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2624      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2625      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2626      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2627      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2628      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2629      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2630      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2631      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2632      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2633      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2634      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2635      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2636      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2637      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2638      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2639      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2640      mwolson@gnu.org--2005/muse--main--1.0--base-0
2641      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2642      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2643      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2644      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2645      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2646      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2647      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2648      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2649      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2650      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2651      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2652      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2653      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2654      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2655      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2656      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2657      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2658      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2996      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2997      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2998      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2999      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3000      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3001      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3002      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3003      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3004      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3005      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3006      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3007      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3008      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3009      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3010      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3011      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3012      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3013      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3014      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3015      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3016      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3017      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3018      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3019      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3020      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3021      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3022      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3023      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3024      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3025      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3026      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3027      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3028      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3029      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3030      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3031      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3032      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3033      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3034      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3035      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3036      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3037      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3038      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3039      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8