muse-blosxom: Perform extra check on category in new entry.
[muse-el.git] / ChangeLog.2006
bloba1918f663c349e54c5ffdeaf60a3582389cad7b6
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-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
7     Summary:
8       muse-blosxom: Perform extra check on category in new entry.
9     Revision:
10       muse--main--1.0--patch-140
12     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
13       write an invalid categories line, which could cause other mysterious
14       troubles later on.
16     modified files:
17      ChangeLog.2006 lisp/muse-blosxom.el
20 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
22     Summary:
23       Improve documentation in the included pyblosxom plug-ins.
24     Revision:
25       muse--main--1.0--patch-139
27     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
28       documentation.  The initial wording was very confusing.
30     modified files:
31      ChangeLog.2006 contrib/pyblosxom/getstamps.py
32      contrib/pyblosxom/hardcodedates.py
35 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
37     Summary:
38       Minor tweak in my example CSS stylesheet.
39     Revision:
40       muse--main--1.0--patch-138
42     * examples/mwolson/stylesheets/common.css: Be careful about
43       distinguishing between links and anchors.
45     modified files:
46      ChangeLog.2006 examples/mwolson/stylesheets/common.css
49 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
51     Summary:
52       Use better fallback when displaying warnings.
53     Revision:
54       muse--main--1.0--patch-137
56     * lisp/muse.el (muse-display-warning): Use a better fallback if
57       `display-warning' does not exist.
59     modified files:
60      ChangeLog.2006 lisp/muse.el
63 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
65     Summary:
66       Make the Table of Contents CSS easier to customize.
67     Revision:
68       muse--main--1.0--patch-136
70     * examples/mwolson/muse-init.el (muse-bad-link): Update.
71     
72     * examples/mwolson/stylesheets/*.css: Update and add license.
73     
74     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
75       <div> section for easier CSS hacking.  Remove the class attribute of
76       other elements, since we don't need it anymore.
78     modified files:
79      ChangeLog.2006 Makefile.defs debian/changelog
80      examples/mwolson/muse-init.el
81      examples/mwolson/stylesheets/blog.css
82      examples/mwolson/stylesheets/common.css
83      examples/mwolson/stylesheets/print.css
84      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
87 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
89     Summary:
90       Fix a potential unbounded recursive call.
91     Revision:
92       muse--main--1.0--patch-135
94     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
95       prevents calls to muse-project-file-alist in its hook functions from
96       going into an infinite loop.
97       (muse-project-file-alist): Use it.
98     
99     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
100       handled in muse-project.el.
101       (muse-wiki-update-local-wikiword-regexp): Remove the use of
102       muse-wiki-updating-wikiword-p.
104     modified files:
105      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
108 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
110     Summary:
111       Try not to call tramp during publishing.
112     Revision:
113       muse--main--1.0--patch-134
115     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
116       file-readable-p on text that has a newline in it, because this could
117       cause tramp to be invoked.
119     modified files:
120      ChangeLog.2006 lisp/muse-publish.el
123 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
125     Summary:
126       Make links colored blue by default.
127     Revision:
128       muse--main--1.0--patch-133
130     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
131       other Emacs modes do.
133     modified files:
134      ChangeLog.2006 lisp/muse-colors.el
137 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
139     Summary:
140       Fix publishing error with tables and initial whitespace.
141     Revision:
142       muse--main--1.0--patch-132
144     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
145       above blockquote and centered text, so that indented but blank initial
146       table fields publish correctly.
147     
148     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
149       We accept anything that has at least one field delimiter.
151     modified files:
152      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
155 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
157     Summary:
158       Add muse-protocol-iw.el to experimental folder.
159     Revision:
160       muse--main--1.0--patch-131
162     * experimental/muse-protocol-iw.el: New experimental file that implements
163       an interwiki protocol of sorts that handles subdirectories.
165     new files:
166      experimental/.arch-ids/muse-protocol-iw.el.id
167      experimental/muse-protocol-iw.el
169     modified files:
170      AUTHORS ChangeLog.2006 experimental/muse-split.el
173 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
175     Summary:
176       Add muse-split.el to experimental folder.
177     Revision:
178       muse--main--1.0--patch-130
180     * experimental/muse-split.el: New experimental file that splits published
181       Muse files into several smaller files.
183     new files:
184      experimental/.arch-ids/muse-split.el.id
185      experimental/muse-split.el
187     modified files:
188      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
189      debian/control
192 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
194     Summary:
195       muse-wiki: Make the interwiki resolver a bit more clever.
196     Revision:
197       muse--main--1.0--patch-129
199     * lisp/muse-project.el (muse-project-choose-style): New function that
200       chooses a style from a list of styles, given a user-supplied test.
201     
202     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
203       that is used along with `muse-project-choose-style' to pick the first
204       style that matches a given value for :link-prefix.
205       (muse-wiki-resolve-project-page-1): New function split from
206       `muse-wiki-resolve-project-page' for readability.  Try to match files
207       that have the same link-suffix.  This should hopefully fix a bug
208       noticed by Hans Ekbrand.
210     modified files:
211      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
214 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
216     Summary:
217       Fix bug where links with :: in them were marked up as lists.
218     Revision:
219       muse--main--1.0--patch-128
221     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
222       Change noemphasis property to muse-link.
223     
224     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
225     
226     * lisp/muse-publish.el (muse-publish-surround-text)
227       (muse-publish-markup-list): Ditto.  This should fix a bug.
228       (muse-publish-markup-list): Docfix.
229       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
230     
231     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
232       There must be either one or more spaces or a single newline after the
233       colons.  This prevents an ambiguity with the double-colon muse-wiki
234       interwiki delimiter.
236     modified files:
237      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
238      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
241 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
243     Summary:
244       DTRT with explicit links that have no description.
245     Revision:
246       muse--main--1.0--patch-127
248     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
249       explicit link without a description, use the name of the linked page.
251     modified files:
252      ChangeLog.2006 lisp/muse-publish.el
255 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
257     Summary:
258       Fix emdash in link description bug.
259     Revision:
260       muse--main--1.0--patch-126
262     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
263       if we are in a link, since otherwise it will be incorrectly escaped.
264       Thanks to Chiyuan Zhang for the report.
266     modified files:
267      ChangeLog.2006 Makefile.defs debian/changelog
268      lisp/muse-publish.el
271 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
273     Summary:
274       Fix #5925: Emphasis on item breaks lists.
275     Revision:
276       muse--main--1.0--patch-125
278     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
279       as the browsing function.
280     
281     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
282       the current file.
283     
284     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
285       `offset' into account, in case the list-item regexp is nested in
286       another group.
287       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
288       offset of 1.  This should fix an unpleasant list-as-blockquote error
289       that was noticed recently.  Thanks to John Sullivan for the report.
291     modified files:
292      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
293      lisp/muse.el
296 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
298     Summary:
299       Fix a couple of beginning-of-buffer errors.
300     Revision:
301       muse--main--1.0--patch-124
303     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
304       don't throw an error if at the beginning of the buffer.  Thanks to John
305       Sullivan for the report.
307     modified files:
308      ChangeLog.2006 lisp/muse-mode.el
311 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
313     Summary:
314       muse.texi: Change use of @subsubheading to @subheading.
315     Revision:
316       muse--main--1.0--patch-123
318     * muse.texi: Change use of @subsubheading to @subheading throughout
319       document.
321     modified files:
322      ChangeLog.2006 muse.texi
325 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
327     Summary:
328       muse.texi: Change subsections to subheadings.
329     Revision:
330       muse--main--1.0--patch-122
332     (Author: John Sullivan <john@wjsullivan.net>)
333     
334     * muse.texi: Change @subsection and @strong to @subheading throughout
335       document.
337     modified files:
338      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
340     new patches:
341      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
342      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
343      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
346 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
348     Summary:
349       Update keystrokes used in muse-mode, as well as docs.
350     Revision:
351       muse--main--1.0--patch-121
353     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
354       keymap to use when the user wants to insert something into the current
355       buffer using `C-c i'.
356       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
357       muse-follow-name-at-point, since this is already used for
358       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
359       prompt for the thing to insert.
360       (muse-insert-thing): New function that prompts the user for something
361       to insert into the current buffer.  It tries to be as friendly as
362       possible by catching possible errors with the message "Not inserting
363       anything".
364       (muse-mode-completions): Rename from `muse-completions', since this is
365       what we use in `muse-mode'.
366       (muse-mode-current-word): Similarly.  These don't seem to work
367       correctly, for unknown reasons.
368     
369     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
370       utilize.
372     modified files:
373      ChangeLog.2006 lisp/muse-mode.el muse.texi
376 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
378     Summary:
379       Fix buggy behavior in muse-browse-result.
380     Revision:
381       muse--main--1.0--patch-120
383     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
384       names to styles, based on the styles contained in the current Muse
385       project.  Thanks to kid kid for the analysis.
386     
387     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
388       specified as an argument.
390     modified files:
391      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
394 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
396     Summary:
397       muse-latex: Make images look better.
398     Revision:
399       muse--main--1.0--patch-119
401     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
402       be 75% the width of the page, which looks better.  Enclose images in
403       figures, and center them.
405     modified files:
406      ChangeLog.2006 lisp/muse-latex.el
409 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
411     Summary:
412       Fix a few image bugs.
413     Revision:
414       muse--main--1.0--patch-118
416     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
417       passing it to `muse-colors-inline-image-method'.  This makes images
418       with the same current directory and publishing directory get resolved
419       correctly.
420     
421     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
422       ".muse" extension to images.
424     modified files:
425      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
428 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
430     Summary:
431       Make build targets more consistent.
432     Revision:
433       muse--main--1.0--patch-117
435     * contrib/Makefile (install): Make build targets more consistent.  Thanks
436       to dsmith for the report.
437     
438     * lisp/Makefile (all, lisp, install): Ditto.
440     modified files:
441      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
442      lisp/Makefile
445 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
447     Summary:
448       cgi.el: Make this work without cl-seq.el.
449     Revision:
450       muse--main--1.0--patch-116
452     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
453       code.  Make this not depend on 'cl at runtime.
454       (cgi-position): New function that implements a simple replacement for
455       the position function found in cl-seq.el.
456       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
457       instead of `subseq'.
458     
459     * contrib/httpd.el: Credit myself.
461     modified files:
462      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
465 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
467     Summary:
468       Make publishing DTRT when using escaped list markup.
469     Revision:
470       muse--main--1.0--patch-115
472     * lisp/muse-publish.el (muse-publish-surround-text)
473       (muse-publish-markup-list): Ignore escaped list markup.
474     
475     * lisp/muse.el (muse-list-item-type): Docfix.
476       (muse-list-item-critical-point): New function that returns the point
477       where we should expect to find the first character in the current list
478       item markup.
479       (muse-forward-paragraph): Docfix and cosmetic change.
480       (muse-forward-list-item): Ignore escaped list markup.  This should fix
481       a few publishing errors that involve markup like =::=.
483     modified files:
484      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
487 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
489     Summary:
490       muse-publish: Get rid of warning when batch publishing.
491     Revision:
492       muse--main--1.0--patch-114
494     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
495       publishing warning message.
497     modified files:
498      ChangeLog.2006 Makefile.defs debian/changelog
499      lisp/muse-publish.el
502 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
504     Summary:
505       Try to fix face clobbering bug.
506     Revision:
507       muse--main--1.0--patch-113
509     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
510       the default value of the header faces.  It can be re-used.
511       (muse-make-faces): Simplify.  This should now fix the face clobbering
512       bug.
514     modified files:
515      ChangeLog.2006 lisp/muse-colors.el
518 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
520     Summary:
521       Re-add some cgi.el stuff and update my example config.
522     Revision:
523       muse--main--1.0--patch-112
525     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
526       they are mentioned in the documentation.
527     
528     * examples/mwolson/: Update.
530     modified files:
531      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
532      examples/mwolson/templates/footer.html
533      examples/mwolson/templates/header.html
536 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
538     Summary:
539       muse-mode: Make C-c C-e work better.
540     Revision:
541       muse--main--1.0--patch-111
543     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
544       that this is more robust.
546     modified files:
547      ChangeLog.2006 lisp/muse-mode.el
550 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
552     Summary:
553       muse-latex: Don't escape backslash in <example> regions.
554     Revision:
555       muse--main--1.0--patch-110
557     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
558       to escape the backslash after all.
559       (muse-latex-markup-specials-literal): Docfix.
560     
561     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
563     modified files:
564      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
567 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
569     Summary:
570       Allow tab characters in the target of explicit links.
571     Revision:
572       muse--main--1.0--patch-109
574     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
575       in the link target.  This doesn't seem like it could hurt anything, and
576       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
577       the report.
579     modified files:
580      ChangeLog.2006 lisp/muse-regexps.el
583 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
585     Summary:
586       muse-wiki: Fix bug that caused WikiWords not to publish or display.
587     Revision:
588       muse--main--1.0--patch-108
590     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
592     modified files:
593      ChangeLog.2006 Makefile.defs debian/changelog
594      lisp/muse-wiki.el
597 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
599     Summary:
600       Fix horrendous typo.
601     Revision:
602       muse--main--1.0--patch-107
604     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
605       strangeness.
607     modified files:
608      ChangeLog.2006 lisp/muse-publish.el
611 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
613     Summary:
614       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
615     Revision:
616       muse--main--1.0--patch-106
618     (Author: Per B. Sederberg <per@med.upenn.edu>)
619     
620     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
621       Option to not create implicit links to the current page.
622       (muse-wiki-handle-wikiword): Process the option to not create implicit
623       links to the current page.
625     modified files:
626      ChangeLog.2006 Makefile.defs debian/changelog
627      lisp/muse-wiki.el
629     new patches:
630      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
633 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
635     Summary:
636       Try to fix failure to recognize Muse file extension (6th attempt).
637     Revision:
638       muse--main--1.0--patch-105
640     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
641       init file is loaded.
642       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
643       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
644     
645     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
646       user's init file is loaded.  Explicitly add the Muse file extension
647       when muse.el is loaded, to make life simpler.
648       (muse-update-file-extension): Take several edge cases into account.
649       (muse-file-extension): Docfix.
650       (muse-update-file-extension-after-init): New function that causes the
651       file extension to be updated.
652     
653     * muse.texi (Projects): It is no longer necessary to call
654       `muse-mode-maybe' manually.
656     modified files:
657      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
660 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
662     Summary:
663       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
664     Revision:
665       muse--main--1.0--patch-104
667     (Author: Per B. Sederberg <per@med.upenn.edu>)
668     
669     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
670       to return a list of project files that have spaces.
671       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
672       spaces function.  Don't make this buffer-local.
674     modified files:
675      ChangeLog.2006 lisp/muse-wiki.el
677     new patches:
678      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
679      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
680      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
681      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
682      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
685 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
687     Summary:
688       Try to fix failure to recognize Muse file extension (5th attempt).
689     Revision:
690       muse--main--1.0--patch-103
692     * lisp/muse.el: To detect whether Emacs has fully started, check
693       `command-line-processed' instead of `inhibit-startup-hooks', since the
694       latter only exists for Emacs22.
696     modified files:
697      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
700 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
702     Summary:
703       muse-html: Add :style-sheet element.
704     Revision:
705       muse--main--1.0--patch-102
707     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
708       :style-sheet element.
709       ("html", "xhtml"): Add the :style-sheet element.
710     
711     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
712       style already exists.  Instead, just replace the existing style.
713       (muse-derive-style): Ditto.
714     
715     * muse.texi (Style Elements): Mention :style-sheet.
717     modified files:
718      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
719      muse.texi
722 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
724     Summary:
725       Try to fix failure to recognize Muse file extension (4th attempt).
726     Revision:
727       muse--main--1.0--patch-101
729     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
730       the command line.
732     modified files:
733      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
736 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
738     Summary:
739       Try to fix failure to recognize Muse file extension (3rd attempt).
740     Revision:
741       muse--main--1.0--patch-100
743     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
745     modified files:
746      ChangeLog.2006 lisp/muse.el
749 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
751     Summary:
752       Try to fix failure to recognize Muse file extension (2nd attempt).
753     Revision:
754       muse--main--1.0--patch-99
756     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
757       auto-mode-alist.
759     modified files:
760      ChangeLog.2006 lisp/muse.el
763 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
765     Summary:
766       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
767     Revision:
768       muse--main--1.0--patch-98
770     (Author: Per B. Sederberg <per@med.upenn.edu>)
771     
772     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
773       interwiki-regexp to search for any project file name.  This is so it
774       will match files with spaces.
776     modified files:
777      ChangeLog.2006 lisp/muse-wiki.el
779     new patches:
780      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
781      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
782      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
783      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
784      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
785      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
786      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
789 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
791     Summary:
792       Try to fix failure to recognize Muse file extension.
793     Revision:
794       muse--main--1.0--patch-97
796     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
797       of semantics.
798     
799     * lisp/muse.el: Call muse-update-file-extension in
800       muse-update-values-hook, instead of
801       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
802       emacs-startup-hook, so that the user has time to set this in their
803       .emacs file.
805     modified files:
806      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
809 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
811     Summary:
812       Make things in contrib directory installable.
813     Revision:
814       muse--main--1.0--patch-96
816     * Makefile (SUBDIRS): Add contrib.
817       (all): Add contrib.
818       (contrib): New target that compiles things in the contrib directory.
819       (install-bin): Add contrib.  Install things in the contrib directory.
820       Also install uncompiled things in the experimental directory.
821     
822     * contrib/Makefile: New Makefile for the contrib directory.
823     
824     * contrib/httpd.el (httpd-start): Fix compiler warnings.
825     
826     * debian/emacsen-install: Compile files in contrib directory in addition
827       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
828     
829     * debian/emacsen-startup: Add contrib directory to load-path.
830     
831     * experimental/Makefile (test): Remove target.
832       (install-uncompiled): New target that installs uncompiled files.
833     
834     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
835       (muse-update-file-extension): Fix a warning that occurred when doing
836       batch publishing.
838     new files:
839      contrib/.arch-ids/Makefile.id contrib/Makefile
841     modified files:
842      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
843      debian/changelog debian/emacsen-install debian/emacsen-startup
844      experimental/Makefile lisp/muse.el muse.texi
847 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
849     Summary:
850       Remove muse-registry.el.
851     Revision:
852       muse--main--1.0--patch-95
854     * lisp/muse-registry.el: Move to the Planner project, since it is a
855       better fit with Planner than Muse.
857     removed files:
858      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
860     modified files:
861      AUTHORS ChangeLog.2006
864 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
866     Summary:
867       Prepare Debian package for Arch snapshot.
868     Revision:
869       muse--main--1.0--patch-94
871     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
872       snapshot.
874     modified files:
875      ChangeLog.2006 Makefile.defs debian/changelog
878 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
880     Summary:
881       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
882     Revision:
883       muse--main--1.0--patch-93
885     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
886       `muse-wiki-hide-nop-tag' into account.
888     modified files:
889      ChangeLog.2006 lisp/muse-wiki.el
892 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
894     Summary:
895       Fix a couple of compiler warnings.
896     Revision:
897       muse--main--1.0--patch-92
899     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
901     modified files:
902      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
905 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
907     Summary:
908       Make interwiki links work with the new option.
909     Revision:
910       muse--main--1.0--patch-91
912     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
913       parameters.  Populate this correctly when
914       `muse-wiki-match-all-project-files' is non-nil.
916     modified files:
917      ChangeLog.2006 lisp/muse-wiki.el
920 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
922     Summary:
923       Permit table generation to be disabled for a single Muse page.
924     Revision:
925       muse--main--1.0--patch-90
927     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
928       data, don't publish the table.
929     
930     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
931     
932     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
933     
934     * lisp/muse-publish.el (muse-publish-table-fields): If the
935       "disable-tables" publishing directive exists for the current page, do
936       not generate a table.
937     
938     * muse.texi (Tables): Mention that table generation can be disabled for a
939       single page.
941     modified files:
942      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
943      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
946 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
948     Summary:
949       muse-wiki: Match filenames before WikiWords.
950     Revision:
951       muse--main--1.0--patch-89
953     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
954       filenames in project before the general WikiWord regexp.
956     modified files:
957      ChangeLog.2006 lisp/muse-wiki.el
960 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
962     Summary:
963       Use a better mechanism for updating autogenerated variables.
964     Revision:
965       muse--main--1.0--patch-88
967     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
968     
969     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
970     
971     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
972       muse-update-values-hook.
973     
974     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
975       muse-update-values-hook.
976     
977     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
978       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
979       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
980       error is fixed.
981       (muse-wiki-update-custom-values): Replace with function that gives a
982       warning and an explanation.
983     
984     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
985       example so that people who use it won't have a wrong value in
986       muse-mode-hook.
988     modified files:
989      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
990      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
991      lisp/muse.el
994 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
996     Summary:
997       muse-wiki: Implement implicit links for all files in project.
998     Revision:
999       muse--main--1.0--patch-87
1001     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1002       don't get errors when trying to use it.
1003     
1004     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1005       muse-project-file-alist-hook.
1006       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1007       into a recursive call.
1008       (muse-wiki-update-wikiword-regexp): Call
1009       `muse-wiki-update-local-wikiword-regexp'.
1010     
1011     (Author: Per B. Sederberg <per@med.upenn.edu>)
1012     
1013     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1014       muse-before-publish-hook and muse-mode-hook so that implicit links are
1015       published properly.
1016       (muse-wiki-wikiword-match-project-files): New option for determining
1017       whether to match all project files as implicit links.  This is off by
1018       default.
1019       (muse-wiki-update-local-wikiword-regexp): New function to make the
1020       wikiword-regexp local and append the files in the current project to
1021       it.
1023     modified files:
1024      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1026     new patches:
1027      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1028      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1029      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1030      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1031      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1032      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1033      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1034      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1035      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1036      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1037      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1038      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1039      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1040      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1043 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1045     Summary:
1046       Update Muse's file-alist after saving any Muse page.
1047     Revision:
1048       muse--main--1.0--patch-86
1050     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1051       causes Muse's file-alist to be updated when we are saving a Muse file.
1052       This is added to after-save-hook.
1054     modified files:
1055      ChangeLog.2006 lisp/muse-project.el
1058 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1060     Summary:
1061       Add a hook that is called whenever Muse's file-alist is updated.
1062     Revision:
1063       muse--main--1.0--patch-85
1065     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1066       executed after an update to muse-project-file-alist happens.
1067       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1069     modified files:
1070      ChangeLog.2006 lisp/muse-project.el
1073 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1075     Summary:
1076       muse-mode: Recognize definition lists when filling text.
1077     Revision:
1078       muse--main--1.0--patch-84
1080     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1081       text.
1082     
1084     modified files:
1085      ChangeLog.2006 lisp/muse-mode.el
1088 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1090     Summary:
1091       Remove unrelated part of patch-82.
1092     Revision:
1093       muse--main--1.0--patch-83
1096     modified files:
1097      ChangeLog.2006 lisp/muse-mode.el
1100 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1102     Summary:
1103       muse-journal: Fix dates in RSS feeds.
1104     Revision:
1105       muse--main--1.0--patch-82
1107     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1108       date is in a format that RSS readers can handle.  Thanks to René
1109       Stadler for the patch.
1111     modified files:
1112      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1115 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1117     Summary:
1118       debian: Install ChangeLog properly.
1119     Revision:
1120       muse--main--1.0--patch-81
1122     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1123       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1124       the breakage report.
1126     modified files:
1127      ChangeLog.2006 debian/rules
1130 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1132     Summary:
1133       Fix a bug triggered by batch-publishing.
1134     Revision:
1135       muse--main--1.0--patch-80
1137     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1138       right algorithm turned out to be simpler than I had thought.  Thanks to
1139       Sergei V. Fleytin for reporting breakage with the old method.
1140       (muse-publish-file): Don't be overzealous when checking for an invalid
1141       style -- use a simpler check.
1142       (muse-batch-publish-files): Don't check for invalid styles here, since
1143       we already do so in `muse-publish-file'.
1145     modified files:
1146      ChangeLog.2006 lisp/muse-publish.el
1149 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1151     Summary:
1152       muse.texi: Move some sections to a new Extending Muse chapter.
1153     Revision:
1154       muse--main--1.0--patch-79
1156     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1157       extending Muse in various ways.
1158       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1160     modified files:
1161      ChangeLog.2006 muse.texi
1164 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1166     Summary:
1167       Fix a couple of recently-introduced bugs.
1168     Revision:
1169       muse--main--1.0--patch-78
1171     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1172       extra hard to preserve our settings for faces, especially after a new
1173       frame or splash screen.
1174     
1175     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1176       copied globally, to the extent the Emacs permits this.
1178     modified files:
1179      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1182 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1184     Summary:
1185       Update my example configuration file.
1186     Revision:
1187       muse--main--1.0--patch-77
1190     modified files:
1191      ChangeLog.2006 examples/mwolson/muse-init.el
1194 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1196     Summary:
1197       Remove cruft from patch logs.
1198     Revision:
1199       muse--main--1.0--patch-76
1202     modified files:
1203      ChangeLog.2006
1204      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1205      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1206      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1207      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1208      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1209      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1210      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1211      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1214 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1216     Summary:
1217       Make faces more robust and namespace-conforming.
1218     Revision:
1219       muse--main--1.0--patch-75
1221     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1222       face has documentation and a group.
1223       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1224       "-face" suffix.
1225       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1226       faces have documentation and a group.  Copy unconditionally from the
1227       related Emacs faces, rather than specifying face attributes.
1228       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1229       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1230       face names.
1231     
1232     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1233       the 'muse-link property rather than looking at the face.
1235     modified files:
1236      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1239 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1241     Summary:
1242       muse.texi: Mention the <code> tag.
1243     Revision:
1244       muse--main--1.0--patch-74
1246     * muse.texi (Emphasizing Text): Mention the <code> tag.
1248     modified files:
1249      ChangeLog.2006 muse.texi
1252 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1254     Summary:
1255       Fix bug in verse markup, undesired behavior with emdash.
1256     Revision:
1257       muse--main--1.0--patch-73
1259     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1260       around emdash.
1261     
1262     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1263     
1264     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1265     
1266     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1267       trailing whitespace to `muse-markup-text', in case the current
1268       publishing wishes to use them.
1269       (muse-publish-markup-verse): Insert newline without adding read-only
1270       properties to it.  This fixes a paragraph detection bug in HTML
1271       publishing.
1273     modified files:
1274      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1275      lisp/muse-publish.el lisp/muse-xml.el
1278 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1280     Summary:
1281       httpd.el: Update to work with newer versions of Emacs.
1282     Revision:
1283       muse--main--1.0--patch-72
1285     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1286       of Emacs.
1288     modified files:
1289      ChangeLog.2006 contrib/httpd.el
1292 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1294     Summary:
1295       muse-journal: Make custom RSS heading regexps possible.
1296     Revision:
1297       muse--main--1.0--patch-71
1299     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1300       determines the regexp to use when searching for an RSS heading.
1301       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1303     modified files:
1304      ChangeLog.2006 lisp/muse-journal.el
1307 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1309     Summary:
1310       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1311     Revision:
1312       muse--main--1.0--patch-70
1314     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1315       project to publish, indicate this in an error message.
1316     
1317     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1318       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1319       (muse-detect-invalid-style): New function that makes sure that the
1320       given style is in a valid format.
1321       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1322       publishing.
1324     modified files:
1325      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1328 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1330     Summary:
1331       muse-mode: Don't require muse-publish.el.
1332     Revision:
1333       muse--main--1.0--patch-69
1335     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1336       muse-publish.el.  This allows people to optionally have Muse mode
1337       without including the publishing features, as long as they never call a
1338       publishing function.  The documentation says that Muse is supposed to
1339       be modular in that way, so I guess we'd better follow it.
1340       (muse-insert-tag): Make sure that muse-publish is required before
1341       accessing `muse-publish-markup-tags'.
1343     modified files:
1344      ChangeLog.2006 lisp/muse-mode.el
1347 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1349     Summary:
1350       Minor code cleanup.
1351     Revision:
1352       muse--main--1.0--patch-68
1354     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1356     modified files:
1357      ChangeLog.2006 lisp/muse-mode.el
1360 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1362     Summary:
1363       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1364     Revision:
1365       muse--main--1.0--patch-67
1367     (Author: Per B. Sederberg <per@med.upenn.edu>)
1368     
1369     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1370       used for grepping.
1371       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1372       muse-find-backlinks C-c C-b
1373       (muse-grep): New function to envoke a search with the compiler.
1374       (muse-search-with-command): New function to search for text, optionally
1375       editing the command.
1376       (muse-search): New function to search for text.
1377       (muse-find-backlinks): New function to search for backlinks to the
1378       current page.
1380     modified files:
1381      ChangeLog.2006 lisp/muse-mode.el
1383     new patches:
1384      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1385      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1386      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1387      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1388      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1389      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1390      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1391      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1392      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1393      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1394      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1395      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1398 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1400     Summary:
1401       Make it easier to call context-specific region-escaping function.
1402     Revision:
1403       muse--main--1.0--patch-66
1405     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1406       returned from specials, call it with beg, end, ignore-read-only args.
1407       This allows for people to specify their own functions for escaping
1408       regions, depending on context.  See `muse-xml-decide-specials' in
1409       muse-xml-common.el.  This functionality already exists for escaping
1410       specials in strings.
1412     modified files:
1413      ChangeLog.2006 lisp/muse-publish.el
1416 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1418     Summary:
1419       Attempt to make new syntaxes easier to support.
1420     Revision:
1421       muse--main--1.0--patch-65
1423     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1424       and `muse-get-link-data'.
1425     
1426     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1427     
1428     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1429       (muse-make-link): Change argument name.
1430     
1431     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1432       (muse-get-link, muse-get-link-desc): New functions that return the link
1433       and the link description, respectively, from the given TARGET.  The
1434       idea is that at least one other markup syntax puts descriptions before
1435       links, so all they would have to do is re-define these two functions.
1437     modified files:
1438      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1439      lisp/muse-mode.el lisp/muse.el
1442 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1444     Summary:
1445       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1446     Revision:
1447       muse--main--1.0--patch-64
1449     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1450     
1451     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1452       `replace-in-string' is checked before `replace-regexp-in-string', since
1453       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1454       Ottaway for the heads up.
1456     modified files:
1457      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1460 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1462     Summary:
1463       muse-latex: Add footnotes to links so that they show up on printed copies.
1464     Revision:
1465       muse--main--1.0--patch-63
1467     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1468       'url-and-desc.  Display footnotes if we have both a link and a
1469       description, since we want URLs to show up on printed documents.
1470       (muse-latex-markup-specials-document): Escape the "@" character in the
1471       entire document.
1472     
1473     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1474       without descriptions and URLs with descriptions.  If no markup string
1475       exists for 'url-and-desc, fall back to 'url.
1477     modified files:
1478      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1481 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1483     Summary:
1484       Fix publishing error with multi-line wrapped list items.
1485     Revision:
1486       muse--main--1.0--patch-62
1488     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1489       multiple lines of a wrapped list item.
1491     modified files:
1492      ChangeLog.2006 lisp/muse-publish.el
1495 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1497     Summary:
1498       Add COPYING file; update headers.
1499     Revision:
1500       muse--main--1.0--patch-61
1502     * COPYING: New file containing the GNU GPL.
1503     
1504     * AUTHORS: Bookkeeping.
1505     
1506     * README: Add License section.  Change Muse homepage URL.
1507     
1508     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1509       have changed 15+ lines of code, since this is the amount that
1510       constitutes legal contribution to a software work, AFAICT.
1511     
1512     * examples/mwolson: Update contents of directory to match my current
1513       setup.
1514     
1515     * experimental/muse*.el, lisp/muse*.el: Update headers.
1516     
1517     * muse.texi: Change Muse homepage URL.
1519     new files:
1520      .arch-ids/COPYING.id COPYING
1522     modified files:
1523      AUTHORS ChangeLog.2006 README debian/copyright
1524      examples/mwolson/muse-init.el
1525      examples/mwolson/stylesheets/blog.css
1526      examples/mwolson/stylesheets/common.css
1527      examples/mwolson/stylesheets/print.css
1528      examples/mwolson/stylesheets/screen.css
1529      experimental/muse-cite.el experimental/muse-mathml.el
1530      experimental/muse-message.el lisp/muse-backlink.el
1531      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1532      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1533      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1534      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1535      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1536      lisp/muse-publish.el lisp/muse-regexps.el
1537      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1538      lisp/muse-xml.el lisp/muse.el muse.texi
1541 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1543     Summary:
1544       Update Muse XML schema.
1545     Revision:
1546       muse--main--1.0--patch-60
1548     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1549       history.  We'll call this v0.3 of the schema.
1550     
1551     * lisp/muse-xml-common.el: Update header.
1552       (muse-xml-markup-table): Fix table generation when attributes are not
1553       specified.
1555     modified files:
1556      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1559 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1561     Summary:
1562       Fix output for consecutive list items of same type.
1563     Revision:
1564       muse--main--1.0--patch-59
1566     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1567       post-indent and indent-found values local to each list item.  This
1568       should fix undesired behavior with consecutive list items of the same
1569       type.
1571     modified files:
1572      ChangeLog.2006 lisp/muse-publish.el
1575 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1577     Summary:
1578       Make C-> and C-< keybindings not indent nested items.
1579     Revision:
1580       muse--main--1.0--patch-58
1582     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1583       nested items.
1584     
1585     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1586       optional, and document this.
1588     modified files:
1589      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1592 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1594     Summary:
1595       Slightly improve flyspell integration.
1596     Revision:
1597       muse--main--1.0--patch-57
1599     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1600       property to determine whether we are at a link.
1602     modified files:
1603      ChangeLog.2006 lisp/muse-mode.el
1606 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1608     Summary:
1609       Make nested definition list items work much better.
1610     Revision:
1611       muse--main--1.0--patch-56
1613     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1614       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1615       move function.
1616       (muse-publish-surround-text): If we are to determine the indentation,
1617       but have found no list items, set indent to the empty string.  If we
1618       are to determine indentation but have found an item, get all leading
1619       whitespace and set indent to it.  Never try to determine post-indent
1620       using the first line.  Try to contain the amount of "damage" a nested
1621       list item can do to wrapped list item text.
1622     
1623     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1624       part so that it is easier to indicate the amount of desired initial
1625       whitespace.
1626     
1627     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1628       entry optional.
1629       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1630       merged into `muse-forward-list-item'.
1631       (muse-forward-list-item-1): New function that determines whether a
1632       nested list item is found.
1633       (muse-forward-list-item): Move hairy nested list detection algorithm
1634       into `muse-forward-list-item-1'.  Be extra careful about terminating
1635       when we go past the boundary.
1637     modified files:
1638      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1639      lisp/muse.el
1642 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1644     Summary:
1645       Add backlink support, thanks to Jim Ottaway.
1646     Revision:
1647       muse--main--1.0--patch-55
1649     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1650       variable that indicates whether Muse is fontifying the current buffer.
1651       (muse-colors-region): Set `muse-colors-fontifying' to t.
1652     
1653     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1654       support.  I've modified it slightly to get rid of the defadvice forms.
1656     new files:
1657      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1659     modified files:
1660      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1663 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1665     Summary:
1666       muse-protocols: Add Wikipedia support.
1667     Revision:
1668       muse--main--1.0--patch-54
1670     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1671       is used to look up terms on the Wikipedia website.
1672       (muse-wikipedia-country): New option that specifies the country code to
1673       use for Wikipedia.
1674       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1675       resolve and browse Wikipedia URLs.
1677     modified files:
1678      ChangeLog.2006 lisp/muse-protocols.el
1681 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1683     Summary:
1684       muse-protocols: Add DOI handling.
1685     Revision:
1686       muse--main--1.0--patch-53
1688     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1689       DOI's (digitial object identifiers) are a standard identifier used in
1690       the publishing industry.  Thanks to Phillip Lord for the patch.
1691       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1692       and browse DOI's.
1694     modified files:
1695      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1698 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1700     Summary:
1701       Refine previous patch.
1702     Revision:
1703       muse--main--1.0--patch-52
1705     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1706       ever use the fallback method.  Save point when using new method.
1708     modified files:
1709      ChangeLog.2006 lisp/muse-mode.el
1712 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1714     Summary:
1715       Make visiting of links a bit faster.
1716     Revision:
1717       muse--main--1.0--patch-51
1719     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1720       property.
1721       (muse-link-properties): If we are highlighting a link, add the
1722       muse-link property.
1723     
1724     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1725       exists at point, use it to bound the link.  Otherwise, use the old
1726       method.  This should make it easier to visit custom implicit link
1727       forms, since it does not require a change to muse-implicit-link-regexp.
1728     
1729     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1730       used when muse-colors.el is loaded.
1732     modified files:
1733      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1734      lisp/muse-regexps.el
1737 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1739     Summary:
1740       Make resolving of inline image paths more flexible.
1741     Revision:
1742       muse--main--1.0--patch-50
1744     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1745       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1746       option.  Make the fallback customization type a function rather than a
1747       symbol.
1748       (muse-colors-use-publishing-directory): New function that takes the
1749       best guess at where the current Muse file will be published and makes
1750       the given link relative to that.
1751       (muse-colors-insert-image): If muse-colors-inline-image-method is
1752       'default-directory, use the default directory.  If it is a function,
1753       call that function with LINK as an argument.  Otherwise, give up.
1755     modified files:
1756      ChangeLog.2006 lisp/muse-colors.el
1759 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1761     Summary:
1762       Fix inline image lockup.
1763     Revision:
1764       muse--main--1.0--patch-49
1766     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1767       patch-47.  This will prevent Muse from locking up after making a new
1768       inline image.
1770     modified files:
1771      ChangeLog.2006 lisp/muse-colors.el
1774 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1776     Summary:
1777       Fix publishing problem with XEmacs.
1778     Revision:
1779       muse--main--1.0--patch-48
1781     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1782       publishing problem when text at beginning of buffer is read-only.
1783       Thanks to Christian Clercin for the report.
1785     modified files:
1786      ChangeLog.2006 lisp/muse-publish.el
1789 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1791     Summary:
1792       Get increase and decrease of list indentation to work with complex cases.
1793     Revision:
1794       muse--main--1.0--patch-47
1796     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1797       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1798       to indicate this interpretation, though parens are different.
1799     
1800     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1801       (muse-alter-list-item-indentation): New function that alters the list
1802       structure at point.  The behavior to use is specified by the OPERATION
1803       argument.  Currently-supported operations are 'increase and 'decrease
1804       indentation level.  This now uses the same sort of list detection
1805       algorithm that is used during publishing, so it should work as expected
1806       for complicated cases.
1807       (muse-increase-list-item-indentation)
1808       (muse-decrease-list-item-indentation): Use
1809       `muse-alter-list-item-indentation'.
1811     modified files:
1812      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1815 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1817     Summary:
1818       Code simplification; improve muse-list-item-type function.
1819     Revision:
1820       muse--main--1.0--patch-46
1822     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1823       'dl-entry, instead of just returning 'dl.
1824       (muse-forward-dl-term, muse-forward-dl-entry): Use
1825       muse-forward-list-item.
1826       (muse-forward-dl-part): Remove, merge functionality into
1827       muse-forward-list-item.
1828       (muse-forward-list-item): Add a few conditions needed for skipping
1829       nested 'dl-term and 'dl-entry items.
1831     modified files:
1832      ChangeLog.2006 lisp/muse.el
1835 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1837     Summary:
1838       Put movement by list and paragraph functions in muse.el.
1839     Revision:
1840       muse--main--1.0--patch-45
1842     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1843       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1844       (muse-forward-list-item): Move here from muse-publish.el, so that
1845       muse-mode can make use of these.
1847     modified files:
1848      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1851 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1853     Summary:
1854       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1855     Revision:
1856       muse--main--1.0--patch-44
1858     (Author: Per B. Sederberg <per@med.upenn.edu>)
1859     
1860     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1861       decrease the current item indentation.
1862       (muse-get-paragraph-start): Helper function to determine the start of
1863       the current paragraph.
1864       (muse-insert-list-item): Cleaned up list item insertion code and made
1865       it handle definitions.
1866       (muse-increase-list-item-indentation): New interactive function to
1867       increase list item indentation.
1868       (muse-decrease-list-item-indentation): New interactive function to
1869       decrease list item indentation.
1871     modified files:
1872      ChangeLog.2006 lisp/muse-mode.el
1874     new patches:
1875      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1876      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1877      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1878      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1879      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1880      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1881      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1882      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1883      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1884      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1887 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1889     Summary:
1890       Use slightly better algorithm for removing initial whitespace.
1891     Revision:
1892       muse--main--1.0--patch-43
1894     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1895       the definition occurred on the same line as the term.
1896       (muse-publish-surround-text): Use a slightly better algorithm for
1897       removing initial indentation of list items.  This way, we preserve
1898       nesting of lists and also deal with same-level items that occur after
1899       nested items.  This probably doesn't make much of a difference in the
1900       output, but it should make support of nested definition lists a bit
1901       less troublesome in some cases.
1902       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1903       regexp.
1904       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1905       data.  Don't remove any text.  This makes the function easier to reuse
1906       in display-only situations.
1908     modified files:
1909      ChangeLog.2006 lisp/muse-publish.el
1912 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1914     Summary:
1915       In a preliminary way, make definition lists nest.
1916     Revision:
1917       muse--main--1.0--patch-42
1919     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1920       lists nest a bit better.
1921     
1922     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1923       use it anymore.
1925     modified files:
1926      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1929 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1931     Summary:
1932       Fix nested list regression.
1933     Revision:
1934       muse--main--1.0--patch-41
1936     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1937       original indentation value and use that.  This fixes a regression
1938       caused by the last patch.
1940     modified files:
1941      ChangeLog.2006 lisp/muse-publish.el
1944 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1946     Summary:
1947       Make code look nicer by using muse-forward-dl-* functions.
1948     Revision:
1949       muse--main--1.0--patch-40
1951     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1952       forms into muse-forward-dl-* for increased reusability.
1953       (muse-publish-surround-text): Call move function with an indent
1954       argument so that we don't have to use partial substitution in lambda
1955       forms.
1956       (muse-forward-dl-term): New function that moves forward to the next
1957       definition list term.
1958       (muse-forward-dl-entry): New function that moves forward to the next
1959       definition list entry.
1960       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1961       does not move past entire definition list items, only parts of them.
1962       (muse-publish-markup-list, muse-publish-markup-quote):
1963       (muse-publish-quote-tag): Use better lambda form, and include a
1964       parameter.
1966     modified files:
1967      ChangeLog.2006 lisp/muse-publish.el
1970 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1972     Summary:
1973       Handle blockquoted sections within lists properly.
1974     Revision:
1975       muse--main--1.0--patch-39
1977     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1978       property.  This should make blockquoted sections within a list do the
1979       right thing.
1980       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1981       behavior of `muse-forward-paragraph'.
1983     modified files:
1984      ChangeLog.2006 lisp/muse-publish.el
1987 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1989     Summary:
1990       Fix problem when previous list item was nested.
1991     Revision:
1992       muse--main--1.0--patch-38
1994     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1995       indicator at the correct place.  This fixes an error where a previous
1996       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1997       for the report.
1999     modified files:
2000      ChangeLog.2006 lisp/muse-publish.el
2003 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2005     Summary:
2006       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2007     Revision:
2008       muse--main--1.0--patch-37
2010     * muse.texi (Implicit Links): Mention how to customize the WikiName
2011       recognition, and note that if you're setting this manually, you have to
2012       call some additional code.  This should fix #5376.  Also remove local
2013       variables section at end, since it seems pointless.
2015     modified files:
2016      ChangeLog.2006 muse.texi
2019 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2021     Summary:
2022       Fix #5325: nested formatting not working in HTML output.
2023     Revision:
2024       muse--main--1.0--patch-36
2026     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2027       work.  I'm a bit worried about possible double-escaping, though.
2028       Perhaps we should write the context to a text property and escape it
2029       later.  This should fix #5325.
2031     modified files:
2032      ChangeLog.2006 lisp/muse-publish.el
2035 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2037     Summary:
2038       Make paragraphs respect the end of a list or list item.
2039     Revision:
2040       muse--main--1.0--patch-35
2042     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2043       end of a list (or list item), back up.  This allows for a nice side
2044       effect when using indented sentences in between list items.
2045     
2046     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2047     
2048     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2049     
2050     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2051       and end-item are marked up with end-list properties.
2053     modified files:
2054      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2055      lisp/muse-publish.el lisp/muse-xml.el
2058 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2060     Summary:
2061       Make sure an initial term exists before publishing definition list.
2062     Revision:
2063       muse--main--1.0--patch-34
2065     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2066       exists before publishing a definition list.
2068     modified files:
2069      ChangeLog.2006 lisp/muse-publish.el
2072 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2074     Summary:
2075       Add comments to nested list code.
2076     Revision:
2077       muse--main--1.0--patch-33
2079     * lisp/muse-publish.el (muse-publish-surround-dl)
2080       (muse-publish-surround-text, muse-forward-dl-item):
2081       (muse-forward-list-item): Add comments, since there were many
2082       intricacies that are probably not obvious to the casual reader.
2083       (muse-forward-dl-item): Remove no-op condition.
2085     modified files:
2086      ChangeLog.2006 lisp/muse-publish.el
2089 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2091     Summary:
2092       Make nested list items work when separated by one blank line.
2093     Revision:
2094       muse--main--1.0--patch-32
2096     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2097       muse-forward-dl-item instead of muse-forward-list-item.  On second
2098       thought, don't unconditionally insert a newline, as that breaks some
2099       things.
2100       (muse-forward-dl-item): New function that moves forward to the next
2101       definition list item.  This was factored out from
2102       muse-forward-list-item, since it was getting too complex for my liking.
2103       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2104       indented line, and skip past these if we have a blank line followed by
2105       an indented line.  "Indented" means "indented one past the current
2106       indentation level" here.  Remove some initial whitespace that was being
2107       overlooked before.
2109     modified files:
2110      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2113 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2115     Summary:
2116       Fix a couple of bugs in muse-wiki-resolve-project-page.
2117     Revision:
2118       muse--main--1.0--patch-31
2120     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2121       better algorithm for adding styles to a list.
2122     
2123     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2124       carefully.  This should fix one or two hard-to-explain bugs.
2126     modified files:
2127      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2130 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2132     Summary:
2133       Fix another definition list edge case.
2134     Revision:
2135       muse--main--1.0--patch-30
2137     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2138       unordered list immediately follows definition list term.
2140     modified files:
2141      ChangeLog.2006 lisp/muse-publish.el
2144 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2146     Summary:
2147       Pass all current definition list test cases.
2148     Revision:
2149       muse--main--1.0--patch-29
2151     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2152       line if definition is not on the same line as the term.
2153       (muse-forward-list-item): Fix publishing incorrectness that occurred
2154       when a non-dl list follows a definition list.  Always move to the right
2155       place so as to prevent extra empty dd elements from being published.
2157     modified files:
2158      ChangeLog.2006 lisp/muse-publish.el
2161 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2163     Summary:
2164       Merge consecutive definition list terms properly.
2165     Revision:
2166       muse--main--1.0--patch-28
2168     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2169       correctly.  This makes Muse merge several definition list items into
2170       one list.
2171       (muse-forward-list-item): Use simpler regexp for 'dl.
2172     
2173     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2174       definition lists, and make terms the 2nd matched text.
2176     modified files:
2177      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2180 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2182     Summary:
2183       Bookkeeping.
2184     Revision:
2185       muse--main--1.0--patch-27
2187     * AUTHORS: Update.
2188     
2189     * muse-colors.el, muse-mode.el: Credit contributions.
2191     modified files:
2192      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2195 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2197     Summary:
2198       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2199     Revision:
2200       muse--main--1.0--patch-26
2202     Patches applied:
2203     
2204      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2205        Added ability to show inline images in the Emacs buffer.
2206     
2207      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2208        Added enhanced list item insertion.
2209     
2210     Detailed log:
2211     
2212     (Author: Per B. Sederberg <per@med.upenn.edu>)
2213     
2214     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2215       list item.  New key mapping to toggle showing images.  Added a key
2216       mapping to insert a link to a file and modified the key map to insert a
2217       tag.
2218       (muse-on-blank-line): Helper function to determine if the point is on a
2219       line containing only blank spaces.
2220       (muse-insert-list-item): New interactive function to insert a new list
2221       item, taking into account the current list state.
2222       (muse-insert-relative-link-to-file): New function to insert a link to a
2223       file, relative to the default directory.
2224     
2225     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2226       for where to search for images to inline in the buffer.
2227       (muse-colors-inline-images): Added custom boolean field for whether to
2228       show inline images in the buffer.
2229       (muse-colors-toggle-inline-images): New function to toggle showing the
2230       inline images in the buffer.
2231       (muse-unhighlight-region): Now removes end-glyph text properties to
2232       support XEmacs.
2233       (muse-colors-resolve-image-file): New function to determine if a link
2234       is an image and whether the version of Emacs can support inline images.
2235       (muse-make-file-glyph): New function to create an image glyph if we are
2236       using XEmacs.
2237       (muse-colors-insert-image): New function to insert an image in an Emacs
2238       buffer.
2239       (muse-colors-explicit-link): Modified function to have the ability to
2240       insert an image instead of formatting the text of the link.
2242     modified files:
2243      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2245     new patches:
2246      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2247      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2248      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2249      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2250      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2253 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2255     Summary:
2256       Pass testcase for definition list and nested unordered list.
2257     Revision:
2258       muse--main--1.0--patch-25
2260     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2261       lists always have at least one entry.  This appears to do the right
2262       thing with a sample nested unordered list.
2264     modified files:
2265      ChangeLog.2006 lisp/muse-publish.el
2268 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2270     Summary:
2271       Some definition list fixes.
2272     Revision:
2273       muse--main--1.0--patch-24
2275     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2276       markup for end of list using the `muse-insert-markup-end-list'
2277       function.  Handle list items nested inside of a definition list.
2279     modified files:
2280      ChangeLog.2006 lisp/muse-publish.el
2283 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2285     Summary:
2286       Fix another wrapped list item edge case.
2287     Revision:
2288       muse--main--1.0--patch-23
2290     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2291       indentation in a region when we encounter any list items.  This should
2292       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2293       for the report.
2295     modified files:
2296      ChangeLog.2006 lisp/muse-publish.el
2299 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2301     Summary:
2302       Fix comment in Debian packaging.
2303     Revision:
2304       muse--main--1.0--patch-22
2306     * debian/emacsen-remove: Fix comment.
2308     modified files:
2309      ChangeLog.2006 debian/emacsen-remove
2312 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2314     Summary:
2315       muse-blosxom: Fix order of #tags line in header.
2316     Revision:
2317       muse--main--1.0--patch-21
2319     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2320       rather than before it.  Thanks to bkhl for the heads up.
2322     modified files:
2323      ChangeLog.2006 lisp/muse-blosxom.el
2326 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2328     Summary:
2329       muse-blosxom: Add ability to use tags in entries.
2330     Revision:
2331       muse--main--1.0--patch-20
2333     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2334       publish them.
2335       (muse-blosxom-use-tags): New option that specifies whether we are using
2336       tags.
2337       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2338       RET without entering one.
2340     modified files:
2341      ChangeLog.2006 lisp/muse-blosxom.el
2344 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2346     Summary:
2347       Fix backtrace when publishing unsaved files.
2348     Revision:
2349       muse--main--1.0--patch-19
2351     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2352       trying to publish a file that has not been saved, and give an
2353       explanation to the user.
2355     modified files:
2356      ChangeLog.2006 lisp/muse-publish.el
2359 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2361     Summary:
2362       muse-texinfo: Fix link suffix.
2363     Revision:
2364       muse--main--1.0--patch-18
2366     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2367       styles.  This should fix a bug where links in published info files use
2368       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2370     modified files:
2371      ChangeLog.2006 lisp/muse-texinfo.el
2374 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2376     Summary:
2377       Fix prompting of non-Muse buffers before publishing.
2378     Revision:
2379       muse--main--1.0--patch-17
2381     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2382       Stadler to ignore buffers that have no associated filename.  This fixes
2383       an annoyance where Muse prompts to save BBDB and ERC buffers before
2384       publishing.
2386     modified files:
2387      AUTHORS ChangeLog.2006 lisp/muse-project.el
2390 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2392     Summary:
2393       Fix wrapped nested list item edge case.
2394     Revision:
2395       muse--main--1.0--patch-16
2397     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2398       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2399       case.
2400       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2401       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2402     
2403     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2404       exactly one space character in front of a unnumbered or numbered list.
2405       This should make it easier to match every list instance, since
2406       definition lists can now be handled more nicely in
2407       muse-publish-markup-regexps.  This also has the effect of fixing a
2408       wrapped nested list item edge case.
2410     modified files:
2411      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2414 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2416     Summary:
2417       Fix edge case in muse-wiki-publish-pretty-title.
2418     Revision:
2419       muse--main--1.0--patch-15
2421     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2422       the document does not have a valid title, use the empty string.
2424     modified files:
2425      ChangeLog.2006 lisp/muse-wiki.el
2428 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2430     Summary:
2431       Use debian/compat to determine debhelper compat level.
2432     Revision:
2433       muse--main--1.0--patch-14
2435     * debian/compat: New file that sets the debhelper compatibility level to
2436       4.
2437     
2438     * debian/rules: Remove DH_COMPAT line.
2440     new files:
2441      debian/.arch-ids/compat.id debian/compat
2443     modified files:
2444      ChangeLog.2006 debian/rules
2447 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2449     Summary:
2450       Fix a couple of table-publishing edge cases.
2451     Revision:
2452       muse--main--1.0--patch-13
2454     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2455       publishing error that occurs when a table line is the last thing in a
2456       document.  Thanks to cymacs for the report and suggested fix.
2457       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2458       them.
2459     
2460     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2461       at the end of the 'end-table markup string.
2462     
2463     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2464     
2465     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2466     
2467     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2468       newline at the end of the table.  This should fix a problem with
2469       paragraphs after tables not being published as such.  Thanks to cymacs
2470       for the report.
2471     
2472     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2473       muse-insert-markup to insert a trailing newline.
2475     modified files:
2476      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2477      lisp/muse-publish.el lisp/muse-texinfo.el
2478      lisp/muse-xml-common.el lisp/muse-xml.el
2481 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2483     Summary:
2484       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2485     Revision:
2486       muse--main--1.0--patch-12
2489     new files:
2490      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2492     renamed files:
2493      .arch-ids/ChangeLog.id
2494        ==> .arch-ids/ChangeLog.2005.id
2495      ChangeLog
2496        ==> ChangeLog.2005
2499 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2501     Summary:
2502       Make muse-journal work with whole-document escaping.
2503     Revision:
2504       muse--main--1.0--patch-11
2506     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2507       by Emacs Muse" so that muse-journal does not get confused.
2508     
2509     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2510       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2511       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2512       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2513       have "Page published by Emacs Muse (begins|ends) here" in their header
2514       or footer, since muse-journal needs this in order to determine where
2515       entries begin and end.
2517     modified files:
2518      examples/mwolson/templates/footer.html
2519      examples/mwolson/templates/generic-footer.html
2520      examples/mwolson/templates/generic-header.html
2521      examples/mwolson/templates/header.html
2522      examples/mwolson/templates/header.tex lisp/muse-journal.el
2525 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2527     Summary:
2528       Get simple test case for definition lists to work.
2529     Revision:
2530       muse--main--1.0--patch-10
2532     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2533       publish properly.
2534       (muse-forward-list-item): Fix edge case.
2536     modified files:
2537      lisp/muse-publish.el
2540 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2542     Summary:
2543       Add documentation to some publishing functions.
2544     Revision:
2545       muse--main--1.0--patch-9
2547     * lisp/muse-publish.el (muse-publish-mark-read-only)
2548       (muse-publish-mark-noemphasis): Add documentation.
2550     modified files:
2551      lisp/muse-publish.el
2554 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2556     Summary:
2557       Fix an error with `custom-quote'.
2558     Revision:
2559       muse--main--1.0--patch-8
2561     * lisp/muse-project.el: Require 'cus-edit, since that is where
2562       `custom-quote' is defined.
2563     
2564     * muse.texi: Use copyright symbol.
2566     modified files:
2567      lisp/muse-project.el muse.texi
2570 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2572     Summary:
2573       muse-registry: update from author.
2574     Revision:
2575       muse--main--1.0--patch-7
2577     * lisp/muse-registry.el: Update to newest version from author.
2578       Re-tabify.
2580     modified files:
2581      lisp/muse-registry.el
2584 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2586     Summary:
2587       muse-latex: Handle double-quote edge case.
2588     Revision:
2589       muse--main--1.0--patch-6
2591     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2592       character begins the buffer.
2594     modified files:
2595      lisp/muse-latex.el
2598 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2600     Summary:
2601       Allow beginning and ending empty elements in tables.
2602     Revision:
2603       muse--main--1.0--patch-5
2605     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2606       whitespace after the field if we're at the end of a line.
2607       (muse-table-line-regexp): Allow the table to start with a "|".  The
2608       resulting initial empty cell isn't yet thrown away like it should be.
2610     modified files:
2611      lisp/muse-regexps.el
2614 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2616     Summary:
2617       muse-latex: Use \url to publish bare URLs.
2618     Revision:
2619       muse--main--1.0--patch-4
2621     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2622       \href for bare URLs.  Thanks to Na Li for the suggestion!
2624     modified files:
2625      lisp/muse-latex.el
2628 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2630     Summary:
2631       Create parents of output directories.
2632     Revision:
2633       muse--main--1.0--patch-3
2635     * lisp/muse-project.el (muse-project-publish-file): Create parent
2636       directories as well, if the output directory does not exist.  This can
2637       happen when we have nested directories in a project.
2639     modified files:
2640      lisp/muse-project.el
2643 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2645     Summary:
2646       Pick a better default if publishing with more than one style.
2647     Revision:
2648       muse--main--1.0--patch-2
2650     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2651       the list we return is in the right order.  That way, if more than one
2652       publishing rule matches a link, the first one is used, rather than the
2653       last.
2655     modified files:
2656      lisp/muse-project.el
2659 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2661     Summary:
2662       Oops, committed to the wrong archive.
2663     Revision:
2664       muse--main--1.0--patch-1
2666     Patches applied:
2667     
2668      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2669        Debian fixups.
2670     
2671      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2672        Another Debian fix.
2674     modified files:
2675      ChangeLog debian/emacsen-startup
2677     renamed files:
2678      debian/.arch-ids/NEWS.Debian.id
2679        ==> debian/.arch-ids/NEWS.id
2680      debian/NEWS.Debian
2681        ==> debian/NEWS
2683     new patches:
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2688 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2690     Summary:
2691       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2692     Revision:
2693       muse--main--1.0--base-0
2695     (automatically generated log message)
2697     new patches:
2698      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2699      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2700      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2701      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2702      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2703      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2704      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2705      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2706      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2707      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2708      ajk@iu.edu--2005/muse--main--1.0--base-0
2709      ajk@iu.edu--2005/muse--main--1.0--patch-1
2710      ajk@iu.edu--2005/muse--main--1.0--patch-2
2711      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2712      davidsmith@acm.org--main/muse--devo--1.0--base-0
2713      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2714      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2715      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2716      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2717      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2718      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2719      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2720      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2721      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2722      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2723      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2724      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2725      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2726      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2727      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2728      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2729      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2730      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2731      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2732      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2733      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2734      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2735      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2736      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2737      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2738      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2739      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2740      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2741      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2742      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2743      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2744      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2745      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2746      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2747      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2748      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2749      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2750      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2751      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2752      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2753      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2754      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2755      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2756      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2757      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2758      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2759      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2760      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2761      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2762      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2763      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2764      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2765      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2766      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2767      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2768      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2769      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2770      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2771      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2772      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2773      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2774      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2775      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2776      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2777      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2778      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2779      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2780      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2781      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2782      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2783      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2784      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2785      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2786      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2787      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2788      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2789      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2790      mwolson@gnu.org--2005/muse--main--1.0--base-0
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2805      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2806      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2807      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2808      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2809      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2810      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2811      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2812      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2813      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2814      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2815      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2816      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2817      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3146      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3147      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3148      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3149      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3150      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3151      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3152      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3153      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3154      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3155      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3156      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3157      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3158      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3159      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3160      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3161      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3162      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3163      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3164      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3165      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3166      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3167      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3168      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3169      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3170      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3171      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3172      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3173      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3174      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3175      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3176      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3177      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3178      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3179      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3180      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3181      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3182      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3183      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3184      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3185      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3186      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3187      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3188      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3189      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8