Merged from mwolson@gnu.org--2006 (patch 147-150)
[muse-el.git] / ChangeLog
blob6129352a6f3bae6d609976f210247ec88b3e3c67
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
7     Summary:
8       Really update ChangeLog.2005.
9     Revision:
10       muse--main--1.0--patch-150
12     * ChangeLog.2005: Really update this.
14     new files:
15      .arch-ids/ChangeLog.2005.id ChangeLog.2005
17     removed files:
18      .arch-ids/ChangeLog.2005.id ChangeLog.2005
20     modified files:
21      .arch-ids/muse.texi.id ChangeLog
24 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
26     Summary:
27       Second attempt at fixing XEmacs beta problem.
28     Revision:
29       muse--main--1.0--patch-149
31     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
32       about what causes the problem.
33     
34     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
35       lower to future-proof an idea that I have.
36       (muse-style-element): Make this a function instead of a substitution,
37       especially since it is potentially recursive.
39     modified files:
40      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
43 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
45     Summary:
46       Update ChangeLogs.
47     Revision:
48       muse--main--1.0--patch-148
50     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
51     
52     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
53     
54     * lisp/muse-regexps.el: Add a few comments.
55     
56     * muse.texi (Tag Summary): Add example of <tag /> use.
58     modified files:
59      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
62 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
64     Summary:
65       Try to work around a bug in XEmacs beta.
66     Revision:
67       muse--main--1.0--patch-147
69     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
70       around a bug in XEmacs beta.
72     modified files:
73      ChangeLog lisp/Makefile
76 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
78     Summary:
79       Fix tag-publishing in <insert> and <markup>.
80     Revision:
81       muse--main--1.0--patch-146
83     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
84       muse-publish-markup-tags, since that messes other things up for
85       <markup> and <insert>.
86       (muse-inhibit-style-tags): New variable that specifies whether to
87       disable looking for tag definitions that are specific to the current
88       style.  This is useful for publishing headers and footers.
89       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
90       it unconditionally when calling a tag's function, so that the effect
91       does not propagate.
92     
93     * lisp/muse.el (muse-file-remote-p): New function that detects whether
94       the given file path is a remote location.  This is not used yet.
96     modified files:
97      ChangeLog lisp/muse-publish.el lisp/muse.el
100 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
102     Summary:
103       Rename muse-convert.el to muse-latex-convert.el.
104     Revision:
105       muse--main--1.0--patch-145
107     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
108       files of this nature are expected in the future.
110     modified files:
111      ChangeLog Makefile.defs debian/changelog
112      lisp/muse-convert-latex.el
114     renamed files:
115      lisp/.arch-ids/muse-convert.el.id
116        ==> lisp/.arch-ids/muse-convert-latex.el.id
117      lisp/muse-convert.el
118        ==> lisp/muse-convert-latex.el
121 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
123     Summary:
124       List all tags in Muse's documentation.
125     Revision:
126       muse--main--1.0--patch-144
128     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
129       was trying out.
130       (muse-publish-contents-depth): New option that specifies the maximum
131       depth of headings to include with <contents> tags.
132       (muse-publish-contents-tag): Use it.
133       (muse-publish-include-tag): Docfix.
134     
135     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
136       (Tag Summary): New section that defines the syntax used for tags and
137       gives a complete listing of all of the tags that Muse comes with, as
138       well as some documentation for each tag.
139       (HTML): Update documentation.
141     modified files:
142      ChangeLog lisp/muse-publish.el muse.texi
145 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
147     Summary:
148       Implement <include> and <markup> tags.
149     Revision:
150       muse--main--1.0--patch-143
152     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
153       work better when a paragraph follows some other markup, especially
154       tables.
155     
156     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
157       <markup> tags.
158       (muse-publish-markup): Fix edge case.
159       (muse-publish-markup-header-footer-tags): New option that specifies
160       which tags may be used when publishing headers and footers.
161       (muse-insert-file-or-string): Use
162       muse-publish-markup-header-footer-tags instead of a hard-coded value.
163       (muse-publish-markup-region): Make title and style arguments optional,
164       so that this is easier to use.
165       (muse-publish-include-tag): Implement <include> tag.  I've tested all
166       of the cases I can think of, and it works.
167       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
168       times when you want to publish Muse markup in headers and footers.
169       Adding a table of contents to a header should be particularly easy now.
171     modified files:
172      ChangeLog lisp/muse-html.el lisp/muse-publish.el
175 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
177     Summary:
178       Make ChangeLog conform to conventions better.
179     Revision:
180       muse--main--1.0--patch-142
182     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
183       conventions better.  Specify the buffer encoding.  Add helpful notices
184       near the bottom of this and ChangeLog.2005.
186     modified files:
187      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
188      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
190     renamed files:
191      .arch-ids/ChangeLog.2006.id
192        ==> .arch-ids/ChangeLog.id
193      ChangeLog.2006
194        ==> ChangeLog
197 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
199     Summary:
200       Provide explanation of how to invoke getstamps.py.
201     Revision:
202       muse--main--1.0--patch-141
204     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
205       writing the timestamps file.
206     
207     * contrib/pyblosxom/make-blog: New example script that shows how to
208       invoke getstamps.py.
209     
210     * examples/mwolson/stylesheets/common.css: Update.
211     
212     * muse.texi (Blosxom Requirements): Mention the new example script.
213       Additionally, explain how to call getstamps.py.
215     new files:
216      contrib/pyblosxom/.arch-ids/make-blog.id
217      contrib/pyblosxom/make-blog
219     modified files:
220      ChangeLog.2006 contrib/pyblosxom/getstamps.py
221      examples/mwolson/stylesheets/common.css muse.texi
224 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
226     Summary:
227       muse-blosxom: Perform extra check on category in new entry.
228     Revision:
229       muse--main--1.0--patch-140
231     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
232       write an invalid categories line, which could cause other mysterious
233       troubles later on.
235     modified files:
236      ChangeLog.2006 lisp/muse-blosxom.el
239 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
241     Summary:
242       Improve documentation in the included pyblosxom plug-ins.
243     Revision:
244       muse--main--1.0--patch-139
246     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
247       documentation.  The initial wording was very confusing.
249     modified files:
250      ChangeLog.2006 contrib/pyblosxom/getstamps.py
251      contrib/pyblosxom/hardcodedates.py
254 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
256     Summary:
257       Minor tweak in my example CSS stylesheet.
258     Revision:
259       muse--main--1.0--patch-138
261     * examples/mwolson/stylesheets/common.css: Be careful about
262       distinguishing between links and anchors.
264     modified files:
265      ChangeLog.2006 examples/mwolson/stylesheets/common.css
268 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
270     Summary:
271       Use better fallback when displaying warnings.
272     Revision:
273       muse--main--1.0--patch-137
275     * lisp/muse.el (muse-display-warning): Use a better fallback if
276       `display-warning' does not exist.
278     modified files:
279      ChangeLog.2006 lisp/muse.el
282 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
284     Summary:
285       Make the Table of Contents CSS easier to customize.
286     Revision:
287       muse--main--1.0--patch-136
289     * examples/mwolson/muse-init.el (muse-bad-link): Update.
290     
291     * examples/mwolson/stylesheets/*.css: Update and add license.
292     
293     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
294       <div> section for easier CSS hacking.  Remove the class attribute of
295       other elements, since we don't need it anymore.
297     modified files:
298      ChangeLog.2006 Makefile.defs debian/changelog
299      examples/mwolson/muse-init.el
300      examples/mwolson/stylesheets/blog.css
301      examples/mwolson/stylesheets/common.css
302      examples/mwolson/stylesheets/print.css
303      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
306 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
308     Summary:
309       Fix a potential unbounded recursive call.
310     Revision:
311       muse--main--1.0--patch-135
313     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
314       prevents calls to muse-project-file-alist in its hook functions from
315       going into an infinite loop.
316       (muse-project-file-alist): Use it.
317     
318     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
319       handled in muse-project.el.
320       (muse-wiki-update-local-wikiword-regexp): Remove the use of
321       muse-wiki-updating-wikiword-p.
323     modified files:
324      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
327 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
329     Summary:
330       Try not to call tramp during publishing.
331     Revision:
332       muse--main--1.0--patch-134
334     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
335       file-readable-p on text that has a newline in it, because this could
336       cause tramp to be invoked.
338     modified files:
339      ChangeLog.2006 lisp/muse-publish.el
342 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
344     Summary:
345       Make links colored blue by default.
346     Revision:
347       muse--main--1.0--patch-133
349     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
350       other Emacs modes do.
352     modified files:
353      ChangeLog.2006 lisp/muse-colors.el
356 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
358     Summary:
359       Fix publishing error with tables and initial whitespace.
360     Revision:
361       muse--main--1.0--patch-132
363     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
364       above blockquote and centered text, so that indented but blank initial
365       table fields publish correctly.
366     
367     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
368       We accept anything that has at least one field delimiter.
370     modified files:
371      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
374 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
376     Summary:
377       Add muse-protocol-iw.el to experimental folder.
378     Revision:
379       muse--main--1.0--patch-131
381     * experimental/muse-protocol-iw.el: New experimental file that implements
382       an interwiki protocol of sorts that handles subdirectories.
384     new files:
385      experimental/.arch-ids/muse-protocol-iw.el.id
386      experimental/muse-protocol-iw.el
388     modified files:
389      AUTHORS ChangeLog.2006 experimental/muse-split.el
392 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
394     Summary:
395       Add muse-split.el to experimental folder.
396     Revision:
397       muse--main--1.0--patch-130
399     * experimental/muse-split.el: New experimental file that splits published
400       Muse files into several smaller files.
402     new files:
403      experimental/.arch-ids/muse-split.el.id
404      experimental/muse-split.el
406     modified files:
407      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
408      debian/control
411 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
413     Summary:
414       muse-wiki: Make the interwiki resolver a bit more clever.
415     Revision:
416       muse--main--1.0--patch-129
418     * lisp/muse-project.el (muse-project-choose-style): New function that
419       chooses a style from a list of styles, given a user-supplied test.
420     
421     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
422       that is used along with `muse-project-choose-style' to pick the first
423       style that matches a given value for :link-prefix.
424       (muse-wiki-resolve-project-page-1): New function split from
425       `muse-wiki-resolve-project-page' for readability.  Try to match files
426       that have the same link-suffix.  This should hopefully fix a bug
427       noticed by Hans Ekbrand.
429     modified files:
430      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
433 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
435     Summary:
436       Fix bug where links with :: in them were marked up as lists.
437     Revision:
438       muse--main--1.0--patch-128
440     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
441       Change noemphasis property to muse-link.
442     
443     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
444     
445     * lisp/muse-publish.el (muse-publish-surround-text)
446       (muse-publish-markup-list): Ditto.  This should fix a bug.
447       (muse-publish-markup-list): Docfix.
448       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
449     
450     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
451       There must be either one or more spaces or a single newline after the
452       colons.  This prevents an ambiguity with the double-colon muse-wiki
453       interwiki delimiter.
455     modified files:
456      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
457      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
460 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
462     Summary:
463       DTRT with explicit links that have no description.
464     Revision:
465       muse--main--1.0--patch-127
467     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
468       explicit link without a description, use the name of the linked page.
470     modified files:
471      ChangeLog.2006 lisp/muse-publish.el
474 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
476     Summary:
477       Fix emdash in link description bug.
478     Revision:
479       muse--main--1.0--patch-126
481     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
482       if we are in a link, since otherwise it will be incorrectly escaped.
483       Thanks to Chiyuan Zhang for the report.
485     modified files:
486      ChangeLog.2006 Makefile.defs debian/changelog
487      lisp/muse-publish.el
490 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
492     Summary:
493       Fix #5925: Emphasis on item breaks lists.
494     Revision:
495       muse--main--1.0--patch-125
497     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
498       as the browsing function.
499     
500     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
501       the current file.
502     
503     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
504       `offset' into account, in case the list-item regexp is nested in
505       another group.
506       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
507       offset of 1.  This should fix an unpleasant list-as-blockquote error
508       that was noticed recently.  Thanks to John Sullivan for the report.
510     modified files:
511      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
512      lisp/muse.el
515 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
517     Summary:
518       Fix a couple of beginning-of-buffer errors.
519     Revision:
520       muse--main--1.0--patch-124
522     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
523       don't throw an error if at the beginning of the buffer.  Thanks to John
524       Sullivan for the report.
526     modified files:
527      ChangeLog.2006 lisp/muse-mode.el
530 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
532     Summary:
533       muse.texi: Change use of @subsubheading to @subheading.
534     Revision:
535       muse--main--1.0--patch-123
537     * muse.texi: Change use of @subsubheading to @subheading throughout
538       document.
540     modified files:
541      ChangeLog.2006 muse.texi
544 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
546     Summary:
547       muse.texi: Change subsections to subheadings.
548     Revision:
549       muse--main--1.0--patch-122
551     (Author: John Sullivan <john@wjsullivan.net>)
552     
553     * muse.texi: Change @subsection and @strong to @subheading throughout
554       document.
556     modified files:
557      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
559     new patches:
560      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
561      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
562      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
565 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
567     Summary:
568       Update keystrokes used in muse-mode, as well as docs.
569     Revision:
570       muse--main--1.0--patch-121
572     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
573       keymap to use when the user wants to insert something into the current
574       buffer using `C-c i'.
575       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
576       muse-follow-name-at-point, since this is already used for
577       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
578       prompt for the thing to insert.
579       (muse-insert-thing): New function that prompts the user for something
580       to insert into the current buffer.  It tries to be as friendly as
581       possible by catching possible errors with the message "Not inserting
582       anything".
583       (muse-mode-completions): Rename from `muse-completions', since this is
584       what we use in `muse-mode'.
585       (muse-mode-current-word): Similarly.  These don't seem to work
586       correctly, for unknown reasons.
587     
588     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
589       utilize.
591     modified files:
592      ChangeLog.2006 lisp/muse-mode.el muse.texi
595 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
597     Summary:
598       Fix buggy behavior in muse-browse-result.
599     Revision:
600       muse--main--1.0--patch-120
602     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
603       names to styles, based on the styles contained in the current Muse
604       project.  Thanks to kid kid for the analysis.
605     
606     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
607       specified as an argument.
609     modified files:
610      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
613 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
615     Summary:
616       muse-latex: Make images look better.
617     Revision:
618       muse--main--1.0--patch-119
620     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
621       be 75% the width of the page, which looks better.  Enclose images in
622       figures, and center them.
624     modified files:
625      ChangeLog.2006 lisp/muse-latex.el
628 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
630     Summary:
631       Fix a few image bugs.
632     Revision:
633       muse--main--1.0--patch-118
635     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
636       passing it to `muse-colors-inline-image-method'.  This makes images
637       with the same current directory and publishing directory get resolved
638       correctly.
639     
640     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
641       ".muse" extension to images.
643     modified files:
644      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
647 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
649     Summary:
650       Make build targets more consistent.
651     Revision:
652       muse--main--1.0--patch-117
654     * contrib/Makefile (install): Make build targets more consistent.  Thanks
655       to dsmith for the report.
656     
657     * lisp/Makefile (all, lisp, install): Ditto.
659     modified files:
660      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
661      lisp/Makefile
664 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
666     Summary:
667       cgi.el: Make this work without cl-seq.el.
668     Revision:
669       muse--main--1.0--patch-116
671     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
672       code.  Make this not depend on 'cl at runtime.
673       (cgi-position): New function that implements a simple replacement for
674       the position function found in cl-seq.el.
675       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
676       instead of `subseq'.
677     
678     * contrib/httpd.el: Credit myself.
680     modified files:
681      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
684 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
686     Summary:
687       Make publishing DTRT when using escaped list markup.
688     Revision:
689       muse--main--1.0--patch-115
691     * lisp/muse-publish.el (muse-publish-surround-text)
692       (muse-publish-markup-list): Ignore escaped list markup.
693     
694     * lisp/muse.el (muse-list-item-type): Docfix.
695       (muse-list-item-critical-point): New function that returns the point
696       where we should expect to find the first character in the current list
697       item markup.
698       (muse-forward-paragraph): Docfix and cosmetic change.
699       (muse-forward-list-item): Ignore escaped list markup.  This should fix
700       a few publishing errors that involve markup like =::=.
702     modified files:
703      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
706 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
708     Summary:
709       muse-publish: Get rid of warning when batch publishing.
710     Revision:
711       muse--main--1.0--patch-114
713     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
714       publishing warning message.
716     modified files:
717      ChangeLog.2006 Makefile.defs debian/changelog
718      lisp/muse-publish.el
721 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
723     Summary:
724       Try to fix face clobbering bug.
725     Revision:
726       muse--main--1.0--patch-113
728     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
729       the default value of the header faces.  It can be re-used.
730       (muse-make-faces): Simplify.  This should now fix the face clobbering
731       bug.
733     modified files:
734      ChangeLog.2006 lisp/muse-colors.el
737 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
739     Summary:
740       Re-add some cgi.el stuff and update my example config.
741     Revision:
742       muse--main--1.0--patch-112
744     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
745       they are mentioned in the documentation.
746     
747     * examples/mwolson/: Update.
749     modified files:
750      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
751      examples/mwolson/templates/footer.html
752      examples/mwolson/templates/header.html
755 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
757     Summary:
758       muse-mode: Make C-c C-e work better.
759     Revision:
760       muse--main--1.0--patch-111
762     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
763       that this is more robust.
765     modified files:
766      ChangeLog.2006 lisp/muse-mode.el
769 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
771     Summary:
772       muse-latex: Don't escape backslash in <example> regions.
773     Revision:
774       muse--main--1.0--patch-110
776     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
777       to escape the backslash after all.
778       (muse-latex-markup-specials-literal): Docfix.
779     
780     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
782     modified files:
783      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
786 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
788     Summary:
789       Allow tab characters in the target of explicit links.
790     Revision:
791       muse--main--1.0--patch-109
793     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
794       in the link target.  This doesn't seem like it could hurt anything, and
795       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
796       the report.
798     modified files:
799      ChangeLog.2006 lisp/muse-regexps.el
802 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
804     Summary:
805       muse-wiki: Fix bug that caused WikiWords not to publish or display.
806     Revision:
807       muse--main--1.0--patch-108
809     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
811     modified files:
812      ChangeLog.2006 Makefile.defs debian/changelog
813      lisp/muse-wiki.el
816 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
818     Summary:
819       Fix horrendous typo.
820     Revision:
821       muse--main--1.0--patch-107
823     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
824       strangeness.
826     modified files:
827      ChangeLog.2006 lisp/muse-publish.el
830 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
832     Summary:
833       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
834     Revision:
835       muse--main--1.0--patch-106
837     (Author: Per B. Sederberg <per@med.upenn.edu>)
838     
839     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
840       Option to not create implicit links to the current page.
841       (muse-wiki-handle-wikiword): Process the option to not create implicit
842       links to the current page.
844     modified files:
845      ChangeLog.2006 Makefile.defs debian/changelog
846      lisp/muse-wiki.el
848     new patches:
849      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
852 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
854     Summary:
855       Try to fix failure to recognize Muse file extension (6th attempt).
856     Revision:
857       muse--main--1.0--patch-105
859     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
860       init file is loaded.
861       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
862       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
863     
864     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
865       user's init file is loaded.  Explicitly add the Muse file extension
866       when muse.el is loaded, to make life simpler.
867       (muse-update-file-extension): Take several edge cases into account.
868       (muse-file-extension): Docfix.
869       (muse-update-file-extension-after-init): New function that causes the
870       file extension to be updated.
871     
872     * muse.texi (Projects): It is no longer necessary to call
873       `muse-mode-maybe' manually.
875     modified files:
876      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
879 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
881     Summary:
882       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
883     Revision:
884       muse--main--1.0--patch-104
886     (Author: Per B. Sederberg <per@med.upenn.edu>)
887     
888     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
889       to return a list of project files that have spaces.
890       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
891       spaces function.  Don't make this buffer-local.
893     modified files:
894      ChangeLog.2006 lisp/muse-wiki.el
896     new patches:
897      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
898      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
899      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
900      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
901      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
904 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
906     Summary:
907       Try to fix failure to recognize Muse file extension (5th attempt).
908     Revision:
909       muse--main--1.0--patch-103
911     * lisp/muse.el: To detect whether Emacs has fully started, check
912       `command-line-processed' instead of `inhibit-startup-hooks', since the
913       latter only exists for Emacs22.
915     modified files:
916      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
919 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
921     Summary:
922       muse-html: Add :style-sheet element.
923     Revision:
924       muse--main--1.0--patch-102
926     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
927       :style-sheet element.
928       ("html", "xhtml"): Add the :style-sheet element.
929     
930     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
931       style already exists.  Instead, just replace the existing style.
932       (muse-derive-style): Ditto.
933     
934     * muse.texi (Style Elements): Mention :style-sheet.
936     modified files:
937      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
938      muse.texi
941 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
943     Summary:
944       Try to fix failure to recognize Muse file extension (4th attempt).
945     Revision:
946       muse--main--1.0--patch-101
948     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
949       the command line.
951     modified files:
952      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
955 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
957     Summary:
958       Try to fix failure to recognize Muse file extension (3rd attempt).
959     Revision:
960       muse--main--1.0--patch-100
962     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
964     modified files:
965      ChangeLog.2006 lisp/muse.el
968 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
970     Summary:
971       Try to fix failure to recognize Muse file extension (2nd attempt).
972     Revision:
973       muse--main--1.0--patch-99
975     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
976       auto-mode-alist.
978     modified files:
979      ChangeLog.2006 lisp/muse.el
982 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
984     Summary:
985       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
986     Revision:
987       muse--main--1.0--patch-98
989     (Author: Per B. Sederberg <per@med.upenn.edu>)
990     
991     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
992       interwiki-regexp to search for any project file name.  This is so it
993       will match files with spaces.
995     modified files:
996      ChangeLog.2006 lisp/muse-wiki.el
998     new patches:
999      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1000      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1001      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1002      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1003      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1004      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1005      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1008 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1010     Summary:
1011       Try to fix failure to recognize Muse file extension.
1012     Revision:
1013       muse--main--1.0--patch-97
1015     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1016       of semantics.
1017     
1018     * lisp/muse.el: Call muse-update-file-extension in
1019       muse-update-values-hook, instead of
1020       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1021       emacs-startup-hook, so that the user has time to set this in their
1022       .emacs file.
1024     modified files:
1025      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1028 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1030     Summary:
1031       Make things in contrib directory installable.
1032     Revision:
1033       muse--main--1.0--patch-96
1035     * Makefile (SUBDIRS): Add contrib.
1036       (all): Add contrib.
1037       (contrib): New target that compiles things in the contrib directory.
1038       (install-bin): Add contrib.  Install things in the contrib directory.
1039       Also install uncompiled things in the experimental directory.
1040     
1041     * contrib/Makefile: New Makefile for the contrib directory.
1042     
1043     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1044     
1045     * debian/emacsen-install: Compile files in contrib directory in addition
1046       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1047     
1048     * debian/emacsen-startup: Add contrib directory to load-path.
1049     
1050     * experimental/Makefile (test): Remove target.
1051       (install-uncompiled): New target that installs uncompiled files.
1052     
1053     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1054       (muse-update-file-extension): Fix a warning that occurred when doing
1055       batch publishing.
1057     new files:
1058      contrib/.arch-ids/Makefile.id contrib/Makefile
1060     modified files:
1061      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1062      debian/changelog debian/emacsen-install debian/emacsen-startup
1063      experimental/Makefile lisp/muse.el muse.texi
1066 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1068     Summary:
1069       Remove muse-registry.el.
1070     Revision:
1071       muse--main--1.0--patch-95
1073     * lisp/muse-registry.el: Move to the Planner project, since it is a
1074       better fit with Planner than Muse.
1076     removed files:
1077      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1079     modified files:
1080      AUTHORS ChangeLog.2006
1083 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1085     Summary:
1086       Prepare Debian package for Arch snapshot.
1087     Revision:
1088       muse--main--1.0--patch-94
1090     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1091       snapshot.
1093     modified files:
1094      ChangeLog.2006 Makefile.defs debian/changelog
1097 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1099     Summary:
1100       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1101     Revision:
1102       muse--main--1.0--patch-93
1104     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1105       `muse-wiki-hide-nop-tag' into account.
1107     modified files:
1108      ChangeLog.2006 lisp/muse-wiki.el
1111 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1113     Summary:
1114       Fix a couple of compiler warnings.
1115     Revision:
1116       muse--main--1.0--patch-92
1118     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1120     modified files:
1121      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1124 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1126     Summary:
1127       Make interwiki links work with the new option.
1128     Revision:
1129       muse--main--1.0--patch-91
1131     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1132       parameters.  Populate this correctly when
1133       `muse-wiki-match-all-project-files' is non-nil.
1135     modified files:
1136      ChangeLog.2006 lisp/muse-wiki.el
1139 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1141     Summary:
1142       Permit table generation to be disabled for a single Muse page.
1143     Revision:
1144       muse--main--1.0--patch-90
1146     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1147       data, don't publish the table.
1148     
1149     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1150     
1151     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1152     
1153     * lisp/muse-publish.el (muse-publish-table-fields): If the
1154       "disable-tables" publishing directive exists for the current page, do
1155       not generate a table.
1156     
1157     * muse.texi (Tables): Mention that table generation can be disabled for a
1158       single page.
1160     modified files:
1161      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1162      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1165 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1167     Summary:
1168       muse-wiki: Match filenames before WikiWords.
1169     Revision:
1170       muse--main--1.0--patch-89
1172     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1173       filenames in project before the general WikiWord regexp.
1175     modified files:
1176      ChangeLog.2006 lisp/muse-wiki.el
1179 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1181     Summary:
1182       Use a better mechanism for updating autogenerated variables.
1183     Revision:
1184       muse--main--1.0--patch-88
1186     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1187     
1188     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1189     
1190     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1191       muse-update-values-hook.
1192     
1193     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1194       muse-update-values-hook.
1195     
1196     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1197       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1198       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1199       error is fixed.
1200       (muse-wiki-update-custom-values): Replace with function that gives a
1201       warning and an explanation.
1202     
1203     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1204       example so that people who use it won't have a wrong value in
1205       muse-mode-hook.
1207     modified files:
1208      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1209      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1210      lisp/muse.el
1213 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1215     Summary:
1216       muse-wiki: Implement implicit links for all files in project.
1217     Revision:
1218       muse--main--1.0--patch-87
1220     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1221       don't get errors when trying to use it.
1222     
1223     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1224       muse-project-file-alist-hook.
1225       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1226       into a recursive call.
1227       (muse-wiki-update-wikiword-regexp): Call
1228       `muse-wiki-update-local-wikiword-regexp'.
1229     
1230     (Author: Per B. Sederberg <per@med.upenn.edu>)
1231     
1232     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1233       muse-before-publish-hook and muse-mode-hook so that implicit links are
1234       published properly.
1235       (muse-wiki-wikiword-match-project-files): New option for determining
1236       whether to match all project files as implicit links.  This is off by
1237       default.
1238       (muse-wiki-update-local-wikiword-regexp): New function to make the
1239       wikiword-regexp local and append the files in the current project to
1240       it.
1242     modified files:
1243      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1245     new patches:
1246      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1247      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1248      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1249      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1250      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1251      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1252      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1253      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1254      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1255      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1256      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1257      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1258      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1259      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1262 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1264     Summary:
1265       Update Muse's file-alist after saving any Muse page.
1266     Revision:
1267       muse--main--1.0--patch-86
1269     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1270       causes Muse's file-alist to be updated when we are saving a Muse file.
1271       This is added to after-save-hook.
1273     modified files:
1274      ChangeLog.2006 lisp/muse-project.el
1277 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1279     Summary:
1280       Add a hook that is called whenever Muse's file-alist is updated.
1281     Revision:
1282       muse--main--1.0--patch-85
1284     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1285       executed after an update to muse-project-file-alist happens.
1286       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1288     modified files:
1289      ChangeLog.2006 lisp/muse-project.el
1292 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1294     Summary:
1295       muse-mode: Recognize definition lists when filling text.
1296     Revision:
1297       muse--main--1.0--patch-84
1299     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1300       text.
1301     
1303     modified files:
1304      ChangeLog.2006 lisp/muse-mode.el
1307 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1309     Summary:
1310       Remove unrelated part of patch-82.
1311     Revision:
1312       muse--main--1.0--patch-83
1315     modified files:
1316      ChangeLog.2006 lisp/muse-mode.el
1319 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1321     Summary:
1322       muse-journal: Fix dates in RSS feeds.
1323     Revision:
1324       muse--main--1.0--patch-82
1326     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1327       date is in a format that RSS readers can handle.  Thanks to René
1328       Stadler for the patch.
1330     modified files:
1331      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1334 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1336     Summary:
1337       debian: Install ChangeLog properly.
1338     Revision:
1339       muse--main--1.0--patch-81
1341     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1342       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1343       the breakage report.
1345     modified files:
1346      ChangeLog.2006 debian/rules
1349 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1351     Summary:
1352       Fix a bug triggered by batch-publishing.
1353     Revision:
1354       muse--main--1.0--patch-80
1356     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1357       right algorithm turned out to be simpler than I had thought.  Thanks to
1358       Sergei V. Fleytin for reporting breakage with the old method.
1359       (muse-publish-file): Don't be overzealous when checking for an invalid
1360       style -- use a simpler check.
1361       (muse-batch-publish-files): Don't check for invalid styles here, since
1362       we already do so in `muse-publish-file'.
1364     modified files:
1365      ChangeLog.2006 lisp/muse-publish.el
1368 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1370     Summary:
1371       muse.texi: Move some sections to a new Extending Muse chapter.
1372     Revision:
1373       muse--main--1.0--patch-79
1375     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1376       extending Muse in various ways.
1377       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1379     modified files:
1380      ChangeLog.2006 muse.texi
1383 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1385     Summary:
1386       Fix a couple of recently-introduced bugs.
1387     Revision:
1388       muse--main--1.0--patch-78
1390     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1391       extra hard to preserve our settings for faces, especially after a new
1392       frame or splash screen.
1393     
1394     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1395       copied globally, to the extent the Emacs permits this.
1397     modified files:
1398      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1401 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1403     Summary:
1404       Update my example configuration file.
1405     Revision:
1406       muse--main--1.0--patch-77
1409     modified files:
1410      ChangeLog.2006 examples/mwolson/muse-init.el
1413 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1415     Summary:
1416       Remove cruft from patch logs.
1417     Revision:
1418       muse--main--1.0--patch-76
1421     modified files:
1422      ChangeLog.2006
1423      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1424      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1425      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1426      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1427      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1428      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1429      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1430      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1433 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1435     Summary:
1436       Make faces more robust and namespace-conforming.
1437     Revision:
1438       muse--main--1.0--patch-75
1440     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1441       face has documentation and a group.
1442       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1443       "-face" suffix.
1444       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1445       faces have documentation and a group.  Copy unconditionally from the
1446       related Emacs faces, rather than specifying face attributes.
1447       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1448       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1449       face names.
1450     
1451     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1452       the 'muse-link property rather than looking at the face.
1454     modified files:
1455      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1458 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1460     Summary:
1461       muse.texi: Mention the <code> tag.
1462     Revision:
1463       muse--main--1.0--patch-74
1465     * muse.texi (Emphasizing Text): Mention the <code> tag.
1467     modified files:
1468      ChangeLog.2006 muse.texi
1471 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1473     Summary:
1474       Fix bug in verse markup, undesired behavior with emdash.
1475     Revision:
1476       muse--main--1.0--patch-73
1478     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1479       around emdash.
1480     
1481     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1482     
1483     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1484     
1485     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1486       trailing whitespace to `muse-markup-text', in case the current
1487       publishing wishes to use them.
1488       (muse-publish-markup-verse): Insert newline without adding read-only
1489       properties to it.  This fixes a paragraph detection bug in HTML
1490       publishing.
1492     modified files:
1493      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1494      lisp/muse-publish.el lisp/muse-xml.el
1497 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1499     Summary:
1500       httpd.el: Update to work with newer versions of Emacs.
1501     Revision:
1502       muse--main--1.0--patch-72
1504     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1505       of Emacs.
1507     modified files:
1508      ChangeLog.2006 contrib/httpd.el
1511 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1513     Summary:
1514       muse-journal: Make custom RSS heading regexps possible.
1515     Revision:
1516       muse--main--1.0--patch-71
1518     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1519       determines the regexp to use when searching for an RSS heading.
1520       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1522     modified files:
1523      ChangeLog.2006 lisp/muse-journal.el
1526 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1528     Summary:
1529       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1530     Revision:
1531       muse--main--1.0--patch-70
1533     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1534       project to publish, indicate this in an error message.
1535     
1536     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1537       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1538       (muse-detect-invalid-style): New function that makes sure that the
1539       given style is in a valid format.
1540       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1541       publishing.
1543     modified files:
1544      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1547 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1549     Summary:
1550       muse-mode: Don't require muse-publish.el.
1551     Revision:
1552       muse--main--1.0--patch-69
1554     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1555       muse-publish.el.  This allows people to optionally have Muse mode
1556       without including the publishing features, as long as they never call a
1557       publishing function.  The documentation says that Muse is supposed to
1558       be modular in that way, so I guess we'd better follow it.
1559       (muse-insert-tag): Make sure that muse-publish is required before
1560       accessing `muse-publish-markup-tags'.
1562     modified files:
1563      ChangeLog.2006 lisp/muse-mode.el
1566 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1568     Summary:
1569       Minor code cleanup.
1570     Revision:
1571       muse--main--1.0--patch-68
1573     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1575     modified files:
1576      ChangeLog.2006 lisp/muse-mode.el
1579 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1581     Summary:
1582       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1583     Revision:
1584       muse--main--1.0--patch-67
1586     (Author: Per B. Sederberg <per@med.upenn.edu>)
1587     
1588     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1589       used for grepping.
1590       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1591       muse-find-backlinks C-c C-b
1592       (muse-grep): New function to envoke a search with the compiler.
1593       (muse-search-with-command): New function to search for text, optionally
1594       editing the command.
1595       (muse-search): New function to search for text.
1596       (muse-find-backlinks): New function to search for backlinks to the
1597       current page.
1599     modified files:
1600      ChangeLog.2006 lisp/muse-mode.el
1602     new patches:
1603      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1604      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1605      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1606      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1607      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1608      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1609      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1610      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1611      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1612      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1613      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1614      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1617 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1619     Summary:
1620       Make it easier to call context-specific region-escaping function.
1621     Revision:
1622       muse--main--1.0--patch-66
1624     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1625       returned from specials, call it with beg, end, ignore-read-only args.
1626       This allows for people to specify their own functions for escaping
1627       regions, depending on context.  See `muse-xml-decide-specials' in
1628       muse-xml-common.el.  This functionality already exists for escaping
1629       specials in strings.
1631     modified files:
1632      ChangeLog.2006 lisp/muse-publish.el
1635 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1637     Summary:
1638       Attempt to make new syntaxes easier to support.
1639     Revision:
1640       muse--main--1.0--patch-65
1642     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1643       and `muse-get-link-data'.
1644     
1645     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1646     
1647     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1648       (muse-make-link): Change argument name.
1649     
1650     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1651       (muse-get-link, muse-get-link-desc): New functions that return the link
1652       and the link description, respectively, from the given TARGET.  The
1653       idea is that at least one other markup syntax puts descriptions before
1654       links, so all they would have to do is re-define these two functions.
1656     modified files:
1657      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1658      lisp/muse-mode.el lisp/muse.el
1661 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1663     Summary:
1664       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1665     Revision:
1666       muse--main--1.0--patch-64
1668     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1669     
1670     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1671       `replace-in-string' is checked before `replace-regexp-in-string', since
1672       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1673       Ottaway for the heads up.
1675     modified files:
1676      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1679 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1681     Summary:
1682       muse-latex: Add footnotes to links so that they show up on printed copies.
1683     Revision:
1684       muse--main--1.0--patch-63
1686     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1687       'url-and-desc.  Display footnotes if we have both a link and a
1688       description, since we want URLs to show up on printed documents.
1689       (muse-latex-markup-specials-document): Escape the "@" character in the
1690       entire document.
1691     
1692     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1693       without descriptions and URLs with descriptions.  If no markup string
1694       exists for 'url-and-desc, fall back to 'url.
1696     modified files:
1697      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1700 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1702     Summary:
1703       Fix publishing error with multi-line wrapped list items.
1704     Revision:
1705       muse--main--1.0--patch-62
1707     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1708       multiple lines of a wrapped list item.
1710     modified files:
1711      ChangeLog.2006 lisp/muse-publish.el
1714 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1716     Summary:
1717       Add COPYING file; update headers.
1718     Revision:
1719       muse--main--1.0--patch-61
1721     * COPYING: New file containing the GNU GPL.
1722     
1723     * AUTHORS: Bookkeeping.
1724     
1725     * README: Add License section.  Change Muse homepage URL.
1726     
1727     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1728       have changed 15+ lines of code, since this is the amount that
1729       constitutes legal contribution to a software work, AFAICT.
1730     
1731     * examples/mwolson: Update contents of directory to match my current
1732       setup.
1733     
1734     * experimental/muse*.el, lisp/muse*.el: Update headers.
1735     
1736     * muse.texi: Change Muse homepage URL.
1738     new files:
1739      .arch-ids/COPYING.id COPYING
1741     modified files:
1742      AUTHORS ChangeLog.2006 README debian/copyright
1743      examples/mwolson/muse-init.el
1744      examples/mwolson/stylesheets/blog.css
1745      examples/mwolson/stylesheets/common.css
1746      examples/mwolson/stylesheets/print.css
1747      examples/mwolson/stylesheets/screen.css
1748      experimental/muse-cite.el experimental/muse-mathml.el
1749      experimental/muse-message.el lisp/muse-backlink.el
1750      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1751      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1752      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1753      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1754      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1755      lisp/muse-publish.el lisp/muse-regexps.el
1756      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1757      lisp/muse-xml.el lisp/muse.el muse.texi
1760 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1762     Summary:
1763       Update Muse XML schema.
1764     Revision:
1765       muse--main--1.0--patch-60
1767     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1768       history.  We'll call this v0.3 of the schema.
1769     
1770     * lisp/muse-xml-common.el: Update header.
1771       (muse-xml-markup-table): Fix table generation when attributes are not
1772       specified.
1774     modified files:
1775      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1778 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1780     Summary:
1781       Fix output for consecutive list items of same type.
1782     Revision:
1783       muse--main--1.0--patch-59
1785     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1786       post-indent and indent-found values local to each list item.  This
1787       should fix undesired behavior with consecutive list items of the same
1788       type.
1790     modified files:
1791      ChangeLog.2006 lisp/muse-publish.el
1794 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1796     Summary:
1797       Make C-> and C-< keybindings not indent nested items.
1798     Revision:
1799       muse--main--1.0--patch-58
1801     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1802       nested items.
1803     
1804     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1805       optional, and document this.
1807     modified files:
1808      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1811 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1813     Summary:
1814       Slightly improve flyspell integration.
1815     Revision:
1816       muse--main--1.0--patch-57
1818     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1819       property to determine whether we are at a link.
1821     modified files:
1822      ChangeLog.2006 lisp/muse-mode.el
1825 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1827     Summary:
1828       Make nested definition list items work much better.
1829     Revision:
1830       muse--main--1.0--patch-56
1832     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1833       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1834       move function.
1835       (muse-publish-surround-text): If we are to determine the indentation,
1836       but have found no list items, set indent to the empty string.  If we
1837       are to determine indentation but have found an item, get all leading
1838       whitespace and set indent to it.  Never try to determine post-indent
1839       using the first line.  Try to contain the amount of "damage" a nested
1840       list item can do to wrapped list item text.
1841     
1842     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1843       part so that it is easier to indicate the amount of desired initial
1844       whitespace.
1845     
1846     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1847       entry optional.
1848       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1849       merged into `muse-forward-list-item'.
1850       (muse-forward-list-item-1): New function that determines whether a
1851       nested list item is found.
1852       (muse-forward-list-item): Move hairy nested list detection algorithm
1853       into `muse-forward-list-item-1'.  Be extra careful about terminating
1854       when we go past the boundary.
1856     modified files:
1857      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1858      lisp/muse.el
1861 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1863     Summary:
1864       Add backlink support, thanks to Jim Ottaway.
1865     Revision:
1866       muse--main--1.0--patch-55
1868     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1869       variable that indicates whether Muse is fontifying the current buffer.
1870       (muse-colors-region): Set `muse-colors-fontifying' to t.
1871     
1872     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1873       support.  I've modified it slightly to get rid of the defadvice forms.
1875     new files:
1876      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1878     modified files:
1879      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1882 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1884     Summary:
1885       muse-protocols: Add Wikipedia support.
1886     Revision:
1887       muse--main--1.0--patch-54
1889     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1890       is used to look up terms on the Wikipedia website.
1891       (muse-wikipedia-country): New option that specifies the country code to
1892       use for Wikipedia.
1893       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1894       resolve and browse Wikipedia URLs.
1896     modified files:
1897      ChangeLog.2006 lisp/muse-protocols.el
1900 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1902     Summary:
1903       muse-protocols: Add DOI handling.
1904     Revision:
1905       muse--main--1.0--patch-53
1907     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1908       DOI's (digitial object identifiers) are a standard identifier used in
1909       the publishing industry.  Thanks to Phillip Lord for the patch.
1910       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1911       and browse DOI's.
1913     modified files:
1914      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1917 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1919     Summary:
1920       Refine previous patch.
1921     Revision:
1922       muse--main--1.0--patch-52
1924     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1925       ever use the fallback method.  Save point when using new method.
1927     modified files:
1928      ChangeLog.2006 lisp/muse-mode.el
1931 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1933     Summary:
1934       Make visiting of links a bit faster.
1935     Revision:
1936       muse--main--1.0--patch-51
1938     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1939       property.
1940       (muse-link-properties): If we are highlighting a link, add the
1941       muse-link property.
1942     
1943     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1944       exists at point, use it to bound the link.  Otherwise, use the old
1945       method.  This should make it easier to visit custom implicit link
1946       forms, since it does not require a change to muse-implicit-link-regexp.
1947     
1948     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1949       used when muse-colors.el is loaded.
1951     modified files:
1952      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1953      lisp/muse-regexps.el
1956 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1958     Summary:
1959       Make resolving of inline image paths more flexible.
1960     Revision:
1961       muse--main--1.0--patch-50
1963     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1964       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1965       option.  Make the fallback customization type a function rather than a
1966       symbol.
1967       (muse-colors-use-publishing-directory): New function that takes the
1968       best guess at where the current Muse file will be published and makes
1969       the given link relative to that.
1970       (muse-colors-insert-image): If muse-colors-inline-image-method is
1971       'default-directory, use the default directory.  If it is a function,
1972       call that function with LINK as an argument.  Otherwise, give up.
1974     modified files:
1975      ChangeLog.2006 lisp/muse-colors.el
1978 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1980     Summary:
1981       Fix inline image lockup.
1982     Revision:
1983       muse--main--1.0--patch-49
1985     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1986       patch-47.  This will prevent Muse from locking up after making a new
1987       inline image.
1989     modified files:
1990      ChangeLog.2006 lisp/muse-colors.el
1993 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1995     Summary:
1996       Fix publishing problem with XEmacs.
1997     Revision:
1998       muse--main--1.0--patch-48
2000     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2001       publishing problem when text at beginning of buffer is read-only.
2002       Thanks to Christian Clercin for the report.
2004     modified files:
2005      ChangeLog.2006 lisp/muse-publish.el
2008 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2010     Summary:
2011       Get increase and decrease of list indentation to work with complex cases.
2012     Revision:
2013       muse--main--1.0--patch-47
2015     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2016       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2017       to indicate this interpretation, though parens are different.
2018     
2019     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2020       (muse-alter-list-item-indentation): New function that alters the list
2021       structure at point.  The behavior to use is specified by the OPERATION
2022       argument.  Currently-supported operations are 'increase and 'decrease
2023       indentation level.  This now uses the same sort of list detection
2024       algorithm that is used during publishing, so it should work as expected
2025       for complicated cases.
2026       (muse-increase-list-item-indentation)
2027       (muse-decrease-list-item-indentation): Use
2028       `muse-alter-list-item-indentation'.
2030     modified files:
2031      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2034 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2036     Summary:
2037       Code simplification; improve muse-list-item-type function.
2038     Revision:
2039       muse--main--1.0--patch-46
2041     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2042       'dl-entry, instead of just returning 'dl.
2043       (muse-forward-dl-term, muse-forward-dl-entry): Use
2044       muse-forward-list-item.
2045       (muse-forward-dl-part): Remove, merge functionality into
2046       muse-forward-list-item.
2047       (muse-forward-list-item): Add a few conditions needed for skipping
2048       nested 'dl-term and 'dl-entry items.
2050     modified files:
2051      ChangeLog.2006 lisp/muse.el
2054 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2056     Summary:
2057       Put movement by list and paragraph functions in muse.el.
2058     Revision:
2059       muse--main--1.0--patch-45
2061     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2062       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2063       (muse-forward-list-item): Move here from muse-publish.el, so that
2064       muse-mode can make use of these.
2066     modified files:
2067      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2070 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2072     Summary:
2073       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2074     Revision:
2075       muse--main--1.0--patch-44
2077     (Author: Per B. Sederberg <per@med.upenn.edu>)
2078     
2079     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2080       decrease the current item indentation.
2081       (muse-get-paragraph-start): Helper function to determine the start of
2082       the current paragraph.
2083       (muse-insert-list-item): Cleaned up list item insertion code and made
2084       it handle definitions.
2085       (muse-increase-list-item-indentation): New interactive function to
2086       increase list item indentation.
2087       (muse-decrease-list-item-indentation): New interactive function to
2088       decrease list item indentation.
2090     modified files:
2091      ChangeLog.2006 lisp/muse-mode.el
2093     new patches:
2094      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2095      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2096      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2097      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2098      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2099      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2100      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2101      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2102      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2103      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2106 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2108     Summary:
2109       Use slightly better algorithm for removing initial whitespace.
2110     Revision:
2111       muse--main--1.0--patch-43
2113     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2114       the definition occurred on the same line as the term.
2115       (muse-publish-surround-text): Use a slightly better algorithm for
2116       removing initial indentation of list items.  This way, we preserve
2117       nesting of lists and also deal with same-level items that occur after
2118       nested items.  This probably doesn't make much of a difference in the
2119       output, but it should make support of nested definition lists a bit
2120       less troublesome in some cases.
2121       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2122       regexp.
2123       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2124       data.  Don't remove any text.  This makes the function easier to reuse
2125       in display-only situations.
2127     modified files:
2128      ChangeLog.2006 lisp/muse-publish.el
2131 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2133     Summary:
2134       In a preliminary way, make definition lists nest.
2135     Revision:
2136       muse--main--1.0--patch-42
2138     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2139       lists nest a bit better.
2140     
2141     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2142       use it anymore.
2144     modified files:
2145      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2148 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2150     Summary:
2151       Fix nested list regression.
2152     Revision:
2153       muse--main--1.0--patch-41
2155     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2156       original indentation value and use that.  This fixes a regression
2157       caused by the last patch.
2159     modified files:
2160      ChangeLog.2006 lisp/muse-publish.el
2163 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2165     Summary:
2166       Make code look nicer by using muse-forward-dl-* functions.
2167     Revision:
2168       muse--main--1.0--patch-40
2170     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2171       forms into muse-forward-dl-* for increased reusability.
2172       (muse-publish-surround-text): Call move function with an indent
2173       argument so that we don't have to use partial substitution in lambda
2174       forms.
2175       (muse-forward-dl-term): New function that moves forward to the next
2176       definition list term.
2177       (muse-forward-dl-entry): New function that moves forward to the next
2178       definition list entry.
2179       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2180       does not move past entire definition list items, only parts of them.
2181       (muse-publish-markup-list, muse-publish-markup-quote):
2182       (muse-publish-quote-tag): Use better lambda form, and include a
2183       parameter.
2185     modified files:
2186      ChangeLog.2006 lisp/muse-publish.el
2189 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2191     Summary:
2192       Handle blockquoted sections within lists properly.
2193     Revision:
2194       muse--main--1.0--patch-39
2196     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2197       property.  This should make blockquoted sections within a list do the
2198       right thing.
2199       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2200       behavior of `muse-forward-paragraph'.
2202     modified files:
2203      ChangeLog.2006 lisp/muse-publish.el
2206 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2208     Summary:
2209       Fix problem when previous list item was nested.
2210     Revision:
2211       muse--main--1.0--patch-38
2213     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2214       indicator at the correct place.  This fixes an error where a previous
2215       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2216       for the report.
2218     modified files:
2219      ChangeLog.2006 lisp/muse-publish.el
2222 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2224     Summary:
2225       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2226     Revision:
2227       muse--main--1.0--patch-37
2229     * muse.texi (Implicit Links): Mention how to customize the WikiName
2230       recognition, and note that if you're setting this manually, you have to
2231       call some additional code.  This should fix #5376.  Also remove local
2232       variables section at end, since it seems pointless.
2234     modified files:
2235      ChangeLog.2006 muse.texi
2238 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2240     Summary:
2241       Fix #5325: nested formatting not working in HTML output.
2242     Revision:
2243       muse--main--1.0--patch-36
2245     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2246       work.  I'm a bit worried about possible double-escaping, though.
2247       Perhaps we should write the context to a text property and escape it
2248       later.  This should fix #5325.
2250     modified files:
2251      ChangeLog.2006 lisp/muse-publish.el
2254 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2256     Summary:
2257       Make paragraphs respect the end of a list or list item.
2258     Revision:
2259       muse--main--1.0--patch-35
2261     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2262       end of a list (or list item), back up.  This allows for a nice side
2263       effect when using indented sentences in between list items.
2264     
2265     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2266     
2267     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2268     
2269     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2270       and end-item are marked up with end-list properties.
2272     modified files:
2273      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2274      lisp/muse-publish.el lisp/muse-xml.el
2277 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2279     Summary:
2280       Make sure an initial term exists before publishing definition list.
2281     Revision:
2282       muse--main--1.0--patch-34
2284     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2285       exists before publishing a definition list.
2287     modified files:
2288      ChangeLog.2006 lisp/muse-publish.el
2291 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2293     Summary:
2294       Add comments to nested list code.
2295     Revision:
2296       muse--main--1.0--patch-33
2298     * lisp/muse-publish.el (muse-publish-surround-dl)
2299       (muse-publish-surround-text, muse-forward-dl-item):
2300       (muse-forward-list-item): Add comments, since there were many
2301       intricacies that are probably not obvious to the casual reader.
2302       (muse-forward-dl-item): Remove no-op condition.
2304     modified files:
2305      ChangeLog.2006 lisp/muse-publish.el
2308 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2310     Summary:
2311       Make nested list items work when separated by one blank line.
2312     Revision:
2313       muse--main--1.0--patch-32
2315     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2316       muse-forward-dl-item instead of muse-forward-list-item.  On second
2317       thought, don't unconditionally insert a newline, as that breaks some
2318       things.
2319       (muse-forward-dl-item): New function that moves forward to the next
2320       definition list item.  This was factored out from
2321       muse-forward-list-item, since it was getting too complex for my liking.
2322       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2323       indented line, and skip past these if we have a blank line followed by
2324       an indented line.  "Indented" means "indented one past the current
2325       indentation level" here.  Remove some initial whitespace that was being
2326       overlooked before.
2328     modified files:
2329      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2332 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2334     Summary:
2335       Fix a couple of bugs in muse-wiki-resolve-project-page.
2336     Revision:
2337       muse--main--1.0--patch-31
2339     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2340       better algorithm for adding styles to a list.
2341     
2342     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2343       carefully.  This should fix one or two hard-to-explain bugs.
2345     modified files:
2346      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2349 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2351     Summary:
2352       Fix another definition list edge case.
2353     Revision:
2354       muse--main--1.0--patch-30
2356     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2357       unordered list immediately follows definition list term.
2359     modified files:
2360      ChangeLog.2006 lisp/muse-publish.el
2363 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2365     Summary:
2366       Pass all current definition list test cases.
2367     Revision:
2368       muse--main--1.0--patch-29
2370     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2371       line if definition is not on the same line as the term.
2372       (muse-forward-list-item): Fix publishing incorrectness that occurred
2373       when a non-dl list follows a definition list.  Always move to the right
2374       place so as to prevent extra empty dd elements from being published.
2376     modified files:
2377      ChangeLog.2006 lisp/muse-publish.el
2380 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2382     Summary:
2383       Merge consecutive definition list terms properly.
2384     Revision:
2385       muse--main--1.0--patch-28
2387     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2388       correctly.  This makes Muse merge several definition list items into
2389       one list.
2390       (muse-forward-list-item): Use simpler regexp for 'dl.
2391     
2392     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2393       definition lists, and make terms the 2nd matched text.
2395     modified files:
2396      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2399 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2401     Summary:
2402       Bookkeeping.
2403     Revision:
2404       muse--main--1.0--patch-27
2406     * AUTHORS: Update.
2407     
2408     * muse-colors.el, muse-mode.el: Credit contributions.
2410     modified files:
2411      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2414 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2416     Summary:
2417       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2418     Revision:
2419       muse--main--1.0--patch-26
2421     Patches applied:
2422     
2423      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2424        Added ability to show inline images in the Emacs buffer.
2425     
2426      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2427        Added enhanced list item insertion.
2428     
2429     Detailed log:
2430     
2431     (Author: Per B. Sederberg <per@med.upenn.edu>)
2432     
2433     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2434       list item.  New key mapping to toggle showing images.  Added a key
2435       mapping to insert a link to a file and modified the key map to insert a
2436       tag.
2437       (muse-on-blank-line): Helper function to determine if the point is on a
2438       line containing only blank spaces.
2439       (muse-insert-list-item): New interactive function to insert a new list
2440       item, taking into account the current list state.
2441       (muse-insert-relative-link-to-file): New function to insert a link to a
2442       file, relative to the default directory.
2443     
2444     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2445       for where to search for images to inline in the buffer.
2446       (muse-colors-inline-images): Added custom boolean field for whether to
2447       show inline images in the buffer.
2448       (muse-colors-toggle-inline-images): New function to toggle showing the
2449       inline images in the buffer.
2450       (muse-unhighlight-region): Now removes end-glyph text properties to
2451       support XEmacs.
2452       (muse-colors-resolve-image-file): New function to determine if a link
2453       is an image and whether the version of Emacs can support inline images.
2454       (muse-make-file-glyph): New function to create an image glyph if we are
2455       using XEmacs.
2456       (muse-colors-insert-image): New function to insert an image in an Emacs
2457       buffer.
2458       (muse-colors-explicit-link): Modified function to have the ability to
2459       insert an image instead of formatting the text of the link.
2461     modified files:
2462      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2464     new patches:
2465      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2466      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2467      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2468      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2469      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2472 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2474     Summary:
2475       Pass testcase for definition list and nested unordered list.
2476     Revision:
2477       muse--main--1.0--patch-25
2479     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2480       lists always have at least one entry.  This appears to do the right
2481       thing with a sample nested unordered list.
2483     modified files:
2484      ChangeLog.2006 lisp/muse-publish.el
2487 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2489     Summary:
2490       Some definition list fixes.
2491     Revision:
2492       muse--main--1.0--patch-24
2494     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2495       markup for end of list using the `muse-insert-markup-end-list'
2496       function.  Handle list items nested inside of a definition list.
2498     modified files:
2499      ChangeLog.2006 lisp/muse-publish.el
2502 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2504     Summary:
2505       Fix another wrapped list item edge case.
2506     Revision:
2507       muse--main--1.0--patch-23
2509     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2510       indentation in a region when we encounter any list items.  This should
2511       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2512       for the report.
2514     modified files:
2515      ChangeLog.2006 lisp/muse-publish.el
2518 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2520     Summary:
2521       Fix comment in Debian packaging.
2522     Revision:
2523       muse--main--1.0--patch-22
2525     * debian/emacsen-remove: Fix comment.
2527     modified files:
2528      ChangeLog.2006 debian/emacsen-remove
2531 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2533     Summary:
2534       muse-blosxom: Fix order of #tags line in header.
2535     Revision:
2536       muse--main--1.0--patch-21
2538     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2539       rather than before it.  Thanks to bkhl for the heads up.
2541     modified files:
2542      ChangeLog.2006 lisp/muse-blosxom.el
2545 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2547     Summary:
2548       muse-blosxom: Add ability to use tags in entries.
2549     Revision:
2550       muse--main--1.0--patch-20
2552     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2553       publish them.
2554       (muse-blosxom-use-tags): New option that specifies whether we are using
2555       tags.
2556       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2557       RET without entering one.
2559     modified files:
2560      ChangeLog.2006 lisp/muse-blosxom.el
2563 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2565     Summary:
2566       Fix backtrace when publishing unsaved files.
2567     Revision:
2568       muse--main--1.0--patch-19
2570     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2571       trying to publish a file that has not been saved, and give an
2572       explanation to the user.
2574     modified files:
2575      ChangeLog.2006 lisp/muse-publish.el
2578 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2580     Summary:
2581       muse-texinfo: Fix link suffix.
2582     Revision:
2583       muse--main--1.0--patch-18
2585     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2586       styles.  This should fix a bug where links in published info files use
2587       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2589     modified files:
2590      ChangeLog.2006 lisp/muse-texinfo.el
2593 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2595     Summary:
2596       Fix prompting of non-Muse buffers before publishing.
2597     Revision:
2598       muse--main--1.0--patch-17
2600     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2601       Stadler to ignore buffers that have no associated filename.  This fixes
2602       an annoyance where Muse prompts to save BBDB and ERC buffers before
2603       publishing.
2605     modified files:
2606      AUTHORS ChangeLog.2006 lisp/muse-project.el
2609 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2611     Summary:
2612       Fix wrapped nested list item edge case.
2613     Revision:
2614       muse--main--1.0--patch-16
2616     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2617       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2618       case.
2619       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2620       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2621     
2622     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2623       exactly one space character in front of a unnumbered or numbered list.
2624       This should make it easier to match every list instance, since
2625       definition lists can now be handled more nicely in
2626       muse-publish-markup-regexps.  This also has the effect of fixing a
2627       wrapped nested list item edge case.
2629     modified files:
2630      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2633 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2635     Summary:
2636       Fix edge case in muse-wiki-publish-pretty-title.
2637     Revision:
2638       muse--main--1.0--patch-15
2640     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2641       the document does not have a valid title, use the empty string.
2643     modified files:
2644      ChangeLog.2006 lisp/muse-wiki.el
2647 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2649     Summary:
2650       Use debian/compat to determine debhelper compat level.
2651     Revision:
2652       muse--main--1.0--patch-14
2654     * debian/compat: New file that sets the debhelper compatibility level to
2655       4.
2656     
2657     * debian/rules: Remove DH_COMPAT line.
2659     new files:
2660      debian/.arch-ids/compat.id debian/compat
2662     modified files:
2663      ChangeLog.2006 debian/rules
2666 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2668     Summary:
2669       Fix a couple of table-publishing edge cases.
2670     Revision:
2671       muse--main--1.0--patch-13
2673     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2674       publishing error that occurs when a table line is the last thing in a
2675       document.  Thanks to cymacs for the report and suggested fix.
2676       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2677       them.
2678     
2679     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2680       at the end of the 'end-table markup string.
2681     
2682     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2683     
2684     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2685     
2686     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2687       newline at the end of the table.  This should fix a problem with
2688       paragraphs after tables not being published as such.  Thanks to cymacs
2689       for the report.
2690     
2691     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2692       muse-insert-markup to insert a trailing newline.
2694     modified files:
2695      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2696      lisp/muse-publish.el lisp/muse-texinfo.el
2697      lisp/muse-xml-common.el lisp/muse-xml.el
2700 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2702     Summary:
2703       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2704     Revision:
2705       muse--main--1.0--patch-12
2708     new files:
2709      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2711     renamed files:
2712      .arch-ids/ChangeLog.id
2713        ==> .arch-ids/ChangeLog.2005.id
2714      ChangeLog
2715        ==> ChangeLog.2005
2718 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2720     Summary:
2721       Make muse-journal work with whole-document escaping.
2722     Revision:
2723       muse--main--1.0--patch-11
2725     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2726       by Emacs Muse" so that muse-journal does not get confused.
2727     
2728     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2729       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2730       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2731       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2732       have "Page published by Emacs Muse (begins|ends) here" in their header
2733       or footer, since muse-journal needs this in order to determine where
2734       entries begin and end.
2736     modified files:
2737      examples/mwolson/templates/footer.html
2738      examples/mwolson/templates/generic-footer.html
2739      examples/mwolson/templates/generic-header.html
2740      examples/mwolson/templates/header.html
2741      examples/mwolson/templates/header.tex lisp/muse-journal.el
2744 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2746     Summary:
2747       Get simple test case for definition lists to work.
2748     Revision:
2749       muse--main--1.0--patch-10
2751     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2752       publish properly.
2753       (muse-forward-list-item): Fix edge case.
2755     modified files:
2756      lisp/muse-publish.el
2759 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2761     Summary:
2762       Add documentation to some publishing functions.
2763     Revision:
2764       muse--main--1.0--patch-9
2766     * lisp/muse-publish.el (muse-publish-mark-read-only)
2767       (muse-publish-mark-noemphasis): Add documentation.
2769     modified files:
2770      lisp/muse-publish.el
2773 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2775     Summary:
2776       Fix an error with `custom-quote'.
2777     Revision:
2778       muse--main--1.0--patch-8
2780     * lisp/muse-project.el: Require 'cus-edit, since that is where
2781       `custom-quote' is defined.
2782     
2783     * muse.texi: Use copyright symbol.
2785     modified files:
2786      lisp/muse-project.el muse.texi
2789 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2791     Summary:
2792       muse-registry: update from author.
2793     Revision:
2794       muse--main--1.0--patch-7
2796     * lisp/muse-registry.el: Update to newest version from author.
2797       Re-tabify.
2799     modified files:
2800      lisp/muse-registry.el
2803 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2805     Summary:
2806       muse-latex: Handle double-quote edge case.
2807     Revision:
2808       muse--main--1.0--patch-6
2810     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2811       character begins the buffer.
2813     modified files:
2814      lisp/muse-latex.el
2817 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2819     Summary:
2820       Allow beginning and ending empty elements in tables.
2821     Revision:
2822       muse--main--1.0--patch-5
2824     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2825       whitespace after the field if we're at the end of a line.
2826       (muse-table-line-regexp): Allow the table to start with a "|".  The
2827       resulting initial empty cell isn't yet thrown away like it should be.
2829     modified files:
2830      lisp/muse-regexps.el
2833 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2835     Summary:
2836       muse-latex: Use \url to publish bare URLs.
2837     Revision:
2838       muse--main--1.0--patch-4
2840     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2841       \href for bare URLs.  Thanks to Na Li for the suggestion!
2843     modified files:
2844      lisp/muse-latex.el
2847 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2849     Summary:
2850       Create parents of output directories.
2851     Revision:
2852       muse--main--1.0--patch-3
2854     * lisp/muse-project.el (muse-project-publish-file): Create parent
2855       directories as well, if the output directory does not exist.  This can
2856       happen when we have nested directories in a project.
2858     modified files:
2859      lisp/muse-project.el
2862 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2864     Summary:
2865       Pick a better default if publishing with more than one style.
2866     Revision:
2867       muse--main--1.0--patch-2
2869     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2870       the list we return is in the right order.  That way, if more than one
2871       publishing rule matches a link, the first one is used, rather than the
2872       last.
2874     modified files:
2875      lisp/muse-project.el
2878 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2880     Summary:
2881       Oops, committed to the wrong archive.
2882     Revision:
2883       muse--main--1.0--patch-1
2885     Patches applied:
2886     
2887      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2888        Debian fixups.
2889     
2890      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2891        Another Debian fix.
2893     modified files:
2894      ChangeLog debian/emacsen-startup
2896     renamed files:
2897      debian/.arch-ids/NEWS.Debian.id
2898        ==> debian/.arch-ids/NEWS.id
2899      debian/NEWS.Debian
2900        ==> debian/NEWS
2902     new patches:
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2907 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2909     Summary:
2910       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2911     Revision:
2912       muse--main--1.0--base-0
2914     See ChangeLog.2005 for earlier changes.
2916     new patches:
2917      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2918      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2919      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2920      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2921      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2922      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2923      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2924      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2925      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2926      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2927      ajk@iu.edu--2005/muse--main--1.0--base-0
2928      ajk@iu.edu--2005/muse--main--1.0--patch-1
2929      ajk@iu.edu--2005/muse--main--1.0--patch-2
2930      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2931      davidsmith@acm.org--main/muse--devo--1.0--base-0
2932      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2933      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2934      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2935      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2936      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2937      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2938      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2939      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2940      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2941      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2942      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2943      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2944      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2945      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2946      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2947      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2948      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2949      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2950      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2951      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2952      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2953      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2954      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2955      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2956      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2957      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2958      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2959      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2960      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2961      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2962      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2963      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2964      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2965      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2966      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2967      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2968      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2969      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2970      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2971      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2972      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2973      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2974      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2975      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2976      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2977      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2978      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2979      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2980      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2981      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2982      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2983      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2984      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2985      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2986      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2987      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2988      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2989      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2990      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2991      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2992      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2993      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2994      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2995      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2996      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2997      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2998      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2999      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3000      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3001      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3002      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3003      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3004      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3005      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3006      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3007      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3008      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3009      mwolson@gnu.org--2005/muse--main--1.0--base-0
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3249      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3250      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3251      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3252      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3253      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3254      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3255      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3256      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3257      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3258      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3259      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3260      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3261      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3262      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3263      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3264      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3265      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3266      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3267      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3268      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3269      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3270      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3271      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3272      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3273      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3274      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3275      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3276      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3277      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3278      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3279      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3280      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3281      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3282      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3283      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3284      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3285      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3288      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3289      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3290      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3291      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3292      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3293      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3294      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3295      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3296      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3297      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3298      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3299      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3300      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3301      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3302      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3303      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3304      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3305      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3306      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3307      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3308      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3309      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3310      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3311      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3312      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3313      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3314      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3315      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3316      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3317      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3318      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3319      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3320      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3321      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3322      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3323      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3324      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3325      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3326      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3327      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3328      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3329      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3330      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3331      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3332      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3333      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3334      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3335      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3336      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3337      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3338      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3339      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3340      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3341      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3342      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3343      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3344      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3345      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3346      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3347      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3348      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3349      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3350      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3351      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3352      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3353      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3354      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3355      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3356      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3357      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3358      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3359      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3360      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3361      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3362      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3363      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3364      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3365      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3366      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3367      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3368      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3369      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3370      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3371      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3372      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3373      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3374      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3375      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3376      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3377      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3378      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3379      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3380      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3381      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3382      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3383      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3384      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3385      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3386      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3387      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3388      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3389      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3390      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3391      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3392      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3393      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3394      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3395      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3396      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3397      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3398      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3399      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3400      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3401      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3402      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3403      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3404      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3405      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3406      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3407      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3408      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8