New feature: tag completion with C-c TAB.
[muse-el.git] / ChangeLog
blob39bbe90deb778d445eef0f19b3d3b1dc364f2804
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-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
7     Summary:
8       New feature: tag completion with C-c TAB.
9     Revision:
10       muse--main--1.0--patch-33
12     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
13       (muse-tag-history, muse-custom-tags): New variables that keep track of
14       the tag history and newly-entered tags respectively for
15       `muse-insert-tag'.
16       (muse-insert-tag): New function that interactively prompts the user for
17       a tag to use.
19     modified files:
20      ChangeLog muse-mode.el
23 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
25     Summary:
26       Fix XHTML validation error with <hr> and <br>.
27     Revision:
28       muse--main--1.0--patch-32
30     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
31       and HR tags for XHTML publishing.  This should fix a few validation
32       errors that I've been noticing lately.
34     modified files:
35      ChangeLog muse-html.el
38 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
40     Summary:
41       Remove flyspell overlays on links.
42     Revision:
43       muse--main--1.0--patch-31
45     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
46       should make the link clickable.  On Emacs21, the color will stay red,
47       but other Emacsen should do the right thing, which is use the normal
48       link color.  Hopefully this will fix some strange flyspell-related link
49       problems.
51     modified files:
52      ChangeLog muse-colors.el
55 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
57     Summary:
58       Update my example Muse settings.
59     Revision:
60       muse--main--1.0--patch-30
62     * examples/mwolson/muse-init.el: Update from my latest version.
63       (muse-project-alist): Remove the francais part of my blog.
64       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
65       into this and `my-muse-mode-fill-nobreak-p'.
66       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
67       this is the best way to accomplish this.
68       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
69       characters in the title.
70       (my-muse-prepare-entry-for-xanga): Treat example regions better.
72     modified files:
73      ChangeLog examples/mwolson/muse-init.el
76 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
78     Summary:
79       Add simple `muse-version' function.
80     Revision:
81       muse--main--1.0--patch-29
83     * muse.el (muse-version): New function that displays the value of the
84       `muse-version' variable.  This should be easier for the user to type
85       than C-h v muse-version.
87     modified files:
88      ChangeLog muse.el
91 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
93     Summary:
94       Don't compile documentation by default.
95     Revision:
96       muse--main--1.0--patch-28
98     * Makefile (all): Don't compile documentation by default.
99       (doc): Use this rule to compile documentation.
101     modified files:
102      ChangeLog Makefile
105 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
107     Summary:
108       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
109     Revision:
110       muse--main--1.0--patch-27
112     2005-04-16  Michael Olson  <mwolson@gnu.org>
113     
114         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
115         johnw. If a journal entry's title is a [[link]], then an
116         <enclosure> tag will be added to the XML data giving the size and
117         MIME type of the link target.  This makes podcasting with Muse
118         trivial.
119         (muse-journal-rss-entry-template): Add enclosure usage to example.
120         (muse-journal-rss-munge-buffer): Implement enclosures.
122     modified files:
123      ChangeLog muse-journal.el
126 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
128     Summary:
129       Standardize source headers, appease elint, don't require planner
130     Revision:
131       muse--main--1.0--patch-26
133     2005-04-15  Michael Olson  <mwolson@gnu.org>
134     
135         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
136         `scripts' directory since it really isn't part of Muse proper; it
137         is used to generate Muse output from the command line.
138     
139         * muse-blosxom.el: Handle case where planner is not loaded so that
140         it isn't a hard requirement.
141     
142         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
143         that elint doesn't complain.
144     
145         * muse-message.el (muse-message-markup-link): Don't throw up on
146         links with no description.
147     
148         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
149         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
150         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
151         muse-project.el, muse-publish.el, muse-regexps.el,
152         muse-texinfo.el, muse.el: Add standard header for each file in
153         preparation for the initial release, which will hopefully happen
154         sometime within the next month.
155     
157     removed files:
158      experimental/.arch-ids/=id
160     modified files:
161      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
162      muse-convert.el muse-docbook.el muse-html.el muse-http.el
163      muse-journal.el muse-latex.el muse-message.el muse-mode.el
164      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
165      muse-texinfo.el muse.el
167     renamed files:
168      .arch-ids/muse-build.el.id
169        ==> scripts/.arch-ids/muse-build.el.id
170      muse-build.el
171        ==> scripts/muse-build.el
173     removed directories:
174      experimental experimental/.arch-ids
177 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
179     Summary:
180       Merge contents of muse-latexcjk.el into muse-latex.el.
181     Revision:
182       muse--main--1.0--patch-25
184     2005-04-14  Michael Olson  <mwolson@gnu.org>
185     
186         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
187         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
188         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
189         Merge in from muse-latexcjk.el.
190     
191         * muse-latexcjk.el: Removed, functionality merged with
192         muse-latex.el
194     removed files:
195      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
197     modified files:
198      ChangeLog muse-latex.el
201 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
203     Summary:
204       Merge muse-xhtml.el into muse-html.el.
205     Revision:
206       muse--main--1.0--patch-24
208     2005-04-06  Michael Olson  <mwolson@gnu.org>
209     
210         * examples/mwolson/muse-init.el: Update with respect to the
211         muse-xhtml.el merge.
212     
213         * muse-html.el: The contents of muse-xhtml.el have been merged in
214         as advised by John Wiegley.
215         (muse-html-style-sheet): Add example for XHTML use in the
216         function's documentation.
217         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
218         Moved from muse-xhtml.el.
219     
220         * muse-xhtml.el: Removed; contents merged into muse-html.el.
222     removed files:
223      .arch-ids/muse-xhtml.el.id muse-xhtml.el
225     modified files:
226      ChangeLog examples/mwolson/muse-init.el muse-html.el
229 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
231     Summary:
232       Try to fix regexps for Emacs 21.4.
233     Revision:
234       muse--main--1.0--patch-23
236     2005-04-05  Michael Olson  <mwolson@gnu.org>
237     
238         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
239         for Emacs 21.4.
241     modified files:
242      ChangeLog muse-regexps.el
245 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
247     Summary:
248       Add comments to the publish-project example script
249     Revision:
250       muse--main--1.0--patch-22
252     2005-04-01  Michael Olson  <mwolson@gnu.org>
253     
254         * examples/publish-project: Moved here from
255         scripts/publish-project.  Added a few comments so people know what
256         it is used for.
258     modified files:
259      ChangeLog examples/publish-project
261     renamed files:
262      scripts/.arch-ids/publish-project.id
263        ==> examples/.arch-ids/publish-project.id
264      scripts/publish-project
265        ==> examples/publish-project
268 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
270     Summary:
271       New XHTML style, add more examples to my sample muse config
272     Revision:
273       muse--main--1.0--patch-21
275     2005-03-31  Michael Olson  <mwolson@gnu.org>
276     
277         * examples/mwolson/muse-init.el: Give an example of deriving a
278         custom publishing style.
279         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
280         (my-muse-prepare-entry-for-xanga): Mangle the published output
281         from a blosxom project and copy the result to the clipboard for
282         easy pasting into Xanga's web form.  The file is untouched.
283     
284         * muse-html.el (muse-html-style-sheet): Include the <style
285         type="text/css"></style> wrapper around the example.
286         (muse-html-header): Don't add <style type="text/css"></style>
287         around the value of `muse-html-style-sheet' anymore.  This allows
288         for the option of putting your stylesheet(s) in a separate file.
289         An example of this is given in the documentation for this
290         variable.
291     
292         * muse-xhtml: New file that implements a publishing style which is
293         derived from HTML mode.  It uses a slightly modified version of
294         the HTML markup rules to generate XHTML-compliant output.
295     
296         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
297         "blosxom" style has been renamed to "blosxom-html".  Fix a few
298         header gaffes.
299     
300         * muse-journal.el: Add new "journal-xhtml" style.
301     
302         * muse-message.el: Add new "message-xhtml" style.
304     new files:
305      .arch-ids/muse-xhtml.el.id muse-xhtml.el
307     modified files:
308      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
309      muse-html.el muse-journal.el muse-message.el
312 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
314     Summary:
315       Add my muse configuration to the examples
316     Revision:
317       muse--main--1.0--patch-20
319     2005-03-24  Michael Olson  <mwolson@gnu.org>
320     
321         * examples/johnw: Move John Wiegley's configuration to this
322         directory.
323     
324         * examples/mwolson: My configuration files go here.
325     
326         * examples/mwolson/muse-init.el: My Muse configuration file.  I
327         just figured out how to keep links from being spell-checked or
328         split up by fill-mode, so the implementation of this may be found
329         here.  I also made a function that sets up a blog entry for me.
331     new files:
332      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
333      examples/mwolson/.arch-ids/muse-init.el.id
334      examples/mwolson/muse-init.el
336     modified files:
337      ChangeLog
339     renamed files:
340      examples/.arch-ids/muse-johnw.el.id
341        ==> examples/johnw/.arch-ids/muse-johnw.el.id
342      examples/.arch-ids/publish-johnw.id
343        ==> examples/johnw/.arch-ids/publish-johnw.id
344      examples/muse-johnw.el
345        ==> examples/johnw/muse-johnw.el
346      examples/publish-johnw
347        ==> examples/johnw/publish-johnw
349     new directories:
350      examples/johnw examples/johnw/.arch-ids examples/mwolson
351      examples/mwolson/.arch-ids
354 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
356     Summary:
357       Add muse-blosxom script and plugin for pyblosxom
358     Revision:
359       muse--main--1.0--patch-19
361     2005-03-24  Michael Olson  <mwolson@gnu.org>
362     
363         * muse-blosxom.el: Update copyright notice in headers and mention
364         the pyblosxom scripts.
365     
366         * contrib/pyblosxom: New directory containing pyblosxom plugins
367         and helper scripts.
368     
369         * contrib/getstamps.py: Script that generates the "timestamps"
370         file, run on the local machine.
371     
372         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
373         timestamps file.
375     new files:
376      contrib/pyblosxom/.arch-ids/=id
377      contrib/pyblosxom/.arch-ids/getstamps.py.id
378      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
379      contrib/pyblosxom/getstamps.py
380      contrib/pyblosxom/hardcodedates.py
382     modified files:
383      ChangeLog muse-blosxom.el
385     new directories:
386      contrib/pyblosxom contrib/pyblosxom/.arch-ids
389 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
391     Summary:
392       muse-blosxom.el has matured past experimental status
393     Revision:
394       muse--main--1.0--patch-18
396     2005-03-23  Michael Olson  <mwolson@gnu.org>
397     
398         * muse-blosxom.el: Remove common functionality that has already
399         been implemented in `muse-html.el'.  Derive this mode from
400         `muse-html'.  Update documentation.  I now feel that this file is
401         ready to be included in the top-level Muse directory.
403     modified files:
404      ChangeLog muse-blosxom.el
406     renamed files:
407      experimental/.arch-ids/muse-blosxom.el.id
408        ==> .arch-ids/muse-blosxom.el.id
409      experimental/muse-blosxom.el
410        ==> muse-blosxom.el
413 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
415     Summary:
416       Make muse-blosxom.el slightly less experimental
417     Revision:
418       muse--main--1.0--patch-17
420     2005-03-22  Michael Olson  <mwolson@gnu.org>
421     
422         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
423         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
424         useful.
425         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
426         from the `muse-blosxom-markup-date-directive' rule.
427         (blosxom-set-time): Remove this function.  We're not going to be
428         touching the timestamp manually anymore -- it's too much of a
429         hassle.  Right now I've got a python program that compiles a
430         timestamp file and a pyblosxom helper that reads it.  Something
431         similar could be arranged for blosxom, I'm sure.
432     
434     modified files:
435      ChangeLog experimental/muse-blosxom.el
438 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
440     Summary:
441       Apply latest journal-related updates from johnw
442     Revision:
443       muse--main--1.0--patch-16
446     modified files:
447      ChangeLog examples/muse-johnw.el muse-journal.el
450 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
452     Summary:
453       Add Projects node to the manual
454     Revision:
455       muse--main--1.0--patch-15
457     2005-02-28  Michael Olson  <mwolson@gnu.org>
458     
459         * muse.texi: Change copyright notice since the FSF is now the
460         copyright holder.
461         (Projects): New node, based on a section from the README file.
463     modified files:
464      ChangeLog muse.texi
467 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
469     Summary:
470       Correct documentation, adding some content.
471     Revision:
472       muse--main--1.0--patch-14
474     2005-02-28  Michael Olson  <mwolson@gnu.org>
475     
476         * muse.texi: Change license terms of the documentation to the GNU
477         GPL instead of the GNU FDL, as per the consent of the copyright
478         holders of the emacs-wiki manual, from which this is based.  Some
479         emacs-wiki-isms in the manual were corrected, and the Getting
480         Started section was updated.
482     modified files:
483      ChangeLog muse.texi
486 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
488     Summary:
489       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
490     Revision:
491       muse--main--1.0--patch-13
493     2005-02-17  Michael Olson  <mwolson@gnu.org>
494     
495         * experimental/muse-blosxom.el: Somehow the contents of this file
496         managed to get duplicated.  I removed the duplicates.
497         (muse-blosxom-date): Remove this, since it is not useful.
498         (muse-blosxom-header): Use the standard header that blosxom.el
499         has.
501     modified files:
502      ChangeLog experimental/muse-blosxom.el
505 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
507     Summary:
508       Initial commit of muse.texi, nothing substantial
509     Revision:
510       muse--main--1.0--patch-12
512     2005-02-07  Michael Olson  <mwolson@gnu.org>
513     
514         * muse.texi: New file that provides the documentation for Muse.
515         It is in a very rough form at the moment.  Nothing substantial may
516         be found here yet.  Be ye warned.
518     new files:
519      .arch-ids/muse.texi.id muse.texi
521     modified files:
522      ChangeLog
525 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
527     Summary:
528       Add docstring, new trivial function
529     Revision:
530       muse--main--1.0--patch-11
532     2005-02-07  Michael Olson  <mwolson@gnu.org>
533     
534         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
535         `muse-what-changed'.  No functionality change.
536         (muse-what-changed): New function that displays in diff format the
537         changes made since the buffer was last saved.
538     
539         * muse-project.el (muse-project-publish): Add docstring.
541     modified files:
542      ChangeLog muse-mode.el muse-project.el
545 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
547     Summary:
548       Add experimental version of muse-blosxom.el to project
549     Revision:
550       muse--main--1.0--patch-10
552     2005-02-04  Michael Olson  <mwolson@gnu.org>
553     
554         * Makefile (realclean): Remove file that gets generated when fonts
555         are missing.
556     
557         * experimental/muse-bloxsom.el: New file that implements Blosxom
558         support for Muse.  It's in a very rough state, hence its placement
559         in the `experimental' directory.
561     new files:
562      experimental/.arch-ids/=id
563      experimental/.arch-ids/muse-blosxom.el.id
564      experimental/muse-blosxom.el
566     modified files:
567      ChangeLog Makefile
569     new directories:
570      experimental experimental/.arch-ids
573 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
575     Summary:
576       Make permissions more consistent
577     Revision:
578       muse--main--1.0--patch-9
581     modified files:
582      ChangeLog
584     modified directories:
585      contrib examples scripts
588 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
590     Summary:
591       Fix build problems
592     Revision:
593       muse--main--1.0--patch-8
595     2005-02-04  Michael Olson  <mwolson@gnu.org>
596     
597         * muse-build.el: Add contrib directory to `load-path'.
598         (muse-elint-files): Load `muse-regexps.el'.
599     
600         * scripts/publish: Change permissions so that this script is
601         executable.  Add contrib directory to load list.  Add
602         `muse-regexps.el' to list.
604     modified files:
605      ChangeLog muse-build.el scripts/publish
608 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
610     Summary:
611       Use "&mdash;" instead of "&#151;"
612     Revision:
613       muse--main--1.0--patch-7
615     2005-01-31  Michael Olson  <mwolson@gnu.org>
616     
617         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
618         with "&mdash;" so that documents validate properly.  Thanks to
619         Björn Lindström for the suggestion.
620     
621         * muse-html.el (muse-html-markup-strings): Ditto.
623     modified files:
624      ChangeLog muse-docbook.el muse-html.el
627 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
629     Summary:
630       Fix use of "[:blank:]" in underline markup
631     Revision:
632       muse--main--1.0--patch-6
634     2005-01-25  Michael Olson  <mwolson@gnu.org>
635     
636         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
637         use of `muse-regexp-blank'.
639     modified files:
640      ChangeLog muse-colors.el
643 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
645     Summary:
646       Fix problem with headings being given wrong face
647     Revision:
648       muse--main--1.0--patch-5
650     2005-01-03  Michael Olson  <mwolson@gnu.org>
651     
652         * muse-colors.el: Add header.
653         (muse-colors-emphasized): Headings were being given the coloring
654         for the next level of heading instead of the real
655         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
656         Heading").  Thanks to Lan Yufeng for finding this and sending a
657         patch.
658     
659         * muse-regexps.el: Fix header.
661     modified files:
662      ChangeLog muse-colors.el muse-regexps.el
665 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
667     Summary:
668       Rotate ChangeLog
669     Revision:
670       muse--main--1.0--patch-4
672     2005-01-01  Michael Olson  <mwolson@gnu.org>
673     
674         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
675         version will be automatically maintained by Arch.
676     
678     new files:
679      .arch-ids/ChangeLog.id ChangeLog
681     renamed files:
682      .arch-ids/ChangeLog.id
683        ==> .arch-ids/ChangeLog.2004.id
684      ChangeLog
685        ==> ChangeLog.2004
688 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
690     Summary:
691       Extended regexps fix, allow spaces in 1st part of links
692     Revision:
693       muse--main--1.0--patch-3
695     2004-12-30  Michael Olson  <mwolson@gnu.org>
696     
697         * muse.el (muse-link-regexp): Allow spaces in the first part of
698         links.
699     
700         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
701         customizable alternatives to extended character classes.
702     
703         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
705     modified files:
706      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
707      muse-html.el muse-mode.el muse-publish.el muse.el
710 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
712     Summary:
713       Begin to change regexp handling, tweak muse.el header
714     Revision:
715       muse--main--1.0--patch-2
717     2004-12-29  Michael Olson  <mwolson@gnu.org>
718     
719         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
720         myself.  Update URL.
721     
722         * muse-regexps.el: New file that implements regexp handling.
723         Generalized regexp options will be moved to it eventually.
725     new files:
726      .arch-ids/muse-regexps.el.id muse-regexps.el
728     modified files:
729      ChangeLog muse.el
732 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
734     Summary:
735       Do some early spring cleaning
736     Revision:
737       muse--main--1.0--patch-1
739     2004-12-29  Michael Olson  <mwolson@gnu.org>
740     
741         * Makefile: Change path to `publish' script.
742     
743         * contrib/pcomplete.el: New file that is used by Muse without
744         actually being a part of it: hence its location in the contrib
745         directory.
746     
747         * contrib/cgi.el, contrib/httpd.el: New location.
748     
749         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
750     
751         * scripts/publish, scripts/publish-project: Ditto.
753     new files:
754      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
755      contrib/pcomplete.el examples/.arch-ids/=id
756      scripts/.arch-ids/=id
758     modified files:
759      ChangeLog Makefile
761     renamed files:
762      .arch-ids/cgi.el.id
763        ==> contrib/.arch-ids/cgi.el.id
764      .arch-ids/httpd.el.id
765        ==> contrib/.arch-ids/httpd.el.id
766      .arch-ids/muse-johnw.el.id
767        ==> examples/.arch-ids/muse-johnw.el.id
768      .arch-ids/publish-johnw.id
769        ==> examples/.arch-ids/publish-johnw.id
770      .arch-ids/publish-project.id
771        ==> scripts/.arch-ids/publish-project.id
772      .arch-ids/publish.id
773        ==> scripts/.arch-ids/publish.id
774      cgi.el
775        ==> contrib/cgi.el
776      httpd.el
777        ==> contrib/httpd.el
778      muse-johnw.el
779        ==> examples/muse-johnw.el
780      publish
781        ==> scripts/publish
782      publish-johnw
783        ==> examples/publish-johnw
784      publish-project
785        ==> scripts/publish-project
787     new directories:
788      contrib contrib/.arch-ids examples examples/.arch-ids scripts
789      scripts/.arch-ids
792 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
794     Summary:
795       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
796     Revision:
797       muse--main--1.0--base-0
799     (automatically generated log message)
801     new patches:
802      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
803      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
804      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
805      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
806      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
807      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
808      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
809      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
810      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
811      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
812      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
813      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
814      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
815      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
816      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
817      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
818      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
819      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8