Fix a couple of beginning-of-buffer errors.
[muse-el.git] / ChangeLog.2006
blob09e7852f759a251e6c7b1821fe1f1699969d96f8
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-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
7     Summary:
8       Fix a couple of beginning-of-buffer errors.
9     Revision:
10       muse--main--1.0--patch-124
12     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
13       don't throw an error if at the beginning of the buffer.  Thanks to John
14       Sullivan for the report.
16     modified files:
17      ChangeLog.2006 lisp/muse-mode.el
20 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
22     Summary:
23       muse.texi: Change use of @subsubheading to @subheading.
24     Revision:
25       muse--main--1.0--patch-123
27     * muse.texi: Change use of @subsubheading to @subheading throughout
28       document.
30     modified files:
31      ChangeLog.2006 muse.texi
34 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
36     Summary:
37       muse.texi: Change subsections to subheadings.
38     Revision:
39       muse--main--1.0--patch-122
41     (Author: John Sullivan <john@wjsullivan.net>)
42     
43     * muse.texi: Change @subsection and @strong to @subheading throughout
44       document.
46     modified files:
47      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
49     new patches:
50      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
51      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
52      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
55 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
57     Summary:
58       Update keystrokes used in muse-mode, as well as docs.
59     Revision:
60       muse--main--1.0--patch-121
62     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
63       keymap to use when the user wants to insert something into the current
64       buffer using `C-c i'.
65       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
66       muse-follow-name-at-point, since this is already used for
67       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
68       prompt for the thing to insert.
69       (muse-insert-thing): New function that prompts the user for something
70       to insert into the current buffer.  It tries to be as friendly as
71       possible by catching possible errors with the message "Not inserting
72       anything".
73       (muse-mode-completions): Rename from `muse-completions', since this is
74       what we use in `muse-mode'.
75       (muse-mode-current-word): Similarly.  These don't seem to work
76       correctly, for unknown reasons.
77     
78     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
79       utilize.
81     modified files:
82      ChangeLog.2006 lisp/muse-mode.el muse.texi
85 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
87     Summary:
88       Fix buggy behavior in muse-browse-result.
89     Revision:
90       muse--main--1.0--patch-120
92     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
93       names to styles, based on the styles contained in the current Muse
94       project.  Thanks to kid kid for the analysis.
95     
96     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
97       specified as an argument.
99     modified files:
100      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
103 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
105     Summary:
106       muse-latex: Make images look better.
107     Revision:
108       muse--main--1.0--patch-119
110     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
111       be 75% the width of the page, which looks better.  Enclose images in
112       figures, and center them.
114     modified files:
115      ChangeLog.2006 lisp/muse-latex.el
118 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
120     Summary:
121       Fix a few image bugs.
122     Revision:
123       muse--main--1.0--patch-118
125     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
126       passing it to `muse-colors-inline-image-method'.  This makes images
127       with the same current directory and publishing directory get resolved
128       correctly.
129     
130     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
131       ".muse" extension to images.
133     modified files:
134      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
137 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
139     Summary:
140       Make build targets more consistent.
141     Revision:
142       muse--main--1.0--patch-117
144     * contrib/Makefile (install): Make build targets more consistent.  Thanks
145       to dsmith for the report.
146     
147     * lisp/Makefile (all, lisp, install): Ditto.
149     modified files:
150      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
151      lisp/Makefile
154 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
156     Summary:
157       cgi.el: Make this work without cl-seq.el.
158     Revision:
159       muse--main--1.0--patch-116
161     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
162       code.  Make this not depend on 'cl at runtime.
163       (cgi-position): New function that implements a simple replacement for
164       the position function found in cl-seq.el.
165       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
166       instead of `subseq'.
167     
168     * contrib/httpd.el: Credit myself.
170     modified files:
171      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
174 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
176     Summary:
177       Make publishing DTRT when using escaped list markup.
178     Revision:
179       muse--main--1.0--patch-115
181     * lisp/muse-publish.el (muse-publish-surround-text)
182       (muse-publish-markup-list): Ignore escaped list markup.
183     
184     * lisp/muse.el (muse-list-item-type): Docfix.
185       (muse-list-item-critical-point): New function that returns the point
186       where we should expect to find the first character in the current list
187       item markup.
188       (muse-forward-paragraph): Docfix and cosmetic change.
189       (muse-forward-list-item): Ignore escaped list markup.  This should fix
190       a few publishing errors that involve markup like =::=.
192     modified files:
193      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
196 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
198     Summary:
199       muse-publish: Get rid of warning when batch publishing.
200     Revision:
201       muse--main--1.0--patch-114
203     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
204       publishing warning message.
206     modified files:
207      ChangeLog.2006 Makefile.defs debian/changelog
208      lisp/muse-publish.el
211 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
213     Summary:
214       Try to fix face clobbering bug.
215     Revision:
216       muse--main--1.0--patch-113
218     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
219       the default value of the header faces.  It can be re-used.
220       (muse-make-faces): Simplify.  This should now fix the face clobbering
221       bug.
223     modified files:
224      ChangeLog.2006 lisp/muse-colors.el
227 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
229     Summary:
230       Re-add some cgi.el stuff and update my example config.
231     Revision:
232       muse--main--1.0--patch-112
234     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
235       they are mentioned in the documentation.
236     
237     * examples/mwolson/: Update.
239     modified files:
240      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
241      examples/mwolson/templates/footer.html
242      examples/mwolson/templates/header.html
245 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
247     Summary:
248       muse-mode: Make C-c C-e work better.
249     Revision:
250       muse--main--1.0--patch-111
252     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
253       that this is more robust.
255     modified files:
256      ChangeLog.2006 lisp/muse-mode.el
259 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
261     Summary:
262       muse-latex: Don't escape backslash in <example> regions.
263     Revision:
264       muse--main--1.0--patch-110
266     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
267       to escape the backslash after all.
268       (muse-latex-markup-specials-literal): Docfix.
269     
270     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
272     modified files:
273      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
276 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
278     Summary:
279       Allow tab characters in the target of explicit links.
280     Revision:
281       muse--main--1.0--patch-109
283     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
284       in the link target.  This doesn't seem like it could hurt anything, and
285       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
286       the report.
288     modified files:
289      ChangeLog.2006 lisp/muse-regexps.el
292 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
294     Summary:
295       muse-wiki: Fix bug that caused WikiWords not to publish or display.
296     Revision:
297       muse--main--1.0--patch-108
299     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
301     modified files:
302      ChangeLog.2006 Makefile.defs debian/changelog
303      lisp/muse-wiki.el
306 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
308     Summary:
309       Fix horrendous typo.
310     Revision:
311       muse--main--1.0--patch-107
313     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
314       strangeness.
316     modified files:
317      ChangeLog.2006 lisp/muse-publish.el
320 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
322     Summary:
323       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
324     Revision:
325       muse--main--1.0--patch-106
327     (Author: Per B. Sederberg <per@med.upenn.edu>)
328     
329     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
330       Option to not create implicit links to the current page.
331       (muse-wiki-handle-wikiword): Process the option to not create implicit
332       links to the current page.
334     modified files:
335      ChangeLog.2006 Makefile.defs debian/changelog
336      lisp/muse-wiki.el
338     new patches:
339      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
342 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
344     Summary:
345       Try to fix failure to recognize Muse file extension (6th attempt).
346     Revision:
347       muse--main--1.0--patch-105
349     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
350       init file is loaded.
351       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
352       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
353     
354     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
355       user's init file is loaded.  Explicitly add the Muse file extension
356       when muse.el is loaded, to make life simpler.
357       (muse-update-file-extension): Take several edge cases into account.
358       (muse-file-extension): Docfix.
359       (muse-update-file-extension-after-init): New function that causes the
360       file extension to be updated.
361     
362     * muse.texi (Projects): It is no longer necessary to call
363       `muse-mode-maybe' manually.
365     modified files:
366      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
369 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
371     Summary:
372       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
373     Revision:
374       muse--main--1.0--patch-104
376     (Author: Per B. Sederberg <per@med.upenn.edu>)
377     
378     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
379       to return a list of project files that have spaces.
380       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
381       spaces function.  Don't make this buffer-local.
383     modified files:
384      ChangeLog.2006 lisp/muse-wiki.el
386     new patches:
387      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
388      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
389      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
390      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
391      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
394 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
396     Summary:
397       Try to fix failure to recognize Muse file extension (5th attempt).
398     Revision:
399       muse--main--1.0--patch-103
401     * lisp/muse.el: To detect whether Emacs has fully started, check
402       `command-line-processed' instead of `inhibit-startup-hooks', since the
403       latter only exists for Emacs22.
405     modified files:
406      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
409 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
411     Summary:
412       muse-html: Add :style-sheet element.
413     Revision:
414       muse--main--1.0--patch-102
416     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
417       :style-sheet element.
418       ("html", "xhtml"): Add the :style-sheet element.
419     
420     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
421       style already exists.  Instead, just replace the existing style.
422       (muse-derive-style): Ditto.
423     
424     * muse.texi (Style Elements): Mention :style-sheet.
426     modified files:
427      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
428      muse.texi
431 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
433     Summary:
434       Try to fix failure to recognize Muse file extension (4th attempt).
435     Revision:
436       muse--main--1.0--patch-101
438     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
439       the command line.
441     modified files:
442      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
445 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
447     Summary:
448       Try to fix failure to recognize Muse file extension (3rd attempt).
449     Revision:
450       muse--main--1.0--patch-100
452     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
454     modified files:
455      ChangeLog.2006 lisp/muse.el
458 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
460     Summary:
461       Try to fix failure to recognize Muse file extension (2nd attempt).
462     Revision:
463       muse--main--1.0--patch-99
465     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
466       auto-mode-alist.
468     modified files:
469      ChangeLog.2006 lisp/muse.el
472 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
474     Summary:
475       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
476     Revision:
477       muse--main--1.0--patch-98
479     (Author: Per B. Sederberg <per@med.upenn.edu>)
480     
481     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
482       interwiki-regexp to search for any project file name.  This is so it
483       will match files with spaces.
485     modified files:
486      ChangeLog.2006 lisp/muse-wiki.el
488     new patches:
489      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
490      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
491      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
492      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
493      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
494      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
495      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
498 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
500     Summary:
501       Try to fix failure to recognize Muse file extension.
502     Revision:
503       muse--main--1.0--patch-97
505     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
506       of semantics.
507     
508     * lisp/muse.el: Call muse-update-file-extension in
509       muse-update-values-hook, instead of
510       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
511       emacs-startup-hook, so that the user has time to set this in their
512       .emacs file.
514     modified files:
515      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
518 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
520     Summary:
521       Make things in contrib directory installable.
522     Revision:
523       muse--main--1.0--patch-96
525     * Makefile (SUBDIRS): Add contrib.
526       (all): Add contrib.
527       (contrib): New target that compiles things in the contrib directory.
528       (install-bin): Add contrib.  Install things in the contrib directory.
529       Also install uncompiled things in the experimental directory.
530     
531     * contrib/Makefile: New Makefile for the contrib directory.
532     
533     * contrib/httpd.el (httpd-start): Fix compiler warnings.
534     
535     * debian/emacsen-install: Compile files in contrib directory in addition
536       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
537     
538     * debian/emacsen-startup: Add contrib directory to load-path.
539     
540     * experimental/Makefile (test): Remove target.
541       (install-uncompiled): New target that installs uncompiled files.
542     
543     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
544       (muse-update-file-extension): Fix a warning that occurred when doing
545       batch publishing.
547     new files:
548      contrib/.arch-ids/Makefile.id contrib/Makefile
550     modified files:
551      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
552      debian/changelog debian/emacsen-install debian/emacsen-startup
553      experimental/Makefile lisp/muse.el muse.texi
556 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
558     Summary:
559       Remove muse-registry.el.
560     Revision:
561       muse--main--1.0--patch-95
563     * lisp/muse-registry.el: Move to the Planner project, since it is a
564       better fit with Planner than Muse.
566     removed files:
567      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
569     modified files:
570      AUTHORS ChangeLog.2006
573 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
575     Summary:
576       Prepare Debian package for Arch snapshot.
577     Revision:
578       muse--main--1.0--patch-94
580     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
581       snapshot.
583     modified files:
584      ChangeLog.2006 Makefile.defs debian/changelog
587 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
589     Summary:
590       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
591     Revision:
592       muse--main--1.0--patch-93
594     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
595       `muse-wiki-hide-nop-tag' into account.
597     modified files:
598      ChangeLog.2006 lisp/muse-wiki.el
601 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
603     Summary:
604       Fix a couple of compiler warnings.
605     Revision:
606       muse--main--1.0--patch-92
608     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
610     modified files:
611      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
614 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
616     Summary:
617       Make interwiki links work with the new option.
618     Revision:
619       muse--main--1.0--patch-91
621     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
622       parameters.  Populate this correctly when
623       `muse-wiki-match-all-project-files' is non-nil.
625     modified files:
626      ChangeLog.2006 lisp/muse-wiki.el
629 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
631     Summary:
632       Permit table generation to be disabled for a single Muse page.
633     Revision:
634       muse--main--1.0--patch-90
636     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
637       data, don't publish the table.
638     
639     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
640     
641     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
642     
643     * lisp/muse-publish.el (muse-publish-table-fields): If the
644       "disable-tables" publishing directive exists for the current page, do
645       not generate a table.
646     
647     * muse.texi (Tables): Mention that table generation can be disabled for a
648       single page.
650     modified files:
651      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
652      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
655 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
657     Summary:
658       muse-wiki: Match filenames before WikiWords.
659     Revision:
660       muse--main--1.0--patch-89
662     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
663       filenames in project before the general WikiWord regexp.
665     modified files:
666      ChangeLog.2006 lisp/muse-wiki.el
669 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
671     Summary:
672       Use a better mechanism for updating autogenerated variables.
673     Revision:
674       muse--main--1.0--patch-88
676     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
677     
678     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
679     
680     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
681       muse-update-values-hook.
682     
683     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
684       muse-update-values-hook.
685     
686     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
687       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
688       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
689       error is fixed.
690       (muse-wiki-update-custom-values): Replace with function that gives a
691       warning and an explanation.
692     
693     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
694       example so that people who use it won't have a wrong value in
695       muse-mode-hook.
697     modified files:
698      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
699      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
700      lisp/muse.el
703 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
705     Summary:
706       muse-wiki: Implement implicit links for all files in project.
707     Revision:
708       muse--main--1.0--patch-87
710     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
711       don't get errors when trying to use it.
712     
713     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
714       muse-project-file-alist-hook.
715       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
716       into a recursive call.
717       (muse-wiki-update-wikiword-regexp): Call
718       `muse-wiki-update-local-wikiword-regexp'.
719     
720     (Author: Per B. Sederberg <per@med.upenn.edu>)
721     
722     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
723       muse-before-publish-hook and muse-mode-hook so that implicit links are
724       published properly.
725       (muse-wiki-wikiword-match-project-files): New option for determining
726       whether to match all project files as implicit links.  This is off by
727       default.
728       (muse-wiki-update-local-wikiword-regexp): New function to make the
729       wikiword-regexp local and append the files in the current project to
730       it.
732     modified files:
733      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
735     new patches:
736      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
737      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
738      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
739      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
740      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
741      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
742      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
743      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
744      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
745      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
746      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
747      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
748      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
749      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
752 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
754     Summary:
755       Update Muse's file-alist after saving any Muse page.
756     Revision:
757       muse--main--1.0--patch-86
759     * lisp/muse-project.el (muse-project-after-save-hook): New function that
760       causes Muse's file-alist to be updated when we are saving a Muse file.
761       This is added to after-save-hook.
763     modified files:
764      ChangeLog.2006 lisp/muse-project.el
767 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
769     Summary:
770       Add a hook that is called whenever Muse's file-alist is updated.
771     Revision:
772       muse--main--1.0--patch-85
774     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
775       executed after an update to muse-project-file-alist happens.
776       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
778     modified files:
779      ChangeLog.2006 lisp/muse-project.el
782 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
784     Summary:
785       muse-mode: Recognize definition lists when filling text.
786     Revision:
787       muse--main--1.0--patch-84
789     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
790       text.
791     
793     modified files:
794      ChangeLog.2006 lisp/muse-mode.el
797 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
799     Summary:
800       Remove unrelated part of patch-82.
801     Revision:
802       muse--main--1.0--patch-83
805     modified files:
806      ChangeLog.2006 lisp/muse-mode.el
809 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
811     Summary:
812       muse-journal: Fix dates in RSS feeds.
813     Revision:
814       muse--main--1.0--patch-82
816     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
817       date is in a format that RSS readers can handle.  Thanks to René
818       Stadler for the patch.
820     modified files:
821      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
824 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
826     Summary:
827       debian: Install ChangeLog properly.
828     Revision:
829       muse--main--1.0--patch-81
831     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
832       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
833       the breakage report.
835     modified files:
836      ChangeLog.2006 debian/rules
839 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
841     Summary:
842       Fix a bug triggered by batch-publishing.
843     Revision:
844       muse--main--1.0--patch-80
846     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
847       right algorithm turned out to be simpler than I had thought.  Thanks to
848       Sergei V. Fleytin for reporting breakage with the old method.
849       (muse-publish-file): Don't be overzealous when checking for an invalid
850       style -- use a simpler check.
851       (muse-batch-publish-files): Don't check for invalid styles here, since
852       we already do so in `muse-publish-file'.
854     modified files:
855      ChangeLog.2006 lisp/muse-publish.el
858 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
860     Summary:
861       muse.texi: Move some sections to a new Extending Muse chapter.
862     Revision:
863       muse--main--1.0--patch-79
865     * muse.texi (Extending Muse): New chapter containing nodes that deal with
866       extending Muse in various ways.
867       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
869     modified files:
870      ChangeLog.2006 muse.texi
873 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
875     Summary:
876       Fix a couple of recently-introduced bugs.
877     Revision:
878       muse--main--1.0--patch-78
880     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
881       extra hard to preserve our settings for faces, especially after a new
882       frame or splash screen.
883     
884     * lisp/muse.el (muse-copy-face): New function that ensures the face is
885       copied globally, to the extent the Emacs permits this.
887     modified files:
888      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
891 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
893     Summary:
894       Update my example configuration file.
895     Revision:
896       muse--main--1.0--patch-77
899     modified files:
900      ChangeLog.2006 examples/mwolson/muse-init.el
903 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
905     Summary:
906       Remove cruft from patch logs.
907     Revision:
908       muse--main--1.0--patch-76
911     modified files:
912      ChangeLog.2006
913      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
914      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
915      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
916      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
917      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
918      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
919      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
920      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
923 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
925     Summary:
926       Make faces more robust and namespace-conforming.
927     Revision:
928       muse--main--1.0--patch-75
930     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
931       face has documentation and a group.
932       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
933       "-face" suffix.
934       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
935       faces have documentation and a group.  Copy unconditionally from the
936       related Emacs faces, rather than specifying face attributes.
937       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
938       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
939       face names.
940     
941     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
942       the 'muse-link property rather than looking at the face.
944     modified files:
945      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
948 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
950     Summary:
951       muse.texi: Mention the <code> tag.
952     Revision:
953       muse--main--1.0--patch-74
955     * muse.texi (Emphasizing Text): Mention the <code> tag.
957     modified files:
958      ChangeLog.2006 muse.texi
961 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
963     Summary:
964       Fix bug in verse markup, undesired behavior with emdash.
965     Revision:
966       muse--main--1.0--patch-73
968     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
969       around emdash.
970     
971     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
972     
973     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
974     
975     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
976       trailing whitespace to `muse-markup-text', in case the current
977       publishing wishes to use them.
978       (muse-publish-markup-verse): Insert newline without adding read-only
979       properties to it.  This fixes a paragraph detection bug in HTML
980       publishing.
982     modified files:
983      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
984      lisp/muse-publish.el lisp/muse-xml.el
987 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
989     Summary:
990       httpd.el: Update to work with newer versions of Emacs.
991     Revision:
992       muse--main--1.0--patch-72
994     * contrib/httpd.el (httpd-start): Update this to work with newer versions
995       of Emacs.
997     modified files:
998      ChangeLog.2006 contrib/httpd.el
1001 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1003     Summary:
1004       muse-journal: Make custom RSS heading regexps possible.
1005     Revision:
1006       muse--main--1.0--patch-71
1008     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1009       determines the regexp to use when searching for an RSS heading.
1010       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1012     modified files:
1013      ChangeLog.2006 lisp/muse-journal.el
1016 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1018     Summary:
1019       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1020     Revision:
1021       muse--main--1.0--patch-70
1023     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1024       project to publish, indicate this in an error message.
1025     
1026     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1027       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1028       (muse-detect-invalid-style): New function that makes sure that the
1029       given style is in a valid format.
1030       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1031       publishing.
1033     modified files:
1034      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1037 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1039     Summary:
1040       muse-mode: Don't require muse-publish.el.
1041     Revision:
1042       muse--main--1.0--patch-69
1044     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1045       muse-publish.el.  This allows people to optionally have Muse mode
1046       without including the publishing features, as long as they never call a
1047       publishing function.  The documentation says that Muse is supposed to
1048       be modular in that way, so I guess we'd better follow it.
1049       (muse-insert-tag): Make sure that muse-publish is required before
1050       accessing `muse-publish-markup-tags'.
1052     modified files:
1053      ChangeLog.2006 lisp/muse-mode.el
1056 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1058     Summary:
1059       Minor code cleanup.
1060     Revision:
1061       muse--main--1.0--patch-68
1063     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1065     modified files:
1066      ChangeLog.2006 lisp/muse-mode.el
1069 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1071     Summary:
1072       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1073     Revision:
1074       muse--main--1.0--patch-67
1076     (Author: Per B. Sederberg <per@med.upenn.edu>)
1077     
1078     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1079       used for grepping.
1080       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1081       muse-find-backlinks C-c C-b
1082       (muse-grep): New function to envoke a search with the compiler.
1083       (muse-search-with-command): New function to search for text, optionally
1084       editing the command.
1085       (muse-search): New function to search for text.
1086       (muse-find-backlinks): New function to search for backlinks to the
1087       current page.
1089     modified files:
1090      ChangeLog.2006 lisp/muse-mode.el
1092     new patches:
1093      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1094      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1095      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1096      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1097      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1098      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1099      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1100      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1101      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1102      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1103      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1104      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1107 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1109     Summary:
1110       Make it easier to call context-specific region-escaping function.
1111     Revision:
1112       muse--main--1.0--patch-66
1114     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1115       returned from specials, call it with beg, end, ignore-read-only args.
1116       This allows for people to specify their own functions for escaping
1117       regions, depending on context.  See `muse-xml-decide-specials' in
1118       muse-xml-common.el.  This functionality already exists for escaping
1119       specials in strings.
1121     modified files:
1122      ChangeLog.2006 lisp/muse-publish.el
1125 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1127     Summary:
1128       Attempt to make new syntaxes easier to support.
1129     Revision:
1130       muse--main--1.0--patch-65
1132     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1133       and `muse-get-link-data'.
1134     
1135     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1136     
1137     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1138       (muse-make-link): Change argument name.
1139     
1140     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1141       (muse-get-link, muse-get-link-desc): New functions that return the link
1142       and the link description, respectively, from the given TARGET.  The
1143       idea is that at least one other markup syntax puts descriptions before
1144       links, so all they would have to do is re-define these two functions.
1146     modified files:
1147      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1148      lisp/muse-mode.el lisp/muse.el
1151 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1153     Summary:
1154       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1155     Revision:
1156       muse--main--1.0--patch-64
1158     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1159     
1160     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1161       `replace-in-string' is checked before `replace-regexp-in-string', since
1162       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1163       Ottaway for the heads up.
1165     modified files:
1166      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1169 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1171     Summary:
1172       muse-latex: Add footnotes to links so that they show up on printed copies.
1173     Revision:
1174       muse--main--1.0--patch-63
1176     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1177       'url-and-desc.  Display footnotes if we have both a link and a
1178       description, since we want URLs to show up on printed documents.
1179       (muse-latex-markup-specials-document): Escape the "@" character in the
1180       entire document.
1181     
1182     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1183       without descriptions and URLs with descriptions.  If no markup string
1184       exists for 'url-and-desc, fall back to 'url.
1186     modified files:
1187      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1190 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1192     Summary:
1193       Fix publishing error with multi-line wrapped list items.
1194     Revision:
1195       muse--main--1.0--patch-62
1197     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1198       multiple lines of a wrapped list item.
1200     modified files:
1201      ChangeLog.2006 lisp/muse-publish.el
1204 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1206     Summary:
1207       Add COPYING file; update headers.
1208     Revision:
1209       muse--main--1.0--patch-61
1211     * COPYING: New file containing the GNU GPL.
1212     
1213     * AUTHORS: Bookkeeping.
1214     
1215     * README: Add License section.  Change Muse homepage URL.
1216     
1217     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1218       have changed 15+ lines of code, since this is the amount that
1219       constitutes legal contribution to a software work, AFAICT.
1220     
1221     * examples/mwolson: Update contents of directory to match my current
1222       setup.
1223     
1224     * experimental/muse*.el, lisp/muse*.el: Update headers.
1225     
1226     * muse.texi: Change Muse homepage URL.
1228     new files:
1229      .arch-ids/COPYING.id COPYING
1231     modified files:
1232      AUTHORS ChangeLog.2006 README debian/copyright
1233      examples/mwolson/muse-init.el
1234      examples/mwolson/stylesheets/blog.css
1235      examples/mwolson/stylesheets/common.css
1236      examples/mwolson/stylesheets/print.css
1237      examples/mwolson/stylesheets/screen.css
1238      experimental/muse-cite.el experimental/muse-mathml.el
1239      experimental/muse-message.el lisp/muse-backlink.el
1240      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1241      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1242      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1243      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1244      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1245      lisp/muse-publish.el lisp/muse-regexps.el
1246      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1247      lisp/muse-xml.el lisp/muse.el muse.texi
1250 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1252     Summary:
1253       Update Muse XML schema.
1254     Revision:
1255       muse--main--1.0--patch-60
1257     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1258       history.  We'll call this v0.3 of the schema.
1259     
1260     * lisp/muse-xml-common.el: Update header.
1261       (muse-xml-markup-table): Fix table generation when attributes are not
1262       specified.
1264     modified files:
1265      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1268 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1270     Summary:
1271       Fix output for consecutive list items of same type.
1272     Revision:
1273       muse--main--1.0--patch-59
1275     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1276       post-indent and indent-found values local to each list item.  This
1277       should fix undesired behavior with consecutive list items of the same
1278       type.
1280     modified files:
1281      ChangeLog.2006 lisp/muse-publish.el
1284 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1286     Summary:
1287       Make C-> and C-< keybindings not indent nested items.
1288     Revision:
1289       muse--main--1.0--patch-58
1291     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1292       nested items.
1293     
1294     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1295       optional, and document this.
1297     modified files:
1298      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1301 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1303     Summary:
1304       Slightly improve flyspell integration.
1305     Revision:
1306       muse--main--1.0--patch-57
1308     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1309       property to determine whether we are at a link.
1311     modified files:
1312      ChangeLog.2006 lisp/muse-mode.el
1315 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1317     Summary:
1318       Make nested definition list items work much better.
1319     Revision:
1320       muse--main--1.0--patch-56
1322     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1323       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1324       move function.
1325       (muse-publish-surround-text): If we are to determine the indentation,
1326       but have found no list items, set indent to the empty string.  If we
1327       are to determine indentation but have found an item, get all leading
1328       whitespace and set indent to it.  Never try to determine post-indent
1329       using the first line.  Try to contain the amount of "damage" a nested
1330       list item can do to wrapped list item text.
1331     
1332     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1333       part so that it is easier to indicate the amount of desired initial
1334       whitespace.
1335     
1336     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1337       entry optional.
1338       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1339       merged into `muse-forward-list-item'.
1340       (muse-forward-list-item-1): New function that determines whether a
1341       nested list item is found.
1342       (muse-forward-list-item): Move hairy nested list detection algorithm
1343       into `muse-forward-list-item-1'.  Be extra careful about terminating
1344       when we go past the boundary.
1346     modified files:
1347      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1348      lisp/muse.el
1351 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1353     Summary:
1354       Add backlink support, thanks to Jim Ottaway.
1355     Revision:
1356       muse--main--1.0--patch-55
1358     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1359       variable that indicates whether Muse is fontifying the current buffer.
1360       (muse-colors-region): Set `muse-colors-fontifying' to t.
1361     
1362     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1363       support.  I've modified it slightly to get rid of the defadvice forms.
1365     new files:
1366      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1368     modified files:
1369      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1372 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1374     Summary:
1375       muse-protocols: Add Wikipedia support.
1376     Revision:
1377       muse--main--1.0--patch-54
1379     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1380       is used to look up terms on the Wikipedia website.
1381       (muse-wikipedia-country): New option that specifies the country code to
1382       use for Wikipedia.
1383       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1384       resolve and browse Wikipedia URLs.
1386     modified files:
1387      ChangeLog.2006 lisp/muse-protocols.el
1390 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1392     Summary:
1393       muse-protocols: Add DOI handling.
1394     Revision:
1395       muse--main--1.0--patch-53
1397     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1398       DOI's (digitial object identifiers) are a standard identifier used in
1399       the publishing industry.  Thanks to Phillip Lord for the patch.
1400       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1401       and browse DOI's.
1403     modified files:
1404      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1407 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1409     Summary:
1410       Refine previous patch.
1411     Revision:
1412       muse--main--1.0--patch-52
1414     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1415       ever use the fallback method.  Save point when using new method.
1417     modified files:
1418      ChangeLog.2006 lisp/muse-mode.el
1421 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1423     Summary:
1424       Make visiting of links a bit faster.
1425     Revision:
1426       muse--main--1.0--patch-51
1428     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1429       property.
1430       (muse-link-properties): If we are highlighting a link, add the
1431       muse-link property.
1432     
1433     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1434       exists at point, use it to bound the link.  Otherwise, use the old
1435       method.  This should make it easier to visit custom implicit link
1436       forms, since it does not require a change to muse-implicit-link-regexp.
1437     
1438     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1439       used when muse-colors.el is loaded.
1441     modified files:
1442      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1443      lisp/muse-regexps.el
1446 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1448     Summary:
1449       Make resolving of inline image paths more flexible.
1450     Revision:
1451       muse--main--1.0--patch-50
1453     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1454       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1455       option.  Make the fallback customization type a function rather than a
1456       symbol.
1457       (muse-colors-use-publishing-directory): New function that takes the
1458       best guess at where the current Muse file will be published and makes
1459       the given link relative to that.
1460       (muse-colors-insert-image): If muse-colors-inline-image-method is
1461       'default-directory, use the default directory.  If it is a function,
1462       call that function with LINK as an argument.  Otherwise, give up.
1464     modified files:
1465      ChangeLog.2006 lisp/muse-colors.el
1468 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1470     Summary:
1471       Fix inline image lockup.
1472     Revision:
1473       muse--main--1.0--patch-49
1475     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1476       patch-47.  This will prevent Muse from locking up after making a new
1477       inline image.
1479     modified files:
1480      ChangeLog.2006 lisp/muse-colors.el
1483 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1485     Summary:
1486       Fix publishing problem with XEmacs.
1487     Revision:
1488       muse--main--1.0--patch-48
1490     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1491       publishing problem when text at beginning of buffer is read-only.
1492       Thanks to Christian Clercin for the report.
1494     modified files:
1495      ChangeLog.2006 lisp/muse-publish.el
1498 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1500     Summary:
1501       Get increase and decrease of list indentation to work with complex cases.
1502     Revision:
1503       muse--main--1.0--patch-47
1505     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1506       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1507       to indicate this interpretation, though parens are different.
1508     
1509     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1510       (muse-alter-list-item-indentation): New function that alters the list
1511       structure at point.  The behavior to use is specified by the OPERATION
1512       argument.  Currently-supported operations are 'increase and 'decrease
1513       indentation level.  This now uses the same sort of list detection
1514       algorithm that is used during publishing, so it should work as expected
1515       for complicated cases.
1516       (muse-increase-list-item-indentation)
1517       (muse-decrease-list-item-indentation): Use
1518       `muse-alter-list-item-indentation'.
1520     modified files:
1521      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1524 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1526     Summary:
1527       Code simplification; improve muse-list-item-type function.
1528     Revision:
1529       muse--main--1.0--patch-46
1531     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1532       'dl-entry, instead of just returning 'dl.
1533       (muse-forward-dl-term, muse-forward-dl-entry): Use
1534       muse-forward-list-item.
1535       (muse-forward-dl-part): Remove, merge functionality into
1536       muse-forward-list-item.
1537       (muse-forward-list-item): Add a few conditions needed for skipping
1538       nested 'dl-term and 'dl-entry items.
1540     modified files:
1541      ChangeLog.2006 lisp/muse.el
1544 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1546     Summary:
1547       Put movement by list and paragraph functions in muse.el.
1548     Revision:
1549       muse--main--1.0--patch-45
1551     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1552       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1553       (muse-forward-list-item): Move here from muse-publish.el, so that
1554       muse-mode can make use of these.
1556     modified files:
1557      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1560 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1562     Summary:
1563       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1564     Revision:
1565       muse--main--1.0--patch-44
1567     (Author: Per B. Sederberg <per@med.upenn.edu>)
1568     
1569     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1570       decrease the current item indentation.
1571       (muse-get-paragraph-start): Helper function to determine the start of
1572       the current paragraph.
1573       (muse-insert-list-item): Cleaned up list item insertion code and made
1574       it handle definitions.
1575       (muse-increase-list-item-indentation): New interactive function to
1576       increase list item indentation.
1577       (muse-decrease-list-item-indentation): New interactive function to
1578       decrease list item indentation.
1580     modified files:
1581      ChangeLog.2006 lisp/muse-mode.el
1583     new patches:
1584      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1585      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1586      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1587      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1588      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1589      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1590      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1591      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1592      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1593      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1596 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1598     Summary:
1599       Use slightly better algorithm for removing initial whitespace.
1600     Revision:
1601       muse--main--1.0--patch-43
1603     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1604       the definition occurred on the same line as the term.
1605       (muse-publish-surround-text): Use a slightly better algorithm for
1606       removing initial indentation of list items.  This way, we preserve
1607       nesting of lists and also deal with same-level items that occur after
1608       nested items.  This probably doesn't make much of a difference in the
1609       output, but it should make support of nested definition lists a bit
1610       less troublesome in some cases.
1611       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1612       regexp.
1613       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1614       data.  Don't remove any text.  This makes the function easier to reuse
1615       in display-only situations.
1617     modified files:
1618      ChangeLog.2006 lisp/muse-publish.el
1621 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1623     Summary:
1624       In a preliminary way, make definition lists nest.
1625     Revision:
1626       muse--main--1.0--patch-42
1628     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1629       lists nest a bit better.
1630     
1631     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1632       use it anymore.
1634     modified files:
1635      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1638 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1640     Summary:
1641       Fix nested list regression.
1642     Revision:
1643       muse--main--1.0--patch-41
1645     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1646       original indentation value and use that.  This fixes a regression
1647       caused by the last patch.
1649     modified files:
1650      ChangeLog.2006 lisp/muse-publish.el
1653 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1655     Summary:
1656       Make code look nicer by using muse-forward-dl-* functions.
1657     Revision:
1658       muse--main--1.0--patch-40
1660     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1661       forms into muse-forward-dl-* for increased reusability.
1662       (muse-publish-surround-text): Call move function with an indent
1663       argument so that we don't have to use partial substitution in lambda
1664       forms.
1665       (muse-forward-dl-term): New function that moves forward to the next
1666       definition list term.
1667       (muse-forward-dl-entry): New function that moves forward to the next
1668       definition list entry.
1669       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1670       does not move past entire definition list items, only parts of them.
1671       (muse-publish-markup-list, muse-publish-markup-quote):
1672       (muse-publish-quote-tag): Use better lambda form, and include a
1673       parameter.
1675     modified files:
1676      ChangeLog.2006 lisp/muse-publish.el
1679 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1681     Summary:
1682       Handle blockquoted sections within lists properly.
1683     Revision:
1684       muse--main--1.0--patch-39
1686     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1687       property.  This should make blockquoted sections within a list do the
1688       right thing.
1689       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1690       behavior of `muse-forward-paragraph'.
1692     modified files:
1693      ChangeLog.2006 lisp/muse-publish.el
1696 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1698     Summary:
1699       Fix problem when previous list item was nested.
1700     Revision:
1701       muse--main--1.0--patch-38
1703     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1704       indicator at the correct place.  This fixes an error where a previous
1705       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1706       for the report.
1708     modified files:
1709      ChangeLog.2006 lisp/muse-publish.el
1712 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1714     Summary:
1715       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1716     Revision:
1717       muse--main--1.0--patch-37
1719     * muse.texi (Implicit Links): Mention how to customize the WikiName
1720       recognition, and note that if you're setting this manually, you have to
1721       call some additional code.  This should fix #5376.  Also remove local
1722       variables section at end, since it seems pointless.
1724     modified files:
1725      ChangeLog.2006 muse.texi
1728 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1730     Summary:
1731       Fix #5325: nested formatting not working in HTML output.
1732     Revision:
1733       muse--main--1.0--patch-36
1735     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1736       work.  I'm a bit worried about possible double-escaping, though.
1737       Perhaps we should write the context to a text property and escape it
1738       later.  This should fix #5325.
1740     modified files:
1741      ChangeLog.2006 lisp/muse-publish.el
1744 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1746     Summary:
1747       Make paragraphs respect the end of a list or list item.
1748     Revision:
1749       muse--main--1.0--patch-35
1751     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1752       end of a list (or list item), back up.  This allows for a nice side
1753       effect when using indented sentences in between list items.
1754     
1755     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1756     
1757     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1758     
1759     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1760       and end-item are marked up with end-list properties.
1762     modified files:
1763      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1764      lisp/muse-publish.el lisp/muse-xml.el
1767 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1769     Summary:
1770       Make sure an initial term exists before publishing definition list.
1771     Revision:
1772       muse--main--1.0--patch-34
1774     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1775       exists before publishing a definition list.
1777     modified files:
1778      ChangeLog.2006 lisp/muse-publish.el
1781 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1783     Summary:
1784       Add comments to nested list code.
1785     Revision:
1786       muse--main--1.0--patch-33
1788     * lisp/muse-publish.el (muse-publish-surround-dl)
1789       (muse-publish-surround-text, muse-forward-dl-item):
1790       (muse-forward-list-item): Add comments, since there were many
1791       intricacies that are probably not obvious to the casual reader.
1792       (muse-forward-dl-item): Remove no-op condition.
1794     modified files:
1795      ChangeLog.2006 lisp/muse-publish.el
1798 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1800     Summary:
1801       Make nested list items work when separated by one blank line.
1802     Revision:
1803       muse--main--1.0--patch-32
1805     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1806       muse-forward-dl-item instead of muse-forward-list-item.  On second
1807       thought, don't unconditionally insert a newline, as that breaks some
1808       things.
1809       (muse-forward-dl-item): New function that moves forward to the next
1810       definition list item.  This was factored out from
1811       muse-forward-list-item, since it was getting too complex for my liking.
1812       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1813       indented line, and skip past these if we have a blank line followed by
1814       an indented line.  "Indented" means "indented one past the current
1815       indentation level" here.  Remove some initial whitespace that was being
1816       overlooked before.
1818     modified files:
1819      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1822 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1824     Summary:
1825       Fix a couple of bugs in muse-wiki-resolve-project-page.
1826     Revision:
1827       muse--main--1.0--patch-31
1829     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1830       better algorithm for adding styles to a list.
1831     
1832     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1833       carefully.  This should fix one or two hard-to-explain bugs.
1835     modified files:
1836      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1839 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1841     Summary:
1842       Fix another definition list edge case.
1843     Revision:
1844       muse--main--1.0--patch-30
1846     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1847       unordered list immediately follows definition list term.
1849     modified files:
1850      ChangeLog.2006 lisp/muse-publish.el
1853 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1855     Summary:
1856       Pass all current definition list test cases.
1857     Revision:
1858       muse--main--1.0--patch-29
1860     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1861       line if definition is not on the same line as the term.
1862       (muse-forward-list-item): Fix publishing incorrectness that occurred
1863       when a non-dl list follows a definition list.  Always move to the right
1864       place so as to prevent extra empty dd elements from being published.
1866     modified files:
1867      ChangeLog.2006 lisp/muse-publish.el
1870 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1872     Summary:
1873       Merge consecutive definition list terms properly.
1874     Revision:
1875       muse--main--1.0--patch-28
1877     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1878       correctly.  This makes Muse merge several definition list items into
1879       one list.
1880       (muse-forward-list-item): Use simpler regexp for 'dl.
1881     
1882     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1883       definition lists, and make terms the 2nd matched text.
1885     modified files:
1886      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1889 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1891     Summary:
1892       Bookkeeping.
1893     Revision:
1894       muse--main--1.0--patch-27
1896     * AUTHORS: Update.
1897     
1898     * muse-colors.el, muse-mode.el: Credit contributions.
1900     modified files:
1901      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1904 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1906     Summary:
1907       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1908     Revision:
1909       muse--main--1.0--patch-26
1911     Patches applied:
1912     
1913      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1914        Added ability to show inline images in the Emacs buffer.
1915     
1916      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1917        Added enhanced list item insertion.
1918     
1919     Detailed log:
1920     
1921     (Author: Per B. Sederberg <per@med.upenn.edu>)
1922     
1923     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1924       list item.  New key mapping to toggle showing images.  Added a key
1925       mapping to insert a link to a file and modified the key map to insert a
1926       tag.
1927       (muse-on-blank-line): Helper function to determine if the point is on a
1928       line containing only blank spaces.
1929       (muse-insert-list-item): New interactive function to insert a new list
1930       item, taking into account the current list state.
1931       (muse-insert-relative-link-to-file): New function to insert a link to a
1932       file, relative to the default directory.
1933     
1934     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1935       for where to search for images to inline in the buffer.
1936       (muse-colors-inline-images): Added custom boolean field for whether to
1937       show inline images in the buffer.
1938       (muse-colors-toggle-inline-images): New function to toggle showing the
1939       inline images in the buffer.
1940       (muse-unhighlight-region): Now removes end-glyph text properties to
1941       support XEmacs.
1942       (muse-colors-resolve-image-file): New function to determine if a link
1943       is an image and whether the version of Emacs can support inline images.
1944       (muse-make-file-glyph): New function to create an image glyph if we are
1945       using XEmacs.
1946       (muse-colors-insert-image): New function to insert an image in an Emacs
1947       buffer.
1948       (muse-colors-explicit-link): Modified function to have the ability to
1949       insert an image instead of formatting the text of the link.
1951     modified files:
1952      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1954     new patches:
1955      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1956      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1957      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1958      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1959      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1962 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1964     Summary:
1965       Pass testcase for definition list and nested unordered list.
1966     Revision:
1967       muse--main--1.0--patch-25
1969     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1970       lists always have at least one entry.  This appears to do the right
1971       thing with a sample nested unordered list.
1973     modified files:
1974      ChangeLog.2006 lisp/muse-publish.el
1977 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1979     Summary:
1980       Some definition list fixes.
1981     Revision:
1982       muse--main--1.0--patch-24
1984     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1985       markup for end of list using the `muse-insert-markup-end-list'
1986       function.  Handle list items nested inside of a definition list.
1988     modified files:
1989      ChangeLog.2006 lisp/muse-publish.el
1992 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1994     Summary:
1995       Fix another wrapped list item edge case.
1996     Revision:
1997       muse--main--1.0--patch-23
1999     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2000       indentation in a region when we encounter any list items.  This should
2001       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2002       for the report.
2004     modified files:
2005      ChangeLog.2006 lisp/muse-publish.el
2008 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2010     Summary:
2011       Fix comment in Debian packaging.
2012     Revision:
2013       muse--main--1.0--patch-22
2015     * debian/emacsen-remove: Fix comment.
2017     modified files:
2018      ChangeLog.2006 debian/emacsen-remove
2021 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2023     Summary:
2024       muse-blosxom: Fix order of #tags line in header.
2025     Revision:
2026       muse--main--1.0--patch-21
2028     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2029       rather than before it.  Thanks to bkhl for the heads up.
2031     modified files:
2032      ChangeLog.2006 lisp/muse-blosxom.el
2035 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2037     Summary:
2038       muse-blosxom: Add ability to use tags in entries.
2039     Revision:
2040       muse--main--1.0--patch-20
2042     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2043       publish them.
2044       (muse-blosxom-use-tags): New option that specifies whether we are using
2045       tags.
2046       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2047       RET without entering one.
2049     modified files:
2050      ChangeLog.2006 lisp/muse-blosxom.el
2053 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2055     Summary:
2056       Fix backtrace when publishing unsaved files.
2057     Revision:
2058       muse--main--1.0--patch-19
2060     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2061       trying to publish a file that has not been saved, and give an
2062       explanation to the user.
2064     modified files:
2065      ChangeLog.2006 lisp/muse-publish.el
2068 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2070     Summary:
2071       muse-texinfo: Fix link suffix.
2072     Revision:
2073       muse--main--1.0--patch-18
2075     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2076       styles.  This should fix a bug where links in published info files use
2077       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2079     modified files:
2080      ChangeLog.2006 lisp/muse-texinfo.el
2083 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2085     Summary:
2086       Fix prompting of non-Muse buffers before publishing.
2087     Revision:
2088       muse--main--1.0--patch-17
2090     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2091       Stadler to ignore buffers that have no associated filename.  This fixes
2092       an annoyance where Muse prompts to save BBDB and ERC buffers before
2093       publishing.
2095     modified files:
2096      AUTHORS ChangeLog.2006 lisp/muse-project.el
2099 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2101     Summary:
2102       Fix wrapped nested list item edge case.
2103     Revision:
2104       muse--main--1.0--patch-16
2106     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2107       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2108       case.
2109       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2110       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2111     
2112     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2113       exactly one space character in front of a unnumbered or numbered list.
2114       This should make it easier to match every list instance, since
2115       definition lists can now be handled more nicely in
2116       muse-publish-markup-regexps.  This also has the effect of fixing a
2117       wrapped nested list item edge case.
2119     modified files:
2120      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2123 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2125     Summary:
2126       Fix edge case in muse-wiki-publish-pretty-title.
2127     Revision:
2128       muse--main--1.0--patch-15
2130     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2131       the document does not have a valid title, use the empty string.
2133     modified files:
2134      ChangeLog.2006 lisp/muse-wiki.el
2137 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2139     Summary:
2140       Use debian/compat to determine debhelper compat level.
2141     Revision:
2142       muse--main--1.0--patch-14
2144     * debian/compat: New file that sets the debhelper compatibility level to
2145       4.
2146     
2147     * debian/rules: Remove DH_COMPAT line.
2149     new files:
2150      debian/.arch-ids/compat.id debian/compat
2152     modified files:
2153      ChangeLog.2006 debian/rules
2156 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2158     Summary:
2159       Fix a couple of table-publishing edge cases.
2160     Revision:
2161       muse--main--1.0--patch-13
2163     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2164       publishing error that occurs when a table line is the last thing in a
2165       document.  Thanks to cymacs for the report and suggested fix.
2166       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2167       them.
2168     
2169     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2170       at the end of the 'end-table markup string.
2171     
2172     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2173     
2174     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2175     
2176     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2177       newline at the end of the table.  This should fix a problem with
2178       paragraphs after tables not being published as such.  Thanks to cymacs
2179       for the report.
2180     
2181     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2182       muse-insert-markup to insert a trailing newline.
2184     modified files:
2185      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2186      lisp/muse-publish.el lisp/muse-texinfo.el
2187      lisp/muse-xml-common.el lisp/muse-xml.el
2190 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2192     Summary:
2193       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2194     Revision:
2195       muse--main--1.0--patch-12
2198     new files:
2199      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2201     renamed files:
2202      .arch-ids/ChangeLog.id
2203        ==> .arch-ids/ChangeLog.2005.id
2204      ChangeLog
2205        ==> ChangeLog.2005
2208 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2210     Summary:
2211       Make muse-journal work with whole-document escaping.
2212     Revision:
2213       muse--main--1.0--patch-11
2215     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2216       by Emacs Muse" so that muse-journal does not get confused.
2217     
2218     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2219       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2220       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2221       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2222       have "Page published by Emacs Muse (begins|ends) here" in their header
2223       or footer, since muse-journal needs this in order to determine where
2224       entries begin and end.
2226     modified files:
2227      examples/mwolson/templates/footer.html
2228      examples/mwolson/templates/generic-footer.html
2229      examples/mwolson/templates/generic-header.html
2230      examples/mwolson/templates/header.html
2231      examples/mwolson/templates/header.tex lisp/muse-journal.el
2234 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2236     Summary:
2237       Get simple test case for definition lists to work.
2238     Revision:
2239       muse--main--1.0--patch-10
2241     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2242       publish properly.
2243       (muse-forward-list-item): Fix edge case.
2245     modified files:
2246      lisp/muse-publish.el
2249 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2251     Summary:
2252       Add documentation to some publishing functions.
2253     Revision:
2254       muse--main--1.0--patch-9
2256     * lisp/muse-publish.el (muse-publish-mark-read-only)
2257       (muse-publish-mark-noemphasis): Add documentation.
2259     modified files:
2260      lisp/muse-publish.el
2263 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2265     Summary:
2266       Fix an error with `custom-quote'.
2267     Revision:
2268       muse--main--1.0--patch-8
2270     * lisp/muse-project.el: Require 'cus-edit, since that is where
2271       `custom-quote' is defined.
2272     
2273     * muse.texi: Use copyright symbol.
2275     modified files:
2276      lisp/muse-project.el muse.texi
2279 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2281     Summary:
2282       muse-registry: update from author.
2283     Revision:
2284       muse--main--1.0--patch-7
2286     * lisp/muse-registry.el: Update to newest version from author.
2287       Re-tabify.
2289     modified files:
2290      lisp/muse-registry.el
2293 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2295     Summary:
2296       muse-latex: Handle double-quote edge case.
2297     Revision:
2298       muse--main--1.0--patch-6
2300     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2301       character begins the buffer.
2303     modified files:
2304      lisp/muse-latex.el
2307 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2309     Summary:
2310       Allow beginning and ending empty elements in tables.
2311     Revision:
2312       muse--main--1.0--patch-5
2314     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2315       whitespace after the field if we're at the end of a line.
2316       (muse-table-line-regexp): Allow the table to start with a "|".  The
2317       resulting initial empty cell isn't yet thrown away like it should be.
2319     modified files:
2320      lisp/muse-regexps.el
2323 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2325     Summary:
2326       muse-latex: Use \url to publish bare URLs.
2327     Revision:
2328       muse--main--1.0--patch-4
2330     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2331       \href for bare URLs.  Thanks to Na Li for the suggestion!
2333     modified files:
2334      lisp/muse-latex.el
2337 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2339     Summary:
2340       Create parents of output directories.
2341     Revision:
2342       muse--main--1.0--patch-3
2344     * lisp/muse-project.el (muse-project-publish-file): Create parent
2345       directories as well, if the output directory does not exist.  This can
2346       happen when we have nested directories in a project.
2348     modified files:
2349      lisp/muse-project.el
2352 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2354     Summary:
2355       Pick a better default if publishing with more than one style.
2356     Revision:
2357       muse--main--1.0--patch-2
2359     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2360       the list we return is in the right order.  That way, if more than one
2361       publishing rule matches a link, the first one is used, rather than the
2362       last.
2364     modified files:
2365      lisp/muse-project.el
2368 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2370     Summary:
2371       Oops, committed to the wrong archive.
2372     Revision:
2373       muse--main--1.0--patch-1
2375     Patches applied:
2376     
2377      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2378        Debian fixups.
2379     
2380      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2381        Another Debian fix.
2383     modified files:
2384      ChangeLog debian/emacsen-startup
2386     renamed files:
2387      debian/.arch-ids/NEWS.Debian.id
2388        ==> debian/.arch-ids/NEWS.id
2389      debian/NEWS.Debian
2390        ==> debian/NEWS
2392     new patches:
2393      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2394      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2397 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2399     Summary:
2400       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2401     Revision:
2402       muse--main--1.0--base-0
2404     (automatically generated log message)
2406     new patches:
2407      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2408      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2409      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2410      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2411      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2412      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2413      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2414      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2415      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2416      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2417      ajk@iu.edu--2005/muse--main--1.0--base-0
2418      ajk@iu.edu--2005/muse--main--1.0--patch-1
2419      ajk@iu.edu--2005/muse--main--1.0--patch-2
2420      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2421      davidsmith@acm.org--main/muse--devo--1.0--base-0
2422      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2423      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2424      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2425      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2426      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2427      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2428      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2429      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2430      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2431      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2432      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2433      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2434      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2435      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2436      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2437      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2438      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2439      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2440      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2441      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2442      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2443      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2444      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2445      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2446      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2447      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2448      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2449      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2450      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2451      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2452      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2453      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2454      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2455      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2456      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2457      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2458      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2459      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2460      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2461      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2462      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2463      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2464      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2465      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2466      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2467      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2468      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2469      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2470      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2471      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2472      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2473      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2474      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2475      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2476      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2477      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2478      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2479      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2480      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2481      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2482      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2483      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2484      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2485      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2486      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2487      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2488      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2489      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2490      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2491      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2492      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2493      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2494      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2495      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2496      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2497      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2498      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2499      mwolson@gnu.org--2005/muse--main--1.0--base-0
2500      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2501      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2502      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2503      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2504      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2505      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2506      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2507      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2508      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2509      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2510      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2511      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2512      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2513      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2514      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2515      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2518      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2519      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2520      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2521      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2522      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2523      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2524      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2525      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2526      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2527      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2528      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2529      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2530      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2531      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2532      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2533      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2536      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2537      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2538      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2539      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2540      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2541      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2542      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2543      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2544      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2545      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2546      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2547      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2548      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2549      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2550      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2551      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2554      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2555      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2556      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2557      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2558      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2559      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2560      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2561      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2562      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2563      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2564      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2565      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2566      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2567      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2568      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2569      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2570      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2571      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2572      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2573      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2574      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2575      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2576      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2577      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2578      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2579      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2580      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2581      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2582      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2583      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2584      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2585      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2586      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2587      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2588      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2589      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2590      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2591      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2592      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2593      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2594      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2595      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2596      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2597      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2598      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2599      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2600      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2601      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2602      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2603      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2604      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2605      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2606      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2607      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2608      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2609      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2610      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2611      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2612      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2613      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2614      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2615      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2616      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2617      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2618      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2619      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2620      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2621      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2622      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2623      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2624      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2625      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2626      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2627      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2628      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2629      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2630      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2631      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2632      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2633      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2634      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2635      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2636      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2637      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2638      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2639      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2640      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2641      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2642      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2643      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2644      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2645      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2646      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2647      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2648      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2649      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2650      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2651      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2652      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2653      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2654      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2655      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2656      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2657      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2658      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2855      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2856      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2857      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2858      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2859      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2860      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2861      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2862      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2863      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2864      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2865      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2866      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2867      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2868      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2869      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2870      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2871      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2872      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2873      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2874      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2875      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2876      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2877      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2878      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2879      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2880      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2881      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2882      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2883      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2884      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2885      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2886      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2887      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2888      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2889      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2890      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2891      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2892      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2893      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2894      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2895      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2896      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2897      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2898      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8