Update my example Muse settings.
[muse-el.git] / ChangeLog
blob071c635e8b596a6b54dde84c93c6e0e4549cf625
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
7     Summary:
8       Update my example Muse settings.
9     Revision:
10       muse--main--1.0--patch-30
12     * examples/mwolson/muse-init.el: Update from my latest version.
13       (muse-project-alist): Remove the francais part of my blog.
14       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
15       into this and `my-muse-mode-fill-nobreak-p'.
16       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
17       this is the best way to accomplish this.
18       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
19       characters in the title.
20       (my-muse-prepare-entry-for-xanga): Treat example regions better.
22     modified files:
23      ChangeLog examples/mwolson/muse-init.el
26 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
28     Summary:
29       Add simple `muse-version' function.
30     Revision:
31       muse--main--1.0--patch-29
33     * muse.el (muse-version): New function that displays the value of the
34       `muse-version' variable.  This should be easier for the user to type
35       than C-h v muse-version.
37     modified files:
38      ChangeLog muse.el
41 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
43     Summary:
44       Don't compile documentation by default.
45     Revision:
46       muse--main--1.0--patch-28
48     * Makefile (all): Don't compile documentation by default.
49       (doc): Use this rule to compile documentation.
51     modified files:
52      ChangeLog Makefile
55 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
57     Summary:
58       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
59     Revision:
60       muse--main--1.0--patch-27
62     2005-04-16  Michael Olson  <mwolson@gnu.org>
63     
64         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
65         johnw. If a journal entry's title is a [[link]], then an
66         <enclosure> tag will be added to the XML data giving the size and
67         MIME type of the link target.  This makes podcasting with Muse
68         trivial.
69         (muse-journal-rss-entry-template): Add enclosure usage to example.
70         (muse-journal-rss-munge-buffer): Implement enclosures.
72     modified files:
73      ChangeLog muse-journal.el
76 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
78     Summary:
79       Standardize source headers, appease elint, don't require planner
80     Revision:
81       muse--main--1.0--patch-26
83     2005-04-15  Michael Olson  <mwolson@gnu.org>
84     
85         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
86         `scripts' directory since it really isn't part of Muse proper; it
87         is used to generate Muse output from the command line.
88     
89         * muse-blosxom.el: Handle case where planner is not loaded so that
90         it isn't a hard requirement.
91     
92         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
93         that elint doesn't complain.
94     
95         * muse-message.el (muse-message-markup-link): Don't throw up on
96         links with no description.
97     
98         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
99         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
100         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
101         muse-project.el, muse-publish.el, muse-regexps.el,
102         muse-texinfo.el, muse.el: Add standard header for each file in
103         preparation for the initial release, which will hopefully happen
104         sometime within the next month.
105     
107     removed files:
108      experimental/.arch-ids/=id
110     modified files:
111      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
112      muse-convert.el muse-docbook.el muse-html.el muse-http.el
113      muse-journal.el muse-latex.el muse-message.el muse-mode.el
114      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
115      muse-texinfo.el muse.el
117     renamed files:
118      .arch-ids/muse-build.el.id
119        ==> scripts/.arch-ids/muse-build.el.id
120      muse-build.el
121        ==> scripts/muse-build.el
123     removed directories:
124      experimental experimental/.arch-ids
127 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
129     Summary:
130       Merge contents of muse-latexcjk.el into muse-latex.el.
131     Revision:
132       muse--main--1.0--patch-25
134     2005-04-14  Michael Olson  <mwolson@gnu.org>
135     
136         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
137         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
138         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
139         Merge in from muse-latexcjk.el.
140     
141         * muse-latexcjk.el: Removed, functionality merged with
142         muse-latex.el
144     removed files:
145      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
147     modified files:
148      ChangeLog muse-latex.el
151 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
153     Summary:
154       Merge muse-xhtml.el into muse-html.el.
155     Revision:
156       muse--main--1.0--patch-24
158     2005-04-06  Michael Olson  <mwolson@gnu.org>
159     
160         * examples/mwolson/muse-init.el: Update with respect to the
161         muse-xhtml.el merge.
162     
163         * muse-html.el: The contents of muse-xhtml.el have been merged in
164         as advised by John Wiegley.
165         (muse-html-style-sheet): Add example for XHTML use in the
166         function's documentation.
167         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
168         Moved from muse-xhtml.el.
169     
170         * muse-xhtml.el: Removed; contents merged into muse-html.el.
172     removed files:
173      .arch-ids/muse-xhtml.el.id muse-xhtml.el
175     modified files:
176      ChangeLog examples/mwolson/muse-init.el muse-html.el
179 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
181     Summary:
182       Try to fix regexps for Emacs 21.4.
183     Revision:
184       muse--main--1.0--patch-23
186     2005-04-05  Michael Olson  <mwolson@gnu.org>
187     
188         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
189         for Emacs 21.4.
191     modified files:
192      ChangeLog muse-regexps.el
195 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
197     Summary:
198       Add comments to the publish-project example script
199     Revision:
200       muse--main--1.0--patch-22
202     2005-04-01  Michael Olson  <mwolson@gnu.org>
203     
204         * examples/publish-project: Moved here from
205         scripts/publish-project.  Added a few comments so people know what
206         it is used for.
208     modified files:
209      ChangeLog examples/publish-project
211     renamed files:
212      scripts/.arch-ids/publish-project.id
213        ==> examples/.arch-ids/publish-project.id
214      scripts/publish-project
215        ==> examples/publish-project
218 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
220     Summary:
221       New XHTML style, add more examples to my sample muse config
222     Revision:
223       muse--main--1.0--patch-21
225     2005-03-31  Michael Olson  <mwolson@gnu.org>
226     
227         * examples/mwolson/muse-init.el: Give an example of deriving a
228         custom publishing style.
229         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
230         (my-muse-prepare-entry-for-xanga): Mangle the published output
231         from a blosxom project and copy the result to the clipboard for
232         easy pasting into Xanga's web form.  The file is untouched.
233     
234         * muse-html.el (muse-html-style-sheet): Include the <style
235         type="text/css"></style> wrapper around the example.
236         (muse-html-header): Don't add <style type="text/css"></style>
237         around the value of `muse-html-style-sheet' anymore.  This allows
238         for the option of putting your stylesheet(s) in a separate file.
239         An example of this is given in the documentation for this
240         variable.
241     
242         * muse-xhtml: New file that implements a publishing style which is
243         derived from HTML mode.  It uses a slightly modified version of
244         the HTML markup rules to generate XHTML-compliant output.
245     
246         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
247         "blosxom" style has been renamed to "blosxom-html".  Fix a few
248         header gaffes.
249     
250         * muse-journal.el: Add new "journal-xhtml" style.
251     
252         * muse-message.el: Add new "message-xhtml" style.
254     new files:
255      .arch-ids/muse-xhtml.el.id muse-xhtml.el
257     modified files:
258      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
259      muse-html.el muse-journal.el muse-message.el
262 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
264     Summary:
265       Add my muse configuration to the examples
266     Revision:
267       muse--main--1.0--patch-20
269     2005-03-24  Michael Olson  <mwolson@gnu.org>
270     
271         * examples/johnw: Move John Wiegley's configuration to this
272         directory.
273     
274         * examples/mwolson: My configuration files go here.
275     
276         * examples/mwolson/muse-init.el: My Muse configuration file.  I
277         just figured out how to keep links from being spell-checked or
278         split up by fill-mode, so the implementation of this may be found
279         here.  I also made a function that sets up a blog entry for me.
281     new files:
282      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
283      examples/mwolson/.arch-ids/muse-init.el.id
284      examples/mwolson/muse-init.el
286     modified files:
287      ChangeLog
289     renamed files:
290      examples/.arch-ids/muse-johnw.el.id
291        ==> examples/johnw/.arch-ids/muse-johnw.el.id
292      examples/.arch-ids/publish-johnw.id
293        ==> examples/johnw/.arch-ids/publish-johnw.id
294      examples/muse-johnw.el
295        ==> examples/johnw/muse-johnw.el
296      examples/publish-johnw
297        ==> examples/johnw/publish-johnw
299     new directories:
300      examples/johnw examples/johnw/.arch-ids examples/mwolson
301      examples/mwolson/.arch-ids
304 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
306     Summary:
307       Add muse-blosxom script and plugin for pyblosxom
308     Revision:
309       muse--main--1.0--patch-19
311     2005-03-24  Michael Olson  <mwolson@gnu.org>
312     
313         * muse-blosxom.el: Update copyright notice in headers and mention
314         the pyblosxom scripts.
315     
316         * contrib/pyblosxom: New directory containing pyblosxom plugins
317         and helper scripts.
318     
319         * contrib/getstamps.py: Script that generates the "timestamps"
320         file, run on the local machine.
321     
322         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
323         timestamps file.
325     new files:
326      contrib/pyblosxom/.arch-ids/=id
327      contrib/pyblosxom/.arch-ids/getstamps.py.id
328      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
329      contrib/pyblosxom/getstamps.py
330      contrib/pyblosxom/hardcodedates.py
332     modified files:
333      ChangeLog muse-blosxom.el
335     new directories:
336      contrib/pyblosxom contrib/pyblosxom/.arch-ids
339 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
341     Summary:
342       muse-blosxom.el has matured past experimental status
343     Revision:
344       muse--main--1.0--patch-18
346     2005-03-23  Michael Olson  <mwolson@gnu.org>
347     
348         * muse-blosxom.el: Remove common functionality that has already
349         been implemented in `muse-html.el'.  Derive this mode from
350         `muse-html'.  Update documentation.  I now feel that this file is
351         ready to be included in the top-level Muse directory.
353     modified files:
354      ChangeLog muse-blosxom.el
356     renamed files:
357      experimental/.arch-ids/muse-blosxom.el.id
358        ==> .arch-ids/muse-blosxom.el.id
359      experimental/muse-blosxom.el
360        ==> muse-blosxom.el
363 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
365     Summary:
366       Make muse-blosxom.el slightly less experimental
367     Revision:
368       muse--main--1.0--patch-17
370     2005-03-22  Michael Olson  <mwolson@gnu.org>
371     
372         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
373         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
374         useful.
375         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
376         from the `muse-blosxom-markup-date-directive' rule.
377         (blosxom-set-time): Remove this function.  We're not going to be
378         touching the timestamp manually anymore -- it's too much of a
379         hassle.  Right now I've got a python program that compiles a
380         timestamp file and a pyblosxom helper that reads it.  Something
381         similar could be arranged for blosxom, I'm sure.
382     
384     modified files:
385      ChangeLog experimental/muse-blosxom.el
388 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
390     Summary:
391       Apply latest journal-related updates from johnw
392     Revision:
393       muse--main--1.0--patch-16
396     modified files:
397      ChangeLog examples/muse-johnw.el muse-journal.el
400 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
402     Summary:
403       Add Projects node to the manual
404     Revision:
405       muse--main--1.0--patch-15
407     2005-02-28  Michael Olson  <mwolson@gnu.org>
408     
409         * muse.texi: Change copyright notice since the FSF is now the
410         copyright holder.
411         (Projects): New node, based on a section from the README file.
413     modified files:
414      ChangeLog muse.texi
417 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
419     Summary:
420       Correct documentation, adding some content.
421     Revision:
422       muse--main--1.0--patch-14
424     2005-02-28  Michael Olson  <mwolson@gnu.org>
425     
426         * muse.texi: Change license terms of the documentation to the GNU
427         GPL instead of the GNU FDL, as per the consent of the copyright
428         holders of the emacs-wiki manual, from which this is based.  Some
429         emacs-wiki-isms in the manual were corrected, and the Getting
430         Started section was updated.
432     modified files:
433      ChangeLog muse.texi
436 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
438     Summary:
439       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
440     Revision:
441       muse--main--1.0--patch-13
443     2005-02-17  Michael Olson  <mwolson@gnu.org>
444     
445         * experimental/muse-blosxom.el: Somehow the contents of this file
446         managed to get duplicated.  I removed the duplicates.
447         (muse-blosxom-date): Remove this, since it is not useful.
448         (muse-blosxom-header): Use the standard header that blosxom.el
449         has.
451     modified files:
452      ChangeLog experimental/muse-blosxom.el
455 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
457     Summary:
458       Initial commit of muse.texi, nothing substantial
459     Revision:
460       muse--main--1.0--patch-12
462     2005-02-07  Michael Olson  <mwolson@gnu.org>
463     
464         * muse.texi: New file that provides the documentation for Muse.
465         It is in a very rough form at the moment.  Nothing substantial may
466         be found here yet.  Be ye warned.
468     new files:
469      .arch-ids/muse.texi.id muse.texi
471     modified files:
472      ChangeLog
475 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
477     Summary:
478       Add docstring, new trivial function
479     Revision:
480       muse--main--1.0--patch-11
482     2005-02-07  Michael Olson  <mwolson@gnu.org>
483     
484         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
485         `muse-what-changed'.  No functionality change.
486         (muse-what-changed): New function that displays in diff format the
487         changes made since the buffer was last saved.
488     
489         * muse-project.el (muse-project-publish): Add docstring.
491     modified files:
492      ChangeLog muse-mode.el muse-project.el
495 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
497     Summary:
498       Add experimental version of muse-blosxom.el to project
499     Revision:
500       muse--main--1.0--patch-10
502     2005-02-04  Michael Olson  <mwolson@gnu.org>
503     
504         * Makefile (realclean): Remove file that gets generated when fonts
505         are missing.
506     
507         * experimental/muse-bloxsom.el: New file that implements Blosxom
508         support for Muse.  It's in a very rough state, hence its placement
509         in the `experimental' directory.
511     new files:
512      experimental/.arch-ids/=id
513      experimental/.arch-ids/muse-blosxom.el.id
514      experimental/muse-blosxom.el
516     modified files:
517      ChangeLog Makefile
519     new directories:
520      experimental experimental/.arch-ids
523 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
525     Summary:
526       Make permissions more consistent
527     Revision:
528       muse--main--1.0--patch-9
531     modified files:
532      ChangeLog
534     modified directories:
535      contrib examples scripts
538 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
540     Summary:
541       Fix build problems
542     Revision:
543       muse--main--1.0--patch-8
545     2005-02-04  Michael Olson  <mwolson@gnu.org>
546     
547         * muse-build.el: Add contrib directory to `load-path'.
548         (muse-elint-files): Load `muse-regexps.el'.
549     
550         * scripts/publish: Change permissions so that this script is
551         executable.  Add contrib directory to load list.  Add
552         `muse-regexps.el' to list.
554     modified files:
555      ChangeLog muse-build.el scripts/publish
558 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
560     Summary:
561       Use "&mdash;" instead of "&#151;"
562     Revision:
563       muse--main--1.0--patch-7
565     2005-01-31  Michael Olson  <mwolson@gnu.org>
566     
567         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
568         with "&mdash;" so that documents validate properly.  Thanks to
569         Björn Lindström for the suggestion.
570     
571         * muse-html.el (muse-html-markup-strings): Ditto.
573     modified files:
574      ChangeLog muse-docbook.el muse-html.el
577 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
579     Summary:
580       Fix use of "[:blank:]" in underline markup
581     Revision:
582       muse--main--1.0--patch-6
584     2005-01-25  Michael Olson  <mwolson@gnu.org>
585     
586         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
587         use of `muse-regexp-blank'.
589     modified files:
590      ChangeLog muse-colors.el
593 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
595     Summary:
596       Fix problem with headings being given wrong face
597     Revision:
598       muse--main--1.0--patch-5
600     2005-01-03  Michael Olson  <mwolson@gnu.org>
601     
602         * muse-colors.el: Add header.
603         (muse-colors-emphasized): Headings were being given the coloring
604         for the next level of heading instead of the real
605         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
606         Heading").  Thanks to Lan Yufeng for finding this and sending a
607         patch.
608     
609         * muse-regexps.el: Fix header.
611     modified files:
612      ChangeLog muse-colors.el muse-regexps.el
615 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
617     Summary:
618       Rotate ChangeLog
619     Revision:
620       muse--main--1.0--patch-4
622     2005-01-01  Michael Olson  <mwolson@gnu.org>
623     
624         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
625         version will be automatically maintained by Arch.
626     
628     new files:
629      .arch-ids/ChangeLog.id ChangeLog
631     renamed files:
632      .arch-ids/ChangeLog.id
633        ==> .arch-ids/ChangeLog.2004.id
634      ChangeLog
635        ==> ChangeLog.2004
638 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
640     Summary:
641       Extended regexps fix, allow spaces in 1st part of links
642     Revision:
643       muse--main--1.0--patch-3
645     2004-12-30  Michael Olson  <mwolson@gnu.org>
646     
647         * muse.el (muse-link-regexp): Allow spaces in the first part of
648         links.
649     
650         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
651         customizable alternatives to extended character classes.
652     
653         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
655     modified files:
656      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
657      muse-html.el muse-mode.el muse-publish.el muse.el
660 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
662     Summary:
663       Begin to change regexp handling, tweak muse.el header
664     Revision:
665       muse--main--1.0--patch-2
667     2004-12-29  Michael Olson  <mwolson@gnu.org>
668     
669         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
670         myself.  Update URL.
671     
672         * muse-regexps.el: New file that implements regexp handling.
673         Generalized regexp options will be moved to it eventually.
675     new files:
676      .arch-ids/muse-regexps.el.id muse-regexps.el
678     modified files:
679      ChangeLog muse.el
682 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
684     Summary:
685       Do some early spring cleaning
686     Revision:
687       muse--main--1.0--patch-1
689     2004-12-29  Michael Olson  <mwolson@gnu.org>
690     
691         * Makefile: Change path to `publish' script.
692     
693         * contrib/pcomplete.el: New file that is used by Muse without
694         actually being a part of it: hence its location in the contrib
695         directory.
696     
697         * contrib/cgi.el, contrib/httpd.el: New location.
698     
699         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
700     
701         * scripts/publish, scripts/publish-project: Ditto.
703     new files:
704      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
705      contrib/pcomplete.el examples/.arch-ids/=id
706      scripts/.arch-ids/=id
708     modified files:
709      ChangeLog Makefile
711     renamed files:
712      .arch-ids/cgi.el.id
713        ==> contrib/.arch-ids/cgi.el.id
714      .arch-ids/httpd.el.id
715        ==> contrib/.arch-ids/httpd.el.id
716      .arch-ids/muse-johnw.el.id
717        ==> examples/.arch-ids/muse-johnw.el.id
718      .arch-ids/publish-johnw.id
719        ==> examples/.arch-ids/publish-johnw.id
720      .arch-ids/publish-project.id
721        ==> scripts/.arch-ids/publish-project.id
722      .arch-ids/publish.id
723        ==> scripts/.arch-ids/publish.id
724      cgi.el
725        ==> contrib/cgi.el
726      httpd.el
727        ==> contrib/httpd.el
728      muse-johnw.el
729        ==> examples/muse-johnw.el
730      publish
731        ==> scripts/publish
732      publish-johnw
733        ==> examples/publish-johnw
734      publish-project
735        ==> scripts/publish-project
737     new directories:
738      contrib contrib/.arch-ids examples examples/.arch-ids scripts
739      scripts/.arch-ids
742 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
744     Summary:
745       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
746     Revision:
747       muse--main--1.0--base-0
749     (automatically generated log message)
751     new patches:
752      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
753      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
754      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
755      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
756      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
757      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
758      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
759      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
760      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
761      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
762      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
763      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
764      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
765      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
766      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
767      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
768      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
769      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8