Move Debian stuff into its own branch.
[muse-el.git] / ChangeLog
blobb6b96e0d7466fb2fadc69876a89a859abe0485c0
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-03 21:18:35 GMT Michael Olson <mwolson@gnu.org> patch-152
7     Summary:
8       Move Debian stuff into its own branch.
9     Revision:
10       muse--main--1.0--patch-152
12     * debian: Moved to muse--debian--0.
14     removed files:
15      debian/.arch-ids/=id debian/.arch-ids/NEWS.id
16      debian/.arch-ids/changelog.id debian/.arch-ids/compat.id
17      debian/.arch-ids/control.id debian/.arch-ids/copyright.id
18      debian/.arch-ids/emacsen-install.id
19      debian/.arch-ids/emacsen-remove.id
20      debian/.arch-ids/emacsen-startup.id
21      debian/.arch-ids/muse-el.dirs.id
22      debian/.arch-ids/muse-el.docs.id
23      debian/.arch-ids/muse-el.examples.id
24      debian/.arch-ids/muse-el.info.id debian/.arch-ids/rules.id
25      debian/NEWS debian/changelog debian/compat debian/control
26      debian/copyright debian/emacsen-install debian/emacsen-remove
27      debian/emacsen-startup debian/muse-el.dirs debian/muse-el.docs
28      debian/muse-el.examples debian/muse-el.info debian/rules
30     modified files:
31      ChangeLog
33     removed directories:
34      debian debian/.arch-ids
37 2006-06-03 21:12:36 GMT Michael Olson <mwolson@gnu.org> patch-151
39     Summary:
40       Provide some markup shortcuts for the <include> tag.
41     Revision:
42       muse--main--1.0--patch-151
44     * lisp/muse-publish.el (muse-publish-examplify-buffer): New function that
45       transforms the current buffer as if it were an <example> region.
46       (muse-publish-versify-buffer): Ditto, but for <verse> regions.
47       (muse-publish-include-tag): Docfix.  Support special cases for
48       markup="example" and markup="verse".
49     
50     * muse.texi (Tag Summary): Update for new <include> shortcuts.
52     modified files:
53      ChangeLog lisp/muse-publish.el muse.texi
56 2006-06-01 04:14:45 GMT Michael Olson <mwolson@gnu.org> patch-150
58     Summary:
59       Really update ChangeLog.2005.
60     Revision:
61       muse--main--1.0--patch-150
63     * ChangeLog.2005: Really update this.
65     new files:
66      .arch-ids/ChangeLog.2005.id ChangeLog.2005
68     removed files:
69      .arch-ids/ChangeLog.2005.id ChangeLog.2005
71     modified files:
72      .arch-ids/muse.texi.id ChangeLog
75 2006-06-01 04:05:33 GMT Michael Olson <mwolson@gnu.org> patch-149
77     Summary:
78       Second attempt at fixing XEmacs beta problem.
79     Revision:
80       muse--main--1.0--patch-149
82     * lisp/Makefile (ELC): Revert previous change, now that I have a hunch
83       about what causes the problem.
84     
85     * lisp/muse-publish.el (muse-publish-markup-regexps): Move anchor markup
86       lower to future-proof an idea that I have.
87       (muse-style-element): Make this a function instead of a substitution,
88       especially since it is potentially recursive.
90     modified files:
91      ChangeLog ChangeLog.2005 lisp/Makefile lisp/muse-publish.el
94 2006-06-01 03:47:49 GMT Michael Olson <mwolson@gnu.org> patch-148
96     Summary:
97       Update ChangeLogs.
98     Revision:
99       muse--main--1.0--patch-148
101     * ChangeLog: Rename from ChangeLog.2006 to follow Emacs conventions.
102     
103     * ChangeLog.2005: Mention ChangeLog.2004 for earlier changes.
104     
105     * lisp/muse-regexps.el: Add a few comments.
106     
107     * muse.texi (Tag Summary): Add example of <tag /> use.
109     modified files:
110      ChangeLog ChangeLog.2005 lisp/muse-regexps.el muse.texi
113 2006-06-01 03:44:00 GMT Michael Olson <mwolson@gnu.org> patch-147
115     Summary:
116       Try to work around a bug in XEmacs beta.
117     Revision:
118       muse--main--1.0--patch-147
120     * lisp/Makefile (ELC): Compile muse-publish.el first, to try to work
121       around a bug in XEmacs beta.
123     modified files:
124      ChangeLog lisp/Makefile
127 2006-05-30 18:21:51 GMT Michael Olson <mwolson@gnu.org> patch-146
129     Summary:
130       Fix tag-publishing in <insert> and <markup>.
131     Revision:
132       muse--main--1.0--patch-146
134     * lisp/muse-publish.el (muse-insert-file-or-string): Don't set
135       muse-publish-markup-tags, since that messes other things up for
136       <markup> and <insert>.
137       (muse-inhibit-style-tags): New variable that specifies whether to
138       disable looking for tag definitions that are specific to the current
139       style.  This is useful for publishing headers and footers.
140       (muse-publish-markup-tag): Use `muse-inhibit-style-tags', but disable
141       it unconditionally when calling a tag's function, so that the effect
142       does not propagate.
143     
144     * lisp/muse.el (muse-file-remote-p): New function that detects whether
145       the given file path is a remote location.  This is not used yet.
147     modified files:
148      ChangeLog lisp/muse-publish.el lisp/muse.el
151 2006-05-30 00:19:37 GMT Michael Olson <mwolson@gnu.org> patch-145
153     Summary:
154       Rename muse-convert.el to muse-latex-convert.el.
155     Revision:
156       muse--main--1.0--patch-145
158     * lisp/muse-convert-latex.el: Rename from muse-convert.el, since more
159       files of this nature are expected in the future.
161     modified files:
162      ChangeLog Makefile.defs debian/changelog
163      lisp/muse-convert-latex.el
165     renamed files:
166      lisp/.arch-ids/muse-convert.el.id
167        ==> lisp/.arch-ids/muse-convert-latex.el.id
168      lisp/muse-convert.el
169        ==> lisp/muse-convert-latex.el
172 2006-05-29 21:34:34 GMT Michael Olson <mwolson@gnu.org> patch-144
174     Summary:
175       List all tags in Muse's documentation.
176     Revision:
177       muse--main--1.0--patch-144
179     * lisp/muse-publish.el (muse-publish-markup-region): Remove cruft that I
180       was trying out.
181       (muse-publish-contents-depth): New option that specifies the maximum
182       depth of headings to include with <contents> tags.
183       (muse-publish-contents-tag): Use it.
184       (muse-publish-include-tag): Docfix.
185     
186     * muse.texi (Paragraphs): Mention <center> and <quote> tags.
187       (Tag Summary): New section that defines the syntax used for tags and
188       gives a complete listing of all of the tags that Muse comes with, as
189       well as some documentation for each tag.
190       (HTML): Update documentation.
192     modified files:
193      ChangeLog lisp/muse-publish.el muse.texi
196 2006-05-29 18:48:41 GMT Michael Olson <mwolson@gnu.org> patch-143
198     Summary:
199       Implement <include> and <markup> tags.
200     Revision:
201       muse--main--1.0--patch-143
203     * lisp/muse-html.el (muse-html-markup-regexps): Make paragraph detection
204       work better when a paragraph follows some other markup, especially
205       tables.
206     
207     * lisp/muse-publish.el (muse-publish-markup-tags): Add <include> and
208       <markup> tags.
209       (muse-publish-markup): Fix edge case.
210       (muse-publish-markup-header-footer-tags): New option that specifies
211       which tags may be used when publishing headers and footers.
212       (muse-insert-file-or-string): Use
213       muse-publish-markup-header-footer-tags instead of a hard-coded value.
214       (muse-publish-markup-region): Make title and style arguments optional,
215       so that this is easier to use.
216       (muse-publish-include-tag): Implement <include> tag.  I've tested all
217       of the cases I can think of, and it works.
218       (muse-publish-mark-up-tag): Implement <markup> tag.  This is handy for
219       times when you want to publish Muse markup in headers and footers.
220       Adding a table of contents to a header should be particularly easy now.
222     modified files:
223      ChangeLog lisp/muse-html.el lisp/muse-publish.el
226 2006-05-29 14:59:31 GMT Michael Olson <mwolson@gnu.org> patch-142
228     Summary:
229       Make ChangeLog conform to conventions better.
230     Revision:
231       muse--main--1.0--patch-142
233     * ChangeLog: Renamed from ChangeLog.2006 in order to follow Emacs
234       conventions better.  Specify the buffer encoding.  Add helpful notices
235       near the bottom of this and ChangeLog.2005.
237     modified files:
238      ChangeLog ChangeLog.2004 ChangeLog.2005 debian/rules
239      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/base-0
241     renamed files:
242      .arch-ids/ChangeLog.2006.id
243        ==> .arch-ids/ChangeLog.id
244      ChangeLog.2006
245        ==> ChangeLog
248 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
250     Summary:
251       Provide explanation of how to invoke getstamps.py.
252     Revision:
253       muse--main--1.0--patch-141
255     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
256       writing the timestamps file.
257     
258     * contrib/pyblosxom/make-blog: New example script that shows how to
259       invoke getstamps.py.
260     
261     * examples/mwolson/stylesheets/common.css: Update.
262     
263     * muse.texi (Blosxom Requirements): Mention the new example script.
264       Additionally, explain how to call getstamps.py.
266     new files:
267      contrib/pyblosxom/.arch-ids/make-blog.id
268      contrib/pyblosxom/make-blog
270     modified files:
271      ChangeLog.2006 contrib/pyblosxom/getstamps.py
272      examples/mwolson/stylesheets/common.css muse.texi
275 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
277     Summary:
278       muse-blosxom: Perform extra check on category in new entry.
279     Revision:
280       muse--main--1.0--patch-140
282     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
283       write an invalid categories line, which could cause other mysterious
284       troubles later on.
286     modified files:
287      ChangeLog.2006 lisp/muse-blosxom.el
290 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
292     Summary:
293       Improve documentation in the included pyblosxom plug-ins.
294     Revision:
295       muse--main--1.0--patch-139
297     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
298       documentation.  The initial wording was very confusing.
300     modified files:
301      ChangeLog.2006 contrib/pyblosxom/getstamps.py
302      contrib/pyblosxom/hardcodedates.py
305 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
307     Summary:
308       Minor tweak in my example CSS stylesheet.
309     Revision:
310       muse--main--1.0--patch-138
312     * examples/mwolson/stylesheets/common.css: Be careful about
313       distinguishing between links and anchors.
315     modified files:
316      ChangeLog.2006 examples/mwolson/stylesheets/common.css
319 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
321     Summary:
322       Use better fallback when displaying warnings.
323     Revision:
324       muse--main--1.0--patch-137
326     * lisp/muse.el (muse-display-warning): Use a better fallback if
327       `display-warning' does not exist.
329     modified files:
330      ChangeLog.2006 lisp/muse.el
333 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
335     Summary:
336       Make the Table of Contents CSS easier to customize.
337     Revision:
338       muse--main--1.0--patch-136
340     * examples/mwolson/muse-init.el (muse-bad-link): Update.
341     
342     * examples/mwolson/stylesheets/*.css: Update and add license.
343     
344     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
345       <div> section for easier CSS hacking.  Remove the class attribute of
346       other elements, since we don't need it anymore.
348     modified files:
349      ChangeLog.2006 Makefile.defs debian/changelog
350      examples/mwolson/muse-init.el
351      examples/mwolson/stylesheets/blog.css
352      examples/mwolson/stylesheets/common.css
353      examples/mwolson/stylesheets/print.css
354      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
357 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
359     Summary:
360       Fix a potential unbounded recursive call.
361     Revision:
362       muse--main--1.0--patch-135
364     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
365       prevents calls to muse-project-file-alist in its hook functions from
366       going into an infinite loop.
367       (muse-project-file-alist): Use it.
368     
369     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
370       handled in muse-project.el.
371       (muse-wiki-update-local-wikiword-regexp): Remove the use of
372       muse-wiki-updating-wikiword-p.
374     modified files:
375      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
378 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
380     Summary:
381       Try not to call tramp during publishing.
382     Revision:
383       muse--main--1.0--patch-134
385     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
386       file-readable-p on text that has a newline in it, because this could
387       cause tramp to be invoked.
389     modified files:
390      ChangeLog.2006 lisp/muse-publish.el
393 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
395     Summary:
396       Make links colored blue by default.
397     Revision:
398       muse--main--1.0--patch-133
400     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
401       other Emacs modes do.
403     modified files:
404      ChangeLog.2006 lisp/muse-colors.el
407 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
409     Summary:
410       Fix publishing error with tables and initial whitespace.
411     Revision:
412       muse--main--1.0--patch-132
414     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
415       above blockquote and centered text, so that indented but blank initial
416       table fields publish correctly.
417     
418     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
419       We accept anything that has at least one field delimiter.
421     modified files:
422      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
425 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
427     Summary:
428       Add muse-protocol-iw.el to experimental folder.
429     Revision:
430       muse--main--1.0--patch-131
432     * experimental/muse-protocol-iw.el: New experimental file that implements
433       an interwiki protocol of sorts that handles subdirectories.
435     new files:
436      experimental/.arch-ids/muse-protocol-iw.el.id
437      experimental/muse-protocol-iw.el
439     modified files:
440      AUTHORS ChangeLog.2006 experimental/muse-split.el
443 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
445     Summary:
446       Add muse-split.el to experimental folder.
447     Revision:
448       muse--main--1.0--patch-130
450     * experimental/muse-split.el: New experimental file that splits published
451       Muse files into several smaller files.
453     new files:
454      experimental/.arch-ids/muse-split.el.id
455      experimental/muse-split.el
457     modified files:
458      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
459      debian/control
462 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
464     Summary:
465       muse-wiki: Make the interwiki resolver a bit more clever.
466     Revision:
467       muse--main--1.0--patch-129
469     * lisp/muse-project.el (muse-project-choose-style): New function that
470       chooses a style from a list of styles, given a user-supplied test.
471     
472     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
473       that is used along with `muse-project-choose-style' to pick the first
474       style that matches a given value for :link-prefix.
475       (muse-wiki-resolve-project-page-1): New function split from
476       `muse-wiki-resolve-project-page' for readability.  Try to match files
477       that have the same link-suffix.  This should hopefully fix a bug
478       noticed by Hans Ekbrand.
480     modified files:
481      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
484 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
486     Summary:
487       Fix bug where links with :: in them were marked up as lists.
488     Revision:
489       muse--main--1.0--patch-128
491     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
492       Change noemphasis property to muse-link.
493     
494     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
495     
496     * lisp/muse-publish.el (muse-publish-surround-text)
497       (muse-publish-markup-list): Ditto.  This should fix a bug.
498       (muse-publish-markup-list): Docfix.
499       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
500     
501     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
502       There must be either one or more spaces or a single newline after the
503       colons.  This prevents an ambiguity with the double-colon muse-wiki
504       interwiki delimiter.
506     modified files:
507      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
508      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
511 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
513     Summary:
514       DTRT with explicit links that have no description.
515     Revision:
516       muse--main--1.0--patch-127
518     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
519       explicit link without a description, use the name of the linked page.
521     modified files:
522      ChangeLog.2006 lisp/muse-publish.el
525 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
527     Summary:
528       Fix emdash in link description bug.
529     Revision:
530       muse--main--1.0--patch-126
532     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
533       if we are in a link, since otherwise it will be incorrectly escaped.
534       Thanks to Chiyuan Zhang for the report.
536     modified files:
537      ChangeLog.2006 Makefile.defs debian/changelog
538      lisp/muse-publish.el
541 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
543     Summary:
544       Fix #5925: Emphasis on item breaks lists.
545     Revision:
546       muse--main--1.0--patch-125
548     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
549       as the browsing function.
550     
551     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
552       the current file.
553     
554     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
555       `offset' into account, in case the list-item regexp is nested in
556       another group.
557       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
558       offset of 1.  This should fix an unpleasant list-as-blockquote error
559       that was noticed recently.  Thanks to John Sullivan for the report.
561     modified files:
562      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
563      lisp/muse.el
566 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
568     Summary:
569       Fix a couple of beginning-of-buffer errors.
570     Revision:
571       muse--main--1.0--patch-124
573     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
574       don't throw an error if at the beginning of the buffer.  Thanks to John
575       Sullivan for the report.
577     modified files:
578      ChangeLog.2006 lisp/muse-mode.el
581 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
583     Summary:
584       muse.texi: Change use of @subsubheading to @subheading.
585     Revision:
586       muse--main--1.0--patch-123
588     * muse.texi: Change use of @subsubheading to @subheading throughout
589       document.
591     modified files:
592      ChangeLog.2006 muse.texi
595 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
597     Summary:
598       muse.texi: Change subsections to subheadings.
599     Revision:
600       muse--main--1.0--patch-122
602     (Author: John Sullivan <john@wjsullivan.net>)
603     
604     * muse.texi: Change @subsection and @strong to @subheading throughout
605       document.
607     modified files:
608      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
610     new patches:
611      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
612      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
613      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
616 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
618     Summary:
619       Update keystrokes used in muse-mode, as well as docs.
620     Revision:
621       muse--main--1.0--patch-121
623     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
624       keymap to use when the user wants to insert something into the current
625       buffer using `C-c i'.
626       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
627       muse-follow-name-at-point, since this is already used for
628       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
629       prompt for the thing to insert.
630       (muse-insert-thing): New function that prompts the user for something
631       to insert into the current buffer.  It tries to be as friendly as
632       possible by catching possible errors with the message "Not inserting
633       anything".
634       (muse-mode-completions): Rename from `muse-completions', since this is
635       what we use in `muse-mode'.
636       (muse-mode-current-word): Similarly.  These don't seem to work
637       correctly, for unknown reasons.
638     
639     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
640       utilize.
642     modified files:
643      ChangeLog.2006 lisp/muse-mode.el muse.texi
646 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
648     Summary:
649       Fix buggy behavior in muse-browse-result.
650     Revision:
651       muse--main--1.0--patch-120
653     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
654       names to styles, based on the styles contained in the current Muse
655       project.  Thanks to kid kid for the analysis.
656     
657     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
658       specified as an argument.
660     modified files:
661      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
664 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
666     Summary:
667       muse-latex: Make images look better.
668     Revision:
669       muse--main--1.0--patch-119
671     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
672       be 75% the width of the page, which looks better.  Enclose images in
673       figures, and center them.
675     modified files:
676      ChangeLog.2006 lisp/muse-latex.el
679 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
681     Summary:
682       Fix a few image bugs.
683     Revision:
684       muse--main--1.0--patch-118
686     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
687       passing it to `muse-colors-inline-image-method'.  This makes images
688       with the same current directory and publishing directory get resolved
689       correctly.
690     
691     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
692       ".muse" extension to images.
694     modified files:
695      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
698 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
700     Summary:
701       Make build targets more consistent.
702     Revision:
703       muse--main--1.0--patch-117
705     * contrib/Makefile (install): Make build targets more consistent.  Thanks
706       to dsmith for the report.
707     
708     * lisp/Makefile (all, lisp, install): Ditto.
710     modified files:
711      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
712      lisp/Makefile
715 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
717     Summary:
718       cgi.el: Make this work without cl-seq.el.
719     Revision:
720       muse--main--1.0--patch-116
722     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
723       code.  Make this not depend on 'cl at runtime.
724       (cgi-position): New function that implements a simple replacement for
725       the position function found in cl-seq.el.
726       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
727       instead of `subseq'.
728     
729     * contrib/httpd.el: Credit myself.
731     modified files:
732      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
735 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
737     Summary:
738       Make publishing DTRT when using escaped list markup.
739     Revision:
740       muse--main--1.0--patch-115
742     * lisp/muse-publish.el (muse-publish-surround-text)
743       (muse-publish-markup-list): Ignore escaped list markup.
744     
745     * lisp/muse.el (muse-list-item-type): Docfix.
746       (muse-list-item-critical-point): New function that returns the point
747       where we should expect to find the first character in the current list
748       item markup.
749       (muse-forward-paragraph): Docfix and cosmetic change.
750       (muse-forward-list-item): Ignore escaped list markup.  This should fix
751       a few publishing errors that involve markup like =::=.
753     modified files:
754      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
757 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
759     Summary:
760       muse-publish: Get rid of warning when batch publishing.
761     Revision:
762       muse--main--1.0--patch-114
764     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
765       publishing warning message.
767     modified files:
768      ChangeLog.2006 Makefile.defs debian/changelog
769      lisp/muse-publish.el
772 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
774     Summary:
775       Try to fix face clobbering bug.
776     Revision:
777       muse--main--1.0--patch-113
779     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
780       the default value of the header faces.  It can be re-used.
781       (muse-make-faces): Simplify.  This should now fix the face clobbering
782       bug.
784     modified files:
785      ChangeLog.2006 lisp/muse-colors.el
788 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
790     Summary:
791       Re-add some cgi.el stuff and update my example config.
792     Revision:
793       muse--main--1.0--patch-112
795     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
796       they are mentioned in the documentation.
797     
798     * examples/mwolson/: Update.
800     modified files:
801      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
802      examples/mwolson/templates/footer.html
803      examples/mwolson/templates/header.html
806 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
808     Summary:
809       muse-mode: Make C-c C-e work better.
810     Revision:
811       muse--main--1.0--patch-111
813     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
814       that this is more robust.
816     modified files:
817      ChangeLog.2006 lisp/muse-mode.el
820 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
822     Summary:
823       muse-latex: Don't escape backslash in <example> regions.
824     Revision:
825       muse--main--1.0--patch-110
827     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
828       to escape the backslash after all.
829       (muse-latex-markup-specials-literal): Docfix.
830     
831     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
833     modified files:
834      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
837 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
839     Summary:
840       Allow tab characters in the target of explicit links.
841     Revision:
842       muse--main--1.0--patch-109
844     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
845       in the link target.  This doesn't seem like it could hurt anything, and
846       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
847       the report.
849     modified files:
850      ChangeLog.2006 lisp/muse-regexps.el
853 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
855     Summary:
856       muse-wiki: Fix bug that caused WikiWords not to publish or display.
857     Revision:
858       muse--main--1.0--patch-108
860     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
862     modified files:
863      ChangeLog.2006 Makefile.defs debian/changelog
864      lisp/muse-wiki.el
867 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
869     Summary:
870       Fix horrendous typo.
871     Revision:
872       muse--main--1.0--patch-107
874     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
875       strangeness.
877     modified files:
878      ChangeLog.2006 lisp/muse-publish.el
881 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
883     Summary:
884       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
885     Revision:
886       muse--main--1.0--patch-106
888     (Author: Per B. Sederberg <per@med.upenn.edu>)
889     
890     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
891       Option to not create implicit links to the current page.
892       (muse-wiki-handle-wikiword): Process the option to not create implicit
893       links to the current page.
895     modified files:
896      ChangeLog.2006 Makefile.defs debian/changelog
897      lisp/muse-wiki.el
899     new patches:
900      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
903 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
905     Summary:
906       Try to fix failure to recognize Muse file extension (6th attempt).
907     Revision:
908       muse--main--1.0--patch-105
910     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
911       init file is loaded.
912       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
913       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
914     
915     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
916       user's init file is loaded.  Explicitly add the Muse file extension
917       when muse.el is loaded, to make life simpler.
918       (muse-update-file-extension): Take several edge cases into account.
919       (muse-file-extension): Docfix.
920       (muse-update-file-extension-after-init): New function that causes the
921       file extension to be updated.
922     
923     * muse.texi (Projects): It is no longer necessary to call
924       `muse-mode-maybe' manually.
926     modified files:
927      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
930 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
932     Summary:
933       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
934     Revision:
935       muse--main--1.0--patch-104
937     (Author: Per B. Sederberg <per@med.upenn.edu>)
938     
939     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
940       to return a list of project files that have spaces.
941       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
942       spaces function.  Don't make this buffer-local.
944     modified files:
945      ChangeLog.2006 lisp/muse-wiki.el
947     new patches:
948      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
949      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
950      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
951      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
952      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
955 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
957     Summary:
958       Try to fix failure to recognize Muse file extension (5th attempt).
959     Revision:
960       muse--main--1.0--patch-103
962     * lisp/muse.el: To detect whether Emacs has fully started, check
963       `command-line-processed' instead of `inhibit-startup-hooks', since the
964       latter only exists for Emacs22.
966     modified files:
967      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
970 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
972     Summary:
973       muse-html: Add :style-sheet element.
974     Revision:
975       muse--main--1.0--patch-102
977     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
978       :style-sheet element.
979       ("html", "xhtml"): Add the :style-sheet element.
980     
981     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
982       style already exists.  Instead, just replace the existing style.
983       (muse-derive-style): Ditto.
984     
985     * muse.texi (Style Elements): Mention :style-sheet.
987     modified files:
988      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
989      muse.texi
992 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
994     Summary:
995       Try to fix failure to recognize Muse file extension (4th attempt).
996     Revision:
997       muse--main--1.0--patch-101
999     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
1000       the command line.
1002     modified files:
1003      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
1006 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
1008     Summary:
1009       Try to fix failure to recognize Muse file extension (3rd attempt).
1010     Revision:
1011       muse--main--1.0--patch-100
1013     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
1015     modified files:
1016      ChangeLog.2006 lisp/muse.el
1019 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
1021     Summary:
1022       Try to fix failure to recognize Muse file extension (2nd attempt).
1023     Revision:
1024       muse--main--1.0--patch-99
1026     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
1027       auto-mode-alist.
1029     modified files:
1030      ChangeLog.2006 lisp/muse.el
1033 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
1035     Summary:
1036       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
1037     Revision:
1038       muse--main--1.0--patch-98
1040     (Author: Per B. Sederberg <per@med.upenn.edu>)
1041     
1042     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
1043       interwiki-regexp to search for any project file name.  This is so it
1044       will match files with spaces.
1046     modified files:
1047      ChangeLog.2006 lisp/muse-wiki.el
1049     new patches:
1050      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
1051      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
1052      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
1053      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
1054      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
1055      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
1056      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
1059 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
1061     Summary:
1062       Try to fix failure to recognize Muse file extension.
1063     Revision:
1064       muse--main--1.0--patch-97
1066     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
1067       of semantics.
1068     
1069     * lisp/muse.el: Call muse-update-file-extension in
1070       muse-update-values-hook, instead of
1071       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
1072       emacs-startup-hook, so that the user has time to set this in their
1073       .emacs file.
1075     modified files:
1076      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1079 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
1081     Summary:
1082       Make things in contrib directory installable.
1083     Revision:
1084       muse--main--1.0--patch-96
1086     * Makefile (SUBDIRS): Add contrib.
1087       (all): Add contrib.
1088       (contrib): New target that compiles things in the contrib directory.
1089       (install-bin): Add contrib.  Install things in the contrib directory.
1090       Also install uncompiled things in the experimental directory.
1091     
1092     * contrib/Makefile: New Makefile for the contrib directory.
1093     
1094     * contrib/httpd.el (httpd-start): Fix compiler warnings.
1095     
1096     * debian/emacsen-install: Compile files in contrib directory in addition
1097       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
1098     
1099     * debian/emacsen-startup: Add contrib directory to load-path.
1100     
1101     * experimental/Makefile (test): Remove target.
1102       (install-uncompiled): New target that installs uncompiled files.
1103     
1104     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
1105       (muse-update-file-extension): Fix a warning that occurred when doing
1106       batch publishing.
1108     new files:
1109      contrib/.arch-ids/Makefile.id contrib/Makefile
1111     modified files:
1112      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
1113      debian/changelog debian/emacsen-install debian/emacsen-startup
1114      experimental/Makefile lisp/muse.el muse.texi
1117 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
1119     Summary:
1120       Remove muse-registry.el.
1121     Revision:
1122       muse--main--1.0--patch-95
1124     * lisp/muse-registry.el: Move to the Planner project, since it is a
1125       better fit with Planner than Muse.
1127     removed files:
1128      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
1130     modified files:
1131      AUTHORS ChangeLog.2006
1134 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
1136     Summary:
1137       Prepare Debian package for Arch snapshot.
1138     Revision:
1139       muse--main--1.0--patch-94
1141     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
1142       snapshot.
1144     modified files:
1145      ChangeLog.2006 Makefile.defs debian/changelog
1148 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
1150     Summary:
1151       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
1152     Revision:
1153       muse--main--1.0--patch-93
1155     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
1156       `muse-wiki-hide-nop-tag' into account.
1158     modified files:
1159      ChangeLog.2006 lisp/muse-wiki.el
1162 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
1164     Summary:
1165       Fix a couple of compiler warnings.
1166     Revision:
1167       muse--main--1.0--patch-92
1169     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
1171     modified files:
1172      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
1175 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
1177     Summary:
1178       Make interwiki links work with the new option.
1179     Revision:
1180       muse--main--1.0--patch-91
1182     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
1183       parameters.  Populate this correctly when
1184       `muse-wiki-match-all-project-files' is non-nil.
1186     modified files:
1187      ChangeLog.2006 lisp/muse-wiki.el
1190 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
1192     Summary:
1193       Permit table generation to be disabled for a single Muse page.
1194     Revision:
1195       muse--main--1.0--patch-90
1197     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
1198       data, don't publish the table.
1199     
1200     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
1201     
1202     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
1203     
1204     * lisp/muse-publish.el (muse-publish-table-fields): If the
1205       "disable-tables" publishing directive exists for the current page, do
1206       not generate a table.
1207     
1208     * muse.texi (Tables): Mention that table generation can be disabled for a
1209       single page.
1211     modified files:
1212      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1213      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
1216 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
1218     Summary:
1219       muse-wiki: Match filenames before WikiWords.
1220     Revision:
1221       muse--main--1.0--patch-89
1223     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
1224       filenames in project before the general WikiWord regexp.
1226     modified files:
1227      ChangeLog.2006 lisp/muse-wiki.el
1230 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
1232     Summary:
1233       Use a better mechanism for updating autogenerated variables.
1234     Revision:
1235       muse--main--1.0--patch-88
1237     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
1238     
1239     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
1240     
1241     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
1242       muse-update-values-hook.
1243     
1244     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1245       muse-update-values-hook.
1246     
1247     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1248       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1249       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1250       error is fixed.
1251       (muse-wiki-update-custom-values): Replace with function that gives a
1252       warning and an explanation.
1253     
1254     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1255       example so that people who use it won't have a wrong value in
1256       muse-mode-hook.
1258     modified files:
1259      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1260      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1261      lisp/muse.el
1264 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1266     Summary:
1267       muse-wiki: Implement implicit links for all files in project.
1268     Revision:
1269       muse--main--1.0--patch-87
1271     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1272       don't get errors when trying to use it.
1273     
1274     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1275       muse-project-file-alist-hook.
1276       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1277       into a recursive call.
1278       (muse-wiki-update-wikiword-regexp): Call
1279       `muse-wiki-update-local-wikiword-regexp'.
1280     
1281     (Author: Per B. Sederberg <per@med.upenn.edu>)
1282     
1283     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1284       muse-before-publish-hook and muse-mode-hook so that implicit links are
1285       published properly.
1286       (muse-wiki-wikiword-match-project-files): New option for determining
1287       whether to match all project files as implicit links.  This is off by
1288       default.
1289       (muse-wiki-update-local-wikiword-regexp): New function to make the
1290       wikiword-regexp local and append the files in the current project to
1291       it.
1293     modified files:
1294      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1296     new patches:
1297      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1298      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1299      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1300      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1301      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1302      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1303      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1304      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1305      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1306      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1307      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1308      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1309      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1310      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1313 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1315     Summary:
1316       Update Muse's file-alist after saving any Muse page.
1317     Revision:
1318       muse--main--1.0--patch-86
1320     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1321       causes Muse's file-alist to be updated when we are saving a Muse file.
1322       This is added to after-save-hook.
1324     modified files:
1325      ChangeLog.2006 lisp/muse-project.el
1328 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1330     Summary:
1331       Add a hook that is called whenever Muse's file-alist is updated.
1332     Revision:
1333       muse--main--1.0--patch-85
1335     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1336       executed after an update to muse-project-file-alist happens.
1337       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1339     modified files:
1340      ChangeLog.2006 lisp/muse-project.el
1343 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1345     Summary:
1346       muse-mode: Recognize definition lists when filling text.
1347     Revision:
1348       muse--main--1.0--patch-84
1350     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1351       text.
1352     
1354     modified files:
1355      ChangeLog.2006 lisp/muse-mode.el
1358 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1360     Summary:
1361       Remove unrelated part of patch-82.
1362     Revision:
1363       muse--main--1.0--patch-83
1366     modified files:
1367      ChangeLog.2006 lisp/muse-mode.el
1370 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1372     Summary:
1373       muse-journal: Fix dates in RSS feeds.
1374     Revision:
1375       muse--main--1.0--patch-82
1377     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1378       date is in a format that RSS readers can handle.  Thanks to René
1379       Stadler for the patch.
1381     modified files:
1382      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1385 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1387     Summary:
1388       debian: Install ChangeLog properly.
1389     Revision:
1390       muse--main--1.0--patch-81
1392     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1393       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1394       the breakage report.
1396     modified files:
1397      ChangeLog.2006 debian/rules
1400 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1402     Summary:
1403       Fix a bug triggered by batch-publishing.
1404     Revision:
1405       muse--main--1.0--patch-80
1407     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1408       right algorithm turned out to be simpler than I had thought.  Thanks to
1409       Sergei V. Fleytin for reporting breakage with the old method.
1410       (muse-publish-file): Don't be overzealous when checking for an invalid
1411       style -- use a simpler check.
1412       (muse-batch-publish-files): Don't check for invalid styles here, since
1413       we already do so in `muse-publish-file'.
1415     modified files:
1416      ChangeLog.2006 lisp/muse-publish.el
1419 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1421     Summary:
1422       muse.texi: Move some sections to a new Extending Muse chapter.
1423     Revision:
1424       muse--main--1.0--patch-79
1426     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1427       extending Muse in various ways.
1428       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1430     modified files:
1431      ChangeLog.2006 muse.texi
1434 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1436     Summary:
1437       Fix a couple of recently-introduced bugs.
1438     Revision:
1439       muse--main--1.0--patch-78
1441     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1442       extra hard to preserve our settings for faces, especially after a new
1443       frame or splash screen.
1444     
1445     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1446       copied globally, to the extent the Emacs permits this.
1448     modified files:
1449      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1452 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1454     Summary:
1455       Update my example configuration file.
1456     Revision:
1457       muse--main--1.0--patch-77
1460     modified files:
1461      ChangeLog.2006 examples/mwolson/muse-init.el
1464 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1466     Summary:
1467       Remove cruft from patch logs.
1468     Revision:
1469       muse--main--1.0--patch-76
1472     modified files:
1473      ChangeLog.2006
1474      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1475      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1476      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1477      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1478      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1479      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1480      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1481      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1484 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1486     Summary:
1487       Make faces more robust and namespace-conforming.
1488     Revision:
1489       muse--main--1.0--patch-75
1491     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1492       face has documentation and a group.
1493       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1494       "-face" suffix.
1495       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1496       faces have documentation and a group.  Copy unconditionally from the
1497       related Emacs faces, rather than specifying face attributes.
1498       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1499       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1500       face names.
1501     
1502     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1503       the 'muse-link property rather than looking at the face.
1505     modified files:
1506      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1509 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1511     Summary:
1512       muse.texi: Mention the <code> tag.
1513     Revision:
1514       muse--main--1.0--patch-74
1516     * muse.texi (Emphasizing Text): Mention the <code> tag.
1518     modified files:
1519      ChangeLog.2006 muse.texi
1522 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1524     Summary:
1525       Fix bug in verse markup, undesired behavior with emdash.
1526     Revision:
1527       muse--main--1.0--patch-73
1529     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1530       around emdash.
1531     
1532     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1533     
1534     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1535     
1536     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1537       trailing whitespace to `muse-markup-text', in case the current
1538       publishing wishes to use them.
1539       (muse-publish-markup-verse): Insert newline without adding read-only
1540       properties to it.  This fixes a paragraph detection bug in HTML
1541       publishing.
1543     modified files:
1544      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1545      lisp/muse-publish.el lisp/muse-xml.el
1548 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1550     Summary:
1551       httpd.el: Update to work with newer versions of Emacs.
1552     Revision:
1553       muse--main--1.0--patch-72
1555     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1556       of Emacs.
1558     modified files:
1559      ChangeLog.2006 contrib/httpd.el
1562 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1564     Summary:
1565       muse-journal: Make custom RSS heading regexps possible.
1566     Revision:
1567       muse--main--1.0--patch-71
1569     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1570       determines the regexp to use when searching for an RSS heading.
1571       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1573     modified files:
1574      ChangeLog.2006 lisp/muse-journal.el
1577 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1579     Summary:
1580       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1581     Revision:
1582       muse--main--1.0--patch-70
1584     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1585       project to publish, indicate this in an error message.
1586     
1587     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1588       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1589       (muse-detect-invalid-style): New function that makes sure that the
1590       given style is in a valid format.
1591       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1592       publishing.
1594     modified files:
1595      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1598 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1600     Summary:
1601       muse-mode: Don't require muse-publish.el.
1602     Revision:
1603       muse--main--1.0--patch-69
1605     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1606       muse-publish.el.  This allows people to optionally have Muse mode
1607       without including the publishing features, as long as they never call a
1608       publishing function.  The documentation says that Muse is supposed to
1609       be modular in that way, so I guess we'd better follow it.
1610       (muse-insert-tag): Make sure that muse-publish is required before
1611       accessing `muse-publish-markup-tags'.
1613     modified files:
1614      ChangeLog.2006 lisp/muse-mode.el
1617 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1619     Summary:
1620       Minor code cleanup.
1621     Revision:
1622       muse--main--1.0--patch-68
1624     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1626     modified files:
1627      ChangeLog.2006 lisp/muse-mode.el
1630 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1632     Summary:
1633       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1634     Revision:
1635       muse--main--1.0--patch-67
1637     (Author: Per B. Sederberg <per@med.upenn.edu>)
1638     
1639     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1640       used for grepping.
1641       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1642       muse-find-backlinks C-c C-b
1643       (muse-grep): New function to envoke a search with the compiler.
1644       (muse-search-with-command): New function to search for text, optionally
1645       editing the command.
1646       (muse-search): New function to search for text.
1647       (muse-find-backlinks): New function to search for backlinks to the
1648       current page.
1650     modified files:
1651      ChangeLog.2006 lisp/muse-mode.el
1653     new patches:
1654      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1655      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1656      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1657      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1658      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1659      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1660      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1661      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1662      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1663      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1664      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1665      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1668 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1670     Summary:
1671       Make it easier to call context-specific region-escaping function.
1672     Revision:
1673       muse--main--1.0--patch-66
1675     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1676       returned from specials, call it with beg, end, ignore-read-only args.
1677       This allows for people to specify their own functions for escaping
1678       regions, depending on context.  See `muse-xml-decide-specials' in
1679       muse-xml-common.el.  This functionality already exists for escaping
1680       specials in strings.
1682     modified files:
1683      ChangeLog.2006 lisp/muse-publish.el
1686 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1688     Summary:
1689       Attempt to make new syntaxes easier to support.
1690     Revision:
1691       muse--main--1.0--patch-65
1693     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1694       and `muse-get-link-data'.
1695     
1696     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1697     
1698     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1699       (muse-make-link): Change argument name.
1700     
1701     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1702       (muse-get-link, muse-get-link-desc): New functions that return the link
1703       and the link description, respectively, from the given TARGET.  The
1704       idea is that at least one other markup syntax puts descriptions before
1705       links, so all they would have to do is re-define these two functions.
1707     modified files:
1708      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1709      lisp/muse-mode.el lisp/muse.el
1712 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1714     Summary:
1715       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1716     Revision:
1717       muse--main--1.0--patch-64
1719     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1720     
1721     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1722       `replace-in-string' is checked before `replace-regexp-in-string', since
1723       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1724       Ottaway for the heads up.
1726     modified files:
1727      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1730 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1732     Summary:
1733       muse-latex: Add footnotes to links so that they show up on printed copies.
1734     Revision:
1735       muse--main--1.0--patch-63
1737     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1738       'url-and-desc.  Display footnotes if we have both a link and a
1739       description, since we want URLs to show up on printed documents.
1740       (muse-latex-markup-specials-document): Escape the "@" character in the
1741       entire document.
1742     
1743     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1744       without descriptions and URLs with descriptions.  If no markup string
1745       exists for 'url-and-desc, fall back to 'url.
1747     modified files:
1748      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1751 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1753     Summary:
1754       Fix publishing error with multi-line wrapped list items.
1755     Revision:
1756       muse--main--1.0--patch-62
1758     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1759       multiple lines of a wrapped list item.
1761     modified files:
1762      ChangeLog.2006 lisp/muse-publish.el
1765 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1767     Summary:
1768       Add COPYING file; update headers.
1769     Revision:
1770       muse--main--1.0--patch-61
1772     * COPYING: New file containing the GNU GPL.
1773     
1774     * AUTHORS: Bookkeeping.
1775     
1776     * README: Add License section.  Change Muse homepage URL.
1777     
1778     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1779       have changed 15+ lines of code, since this is the amount that
1780       constitutes legal contribution to a software work, AFAICT.
1781     
1782     * examples/mwolson: Update contents of directory to match my current
1783       setup.
1784     
1785     * experimental/muse*.el, lisp/muse*.el: Update headers.
1786     
1787     * muse.texi: Change Muse homepage URL.
1789     new files:
1790      .arch-ids/COPYING.id COPYING
1792     modified files:
1793      AUTHORS ChangeLog.2006 README debian/copyright
1794      examples/mwolson/muse-init.el
1795      examples/mwolson/stylesheets/blog.css
1796      examples/mwolson/stylesheets/common.css
1797      examples/mwolson/stylesheets/print.css
1798      examples/mwolson/stylesheets/screen.css
1799      experimental/muse-cite.el experimental/muse-mathml.el
1800      experimental/muse-message.el lisp/muse-backlink.el
1801      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1802      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1803      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1804      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1805      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1806      lisp/muse-publish.el lisp/muse-regexps.el
1807      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1808      lisp/muse-xml.el lisp/muse.el muse.texi
1811 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1813     Summary:
1814       Update Muse XML schema.
1815     Revision:
1816       muse--main--1.0--patch-60
1818     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1819       history.  We'll call this v0.3 of the schema.
1820     
1821     * lisp/muse-xml-common.el: Update header.
1822       (muse-xml-markup-table): Fix table generation when attributes are not
1823       specified.
1825     modified files:
1826      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1829 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1831     Summary:
1832       Fix output for consecutive list items of same type.
1833     Revision:
1834       muse--main--1.0--patch-59
1836     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1837       post-indent and indent-found values local to each list item.  This
1838       should fix undesired behavior with consecutive list items of the same
1839       type.
1841     modified files:
1842      ChangeLog.2006 lisp/muse-publish.el
1845 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1847     Summary:
1848       Make C-> and C-< keybindings not indent nested items.
1849     Revision:
1850       muse--main--1.0--patch-58
1852     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1853       nested items.
1854     
1855     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1856       optional, and document this.
1858     modified files:
1859      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1862 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1864     Summary:
1865       Slightly improve flyspell integration.
1866     Revision:
1867       muse--main--1.0--patch-57
1869     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1870       property to determine whether we are at a link.
1872     modified files:
1873      ChangeLog.2006 lisp/muse-mode.el
1876 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1878     Summary:
1879       Make nested definition list items work much better.
1880     Revision:
1881       muse--main--1.0--patch-56
1883     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1884       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1885       move function.
1886       (muse-publish-surround-text): If we are to determine the indentation,
1887       but have found no list items, set indent to the empty string.  If we
1888       are to determine indentation but have found an item, get all leading
1889       whitespace and set indent to it.  Never try to determine post-indent
1890       using the first line.  Try to contain the amount of "damage" a nested
1891       list item can do to wrapped list item text.
1892     
1893     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1894       part so that it is easier to indicate the amount of desired initial
1895       whitespace.
1896     
1897     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1898       entry optional.
1899       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1900       merged into `muse-forward-list-item'.
1901       (muse-forward-list-item-1): New function that determines whether a
1902       nested list item is found.
1903       (muse-forward-list-item): Move hairy nested list detection algorithm
1904       into `muse-forward-list-item-1'.  Be extra careful about terminating
1905       when we go past the boundary.
1907     modified files:
1908      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1909      lisp/muse.el
1912 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1914     Summary:
1915       Add backlink support, thanks to Jim Ottaway.
1916     Revision:
1917       muse--main--1.0--patch-55
1919     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1920       variable that indicates whether Muse is fontifying the current buffer.
1921       (muse-colors-region): Set `muse-colors-fontifying' to t.
1922     
1923     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1924       support.  I've modified it slightly to get rid of the defadvice forms.
1926     new files:
1927      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1929     modified files:
1930      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1933 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1935     Summary:
1936       muse-protocols: Add Wikipedia support.
1937     Revision:
1938       muse--main--1.0--patch-54
1940     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1941       is used to look up terms on the Wikipedia website.
1942       (muse-wikipedia-country): New option that specifies the country code to
1943       use for Wikipedia.
1944       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1945       resolve and browse Wikipedia URLs.
1947     modified files:
1948      ChangeLog.2006 lisp/muse-protocols.el
1951 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1953     Summary:
1954       muse-protocols: Add DOI handling.
1955     Revision:
1956       muse--main--1.0--patch-53
1958     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1959       DOI's (digitial object identifiers) are a standard identifier used in
1960       the publishing industry.  Thanks to Phillip Lord for the patch.
1961       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1962       and browse DOI's.
1964     modified files:
1965      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1968 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1970     Summary:
1971       Refine previous patch.
1972     Revision:
1973       muse--main--1.0--patch-52
1975     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1976       ever use the fallback method.  Save point when using new method.
1978     modified files:
1979      ChangeLog.2006 lisp/muse-mode.el
1982 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1984     Summary:
1985       Make visiting of links a bit faster.
1986     Revision:
1987       muse--main--1.0--patch-51
1989     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1990       property.
1991       (muse-link-properties): If we are highlighting a link, add the
1992       muse-link property.
1993     
1994     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1995       exists at point, use it to bound the link.  Otherwise, use the old
1996       method.  This should make it easier to visit custom implicit link
1997       forms, since it does not require a change to muse-implicit-link-regexp.
1998     
1999     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
2000       used when muse-colors.el is loaded.
2002     modified files:
2003      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2004      lisp/muse-regexps.el
2007 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
2009     Summary:
2010       Make resolving of inline image paths more flexible.
2011     Revision:
2012       muse--main--1.0--patch-50
2014     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
2015       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
2016       option.  Make the fallback customization type a function rather than a
2017       symbol.
2018       (muse-colors-use-publishing-directory): New function that takes the
2019       best guess at where the current Muse file will be published and makes
2020       the given link relative to that.
2021       (muse-colors-insert-image): If muse-colors-inline-image-method is
2022       'default-directory, use the default directory.  If it is a function,
2023       call that function with LINK as an argument.  Otherwise, give up.
2025     modified files:
2026      ChangeLog.2006 lisp/muse-colors.el
2029 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
2031     Summary:
2032       Fix inline image lockup.
2033     Revision:
2034       muse--main--1.0--patch-49
2036     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
2037       patch-47.  This will prevent Muse from locking up after making a new
2038       inline image.
2040     modified files:
2041      ChangeLog.2006 lisp/muse-colors.el
2044 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
2046     Summary:
2047       Fix publishing problem with XEmacs.
2048     Revision:
2049       muse--main--1.0--patch-48
2051     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
2052       publishing problem when text at beginning of buffer is read-only.
2053       Thanks to Christian Clercin for the report.
2055     modified files:
2056      ChangeLog.2006 lisp/muse-publish.el
2059 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
2061     Summary:
2062       Get increase and decrease of list indentation to work with complex cases.
2063     Revision:
2064       muse--main--1.0--patch-47
2066     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
2067       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
2068       to indicate this interpretation, though parens are different.
2069     
2070     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
2071       (muse-alter-list-item-indentation): New function that alters the list
2072       structure at point.  The behavior to use is specified by the OPERATION
2073       argument.  Currently-supported operations are 'increase and 'decrease
2074       indentation level.  This now uses the same sort of list detection
2075       algorithm that is used during publishing, so it should work as expected
2076       for complicated cases.
2077       (muse-increase-list-item-indentation)
2078       (muse-decrease-list-item-indentation): Use
2079       `muse-alter-list-item-indentation'.
2081     modified files:
2082      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2085 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
2087     Summary:
2088       Code simplification; improve muse-list-item-type function.
2089     Revision:
2090       muse--main--1.0--patch-46
2092     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
2093       'dl-entry, instead of just returning 'dl.
2094       (muse-forward-dl-term, muse-forward-dl-entry): Use
2095       muse-forward-list-item.
2096       (muse-forward-dl-part): Remove, merge functionality into
2097       muse-forward-list-item.
2098       (muse-forward-list-item): Add a few conditions needed for skipping
2099       nested 'dl-term and 'dl-entry items.
2101     modified files:
2102      ChangeLog.2006 lisp/muse.el
2105 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
2107     Summary:
2108       Put movement by list and paragraph functions in muse.el.
2109     Revision:
2110       muse--main--1.0--patch-45
2112     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
2113       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
2114       (muse-forward-list-item): Move here from muse-publish.el, so that
2115       muse-mode can make use of these.
2117     modified files:
2118      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
2121 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
2123     Summary:
2124       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
2125     Revision:
2126       muse--main--1.0--patch-44
2128     (Author: Per B. Sederberg <per@med.upenn.edu>)
2129     
2130     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
2131       decrease the current item indentation.
2132       (muse-get-paragraph-start): Helper function to determine the start of
2133       the current paragraph.
2134       (muse-insert-list-item): Cleaned up list item insertion code and made
2135       it handle definitions.
2136       (muse-increase-list-item-indentation): New interactive function to
2137       increase list item indentation.
2138       (muse-decrease-list-item-indentation): New interactive function to
2139       decrease list item indentation.
2141     modified files:
2142      ChangeLog.2006 lisp/muse-mode.el
2144     new patches:
2145      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
2146      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
2147      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
2148      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
2149      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
2150      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
2151      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
2152      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
2153      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
2154      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
2157 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
2159     Summary:
2160       Use slightly better algorithm for removing initial whitespace.
2161     Revision:
2162       muse--main--1.0--patch-43
2164     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
2165       the definition occurred on the same line as the term.
2166       (muse-publish-surround-text): Use a slightly better algorithm for
2167       removing initial indentation of list items.  This way, we preserve
2168       nesting of lists and also deal with same-level items that occur after
2169       nested items.  This probably doesn't make much of a difference in the
2170       output, but it should make support of nested definition lists a bit
2171       less troublesome in some cases.
2172       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
2173       regexp.
2174       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
2175       data.  Don't remove any text.  This makes the function easier to reuse
2176       in display-only situations.
2178     modified files:
2179      ChangeLog.2006 lisp/muse-publish.el
2182 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
2184     Summary:
2185       In a preliminary way, make definition lists nest.
2186     Revision:
2187       muse--main--1.0--patch-42
2189     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
2190       lists nest a bit better.
2191     
2192     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
2193       use it anymore.
2195     modified files:
2196      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2199 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
2201     Summary:
2202       Fix nested list regression.
2203     Revision:
2204       muse--main--1.0--patch-41
2206     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
2207       original indentation value and use that.  This fixes a regression
2208       caused by the last patch.
2210     modified files:
2211      ChangeLog.2006 lisp/muse-publish.el
2214 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
2216     Summary:
2217       Make code look nicer by using muse-forward-dl-* functions.
2218     Revision:
2219       muse--main--1.0--patch-40
2221     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
2222       forms into muse-forward-dl-* for increased reusability.
2223       (muse-publish-surround-text): Call move function with an indent
2224       argument so that we don't have to use partial substitution in lambda
2225       forms.
2226       (muse-forward-dl-term): New function that moves forward to the next
2227       definition list term.
2228       (muse-forward-dl-entry): New function that moves forward to the next
2229       definition list entry.
2230       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
2231       does not move past entire definition list items, only parts of them.
2232       (muse-publish-markup-list, muse-publish-markup-quote):
2233       (muse-publish-quote-tag): Use better lambda form, and include a
2234       parameter.
2236     modified files:
2237      ChangeLog.2006 lisp/muse-publish.el
2240 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
2242     Summary:
2243       Handle blockquoted sections within lists properly.
2244     Revision:
2245       muse--main--1.0--patch-39
2247     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2248       property.  This should make blockquoted sections within a list do the
2249       right thing.
2250       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2251       behavior of `muse-forward-paragraph'.
2253     modified files:
2254      ChangeLog.2006 lisp/muse-publish.el
2257 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2259     Summary:
2260       Fix problem when previous list item was nested.
2261     Revision:
2262       muse--main--1.0--patch-38
2264     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2265       indicator at the correct place.  This fixes an error where a previous
2266       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2267       for the report.
2269     modified files:
2270      ChangeLog.2006 lisp/muse-publish.el
2273 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2275     Summary:
2276       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2277     Revision:
2278       muse--main--1.0--patch-37
2280     * muse.texi (Implicit Links): Mention how to customize the WikiName
2281       recognition, and note that if you're setting this manually, you have to
2282       call some additional code.  This should fix #5376.  Also remove local
2283       variables section at end, since it seems pointless.
2285     modified files:
2286      ChangeLog.2006 muse.texi
2289 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2291     Summary:
2292       Fix #5325: nested formatting not working in HTML output.
2293     Revision:
2294       muse--main--1.0--patch-36
2296     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2297       work.  I'm a bit worried about possible double-escaping, though.
2298       Perhaps we should write the context to a text property and escape it
2299       later.  This should fix #5325.
2301     modified files:
2302      ChangeLog.2006 lisp/muse-publish.el
2305 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2307     Summary:
2308       Make paragraphs respect the end of a list or list item.
2309     Revision:
2310       muse--main--1.0--patch-35
2312     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2313       end of a list (or list item), back up.  This allows for a nice side
2314       effect when using indented sentences in between list items.
2315     
2316     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2317     
2318     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2319     
2320     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2321       and end-item are marked up with end-list properties.
2323     modified files:
2324      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2325      lisp/muse-publish.el lisp/muse-xml.el
2328 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2330     Summary:
2331       Make sure an initial term exists before publishing definition list.
2332     Revision:
2333       muse--main--1.0--patch-34
2335     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2336       exists before publishing a definition list.
2338     modified files:
2339      ChangeLog.2006 lisp/muse-publish.el
2342 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2344     Summary:
2345       Add comments to nested list code.
2346     Revision:
2347       muse--main--1.0--patch-33
2349     * lisp/muse-publish.el (muse-publish-surround-dl)
2350       (muse-publish-surround-text, muse-forward-dl-item):
2351       (muse-forward-list-item): Add comments, since there were many
2352       intricacies that are probably not obvious to the casual reader.
2353       (muse-forward-dl-item): Remove no-op condition.
2355     modified files:
2356      ChangeLog.2006 lisp/muse-publish.el
2359 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2361     Summary:
2362       Make nested list items work when separated by one blank line.
2363     Revision:
2364       muse--main--1.0--patch-32
2366     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2367       muse-forward-dl-item instead of muse-forward-list-item.  On second
2368       thought, don't unconditionally insert a newline, as that breaks some
2369       things.
2370       (muse-forward-dl-item): New function that moves forward to the next
2371       definition list item.  This was factored out from
2372       muse-forward-list-item, since it was getting too complex for my liking.
2373       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2374       indented line, and skip past these if we have a blank line followed by
2375       an indented line.  "Indented" means "indented one past the current
2376       indentation level" here.  Remove some initial whitespace that was being
2377       overlooked before.
2379     modified files:
2380      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2383 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2385     Summary:
2386       Fix a couple of bugs in muse-wiki-resolve-project-page.
2387     Revision:
2388       muse--main--1.0--patch-31
2390     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2391       better algorithm for adding styles to a list.
2392     
2393     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2394       carefully.  This should fix one or two hard-to-explain bugs.
2396     modified files:
2397      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2400 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2402     Summary:
2403       Fix another definition list edge case.
2404     Revision:
2405       muse--main--1.0--patch-30
2407     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2408       unordered list immediately follows definition list term.
2410     modified files:
2411      ChangeLog.2006 lisp/muse-publish.el
2414 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2416     Summary:
2417       Pass all current definition list test cases.
2418     Revision:
2419       muse--main--1.0--patch-29
2421     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2422       line if definition is not on the same line as the term.
2423       (muse-forward-list-item): Fix publishing incorrectness that occurred
2424       when a non-dl list follows a definition list.  Always move to the right
2425       place so as to prevent extra empty dd elements from being published.
2427     modified files:
2428      ChangeLog.2006 lisp/muse-publish.el
2431 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2433     Summary:
2434       Merge consecutive definition list terms properly.
2435     Revision:
2436       muse--main--1.0--patch-28
2438     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2439       correctly.  This makes Muse merge several definition list items into
2440       one list.
2441       (muse-forward-list-item): Use simpler regexp for 'dl.
2442     
2443     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2444       definition lists, and make terms the 2nd matched text.
2446     modified files:
2447      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2450 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2452     Summary:
2453       Bookkeeping.
2454     Revision:
2455       muse--main--1.0--patch-27
2457     * AUTHORS: Update.
2458     
2459     * muse-colors.el, muse-mode.el: Credit contributions.
2461     modified files:
2462      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2465 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2467     Summary:
2468       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2469     Revision:
2470       muse--main--1.0--patch-26
2472     Patches applied:
2473     
2474      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2475        Added ability to show inline images in the Emacs buffer.
2476     
2477      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2478        Added enhanced list item insertion.
2479     
2480     Detailed log:
2481     
2482     (Author: Per B. Sederberg <per@med.upenn.edu>)
2483     
2484     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2485       list item.  New key mapping to toggle showing images.  Added a key
2486       mapping to insert a link to a file and modified the key map to insert a
2487       tag.
2488       (muse-on-blank-line): Helper function to determine if the point is on a
2489       line containing only blank spaces.
2490       (muse-insert-list-item): New interactive function to insert a new list
2491       item, taking into account the current list state.
2492       (muse-insert-relative-link-to-file): New function to insert a link to a
2493       file, relative to the default directory.
2494     
2495     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2496       for where to search for images to inline in the buffer.
2497       (muse-colors-inline-images): Added custom boolean field for whether to
2498       show inline images in the buffer.
2499       (muse-colors-toggle-inline-images): New function to toggle showing the
2500       inline images in the buffer.
2501       (muse-unhighlight-region): Now removes end-glyph text properties to
2502       support XEmacs.
2503       (muse-colors-resolve-image-file): New function to determine if a link
2504       is an image and whether the version of Emacs can support inline images.
2505       (muse-make-file-glyph): New function to create an image glyph if we are
2506       using XEmacs.
2507       (muse-colors-insert-image): New function to insert an image in an Emacs
2508       buffer.
2509       (muse-colors-explicit-link): Modified function to have the ability to
2510       insert an image instead of formatting the text of the link.
2512     modified files:
2513      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2515     new patches:
2516      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2517      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2518      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2519      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2520      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2523 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2525     Summary:
2526       Pass testcase for definition list and nested unordered list.
2527     Revision:
2528       muse--main--1.0--patch-25
2530     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2531       lists always have at least one entry.  This appears to do the right
2532       thing with a sample nested unordered list.
2534     modified files:
2535      ChangeLog.2006 lisp/muse-publish.el
2538 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2540     Summary:
2541       Some definition list fixes.
2542     Revision:
2543       muse--main--1.0--patch-24
2545     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2546       markup for end of list using the `muse-insert-markup-end-list'
2547       function.  Handle list items nested inside of a definition list.
2549     modified files:
2550      ChangeLog.2006 lisp/muse-publish.el
2553 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2555     Summary:
2556       Fix another wrapped list item edge case.
2557     Revision:
2558       muse--main--1.0--patch-23
2560     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2561       indentation in a region when we encounter any list items.  This should
2562       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2563       for the report.
2565     modified files:
2566      ChangeLog.2006 lisp/muse-publish.el
2569 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2571     Summary:
2572       Fix comment in Debian packaging.
2573     Revision:
2574       muse--main--1.0--patch-22
2576     * debian/emacsen-remove: Fix comment.
2578     modified files:
2579      ChangeLog.2006 debian/emacsen-remove
2582 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2584     Summary:
2585       muse-blosxom: Fix order of #tags line in header.
2586     Revision:
2587       muse--main--1.0--patch-21
2589     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2590       rather than before it.  Thanks to bkhl for the heads up.
2592     modified files:
2593      ChangeLog.2006 lisp/muse-blosxom.el
2596 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2598     Summary:
2599       muse-blosxom: Add ability to use tags in entries.
2600     Revision:
2601       muse--main--1.0--patch-20
2603     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2604       publish them.
2605       (muse-blosxom-use-tags): New option that specifies whether we are using
2606       tags.
2607       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2608       RET without entering one.
2610     modified files:
2611      ChangeLog.2006 lisp/muse-blosxom.el
2614 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2616     Summary:
2617       Fix backtrace when publishing unsaved files.
2618     Revision:
2619       muse--main--1.0--patch-19
2621     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2622       trying to publish a file that has not been saved, and give an
2623       explanation to the user.
2625     modified files:
2626      ChangeLog.2006 lisp/muse-publish.el
2629 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2631     Summary:
2632       muse-texinfo: Fix link suffix.
2633     Revision:
2634       muse--main--1.0--patch-18
2636     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2637       styles.  This should fix a bug where links in published info files use
2638       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2640     modified files:
2641      ChangeLog.2006 lisp/muse-texinfo.el
2644 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2646     Summary:
2647       Fix prompting of non-Muse buffers before publishing.
2648     Revision:
2649       muse--main--1.0--patch-17
2651     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2652       Stadler to ignore buffers that have no associated filename.  This fixes
2653       an annoyance where Muse prompts to save BBDB and ERC buffers before
2654       publishing.
2656     modified files:
2657      AUTHORS ChangeLog.2006 lisp/muse-project.el
2660 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2662     Summary:
2663       Fix wrapped nested list item edge case.
2664     Revision:
2665       muse--main--1.0--patch-16
2667     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2668       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2669       case.
2670       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2671       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2672     
2673     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2674       exactly one space character in front of a unnumbered or numbered list.
2675       This should make it easier to match every list instance, since
2676       definition lists can now be handled more nicely in
2677       muse-publish-markup-regexps.  This also has the effect of fixing a
2678       wrapped nested list item edge case.
2680     modified files:
2681      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2684 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2686     Summary:
2687       Fix edge case in muse-wiki-publish-pretty-title.
2688     Revision:
2689       muse--main--1.0--patch-15
2691     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2692       the document does not have a valid title, use the empty string.
2694     modified files:
2695      ChangeLog.2006 lisp/muse-wiki.el
2698 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2700     Summary:
2701       Use debian/compat to determine debhelper compat level.
2702     Revision:
2703       muse--main--1.0--patch-14
2705     * debian/compat: New file that sets the debhelper compatibility level to
2706       4.
2707     
2708     * debian/rules: Remove DH_COMPAT line.
2710     new files:
2711      debian/.arch-ids/compat.id debian/compat
2713     modified files:
2714      ChangeLog.2006 debian/rules
2717 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2719     Summary:
2720       Fix a couple of table-publishing edge cases.
2721     Revision:
2722       muse--main--1.0--patch-13
2724     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2725       publishing error that occurs when a table line is the last thing in a
2726       document.  Thanks to cymacs for the report and suggested fix.
2727       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2728       them.
2729     
2730     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2731       at the end of the 'end-table markup string.
2732     
2733     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2734     
2735     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2736     
2737     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2738       newline at the end of the table.  This should fix a problem with
2739       paragraphs after tables not being published as such.  Thanks to cymacs
2740       for the report.
2741     
2742     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2743       muse-insert-markup to insert a trailing newline.
2745     modified files:
2746      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2747      lisp/muse-publish.el lisp/muse-texinfo.el
2748      lisp/muse-xml-common.el lisp/muse-xml.el
2751 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2753     Summary:
2754       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2755     Revision:
2756       muse--main--1.0--patch-12
2759     new files:
2760      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2762     renamed files:
2763      .arch-ids/ChangeLog.id
2764        ==> .arch-ids/ChangeLog.2005.id
2765      ChangeLog
2766        ==> ChangeLog.2005
2769 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2771     Summary:
2772       Make muse-journal work with whole-document escaping.
2773     Revision:
2774       muse--main--1.0--patch-11
2776     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2777       by Emacs Muse" so that muse-journal does not get confused.
2778     
2779     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2780       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2781       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2782       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2783       have "Page published by Emacs Muse (begins|ends) here" in their header
2784       or footer, since muse-journal needs this in order to determine where
2785       entries begin and end.
2787     modified files:
2788      examples/mwolson/templates/footer.html
2789      examples/mwolson/templates/generic-footer.html
2790      examples/mwolson/templates/generic-header.html
2791      examples/mwolson/templates/header.html
2792      examples/mwolson/templates/header.tex lisp/muse-journal.el
2795 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2797     Summary:
2798       Get simple test case for definition lists to work.
2799     Revision:
2800       muse--main--1.0--patch-10
2802     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2803       publish properly.
2804       (muse-forward-list-item): Fix edge case.
2806     modified files:
2807      lisp/muse-publish.el
2810 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2812     Summary:
2813       Add documentation to some publishing functions.
2814     Revision:
2815       muse--main--1.0--patch-9
2817     * lisp/muse-publish.el (muse-publish-mark-read-only)
2818       (muse-publish-mark-noemphasis): Add documentation.
2820     modified files:
2821      lisp/muse-publish.el
2824 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2826     Summary:
2827       Fix an error with `custom-quote'.
2828     Revision:
2829       muse--main--1.0--patch-8
2831     * lisp/muse-project.el: Require 'cus-edit, since that is where
2832       `custom-quote' is defined.
2833     
2834     * muse.texi: Use copyright symbol.
2836     modified files:
2837      lisp/muse-project.el muse.texi
2840 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2842     Summary:
2843       muse-registry: update from author.
2844     Revision:
2845       muse--main--1.0--patch-7
2847     * lisp/muse-registry.el: Update to newest version from author.
2848       Re-tabify.
2850     modified files:
2851      lisp/muse-registry.el
2854 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2856     Summary:
2857       muse-latex: Handle double-quote edge case.
2858     Revision:
2859       muse--main--1.0--patch-6
2861     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2862       character begins the buffer.
2864     modified files:
2865      lisp/muse-latex.el
2868 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2870     Summary:
2871       Allow beginning and ending empty elements in tables.
2872     Revision:
2873       muse--main--1.0--patch-5
2875     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2876       whitespace after the field if we're at the end of a line.
2877       (muse-table-line-regexp): Allow the table to start with a "|".  The
2878       resulting initial empty cell isn't yet thrown away like it should be.
2880     modified files:
2881      lisp/muse-regexps.el
2884 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2886     Summary:
2887       muse-latex: Use \url to publish bare URLs.
2888     Revision:
2889       muse--main--1.0--patch-4
2891     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2892       \href for bare URLs.  Thanks to Na Li for the suggestion!
2894     modified files:
2895      lisp/muse-latex.el
2898 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2900     Summary:
2901       Create parents of output directories.
2902     Revision:
2903       muse--main--1.0--patch-3
2905     * lisp/muse-project.el (muse-project-publish-file): Create parent
2906       directories as well, if the output directory does not exist.  This can
2907       happen when we have nested directories in a project.
2909     modified files:
2910      lisp/muse-project.el
2913 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2915     Summary:
2916       Pick a better default if publishing with more than one style.
2917     Revision:
2918       muse--main--1.0--patch-2
2920     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2921       the list we return is in the right order.  That way, if more than one
2922       publishing rule matches a link, the first one is used, rather than the
2923       last.
2925     modified files:
2926      lisp/muse-project.el
2929 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2931     Summary:
2932       Oops, committed to the wrong archive.
2933     Revision:
2934       muse--main--1.0--patch-1
2936     Patches applied:
2937     
2938      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2939        Debian fixups.
2940     
2941      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2942        Another Debian fix.
2944     modified files:
2945      ChangeLog debian/emacsen-startup
2947     renamed files:
2948      debian/.arch-ids/NEWS.Debian.id
2949        ==> debian/.arch-ids/NEWS.id
2950      debian/NEWS.Debian
2951        ==> debian/NEWS
2953     new patches:
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2958 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2960     Summary:
2961       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2962     Revision:
2963       muse--main--1.0--base-0
2965     See ChangeLog.2005 for earlier changes.
2967     new patches:
2968      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2969      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2970      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2971      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2972      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2973      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2974      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2975      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2976      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2977      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2978      ajk@iu.edu--2005/muse--main--1.0--base-0
2979      ajk@iu.edu--2005/muse--main--1.0--patch-1
2980      ajk@iu.edu--2005/muse--main--1.0--patch-2
2981      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2982      davidsmith@acm.org--main/muse--devo--1.0--base-0
2983      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2984      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2985      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2986      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2987      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2988      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2989      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2990      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2991      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2992      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2993      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2994      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2995      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2996      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2997      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2998      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2999      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
3000      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
3001      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
3002      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
3003      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
3004      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
3005      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
3006      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
3007      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
3008      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
3009      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
3010      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
3011      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
3012      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
3013      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
3014      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
3015      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
3016      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
3017      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
3018      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
3019      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
3020      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
3021      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
3022      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
3023      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
3024      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
3025      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
3026      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
3027      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
3028      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
3029      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
3030      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
3031      jeho@jeho.org--2005/muse--jeho--1.0--base-0
3032      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
3033      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
3034      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
3035      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
3036      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
3037      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
3038      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
3039      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
3040      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
3041      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
3042      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
3043      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
3044      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
3045      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
3046      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
3047      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
3048      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
3049      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
3050      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
3051      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
3052      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
3053      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
3054      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
3055      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
3056      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
3057      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
3058      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
3059      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
3060      mwolson@gnu.org--2005/muse--main--1.0--base-0
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-1
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-2
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-3
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-4
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-5
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-6
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-7
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-8
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-9
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-10
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-11
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-12
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-13
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-14
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-15
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-16
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-17
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-18
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-19
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-20
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-21
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-22
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-23
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-24
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-25
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-26
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-27
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-28
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-29
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-30
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-31
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-32
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-33
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-34
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-35
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-36
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-37
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-38
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-39
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-40
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-41
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-42
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-43
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-44
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-45
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-46
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-47
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-48
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-49
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-50
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-51
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-52
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-53
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-54
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-55
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-56
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-57
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-58
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-59
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-60
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-61
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-62
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-63
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-64
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-65
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-66
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-67
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-68
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-69
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-70
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-71
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-72
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-73
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-74
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-75
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-76
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-77
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-78
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-79
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-80
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-81
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-82
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-83
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-84
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-85
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-86
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-87
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-88
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-89
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-90
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-91
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-92
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-93
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-94
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-95
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-96
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-97
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-98
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-99
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-100
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-101
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-102
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-103
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-104
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-105
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-106
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-107
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-108
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-109
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-110
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-111
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-112
3173      mwolson@gnu.org--2005/muse--main--1.0--patch-113
3174      mwolson@gnu.org--2005/muse--main--1.0--patch-114
3175      mwolson@gnu.org--2005/muse--main--1.0--patch-115
3176      mwolson@gnu.org--2005/muse--main--1.0--patch-116
3177      mwolson@gnu.org--2005/muse--main--1.0--patch-117
3178      mwolson@gnu.org--2005/muse--main--1.0--patch-118
3179      mwolson@gnu.org--2005/muse--main--1.0--patch-119
3180      mwolson@gnu.org--2005/muse--main--1.0--patch-120
3181      mwolson@gnu.org--2005/muse--main--1.0--patch-121
3182      mwolson@gnu.org--2005/muse--main--1.0--patch-122
3183      mwolson@gnu.org--2005/muse--main--1.0--patch-123
3184      mwolson@gnu.org--2005/muse--main--1.0--patch-124
3185      mwolson@gnu.org--2005/muse--main--1.0--patch-125
3186      mwolson@gnu.org--2005/muse--main--1.0--patch-126
3187      mwolson@gnu.org--2005/muse--main--1.0--patch-127
3188      mwolson@gnu.org--2005/muse--main--1.0--patch-128
3189      mwolson@gnu.org--2005/muse--main--1.0--patch-129
3190      mwolson@gnu.org--2005/muse--main--1.0--patch-130
3191      mwolson@gnu.org--2005/muse--main--1.0--patch-131
3192      mwolson@gnu.org--2005/muse--main--1.0--patch-132
3193      mwolson@gnu.org--2005/muse--main--1.0--patch-133
3194      mwolson@gnu.org--2005/muse--main--1.0--patch-134
3195      mwolson@gnu.org--2005/muse--main--1.0--patch-135
3196      mwolson@gnu.org--2005/muse--main--1.0--patch-136
3197      mwolson@gnu.org--2005/muse--main--1.0--patch-137
3198      mwolson@gnu.org--2005/muse--main--1.0--patch-138
3199      mwolson@gnu.org--2005/muse--main--1.0--patch-139
3200      mwolson@gnu.org--2005/muse--main--1.0--patch-140
3201      mwolson@gnu.org--2005/muse--main--1.0--patch-141
3202      mwolson@gnu.org--2005/muse--main--1.0--patch-142
3203      mwolson@gnu.org--2005/muse--main--1.0--patch-143
3204      mwolson@gnu.org--2005/muse--main--1.0--patch-144
3205      mwolson@gnu.org--2005/muse--main--1.0--patch-145
3206      mwolson@gnu.org--2005/muse--main--1.0--patch-146
3207      mwolson@gnu.org--2005/muse--main--1.0--patch-147
3208      mwolson@gnu.org--2005/muse--main--1.0--patch-148
3209      mwolson@gnu.org--2005/muse--main--1.0--patch-149
3210      mwolson@gnu.org--2005/muse--main--1.0--patch-150
3211      mwolson@gnu.org--2005/muse--main--1.0--patch-151
3212      mwolson@gnu.org--2005/muse--main--1.0--patch-152
3213      mwolson@gnu.org--2005/muse--main--1.0--patch-153
3214      mwolson@gnu.org--2005/muse--main--1.0--patch-154
3215      mwolson@gnu.org--2005/muse--main--1.0--patch-155
3216      mwolson@gnu.org--2005/muse--main--1.0--patch-156
3217      mwolson@gnu.org--2005/muse--main--1.0--patch-157
3218      mwolson@gnu.org--2005/muse--main--1.0--patch-158
3219      mwolson@gnu.org--2005/muse--main--1.0--patch-159
3220      mwolson@gnu.org--2005/muse--main--1.0--patch-160
3221      mwolson@gnu.org--2005/muse--main--1.0--patch-161
3222      mwolson@gnu.org--2005/muse--main--1.0--patch-162
3223      mwolson@gnu.org--2005/muse--main--1.0--patch-163
3224      mwolson@gnu.org--2005/muse--main--1.0--patch-164
3225      mwolson@gnu.org--2005/muse--main--1.0--patch-165
3226      mwolson@gnu.org--2005/muse--main--1.0--patch-166
3227      mwolson@gnu.org--2005/muse--main--1.0--patch-167
3228      mwolson@gnu.org--2005/muse--main--1.0--patch-168
3229      mwolson@gnu.org--2005/muse--main--1.0--patch-169
3230      mwolson@gnu.org--2005/muse--main--1.0--patch-170
3231      mwolson@gnu.org--2005/muse--main--1.0--patch-171
3232      mwolson@gnu.org--2005/muse--main--1.0--patch-172
3233      mwolson@gnu.org--2005/muse--main--1.0--patch-173
3234      mwolson@gnu.org--2005/muse--main--1.0--patch-174
3235      mwolson@gnu.org--2005/muse--main--1.0--patch-175
3236      mwolson@gnu.org--2005/muse--main--1.0--patch-176
3237      mwolson@gnu.org--2005/muse--main--1.0--patch-177
3238      mwolson@gnu.org--2005/muse--main--1.0--patch-178
3239      mwolson@gnu.org--2005/muse--main--1.0--patch-179
3240      mwolson@gnu.org--2005/muse--main--1.0--patch-180
3241      mwolson@gnu.org--2005/muse--main--1.0--patch-181
3242      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3243      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3244      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3245      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3246      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3247      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3248      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3249      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3250      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3251      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3252      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3253      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3254      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3255      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3256      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3257      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3258      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3259      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3260      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3261      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3262      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3263      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3264      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3265      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3266      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3267      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3268      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3269      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3270      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3271      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3272      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3273      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3274      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3275      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3276      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3277      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3278      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3279      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3280      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3281      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3282      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3283      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3284      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3285      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3286      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3287      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3288      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3289      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3290      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3291      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3292      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3293      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3294      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3295      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3296      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3297      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3298      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3299      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3300      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3301      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3302      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3303      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3304      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3305      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3306      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3307      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3308      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3309      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3310      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3311      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3312      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3313      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3314      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3315      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3316      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3317      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3318      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3319      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3320      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3321      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3322      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3323      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3324      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3325      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3326      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3327      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3328      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3329      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3330      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3331      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3332      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3333      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3334      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3335      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3336      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3337      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3338      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3339      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3340      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3341      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3342      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3343      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3344      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3345      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3346      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3347      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3348      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3349      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3350      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3351      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3352      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3353      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3354      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3355      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3356      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3357      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3358      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3359      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3360      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3361      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3362      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3363      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3364      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3365      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3366      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3367      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3368      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3369      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3370      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3371      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3372      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3373      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3374      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3375      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3376      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3377      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3378      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3379      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3380      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3381      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3382      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3383      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3384      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3385      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3386      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3387      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3388      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3389      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3390      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3391      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3392      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3393      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3394      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3395      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3396      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3397      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3398      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3399      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3400      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3401      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3402      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3403      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3404      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3405      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3406      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3407      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3408      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3409      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3410      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3411      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3412      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3413      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3414      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3415      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3416      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3417      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3418      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3419      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3420      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3421      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3422      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3423      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3424      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3425      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3426      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3427      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3428      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3429      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3430      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3431      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3432      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3433      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3434      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3435      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3436      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3437      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3438      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3439      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3440      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3441      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3442      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3443      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3444      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3445      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3446      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3447      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3448      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3449      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3450      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3451      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3452      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3453      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3454      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3455      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3456      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3457      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3458      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3459      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8