Update keystrokes used in muse-mode, as well as docs.
[muse-el.git] / ChangeLog.2006
blob21ed69e4d43dd5e677ddd46dba64f67f388b4fe9
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-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
7     Summary:
8       Update keystrokes used in muse-mode, as well as docs.
9     Revision:
10       muse--main--1.0--patch-121
12     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
13       keymap to use when the user wants to insert something into the current
14       buffer using `C-c i'.
15       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
16       muse-follow-name-at-point, since this is already used for
17       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
18       prompt for the thing to insert.
19       (muse-insert-thing): New function that prompts the user for something
20       to insert into the current buffer.  It tries to be as friendly as
21       possible by catching possible errors with the message "Not inserting
22       anything".
23       (muse-mode-completions): Rename from `muse-completions', since this is
24       what we use in `muse-mode'.
25       (muse-mode-current-word): Similarly.  These don't seem to work
26       correctly, for unknown reasons.
27     
28     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
29       utilize.
31     modified files:
32      ChangeLog.2006 lisp/muse-mode.el muse.texi
35 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
37     Summary:
38       Fix buggy behavior in muse-browse-result.
39     Revision:
40       muse--main--1.0--patch-120
42     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
43       names to styles, based on the styles contained in the current Muse
44       project.  Thanks to kid kid for the analysis.
45     
46     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
47       specified as an argument.
49     modified files:
50      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
53 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
55     Summary:
56       muse-latex: Make images look better.
57     Revision:
58       muse--main--1.0--patch-119
60     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
61       be 75% the width of the page, which looks better.  Enclose images in
62       figures, and center them.
64     modified files:
65      ChangeLog.2006 lisp/muse-latex.el
68 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
70     Summary:
71       Fix a few image bugs.
72     Revision:
73       muse--main--1.0--patch-118
75     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
76       passing it to `muse-colors-inline-image-method'.  This makes images
77       with the same current directory and publishing directory get resolved
78       correctly.
79     
80     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
81       ".muse" extension to images.
83     modified files:
84      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
87 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
89     Summary:
90       Make build targets more consistent.
91     Revision:
92       muse--main--1.0--patch-117
94     * contrib/Makefile (install): Make build targets more consistent.  Thanks
95       to dsmith for the report.
96     
97     * lisp/Makefile (all, lisp, install): Ditto.
99     modified files:
100      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
101      lisp/Makefile
104 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
106     Summary:
107       cgi.el: Make this work without cl-seq.el.
108     Revision:
109       muse--main--1.0--patch-116
111     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
112       code.  Make this not depend on 'cl at runtime.
113       (cgi-position): New function that implements a simple replacement for
114       the position function found in cl-seq.el.
115       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
116       instead of `subseq'.
117     
118     * contrib/httpd.el: Credit myself.
120     modified files:
121      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
124 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
126     Summary:
127       Make publishing DTRT when using escaped list markup.
128     Revision:
129       muse--main--1.0--patch-115
131     * lisp/muse-publish.el (muse-publish-surround-text)
132       (muse-publish-markup-list): Ignore escaped list markup.
133     
134     * lisp/muse.el (muse-list-item-type): Docfix.
135       (muse-list-item-critical-point): New function that returns the point
136       where we should expect to find the first character in the current list
137       item markup.
138       (muse-forward-paragraph): Docfix and cosmetic change.
139       (muse-forward-list-item): Ignore escaped list markup.  This should fix
140       a few publishing errors that involve markup like =::=.
142     modified files:
143      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
146 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
148     Summary:
149       muse-publish: Get rid of warning when batch publishing.
150     Revision:
151       muse--main--1.0--patch-114
153     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
154       publishing warning message.
156     modified files:
157      ChangeLog.2006 Makefile.defs debian/changelog
158      lisp/muse-publish.el
161 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
163     Summary:
164       Try to fix face clobbering bug.
165     Revision:
166       muse--main--1.0--patch-113
168     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
169       the default value of the header faces.  It can be re-used.
170       (muse-make-faces): Simplify.  This should now fix the face clobbering
171       bug.
173     modified files:
174      ChangeLog.2006 lisp/muse-colors.el
177 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
179     Summary:
180       Re-add some cgi.el stuff and update my example config.
181     Revision:
182       muse--main--1.0--patch-112
184     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
185       they are mentioned in the documentation.
186     
187     * examples/mwolson/: Update.
189     modified files:
190      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
191      examples/mwolson/templates/footer.html
192      examples/mwolson/templates/header.html
195 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
197     Summary:
198       muse-mode: Make C-c C-e work better.
199     Revision:
200       muse--main--1.0--patch-111
202     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
203       that this is more robust.
205     modified files:
206      ChangeLog.2006 lisp/muse-mode.el
209 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
211     Summary:
212       muse-latex: Don't escape backslash in <example> regions.
213     Revision:
214       muse--main--1.0--patch-110
216     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
217       to escape the backslash after all.
218       (muse-latex-markup-specials-literal): Docfix.
219     
220     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
222     modified files:
223      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
226 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
228     Summary:
229       Allow tab characters in the target of explicit links.
230     Revision:
231       muse--main--1.0--patch-109
233     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
234       in the link target.  This doesn't seem like it could hurt anything, and
235       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
236       the report.
238     modified files:
239      ChangeLog.2006 lisp/muse-regexps.el
242 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
244     Summary:
245       muse-wiki: Fix bug that caused WikiWords not to publish or display.
246     Revision:
247       muse--main--1.0--patch-108
249     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
251     modified files:
252      ChangeLog.2006 Makefile.defs debian/changelog
253      lisp/muse-wiki.el
256 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
258     Summary:
259       Fix horrendous typo.
260     Revision:
261       muse--main--1.0--patch-107
263     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
264       strangeness.
266     modified files:
267      ChangeLog.2006 lisp/muse-publish.el
270 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
272     Summary:
273       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
274     Revision:
275       muse--main--1.0--patch-106
277     (Author: Per B. Sederberg <per@med.upenn.edu>)
278     
279     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
280       Option to not create implicit links to the current page.
281       (muse-wiki-handle-wikiword): Process the option to not create implicit
282       links to the current page.
284     modified files:
285      ChangeLog.2006 Makefile.defs debian/changelog
286      lisp/muse-wiki.el
288     new patches:
289      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
292 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
294     Summary:
295       Try to fix failure to recognize Muse file extension (6th attempt).
296     Revision:
297       muse--main--1.0--patch-105
299     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
300       init file is loaded.
301       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
302       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
303     
304     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
305       user's init file is loaded.  Explicitly add the Muse file extension
306       when muse.el is loaded, to make life simpler.
307       (muse-update-file-extension): Take several edge cases into account.
308       (muse-file-extension): Docfix.
309       (muse-update-file-extension-after-init): New function that causes the
310       file extension to be updated.
311     
312     * muse.texi (Projects): It is no longer necessary to call
313       `muse-mode-maybe' manually.
315     modified files:
316      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
319 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
321     Summary:
322       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
323     Revision:
324       muse--main--1.0--patch-104
326     (Author: Per B. Sederberg <per@med.upenn.edu>)
327     
328     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
329       to return a list of project files that have spaces.
330       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
331       spaces function.  Don't make this buffer-local.
333     modified files:
334      ChangeLog.2006 lisp/muse-wiki.el
336     new patches:
337      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
338      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
339      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
340      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
341      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
344 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
346     Summary:
347       Try to fix failure to recognize Muse file extension (5th attempt).
348     Revision:
349       muse--main--1.0--patch-103
351     * lisp/muse.el: To detect whether Emacs has fully started, check
352       `command-line-processed' instead of `inhibit-startup-hooks', since the
353       latter only exists for Emacs22.
355     modified files:
356      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
359 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
361     Summary:
362       muse-html: Add :style-sheet element.
363     Revision:
364       muse--main--1.0--patch-102
366     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
367       :style-sheet element.
368       ("html", "xhtml"): Add the :style-sheet element.
369     
370     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
371       style already exists.  Instead, just replace the existing style.
372       (muse-derive-style): Ditto.
373     
374     * muse.texi (Style Elements): Mention :style-sheet.
376     modified files:
377      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
378      muse.texi
381 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
383     Summary:
384       Try to fix failure to recognize Muse file extension (4th attempt).
385     Revision:
386       muse--main--1.0--patch-101
388     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
389       the command line.
391     modified files:
392      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
395 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
397     Summary:
398       Try to fix failure to recognize Muse file extension (3rd attempt).
399     Revision:
400       muse--main--1.0--patch-100
402     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
404     modified files:
405      ChangeLog.2006 lisp/muse.el
408 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
410     Summary:
411       Try to fix failure to recognize Muse file extension (2nd attempt).
412     Revision:
413       muse--main--1.0--patch-99
415     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
416       auto-mode-alist.
418     modified files:
419      ChangeLog.2006 lisp/muse.el
422 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
424     Summary:
425       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
426     Revision:
427       muse--main--1.0--patch-98
429     (Author: Per B. Sederberg <per@med.upenn.edu>)
430     
431     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
432       interwiki-regexp to search for any project file name.  This is so it
433       will match files with spaces.
435     modified files:
436      ChangeLog.2006 lisp/muse-wiki.el
438     new patches:
439      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
440      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
441      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
442      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
443      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
444      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
445      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
448 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
450     Summary:
451       Try to fix failure to recognize Muse file extension.
452     Revision:
453       muse--main--1.0--patch-97
455     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
456       of semantics.
457     
458     * lisp/muse.el: Call muse-update-file-extension in
459       muse-update-values-hook, instead of
460       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
461       emacs-startup-hook, so that the user has time to set this in their
462       .emacs file.
464     modified files:
465      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
468 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
470     Summary:
471       Make things in contrib directory installable.
472     Revision:
473       muse--main--1.0--patch-96
475     * Makefile (SUBDIRS): Add contrib.
476       (all): Add contrib.
477       (contrib): New target that compiles things in the contrib directory.
478       (install-bin): Add contrib.  Install things in the contrib directory.
479       Also install uncompiled things in the experimental directory.
480     
481     * contrib/Makefile: New Makefile for the contrib directory.
482     
483     * contrib/httpd.el (httpd-start): Fix compiler warnings.
484     
485     * debian/emacsen-install: Compile files in contrib directory in addition
486       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
487     
488     * debian/emacsen-startup: Add contrib directory to load-path.
489     
490     * experimental/Makefile (test): Remove target.
491       (install-uncompiled): New target that installs uncompiled files.
492     
493     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
494       (muse-update-file-extension): Fix a warning that occurred when doing
495       batch publishing.
497     new files:
498      contrib/.arch-ids/Makefile.id contrib/Makefile
500     modified files:
501      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
502      debian/changelog debian/emacsen-install debian/emacsen-startup
503      experimental/Makefile lisp/muse.el muse.texi
506 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
508     Summary:
509       Remove muse-registry.el.
510     Revision:
511       muse--main--1.0--patch-95
513     * lisp/muse-registry.el: Move to the Planner project, since it is a
514       better fit with Planner than Muse.
516     removed files:
517      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
519     modified files:
520      AUTHORS ChangeLog.2006
523 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
525     Summary:
526       Prepare Debian package for Arch snapshot.
527     Revision:
528       muse--main--1.0--patch-94
530     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
531       snapshot.
533     modified files:
534      ChangeLog.2006 Makefile.defs debian/changelog
537 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
539     Summary:
540       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
541     Revision:
542       muse--main--1.0--patch-93
544     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
545       `muse-wiki-hide-nop-tag' into account.
547     modified files:
548      ChangeLog.2006 lisp/muse-wiki.el
551 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
553     Summary:
554       Fix a couple of compiler warnings.
555     Revision:
556       muse--main--1.0--patch-92
558     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
560     modified files:
561      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
564 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
566     Summary:
567       Make interwiki links work with the new option.
568     Revision:
569       muse--main--1.0--patch-91
571     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
572       parameters.  Populate this correctly when
573       `muse-wiki-match-all-project-files' is non-nil.
575     modified files:
576      ChangeLog.2006 lisp/muse-wiki.el
579 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
581     Summary:
582       Permit table generation to be disabled for a single Muse page.
583     Revision:
584       muse--main--1.0--patch-90
586     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
587       data, don't publish the table.
588     
589     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
590     
591     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
592     
593     * lisp/muse-publish.el (muse-publish-table-fields): If the
594       "disable-tables" publishing directive exists for the current page, do
595       not generate a table.
596     
597     * muse.texi (Tables): Mention that table generation can be disabled for a
598       single page.
600     modified files:
601      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
602      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
605 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
607     Summary:
608       muse-wiki: Match filenames before WikiWords.
609     Revision:
610       muse--main--1.0--patch-89
612     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
613       filenames in project before the general WikiWord regexp.
615     modified files:
616      ChangeLog.2006 lisp/muse-wiki.el
619 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
621     Summary:
622       Use a better mechanism for updating autogenerated variables.
623     Revision:
624       muse--main--1.0--patch-88
626     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
627     
628     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
629     
630     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
631       muse-update-values-hook.
632     
633     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
634       muse-update-values-hook.
635     
636     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
637       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
638       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
639       error is fixed.
640       (muse-wiki-update-custom-values): Replace with function that gives a
641       warning and an explanation.
642     
643     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
644       example so that people who use it won't have a wrong value in
645       muse-mode-hook.
647     modified files:
648      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
649      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
650      lisp/muse.el
653 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
655     Summary:
656       muse-wiki: Implement implicit links for all files in project.
657     Revision:
658       muse--main--1.0--patch-87
660     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
661       don't get errors when trying to use it.
662     
663     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
664       muse-project-file-alist-hook.
665       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
666       into a recursive call.
667       (muse-wiki-update-wikiword-regexp): Call
668       `muse-wiki-update-local-wikiword-regexp'.
669     
670     (Author: Per B. Sederberg <per@med.upenn.edu>)
671     
672     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
673       muse-before-publish-hook and muse-mode-hook so that implicit links are
674       published properly.
675       (muse-wiki-wikiword-match-project-files): New option for determining
676       whether to match all project files as implicit links.  This is off by
677       default.
678       (muse-wiki-update-local-wikiword-regexp): New function to make the
679       wikiword-regexp local and append the files in the current project to
680       it.
682     modified files:
683      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
685     new patches:
686      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
687      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
688      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
689      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
690      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
691      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
692      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
693      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
694      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
695      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
696      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
697      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
698      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
699      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
702 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
704     Summary:
705       Update Muse's file-alist after saving any Muse page.
706     Revision:
707       muse--main--1.0--patch-86
709     * lisp/muse-project.el (muse-project-after-save-hook): New function that
710       causes Muse's file-alist to be updated when we are saving a Muse file.
711       This is added to after-save-hook.
713     modified files:
714      ChangeLog.2006 lisp/muse-project.el
717 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
719     Summary:
720       Add a hook that is called whenever Muse's file-alist is updated.
721     Revision:
722       muse--main--1.0--patch-85
724     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
725       executed after an update to muse-project-file-alist happens.
726       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
728     modified files:
729      ChangeLog.2006 lisp/muse-project.el
732 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
734     Summary:
735       muse-mode: Recognize definition lists when filling text.
736     Revision:
737       muse--main--1.0--patch-84
739     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
740       text.
741     
743     modified files:
744      ChangeLog.2006 lisp/muse-mode.el
747 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
749     Summary:
750       Remove unrelated part of patch-82.
751     Revision:
752       muse--main--1.0--patch-83
755     modified files:
756      ChangeLog.2006 lisp/muse-mode.el
759 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
761     Summary:
762       muse-journal: Fix dates in RSS feeds.
763     Revision:
764       muse--main--1.0--patch-82
766     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
767       date is in a format that RSS readers can handle.  Thanks to René
768       Stadler for the patch.
770     modified files:
771      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
774 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
776     Summary:
777       debian: Install ChangeLog properly.
778     Revision:
779       muse--main--1.0--patch-81
781     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
782       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
783       the breakage report.
785     modified files:
786      ChangeLog.2006 debian/rules
789 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
791     Summary:
792       Fix a bug triggered by batch-publishing.
793     Revision:
794       muse--main--1.0--patch-80
796     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
797       right algorithm turned out to be simpler than I had thought.  Thanks to
798       Sergei V. Fleytin for reporting breakage with the old method.
799       (muse-publish-file): Don't be overzealous when checking for an invalid
800       style -- use a simpler check.
801       (muse-batch-publish-files): Don't check for invalid styles here, since
802       we already do so in `muse-publish-file'.
804     modified files:
805      ChangeLog.2006 lisp/muse-publish.el
808 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
810     Summary:
811       muse.texi: Move some sections to a new Extending Muse chapter.
812     Revision:
813       muse--main--1.0--patch-79
815     * muse.texi (Extending Muse): New chapter containing nodes that deal with
816       extending Muse in various ways.
817       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
819     modified files:
820      ChangeLog.2006 muse.texi
823 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
825     Summary:
826       Fix a couple of recently-introduced bugs.
827     Revision:
828       muse--main--1.0--patch-78
830     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
831       extra hard to preserve our settings for faces, especially after a new
832       frame or splash screen.
833     
834     * lisp/muse.el (muse-copy-face): New function that ensures the face is
835       copied globally, to the extent the Emacs permits this.
837     modified files:
838      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
841 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
843     Summary:
844       Update my example configuration file.
845     Revision:
846       muse--main--1.0--patch-77
849     modified files:
850      ChangeLog.2006 examples/mwolson/muse-init.el
853 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
855     Summary:
856       Remove cruft from patch logs.
857     Revision:
858       muse--main--1.0--patch-76
861     modified files:
862      ChangeLog.2006
863      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
864      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
865      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
866      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
867      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
868      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
869      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
870      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
873 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
875     Summary:
876       Make faces more robust and namespace-conforming.
877     Revision:
878       muse--main--1.0--patch-75
880     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
881       face has documentation and a group.
882       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
883       "-face" suffix.
884       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
885       faces have documentation and a group.  Copy unconditionally from the
886       related Emacs faces, rather than specifying face attributes.
887       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
888       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
889       face names.
890     
891     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
892       the 'muse-link property rather than looking at the face.
894     modified files:
895      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
898 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
900     Summary:
901       muse.texi: Mention the <code> tag.
902     Revision:
903       muse--main--1.0--patch-74
905     * muse.texi (Emphasizing Text): Mention the <code> tag.
907     modified files:
908      ChangeLog.2006 muse.texi
911 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
913     Summary:
914       Fix bug in verse markup, undesired behavior with emdash.
915     Revision:
916       muse--main--1.0--patch-73
918     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
919       around emdash.
920     
921     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
922     
923     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
924     
925     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
926       trailing whitespace to `muse-markup-text', in case the current
927       publishing wishes to use them.
928       (muse-publish-markup-verse): Insert newline without adding read-only
929       properties to it.  This fixes a paragraph detection bug in HTML
930       publishing.
932     modified files:
933      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
934      lisp/muse-publish.el lisp/muse-xml.el
937 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
939     Summary:
940       httpd.el: Update to work with newer versions of Emacs.
941     Revision:
942       muse--main--1.0--patch-72
944     * contrib/httpd.el (httpd-start): Update this to work with newer versions
945       of Emacs.
947     modified files:
948      ChangeLog.2006 contrib/httpd.el
951 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
953     Summary:
954       muse-journal: Make custom RSS heading regexps possible.
955     Revision:
956       muse--main--1.0--patch-71
958     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
959       determines the regexp to use when searching for an RSS heading.
960       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
962     modified files:
963      ChangeLog.2006 lisp/muse-journal.el
966 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
968     Summary:
969       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
970     Revision:
971       muse--main--1.0--patch-70
973     * lisp/muse-project.el (muse-project-publish): If we cannot find a
974       project to publish, indicate this in an error message.
975     
976     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
977       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
978       (muse-detect-invalid-style): New function that makes sure that the
979       given style is in a valid format.
980       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
981       publishing.
983     modified files:
984      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
987 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
989     Summary:
990       muse-mode: Don't require muse-publish.el.
991     Revision:
992       muse--main--1.0--patch-69
994     * lisp/muse-mode.el: Use a few autoloads instead of requiring
995       muse-publish.el.  This allows people to optionally have Muse mode
996       without including the publishing features, as long as they never call a
997       publishing function.  The documentation says that Muse is supposed to
998       be modular in that way, so I guess we'd better follow it.
999       (muse-insert-tag): Make sure that muse-publish is required before
1000       accessing `muse-publish-markup-tags'.
1002     modified files:
1003      ChangeLog.2006 lisp/muse-mode.el
1006 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1008     Summary:
1009       Minor code cleanup.
1010     Revision:
1011       muse--main--1.0--patch-68
1013     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1015     modified files:
1016      ChangeLog.2006 lisp/muse-mode.el
1019 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1021     Summary:
1022       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1023     Revision:
1024       muse--main--1.0--patch-67
1026     (Author: Per B. Sederberg <per@med.upenn.edu>)
1027     
1028     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1029       used for grepping.
1030       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1031       muse-find-backlinks C-c C-b
1032       (muse-grep): New function to envoke a search with the compiler.
1033       (muse-search-with-command): New function to search for text, optionally
1034       editing the command.
1035       (muse-search): New function to search for text.
1036       (muse-find-backlinks): New function to search for backlinks to the
1037       current page.
1039     modified files:
1040      ChangeLog.2006 lisp/muse-mode.el
1042     new patches:
1043      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1044      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1045      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1046      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1047      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1048      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1049      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1050      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1051      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1052      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1053      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1054      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1057 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1059     Summary:
1060       Make it easier to call context-specific region-escaping function.
1061     Revision:
1062       muse--main--1.0--patch-66
1064     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1065       returned from specials, call it with beg, end, ignore-read-only args.
1066       This allows for people to specify their own functions for escaping
1067       regions, depending on context.  See `muse-xml-decide-specials' in
1068       muse-xml-common.el.  This functionality already exists for escaping
1069       specials in strings.
1071     modified files:
1072      ChangeLog.2006 lisp/muse-publish.el
1075 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1077     Summary:
1078       Attempt to make new syntaxes easier to support.
1079     Revision:
1080       muse--main--1.0--patch-65
1082     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1083       and `muse-get-link-data'.
1084     
1085     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1086     
1087     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1088       (muse-make-link): Change argument name.
1089     
1090     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1091       (muse-get-link, muse-get-link-desc): New functions that return the link
1092       and the link description, respectively, from the given TARGET.  The
1093       idea is that at least one other markup syntax puts descriptions before
1094       links, so all they would have to do is re-define these two functions.
1096     modified files:
1097      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1098      lisp/muse-mode.el lisp/muse.el
1101 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1103     Summary:
1104       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1105     Revision:
1106       muse--main--1.0--patch-64
1108     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1109     
1110     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1111       `replace-in-string' is checked before `replace-regexp-in-string', since
1112       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1113       Ottaway for the heads up.
1115     modified files:
1116      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1119 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1121     Summary:
1122       muse-latex: Add footnotes to links so that they show up on printed copies.
1123     Revision:
1124       muse--main--1.0--patch-63
1126     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1127       'url-and-desc.  Display footnotes if we have both a link and a
1128       description, since we want URLs to show up on printed documents.
1129       (muse-latex-markup-specials-document): Escape the "@" character in the
1130       entire document.
1131     
1132     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1133       without descriptions and URLs with descriptions.  If no markup string
1134       exists for 'url-and-desc, fall back to 'url.
1136     modified files:
1137      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1140 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1142     Summary:
1143       Fix publishing error with multi-line wrapped list items.
1144     Revision:
1145       muse--main--1.0--patch-62
1147     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1148       multiple lines of a wrapped list item.
1150     modified files:
1151      ChangeLog.2006 lisp/muse-publish.el
1154 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1156     Summary:
1157       Add COPYING file; update headers.
1158     Revision:
1159       muse--main--1.0--patch-61
1161     * COPYING: New file containing the GNU GPL.
1162     
1163     * AUTHORS: Bookkeeping.
1164     
1165     * README: Add License section.  Change Muse homepage URL.
1166     
1167     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1168       have changed 15+ lines of code, since this is the amount that
1169       constitutes legal contribution to a software work, AFAICT.
1170     
1171     * examples/mwolson: Update contents of directory to match my current
1172       setup.
1173     
1174     * experimental/muse*.el, lisp/muse*.el: Update headers.
1175     
1176     * muse.texi: Change Muse homepage URL.
1178     new files:
1179      .arch-ids/COPYING.id COPYING
1181     modified files:
1182      AUTHORS ChangeLog.2006 README debian/copyright
1183      examples/mwolson/muse-init.el
1184      examples/mwolson/stylesheets/blog.css
1185      examples/mwolson/stylesheets/common.css
1186      examples/mwolson/stylesheets/print.css
1187      examples/mwolson/stylesheets/screen.css
1188      experimental/muse-cite.el experimental/muse-mathml.el
1189      experimental/muse-message.el lisp/muse-backlink.el
1190      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1191      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1192      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1193      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1194      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1195      lisp/muse-publish.el lisp/muse-regexps.el
1196      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1197      lisp/muse-xml.el lisp/muse.el muse.texi
1200 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1202     Summary:
1203       Update Muse XML schema.
1204     Revision:
1205       muse--main--1.0--patch-60
1207     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1208       history.  We'll call this v0.3 of the schema.
1209     
1210     * lisp/muse-xml-common.el: Update header.
1211       (muse-xml-markup-table): Fix table generation when attributes are not
1212       specified.
1214     modified files:
1215      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1218 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1220     Summary:
1221       Fix output for consecutive list items of same type.
1222     Revision:
1223       muse--main--1.0--patch-59
1225     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1226       post-indent and indent-found values local to each list item.  This
1227       should fix undesired behavior with consecutive list items of the same
1228       type.
1230     modified files:
1231      ChangeLog.2006 lisp/muse-publish.el
1234 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1236     Summary:
1237       Make C-> and C-< keybindings not indent nested items.
1238     Revision:
1239       muse--main--1.0--patch-58
1241     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1242       nested items.
1243     
1244     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1245       optional, and document this.
1247     modified files:
1248      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1251 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1253     Summary:
1254       Slightly improve flyspell integration.
1255     Revision:
1256       muse--main--1.0--patch-57
1258     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1259       property to determine whether we are at a link.
1261     modified files:
1262      ChangeLog.2006 lisp/muse-mode.el
1265 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1267     Summary:
1268       Make nested definition list items work much better.
1269     Revision:
1270       muse--main--1.0--patch-56
1272     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1273       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1274       move function.
1275       (muse-publish-surround-text): If we are to determine the indentation,
1276       but have found no list items, set indent to the empty string.  If we
1277       are to determine indentation but have found an item, get all leading
1278       whitespace and set indent to it.  Never try to determine post-indent
1279       using the first line.  Try to contain the amount of "damage" a nested
1280       list item can do to wrapped list item text.
1281     
1282     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1283       part so that it is easier to indicate the amount of desired initial
1284       whitespace.
1285     
1286     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1287       entry optional.
1288       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1289       merged into `muse-forward-list-item'.
1290       (muse-forward-list-item-1): New function that determines whether a
1291       nested list item is found.
1292       (muse-forward-list-item): Move hairy nested list detection algorithm
1293       into `muse-forward-list-item-1'.  Be extra careful about terminating
1294       when we go past the boundary.
1296     modified files:
1297      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1298      lisp/muse.el
1301 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1303     Summary:
1304       Add backlink support, thanks to Jim Ottaway.
1305     Revision:
1306       muse--main--1.0--patch-55
1308     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1309       variable that indicates whether Muse is fontifying the current buffer.
1310       (muse-colors-region): Set `muse-colors-fontifying' to t.
1311     
1312     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1313       support.  I've modified it slightly to get rid of the defadvice forms.
1315     new files:
1316      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1318     modified files:
1319      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1322 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1324     Summary:
1325       muse-protocols: Add Wikipedia support.
1326     Revision:
1327       muse--main--1.0--patch-54
1329     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1330       is used to look up terms on the Wikipedia website.
1331       (muse-wikipedia-country): New option that specifies the country code to
1332       use for Wikipedia.
1333       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1334       resolve and browse Wikipedia URLs.
1336     modified files:
1337      ChangeLog.2006 lisp/muse-protocols.el
1340 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1342     Summary:
1343       muse-protocols: Add DOI handling.
1344     Revision:
1345       muse--main--1.0--patch-53
1347     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1348       DOI's (digitial object identifiers) are a standard identifier used in
1349       the publishing industry.  Thanks to Phillip Lord for the patch.
1350       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1351       and browse DOI's.
1353     modified files:
1354      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1357 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1359     Summary:
1360       Refine previous patch.
1361     Revision:
1362       muse--main--1.0--patch-52
1364     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1365       ever use the fallback method.  Save point when using new method.
1367     modified files:
1368      ChangeLog.2006 lisp/muse-mode.el
1371 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1373     Summary:
1374       Make visiting of links a bit faster.
1375     Revision:
1376       muse--main--1.0--patch-51
1378     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1379       property.
1380       (muse-link-properties): If we are highlighting a link, add the
1381       muse-link property.
1382     
1383     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1384       exists at point, use it to bound the link.  Otherwise, use the old
1385       method.  This should make it easier to visit custom implicit link
1386       forms, since it does not require a change to muse-implicit-link-regexp.
1387     
1388     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1389       used when muse-colors.el is loaded.
1391     modified files:
1392      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1393      lisp/muse-regexps.el
1396 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1398     Summary:
1399       Make resolving of inline image paths more flexible.
1400     Revision:
1401       muse--main--1.0--patch-50
1403     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1404       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1405       option.  Make the fallback customization type a function rather than a
1406       symbol.
1407       (muse-colors-use-publishing-directory): New function that takes the
1408       best guess at where the current Muse file will be published and makes
1409       the given link relative to that.
1410       (muse-colors-insert-image): If muse-colors-inline-image-method is
1411       'default-directory, use the default directory.  If it is a function,
1412       call that function with LINK as an argument.  Otherwise, give up.
1414     modified files:
1415      ChangeLog.2006 lisp/muse-colors.el
1418 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1420     Summary:
1421       Fix inline image lockup.
1422     Revision:
1423       muse--main--1.0--patch-49
1425     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1426       patch-47.  This will prevent Muse from locking up after making a new
1427       inline image.
1429     modified files:
1430      ChangeLog.2006 lisp/muse-colors.el
1433 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1435     Summary:
1436       Fix publishing problem with XEmacs.
1437     Revision:
1438       muse--main--1.0--patch-48
1440     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1441       publishing problem when text at beginning of buffer is read-only.
1442       Thanks to Christian Clercin for the report.
1444     modified files:
1445      ChangeLog.2006 lisp/muse-publish.el
1448 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1450     Summary:
1451       Get increase and decrease of list indentation to work with complex cases.
1452     Revision:
1453       muse--main--1.0--patch-47
1455     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1456       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1457       to indicate this interpretation, though parens are different.
1458     
1459     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1460       (muse-alter-list-item-indentation): New function that alters the list
1461       structure at point.  The behavior to use is specified by the OPERATION
1462       argument.  Currently-supported operations are 'increase and 'decrease
1463       indentation level.  This now uses the same sort of list detection
1464       algorithm that is used during publishing, so it should work as expected
1465       for complicated cases.
1466       (muse-increase-list-item-indentation)
1467       (muse-decrease-list-item-indentation): Use
1468       `muse-alter-list-item-indentation'.
1470     modified files:
1471      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1474 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1476     Summary:
1477       Code simplification; improve muse-list-item-type function.
1478     Revision:
1479       muse--main--1.0--patch-46
1481     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1482       'dl-entry, instead of just returning 'dl.
1483       (muse-forward-dl-term, muse-forward-dl-entry): Use
1484       muse-forward-list-item.
1485       (muse-forward-dl-part): Remove, merge functionality into
1486       muse-forward-list-item.
1487       (muse-forward-list-item): Add a few conditions needed for skipping
1488       nested 'dl-term and 'dl-entry items.
1490     modified files:
1491      ChangeLog.2006 lisp/muse.el
1494 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1496     Summary:
1497       Put movement by list and paragraph functions in muse.el.
1498     Revision:
1499       muse--main--1.0--patch-45
1501     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1502       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1503       (muse-forward-list-item): Move here from muse-publish.el, so that
1504       muse-mode can make use of these.
1506     modified files:
1507      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1510 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1512     Summary:
1513       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1514     Revision:
1515       muse--main--1.0--patch-44
1517     (Author: Per B. Sederberg <per@med.upenn.edu>)
1518     
1519     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1520       decrease the current item indentation.
1521       (muse-get-paragraph-start): Helper function to determine the start of
1522       the current paragraph.
1523       (muse-insert-list-item): Cleaned up list item insertion code and made
1524       it handle definitions.
1525       (muse-increase-list-item-indentation): New interactive function to
1526       increase list item indentation.
1527       (muse-decrease-list-item-indentation): New interactive function to
1528       decrease list item indentation.
1530     modified files:
1531      ChangeLog.2006 lisp/muse-mode.el
1533     new patches:
1534      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1535      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1536      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1537      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1538      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1539      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1540      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1541      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1542      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1543      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1546 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1548     Summary:
1549       Use slightly better algorithm for removing initial whitespace.
1550     Revision:
1551       muse--main--1.0--patch-43
1553     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1554       the definition occurred on the same line as the term.
1555       (muse-publish-surround-text): Use a slightly better algorithm for
1556       removing initial indentation of list items.  This way, we preserve
1557       nesting of lists and also deal with same-level items that occur after
1558       nested items.  This probably doesn't make much of a difference in the
1559       output, but it should make support of nested definition lists a bit
1560       less troublesome in some cases.
1561       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1562       regexp.
1563       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1564       data.  Don't remove any text.  This makes the function easier to reuse
1565       in display-only situations.
1567     modified files:
1568      ChangeLog.2006 lisp/muse-publish.el
1571 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1573     Summary:
1574       In a preliminary way, make definition lists nest.
1575     Revision:
1576       muse--main--1.0--patch-42
1578     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1579       lists nest a bit better.
1580     
1581     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1582       use it anymore.
1584     modified files:
1585      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1588 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1590     Summary:
1591       Fix nested list regression.
1592     Revision:
1593       muse--main--1.0--patch-41
1595     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1596       original indentation value and use that.  This fixes a regression
1597       caused by the last patch.
1599     modified files:
1600      ChangeLog.2006 lisp/muse-publish.el
1603 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1605     Summary:
1606       Make code look nicer by using muse-forward-dl-* functions.
1607     Revision:
1608       muse--main--1.0--patch-40
1610     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1611       forms into muse-forward-dl-* for increased reusability.
1612       (muse-publish-surround-text): Call move function with an indent
1613       argument so that we don't have to use partial substitution in lambda
1614       forms.
1615       (muse-forward-dl-term): New function that moves forward to the next
1616       definition list term.
1617       (muse-forward-dl-entry): New function that moves forward to the next
1618       definition list entry.
1619       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1620       does not move past entire definition list items, only parts of them.
1621       (muse-publish-markup-list, muse-publish-markup-quote):
1622       (muse-publish-quote-tag): Use better lambda form, and include a
1623       parameter.
1625     modified files:
1626      ChangeLog.2006 lisp/muse-publish.el
1629 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1631     Summary:
1632       Handle blockquoted sections within lists properly.
1633     Revision:
1634       muse--main--1.0--patch-39
1636     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1637       property.  This should make blockquoted sections within a list do the
1638       right thing.
1639       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1640       behavior of `muse-forward-paragraph'.
1642     modified files:
1643      ChangeLog.2006 lisp/muse-publish.el
1646 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1648     Summary:
1649       Fix problem when previous list item was nested.
1650     Revision:
1651       muse--main--1.0--patch-38
1653     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1654       indicator at the correct place.  This fixes an error where a previous
1655       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1656       for the report.
1658     modified files:
1659      ChangeLog.2006 lisp/muse-publish.el
1662 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1664     Summary:
1665       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1666     Revision:
1667       muse--main--1.0--patch-37
1669     * muse.texi (Implicit Links): Mention how to customize the WikiName
1670       recognition, and note that if you're setting this manually, you have to
1671       call some additional code.  This should fix #5376.  Also remove local
1672       variables section at end, since it seems pointless.
1674     modified files:
1675      ChangeLog.2006 muse.texi
1678 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1680     Summary:
1681       Fix #5325: nested formatting not working in HTML output.
1682     Revision:
1683       muse--main--1.0--patch-36
1685     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1686       work.  I'm a bit worried about possible double-escaping, though.
1687       Perhaps we should write the context to a text property and escape it
1688       later.  This should fix #5325.
1690     modified files:
1691      ChangeLog.2006 lisp/muse-publish.el
1694 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1696     Summary:
1697       Make paragraphs respect the end of a list or list item.
1698     Revision:
1699       muse--main--1.0--patch-35
1701     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1702       end of a list (or list item), back up.  This allows for a nice side
1703       effect when using indented sentences in between list items.
1704     
1705     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1706     
1707     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1708     
1709     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1710       and end-item are marked up with end-list properties.
1712     modified files:
1713      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1714      lisp/muse-publish.el lisp/muse-xml.el
1717 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1719     Summary:
1720       Make sure an initial term exists before publishing definition list.
1721     Revision:
1722       muse--main--1.0--patch-34
1724     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1725       exists before publishing a definition list.
1727     modified files:
1728      ChangeLog.2006 lisp/muse-publish.el
1731 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1733     Summary:
1734       Add comments to nested list code.
1735     Revision:
1736       muse--main--1.0--patch-33
1738     * lisp/muse-publish.el (muse-publish-surround-dl)
1739       (muse-publish-surround-text, muse-forward-dl-item):
1740       (muse-forward-list-item): Add comments, since there were many
1741       intricacies that are probably not obvious to the casual reader.
1742       (muse-forward-dl-item): Remove no-op condition.
1744     modified files:
1745      ChangeLog.2006 lisp/muse-publish.el
1748 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1750     Summary:
1751       Make nested list items work when separated by one blank line.
1752     Revision:
1753       muse--main--1.0--patch-32
1755     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1756       muse-forward-dl-item instead of muse-forward-list-item.  On second
1757       thought, don't unconditionally insert a newline, as that breaks some
1758       things.
1759       (muse-forward-dl-item): New function that moves forward to the next
1760       definition list item.  This was factored out from
1761       muse-forward-list-item, since it was getting too complex for my liking.
1762       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1763       indented line, and skip past these if we have a blank line followed by
1764       an indented line.  "Indented" means "indented one past the current
1765       indentation level" here.  Remove some initial whitespace that was being
1766       overlooked before.
1768     modified files:
1769      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1772 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1774     Summary:
1775       Fix a couple of bugs in muse-wiki-resolve-project-page.
1776     Revision:
1777       muse--main--1.0--patch-31
1779     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1780       better algorithm for adding styles to a list.
1781     
1782     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1783       carefully.  This should fix one or two hard-to-explain bugs.
1785     modified files:
1786      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1789 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1791     Summary:
1792       Fix another definition list edge case.
1793     Revision:
1794       muse--main--1.0--patch-30
1796     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1797       unordered list immediately follows definition list term.
1799     modified files:
1800      ChangeLog.2006 lisp/muse-publish.el
1803 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1805     Summary:
1806       Pass all current definition list test cases.
1807     Revision:
1808       muse--main--1.0--patch-29
1810     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1811       line if definition is not on the same line as the term.
1812       (muse-forward-list-item): Fix publishing incorrectness that occurred
1813       when a non-dl list follows a definition list.  Always move to the right
1814       place so as to prevent extra empty dd elements from being published.
1816     modified files:
1817      ChangeLog.2006 lisp/muse-publish.el
1820 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1822     Summary:
1823       Merge consecutive definition list terms properly.
1824     Revision:
1825       muse--main--1.0--patch-28
1827     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1828       correctly.  This makes Muse merge several definition list items into
1829       one list.
1830       (muse-forward-list-item): Use simpler regexp for 'dl.
1831     
1832     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1833       definition lists, and make terms the 2nd matched text.
1835     modified files:
1836      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1839 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1841     Summary:
1842       Bookkeeping.
1843     Revision:
1844       muse--main--1.0--patch-27
1846     * AUTHORS: Update.
1847     
1848     * muse-colors.el, muse-mode.el: Credit contributions.
1850     modified files:
1851      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1854 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1856     Summary:
1857       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1858     Revision:
1859       muse--main--1.0--patch-26
1861     Patches applied:
1862     
1863      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1864        Added ability to show inline images in the Emacs buffer.
1865     
1866      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1867        Added enhanced list item insertion.
1868     
1869     Detailed log:
1870     
1871     (Author: Per B. Sederberg <per@med.upenn.edu>)
1872     
1873     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1874       list item.  New key mapping to toggle showing images.  Added a key
1875       mapping to insert a link to a file and modified the key map to insert a
1876       tag.
1877       (muse-on-blank-line): Helper function to determine if the point is on a
1878       line containing only blank spaces.
1879       (muse-insert-list-item): New interactive function to insert a new list
1880       item, taking into account the current list state.
1881       (muse-insert-relative-link-to-file): New function to insert a link to a
1882       file, relative to the default directory.
1883     
1884     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1885       for where to search for images to inline in the buffer.
1886       (muse-colors-inline-images): Added custom boolean field for whether to
1887       show inline images in the buffer.
1888       (muse-colors-toggle-inline-images): New function to toggle showing the
1889       inline images in the buffer.
1890       (muse-unhighlight-region): Now removes end-glyph text properties to
1891       support XEmacs.
1892       (muse-colors-resolve-image-file): New function to determine if a link
1893       is an image and whether the version of Emacs can support inline images.
1894       (muse-make-file-glyph): New function to create an image glyph if we are
1895       using XEmacs.
1896       (muse-colors-insert-image): New function to insert an image in an Emacs
1897       buffer.
1898       (muse-colors-explicit-link): Modified function to have the ability to
1899       insert an image instead of formatting the text of the link.
1901     modified files:
1902      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1904     new patches:
1905      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1906      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1907      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1908      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1909      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1912 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1914     Summary:
1915       Pass testcase for definition list and nested unordered list.
1916     Revision:
1917       muse--main--1.0--patch-25
1919     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1920       lists always have at least one entry.  This appears to do the right
1921       thing with a sample nested unordered list.
1923     modified files:
1924      ChangeLog.2006 lisp/muse-publish.el
1927 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1929     Summary:
1930       Some definition list fixes.
1931     Revision:
1932       muse--main--1.0--patch-24
1934     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1935       markup for end of list using the `muse-insert-markup-end-list'
1936       function.  Handle list items nested inside of a definition list.
1938     modified files:
1939      ChangeLog.2006 lisp/muse-publish.el
1942 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1944     Summary:
1945       Fix another wrapped list item edge case.
1946     Revision:
1947       muse--main--1.0--patch-23
1949     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1950       indentation in a region when we encounter any list items.  This should
1951       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1952       for the report.
1954     modified files:
1955      ChangeLog.2006 lisp/muse-publish.el
1958 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1960     Summary:
1961       Fix comment in Debian packaging.
1962     Revision:
1963       muse--main--1.0--patch-22
1965     * debian/emacsen-remove: Fix comment.
1967     modified files:
1968      ChangeLog.2006 debian/emacsen-remove
1971 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1973     Summary:
1974       muse-blosxom: Fix order of #tags line in header.
1975     Revision:
1976       muse--main--1.0--patch-21
1978     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1979       rather than before it.  Thanks to bkhl for the heads up.
1981     modified files:
1982      ChangeLog.2006 lisp/muse-blosxom.el
1985 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1987     Summary:
1988       muse-blosxom: Add ability to use tags in entries.
1989     Revision:
1990       muse--main--1.0--patch-20
1992     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1993       publish them.
1994       (muse-blosxom-use-tags): New option that specifies whether we are using
1995       tags.
1996       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1997       RET without entering one.
1999     modified files:
2000      ChangeLog.2006 lisp/muse-blosxom.el
2003 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2005     Summary:
2006       Fix backtrace when publishing unsaved files.
2007     Revision:
2008       muse--main--1.0--patch-19
2010     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2011       trying to publish a file that has not been saved, and give an
2012       explanation to the user.
2014     modified files:
2015      ChangeLog.2006 lisp/muse-publish.el
2018 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2020     Summary:
2021       muse-texinfo: Fix link suffix.
2022     Revision:
2023       muse--main--1.0--patch-18
2025     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2026       styles.  This should fix a bug where links in published info files use
2027       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2029     modified files:
2030      ChangeLog.2006 lisp/muse-texinfo.el
2033 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2035     Summary:
2036       Fix prompting of non-Muse buffers before publishing.
2037     Revision:
2038       muse--main--1.0--patch-17
2040     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2041       Stadler to ignore buffers that have no associated filename.  This fixes
2042       an annoyance where Muse prompts to save BBDB and ERC buffers before
2043       publishing.
2045     modified files:
2046      AUTHORS ChangeLog.2006 lisp/muse-project.el
2049 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2051     Summary:
2052       Fix wrapped nested list item edge case.
2053     Revision:
2054       muse--main--1.0--patch-16
2056     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2057       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2058       case.
2059       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2060       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2061     
2062     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2063       exactly one space character in front of a unnumbered or numbered list.
2064       This should make it easier to match every list instance, since
2065       definition lists can now be handled more nicely in
2066       muse-publish-markup-regexps.  This also has the effect of fixing a
2067       wrapped nested list item edge case.
2069     modified files:
2070      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2073 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2075     Summary:
2076       Fix edge case in muse-wiki-publish-pretty-title.
2077     Revision:
2078       muse--main--1.0--patch-15
2080     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2081       the document does not have a valid title, use the empty string.
2083     modified files:
2084      ChangeLog.2006 lisp/muse-wiki.el
2087 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2089     Summary:
2090       Use debian/compat to determine debhelper compat level.
2091     Revision:
2092       muse--main--1.0--patch-14
2094     * debian/compat: New file that sets the debhelper compatibility level to
2095       4.
2096     
2097     * debian/rules: Remove DH_COMPAT line.
2099     new files:
2100      debian/.arch-ids/compat.id debian/compat
2102     modified files:
2103      ChangeLog.2006 debian/rules
2106 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2108     Summary:
2109       Fix a couple of table-publishing edge cases.
2110     Revision:
2111       muse--main--1.0--patch-13
2113     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2114       publishing error that occurs when a table line is the last thing in a
2115       document.  Thanks to cymacs for the report and suggested fix.
2116       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2117       them.
2118     
2119     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2120       at the end of the 'end-table markup string.
2121     
2122     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2123     
2124     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2125     
2126     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2127       newline at the end of the table.  This should fix a problem with
2128       paragraphs after tables not being published as such.  Thanks to cymacs
2129       for the report.
2130     
2131     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2132       muse-insert-markup to insert a trailing newline.
2134     modified files:
2135      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2136      lisp/muse-publish.el lisp/muse-texinfo.el
2137      lisp/muse-xml-common.el lisp/muse-xml.el
2140 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2142     Summary:
2143       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2144     Revision:
2145       muse--main--1.0--patch-12
2148     new files:
2149      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2151     renamed files:
2152      .arch-ids/ChangeLog.id
2153        ==> .arch-ids/ChangeLog.2005.id
2154      ChangeLog
2155        ==> ChangeLog.2005
2158 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2160     Summary:
2161       Make muse-journal work with whole-document escaping.
2162     Revision:
2163       muse--main--1.0--patch-11
2165     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2166       by Emacs Muse" so that muse-journal does not get confused.
2167     
2168     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2169       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2170       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2171       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2172       have "Page published by Emacs Muse (begins|ends) here" in their header
2173       or footer, since muse-journal needs this in order to determine where
2174       entries begin and end.
2176     modified files:
2177      examples/mwolson/templates/footer.html
2178      examples/mwolson/templates/generic-footer.html
2179      examples/mwolson/templates/generic-header.html
2180      examples/mwolson/templates/header.html
2181      examples/mwolson/templates/header.tex lisp/muse-journal.el
2184 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2186     Summary:
2187       Get simple test case for definition lists to work.
2188     Revision:
2189       muse--main--1.0--patch-10
2191     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2192       publish properly.
2193       (muse-forward-list-item): Fix edge case.
2195     modified files:
2196      lisp/muse-publish.el
2199 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2201     Summary:
2202       Add documentation to some publishing functions.
2203     Revision:
2204       muse--main--1.0--patch-9
2206     * lisp/muse-publish.el (muse-publish-mark-read-only)
2207       (muse-publish-mark-noemphasis): Add documentation.
2209     modified files:
2210      lisp/muse-publish.el
2213 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2215     Summary:
2216       Fix an error with `custom-quote'.
2217     Revision:
2218       muse--main--1.0--patch-8
2220     * lisp/muse-project.el: Require 'cus-edit, since that is where
2221       `custom-quote' is defined.
2222     
2223     * muse.texi: Use copyright symbol.
2225     modified files:
2226      lisp/muse-project.el muse.texi
2229 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2231     Summary:
2232       muse-registry: update from author.
2233     Revision:
2234       muse--main--1.0--patch-7
2236     * lisp/muse-registry.el: Update to newest version from author.
2237       Re-tabify.
2239     modified files:
2240      lisp/muse-registry.el
2243 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2245     Summary:
2246       muse-latex: Handle double-quote edge case.
2247     Revision:
2248       muse--main--1.0--patch-6
2250     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2251       character begins the buffer.
2253     modified files:
2254      lisp/muse-latex.el
2257 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2259     Summary:
2260       Allow beginning and ending empty elements in tables.
2261     Revision:
2262       muse--main--1.0--patch-5
2264     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2265       whitespace after the field if we're at the end of a line.
2266       (muse-table-line-regexp): Allow the table to start with a "|".  The
2267       resulting initial empty cell isn't yet thrown away like it should be.
2269     modified files:
2270      lisp/muse-regexps.el
2273 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2275     Summary:
2276       muse-latex: Use \url to publish bare URLs.
2277     Revision:
2278       muse--main--1.0--patch-4
2280     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2281       \href for bare URLs.  Thanks to Na Li for the suggestion!
2283     modified files:
2284      lisp/muse-latex.el
2287 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2289     Summary:
2290       Create parents of output directories.
2291     Revision:
2292       muse--main--1.0--patch-3
2294     * lisp/muse-project.el (muse-project-publish-file): Create parent
2295       directories as well, if the output directory does not exist.  This can
2296       happen when we have nested directories in a project.
2298     modified files:
2299      lisp/muse-project.el
2302 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2304     Summary:
2305       Pick a better default if publishing with more than one style.
2306     Revision:
2307       muse--main--1.0--patch-2
2309     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2310       the list we return is in the right order.  That way, if more than one
2311       publishing rule matches a link, the first one is used, rather than the
2312       last.
2314     modified files:
2315      lisp/muse-project.el
2318 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2320     Summary:
2321       Oops, committed to the wrong archive.
2322     Revision:
2323       muse--main--1.0--patch-1
2325     Patches applied:
2326     
2327      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2328        Debian fixups.
2329     
2330      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2331        Another Debian fix.
2333     modified files:
2334      ChangeLog debian/emacsen-startup
2336     renamed files:
2337      debian/.arch-ids/NEWS.Debian.id
2338        ==> debian/.arch-ids/NEWS.id
2339      debian/NEWS.Debian
2340        ==> debian/NEWS
2342     new patches:
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2347 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2349     Summary:
2350       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2351     Revision:
2352       muse--main--1.0--base-0
2354     (automatically generated log message)
2356     new patches:
2357      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2358      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2359      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2360      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2361      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2362      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2363      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2364      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2365      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2366      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2367      ajk@iu.edu--2005/muse--main--1.0--base-0
2368      ajk@iu.edu--2005/muse--main--1.0--patch-1
2369      ajk@iu.edu--2005/muse--main--1.0--patch-2
2370      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2371      davidsmith@acm.org--main/muse--devo--1.0--base-0
2372      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2373      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2374      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2375      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2376      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2377      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2378      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2379      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2380      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2381      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2382      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2383      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2384      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2385      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2386      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2387      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2388      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2389      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2390      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2391      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2392      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2393      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2394      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2395      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2396      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2397      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2398      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2399      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2400      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2401      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2402      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2403      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2404      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2405      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2406      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2407      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2408      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2409      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2410      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2411      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2412      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2413      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2414      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2415      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2416      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2417      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2418      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2419      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2420      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2421      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2422      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2423      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2424      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2425      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2426      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2427      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2428      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2429      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2430      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2431      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2432      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2433      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2434      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2435      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2436      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2437      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2438      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2439      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2440      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2441      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2442      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2443      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2444      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2445      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2446      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2447      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2448      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2449      mwolson@gnu.org--2005/muse--main--1.0--base-0
2450      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2451      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2452      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2453      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2454      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2455      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2456      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2457      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2458      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2459      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2460      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2461      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2462      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2463      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2464      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2465      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2466      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2467      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2468      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2469      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2470      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2471      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2472      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2473      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2474      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2475      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2476      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2477      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2478      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2479      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2480      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2481      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2482      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2483      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2484      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2485      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2486      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2487      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2488      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2489      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2490      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2491      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2492      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2493      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2494      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2495      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2496      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2497      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2498      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2499      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2500      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2501      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2502      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2503      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2504      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2505      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2506      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2507      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2508      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2509      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2510      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2511      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2512      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2513      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2514      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2515      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2518      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2519      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2520      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2521      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2522      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2523      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2524      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2525      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2526      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2527      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2528      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2529      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2530      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2531      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2532      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2533      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2536      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2537      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2538      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2539      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2540      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2541      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2542      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2543      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2544      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2545      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2546      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2547      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2548      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2549      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2550      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2551      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2554      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2555      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2556      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2557      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2558      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2559      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2560      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2561      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2562      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2563      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2564      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2565      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2566      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2567      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2568      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2569      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2570      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2571      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2572      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2573      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2574      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2575      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2576      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2577      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2578      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2579      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2580      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2581      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2582      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2583      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2584      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2585      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2586      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2587      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2588      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2589      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2590      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2591      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2592      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2593      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2594      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2595      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2596      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2597      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2598      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2599      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2600      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2601      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2602      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2603      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2604      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2605      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2606      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2607      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2608      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2609      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2610      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2611      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2612      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2613      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2614      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2615      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2616      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2617      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2618      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2619      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2620      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2621      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2622      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2623      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2624      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2625      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2626      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2627      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2628      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2629      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2630      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2631      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2632      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2633      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2634      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2635      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2636      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2637      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2638      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2639      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2640      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2641      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2642      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2643      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2644      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2645      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2646      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2647      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2648      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2649      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2650      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2651      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2652      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2653      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2654      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2655      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2656      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2657      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2658      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2757      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2758      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2759      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2760      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2761      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2762      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2763      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2764      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2765      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2766      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2767      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2768      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2769      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2770      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2771      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2772      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2773      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2774      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2775      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2776      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2777      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2778      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2779      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2780      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2781      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2782      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2783      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2784      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2785      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2786      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2789      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2790      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2791      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2792      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2793      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2794      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2795      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2796      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2797      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2798      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2799      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2800      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2801      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2802      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2803      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2804      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2805      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2806      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2807      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2808      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2809      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2810      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2811      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2812      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2813      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2814      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2815      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2816      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2817      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2818      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2819      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2820      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2821      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2822      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2823      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2824      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2825      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2826      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2827      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2828      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2829      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2830      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2831      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2832      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2833      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2834      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2835      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2836      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2837      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2838      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2839      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2840      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2841      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2842      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2843      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2844      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2845      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2846      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2847      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2848      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8