Update my example settings.
[muse-el.git] / ChangeLog
blob3621cab4fab30b4415981161d8d5efeda8fa5c2c
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:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
7     Summary:
8       Update my example settings.
9     Revision:
10       muse--main--1.0--patch-35
12     * examples/mwolson/muse-init.el: Synchronize with my current settings.
14     modified files:
15      ChangeLog examples/mwolson/muse-init.el
18 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
20     Summary:
21       Update documentation for C-c TAB feature.
22     Revision:
23       muse--main--1.0--patch-34
25     * muse.texi (Keystroke Summary): Note that C-c TAB calls
26       `muse-insert-tag'.
27     
29     modified files:
30      ChangeLog muse.texi
33 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
35     Summary:
36       New feature: tag completion with C-c TAB.
37     Revision:
38       muse--main--1.0--patch-33
40     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
41       (muse-tag-history, muse-custom-tags): New variables that keep track of
42       the tag history and newly-entered tags respectively for
43       `muse-insert-tag'.
44       (muse-insert-tag): New function that interactively prompts the user for
45       a tag to use.
47     modified files:
48      ChangeLog muse-mode.el
51 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
53     Summary:
54       Fix XHTML validation error with <hr> and <br>.
55     Revision:
56       muse--main--1.0--patch-32
58     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
59       and HR tags for XHTML publishing.  This should fix a few validation
60       errors that I've been noticing lately.
62     modified files:
63      ChangeLog muse-html.el
66 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
68     Summary:
69       Remove flyspell overlays on links.
70     Revision:
71       muse--main--1.0--patch-31
73     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
74       should make the link clickable.  On Emacs21, the color will stay red,
75       but other Emacsen should do the right thing, which is use the normal
76       link color.  Hopefully this will fix some strange flyspell-related link
77       problems.
79     modified files:
80      ChangeLog muse-colors.el
83 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
85     Summary:
86       Update my example Muse settings.
87     Revision:
88       muse--main--1.0--patch-30
90     * examples/mwolson/muse-init.el: Update from my latest version.
91       (muse-project-alist): Remove the francais part of my blog.
92       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
93       into this and `my-muse-mode-fill-nobreak-p'.
94       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
95       this is the best way to accomplish this.
96       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
97       characters in the title.
98       (my-muse-prepare-entry-for-xanga): Treat example regions better.
100     modified files:
101      ChangeLog examples/mwolson/muse-init.el
104 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
106     Summary:
107       Add simple `muse-version' function.
108     Revision:
109       muse--main--1.0--patch-29
111     * muse.el (muse-version): New function that displays the value of the
112       `muse-version' variable.  This should be easier for the user to type
113       than C-h v muse-version.
115     modified files:
116      ChangeLog muse.el
119 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
121     Summary:
122       Don't compile documentation by default.
123     Revision:
124       muse--main--1.0--patch-28
126     * Makefile (all): Don't compile documentation by default.
127       (doc): Use this rule to compile documentation.
129     modified files:
130      ChangeLog Makefile
133 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
135     Summary:
136       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
137     Revision:
138       muse--main--1.0--patch-27
140     2005-04-16  Michael Olson  <mwolson@gnu.org>
141     
142         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
143         johnw. If a journal entry's title is a [[link]], then an
144         <enclosure> tag will be added to the XML data giving the size and
145         MIME type of the link target.  This makes podcasting with Muse
146         trivial.
147         (muse-journal-rss-entry-template): Add enclosure usage to example.
148         (muse-journal-rss-munge-buffer): Implement enclosures.
150     modified files:
151      ChangeLog muse-journal.el
154 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
156     Summary:
157       Standardize source headers, appease elint, don't require planner
158     Revision:
159       muse--main--1.0--patch-26
161     2005-04-15  Michael Olson  <mwolson@gnu.org>
162     
163         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
164         `scripts' directory since it really isn't part of Muse proper; it
165         is used to generate Muse output from the command line.
166     
167         * muse-blosxom.el: Handle case where planner is not loaded so that
168         it isn't a hard requirement.
169     
170         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
171         that elint doesn't complain.
172     
173         * muse-message.el (muse-message-markup-link): Don't throw up on
174         links with no description.
175     
176         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
177         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
178         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
179         muse-project.el, muse-publish.el, muse-regexps.el,
180         muse-texinfo.el, muse.el: Add standard header for each file in
181         preparation for the initial release, which will hopefully happen
182         sometime within the next month.
183     
185     removed files:
186      experimental/.arch-ids/=id
188     modified files:
189      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
190      muse-convert.el muse-docbook.el muse-html.el muse-http.el
191      muse-journal.el muse-latex.el muse-message.el muse-mode.el
192      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
193      muse-texinfo.el muse.el
195     renamed files:
196      .arch-ids/muse-build.el.id
197        ==> scripts/.arch-ids/muse-build.el.id
198      muse-build.el
199        ==> scripts/muse-build.el
201     removed directories:
202      experimental experimental/.arch-ids
205 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
207     Summary:
208       Merge contents of muse-latexcjk.el into muse-latex.el.
209     Revision:
210       muse--main--1.0--patch-25
212     2005-04-14  Michael Olson  <mwolson@gnu.org>
213     
214         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
215         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
216         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
217         Merge in from muse-latexcjk.el.
218     
219         * muse-latexcjk.el: Removed, functionality merged with
220         muse-latex.el
222     removed files:
223      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
225     modified files:
226      ChangeLog muse-latex.el
229 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
231     Summary:
232       Merge muse-xhtml.el into muse-html.el.
233     Revision:
234       muse--main--1.0--patch-24
236     2005-04-06  Michael Olson  <mwolson@gnu.org>
237     
238         * examples/mwolson/muse-init.el: Update with respect to the
239         muse-xhtml.el merge.
240     
241         * muse-html.el: The contents of muse-xhtml.el have been merged in
242         as advised by John Wiegley.
243         (muse-html-style-sheet): Add example for XHTML use in the
244         function's documentation.
245         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
246         Moved from muse-xhtml.el.
247     
248         * muse-xhtml.el: Removed; contents merged into muse-html.el.
250     removed files:
251      .arch-ids/muse-xhtml.el.id muse-xhtml.el
253     modified files:
254      ChangeLog examples/mwolson/muse-init.el muse-html.el
257 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
259     Summary:
260       Try to fix regexps for Emacs 21.4.
261     Revision:
262       muse--main--1.0--patch-23
264     2005-04-05  Michael Olson  <mwolson@gnu.org>
265     
266         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
267         for Emacs 21.4.
269     modified files:
270      ChangeLog muse-regexps.el
273 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
275     Summary:
276       Add comments to the publish-project example script
277     Revision:
278       muse--main--1.0--patch-22
280     2005-04-01  Michael Olson  <mwolson@gnu.org>
281     
282         * examples/publish-project: Moved here from
283         scripts/publish-project.  Added a few comments so people know what
284         it is used for.
286     modified files:
287      ChangeLog examples/publish-project
289     renamed files:
290      scripts/.arch-ids/publish-project.id
291        ==> examples/.arch-ids/publish-project.id
292      scripts/publish-project
293        ==> examples/publish-project
296 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
298     Summary:
299       New XHTML style, add more examples to my sample muse config
300     Revision:
301       muse--main--1.0--patch-21
303     2005-03-31  Michael Olson  <mwolson@gnu.org>
304     
305         * examples/mwolson/muse-init.el: Give an example of deriving a
306         custom publishing style.
307         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
308         (my-muse-prepare-entry-for-xanga): Mangle the published output
309         from a blosxom project and copy the result to the clipboard for
310         easy pasting into Xanga's web form.  The file is untouched.
311     
312         * muse-html.el (muse-html-style-sheet): Include the <style
313         type="text/css"></style> wrapper around the example.
314         (muse-html-header): Don't add <style type="text/css"></style>
315         around the value of `muse-html-style-sheet' anymore.  This allows
316         for the option of putting your stylesheet(s) in a separate file.
317         An example of this is given in the documentation for this
318         variable.
319     
320         * muse-xhtml: New file that implements a publishing style which is
321         derived from HTML mode.  It uses a slightly modified version of
322         the HTML markup rules to generate XHTML-compliant output.
323     
324         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
325         "blosxom" style has been renamed to "blosxom-html".  Fix a few
326         header gaffes.
327     
328         * muse-journal.el: Add new "journal-xhtml" style.
329     
330         * muse-message.el: Add new "message-xhtml" style.
332     new files:
333      .arch-ids/muse-xhtml.el.id muse-xhtml.el
335     modified files:
336      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
337      muse-html.el muse-journal.el muse-message.el
340 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
342     Summary:
343       Add my muse configuration to the examples
344     Revision:
345       muse--main--1.0--patch-20
347     2005-03-24  Michael Olson  <mwolson@gnu.org>
348     
349         * examples/johnw: Move John Wiegley's configuration to this
350         directory.
351     
352         * examples/mwolson: My configuration files go here.
353     
354         * examples/mwolson/muse-init.el: My Muse configuration file.  I
355         just figured out how to keep links from being spell-checked or
356         split up by fill-mode, so the implementation of this may be found
357         here.  I also made a function that sets up a blog entry for me.
359     new files:
360      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
361      examples/mwolson/.arch-ids/muse-init.el.id
362      examples/mwolson/muse-init.el
364     modified files:
365      ChangeLog
367     renamed files:
368      examples/.arch-ids/muse-johnw.el.id
369        ==> examples/johnw/.arch-ids/muse-johnw.el.id
370      examples/.arch-ids/publish-johnw.id
371        ==> examples/johnw/.arch-ids/publish-johnw.id
372      examples/muse-johnw.el
373        ==> examples/johnw/muse-johnw.el
374      examples/publish-johnw
375        ==> examples/johnw/publish-johnw
377     new directories:
378      examples/johnw examples/johnw/.arch-ids examples/mwolson
379      examples/mwolson/.arch-ids
382 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
384     Summary:
385       Add muse-blosxom script and plugin for pyblosxom
386     Revision:
387       muse--main--1.0--patch-19
389     2005-03-24  Michael Olson  <mwolson@gnu.org>
390     
391         * muse-blosxom.el: Update copyright notice in headers and mention
392         the pyblosxom scripts.
393     
394         * contrib/pyblosxom: New directory containing pyblosxom plugins
395         and helper scripts.
396     
397         * contrib/getstamps.py: Script that generates the "timestamps"
398         file, run on the local machine.
399     
400         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
401         timestamps file.
403     new files:
404      contrib/pyblosxom/.arch-ids/=id
405      contrib/pyblosxom/.arch-ids/getstamps.py.id
406      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
407      contrib/pyblosxom/getstamps.py
408      contrib/pyblosxom/hardcodedates.py
410     modified files:
411      ChangeLog muse-blosxom.el
413     new directories:
414      contrib/pyblosxom contrib/pyblosxom/.arch-ids
417 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
419     Summary:
420       muse-blosxom.el has matured past experimental status
421     Revision:
422       muse--main--1.0--patch-18
424     2005-03-23  Michael Olson  <mwolson@gnu.org>
425     
426         * muse-blosxom.el: Remove common functionality that has already
427         been implemented in `muse-html.el'.  Derive this mode from
428         `muse-html'.  Update documentation.  I now feel that this file is
429         ready to be included in the top-level Muse directory.
431     modified files:
432      ChangeLog muse-blosxom.el
434     renamed files:
435      experimental/.arch-ids/muse-blosxom.el.id
436        ==> .arch-ids/muse-blosxom.el.id
437      experimental/muse-blosxom.el
438        ==> muse-blosxom.el
441 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
443     Summary:
444       Make muse-blosxom.el slightly less experimental
445     Revision:
446       muse--main--1.0--patch-17
448     2005-03-22  Michael Olson  <mwolson@gnu.org>
449     
450         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
451         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
452         useful.
453         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
454         from the `muse-blosxom-markup-date-directive' rule.
455         (blosxom-set-time): Remove this function.  We're not going to be
456         touching the timestamp manually anymore -- it's too much of a
457         hassle.  Right now I've got a python program that compiles a
458         timestamp file and a pyblosxom helper that reads it.  Something
459         similar could be arranged for blosxom, I'm sure.
460     
462     modified files:
463      ChangeLog experimental/muse-blosxom.el
466 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
468     Summary:
469       Apply latest journal-related updates from johnw
470     Revision:
471       muse--main--1.0--patch-16
474     modified files:
475      ChangeLog examples/muse-johnw.el muse-journal.el
478 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
480     Summary:
481       Add Projects node to the manual
482     Revision:
483       muse--main--1.0--patch-15
485     2005-02-28  Michael Olson  <mwolson@gnu.org>
486     
487         * muse.texi: Change copyright notice since the FSF is now the
488         copyright holder.
489         (Projects): New node, based on a section from the README file.
491     modified files:
492      ChangeLog muse.texi
495 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
497     Summary:
498       Correct documentation, adding some content.
499     Revision:
500       muse--main--1.0--patch-14
502     2005-02-28  Michael Olson  <mwolson@gnu.org>
503     
504         * muse.texi: Change license terms of the documentation to the GNU
505         GPL instead of the GNU FDL, as per the consent of the copyright
506         holders of the emacs-wiki manual, from which this is based.  Some
507         emacs-wiki-isms in the manual were corrected, and the Getting
508         Started section was updated.
510     modified files:
511      ChangeLog muse.texi
514 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
516     Summary:
517       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
518     Revision:
519       muse--main--1.0--patch-13
521     2005-02-17  Michael Olson  <mwolson@gnu.org>
522     
523         * experimental/muse-blosxom.el: Somehow the contents of this file
524         managed to get duplicated.  I removed the duplicates.
525         (muse-blosxom-date): Remove this, since it is not useful.
526         (muse-blosxom-header): Use the standard header that blosxom.el
527         has.
529     modified files:
530      ChangeLog experimental/muse-blosxom.el
533 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
535     Summary:
536       Initial commit of muse.texi, nothing substantial
537     Revision:
538       muse--main--1.0--patch-12
540     2005-02-07  Michael Olson  <mwolson@gnu.org>
541     
542         * muse.texi: New file that provides the documentation for Muse.
543         It is in a very rough form at the moment.  Nothing substantial may
544         be found here yet.  Be ye warned.
546     new files:
547      .arch-ids/muse.texi.id muse.texi
549     modified files:
550      ChangeLog
553 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
555     Summary:
556       Add docstring, new trivial function
557     Revision:
558       muse--main--1.0--patch-11
560     2005-02-07  Michael Olson  <mwolson@gnu.org>
561     
562         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
563         `muse-what-changed'.  No functionality change.
564         (muse-what-changed): New function that displays in diff format the
565         changes made since the buffer was last saved.
566     
567         * muse-project.el (muse-project-publish): Add docstring.
569     modified files:
570      ChangeLog muse-mode.el muse-project.el
573 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
575     Summary:
576       Add experimental version of muse-blosxom.el to project
577     Revision:
578       muse--main--1.0--patch-10
580     2005-02-04  Michael Olson  <mwolson@gnu.org>
581     
582         * Makefile (realclean): Remove file that gets generated when fonts
583         are missing.
584     
585         * experimental/muse-bloxsom.el: New file that implements Blosxom
586         support for Muse.  It's in a very rough state, hence its placement
587         in the `experimental' directory.
589     new files:
590      experimental/.arch-ids/=id
591      experimental/.arch-ids/muse-blosxom.el.id
592      experimental/muse-blosxom.el
594     modified files:
595      ChangeLog Makefile
597     new directories:
598      experimental experimental/.arch-ids
601 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
603     Summary:
604       Make permissions more consistent
605     Revision:
606       muse--main--1.0--patch-9
609     modified files:
610      ChangeLog
612     modified directories:
613      contrib examples scripts
616 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
618     Summary:
619       Fix build problems
620     Revision:
621       muse--main--1.0--patch-8
623     2005-02-04  Michael Olson  <mwolson@gnu.org>
624     
625         * muse-build.el: Add contrib directory to `load-path'.
626         (muse-elint-files): Load `muse-regexps.el'.
627     
628         * scripts/publish: Change permissions so that this script is
629         executable.  Add contrib directory to load list.  Add
630         `muse-regexps.el' to list.
632     modified files:
633      ChangeLog muse-build.el scripts/publish
636 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
638     Summary:
639       Use "&mdash;" instead of "&#151;"
640     Revision:
641       muse--main--1.0--patch-7
643     2005-01-31  Michael Olson  <mwolson@gnu.org>
644     
645         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
646         with "&mdash;" so that documents validate properly.  Thanks to
647         Björn Lindström for the suggestion.
648     
649         * muse-html.el (muse-html-markup-strings): Ditto.
651     modified files:
652      ChangeLog muse-docbook.el muse-html.el
655 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
657     Summary:
658       Fix use of "[:blank:]" in underline markup
659     Revision:
660       muse--main--1.0--patch-6
662     2005-01-25  Michael Olson  <mwolson@gnu.org>
663     
664         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
665         use of `muse-regexp-blank'.
667     modified files:
668      ChangeLog muse-colors.el
671 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
673     Summary:
674       Fix problem with headings being given wrong face
675     Revision:
676       muse--main--1.0--patch-5
678     2005-01-03  Michael Olson  <mwolson@gnu.org>
679     
680         * muse-colors.el: Add header.
681         (muse-colors-emphasized): Headings were being given the coloring
682         for the next level of heading instead of the real
683         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
684         Heading").  Thanks to Lan Yufeng for finding this and sending a
685         patch.
686     
687         * muse-regexps.el: Fix header.
689     modified files:
690      ChangeLog muse-colors.el muse-regexps.el
693 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
695     Summary:
696       Rotate ChangeLog
697     Revision:
698       muse--main--1.0--patch-4
700     2005-01-01  Michael Olson  <mwolson@gnu.org>
701     
702         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
703         version will be automatically maintained by Arch.
704     
706     new files:
707      .arch-ids/ChangeLog.id ChangeLog
709     renamed files:
710      .arch-ids/ChangeLog.id
711        ==> .arch-ids/ChangeLog.2004.id
712      ChangeLog
713        ==> ChangeLog.2004
716 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
718     Summary:
719       Extended regexps fix, allow spaces in 1st part of links
720     Revision:
721       muse--main--1.0--patch-3
723     2004-12-30  Michael Olson  <mwolson@gnu.org>
724     
725         * muse.el (muse-link-regexp): Allow spaces in the first part of
726         links.
727     
728         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
729         customizable alternatives to extended character classes.
730     
731         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
733     modified files:
734      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
735      muse-html.el muse-mode.el muse-publish.el muse.el
738 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
740     Summary:
741       Begin to change regexp handling, tweak muse.el header
742     Revision:
743       muse--main--1.0--patch-2
745     2004-12-29  Michael Olson  <mwolson@gnu.org>
746     
747         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
748         myself.  Update URL.
749     
750         * muse-regexps.el: New file that implements regexp handling.
751         Generalized regexp options will be moved to it eventually.
753     new files:
754      .arch-ids/muse-regexps.el.id muse-regexps.el
756     modified files:
757      ChangeLog muse.el
760 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
762     Summary:
763       Do some early spring cleaning
764     Revision:
765       muse--main--1.0--patch-1
767     2004-12-29  Michael Olson  <mwolson@gnu.org>
768     
769         * Makefile: Change path to `publish' script.
770     
771         * contrib/pcomplete.el: New file that is used by Muse without
772         actually being a part of it: hence its location in the contrib
773         directory.
774     
775         * contrib/cgi.el, contrib/httpd.el: New location.
776     
777         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
778     
779         * scripts/publish, scripts/publish-project: Ditto.
781     new files:
782      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
783      contrib/pcomplete.el examples/.arch-ids/=id
784      scripts/.arch-ids/=id
786     modified files:
787      ChangeLog Makefile
789     renamed files:
790      .arch-ids/cgi.el.id
791        ==> contrib/.arch-ids/cgi.el.id
792      .arch-ids/httpd.el.id
793        ==> contrib/.arch-ids/httpd.el.id
794      .arch-ids/muse-johnw.el.id
795        ==> examples/.arch-ids/muse-johnw.el.id
796      .arch-ids/publish-johnw.id
797        ==> examples/.arch-ids/publish-johnw.id
798      .arch-ids/publish-project.id
799        ==> scripts/.arch-ids/publish-project.id
800      .arch-ids/publish.id
801        ==> scripts/.arch-ids/publish.id
802      cgi.el
803        ==> contrib/cgi.el
804      httpd.el
805        ==> contrib/httpd.el
806      muse-johnw.el
807        ==> examples/muse-johnw.el
808      publish
809        ==> scripts/publish
810      publish-johnw
811        ==> examples/publish-johnw
812      publish-project
813        ==> scripts/publish-project
815     new directories:
816      contrib contrib/.arch-ids examples examples/.arch-ids scripts
817      scripts/.arch-ids
820 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
822     Summary:
823       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
824     Revision:
825       muse--main--1.0--base-0
827     (automatically generated log message)
829     new patches:
830      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
831      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
832      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
833      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
834      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
835      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
836      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
837      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
838      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
839      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
840      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
841      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
842      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
843      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
844      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
845      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
846      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
847      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8