muse-latex: Don't escape backslash in <example> regions.
[muse-el.git] / ChangeLog.2006
blob94b0cd54590857537bc49b426f4983c4d74b909e
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-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
7     Summary:
8       muse-latex: Don't escape backslash in <example> regions.
9     Revision:
10       muse--main--1.0--patch-110
12     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
13       to escape the backslash after all.
14       (muse-latex-markup-specials-literal): Docfix.
15     
16     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
18     modified files:
19      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
22 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
24     Summary:
25       Allow tab characters in the target of explicit links.
26     Revision:
27       muse--main--1.0--patch-109
29     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
30       in the link target.  This doesn't seem like it could hurt anything, and
31       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
32       the report.
34     modified files:
35      ChangeLog.2006 lisp/muse-regexps.el
38 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
40     Summary:
41       muse-wiki: Fix bug that caused WikiWords not to publish or display.
42     Revision:
43       muse--main--1.0--patch-108
45     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
47     modified files:
48      ChangeLog.2006 Makefile.defs debian/changelog
49      lisp/muse-wiki.el
52 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
54     Summary:
55       Fix horrendous typo.
56     Revision:
57       muse--main--1.0--patch-107
59     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
60       strangeness.
62     modified files:
63      ChangeLog.2006 lisp/muse-publish.el
66 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
68     Summary:
69       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
70     Revision:
71       muse--main--1.0--patch-106
73     (Author: Per B. Sederberg <per@med.upenn.edu>)
74     
75     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
76       Option to not create implicit links to the current page.
77       (muse-wiki-handle-wikiword): Process the option to not create implicit
78       links to the current page.
80     modified files:
81      ChangeLog.2006 Makefile.defs debian/changelog
82      lisp/muse-wiki.el
84     new patches:
85      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
88 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
90     Summary:
91       Try to fix failure to recognize Muse file extension (6th attempt).
92     Revision:
93       muse--main--1.0--patch-105
95     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
96       init file is loaded.
97       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
98       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
99     
100     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
101       user's init file is loaded.  Explicitly add the Muse file extension
102       when muse.el is loaded, to make life simpler.
103       (muse-update-file-extension): Take several edge cases into account.
104       (muse-file-extension): Docfix.
105       (muse-update-file-extension-after-init): New function that causes the
106       file extension to be updated.
107     
108     * muse.texi (Projects): It is no longer necessary to call
109       `muse-mode-maybe' manually.
111     modified files:
112      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
115 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
117     Summary:
118       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
119     Revision:
120       muse--main--1.0--patch-104
122     (Author: Per B. Sederberg <per@med.upenn.edu>)
123     
124     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
125       to return a list of project files that have spaces.
126       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
127       spaces function.  Don't make this buffer-local.
129     modified files:
130      ChangeLog.2006 lisp/muse-wiki.el
132     new patches:
133      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
134      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
135      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
136      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
137      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
140 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
142     Summary:
143       Try to fix failure to recognize Muse file extension (5th attempt).
144     Revision:
145       muse--main--1.0--patch-103
147     * lisp/muse.el: To detect whether Emacs has fully started, check
148       `command-line-processed' instead of `inhibit-startup-hooks', since the
149       latter only exists for Emacs22.
151     modified files:
152      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
155 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
157     Summary:
158       muse-html: Add :style-sheet element.
159     Revision:
160       muse--main--1.0--patch-102
162     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
163       :style-sheet element.
164       ("html", "xhtml"): Add the :style-sheet element.
165     
166     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
167       style already exists.  Instead, just replace the existing style.
168       (muse-derive-style): Ditto.
169     
170     * muse.texi (Style Elements): Mention :style-sheet.
172     modified files:
173      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
174      muse.texi
177 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
179     Summary:
180       Try to fix failure to recognize Muse file extension (4th attempt).
181     Revision:
182       muse--main--1.0--patch-101
184     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
185       the command line.
187     modified files:
188      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
191 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
193     Summary:
194       Try to fix failure to recognize Muse file extension (3rd attempt).
195     Revision:
196       muse--main--1.0--patch-100
198     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
200     modified files:
201      ChangeLog.2006 lisp/muse.el
204 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
206     Summary:
207       Try to fix failure to recognize Muse file extension (2nd attempt).
208     Revision:
209       muse--main--1.0--patch-99
211     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
212       auto-mode-alist.
214     modified files:
215      ChangeLog.2006 lisp/muse.el
218 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
220     Summary:
221       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
222     Revision:
223       muse--main--1.0--patch-98
225     (Author: Per B. Sederberg <per@med.upenn.edu>)
226     
227     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
228       interwiki-regexp to search for any project file name.  This is so it
229       will match files with spaces.
231     modified files:
232      ChangeLog.2006 lisp/muse-wiki.el
234     new patches:
235      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
236      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
237      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
238      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
239      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
240      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
241      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
244 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
246     Summary:
247       Try to fix failure to recognize Muse file extension.
248     Revision:
249       muse--main--1.0--patch-97
251     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
252       of semantics.
253     
254     * lisp/muse.el: Call muse-update-file-extension in
255       muse-update-values-hook, instead of
256       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
257       emacs-startup-hook, so that the user has time to set this in their
258       .emacs file.
260     modified files:
261      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
264 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
266     Summary:
267       Make things in contrib directory installable.
268     Revision:
269       muse--main--1.0--patch-96
271     * Makefile (SUBDIRS): Add contrib.
272       (all): Add contrib.
273       (contrib): New target that compiles things in the contrib directory.
274       (install-bin): Add contrib.  Install things in the contrib directory.
275       Also install uncompiled things in the experimental directory.
276     
277     * contrib/Makefile: New Makefile for the contrib directory.
278     
279     * contrib/httpd.el (httpd-start): Fix compiler warnings.
280     
281     * debian/emacsen-install: Compile files in contrib directory in addition
282       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
283     
284     * debian/emacsen-startup: Add contrib directory to load-path.
285     
286     * experimental/Makefile (test): Remove target.
287       (install-uncompiled): New target that installs uncompiled files.
288     
289     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
290       (muse-update-file-extension): Fix a warning that occurred when doing
291       batch publishing.
293     new files:
294      contrib/.arch-ids/Makefile.id contrib/Makefile
296     modified files:
297      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
298      debian/changelog debian/emacsen-install debian/emacsen-startup
299      experimental/Makefile lisp/muse.el muse.texi
302 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
304     Summary:
305       Remove muse-registry.el.
306     Revision:
307       muse--main--1.0--patch-95
309     * lisp/muse-registry.el: Move to the Planner project, since it is a
310       better fit with Planner than Muse.
312     removed files:
313      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
315     modified files:
316      AUTHORS ChangeLog.2006
319 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
321     Summary:
322       Prepare Debian package for Arch snapshot.
323     Revision:
324       muse--main--1.0--patch-94
326     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
327       snapshot.
329     modified files:
330      ChangeLog.2006 Makefile.defs debian/changelog
333 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
335     Summary:
336       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
337     Revision:
338       muse--main--1.0--patch-93
340     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
341       `muse-wiki-hide-nop-tag' into account.
343     modified files:
344      ChangeLog.2006 lisp/muse-wiki.el
347 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
349     Summary:
350       Fix a couple of compiler warnings.
351     Revision:
352       muse--main--1.0--patch-92
354     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
356     modified files:
357      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
360 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
362     Summary:
363       Make interwiki links work with the new option.
364     Revision:
365       muse--main--1.0--patch-91
367     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
368       parameters.  Populate this correctly when
369       `muse-wiki-match-all-project-files' is non-nil.
371     modified files:
372      ChangeLog.2006 lisp/muse-wiki.el
375 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
377     Summary:
378       Permit table generation to be disabled for a single Muse page.
379     Revision:
380       muse--main--1.0--patch-90
382     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
383       data, don't publish the table.
384     
385     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
386     
387     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
388     
389     * lisp/muse-publish.el (muse-publish-table-fields): If the
390       "disable-tables" publishing directive exists for the current page, do
391       not generate a table.
392     
393     * muse.texi (Tables): Mention that table generation can be disabled for a
394       single page.
396     modified files:
397      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
398      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
401 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
403     Summary:
404       muse-wiki: Match filenames before WikiWords.
405     Revision:
406       muse--main--1.0--patch-89
408     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
409       filenames in project before the general WikiWord regexp.
411     modified files:
412      ChangeLog.2006 lisp/muse-wiki.el
415 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
417     Summary:
418       Use a better mechanism for updating autogenerated variables.
419     Revision:
420       muse--main--1.0--patch-88
422     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
423     
424     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
425     
426     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
427       muse-update-values-hook.
428     
429     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
430       muse-update-values-hook.
431     
432     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
433       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
434       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
435       error is fixed.
436       (muse-wiki-update-custom-values): Replace with function that gives a
437       warning and an explanation.
438     
439     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
440       example so that people who use it won't have a wrong value in
441       muse-mode-hook.
443     modified files:
444      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
445      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
446      lisp/muse.el
449 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
451     Summary:
452       muse-wiki: Implement implicit links for all files in project.
453     Revision:
454       muse--main--1.0--patch-87
456     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
457       don't get errors when trying to use it.
458     
459     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
460       muse-project-file-alist-hook.
461       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
462       into a recursive call.
463       (muse-wiki-update-wikiword-regexp): Call
464       `muse-wiki-update-local-wikiword-regexp'.
465     
466     (Author: Per B. Sederberg <per@med.upenn.edu>)
467     
468     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
469       muse-before-publish-hook and muse-mode-hook so that implicit links are
470       published properly.
471       (muse-wiki-wikiword-match-project-files): New option for determining
472       whether to match all project files as implicit links.  This is off by
473       default.
474       (muse-wiki-update-local-wikiword-regexp): New function to make the
475       wikiword-regexp local and append the files in the current project to
476       it.
478     modified files:
479      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
481     new patches:
482      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
483      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
484      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
485      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
486      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
487      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
488      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
489      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
490      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
491      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
492      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
493      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
494      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
495      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
498 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
500     Summary:
501       Update Muse's file-alist after saving any Muse page.
502     Revision:
503       muse--main--1.0--patch-86
505     * lisp/muse-project.el (muse-project-after-save-hook): New function that
506       causes Muse's file-alist to be updated when we are saving a Muse file.
507       This is added to after-save-hook.
509     modified files:
510      ChangeLog.2006 lisp/muse-project.el
513 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
515     Summary:
516       Add a hook that is called whenever Muse's file-alist is updated.
517     Revision:
518       muse--main--1.0--patch-85
520     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
521       executed after an update to muse-project-file-alist happens.
522       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
524     modified files:
525      ChangeLog.2006 lisp/muse-project.el
528 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
530     Summary:
531       muse-mode: Recognize definition lists when filling text.
532     Revision:
533       muse--main--1.0--patch-84
535     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
536       text.
537     
539     modified files:
540      ChangeLog.2006 lisp/muse-mode.el
543 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
545     Summary:
546       Remove unrelated part of patch-82.
547     Revision:
548       muse--main--1.0--patch-83
551     modified files:
552      ChangeLog.2006 lisp/muse-mode.el
555 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
557     Summary:
558       muse-journal: Fix dates in RSS feeds.
559     Revision:
560       muse--main--1.0--patch-82
562     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
563       date is in a format that RSS readers can handle.  Thanks to René
564       Stadler for the patch.
566     modified files:
567      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
570 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
572     Summary:
573       debian: Install ChangeLog properly.
574     Revision:
575       muse--main--1.0--patch-81
577     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
578       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
579       the breakage report.
581     modified files:
582      ChangeLog.2006 debian/rules
585 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
587     Summary:
588       Fix a bug triggered by batch-publishing.
589     Revision:
590       muse--main--1.0--patch-80
592     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
593       right algorithm turned out to be simpler than I had thought.  Thanks to
594       Sergei V. Fleytin for reporting breakage with the old method.
595       (muse-publish-file): Don't be overzealous when checking for an invalid
596       style -- use a simpler check.
597       (muse-batch-publish-files): Don't check for invalid styles here, since
598       we already do so in `muse-publish-file'.
600     modified files:
601      ChangeLog.2006 lisp/muse-publish.el
604 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
606     Summary:
607       muse.texi: Move some sections to a new Extending Muse chapter.
608     Revision:
609       muse--main--1.0--patch-79
611     * muse.texi (Extending Muse): New chapter containing nodes that deal with
612       extending Muse in various ways.
613       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
615     modified files:
616      ChangeLog.2006 muse.texi
619 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
621     Summary:
622       Fix a couple of recently-introduced bugs.
623     Revision:
624       muse--main--1.0--patch-78
626     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
627       extra hard to preserve our settings for faces, especially after a new
628       frame or splash screen.
629     
630     * lisp/muse.el (muse-copy-face): New function that ensures the face is
631       copied globally, to the extent the Emacs permits this.
633     modified files:
634      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
637 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
639     Summary:
640       Update my example configuration file.
641     Revision:
642       muse--main--1.0--patch-77
645     modified files:
646      ChangeLog.2006 examples/mwolson/muse-init.el
649 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
651     Summary:
652       Remove cruft from patch logs.
653     Revision:
654       muse--main--1.0--patch-76
657     modified files:
658      ChangeLog.2006
659      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
660      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
661      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
662      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
663      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
664      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
665      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
666      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
669 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
671     Summary:
672       Make faces more robust and namespace-conforming.
673     Revision:
674       muse--main--1.0--patch-75
676     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
677       face has documentation and a group.
678       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
679       "-face" suffix.
680       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
681       faces have documentation and a group.  Copy unconditionally from the
682       related Emacs faces, rather than specifying face attributes.
683       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
684       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
685       face names.
686     
687     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
688       the 'muse-link property rather than looking at the face.
690     modified files:
691      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
694 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
696     Summary:
697       muse.texi: Mention the <code> tag.
698     Revision:
699       muse--main--1.0--patch-74
701     * muse.texi (Emphasizing Text): Mention the <code> tag.
703     modified files:
704      ChangeLog.2006 muse.texi
707 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
709     Summary:
710       Fix bug in verse markup, undesired behavior with emdash.
711     Revision:
712       muse--main--1.0--patch-73
714     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
715       around emdash.
716     
717     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
718     
719     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
720     
721     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
722       trailing whitespace to `muse-markup-text', in case the current
723       publishing wishes to use them.
724       (muse-publish-markup-verse): Insert newline without adding read-only
725       properties to it.  This fixes a paragraph detection bug in HTML
726       publishing.
728     modified files:
729      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
730      lisp/muse-publish.el lisp/muse-xml.el
733 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
735     Summary:
736       httpd.el: Update to work with newer versions of Emacs.
737     Revision:
738       muse--main--1.0--patch-72
740     * contrib/httpd.el (httpd-start): Update this to work with newer versions
741       of Emacs.
743     modified files:
744      ChangeLog.2006 contrib/httpd.el
747 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
749     Summary:
750       muse-journal: Make custom RSS heading regexps possible.
751     Revision:
752       muse--main--1.0--patch-71
754     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
755       determines the regexp to use when searching for an RSS heading.
756       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
758     modified files:
759      ChangeLog.2006 lisp/muse-journal.el
762 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
764     Summary:
765       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
766     Revision:
767       muse--main--1.0--patch-70
769     * lisp/muse-project.el (muse-project-publish): If we cannot find a
770       project to publish, indicate this in an error message.
771     
772     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
773       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
774       (muse-detect-invalid-style): New function that makes sure that the
775       given style is in a valid format.
776       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
777       publishing.
779     modified files:
780      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
783 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
785     Summary:
786       muse-mode: Don't require muse-publish.el.
787     Revision:
788       muse--main--1.0--patch-69
790     * lisp/muse-mode.el: Use a few autoloads instead of requiring
791       muse-publish.el.  This allows people to optionally have Muse mode
792       without including the publishing features, as long as they never call a
793       publishing function.  The documentation says that Muse is supposed to
794       be modular in that way, so I guess we'd better follow it.
795       (muse-insert-tag): Make sure that muse-publish is required before
796       accessing `muse-publish-markup-tags'.
798     modified files:
799      ChangeLog.2006 lisp/muse-mode.el
802 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
804     Summary:
805       Minor code cleanup.
806     Revision:
807       muse--main--1.0--patch-68
809     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
811     modified files:
812      ChangeLog.2006 lisp/muse-mode.el
815 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
817     Summary:
818       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
819     Revision:
820       muse--main--1.0--patch-67
822     (Author: Per B. Sederberg <per@med.upenn.edu>)
823     
824     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
825       used for grepping.
826       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
827       muse-find-backlinks C-c C-b
828       (muse-grep): New function to envoke a search with the compiler.
829       (muse-search-with-command): New function to search for text, optionally
830       editing the command.
831       (muse-search): New function to search for text.
832       (muse-find-backlinks): New function to search for backlinks to the
833       current page.
835     modified files:
836      ChangeLog.2006 lisp/muse-mode.el
838     new patches:
839      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
840      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
841      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
842      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
843      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
844      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
845      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
846      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
847      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
848      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
849      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
850      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
853 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
855     Summary:
856       Make it easier to call context-specific region-escaping function.
857     Revision:
858       muse--main--1.0--patch-66
860     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
861       returned from specials, call it with beg, end, ignore-read-only args.
862       This allows for people to specify their own functions for escaping
863       regions, depending on context.  See `muse-xml-decide-specials' in
864       muse-xml-common.el.  This functionality already exists for escaping
865       specials in strings.
867     modified files:
868      ChangeLog.2006 lisp/muse-publish.el
871 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
873     Summary:
874       Attempt to make new syntaxes easier to support.
875     Revision:
876       muse--main--1.0--patch-65
878     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
879       and `muse-get-link-data'.
880     
881     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
882     
883     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
884       (muse-make-link): Change argument name.
885     
886     * lisp/muse.el (muse-handle-explicit-link): Ditto.
887       (muse-get-link, muse-get-link-desc): New functions that return the link
888       and the link description, respectively, from the given TARGET.  The
889       idea is that at least one other markup syntax puts descriptions before
890       links, so all they would have to do is re-define these two functions.
892     modified files:
893      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
894      lisp/muse-mode.el lisp/muse.el
897 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
899     Summary:
900       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
901     Revision:
902       muse--main--1.0--patch-64
904     * Makefile.defs, lisp/muse-colors.el: Fix typo.
905     
906     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
907       `replace-in-string' is checked before `replace-regexp-in-string', since
908       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
909       Ottaway for the heads up.
911     modified files:
912      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
915 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
917     Summary:
918       muse-latex: Add footnotes to links so that they show up on printed copies.
919     Revision:
920       muse--main--1.0--patch-63
922     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
923       'url-and-desc.  Display footnotes if we have both a link and a
924       description, since we want URLs to show up on printed documents.
925       (muse-latex-markup-specials-document): Escape the "@" character in the
926       entire document.
927     
928     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
929       without descriptions and URLs with descriptions.  If no markup string
930       exists for 'url-and-desc, fall back to 'url.
932     modified files:
933      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
936 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
938     Summary:
939       Fix publishing error with multi-line wrapped list items.
940     Revision:
941       muse--main--1.0--patch-62
943     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
944       multiple lines of a wrapped list item.
946     modified files:
947      ChangeLog.2006 lisp/muse-publish.el
950 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
952     Summary:
953       Add COPYING file; update headers.
954     Revision:
955       muse--main--1.0--patch-61
957     * COPYING: New file containing the GNU GPL.
958     
959     * AUTHORS: Bookkeeping.
960     
961     * README: Add License section.  Change Muse homepage URL.
962     
963     * debian/copyright: Change Muse homepage URL.  Prune list to those who
964       have changed 15+ lines of code, since this is the amount that
965       constitutes legal contribution to a software work, AFAICT.
966     
967     * examples/mwolson: Update contents of directory to match my current
968       setup.
969     
970     * experimental/muse*.el, lisp/muse*.el: Update headers.
971     
972     * muse.texi: Change Muse homepage URL.
974     new files:
975      .arch-ids/COPYING.id COPYING
977     modified files:
978      AUTHORS ChangeLog.2006 README debian/copyright
979      examples/mwolson/muse-init.el
980      examples/mwolson/stylesheets/blog.css
981      examples/mwolson/stylesheets/common.css
982      examples/mwolson/stylesheets/print.css
983      examples/mwolson/stylesheets/screen.css
984      experimental/muse-cite.el experimental/muse-mathml.el
985      experimental/muse-message.el lisp/muse-backlink.el
986      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
987      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
988      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
989      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
990      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
991      lisp/muse-publish.el lisp/muse-regexps.el
992      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
993      lisp/muse-xml.el lisp/muse.el muse.texi
996 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
998     Summary:
999       Update Muse XML schema.
1000     Revision:
1001       muse--main--1.0--patch-60
1003     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1004       history.  We'll call this v0.3 of the schema.
1005     
1006     * lisp/muse-xml-common.el: Update header.
1007       (muse-xml-markup-table): Fix table generation when attributes are not
1008       specified.
1010     modified files:
1011      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1014 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1016     Summary:
1017       Fix output for consecutive list items of same type.
1018     Revision:
1019       muse--main--1.0--patch-59
1021     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1022       post-indent and indent-found values local to each list item.  This
1023       should fix undesired behavior with consecutive list items of the same
1024       type.
1026     modified files:
1027      ChangeLog.2006 lisp/muse-publish.el
1030 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1032     Summary:
1033       Make C-> and C-< keybindings not indent nested items.
1034     Revision:
1035       muse--main--1.0--patch-58
1037     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1038       nested items.
1039     
1040     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1041       optional, and document this.
1043     modified files:
1044      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1047 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1049     Summary:
1050       Slightly improve flyspell integration.
1051     Revision:
1052       muse--main--1.0--patch-57
1054     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1055       property to determine whether we are at a link.
1057     modified files:
1058      ChangeLog.2006 lisp/muse-mode.el
1061 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1063     Summary:
1064       Make nested definition list items work much better.
1065     Revision:
1066       muse--main--1.0--patch-56
1068     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1069       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1070       move function.
1071       (muse-publish-surround-text): If we are to determine the indentation,
1072       but have found no list items, set indent to the empty string.  If we
1073       are to determine indentation but have found an item, get all leading
1074       whitespace and set indent to it.  Never try to determine post-indent
1075       using the first line.  Try to contain the amount of "damage" a nested
1076       list item can do to wrapped list item text.
1077     
1078     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1079       part so that it is easier to indicate the amount of desired initial
1080       whitespace.
1081     
1082     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1083       entry optional.
1084       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1085       merged into `muse-forward-list-item'.
1086       (muse-forward-list-item-1): New function that determines whether a
1087       nested list item is found.
1088       (muse-forward-list-item): Move hairy nested list detection algorithm
1089       into `muse-forward-list-item-1'.  Be extra careful about terminating
1090       when we go past the boundary.
1092     modified files:
1093      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1094      lisp/muse.el
1097 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1099     Summary:
1100       Add backlink support, thanks to Jim Ottaway.
1101     Revision:
1102       muse--main--1.0--patch-55
1104     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1105       variable that indicates whether Muse is fontifying the current buffer.
1106       (muse-colors-region): Set `muse-colors-fontifying' to t.
1107     
1108     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1109       support.  I've modified it slightly to get rid of the defadvice forms.
1111     new files:
1112      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1114     modified files:
1115      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1118 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1120     Summary:
1121       muse-protocols: Add Wikipedia support.
1122     Revision:
1123       muse--main--1.0--patch-54
1125     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1126       is used to look up terms on the Wikipedia website.
1127       (muse-wikipedia-country): New option that specifies the country code to
1128       use for Wikipedia.
1129       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1130       resolve and browse Wikipedia URLs.
1132     modified files:
1133      ChangeLog.2006 lisp/muse-protocols.el
1136 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1138     Summary:
1139       muse-protocols: Add DOI handling.
1140     Revision:
1141       muse--main--1.0--patch-53
1143     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1144       DOI's (digitial object identifiers) are a standard identifier used in
1145       the publishing industry.  Thanks to Phillip Lord for the patch.
1146       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1147       and browse DOI's.
1149     modified files:
1150      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1153 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1155     Summary:
1156       Refine previous patch.
1157     Revision:
1158       muse--main--1.0--patch-52
1160     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1161       ever use the fallback method.  Save point when using new method.
1163     modified files:
1164      ChangeLog.2006 lisp/muse-mode.el
1167 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1169     Summary:
1170       Make visiting of links a bit faster.
1171     Revision:
1172       muse--main--1.0--patch-51
1174     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1175       property.
1176       (muse-link-properties): If we are highlighting a link, add the
1177       muse-link property.
1178     
1179     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1180       exists at point, use it to bound the link.  Otherwise, use the old
1181       method.  This should make it easier to visit custom implicit link
1182       forms, since it does not require a change to muse-implicit-link-regexp.
1183     
1184     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1185       used when muse-colors.el is loaded.
1187     modified files:
1188      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1189      lisp/muse-regexps.el
1192 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1194     Summary:
1195       Make resolving of inline image paths more flexible.
1196     Revision:
1197       muse--main--1.0--patch-50
1199     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1200       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1201       option.  Make the fallback customization type a function rather than a
1202       symbol.
1203       (muse-colors-use-publishing-directory): New function that takes the
1204       best guess at where the current Muse file will be published and makes
1205       the given link relative to that.
1206       (muse-colors-insert-image): If muse-colors-inline-image-method is
1207       'default-directory, use the default directory.  If it is a function,
1208       call that function with LINK as an argument.  Otherwise, give up.
1210     modified files:
1211      ChangeLog.2006 lisp/muse-colors.el
1214 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1216     Summary:
1217       Fix inline image lockup.
1218     Revision:
1219       muse--main--1.0--patch-49
1221     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1222       patch-47.  This will prevent Muse from locking up after making a new
1223       inline image.
1225     modified files:
1226      ChangeLog.2006 lisp/muse-colors.el
1229 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1231     Summary:
1232       Fix publishing problem with XEmacs.
1233     Revision:
1234       muse--main--1.0--patch-48
1236     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1237       publishing problem when text at beginning of buffer is read-only.
1238       Thanks to Christian Clercin for the report.
1240     modified files:
1241      ChangeLog.2006 lisp/muse-publish.el
1244 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1246     Summary:
1247       Get increase and decrease of list indentation to work with complex cases.
1248     Revision:
1249       muse--main--1.0--patch-47
1251     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1252       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1253       to indicate this interpretation, though parens are different.
1254     
1255     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1256       (muse-alter-list-item-indentation): New function that alters the list
1257       structure at point.  The behavior to use is specified by the OPERATION
1258       argument.  Currently-supported operations are 'increase and 'decrease
1259       indentation level.  This now uses the same sort of list detection
1260       algorithm that is used during publishing, so it should work as expected
1261       for complicated cases.
1262       (muse-increase-list-item-indentation)
1263       (muse-decrease-list-item-indentation): Use
1264       `muse-alter-list-item-indentation'.
1266     modified files:
1267      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1270 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1272     Summary:
1273       Code simplification; improve muse-list-item-type function.
1274     Revision:
1275       muse--main--1.0--patch-46
1277     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1278       'dl-entry, instead of just returning 'dl.
1279       (muse-forward-dl-term, muse-forward-dl-entry): Use
1280       muse-forward-list-item.
1281       (muse-forward-dl-part): Remove, merge functionality into
1282       muse-forward-list-item.
1283       (muse-forward-list-item): Add a few conditions needed for skipping
1284       nested 'dl-term and 'dl-entry items.
1286     modified files:
1287      ChangeLog.2006 lisp/muse.el
1290 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1292     Summary:
1293       Put movement by list and paragraph functions in muse.el.
1294     Revision:
1295       muse--main--1.0--patch-45
1297     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1298       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1299       (muse-forward-list-item): Move here from muse-publish.el, so that
1300       muse-mode can make use of these.
1302     modified files:
1303      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1306 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1308     Summary:
1309       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1310     Revision:
1311       muse--main--1.0--patch-44
1313     (Author: Per B. Sederberg <per@med.upenn.edu>)
1314     
1315     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1316       decrease the current item indentation.
1317       (muse-get-paragraph-start): Helper function to determine the start of
1318       the current paragraph.
1319       (muse-insert-list-item): Cleaned up list item insertion code and made
1320       it handle definitions.
1321       (muse-increase-list-item-indentation): New interactive function to
1322       increase list item indentation.
1323       (muse-decrease-list-item-indentation): New interactive function to
1324       decrease list item indentation.
1326     modified files:
1327      ChangeLog.2006 lisp/muse-mode.el
1329     new patches:
1330      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1331      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1332      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1333      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1334      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1335      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1336      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1337      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1338      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1339      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1342 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1344     Summary:
1345       Use slightly better algorithm for removing initial whitespace.
1346     Revision:
1347       muse--main--1.0--patch-43
1349     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1350       the definition occurred on the same line as the term.
1351       (muse-publish-surround-text): Use a slightly better algorithm for
1352       removing initial indentation of list items.  This way, we preserve
1353       nesting of lists and also deal with same-level items that occur after
1354       nested items.  This probably doesn't make much of a difference in the
1355       output, but it should make support of nested definition lists a bit
1356       less troublesome in some cases.
1357       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1358       regexp.
1359       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1360       data.  Don't remove any text.  This makes the function easier to reuse
1361       in display-only situations.
1363     modified files:
1364      ChangeLog.2006 lisp/muse-publish.el
1367 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1369     Summary:
1370       In a preliminary way, make definition lists nest.
1371     Revision:
1372       muse--main--1.0--patch-42
1374     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1375       lists nest a bit better.
1376     
1377     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1378       use it anymore.
1380     modified files:
1381      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1384 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1386     Summary:
1387       Fix nested list regression.
1388     Revision:
1389       muse--main--1.0--patch-41
1391     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1392       original indentation value and use that.  This fixes a regression
1393       caused by the last patch.
1395     modified files:
1396      ChangeLog.2006 lisp/muse-publish.el
1399 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1401     Summary:
1402       Make code look nicer by using muse-forward-dl-* functions.
1403     Revision:
1404       muse--main--1.0--patch-40
1406     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1407       forms into muse-forward-dl-* for increased reusability.
1408       (muse-publish-surround-text): Call move function with an indent
1409       argument so that we don't have to use partial substitution in lambda
1410       forms.
1411       (muse-forward-dl-term): New function that moves forward to the next
1412       definition list term.
1413       (muse-forward-dl-entry): New function that moves forward to the next
1414       definition list entry.
1415       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1416       does not move past entire definition list items, only parts of them.
1417       (muse-publish-markup-list, muse-publish-markup-quote):
1418       (muse-publish-quote-tag): Use better lambda form, and include a
1419       parameter.
1421     modified files:
1422      ChangeLog.2006 lisp/muse-publish.el
1425 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1427     Summary:
1428       Handle blockquoted sections within lists properly.
1429     Revision:
1430       muse--main--1.0--patch-39
1432     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1433       property.  This should make blockquoted sections within a list do the
1434       right thing.
1435       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1436       behavior of `muse-forward-paragraph'.
1438     modified files:
1439      ChangeLog.2006 lisp/muse-publish.el
1442 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1444     Summary:
1445       Fix problem when previous list item was nested.
1446     Revision:
1447       muse--main--1.0--patch-38
1449     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1450       indicator at the correct place.  This fixes an error where a previous
1451       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1452       for the report.
1454     modified files:
1455      ChangeLog.2006 lisp/muse-publish.el
1458 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1460     Summary:
1461       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1462     Revision:
1463       muse--main--1.0--patch-37
1465     * muse.texi (Implicit Links): Mention how to customize the WikiName
1466       recognition, and note that if you're setting this manually, you have to
1467       call some additional code.  This should fix #5376.  Also remove local
1468       variables section at end, since it seems pointless.
1470     modified files:
1471      ChangeLog.2006 muse.texi
1474 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1476     Summary:
1477       Fix #5325: nested formatting not working in HTML output.
1478     Revision:
1479       muse--main--1.0--patch-36
1481     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1482       work.  I'm a bit worried about possible double-escaping, though.
1483       Perhaps we should write the context to a text property and escape it
1484       later.  This should fix #5325.
1486     modified files:
1487      ChangeLog.2006 lisp/muse-publish.el
1490 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1492     Summary:
1493       Make paragraphs respect the end of a list or list item.
1494     Revision:
1495       muse--main--1.0--patch-35
1497     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1498       end of a list (or list item), back up.  This allows for a nice side
1499       effect when using indented sentences in between list items.
1500     
1501     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1502     
1503     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1504     
1505     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1506       and end-item are marked up with end-list properties.
1508     modified files:
1509      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1510      lisp/muse-publish.el lisp/muse-xml.el
1513 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1515     Summary:
1516       Make sure an initial term exists before publishing definition list.
1517     Revision:
1518       muse--main--1.0--patch-34
1520     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1521       exists before publishing a definition list.
1523     modified files:
1524      ChangeLog.2006 lisp/muse-publish.el
1527 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1529     Summary:
1530       Add comments to nested list code.
1531     Revision:
1532       muse--main--1.0--patch-33
1534     * lisp/muse-publish.el (muse-publish-surround-dl)
1535       (muse-publish-surround-text, muse-forward-dl-item):
1536       (muse-forward-list-item): Add comments, since there were many
1537       intricacies that are probably not obvious to the casual reader.
1538       (muse-forward-dl-item): Remove no-op condition.
1540     modified files:
1541      ChangeLog.2006 lisp/muse-publish.el
1544 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1546     Summary:
1547       Make nested list items work when separated by one blank line.
1548     Revision:
1549       muse--main--1.0--patch-32
1551     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1552       muse-forward-dl-item instead of muse-forward-list-item.  On second
1553       thought, don't unconditionally insert a newline, as that breaks some
1554       things.
1555       (muse-forward-dl-item): New function that moves forward to the next
1556       definition list item.  This was factored out from
1557       muse-forward-list-item, since it was getting too complex for my liking.
1558       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1559       indented line, and skip past these if we have a blank line followed by
1560       an indented line.  "Indented" means "indented one past the current
1561       indentation level" here.  Remove some initial whitespace that was being
1562       overlooked before.
1564     modified files:
1565      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1568 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1570     Summary:
1571       Fix a couple of bugs in muse-wiki-resolve-project-page.
1572     Revision:
1573       muse--main--1.0--patch-31
1575     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1576       better algorithm for adding styles to a list.
1577     
1578     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1579       carefully.  This should fix one or two hard-to-explain bugs.
1581     modified files:
1582      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1585 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1587     Summary:
1588       Fix another definition list edge case.
1589     Revision:
1590       muse--main--1.0--patch-30
1592     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1593       unordered list immediately follows definition list term.
1595     modified files:
1596      ChangeLog.2006 lisp/muse-publish.el
1599 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1601     Summary:
1602       Pass all current definition list test cases.
1603     Revision:
1604       muse--main--1.0--patch-29
1606     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1607       line if definition is not on the same line as the term.
1608       (muse-forward-list-item): Fix publishing incorrectness that occurred
1609       when a non-dl list follows a definition list.  Always move to the right
1610       place so as to prevent extra empty dd elements from being published.
1612     modified files:
1613      ChangeLog.2006 lisp/muse-publish.el
1616 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1618     Summary:
1619       Merge consecutive definition list terms properly.
1620     Revision:
1621       muse--main--1.0--patch-28
1623     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1624       correctly.  This makes Muse merge several definition list items into
1625       one list.
1626       (muse-forward-list-item): Use simpler regexp for 'dl.
1627     
1628     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1629       definition lists, and make terms the 2nd matched text.
1631     modified files:
1632      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1635 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1637     Summary:
1638       Bookkeeping.
1639     Revision:
1640       muse--main--1.0--patch-27
1642     * AUTHORS: Update.
1643     
1644     * muse-colors.el, muse-mode.el: Credit contributions.
1646     modified files:
1647      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1650 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1652     Summary:
1653       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1654     Revision:
1655       muse--main--1.0--patch-26
1657     Patches applied:
1658     
1659      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1660        Added ability to show inline images in the Emacs buffer.
1661     
1662      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1663        Added enhanced list item insertion.
1664     
1665     Detailed log:
1666     
1667     (Author: Per B. Sederberg <per@med.upenn.edu>)
1668     
1669     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1670       list item.  New key mapping to toggle showing images.  Added a key
1671       mapping to insert a link to a file and modified the key map to insert a
1672       tag.
1673       (muse-on-blank-line): Helper function to determine if the point is on a
1674       line containing only blank spaces.
1675       (muse-insert-list-item): New interactive function to insert a new list
1676       item, taking into account the current list state.
1677       (muse-insert-relative-link-to-file): New function to insert a link to a
1678       file, relative to the default directory.
1679     
1680     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1681       for where to search for images to inline in the buffer.
1682       (muse-colors-inline-images): Added custom boolean field for whether to
1683       show inline images in the buffer.
1684       (muse-colors-toggle-inline-images): New function to toggle showing the
1685       inline images in the buffer.
1686       (muse-unhighlight-region): Now removes end-glyph text properties to
1687       support XEmacs.
1688       (muse-colors-resolve-image-file): New function to determine if a link
1689       is an image and whether the version of Emacs can support inline images.
1690       (muse-make-file-glyph): New function to create an image glyph if we are
1691       using XEmacs.
1692       (muse-colors-insert-image): New function to insert an image in an Emacs
1693       buffer.
1694       (muse-colors-explicit-link): Modified function to have the ability to
1695       insert an image instead of formatting the text of the link.
1697     modified files:
1698      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1700     new patches:
1701      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1702      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1703      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1704      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1705      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1708 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1710     Summary:
1711       Pass testcase for definition list and nested unordered list.
1712     Revision:
1713       muse--main--1.0--patch-25
1715     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1716       lists always have at least one entry.  This appears to do the right
1717       thing with a sample nested unordered list.
1719     modified files:
1720      ChangeLog.2006 lisp/muse-publish.el
1723 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1725     Summary:
1726       Some definition list fixes.
1727     Revision:
1728       muse--main--1.0--patch-24
1730     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1731       markup for end of list using the `muse-insert-markup-end-list'
1732       function.  Handle list items nested inside of a definition list.
1734     modified files:
1735      ChangeLog.2006 lisp/muse-publish.el
1738 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1740     Summary:
1741       Fix another wrapped list item edge case.
1742     Revision:
1743       muse--main--1.0--patch-23
1745     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1746       indentation in a region when we encounter any list items.  This should
1747       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1748       for the report.
1750     modified files:
1751      ChangeLog.2006 lisp/muse-publish.el
1754 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1756     Summary:
1757       Fix comment in Debian packaging.
1758     Revision:
1759       muse--main--1.0--patch-22
1761     * debian/emacsen-remove: Fix comment.
1763     modified files:
1764      ChangeLog.2006 debian/emacsen-remove
1767 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1769     Summary:
1770       muse-blosxom: Fix order of #tags line in header.
1771     Revision:
1772       muse--main--1.0--patch-21
1774     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1775       rather than before it.  Thanks to bkhl for the heads up.
1777     modified files:
1778      ChangeLog.2006 lisp/muse-blosxom.el
1781 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1783     Summary:
1784       muse-blosxom: Add ability to use tags in entries.
1785     Revision:
1786       muse--main--1.0--patch-20
1788     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1789       publish them.
1790       (muse-blosxom-use-tags): New option that specifies whether we are using
1791       tags.
1792       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1793       RET without entering one.
1795     modified files:
1796      ChangeLog.2006 lisp/muse-blosxom.el
1799 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1801     Summary:
1802       Fix backtrace when publishing unsaved files.
1803     Revision:
1804       muse--main--1.0--patch-19
1806     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1807       trying to publish a file that has not been saved, and give an
1808       explanation to the user.
1810     modified files:
1811      ChangeLog.2006 lisp/muse-publish.el
1814 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1816     Summary:
1817       muse-texinfo: Fix link suffix.
1818     Revision:
1819       muse--main--1.0--patch-18
1821     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1822       styles.  This should fix a bug where links in published info files use
1823       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1825     modified files:
1826      ChangeLog.2006 lisp/muse-texinfo.el
1829 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1831     Summary:
1832       Fix prompting of non-Muse buffers before publishing.
1833     Revision:
1834       muse--main--1.0--patch-17
1836     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1837       Stadler to ignore buffers that have no associated filename.  This fixes
1838       an annoyance where Muse prompts to save BBDB and ERC buffers before
1839       publishing.
1841     modified files:
1842      AUTHORS ChangeLog.2006 lisp/muse-project.el
1845 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
1847     Summary:
1848       Fix wrapped nested list item edge case.
1849     Revision:
1850       muse--main--1.0--patch-16
1852     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
1853       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
1854       case.
1855       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
1856       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
1857     
1858     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
1859       exactly one space character in front of a unnumbered or numbered list.
1860       This should make it easier to match every list instance, since
1861       definition lists can now be handled more nicely in
1862       muse-publish-markup-regexps.  This also has the effect of fixing a
1863       wrapped nested list item edge case.
1865     modified files:
1866      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1869 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
1871     Summary:
1872       Fix edge case in muse-wiki-publish-pretty-title.
1873     Revision:
1874       muse--main--1.0--patch-15
1876     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
1877       the document does not have a valid title, use the empty string.
1879     modified files:
1880      ChangeLog.2006 lisp/muse-wiki.el
1883 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
1885     Summary:
1886       Use debian/compat to determine debhelper compat level.
1887     Revision:
1888       muse--main--1.0--patch-14
1890     * debian/compat: New file that sets the debhelper compatibility level to
1891       4.
1892     
1893     * debian/rules: Remove DH_COMPAT line.
1895     new files:
1896      debian/.arch-ids/compat.id debian/compat
1898     modified files:
1899      ChangeLog.2006 debian/rules
1902 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
1904     Summary:
1905       Fix a couple of table-publishing edge cases.
1906     Revision:
1907       muse--main--1.0--patch-13
1909     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
1910       publishing error that occurs when a table line is the last thing in a
1911       document.  Thanks to cymacs for the report and suggested fix.
1912       (muse-publish-table-fields): Skip initial blank lines, and don't remove
1913       them.
1914     
1915     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
1916       at the end of the 'end-table markup string.
1917     
1918     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1919     
1920     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1921     
1922     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
1923       newline at the end of the table.  This should fix a problem with
1924       paragraphs after tables not being published as such.  Thanks to cymacs
1925       for the report.
1926     
1927     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
1928       muse-insert-markup to insert a trailing newline.
1930     modified files:
1931      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1932      lisp/muse-publish.el lisp/muse-texinfo.el
1933      lisp/muse-xml-common.el lisp/muse-xml.el
1936 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
1938     Summary:
1939       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
1940     Revision:
1941       muse--main--1.0--patch-12
1944     new files:
1945      .arch-ids/ChangeLog.2006.id ChangeLog.2006
1947     renamed files:
1948      .arch-ids/ChangeLog.id
1949        ==> .arch-ids/ChangeLog.2005.id
1950      ChangeLog
1951        ==> ChangeLog.2005
1954 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
1956     Summary:
1957       Make muse-journal work with whole-document escaping.
1958     Revision:
1959       muse--main--1.0--patch-11
1961     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
1962       by Emacs Muse" so that muse-journal does not get confused.
1963     
1964     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
1965       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
1966       for whole-buffer escaping.  Thanks to mondoshawan for the report.
1967       (muse-journal-rss-munge-buffer): Display a warning if someone does not
1968       have "Page published by Emacs Muse (begins|ends) here" in their header
1969       or footer, since muse-journal needs this in order to determine where
1970       entries begin and end.
1972     modified files:
1973      examples/mwolson/templates/footer.html
1974      examples/mwolson/templates/generic-footer.html
1975      examples/mwolson/templates/generic-header.html
1976      examples/mwolson/templates/header.html
1977      examples/mwolson/templates/header.tex lisp/muse-journal.el
1980 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
1982     Summary:
1983       Get simple test case for definition lists to work.
1984     Revision:
1985       muse--main--1.0--patch-10
1987     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
1988       publish properly.
1989       (muse-forward-list-item): Fix edge case.
1991     modified files:
1992      lisp/muse-publish.el
1995 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
1997     Summary:
1998       Add documentation to some publishing functions.
1999     Revision:
2000       muse--main--1.0--patch-9
2002     * lisp/muse-publish.el (muse-publish-mark-read-only)
2003       (muse-publish-mark-noemphasis): Add documentation.
2005     modified files:
2006      lisp/muse-publish.el
2009 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2011     Summary:
2012       Fix an error with `custom-quote'.
2013     Revision:
2014       muse--main--1.0--patch-8
2016     * lisp/muse-project.el: Require 'cus-edit, since that is where
2017       `custom-quote' is defined.
2018     
2019     * muse.texi: Use copyright symbol.
2021     modified files:
2022      lisp/muse-project.el muse.texi
2025 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2027     Summary:
2028       muse-registry: update from author.
2029     Revision:
2030       muse--main--1.0--patch-7
2032     * lisp/muse-registry.el: Update to newest version from author.
2033       Re-tabify.
2035     modified files:
2036      lisp/muse-registry.el
2039 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2041     Summary:
2042       muse-latex: Handle double-quote edge case.
2043     Revision:
2044       muse--main--1.0--patch-6
2046     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2047       character begins the buffer.
2049     modified files:
2050      lisp/muse-latex.el
2053 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2055     Summary:
2056       Allow beginning and ending empty elements in tables.
2057     Revision:
2058       muse--main--1.0--patch-5
2060     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2061       whitespace after the field if we're at the end of a line.
2062       (muse-table-line-regexp): Allow the table to start with a "|".  The
2063       resulting initial empty cell isn't yet thrown away like it should be.
2065     modified files:
2066      lisp/muse-regexps.el
2069 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2071     Summary:
2072       muse-latex: Use \url to publish bare URLs.
2073     Revision:
2074       muse--main--1.0--patch-4
2076     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2077       \href for bare URLs.  Thanks to Na Li for the suggestion!
2079     modified files:
2080      lisp/muse-latex.el
2083 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2085     Summary:
2086       Create parents of output directories.
2087     Revision:
2088       muse--main--1.0--patch-3
2090     * lisp/muse-project.el (muse-project-publish-file): Create parent
2091       directories as well, if the output directory does not exist.  This can
2092       happen when we have nested directories in a project.
2094     modified files:
2095      lisp/muse-project.el
2098 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2100     Summary:
2101       Pick a better default if publishing with more than one style.
2102     Revision:
2103       muse--main--1.0--patch-2
2105     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2106       the list we return is in the right order.  That way, if more than one
2107       publishing rule matches a link, the first one is used, rather than the
2108       last.
2110     modified files:
2111      lisp/muse-project.el
2114 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2116     Summary:
2117       Oops, committed to the wrong archive.
2118     Revision:
2119       muse--main--1.0--patch-1
2121     Patches applied:
2122     
2123      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2124        Debian fixups.
2125     
2126      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2127        Another Debian fix.
2129     modified files:
2130      ChangeLog debian/emacsen-startup
2132     renamed files:
2133      debian/.arch-ids/NEWS.Debian.id
2134        ==> debian/.arch-ids/NEWS.id
2135      debian/NEWS.Debian
2136        ==> debian/NEWS
2138     new patches:
2139      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2140      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2143 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2145     Summary:
2146       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2147     Revision:
2148       muse--main--1.0--base-0
2150     (automatically generated log message)
2152     new patches:
2153      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2154      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2155      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2156      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2157      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2158      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2159      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2160      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2161      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2162      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2163      ajk@iu.edu--2005/muse--main--1.0--base-0
2164      ajk@iu.edu--2005/muse--main--1.0--patch-1
2165      ajk@iu.edu--2005/muse--main--1.0--patch-2
2166      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2167      davidsmith@acm.org--main/muse--devo--1.0--base-0
2168      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2169      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2170      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2171      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2172      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2173      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2174      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2175      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2176      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2177      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2178      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2179      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2180      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2181      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2182      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2183      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2184      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2185      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2186      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2187      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2188      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2189      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2190      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2191      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2192      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2193      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2194      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2195      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2196      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2197      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2198      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2199      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2200      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2201      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2202      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2203      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2204      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2205      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2206      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2207      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2208      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2209      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2210      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2211      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2212      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2213      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2214      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2215      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2216      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2217      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2218      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2219      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2220      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2221      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2222      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2223      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2224      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2225      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2226      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2227      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2228      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2229      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2230      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2231      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2232      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2233      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2234      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2235      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2236      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2237      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2238      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2239      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2240      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2241      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2242      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2243      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2244      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2245      mwolson@gnu.org--2005/muse--main--1.0--base-0
2246      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2247      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2248      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2249      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2250      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2251      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2252      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2253      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2254      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2255      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2256      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2257      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2258      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2259      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2260      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2261      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2262      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2263      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2264      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2265      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2266      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2267      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2268      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2269      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2270      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2271      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2272      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2273      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2274      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2275      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2276      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2277      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2278      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2279      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2280      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2281      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2282      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2283      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2284      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2285      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2286      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2287      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2288      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2289      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2290      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2291      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2292      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2293      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2294      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2297      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2298      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2299      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2300      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2301      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2302      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2303      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2304      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2305      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2306      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2307      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2308      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2309      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2310      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2311      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2312      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2313      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2314      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2315      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2316      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2317      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2318      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2319      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2320      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2321      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2322      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2323      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2324      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2325      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2326      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2327      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2328      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2329      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2330      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2331      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2332      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2333      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2334      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2335      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2336      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2337      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2338      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2339      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2340      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2341      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2342      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2343      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2344      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2345      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2346      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2347      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2348      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2349      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2350      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2351      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2352      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2353      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2354      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2355      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2356      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2357      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2358      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2359      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2360      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2361      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2362      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2363      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2364      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2365      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2366      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2367      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2368      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2369      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2370      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2371      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2372      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2373      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2374      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2375      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2376      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2377      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2378      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2379      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2380      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2381      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2382      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2383      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2384      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2385      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2386      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2387      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2388      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2389      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2390      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2391      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2392      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2393      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2394      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2395      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2396      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2397      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2398      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2399      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2400      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2401      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2402      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2403      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2404      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2405      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2406      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2407      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2408      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2409      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2410      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2411      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2412      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2413      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2414      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2415      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2416      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2417      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2418      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2419      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2420      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2421      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2422      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2423      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2424      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2425      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2426      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2427      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2428      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2429      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2430      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2431      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2432      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2433      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2434      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2435      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2436      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2437      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2438      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2439      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2440      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2441      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2442      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2443      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2444      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2445      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2446      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2447      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2448      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2449      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2450      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2451      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2452      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2453      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2454      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2455      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2456      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2457      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2458      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2459      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2460      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2461      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2462      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2463      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2464      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2465      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2466      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2467      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2468      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2469      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2470      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2471      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2472      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2473      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2474      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2475      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2476      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2477      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2478      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2479      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2480      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2481      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2482      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2483      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2484      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2485      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2486      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2487      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2488      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2489      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2490      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2491      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2492      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2493      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2494      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2495      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2496      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2497      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2498      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2499      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2500      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2501      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2502      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2503      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2504      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2505      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2506      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2507      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2508      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2509      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2510      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2511      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2512      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2513      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2514      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2515      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2518      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2519      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2520      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2521      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2522      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2523      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2524      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2525      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2526      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2527      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2528      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2529      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2530      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2531      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2532      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2533      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2536      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2537      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2538      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2539      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2540      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2541      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2542      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2543      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2544      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2545      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2546      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2547      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2548      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2549      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2550      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2551      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2554      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2555      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2556      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2557      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2558      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2559      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2560      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2561      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2562      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2563      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2564      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2565      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2566      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2567      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2568      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2569      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2570      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2571      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2572      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2573      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2574      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2575      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2576      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2577      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2578      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2579      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2580      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2581      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2582      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2583      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2584      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2585      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2586      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2587      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2588      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2589      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2590      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2591      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2592      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2593      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2594      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2595      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2596      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2597      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2598      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2599      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2600      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2601      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2602      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2603      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2604      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2605      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2606      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2607      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2608      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2609      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2610      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2611      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2612      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2613      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2614      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2615      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2616      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2617      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2618      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2619      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2620      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2621      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2622      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2623      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2624      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2625      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2626      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2627      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2628      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2629      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2630      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2631      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2632      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2633      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2634      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2635      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2636      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2637      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2638      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2639      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2640      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2641      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2642      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2643      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2644      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8