Merged from mwolson@gnu.org--2006 (patch 141)
[muse-el.git] / ChangeLog.2006
blob88ecdf4da9f94944bf0e878f5a1e8d34d03fffbf
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0
5 2006-05-28 07:45:09 GMT Michael Olson <mwolson@gnu.org> patch-141
7     Summary:
8       Provide explanation of how to invoke getstamps.py.
9     Revision:
10       muse--main--1.0--patch-141
12     * contrib/pyblosxom/getstamps.py: Strip the Muse file extension when
13       writing the timestamps file.
14     
15     * contrib/pyblosxom/make-blog: New example script that shows how to
16       invoke getstamps.py.
17     
18     * examples/mwolson/stylesheets/common.css: Update.
19     
20     * muse.texi (Blosxom Requirements): Mention the new example script.
21       Additionally, explain how to call getstamps.py.
23     new files:
24      contrib/pyblosxom/.arch-ids/make-blog.id
25      contrib/pyblosxom/make-blog
27     modified files:
28      ChangeLog.2006 contrib/pyblosxom/getstamps.py
29      examples/mwolson/stylesheets/common.css muse.texi
32 2006-05-28 06:40:46 GMT Michael Olson <mwolson@gnu.org> patch-140
34     Summary:
35       muse-blosxom: Perform extra check on category in new entry.
36     Revision:
37       muse--main--1.0--patch-140
39     * lisp/muse-blosxom.el (muse-blosxom-new-entry): Make it impossible to
40       write an invalid categories line, which could cause other mysterious
41       troubles later on.
43     modified files:
44      ChangeLog.2006 lisp/muse-blosxom.el
47 2006-05-28 06:31:11 GMT Michael Olson <mwolson@gnu.org> patch-139
49     Summary:
50       Improve documentation in the included pyblosxom plug-ins.
51     Revision:
52       muse--main--1.0--patch-139
54     * contrib/pyblosxom/getstamps.py, hardcodedates.py: Improve
55       documentation.  The initial wording was very confusing.
57     modified files:
58      ChangeLog.2006 contrib/pyblosxom/getstamps.py
59      contrib/pyblosxom/hardcodedates.py
62 2006-05-27 06:25:32 GMT Michael Olson <mwolson@gnu.org> patch-138
64     Summary:
65       Minor tweak in my example CSS stylesheet.
66     Revision:
67       muse--main--1.0--patch-138
69     * examples/mwolson/stylesheets/common.css: Be careful about
70       distinguishing between links and anchors.
72     modified files:
73      ChangeLog.2006 examples/mwolson/stylesheets/common.css
76 2006-05-26 14:38:01 GMT Michael Olson <mwolson@gnu.org> patch-137
78     Summary:
79       Use better fallback when displaying warnings.
80     Revision:
81       muse--main--1.0--patch-137
83     * lisp/muse.el (muse-display-warning): Use a better fallback if
84       `display-warning' does not exist.
86     modified files:
87      ChangeLog.2006 lisp/muse.el
90 2006-05-25 21:23:55 GMT Michael Olson <mwolson@gnu.org> patch-136
92     Summary:
93       Make the Table of Contents CSS easier to customize.
94     Revision:
95       muse--main--1.0--patch-136
97     * examples/mwolson/muse-init.el (muse-bad-link): Update.
98     
99     * examples/mwolson/stylesheets/*.css: Update and add license.
100     
101     * lisp/muse-html.el (muse-html-insert-contents): Surround contents with
102       <div> section for easier CSS hacking.  Remove the class attribute of
103       other elements, since we don't need it anymore.
105     modified files:
106      ChangeLog.2006 Makefile.defs debian/changelog
107      examples/mwolson/muse-init.el
108      examples/mwolson/stylesheets/blog.css
109      examples/mwolson/stylesheets/common.css
110      examples/mwolson/stylesheets/print.css
111      examples/mwolson/stylesheets/screen.css lisp/muse-html.el
114 2006-05-24 03:30:40 GMT Michael Olson <mwolson@gnu.org> patch-135
116     Summary:
117       Fix a potential unbounded recursive call.
118     Revision:
119       muse--main--1.0--patch-135
121     * lisp/muse-project.el (muse-updating-file-alist-p): New variable that
122       prevents calls to muse-project-file-alist in its hook functions from
123       going into an infinite loop.
124       (muse-project-file-alist): Use it.
125     
126     * lisp/muse-wiki.el (muse-wiki-updating-wikiword-p): Remove.  This is now
127       handled in muse-project.el.
128       (muse-wiki-update-local-wikiword-regexp): Remove the use of
129       muse-wiki-updating-wikiword-p.
131     modified files:
132      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
135 2006-05-23 18:10:49 GMT Michael Olson <mwolson@gnu.org> patch-134
137     Summary:
138       Try not to call tramp during publishing.
139     Revision:
140       muse--main--1.0--patch-134
142     * lisp/muse-publish.el (muse-insert-file-or-string): Do not call
143       file-readable-p on text that has a newline in it, because this could
144       cause tramp to be invoked.
146     modified files:
147      ChangeLog.2006 lisp/muse-publish.el
150 2006-05-23 15:30:02 GMT Michael Olson <mwolson@gnu.org> patch-133
152     Summary:
153       Make links colored blue by default.
154     Revision:
155       muse--main--1.0--patch-133
157     * lisp/muse-colors.el (muse-link): Make links blue by default, like most
158       other Emacs modes do.
160     modified files:
161      ChangeLog.2006 lisp/muse-colors.el
164 2006-05-23 14:24:58 GMT Michael Olson <mwolson@gnu.org> patch-132
166     Summary:
167       Fix publishing error with tables and initial whitespace.
168     Revision:
169       muse--main--1.0--patch-132
171     * lisp/muse-publish.el (muse-publish-markup-regexps): Move table rule
172       above blockquote and centered text, so that indented but blank initial
173       table fields publish correctly.
174     
175     * lisp/muse-regexps.el (muse-table-line-regexp): Make this much simpler.
176       We accept anything that has at least one field delimiter.
178     modified files:
179      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
182 2006-05-18 06:58:58 GMT Michael Olson <mwolson@gnu.org> patch-131
184     Summary:
185       Add muse-protocol-iw.el to experimental folder.
186     Revision:
187       muse--main--1.0--patch-131
189     * experimental/muse-protocol-iw.el: New experimental file that implements
190       an interwiki protocol of sorts that handles subdirectories.
192     new files:
193      experimental/.arch-ids/muse-protocol-iw.el.id
194      experimental/muse-protocol-iw.el
196     modified files:
197      AUTHORS ChangeLog.2006 experimental/muse-split.el
200 2006-05-18 06:43:30 GMT Michael Olson <mwolson@gnu.org> patch-130
202     Summary:
203       Add muse-split.el to experimental folder.
204     Revision:
205       muse--main--1.0--patch-130
207     * experimental/muse-split.el: New experimental file that splits published
208       Muse files into several smaller files.
210     new files:
211      experimental/.arch-ids/muse-split.el.id
212      experimental/muse-split.el
214     modified files:
215      AUTHORS ChangeLog.2006 Makefile.defs debian/changelog
216      debian/control
219 2006-05-18 06:03:49 GMT Michael Olson <mwolson@gnu.org> patch-129
221     Summary:
222       muse-wiki: Make the interwiki resolver a bit more clever.
223     Revision:
224       muse--main--1.0--patch-129
226     * lisp/muse-project.el (muse-project-choose-style): New function that
227       chooses a style from a list of styles, given a user-supplied test.
228     
229     * lisp/muse-wiki.el (muse-wiki-choose-style-by-link-suffix): New function
230       that is used along with `muse-project-choose-style' to pick the first
231       style that matches a given value for :link-prefix.
232       (muse-wiki-resolve-project-page-1): New function split from
233       `muse-wiki-resolve-project-page' for readability.  Try to match files
234       that have the same link-suffix.  This should hopefully fix a bug
235       noticed by Hans Ekbrand.
237     modified files:
238      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
241 2006-05-18 01:24:04 GMT Michael Olson <mwolson@gnu.org> patch-128
243     Summary:
244       Fix bug where links with :: in them were marked up as lists.
245     Revision:
246       muse--main--1.0--patch-128
248     * lisp/muse-html.el, lisp/muse-publish.el, lisp/muse-xml-common.el:
249       Change noemphasis property to muse-link.
250     
251     * lisp/muse.el (muse-forward-list-item): Respect muse-link property.
252     
253     * lisp/muse-publish.el (muse-publish-surround-text)
254       (muse-publish-markup-list): Ditto.  This should fix a bug.
255       (muse-publish-markup-list): Docfix.
256       (muse-publish-mark-link): Rename from `muse-publish-mark-noemphasis'.
257     
258     * lisp/muse-regexps.el (muse-list-item-regexp, muse-dl-term-regexp):
259       There must be either one or more spaces or a single newline after the
260       colons.  This prevents an ambiguity with the double-colon muse-wiki
261       interwiki delimiter.
263     modified files:
264      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
265      lisp/muse-regexps.el lisp/muse-xml-common.el lisp/muse.el
268 2006-05-17 21:27:19 GMT Michael Olson <mwolson@gnu.org> patch-127
270     Summary:
271       DTRT with explicit links that have no description.
272     Revision:
273       muse--main--1.0--patch-127
275     * lisp/muse-publish.el (muse-publish-markup-link): If we are given an
276       explicit link without a description, use the name of the linked page.
278     modified files:
279      ChangeLog.2006 lisp/muse-publish.el
282 2006-05-16 15:53:56 GMT Michael Olson <mwolson@gnu.org> patch-126
284     Summary:
285       Fix emdash in link description bug.
286     Revision:
287       muse--main--1.0--patch-126
289     * lisp/muse-publish.el (muse-publish-markup-emdash): Don't markup emdash
290       if we are in a link, since otherwise it will be incorrectly escaped.
291       Thanks to Chiyuan Zhang for the report.
293     modified files:
294      ChangeLog.2006 Makefile.defs debian/changelog
295      lisp/muse-publish.el
298 2006-05-12 04:16:43 GMT Michael Olson <mwolson@gnu.org> patch-125
300     Summary:
301       Fix #5925: Emphasis on item breaks lists.
302     Revision:
303       muse--main--1.0--patch-125
305     * lisp/muse-blosxom.el ("blosxom-html", "blosxom-xhtml"): Use find-file
306       as the browsing function.
307     
308     * lisp/muse-mode.el (muse-browse-result): Only include styles that match
309       the current file.
310     
311     * lisp/muse.el (muse-list-item-critical-point): Take a new argument named
312       `offset' into account, in case the list-item regexp is nested in
313       another group.
314       (muse-forward-list-item): Call `muse-list-item-critical-point' with an
315       offset of 1.  This should fix an unpleasant list-as-blockquote error
316       that was noticed recently.  Thanks to John Sullivan for the report.
318     modified files:
319      ChangeLog.2006 lisp/muse-blosxom.el lisp/muse-mode.el
320      lisp/muse.el
323 2006-05-09 00:55:02 GMT Michael Olson <mwolson@gnu.org> patch-124
325     Summary:
326       Fix a couple of beginning-of-buffer errors.
327     Revision:
328       muse--main--1.0--patch-124
330     * muse-mode.el (muse-mode-flyspell-p, muse-link-at-point): Make sure we
331       don't throw an error if at the beginning of the buffer.  Thanks to John
332       Sullivan for the report.
334     modified files:
335      ChangeLog.2006 lisp/muse-mode.el
338 2006-05-08 23:42:42 GMT Michael Olson <mwolson@gnu.org> patch-123
340     Summary:
341       muse.texi: Change use of @subsubheading to @subheading.
342     Revision:
343       muse--main--1.0--patch-123
345     * muse.texi: Change use of @subsubheading to @subheading throughout
346       document.
348     modified files:
349      ChangeLog.2006 muse.texi
352 2006-05-08 23:30:58 GMT Michael Olson <mwolson@gnu.org> patch-122
354     Summary:
355       muse.texi: Change subsections to subheadings.
356     Revision:
357       muse--main--1.0--patch-122
359     (Author: John Sullivan <john@wjsullivan.net>)
360     
361     * muse.texi: Change @subsection and @strong to @subheading throughout
362       document.
364     modified files:
365      ChangeLog.2006 Makefile.defs debian/changelog muse.texi
367     new patches:
368      john@wjsullivan.net--2006/muse--johnsu01--0--patch-2
369      john@wjsullivan.net--2006/muse--johnsu01--0--patch-3
370      john@wjsullivan.net--2006/muse--johnsu01--0--patch-4
373 2006-05-08 08:53:03 GMT Michael Olson <mwolson@gnu.org> patch-121
375     Summary:
376       Update keystrokes used in muse-mode, as well as docs.
377     Revision:
378       muse--main--1.0--patch-121
380     * lisp/muse-mode.el (muse-insert-map): New variable that defines the
381       keymap to use when the user wants to insert something into the current
382       buffer using `C-c i'.
383       (muse-mode-map): Sort keys somewhat.  Remove binding of `C-c C-v' to
384       muse-follow-name-at-point, since this is already used for
385       muse-browse-result.  Call `muse-insert-thing' on `C-c i', which will
386       prompt for the thing to insert.
387       (muse-insert-thing): New function that prompts the user for something
388       to insert into the current buffer.  It tries to be as friendly as
389       possible by catching possible errors with the message "Not inserting
390       anything".
391       (muse-mode-completions): Rename from `muse-completions', since this is
392       what we use in `muse-mode'.
393       (muse-mode-current-word): Similarly.  These don't seem to work
394       correctly, for unknown reasons.
395     
396     * muse.texi (Keystroke Summary): Update to include all keystrokes that we
397       utilize.
399     modified files:
400      ChangeLog.2006 lisp/muse-mode.el muse.texi
403 2006-05-08 07:34:41 GMT Michael Olson <mwolson@gnu.org> patch-120
405     Summary:
406       Fix buggy behavior in muse-browse-result.
407     Revision:
408       muse--main--1.0--patch-120
410     * lisp/muse-mode.el (muse-browse-result): Construct a mapping of style
411       names to styles, based on the styles contained in the current Muse
412       project.  Thanks to kid kid for the analysis.
413     
414     * lisp/muse-publish.el (muse-publish-get-style): Permit styles to be
415       specified as an argument.
417     modified files:
418      ChangeLog.2006 lisp/muse-mode.el lisp/muse-publish.el
421 2006-05-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
423     Summary:
424       muse-latex: Make images look better.
425     Revision:
426       muse--main--1.0--patch-119
428     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
429       be 75% the width of the page, which looks better.  Enclose images in
430       figures, and center them.
432     modified files:
433      ChangeLog.2006 lisp/muse-latex.el
436 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
438     Summary:
439       Fix a few image bugs.
440     Revision:
441       muse--main--1.0--patch-118
443     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
444       passing it to `muse-colors-inline-image-method'.  This makes images
445       with the same current directory and publishing directory get resolved
446       correctly.
447     
448     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
449       ".muse" extension to images.
451     modified files:
452      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
455 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
457     Summary:
458       Make build targets more consistent.
459     Revision:
460       muse--main--1.0--patch-117
462     * contrib/Makefile (install): Make build targets more consistent.  Thanks
463       to dsmith for the report.
464     
465     * lisp/Makefile (all, lisp, install): Ditto.
467     modified files:
468      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
469      lisp/Makefile
472 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
474     Summary:
475       cgi.el: Make this work without cl-seq.el.
476     Revision:
477       muse--main--1.0--patch-116
479     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
480       code.  Make this not depend on 'cl at runtime.
481       (cgi-position): New function that implements a simple replacement for
482       the position function found in cl-seq.el.
483       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
484       instead of `subseq'.
485     
486     * contrib/httpd.el: Credit myself.
488     modified files:
489      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
492 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
494     Summary:
495       Make publishing DTRT when using escaped list markup.
496     Revision:
497       muse--main--1.0--patch-115
499     * lisp/muse-publish.el (muse-publish-surround-text)
500       (muse-publish-markup-list): Ignore escaped list markup.
501     
502     * lisp/muse.el (muse-list-item-type): Docfix.
503       (muse-list-item-critical-point): New function that returns the point
504       where we should expect to find the first character in the current list
505       item markup.
506       (muse-forward-paragraph): Docfix and cosmetic change.
507       (muse-forward-list-item): Ignore escaped list markup.  This should fix
508       a few publishing errors that involve markup like =::=.
510     modified files:
511      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
514 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
516     Summary:
517       muse-publish: Get rid of warning when batch publishing.
518     Revision:
519       muse--main--1.0--patch-114
521     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
522       publishing warning message.
524     modified files:
525      ChangeLog.2006 Makefile.defs debian/changelog
526      lisp/muse-publish.el
529 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
531     Summary:
532       Try to fix face clobbering bug.
533     Revision:
534       muse--main--1.0--patch-113
536     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
537       the default value of the header faces.  It can be re-used.
538       (muse-make-faces): Simplify.  This should now fix the face clobbering
539       bug.
541     modified files:
542      ChangeLog.2006 lisp/muse-colors.el
545 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
547     Summary:
548       Re-add some cgi.el stuff and update my example config.
549     Revision:
550       muse--main--1.0--patch-112
552     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
553       they are mentioned in the documentation.
554     
555     * examples/mwolson/: Update.
557     modified files:
558      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
559      examples/mwolson/templates/footer.html
560      examples/mwolson/templates/header.html
563 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
565     Summary:
566       muse-mode: Make C-c C-e work better.
567     Revision:
568       muse--main--1.0--patch-111
570     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
571       that this is more robust.
573     modified files:
574      ChangeLog.2006 lisp/muse-mode.el
577 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
579     Summary:
580       muse-latex: Don't escape backslash in <example> regions.
581     Revision:
582       muse--main--1.0--patch-110
584     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
585       to escape the backslash after all.
586       (muse-latex-markup-specials-literal): Docfix.
587     
588     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
590     modified files:
591      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
594 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
596     Summary:
597       Allow tab characters in the target of explicit links.
598     Revision:
599       muse--main--1.0--patch-109
601     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
602       in the link target.  This doesn't seem like it could hurt anything, and
603       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
604       the report.
606     modified files:
607      ChangeLog.2006 lisp/muse-regexps.el
610 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
612     Summary:
613       muse-wiki: Fix bug that caused WikiWords not to publish or display.
614     Revision:
615       muse--main--1.0--patch-108
617     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
619     modified files:
620      ChangeLog.2006 Makefile.defs debian/changelog
621      lisp/muse-wiki.el
624 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
626     Summary:
627       Fix horrendous typo.
628     Revision:
629       muse--main--1.0--patch-107
631     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
632       strangeness.
634     modified files:
635      ChangeLog.2006 lisp/muse-publish.el
638 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
640     Summary:
641       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
642     Revision:
643       muse--main--1.0--patch-106
645     (Author: Per B. Sederberg <per@med.upenn.edu>)
646     
647     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
648       Option to not create implicit links to the current page.
649       (muse-wiki-handle-wikiword): Process the option to not create implicit
650       links to the current page.
652     modified files:
653      ChangeLog.2006 Makefile.defs debian/changelog
654      lisp/muse-wiki.el
656     new patches:
657      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
660 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
662     Summary:
663       Try to fix failure to recognize Muse file extension (6th attempt).
664     Revision:
665       muse--main--1.0--patch-105
667     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
668       init file is loaded.
669       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
670       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
671     
672     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
673       user's init file is loaded.  Explicitly add the Muse file extension
674       when muse.el is loaded, to make life simpler.
675       (muse-update-file-extension): Take several edge cases into account.
676       (muse-file-extension): Docfix.
677       (muse-update-file-extension-after-init): New function that causes the
678       file extension to be updated.
679     
680     * muse.texi (Projects): It is no longer necessary to call
681       `muse-mode-maybe' manually.
683     modified files:
684      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
687 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
689     Summary:
690       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
691     Revision:
692       muse--main--1.0--patch-104
694     (Author: Per B. Sederberg <per@med.upenn.edu>)
695     
696     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
697       to return a list of project files that have spaces.
698       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
699       spaces function.  Don't make this buffer-local.
701     modified files:
702      ChangeLog.2006 lisp/muse-wiki.el
704     new patches:
705      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
706      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
707      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
708      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
709      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
712 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
714     Summary:
715       Try to fix failure to recognize Muse file extension (5th attempt).
716     Revision:
717       muse--main--1.0--patch-103
719     * lisp/muse.el: To detect whether Emacs has fully started, check
720       `command-line-processed' instead of `inhibit-startup-hooks', since the
721       latter only exists for Emacs22.
723     modified files:
724      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
727 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
729     Summary:
730       muse-html: Add :style-sheet element.
731     Revision:
732       muse--main--1.0--patch-102
734     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
735       :style-sheet element.
736       ("html", "xhtml"): Add the :style-sheet element.
737     
738     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
739       style already exists.  Instead, just replace the existing style.
740       (muse-derive-style): Ditto.
741     
742     * muse.texi (Style Elements): Mention :style-sheet.
744     modified files:
745      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
746      muse.texi
749 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
751     Summary:
752       Try to fix failure to recognize Muse file extension (4th attempt).
753     Revision:
754       muse--main--1.0--patch-101
756     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
757       the command line.
759     modified files:
760      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
763 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
765     Summary:
766       Try to fix failure to recognize Muse file extension (3rd attempt).
767     Revision:
768       muse--main--1.0--patch-100
770     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
772     modified files:
773      ChangeLog.2006 lisp/muse.el
776 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
778     Summary:
779       Try to fix failure to recognize Muse file extension (2nd attempt).
780     Revision:
781       muse--main--1.0--patch-99
783     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
784       auto-mode-alist.
786     modified files:
787      ChangeLog.2006 lisp/muse.el
790 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
792     Summary:
793       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
794     Revision:
795       muse--main--1.0--patch-98
797     (Author: Per B. Sederberg <per@med.upenn.edu>)
798     
799     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
800       interwiki-regexp to search for any project file name.  This is so it
801       will match files with spaces.
803     modified files:
804      ChangeLog.2006 lisp/muse-wiki.el
806     new patches:
807      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
808      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
809      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
810      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
811      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
812      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
813      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
816 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
818     Summary:
819       Try to fix failure to recognize Muse file extension.
820     Revision:
821       muse--main--1.0--patch-97
823     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
824       of semantics.
825     
826     * lisp/muse.el: Call muse-update-file-extension in
827       muse-update-values-hook, instead of
828       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
829       emacs-startup-hook, so that the user has time to set this in their
830       .emacs file.
832     modified files:
833      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
836 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
838     Summary:
839       Make things in contrib directory installable.
840     Revision:
841       muse--main--1.0--patch-96
843     * Makefile (SUBDIRS): Add contrib.
844       (all): Add contrib.
845       (contrib): New target that compiles things in the contrib directory.
846       (install-bin): Add contrib.  Install things in the contrib directory.
847       Also install uncompiled things in the experimental directory.
848     
849     * contrib/Makefile: New Makefile for the contrib directory.
850     
851     * contrib/httpd.el (httpd-start): Fix compiler warnings.
852     
853     * debian/emacsen-install: Compile files in contrib directory in addition
854       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
855     
856     * debian/emacsen-startup: Add contrib directory to load-path.
857     
858     * experimental/Makefile (test): Remove target.
859       (install-uncompiled): New target that installs uncompiled files.
860     
861     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
862       (muse-update-file-extension): Fix a warning that occurred when doing
863       batch publishing.
865     new files:
866      contrib/.arch-ids/Makefile.id contrib/Makefile
868     modified files:
869      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
870      debian/changelog debian/emacsen-install debian/emacsen-startup
871      experimental/Makefile lisp/muse.el muse.texi
874 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
876     Summary:
877       Remove muse-registry.el.
878     Revision:
879       muse--main--1.0--patch-95
881     * lisp/muse-registry.el: Move to the Planner project, since it is a
882       better fit with Planner than Muse.
884     removed files:
885      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
887     modified files:
888      AUTHORS ChangeLog.2006
891 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
893     Summary:
894       Prepare Debian package for Arch snapshot.
895     Revision:
896       muse--main--1.0--patch-94
898     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
899       snapshot.
901     modified files:
902      ChangeLog.2006 Makefile.defs debian/changelog
905 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
907     Summary:
908       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
909     Revision:
910       muse--main--1.0--patch-93
912     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
913       `muse-wiki-hide-nop-tag' into account.
915     modified files:
916      ChangeLog.2006 lisp/muse-wiki.el
919 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
921     Summary:
922       Fix a couple of compiler warnings.
923     Revision:
924       muse--main--1.0--patch-92
926     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
928     modified files:
929      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
932 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
934     Summary:
935       Make interwiki links work with the new option.
936     Revision:
937       muse--main--1.0--patch-91
939     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
940       parameters.  Populate this correctly when
941       `muse-wiki-match-all-project-files' is non-nil.
943     modified files:
944      ChangeLog.2006 lisp/muse-wiki.el
947 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
949     Summary:
950       Permit table generation to be disabled for a single Muse page.
951     Revision:
952       muse--main--1.0--patch-90
954     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
955       data, don't publish the table.
956     
957     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
958     
959     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
960     
961     * lisp/muse-publish.el (muse-publish-table-fields): If the
962       "disable-tables" publishing directive exists for the current page, do
963       not generate a table.
964     
965     * muse.texi (Tables): Mention that table generation can be disabled for a
966       single page.
968     modified files:
969      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
970      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
973 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
975     Summary:
976       muse-wiki: Match filenames before WikiWords.
977     Revision:
978       muse--main--1.0--patch-89
980     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
981       filenames in project before the general WikiWord regexp.
983     modified files:
984      ChangeLog.2006 lisp/muse-wiki.el
987 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
989     Summary:
990       Use a better mechanism for updating autogenerated variables.
991     Revision:
992       muse--main--1.0--patch-88
994     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
995     
996     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
997     
998     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
999       muse-update-values-hook.
1000     
1001     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
1002       muse-update-values-hook.
1003     
1004     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
1005       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
1006       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
1007       error is fixed.
1008       (muse-wiki-update-custom-values): Replace with function that gives a
1009       warning and an explanation.
1010     
1011     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
1012       example so that people who use it won't have a wrong value in
1013       muse-mode-hook.
1015     modified files:
1016      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
1017      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
1018      lisp/muse.el
1021 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
1023     Summary:
1024       muse-wiki: Implement implicit links for all files in project.
1025     Revision:
1026       muse--main--1.0--patch-87
1028     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
1029       don't get errors when trying to use it.
1030     
1031     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
1032       muse-project-file-alist-hook.
1033       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
1034       into a recursive call.
1035       (muse-wiki-update-wikiword-regexp): Call
1036       `muse-wiki-update-local-wikiword-regexp'.
1037     
1038     (Author: Per B. Sederberg <per@med.upenn.edu>)
1039     
1040     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
1041       muse-before-publish-hook and muse-mode-hook so that implicit links are
1042       published properly.
1043       (muse-wiki-wikiword-match-project-files): New option for determining
1044       whether to match all project files as implicit links.  This is off by
1045       default.
1046       (muse-wiki-update-local-wikiword-regexp): New function to make the
1047       wikiword-regexp local and append the files in the current project to
1048       it.
1050     modified files:
1051      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1053     new patches:
1054      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
1055      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
1056      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
1057      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
1058      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
1059      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
1060      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
1061      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
1062      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
1063      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
1064      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
1065      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
1066      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
1067      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
1070 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
1072     Summary:
1073       Update Muse's file-alist after saving any Muse page.
1074     Revision:
1075       muse--main--1.0--patch-86
1077     * lisp/muse-project.el (muse-project-after-save-hook): New function that
1078       causes Muse's file-alist to be updated when we are saving a Muse file.
1079       This is added to after-save-hook.
1081     modified files:
1082      ChangeLog.2006 lisp/muse-project.el
1085 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
1087     Summary:
1088       Add a hook that is called whenever Muse's file-alist is updated.
1089     Revision:
1090       muse--main--1.0--patch-85
1092     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
1093       executed after an update to muse-project-file-alist happens.
1094       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
1096     modified files:
1097      ChangeLog.2006 lisp/muse-project.el
1100 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
1102     Summary:
1103       muse-mode: Recognize definition lists when filling text.
1104     Revision:
1105       muse--main--1.0--patch-84
1107     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
1108       text.
1109     
1111     modified files:
1112      ChangeLog.2006 lisp/muse-mode.el
1115 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
1117     Summary:
1118       Remove unrelated part of patch-82.
1119     Revision:
1120       muse--main--1.0--patch-83
1123     modified files:
1124      ChangeLog.2006 lisp/muse-mode.el
1127 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
1129     Summary:
1130       muse-journal: Fix dates in RSS feeds.
1131     Revision:
1132       muse--main--1.0--patch-82
1134     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
1135       date is in a format that RSS readers can handle.  Thanks to René
1136       Stadler for the patch.
1138     modified files:
1139      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
1142 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
1144     Summary:
1145       debian: Install ChangeLog properly.
1146     Revision:
1147       muse--main--1.0--patch-81
1149     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
1150       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
1151       the breakage report.
1153     modified files:
1154      ChangeLog.2006 debian/rules
1157 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
1159     Summary:
1160       Fix a bug triggered by batch-publishing.
1161     Revision:
1162       muse--main--1.0--patch-80
1164     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
1165       right algorithm turned out to be simpler than I had thought.  Thanks to
1166       Sergei V. Fleytin for reporting breakage with the old method.
1167       (muse-publish-file): Don't be overzealous when checking for an invalid
1168       style -- use a simpler check.
1169       (muse-batch-publish-files): Don't check for invalid styles here, since
1170       we already do so in `muse-publish-file'.
1172     modified files:
1173      ChangeLog.2006 lisp/muse-publish.el
1176 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
1178     Summary:
1179       muse.texi: Move some sections to a new Extending Muse chapter.
1180     Revision:
1181       muse--main--1.0--patch-79
1183     * muse.texi (Extending Muse): New chapter containing nodes that deal with
1184       extending Muse in various ways.
1185       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
1187     modified files:
1188      ChangeLog.2006 muse.texi
1191 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
1193     Summary:
1194       Fix a couple of recently-introduced bugs.
1195     Revision:
1196       muse--main--1.0--patch-78
1198     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
1199       extra hard to preserve our settings for faces, especially after a new
1200       frame or splash screen.
1201     
1202     * lisp/muse.el (muse-copy-face): New function that ensures the face is
1203       copied globally, to the extent the Emacs permits this.
1205     modified files:
1206      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
1209 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
1211     Summary:
1212       Update my example configuration file.
1213     Revision:
1214       muse--main--1.0--patch-77
1217     modified files:
1218      ChangeLog.2006 examples/mwolson/muse-init.el
1221 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
1223     Summary:
1224       Remove cruft from patch logs.
1225     Revision:
1226       muse--main--1.0--patch-76
1229     modified files:
1230      ChangeLog.2006
1231      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
1232      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
1233      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
1234      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
1235      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
1236      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
1237      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
1238      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
1241 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
1243     Summary:
1244       Make faces more robust and namespace-conforming.
1245     Revision:
1246       muse--main--1.0--patch-75
1248     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
1249       face has documentation and a group.
1250       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
1251       "-face" suffix.
1252       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
1253       faces have documentation and a group.  Copy unconditionally from the
1254       related Emacs faces, rather than specifying face attributes.
1255       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
1256       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
1257       face names.
1258     
1259     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
1260       the 'muse-link property rather than looking at the face.
1262     modified files:
1263      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1266 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
1268     Summary:
1269       muse.texi: Mention the <code> tag.
1270     Revision:
1271       muse--main--1.0--patch-74
1273     * muse.texi (Emphasizing Text): Mention the <code> tag.
1275     modified files:
1276      ChangeLog.2006 muse.texi
1279 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
1281     Summary:
1282       Fix bug in verse markup, undesired behavior with emdash.
1283     Revision:
1284       muse--main--1.0--patch-73
1286     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
1287       around emdash.
1288     
1289     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
1290     
1291     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
1292     
1293     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
1294       trailing whitespace to `muse-markup-text', in case the current
1295       publishing wishes to use them.
1296       (muse-publish-markup-verse): Insert newline without adding read-only
1297       properties to it.  This fixes a paragraph detection bug in HTML
1298       publishing.
1300     modified files:
1301      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1302      lisp/muse-publish.el lisp/muse-xml.el
1305 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
1307     Summary:
1308       httpd.el: Update to work with newer versions of Emacs.
1309     Revision:
1310       muse--main--1.0--patch-72
1312     * contrib/httpd.el (httpd-start): Update this to work with newer versions
1313       of Emacs.
1315     modified files:
1316      ChangeLog.2006 contrib/httpd.el
1319 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
1321     Summary:
1322       muse-journal: Make custom RSS heading regexps possible.
1323     Revision:
1324       muse--main--1.0--patch-71
1326     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
1327       determines the regexp to use when searching for an RSS heading.
1328       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
1330     modified files:
1331      ChangeLog.2006 lisp/muse-journal.el
1334 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
1336     Summary:
1337       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
1338     Revision:
1339       muse--main--1.0--patch-70
1341     * lisp/muse-project.el (muse-project-publish): If we cannot find a
1342       project to publish, indicate this in an error message.
1343     
1344     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
1345       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
1346       (muse-detect-invalid-style): New function that makes sure that the
1347       given style is in a valid format.
1348       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
1349       publishing.
1351     modified files:
1352      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
1355 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
1357     Summary:
1358       muse-mode: Don't require muse-publish.el.
1359     Revision:
1360       muse--main--1.0--patch-69
1362     * lisp/muse-mode.el: Use a few autoloads instead of requiring
1363       muse-publish.el.  This allows people to optionally have Muse mode
1364       without including the publishing features, as long as they never call a
1365       publishing function.  The documentation says that Muse is supposed to
1366       be modular in that way, so I guess we'd better follow it.
1367       (muse-insert-tag): Make sure that muse-publish is required before
1368       accessing `muse-publish-markup-tags'.
1370     modified files:
1371      ChangeLog.2006 lisp/muse-mode.el
1374 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
1376     Summary:
1377       Minor code cleanup.
1378     Revision:
1379       muse--main--1.0--patch-68
1381     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
1383     modified files:
1384      ChangeLog.2006 lisp/muse-mode.el
1387 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
1389     Summary:
1390       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
1391     Revision:
1392       muse--main--1.0--patch-67
1394     (Author: Per B. Sederberg <per@med.upenn.edu>)
1395     
1396     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
1397       used for grepping.
1398       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
1399       muse-find-backlinks C-c C-b
1400       (muse-grep): New function to envoke a search with the compiler.
1401       (muse-search-with-command): New function to search for text, optionally
1402       editing the command.
1403       (muse-search): New function to search for text.
1404       (muse-find-backlinks): New function to search for backlinks to the
1405       current page.
1407     modified files:
1408      ChangeLog.2006 lisp/muse-mode.el
1410     new patches:
1411      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
1412      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
1413      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
1414      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
1415      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1416      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1417      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1418      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1419      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1420      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1421      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1422      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1425 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1427     Summary:
1428       Make it easier to call context-specific region-escaping function.
1429     Revision:
1430       muse--main--1.0--patch-66
1432     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1433       returned from specials, call it with beg, end, ignore-read-only args.
1434       This allows for people to specify their own functions for escaping
1435       regions, depending on context.  See `muse-xml-decide-specials' in
1436       muse-xml-common.el.  This functionality already exists for escaping
1437       specials in strings.
1439     modified files:
1440      ChangeLog.2006 lisp/muse-publish.el
1443 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1445     Summary:
1446       Attempt to make new syntaxes easier to support.
1447     Revision:
1448       muse--main--1.0--patch-65
1450     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1451       and `muse-get-link-data'.
1452     
1453     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1454     
1455     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1456       (muse-make-link): Change argument name.
1457     
1458     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1459       (muse-get-link, muse-get-link-desc): New functions that return the link
1460       and the link description, respectively, from the given TARGET.  The
1461       idea is that at least one other markup syntax puts descriptions before
1462       links, so all they would have to do is re-define these two functions.
1464     modified files:
1465      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1466      lisp/muse-mode.el lisp/muse.el
1469 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1471     Summary:
1472       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1473     Revision:
1474       muse--main--1.0--patch-64
1476     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1477     
1478     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1479       `replace-in-string' is checked before `replace-regexp-in-string', since
1480       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1481       Ottaway for the heads up.
1483     modified files:
1484      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1487 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1489     Summary:
1490       muse-latex: Add footnotes to links so that they show up on printed copies.
1491     Revision:
1492       muse--main--1.0--patch-63
1494     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1495       'url-and-desc.  Display footnotes if we have both a link and a
1496       description, since we want URLs to show up on printed documents.
1497       (muse-latex-markup-specials-document): Escape the "@" character in the
1498       entire document.
1499     
1500     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1501       without descriptions and URLs with descriptions.  If no markup string
1502       exists for 'url-and-desc, fall back to 'url.
1504     modified files:
1505      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1508 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1510     Summary:
1511       Fix publishing error with multi-line wrapped list items.
1512     Revision:
1513       muse--main--1.0--patch-62
1515     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1516       multiple lines of a wrapped list item.
1518     modified files:
1519      ChangeLog.2006 lisp/muse-publish.el
1522 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1524     Summary:
1525       Add COPYING file; update headers.
1526     Revision:
1527       muse--main--1.0--patch-61
1529     * COPYING: New file containing the GNU GPL.
1530     
1531     * AUTHORS: Bookkeeping.
1532     
1533     * README: Add License section.  Change Muse homepage URL.
1534     
1535     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1536       have changed 15+ lines of code, since this is the amount that
1537       constitutes legal contribution to a software work, AFAICT.
1538     
1539     * examples/mwolson: Update contents of directory to match my current
1540       setup.
1541     
1542     * experimental/muse*.el, lisp/muse*.el: Update headers.
1543     
1544     * muse.texi: Change Muse homepage URL.
1546     new files:
1547      .arch-ids/COPYING.id COPYING
1549     modified files:
1550      AUTHORS ChangeLog.2006 README debian/copyright
1551      examples/mwolson/muse-init.el
1552      examples/mwolson/stylesheets/blog.css
1553      examples/mwolson/stylesheets/common.css
1554      examples/mwolson/stylesheets/print.css
1555      examples/mwolson/stylesheets/screen.css
1556      experimental/muse-cite.el experimental/muse-mathml.el
1557      experimental/muse-message.el lisp/muse-backlink.el
1558      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1559      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1560      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1561      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1562      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1563      lisp/muse-publish.el lisp/muse-regexps.el
1564      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1565      lisp/muse-xml.el lisp/muse.el muse.texi
1568 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1570     Summary:
1571       Update Muse XML schema.
1572     Revision:
1573       muse--main--1.0--patch-60
1575     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1576       history.  We'll call this v0.3 of the schema.
1577     
1578     * lisp/muse-xml-common.el: Update header.
1579       (muse-xml-markup-table): Fix table generation when attributes are not
1580       specified.
1582     modified files:
1583      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1586 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1588     Summary:
1589       Fix output for consecutive list items of same type.
1590     Revision:
1591       muse--main--1.0--patch-59
1593     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1594       post-indent and indent-found values local to each list item.  This
1595       should fix undesired behavior with consecutive list items of the same
1596       type.
1598     modified files:
1599      ChangeLog.2006 lisp/muse-publish.el
1602 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1604     Summary:
1605       Make C-> and C-< keybindings not indent nested items.
1606     Revision:
1607       muse--main--1.0--patch-58
1609     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1610       nested items.
1611     
1612     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1613       optional, and document this.
1615     modified files:
1616      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1619 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1621     Summary:
1622       Slightly improve flyspell integration.
1623     Revision:
1624       muse--main--1.0--patch-57
1626     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1627       property to determine whether we are at a link.
1629     modified files:
1630      ChangeLog.2006 lisp/muse-mode.el
1633 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1635     Summary:
1636       Make nested definition list items work much better.
1637     Revision:
1638       muse--main--1.0--patch-56
1640     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1641       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1642       move function.
1643       (muse-publish-surround-text): If we are to determine the indentation,
1644       but have found no list items, set indent to the empty string.  If we
1645       are to determine indentation but have found an item, get all leading
1646       whitespace and set indent to it.  Never try to determine post-indent
1647       using the first line.  Try to contain the amount of "damage" a nested
1648       list item can do to wrapped list item text.
1649     
1650     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1651       part so that it is easier to indicate the amount of desired initial
1652       whitespace.
1653     
1654     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1655       entry optional.
1656       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1657       merged into `muse-forward-list-item'.
1658       (muse-forward-list-item-1): New function that determines whether a
1659       nested list item is found.
1660       (muse-forward-list-item): Move hairy nested list detection algorithm
1661       into `muse-forward-list-item-1'.  Be extra careful about terminating
1662       when we go past the boundary.
1664     modified files:
1665      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1666      lisp/muse.el
1669 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1671     Summary:
1672       Add backlink support, thanks to Jim Ottaway.
1673     Revision:
1674       muse--main--1.0--patch-55
1676     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1677       variable that indicates whether Muse is fontifying the current buffer.
1678       (muse-colors-region): Set `muse-colors-fontifying' to t.
1679     
1680     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1681       support.  I've modified it slightly to get rid of the defadvice forms.
1683     new files:
1684      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1686     modified files:
1687      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1690 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1692     Summary:
1693       muse-protocols: Add Wikipedia support.
1694     Revision:
1695       muse--main--1.0--patch-54
1697     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1698       is used to look up terms on the Wikipedia website.
1699       (muse-wikipedia-country): New option that specifies the country code to
1700       use for Wikipedia.
1701       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1702       resolve and browse Wikipedia URLs.
1704     modified files:
1705      ChangeLog.2006 lisp/muse-protocols.el
1708 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1710     Summary:
1711       muse-protocols: Add DOI handling.
1712     Revision:
1713       muse--main--1.0--patch-53
1715     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1716       DOI's (digitial object identifiers) are a standard identifier used in
1717       the publishing industry.  Thanks to Phillip Lord for the patch.
1718       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1719       and browse DOI's.
1721     modified files:
1722      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1725 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1727     Summary:
1728       Refine previous patch.
1729     Revision:
1730       muse--main--1.0--patch-52
1732     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1733       ever use the fallback method.  Save point when using new method.
1735     modified files:
1736      ChangeLog.2006 lisp/muse-mode.el
1739 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1741     Summary:
1742       Make visiting of links a bit faster.
1743     Revision:
1744       muse--main--1.0--patch-51
1746     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1747       property.
1748       (muse-link-properties): If we are highlighting a link, add the
1749       muse-link property.
1750     
1751     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1752       exists at point, use it to bound the link.  Otherwise, use the old
1753       method.  This should make it easier to visit custom implicit link
1754       forms, since it does not require a change to muse-implicit-link-regexp.
1755     
1756     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1757       used when muse-colors.el is loaded.
1759     modified files:
1760      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1761      lisp/muse-regexps.el
1764 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1766     Summary:
1767       Make resolving of inline image paths more flexible.
1768     Revision:
1769       muse--main--1.0--patch-50
1771     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1772       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1773       option.  Make the fallback customization type a function rather than a
1774       symbol.
1775       (muse-colors-use-publishing-directory): New function that takes the
1776       best guess at where the current Muse file will be published and makes
1777       the given link relative to that.
1778       (muse-colors-insert-image): If muse-colors-inline-image-method is
1779       'default-directory, use the default directory.  If it is a function,
1780       call that function with LINK as an argument.  Otherwise, give up.
1782     modified files:
1783      ChangeLog.2006 lisp/muse-colors.el
1786 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1788     Summary:
1789       Fix inline image lockup.
1790     Revision:
1791       muse--main--1.0--patch-49
1793     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1794       patch-47.  This will prevent Muse from locking up after making a new
1795       inline image.
1797     modified files:
1798      ChangeLog.2006 lisp/muse-colors.el
1801 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1803     Summary:
1804       Fix publishing problem with XEmacs.
1805     Revision:
1806       muse--main--1.0--patch-48
1808     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1809       publishing problem when text at beginning of buffer is read-only.
1810       Thanks to Christian Clercin for the report.
1812     modified files:
1813      ChangeLog.2006 lisp/muse-publish.el
1816 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1818     Summary:
1819       Get increase and decrease of list indentation to work with complex cases.
1820     Revision:
1821       muse--main--1.0--patch-47
1823     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1824       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1825       to indicate this interpretation, though parens are different.
1826     
1827     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1828       (muse-alter-list-item-indentation): New function that alters the list
1829       structure at point.  The behavior to use is specified by the OPERATION
1830       argument.  Currently-supported operations are 'increase and 'decrease
1831       indentation level.  This now uses the same sort of list detection
1832       algorithm that is used during publishing, so it should work as expected
1833       for complicated cases.
1834       (muse-increase-list-item-indentation)
1835       (muse-decrease-list-item-indentation): Use
1836       `muse-alter-list-item-indentation'.
1838     modified files:
1839      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1842 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1844     Summary:
1845       Code simplification; improve muse-list-item-type function.
1846     Revision:
1847       muse--main--1.0--patch-46
1849     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1850       'dl-entry, instead of just returning 'dl.
1851       (muse-forward-dl-term, muse-forward-dl-entry): Use
1852       muse-forward-list-item.
1853       (muse-forward-dl-part): Remove, merge functionality into
1854       muse-forward-list-item.
1855       (muse-forward-list-item): Add a few conditions needed for skipping
1856       nested 'dl-term and 'dl-entry items.
1858     modified files:
1859      ChangeLog.2006 lisp/muse.el
1862 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1864     Summary:
1865       Put movement by list and paragraph functions in muse.el.
1866     Revision:
1867       muse--main--1.0--patch-45
1869     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1870       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1871       (muse-forward-list-item): Move here from muse-publish.el, so that
1872       muse-mode can make use of these.
1874     modified files:
1875      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1878 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1880     Summary:
1881       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1882     Revision:
1883       muse--main--1.0--patch-44
1885     (Author: Per B. Sederberg <per@med.upenn.edu>)
1886     
1887     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1888       decrease the current item indentation.
1889       (muse-get-paragraph-start): Helper function to determine the start of
1890       the current paragraph.
1891       (muse-insert-list-item): Cleaned up list item insertion code and made
1892       it handle definitions.
1893       (muse-increase-list-item-indentation): New interactive function to
1894       increase list item indentation.
1895       (muse-decrease-list-item-indentation): New interactive function to
1896       decrease list item indentation.
1898     modified files:
1899      ChangeLog.2006 lisp/muse-mode.el
1901     new patches:
1902      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1903      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1904      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1905      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1906      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1907      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1908      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1909      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1910      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1911      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1914 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1916     Summary:
1917       Use slightly better algorithm for removing initial whitespace.
1918     Revision:
1919       muse--main--1.0--patch-43
1921     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1922       the definition occurred on the same line as the term.
1923       (muse-publish-surround-text): Use a slightly better algorithm for
1924       removing initial indentation of list items.  This way, we preserve
1925       nesting of lists and also deal with same-level items that occur after
1926       nested items.  This probably doesn't make much of a difference in the
1927       output, but it should make support of nested definition lists a bit
1928       less troublesome in some cases.
1929       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1930       regexp.
1931       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1932       data.  Don't remove any text.  This makes the function easier to reuse
1933       in display-only situations.
1935     modified files:
1936      ChangeLog.2006 lisp/muse-publish.el
1939 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1941     Summary:
1942       In a preliminary way, make definition lists nest.
1943     Revision:
1944       muse--main--1.0--patch-42
1946     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1947       lists nest a bit better.
1948     
1949     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1950       use it anymore.
1952     modified files:
1953      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1956 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1958     Summary:
1959       Fix nested list regression.
1960     Revision:
1961       muse--main--1.0--patch-41
1963     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1964       original indentation value and use that.  This fixes a regression
1965       caused by the last patch.
1967     modified files:
1968      ChangeLog.2006 lisp/muse-publish.el
1971 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1973     Summary:
1974       Make code look nicer by using muse-forward-dl-* functions.
1975     Revision:
1976       muse--main--1.0--patch-40
1978     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1979       forms into muse-forward-dl-* for increased reusability.
1980       (muse-publish-surround-text): Call move function with an indent
1981       argument so that we don't have to use partial substitution in lambda
1982       forms.
1983       (muse-forward-dl-term): New function that moves forward to the next
1984       definition list term.
1985       (muse-forward-dl-entry): New function that moves forward to the next
1986       definition list entry.
1987       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1988       does not move past entire definition list items, only parts of them.
1989       (muse-publish-markup-list, muse-publish-markup-quote):
1990       (muse-publish-quote-tag): Use better lambda form, and include a
1991       parameter.
1993     modified files:
1994      ChangeLog.2006 lisp/muse-publish.el
1997 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1999     Summary:
2000       Handle blockquoted sections within lists properly.
2001     Revision:
2002       muse--main--1.0--patch-39
2004     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
2005       property.  This should make blockquoted sections within a list do the
2006       right thing.
2007       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
2008       behavior of `muse-forward-paragraph'.
2010     modified files:
2011      ChangeLog.2006 lisp/muse-publish.el
2014 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
2016     Summary:
2017       Fix problem when previous list item was nested.
2018     Revision:
2019       muse--main--1.0--patch-38
2021     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
2022       indicator at the correct place.  This fixes an error where a previous
2023       list was nested but the current one isn't.  Thanks to Per B. Sederberg
2024       for the report.
2026     modified files:
2027      ChangeLog.2006 lisp/muse-publish.el
2030 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
2032     Summary:
2033       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
2034     Revision:
2035       muse--main--1.0--patch-37
2037     * muse.texi (Implicit Links): Mention how to customize the WikiName
2038       recognition, and note that if you're setting this manually, you have to
2039       call some additional code.  This should fix #5376.  Also remove local
2040       variables section at end, since it seems pointless.
2042     modified files:
2043      ChangeLog.2006 muse.texi
2046 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
2048     Summary:
2049       Fix #5325: nested formatting not working in HTML output.
2050     Revision:
2051       muse--main--1.0--patch-36
2053     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
2054       work.  I'm a bit worried about possible double-escaping, though.
2055       Perhaps we should write the context to a text property and escape it
2056       later.  This should fix #5325.
2058     modified files:
2059      ChangeLog.2006 lisp/muse-publish.el
2062 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
2064     Summary:
2065       Make paragraphs respect the end of a list or list item.
2066     Revision:
2067       muse--main--1.0--patch-35
2069     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
2070       end of a list (or list item), back up.  This allows for a nice side
2071       effect when using indented sentences in between list items.
2072     
2073     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
2074     
2075     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
2076     
2077     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
2078       and end-item are marked up with end-list properties.
2080     modified files:
2081      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2082      lisp/muse-publish.el lisp/muse-xml.el
2085 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
2087     Summary:
2088       Make sure an initial term exists before publishing definition list.
2089     Revision:
2090       muse--main--1.0--patch-34
2092     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
2093       exists before publishing a definition list.
2095     modified files:
2096      ChangeLog.2006 lisp/muse-publish.el
2099 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
2101     Summary:
2102       Add comments to nested list code.
2103     Revision:
2104       muse--main--1.0--patch-33
2106     * lisp/muse-publish.el (muse-publish-surround-dl)
2107       (muse-publish-surround-text, muse-forward-dl-item):
2108       (muse-forward-list-item): Add comments, since there were many
2109       intricacies that are probably not obvious to the casual reader.
2110       (muse-forward-dl-item): Remove no-op condition.
2112     modified files:
2113      ChangeLog.2006 lisp/muse-publish.el
2116 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
2118     Summary:
2119       Make nested list items work when separated by one blank line.
2120     Revision:
2121       muse--main--1.0--patch-32
2123     * lisp/muse-publish.el (muse-publish-surround-dl): Use
2124       muse-forward-dl-item instead of muse-forward-list-item.  On second
2125       thought, don't unconditionally insert a newline, as that breaks some
2126       things.
2127       (muse-forward-dl-item): New function that moves forward to the next
2128       definition list item.  This was factored out from
2129       muse-forward-list-item, since it was getting too complex for my liking.
2130       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
2131       indented line, and skip past these if we have a blank line followed by
2132       an indented line.  "Indented" means "indented one past the current
2133       indentation level" here.  Remove some initial whitespace that was being
2134       overlooked before.
2136     modified files:
2137      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2140 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
2142     Summary:
2143       Fix a couple of bugs in muse-wiki-resolve-project-page.
2144     Revision:
2145       muse--main--1.0--patch-31
2147     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
2148       better algorithm for adding styles to a list.
2149     
2150     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
2151       carefully.  This should fix one or two hard-to-explain bugs.
2153     modified files:
2154      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
2157 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
2159     Summary:
2160       Fix another definition list edge case.
2161     Revision:
2162       muse--main--1.0--patch-30
2164     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
2165       unordered list immediately follows definition list term.
2167     modified files:
2168      ChangeLog.2006 lisp/muse-publish.el
2171 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
2173     Summary:
2174       Pass all current definition list test cases.
2175     Revision:
2176       muse--main--1.0--patch-29
2178     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
2179       line if definition is not on the same line as the term.
2180       (muse-forward-list-item): Fix publishing incorrectness that occurred
2181       when a non-dl list follows a definition list.  Always move to the right
2182       place so as to prevent extra empty dd elements from being published.
2184     modified files:
2185      ChangeLog.2006 lisp/muse-publish.el
2188 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
2190     Summary:
2191       Merge consecutive definition list terms properly.
2192     Revision:
2193       muse--main--1.0--patch-28
2195     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
2196       correctly.  This makes Muse merge several definition list items into
2197       one list.
2198       (muse-forward-list-item): Use simpler regexp for 'dl.
2199     
2200     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
2201       definition lists, and make terms the 2nd matched text.
2203     modified files:
2204      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2207 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
2209     Summary:
2210       Bookkeeping.
2211     Revision:
2212       muse--main--1.0--patch-27
2214     * AUTHORS: Update.
2215     
2216     * muse-colors.el, muse-mode.el: Credit contributions.
2218     modified files:
2219      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2222 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
2224     Summary:
2225       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
2226     Revision:
2227       muse--main--1.0--patch-26
2229     Patches applied:
2230     
2231      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2232        Added ability to show inline images in the Emacs buffer.
2233     
2234      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2235        Added enhanced list item insertion.
2236     
2237     Detailed log:
2238     
2239     (Author: Per B. Sederberg <per@med.upenn.edu>)
2240     
2241     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
2242       list item.  New key mapping to toggle showing images.  Added a key
2243       mapping to insert a link to a file and modified the key map to insert a
2244       tag.
2245       (muse-on-blank-line): Helper function to determine if the point is on a
2246       line containing only blank spaces.
2247       (muse-insert-list-item): New interactive function to insert a new list
2248       item, taking into account the current list state.
2249       (muse-insert-relative-link-to-file): New function to insert a link to a
2250       file, relative to the default directory.
2251     
2252     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
2253       for where to search for images to inline in the buffer.
2254       (muse-colors-inline-images): Added custom boolean field for whether to
2255       show inline images in the buffer.
2256       (muse-colors-toggle-inline-images): New function to toggle showing the
2257       inline images in the buffer.
2258       (muse-unhighlight-region): Now removes end-glyph text properties to
2259       support XEmacs.
2260       (muse-colors-resolve-image-file): New function to determine if a link
2261       is an image and whether the version of Emacs can support inline images.
2262       (muse-make-file-glyph): New function to create an image glyph if we are
2263       using XEmacs.
2264       (muse-colors-insert-image): New function to insert an image in an Emacs
2265       buffer.
2266       (muse-colors-explicit-link): Modified function to have the ability to
2267       insert an image instead of formatting the text of the link.
2269     modified files:
2270      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
2272     new patches:
2273      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
2274      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
2275      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
2276      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
2277      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
2280 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
2282     Summary:
2283       Pass testcase for definition list and nested unordered list.
2284     Revision:
2285       muse--main--1.0--patch-25
2287     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
2288       lists always have at least one entry.  This appears to do the right
2289       thing with a sample nested unordered list.
2291     modified files:
2292      ChangeLog.2006 lisp/muse-publish.el
2295 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
2297     Summary:
2298       Some definition list fixes.
2299     Revision:
2300       muse--main--1.0--patch-24
2302     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
2303       markup for end of list using the `muse-insert-markup-end-list'
2304       function.  Handle list items nested inside of a definition list.
2306     modified files:
2307      ChangeLog.2006 lisp/muse-publish.el
2310 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
2312     Summary:
2313       Fix another wrapped list item edge case.
2314     Revision:
2315       muse--main--1.0--patch-23
2317     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
2318       indentation in a region when we encounter any list items.  This should
2319       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
2320       for the report.
2322     modified files:
2323      ChangeLog.2006 lisp/muse-publish.el
2326 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
2328     Summary:
2329       Fix comment in Debian packaging.
2330     Revision:
2331       muse--main--1.0--patch-22
2333     * debian/emacsen-remove: Fix comment.
2335     modified files:
2336      ChangeLog.2006 debian/emacsen-remove
2339 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
2341     Summary:
2342       muse-blosxom: Fix order of #tags line in header.
2343     Revision:
2344       muse--main--1.0--patch-21
2346     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
2347       rather than before it.  Thanks to bkhl for the heads up.
2349     modified files:
2350      ChangeLog.2006 lisp/muse-blosxom.el
2353 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
2355     Summary:
2356       muse-blosxom: Add ability to use tags in entries.
2357     Revision:
2358       muse--main--1.0--patch-20
2360     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
2361       publish them.
2362       (muse-blosxom-use-tags): New option that specifies whether we are using
2363       tags.
2364       (muse-blosxom-new-entry): If using tags, read tags until the user hits
2365       RET without entering one.
2367     modified files:
2368      ChangeLog.2006 lisp/muse-blosxom.el
2371 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
2373     Summary:
2374       Fix backtrace when publishing unsaved files.
2375     Revision:
2376       muse--main--1.0--patch-19
2378     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
2379       trying to publish a file that has not been saved, and give an
2380       explanation to the user.
2382     modified files:
2383      ChangeLog.2006 lisp/muse-publish.el
2386 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
2388     Summary:
2389       muse-texinfo: Fix link suffix.
2390     Revision:
2391       muse--main--1.0--patch-18
2393     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
2394       styles.  This should fix a bug where links in published info files use
2395       an incorrect extension.  Thanks to Hans Ekbrand for the report!
2397     modified files:
2398      ChangeLog.2006 lisp/muse-texinfo.el
2401 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
2403     Summary:
2404       Fix prompting of non-Muse buffers before publishing.
2405     Revision:
2406       muse--main--1.0--patch-17
2408     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
2409       Stadler to ignore buffers that have no associated filename.  This fixes
2410       an annoyance where Muse prompts to save BBDB and ERC buffers before
2411       publishing.
2413     modified files:
2414      AUTHORS ChangeLog.2006 lisp/muse-project.el
2417 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2419     Summary:
2420       Fix wrapped nested list item edge case.
2421     Revision:
2422       muse--main--1.0--patch-16
2424     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2425       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2426       case.
2427       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2428       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2429     
2430     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2431       exactly one space character in front of a unnumbered or numbered list.
2432       This should make it easier to match every list instance, since
2433       definition lists can now be handled more nicely in
2434       muse-publish-markup-regexps.  This also has the effect of fixing a
2435       wrapped nested list item edge case.
2437     modified files:
2438      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2441 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2443     Summary:
2444       Fix edge case in muse-wiki-publish-pretty-title.
2445     Revision:
2446       muse--main--1.0--patch-15
2448     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2449       the document does not have a valid title, use the empty string.
2451     modified files:
2452      ChangeLog.2006 lisp/muse-wiki.el
2455 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2457     Summary:
2458       Use debian/compat to determine debhelper compat level.
2459     Revision:
2460       muse--main--1.0--patch-14
2462     * debian/compat: New file that sets the debhelper compatibility level to
2463       4.
2464     
2465     * debian/rules: Remove DH_COMPAT line.
2467     new files:
2468      debian/.arch-ids/compat.id debian/compat
2470     modified files:
2471      ChangeLog.2006 debian/rules
2474 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2476     Summary:
2477       Fix a couple of table-publishing edge cases.
2478     Revision:
2479       muse--main--1.0--patch-13
2481     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2482       publishing error that occurs when a table line is the last thing in a
2483       document.  Thanks to cymacs for the report and suggested fix.
2484       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2485       them.
2486     
2487     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2488       at the end of the 'end-table markup string.
2489     
2490     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2491     
2492     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2493     
2494     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2495       newline at the end of the table.  This should fix a problem with
2496       paragraphs after tables not being published as such.  Thanks to cymacs
2497       for the report.
2498     
2499     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2500       muse-insert-markup to insert a trailing newline.
2502     modified files:
2503      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2504      lisp/muse-publish.el lisp/muse-texinfo.el
2505      lisp/muse-xml-common.el lisp/muse-xml.el
2508 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2510     Summary:
2511       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2512     Revision:
2513       muse--main--1.0--patch-12
2516     new files:
2517      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2519     renamed files:
2520      .arch-ids/ChangeLog.id
2521        ==> .arch-ids/ChangeLog.2005.id
2522      ChangeLog
2523        ==> ChangeLog.2005
2526 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2528     Summary:
2529       Make muse-journal work with whole-document escaping.
2530     Revision:
2531       muse--main--1.0--patch-11
2533     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2534       by Emacs Muse" so that muse-journal does not get confused.
2535     
2536     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2537       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2538       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2539       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2540       have "Page published by Emacs Muse (begins|ends) here" in their header
2541       or footer, since muse-journal needs this in order to determine where
2542       entries begin and end.
2544     modified files:
2545      examples/mwolson/templates/footer.html
2546      examples/mwolson/templates/generic-footer.html
2547      examples/mwolson/templates/generic-header.html
2548      examples/mwolson/templates/header.html
2549      examples/mwolson/templates/header.tex lisp/muse-journal.el
2552 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2554     Summary:
2555       Get simple test case for definition lists to work.
2556     Revision:
2557       muse--main--1.0--patch-10
2559     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2560       publish properly.
2561       (muse-forward-list-item): Fix edge case.
2563     modified files:
2564      lisp/muse-publish.el
2567 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2569     Summary:
2570       Add documentation to some publishing functions.
2571     Revision:
2572       muse--main--1.0--patch-9
2574     * lisp/muse-publish.el (muse-publish-mark-read-only)
2575       (muse-publish-mark-noemphasis): Add documentation.
2577     modified files:
2578      lisp/muse-publish.el
2581 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2583     Summary:
2584       Fix an error with `custom-quote'.
2585     Revision:
2586       muse--main--1.0--patch-8
2588     * lisp/muse-project.el: Require 'cus-edit, since that is where
2589       `custom-quote' is defined.
2590     
2591     * muse.texi: Use copyright symbol.
2593     modified files:
2594      lisp/muse-project.el muse.texi
2597 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2599     Summary:
2600       muse-registry: update from author.
2601     Revision:
2602       muse--main--1.0--patch-7
2604     * lisp/muse-registry.el: Update to newest version from author.
2605       Re-tabify.
2607     modified files:
2608      lisp/muse-registry.el
2611 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2613     Summary:
2614       muse-latex: Handle double-quote edge case.
2615     Revision:
2616       muse--main--1.0--patch-6
2618     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2619       character begins the buffer.
2621     modified files:
2622      lisp/muse-latex.el
2625 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2627     Summary:
2628       Allow beginning and ending empty elements in tables.
2629     Revision:
2630       muse--main--1.0--patch-5
2632     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2633       whitespace after the field if we're at the end of a line.
2634       (muse-table-line-regexp): Allow the table to start with a "|".  The
2635       resulting initial empty cell isn't yet thrown away like it should be.
2637     modified files:
2638      lisp/muse-regexps.el
2641 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2643     Summary:
2644       muse-latex: Use \url to publish bare URLs.
2645     Revision:
2646       muse--main--1.0--patch-4
2648     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2649       \href for bare URLs.  Thanks to Na Li for the suggestion!
2651     modified files:
2652      lisp/muse-latex.el
2655 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2657     Summary:
2658       Create parents of output directories.
2659     Revision:
2660       muse--main--1.0--patch-3
2662     * lisp/muse-project.el (muse-project-publish-file): Create parent
2663       directories as well, if the output directory does not exist.  This can
2664       happen when we have nested directories in a project.
2666     modified files:
2667      lisp/muse-project.el
2670 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2672     Summary:
2673       Pick a better default if publishing with more than one style.
2674     Revision:
2675       muse--main--1.0--patch-2
2677     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2678       the list we return is in the right order.  That way, if more than one
2679       publishing rule matches a link, the first one is used, rather than the
2680       last.
2682     modified files:
2683      lisp/muse-project.el
2686 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2688     Summary:
2689       Oops, committed to the wrong archive.
2690     Revision:
2691       muse--main--1.0--patch-1
2693     Patches applied:
2694     
2695      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2696        Debian fixups.
2697     
2698      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2699        Another Debian fix.
2701     modified files:
2702      ChangeLog debian/emacsen-startup
2704     renamed files:
2705      debian/.arch-ids/NEWS.Debian.id
2706        ==> debian/.arch-ids/NEWS.id
2707      debian/NEWS.Debian
2708        ==> debian/NEWS
2710     new patches:
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2715 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2717     Summary:
2718       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2719     Revision:
2720       muse--main--1.0--base-0
2722     (automatically generated log message)
2724     new patches:
2725      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2726      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2727      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2728      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2729      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2730      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2731      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2732      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2733      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2734      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2735      ajk@iu.edu--2005/muse--main--1.0--base-0
2736      ajk@iu.edu--2005/muse--main--1.0--patch-1
2737      ajk@iu.edu--2005/muse--main--1.0--patch-2
2738      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2739      davidsmith@acm.org--main/muse--devo--1.0--base-0
2740      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2741      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2742      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2743      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2744      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2745      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2746      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2747      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2748      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2749      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2750      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2751      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2752      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2753      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2754      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2755      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2756      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2757      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2758      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2759      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2760      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2761      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2762      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2763      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2764      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2765      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2766      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2767      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2768      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2769      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2770      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2771      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2772      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2773      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2774      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2775      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2776      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2777      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2778      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2779      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2780      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2781      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2782      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2783      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2784      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2785      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2786      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2787      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2788      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2789      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2790      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2791      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2792      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2793      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2794      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2795      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2796      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2797      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2798      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2799      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2800      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2801      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2802      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2803      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2804      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2805      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2806      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2807      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2808      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2809      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2810      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2811      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2812      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2813      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2814      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2815      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2816      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2817      mwolson@gnu.org--2005/muse--main--1.0--base-0
2818      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2819      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2820      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2821      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2822      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2823      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2824      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2825      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2826      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2827      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2828      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2829      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2830      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2831      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2832      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2833      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2834      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2835      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2836      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2837      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2838      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2839      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2840      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2841      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2842      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2843      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2844      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2845      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2846      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2847      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2848      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2849      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2850      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2851      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2852      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2853      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2854      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2855      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2856      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2857      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2858      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2859      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2860      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2861      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2862      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2863      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2864      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2865      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2866      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2867      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2868      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2869      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2870      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2871      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2872      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2873      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2874      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2875      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2876      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2877      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2878      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2879      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2880      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2881      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2882      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2883      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2884      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2885      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2886      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2887      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2888      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2889      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2890      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2891      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2892      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2893      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2894      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2895      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2896      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2897      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2898      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2899      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2900      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2901      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2902      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2903      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2904      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2905      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2906      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2907      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2908      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2909      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2910      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2911      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2912      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2913      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2914      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2915      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2916      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2917      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2918      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2919      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2920      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2921      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2922      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2923      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2924      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2925      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2926      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2927      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2928      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2929      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2930      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2931      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2932      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2933      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2934      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2935      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2936      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2937      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2938      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2939      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2940      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2941      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2942      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2943      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2944      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2945      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2946      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2947      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2948      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2949      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2950      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2951      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2952      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2953      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2954      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2955      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2956      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2957      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2958      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2959      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2960      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2961      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2962      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2963      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2964      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2965      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2966      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2967      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2968      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2969      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2970      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2971      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2972      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2973      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2974      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2975      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2976      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2977      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2978      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2979      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2980      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2981      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2982      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2983      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2984      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2985      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2986      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2987      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2988      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2989      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2990      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2991      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2992      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2993      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2994      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2995      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2996      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2997      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2998      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2999      mwolson@gnu.org--2005/muse--main--1.0--patch-182
3000      mwolson@gnu.org--2005/muse--main--1.0--patch-183
3001      mwolson@gnu.org--2005/muse--main--1.0--patch-184
3002      mwolson@gnu.org--2005/muse--main--1.0--patch-185
3003      mwolson@gnu.org--2005/muse--main--1.0--patch-186
3004      mwolson@gnu.org--2005/muse--main--1.0--patch-187
3005      mwolson@gnu.org--2005/muse--main--1.0--patch-188
3006      mwolson@gnu.org--2005/muse--main--1.0--patch-189
3007      mwolson@gnu.org--2005/muse--main--1.0--patch-190
3008      mwolson@gnu.org--2005/muse--main--1.0--patch-191
3009      mwolson@gnu.org--2005/muse--main--1.0--patch-192
3010      mwolson@gnu.org--2005/muse--main--1.0--patch-193
3011      mwolson@gnu.org--2005/muse--main--1.0--patch-194
3012      mwolson@gnu.org--2005/muse--main--1.0--patch-195
3013      mwolson@gnu.org--2005/muse--main--1.0--patch-196
3014      mwolson@gnu.org--2005/muse--main--1.0--patch-197
3015      mwolson@gnu.org--2005/muse--main--1.0--patch-198
3016      mwolson@gnu.org--2005/muse--main--1.0--patch-199
3017      mwolson@gnu.org--2005/muse--main--1.0--patch-200
3018      mwolson@gnu.org--2005/muse--main--1.0--patch-201
3019      mwolson@gnu.org--2005/muse--main--1.0--patch-202
3020      mwolson@gnu.org--2005/muse--main--1.0--patch-203
3021      mwolson@gnu.org--2005/muse--main--1.0--patch-204
3022      mwolson@gnu.org--2005/muse--main--1.0--patch-205
3023      mwolson@gnu.org--2005/muse--main--1.0--patch-206
3024      mwolson@gnu.org--2005/muse--main--1.0--patch-207
3025      mwolson@gnu.org--2005/muse--main--1.0--patch-208
3026      mwolson@gnu.org--2005/muse--main--1.0--patch-209
3027      mwolson@gnu.org--2005/muse--main--1.0--patch-210
3028      mwolson@gnu.org--2005/muse--main--1.0--patch-211
3029      mwolson@gnu.org--2005/muse--main--1.0--patch-212
3030      mwolson@gnu.org--2005/muse--main--1.0--patch-213
3031      mwolson@gnu.org--2005/muse--main--1.0--patch-214
3032      mwolson@gnu.org--2005/muse--main--1.0--patch-215
3033      mwolson@gnu.org--2005/muse--main--1.0--patch-216
3034      mwolson@gnu.org--2005/muse--main--1.0--patch-217
3035      mwolson@gnu.org--2005/muse--main--1.0--patch-218
3036      mwolson@gnu.org--2005/muse--main--1.0--patch-219
3037      mwolson@gnu.org--2005/muse--main--1.0--patch-220
3038      mwolson@gnu.org--2005/muse--main--1.0--patch-221
3039      mwolson@gnu.org--2005/muse--main--1.0--patch-222
3040      mwolson@gnu.org--2005/muse--main--1.0--patch-223
3041      mwolson@gnu.org--2005/muse--main--1.0--patch-224
3042      mwolson@gnu.org--2005/muse--main--1.0--patch-225
3043      mwolson@gnu.org--2005/muse--main--1.0--patch-226
3044      mwolson@gnu.org--2005/muse--main--1.0--patch-227
3045      mwolson@gnu.org--2005/muse--main--1.0--patch-228
3046      mwolson@gnu.org--2005/muse--main--1.0--patch-229
3047      mwolson@gnu.org--2005/muse--main--1.0--patch-230
3048      mwolson@gnu.org--2005/muse--main--1.0--patch-231
3049      mwolson@gnu.org--2005/muse--main--1.0--patch-232
3050      mwolson@gnu.org--2005/muse--main--1.0--patch-233
3051      mwolson@gnu.org--2005/muse--main--1.0--patch-234
3052      mwolson@gnu.org--2005/muse--main--1.0--patch-235
3053      mwolson@gnu.org--2005/muse--main--1.0--patch-236
3054      mwolson@gnu.org--2005/muse--main--1.0--patch-237
3055      mwolson@gnu.org--2005/muse--main--1.0--patch-238
3056      mwolson@gnu.org--2005/muse--main--1.0--patch-239
3057      mwolson@gnu.org--2005/muse--main--1.0--patch-240
3058      mwolson@gnu.org--2005/muse--main--1.0--patch-241
3059      mwolson@gnu.org--2005/muse--main--1.0--patch-242
3060      mwolson@gnu.org--2005/muse--main--1.0--patch-243
3061      mwolson@gnu.org--2005/muse--main--1.0--patch-244
3062      mwolson@gnu.org--2005/muse--main--1.0--patch-245
3063      mwolson@gnu.org--2005/muse--main--1.0--patch-246
3064      mwolson@gnu.org--2005/muse--main--1.0--patch-247
3065      mwolson@gnu.org--2005/muse--main--1.0--patch-248
3066      mwolson@gnu.org--2005/muse--main--1.0--patch-249
3067      mwolson@gnu.org--2005/muse--main--1.0--patch-250
3068      mwolson@gnu.org--2005/muse--main--1.0--patch-251
3069      mwolson@gnu.org--2005/muse--main--1.0--patch-252
3070      mwolson@gnu.org--2005/muse--main--1.0--patch-253
3071      mwolson@gnu.org--2005/muse--main--1.0--patch-254
3072      mwolson@gnu.org--2005/muse--main--1.0--patch-255
3073      mwolson@gnu.org--2005/muse--main--1.0--patch-256
3074      mwolson@gnu.org--2005/muse--main--1.0--patch-257
3075      mwolson@gnu.org--2005/muse--main--1.0--patch-258
3076      mwolson@gnu.org--2005/muse--main--1.0--patch-259
3077      mwolson@gnu.org--2005/muse--main--1.0--patch-260
3078      mwolson@gnu.org--2005/muse--main--1.0--patch-261
3079      mwolson@gnu.org--2005/muse--main--1.0--patch-262
3080      mwolson@gnu.org--2005/muse--main--1.0--patch-263
3081      mwolson@gnu.org--2005/muse--main--1.0--patch-264
3082      mwolson@gnu.org--2005/muse--main--1.0--patch-265
3083      mwolson@gnu.org--2005/muse--main--1.0--patch-266
3084      mwolson@gnu.org--2005/muse--main--1.0--patch-267
3085      mwolson@gnu.org--2005/muse--main--1.0--patch-268
3086      mwolson@gnu.org--2005/muse--main--1.0--patch-269
3087      mwolson@gnu.org--2005/muse--main--1.0--patch-270
3088      mwolson@gnu.org--2005/muse--main--1.0--patch-271
3089      mwolson@gnu.org--2005/muse--main--1.0--patch-272
3090      mwolson@gnu.org--2005/muse--main--1.0--patch-273
3091      mwolson@gnu.org--2005/muse--main--1.0--patch-274
3092      mwolson@gnu.org--2005/muse--main--1.0--patch-275
3093      mwolson@gnu.org--2005/muse--main--1.0--patch-276
3094      mwolson@gnu.org--2005/muse--main--1.0--patch-277
3095      mwolson@gnu.org--2005/muse--main--1.0--patch-278
3096      mwolson@gnu.org--2005/muse--main--1.0--patch-279
3097      mwolson@gnu.org--2005/muse--main--1.0--patch-280
3098      mwolson@gnu.org--2005/muse--main--1.0--patch-281
3099      mwolson@gnu.org--2005/muse--main--1.0--patch-282
3100      mwolson@gnu.org--2005/muse--main--1.0--patch-283
3101      mwolson@gnu.org--2005/muse--main--1.0--patch-284
3102      mwolson@gnu.org--2005/muse--main--1.0--patch-285
3103      mwolson@gnu.org--2005/muse--main--1.0--patch-286
3104      mwolson@gnu.org--2005/muse--main--1.0--patch-287
3105      mwolson@gnu.org--2005/muse--main--1.0--patch-288
3106      mwolson@gnu.org--2005/muse--main--1.0--patch-289
3107      mwolson@gnu.org--2005/muse--main--1.0--patch-290
3108      mwolson@gnu.org--2005/muse--main--1.0--patch-291
3109      mwolson@gnu.org--2005/muse--main--1.0--patch-292
3110      mwolson@gnu.org--2005/muse--main--1.0--patch-293
3111      mwolson@gnu.org--2005/muse--main--1.0--patch-294
3112      mwolson@gnu.org--2005/muse--main--1.0--patch-295
3113      mwolson@gnu.org--2005/muse--main--1.0--patch-296
3114      mwolson@gnu.org--2005/muse--main--1.0--patch-297
3115      mwolson@gnu.org--2005/muse--main--1.0--patch-298
3116      mwolson@gnu.org--2005/muse--main--1.0--patch-299
3117      mwolson@gnu.org--2005/muse--main--1.0--patch-300
3118      mwolson@gnu.org--2005/muse--main--1.0--patch-301
3119      mwolson@gnu.org--2005/muse--main--1.0--patch-302
3120      mwolson@gnu.org--2005/muse--main--1.0--patch-303
3121      mwolson@gnu.org--2005/muse--main--1.0--patch-304
3122      mwolson@gnu.org--2005/muse--main--1.0--patch-305
3123      mwolson@gnu.org--2005/muse--main--1.0--patch-306
3124      mwolson@gnu.org--2005/muse--main--1.0--patch-307
3125      mwolson@gnu.org--2005/muse--main--1.0--patch-308
3126      mwolson@gnu.org--2005/muse--main--1.0--patch-309
3127      mwolson@gnu.org--2005/muse--main--1.0--patch-310
3128      mwolson@gnu.org--2005/muse--main--1.0--patch-311
3129      mwolson@gnu.org--2005/muse--main--1.0--patch-312
3130      mwolson@gnu.org--2005/muse--main--1.0--patch-313
3131      mwolson@gnu.org--2005/muse--main--1.0--patch-314
3132      mwolson@gnu.org--2005/muse--main--1.0--patch-315
3133      mwolson@gnu.org--2005/muse--main--1.0--patch-316
3134      mwolson@gnu.org--2005/muse--main--1.0--patch-317
3135      mwolson@gnu.org--2005/muse--main--1.0--patch-318
3136      mwolson@gnu.org--2005/muse--main--1.0--patch-319
3137      mwolson@gnu.org--2005/muse--main--1.0--patch-320
3138      mwolson@gnu.org--2005/muse--main--1.0--patch-321
3139      mwolson@gnu.org--2005/muse--main--1.0--patch-322
3140      mwolson@gnu.org--2005/muse--main--1.0--patch-323
3141      mwolson@gnu.org--2005/muse--main--1.0--patch-324
3142      mwolson@gnu.org--2005/muse--main--1.0--patch-325
3143      mwolson@gnu.org--2005/muse--main--1.0--patch-326
3144      mwolson@gnu.org--2005/muse--main--1.0--patch-327
3145      mwolson@gnu.org--2005/muse--main--1.0--patch-328
3146      mwolson@gnu.org--2005/muse--main--1.0--patch-329
3147      mwolson@gnu.org--2005/muse--main--1.0--patch-330
3148      mwolson@gnu.org--2005/muse--main--1.0--patch-331
3149      mwolson@gnu.org--2005/muse--main--1.0--patch-332
3150      mwolson@gnu.org--2005/muse--main--1.0--patch-333
3151      mwolson@gnu.org--2005/muse--main--1.0--patch-334
3152      mwolson@gnu.org--2005/muse--main--1.0--patch-335
3153      mwolson@gnu.org--2005/muse--main--1.0--patch-336
3154      mwolson@gnu.org--2005/muse--main--1.0--patch-337
3155      mwolson@gnu.org--2005/muse--main--1.0--patch-338
3156      mwolson@gnu.org--2005/muse--main--1.0--patch-339
3157      mwolson@gnu.org--2005/muse--main--1.0--patch-340
3158      mwolson@gnu.org--2005/muse--main--1.0--patch-341
3159      mwolson@gnu.org--2005/muse--main--1.0--patch-342
3160      mwolson@gnu.org--2005/muse--main--1.0--patch-343
3161      mwolson@gnu.org--2005/muse--main--1.0--patch-344
3162      mwolson@gnu.org--2005/muse--main--1.0--patch-345
3163      mwolson@gnu.org--2005/muse--main--1.0--patch-346
3164      mwolson@gnu.org--2005/muse--main--1.0--patch-347
3165      mwolson@gnu.org--2005/muse--main--1.0--patch-348
3166      mwolson@gnu.org--2005/muse--main--1.0--patch-349
3167      mwolson@gnu.org--2005/muse--main--1.0--patch-350
3168      mwolson@gnu.org--2005/muse--main--1.0--patch-351
3169      mwolson@gnu.org--2005/muse--main--1.0--patch-352
3170      mwolson@gnu.org--2005/muse--main--1.0--patch-353
3171      mwolson@gnu.org--2005/muse--main--1.0--patch-354
3172      mwolson@gnu.org--2005/muse--main--1.0--patch-355
3173      mwolson@gnu.org--2005/muse--rel--3.02--base-0
3174      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
3175      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
3176      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
3177      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
3178      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
3179      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
3180      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
3181      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
3182      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
3183      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
3184      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
3185      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
3186      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
3187      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
3188      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
3189      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
3190      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
3191      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
3192      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
3193      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
3194      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
3195      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
3196      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
3197      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
3198      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
3199      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
3200      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
3201      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
3202      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
3203      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
3204      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
3205      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
3206      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
3207      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
3208      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
3209      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
3210      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
3211      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
3212      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
3213      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
3214      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
3215      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
3216      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8