Make links colored blue by default.
[muse-el.git] / ChangeLog.2006
blob7e2e333dfaf4f34f0f1c4d6849a01cd9b5fb710d
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-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
7     Summary:
8       Make links colored blue by default.
9     Revision:
10       muse--main--1.0--patch-133
12     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
13       other Emacs modes do.
15     modified files:
16      ChangeLog.2006 lisp/muse-colors.el
19 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
21     Summary:
22       Fix publishing error with tables and initial whitespace.
23     Revision:
24       muse--main--1.0--patch-132
26     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
27       above blockquote and centered text, so that indented but blank initial
28       table fields publish correctly.
29     
30     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
31       We accept anything that has at least one field delimiter.
33     modified files:
34      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
37 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
39     Summary:
40       Add muse-protocol-iw.el to experimental folder.
41     Revision:
42       muse--main--1.0--patch-131
44     * experimental/muse-protocol-iw.el: New experimental file that implements
45       an interwiki protocol of sorts that handles subdirectories.
47     new files:
48      experimental/.arch-ids/muse-protocol-iw.el.id
49      experimental/muse-protocol-iw.el
51     modified files:
52      AUTHORS ChangeLog.2006 experimental/muse-split.el
55 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
57     Summary:
58       Add muse-split.el to experimental folder.
59     Revision:
60       muse--main--1.0--patch-130
62     * experimental/muse-split.el: New experimental file that splits published
63       Muse files into several smaller files.
65     new files:
66      experimental/.arch-ids/muse-split.el.id
67      experimental/muse-split.el
69     modified files:
70      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
71      debian/control
74 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
76     Summary:
77       muse-wiki: Make the interwiki resolver a bit more clever.
78     Revision:
79       muse--main--1.0--patch-129
81     * lisp/muse-project.el (muse-project-choose-style): New function that
82       chooses a style from a list of styles, given a user-supplied test.
83     
84     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
85       that is used along with `muse-project-choose-style' to pick the first
86       style that matches a given value for :link-prefix.
87       (muse-wiki-resolve-project-page-1): New function split from
88       `muse-wiki-resolve-project-page' for readability.  Try to match files
89       that have the same link-suffix.  This should hopefully fix a bug
90       noticed by Hans Ekbrand.
92     modified files:
93      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
96 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
98     Summary:
99       Fix bug where links with :: in them were marked up as lists.
100     Revision:
101       muse--main--1.0--patch-128
103     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
104       Change noemphasis property to muse-link.
105     
106     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
107     
108     * lisp/muse-publish.el (muse-publish-surround-text)
109       (muse-publish-markup-list): Ditto.  This should fix a bug.
110       (muse-publish-markup-list): Docfix.
111       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
112     
113     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
114       There must be either one or more spaces or a single newline after the
115       colons.  This prevents an ambiguity with the double-colon muse-wiki
116       interwiki delimiter.
118     modified files:
119      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
120      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
123 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
125     Summary:
126       DTRT with explicit links that have no description.
127     Revision:
128       muse--main--1.0--patch-127
130     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
131       explicit link without a description, use the name of the linked page.
133     modified files:
134      ChangeLog.2006 lisp/muse-publish.el
137 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
139     Summary:
140       Fix emdash in link description bug.
141     Revision:
142       muse--main--1.0--patch-126
144     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
145       if we are in a link, since otherwise it will be incorrectly escaped.
146       Thanks to Chiyuan Zhang for the report.
148     modified files:
149      ChangeLog.2006 Makefile.defs debian/changelog
150      lisp/muse-publish.el
153 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
155     Summary:
156       Fix #5925: Emphasis on item breaks lists.
157     Revision:
158       muse--main--1.0--patch-125
160     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
161       as the browsing function.
162     
163     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
164       the current file.
165     
166     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
167       `offset' into account, in case the list-item regexp is nested in
168       another group.
169       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
170       offset of 1.  This should fix an unpleasant list-as-blockquote error
171       that was noticed recently.  Thanks to John Sullivan for the report.
173     modified files:
174      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
175      lisp/muse.el
178 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
180     Summary:
181       Fix a couple of beginning-of-buffer errors.
182     Revision:
183       muse--main--1.0--patch-124
185     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
186       don't throw an error if at the beginning of the buffer.  Thanks to John
187       Sullivan for the report.
189     modified files:
190      ChangeLog.2006 lisp/muse-mode.el
193 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
195     Summary:
196       muse.texi: Change use of @subsubheading to @subheading.
197     Revision:
198       muse--main--1.0--patch-123
200     * muse.texi: Change use of @subsubheading to @subheading throughout
201       document.
203     modified files:
204      ChangeLog.2006 muse.texi
207 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
209     Summary:
210       muse.texi: Change subsections to subheadings.
211     Revision:
212       muse--main--1.0--patch-122
214     (Author: John Sullivan <john@wjsullivan.net>)
215     
216     * muse.texi: Change @subsection and @strong to @subheading throughout
217       document.
219     modified files:
220      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
222     new patches:
223      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
224      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
225      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
228 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
230     Summary:
231       Update keystrokes used in muse-mode, as well as docs.
232     Revision:
233       muse--main--1.0--patch-121
235     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
236       keymap to use when the user wants to insert something into the current
237       buffer using `C-c i'.
238       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
239       muse-follow-name-at-point, since this is already used for
240       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
241       prompt for the thing to insert.
242       (muse-insert-thing): New function that prompts the user for something
243       to insert into the current buffer.  It tries to be as friendly as
244       possible by catching possible errors with the message "Not inserting
245       anything".
246       (muse-mode-completions): Rename from `muse-completions', since this is
247       what we use in `muse-mode'.
248       (muse-mode-current-word): Similarly.  These don't seem to work
249       correctly, for unknown reasons.
250     
251     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
252       utilize.
254     modified files:
255      ChangeLog.2006 lisp/muse-mode.el muse.texi
258 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
260     Summary:
261       Fix buggy behavior in muse-browse-result.
262     Revision:
263       muse--main--1.0--patch-120
265     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
266       names to styles, based on the styles contained in the current Muse
267       project.  Thanks to kid kid for the analysis.
268     
269     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
270       specified as an argument.
272     modified files:
273      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
276 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
278     Summary:
279       muse-latex: Make images look better.
280     Revision:
281       muse--main--1.0--patch-119
283     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
284       be 75% the width of the page, which looks better.  Enclose images in
285       figures, and center them.
287     modified files:
288      ChangeLog.2006 lisp/muse-latex.el
291 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
293     Summary:
294       Fix a few image bugs.
295     Revision:
296       muse--main--1.0--patch-118
298     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
299       passing it to `muse-colors-inline-image-method'.  This makes images
300       with the same current directory and publishing directory get resolved
301       correctly.
302     
303     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
304       ".muse" extension to images.
306     modified files:
307      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
310 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
312     Summary:
313       Make build targets more consistent.
314     Revision:
315       muse--main--1.0--patch-117
317     * contrib/Makefile (install): Make build targets more consistent.  Thanks
318       to dsmith for the report.
319     
320     * lisp/Makefile (all, lisp, install): Ditto.
322     modified files:
323      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
324      lisp/Makefile
327 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
329     Summary:
330       cgi.el: Make this work without cl-seq.el.
331     Revision:
332       muse--main--1.0--patch-116
334     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
335       code.  Make this not depend on 'cl at runtime.
336       (cgi-position): New function that implements a simple replacement for
337       the position function found in cl-seq.el.
338       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
339       instead of `subseq'.
340     
341     * contrib/httpd.el: Credit myself.
343     modified files:
344      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
347 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
349     Summary:
350       Make publishing DTRT when using escaped list markup.
351     Revision:
352       muse--main--1.0--patch-115
354     * lisp/muse-publish.el (muse-publish-surround-text)
355       (muse-publish-markup-list): Ignore escaped list markup.
356     
357     * lisp/muse.el (muse-list-item-type): Docfix.
358       (muse-list-item-critical-point): New function that returns the point
359       where we should expect to find the first character in the current list
360       item markup.
361       (muse-forward-paragraph): Docfix and cosmetic change.
362       (muse-forward-list-item): Ignore escaped list markup.  This should fix
363       a few publishing errors that involve markup like =::=.
365     modified files:
366      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
369 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
371     Summary:
372       muse-publish: Get rid of warning when batch publishing.
373     Revision:
374       muse--main--1.0--patch-114
376     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
377       publishing warning message.
379     modified files:
380      ChangeLog.2006 Makefile.defs debian/changelog
381      lisp/muse-publish.el
384 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
386     Summary:
387       Try to fix face clobbering bug.
388     Revision:
389       muse--main--1.0--patch-113
391     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
392       the default value of the header faces.  It can be re-used.
393       (muse-make-faces): Simplify.  This should now fix the face clobbering
394       bug.
396     modified files:
397      ChangeLog.2006 lisp/muse-colors.el
400 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
402     Summary:
403       Re-add some cgi.el stuff and update my example config.
404     Revision:
405       muse--main--1.0--patch-112
407     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
408       they are mentioned in the documentation.
409     
410     * examples/mwolson/: Update.
412     modified files:
413      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
414      examples/mwolson/templates/footer.html
415      examples/mwolson/templates/header.html
418 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
420     Summary:
421       muse-mode: Make C-c C-e work better.
422     Revision:
423       muse--main--1.0--patch-111
425     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
426       that this is more robust.
428     modified files:
429      ChangeLog.2006 lisp/muse-mode.el
432 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
434     Summary:
435       muse-latex: Don't escape backslash in <example> regions.
436     Revision:
437       muse--main--1.0--patch-110
439     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
440       to escape the backslash after all.
441       (muse-latex-markup-specials-literal): Docfix.
442     
443     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
445     modified files:
446      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
449 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
451     Summary:
452       Allow tab characters in the target of explicit links.
453     Revision:
454       muse--main--1.0--patch-109
456     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
457       in the link target.  This doesn't seem like it could hurt anything, and
458       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
459       the report.
461     modified files:
462      ChangeLog.2006 lisp/muse-regexps.el
465 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
467     Summary:
468       muse-wiki: Fix bug that caused WikiWords not to publish or display.
469     Revision:
470       muse--main--1.0--patch-108
472     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
474     modified files:
475      ChangeLog.2006 Makefile.defs debian/changelog
476      lisp/muse-wiki.el
479 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
481     Summary:
482       Fix horrendous typo.
483     Revision:
484       muse--main--1.0--patch-107
486     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
487       strangeness.
489     modified files:
490      ChangeLog.2006 lisp/muse-publish.el
493 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
495     Summary:
496       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
497     Revision:
498       muse--main--1.0--patch-106
500     (Author: Per B. Sederberg <per@med.upenn.edu>)
501     
502     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
503       Option to not create implicit links to the current page.
504       (muse-wiki-handle-wikiword): Process the option to not create implicit
505       links to the current page.
507     modified files:
508      ChangeLog.2006 Makefile.defs debian/changelog
509      lisp/muse-wiki.el
511     new patches:
512      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
515 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
517     Summary:
518       Try to fix failure to recognize Muse file extension (6th attempt).
519     Revision:
520       muse--main--1.0--patch-105
522     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
523       init file is loaded.
524       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
525       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
526     
527     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
528       user's init file is loaded.  Explicitly add the Muse file extension
529       when muse.el is loaded, to make life simpler.
530       (muse-update-file-extension): Take several edge cases into account.
531       (muse-file-extension): Docfix.
532       (muse-update-file-extension-after-init): New function that causes the
533       file extension to be updated.
534     
535     * muse.texi (Projects): It is no longer necessary to call
536       `muse-mode-maybe' manually.
538     modified files:
539      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
542 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
544     Summary:
545       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
546     Revision:
547       muse--main--1.0--patch-104
549     (Author: Per B. Sederberg <per@med.upenn.edu>)
550     
551     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
552       to return a list of project files that have spaces.
553       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
554       spaces function.  Don't make this buffer-local.
556     modified files:
557      ChangeLog.2006 lisp/muse-wiki.el
559     new patches:
560      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
561      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
562      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
563      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
564      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
567 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
569     Summary:
570       Try to fix failure to recognize Muse file extension (5th attempt).
571     Revision:
572       muse--main--1.0--patch-103
574     * lisp/muse.el: To detect whether Emacs has fully started, check
575       `command-line-processed' instead of `inhibit-startup-hooks', since the
576       latter only exists for Emacs22.
578     modified files:
579      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
582 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
584     Summary:
585       muse-html: Add :style-sheet element.
586     Revision:
587       muse--main--1.0--patch-102
589     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
590       :style-sheet element.
591       ("html", "xhtml"): Add the :style-sheet element.
592     
593     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
594       style already exists.  Instead, just replace the existing style.
595       (muse-derive-style): Ditto.
596     
597     * muse.texi (Style Elements): Mention :style-sheet.
599     modified files:
600      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
601      muse.texi
604 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
606     Summary:
607       Try to fix failure to recognize Muse file extension (4th attempt).
608     Revision:
609       muse--main--1.0--patch-101
611     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
612       the command line.
614     modified files:
615      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
618 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
620     Summary:
621       Try to fix failure to recognize Muse file extension (3rd attempt).
622     Revision:
623       muse--main--1.0--patch-100
625     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
627     modified files:
628      ChangeLog.2006 lisp/muse.el
631 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
633     Summary:
634       Try to fix failure to recognize Muse file extension (2nd attempt).
635     Revision:
636       muse--main--1.0--patch-99
638     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
639       auto-mode-alist.
641     modified files:
642      ChangeLog.2006 lisp/muse.el
645 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
647     Summary:
648       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
649     Revision:
650       muse--main--1.0--patch-98
652     (Author: Per B. Sederberg <per@med.upenn.edu>)
653     
654     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
655       interwiki-regexp to search for any project file name.  This is so it
656       will match files with spaces.
658     modified files:
659      ChangeLog.2006 lisp/muse-wiki.el
661     new patches:
662      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
663      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
664      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
665      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
666      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
667      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
668      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
671 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
673     Summary:
674       Try to fix failure to recognize Muse file extension.
675     Revision:
676       muse--main--1.0--patch-97
678     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
679       of semantics.
680     
681     * lisp/muse.el: Call muse-update-file-extension in
682       muse-update-values-hook, instead of
683       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
684       emacs-startup-hook, so that the user has time to set this in their
685       .emacs file.
687     modified files:
688      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
691 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
693     Summary:
694       Make things in contrib directory installable.
695     Revision:
696       muse--main--1.0--patch-96
698     * Makefile (SUBDIRS): Add contrib.
699       (all): Add contrib.
700       (contrib): New target that compiles things in the contrib directory.
701       (install-bin): Add contrib.  Install things in the contrib directory.
702       Also install uncompiled things in the experimental directory.
703     
704     * contrib/Makefile: New Makefile for the contrib directory.
705     
706     * contrib/httpd.el (httpd-start): Fix compiler warnings.
707     
708     * debian/emacsen-install: Compile files in contrib directory in addition
709       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
710     
711     * debian/emacsen-startup: Add contrib directory to load-path.
712     
713     * experimental/Makefile (test): Remove target.
714       (install-uncompiled): New target that installs uncompiled files.
715     
716     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
717       (muse-update-file-extension): Fix a warning that occurred when doing
718       batch publishing.
720     new files:
721      contrib/.arch-ids/Makefile.id contrib/Makefile
723     modified files:
724      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
725      debian/changelog debian/emacsen-install debian/emacsen-startup
726      experimental/Makefile lisp/muse.el muse.texi
729 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
731     Summary:
732       Remove muse-registry.el.
733     Revision:
734       muse--main--1.0--patch-95
736     * lisp/muse-registry.el: Move to the Planner project, since it is a
737       better fit with Planner than Muse.
739     removed files:
740      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
742     modified files:
743      AUTHORS ChangeLog.2006
746 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
748     Summary:
749       Prepare Debian package for Arch snapshot.
750     Revision:
751       muse--main--1.0--patch-94
753     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
754       snapshot.
756     modified files:
757      ChangeLog.2006 Makefile.defs debian/changelog
760 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
762     Summary:
763       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
764     Revision:
765       muse--main--1.0--patch-93
767     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
768       `muse-wiki-hide-nop-tag' into account.
770     modified files:
771      ChangeLog.2006 lisp/muse-wiki.el
774 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
776     Summary:
777       Fix a couple of compiler warnings.
778     Revision:
779       muse--main--1.0--patch-92
781     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
783     modified files:
784      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
787 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
789     Summary:
790       Make interwiki links work with the new option.
791     Revision:
792       muse--main--1.0--patch-91
794     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
795       parameters.  Populate this correctly when
796       `muse-wiki-match-all-project-files' is non-nil.
798     modified files:
799      ChangeLog.2006 lisp/muse-wiki.el
802 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
804     Summary:
805       Permit table generation to be disabled for a single Muse page.
806     Revision:
807       muse--main--1.0--patch-90
809     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
810       data, don't publish the table.
811     
812     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
813     
814     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
815     
816     * lisp/muse-publish.el (muse-publish-table-fields): If the
817       "disable-tables" publishing directive exists for the current page, do
818       not generate a table.
819     
820     * muse.texi (Tables): Mention that table generation can be disabled for a
821       single page.
823     modified files:
824      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
825      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
828 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
830     Summary:
831       muse-wiki: Match filenames before WikiWords.
832     Revision:
833       muse--main--1.0--patch-89
835     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
836       filenames in project before the general WikiWord regexp.
838     modified files:
839      ChangeLog.2006 lisp/muse-wiki.el
842 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
844     Summary:
845       Use a better mechanism for updating autogenerated variables.
846     Revision:
847       muse--main--1.0--patch-88
849     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
850     
851     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
852     
853     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
854       muse-update-values-hook.
855     
856     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
857       muse-update-values-hook.
858     
859     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
860       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
861       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
862       error is fixed.
863       (muse-wiki-update-custom-values): Replace with function that gives a
864       warning and an explanation.
865     
866     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
867       example so that people who use it won't have a wrong value in
868       muse-mode-hook.
870     modified files:
871      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
872      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
873      lisp/muse.el
876 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
878     Summary:
879       muse-wiki: Implement implicit links for all files in project.
880     Revision:
881       muse--main--1.0--patch-87
883     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
884       don't get errors when trying to use it.
885     
886     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
887       muse-project-file-alist-hook.
888       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
889       into a recursive call.
890       (muse-wiki-update-wikiword-regexp): Call
891       `muse-wiki-update-local-wikiword-regexp'.
892     
893     (Author: Per B. Sederberg <per@med.upenn.edu>)
894     
895     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
896       muse-before-publish-hook and muse-mode-hook so that implicit links are
897       published properly.
898       (muse-wiki-wikiword-match-project-files): New option for determining
899       whether to match all project files as implicit links.  This is off by
900       default.
901       (muse-wiki-update-local-wikiword-regexp): New function to make the
902       wikiword-regexp local and append the files in the current project to
903       it.
905     modified files:
906      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
908     new patches:
909      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
910      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
911      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
912      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
913      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
914      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
915      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
916      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
917      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
918      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
919      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
920      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
921      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
922      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
925 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
927     Summary:
928       Update Muse's file-alist after saving any Muse page.
929     Revision:
930       muse--main--1.0--patch-86
932     * lisp/muse-project.el (muse-project-after-save-hook): New function that
933       causes Muse's file-alist to be updated when we are saving a Muse file.
934       This is added to after-save-hook.
936     modified files:
937      ChangeLog.2006 lisp/muse-project.el
940 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
942     Summary:
943       Add a hook that is called whenever Muse's file-alist is updated.
944     Revision:
945       muse--main--1.0--patch-85
947     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
948       executed after an update to muse-project-file-alist happens.
949       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
951     modified files:
952      ChangeLog.2006 lisp/muse-project.el
955 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
957     Summary:
958       muse-mode: Recognize definition lists when filling text.
959     Revision:
960       muse--main--1.0--patch-84
962     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
963       text.
964     
966     modified files:
967      ChangeLog.2006 lisp/muse-mode.el
970 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
972     Summary:
973       Remove unrelated part of patch-82.
974     Revision:
975       muse--main--1.0--patch-83
978     modified files:
979      ChangeLog.2006 lisp/muse-mode.el
982 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
984     Summary:
985       muse-journal: Fix dates in RSS feeds.
986     Revision:
987       muse--main--1.0--patch-82
989     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
990       date is in a format that RSS readers can handle.  Thanks to René
991       Stadler for the patch.
993     modified files:
994      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
997 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
999     Summary:
1000       debian: Install ChangeLog properly.
1001     Revision:
1002       muse--main--1.0--patch-81
1004     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1005       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1006       the breakage report.
1008     modified files:
1009      ChangeLog.2006 debian/rules
1012 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1014     Summary:
1015       Fix a bug triggered by batch-publishing.
1016     Revision:
1017       muse--main--1.0--patch-80
1019     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1020       right algorithm turned out to be simpler than I had thought.  Thanks to
1021       Sergei V. Fleytin for reporting breakage with the old method.
1022       (muse-publish-file): Don't be overzealous when checking for an invalid
1023       style -- use a simpler check.
1024       (muse-batch-publish-files): Don't check for invalid styles here, since
1025       we already do so in `muse-publish-file'.
1027     modified files:
1028      ChangeLog.2006 lisp/muse-publish.el
1031 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1033     Summary:
1034       muse.texi: Move some sections to a new Extending Muse chapter.
1035     Revision:
1036       muse--main--1.0--patch-79
1038     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1039       extending Muse in various ways.
1040       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1042     modified files:
1043      ChangeLog.2006 muse.texi
1046 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1048     Summary:
1049       Fix a couple of recently-introduced bugs.
1050     Revision:
1051       muse--main--1.0--patch-78
1053     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1054       extra hard to preserve our settings for faces, especially after a new
1055       frame or splash screen.
1056     
1057     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1058       copied globally, to the extent the Emacs permits this.
1060     modified files:
1061      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1064 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1066     Summary:
1067       Update my example configuration file.
1068     Revision:
1069       muse--main--1.0--patch-77
1072     modified files:
1073      ChangeLog.2006 examples/mwolson/muse-init.el
1076 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1078     Summary:
1079       Remove cruft from patch logs.
1080     Revision:
1081       muse--main--1.0--patch-76
1084     modified files:
1085      ChangeLog.2006
1086      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1087      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1088      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1089      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1090      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1091      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1092      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1093      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1096 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1098     Summary:
1099       Make faces more robust and namespace-conforming.
1100     Revision:
1101       muse--main--1.0--patch-75
1103     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1104       face has documentation and a group.
1105       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1106       "-face" suffix.
1107       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1108       faces have documentation and a group.  Copy unconditionally from the
1109       related Emacs faces, rather than specifying face attributes.
1110       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1111       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1112       face names.
1113     
1114     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1115       the 'muse-link property rather than looking at the face.
1117     modified files:
1118      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1121 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1123     Summary:
1124       muse.texi: Mention the <code> tag.
1125     Revision:
1126       muse--main--1.0--patch-74
1128     * muse.texi (Emphasizing Text): Mention the <code> tag.
1130     modified files:
1131      ChangeLog.2006 muse.texi
1134 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1136     Summary:
1137       Fix bug in verse markup, undesired behavior with emdash.
1138     Revision:
1139       muse--main--1.0--patch-73
1141     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1142       around emdash.
1143     
1144     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1145     
1146     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1147     
1148     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1149       trailing whitespace to `muse-markup-text', in case the current
1150       publishing wishes to use them.
1151       (muse-publish-markup-verse): Insert newline without adding read-only
1152       properties to it.  This fixes a paragraph detection bug in HTML
1153       publishing.
1155     modified files:
1156      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1157      lisp/muse-publish.el lisp/muse-xml.el
1160 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1162     Summary:
1163       httpd.el: Update to work with newer versions of Emacs.
1164     Revision:
1165       muse--main--1.0--patch-72
1167     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1168       of Emacs.
1170     modified files:
1171      ChangeLog.2006 contrib/httpd.el
1174 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1176     Summary:
1177       muse-journal: Make custom RSS heading regexps possible.
1178     Revision:
1179       muse--main--1.0--patch-71
1181     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1182       determines the regexp to use when searching for an RSS heading.
1183       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1185     modified files:
1186      ChangeLog.2006 lisp/muse-journal.el
1189 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1191     Summary:
1192       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1193     Revision:
1194       muse--main--1.0--patch-70
1196     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1197       project to publish, indicate this in an error message.
1198     
1199     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1200       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1201       (muse-detect-invalid-style): New function that makes sure that the
1202       given style is in a valid format.
1203       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1204       publishing.
1206     modified files:
1207      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1210 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1212     Summary:
1213       muse-mode: Don't require muse-publish.el.
1214     Revision:
1215       muse--main--1.0--patch-69
1217     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1218       muse-publish.el.  This allows people to optionally have Muse mode
1219       without including the publishing features, as long as they never call a
1220       publishing function.  The documentation says that Muse is supposed to
1221       be modular in that way, so I guess we'd better follow it.
1222       (muse-insert-tag): Make sure that muse-publish is required before
1223       accessing `muse-publish-markup-tags'.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-mode.el
1229 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1231     Summary:
1232       Minor code cleanup.
1233     Revision:
1234       muse--main--1.0--patch-68
1236     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1238     modified files:
1239      ChangeLog.2006 lisp/muse-mode.el
1242 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1244     Summary:
1245       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1246     Revision:
1247       muse--main--1.0--patch-67
1249     (Author: Per B. Sederberg <per@med.upenn.edu>)
1250     
1251     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1252       used for grepping.
1253       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1254       muse-find-backlinks C-c C-b
1255       (muse-grep): New function to envoke a search with the compiler.
1256       (muse-search-with-command): New function to search for text, optionally
1257       editing the command.
1258       (muse-search): New function to search for text.
1259       (muse-find-backlinks): New function to search for backlinks to the
1260       current page.
1262     modified files:
1263      ChangeLog.2006 lisp/muse-mode.el
1265     new patches:
1266      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1267      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1268      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1269      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1270      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1271      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1272      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1273      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1274      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1275      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1276      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1277      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1280 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1282     Summary:
1283       Make it easier to call context-specific region-escaping function.
1284     Revision:
1285       muse--main--1.0--patch-66
1287     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1288       returned from specials, call it with beg, end, ignore-read-only args.
1289       This allows for people to specify their own functions for escaping
1290       regions, depending on context.  See `muse-xml-decide-specials' in
1291       muse-xml-common.el.  This functionality already exists for escaping
1292       specials in strings.
1294     modified files:
1295      ChangeLog.2006 lisp/muse-publish.el
1298 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1300     Summary:
1301       Attempt to make new syntaxes easier to support.
1302     Revision:
1303       muse--main--1.0--patch-65
1305     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1306       and `muse-get-link-data'.
1307     
1308     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1309     
1310     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1311       (muse-make-link): Change argument name.
1312     
1313     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1314       (muse-get-link, muse-get-link-desc): New functions that return the link
1315       and the link description, respectively, from the given TARGET.  The
1316       idea is that at least one other markup syntax puts descriptions before
1317       links, so all they would have to do is re-define these two functions.
1319     modified files:
1320      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1321      lisp/muse-mode.el lisp/muse.el
1324 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1326     Summary:
1327       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1328     Revision:
1329       muse--main--1.0--patch-64
1331     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1332     
1333     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1334       `replace-in-string' is checked before `replace-regexp-in-string', since
1335       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1336       Ottaway for the heads up.
1338     modified files:
1339      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1342 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1344     Summary:
1345       muse-latex: Add footnotes to links so that they show up on printed copies.
1346     Revision:
1347       muse--main--1.0--patch-63
1349     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1350       'url-and-desc.  Display footnotes if we have both a link and a
1351       description, since we want URLs to show up on printed documents.
1352       (muse-latex-markup-specials-document): Escape the "@" character in the
1353       entire document.
1354     
1355     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1356       without descriptions and URLs with descriptions.  If no markup string
1357       exists for 'url-and-desc, fall back to 'url.
1359     modified files:
1360      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1363 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1365     Summary:
1366       Fix publishing error with multi-line wrapped list items.
1367     Revision:
1368       muse--main--1.0--patch-62
1370     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1371       multiple lines of a wrapped list item.
1373     modified files:
1374      ChangeLog.2006 lisp/muse-publish.el
1377 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1379     Summary:
1380       Add COPYING file; update headers.
1381     Revision:
1382       muse--main--1.0--patch-61
1384     * COPYING: New file containing the GNU GPL.
1385     
1386     * AUTHORS: Bookkeeping.
1387     
1388     * README: Add License section.  Change Muse homepage URL.
1389     
1390     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1391       have changed 15+ lines of code, since this is the amount that
1392       constitutes legal contribution to a software work, AFAICT.
1393     
1394     * examples/mwolson: Update contents of directory to match my current
1395       setup.
1396     
1397     * experimental/muse*.el, lisp/muse*.el: Update headers.
1398     
1399     * muse.texi: Change Muse homepage URL.
1401     new files:
1402      .arch-ids/COPYING.id COPYING
1404     modified files:
1405      AUTHORS ChangeLog.2006 README debian/copyright
1406      examples/mwolson/muse-init.el
1407      examples/mwolson/stylesheets/blog.css
1408      examples/mwolson/stylesheets/common.css
1409      examples/mwolson/stylesheets/print.css
1410      examples/mwolson/stylesheets/screen.css
1411      experimental/muse-cite.el experimental/muse-mathml.el
1412      experimental/muse-message.el lisp/muse-backlink.el
1413      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1414      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1415      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1416      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1417      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1418      lisp/muse-publish.el lisp/muse-regexps.el
1419      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1420      lisp/muse-xml.el lisp/muse.el muse.texi
1423 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1425     Summary:
1426       Update Muse XML schema.
1427     Revision:
1428       muse--main--1.0--patch-60
1430     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1431       history.  We'll call this v0.3 of the schema.
1432     
1433     * lisp/muse-xml-common.el: Update header.
1434       (muse-xml-markup-table): Fix table generation when attributes are not
1435       specified.
1437     modified files:
1438      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1441 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1443     Summary:
1444       Fix output for consecutive list items of same type.
1445     Revision:
1446       muse--main--1.0--patch-59
1448     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1449       post-indent and indent-found values local to each list item.  This
1450       should fix undesired behavior with consecutive list items of the same
1451       type.
1453     modified files:
1454      ChangeLog.2006 lisp/muse-publish.el
1457 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1459     Summary:
1460       Make C-> and C-< keybindings not indent nested items.
1461     Revision:
1462       muse--main--1.0--patch-58
1464     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1465       nested items.
1466     
1467     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1468       optional, and document this.
1470     modified files:
1471      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1474 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1476     Summary:
1477       Slightly improve flyspell integration.
1478     Revision:
1479       muse--main--1.0--patch-57
1481     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1482       property to determine whether we are at a link.
1484     modified files:
1485      ChangeLog.2006 lisp/muse-mode.el
1488 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1490     Summary:
1491       Make nested definition list items work much better.
1492     Revision:
1493       muse--main--1.0--patch-56
1495     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1496       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1497       move function.
1498       (muse-publish-surround-text): If we are to determine the indentation,
1499       but have found no list items, set indent to the empty string.  If we
1500       are to determine indentation but have found an item, get all leading
1501       whitespace and set indent to it.  Never try to determine post-indent
1502       using the first line.  Try to contain the amount of "damage" a nested
1503       list item can do to wrapped list item text.
1504     
1505     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1506       part so that it is easier to indicate the amount of desired initial
1507       whitespace.
1508     
1509     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1510       entry optional.
1511       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1512       merged into `muse-forward-list-item'.
1513       (muse-forward-list-item-1): New function that determines whether a
1514       nested list item is found.
1515       (muse-forward-list-item): Move hairy nested list detection algorithm
1516       into `muse-forward-list-item-1'.  Be extra careful about terminating
1517       when we go past the boundary.
1519     modified files:
1520      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1521      lisp/muse.el
1524 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1526     Summary:
1527       Add backlink support, thanks to Jim Ottaway.
1528     Revision:
1529       muse--main--1.0--patch-55
1531     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1532       variable that indicates whether Muse is fontifying the current buffer.
1533       (muse-colors-region): Set `muse-colors-fontifying' to t.
1534     
1535     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1536       support.  I've modified it slightly to get rid of the defadvice forms.
1538     new files:
1539      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1541     modified files:
1542      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1545 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1547     Summary:
1548       muse-protocols: Add Wikipedia support.
1549     Revision:
1550       muse--main--1.0--patch-54
1552     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1553       is used to look up terms on the Wikipedia website.
1554       (muse-wikipedia-country): New option that specifies the country code to
1555       use for Wikipedia.
1556       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1557       resolve and browse Wikipedia URLs.
1559     modified files:
1560      ChangeLog.2006 lisp/muse-protocols.el
1563 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1565     Summary:
1566       muse-protocols: Add DOI handling.
1567     Revision:
1568       muse--main--1.0--patch-53
1570     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1571       DOI's (digitial object identifiers) are a standard identifier used in
1572       the publishing industry.  Thanks to Phillip Lord for the patch.
1573       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1574       and browse DOI's.
1576     modified files:
1577      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1580 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1582     Summary:
1583       Refine previous patch.
1584     Revision:
1585       muse--main--1.0--patch-52
1587     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1588       ever use the fallback method.  Save point when using new method.
1590     modified files:
1591      ChangeLog.2006 lisp/muse-mode.el
1594 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1596     Summary:
1597       Make visiting of links a bit faster.
1598     Revision:
1599       muse--main--1.0--patch-51
1601     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1602       property.
1603       (muse-link-properties): If we are highlighting a link, add the
1604       muse-link property.
1605     
1606     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1607       exists at point, use it to bound the link.  Otherwise, use the old
1608       method.  This should make it easier to visit custom implicit link
1609       forms, since it does not require a change to muse-implicit-link-regexp.
1610     
1611     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1612       used when muse-colors.el is loaded.
1614     modified files:
1615      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1616      lisp/muse-regexps.el
1619 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1621     Summary:
1622       Make resolving of inline image paths more flexible.
1623     Revision:
1624       muse--main--1.0--patch-50
1626     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1627       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1628       option.  Make the fallback customization type a function rather than a
1629       symbol.
1630       (muse-colors-use-publishing-directory): New function that takes the
1631       best guess at where the current Muse file will be published and makes
1632       the given link relative to that.
1633       (muse-colors-insert-image): If muse-colors-inline-image-method is
1634       'default-directory, use the default directory.  If it is a function,
1635       call that function with LINK as an argument.  Otherwise, give up.
1637     modified files:
1638      ChangeLog.2006 lisp/muse-colors.el
1641 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1643     Summary:
1644       Fix inline image lockup.
1645     Revision:
1646       muse--main--1.0--patch-49
1648     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1649       patch-47.  This will prevent Muse from locking up after making a new
1650       inline image.
1652     modified files:
1653      ChangeLog.2006 lisp/muse-colors.el
1656 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1658     Summary:
1659       Fix publishing problem with XEmacs.
1660     Revision:
1661       muse--main--1.0--patch-48
1663     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1664       publishing problem when text at beginning of buffer is read-only.
1665       Thanks to Christian Clercin for the report.
1667     modified files:
1668      ChangeLog.2006 lisp/muse-publish.el
1671 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1673     Summary:
1674       Get increase and decrease of list indentation to work with complex cases.
1675     Revision:
1676       muse--main--1.0--patch-47
1678     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1679       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1680       to indicate this interpretation, though parens are different.
1681     
1682     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1683       (muse-alter-list-item-indentation): New function that alters the list
1684       structure at point.  The behavior to use is specified by the OPERATION
1685       argument.  Currently-supported operations are 'increase and 'decrease
1686       indentation level.  This now uses the same sort of list detection
1687       algorithm that is used during publishing, so it should work as expected
1688       for complicated cases.
1689       (muse-increase-list-item-indentation)
1690       (muse-decrease-list-item-indentation): Use
1691       `muse-alter-list-item-indentation'.
1693     modified files:
1694      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1697 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1699     Summary:
1700       Code simplification; improve muse-list-item-type function.
1701     Revision:
1702       muse--main--1.0--patch-46
1704     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1705       'dl-entry, instead of just returning 'dl.
1706       (muse-forward-dl-term, muse-forward-dl-entry): Use
1707       muse-forward-list-item.
1708       (muse-forward-dl-part): Remove, merge functionality into
1709       muse-forward-list-item.
1710       (muse-forward-list-item): Add a few conditions needed for skipping
1711       nested 'dl-term and 'dl-entry items.
1713     modified files:
1714      ChangeLog.2006 lisp/muse.el
1717 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1719     Summary:
1720       Put movement by list and paragraph functions in muse.el.
1721     Revision:
1722       muse--main--1.0--patch-45
1724     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1725       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1726       (muse-forward-list-item): Move here from muse-publish.el, so that
1727       muse-mode can make use of these.
1729     modified files:
1730      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1733 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1735     Summary:
1736       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1737     Revision:
1738       muse--main--1.0--patch-44
1740     (Author: Per B. Sederberg <per@med.upenn.edu>)
1741     
1742     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1743       decrease the current item indentation.
1744       (muse-get-paragraph-start): Helper function to determine the start of
1745       the current paragraph.
1746       (muse-insert-list-item): Cleaned up list item insertion code and made
1747       it handle definitions.
1748       (muse-increase-list-item-indentation): New interactive function to
1749       increase list item indentation.
1750       (muse-decrease-list-item-indentation): New interactive function to
1751       decrease list item indentation.
1753     modified files:
1754      ChangeLog.2006 lisp/muse-mode.el
1756     new patches:
1757      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1758      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1759      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1760      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1761      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1762      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1763      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1764      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1765      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1766      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1769 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1771     Summary:
1772       Use slightly better algorithm for removing initial whitespace.
1773     Revision:
1774       muse--main--1.0--patch-43
1776     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1777       the definition occurred on the same line as the term.
1778       (muse-publish-surround-text): Use a slightly better algorithm for
1779       removing initial indentation of list items.  This way, we preserve
1780       nesting of lists and also deal with same-level items that occur after
1781       nested items.  This probably doesn't make much of a difference in the
1782       output, but it should make support of nested definition lists a bit
1783       less troublesome in some cases.
1784       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1785       regexp.
1786       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1787       data.  Don't remove any text.  This makes the function easier to reuse
1788       in display-only situations.
1790     modified files:
1791      ChangeLog.2006 lisp/muse-publish.el
1794 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1796     Summary:
1797       In a preliminary way, make definition lists nest.
1798     Revision:
1799       muse--main--1.0--patch-42
1801     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1802       lists nest a bit better.
1803     
1804     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1805       use it anymore.
1807     modified files:
1808      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1811 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1813     Summary:
1814       Fix nested list regression.
1815     Revision:
1816       muse--main--1.0--patch-41
1818     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1819       original indentation value and use that.  This fixes a regression
1820       caused by the last patch.
1822     modified files:
1823      ChangeLog.2006 lisp/muse-publish.el
1826 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1828     Summary:
1829       Make code look nicer by using muse-forward-dl-* functions.
1830     Revision:
1831       muse--main--1.0--patch-40
1833     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1834       forms into muse-forward-dl-* for increased reusability.
1835       (muse-publish-surround-text): Call move function with an indent
1836       argument so that we don't have to use partial substitution in lambda
1837       forms.
1838       (muse-forward-dl-term): New function that moves forward to the next
1839       definition list term.
1840       (muse-forward-dl-entry): New function that moves forward to the next
1841       definition list entry.
1842       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1843       does not move past entire definition list items, only parts of them.
1844       (muse-publish-markup-list, muse-publish-markup-quote):
1845       (muse-publish-quote-tag): Use better lambda form, and include a
1846       parameter.
1848     modified files:
1849      ChangeLog.2006 lisp/muse-publish.el
1852 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1854     Summary:
1855       Handle blockquoted sections within lists properly.
1856     Revision:
1857       muse--main--1.0--patch-39
1859     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1860       property.  This should make blockquoted sections within a list do the
1861       right thing.
1862       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1863       behavior of `muse-forward-paragraph'.
1865     modified files:
1866      ChangeLog.2006 lisp/muse-publish.el
1869 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1871     Summary:
1872       Fix problem when previous list item was nested.
1873     Revision:
1874       muse--main--1.0--patch-38
1876     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1877       indicator at the correct place.  This fixes an error where a previous
1878       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1879       for the report.
1881     modified files:
1882      ChangeLog.2006 lisp/muse-publish.el
1885 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1887     Summary:
1888       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1889     Revision:
1890       muse--main--1.0--patch-37
1892     * muse.texi (Implicit Links): Mention how to customize the WikiName
1893       recognition, and note that if you're setting this manually, you have to
1894       call some additional code.  This should fix #5376.  Also remove local
1895       variables section at end, since it seems pointless.
1897     modified files:
1898      ChangeLog.2006 muse.texi
1901 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1903     Summary:
1904       Fix #5325: nested formatting not working in HTML output.
1905     Revision:
1906       muse--main--1.0--patch-36
1908     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1909       work.  I'm a bit worried about possible double-escaping, though.
1910       Perhaps we should write the context to a text property and escape it
1911       later.  This should fix #5325.
1913     modified files:
1914      ChangeLog.2006 lisp/muse-publish.el
1917 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1919     Summary:
1920       Make paragraphs respect the end of a list or list item.
1921     Revision:
1922       muse--main--1.0--patch-35
1924     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1925       end of a list (or list item), back up.  This allows for a nice side
1926       effect when using indented sentences in between list items.
1927     
1928     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1929     
1930     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1931     
1932     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1933       and end-item are marked up with end-list properties.
1935     modified files:
1936      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1937      lisp/muse-publish.el lisp/muse-xml.el
1940 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1942     Summary:
1943       Make sure an initial term exists before publishing definition list.
1944     Revision:
1945       muse--main--1.0--patch-34
1947     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1948       exists before publishing a definition list.
1950     modified files:
1951      ChangeLog.2006 lisp/muse-publish.el
1954 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1956     Summary:
1957       Add comments to nested list code.
1958     Revision:
1959       muse--main--1.0--patch-33
1961     * lisp/muse-publish.el (muse-publish-surround-dl)
1962       (muse-publish-surround-text, muse-forward-dl-item):
1963       (muse-forward-list-item): Add comments, since there were many
1964       intricacies that are probably not obvious to the casual reader.
1965       (muse-forward-dl-item): Remove no-op condition.
1967     modified files:
1968      ChangeLog.2006 lisp/muse-publish.el
1971 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1973     Summary:
1974       Make nested list items work when separated by one blank line.
1975     Revision:
1976       muse--main--1.0--patch-32
1978     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1979       muse-forward-dl-item instead of muse-forward-list-item.  On second
1980       thought, don't unconditionally insert a newline, as that breaks some
1981       things.
1982       (muse-forward-dl-item): New function that moves forward to the next
1983       definition list item.  This was factored out from
1984       muse-forward-list-item, since it was getting too complex for my liking.
1985       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1986       indented line, and skip past these if we have a blank line followed by
1987       an indented line.  "Indented" means "indented one past the current
1988       indentation level" here.  Remove some initial whitespace that was being
1989       overlooked before.
1991     modified files:
1992      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1995 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1997     Summary:
1998       Fix a couple of bugs in muse-wiki-resolve-project-page.
1999     Revision:
2000       muse--main--1.0--patch-31
2002     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2003       better algorithm for adding styles to a list.
2004     
2005     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2006       carefully.  This should fix one or two hard-to-explain bugs.
2008     modified files:
2009      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2012 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2014     Summary:
2015       Fix another definition list edge case.
2016     Revision:
2017       muse--main--1.0--patch-30
2019     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2020       unordered list immediately follows definition list term.
2022     modified files:
2023      ChangeLog.2006 lisp/muse-publish.el
2026 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2028     Summary:
2029       Pass all current definition list test cases.
2030     Revision:
2031       muse--main--1.0--patch-29
2033     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2034       line if definition is not on the same line as the term.
2035       (muse-forward-list-item): Fix publishing incorrectness that occurred
2036       when a non-dl list follows a definition list.  Always move to the right
2037       place so as to prevent extra empty dd elements from being published.
2039     modified files:
2040      ChangeLog.2006 lisp/muse-publish.el
2043 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2045     Summary:
2046       Merge consecutive definition list terms properly.
2047     Revision:
2048       muse--main--1.0--patch-28
2050     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2051       correctly.  This makes Muse merge several definition list items into
2052       one list.
2053       (muse-forward-list-item): Use simpler regexp for 'dl.
2054     
2055     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2056       definition lists, and make terms the 2nd matched text.
2058     modified files:
2059      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2062 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2064     Summary:
2065       Bookkeeping.
2066     Revision:
2067       muse--main--1.0--patch-27
2069     * AUTHORS: Update.
2070     
2071     * muse-colors.el, muse-mode.el: Credit contributions.
2073     modified files:
2074      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2077 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2079     Summary:
2080       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2081     Revision:
2082       muse--main--1.0--patch-26
2084     Patches applied:
2085     
2086      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2087        Added ability to show inline images in the Emacs buffer.
2088     
2089      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2090        Added enhanced list item insertion.
2091     
2092     Detailed log:
2093     
2094     (Author: Per B. Sederberg <per@med.upenn.edu>)
2095     
2096     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2097       list item.  New key mapping to toggle showing images.  Added a key
2098       mapping to insert a link to a file and modified the key map to insert a
2099       tag.
2100       (muse-on-blank-line): Helper function to determine if the point is on a
2101       line containing only blank spaces.
2102       (muse-insert-list-item): New interactive function to insert a new list
2103       item, taking into account the current list state.
2104       (muse-insert-relative-link-to-file): New function to insert a link to a
2105       file, relative to the default directory.
2106     
2107     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2108       for where to search for images to inline in the buffer.
2109       (muse-colors-inline-images): Added custom boolean field for whether to
2110       show inline images in the buffer.
2111       (muse-colors-toggle-inline-images): New function to toggle showing the
2112       inline images in the buffer.
2113       (muse-unhighlight-region): Now removes end-glyph text properties to
2114       support XEmacs.
2115       (muse-colors-resolve-image-file): New function to determine if a link
2116       is an image and whether the version of Emacs can support inline images.
2117       (muse-make-file-glyph): New function to create an image glyph if we are
2118       using XEmacs.
2119       (muse-colors-insert-image): New function to insert an image in an Emacs
2120       buffer.
2121       (muse-colors-explicit-link): Modified function to have the ability to
2122       insert an image instead of formatting the text of the link.
2124     modified files:
2125      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2127     new patches:
2128      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2129      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2130      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2131      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2132      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2135 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2137     Summary:
2138       Pass testcase for definition list and nested unordered list.
2139     Revision:
2140       muse--main--1.0--patch-25
2142     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2143       lists always have at least one entry.  This appears to do the right
2144       thing with a sample nested unordered list.
2146     modified files:
2147      ChangeLog.2006 lisp/muse-publish.el
2150 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2152     Summary:
2153       Some definition list fixes.
2154     Revision:
2155       muse--main--1.0--patch-24
2157     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2158       markup for end of list using the `muse-insert-markup-end-list'
2159       function.  Handle list items nested inside of a definition list.
2161     modified files:
2162      ChangeLog.2006 lisp/muse-publish.el
2165 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2167     Summary:
2168       Fix another wrapped list item edge case.
2169     Revision:
2170       muse--main--1.0--patch-23
2172     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2173       indentation in a region when we encounter any list items.  This should
2174       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2175       for the report.
2177     modified files:
2178      ChangeLog.2006 lisp/muse-publish.el
2181 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2183     Summary:
2184       Fix comment in Debian packaging.
2185     Revision:
2186       muse--main--1.0--patch-22
2188     * debian/emacsen-remove: Fix comment.
2190     modified files:
2191      ChangeLog.2006 debian/emacsen-remove
2194 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2196     Summary:
2197       muse-blosxom: Fix order of #tags line in header.
2198     Revision:
2199       muse--main--1.0--patch-21
2201     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2202       rather than before it.  Thanks to bkhl for the heads up.
2204     modified files:
2205      ChangeLog.2006 lisp/muse-blosxom.el
2208 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2210     Summary:
2211       muse-blosxom: Add ability to use tags in entries.
2212     Revision:
2213       muse--main--1.0--patch-20
2215     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2216       publish them.
2217       (muse-blosxom-use-tags): New option that specifies whether we are using
2218       tags.
2219       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2220       RET without entering one.
2222     modified files:
2223      ChangeLog.2006 lisp/muse-blosxom.el
2226 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2228     Summary:
2229       Fix backtrace when publishing unsaved files.
2230     Revision:
2231       muse--main--1.0--patch-19
2233     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2234       trying to publish a file that has not been saved, and give an
2235       explanation to the user.
2237     modified files:
2238      ChangeLog.2006 lisp/muse-publish.el
2241 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2243     Summary:
2244       muse-texinfo: Fix link suffix.
2245     Revision:
2246       muse--main--1.0--patch-18
2248     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2249       styles.  This should fix a bug where links in published info files use
2250       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2252     modified files:
2253      ChangeLog.2006 lisp/muse-texinfo.el
2256 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2258     Summary:
2259       Fix prompting of non-Muse buffers before publishing.
2260     Revision:
2261       muse--main--1.0--patch-17
2263     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2264       Stadler to ignore buffers that have no associated filename.  This fixes
2265       an annoyance where Muse prompts to save BBDB and ERC buffers before
2266       publishing.
2268     modified files:
2269      AUTHORS ChangeLog.2006 lisp/muse-project.el
2272 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2274     Summary:
2275       Fix wrapped nested list item edge case.
2276     Revision:
2277       muse--main--1.0--patch-16
2279     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2280       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2281       case.
2282       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2283       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2284     
2285     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2286       exactly one space character in front of a unnumbered or numbered list.
2287       This should make it easier to match every list instance, since
2288       definition lists can now be handled more nicely in
2289       muse-publish-markup-regexps.  This also has the effect of fixing a
2290       wrapped nested list item edge case.
2292     modified files:
2293      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2296 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2298     Summary:
2299       Fix edge case in muse-wiki-publish-pretty-title.
2300     Revision:
2301       muse--main--1.0--patch-15
2303     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2304       the document does not have a valid title, use the empty string.
2306     modified files:
2307      ChangeLog.2006 lisp/muse-wiki.el
2310 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2312     Summary:
2313       Use debian/compat to determine debhelper compat level.
2314     Revision:
2315       muse--main--1.0--patch-14
2317     * debian/compat: New file that sets the debhelper compatibility level to
2318       4.
2319     
2320     * debian/rules: Remove DH_COMPAT line.
2322     new files:
2323      debian/.arch-ids/compat.id debian/compat
2325     modified files:
2326      ChangeLog.2006 debian/rules
2329 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2331     Summary:
2332       Fix a couple of table-publishing edge cases.
2333     Revision:
2334       muse--main--1.0--patch-13
2336     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2337       publishing error that occurs when a table line is the last thing in a
2338       document.  Thanks to cymacs for the report and suggested fix.
2339       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2340       them.
2341     
2342     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2343       at the end of the 'end-table markup string.
2344     
2345     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2346     
2347     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2348     
2349     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2350       newline at the end of the table.  This should fix a problem with
2351       paragraphs after tables not being published as such.  Thanks to cymacs
2352       for the report.
2353     
2354     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2355       muse-insert-markup to insert a trailing newline.
2357     modified files:
2358      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2359      lisp/muse-publish.el lisp/muse-texinfo.el
2360      lisp/muse-xml-common.el lisp/muse-xml.el
2363 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2365     Summary:
2366       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2367     Revision:
2368       muse--main--1.0--patch-12
2371     new files:
2372      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2374     renamed files:
2375      .arch-ids/ChangeLog.id
2376        ==> .arch-ids/ChangeLog.2005.id
2377      ChangeLog
2378        ==> ChangeLog.2005
2381 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2383     Summary:
2384       Make muse-journal work with whole-document escaping.
2385     Revision:
2386       muse--main--1.0--patch-11
2388     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2389       by Emacs Muse" so that muse-journal does not get confused.
2390     
2391     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2392       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2393       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2394       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2395       have "Page published by Emacs Muse (begins|ends) here" in their header
2396       or footer, since muse-journal needs this in order to determine where
2397       entries begin and end.
2399     modified files:
2400      examples/mwolson/templates/footer.html
2401      examples/mwolson/templates/generic-footer.html
2402      examples/mwolson/templates/generic-header.html
2403      examples/mwolson/templates/header.html
2404      examples/mwolson/templates/header.tex lisp/muse-journal.el
2407 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2409     Summary:
2410       Get simple test case for definition lists to work.
2411     Revision:
2412       muse--main--1.0--patch-10
2414     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2415       publish properly.
2416       (muse-forward-list-item): Fix edge case.
2418     modified files:
2419      lisp/muse-publish.el
2422 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2424     Summary:
2425       Add documentation to some publishing functions.
2426     Revision:
2427       muse--main--1.0--patch-9
2429     * lisp/muse-publish.el (muse-publish-mark-read-only)
2430       (muse-publish-mark-noemphasis): Add documentation.
2432     modified files:
2433      lisp/muse-publish.el
2436 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2438     Summary:
2439       Fix an error with `custom-quote'.
2440     Revision:
2441       muse--main--1.0--patch-8
2443     * lisp/muse-project.el: Require 'cus-edit, since that is where
2444       `custom-quote' is defined.
2445     
2446     * muse.texi: Use copyright symbol.
2448     modified files:
2449      lisp/muse-project.el muse.texi
2452 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2454     Summary:
2455       muse-registry: update from author.
2456     Revision:
2457       muse--main--1.0--patch-7
2459     * lisp/muse-registry.el: Update to newest version from author.
2460       Re-tabify.
2462     modified files:
2463      lisp/muse-registry.el
2466 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2468     Summary:
2469       muse-latex: Handle double-quote edge case.
2470     Revision:
2471       muse--main--1.0--patch-6
2473     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2474       character begins the buffer.
2476     modified files:
2477      lisp/muse-latex.el
2480 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2482     Summary:
2483       Allow beginning and ending empty elements in tables.
2484     Revision:
2485       muse--main--1.0--patch-5
2487     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2488       whitespace after the field if we're at the end of a line.
2489       (muse-table-line-regexp): Allow the table to start with a "|".  The
2490       resulting initial empty cell isn't yet thrown away like it should be.
2492     modified files:
2493      lisp/muse-regexps.el
2496 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2498     Summary:
2499       muse-latex: Use \url to publish bare URLs.
2500     Revision:
2501       muse--main--1.0--patch-4
2503     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2504       \href for bare URLs.  Thanks to Na Li for the suggestion!
2506     modified files:
2507      lisp/muse-latex.el
2510 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2512     Summary:
2513       Create parents of output directories.
2514     Revision:
2515       muse--main--1.0--patch-3
2517     * lisp/muse-project.el (muse-project-publish-file): Create parent
2518       directories as well, if the output directory does not exist.  This can
2519       happen when we have nested directories in a project.
2521     modified files:
2522      lisp/muse-project.el
2525 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2527     Summary:
2528       Pick a better default if publishing with more than one style.
2529     Revision:
2530       muse--main--1.0--patch-2
2532     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2533       the list we return is in the right order.  That way, if more than one
2534       publishing rule matches a link, the first one is used, rather than the
2535       last.
2537     modified files:
2538      lisp/muse-project.el
2541 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2543     Summary:
2544       Oops, committed to the wrong archive.
2545     Revision:
2546       muse--main--1.0--patch-1
2548     Patches applied:
2549     
2550      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2551        Debian fixups.
2552     
2553      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2554        Another Debian fix.
2556     modified files:
2557      ChangeLog debian/emacsen-startup
2559     renamed files:
2560      debian/.arch-ids/NEWS.Debian.id
2561        ==> debian/.arch-ids/NEWS.id
2562      debian/NEWS.Debian
2563        ==> debian/NEWS
2565     new patches:
2566      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2567      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2570 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2572     Summary:
2573       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2574     Revision:
2575       muse--main--1.0--base-0
2577     (automatically generated log message)
2579     new patches:
2580      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2581      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2582      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2583      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2584      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2585      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2586      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2587      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2588      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2589      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2590      ajk@iu.edu--2005/muse--main--1.0--base-0
2591      ajk@iu.edu--2005/muse--main--1.0--patch-1
2592      ajk@iu.edu--2005/muse--main--1.0--patch-2
2593      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2594      davidsmith@acm.org--main/muse--devo--1.0--base-0
2595      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2596      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2597      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2598      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2599      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2600      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2601      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2602      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2603      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2604      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2605      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2606      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2607      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2608      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2609      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2610      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2611      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2612      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2613      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2614      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2615      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2616      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2617      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2618      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2619      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2620      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2621      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2622      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2623      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2624      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2625      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2626      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2627      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2628      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2629      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2630      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2631      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2632      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2633      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2634      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2635      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2636      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2637      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2638      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2639      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2640      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2641      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2642      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2643      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2644      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2645      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2646      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2647      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2648      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2649      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2650      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2651      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2652      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2653      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2654      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2655      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2656      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2657      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2658      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2659      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2660      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2661      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2662      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2663      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2664      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2665      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2666      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2667      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2668      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2669      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2670      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2671      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2672      mwolson@gnu.org--2005/muse--main--1.0--base-0
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3028      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3029      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3030      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3031      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3032      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3033      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3034      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3035      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3036      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3037      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3038      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3039      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3040      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3041      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3042      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3043      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3044      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3045      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3046      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3047      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3048      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3049      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3050      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3051      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3052      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3053      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3054      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3055      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3056      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3057      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3058      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3059      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3060      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3061      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3062      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3063      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3064      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3065      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3066      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3067      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3068      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3069      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3070      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3071      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8