Fix horrendous typo.
[muse-el.git] / ChangeLog.2006
blob59cfab36194139e8bf0c4dab0c3865cba85f2b79
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-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
7     Summary:
8       Fix horrendous typo.
9     Revision:
10       muse--main--1.0--patch-107
12     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
13       strangeness.
15     modified files:
16      ChangeLog.2006 lisp/muse-publish.el
19 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
21     Summary:
22       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
23     Revision:
24       muse--main--1.0--patch-106
26     (Author: Per B. Sederberg <per@med.upenn.edu>)
27     
28     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
29       Option to not create implicit links to the current page.
30       (muse-wiki-handle-wikiword): Process the option to not create implicit
31       links to the current page.
33     modified files:
34      ChangeLog.2006 Makefile.defs debian/changelog
35      lisp/muse-wiki.el
37     new patches:
38      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
41 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
43     Summary:
44       Try to fix failure to recognize Muse file extension (6th attempt).
45     Revision:
46       muse--main--1.0--patch-105
48     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
49       init file is loaded.
50       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
51       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
52     
53     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
54       user's init file is loaded.  Explicitly add the Muse file extension
55       when muse.el is loaded, to make life simpler.
56       (muse-update-file-extension): Take several edge cases into account.
57       (muse-file-extension): Docfix.
58       (muse-update-file-extension-after-init): New function that causes the
59       file extension to be updated.
60     
61     * muse.texi (Projects): It is no longer necessary to call
62       `muse-mode-maybe' manually.
64     modified files:
65      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
68 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
70     Summary:
71       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
72     Revision:
73       muse--main--1.0--patch-104
75     (Author: Per B. Sederberg <per@med.upenn.edu>)
76     
77     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
78       to return a list of project files that have spaces.
79       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
80       spaces function.  Don't make this buffer-local.
82     modified files:
83      ChangeLog.2006 lisp/muse-wiki.el
85     new patches:
86      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
87      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
88      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
89      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
90      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
93 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
95     Summary:
96       Try to fix failure to recognize Muse file extension (5th attempt).
97     Revision:
98       muse--main--1.0--patch-103
100     * lisp/muse.el: To detect whether Emacs has fully started, check
101       `command-line-processed' instead of `inhibit-startup-hooks', since the
102       latter only exists for Emacs22.
104     modified files:
105      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
108 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
110     Summary:
111       muse-html: Add :style-sheet element.
112     Revision:
113       muse--main--1.0--patch-102
115     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
116       :style-sheet element.
117       ("html", "xhtml"): Add the :style-sheet element.
118     
119     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
120       style already exists.  Instead, just replace the existing style.
121       (muse-derive-style): Ditto.
122     
123     * muse.texi (Style Elements): Mention :style-sheet.
125     modified files:
126      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
127      muse.texi
130 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
132     Summary:
133       Try to fix failure to recognize Muse file extension (4th attempt).
134     Revision:
135       muse--main--1.0--patch-101
137     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
138       the command line.
140     modified files:
141      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
144 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
146     Summary:
147       Try to fix failure to recognize Muse file extension (3rd attempt).
148     Revision:
149       muse--main--1.0--patch-100
151     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
153     modified files:
154      ChangeLog.2006 lisp/muse.el
157 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
159     Summary:
160       Try to fix failure to recognize Muse file extension (2nd attempt).
161     Revision:
162       muse--main--1.0--patch-99
164     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
165       auto-mode-alist.
167     modified files:
168      ChangeLog.2006 lisp/muse.el
171 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
173     Summary:
174       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
175     Revision:
176       muse--main--1.0--patch-98
178     (Author: Per B. Sederberg <per@med.upenn.edu>)
179     
180     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
181       interwiki-regexp to search for any project file name.  This is so it
182       will match files with spaces.
184     modified files:
185      ChangeLog.2006 lisp/muse-wiki.el
187     new patches:
188      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
189      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
190      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
191      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
192      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
193      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
194      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
197 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
199     Summary:
200       Try to fix failure to recognize Muse file extension.
201     Revision:
202       muse--main--1.0--patch-97
204     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
205       of semantics.
206     
207     * lisp/muse.el: Call muse-update-file-extension in
208       muse-update-values-hook, instead of
209       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
210       emacs-startup-hook, so that the user has time to set this in their
211       .emacs file.
213     modified files:
214      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
217 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
219     Summary:
220       Make things in contrib directory installable.
221     Revision:
222       muse--main--1.0--patch-96
224     * Makefile (SUBDIRS): Add contrib.
225       (all): Add contrib.
226       (contrib): New target that compiles things in the contrib directory.
227       (install-bin): Add contrib.  Install things in the contrib directory.
228       Also install uncompiled things in the experimental directory.
229     
230     * contrib/Makefile: New Makefile for the contrib directory.
231     
232     * contrib/httpd.el (httpd-start): Fix compiler warnings.
233     
234     * debian/emacsen-install: Compile files in contrib directory in addition
235       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
236     
237     * debian/emacsen-startup: Add contrib directory to load-path.
238     
239     * experimental/Makefile (test): Remove target.
240       (install-uncompiled): New target that installs uncompiled files.
241     
242     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
243       (muse-update-file-extension): Fix a warning that occurred when doing
244       batch publishing.
246     new files:
247      contrib/.arch-ids/Makefile.id contrib/Makefile
249     modified files:
250      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
251      debian/changelog debian/emacsen-install debian/emacsen-startup
252      experimental/Makefile lisp/muse.el muse.texi
255 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
257     Summary:
258       Remove muse-registry.el.
259     Revision:
260       muse--main--1.0--patch-95
262     * lisp/muse-registry.el: Move to the Planner project, since it is a
263       better fit with Planner than Muse.
265     removed files:
266      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
268     modified files:
269      AUTHORS ChangeLog.2006
272 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
274     Summary:
275       Prepare Debian package for Arch snapshot.
276     Revision:
277       muse--main--1.0--patch-94
279     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
280       snapshot.
282     modified files:
283      ChangeLog.2006 Makefile.defs debian/changelog
286 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
288     Summary:
289       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
290     Revision:
291       muse--main--1.0--patch-93
293     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
294       `muse-wiki-hide-nop-tag' into account.
296     modified files:
297      ChangeLog.2006 lisp/muse-wiki.el
300 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
302     Summary:
303       Fix a couple of compiler warnings.
304     Revision:
305       muse--main--1.0--patch-92
307     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
309     modified files:
310      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
313 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
315     Summary:
316       Make interwiki links work with the new option.
317     Revision:
318       muse--main--1.0--patch-91
320     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
321       parameters.  Populate this correctly when
322       `muse-wiki-match-all-project-files' is non-nil.
324     modified files:
325      ChangeLog.2006 lisp/muse-wiki.el
328 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
330     Summary:
331       Permit table generation to be disabled for a single Muse page.
332     Revision:
333       muse--main--1.0--patch-90
335     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
336       data, don't publish the table.
337     
338     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
339     
340     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
341     
342     * lisp/muse-publish.el (muse-publish-table-fields): If the
343       "disable-tables" publishing directive exists for the current page, do
344       not generate a table.
345     
346     * muse.texi (Tables): Mention that table generation can be disabled for a
347       single page.
349     modified files:
350      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
351      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
354 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
356     Summary:
357       muse-wiki: Match filenames before WikiWords.
358     Revision:
359       muse--main--1.0--patch-89
361     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
362       filenames in project before the general WikiWord regexp.
364     modified files:
365      ChangeLog.2006 lisp/muse-wiki.el
368 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
370     Summary:
371       Use a better mechanism for updating autogenerated variables.
372     Revision:
373       muse--main--1.0--patch-88
375     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
376     
377     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
378     
379     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
380       muse-update-values-hook.
381     
382     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
383       muse-update-values-hook.
384     
385     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
386       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
387       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
388       error is fixed.
389       (muse-wiki-update-custom-values): Replace with function that gives a
390       warning and an explanation.
391     
392     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
393       example so that people who use it won't have a wrong value in
394       muse-mode-hook.
396     modified files:
397      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
398      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
399      lisp/muse.el
402 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
404     Summary:
405       muse-wiki: Implement implicit links for all files in project.
406     Revision:
407       muse--main--1.0--patch-87
409     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
410       don't get errors when trying to use it.
411     
412     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
413       muse-project-file-alist-hook.
414       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
415       into a recursive call.
416       (muse-wiki-update-wikiword-regexp): Call
417       `muse-wiki-update-local-wikiword-regexp'.
418     
419     (Author: Per B. Sederberg <per@med.upenn.edu>)
420     
421     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
422       muse-before-publish-hook and muse-mode-hook so that implicit links are
423       published properly.
424       (muse-wiki-wikiword-match-project-files): New option for determining
425       whether to match all project files as implicit links.  This is off by
426       default.
427       (muse-wiki-update-local-wikiword-regexp): New function to make the
428       wikiword-regexp local and append the files in the current project to
429       it.
431     modified files:
432      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
434     new patches:
435      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
436      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
437      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
438      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
439      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
440      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
441      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
442      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
443      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
444      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
445      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
446      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
447      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
448      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
451 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
453     Summary:
454       Update Muse's file-alist after saving any Muse page.
455     Revision:
456       muse--main--1.0--patch-86
458     * lisp/muse-project.el (muse-project-after-save-hook): New function that
459       causes Muse's file-alist to be updated when we are saving a Muse file.
460       This is added to after-save-hook.
462     modified files:
463      ChangeLog.2006 lisp/muse-project.el
466 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
468     Summary:
469       Add a hook that is called whenever Muse's file-alist is updated.
470     Revision:
471       muse--main--1.0--patch-85
473     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
474       executed after an update to muse-project-file-alist happens.
475       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
477     modified files:
478      ChangeLog.2006 lisp/muse-project.el
481 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
483     Summary:
484       muse-mode: Recognize definition lists when filling text.
485     Revision:
486       muse--main--1.0--patch-84
488     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
489       text.
490     
492     modified files:
493      ChangeLog.2006 lisp/muse-mode.el
496 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
498     Summary:
499       Remove unrelated part of patch-82.
500     Revision:
501       muse--main--1.0--patch-83
504     modified files:
505      ChangeLog.2006 lisp/muse-mode.el
508 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
510     Summary:
511       muse-journal: Fix dates in RSS feeds.
512     Revision:
513       muse--main--1.0--patch-82
515     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
516       date is in a format that RSS readers can handle.  Thanks to René
517       Stadler for the patch.
519     modified files:
520      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
523 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
525     Summary:
526       debian: Install ChangeLog properly.
527     Revision:
528       muse--main--1.0--patch-81
530     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
531       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
532       the breakage report.
534     modified files:
535      ChangeLog.2006 debian/rules
538 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
540     Summary:
541       Fix a bug triggered by batch-publishing.
542     Revision:
543       muse--main--1.0--patch-80
545     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
546       right algorithm turned out to be simpler than I had thought.  Thanks to
547       Sergei V. Fleytin for reporting breakage with the old method.
548       (muse-publish-file): Don't be overzealous when checking for an invalid
549       style -- use a simpler check.
550       (muse-batch-publish-files): Don't check for invalid styles here, since
551       we already do so in `muse-publish-file'.
553     modified files:
554      ChangeLog.2006 lisp/muse-publish.el
557 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
559     Summary:
560       muse.texi: Move some sections to a new Extending Muse chapter.
561     Revision:
562       muse--main--1.0--patch-79
564     * muse.texi (Extending Muse): New chapter containing nodes that deal with
565       extending Muse in various ways.
566       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
568     modified files:
569      ChangeLog.2006 muse.texi
572 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
574     Summary:
575       Fix a couple of recently-introduced bugs.
576     Revision:
577       muse--main--1.0--patch-78
579     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
580       extra hard to preserve our settings for faces, especially after a new
581       frame or splash screen.
582     
583     * lisp/muse.el (muse-copy-face): New function that ensures the face is
584       copied globally, to the extent the Emacs permits this.
586     modified files:
587      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
590 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
592     Summary:
593       Update my example configuration file.
594     Revision:
595       muse--main--1.0--patch-77
598     modified files:
599      ChangeLog.2006 examples/mwolson/muse-init.el
602 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
604     Summary:
605       Remove cruft from patch logs.
606     Revision:
607       muse--main--1.0--patch-76
610     modified files:
611      ChangeLog.2006
612      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
613      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
614      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
615      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
616      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
617      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
618      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
619      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
622 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
624     Summary:
625       Make faces more robust and namespace-conforming.
626     Revision:
627       muse--main--1.0--patch-75
629     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
630       face has documentation and a group.
631       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
632       "-face" suffix.
633       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
634       faces have documentation and a group.  Copy unconditionally from the
635       related Emacs faces, rather than specifying face attributes.
636       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
637       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
638       face names.
639     
640     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
641       the 'muse-link property rather than looking at the face.
643     modified files:
644      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
647 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
649     Summary:
650       muse.texi: Mention the <code> tag.
651     Revision:
652       muse--main--1.0--patch-74
654     * muse.texi (Emphasizing Text): Mention the <code> tag.
656     modified files:
657      ChangeLog.2006 muse.texi
660 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
662     Summary:
663       Fix bug in verse markup, undesired behavior with emdash.
664     Revision:
665       muse--main--1.0--patch-73
667     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
668       around emdash.
669     
670     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
671     
672     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
673     
674     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
675       trailing whitespace to `muse-markup-text', in case the current
676       publishing wishes to use them.
677       (muse-publish-markup-verse): Insert newline without adding read-only
678       properties to it.  This fixes a paragraph detection bug in HTML
679       publishing.
681     modified files:
682      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
683      lisp/muse-publish.el lisp/muse-xml.el
686 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
688     Summary:
689       httpd.el: Update to work with newer versions of Emacs.
690     Revision:
691       muse--main--1.0--patch-72
693     * contrib/httpd.el (httpd-start): Update this to work with newer versions
694       of Emacs.
696     modified files:
697      ChangeLog.2006 contrib/httpd.el
700 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
702     Summary:
703       muse-journal: Make custom RSS heading regexps possible.
704     Revision:
705       muse--main--1.0--patch-71
707     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
708       determines the regexp to use when searching for an RSS heading.
709       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
711     modified files:
712      ChangeLog.2006 lisp/muse-journal.el
715 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
717     Summary:
718       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
719     Revision:
720       muse--main--1.0--patch-70
722     * lisp/muse-project.el (muse-project-publish): If we cannot find a
723       project to publish, indicate this in an error message.
724     
725     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
726       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
727       (muse-detect-invalid-style): New function that makes sure that the
728       given style is in a valid format.
729       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
730       publishing.
732     modified files:
733      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
736 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
738     Summary:
739       muse-mode: Don't require muse-publish.el.
740     Revision:
741       muse--main--1.0--patch-69
743     * lisp/muse-mode.el: Use a few autoloads instead of requiring
744       muse-publish.el.  This allows people to optionally have Muse mode
745       without including the publishing features, as long as they never call a
746       publishing function.  The documentation says that Muse is supposed to
747       be modular in that way, so I guess we'd better follow it.
748       (muse-insert-tag): Make sure that muse-publish is required before
749       accessing `muse-publish-markup-tags'.
751     modified files:
752      ChangeLog.2006 lisp/muse-mode.el
755 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
757     Summary:
758       Minor code cleanup.
759     Revision:
760       muse--main--1.0--patch-68
762     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
764     modified files:
765      ChangeLog.2006 lisp/muse-mode.el
768 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
770     Summary:
771       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
772     Revision:
773       muse--main--1.0--patch-67
775     (Author: Per B. Sederberg <per@med.upenn.edu>)
776     
777     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
778       used for grepping.
779       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
780       muse-find-backlinks C-c C-b
781       (muse-grep): New function to envoke a search with the compiler.
782       (muse-search-with-command): New function to search for text, optionally
783       editing the command.
784       (muse-search): New function to search for text.
785       (muse-find-backlinks): New function to search for backlinks to the
786       current page.
788     modified files:
789      ChangeLog.2006 lisp/muse-mode.el
791     new patches:
792      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
793      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
794      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
795      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
796      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
797      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
798      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
799      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
800      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
801      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
802      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
803      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
806 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
808     Summary:
809       Make it easier to call context-specific region-escaping function.
810     Revision:
811       muse--main--1.0--patch-66
813     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
814       returned from specials, call it with beg, end, ignore-read-only args.
815       This allows for people to specify their own functions for escaping
816       regions, depending on context.  See `muse-xml-decide-specials' in
817       muse-xml-common.el.  This functionality already exists for escaping
818       specials in strings.
820     modified files:
821      ChangeLog.2006 lisp/muse-publish.el
824 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
826     Summary:
827       Attempt to make new syntaxes easier to support.
828     Revision:
829       muse--main--1.0--patch-65
831     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
832       and `muse-get-link-data'.
833     
834     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
835     
836     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
837       (muse-make-link): Change argument name.
838     
839     * lisp/muse.el (muse-handle-explicit-link): Ditto.
840       (muse-get-link, muse-get-link-desc): New functions that return the link
841       and the link description, respectively, from the given TARGET.  The
842       idea is that at least one other markup syntax puts descriptions before
843       links, so all they would have to do is re-define these two functions.
845     modified files:
846      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
847      lisp/muse-mode.el lisp/muse.el
850 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
852     Summary:
853       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
854     Revision:
855       muse--main--1.0--patch-64
857     * Makefile.defs, lisp/muse-colors.el: Fix typo.
858     
859     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
860       `replace-in-string' is checked before `replace-regexp-in-string', since
861       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
862       Ottaway for the heads up.
864     modified files:
865      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
868 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
870     Summary:
871       muse-latex: Add footnotes to links so that they show up on printed copies.
872     Revision:
873       muse--main--1.0--patch-63
875     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
876       'url-and-desc.  Display footnotes if we have both a link and a
877       description, since we want URLs to show up on printed documents.
878       (muse-latex-markup-specials-document): Escape the "@" character in the
879       entire document.
880     
881     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
882       without descriptions and URLs with descriptions.  If no markup string
883       exists for 'url-and-desc, fall back to 'url.
885     modified files:
886      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
889 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
891     Summary:
892       Fix publishing error with multi-line wrapped list items.
893     Revision:
894       muse--main--1.0--patch-62
896     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
897       multiple lines of a wrapped list item.
899     modified files:
900      ChangeLog.2006 lisp/muse-publish.el
903 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
905     Summary:
906       Add COPYING file; update headers.
907     Revision:
908       muse--main--1.0--patch-61
910     * COPYING: New file containing the GNU GPL.
911     
912     * AUTHORS: Bookkeeping.
913     
914     * README: Add License section.  Change Muse homepage URL.
915     
916     * debian/copyright: Change Muse homepage URL.  Prune list to those who
917       have changed 15+ lines of code, since this is the amount that
918       constitutes legal contribution to a software work, AFAICT.
919     
920     * examples/mwolson: Update contents of directory to match my current
921       setup.
922     
923     * experimental/muse*.el, lisp/muse*.el: Update headers.
924     
925     * muse.texi: Change Muse homepage URL.
927     new files:
928      .arch-ids/COPYING.id COPYING
930     modified files:
931      AUTHORS ChangeLog.2006 README debian/copyright
932      examples/mwolson/muse-init.el
933      examples/mwolson/stylesheets/blog.css
934      examples/mwolson/stylesheets/common.css
935      examples/mwolson/stylesheets/print.css
936      examples/mwolson/stylesheets/screen.css
937      experimental/muse-cite.el experimental/muse-mathml.el
938      experimental/muse-message.el lisp/muse-backlink.el
939      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
940      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
941      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
942      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
943      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
944      lisp/muse-publish.el lisp/muse-regexps.el
945      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
946      lisp/muse-xml.el lisp/muse.el muse.texi
949 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
951     Summary:
952       Update Muse XML schema.
953     Revision:
954       muse--main--1.0--patch-60
956     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
957       history.  We'll call this v0.3 of the schema.
958     
959     * lisp/muse-xml-common.el: Update header.
960       (muse-xml-markup-table): Fix table generation when attributes are not
961       specified.
963     modified files:
964      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
967 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
969     Summary:
970       Fix output for consecutive list items of same type.
971     Revision:
972       muse--main--1.0--patch-59
974     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
975       post-indent and indent-found values local to each list item.  This
976       should fix undesired behavior with consecutive list items of the same
977       type.
979     modified files:
980      ChangeLog.2006 lisp/muse-publish.el
983 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
985     Summary:
986       Make C-> and C-< keybindings not indent nested items.
987     Revision:
988       muse--main--1.0--patch-58
990     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
991       nested items.
992     
993     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
994       optional, and document this.
996     modified files:
997      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1000 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1002     Summary:
1003       Slightly improve flyspell integration.
1004     Revision:
1005       muse--main--1.0--patch-57
1007     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1008       property to determine whether we are at a link.
1010     modified files:
1011      ChangeLog.2006 lisp/muse-mode.el
1014 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1016     Summary:
1017       Make nested definition list items work much better.
1018     Revision:
1019       muse--main--1.0--patch-56
1021     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1022       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1023       move function.
1024       (muse-publish-surround-text): If we are to determine the indentation,
1025       but have found no list items, set indent to the empty string.  If we
1026       are to determine indentation but have found an item, get all leading
1027       whitespace and set indent to it.  Never try to determine post-indent
1028       using the first line.  Try to contain the amount of "damage" a nested
1029       list item can do to wrapped list item text.
1030     
1031     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1032       part so that it is easier to indicate the amount of desired initial
1033       whitespace.
1034     
1035     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1036       entry optional.
1037       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1038       merged into `muse-forward-list-item'.
1039       (muse-forward-list-item-1): New function that determines whether a
1040       nested list item is found.
1041       (muse-forward-list-item): Move hairy nested list detection algorithm
1042       into `muse-forward-list-item-1'.  Be extra careful about terminating
1043       when we go past the boundary.
1045     modified files:
1046      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1047      lisp/muse.el
1050 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1052     Summary:
1053       Add backlink support, thanks to Jim Ottaway.
1054     Revision:
1055       muse--main--1.0--patch-55
1057     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1058       variable that indicates whether Muse is fontifying the current buffer.
1059       (muse-colors-region): Set `muse-colors-fontifying' to t.
1060     
1061     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1062       support.  I've modified it slightly to get rid of the defadvice forms.
1064     new files:
1065      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1067     modified files:
1068      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1071 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1073     Summary:
1074       muse-protocols: Add Wikipedia support.
1075     Revision:
1076       muse--main--1.0--patch-54
1078     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1079       is used to look up terms on the Wikipedia website.
1080       (muse-wikipedia-country): New option that specifies the country code to
1081       use for Wikipedia.
1082       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1083       resolve and browse Wikipedia URLs.
1085     modified files:
1086      ChangeLog.2006 lisp/muse-protocols.el
1089 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1091     Summary:
1092       muse-protocols: Add DOI handling.
1093     Revision:
1094       muse--main--1.0--patch-53
1096     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1097       DOI's (digitial object identifiers) are a standard identifier used in
1098       the publishing industry.  Thanks to Phillip Lord for the patch.
1099       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1100       and browse DOI's.
1102     modified files:
1103      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1106 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1108     Summary:
1109       Refine previous patch.
1110     Revision:
1111       muse--main--1.0--patch-52
1113     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1114       ever use the fallback method.  Save point when using new method.
1116     modified files:
1117      ChangeLog.2006 lisp/muse-mode.el
1120 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1122     Summary:
1123       Make visiting of links a bit faster.
1124     Revision:
1125       muse--main--1.0--patch-51
1127     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1128       property.
1129       (muse-link-properties): If we are highlighting a link, add the
1130       muse-link property.
1131     
1132     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1133       exists at point, use it to bound the link.  Otherwise, use the old
1134       method.  This should make it easier to visit custom implicit link
1135       forms, since it does not require a change to muse-implicit-link-regexp.
1136     
1137     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1138       used when muse-colors.el is loaded.
1140     modified files:
1141      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1142      lisp/muse-regexps.el
1145 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1147     Summary:
1148       Make resolving of inline image paths more flexible.
1149     Revision:
1150       muse--main--1.0--patch-50
1152     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1153       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1154       option.  Make the fallback customization type a function rather than a
1155       symbol.
1156       (muse-colors-use-publishing-directory): New function that takes the
1157       best guess at where the current Muse file will be published and makes
1158       the given link relative to that.
1159       (muse-colors-insert-image): If muse-colors-inline-image-method is
1160       'default-directory, use the default directory.  If it is a function,
1161       call that function with LINK as an argument.  Otherwise, give up.
1163     modified files:
1164      ChangeLog.2006 lisp/muse-colors.el
1167 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1169     Summary:
1170       Fix inline image lockup.
1171     Revision:
1172       muse--main--1.0--patch-49
1174     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1175       patch-47.  This will prevent Muse from locking up after making a new
1176       inline image.
1178     modified files:
1179      ChangeLog.2006 lisp/muse-colors.el
1182 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1184     Summary:
1185       Fix publishing problem with XEmacs.
1186     Revision:
1187       muse--main--1.0--patch-48
1189     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1190       publishing problem when text at beginning of buffer is read-only.
1191       Thanks to Christian Clercin for the report.
1193     modified files:
1194      ChangeLog.2006 lisp/muse-publish.el
1197 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1199     Summary:
1200       Get increase and decrease of list indentation to work with complex cases.
1201     Revision:
1202       muse--main--1.0--patch-47
1204     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1205       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1206       to indicate this interpretation, though parens are different.
1207     
1208     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1209       (muse-alter-list-item-indentation): New function that alters the list
1210       structure at point.  The behavior to use is specified by the OPERATION
1211       argument.  Currently-supported operations are 'increase and 'decrease
1212       indentation level.  This now uses the same sort of list detection
1213       algorithm that is used during publishing, so it should work as expected
1214       for complicated cases.
1215       (muse-increase-list-item-indentation)
1216       (muse-decrease-list-item-indentation): Use
1217       `muse-alter-list-item-indentation'.
1219     modified files:
1220      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1223 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1225     Summary:
1226       Code simplification; improve muse-list-item-type function.
1227     Revision:
1228       muse--main--1.0--patch-46
1230     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1231       'dl-entry, instead of just returning 'dl.
1232       (muse-forward-dl-term, muse-forward-dl-entry): Use
1233       muse-forward-list-item.
1234       (muse-forward-dl-part): Remove, merge functionality into
1235       muse-forward-list-item.
1236       (muse-forward-list-item): Add a few conditions needed for skipping
1237       nested 'dl-term and 'dl-entry items.
1239     modified files:
1240      ChangeLog.2006 lisp/muse.el
1243 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1245     Summary:
1246       Put movement by list and paragraph functions in muse.el.
1247     Revision:
1248       muse--main--1.0--patch-45
1250     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1251       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1252       (muse-forward-list-item): Move here from muse-publish.el, so that
1253       muse-mode can make use of these.
1255     modified files:
1256      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1259 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1261     Summary:
1262       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1263     Revision:
1264       muse--main--1.0--patch-44
1266     (Author: Per B. Sederberg <per@med.upenn.edu>)
1267     
1268     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1269       decrease the current item indentation.
1270       (muse-get-paragraph-start): Helper function to determine the start of
1271       the current paragraph.
1272       (muse-insert-list-item): Cleaned up list item insertion code and made
1273       it handle definitions.
1274       (muse-increase-list-item-indentation): New interactive function to
1275       increase list item indentation.
1276       (muse-decrease-list-item-indentation): New interactive function to
1277       decrease list item indentation.
1279     modified files:
1280      ChangeLog.2006 lisp/muse-mode.el
1282     new patches:
1283      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1284      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1285      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1286      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1287      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1288      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1289      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1290      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1291      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1292      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1295 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1297     Summary:
1298       Use slightly better algorithm for removing initial whitespace.
1299     Revision:
1300       muse--main--1.0--patch-43
1302     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1303       the definition occurred on the same line as the term.
1304       (muse-publish-surround-text): Use a slightly better algorithm for
1305       removing initial indentation of list items.  This way, we preserve
1306       nesting of lists and also deal with same-level items that occur after
1307       nested items.  This probably doesn't make much of a difference in the
1308       output, but it should make support of nested definition lists a bit
1309       less troublesome in some cases.
1310       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1311       regexp.
1312       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1313       data.  Don't remove any text.  This makes the function easier to reuse
1314       in display-only situations.
1316     modified files:
1317      ChangeLog.2006 lisp/muse-publish.el
1320 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1322     Summary:
1323       In a preliminary way, make definition lists nest.
1324     Revision:
1325       muse--main--1.0--patch-42
1327     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1328       lists nest a bit better.
1329     
1330     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1331       use it anymore.
1333     modified files:
1334      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1337 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1339     Summary:
1340       Fix nested list regression.
1341     Revision:
1342       muse--main--1.0--patch-41
1344     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1345       original indentation value and use that.  This fixes a regression
1346       caused by the last patch.
1348     modified files:
1349      ChangeLog.2006 lisp/muse-publish.el
1352 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1354     Summary:
1355       Make code look nicer by using muse-forward-dl-* functions.
1356     Revision:
1357       muse--main--1.0--patch-40
1359     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1360       forms into muse-forward-dl-* for increased reusability.
1361       (muse-publish-surround-text): Call move function with an indent
1362       argument so that we don't have to use partial substitution in lambda
1363       forms.
1364       (muse-forward-dl-term): New function that moves forward to the next
1365       definition list term.
1366       (muse-forward-dl-entry): New function that moves forward to the next
1367       definition list entry.
1368       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1369       does not move past entire definition list items, only parts of them.
1370       (muse-publish-markup-list, muse-publish-markup-quote):
1371       (muse-publish-quote-tag): Use better lambda form, and include a
1372       parameter.
1374     modified files:
1375      ChangeLog.2006 lisp/muse-publish.el
1378 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1380     Summary:
1381       Handle blockquoted sections within lists properly.
1382     Revision:
1383       muse--main--1.0--patch-39
1385     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1386       property.  This should make blockquoted sections within a list do the
1387       right thing.
1388       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1389       behavior of `muse-forward-paragraph'.
1391     modified files:
1392      ChangeLog.2006 lisp/muse-publish.el
1395 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1397     Summary:
1398       Fix problem when previous list item was nested.
1399     Revision:
1400       muse--main--1.0--patch-38
1402     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1403       indicator at the correct place.  This fixes an error where a previous
1404       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1405       for the report.
1407     modified files:
1408      ChangeLog.2006 lisp/muse-publish.el
1411 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1413     Summary:
1414       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1415     Revision:
1416       muse--main--1.0--patch-37
1418     * muse.texi (Implicit Links): Mention how to customize the WikiName
1419       recognition, and note that if you're setting this manually, you have to
1420       call some additional code.  This should fix #5376.  Also remove local
1421       variables section at end, since it seems pointless.
1423     modified files:
1424      ChangeLog.2006 muse.texi
1427 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1429     Summary:
1430       Fix #5325: nested formatting not working in HTML output.
1431     Revision:
1432       muse--main--1.0--patch-36
1434     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1435       work.  I'm a bit worried about possible double-escaping, though.
1436       Perhaps we should write the context to a text property and escape it
1437       later.  This should fix #5325.
1439     modified files:
1440      ChangeLog.2006 lisp/muse-publish.el
1443 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1445     Summary:
1446       Make paragraphs respect the end of a list or list item.
1447     Revision:
1448       muse--main--1.0--patch-35
1450     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1451       end of a list (or list item), back up.  This allows for a nice side
1452       effect when using indented sentences in between list items.
1453     
1454     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1455     
1456     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1457     
1458     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1459       and end-item are marked up with end-list properties.
1461     modified files:
1462      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1463      lisp/muse-publish.el lisp/muse-xml.el
1466 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1468     Summary:
1469       Make sure an initial term exists before publishing definition list.
1470     Revision:
1471       muse--main--1.0--patch-34
1473     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1474       exists before publishing a definition list.
1476     modified files:
1477      ChangeLog.2006 lisp/muse-publish.el
1480 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1482     Summary:
1483       Add comments to nested list code.
1484     Revision:
1485       muse--main--1.0--patch-33
1487     * lisp/muse-publish.el (muse-publish-surround-dl)
1488       (muse-publish-surround-text, muse-forward-dl-item):
1489       (muse-forward-list-item): Add comments, since there were many
1490       intricacies that are probably not obvious to the casual reader.
1491       (muse-forward-dl-item): Remove no-op condition.
1493     modified files:
1494      ChangeLog.2006 lisp/muse-publish.el
1497 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1499     Summary:
1500       Make nested list items work when separated by one blank line.
1501     Revision:
1502       muse--main--1.0--patch-32
1504     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1505       muse-forward-dl-item instead of muse-forward-list-item.  On second
1506       thought, don't unconditionally insert a newline, as that breaks some
1507       things.
1508       (muse-forward-dl-item): New function that moves forward to the next
1509       definition list item.  This was factored out from
1510       muse-forward-list-item, since it was getting too complex for my liking.
1511       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1512       indented line, and skip past these if we have a blank line followed by
1513       an indented line.  "Indented" means "indented one past the current
1514       indentation level" here.  Remove some initial whitespace that was being
1515       overlooked before.
1517     modified files:
1518      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1521 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1523     Summary:
1524       Fix a couple of bugs in muse-wiki-resolve-project-page.
1525     Revision:
1526       muse--main--1.0--patch-31
1528     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1529       better algorithm for adding styles to a list.
1530     
1531     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1532       carefully.  This should fix one or two hard-to-explain bugs.
1534     modified files:
1535      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1538 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1540     Summary:
1541       Fix another definition list edge case.
1542     Revision:
1543       muse--main--1.0--patch-30
1545     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1546       unordered list immediately follows definition list term.
1548     modified files:
1549      ChangeLog.2006 lisp/muse-publish.el
1552 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1554     Summary:
1555       Pass all current definition list test cases.
1556     Revision:
1557       muse--main--1.0--patch-29
1559     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1560       line if definition is not on the same line as the term.
1561       (muse-forward-list-item): Fix publishing incorrectness that occurred
1562       when a non-dl list follows a definition list.  Always move to the right
1563       place so as to prevent extra empty dd elements from being published.
1565     modified files:
1566      ChangeLog.2006 lisp/muse-publish.el
1569 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1571     Summary:
1572       Merge consecutive definition list terms properly.
1573     Revision:
1574       muse--main--1.0--patch-28
1576     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1577       correctly.  This makes Muse merge several definition list items into
1578       one list.
1579       (muse-forward-list-item): Use simpler regexp for 'dl.
1580     
1581     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1582       definition lists, and make terms the 2nd matched text.
1584     modified files:
1585      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1588 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1590     Summary:
1591       Bookkeeping.
1592     Revision:
1593       muse--main--1.0--patch-27
1595     * AUTHORS: Update.
1596     
1597     * muse-colors.el, muse-mode.el: Credit contributions.
1599     modified files:
1600      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1603 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1605     Summary:
1606       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1607     Revision:
1608       muse--main--1.0--patch-26
1610     Patches applied:
1611     
1612      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1613        Added ability to show inline images in the Emacs buffer.
1614     
1615      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1616        Added enhanced list item insertion.
1617     
1618     Detailed log:
1619     
1620     (Author: Per B. Sederberg <per@med.upenn.edu>)
1621     
1622     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1623       list item.  New key mapping to toggle showing images.  Added a key
1624       mapping to insert a link to a file and modified the key map to insert a
1625       tag.
1626       (muse-on-blank-line): Helper function to determine if the point is on a
1627       line containing only blank spaces.
1628       (muse-insert-list-item): New interactive function to insert a new list
1629       item, taking into account the current list state.
1630       (muse-insert-relative-link-to-file): New function to insert a link to a
1631       file, relative to the default directory.
1632     
1633     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1634       for where to search for images to inline in the buffer.
1635       (muse-colors-inline-images): Added custom boolean field for whether to
1636       show inline images in the buffer.
1637       (muse-colors-toggle-inline-images): New function to toggle showing the
1638       inline images in the buffer.
1639       (muse-unhighlight-region): Now removes end-glyph text properties to
1640       support XEmacs.
1641       (muse-colors-resolve-image-file): New function to determine if a link
1642       is an image and whether the version of Emacs can support inline images.
1643       (muse-make-file-glyph): New function to create an image glyph if we are
1644       using XEmacs.
1645       (muse-colors-insert-image): New function to insert an image in an Emacs
1646       buffer.
1647       (muse-colors-explicit-link): Modified function to have the ability to
1648       insert an image instead of formatting the text of the link.
1650     modified files:
1651      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1653     new patches:
1654      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1655      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1656      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1657      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1658      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1661 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1663     Summary:
1664       Pass testcase for definition list and nested unordered list.
1665     Revision:
1666       muse--main--1.0--patch-25
1668     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1669       lists always have at least one entry.  This appears to do the right
1670       thing with a sample nested unordered list.
1672     modified files:
1673      ChangeLog.2006 lisp/muse-publish.el
1676 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1678     Summary:
1679       Some definition list fixes.
1680     Revision:
1681       muse--main--1.0--patch-24
1683     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1684       markup for end of list using the `muse-insert-markup-end-list'
1685       function.  Handle list items nested inside of a definition list.
1687     modified files:
1688      ChangeLog.2006 lisp/muse-publish.el
1691 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1693     Summary:
1694       Fix another wrapped list item edge case.
1695     Revision:
1696       muse--main--1.0--patch-23
1698     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1699       indentation in a region when we encounter any list items.  This should
1700       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1701       for the report.
1703     modified files:
1704      ChangeLog.2006 lisp/muse-publish.el
1707 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1709     Summary:
1710       Fix comment in Debian packaging.
1711     Revision:
1712       muse--main--1.0--patch-22
1714     * debian/emacsen-remove: Fix comment.
1716     modified files:
1717      ChangeLog.2006 debian/emacsen-remove
1720 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1722     Summary:
1723       muse-blosxom: Fix order of #tags line in header.
1724     Revision:
1725       muse--main--1.0--patch-21
1727     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1728       rather than before it.  Thanks to bkhl for the heads up.
1730     modified files:
1731      ChangeLog.2006 lisp/muse-blosxom.el
1734 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1736     Summary:
1737       muse-blosxom: Add ability to use tags in entries.
1738     Revision:
1739       muse--main--1.0--patch-20
1741     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1742       publish them.
1743       (muse-blosxom-use-tags): New option that specifies whether we are using
1744       tags.
1745       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1746       RET without entering one.
1748     modified files:
1749      ChangeLog.2006 lisp/muse-blosxom.el
1752 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1754     Summary:
1755       Fix backtrace when publishing unsaved files.
1756     Revision:
1757       muse--main--1.0--patch-19
1759     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1760       trying to publish a file that has not been saved, and give an
1761       explanation to the user.
1763     modified files:
1764      ChangeLog.2006 lisp/muse-publish.el
1767 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1769     Summary:
1770       muse-texinfo: Fix link suffix.
1771     Revision:
1772       muse--main--1.0--patch-18
1774     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1775       styles.  This should fix a bug where links in published info files use
1776       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1778     modified files:
1779      ChangeLog.2006 lisp/muse-texinfo.el
1782 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1784     Summary:
1785       Fix prompting of non-Muse buffers before publishing.
1786     Revision:
1787       muse--main--1.0--patch-17
1789     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1790       Stadler to ignore buffers that have no associated filename.  This fixes
1791       an annoyance where Muse prompts to save BBDB and ERC buffers before
1792       publishing.
1794     modified files:
1795      AUTHORS ChangeLog.2006 lisp/muse-project.el
1798 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1800     Summary:
1801       Fix wrapped nested list item edge case.
1802     Revision:
1803       muse--main--1.0--patch-16
1805     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1806       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1807       case.
1808       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1809       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1810     
1811     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1812       exactly one space character in front of a unnumbered or numbered list.
1813       This should make it easier to match every list instance, since
1814       definition lists can now be handled more nicely in
1815       muse-publish-markup-regexps.  This also has the effect of fixing a
1816       wrapped nested list item edge case.
1818     modified files:
1819      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1822 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1824     Summary:
1825       Fix edge case in muse-wiki-publish-pretty-title.
1826     Revision:
1827       muse--main--1.0--patch-15
1829     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1830       the document does not have a valid title, use the empty string.
1832     modified files:
1833      ChangeLog.2006 lisp/muse-wiki.el
1836 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1838     Summary:
1839       Use debian/compat to determine debhelper compat level.
1840     Revision:
1841       muse--main--1.0--patch-14
1843     * debian/compat: New file that sets the debhelper compatibility level to
1844       4.
1845     
1846     * debian/rules: Remove DH_COMPAT line.
1848     new files:
1849      debian/.arch-ids/compat.id debian/compat
1851     modified files:
1852      ChangeLog.2006 debian/rules
1855 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1857     Summary:
1858       Fix a couple of table-publishing edge cases.
1859     Revision:
1860       muse--main--1.0--patch-13
1862     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1863       publishing error that occurs when a table line is the last thing in a
1864       document.  Thanks to cymacs for the report and suggested fix.
1865       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1866       them.
1867     
1868     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1869       at the end of the 'end-table markup string.
1870     
1871     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1872     
1873     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1874     
1875     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1876       newline at the end of the table.  This should fix a problem with
1877       paragraphs after tables not being published as such.  Thanks to cymacs
1878       for the report.
1879     
1880     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1881       muse-insert-markup to insert a trailing newline.
1883     modified files:
1884      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1885      lisp/muse-publish.el lisp/muse-texinfo.el
1886      lisp/muse-xml-common.el lisp/muse-xml.el
1889 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1891     Summary:
1892       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1893     Revision:
1894       muse--main--1.0--patch-12
1897     new files:
1898      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1900     renamed files:
1901      .arch-ids/ChangeLog.id
1902        ==> .arch-ids/ChangeLog.2005.id
1903      ChangeLog
1904        ==> ChangeLog.2005
1907 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1909     Summary:
1910       Make muse-journal work with whole-document escaping.
1911     Revision:
1912       muse--main--1.0--patch-11
1914     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1915       by Emacs Muse" so that muse-journal does not get confused.
1916     
1917     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1918       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1919       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1920       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1921       have "Page published by Emacs Muse (begins|ends) here" in their header
1922       or footer, since muse-journal needs this in order to determine where
1923       entries begin and end.
1925     modified files:
1926      examples/mwolson/templates/footer.html
1927      examples/mwolson/templates/generic-footer.html
1928      examples/mwolson/templates/generic-header.html
1929      examples/mwolson/templates/header.html
1930      examples/mwolson/templates/header.tex lisp/muse-journal.el
1933 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1935     Summary:
1936       Get simple test case for definition lists to work.
1937     Revision:
1938       muse--main--1.0--patch-10
1940     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1941       publish properly.
1942       (muse-forward-list-item): Fix edge case.
1944     modified files:
1945      lisp/muse-publish.el
1948 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1950     Summary:
1951       Add documentation to some publishing functions.
1952     Revision:
1953       muse--main--1.0--patch-9
1955     * lisp/muse-publish.el (muse-publish-mark-read-only)
1956       (muse-publish-mark-noemphasis): Add documentation.
1958     modified files:
1959      lisp/muse-publish.el
1962 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
1964     Summary:
1965       Fix an error with `custom-quote'.
1966     Revision:
1967       muse--main--1.0--patch-8
1969     * lisp/muse-project.el: Require 'cus-edit, since that is where
1970       `custom-quote' is defined.
1971     
1972     * muse.texi: Use copyright symbol.
1974     modified files:
1975      lisp/muse-project.el muse.texi
1978 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
1980     Summary:
1981       muse-registry: update from author.
1982     Revision:
1983       muse--main--1.0--patch-7
1985     * lisp/muse-registry.el: Update to newest version from author.
1986       Re-tabify.
1988     modified files:
1989      lisp/muse-registry.el
1992 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
1994     Summary:
1995       muse-latex: Handle double-quote edge case.
1996     Revision:
1997       muse--main--1.0--patch-6
1999     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2000       character begins the buffer.
2002     modified files:
2003      lisp/muse-latex.el
2006 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2008     Summary:
2009       Allow beginning and ending empty elements in tables.
2010     Revision:
2011       muse--main--1.0--patch-5
2013     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2014       whitespace after the field if we're at the end of a line.
2015       (muse-table-line-regexp): Allow the table to start with a "|".  The
2016       resulting initial empty cell isn't yet thrown away like it should be.
2018     modified files:
2019      lisp/muse-regexps.el
2022 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2024     Summary:
2025       muse-latex: Use \url to publish bare URLs.
2026     Revision:
2027       muse--main--1.0--patch-4
2029     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2030       \href for bare URLs.  Thanks to Na Li for the suggestion!
2032     modified files:
2033      lisp/muse-latex.el
2036 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2038     Summary:
2039       Create parents of output directories.
2040     Revision:
2041       muse--main--1.0--patch-3
2043     * lisp/muse-project.el (muse-project-publish-file): Create parent
2044       directories as well, if the output directory does not exist.  This can
2045       happen when we have nested directories in a project.
2047     modified files:
2048      lisp/muse-project.el
2051 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2053     Summary:
2054       Pick a better default if publishing with more than one style.
2055     Revision:
2056       muse--main--1.0--patch-2
2058     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2059       the list we return is in the right order.  That way, if more than one
2060       publishing rule matches a link, the first one is used, rather than the
2061       last.
2063     modified files:
2064      lisp/muse-project.el
2067 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2069     Summary:
2070       Oops, committed to the wrong archive.
2071     Revision:
2072       muse--main--1.0--patch-1
2074     Patches applied:
2075     
2076      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2077        Debian fixups.
2078     
2079      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2080        Another Debian fix.
2082     modified files:
2083      ChangeLog debian/emacsen-startup
2085     renamed files:
2086      debian/.arch-ids/NEWS.Debian.id
2087        ==> debian/.arch-ids/NEWS.id
2088      debian/NEWS.Debian
2089        ==> debian/NEWS
2091     new patches:
2092      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2093      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2096 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2098     Summary:
2099       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2100     Revision:
2101       muse--main--1.0--base-0
2103     (automatically generated log message)
2105     new patches:
2106      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2107      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2108      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2109      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2110      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2111      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2112      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2113      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2114      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2115      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2116      ajk@iu.edu--2005/muse--main--1.0--base-0
2117      ajk@iu.edu--2005/muse--main--1.0--patch-1
2118      ajk@iu.edu--2005/muse--main--1.0--patch-2
2119      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2120      davidsmith@acm.org--main/muse--devo--1.0--base-0
2121      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2122      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2123      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2124      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2125      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2126      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2127      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2128      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2129      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2130      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2131      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2132      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2133      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2134      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2135      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2136      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2137      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2138      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2139      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2140      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2141      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2142      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2143      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2144      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2145      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2146      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2147      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2148      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2149      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2150      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2151      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2152      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2153      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2154      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2155      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2156      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2157      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2158      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2159      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2160      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2161      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2162      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2163      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2164      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2165      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2166      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2167      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2168      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2169      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2170      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2171      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2172      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2173      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2174      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2175      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2176      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2177      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2178      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2179      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2180      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2181      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2182      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2183      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2184      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2185      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2186      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2187      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2188      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2189      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2190      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2191      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2192      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2193      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2194      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2195      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2196      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2197      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2198      mwolson@gnu.org--2005/muse--main--1.0--base-0
2199      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2200      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2201      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2202      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2203      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2204      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2205      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2206      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2207      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2208      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2209      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2210      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2211      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2212      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2213      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2214      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2215      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2216      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2217      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2218      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2219      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2220      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2221      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2222      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2223      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2224      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2225      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2226      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2227      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2228      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2229      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2230      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2231      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2232      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2233      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2234      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2235      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2236      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2237      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2238      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2239      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2240      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2241      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2242      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2243      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2244      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2245      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2287      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2288      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2289      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2290      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2291      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2292      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2293      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2294      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2297      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2298      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2299      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2300      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2301      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2302      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2303      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2304      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2305      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2306      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2307      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2308      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2309      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2310      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2311      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2312      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2313      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2314      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2315      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2316      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2317      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2318      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2319      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2320      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2321      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2322      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2323      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2324      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2325      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2326      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2327      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2328      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2329      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2330      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2331      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2332      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2333      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2334      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2335      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2336      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2337      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2338      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2339      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2340      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2341      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2342      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2345      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2346      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2347      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2348      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2349      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2350      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2351      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2352      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2353      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2354      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2355      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2356      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2357      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2358      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2359      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2360      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2361      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2362      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2363      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2364      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2365      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2366      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2367      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2368      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2369      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2370      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2371      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2372      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2373      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2374      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2375      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2376      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2377      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2378      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2379      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2380      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2381      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2382      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2383      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2384      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2385      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2386      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2387      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2388      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2389      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2390      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2391      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2392      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2393      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2394      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2395      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2396      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2397      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2398      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2399      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2400      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2401      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2402      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2403      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2404      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2405      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2406      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2407      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2408      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2409      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2410      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2411      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2412      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2413      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2414      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2415      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2416      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2417      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2418      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2419      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2420      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2421      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2422      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2423      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2424      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2425      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2426      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2427      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2428      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2429      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2430      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2431      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2432      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2433      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2434      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2435      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2436      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2437      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2438      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2439      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2440      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2441      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2442      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2443      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2444      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2445      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2446      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2447      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2448      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2449      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2450      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2451      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2452      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2453      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2454      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2455      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2456      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2457      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2458      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2459      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2460      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2461      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2462      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2463      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2464      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2465      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2466      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2467      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2468      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2469      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2470      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2471      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2472      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2473      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2474      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2475      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2476      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2477      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2478      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2479      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2480      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2481      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2482      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2483      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2484      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2485      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2486      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2487      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2488      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2489      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2490      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2491      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2492      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2493      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2494      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2495      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2496      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2497      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2498      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2499      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2500      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2501      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2502      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2503      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2504      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2505      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2506      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2507      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2508      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2509      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2510      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2511      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2512      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2513      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2514      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2515      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2518      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2519      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2520      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2521      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2522      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2523      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2524      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2525      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2526      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2527      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2528      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2529      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2530      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2531      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2532      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2533      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2536      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2537      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2538      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2539      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2540      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2541      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2542      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2543      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2544      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2545      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2546      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2547      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2548      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2549      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2550      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2551      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2554      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2555      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2556      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2557      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2558      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2559      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2560      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2561      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2562      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2563      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2564      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2565      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2566      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2567      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2568      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2569      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2570      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2571      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2572      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2573      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2574      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2575      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2576      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2577      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2578      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2579      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2580      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2581      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2582      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2583      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2584      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2585      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2586      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2587      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2588      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2589      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2590      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2591      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2592      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2593      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2594      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2595      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2596      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2597      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8