Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
[muse-el.git] / ChangeLog.2006
blob13ed407dce2378690ffcb821b0cc46411833b1df
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
7     Summary:
8       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
9     Revision:
10       muse--main--1.0--patch-104
12     (Author: Per B. Sederberg <per@med.upenn.edu>)
13     
14     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
15       to return a list of project files that have spaces.
16       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
17       spaces function.  Don't make this buffer-local.
19     modified files:
20      ChangeLog.2006 lisp/muse-wiki.el
22     new patches:
23      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
24      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
25      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
26      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
27      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
30 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
32     Summary:
33       Try to fix failure to recognize Muse file extension (5th attempt).
34     Revision:
35       muse--main--1.0--patch-103
37     * lisp/muse.el: To detect whether Emacs has fully started, check
38       `command-line-processed' instead of `inhibit-startup-hooks', since the
39       latter only exists for Emacs22.
41     modified files:
42      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
45 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
47     Summary:
48       muse-html: Add :style-sheet element.
49     Revision:
50       muse--main--1.0--patch-102
52     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
53       :style-sheet element.
54       ("html", "xhtml"): Add the :style-sheet element.
55     
56     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
57       style already exists.  Instead, just replace the existing style.
58       (muse-derive-style): Ditto.
59     
60     * muse.texi (Style Elements): Mention :style-sheet.
62     modified files:
63      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
64      muse.texi
67 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
69     Summary:
70       Try to fix failure to recognize Muse file extension (4th attempt).
71     Revision:
72       muse--main--1.0--patch-101
74     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
75       the command line.
77     modified files:
78      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
81 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
83     Summary:
84       Try to fix failure to recognize Muse file extension (3rd attempt).
85     Revision:
86       muse--main--1.0--patch-100
88     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
90     modified files:
91      ChangeLog.2006 lisp/muse.el
94 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
96     Summary:
97       Try to fix failure to recognize Muse file extension (2nd attempt).
98     Revision:
99       muse--main--1.0--patch-99
101     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
102       auto-mode-alist.
104     modified files:
105      ChangeLog.2006 lisp/muse.el
108 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
110     Summary:
111       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
112     Revision:
113       muse--main--1.0--patch-98
115     (Author: Per B. Sederberg <per@med.upenn.edu>)
116     
117     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
118       interwiki-regexp to search for any project file name.  This is so it
119       will match files with spaces.
121     modified files:
122      ChangeLog.2006 lisp/muse-wiki.el
124     new patches:
125      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
126      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
127      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
128      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
129      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
130      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
131      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
134 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
136     Summary:
137       Try to fix failure to recognize Muse file extension.
138     Revision:
139       muse--main--1.0--patch-97
141     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
142       of semantics.
143     
144     * lisp/muse.el: Call muse-update-file-extension in
145       muse-update-values-hook, instead of
146       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
147       emacs-startup-hook, so that the user has time to set this in their
148       .emacs file.
150     modified files:
151      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
154 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
156     Summary:
157       Make things in contrib directory installable.
158     Revision:
159       muse--main--1.0--patch-96
161     * Makefile (SUBDIRS): Add contrib.
162       (all): Add contrib.
163       (contrib): New target that compiles things in the contrib directory.
164       (install-bin): Add contrib.  Install things in the contrib directory.
165       Also install uncompiled things in the experimental directory.
166     
167     * contrib/Makefile: New Makefile for the contrib directory.
168     
169     * contrib/httpd.el (httpd-start): Fix compiler warnings.
170     
171     * debian/emacsen-install: Compile files in contrib directory in addition
172       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
173     
174     * debian/emacsen-startup: Add contrib directory to load-path.
175     
176     * experimental/Makefile (test): Remove target.
177       (install-uncompiled): New target that installs uncompiled files.
178     
179     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
180       (muse-update-file-extension): Fix a warning that occurred when doing
181       batch publishing.
183     new files:
184      contrib/.arch-ids/Makefile.id contrib/Makefile
186     modified files:
187      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
188      debian/changelog debian/emacsen-install debian/emacsen-startup
189      experimental/Makefile lisp/muse.el muse.texi
192 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
194     Summary:
195       Remove muse-registry.el.
196     Revision:
197       muse--main--1.0--patch-95
199     * lisp/muse-registry.el: Move to the Planner project, since it is a
200       better fit with Planner than Muse.
202     removed files:
203      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
205     modified files:
206      AUTHORS ChangeLog.2006
209 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
211     Summary:
212       Prepare Debian package for Arch snapshot.
213     Revision:
214       muse--main--1.0--patch-94
216     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
217       snapshot.
219     modified files:
220      ChangeLog.2006 Makefile.defs debian/changelog
223 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
225     Summary:
226       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
227     Revision:
228       muse--main--1.0--patch-93
230     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
231       `muse-wiki-hide-nop-tag' into account.
233     modified files:
234      ChangeLog.2006 lisp/muse-wiki.el
237 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
239     Summary:
240       Fix a couple of compiler warnings.
241     Revision:
242       muse--main--1.0--patch-92
244     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
246     modified files:
247      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
250 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
252     Summary:
253       Make interwiki links work with the new option.
254     Revision:
255       muse--main--1.0--patch-91
257     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
258       parameters.  Populate this correctly when
259       `muse-wiki-match-all-project-files' is non-nil.
261     modified files:
262      ChangeLog.2006 lisp/muse-wiki.el
265 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
267     Summary:
268       Permit table generation to be disabled for a single Muse page.
269     Revision:
270       muse--main--1.0--patch-90
272     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
273       data, don't publish the table.
274     
275     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
276     
277     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
278     
279     * lisp/muse-publish.el (muse-publish-table-fields): If the
280       "disable-tables" publishing directive exists for the current page, do
281       not generate a table.
282     
283     * muse.texi (Tables): Mention that table generation can be disabled for a
284       single page.
286     modified files:
287      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
288      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
291 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
293     Summary:
294       muse-wiki: Match filenames before WikiWords.
295     Revision:
296       muse--main--1.0--patch-89
298     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
299       filenames in project before the general WikiWord regexp.
301     modified files:
302      ChangeLog.2006 lisp/muse-wiki.el
305 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
307     Summary:
308       Use a better mechanism for updating autogenerated variables.
309     Revision:
310       muse--main--1.0--patch-88
312     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
313     
314     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
315     
316     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
317       muse-update-values-hook.
318     
319     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
320       muse-update-values-hook.
321     
322     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
323       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
324       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
325       error is fixed.
326       (muse-wiki-update-custom-values): Replace with function that gives a
327       warning and an explanation.
328     
329     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
330       example so that people who use it won't have a wrong value in
331       muse-mode-hook.
333     modified files:
334      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
335      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
336      lisp/muse.el
339 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
341     Summary:
342       muse-wiki: Implement implicit links for all files in project.
343     Revision:
344       muse--main--1.0--patch-87
346     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
347       don't get errors when trying to use it.
348     
349     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
350       muse-project-file-alist-hook.
351       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
352       into a recursive call.
353       (muse-wiki-update-wikiword-regexp): Call
354       `muse-wiki-update-local-wikiword-regexp'.
355     
356     (Author: Per B. Sederberg <per@med.upenn.edu>)
357     
358     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
359       muse-before-publish-hook and muse-mode-hook so that implicit links are
360       published properly.
361       (muse-wiki-wikiword-match-project-files): New option for determining
362       whether to match all project files as implicit links.  This is off by
363       default.
364       (muse-wiki-update-local-wikiword-regexp): New function to make the
365       wikiword-regexp local and append the files in the current project to
366       it.
368     modified files:
369      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
371     new patches:
372      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
373      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
374      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
375      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
376      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
377      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
378      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
379      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
380      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
381      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
382      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
383      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
384      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
385      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
388 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
390     Summary:
391       Update Muse's file-alist after saving any Muse page.
392     Revision:
393       muse--main--1.0--patch-86
395     * lisp/muse-project.el (muse-project-after-save-hook): New function that
396       causes Muse's file-alist to be updated when we are saving a Muse file.
397       This is added to after-save-hook.
399     modified files:
400      ChangeLog.2006 lisp/muse-project.el
403 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
405     Summary:
406       Add a hook that is called whenever Muse's file-alist is updated.
407     Revision:
408       muse--main--1.0--patch-85
410     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
411       executed after an update to muse-project-file-alist happens.
412       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
414     modified files:
415      ChangeLog.2006 lisp/muse-project.el
418 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
420     Summary:
421       muse-mode: Recognize definition lists when filling text.
422     Revision:
423       muse--main--1.0--patch-84
425     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
426       text.
427     
429     modified files:
430      ChangeLog.2006 lisp/muse-mode.el
433 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
435     Summary:
436       Remove unrelated part of patch-82.
437     Revision:
438       muse--main--1.0--patch-83
441     modified files:
442      ChangeLog.2006 lisp/muse-mode.el
445 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
447     Summary:
448       muse-journal: Fix dates in RSS feeds.
449     Revision:
450       muse--main--1.0--patch-82
452     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
453       date is in a format that RSS readers can handle.  Thanks to René
454       Stadler for the patch.
456     modified files:
457      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
460 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
462     Summary:
463       debian: Install ChangeLog properly.
464     Revision:
465       muse--main--1.0--patch-81
467     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
468       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
469       the breakage report.
471     modified files:
472      ChangeLog.2006 debian/rules
475 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
477     Summary:
478       Fix a bug triggered by batch-publishing.
479     Revision:
480       muse--main--1.0--patch-80
482     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
483       right algorithm turned out to be simpler than I had thought.  Thanks to
484       Sergei V. Fleytin for reporting breakage with the old method.
485       (muse-publish-file): Don't be overzealous when checking for an invalid
486       style -- use a simpler check.
487       (muse-batch-publish-files): Don't check for invalid styles here, since
488       we already do so in `muse-publish-file'.
490     modified files:
491      ChangeLog.2006 lisp/muse-publish.el
494 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
496     Summary:
497       muse.texi: Move some sections to a new Extending Muse chapter.
498     Revision:
499       muse--main--1.0--patch-79
501     * muse.texi (Extending Muse): New chapter containing nodes that deal with
502       extending Muse in various ways.
503       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
505     modified files:
506      ChangeLog.2006 muse.texi
509 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
511     Summary:
512       Fix a couple of recently-introduced bugs.
513     Revision:
514       muse--main--1.0--patch-78
516     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
517       extra hard to preserve our settings for faces, especially after a new
518       frame or splash screen.
519     
520     * lisp/muse.el (muse-copy-face): New function that ensures the face is
521       copied globally, to the extent the Emacs permits this.
523     modified files:
524      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
527 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
529     Summary:
530       Update my example configuration file.
531     Revision:
532       muse--main--1.0--patch-77
535     modified files:
536      ChangeLog.2006 examples/mwolson/muse-init.el
539 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
541     Summary:
542       Remove cruft from patch logs.
543     Revision:
544       muse--main--1.0--patch-76
547     modified files:
548      ChangeLog.2006
549      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
550      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
551      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
552      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
553      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
554      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
555      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
556      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
559 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
561     Summary:
562       Make faces more robust and namespace-conforming.
563     Revision:
564       muse--main--1.0--patch-75
566     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
567       face has documentation and a group.
568       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
569       "-face" suffix.
570       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
571       faces have documentation and a group.  Copy unconditionally from the
572       related Emacs faces, rather than specifying face attributes.
573       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
574       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
575       face names.
576     
577     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
578       the 'muse-link property rather than looking at the face.
580     modified files:
581      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
584 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
586     Summary:
587       muse.texi: Mention the <code> tag.
588     Revision:
589       muse--main--1.0--patch-74
591     * muse.texi (Emphasizing Text): Mention the <code> tag.
593     modified files:
594      ChangeLog.2006 muse.texi
597 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
599     Summary:
600       Fix bug in verse markup, undesired behavior with emdash.
601     Revision:
602       muse--main--1.0--patch-73
604     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
605       around emdash.
606     
607     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
608     
609     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
610     
611     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
612       trailing whitespace to `muse-markup-text', in case the current
613       publishing wishes to use them.
614       (muse-publish-markup-verse): Insert newline without adding read-only
615       properties to it.  This fixes a paragraph detection bug in HTML
616       publishing.
618     modified files:
619      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
620      lisp/muse-publish.el lisp/muse-xml.el
623 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
625     Summary:
626       httpd.el: Update to work with newer versions of Emacs.
627     Revision:
628       muse--main--1.0--patch-72
630     * contrib/httpd.el (httpd-start): Update this to work with newer versions
631       of Emacs.
633     modified files:
634      ChangeLog.2006 contrib/httpd.el
637 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
639     Summary:
640       muse-journal: Make custom RSS heading regexps possible.
641     Revision:
642       muse--main--1.0--patch-71
644     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
645       determines the regexp to use when searching for an RSS heading.
646       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
648     modified files:
649      ChangeLog.2006 lisp/muse-journal.el
652 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
654     Summary:
655       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
656     Revision:
657       muse--main--1.0--patch-70
659     * lisp/muse-project.el (muse-project-publish): If we cannot find a
660       project to publish, indicate this in an error message.
661     
662     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
663       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
664       (muse-detect-invalid-style): New function that makes sure that the
665       given style is in a valid format.
666       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
667       publishing.
669     modified files:
670      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
673 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
675     Summary:
676       muse-mode: Don't require muse-publish.el.
677     Revision:
678       muse--main--1.0--patch-69
680     * lisp/muse-mode.el: Use a few autoloads instead of requiring
681       muse-publish.el.  This allows people to optionally have Muse mode
682       without including the publishing features, as long as they never call a
683       publishing function.  The documentation says that Muse is supposed to
684       be modular in that way, so I guess we'd better follow it.
685       (muse-insert-tag): Make sure that muse-publish is required before
686       accessing `muse-publish-markup-tags'.
688     modified files:
689      ChangeLog.2006 lisp/muse-mode.el
692 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
694     Summary:
695       Minor code cleanup.
696     Revision:
697       muse--main--1.0--patch-68
699     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
701     modified files:
702      ChangeLog.2006 lisp/muse-mode.el
705 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
707     Summary:
708       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
709     Revision:
710       muse--main--1.0--patch-67
712     (Author: Per B. Sederberg <per@med.upenn.edu>)
713     
714     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
715       used for grepping.
716       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
717       muse-find-backlinks C-c C-b
718       (muse-grep): New function to envoke a search with the compiler.
719       (muse-search-with-command): New function to search for text, optionally
720       editing the command.
721       (muse-search): New function to search for text.
722       (muse-find-backlinks): New function to search for backlinks to the
723       current page.
725     modified files:
726      ChangeLog.2006 lisp/muse-mode.el
728     new patches:
729      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
730      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
731      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
732      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
733      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
734      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
735      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
736      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
737      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
738      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
739      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
740      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
743 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
745     Summary:
746       Make it easier to call context-specific region-escaping function.
747     Revision:
748       muse--main--1.0--patch-66
750     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
751       returned from specials, call it with beg, end, ignore-read-only args.
752       This allows for people to specify their own functions for escaping
753       regions, depending on context.  See `muse-xml-decide-specials' in
754       muse-xml-common.el.  This functionality already exists for escaping
755       specials in strings.
757     modified files:
758      ChangeLog.2006 lisp/muse-publish.el
761 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
763     Summary:
764       Attempt to make new syntaxes easier to support.
765     Revision:
766       muse--main--1.0--patch-65
768     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
769       and `muse-get-link-data'.
770     
771     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
772     
773     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
774       (muse-make-link): Change argument name.
775     
776     * lisp/muse.el (muse-handle-explicit-link): Ditto.
777       (muse-get-link, muse-get-link-desc): New functions that return the link
778       and the link description, respectively, from the given TARGET.  The
779       idea is that at least one other markup syntax puts descriptions before
780       links, so all they would have to do is re-define these two functions.
782     modified files:
783      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
784      lisp/muse-mode.el lisp/muse.el
787 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
789     Summary:
790       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
791     Revision:
792       muse--main--1.0--patch-64
794     * Makefile.defs, lisp/muse-colors.el: Fix typo.
795     
796     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
797       `replace-in-string' is checked before `replace-regexp-in-string', since
798       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
799       Ottaway for the heads up.
801     modified files:
802      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
805 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
807     Summary:
808       muse-latex: Add footnotes to links so that they show up on printed copies.
809     Revision:
810       muse--main--1.0--patch-63
812     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
813       'url-and-desc.  Display footnotes if we have both a link and a
814       description, since we want URLs to show up on printed documents.
815       (muse-latex-markup-specials-document): Escape the "@" character in the
816       entire document.
817     
818     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
819       without descriptions and URLs with descriptions.  If no markup string
820       exists for 'url-and-desc, fall back to 'url.
822     modified files:
823      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
826 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
828     Summary:
829       Fix publishing error with multi-line wrapped list items.
830     Revision:
831       muse--main--1.0--patch-62
833     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
834       multiple lines of a wrapped list item.
836     modified files:
837      ChangeLog.2006 lisp/muse-publish.el
840 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
842     Summary:
843       Add COPYING file; update headers.
844     Revision:
845       muse--main--1.0--patch-61
847     * COPYING: New file containing the GNU GPL.
848     
849     * AUTHORS: Bookkeeping.
850     
851     * README: Add License section.  Change Muse homepage URL.
852     
853     * debian/copyright: Change Muse homepage URL.  Prune list to those who
854       have changed 15+ lines of code, since this is the amount that
855       constitutes legal contribution to a software work, AFAICT.
856     
857     * examples/mwolson: Update contents of directory to match my current
858       setup.
859     
860     * experimental/muse*.el, lisp/muse*.el: Update headers.
861     
862     * muse.texi: Change Muse homepage URL.
864     new files:
865      .arch-ids/COPYING.id COPYING
867     modified files:
868      AUTHORS ChangeLog.2006 README debian/copyright
869      examples/mwolson/muse-init.el
870      examples/mwolson/stylesheets/blog.css
871      examples/mwolson/stylesheets/common.css
872      examples/mwolson/stylesheets/print.css
873      examples/mwolson/stylesheets/screen.css
874      experimental/muse-cite.el experimental/muse-mathml.el
875      experimental/muse-message.el lisp/muse-backlink.el
876      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
877      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
878      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
879      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
880      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
881      lisp/muse-publish.el lisp/muse-regexps.el
882      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
883      lisp/muse-xml.el lisp/muse.el muse.texi
886 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
888     Summary:
889       Update Muse XML schema.
890     Revision:
891       muse--main--1.0--patch-60
893     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
894       history.  We'll call this v0.3 of the schema.
895     
896     * lisp/muse-xml-common.el: Update header.
897       (muse-xml-markup-table): Fix table generation when attributes are not
898       specified.
900     modified files:
901      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
904 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
906     Summary:
907       Fix output for consecutive list items of same type.
908     Revision:
909       muse--main--1.0--patch-59
911     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
912       post-indent and indent-found values local to each list item.  This
913       should fix undesired behavior with consecutive list items of the same
914       type.
916     modified files:
917      ChangeLog.2006 lisp/muse-publish.el
920 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
922     Summary:
923       Make C-> and C-< keybindings not indent nested items.
924     Revision:
925       muse--main--1.0--patch-58
927     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
928       nested items.
929     
930     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
931       optional, and document this.
933     modified files:
934      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
937 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
939     Summary:
940       Slightly improve flyspell integration.
941     Revision:
942       muse--main--1.0--patch-57
944     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
945       property to determine whether we are at a link.
947     modified files:
948      ChangeLog.2006 lisp/muse-mode.el
951 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
953     Summary:
954       Make nested definition list items work much better.
955     Revision:
956       muse--main--1.0--patch-56
958     * lisp/muse-publish.el (muse-publish-surround-dl): Use
959       `muse-forward-list-item'.  Don't pass indent and post-indent to the
960       move function.
961       (muse-publish-surround-text): If we are to determine the indentation,
962       but have found no list items, set indent to the empty string.  If we
963       are to determine indentation but have found an item, get all leading
964       whitespace and set indent to it.  Never try to determine post-indent
965       using the first line.  Try to contain the amount of "damage" a nested
966       list item can do to wrapped list item text.
967     
968     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
969       part so that it is easier to indicate the amount of desired initial
970       whitespace.
971     
972     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
973       entry optional.
974       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
975       merged into `muse-forward-list-item'.
976       (muse-forward-list-item-1): New function that determines whether a
977       nested list item is found.
978       (muse-forward-list-item): Move hairy nested list detection algorithm
979       into `muse-forward-list-item-1'.  Be extra careful about terminating
980       when we go past the boundary.
982     modified files:
983      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
984      lisp/muse.el
987 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
989     Summary:
990       Add backlink support, thanks to Jim Ottaway.
991     Revision:
992       muse--main--1.0--patch-55
994     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
995       variable that indicates whether Muse is fontifying the current buffer.
996       (muse-colors-region): Set `muse-colors-fontifying' to t.
997     
998     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
999       support.  I've modified it slightly to get rid of the defadvice forms.
1001     new files:
1002      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1004     modified files:
1005      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1008 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1010     Summary:
1011       muse-protocols: Add Wikipedia support.
1012     Revision:
1013       muse--main--1.0--patch-54
1015     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1016       is used to look up terms on the Wikipedia website.
1017       (muse-wikipedia-country): New option that specifies the country code to
1018       use for Wikipedia.
1019       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1020       resolve and browse Wikipedia URLs.
1022     modified files:
1023      ChangeLog.2006 lisp/muse-protocols.el
1026 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1028     Summary:
1029       muse-protocols: Add DOI handling.
1030     Revision:
1031       muse--main--1.0--patch-53
1033     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1034       DOI's (digitial object identifiers) are a standard identifier used in
1035       the publishing industry.  Thanks to Phillip Lord for the patch.
1036       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1037       and browse DOI's.
1039     modified files:
1040      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1043 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1045     Summary:
1046       Refine previous patch.
1047     Revision:
1048       muse--main--1.0--patch-52
1050     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1051       ever use the fallback method.  Save point when using new method.
1053     modified files:
1054      ChangeLog.2006 lisp/muse-mode.el
1057 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1059     Summary:
1060       Make visiting of links a bit faster.
1061     Revision:
1062       muse--main--1.0--patch-51
1064     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1065       property.
1066       (muse-link-properties): If we are highlighting a link, add the
1067       muse-link property.
1068     
1069     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1070       exists at point, use it to bound the link.  Otherwise, use the old
1071       method.  This should make it easier to visit custom implicit link
1072       forms, since it does not require a change to muse-implicit-link-regexp.
1073     
1074     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1075       used when muse-colors.el is loaded.
1077     modified files:
1078      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1079      lisp/muse-regexps.el
1082 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1084     Summary:
1085       Make resolving of inline image paths more flexible.
1086     Revision:
1087       muse--main--1.0--patch-50
1089     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1090       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1091       option.  Make the fallback customization type a function rather than a
1092       symbol.
1093       (muse-colors-use-publishing-directory): New function that takes the
1094       best guess at where the current Muse file will be published and makes
1095       the given link relative to that.
1096       (muse-colors-insert-image): If muse-colors-inline-image-method is
1097       'default-directory, use the default directory.  If it is a function,
1098       call that function with LINK as an argument.  Otherwise, give up.
1100     modified files:
1101      ChangeLog.2006 lisp/muse-colors.el
1104 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1106     Summary:
1107       Fix inline image lockup.
1108     Revision:
1109       muse--main--1.0--patch-49
1111     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1112       patch-47.  This will prevent Muse from locking up after making a new
1113       inline image.
1115     modified files:
1116      ChangeLog.2006 lisp/muse-colors.el
1119 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1121     Summary:
1122       Fix publishing problem with XEmacs.
1123     Revision:
1124       muse--main--1.0--patch-48
1126     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1127       publishing problem when text at beginning of buffer is read-only.
1128       Thanks to Christian Clercin for the report.
1130     modified files:
1131      ChangeLog.2006 lisp/muse-publish.el
1134 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1136     Summary:
1137       Get increase and decrease of list indentation to work with complex cases.
1138     Revision:
1139       muse--main--1.0--patch-47
1141     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1142       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1143       to indicate this interpretation, though parens are different.
1144     
1145     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1146       (muse-alter-list-item-indentation): New function that alters the list
1147       structure at point.  The behavior to use is specified by the OPERATION
1148       argument.  Currently-supported operations are 'increase and 'decrease
1149       indentation level.  This now uses the same sort of list detection
1150       algorithm that is used during publishing, so it should work as expected
1151       for complicated cases.
1152       (muse-increase-list-item-indentation)
1153       (muse-decrease-list-item-indentation): Use
1154       `muse-alter-list-item-indentation'.
1156     modified files:
1157      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1160 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1162     Summary:
1163       Code simplification; improve muse-list-item-type function.
1164     Revision:
1165       muse--main--1.0--patch-46
1167     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1168       'dl-entry, instead of just returning 'dl.
1169       (muse-forward-dl-term, muse-forward-dl-entry): Use
1170       muse-forward-list-item.
1171       (muse-forward-dl-part): Remove, merge functionality into
1172       muse-forward-list-item.
1173       (muse-forward-list-item): Add a few conditions needed for skipping
1174       nested 'dl-term and 'dl-entry items.
1176     modified files:
1177      ChangeLog.2006 lisp/muse.el
1180 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1182     Summary:
1183       Put movement by list and paragraph functions in muse.el.
1184     Revision:
1185       muse--main--1.0--patch-45
1187     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1188       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1189       (muse-forward-list-item): Move here from muse-publish.el, so that
1190       muse-mode can make use of these.
1192     modified files:
1193      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1196 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1198     Summary:
1199       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1200     Revision:
1201       muse--main--1.0--patch-44
1203     (Author: Per B. Sederberg <per@med.upenn.edu>)
1204     
1205     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1206       decrease the current item indentation.
1207       (muse-get-paragraph-start): Helper function to determine the start of
1208       the current paragraph.
1209       (muse-insert-list-item): Cleaned up list item insertion code and made
1210       it handle definitions.
1211       (muse-increase-list-item-indentation): New interactive function to
1212       increase list item indentation.
1213       (muse-decrease-list-item-indentation): New interactive function to
1214       decrease list item indentation.
1216     modified files:
1217      ChangeLog.2006 lisp/muse-mode.el
1219     new patches:
1220      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1221      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1222      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1223      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1224      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1225      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1226      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1227      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1228      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1229      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1232 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1234     Summary:
1235       Use slightly better algorithm for removing initial whitespace.
1236     Revision:
1237       muse--main--1.0--patch-43
1239     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1240       the definition occurred on the same line as the term.
1241       (muse-publish-surround-text): Use a slightly better algorithm for
1242       removing initial indentation of list items.  This way, we preserve
1243       nesting of lists and also deal with same-level items that occur after
1244       nested items.  This probably doesn't make much of a difference in the
1245       output, but it should make support of nested definition lists a bit
1246       less troublesome in some cases.
1247       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1248       regexp.
1249       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1250       data.  Don't remove any text.  This makes the function easier to reuse
1251       in display-only situations.
1253     modified files:
1254      ChangeLog.2006 lisp/muse-publish.el
1257 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1259     Summary:
1260       In a preliminary way, make definition lists nest.
1261     Revision:
1262       muse--main--1.0--patch-42
1264     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1265       lists nest a bit better.
1266     
1267     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1268       use it anymore.
1270     modified files:
1271      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1274 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1276     Summary:
1277       Fix nested list regression.
1278     Revision:
1279       muse--main--1.0--patch-41
1281     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1282       original indentation value and use that.  This fixes a regression
1283       caused by the last patch.
1285     modified files:
1286      ChangeLog.2006 lisp/muse-publish.el
1289 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1291     Summary:
1292       Make code look nicer by using muse-forward-dl-* functions.
1293     Revision:
1294       muse--main--1.0--patch-40
1296     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1297       forms into muse-forward-dl-* for increased reusability.
1298       (muse-publish-surround-text): Call move function with an indent
1299       argument so that we don't have to use partial substitution in lambda
1300       forms.
1301       (muse-forward-dl-term): New function that moves forward to the next
1302       definition list term.
1303       (muse-forward-dl-entry): New function that moves forward to the next
1304       definition list entry.
1305       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1306       does not move past entire definition list items, only parts of them.
1307       (muse-publish-markup-list, muse-publish-markup-quote):
1308       (muse-publish-quote-tag): Use better lambda form, and include a
1309       parameter.
1311     modified files:
1312      ChangeLog.2006 lisp/muse-publish.el
1315 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1317     Summary:
1318       Handle blockquoted sections within lists properly.
1319     Revision:
1320       muse--main--1.0--patch-39
1322     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1323       property.  This should make blockquoted sections within a list do the
1324       right thing.
1325       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1326       behavior of `muse-forward-paragraph'.
1328     modified files:
1329      ChangeLog.2006 lisp/muse-publish.el
1332 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1334     Summary:
1335       Fix problem when previous list item was nested.
1336     Revision:
1337       muse--main--1.0--patch-38
1339     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1340       indicator at the correct place.  This fixes an error where a previous
1341       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1342       for the report.
1344     modified files:
1345      ChangeLog.2006 lisp/muse-publish.el
1348 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1350     Summary:
1351       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1352     Revision:
1353       muse--main--1.0--patch-37
1355     * muse.texi (Implicit Links): Mention how to customize the WikiName
1356       recognition, and note that if you're setting this manually, you have to
1357       call some additional code.  This should fix #5376.  Also remove local
1358       variables section at end, since it seems pointless.
1360     modified files:
1361      ChangeLog.2006 muse.texi
1364 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1366     Summary:
1367       Fix #5325: nested formatting not working in HTML output.
1368     Revision:
1369       muse--main--1.0--patch-36
1371     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1372       work.  I'm a bit worried about possible double-escaping, though.
1373       Perhaps we should write the context to a text property and escape it
1374       later.  This should fix #5325.
1376     modified files:
1377      ChangeLog.2006 lisp/muse-publish.el
1380 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1382     Summary:
1383       Make paragraphs respect the end of a list or list item.
1384     Revision:
1385       muse--main--1.0--patch-35
1387     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1388       end of a list (or list item), back up.  This allows for a nice side
1389       effect when using indented sentences in between list items.
1390     
1391     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1392     
1393     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1394     
1395     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1396       and end-item are marked up with end-list properties.
1398     modified files:
1399      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1400      lisp/muse-publish.el lisp/muse-xml.el
1403 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1405     Summary:
1406       Make sure an initial term exists before publishing definition list.
1407     Revision:
1408       muse--main--1.0--patch-34
1410     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1411       exists before publishing a definition list.
1413     modified files:
1414      ChangeLog.2006 lisp/muse-publish.el
1417 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1419     Summary:
1420       Add comments to nested list code.
1421     Revision:
1422       muse--main--1.0--patch-33
1424     * lisp/muse-publish.el (muse-publish-surround-dl)
1425       (muse-publish-surround-text, muse-forward-dl-item):
1426       (muse-forward-list-item): Add comments, since there were many
1427       intricacies that are probably not obvious to the casual reader.
1428       (muse-forward-dl-item): Remove no-op condition.
1430     modified files:
1431      ChangeLog.2006 lisp/muse-publish.el
1434 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1436     Summary:
1437       Make nested list items work when separated by one blank line.
1438     Revision:
1439       muse--main--1.0--patch-32
1441     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1442       muse-forward-dl-item instead of muse-forward-list-item.  On second
1443       thought, don't unconditionally insert a newline, as that breaks some
1444       things.
1445       (muse-forward-dl-item): New function that moves forward to the next
1446       definition list item.  This was factored out from
1447       muse-forward-list-item, since it was getting too complex for my liking.
1448       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1449       indented line, and skip past these if we have a blank line followed by
1450       an indented line.  "Indented" means "indented one past the current
1451       indentation level" here.  Remove some initial whitespace that was being
1452       overlooked before.
1454     modified files:
1455      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1458 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1460     Summary:
1461       Fix a couple of bugs in muse-wiki-resolve-project-page.
1462     Revision:
1463       muse--main--1.0--patch-31
1465     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1466       better algorithm for adding styles to a list.
1467     
1468     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1469       carefully.  This should fix one or two hard-to-explain bugs.
1471     modified files:
1472      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1475 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1477     Summary:
1478       Fix another definition list edge case.
1479     Revision:
1480       muse--main--1.0--patch-30
1482     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1483       unordered list immediately follows definition list term.
1485     modified files:
1486      ChangeLog.2006 lisp/muse-publish.el
1489 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1491     Summary:
1492       Pass all current definition list test cases.
1493     Revision:
1494       muse--main--1.0--patch-29
1496     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1497       line if definition is not on the same line as the term.
1498       (muse-forward-list-item): Fix publishing incorrectness that occurred
1499       when a non-dl list follows a definition list.  Always move to the right
1500       place so as to prevent extra empty dd elements from being published.
1502     modified files:
1503      ChangeLog.2006 lisp/muse-publish.el
1506 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1508     Summary:
1509       Merge consecutive definition list terms properly.
1510     Revision:
1511       muse--main--1.0--patch-28
1513     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1514       correctly.  This makes Muse merge several definition list items into
1515       one list.
1516       (muse-forward-list-item): Use simpler regexp for 'dl.
1517     
1518     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1519       definition lists, and make terms the 2nd matched text.
1521     modified files:
1522      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1525 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1527     Summary:
1528       Bookkeeping.
1529     Revision:
1530       muse--main--1.0--patch-27
1532     * AUTHORS: Update.
1533     
1534     * muse-colors.el, muse-mode.el: Credit contributions.
1536     modified files:
1537      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1540 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1542     Summary:
1543       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1544     Revision:
1545       muse--main--1.0--patch-26
1547     Patches applied:
1548     
1549      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1550        Added ability to show inline images in the Emacs buffer.
1551     
1552      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1553        Added enhanced list item insertion.
1554     
1555     Detailed log:
1556     
1557     (Author: Per B. Sederberg <per@med.upenn.edu>)
1558     
1559     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1560       list item.  New key mapping to toggle showing images.  Added a key
1561       mapping to insert a link to a file and modified the key map to insert a
1562       tag.
1563       (muse-on-blank-line): Helper function to determine if the point is on a
1564       line containing only blank spaces.
1565       (muse-insert-list-item): New interactive function to insert a new list
1566       item, taking into account the current list state.
1567       (muse-insert-relative-link-to-file): New function to insert a link to a
1568       file, relative to the default directory.
1569     
1570     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1571       for where to search for images to inline in the buffer.
1572       (muse-colors-inline-images): Added custom boolean field for whether to
1573       show inline images in the buffer.
1574       (muse-colors-toggle-inline-images): New function to toggle showing the
1575       inline images in the buffer.
1576       (muse-unhighlight-region): Now removes end-glyph text properties to
1577       support XEmacs.
1578       (muse-colors-resolve-image-file): New function to determine if a link
1579       is an image and whether the version of Emacs can support inline images.
1580       (muse-make-file-glyph): New function to create an image glyph if we are
1581       using XEmacs.
1582       (muse-colors-insert-image): New function to insert an image in an Emacs
1583       buffer.
1584       (muse-colors-explicit-link): Modified function to have the ability to
1585       insert an image instead of formatting the text of the link.
1587     modified files:
1588      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1590     new patches:
1591      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1592      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1593      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1594      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1595      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1598 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1600     Summary:
1601       Pass testcase for definition list and nested unordered list.
1602     Revision:
1603       muse--main--1.0--patch-25
1605     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1606       lists always have at least one entry.  This appears to do the right
1607       thing with a sample nested unordered list.
1609     modified files:
1610      ChangeLog.2006 lisp/muse-publish.el
1613 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1615     Summary:
1616       Some definition list fixes.
1617     Revision:
1618       muse--main--1.0--patch-24
1620     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1621       markup for end of list using the `muse-insert-markup-end-list'
1622       function.  Handle list items nested inside of a definition list.
1624     modified files:
1625      ChangeLog.2006 lisp/muse-publish.el
1628 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1630     Summary:
1631       Fix another wrapped list item edge case.
1632     Revision:
1633       muse--main--1.0--patch-23
1635     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1636       indentation in a region when we encounter any list items.  This should
1637       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1638       for the report.
1640     modified files:
1641      ChangeLog.2006 lisp/muse-publish.el
1644 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1646     Summary:
1647       Fix comment in Debian packaging.
1648     Revision:
1649       muse--main--1.0--patch-22
1651     * debian/emacsen-remove: Fix comment.
1653     modified files:
1654      ChangeLog.2006 debian/emacsen-remove
1657 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1659     Summary:
1660       muse-blosxom: Fix order of #tags line in header.
1661     Revision:
1662       muse--main--1.0--patch-21
1664     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1665       rather than before it.  Thanks to bkhl for the heads up.
1667     modified files:
1668      ChangeLog.2006 lisp/muse-blosxom.el
1671 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1673     Summary:
1674       muse-blosxom: Add ability to use tags in entries.
1675     Revision:
1676       muse--main--1.0--patch-20
1678     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1679       publish them.
1680       (muse-blosxom-use-tags): New option that specifies whether we are using
1681       tags.
1682       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1683       RET without entering one.
1685     modified files:
1686      ChangeLog.2006 lisp/muse-blosxom.el
1689 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1691     Summary:
1692       Fix backtrace when publishing unsaved files.
1693     Revision:
1694       muse--main--1.0--patch-19
1696     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1697       trying to publish a file that has not been saved, and give an
1698       explanation to the user.
1700     modified files:
1701      ChangeLog.2006 lisp/muse-publish.el
1704 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1706     Summary:
1707       muse-texinfo: Fix link suffix.
1708     Revision:
1709       muse--main--1.0--patch-18
1711     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1712       styles.  This should fix a bug where links in published info files use
1713       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1715     modified files:
1716      ChangeLog.2006 lisp/muse-texinfo.el
1719 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1721     Summary:
1722       Fix prompting of non-Muse buffers before publishing.
1723     Revision:
1724       muse--main--1.0--patch-17
1726     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1727       Stadler to ignore buffers that have no associated filename.  This fixes
1728       an annoyance where Muse prompts to save BBDB and ERC buffers before
1729       publishing.
1731     modified files:
1732      AUTHORS ChangeLog.2006 lisp/muse-project.el
1735 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1737     Summary:
1738       Fix wrapped nested list item edge case.
1739     Revision:
1740       muse--main--1.0--patch-16
1742     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1743       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1744       case.
1745       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1746       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1747     
1748     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1749       exactly one space character in front of a unnumbered or numbered list.
1750       This should make it easier to match every list instance, since
1751       definition lists can now be handled more nicely in
1752       muse-publish-markup-regexps.  This also has the effect of fixing a
1753       wrapped nested list item edge case.
1755     modified files:
1756      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1759 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1761     Summary:
1762       Fix edge case in muse-wiki-publish-pretty-title.
1763     Revision:
1764       muse--main--1.0--patch-15
1766     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1767       the document does not have a valid title, use the empty string.
1769     modified files:
1770      ChangeLog.2006 lisp/muse-wiki.el
1773 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1775     Summary:
1776       Use debian/compat to determine debhelper compat level.
1777     Revision:
1778       muse--main--1.0--patch-14
1780     * debian/compat: New file that sets the debhelper compatibility level to
1781       4.
1782     
1783     * debian/rules: Remove DH_COMPAT line.
1785     new files:
1786      debian/.arch-ids/compat.id debian/compat
1788     modified files:
1789      ChangeLog.2006 debian/rules
1792 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1794     Summary:
1795       Fix a couple of table-publishing edge cases.
1796     Revision:
1797       muse--main--1.0--patch-13
1799     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1800       publishing error that occurs when a table line is the last thing in a
1801       document.  Thanks to cymacs for the report and suggested fix.
1802       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1803       them.
1804     
1805     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1806       at the end of the 'end-table markup string.
1807     
1808     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1809     
1810     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1811     
1812     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1813       newline at the end of the table.  This should fix a problem with
1814       paragraphs after tables not being published as such.  Thanks to cymacs
1815       for the report.
1816     
1817     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1818       muse-insert-markup to insert a trailing newline.
1820     modified files:
1821      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1822      lisp/muse-publish.el lisp/muse-texinfo.el
1823      lisp/muse-xml-common.el lisp/muse-xml.el
1826 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1828     Summary:
1829       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1830     Revision:
1831       muse--main--1.0--patch-12
1834     new files:
1835      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1837     renamed files:
1838      .arch-ids/ChangeLog.id
1839        ==> .arch-ids/ChangeLog.2005.id
1840      ChangeLog
1841        ==> ChangeLog.2005
1844 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1846     Summary:
1847       Make muse-journal work with whole-document escaping.
1848     Revision:
1849       muse--main--1.0--patch-11
1851     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1852       by Emacs Muse" so that muse-journal does not get confused.
1853     
1854     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1855       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1856       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1857       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1858       have "Page published by Emacs Muse (begins|ends) here" in their header
1859       or footer, since muse-journal needs this in order to determine where
1860       entries begin and end.
1862     modified files:
1863      examples/mwolson/templates/footer.html
1864      examples/mwolson/templates/generic-footer.html
1865      examples/mwolson/templates/generic-header.html
1866      examples/mwolson/templates/header.html
1867      examples/mwolson/templates/header.tex lisp/muse-journal.el
1870 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1872     Summary:
1873       Get simple test case for definition lists to work.
1874     Revision:
1875       muse--main--1.0--patch-10
1877     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1878       publish properly.
1879       (muse-forward-list-item): Fix edge case.
1881     modified files:
1882      lisp/muse-publish.el
1885 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1887     Summary:
1888       Add documentation to some publishing functions.
1889     Revision:
1890       muse--main--1.0--patch-9
1892     * lisp/muse-publish.el (muse-publish-mark-read-only)
1893       (muse-publish-mark-noemphasis): Add documentation.
1895     modified files:
1896      lisp/muse-publish.el
1899 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1901     Summary:
1902       Fix an error with `custom-quote'.
1903     Revision:
1904       muse--main--1.0--patch-8
1906     * lisp/muse-project.el: Require 'cus-edit, since that is where
1907       `custom-quote' is defined.
1908     
1909     * muse.texi: Use copyright symbol.
1911     modified files:
1912      lisp/muse-project.el muse.texi
1915 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1917     Summary:
1918       muse-registry: update from author.
1919     Revision:
1920       muse--main--1.0--patch-7
1922     * lisp/muse-registry.el: Update to newest version from author.
1923       Re-tabify.
1925     modified files:
1926      lisp/muse-registry.el
1929 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1931     Summary:
1932       muse-latex: Handle double-quote edge case.
1933     Revision:
1934       muse--main--1.0--patch-6
1936     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
1937       character begins the buffer.
1939     modified files:
1940      lisp/muse-latex.el
1943 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
1945     Summary:
1946       Allow beginning and ending empty elements in tables.
1947     Revision:
1948       muse--main--1.0--patch-5
1950     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
1951       whitespace after the field if we're at the end of a line.
1952       (muse-table-line-regexp): Allow the table to start with a "|".  The
1953       resulting initial empty cell isn't yet thrown away like it should be.
1955     modified files:
1956      lisp/muse-regexps.el
1959 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
1961     Summary:
1962       muse-latex: Use \url to publish bare URLs.
1963     Revision:
1964       muse--main--1.0--patch-4
1966     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
1967       \href for bare URLs.  Thanks to Na Li for the suggestion!
1969     modified files:
1970      lisp/muse-latex.el
1973 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
1975     Summary:
1976       Create parents of output directories.
1977     Revision:
1978       muse--main--1.0--patch-3
1980     * lisp/muse-project.el (muse-project-publish-file): Create parent
1981       directories as well, if the output directory does not exist.  This can
1982       happen when we have nested directories in a project.
1984     modified files:
1985      lisp/muse-project.el
1988 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
1990     Summary:
1991       Pick a better default if publishing with more than one style.
1992     Revision:
1993       muse--main--1.0--patch-2
1995     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
1996       the list we return is in the right order.  That way, if more than one
1997       publishing rule matches a link, the first one is used, rather than the
1998       last.
2000     modified files:
2001      lisp/muse-project.el
2004 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2006     Summary:
2007       Oops, committed to the wrong archive.
2008     Revision:
2009       muse--main--1.0--patch-1
2011     Patches applied:
2012     
2013      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2014        Debian fixups.
2015     
2016      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2017        Another Debian fix.
2019     modified files:
2020      ChangeLog debian/emacsen-startup
2022     renamed files:
2023      debian/.arch-ids/NEWS.Debian.id
2024        ==> debian/.arch-ids/NEWS.id
2025      debian/NEWS.Debian
2026        ==> debian/NEWS
2028     new patches:
2029      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2030      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2033 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2035     Summary:
2036       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2037     Revision:
2038       muse--main--1.0--base-0
2040     (automatically generated log message)
2042     new patches:
2043      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2044      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2045      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2046      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2047      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2048      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2049      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2050      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2051      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2052      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2053      ajk@iu.edu--2005/muse--main--1.0--base-0
2054      ajk@iu.edu--2005/muse--main--1.0--patch-1
2055      ajk@iu.edu--2005/muse--main--1.0--patch-2
2056      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2057      davidsmith@acm.org--main/muse--devo--1.0--base-0
2058      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2059      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2060      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2061      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2062      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2063      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2064      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2065      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2066      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2067      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2068      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2069      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2070      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2071      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2072      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2073      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2074      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2075      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2076      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2077      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2078      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2079      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2080      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2081      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2082      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2083      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2084      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2085      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2086      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2087      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2088      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2089      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2090      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2091      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2092      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2093      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2094      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2095      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2096      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2097      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2098      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2099      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2100      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2101      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2102      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2103      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2104      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2105      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2106      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2107      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2108      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2109      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2110      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2111      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2112      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2113      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2114      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2115      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2116      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2117      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2118      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2119      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2120      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2121      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2122      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2123      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2124      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2125      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2126      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2127      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2128      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2129      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2130      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2131      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2132      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2133      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2134      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2135      mwolson@gnu.org--2005/muse--main--1.0--base-0
2136      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2137      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2138      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2141      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2142      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2143      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2144      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2145      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2146      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2147      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2148      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2149      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2150      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2151      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2152      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2153      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2154      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2155      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2156      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2157      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2158      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2159      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2160      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2161      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2162      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2163      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2164      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2165      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2166      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2167      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2168      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2169      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2170      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2171      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2172      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2173      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2174      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2175      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2176      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2177      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2178      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2179      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2180      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2181      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2182      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2183      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2184      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2185      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2186      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2187      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2188      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2189      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2190      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2191      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2192      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2193      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2194      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2195      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2196      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2197      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2198      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2231      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2232      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2233      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2234      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2235      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2236      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2237      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2238      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2239      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2240      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2241      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2242      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2243      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2244      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2245      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2287      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2288      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2289      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2290      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2291      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2292      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2293      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2294      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2297      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2298      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2299      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2300      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2301      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2302      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2303      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2304      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2305      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2306      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2307      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2308      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2309      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2310      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2311      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2312      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2313      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2314      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2315      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2316      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2317      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2318      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2319      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2320      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2321      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2322      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2323      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2324      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2325      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2326      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2327      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2328      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2329      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2330      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2331      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2332      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2333      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2334      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2335      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2336      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2337      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2338      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2339      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2340      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2341      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2342      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2345      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2346      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2347      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2348      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2349      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2350      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2351      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2352      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2353      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2354      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2355      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2356      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2357      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2358      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2359      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2360      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2361      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2362      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2363      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2364      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2365      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2366      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2367      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2368      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2369      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2370      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2371      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2372      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2373      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2374      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2375      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2376      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2377      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2378      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2379      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2380      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2381      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2382      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2383      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2384      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2385      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2386      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2387      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2388      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2389      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2390      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2391      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2392      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2393      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2394      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2395      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2396      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2397      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2398      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2399      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2400      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2401      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2402      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2403      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2404      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2405      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2406      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2407      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2408      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2409      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2410      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2411      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2412      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2413      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2414      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2415      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2416      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2417      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2418      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2419      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2420      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2421      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2422      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2423      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2424      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2425      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2426      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2427      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2428      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2429      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2430      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2431      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2432      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2433      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2434      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2435      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2436      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2437      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2438      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2439      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2440      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2441      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2442      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2443      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2444      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2445      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2446      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2447      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2448      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2449      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2450      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2451      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2452      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2453      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2454      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2455      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2456      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2457      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2458      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2459      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2460      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2461      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2462      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2463      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2464      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2465      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2466      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2467      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2468      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2469      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2470      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2471      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2472      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2473      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2474      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2475      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2476      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2477      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2478      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2479      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2480      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2481      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2482      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2483      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2484      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2485      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2486      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2487      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2488      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2489      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2490      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2491      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2492      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2493      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2494      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2495      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2496      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2497      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2498      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2499      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2500      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2501      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2502      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2503      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2504      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2505      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2506      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2507      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2508      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2509      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2510      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2511      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2512      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2513      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2514      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2515      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2516      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2517      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2518      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2519      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2520      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2521      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2522      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2523      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2524      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2525      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2526      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2527      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2528      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2529      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2530      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2531      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2532      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2533      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2534      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8