muse-latex: Make images look better.
[muse-el.git] / ChangeLog.2006
blobc699a713cef46e517d99f5b40857f69cdfbc3a80
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-08 07:29:42 GMT Michael Olson <mwolson@gnu.org> patch-119
7     Summary:
8       muse-latex: Make images look better.
9     Revision:
10       muse--main--1.0--patch-119
12     * lisp/muse-latex.el (muse-latex-markup-strings): Make width of images to
13       be 75% the width of the page, which looks better.  Enclose images in
14       figures, and center them.
16     modified files:
17      ChangeLog.2006 lisp/muse-latex.el
20 2006-04-27 00:31:01 GMT Michael Olson <mwolson@gnu.org> patch-118
22     Summary:
23       Fix a few image bugs.
24     Revision:
25       muse--main--1.0--patch-118
27     * lisp/muse-colors.el (muse-colors-insert-image): Expand file name before
28       passing it to `muse-colors-inline-image-method'.  This makes images
29       with the same current directory and publishing directory get resolved
30       correctly.
31     
32     * lisp/muse-project.el (muse-project-find-file): Don't try to add a
33       ".muse" extension to images.
35     modified files:
36      ChangeLog.2006 lisp/muse-colors.el lisp/muse-project.el
39 2006-04-25 22:28:01 GMT Michael Olson <mwolson@gnu.org> patch-117
41     Summary:
42       Make build targets more consistent.
43     Revision:
44       muse--main--1.0--patch-117
46     * contrib/Makefile (install): Make build targets more consistent.  Thanks
47       to dsmith for the report.
48     
49     * lisp/Makefile (all, lisp, install): Ditto.
51     modified files:
52      ChangeLog.2006 Makefile.defs contrib/Makefile debian/changelog
53      lisp/Makefile
56 2006-04-25 00:31:42 GMT Michael Olson <mwolson@gnu.org> patch-116
58     Summary:
59       cgi.el: Make this work without cl-seq.el.
60     Revision:
61       muse--main--1.0--patch-116
63     * contrib/cgi.el: Fix a compiler warning introduced by sample calendar
64       code.  Make this not depend on 'cl at runtime.
65       (cgi-position): New function that implements a simple replacement for
66       the position function found in cl-seq.el.
67       (cgi-decode): Use `cgi-position' instead of `position' and `substring'
68       instead of `subseq'.
69     
70     * contrib/httpd.el: Credit myself.
72     modified files:
73      ChangeLog.2006 contrib/cgi.el contrib/httpd.el
76 2006-04-25 00:04:10 GMT Michael Olson <mwolson@gnu.org> patch-115
78     Summary:
79       Make publishing DTRT when using escaped list markup.
80     Revision:
81       muse--main--1.0--patch-115
83     * lisp/muse-publish.el (muse-publish-surround-text)
84       (muse-publish-markup-list): Ignore escaped list markup.
85     
86     * lisp/muse.el (muse-list-item-type): Docfix.
87       (muse-list-item-critical-point): New function that returns the point
88       where we should expect to find the first character in the current list
89       item markup.
90       (muse-forward-paragraph): Docfix and cosmetic change.
91       (muse-forward-list-item): Ignore escaped list markup.  This should fix
92       a few publishing errors that involve markup like =::=.
94     modified files:
95      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
98 2006-04-22 03:46:04 GMT Michael Olson <mwolson@gnu.org> patch-114
100     Summary:
101       muse-publish: Get rid of warning when batch publishing.
102     Revision:
103       muse--main--1.0--patch-114
105     * lisp/muse-publish.el (muse-batch-publish-files): Get rid of a batch
106       publishing warning message.
108     modified files:
109      ChangeLog.2006 Makefile.defs debian/changelog
110      lisp/muse-publish.el
113 2006-04-22 03:35:12 GMT Michael Olson <mwolson@gnu.org> patch-113
115     Summary:
116       Try to fix face clobbering bug.
117     Revision:
118       muse--main--1.0--patch-113
120     * lisp/muse-colors.el (muse-make-faces-default): New function that sets
121       the default value of the header faces.  It can be re-used.
122       (muse-make-faces): Simplify.  This should now fix the face clobbering
123       bug.
125     modified files:
126      ChangeLog.2006 lisp/muse-colors.el
129 2006-04-21 19:31:23 GMT Michael Olson <mwolson@gnu.org> patch-112
131     Summary:
132       Re-add some cgi.el stuff and update my example config.
133     Revision:
134       muse--main--1.0--patch-112
136     * contrib/cgi.el (cgi-calendar-string, cgi-calendar): Re-add these, since
137       they are mentioned in the documentation.
138     
139     * examples/mwolson/: Update.
141     modified files:
142      ChangeLog.2006 contrib/cgi.el examples/mwolson/muse-init.el
143      examples/mwolson/templates/footer.html
144      examples/mwolson/templates/header.html
147 2006-04-21 15:23:13 GMT Michael Olson <mwolson@gnu.org> patch-111
149     Summary:
150       muse-mode: Make C-c C-e work better.
151     Revision:
152       muse--main--1.0--patch-111
154     * lisp/muse-mode.el (muse-edit-link-at-point): Save link data earlier so
155       that this is more robust.
157     modified files:
158      ChangeLog.2006 lisp/muse-mode.el
161 2006-04-18 21:09:37 GMT Michael Olson <mwolson@gnu.org> patch-110
163     Summary:
164       muse-latex: Don't escape backslash in <example> regions.
165     Revision:
166       muse--main--1.0--patch-110
168     * lisp/muse-latex.el (muse-latex-markup-specials-example): We don't need
169       to escape the backslash after all.
170       (muse-latex-markup-specials-literal): Docfix.
171     
172     * lisp/muse-publish.el (muse-publish-escape-specials): Docfix.
174     modified files:
175      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
178 2006-04-18 01:55:21 GMT Michael Olson <mwolson@gnu.org> patch-109
180     Summary:
181       Allow tab characters in the target of explicit links.
182     Revision:
183       muse--main--1.0--patch-109
185     * lisp/muse-regexps.el (muse-explicit-link-regexp): Allow tab characters
186       in the link target.  This doesn't seem like it could hurt anything, and
187       prevents unexpected behavior.  Thanks to rubikitch AT ruby-lang.org for
188       the report.
190     modified files:
191      ChangeLog.2006 lisp/muse-regexps.el
194 2006-04-14 18:56:30 GMT Michael Olson <mwolson@gnu.org> patch-108
196     Summary:
197       muse-wiki: Fix bug that caused WikiWords not to publish or display.
198     Revision:
199       muse--main--1.0--patch-108
201     * lisp/muse-wiki.el (muse-wiki-handle-wikiword): Logic fix.
203     modified files:
204      ChangeLog.2006 Makefile.defs debian/changelog
205      lisp/muse-wiki.el
208 2006-04-11 03:49:41 GMT Michael Olson <mwolson@gnu.org> patch-107
210     Summary:
211       Fix horrendous typo.
212     Revision:
213       muse--main--1.0--patch-107
215     * muse-publish.el (muse-define-style): Fix typo which caused all kinds of
216       strangeness.
218     modified files:
219      ChangeLog.2006 lisp/muse-publish.el
222 2006-04-10 03:13:41 GMT Michael Olson <mwolson@gnu.org> patch-106
224     Summary:
225       Merged from mwolson@gnu.org--2006-muse-el (patch 53)
226     Revision:
227       muse--main--1.0--patch-106
229     (Author: Per B. Sederberg <per@med.upenn.edu>)
230     
231     * lisp/muse-wiki.el (muse-wiki-ignore-implicit-links-to-current-page):
232       Option to not create implicit links to the current page.
233       (muse-wiki-handle-wikiword): Process the option to not create implicit
234       links to the current page.
236     modified files:
237      ChangeLog.2006 Makefile.defs debian/changelog
238      lisp/muse-wiki.el
240     new patches:
241      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-53
244 2006-04-10 03:03:28 GMT Michael Olson <mwolson@gnu.org> patch-105
246     Summary:
247       Try to fix failure to recognize Muse file extension (6th attempt).
248     Revision:
249       muse--main--1.0--patch-105
251     * lisp/muse-mode.el: Call `muse-mode-maybe-after-init' after the user's
252       init file is loaded.
253       (muse-mode-maybe-after-init): New function that causes muse-mode-maybe
254       to be added to find-file-hooks when muse-mode-auto-p is non-nil.
255     
256     * lisp/muse.el: Call `muse-update-file-extension-after-init after the
257       user's init file is loaded.  Explicitly add the Muse file extension
258       when muse.el is loaded, to make life simpler.
259       (muse-update-file-extension): Take several edge cases into account.
260       (muse-file-extension): Docfix.
261       (muse-update-file-extension-after-init): New function that causes the
262       file extension to be updated.
263     
264     * muse.texi (Projects): It is no longer necessary to call
265       `muse-mode-maybe' manually.
267     modified files:
268      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el muse.texi
271 2006-04-10 00:08:01 GMT Michael Olson <mwolson@gnu.org> patch-104
273     Summary:
274       Merged from mwolson@gnu.org--2006-muse-el (patch 48-52)
275     Revision:
276       muse--main--1.0--patch-104
278     (Author: Per B. Sederberg <per@med.upenn.edu>)
279     
280     * lisp/muse-wiki.el (muse-wiki-project-files-with-spaces): New function
281       to return a list of project files that have spaces.
282       (muse-wiki-update-interwiki-regexp): Make use of new project-files with
283       spaces function.  Don't make this buffer-local.
285     modified files:
286      ChangeLog.2006 lisp/muse-wiki.el
288     new patches:
289      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-48
290      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-49
291      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-50
292      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-51
293      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-52
296 2006-04-09 23:54:07 GMT Michael Olson <mwolson@gnu.org> patch-103
298     Summary:
299       Try to fix failure to recognize Muse file extension (5th attempt).
300     Revision:
301       muse--main--1.0--patch-103
303     * lisp/muse.el: To detect whether Emacs has fully started, check
304       `command-line-processed' instead of `inhibit-startup-hooks', since the
305       latter only exists for Emacs22.
307     modified files:
308      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
311 2006-04-09 23:48:06 GMT Michael Olson <mwolson@gnu.org> patch-102
313     Summary:
314       muse-html: Add :style-sheet element.
315     Revision:
316       muse--main--1.0--patch-102
318     * lisp/muse-html.el (muse-html-header, muse-xhtml-header): Use the
319       :style-sheet element.
320       ("html", "xhtml"): Add the :style-sheet element.
321     
322     * lisp/muse-publish.el (muse-define-style): Don't give an error when a
323       style already exists.  Instead, just replace the existing style.
324       (muse-derive-style): Ditto.
325     
326     * muse.texi (Style Elements): Mention :style-sheet.
328     modified files:
329      ChangeLog.2006 lisp/muse-html.el lisp/muse-publish.el
330      muse.texi
333 2006-04-09 02:23:47 GMT Michael Olson <mwolson@gnu.org> patch-101
335     Summary:
336       Try to fix failure to recognize Muse file extension (4th attempt).
337     Revision:
338       muse--main--1.0--patch-101
340     * lisp/muse.el: Enter Muse mode correctly on files that are specified by
341       the command line.
343     modified files:
344      ChangeLog.2006 Makefile.defs debian/changelog lisp/muse.el
347 2006-04-09 01:53:19 GMT Michael Olson <mwolson@gnu.org> patch-100
349     Summary:
350       Try to fix failure to recognize Muse file extension (3rd attempt).
351     Revision:
352       muse--main--1.0--patch-100
354     * lisp/muse.el (muse-update-values-hook): Fix a sequencep error.
356     modified files:
357      ChangeLog.2006 lisp/muse.el
360 2006-04-09 01:36:50 GMT Michael Olson <mwolson@gnu.org> patch-99
362     Summary:
363       Try to fix failure to recognize Muse file extension (2nd attempt).
364     Revision:
365       muse--main--1.0--patch-99
367     * lisp/muse.el: Try to fix failure to put muse-mode-choose-mode in
368       auto-mode-alist.
370     modified files:
371      ChangeLog.2006 lisp/muse.el
374 2006-04-08 17:08:39 GMT Michael Olson <mwolson@gnu.org> patch-98
376     Summary:
377       Merged from mwolson@gnu.org--2006-muse-el (patch 41-47)
378     Revision:
379       muse--main--1.0--patch-98
381     (Author: Per B. Sederberg <per@med.upenn.edu>)
382     
383     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Modify
384       interwiki-regexp to search for any project file name.  This is so it
385       will match files with spaces.
387     modified files:
388      ChangeLog.2006 lisp/muse-wiki.el
390     new patches:
391      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-41
392      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-42
393      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-43
394      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-44
395      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-45
396      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-46
397      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-47
400 2006-04-08 16:32:00 GMT Michael Olson <mwolson@gnu.org> patch-97
402     Summary:
403       Try to fix failure to recognize Muse file extension.
404     Revision:
405       muse--main--1.0--patch-97
407     * lisp/muse-colors.el: Use add-hook instead of add-to-list, for the sake
408       of semantics.
409     
410     * lisp/muse.el: Call muse-update-file-extension in
411       muse-update-values-hook, instead of
412       muse-ignored-file-extensions-regexp.  Add muse-update-file-extension to
413       emacs-startup-hook, so that the user has time to set this in their
414       .emacs file.
416     modified files:
417      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
420 2006-04-08 02:46:41 GMT Michael Olson <mwolson@gnu.org> patch-96
422     Summary:
423       Make things in contrib directory installable.
424     Revision:
425       muse--main--1.0--patch-96
427     * Makefile (SUBDIRS): Add contrib.
428       (all): Add contrib.
429       (contrib): New target that compiles things in the contrib directory.
430       (install-bin): Add contrib.  Install things in the contrib directory.
431       Also install uncompiled things in the experimental directory.
432     
433     * contrib/Makefile: New Makefile for the contrib directory.
434     
435     * contrib/httpd.el (httpd-start): Fix compiler warnings.
436     
437     * debian/emacsen-install: Compile files in contrib directory in addition
438       to the normal fare.  Thanks to Junichi Uekawa for the suggestion.
439     
440     * debian/emacsen-startup: Add contrib directory to load-path.
441     
442     * experimental/Makefile (test): Remove target.
443       (install-uncompiled): New target that installs uncompiled files.
444     
445     * lisp/muse.el: Set version to 3.02.90 (3.03 RC1).
446       (muse-update-file-extension): Fix a warning that occurred when doing
447       batch publishing.
449     new files:
450      contrib/.arch-ids/Makefile.id contrib/Makefile
452     modified files:
453      ChangeLog.2006 Makefile Makefile.defs contrib/httpd.el
454      debian/changelog debian/emacsen-install debian/emacsen-startup
455      experimental/Makefile lisp/muse.el muse.texi
458 2006-04-08 01:33:27 GMT Michael Olson <mwolson@gnu.org> patch-95
460     Summary:
461       Remove muse-registry.el.
462     Revision:
463       muse--main--1.0--patch-95
465     * lisp/muse-registry.el: Move to the Planner project, since it is a
466       better fit with Planner than Muse.
468     removed files:
469      lisp/.arch-ids/muse-registry.el.id lisp/muse-registry.el
471     modified files:
472      AUTHORS ChangeLog.2006
475 2006-04-08 01:23:24 GMT Michael Olson <mwolson@gnu.org> patch-94
477     Summary:
478       Prepare Debian package for Arch snapshot.
479     Revision:
480       muse--main--1.0--patch-94
482     * Makefile.defs, debian/changelog: Prepare for Debian package of Arch
483       snapshot.
485     modified files:
486      ChangeLog.2006 Makefile.defs debian/changelog
489 2006-04-05 18:56:26 GMT Michael Olson <mwolson@gnu.org> patch-93
491     Summary:
492       muse-wiki: Honor setting for muse-wiki-hide-nop-tag.
493     Revision:
494       muse--main--1.0--patch-93
496     * lisp/muse-wiki.el (muse-wiki-colors-nop-tag): Take the value of
497       `muse-wiki-hide-nop-tag' into account.
499     modified files:
500      ChangeLog.2006 lisp/muse-wiki.el
503 2006-04-05 18:47:54 GMT Michael Olson <mwolson@gnu.org> patch-92
505     Summary:
506       Fix a couple of compiler warnings.
507     Revision:
508       muse--main--1.0--patch-92
510     * muse-publish.el, muse-wiki.el: Fix a couple of compiler warnings.
512     modified files:
513      ChangeLog.2006 lisp/muse-publish.el lisp/muse-wiki.el
516 2006-04-05 18:45:01 GMT Michael Olson <mwolson@gnu.org> patch-91
518     Summary:
519       Make interwiki links work with the new option.
520     Revision:
521       muse--main--1.0--patch-91
523     * lisp/muse-wiki.el (muse-wiki-update-interwiki-regexp): Take no
524       parameters.  Populate this correctly when
525       `muse-wiki-match-all-project-files' is non-nil.
527     modified files:
528      ChangeLog.2006 lisp/muse-wiki.el
531 2006-04-05 16:37:13 GMT Michael Olson <mwolson@gnu.org> patch-90
533     Summary:
534       Permit table generation to be disabled for a single Muse page.
535     Revision:
536       muse--main--1.0--patch-90
538     * lisp/muse-latex.el (muse-latex-markup-table): If we don't get any table
539       data, don't publish the table.
540     
541     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Ditto.
542     
543     * lisp/muse-xml-common.el (muse-xml-markup-table): Ditto.
544     
545     * lisp/muse-publish.el (muse-publish-table-fields): If the
546       "disable-tables" publishing directive exists for the current page, do
547       not generate a table.
548     
549     * muse.texi (Tables): Mention that table generation can be disabled for a
550       single page.
552     modified files:
553      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
554      lisp/muse-texinfo.el lisp/muse-xml-common.el muse.texi
557 2006-04-05 15:56:11 GMT Michael Olson <mwolson@gnu.org> patch-89
559     Summary:
560       muse-wiki: Match filenames before WikiWords.
561     Revision:
562       muse--main--1.0--patch-89
564     * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp): Match
565       filenames in project before the general WikiWord regexp.
567     modified files:
568      ChangeLog.2006 lisp/muse-wiki.el
571 2006-04-05 15:45:07 GMT Michael Olson <mwolson@gnu.org> patch-88
573     Summary:
574       Use a better mechanism for updating autogenerated variables.
575     Revision:
576       muse--main--1.0--patch-88
578     * lisp/muse-mode.el (muse-mode-hook): Remove ugly kludge.
579     
580     * lisp/muse-mode.el (muse-mode): Call muse-update-values-hook.
581     
582     * lisp/muse-protocols.el: Add `muse-update-url-regexp' to
583       muse-update-values-hook.
584     
585     * lisp/muse-publish.el (muse-publish-markup-buffer): Call
586       muse-update-values-hook.
587     
588     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' and
589       `muse-wiki-update-interwiki-regexp' to muse-update-values-hook.
590       (muse-wiki-update-local-wikiword-regexp): Quote an argument so that an
591       error is fixed.
592       (muse-wiki-update-custom-values): Replace with function that gives a
593       warning and an explanation.
594     
595     * examples/mwolson/muse-init.el (muse-blosxom-base-directory): Update my
596       example so that people who use it won't have a wrong value in
597       muse-mode-hook.
599     modified files:
600      ChangeLog.2006 examples/mwolson/muse-init.el lisp/muse-mode.el
601      lisp/muse-protocols.el lisp/muse-publish.el lisp/muse-wiki.el
602      lisp/muse.el
605 2006-04-05 15:00:33 GMT Michael Olson <mwolson@gnu.org> patch-87
607     Summary:
608       muse-wiki: Implement implicit links for all files in project.
609     Revision:
610       muse--main--1.0--patch-87
612     * lisp/muse-project.el (muse-project-file-alist): Quote hook, so that we
613       don't get errors when trying to use it.
614     
615     * lisp/muse-wiki.el: Add `muse-wiki-update-local-wikiword-regexp' to
616       muse-project-file-alist-hook.
617       (muse-wiki-update-local-wikiword-regexp): Make sure that we can't get
618       into a recursive call.
619       (muse-wiki-update-wikiword-regexp): Call
620       `muse-wiki-update-local-wikiword-regexp'.
621     
622     (Author: Per B. Sederberg <per@med.upenn.edu>)
623     
624     * lisp/muse-wiki.el:: Add muse-wiki-update-local-wikiword-regexp to
625       muse-before-publish-hook and muse-mode-hook so that implicit links are
626       published properly.
627       (muse-wiki-wikiword-match-project-files): New option for determining
628       whether to match all project files as implicit links.  This is off by
629       default.
630       (muse-wiki-update-local-wikiword-regexp): New function to make the
631       wikiword-regexp local and append the files in the current project to
632       it.
634     modified files:
635      AUTHORS ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
637     new patches:
638      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-27
639      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-28
640      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-29
641      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-30
642      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-31
643      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-32
644      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-33
645      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-34
646      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-35
647      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-36
648      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-37
649      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-38
650      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-39
651      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-40
654 2006-04-04 22:49:46 GMT Michael Olson <mwolson@gnu.org> patch-86
656     Summary:
657       Update Muse's file-alist after saving any Muse page.
658     Revision:
659       muse--main--1.0--patch-86
661     * lisp/muse-project.el (muse-project-after-save-hook): New function that
662       causes Muse's file-alist to be updated when we are saving a Muse file.
663       This is added to after-save-hook.
665     modified files:
666      ChangeLog.2006 lisp/muse-project.el
669 2006-04-04 22:39:57 GMT Michael Olson <mwolson@gnu.org> patch-85
671     Summary:
672       Add a hook that is called whenever Muse's file-alist is updated.
673     Revision:
674       muse--main--1.0--patch-85
676     * lisp/muse-project.el (muse-project-file-alist-hook): New hook that is
677       executed after an update to muse-project-file-alist happens.
678       (muse-project-file-alist): Call `muse-project-file-alist-hook'.
680     modified files:
681      ChangeLog.2006 lisp/muse-project.el
684 2006-04-04 22:23:40 GMT Michael Olson <mwolson@gnu.org> patch-84
686     Summary:
687       muse-mode: Recognize definition lists when filling text.
688     Revision:
689       muse--main--1.0--patch-84
691     * lisp/muse-mode.el (muse-mode): Recognize definition lists when filling
692       text.
693     
695     modified files:
696      ChangeLog.2006 lisp/muse-mode.el
699 2006-04-04 22:22:19 GMT Michael Olson <mwolson@gnu.org> patch-83
701     Summary:
702       Remove unrelated part of patch-82.
703     Revision:
704       muse--main--1.0--patch-83
707     modified files:
708      ChangeLog.2006 lisp/muse-mode.el
711 2006-04-04 22:11:16 GMT Michael Olson <mwolson@gnu.org> patch-82
713     Summary:
714       muse-journal: Fix dates in RSS feeds.
715     Revision:
716       muse--main--1.0--patch-82
718     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Make sure that
719       date is in a format that RSS readers can handle.  Thanks to René
720       Stadler for the patch.
722     modified files:
723      AUTHORS ChangeLog.2006 lisp/muse-journal.el lisp/muse-mode.el
726 2006-04-01 15:32:26 GMT Michael Olson <mwolson@gnu.org> patch-81
728     Summary:
729       debian: Install ChangeLog properly.
730     Revision:
731       muse--main--1.0--patch-81
733     * debian/rules: Create ChangeLog using ChangeLog.2006 as a base, and then
734       appending the logs for previous years.  Thanks to Sergei V. Fleytin for
735       the breakage report.
737     modified files:
738      ChangeLog.2006 debian/rules
741 2006-04-01 04:20:45 GMT Michael Olson <mwolson@gnu.org> patch-80
743     Summary:
744       Fix a bug triggered by batch-publishing.
745     Revision:
746       muse--main--1.0--patch-80
748     * lisp/muse-publish.el (muse-detect-invalid-style): Remove, since the
749       right algorithm turned out to be simpler than I had thought.  Thanks to
750       Sergei V. Fleytin for reporting breakage with the old method.
751       (muse-publish-file): Don't be overzealous when checking for an invalid
752       style -- use a simpler check.
753       (muse-batch-publish-files): Don't check for invalid styles here, since
754       we already do so in `muse-publish-file'.
756     modified files:
757      ChangeLog.2006 lisp/muse-publish.el
760 2006-03-31 04:27:54 GMT Michael Olson <mwolson@gnu.org> patch-79
762     Summary:
763       muse.texi: Move some sections to a new Extending Muse chapter.
764     Revision:
765       muse--main--1.0--patch-79
767     * muse.texi (Extending Muse): New chapter containing nodes that deal with
768       extending Muse in various ways.
769       (Common Elements, Deriving Styles): Move to Extending Muse chapter.
771     modified files:
772      ChangeLog.2006 muse.texi
775 2006-03-26 22:38:01 GMT Michael Olson <mwolson@gnu.org> patch-78
777     Summary:
778       Fix a couple of recently-introduced bugs.
779     Revision:
780       muse--main--1.0--patch-78
782     * lisp/muse-colors.el: Fix errors introduced in a recent patch.  Try
783       extra hard to preserve our settings for faces, especially after a new
784       frame or splash screen.
785     
786     * lisp/muse.el (muse-copy-face): New function that ensures the face is
787       copied globally, to the extent the Emacs permits this.
789     modified files:
790      ChangeLog.2006 lisp/muse-colors.el lisp/muse.el
793 2006-03-26 20:02:11 GMT Michael Olson <mwolson@gnu.org> patch-77
795     Summary:
796       Update my example configuration file.
797     Revision:
798       muse--main--1.0--patch-77
801     modified files:
802      ChangeLog.2006 examples/mwolson/muse-init.el
805 2006-03-26 19:54:43 GMT Michael Olson <mwolson@gnu.org> patch-76
807     Summary:
808       Remove cruft from patch logs.
809     Revision:
810       muse--main--1.0--patch-76
813     modified files:
814      ChangeLog.2006
815      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-14
816      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-25
817      {arch}/muse-el/muse-el--devel/muse-el--devel--0/mwolson@gnu.org--2006-muse-el/patch-log/patch-3
818      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-19
819      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-46
820      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-58
821      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-60
822      {arch}/muse/muse--main/muse--main--1.0/mwolson@gnu.org--2006/patch-log/patch-74
825 2006-03-26 18:38:31 GMT Michael Olson <mwolson@gnu.org> patch-75
827     Summary:
828       Make faces more robust and namespace-conforming.
829     Revision:
830       muse--main--1.0--patch-75
832     * lisp/muse-colors.el (muse-make-faces): Make sure that each generated
833       face has documentation and a group.
834       (muse-link, muse-bad-link, muse-verbatim): Renamed faces to drop the
835       "-face" suffix.
836       (muse-emphasis-1, muse-emphasis-2, muse-emphasis-3): Make sure that the
837       faces have documentation and a group.  Copy unconditionally from the
838       related Emacs faces, rather than specifying face attributes.
839       (muse-colors-verbatim, muse-colors-example-tag, muse-link-face):
840       (muse-colors-explicit-link, muse-colors-implicit-link): Use the new
841       face names.
842     
843     * lisp/muse-mode.el (muse-next-reference, muse-previous-reference): Use
844       the 'muse-link property rather than looking at the face.
846     modified files:
847      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
850 2006-03-26 18:33:12 GMT Michael Olson <mwolson@gnu.org> patch-74
852     Summary:
853       muse.texi: Mention the <code> tag.
854     Revision:
855       muse--main--1.0--patch-74
857     * muse.texi (Emphasizing Text): Mention the <code> tag.
859     modified files:
860      ChangeLog.2006 muse.texi
863 2006-03-26 06:35:49 GMT Michael Olson <mwolson@gnu.org> patch-73
865     Summary:
866       Fix bug in verse markup, undesired behavior with emdash.
867     Revision:
868       muse--main--1.0--patch-73
870     * lisp/muse-docbook.el (muse-docbook-markup-strings): Preserve whitespace
871       around emdash.
872     
873     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
874     
875     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
876     
877     * lisp/muse-publish.el (muse-publish-markup-emdash): Pass preceding and
878       trailing whitespace to `muse-markup-text', in case the current
879       publishing wishes to use them.
880       (muse-publish-markup-verse): Insert newline without adding read-only
881       properties to it.  This fixes a paragraph detection bug in HTML
882       publishing.
884     modified files:
885      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
886      lisp/muse-publish.el lisp/muse-xml.el
889 2006-03-25 05:57:36 GMT Michael Olson <mwolson@gnu.org> patch-72
891     Summary:
892       httpd.el: Update to work with newer versions of Emacs.
893     Revision:
894       muse--main--1.0--patch-72
896     * contrib/httpd.el (httpd-start): Update this to work with newer versions
897       of Emacs.
899     modified files:
900      ChangeLog.2006 contrib/httpd.el
903 2006-03-25 05:27:46 GMT Michael Olson <mwolson@gnu.org> patch-71
905     Summary:
906       muse-journal: Make custom RSS heading regexps possible.
907     Revision:
908       muse--main--1.0--patch-71
910     * lisp/muse-journal.el (muse-journal-rss-heading-regexp): New option that
911       determines the regexp to use when searching for an RSS heading.
912       (muse-journal-rss-munge-buffer): Use `muse-journal-rss-heading-regexp'.
914     modified files:
915      ChangeLog.2006 lisp/muse-journal.el
918 2006-03-25 04:33:40 GMT Michael Olson <mwolson@gnu.org> patch-70
920     Summary:
921       Fix #5190: Endless loop in muse style-run-hooks when muse-project-publish is called with undefined style.
922     Revision:
923       muse--main--1.0--patch-70
925     * lisp/muse-project.el (muse-project-publish): If we cannot find a
926       project to publish, indicate this in an error message.
927     
928     * lisp/muse-publish.el (muse-style-run-hooks): Never go into an endless
929       loop.  This should fix #5190.  Thanks to Rod Morehead for the report.
930       (muse-detect-invalid-style): New function that makes sure that the
931       given style is in a valid format.
932       (muse-publish-file): Call `muse-detect-invalid-style' before doing any
933       publishing.
935     modified files:
936      ChangeLog.2006 lisp/muse-project.el lisp/muse-publish.el
939 2006-03-25 03:31:36 GMT Michael Olson <mwolson@gnu.org> patch-69
941     Summary:
942       muse-mode: Don't require muse-publish.el.
943     Revision:
944       muse--main--1.0--patch-69
946     * lisp/muse-mode.el: Use a few autoloads instead of requiring
947       muse-publish.el.  This allows people to optionally have Muse mode
948       without including the publishing features, as long as they never call a
949       publishing function.  The documentation says that Muse is supposed to
950       be modular in that way, so I guess we'd better follow it.
951       (muse-insert-tag): Make sure that muse-publish is required before
952       accessing `muse-publish-markup-tags'.
954     modified files:
955      ChangeLog.2006 lisp/muse-mode.el
958 2006-03-21 01:59:03 GMT Michael Olson <mwolson@gnu.org> patch-68
960     Summary:
961       Minor code cleanup.
962     Revision:
963       muse--main--1.0--patch-68
965     * lisp/muse-mode.el (muse-grep): Remove commented-out code.
967     modified files:
968      ChangeLog.2006 lisp/muse-mode.el
971 2006-03-21 01:56:21 GMT Michael Olson <mwolson@gnu.org> patch-67
973     Summary:
974       Merged from mwolson@gnu.org--2006-muse-el (patch 15-26)
975     Revision:
976       muse--main--1.0--patch-67
978     (Author: Per B. Sederberg <per@med.upenn.edu>)
979     
980     * lisp/muse-mode.el (muse-grep-command): Add custom to set up the command
981       used for grepping.
982       (muse-mode-map): Changed muse-browse-result to C-c C-v and made
983       muse-find-backlinks C-c C-b
984       (muse-grep): New function to envoke a search with the compiler.
985       (muse-search-with-command): New function to search for text, optionally
986       editing the command.
987       (muse-search): New function to search for text.
988       (muse-find-backlinks): New function to search for backlinks to the
989       current page.
991     modified files:
992      ChangeLog.2006 lisp/muse-mode.el
994     new patches:
995      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-15
996      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-16
997      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-17
998      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-18
999      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-19
1000      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-20
1001      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-21
1002      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-22
1003      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-23
1004      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-24
1005      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-25
1006      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-26
1009 2006-03-20 18:43:15 GMT Michael Olson <mwolson@gnu.org> patch-66
1011     Summary:
1012       Make it easier to call context-specific region-escaping function.
1013     Revision:
1014       muse--main--1.0--patch-66
1016     * lisp/muse-publish.el (muse-publish-escape-specials): If a function is
1017       returned from specials, call it with beg, end, ignore-read-only args.
1018       This allows for people to specify their own functions for escaping
1019       regions, depending on context.  See `muse-xml-decide-specials' in
1020       muse-xml-common.el.  This functionality already exists for escaping
1021       specials in strings.
1023     modified files:
1024      ChangeLog.2006 lisp/muse-publish.el
1027 2006-03-17 01:56:38 GMT Michael Olson <mwolson@gnu.org> patch-65
1029     Summary:
1030       Attempt to make new syntaxes easier to support.
1031     Revision:
1032       muse--main--1.0--patch-65
1034     * lisp/muse-colors.el (muse-colors-explicit-link): Use `muse-get-link'
1035       and `muse-get-link-data'.
1036     
1037     * lisp/muse-journal.el (muse-journal-rss-munge-buffer): Ditto.
1038     
1039     * lisp/muse-mode.el (muse-edit-link-at-point): Ditto.
1040       (muse-make-link): Change argument name.
1041     
1042     * lisp/muse.el (muse-handle-explicit-link): Ditto.
1043       (muse-get-link, muse-get-link-desc): New functions that return the link
1044       and the link description, respectively, from the given TARGET.  The
1045       idea is that at least one other markup syntax puts descriptions before
1046       links, so all they would have to do is re-define these two functions.
1048     modified files:
1049      ChangeLog.2006 lisp/muse-colors.el lisp/muse-journal.el
1050      lisp/muse-mode.el lisp/muse.el
1053 2006-03-14 18:41:54 GMT Michael Olson <mwolson@gnu.org> patch-64
1055     Summary:
1056       Fix #5477: muse-replace-regexp-in-string throws error in XEmacs 21.4
1057     Revision:
1058       muse--main--1.0--patch-64
1060     * Makefile.defs, lisp/muse-colors.el: Fix typo.
1061     
1062     * lisp/muse.el (muse-replace-regexp-in-string): Switch order so that
1063       `replace-in-string' is checked before `replace-regexp-in-string', since
1064       XEmacs' implementation of the latter seems to be broken.  Thanks to Jim
1065       Ottaway for the heads up.
1067     modified files:
1068      ChangeLog.2006 Makefile.defs lisp/muse-colors.el lisp/muse.el
1071 2006-03-13 19:38:36 GMT Michael Olson <mwolson@gnu.org> patch-63
1073     Summary:
1074       muse-latex: Add footnotes to links so that they show up on printed copies.
1075     Revision:
1076       muse--main--1.0--patch-63
1078     * lisp/muse-latex.el (muse-latex-markup-strings): Add string for
1079       'url-and-desc.  Display footnotes if we have both a link and a
1080       description, since we want URLs to show up on printed documents.
1081       (muse-latex-markup-specials-document): Escape the "@" character in the
1082       entire document.
1083     
1084     * lisp/muse-publish.el (muse-publish-url): Distinguish between URLs
1085       without descriptions and URLs with descriptions.  If no markup string
1086       exists for 'url-and-desc, fall back to 'url.
1088     modified files:
1089      ChangeLog.2006 lisp/muse-latex.el lisp/muse-publish.el
1092 2006-03-13 18:42:27 GMT Michael Olson <mwolson@gnu.org> patch-62
1094     Summary:
1095       Fix publishing error with multi-line wrapped list items.
1096     Revision:
1097       muse--main--1.0--patch-62
1099     * lisp/muse-publish.el (muse-publish-surround-text): Fix a problem with
1100       multiple lines of a wrapped list item.
1102     modified files:
1103      ChangeLog.2006 lisp/muse-publish.el
1106 2006-03-13 02:10:44 GMT Michael Olson <mwolson@gnu.org> patch-61
1108     Summary:
1109       Add COPYING file; update headers.
1110     Revision:
1111       muse--main--1.0--patch-61
1113     * COPYING: New file containing the GNU GPL.
1114     
1115     * AUTHORS: Bookkeeping.
1116     
1117     * README: Add License section.  Change Muse homepage URL.
1118     
1119     * debian/copyright: Change Muse homepage URL.  Prune list to those who
1120       have changed 15+ lines of code, since this is the amount that
1121       constitutes legal contribution to a software work, AFAICT.
1122     
1123     * examples/mwolson: Update contents of directory to match my current
1124       setup.
1125     
1126     * experimental/muse*.el, lisp/muse*.el: Update headers.
1127     
1128     * muse.texi: Change Muse homepage URL.
1130     new files:
1131      .arch-ids/COPYING.id COPYING
1133     modified files:
1134      AUTHORS ChangeLog.2006 README debian/copyright
1135      examples/mwolson/muse-init.el
1136      examples/mwolson/stylesheets/blog.css
1137      examples/mwolson/stylesheets/common.css
1138      examples/mwolson/stylesheets/print.css
1139      examples/mwolson/stylesheets/screen.css
1140      experimental/muse-cite.el experimental/muse-mathml.el
1141      experimental/muse-message.el lisp/muse-backlink.el
1142      lisp/muse-blosxom.el lisp/muse-book.el lisp/muse-colors.el
1143      lisp/muse-convert.el lisp/muse-docbook.el lisp/muse-groff.el
1144      lisp/muse-html.el lisp/muse-http.el lisp/muse-journal.el
1145      lisp/muse-latex.el lisp/muse-latex2png.el lisp/muse-mode.el
1146      lisp/muse-poem.el lisp/muse-project.el lisp/muse-protocols.el
1147      lisp/muse-publish.el lisp/muse-regexps.el
1148      lisp/muse-registry.el lisp/muse-texinfo.el lisp/muse-wiki.el
1149      lisp/muse-xml.el lisp/muse.el muse.texi
1152 2006-03-13 01:48:10 GMT Michael Olson <mwolson@gnu.org> patch-60
1154     Summary:
1155       Update Muse XML schema.
1156     Revision:
1157       muse--main--1.0--patch-60
1159     * examples/muse.rnc: Allow nested list items.  Update header.  Provide
1160       history.  We'll call this v0.3 of the schema.
1161     
1162     * lisp/muse-xml-common.el: Update header.
1163       (muse-xml-markup-table): Fix table generation when attributes are not
1164       specified.
1166     modified files:
1167      ChangeLog.2006 examples/muse.rnc lisp/muse-xml-common.el
1170 2006-03-12 21:12:48 GMT Michael Olson <mwolson@gnu.org> patch-59
1172     Summary:
1173       Fix output for consecutive list items of same type.
1174     Revision:
1175       muse--main--1.0--patch-59
1177     * lisp/muse-publish.el (muse-publish-surround-text): Make calculated
1178       post-indent and indent-found values local to each list item.  This
1179       should fix undesired behavior with consecutive list items of the same
1180       type.
1182     modified files:
1183      ChangeLog.2006 lisp/muse-publish.el
1186 2006-03-12 21:09:43 GMT Michael Olson <mwolson@gnu.org> patch-58
1188     Summary:
1189       Make C-> and C-< keybindings not indent nested items.
1190     Revision:
1191       muse--main--1.0--patch-58
1193     * lisp/muse-mode.el (muse-alter-list-item-indentation): Don't include
1194       nested items.
1195     
1196     * lisp/muse.el (muse-forward-list-item): Make skipping of nested items
1197       optional, and document this.
1199     modified files:
1200      ChangeLog.2006 lisp/muse-mode.el lisp/muse.el
1203 2006-03-12 19:56:26 GMT Michael Olson <mwolson@gnu.org> patch-57
1205     Summary:
1206       Slightly improve flyspell integration.
1207     Revision:
1208       muse--main--1.0--patch-57
1210     * lisp/muse-mode.el (muse-mode-flyspell-p): Use the new 'muse-link text
1211       property to determine whether we are at a link.
1213     modified files:
1214      ChangeLog.2006 lisp/muse-mode.el
1217 2006-03-11 23:42:56 GMT Michael Olson <mwolson@gnu.org> patch-56
1219     Summary:
1220       Make nested definition list items work much better.
1221     Revision:
1222       muse--main--1.0--patch-56
1224     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1225       `muse-forward-list-item'.  Don't pass indent and post-indent to the
1226       move function.
1227       (muse-publish-surround-text): If we are to determine the indentation,
1228       but have found no list items, set indent to the empty string.  If we
1229       are to determine indentation but have found an item, get all leading
1230       whitespace and set indent to it.  Never try to determine post-indent
1231       using the first line.  Try to contain the amount of "damage" a nested
1232       list item can do to wrapped list item text.
1233     
1234     * lisp/muse-regexps.el (muse-list-item-regexp): Hone the definition list
1235       part so that it is easier to indicate the amount of desired initial
1236       whitespace.
1237     
1238     * lisp/muse.el (muse-list-item-type): Make initial whitespace of a dl
1239       entry optional.
1240       (muse-forward-dl-term, muse-forward-dl-entry): Remove.  Functionality
1241       merged into `muse-forward-list-item'.
1242       (muse-forward-list-item-1): New function that determines whether a
1243       nested list item is found.
1244       (muse-forward-list-item): Move hairy nested list detection algorithm
1245       into `muse-forward-list-item-1'.  Be extra careful about terminating
1246       when we go past the boundary.
1248     modified files:
1249      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1250      lisp/muse.el
1253 2006-03-11 06:10:19 GMT Michael Olson <mwolson@gnu.org> patch-55
1255     Summary:
1256       Add backlink support, thanks to Jim Ottaway.
1257     Revision:
1258       muse--main--1.0--patch-55
1260     * lisp/muse-colors.el (muse-colors-fontifying-p): New buffer-local
1261       variable that indicates whether Muse is fontifying the current buffer.
1262       (muse-colors-region): Set `muse-colors-fontifying' to t.
1263     
1264     * lisp/muse-backlinks.el: New file by Jim Ottaway that provides backlink
1265       support.  I've modified it slightly to get rid of the defadvice forms.
1267     new files:
1268      lisp/.arch-ids/muse-backlink.el.id lisp/muse-backlink.el
1270     modified files:
1271      AUTHORS ChangeLog.2006 lisp/muse-colors.el
1274 2006-03-10 22:56:22 GMT Michael Olson <mwolson@gnu.org> patch-54
1276     Summary:
1277       muse-protocols: Add Wikipedia support.
1278     Revision:
1279       muse--main--1.0--patch-54
1281     * lisp/muse-protocols.el (muse-url-protocols): Add "dict:" handler.  This
1282       is used to look up terms on the Wikipedia website.
1283       (muse-wikipedia-country): New option that specifies the country code to
1284       use for Wikipedia.
1285       (muse-resolve-url-dict, muse-browse-url-dict): New functions that
1286       resolve and browse Wikipedia URLs.
1288     modified files:
1289      ChangeLog.2006 lisp/muse-protocols.el
1292 2006-03-10 19:29:56 GMT Michael Olson <mwolson@gnu.org> patch-53
1294     Summary:
1295       muse-protocols: Add DOI handling.
1296     Revision:
1297       muse--main--1.0--patch-53
1299     * lisp/muse-protocols.el (muse-url-protocols): Add handler for DOI's.
1300       DOI's (digitial object identifiers) are a standard identifier used in
1301       the publishing industry.  Thanks to Phillip Lord for the patch.
1302       (muse-resolve-url-doi, muse-browse-url-doi): New functions that resolve
1303       and browse DOI's.
1305     modified files:
1306      AUTHORS ChangeLog.2006 lisp/muse-protocols.el
1309 2006-03-10 16:34:52 GMT Michael Olson <mwolson@gnu.org> patch-52
1311     Summary:
1312       Refine previous patch.
1313     Revision:
1314       muse--main--1.0--patch-52
1316     * lisp/muse-mode.el (muse-link-at-point): If muse-colors is loaded, don't
1317       ever use the fallback method.  Save point when using new method.
1319     modified files:
1320      ChangeLog.2006 lisp/muse-mode.el
1323 2006-03-10 16:26:53 GMT Michael Olson <mwolson@gnu.org> patch-51
1325     Summary:
1326       Make visiting of links a bit faster.
1327     Revision:
1328       muse--main--1.0--patch-51
1330     * lisp/muse-colors.el (muse-unhighlight-region): Remove muse-link
1331       property.
1332       (muse-link-properties): If we are highlighting a link, add the
1333       muse-link property.
1334     
1335     * lisp/muse-mode.el (muse-link-at-point): If the muse-link property
1336       exists at point, use it to bound the link.  Otherwise, use the old
1337       method.  This should make it easier to visit custom implicit link
1338       forms, since it does not require a change to muse-implicit-link-regexp.
1339     
1340     * lisp/muse-regexps.el (muse-implicit-link-regexp): Note that this is not
1341       used when muse-colors.el is loaded.
1343     modified files:
1344      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1345      lisp/muse-regexps.el
1348 2006-03-10 04:57:55 GMT Michael Olson <mwolson@gnu.org> patch-50
1350     Summary:
1351       Make resolving of inline image paths more flexible.
1352     Revision:
1353       muse--main--1.0--patch-50
1355     * lisp/muse-colors.el (muse-colors-inline-image-method): Rename from
1356       `muse-inline-relative-to'.  Add muse-colors-use-publishing-directory
1357       option.  Make the fallback customization type a function rather than a
1358       symbol.
1359       (muse-colors-use-publishing-directory): New function that takes the
1360       best guess at where the current Muse file will be published and makes
1361       the given link relative to that.
1362       (muse-colors-insert-image): If muse-colors-inline-image-method is
1363       'default-directory, use the default directory.  If it is a function,
1364       call that function with LINK as an argument.  Otherwise, give up.
1366     modified files:
1367      ChangeLog.2006 lisp/muse-colors.el
1370 2006-03-10 03:43:03 GMT Michael Olson <mwolson@gnu.org> patch-49
1372     Summary:
1373       Fix inline image lockup.
1374     Revision:
1375       muse--main--1.0--patch-49
1377     * lisp/muse-colors.el (muse-colors-explicit-link): Fix regression in
1378       patch-47.  This will prevent Muse from locking up after making a new
1379       inline image.
1381     modified files:
1382      ChangeLog.2006 lisp/muse-colors.el
1385 2006-03-07 03:52:11 GMT Michael Olson <mwolson@gnu.org> patch-48
1387     Summary:
1388       Fix publishing problem with XEmacs.
1389     Revision:
1390       muse--main--1.0--patch-48
1392     * lisp/muse-publish.el (muse-insert-file-or-string): Fix XEmacs
1393       publishing problem when text at beginning of buffer is read-only.
1394       Thanks to Christian Clercin for the report.
1396     modified files:
1397      ChangeLog.2006 lisp/muse-publish.el
1400 2006-03-06 06:06:38 GMT Michael Olson <mwolson@gnu.org> patch-47
1402     Summary:
1403       Get increase and decrease of list indentation to work with complex cases.
1404     Revision:
1405       muse--main--1.0--patch-47
1407     * lisp/muse-colors.el: Miscellaneous whitespace fixes.
1408       (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
1409       to indicate this interpretation, though parens are different.
1410     
1411     * lisp/muse-mode.el: Miscellaneous whitespace fixes.
1412       (muse-alter-list-item-indentation): New function that alters the list
1413       structure at point.  The behavior to use is specified by the OPERATION
1414       argument.  Currently-supported operations are 'increase and 'decrease
1415       indentation level.  This now uses the same sort of list detection
1416       algorithm that is used during publishing, so it should work as expected
1417       for complicated cases.
1418       (muse-increase-list-item-indentation)
1419       (muse-decrease-list-item-indentation): Use
1420       `muse-alter-list-item-indentation'.
1422     modified files:
1423      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1426 2006-03-06 04:50:17 GMT Michael Olson <mwolson@gnu.org> patch-46
1428     Summary:
1429       Code simplification; improve muse-list-item-type function.
1430     Revision:
1431       muse--main--1.0--patch-46
1433     * lisp/muse.el (muse-list-item-type): Disambiguate between 'dl-term and
1434       'dl-entry, instead of just returning 'dl.
1435       (muse-forward-dl-term, muse-forward-dl-entry): Use
1436       muse-forward-list-item.
1437       (muse-forward-dl-part): Remove, merge functionality into
1438       muse-forward-list-item.
1439       (muse-forward-list-item): Add a few conditions needed for skipping
1440       nested 'dl-term and 'dl-entry items.
1442     modified files:
1443      ChangeLog.2006 lisp/muse.el
1446 2006-03-06 01:11:58 GMT Michael Olson <mwolson@gnu.org> patch-45
1448     Summary:
1449       Put movement by list and paragraph functions in muse.el.
1450     Revision:
1451       muse--main--1.0--patch-45
1453     * lisp/muse.el (muse-list-item-type, muse-forward-paragraph):
1454       (muse-forward-dl-term, muse-forward-dl-entry, muse-forward-dl-part):
1455       (muse-forward-list-item): Move here from muse-publish.el, so that
1456       muse-mode can make use of these.
1458     modified files:
1459      ChangeLog.2006 lisp/muse-publish.el lisp/muse.el
1462 2006-03-06 01:06:14 GMT Michael Olson <mwolson@gnu.org> patch-44
1464     Summary:
1465       Merged from mwolson@gnu.org--2006-muse-el (patch 5-14)
1466     Revision:
1467       muse--main--1.0--patch-44
1469     (Author: Per B. Sederberg <per@med.upenn.edu>)
1470     
1471     * lisp/muse-mode.el (muse-mode-map): Added key mappings to increase or
1472       decrease the current item indentation.
1473       (muse-get-paragraph-start): Helper function to determine the start of
1474       the current paragraph.
1475       (muse-insert-list-item): Cleaned up list item insertion code and made
1476       it handle definitions.
1477       (muse-increase-list-item-indentation): New interactive function to
1478       increase list item indentation.
1479       (muse-decrease-list-item-indentation): New interactive function to
1480       decrease list item indentation.
1482     modified files:
1483      ChangeLog.2006 lisp/muse-mode.el
1485     new patches:
1486      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-5
1487      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-6
1488      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-7
1489      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-8
1490      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-9
1491      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-10
1492      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-11
1493      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-12
1494      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-13
1495      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-14
1498 2006-03-06 00:58:00 GMT Michael Olson <mwolson@gnu.org> patch-43
1500     Summary:
1501       Use slightly better algorithm for removing initial whitespace.
1502     Revision:
1503       muse--main--1.0--patch-43
1505     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of whether
1506       the definition occurred on the same line as the term.
1507       (muse-publish-surround-text): Use a slightly better algorithm for
1508       removing initial indentation of list items.  This way, we preserve
1509       nesting of lists and also deal with same-level items that occur after
1510       nested items.  This probably doesn't make much of a difference in the
1511       output, but it should make support of nested definition lists a bit
1512       less troublesome in some cases.
1513       (muse-forward-dl-entry): Deal with ambiguity in muse-list-item-regexp
1514       regexp.
1515       (muse-forward-dl-part, muse-forward-list-item): Don't clobber match
1516       data.  Don't remove any text.  This makes the function easier to reuse
1517       in display-only situations.
1519     modified files:
1520      ChangeLog.2006 lisp/muse-publish.el
1523 2006-03-04 02:03:59 GMT Michael Olson <mwolson@gnu.org> patch-42
1525     Summary:
1526       In a preliminary way, make definition lists nest.
1527     Revision:
1528       muse--main--1.0--patch-42
1530     * lisp/muse-publish.el (muse-forward-dl-part): Make it so that definition
1531       lists nest a bit better.
1532     
1533     * lisp/muse-regexps.el (muse-dl-entry-regexp): Removed, since we don't
1534       use it anymore.
1536     modified files:
1537      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1540 2006-03-03 19:28:22 GMT Michael Olson <mwolson@gnu.org> patch-41
1542     Summary:
1543       Fix nested list regression.
1544     Revision:
1545       muse--main--1.0--patch-41
1547     * lisp/muse-publish.el (muse-publish-surround-text): Keep track of
1548       original indentation value and use that.  This fixes a regression
1549       caused by the last patch.
1551     modified files:
1552      ChangeLog.2006 lisp/muse-publish.el
1555 2006-03-03 05:24:59 GMT Michael Olson <mwolson@gnu.org> patch-40
1557     Summary:
1558       Make code look nicer by using muse-forward-dl-* functions.
1559     Revision:
1560       muse--main--1.0--patch-40
1562     * lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
1563       forms into muse-forward-dl-* for increased reusability.
1564       (muse-publish-surround-text): Call move function with an indent
1565       argument so that we don't have to use partial substitution in lambda
1566       forms.
1567       (muse-forward-dl-term): New function that moves forward to the next
1568       definition list term.
1569       (muse-forward-dl-entry): New function that moves forward to the next
1570       definition list entry.
1571       (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
1572       does not move past entire definition list items, only parts of them.
1573       (muse-publish-markup-list, muse-publish-markup-quote):
1574       (muse-publish-quote-tag): Use better lambda form, and include a
1575       parameter.
1577     modified files:
1578      ChangeLog.2006 lisp/muse-publish.el
1581 2006-03-02 05:38:41 GMT Michael Olson <mwolson@gnu.org> patch-39
1583     Summary:
1584       Handle blockquoted sections within lists properly.
1585     Revision:
1586       muse--main--1.0--patch-39
1588     * lisp/muse-publish.el (muse-forward-paragraph): Respect end-list
1589       property.  This should make blockquoted sections within a list do the
1590       right thing.
1591       (muse-forward-dl-item, muse-forward-list-item): Adjust logic for new
1592       behavior of `muse-forward-paragraph'.
1594     modified files:
1595      ChangeLog.2006 lisp/muse-publish.el
1598 2006-03-02 05:00:07 GMT Michael Olson <mwolson@gnu.org> patch-38
1600     Summary:
1601       Fix problem when previous list item was nested.
1602     Revision:
1603       muse--main--1.0--patch-38
1605     * lisp/muse-publish.el (muse-publish-surround-text): Bind nested list
1606       indicator at the correct place.  This fixes an error where a previous
1607       list was nested but the current one isn't.  Thanks to Per B. Sederberg
1608       for the report.
1610     modified files:
1611      ChangeLog.2006 lisp/muse-publish.el
1614 2006-03-02 04:36:06 GMT Michael Olson <mwolson@gnu.org> patch-37
1616     Summary:
1617       Fix #5376: Changing muse-wiki-wikiword-regexp does not seem to affect anything.
1618     Revision:
1619       muse--main--1.0--patch-37
1621     * muse.texi (Implicit Links): Mention how to customize the WikiName
1622       recognition, and note that if you're setting this manually, you have to
1623       call some additional code.  This should fix #5376.  Also remove local
1624       variables section at end, since it seems pointless.
1626     modified files:
1627      ChangeLog.2006 muse.texi
1630 2006-03-02 04:25:37 GMT Michael Olson <mwolson@gnu.org> patch-36
1632     Summary:
1633       Fix #5325: nested formatting not working in HTML output.
1634     Revision:
1635       muse--main--1.0--patch-36
1637     * lisp/muse-publish.el (muse-publish-markup-word): Make nested emphasis
1638       work.  I'm a bit worried about possible double-escaping, though.
1639       Perhaps we should write the context to a text property and escape it
1640       later.  This should fix #5325.
1642     modified files:
1643      ChangeLog.2006 lisp/muse-publish.el
1646 2006-03-02 01:08:14 GMT Michael Olson <mwolson@gnu.org> patch-35
1648     Summary:
1649       Make paragraphs respect the end of a list or list item.
1650     Revision:
1651       muse--main--1.0--patch-35
1653     * lisp/muse-docbook.el (muse-docbook-markup-paragraph): If we are at the
1654       end of a list (or list item), back up.  This allows for a nice side
1655       effect when using indented sentences in between list items.
1656     
1657     * lisp/muse-html.el (muse-html-markup-paragraph): Ditto.
1658     
1659     * lisp/muse-xml.el (muse-xml-markup-paragraph): Ditto.
1660     
1661     * lisp/muse-publish.el (muse-publish-surround-dl): Make sure that end-ddt
1662       and end-item are marked up with end-list properties.
1664     modified files:
1665      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
1666      lisp/muse-publish.el lisp/muse-xml.el
1669 2006-03-01 21:00:41 GMT Michael Olson <mwolson@gnu.org> patch-34
1671     Summary:
1672       Make sure an initial term exists before publishing definition list.
1673     Revision:
1674       muse--main--1.0--patch-34
1676     * lisp/muse-publish.el (muse-publish-markup-list): Ensure that a term
1677       exists before publishing a definition list.
1679     modified files:
1680      ChangeLog.2006 lisp/muse-publish.el
1683 2006-03-01 20:21:08 GMT Michael Olson <mwolson@gnu.org> patch-33
1685     Summary:
1686       Add comments to nested list code.
1687     Revision:
1688       muse--main--1.0--patch-33
1690     * lisp/muse-publish.el (muse-publish-surround-dl)
1691       (muse-publish-surround-text, muse-forward-dl-item):
1692       (muse-forward-list-item): Add comments, since there were many
1693       intricacies that are probably not obvious to the casual reader.
1694       (muse-forward-dl-item): Remove no-op condition.
1696     modified files:
1697      ChangeLog.2006 lisp/muse-publish.el
1700 2006-03-01 19:51:45 GMT Michael Olson <mwolson@gnu.org> patch-32
1702     Summary:
1703       Make nested list items work when separated by one blank line.
1704     Revision:
1705       muse--main--1.0--patch-32
1707     * lisp/muse-publish.el (muse-publish-surround-dl): Use
1708       muse-forward-dl-item instead of muse-forward-list-item.  On second
1709       thought, don't unconditionally insert a newline, as that breaks some
1710       things.
1711       (muse-forward-dl-item): New function that moves forward to the next
1712       definition list item.  This was factored out from
1713       muse-forward-list-item, since it was getting too complex for my liking.
1714       (muse-forward-dl-item, muse-forward-list-item): Introduce concept of
1715       indented line, and skip past these if we have a blank line followed by
1716       an indented line.  "Indented" means "indented one past the current
1717       indentation level" here.  Remove some initial whitespace that was being
1718       overlooked before.
1720     modified files:
1721      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1724 2006-03-01 17:43:55 GMT Michael Olson <mwolson@gnu.org> patch-31
1726     Summary:
1727       Fix a couple of bugs in muse-wiki-resolve-project-page.
1728     Revision:
1729       muse--main--1.0--patch-31
1731     * lisp/muse-project.el (muse-project-applicable-styles): Use a slightly
1732       better algorithm for adding styles to a list.
1733     
1734     * lisp/muse-wiki.el (muse-wiki-resolve-project-page): Handle project more
1735       carefully.  This should fix one or two hard-to-explain bugs.
1737     modified files:
1738      ChangeLog.2006 lisp/muse-project.el lisp/muse-wiki.el
1741 2006-03-01 17:24:23 GMT Michael Olson <mwolson@gnu.org> patch-30
1743     Summary:
1744       Fix another definition list edge case.
1745     Revision:
1746       muse--main--1.0--patch-30
1748     * lisp/muse-publish.el (muse-publish-surround-dl): Fix edge case where
1749       unordered list immediately follows definition list term.
1751     modified files:
1752      ChangeLog.2006 lisp/muse-publish.el
1755 2006-03-01 17:05:25 GMT Michael Olson <mwolson@gnu.org> patch-29
1757     Summary:
1758       Pass all current definition list test cases.
1759     Revision:
1760       muse--main--1.0--patch-29
1762     * lisp/muse-publish.el (muse-publish-surround-dl): Move correctly to next
1763       line if definition is not on the same line as the term.
1764       (muse-forward-list-item): Fix publishing incorrectness that occurred
1765       when a non-dl list follows a definition list.  Always move to the right
1766       place so as to prevent extra empty dd elements from being published.
1768     modified files:
1769      ChangeLog.2006 lisp/muse-publish.el
1772 2006-03-01 15:08:45 GMT Michael Olson <mwolson@gnu.org> patch-28
1774     Summary:
1775       Merge consecutive definition list terms properly.
1776     Revision:
1777       muse--main--1.0--patch-28
1779     * lisp/muse-publish.el (muse-publish-surround-dl): Keep track of status
1780       correctly.  This makes Muse merge several definition list items into
1781       one list.
1782       (muse-forward-list-item): Use simpler regexp for 'dl.
1783     
1784     * lisp/muse-regexps.el (muse-list-item-regexp): Make terms optional in
1785       definition lists, and make terms the 2nd matched text.
1787     modified files:
1788      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
1791 2006-02-28 23:48:24 GMT Michael Olson <mwolson@gnu.org> patch-27
1793     Summary:
1794       Bookkeeping.
1795     Revision:
1796       muse--main--1.0--patch-27
1798     * AUTHORS: Update.
1799     
1800     * muse-colors.el, muse-mode.el: Credit contributions.
1802     modified files:
1803      AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1806 2006-02-28 23:37:26 GMT Michael Olson <mwolson@gnu.org> patch-26
1808     Summary:
1809       Merged from mwolson@gnu.org--2006-muse-el (patch 0-4)
1810     Revision:
1811       muse--main--1.0--patch-26
1813     Patches applied:
1814     
1815      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1816        Added ability to show inline images in the Emacs buffer.
1817     
1818      * mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1819        Added enhanced list item insertion.
1820     
1821     Detailed log:
1822     
1823     (Author: Per B. Sederberg <per@med.upenn.edu>)
1824     
1825     * lisp/muse-mode.el (muse-mode-map): Added new key binding to insert a
1826       list item.  New key mapping to toggle showing images.  Added a key
1827       mapping to insert a link to a file and modified the key map to insert a
1828       tag.
1829       (muse-on-blank-line): Helper function to determine if the point is on a
1830       line containing only blank spaces.
1831       (muse-insert-list-item): New interactive function to insert a new list
1832       item, taking into account the current list state.
1833       (muse-insert-relative-link-to-file): New function to insert a link to a
1834       file, relative to the default directory.
1835     
1836     * lisp/muse-colors.el (muse-inline-relative-to): Added custom directory
1837       for where to search for images to inline in the buffer.
1838       (muse-colors-inline-images): Added custom boolean field for whether to
1839       show inline images in the buffer.
1840       (muse-colors-toggle-inline-images): New function to toggle showing the
1841       inline images in the buffer.
1842       (muse-unhighlight-region): Now removes end-glyph text properties to
1843       support XEmacs.
1844       (muse-colors-resolve-image-file): New function to determine if a link
1845       is an image and whether the version of Emacs can support inline images.
1846       (muse-make-file-glyph): New function to create an image glyph if we are
1847       using XEmacs.
1848       (muse-colors-insert-image): New function to insert an image in an Emacs
1849       buffer.
1850       (muse-colors-explicit-link): Modified function to have the ability to
1851       insert an image instead of formatting the text of the link.
1853     modified files:
1854      ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el
1856     new patches:
1857      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--base-0
1858      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-1
1859      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-2
1860      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-3
1861      mwolson@gnu.org--2006-muse-el/muse-el--devel--0--patch-4
1864 2006-02-28 05:20:11 GMT Michael Olson <mwolson@gnu.org> patch-25
1866     Summary:
1867       Pass testcase for definition list and nested unordered list.
1868     Revision:
1869       muse--main--1.0--patch-25
1871     * lisp/muse-publish.el (muse-publish-surround-dl): Ensure that definition
1872       lists always have at least one entry.  This appears to do the right
1873       thing with a sample nested unordered list.
1875     modified files:
1876      ChangeLog.2006 lisp/muse-publish.el
1879 2006-02-28 05:09:33 GMT Michael Olson <mwolson@gnu.org> patch-24
1881     Summary:
1882       Some definition list fixes.
1883     Revision:
1884       muse--main--1.0--patch-24
1886     * lisp/muse-publish.el (muse-publish-markup-list): Make sure to insert
1887       markup for end of list using the `muse-insert-markup-end-list'
1888       function.  Handle list items nested inside of a definition list.
1890     modified files:
1891      ChangeLog.2006 lisp/muse-publish.el
1894 2006-02-28 04:43:15 GMT Michael Olson <mwolson@gnu.org> patch-23
1896     Summary:
1897       Fix another wrapped list item edge case.
1898     Revision:
1899       muse--main--1.0--patch-23
1901     * lisp/muse-publish.el (muse-publish-surround-text): Stop removing
1902       indentation in a region when we encounter any list items.  This should
1903       fix another wrapped list item edge case.  Thanks to Per B. Sederberg
1904       for the report.
1906     modified files:
1907      ChangeLog.2006 lisp/muse-publish.el
1910 2006-02-26 18:26:05 GMT Michael Olson <mwolson@gnu.org> patch-22
1912     Summary:
1913       Fix comment in Debian packaging.
1914     Revision:
1915       muse--main--1.0--patch-22
1917     * debian/emacsen-remove: Fix comment.
1919     modified files:
1920      ChangeLog.2006 debian/emacsen-remove
1923 2006-02-24 03:23:49 GMT Michael Olson <mwolson@gnu.org> patch-21
1925     Summary:
1926       muse-blosxom: Fix order of #tags line in header.
1927     Revision:
1928       muse--main--1.0--patch-21
1930     * lisp/muse-blosxom.el (muse-blosxom-header): Put #tags line after title,
1931       rather than before it.  Thanks to bkhl for the heads up.
1933     modified files:
1934      ChangeLog.2006 lisp/muse-blosxom.el
1937 2006-02-23 03:33:03 GMT Michael Olson <mwolson@gnu.org> patch-20
1939     Summary:
1940       muse-blosxom: Add ability to use tags in entries.
1941     Revision:
1942       muse--main--1.0--patch-20
1944     * lisp/muse-blosxom.el (muse-blosxom-header): If we are using tags,
1945       publish them.
1946       (muse-blosxom-use-tags): New option that specifies whether we are using
1947       tags.
1948       (muse-blosxom-new-entry): If using tags, read tags until the user hits
1949       RET without entering one.
1951     modified files:
1952      ChangeLog.2006 lisp/muse-blosxom.el
1955 2006-02-23 03:23:51 GMT Michael Olson <mwolson@gnu.org> patch-19
1957     Summary:
1958       Fix backtrace when publishing unsaved files.
1959     Revision:
1960       muse--main--1.0--patch-19
1962     * lisp/muse-publish.el (muse-publish-file): Detect case where we are
1963       trying to publish a file that has not been saved, and give an
1964       explanation to the user.
1966     modified files:
1967      ChangeLog.2006 lisp/muse-publish.el
1970 2006-02-21 23:19:36 GMT Michael Olson <mwolson@gnu.org> patch-18
1972     Summary:
1973       muse-texinfo: Fix link suffix.
1974     Revision:
1975       muse--main--1.0--patch-18
1977     * lisp/muse-texinfo.el: Specify :link-suffix for info and info-pdf
1978       styles.  This should fix a bug where links in published info files use
1979       an incorrect extension.  Thanks to Hans Ekbrand for the report!
1981     modified files:
1982      ChangeLog.2006 lisp/muse-texinfo.el
1985 2006-02-16 21:54:11 GMT Michael Olson <mwolson@gnu.org> patch-17
1987     Summary:
1988       Fix prompting of non-Muse buffers before publishing.
1989     Revision:
1990       muse--main--1.0--patch-17
1992     * lisp/muse-project.el (muse-project-of-file): Apply fix from René
1993       Stadler to ignore buffers that have no associated filename.  This fixes
1994       an annoyance where Muse prompts to save BBDB and ERC buffers before
1995       publishing.
1997     modified files:
1998      AUTHORS ChangeLog.2006 lisp/muse-project.el
2001 2006-02-16 04:43:35 GMT Michael Olson <mwolson@gnu.org> patch-16
2003     Summary:
2004       Fix wrapped nested list item edge case.
2005     Revision:
2006       muse--main--1.0--patch-16
2008     * lisp/muse-publish.el (muse-publish-markup-regexps): Remove 2300 rule,
2009       since it is no longer needed.  Tweak 2200 regexp to cover 2300's use
2010       case.
2011       (muse-publish-surround-text): Tweak prefix for muse-list-item-regexp.
2012       (muse-list-item-type): Handle the new change to muse-list-item-regexp.
2013     
2014     * lisp/muse-regexps.el (muse-list-item-regexp): Explicitly require
2015       exactly one space character in front of a unnumbered or numbered list.
2016       This should make it easier to match every list instance, since
2017       definition lists can now be handled more nicely in
2018       muse-publish-markup-regexps.  This also has the effect of fixing a
2019       wrapped nested list item edge case.
2021     modified files:
2022      ChangeLog.2006 lisp/muse-publish.el lisp/muse-regexps.el
2025 2006-02-16 03:04:20 GMT Michael Olson <mwolson@gnu.org> patch-15
2027     Summary:
2028       Fix edge case in muse-wiki-publish-pretty-title.
2029     Revision:
2030       muse--main--1.0--patch-15
2032     * lisp/muse-wiki.el (muse-wiki-publish-pretty-title): If for some reason
2033       the document does not have a valid title, use the empty string.
2035     modified files:
2036      ChangeLog.2006 lisp/muse-wiki.el
2039 2006-02-14 06:35:02 GMT Michael Olson <mwolson@gnu.org> patch-14
2041     Summary:
2042       Use debian/compat to determine debhelper compat level.
2043     Revision:
2044       muse--main--1.0--patch-14
2046     * debian/compat: New file that sets the debhelper compatibility level to
2047       4.
2048     
2049     * debian/rules: Remove DH_COMPAT line.
2051     new files:
2052      debian/.arch-ids/compat.id debian/compat
2054     modified files:
2055      ChangeLog.2006 debian/rules
2058 2006-02-13 04:50:57 GMT Michael Olson <mwolson@gnu.org> patch-13
2060     Summary:
2061       Fix a couple of table-publishing edge cases.
2062     Revision:
2063       muse--main--1.0--patch-13
2065     * lisp/muse-publish.el (muse-publish-markup-regexps): Fix a table
2066       publishing error that occurs when a table line is the last thing in a
2067       document.  Thanks to cymacs for the report and suggested fix.
2068       (muse-publish-table-fields): Skip initial blank lines, and don't remove
2069       them.
2070     
2071     * lisp/muse-docbook.el (muse-docbook-markup-strings): Don't put a newline
2072       at the end of the 'end-table markup string.
2073     
2074     * lisp/muse-html.el (muse-html-markup-strings): Ditto.
2075     
2076     * lisp/muse-xml.el (muse-xml-markup-strings): Ditto.
2077     
2078     * lisp/muse-xml-common.el (muse-xml-markup-table): Always insert a
2079       newline at the end of the table.  This should fix a problem with
2080       paragraphs after tables not being published as such.  Thanks to cymacs
2081       for the report.
2082     
2083     * lisp/muse-texinfo.el (muse-texinfo-markup-table): Don't use
2084       muse-insert-markup to insert a trailing newline.
2086     modified files:
2087      ChangeLog.2006 lisp/muse-docbook.el lisp/muse-html.el
2088      lisp/muse-publish.el lisp/muse-texinfo.el
2089      lisp/muse-xml-common.el lisp/muse-xml.el
2092 2006-02-12 22:56:27 GMT Michael Olson <mwolson@gnu.org> patch-12
2094     Summary:
2095       Add ChangeLog for 2006 and move previous ChangeLog for 2005.
2096     Revision:
2097       muse--main--1.0--patch-12
2100     new files:
2101      .arch-ids/ChangeLog.2006.id ChangeLog.2006
2103     renamed files:
2104      .arch-ids/ChangeLog.id
2105        ==> .arch-ids/ChangeLog.2005.id
2106      ChangeLog
2107        ==> ChangeLog.2005
2110 2006-02-12 22:53:48 GMT Michael Olson <mwolson@gnu.org> patch-11
2112     Summary:
2113       Make muse-journal work with whole-document escaping.
2114     Revision:
2115       muse--main--1.0--patch-11
2117     * examples/mwolson/templates/*: Change "Published by Muse" to "Published
2118       by Emacs Muse" so that muse-journal does not get confused.
2119     
2120     * lisp/muse-journal.el (muse-journal-html-munge-buffer):
2121       (muse-journal-latex-munge-buffer, muse-journal-rss-munge-buffer): Adapt
2122       for whole-buffer escaping.  Thanks to mondoshawan for the report.
2123       (muse-journal-rss-munge-buffer): Display a warning if someone does not
2124       have "Page published by Emacs Muse (begins|ends) here" in their header
2125       or footer, since muse-journal needs this in order to determine where
2126       entries begin and end.
2128     modified files:
2129      examples/mwolson/templates/footer.html
2130      examples/mwolson/templates/generic-footer.html
2131      examples/mwolson/templates/generic-header.html
2132      examples/mwolson/templates/header.html
2133      examples/mwolson/templates/header.tex lisp/muse-journal.el
2136 2006-02-08 03:00:07 GMT Michael Olson <mwolson@gnu.org> patch-10
2138     Summary:
2139       Get simple test case for definition lists to work.
2140     Revision:
2141       muse--main--1.0--patch-10
2143     * lisp/muse-publish.el (muse-publish-surround-dl): Make simple test case
2144       publish properly.
2145       (muse-forward-list-item): Fix edge case.
2147     modified files:
2148      lisp/muse-publish.el
2151 2006-01-28 02:47:07 GMT Michael Olson <mwolson@gnu.org> patch-9
2153     Summary:
2154       Add documentation to some publishing functions.
2155     Revision:
2156       muse--main--1.0--patch-9
2158     * lisp/muse-publish.el (muse-publish-mark-read-only)
2159       (muse-publish-mark-noemphasis): Add documentation.
2161     modified files:
2162      lisp/muse-publish.el
2165 2006-01-28 02:42:03 GMT Michael Olson <mwolson@gnu.org> patch-8
2167     Summary:
2168       Fix an error with `custom-quote'.
2169     Revision:
2170       muse--main--1.0--patch-8
2172     * lisp/muse-project.el: Require 'cus-edit, since that is where
2173       `custom-quote' is defined.
2174     
2175     * muse.texi: Use copyright symbol.
2177     modified files:
2178      lisp/muse-project.el muse.texi
2181 2006-01-25 18:27:53 GMT Michael Olson <mwolson@gnu.org> patch-7
2183     Summary:
2184       muse-registry: update from author.
2185     Revision:
2186       muse--main--1.0--patch-7
2188     * lisp/muse-registry.el: Update to newest version from author.
2189       Re-tabify.
2191     modified files:
2192      lisp/muse-registry.el
2195 2006-01-21 19:26:57 GMT Michael Olson <mwolson@gnu.org> patch-6
2197     Summary:
2198       muse-latex: Handle double-quote edge case.
2199     Revision:
2200       muse--main--1.0--patch-6
2202     * lisp/muse-latex.el (muse-latex-fixup-dquotes): Handle case when a quote
2203       character begins the buffer.
2205     modified files:
2206      lisp/muse-latex.el
2209 2006-01-21 18:47:33 GMT Michael Olson <mwolson@gnu.org> patch-5
2211     Summary:
2212       Allow beginning and ending empty elements in tables.
2213     Revision:
2214       muse--main--1.0--patch-5
2216     * lisp/muse-regexps.el (muse-table-field-regexp): Allow there to be no
2217       whitespace after the field if we're at the end of a line.
2218       (muse-table-line-regexp): Allow the table to start with a "|".  The
2219       resulting initial empty cell isn't yet thrown away like it should be.
2221     modified files:
2222      lisp/muse-regexps.el
2225 2006-01-21 02:45:36 GMT Michael Olson <mwolson@gnu.org> patch-4
2227     Summary:
2228       muse-latex: Use \url to publish bare URLs.
2229     Revision:
2230       muse--main--1.0--patch-4
2232     * lisp/muse-latex.el (muse-latex-markup-strings): Use \url instead of
2233       \href for bare URLs.  Thanks to Na Li for the suggestion!
2235     modified files:
2236      lisp/muse-latex.el
2239 2006-01-20 16:22:04 GMT Michael Olson <mwolson@gnu.org> patch-3
2241     Summary:
2242       Create parents of output directories.
2243     Revision:
2244       muse--main--1.0--patch-3
2246     * lisp/muse-project.el (muse-project-publish-file): Create parent
2247       directories as well, if the output directory does not exist.  This can
2248       happen when we have nested directories in a project.
2250     modified files:
2251      lisp/muse-project.el
2254 2006-01-20 15:54:21 GMT Michael Olson <mwolson@gnu.org> patch-2
2256     Summary:
2257       Pick a better default if publishing with more than one style.
2258     Revision:
2259       muse--main--1.0--patch-2
2261     * lisp/muse-project.el (muse-project-applicable-styles): Make sure that
2262       the list we return is in the right order.  That way, if more than one
2263       publishing rule matches a link, the first one is used, rather than the
2264       last.
2266     modified files:
2267      lisp/muse-project.el
2270 2006-01-19 15:55:19 GMT Michael Olson <mwolson@gnu.org> patch-1
2272     Summary:
2273       Oops, committed to the wrong archive.
2274     Revision:
2275       muse--main--1.0--patch-1
2277     Patches applied:
2278     
2279      * mwolson@gnu.org--2005/muse--main--1.0--patch-356
2280        Debian fixups.
2281     
2282      * mwolson@gnu.org--2005/muse--main--1.0--patch-357
2283        Another Debian fix.
2285     modified files:
2286      ChangeLog debian/emacsen-startup
2288     renamed files:
2289      debian/.arch-ids/NEWS.Debian.id
2290        ==> debian/.arch-ids/NEWS.id
2291      debian/NEWS.Debian
2292        ==> debian/NEWS
2294     new patches:
2295      mwolson@gnu.org--2005/muse--main--1.0--patch-356
2296      mwolson@gnu.org--2005/muse--main--1.0--patch-357
2299 2006-01-17 06:28:50 GMT Michael Olson <mwolson@gnu.org> base-0
2301     Summary:
2302       tag of mwolson@gnu.org--2005/muse--main--1.0--patch-355
2303     Revision:
2304       muse--main--1.0--base-0
2306     (automatically generated log message)
2308     new patches:
2309      ajk@iu.edu--2005/muse--ajk--1.0--base-0
2310      ajk@iu.edu--2005/muse--ajk--1.0--patch-1
2311      ajk@iu.edu--2005/muse--ajk--1.0--patch-2
2312      ajk@iu.edu--2005/muse--ajk--1.0--patch-3
2313      ajk@iu.edu--2005/muse--ajk--1.0--patch-4
2314      ajk@iu.edu--2005/muse--ajk--1.0--patch-5
2315      ajk@iu.edu--2005/muse--ajk--1.0--patch-6
2316      ajk@iu.edu--2005/muse--ajk--1.0--patch-7
2317      ajk@iu.edu--2005/muse--ajk--1.0--patch-8
2318      ajk@iu.edu--2005/muse--ajk--1.0--patch-9
2319      ajk@iu.edu--2005/muse--main--1.0--base-0
2320      ajk@iu.edu--2005/muse--main--1.0--patch-1
2321      ajk@iu.edu--2005/muse--main--1.0--patch-2
2322      davidsmith@acm.org--2005/muse--devo--1.0--base-0
2323      davidsmith@acm.org--main/muse--devo--1.0--base-0
2324      davidsmith@acm.org--main/muse--devo--1.0--patch-1
2325      davidsmith@acm.org--main/muse--devo--1.0--patch-2
2326      hodique@lifl.fr--2005/muse--yh--1.0--base-0
2327      hodique@lifl.fr--2005/muse--yh--1.0--patch-1
2328      hodique@lifl.fr--2005/muse--yh--1.0--patch-2
2329      hodique@lifl.fr--2005/muse--yh--1.0--patch-3
2330      hodique@lifl.fr--2005/muse--yh--1.0--patch-4
2331      hodique@lifl.fr--2005/muse--yh--1.0--patch-5
2332      hodique@lifl.fr--2005/muse--yh--1.0--patch-6
2333      hodique@lifl.fr--2005/muse--yh--1.0--patch-7
2334      hodique@lifl.fr--2005/muse--yh--1.0--patch-8
2335      hodique@lifl.fr--2005/muse--yh--1.0--patch-9
2336      hodique@lifl.fr--2005/muse--yh--1.0--patch-10
2337      hodique@lifl.fr--2005/muse--yh--1.0--patch-11
2338      hodique@lifl.fr--2005/muse--yh--1.0--patch-12
2339      hodique@lifl.fr--2005/muse--yh--1.0--patch-13
2340      hodique@lifl.fr--2005/muse--yh--1.0--patch-14
2341      hodique@lifl.fr--2005/muse--yh--1.0--patch-15
2342      hodique@lifl.fr--2005/muse--yh--1.0--patch-16
2343      hodique@lifl.fr--2005/muse--yh--1.0--patch-17
2344      hodique@lifl.fr--2005/muse--yh--1.0--patch-18
2345      hodique@lifl.fr--2005/muse--yh--1.0--patch-19
2346      hodique@lifl.fr--2005/muse--yh--1.0--patch-20
2347      hodique@lifl.fr--2005/muse--yh--1.0--patch-21
2348      hodique@lifl.fr--2005/muse--yh--1.0--patch-22
2349      hodique@lifl.fr--2005/muse--yh--1.0--patch-23
2350      hodique@lifl.fr--2005/muse--yh--1.0--patch-24
2351      hodique@lifl.fr--2005/muse--yh--1.0--patch-25
2352      hodique@lifl.fr--2005/muse--yh--1.0--patch-26
2353      hodique@lifl.fr--2005/muse--yh--1.0--patch-27
2354      hodique@lifl.fr--2005/muse--yh--1.0--patch-28
2355      hodique@lifl.fr--2005/muse--yh--1.0--patch-29
2356      hodique@lifl.fr--2005/muse--yh--1.0--patch-30
2357      hodique@lifl.fr--2005/muse--yh--1.0--patch-31
2358      hodique@lifl.fr--2005/muse--yh--1.0--patch-32
2359      hodique@lifl.fr--2005/muse--yh--1.0--patch-33
2360      hodique@lifl.fr--2005/muse--yh--1.0--patch-34
2361      hodique@lifl.fr--2005/muse--yh--1.0--patch-35
2362      hodique@lifl.fr--2005/muse--yh--1.0--patch-36
2363      hodique@lifl.fr--2005/muse--yh--1.0--patch-37
2364      hodique@lifl.fr--2005/muse--yh--1.0--patch-38
2365      hodique@lifl.fr--2005/muse--yh--1.0--patch-39
2366      hodique@lifl.fr--2005/muse--yh--1.0--patch-40
2367      hodique@lifl.fr--2005/muse--yh--1.0--patch-41
2368      hodique@lifl.fr--2005/muse--yh--1.0--patch-42
2369      hodique@lifl.fr--2005/muse--yh--1.0--patch-43
2370      hodique@lifl.fr--2005/muse--yh--1.0--patch-44
2371      hodique@lifl.fr--2005/muse--yh--1.0--patch-45
2372      jeho@jeho.org--2005/muse--jeho--1.0--base-0
2373      jeho@jeho.org--2005/muse--jeho--1.0--patch-1
2374      jeho@jeho.org--2005/muse--jeho--1.0--patch-2
2375      jeho@jeho.org--2005/muse--jeho--1.0--patch-3
2376      jeho@jeho.org--2005/muse--jeho--1.0--patch-4
2377      jeho@jeho.org--2005/muse--jeho--1.0--patch-5
2378      jeho@jeho.org--2005/muse--jeho--1.0--patch-6
2379      jeho@jeho.org--2005/muse--jeho--1.0--patch-7
2380      jeho@jeho.org--2005/muse--jeho--1.0--patch-8
2381      jeho@jeho.org--2005/muse--jeho--1.0--patch-9
2382      jeho@jeho.org--2005/muse--jeho--1.0--patch-10
2383      jeho@jeho.org--2005/muse--jeho--1.0--patch-11
2384      jeho@jeho.org--2005/muse--jeho--1.0--patch-12
2385      jeho@jeho.org--2005/muse--jeho--1.0--patch-13
2386      jeho@jeho.org--2005/muse--jeho--1.0--patch-14
2387      jeho@jeho.org--2005/muse--jeho--1.0--patch-15
2388      jeho@jeho.org--2005/muse--jeho--1.0--patch-16
2389      jeho@jeho.org--2005/muse--jeho--1.0--patch-17
2390      jeho@jeho.org--2005/muse--jeho--1.0--patch-18
2391      jeho@jeho.org--2005/muse--jeho--1.0--patch-19
2392      jeho@jeho.org--2005/muse--jeho--1.0--patch-20
2393      jeho@jeho.org--2005/muse--jeho--1.0--patch-21
2394      john@wjsullivan.net--2006/muse--johnsu01--0--base-0
2395      john@wjsullivan.net--2006/muse--johnsu01--0--patch-1
2396      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
2397      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
2398      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
2399      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
2400      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
2401      mwolson@gnu.org--2005/muse--main--1.0--base-0
2402      mwolson@gnu.org--2005/muse--main--1.0--patch-1
2403      mwolson@gnu.org--2005/muse--main--1.0--patch-2
2404      mwolson@gnu.org--2005/muse--main--1.0--patch-3
2405      mwolson@gnu.org--2005/muse--main--1.0--patch-4
2406      mwolson@gnu.org--2005/muse--main--1.0--patch-5
2407      mwolson@gnu.org--2005/muse--main--1.0--patch-6
2408      mwolson@gnu.org--2005/muse--main--1.0--patch-7
2409      mwolson@gnu.org--2005/muse--main--1.0--patch-8
2410      mwolson@gnu.org--2005/muse--main--1.0--patch-9
2411      mwolson@gnu.org--2005/muse--main--1.0--patch-10
2412      mwolson@gnu.org--2005/muse--main--1.0--patch-11
2413      mwolson@gnu.org--2005/muse--main--1.0--patch-12
2414      mwolson@gnu.org--2005/muse--main--1.0--patch-13
2415      mwolson@gnu.org--2005/muse--main--1.0--patch-14
2416      mwolson@gnu.org--2005/muse--main--1.0--patch-15
2417      mwolson@gnu.org--2005/muse--main--1.0--patch-16
2418      mwolson@gnu.org--2005/muse--main--1.0--patch-17
2419      mwolson@gnu.org--2005/muse--main--1.0--patch-18
2420      mwolson@gnu.org--2005/muse--main--1.0--patch-19
2421      mwolson@gnu.org--2005/muse--main--1.0--patch-20
2422      mwolson@gnu.org--2005/muse--main--1.0--patch-21
2423      mwolson@gnu.org--2005/muse--main--1.0--patch-22
2424      mwolson@gnu.org--2005/muse--main--1.0--patch-23
2425      mwolson@gnu.org--2005/muse--main--1.0--patch-24
2426      mwolson@gnu.org--2005/muse--main--1.0--patch-25
2427      mwolson@gnu.org--2005/muse--main--1.0--patch-26
2428      mwolson@gnu.org--2005/muse--main--1.0--patch-27
2429      mwolson@gnu.org--2005/muse--main--1.0--patch-28
2430      mwolson@gnu.org--2005/muse--main--1.0--patch-29
2431      mwolson@gnu.org--2005/muse--main--1.0--patch-30
2432      mwolson@gnu.org--2005/muse--main--1.0--patch-31
2433      mwolson@gnu.org--2005/muse--main--1.0--patch-32
2434      mwolson@gnu.org--2005/muse--main--1.0--patch-33
2435      mwolson@gnu.org--2005/muse--main--1.0--patch-34
2436      mwolson@gnu.org--2005/muse--main--1.0--patch-35
2437      mwolson@gnu.org--2005/muse--main--1.0--patch-36
2438      mwolson@gnu.org--2005/muse--main--1.0--patch-37
2439      mwolson@gnu.org--2005/muse--main--1.0--patch-38
2440      mwolson@gnu.org--2005/muse--main--1.0--patch-39
2441      mwolson@gnu.org--2005/muse--main--1.0--patch-40
2442      mwolson@gnu.org--2005/muse--main--1.0--patch-41
2443      mwolson@gnu.org--2005/muse--main--1.0--patch-42
2444      mwolson@gnu.org--2005/muse--main--1.0--patch-43
2445      mwolson@gnu.org--2005/muse--main--1.0--patch-44
2446      mwolson@gnu.org--2005/muse--main--1.0--patch-45
2447      mwolson@gnu.org--2005/muse--main--1.0--patch-46
2448      mwolson@gnu.org--2005/muse--main--1.0--patch-47
2449      mwolson@gnu.org--2005/muse--main--1.0--patch-48
2450      mwolson@gnu.org--2005/muse--main--1.0--patch-49
2451      mwolson@gnu.org--2005/muse--main--1.0--patch-50
2452      mwolson@gnu.org--2005/muse--main--1.0--patch-51
2453      mwolson@gnu.org--2005/muse--main--1.0--patch-52
2454      mwolson@gnu.org--2005/muse--main--1.0--patch-53
2455      mwolson@gnu.org--2005/muse--main--1.0--patch-54
2456      mwolson@gnu.org--2005/muse--main--1.0--patch-55
2457      mwolson@gnu.org--2005/muse--main--1.0--patch-56
2458      mwolson@gnu.org--2005/muse--main--1.0--patch-57
2459      mwolson@gnu.org--2005/muse--main--1.0--patch-58
2460      mwolson@gnu.org--2005/muse--main--1.0--patch-59
2461      mwolson@gnu.org--2005/muse--main--1.0--patch-60
2462      mwolson@gnu.org--2005/muse--main--1.0--patch-61
2463      mwolson@gnu.org--2005/muse--main--1.0--patch-62
2464      mwolson@gnu.org--2005/muse--main--1.0--patch-63
2465      mwolson@gnu.org--2005/muse--main--1.0--patch-64
2466      mwolson@gnu.org--2005/muse--main--1.0--patch-65
2467      mwolson@gnu.org--2005/muse--main--1.0--patch-66
2468      mwolson@gnu.org--2005/muse--main--1.0--patch-67
2469      mwolson@gnu.org--2005/muse--main--1.0--patch-68
2470      mwolson@gnu.org--2005/muse--main--1.0--patch-69
2471      mwolson@gnu.org--2005/muse--main--1.0--patch-70
2472      mwolson@gnu.org--2005/muse--main--1.0--patch-71
2473      mwolson@gnu.org--2005/muse--main--1.0--patch-72
2474      mwolson@gnu.org--2005/muse--main--1.0--patch-73
2475      mwolson@gnu.org--2005/muse--main--1.0--patch-74
2476      mwolson@gnu.org--2005/muse--main--1.0--patch-75
2477      mwolson@gnu.org--2005/muse--main--1.0--patch-76
2478      mwolson@gnu.org--2005/muse--main--1.0--patch-77
2479      mwolson@gnu.org--2005/muse--main--1.0--patch-78
2480      mwolson@gnu.org--2005/muse--main--1.0--patch-79
2481      mwolson@gnu.org--2005/muse--main--1.0--patch-80
2482      mwolson@gnu.org--2005/muse--main--1.0--patch-81
2483      mwolson@gnu.org--2005/muse--main--1.0--patch-82
2484      mwolson@gnu.org--2005/muse--main--1.0--patch-83
2485      mwolson@gnu.org--2005/muse--main--1.0--patch-84
2486      mwolson@gnu.org--2005/muse--main--1.0--patch-85
2487      mwolson@gnu.org--2005/muse--main--1.0--patch-86
2488      mwolson@gnu.org--2005/muse--main--1.0--patch-87
2489      mwolson@gnu.org--2005/muse--main--1.0--patch-88
2490      mwolson@gnu.org--2005/muse--main--1.0--patch-89
2491      mwolson@gnu.org--2005/muse--main--1.0--patch-90
2492      mwolson@gnu.org--2005/muse--main--1.0--patch-91
2493      mwolson@gnu.org--2005/muse--main--1.0--patch-92
2494      mwolson@gnu.org--2005/muse--main--1.0--patch-93
2495      mwolson@gnu.org--2005/muse--main--1.0--patch-94
2496      mwolson@gnu.org--2005/muse--main--1.0--patch-95
2497      mwolson@gnu.org--2005/muse--main--1.0--patch-96
2498      mwolson@gnu.org--2005/muse--main--1.0--patch-97
2499      mwolson@gnu.org--2005/muse--main--1.0--patch-98
2500      mwolson@gnu.org--2005/muse--main--1.0--patch-99
2501      mwolson@gnu.org--2005/muse--main--1.0--patch-100
2502      mwolson@gnu.org--2005/muse--main--1.0--patch-101
2503      mwolson@gnu.org--2005/muse--main--1.0--patch-102
2504      mwolson@gnu.org--2005/muse--main--1.0--patch-103
2505      mwolson@gnu.org--2005/muse--main--1.0--patch-104
2506      mwolson@gnu.org--2005/muse--main--1.0--patch-105
2507      mwolson@gnu.org--2005/muse--main--1.0--patch-106
2508      mwolson@gnu.org--2005/muse--main--1.0--patch-107
2509      mwolson@gnu.org--2005/muse--main--1.0--patch-108
2510      mwolson@gnu.org--2005/muse--main--1.0--patch-109
2511      mwolson@gnu.org--2005/muse--main--1.0--patch-110
2512      mwolson@gnu.org--2005/muse--main--1.0--patch-111
2513      mwolson@gnu.org--2005/muse--main--1.0--patch-112
2514      mwolson@gnu.org--2005/muse--main--1.0--patch-113
2515      mwolson@gnu.org--2005/muse--main--1.0--patch-114
2516      mwolson@gnu.org--2005/muse--main--1.0--patch-115
2517      mwolson@gnu.org--2005/muse--main--1.0--patch-116
2518      mwolson@gnu.org--2005/muse--main--1.0--patch-117
2519      mwolson@gnu.org--2005/muse--main--1.0--patch-118
2520      mwolson@gnu.org--2005/muse--main--1.0--patch-119
2521      mwolson@gnu.org--2005/muse--main--1.0--patch-120
2522      mwolson@gnu.org--2005/muse--main--1.0--patch-121
2523      mwolson@gnu.org--2005/muse--main--1.0--patch-122
2524      mwolson@gnu.org--2005/muse--main--1.0--patch-123
2525      mwolson@gnu.org--2005/muse--main--1.0--patch-124
2526      mwolson@gnu.org--2005/muse--main--1.0--patch-125
2527      mwolson@gnu.org--2005/muse--main--1.0--patch-126
2528      mwolson@gnu.org--2005/muse--main--1.0--patch-127
2529      mwolson@gnu.org--2005/muse--main--1.0--patch-128
2530      mwolson@gnu.org--2005/muse--main--1.0--patch-129
2531      mwolson@gnu.org--2005/muse--main--1.0--patch-130
2532      mwolson@gnu.org--2005/muse--main--1.0--patch-131
2533      mwolson@gnu.org--2005/muse--main--1.0--patch-132
2534      mwolson@gnu.org--2005/muse--main--1.0--patch-133
2535      mwolson@gnu.org--2005/muse--main--1.0--patch-134
2536      mwolson@gnu.org--2005/muse--main--1.0--patch-135
2537      mwolson@gnu.org--2005/muse--main--1.0--patch-136
2538      mwolson@gnu.org--2005/muse--main--1.0--patch-137
2539      mwolson@gnu.org--2005/muse--main--1.0--patch-138
2540      mwolson@gnu.org--2005/muse--main--1.0--patch-139
2541      mwolson@gnu.org--2005/muse--main--1.0--patch-140
2542      mwolson@gnu.org--2005/muse--main--1.0--patch-141
2543      mwolson@gnu.org--2005/muse--main--1.0--patch-142
2544      mwolson@gnu.org--2005/muse--main--1.0--patch-143
2545      mwolson@gnu.org--2005/muse--main--1.0--patch-144
2546      mwolson@gnu.org--2005/muse--main--1.0--patch-145
2547      mwolson@gnu.org--2005/muse--main--1.0--patch-146
2548      mwolson@gnu.org--2005/muse--main--1.0--patch-147
2549      mwolson@gnu.org--2005/muse--main--1.0--patch-148
2550      mwolson@gnu.org--2005/muse--main--1.0--patch-149
2551      mwolson@gnu.org--2005/muse--main--1.0--patch-150
2552      mwolson@gnu.org--2005/muse--main--1.0--patch-151
2553      mwolson@gnu.org--2005/muse--main--1.0--patch-152
2554      mwolson@gnu.org--2005/muse--main--1.0--patch-153
2555      mwolson@gnu.org--2005/muse--main--1.0--patch-154
2556      mwolson@gnu.org--2005/muse--main--1.0--patch-155
2557      mwolson@gnu.org--2005/muse--main--1.0--patch-156
2558      mwolson@gnu.org--2005/muse--main--1.0--patch-157
2559      mwolson@gnu.org--2005/muse--main--1.0--patch-158
2560      mwolson@gnu.org--2005/muse--main--1.0--patch-159
2561      mwolson@gnu.org--2005/muse--main--1.0--patch-160
2562      mwolson@gnu.org--2005/muse--main--1.0--patch-161
2563      mwolson@gnu.org--2005/muse--main--1.0--patch-162
2564      mwolson@gnu.org--2005/muse--main--1.0--patch-163
2565      mwolson@gnu.org--2005/muse--main--1.0--patch-164
2566      mwolson@gnu.org--2005/muse--main--1.0--patch-165
2567      mwolson@gnu.org--2005/muse--main--1.0--patch-166
2568      mwolson@gnu.org--2005/muse--main--1.0--patch-167
2569      mwolson@gnu.org--2005/muse--main--1.0--patch-168
2570      mwolson@gnu.org--2005/muse--main--1.0--patch-169
2571      mwolson@gnu.org--2005/muse--main--1.0--patch-170
2572      mwolson@gnu.org--2005/muse--main--1.0--patch-171
2573      mwolson@gnu.org--2005/muse--main--1.0--patch-172
2574      mwolson@gnu.org--2005/muse--main--1.0--patch-173
2575      mwolson@gnu.org--2005/muse--main--1.0--patch-174
2576      mwolson@gnu.org--2005/muse--main--1.0--patch-175
2577      mwolson@gnu.org--2005/muse--main--1.0--patch-176
2578      mwolson@gnu.org--2005/muse--main--1.0--patch-177
2579      mwolson@gnu.org--2005/muse--main--1.0--patch-178
2580      mwolson@gnu.org--2005/muse--main--1.0--patch-179
2581      mwolson@gnu.org--2005/muse--main--1.0--patch-180
2582      mwolson@gnu.org--2005/muse--main--1.0--patch-181
2583      mwolson@gnu.org--2005/muse--main--1.0--patch-182
2584      mwolson@gnu.org--2005/muse--main--1.0--patch-183
2585      mwolson@gnu.org--2005/muse--main--1.0--patch-184
2586      mwolson@gnu.org--2005/muse--main--1.0--patch-185
2587      mwolson@gnu.org--2005/muse--main--1.0--patch-186
2588      mwolson@gnu.org--2005/muse--main--1.0--patch-187
2589      mwolson@gnu.org--2005/muse--main--1.0--patch-188
2590      mwolson@gnu.org--2005/muse--main--1.0--patch-189
2591      mwolson@gnu.org--2005/muse--main--1.0--patch-190
2592      mwolson@gnu.org--2005/muse--main--1.0--patch-191
2593      mwolson@gnu.org--2005/muse--main--1.0--patch-192
2594      mwolson@gnu.org--2005/muse--main--1.0--patch-193
2595      mwolson@gnu.org--2005/muse--main--1.0--patch-194
2596      mwolson@gnu.org--2005/muse--main--1.0--patch-195
2597      mwolson@gnu.org--2005/muse--main--1.0--patch-196
2598      mwolson@gnu.org--2005/muse--main--1.0--patch-197
2599      mwolson@gnu.org--2005/muse--main--1.0--patch-198
2600      mwolson@gnu.org--2005/muse--main--1.0--patch-199
2601      mwolson@gnu.org--2005/muse--main--1.0--patch-200
2602      mwolson@gnu.org--2005/muse--main--1.0--patch-201
2603      mwolson@gnu.org--2005/muse--main--1.0--patch-202
2604      mwolson@gnu.org--2005/muse--main--1.0--patch-203
2605      mwolson@gnu.org--2005/muse--main--1.0--patch-204
2606      mwolson@gnu.org--2005/muse--main--1.0--patch-205
2607      mwolson@gnu.org--2005/muse--main--1.0--patch-206
2608      mwolson@gnu.org--2005/muse--main--1.0--patch-207
2609      mwolson@gnu.org--2005/muse--main--1.0--patch-208
2610      mwolson@gnu.org--2005/muse--main--1.0--patch-209
2611      mwolson@gnu.org--2005/muse--main--1.0--patch-210
2612      mwolson@gnu.org--2005/muse--main--1.0--patch-211
2613      mwolson@gnu.org--2005/muse--main--1.0--patch-212
2614      mwolson@gnu.org--2005/muse--main--1.0--patch-213
2615      mwolson@gnu.org--2005/muse--main--1.0--patch-214
2616      mwolson@gnu.org--2005/muse--main--1.0--patch-215
2617      mwolson@gnu.org--2005/muse--main--1.0--patch-216
2618      mwolson@gnu.org--2005/muse--main--1.0--patch-217
2619      mwolson@gnu.org--2005/muse--main--1.0--patch-218
2620      mwolson@gnu.org--2005/muse--main--1.0--patch-219
2621      mwolson@gnu.org--2005/muse--main--1.0--patch-220
2622      mwolson@gnu.org--2005/muse--main--1.0--patch-221
2623      mwolson@gnu.org--2005/muse--main--1.0--patch-222
2624      mwolson@gnu.org--2005/muse--main--1.0--patch-223
2625      mwolson@gnu.org--2005/muse--main--1.0--patch-224
2626      mwolson@gnu.org--2005/muse--main--1.0--patch-225
2627      mwolson@gnu.org--2005/muse--main--1.0--patch-226
2628      mwolson@gnu.org--2005/muse--main--1.0--patch-227
2629      mwolson@gnu.org--2005/muse--main--1.0--patch-228
2630      mwolson@gnu.org--2005/muse--main--1.0--patch-229
2631      mwolson@gnu.org--2005/muse--main--1.0--patch-230
2632      mwolson@gnu.org--2005/muse--main--1.0--patch-231
2633      mwolson@gnu.org--2005/muse--main--1.0--patch-232
2634      mwolson@gnu.org--2005/muse--main--1.0--patch-233
2635      mwolson@gnu.org--2005/muse--main--1.0--patch-234
2636      mwolson@gnu.org--2005/muse--main--1.0--patch-235
2637      mwolson@gnu.org--2005/muse--main--1.0--patch-236
2638      mwolson@gnu.org--2005/muse--main--1.0--patch-237
2639      mwolson@gnu.org--2005/muse--main--1.0--patch-238
2640      mwolson@gnu.org--2005/muse--main--1.0--patch-239
2641      mwolson@gnu.org--2005/muse--main--1.0--patch-240
2642      mwolson@gnu.org--2005/muse--main--1.0--patch-241
2643      mwolson@gnu.org--2005/muse--main--1.0--patch-242
2644      mwolson@gnu.org--2005/muse--main--1.0--patch-243
2645      mwolson@gnu.org--2005/muse--main--1.0--patch-244
2646      mwolson@gnu.org--2005/muse--main--1.0--patch-245
2647      mwolson@gnu.org--2005/muse--main--1.0--patch-246
2648      mwolson@gnu.org--2005/muse--main--1.0--patch-247
2649      mwolson@gnu.org--2005/muse--main--1.0--patch-248
2650      mwolson@gnu.org--2005/muse--main--1.0--patch-249
2651      mwolson@gnu.org--2005/muse--main--1.0--patch-250
2652      mwolson@gnu.org--2005/muse--main--1.0--patch-251
2653      mwolson@gnu.org--2005/muse--main--1.0--patch-252
2654      mwolson@gnu.org--2005/muse--main--1.0--patch-253
2655      mwolson@gnu.org--2005/muse--main--1.0--patch-254
2656      mwolson@gnu.org--2005/muse--main--1.0--patch-255
2657      mwolson@gnu.org--2005/muse--main--1.0--patch-256
2658      mwolson@gnu.org--2005/muse--main--1.0--patch-257
2659      mwolson@gnu.org--2005/muse--main--1.0--patch-258
2660      mwolson@gnu.org--2005/muse--main--1.0--patch-259
2661      mwolson@gnu.org--2005/muse--main--1.0--patch-260
2662      mwolson@gnu.org--2005/muse--main--1.0--patch-261
2663      mwolson@gnu.org--2005/muse--main--1.0--patch-262
2664      mwolson@gnu.org--2005/muse--main--1.0--patch-263
2665      mwolson@gnu.org--2005/muse--main--1.0--patch-264
2666      mwolson@gnu.org--2005/muse--main--1.0--patch-265
2667      mwolson@gnu.org--2005/muse--main--1.0--patch-266
2668      mwolson@gnu.org--2005/muse--main--1.0--patch-267
2669      mwolson@gnu.org--2005/muse--main--1.0--patch-268
2670      mwolson@gnu.org--2005/muse--main--1.0--patch-269
2671      mwolson@gnu.org--2005/muse--main--1.0--patch-270
2672      mwolson@gnu.org--2005/muse--main--1.0--patch-271
2673      mwolson@gnu.org--2005/muse--main--1.0--patch-272
2674      mwolson@gnu.org--2005/muse--main--1.0--patch-273
2675      mwolson@gnu.org--2005/muse--main--1.0--patch-274
2676      mwolson@gnu.org--2005/muse--main--1.0--patch-275
2677      mwolson@gnu.org--2005/muse--main--1.0--patch-276
2678      mwolson@gnu.org--2005/muse--main--1.0--patch-277
2679      mwolson@gnu.org--2005/muse--main--1.0--patch-278
2680      mwolson@gnu.org--2005/muse--main--1.0--patch-279
2681      mwolson@gnu.org--2005/muse--main--1.0--patch-280
2682      mwolson@gnu.org--2005/muse--main--1.0--patch-281
2683      mwolson@gnu.org--2005/muse--main--1.0--patch-282
2684      mwolson@gnu.org--2005/muse--main--1.0--patch-283
2685      mwolson@gnu.org--2005/muse--main--1.0--patch-284
2686      mwolson@gnu.org--2005/muse--main--1.0--patch-285
2687      mwolson@gnu.org--2005/muse--main--1.0--patch-286
2688      mwolson@gnu.org--2005/muse--main--1.0--patch-287
2689      mwolson@gnu.org--2005/muse--main--1.0--patch-288
2690      mwolson@gnu.org--2005/muse--main--1.0--patch-289
2691      mwolson@gnu.org--2005/muse--main--1.0--patch-290
2692      mwolson@gnu.org--2005/muse--main--1.0--patch-291
2693      mwolson@gnu.org--2005/muse--main--1.0--patch-292
2694      mwolson@gnu.org--2005/muse--main--1.0--patch-293
2695      mwolson@gnu.org--2005/muse--main--1.0--patch-294
2696      mwolson@gnu.org--2005/muse--main--1.0--patch-295
2697      mwolson@gnu.org--2005/muse--main--1.0--patch-296
2698      mwolson@gnu.org--2005/muse--main--1.0--patch-297
2699      mwolson@gnu.org--2005/muse--main--1.0--patch-298
2700      mwolson@gnu.org--2005/muse--main--1.0--patch-299
2701      mwolson@gnu.org--2005/muse--main--1.0--patch-300
2702      mwolson@gnu.org--2005/muse--main--1.0--patch-301
2703      mwolson@gnu.org--2005/muse--main--1.0--patch-302
2704      mwolson@gnu.org--2005/muse--main--1.0--patch-303
2705      mwolson@gnu.org--2005/muse--main--1.0--patch-304
2706      mwolson@gnu.org--2005/muse--main--1.0--patch-305
2707      mwolson@gnu.org--2005/muse--main--1.0--patch-306
2708      mwolson@gnu.org--2005/muse--main--1.0--patch-307
2709      mwolson@gnu.org--2005/muse--main--1.0--patch-308
2710      mwolson@gnu.org--2005/muse--main--1.0--patch-309
2711      mwolson@gnu.org--2005/muse--main--1.0--patch-310
2712      mwolson@gnu.org--2005/muse--main--1.0--patch-311
2713      mwolson@gnu.org--2005/muse--main--1.0--patch-312
2714      mwolson@gnu.org--2005/muse--main--1.0--patch-313
2715      mwolson@gnu.org--2005/muse--main--1.0--patch-314
2716      mwolson@gnu.org--2005/muse--main--1.0--patch-315
2717      mwolson@gnu.org--2005/muse--main--1.0--patch-316
2718      mwolson@gnu.org--2005/muse--main--1.0--patch-317
2719      mwolson@gnu.org--2005/muse--main--1.0--patch-318
2720      mwolson@gnu.org--2005/muse--main--1.0--patch-319
2721      mwolson@gnu.org--2005/muse--main--1.0--patch-320
2722      mwolson@gnu.org--2005/muse--main--1.0--patch-321
2723      mwolson@gnu.org--2005/muse--main--1.0--patch-322
2724      mwolson@gnu.org--2005/muse--main--1.0--patch-323
2725      mwolson@gnu.org--2005/muse--main--1.0--patch-324
2726      mwolson@gnu.org--2005/muse--main--1.0--patch-325
2727      mwolson@gnu.org--2005/muse--main--1.0--patch-326
2728      mwolson@gnu.org--2005/muse--main--1.0--patch-327
2729      mwolson@gnu.org--2005/muse--main--1.0--patch-328
2730      mwolson@gnu.org--2005/muse--main--1.0--patch-329
2731      mwolson@gnu.org--2005/muse--main--1.0--patch-330
2732      mwolson@gnu.org--2005/muse--main--1.0--patch-331
2733      mwolson@gnu.org--2005/muse--main--1.0--patch-332
2734      mwolson@gnu.org--2005/muse--main--1.0--patch-333
2735      mwolson@gnu.org--2005/muse--main--1.0--patch-334
2736      mwolson@gnu.org--2005/muse--main--1.0--patch-335
2737      mwolson@gnu.org--2005/muse--main--1.0--patch-336
2738      mwolson@gnu.org--2005/muse--main--1.0--patch-337
2739      mwolson@gnu.org--2005/muse--main--1.0--patch-338
2740      mwolson@gnu.org--2005/muse--main--1.0--patch-339
2741      mwolson@gnu.org--2005/muse--main--1.0--patch-340
2742      mwolson@gnu.org--2005/muse--main--1.0--patch-341
2743      mwolson@gnu.org--2005/muse--main--1.0--patch-342
2744      mwolson@gnu.org--2005/muse--main--1.0--patch-343
2745      mwolson@gnu.org--2005/muse--main--1.0--patch-344
2746      mwolson@gnu.org--2005/muse--main--1.0--patch-345
2747      mwolson@gnu.org--2005/muse--main--1.0--patch-346
2748      mwolson@gnu.org--2005/muse--main--1.0--patch-347
2749      mwolson@gnu.org--2005/muse--main--1.0--patch-348
2750      mwolson@gnu.org--2005/muse--main--1.0--patch-349
2751      mwolson@gnu.org--2005/muse--main--1.0--patch-350
2752      mwolson@gnu.org--2005/muse--main--1.0--patch-351
2753      mwolson@gnu.org--2005/muse--main--1.0--patch-352
2754      mwolson@gnu.org--2005/muse--main--1.0--patch-353
2755      mwolson@gnu.org--2005/muse--main--1.0--patch-354
2756      mwolson@gnu.org--2005/muse--main--1.0--patch-355
2757      mwolson@gnu.org--2005/muse--rel--3.02--base-0
2758      mwolson@gnu.org--2005/muse--rel--3.02--patch-1
2759      mwolson@gnu.org--2005/muse--rel--3.02--patch-2
2760      mwolson@gnu.org--2005/muse--rel--3.02--patch-3
2761      mwolson@gnu.org--2005/muse--rel--3.02--patch-4
2762      mwolson@gnu.org--2005/muse--rel--3.02--patch-5
2763      mwolson@gnu.org--2005/muse--rel--3.02--patch-6
2764      mwolson@gnu.org--2005/muse--rel--3.02--patch-7
2765      mwolson@gnu.org--2005/muse--rel--3.02--patch-8
2766      mwolson@gnu.org--2005/muse--rel--3.02--patch-11
2767      mwolson@gnu.org--2005/muse--rel--3.02--patch-13
2768      mwolson@gnu.org--2005/muse--rel--3.02--patch-14
2769      mwolson@gnu.org--2005/muse--rel--3.02--patch-15
2770      mwolson@gnu.org--2005/muse--rel--3.02--patch-17
2771      mwolson@gnu.org--2005/muse--rel--3.02--patch-18
2772      mwolson@gnu.org--2005/muse--rel--3.02--patch-19
2773      mwolson@gnu.org--2005/muse--rel--3.02--patch-20
2774      mwolson@gnu.org--2005/muse--rel--3.02--patch-21
2775      mwolson@gnu.org--2005/muse--rel--3.02--patch-22
2776      mwolson@gnu.org--2005/muse--rel--3.02--patch-23
2777      mwolson@gnu.org--2005/muse--rel--3.02--patch-25
2778      mwolson@gnu.org--2005/muse--rel--3.02--patch-27
2779      mwolson@gnu.org--2005/muse--rel--3.02--patch-28
2780      mwolson@gnu.org--2005/muse--rel--3.02--patch-29
2781      mwolson@gnu.org--2005/muse--rel--3.02--patch-35
2782      mwolson@gnu.org--2005/muse--rel--3.02--patch-36
2783      mwolson@gnu.org--2005/muse--rel--3.02--patch-37
2784      mwolson@gnu.org--2005/muse--rel--3.02--patch-53
2785      mwolson@gnu.org--2005/muse--rel--3.02--patch-54
2786      mwolson@gnu.org--2005/muse--rel--3.02--patch-55
2787      mwolson@gnu.org--2005/muse--rel--3.02--patch-56
2788      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
2789      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
2790      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
2791      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
2792      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
2793      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
2794      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
2795      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
2796      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
2797      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
2798      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
2799      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
2800      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8