List all tags in Muse's documentation.
[muse-el.git] / ChangeLog
blob3ef7d5dbdab9f941c3c6cd93dc02d381539ceea0
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
7     Summary:
8       List all tags in Muse's documentation.
9     Revision:
10       muse--main--1.0--patch-144
12     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
13       was trying out.
14       (muse-publish-contents-depth): New option that specifies the maximum
15       depth of headings to include with <contents> tags.
16       (muse-publish-contents-tag): Use it.
17       (muse-publish-include-tag): Docfix.
18     
19     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
20       (Tag Summary): New section that defines the syntax used for tags and
21       gives a complete listing of all of the tags that Muse comes with, as
22       well as some documentation for each tag.
23       (HTML): Update documentation.
25     modified files:
26      ChangeLog lisp/muse-publish.el muse.texi
29 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
31     Summary:
32       Implement <include> and <markup> tags.
33     Revision:
34       muse--main--1.0--patch-143
36     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
37       work better when a paragraph follows some other markup, especially
38       tables.
39     
40     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
41       <markup> tags.
42       (muse-publish-markup): Fix edge case.
43       (muse-publish-markup-header-footer-tags): New option that specifies
44       which tags may be used when publishing headers and footers.
45       (muse-insert-file-or-string): Use
46       muse-publish-markup-header-footer-tags instead of a hard-coded value.
47       (muse-publish-markup-region): Make title and style arguments optional,
48       so that this is easier to use.
49       (muse-publish-include-tag): Implement <include> tag.  I've tested all
50       of the cases I can think of, and it works.
51       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
52       times when you want to publish Muse markup in headers and footers.
53       Adding a table of contents to a header should be particularly easy now.
55     modified files:
56      ChangeLog lisp/muse-html.el lisp/muse-publish.el
59 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
61     Summary:
62       Make ChangeLog conform to conventions better.
63     Revision:
64       muse--main--1.0--patch-142
66     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
67       conventions better.  Specify the buffer encoding.  Add helpful notices
68       near the bottom of this and ChangeLog.2005.
70     modified files:
71      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
72      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
74     renamed files:
75      .arch-ids/ChangeLog.2006.id
76        ==> .arch-ids/ChangeLog.id
77      ChangeLog.2006
78        ==> ChangeLog
81 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
83     Summary:
84       Provide explanation of how to invoke getstamps.py.
85     Revision:
86       muse--main--1.0--patch-141
88     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
89       writing the timestamps file.
90     
91     * contrib/pyblosxom/make-blog: New example script that shows how to
92       invoke getstamps.py.
93     
94     * examples/mwolson/stylesheets/common.css: Update.
95     
96     * muse.texi (Blosxom Requirements): Mention the new example script.
97       Additionally, explain how to call getstamps.py.
99     new files:
100      contrib/pyblosxom/.arch-ids/make-blog.id
101      contrib/pyblosxom/make-blog
103     modified files:
104      ChangeLog.2006 contrib/pyblosxom/getstamps.py
105      examples/mwolson/stylesheets/common.css muse.texi
108 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
110     Summary:
111       muse-blosxom: Perform extra check on category in new entry.
112     Revision:
113       muse--main--1.0--patch-140
115     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
116       write an invalid categories line, which could cause other mysterious
117       troubles later on.
119     modified files:
120      ChangeLog.2006 lisp/muse-blosxom.el
123 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
125     Summary:
126       Improve documentation in the included pyblosxom plug-ins.
127     Revision:
128       muse--main--1.0--patch-139
130     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
131       documentation.  The initial wording was very confusing.
133     modified files:
134      ChangeLog.2006 contrib/pyblosxom/getstamps.py
135      contrib/pyblosxom/hardcodedates.py
138 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
140     Summary:
141       Minor tweak in my example CSS stylesheet.
142     Revision:
143       muse--main--1.0--patch-138
145     * examples/mwolson/stylesheets/common.css: Be careful about
146       distinguishing between links and anchors.
148     modified files:
149      ChangeLog.2006 examples/mwolson/stylesheets/common.css
152 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
154     Summary:
155       Use better fallback when displaying warnings.
156     Revision:
157       muse--main--1.0--patch-137
159     * lisp/muse.el (muse-display-warning): Use a better fallback if
160       `display-warning' does not exist.
162     modified files:
163      ChangeLog.2006 lisp/muse.el
166 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
168     Summary:
169       Make the Table of Contents CSS easier to customize.
170     Revision:
171       muse--main--1.0--patch-136
173     * examples/mwolson/muse-init.el (muse-bad-link): Update.
174     
175     * examples/mwolson/stylesheets/*.css: Update and add license.
176     
177     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
178       <div> section for easier CSS hacking.  Remove the class attribute of
179       other elements, since we don't need it anymore.
181     modified files:
182      ChangeLog.2006 Makefile.defs debian/changelog
183      examples/mwolson/muse-init.el
184      examples/mwolson/stylesheets/blog.css
185      examples/mwolson/stylesheets/common.css
186      examples/mwolson/stylesheets/print.css
187      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
190 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
192     Summary:
193       Fix a potential unbounded recursive call.
194     Revision:
195       muse--main--1.0--patch-135
197     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
198       prevents calls to muse-project-file-alist in its hook functions from
199       going into an infinite loop.
200       (muse-project-file-alist): Use it.
201     
202     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
203       handled in muse-project.el.
204       (muse-wiki-update-local-wikiword-regexp): Remove the use of
205       muse-wiki-updating-wikiword-p.
207     modified files:
208      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
211 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
213     Summary:
214       Try not to call tramp during publishing.
215     Revision:
216       muse--main--1.0--patch-134
218     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
219       file-readable-p on text that has a newline in it, because this could
220       cause tramp to be invoked.
222     modified files:
223      ChangeLog.2006 lisp/muse-publish.el
226 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
228     Summary:
229       Make links colored blue by default.
230     Revision:
231       muse--main--1.0--patch-133
233     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
234       other Emacs modes do.
236     modified files:
237      ChangeLog.2006 lisp/muse-colors.el
240 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
242     Summary:
243       Fix publishing error with tables and initial whitespace.
244     Revision:
245       muse--main--1.0--patch-132
247     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
248       above blockquote and centered text, so that indented but blank initial
249       table fields publish correctly.
250     
251     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
252       We accept anything that has at least one field delimiter.
254     modified files:
255      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
258 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
260     Summary:
261       Add muse-protocol-iw.el to experimental folder.
262     Revision:
263       muse--main--1.0--patch-131
265     * experimental/muse-protocol-iw.el: New experimental file that implements
266       an interwiki protocol of sorts that handles subdirectories.
268     new files:
269      experimental/.arch-ids/muse-protocol-iw.el.id
270      experimental/muse-protocol-iw.el
272     modified files:
273      AUTHORS ChangeLog.2006 experimental/muse-split.el
276 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
278     Summary:
279       Add muse-split.el to experimental folder.
280     Revision:
281       muse--main--1.0--patch-130
283     * experimental/muse-split.el: New experimental file that splits published
284       Muse files into several smaller files.
286     new files:
287      experimental/.arch-ids/muse-split.el.id
288      experimental/muse-split.el
290     modified files:
291      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
292      debian/control
295 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
297     Summary:
298       muse-wiki: Make the interwiki resolver a bit more clever.
299     Revision:
300       muse--main--1.0--patch-129
302     * lisp/muse-project.el (muse-project-choose-style): New function that
303       chooses a style from a list of styles, given a user-supplied test.
304     
305     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
306       that is used along with `muse-project-choose-style' to pick the first
307       style that matches a given value for :link-prefix.
308       (muse-wiki-resolve-project-page-1): New function split from
309       `muse-wiki-resolve-project-page' for readability.  Try to match files
310       that have the same link-suffix.  This should hopefully fix a bug
311       noticed by Hans Ekbrand.
313     modified files:
314      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
317 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
319     Summary:
320       Fix bug where links with :: in them were marked up as lists.
321     Revision:
322       muse--main--1.0--patch-128
324     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
325       Change noemphasis property to muse-link.
326     
327     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
328     
329     * lisp/muse-publish.el (muse-publish-surround-text)
330       (muse-publish-markup-list): Ditto.  This should fix a bug.
331       (muse-publish-markup-list): Docfix.
332       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
333     
334     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
335       There must be either one or more spaces or a single newline after the
336       colons.  This prevents an ambiguity with the double-colon muse-wiki
337       interwiki delimiter.
339     modified files:
340      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
341      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
344 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
346     Summary:
347       DTRT with explicit links that have no description.
348     Revision:
349       muse--main--1.0--patch-127
351     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
352       explicit link without a description, use the name of the linked page.
354     modified files:
355      ChangeLog.2006 lisp/muse-publish.el
358 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
360     Summary:
361       Fix emdash in link description bug.
362     Revision:
363       muse--main--1.0--patch-126
365     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
366       if we are in a link, since otherwise it will be incorrectly escaped.
367       Thanks to Chiyuan Zhang for the report.
369     modified files:
370      ChangeLog.2006 Makefile.defs debian/changelog
371      lisp/muse-publish.el
374 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
376     Summary:
377       Fix #5925: Emphasis on item breaks lists.
378     Revision:
379       muse--main--1.0--patch-125
381     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
382       as the browsing function.
383     
384     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
385       the current file.
386     
387     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
388       `offset' into account, in case the list-item regexp is nested in
389       another group.
390       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
391       offset of 1.  This should fix an unpleasant list-as-blockquote error
392       that was noticed recently.  Thanks to John Sullivan for the report.
394     modified files:
395      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
396      lisp/muse.el
399 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
401     Summary:
402       Fix a couple of beginning-of-buffer errors.
403     Revision:
404       muse--main--1.0--patch-124
406     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
407       don't throw an error if at the beginning of the buffer.  Thanks to John
408       Sullivan for the report.
410     modified files:
411      ChangeLog.2006 lisp/muse-mode.el
414 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
416     Summary:
417       muse.texi: Change use of @subsubheading to @subheading.
418     Revision:
419       muse--main--1.0--patch-123
421     * muse.texi: Change use of @subsubheading to @subheading throughout
422       document.
424     modified files:
425      ChangeLog.2006 muse.texi
428 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
430     Summary:
431       muse.texi: Change subsections to subheadings.
432     Revision:
433       muse--main--1.0--patch-122
435     (Author: John Sullivan <john@wjsullivan.net>)
436     
437     * muse.texi: Change @subsection and @strong to @subheading throughout
438       document.
440     modified files:
441      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
443     new patches:
444      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
445      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
446      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
449 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
451     Summary:
452       Update keystrokes used in muse-mode, as well as docs.
453     Revision:
454       muse--main--1.0--patch-121
456     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
457       keymap to use when the user wants to insert something into the current
458       buffer using `C-c i'.
459       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
460       muse-follow-name-at-point, since this is already used for
461       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
462       prompt for the thing to insert.
463       (muse-insert-thing): New function that prompts the user for something
464       to insert into the current buffer.  It tries to be as friendly as
465       possible by catching possible errors with the message "Not inserting
466       anything".
467       (muse-mode-completions): Rename from `muse-completions', since this is
468       what we use in `muse-mode'.
469       (muse-mode-current-word): Similarly.  These don't seem to work
470       correctly, for unknown reasons.
471     
472     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
473       utilize.
475     modified files:
476      ChangeLog.2006 lisp/muse-mode.el muse.texi
479 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
481     Summary:
482       Fix buggy behavior in muse-browse-result.
483     Revision:
484       muse--main--1.0--patch-120
486     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
487       names to styles, based on the styles contained in the current Muse
488       project.  Thanks to kid kid for the analysis.
489     
490     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
491       specified as an argument.
493     modified files:
494      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
497 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
499     Summary:
500       muse-latex: Make images look better.
501     Revision:
502       muse--main--1.0--patch-119
504     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
505       be 75% the width of the page, which looks better.  Enclose images in
506       figures, and center them.
508     modified files:
509      ChangeLog.2006 lisp/muse-latex.el
512 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
514     Summary:
515       Fix a few image bugs.
516     Revision:
517       muse--main--1.0--patch-118
519     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
520       passing it to `muse-colors-inline-image-method'.  This makes images
521       with the same current directory and publishing directory get resolved
522       correctly.
523     
524     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
525       ".muse" extension to images.
527     modified files:
528      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
531 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
533     Summary:
534       Make build targets more consistent.
535     Revision:
536       muse--main--1.0--patch-117
538     * contrib/Makefile (install): Make build targets more consistent.  Thanks
539       to dsmith for the report.
540     
541     * lisp/Makefile (all, lisp, install): Ditto.
543     modified files:
544      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
545      lisp/Makefile
548 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
550     Summary:
551       cgi.el: Make this work without cl-seq.el.
552     Revision:
553       muse--main--1.0--patch-116
555     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
556       code.  Make this not depend on 'cl at runtime.
557       (cgi-position): New function that implements a simple replacement for
558       the position function found in cl-seq.el.
559       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
560       instead of `subseq'.
561     
562     * contrib/httpd.el: Credit myself.
564     modified files:
565      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
568 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
570     Summary:
571       Make publishing DTRT when using escaped list markup.
572     Revision:
573       muse--main--1.0--patch-115
575     * lisp/muse-publish.el (muse-publish-surround-text)
576       (muse-publish-markup-list): Ignore escaped list markup.
577     
578     * lisp/muse.el (muse-list-item-type): Docfix.
579       (muse-list-item-critical-point): New function that returns the point
580       where we should expect to find the first character in the current list
581       item markup.
582       (muse-forward-paragraph): Docfix and cosmetic change.
583       (muse-forward-list-item): Ignore escaped list markup.  This should fix
584       a few publishing errors that involve markup like =::=.
586     modified files:
587      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
590 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
592     Summary:
593       muse-publish: Get rid of warning when batch publishing.
594     Revision:
595       muse--main--1.0--patch-114
597     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
598       publishing warning message.
600     modified files:
601      ChangeLog.2006 Makefile.defs debian/changelog
602      lisp/muse-publish.el
605 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
607     Summary:
608       Try to fix face clobbering bug.
609     Revision:
610       muse--main--1.0--patch-113
612     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
613       the default value of the header faces.  It can be re-used.
614       (muse-make-faces): Simplify.  This should now fix the face clobbering
615       bug.
617     modified files:
618      ChangeLog.2006 lisp/muse-colors.el
621 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
623     Summary:
624       Re-add some cgi.el stuff and update my example config.
625     Revision:
626       muse--main--1.0--patch-112
628     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
629       they are mentioned in the documentation.
630     
631     * examples/mwolson/: Update.
633     modified files:
634      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
635      examples/mwolson/templates/footer.html
636      examples/mwolson/templates/header.html
639 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
641     Summary:
642       muse-mode: Make C-c C-e work better.
643     Revision:
644       muse--main--1.0--patch-111
646     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
647       that this is more robust.
649     modified files:
650      ChangeLog.2006 lisp/muse-mode.el
653 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
655     Summary:
656       muse-latex: Don't escape backslash in <example> regions.
657     Revision:
658       muse--main--1.0--patch-110
660     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
661       to escape the backslash after all.
662       (muse-latex-markup-specials-literal): Docfix.
663     
664     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
666     modified files:
667      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
670 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
672     Summary:
673       Allow tab characters in the target of explicit links.
674     Revision:
675       muse--main--1.0--patch-109
677     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
678       in the link target.  This doesn't seem like it could hurt anything, and
679       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
680       the report.
682     modified files:
683      ChangeLog.2006 lisp/muse-regexps.el
686 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
688     Summary:
689       muse-wiki: Fix bug that caused WikiWords not to publish or display.
690     Revision:
691       muse--main--1.0--patch-108
693     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
695     modified files:
696      ChangeLog.2006 Makefile.defs debian/changelog
697      lisp/muse-wiki.el
700 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
702     Summary:
703       Fix horrendous typo.
704     Revision:
705       muse--main--1.0--patch-107
707     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
708       strangeness.
710     modified files:
711      ChangeLog.2006 lisp/muse-publish.el
714 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
716     Summary:
717       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
718     Revision:
719       muse--main--1.0--patch-106
721     (Author: Per B. Sederberg <per@med.upenn.edu>)
722     
723     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
724       Option to not create implicit links to the current page.
725       (muse-wiki-handle-wikiword): Process the option to not create implicit
726       links to the current page.
728     modified files:
729      ChangeLog.2006 Makefile.defs debian/changelog
730      lisp/muse-wiki.el
732     new patches:
733      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
736 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
738     Summary:
739       Try to fix failure to recognize Muse file extension (6th attempt).
740     Revision:
741       muse--main--1.0--patch-105
743     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
744       init file is loaded.
745       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
746       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
747     
748     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
749       user's init file is loaded.  Explicitly add the Muse file extension
750       when muse.el is loaded, to make life simpler.
751       (muse-update-file-extension): Take several edge cases into account.
752       (muse-file-extension): Docfix.
753       (muse-update-file-extension-after-init): New function that causes the
754       file extension to be updated.
755     
756     * muse.texi (Projects): It is no longer necessary to call
757       `muse-mode-maybe' manually.
759     modified files:
760      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
763 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
765     Summary:
766       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
767     Revision:
768       muse--main--1.0--patch-104
770     (Author: Per B. Sederberg <per@med.upenn.edu>)
771     
772     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
773       to return a list of project files that have spaces.
774       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
775       spaces function.  Don't make this buffer-local.
777     modified files:
778      ChangeLog.2006 lisp/muse-wiki.el
780     new patches:
781      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
782      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
783      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
784      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
785      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
788 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
790     Summary:
791       Try to fix failure to recognize Muse file extension (5th attempt).
792     Revision:
793       muse--main--1.0--patch-103
795     * lisp/muse.el: To detect whether Emacs has fully started, check
796       `command-line-processed' instead of `inhibit-startup-hooks', since the
797       latter only exists for Emacs22.
799     modified files:
800      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
803 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
805     Summary:
806       muse-html: Add :style-sheet element.
807     Revision:
808       muse--main--1.0--patch-102
810     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
811       :style-sheet element.
812       ("html", "xhtml"): Add the :style-sheet element.
813     
814     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
815       style already exists.  Instead, just replace the existing style.
816       (muse-derive-style): Ditto.
817     
818     * muse.texi (Style Elements): Mention :style-sheet.
820     modified files:
821      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
822      muse.texi
825 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
827     Summary:
828       Try to fix failure to recognize Muse file extension (4th attempt).
829     Revision:
830       muse--main--1.0--patch-101
832     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
833       the command line.
835     modified files:
836      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
839 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
841     Summary:
842       Try to fix failure to recognize Muse file extension (3rd attempt).
843     Revision:
844       muse--main--1.0--patch-100
846     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
848     modified files:
849      ChangeLog.2006 lisp/muse.el
852 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
854     Summary:
855       Try to fix failure to recognize Muse file extension (2nd attempt).
856     Revision:
857       muse--main--1.0--patch-99
859     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
860       auto-mode-alist.
862     modified files:
863      ChangeLog.2006 lisp/muse.el
866 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
868     Summary:
869       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
870     Revision:
871       muse--main--1.0--patch-98
873     (Author: Per B. Sederberg <per@med.upenn.edu>)
874     
875     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
876       interwiki-regexp to search for any project file name.  This is so it
877       will match files with spaces.
879     modified files:
880      ChangeLog.2006 lisp/muse-wiki.el
882     new patches:
883      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
884      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
885      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
886      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
887      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
888      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
889      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
892 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
894     Summary:
895       Try to fix failure to recognize Muse file extension.
896     Revision:
897       muse--main--1.0--patch-97
899     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
900       of semantics.
901     
902     * lisp/muse.el: Call muse-update-file-extension in
903       muse-update-values-hook, instead of
904       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
905       emacs-startup-hook, so that the user has time to set this in their
906       .emacs file.
908     modified files:
909      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
912 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
914     Summary:
915       Make things in contrib directory installable.
916     Revision:
917       muse--main--1.0--patch-96
919     * Makefile (SUBDIRS): Add contrib.
920       (all): Add contrib.
921       (contrib): New target that compiles things in the contrib directory.
922       (install-bin): Add contrib.  Install things in the contrib directory.
923       Also install uncompiled things in the experimental directory.
924     
925     * contrib/Makefile: New Makefile for the contrib directory.
926     
927     * contrib/httpd.el (httpd-start): Fix compiler warnings.
928     
929     * debian/emacsen-install: Compile files in contrib directory in addition
930       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
931     
932     * debian/emacsen-startup: Add contrib directory to load-path.
933     
934     * experimental/Makefile (test): Remove target.
935       (install-uncompiled): New target that installs uncompiled files.
936     
937     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
938       (muse-update-file-extension): Fix a warning that occurred when doing
939       batch publishing.
941     new files:
942      contrib/.arch-ids/Makefile.id contrib/Makefile
944     modified files:
945      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
946      debian/changelog debian/emacsen-install debian/emacsen-startup
947      experimental/Makefile lisp/muse.el muse.texi
950 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
952     Summary:
953       Remove muse-registry.el.
954     Revision:
955       muse--main--1.0--patch-95
957     * lisp/muse-registry.el: Move to the Planner project, since it is a
958       better fit with Planner than Muse.
960     removed files:
961      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
963     modified files:
964      AUTHORS ChangeLog.2006
967 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
969     Summary:
970       Prepare Debian package for Arch snapshot.
971     Revision:
972       muse--main--1.0--patch-94
974     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
975       snapshot.
977     modified files:
978      ChangeLog.2006 Makefile.defs debian/changelog
981 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
983     Summary:
984       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
985     Revision:
986       muse--main--1.0--patch-93
988     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
989       `muse-wiki-hide-nop-tag' into account.
991     modified files:
992      ChangeLog.2006 lisp/muse-wiki.el
995 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
997     Summary:
998       Fix a couple of compiler warnings.
999     Revision:
1000       muse--main--1.0--patch-92
1002     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1004     modified files:
1005      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1008 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1010     Summary:
1011       Make interwiki links work with the new option.
1012     Revision:
1013       muse--main--1.0--patch-91
1015     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1016       parameters.  Populate this correctly when
1017       `muse-wiki-match-all-project-files' is non-nil.
1019     modified files:
1020      ChangeLog.2006 lisp/muse-wiki.el
1023 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1025     Summary:
1026       Permit table generation to be disabled for a single Muse page.
1027     Revision:
1028       muse--main--1.0--patch-90
1030     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1031       data, don't publish the table.
1032     
1033     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1034     
1035     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1036     
1037     * lisp/muse-publish.el (muse-publish-table-fields): If the
1038       "disable-tables" publishing directive exists for the current page, do
1039       not generate a table.
1040     
1041     * muse.texi (Tables): Mention that table generation can be disabled for a
1042       single page.
1044     modified files:
1045      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1046      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1049 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1051     Summary:
1052       muse-wiki: Match filenames before WikiWords.
1053     Revision:
1054       muse--main--1.0--patch-89
1056     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1057       filenames in project before the general WikiWord regexp.
1059     modified files:
1060      ChangeLog.2006 lisp/muse-wiki.el
1063 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1065     Summary:
1066       Use a better mechanism for updating autogenerated variables.
1067     Revision:
1068       muse--main--1.0--patch-88
1070     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1071     
1072     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1073     
1074     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1075       muse-update-values-hook.
1076     
1077     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1078       muse-update-values-hook.
1079     
1080     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1081       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1082       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1083       error is fixed.
1084       (muse-wiki-update-custom-values): Replace with function that gives a
1085       warning and an explanation.
1086     
1087     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1088       example so that people who use it won't have a wrong value in
1089       muse-mode-hook.
1091     modified files:
1092      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1093      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1094      lisp/muse.el
1097 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1099     Summary:
1100       muse-wiki: Implement implicit links for all files in project.
1101     Revision:
1102       muse--main--1.0--patch-87
1104     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1105       don't get errors when trying to use it.
1106     
1107     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1108       muse-project-file-alist-hook.
1109       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1110       into a recursive call.
1111       (muse-wiki-update-wikiword-regexp): Call
1112       `muse-wiki-update-local-wikiword-regexp'.
1113     
1114     (Author: Per B. Sederberg <per@med.upenn.edu>)
1115     
1116     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1117       muse-before-publish-hook and muse-mode-hook so that implicit links are
1118       published properly.
1119       (muse-wiki-wikiword-match-project-files): New option for determining
1120       whether to match all project files as implicit links.  This is off by
1121       default.
1122       (muse-wiki-update-local-wikiword-regexp): New function to make the
1123       wikiword-regexp local and append the files in the current project to
1124       it.
1126     modified files:
1127      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1129     new patches:
1130      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1131      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1132      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1133      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1134      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1135      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1136      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1137      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1138      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1139      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1140      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1141      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1142      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1143      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1146 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1148     Summary:
1149       Update Muse's file-alist after saving any Muse page.
1150     Revision:
1151       muse--main--1.0--patch-86
1153     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1154       causes Muse's file-alist to be updated when we are saving a Muse file.
1155       This is added to after-save-hook.
1157     modified files:
1158      ChangeLog.2006 lisp/muse-project.el
1161 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1163     Summary:
1164       Add a hook that is called whenever Muse's file-alist is updated.
1165     Revision:
1166       muse--main--1.0--patch-85
1168     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1169       executed after an update to muse-project-file-alist happens.
1170       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1172     modified files:
1173      ChangeLog.2006 lisp/muse-project.el
1176 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1178     Summary:
1179       muse-mode: Recognize definition lists when filling text.
1180     Revision:
1181       muse--main--1.0--patch-84
1183     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1184       text.
1185     
1187     modified files:
1188      ChangeLog.2006 lisp/muse-mode.el
1191 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1193     Summary:
1194       Remove unrelated part of patch-82.
1195     Revision:
1196       muse--main--1.0--patch-83
1199     modified files:
1200      ChangeLog.2006 lisp/muse-mode.el
1203 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1205     Summary:
1206       muse-journal: Fix dates in RSS feeds.
1207     Revision:
1208       muse--main--1.0--patch-82
1210     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1211       date is in a format that RSS readers can handle.  Thanks to René
1212       Stadler for the patch.
1214     modified files:
1215      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1218 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1220     Summary:
1221       debian: Install ChangeLog properly.
1222     Revision:
1223       muse--main--1.0--patch-81
1225     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1226       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1227       the breakage report.
1229     modified files:
1230      ChangeLog.2006 debian/rules
1233 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1235     Summary:
1236       Fix a bug triggered by batch-publishing.
1237     Revision:
1238       muse--main--1.0--patch-80
1240     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1241       right algorithm turned out to be simpler than I had thought.  Thanks to
1242       Sergei V. Fleytin for reporting breakage with the old method.
1243       (muse-publish-file): Don't be overzealous when checking for an invalid
1244       style -- use a simpler check.
1245       (muse-batch-publish-files): Don't check for invalid styles here, since
1246       we already do so in `muse-publish-file'.
1248     modified files:
1249      ChangeLog.2006 lisp/muse-publish.el
1252 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1254     Summary:
1255       muse.texi: Move some sections to a new Extending Muse chapter.
1256     Revision:
1257       muse--main--1.0--patch-79
1259     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1260       extending Muse in various ways.
1261       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1263     modified files:
1264      ChangeLog.2006 muse.texi
1267 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1269     Summary:
1270       Fix a couple of recently-introduced bugs.
1271     Revision:
1272       muse--main--1.0--patch-78
1274     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1275       extra hard to preserve our settings for faces, especially after a new
1276       frame or splash screen.
1277     
1278     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1279       copied globally, to the extent the Emacs permits this.
1281     modified files:
1282      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1285 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1287     Summary:
1288       Update my example configuration file.
1289     Revision:
1290       muse--main--1.0--patch-77
1293     modified files:
1294      ChangeLog.2006 examples/mwolson/muse-init.el
1297 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1299     Summary:
1300       Remove cruft from patch logs.
1301     Revision:
1302       muse--main--1.0--patch-76
1305     modified files:
1306      ChangeLog.2006
1307      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1308      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1309      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1310      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1311      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1312      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1313      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1314      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1317 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1319     Summary:
1320       Make faces more robust and namespace-conforming.
1321     Revision:
1322       muse--main--1.0--patch-75
1324     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1325       face has documentation and a group.
1326       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1327       "-face" suffix.
1328       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1329       faces have documentation and a group.  Copy unconditionally from the
1330       related Emacs faces, rather than specifying face attributes.
1331       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1332       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1333       face names.
1334     
1335     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1336       the 'muse-link property rather than looking at the face.
1338     modified files:
1339      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1342 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1344     Summary:
1345       muse.texi: Mention the <code> tag.
1346     Revision:
1347       muse--main--1.0--patch-74
1349     * muse.texi (Emphasizing Text): Mention the <code> tag.
1351     modified files:
1352      ChangeLog.2006 muse.texi
1355 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1357     Summary:
1358       Fix bug in verse markup, undesired behavior with emdash.
1359     Revision:
1360       muse--main--1.0--patch-73
1362     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1363       around emdash.
1364     
1365     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1366     
1367     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1368     
1369     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1370       trailing whitespace to `muse-markup-text', in case the current
1371       publishing wishes to use them.
1372       (muse-publish-markup-verse): Insert newline without adding read-only
1373       properties to it.  This fixes a paragraph detection bug in HTML
1374       publishing.
1376     modified files:
1377      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1378      lisp/muse-publish.el lisp/muse-xml.el
1381 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1383     Summary:
1384       httpd.el: Update to work with newer versions of Emacs.
1385     Revision:
1386       muse--main--1.0--patch-72
1388     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1389       of Emacs.
1391     modified files:
1392      ChangeLog.2006 contrib/httpd.el
1395 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1397     Summary:
1398       muse-journal: Make custom RSS heading regexps possible.
1399     Revision:
1400       muse--main--1.0--patch-71
1402     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1403       determines the regexp to use when searching for an RSS heading.
1404       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1406     modified files:
1407      ChangeLog.2006 lisp/muse-journal.el
1410 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1412     Summary:
1413       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1414     Revision:
1415       muse--main--1.0--patch-70
1417     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1418       project to publish, indicate this in an error message.
1419     
1420     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1421       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1422       (muse-detect-invalid-style): New function that makes sure that the
1423       given style is in a valid format.
1424       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1425       publishing.
1427     modified files:
1428      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1431 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1433     Summary:
1434       muse-mode: Don't require muse-publish.el.
1435     Revision:
1436       muse--main--1.0--patch-69
1438     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1439       muse-publish.el.  This allows people to optionally have Muse mode
1440       without including the publishing features, as long as they never call a
1441       publishing function.  The documentation says that Muse is supposed to
1442       be modular in that way, so I guess we'd better follow it.
1443       (muse-insert-tag): Make sure that muse-publish is required before
1444       accessing `muse-publish-markup-tags'.
1446     modified files:
1447      ChangeLog.2006 lisp/muse-mode.el
1450 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1452     Summary:
1453       Minor code cleanup.
1454     Revision:
1455       muse--main--1.0--patch-68
1457     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1459     modified files:
1460      ChangeLog.2006 lisp/muse-mode.el
1463 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1465     Summary:
1466       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1467     Revision:
1468       muse--main--1.0--patch-67
1470     (Author: Per B. Sederberg <per@med.upenn.edu>)
1471     
1472     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1473       used for grepping.
1474       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1475       muse-find-backlinks C-c C-b
1476       (muse-grep): New function to envoke a search with the compiler.
1477       (muse-search-with-command): New function to search for text, optionally
1478       editing the command.
1479       (muse-search): New function to search for text.
1480       (muse-find-backlinks): New function to search for backlinks to the
1481       current page.
1483     modified files:
1484      ChangeLog.2006 lisp/muse-mode.el
1486     new patches:
1487      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1488      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1489      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1490      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1491      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1492      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1493      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1494      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1495      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1496      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1497      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1498      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1501 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1503     Summary:
1504       Make it easier to call context-specific region-escaping function.
1505     Revision:
1506       muse--main--1.0--patch-66
1508     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1509       returned from specials, call it with beg, end, ignore-read-only args.
1510       This allows for people to specify their own functions for escaping
1511       regions, depending on context.  See `muse-xml-decide-specials' in
1512       muse-xml-common.el.  This functionality already exists for escaping
1513       specials in strings.
1515     modified files:
1516      ChangeLog.2006 lisp/muse-publish.el
1519 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1521     Summary:
1522       Attempt to make new syntaxes easier to support.
1523     Revision:
1524       muse--main--1.0--patch-65
1526     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1527       and `muse-get-link-data'.
1528     
1529     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1530     
1531     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1532       (muse-make-link): Change argument name.
1533     
1534     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1535       (muse-get-link, muse-get-link-desc): New functions that return the link
1536       and the link description, respectively, from the given TARGET.  The
1537       idea is that at least one other markup syntax puts descriptions before
1538       links, so all they would have to do is re-define these two functions.
1540     modified files:
1541      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1542      lisp/muse-mode.el lisp/muse.el
1545 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1547     Summary:
1548       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1549     Revision:
1550       muse--main--1.0--patch-64
1552     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1553     
1554     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1555       `replace-in-string' is checked before `replace-regexp-in-string', since
1556       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1557       Ottaway for the heads up.
1559     modified files:
1560      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1563 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1565     Summary:
1566       muse-latex: Add footnotes to links so that they show up on printed copies.
1567     Revision:
1568       muse--main--1.0--patch-63
1570     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1571       'url-and-desc.  Display footnotes if we have both a link and a
1572       description, since we want URLs to show up on printed documents.
1573       (muse-latex-markup-specials-document): Escape the "@" character in the
1574       entire document.
1575     
1576     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1577       without descriptions and URLs with descriptions.  If no markup string
1578       exists for 'url-and-desc, fall back to 'url.
1580     modified files:
1581      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1584 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1586     Summary:
1587       Fix publishing error with multi-line wrapped list items.
1588     Revision:
1589       muse--main--1.0--patch-62
1591     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1592       multiple lines of a wrapped list item.
1594     modified files:
1595      ChangeLog.2006 lisp/muse-publish.el
1598 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1600     Summary:
1601       Add COPYING file; update headers.
1602     Revision:
1603       muse--main--1.0--patch-61
1605     * COPYING: New file containing the GNU GPL.
1606     
1607     * AUTHORS: Bookkeeping.
1608     
1609     * README: Add License section.  Change Muse homepage URL.
1610     
1611     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1612       have changed 15+ lines of code, since this is the amount that
1613       constitutes legal contribution to a software work, AFAICT.
1614     
1615     * examples/mwolson: Update contents of directory to match my current
1616       setup.
1617     
1618     * experimental/muse*.el, lisp/muse*.el: Update headers.
1619     
1620     * muse.texi: Change Muse homepage URL.
1622     new files:
1623      .arch-ids/COPYING.id COPYING
1625     modified files:
1626      AUTHORS ChangeLog.2006 README debian/copyright
1627      examples/mwolson/muse-init.el
1628      examples/mwolson/stylesheets/blog.css
1629      examples/mwolson/stylesheets/common.css
1630      examples/mwolson/stylesheets/print.css
1631      examples/mwolson/stylesheets/screen.css
1632      experimental/muse-cite.el experimental/muse-mathml.el
1633      experimental/muse-message.el lisp/muse-backlink.el
1634      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1635      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1636      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1637      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1638      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1639      lisp/muse-publish.el lisp/muse-regexps.el
1640      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1641      lisp/muse-xml.el lisp/muse.el muse.texi
1644 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1646     Summary:
1647       Update Muse XML schema.
1648     Revision:
1649       muse--main--1.0--patch-60
1651     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1652       history.  We'll call this v0.3 of the schema.
1653     
1654     * lisp/muse-xml-common.el: Update header.
1655       (muse-xml-markup-table): Fix table generation when attributes are not
1656       specified.
1658     modified files:
1659      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1662 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1664     Summary:
1665       Fix output for consecutive list items of same type.
1666     Revision:
1667       muse--main--1.0--patch-59
1669     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1670       post-indent and indent-found values local to each list item.  This
1671       should fix undesired behavior with consecutive list items of the same
1672       type.
1674     modified files:
1675      ChangeLog.2006 lisp/muse-publish.el
1678 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1680     Summary:
1681       Make C-> and C-< keybindings not indent nested items.
1682     Revision:
1683       muse--main--1.0--patch-58
1685     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1686       nested items.
1687     
1688     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1689       optional, and document this.
1691     modified files:
1692      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1695 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1697     Summary:
1698       Slightly improve flyspell integration.
1699     Revision:
1700       muse--main--1.0--patch-57
1702     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1703       property to determine whether we are at a link.
1705     modified files:
1706      ChangeLog.2006 lisp/muse-mode.el
1709 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1711     Summary:
1712       Make nested definition list items work much better.
1713     Revision:
1714       muse--main--1.0--patch-56
1716     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1717       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1718       move function.
1719       (muse-publish-surround-text): If we are to determine the indentation,
1720       but have found no list items, set indent to the empty string.  If we
1721       are to determine indentation but have found an item, get all leading
1722       whitespace and set indent to it.  Never try to determine post-indent
1723       using the first line.  Try to contain the amount of "damage" a nested
1724       list item can do to wrapped list item text.
1725     
1726     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1727       part so that it is easier to indicate the amount of desired initial
1728       whitespace.
1729     
1730     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1731       entry optional.
1732       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1733       merged into `muse-forward-list-item'.
1734       (muse-forward-list-item-1): New function that determines whether a
1735       nested list item is found.
1736       (muse-forward-list-item): Move hairy nested list detection algorithm
1737       into `muse-forward-list-item-1'.  Be extra careful about terminating
1738       when we go past the boundary.
1740     modified files:
1741      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1742      lisp/muse.el
1745 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1747     Summary:
1748       Add backlink support, thanks to Jim Ottaway.
1749     Revision:
1750       muse--main--1.0--patch-55
1752     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1753       variable that indicates whether Muse is fontifying the current buffer.
1754       (muse-colors-region): Set `muse-colors-fontifying' to t.
1755     
1756     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1757       support.  I've modified it slightly to get rid of the defadvice forms.
1759     new files:
1760      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1762     modified files:
1763      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1766 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1768     Summary:
1769       muse-protocols: Add Wikipedia support.
1770     Revision:
1771       muse--main--1.0--patch-54
1773     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1774       is used to look up terms on the Wikipedia website.
1775       (muse-wikipedia-country): New option that specifies the country code to
1776       use for Wikipedia.
1777       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1778       resolve and browse Wikipedia URLs.
1780     modified files:
1781      ChangeLog.2006 lisp/muse-protocols.el
1784 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1786     Summary:
1787       muse-protocols: Add DOI handling.
1788     Revision:
1789       muse--main--1.0--patch-53
1791     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1792       DOI's (digitial object identifiers) are a standard identifier used in
1793       the publishing industry.  Thanks to Phillip Lord for the patch.
1794       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1795       and browse DOI's.
1797     modified files:
1798      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1801 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1803     Summary:
1804       Refine previous patch.
1805     Revision:
1806       muse--main--1.0--patch-52
1808     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1809       ever use the fallback method.  Save point when using new method.
1811     modified files:
1812      ChangeLog.2006 lisp/muse-mode.el
1815 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1817     Summary:
1818       Make visiting of links a bit faster.
1819     Revision:
1820       muse--main--1.0--patch-51
1822     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1823       property.
1824       (muse-link-properties): If we are highlighting a link, add the
1825       muse-link property.
1826     
1827     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1828       exists at point, use it to bound the link.  Otherwise, use the old
1829       method.  This should make it easier to visit custom implicit link
1830       forms, since it does not require a change to muse-implicit-link-regexp.
1831     
1832     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1833       used when muse-colors.el is loaded.
1835     modified files:
1836      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1837      lisp/muse-regexps.el
1840 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1842     Summary:
1843       Make resolving of inline image paths more flexible.
1844     Revision:
1845       muse--main--1.0--patch-50
1847     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1848       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1849       option.  Make the fallback customization type a function rather than a
1850       symbol.
1851       (muse-colors-use-publishing-directory): New function that takes the
1852       best guess at where the current Muse file will be published and makes
1853       the given link relative to that.
1854       (muse-colors-insert-image): If muse-colors-inline-image-method is
1855       'default-directory, use the default directory.  If it is a function,
1856       call that function with LINK as an argument.  Otherwise, give up.
1858     modified files:
1859      ChangeLog.2006 lisp/muse-colors.el
1862 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1864     Summary:
1865       Fix inline image lockup.
1866     Revision:
1867       muse--main--1.0--patch-49
1869     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1870       patch-47.  This will prevent Muse from locking up after making a new
1871       inline image.
1873     modified files:
1874      ChangeLog.2006 lisp/muse-colors.el
1877 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1879     Summary:
1880       Fix publishing problem with XEmacs.
1881     Revision:
1882       muse--main--1.0--patch-48
1884     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1885       publishing problem when text at beginning of buffer is read-only.
1886       Thanks to Christian Clercin for the report.
1888     modified files:
1889      ChangeLog.2006 lisp/muse-publish.el
1892 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1894     Summary:
1895       Get increase and decrease of list indentation to work with complex cases.
1896     Revision:
1897       muse--main--1.0--patch-47
1899     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1900       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1901       to indicate this interpretation, though parens are different.
1902     
1903     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1904       (muse-alter-list-item-indentation): New function that alters the list
1905       structure at point.  The behavior to use is specified by the OPERATION
1906       argument.  Currently-supported operations are 'increase and 'decrease
1907       indentation level.  This now uses the same sort of list detection
1908       algorithm that is used during publishing, so it should work as expected
1909       for complicated cases.
1910       (muse-increase-list-item-indentation)
1911       (muse-decrease-list-item-indentation): Use
1912       `muse-alter-list-item-indentation'.
1914     modified files:
1915      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1918 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1920     Summary:
1921       Code simplification; improve muse-list-item-type function.
1922     Revision:
1923       muse--main--1.0--patch-46
1925     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1926       'dl-entry, instead of just returning 'dl.
1927       (muse-forward-dl-term, muse-forward-dl-entry): Use
1928       muse-forward-list-item.
1929       (muse-forward-dl-part): Remove, merge functionality into
1930       muse-forward-list-item.
1931       (muse-forward-list-item): Add a few conditions needed for skipping
1932       nested 'dl-term and 'dl-entry items.
1934     modified files:
1935      ChangeLog.2006 lisp/muse.el
1938 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1940     Summary:
1941       Put movement by list and paragraph functions in muse.el.
1942     Revision:
1943       muse--main--1.0--patch-45
1945     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1946       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1947       (muse-forward-list-item): Move here from muse-publish.el, so that
1948       muse-mode can make use of these.
1950     modified files:
1951      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1954 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1956     Summary:
1957       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1958     Revision:
1959       muse--main--1.0--patch-44
1961     (Author: Per B. Sederberg <per@med.upenn.edu>)
1962     
1963     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1964       decrease the current item indentation.
1965       (muse-get-paragraph-start): Helper function to determine the start of
1966       the current paragraph.
1967       (muse-insert-list-item): Cleaned up list item insertion code and made
1968       it handle definitions.
1969       (muse-increase-list-item-indentation): New interactive function to
1970       increase list item indentation.
1971       (muse-decrease-list-item-indentation): New interactive function to
1972       decrease list item indentation.
1974     modified files:
1975      ChangeLog.2006 lisp/muse-mode.el
1977     new patches:
1978      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1979      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1980      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1981      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1982      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1983      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1984      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1985      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1986      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1987      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1990 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1992     Summary:
1993       Use slightly better algorithm for removing initial whitespace.
1994     Revision:
1995       muse--main--1.0--patch-43
1997     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1998       the definition occurred on the same line as the term.
1999       (muse-publish-surround-text): Use a slightly better algorithm for
2000       removing initial indentation of list items.  This way, we preserve
2001       nesting of lists and also deal with same-level items that occur after
2002       nested items.  This probably doesn't make much of a difference in the
2003       output, but it should make support of nested definition lists a bit
2004       less troublesome in some cases.
2005       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2006       regexp.
2007       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2008       data.  Don't remove any text.  This makes the function easier to reuse
2009       in display-only situations.
2011     modified files:
2012      ChangeLog.2006 lisp/muse-publish.el
2015 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2017     Summary:
2018       In a preliminary way, make definition lists nest.
2019     Revision:
2020       muse--main--1.0--patch-42
2022     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2023       lists nest a bit better.
2024     
2025     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2026       use it anymore.
2028     modified files:
2029      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2032 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2034     Summary:
2035       Fix nested list regression.
2036     Revision:
2037       muse--main--1.0--patch-41
2039     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2040       original indentation value and use that.  This fixes a regression
2041       caused by the last patch.
2043     modified files:
2044      ChangeLog.2006 lisp/muse-publish.el
2047 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2049     Summary:
2050       Make code look nicer by using muse-forward-dl-* functions.
2051     Revision:
2052       muse--main--1.0--patch-40
2054     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2055       forms into muse-forward-dl-* for increased reusability.
2056       (muse-publish-surround-text): Call move function with an indent
2057       argument so that we don't have to use partial substitution in lambda
2058       forms.
2059       (muse-forward-dl-term): New function that moves forward to the next
2060       definition list term.
2061       (muse-forward-dl-entry): New function that moves forward to the next
2062       definition list entry.
2063       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2064       does not move past entire definition list items, only parts of them.
2065       (muse-publish-markup-list, muse-publish-markup-quote):
2066       (muse-publish-quote-tag): Use better lambda form, and include a
2067       parameter.
2069     modified files:
2070      ChangeLog.2006 lisp/muse-publish.el
2073 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2075     Summary:
2076       Handle blockquoted sections within lists properly.
2077     Revision:
2078       muse--main--1.0--patch-39
2080     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2081       property.  This should make blockquoted sections within a list do the
2082       right thing.
2083       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2084       behavior of `muse-forward-paragraph'.
2086     modified files:
2087      ChangeLog.2006 lisp/muse-publish.el
2090 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2092     Summary:
2093       Fix problem when previous list item was nested.
2094     Revision:
2095       muse--main--1.0--patch-38
2097     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2098       indicator at the correct place.  This fixes an error where a previous
2099       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2100       for the report.
2102     modified files:
2103      ChangeLog.2006 lisp/muse-publish.el
2106 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2108     Summary:
2109       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2110     Revision:
2111       muse--main--1.0--patch-37
2113     * muse.texi (Implicit Links): Mention how to customize the WikiName
2114       recognition, and note that if you're setting this manually, you have to
2115       call some additional code.  This should fix #5376.  Also remove local
2116       variables section at end, since it seems pointless.
2118     modified files:
2119      ChangeLog.2006 muse.texi
2122 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2124     Summary:
2125       Fix #5325: nested formatting not working in HTML output.
2126     Revision:
2127       muse--main--1.0--patch-36
2129     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2130       work.  I'm a bit worried about possible double-escaping, though.
2131       Perhaps we should write the context to a text property and escape it
2132       later.  This should fix #5325.
2134     modified files:
2135      ChangeLog.2006 lisp/muse-publish.el
2138 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2140     Summary:
2141       Make paragraphs respect the end of a list or list item.
2142     Revision:
2143       muse--main--1.0--patch-35
2145     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2146       end of a list (or list item), back up.  This allows for a nice side
2147       effect when using indented sentences in between list items.
2148     
2149     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2150     
2151     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2152     
2153     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2154       and end-item are marked up with end-list properties.
2156     modified files:
2157      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2158      lisp/muse-publish.el lisp/muse-xml.el
2161 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2163     Summary:
2164       Make sure an initial term exists before publishing definition list.
2165     Revision:
2166       muse--main--1.0--patch-34
2168     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2169       exists before publishing a definition list.
2171     modified files:
2172      ChangeLog.2006 lisp/muse-publish.el
2175 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2177     Summary:
2178       Add comments to nested list code.
2179     Revision:
2180       muse--main--1.0--patch-33
2182     * lisp/muse-publish.el (muse-publish-surround-dl)
2183       (muse-publish-surround-text, muse-forward-dl-item):
2184       (muse-forward-list-item): Add comments, since there were many
2185       intricacies that are probably not obvious to the casual reader.
2186       (muse-forward-dl-item): Remove no-op condition.
2188     modified files:
2189      ChangeLog.2006 lisp/muse-publish.el
2192 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2194     Summary:
2195       Make nested list items work when separated by one blank line.
2196     Revision:
2197       muse--main--1.0--patch-32
2199     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2200       muse-forward-dl-item instead of muse-forward-list-item.  On second
2201       thought, don't unconditionally insert a newline, as that breaks some
2202       things.
2203       (muse-forward-dl-item): New function that moves forward to the next
2204       definition list item.  This was factored out from
2205       muse-forward-list-item, since it was getting too complex for my liking.
2206       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2207       indented line, and skip past these if we have a blank line followed by
2208       an indented line.  "Indented" means "indented one past the current
2209       indentation level" here.  Remove some initial whitespace that was being
2210       overlooked before.
2212     modified files:
2213      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2216 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2218     Summary:
2219       Fix a couple of bugs in muse-wiki-resolve-project-page.
2220     Revision:
2221       muse--main--1.0--patch-31
2223     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2224       better algorithm for adding styles to a list.
2225     
2226     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2227       carefully.  This should fix one or two hard-to-explain bugs.
2229     modified files:
2230      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2233 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2235     Summary:
2236       Fix another definition list edge case.
2237     Revision:
2238       muse--main--1.0--patch-30
2240     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2241       unordered list immediately follows definition list term.
2243     modified files:
2244      ChangeLog.2006 lisp/muse-publish.el
2247 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2249     Summary:
2250       Pass all current definition list test cases.
2251     Revision:
2252       muse--main--1.0--patch-29
2254     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2255       line if definition is not on the same line as the term.
2256       (muse-forward-list-item): Fix publishing incorrectness that occurred
2257       when a non-dl list follows a definition list.  Always move to the right
2258       place so as to prevent extra empty dd elements from being published.
2260     modified files:
2261      ChangeLog.2006 lisp/muse-publish.el
2264 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2266     Summary:
2267       Merge consecutive definition list terms properly.
2268     Revision:
2269       muse--main--1.0--patch-28
2271     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2272       correctly.  This makes Muse merge several definition list items into
2273       one list.
2274       (muse-forward-list-item): Use simpler regexp for 'dl.
2275     
2276     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2277       definition lists, and make terms the 2nd matched text.
2279     modified files:
2280      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2283 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2285     Summary:
2286       Bookkeeping.
2287     Revision:
2288       muse--main--1.0--patch-27
2290     * AUTHORS: Update.
2291     
2292     * muse-colors.el, muse-mode.el: Credit contributions.
2294     modified files:
2295      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2298 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2300     Summary:
2301       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2302     Revision:
2303       muse--main--1.0--patch-26
2305     Patches applied:
2306     
2307      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2308        Added ability to show inline images in the Emacs buffer.
2309     
2310      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2311        Added enhanced list item insertion.
2312     
2313     Detailed log:
2314     
2315     (Author: Per B. Sederberg <per@med.upenn.edu>)
2316     
2317     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2318       list item.  New key mapping to toggle showing images.  Added a key
2319       mapping to insert a link to a file and modified the key map to insert a
2320       tag.
2321       (muse-on-blank-line): Helper function to determine if the point is on a
2322       line containing only blank spaces.
2323       (muse-insert-list-item): New interactive function to insert a new list
2324       item, taking into account the current list state.
2325       (muse-insert-relative-link-to-file): New function to insert a link to a
2326       file, relative to the default directory.
2327     
2328     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2329       for where to search for images to inline in the buffer.
2330       (muse-colors-inline-images): Added custom boolean field for whether to
2331       show inline images in the buffer.
2332       (muse-colors-toggle-inline-images): New function to toggle showing the
2333       inline images in the buffer.
2334       (muse-unhighlight-region): Now removes end-glyph text properties to
2335       support XEmacs.
2336       (muse-colors-resolve-image-file): New function to determine if a link
2337       is an image and whether the version of Emacs can support inline images.
2338       (muse-make-file-glyph): New function to create an image glyph if we are
2339       using XEmacs.
2340       (muse-colors-insert-image): New function to insert an image in an Emacs
2341       buffer.
2342       (muse-colors-explicit-link): Modified function to have the ability to
2343       insert an image instead of formatting the text of the link.
2345     modified files:
2346      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2348     new patches:
2349      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2350      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2351      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2352      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2353      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2356 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2358     Summary:
2359       Pass testcase for definition list and nested unordered list.
2360     Revision:
2361       muse--main--1.0--patch-25
2363     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2364       lists always have at least one entry.  This appears to do the right
2365       thing with a sample nested unordered list.
2367     modified files:
2368      ChangeLog.2006 lisp/muse-publish.el
2371 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2373     Summary:
2374       Some definition list fixes.
2375     Revision:
2376       muse--main--1.0--patch-24
2378     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2379       markup for end of list using the `muse-insert-markup-end-list'
2380       function.  Handle list items nested inside of a definition list.
2382     modified files:
2383      ChangeLog.2006 lisp/muse-publish.el
2386 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2388     Summary:
2389       Fix another wrapped list item edge case.
2390     Revision:
2391       muse--main--1.0--patch-23
2393     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2394       indentation in a region when we encounter any list items.  This should
2395       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2396       for the report.
2398     modified files:
2399      ChangeLog.2006 lisp/muse-publish.el
2402 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2404     Summary:
2405       Fix comment in Debian packaging.
2406     Revision:
2407       muse--main--1.0--patch-22
2409     * debian/emacsen-remove: Fix comment.
2411     modified files:
2412      ChangeLog.2006 debian/emacsen-remove
2415 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2417     Summary:
2418       muse-blosxom: Fix order of #tags line in header.
2419     Revision:
2420       muse--main--1.0--patch-21
2422     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2423       rather than before it.  Thanks to bkhl for the heads up.
2425     modified files:
2426      ChangeLog.2006 lisp/muse-blosxom.el
2429 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2431     Summary:
2432       muse-blosxom: Add ability to use tags in entries.
2433     Revision:
2434       muse--main--1.0--patch-20
2436     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2437       publish them.
2438       (muse-blosxom-use-tags): New option that specifies whether we are using
2439       tags.
2440       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2441       RET without entering one.
2443     modified files:
2444      ChangeLog.2006 lisp/muse-blosxom.el
2447 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2449     Summary:
2450       Fix backtrace when publishing unsaved files.
2451     Revision:
2452       muse--main--1.0--patch-19
2454     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2455       trying to publish a file that has not been saved, and give an
2456       explanation to the user.
2458     modified files:
2459      ChangeLog.2006 lisp/muse-publish.el
2462 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2464     Summary:
2465       muse-texinfo: Fix link suffix.
2466     Revision:
2467       muse--main--1.0--patch-18
2469     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2470       styles.  This should fix a bug where links in published info files use
2471       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2473     modified files:
2474      ChangeLog.2006 lisp/muse-texinfo.el
2477 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2479     Summary:
2480       Fix prompting of non-Muse buffers before publishing.
2481     Revision:
2482       muse--main--1.0--patch-17
2484     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2485       Stadler to ignore buffers that have no associated filename.  This fixes
2486       an annoyance where Muse prompts to save BBDB and ERC buffers before
2487       publishing.
2489     modified files:
2490      AUTHORS ChangeLog.2006 lisp/muse-project.el
2493 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2495     Summary:
2496       Fix wrapped nested list item edge case.
2497     Revision:
2498       muse--main--1.0--patch-16
2500     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2501       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2502       case.
2503       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2504       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2505     
2506     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2507       exactly one space character in front of a unnumbered or numbered list.
2508       This should make it easier to match every list instance, since
2509       definition lists can now be handled more nicely in
2510       muse-publish-markup-regexps.  This also has the effect of fixing a
2511       wrapped nested list item edge case.
2513     modified files:
2514      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2517 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2519     Summary:
2520       Fix edge case in muse-wiki-publish-pretty-title.
2521     Revision:
2522       muse--main--1.0--patch-15
2524     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2525       the document does not have a valid title, use the empty string.
2527     modified files:
2528      ChangeLog.2006 lisp/muse-wiki.el
2531 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2533     Summary:
2534       Use debian/compat to determine debhelper compat level.
2535     Revision:
2536       muse--main--1.0--patch-14
2538     * debian/compat: New file that sets the debhelper compatibility level to
2539       4.
2540     
2541     * debian/rules: Remove DH_COMPAT line.
2543     new files:
2544      debian/.arch-ids/compat.id debian/compat
2546     modified files:
2547      ChangeLog.2006 debian/rules
2550 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2552     Summary:
2553       Fix a couple of table-publishing edge cases.
2554     Revision:
2555       muse--main--1.0--patch-13
2557     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2558       publishing error that occurs when a table line is the last thing in a
2559       document.  Thanks to cymacs for the report and suggested fix.
2560       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2561       them.
2562     
2563     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2564       at the end of the 'end-table markup string.
2565     
2566     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2567     
2568     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2569     
2570     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2571       newline at the end of the table.  This should fix a problem with
2572       paragraphs after tables not being published as such.  Thanks to cymacs
2573       for the report.
2574     
2575     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2576       muse-insert-markup to insert a trailing newline.
2578     modified files:
2579      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2580      lisp/muse-publish.el lisp/muse-texinfo.el
2581      lisp/muse-xml-common.el lisp/muse-xml.el
2584 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2586     Summary:
2587       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2588     Revision:
2589       muse--main--1.0--patch-12
2592     new files:
2593      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2595     renamed files:
2596      .arch-ids/ChangeLog.id
2597        ==> .arch-ids/ChangeLog.2005.id
2598      ChangeLog
2599        ==> ChangeLog.2005
2602 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2604     Summary:
2605       Make muse-journal work with whole-document escaping.
2606     Revision:
2607       muse--main--1.0--patch-11
2609     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2610       by Emacs Muse" so that muse-journal does not get confused.
2611     
2612     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2613       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2614       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2615       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2616       have "Page published by Emacs Muse (begins|ends) here" in their header
2617       or footer, since muse-journal needs this in order to determine where
2618       entries begin and end.
2620     modified files:
2621      examples/mwolson/templates/footer.html
2622      examples/mwolson/templates/generic-footer.html
2623      examples/mwolson/templates/generic-header.html
2624      examples/mwolson/templates/header.html
2625      examples/mwolson/templates/header.tex lisp/muse-journal.el
2628 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2630     Summary:
2631       Get simple test case for definition lists to work.
2632     Revision:
2633       muse--main--1.0--patch-10
2635     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2636       publish properly.
2637       (muse-forward-list-item): Fix edge case.
2639     modified files:
2640      lisp/muse-publish.el
2643 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2645     Summary:
2646       Add documentation to some publishing functions.
2647     Revision:
2648       muse--main--1.0--patch-9
2650     * lisp/muse-publish.el (muse-publish-mark-read-only)
2651       (muse-publish-mark-noemphasis): Add documentation.
2653     modified files:
2654      lisp/muse-publish.el
2657 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2659     Summary:
2660       Fix an error with `custom-quote'.
2661     Revision:
2662       muse--main--1.0--patch-8
2664     * lisp/muse-project.el: Require 'cus-edit, since that is where
2665       `custom-quote' is defined.
2666     
2667     * muse.texi: Use copyright symbol.
2669     modified files:
2670      lisp/muse-project.el muse.texi
2673 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2675     Summary:
2676       muse-registry: update from author.
2677     Revision:
2678       muse--main--1.0--patch-7
2680     * lisp/muse-registry.el: Update to newest version from author.
2681       Re-tabify.
2683     modified files:
2684      lisp/muse-registry.el
2687 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2689     Summary:
2690       muse-latex: Handle double-quote edge case.
2691     Revision:
2692       muse--main--1.0--patch-6
2694     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2695       character begins the buffer.
2697     modified files:
2698      lisp/muse-latex.el
2701 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2703     Summary:
2704       Allow beginning and ending empty elements in tables.
2705     Revision:
2706       muse--main--1.0--patch-5
2708     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2709       whitespace after the field if we're at the end of a line.
2710       (muse-table-line-regexp): Allow the table to start with a "|".  The
2711       resulting initial empty cell isn't yet thrown away like it should be.
2713     modified files:
2714      lisp/muse-regexps.el
2717 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2719     Summary:
2720       muse-latex: Use \url to publish bare URLs.
2721     Revision:
2722       muse--main--1.0--patch-4
2724     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2725       \href for bare URLs.  Thanks to Na Li for the suggestion!
2727     modified files:
2728      lisp/muse-latex.el
2731 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2733     Summary:
2734       Create parents of output directories.
2735     Revision:
2736       muse--main--1.0--patch-3
2738     * lisp/muse-project.el (muse-project-publish-file): Create parent
2739       directories as well, if the output directory does not exist.  This can
2740       happen when we have nested directories in a project.
2742     modified files:
2743      lisp/muse-project.el
2746 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2748     Summary:
2749       Pick a better default if publishing with more than one style.
2750     Revision:
2751       muse--main--1.0--patch-2
2753     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2754       the list we return is in the right order.  That way, if more than one
2755       publishing rule matches a link, the first one is used, rather than the
2756       last.
2758     modified files:
2759      lisp/muse-project.el
2762 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2764     Summary:
2765       Oops, committed to the wrong archive.
2766     Revision:
2767       muse--main--1.0--patch-1
2769     Patches applied:
2770     
2771      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2772        Debian fixups.
2773     
2774      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2775        Another Debian fix.
2777     modified files:
2778      ChangeLog debian/emacsen-startup
2780     renamed files:
2781      debian/.arch-ids/NEWS.Debian.id
2782        ==> debian/.arch-ids/NEWS.id
2783      debian/NEWS.Debian
2784        ==> debian/NEWS
2786     new patches:
2787      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2788      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2791 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2793     Summary:
2794       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2795     Revision:
2796       muse--main--1.0--base-0
2798     See ChangeLog.2005 for earlier changes.
2800     new patches:
2801      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2802      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2803      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2804      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2805      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2806      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2807      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2808      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2809      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2810      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2811      ajk@iu.edu--2005/muse--main--1.0--base-0
2812      ajk@iu.edu--2005/muse--main--1.0--patch-1
2813      ajk@iu.edu--2005/muse--main--1.0--patch-2
2814      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2815      davidsmith@acm.org--main/muse--devo--1.0--base-0
2816      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2817      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2818      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2819      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2820      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2821      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2822      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2823      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2824      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2825      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2826      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2827      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2828      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2829      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2830      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2831      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2832      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2833      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2834      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2835      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2836      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2837      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2838      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2839      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2840      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2841      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2842      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2843      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2844      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2845      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2846      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2847      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2848      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2849      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2850      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2851      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2852      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2853      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2854      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2855      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2856      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2857      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2858      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2859      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2860      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2861      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2862      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2863      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2864      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2865      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2866      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2867      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2868      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2869      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2870      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2871      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2872      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2873      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2874      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2875      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2876      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2877      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2878      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2879      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2880      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2881      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2882      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2883      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2884      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2885      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2886      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2887      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2888      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2889      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2890      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2891      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2892      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2893      mwolson@gnu.org--2005/muse--main--1.0--base-0
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3249      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3250      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3251      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3252      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3253      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3254      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3255      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3256      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3257      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3258      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3259      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3260      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3261      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3262      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3263      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3264      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3265      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3266      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3267      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3268      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3269      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3270      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3271      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3272      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3273      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3274      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3275      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3276      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3277      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3278      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3279      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3280      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3281      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3282      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3283      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3284      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3285      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3286      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3287      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3288      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3289      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3290      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3291      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3292      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8