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