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