Update documentation for C-c TAB feature.
[muse-el.git] / ChangeLog
blobe44eb5acfb26f2e0d67e0731c7698d1c93aa99d4
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:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
7     Summary:
8       Update documentation for C-c TAB feature.
9     Revision:
10       muse--main--1.0--patch-34
12     * muse.texi (Keystroke Summary): Note that C-c TAB calls
13       `muse-insert-tag'.
14     
16     modified files:
17      ChangeLog muse.texi
20 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
22     Summary:
23       New feature: tag completion with C-c TAB.
24     Revision:
25       muse--main--1.0--patch-33
27     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
28       (muse-tag-history, muse-custom-tags): New variables that keep track of
29       the tag history and newly-entered tags respectively for
30       `muse-insert-tag'.
31       (muse-insert-tag): New function that interactively prompts the user for
32       a tag to use.
34     modified files:
35      ChangeLog muse-mode.el
38 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
40     Summary:
41       Fix XHTML validation error with <hr> and <br>.
42     Revision:
43       muse--main--1.0--patch-32
45     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
46       and HR tags for XHTML publishing.  This should fix a few validation
47       errors that I've been noticing lately.
49     modified files:
50      ChangeLog muse-html.el
53 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
55     Summary:
56       Remove flyspell overlays on links.
57     Revision:
58       muse--main--1.0--patch-31
60     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
61       should make the link clickable.  On Emacs21, the color will stay red,
62       but other Emacsen should do the right thing, which is use the normal
63       link color.  Hopefully this will fix some strange flyspell-related link
64       problems.
66     modified files:
67      ChangeLog muse-colors.el
70 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
72     Summary:
73       Update my example Muse settings.
74     Revision:
75       muse--main--1.0--patch-30
77     * examples/mwolson/muse-init.el: Update from my latest version.
78       (muse-project-alist): Remove the francais part of my blog.
79       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
80       into this and `my-muse-mode-fill-nobreak-p'.
81       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
82       this is the best way to accomplish this.
83       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
84       characters in the title.
85       (my-muse-prepare-entry-for-xanga): Treat example regions better.
87     modified files:
88      ChangeLog examples/mwolson/muse-init.el
91 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
93     Summary:
94       Add simple `muse-version' function.
95     Revision:
96       muse--main--1.0--patch-29
98     * muse.el (muse-version): New function that displays the value of the
99       `muse-version' variable.  This should be easier for the user to type
100       than C-h v muse-version.
102     modified files:
103      ChangeLog muse.el
106 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
108     Summary:
109       Don't compile documentation by default.
110     Revision:
111       muse--main--1.0--patch-28
113     * Makefile (all): Don't compile documentation by default.
114       (doc): Use this rule to compile documentation.
116     modified files:
117      ChangeLog Makefile
120 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
122     Summary:
123       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
124     Revision:
125       muse--main--1.0--patch-27
127     2005-04-16  Michael Olson  <mwolson@gnu.org>
128     
129         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
130         johnw. If a journal entry's title is a [[link]], then an
131         <enclosure> tag will be added to the XML data giving the size and
132         MIME type of the link target.  This makes podcasting with Muse
133         trivial.
134         (muse-journal-rss-entry-template): Add enclosure usage to example.
135         (muse-journal-rss-munge-buffer): Implement enclosures.
137     modified files:
138      ChangeLog muse-journal.el
141 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
143     Summary:
144       Standardize source headers, appease elint, don't require planner
145     Revision:
146       muse--main--1.0--patch-26
148     2005-04-15  Michael Olson  <mwolson@gnu.org>
149     
150         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
151         `scripts' directory since it really isn't part of Muse proper; it
152         is used to generate Muse output from the command line.
153     
154         * muse-blosxom.el: Handle case where planner is not loaded so that
155         it isn't a hard requirement.
156     
157         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
158         that elint doesn't complain.
159     
160         * muse-message.el (muse-message-markup-link): Don't throw up on
161         links with no description.
162     
163         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
164         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
165         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
166         muse-project.el, muse-publish.el, muse-regexps.el,
167         muse-texinfo.el, muse.el: Add standard header for each file in
168         preparation for the initial release, which will hopefully happen
169         sometime within the next month.
170     
172     removed files:
173      experimental/.arch-ids/=id
175     modified files:
176      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
177      muse-convert.el muse-docbook.el muse-html.el muse-http.el
178      muse-journal.el muse-latex.el muse-message.el muse-mode.el
179      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
180      muse-texinfo.el muse.el
182     renamed files:
183      .arch-ids/muse-build.el.id
184        ==> scripts/.arch-ids/muse-build.el.id
185      muse-build.el
186        ==> scripts/muse-build.el
188     removed directories:
189      experimental experimental/.arch-ids
192 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
194     Summary:
195       Merge contents of muse-latexcjk.el into muse-latex.el.
196     Revision:
197       muse--main--1.0--patch-25
199     2005-04-14  Michael Olson  <mwolson@gnu.org>
200     
201         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
202         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
203         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
204         Merge in from muse-latexcjk.el.
205     
206         * muse-latexcjk.el: Removed, functionality merged with
207         muse-latex.el
209     removed files:
210      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
212     modified files:
213      ChangeLog muse-latex.el
216 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
218     Summary:
219       Merge muse-xhtml.el into muse-html.el.
220     Revision:
221       muse--main--1.0--patch-24
223     2005-04-06  Michael Olson  <mwolson@gnu.org>
224     
225         * examples/mwolson/muse-init.el: Update with respect to the
226         muse-xhtml.el merge.
227     
228         * muse-html.el: The contents of muse-xhtml.el have been merged in
229         as advised by John Wiegley.
230         (muse-html-style-sheet): Add example for XHTML use in the
231         function's documentation.
232         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
233         Moved from muse-xhtml.el.
234     
235         * muse-xhtml.el: Removed; contents merged into muse-html.el.
237     removed files:
238      .arch-ids/muse-xhtml.el.id muse-xhtml.el
240     modified files:
241      ChangeLog examples/mwolson/muse-init.el muse-html.el
244 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
246     Summary:
247       Try to fix regexps for Emacs 21.4.
248     Revision:
249       muse--main--1.0--patch-23
251     2005-04-05  Michael Olson  <mwolson@gnu.org>
252     
253         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
254         for Emacs 21.4.
256     modified files:
257      ChangeLog muse-regexps.el
260 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
262     Summary:
263       Add comments to the publish-project example script
264     Revision:
265       muse--main--1.0--patch-22
267     2005-04-01  Michael Olson  <mwolson@gnu.org>
268     
269         * examples/publish-project: Moved here from
270         scripts/publish-project.  Added a few comments so people know what
271         it is used for.
273     modified files:
274      ChangeLog examples/publish-project
276     renamed files:
277      scripts/.arch-ids/publish-project.id
278        ==> examples/.arch-ids/publish-project.id
279      scripts/publish-project
280        ==> examples/publish-project
283 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
285     Summary:
286       New XHTML style, add more examples to my sample muse config
287     Revision:
288       muse--main--1.0--patch-21
290     2005-03-31  Michael Olson  <mwolson@gnu.org>
291     
292         * examples/mwolson/muse-init.el: Give an example of deriving a
293         custom publishing style.
294         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
295         (my-muse-prepare-entry-for-xanga): Mangle the published output
296         from a blosxom project and copy the result to the clipboard for
297         easy pasting into Xanga's web form.  The file is untouched.
298     
299         * muse-html.el (muse-html-style-sheet): Include the <style
300         type="text/css"></style> wrapper around the example.
301         (muse-html-header): Don't add <style type="text/css"></style>
302         around the value of `muse-html-style-sheet' anymore.  This allows
303         for the option of putting your stylesheet(s) in a separate file.
304         An example of this is given in the documentation for this
305         variable.
306     
307         * muse-xhtml: New file that implements a publishing style which is
308         derived from HTML mode.  It uses a slightly modified version of
309         the HTML markup rules to generate XHTML-compliant output.
310     
311         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
312         "blosxom" style has been renamed to "blosxom-html".  Fix a few
313         header gaffes.
314     
315         * muse-journal.el: Add new "journal-xhtml" style.
316     
317         * muse-message.el: Add new "message-xhtml" style.
319     new files:
320      .arch-ids/muse-xhtml.el.id muse-xhtml.el
322     modified files:
323      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
324      muse-html.el muse-journal.el muse-message.el
327 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
329     Summary:
330       Add my muse configuration to the examples
331     Revision:
332       muse--main--1.0--patch-20
334     2005-03-24  Michael Olson  <mwolson@gnu.org>
335     
336         * examples/johnw: Move John Wiegley's configuration to this
337         directory.
338     
339         * examples/mwolson: My configuration files go here.
340     
341         * examples/mwolson/muse-init.el: My Muse configuration file.  I
342         just figured out how to keep links from being spell-checked or
343         split up by fill-mode, so the implementation of this may be found
344         here.  I also made a function that sets up a blog entry for me.
346     new files:
347      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
348      examples/mwolson/.arch-ids/muse-init.el.id
349      examples/mwolson/muse-init.el
351     modified files:
352      ChangeLog
354     renamed files:
355      examples/.arch-ids/muse-johnw.el.id
356        ==> examples/johnw/.arch-ids/muse-johnw.el.id
357      examples/.arch-ids/publish-johnw.id
358        ==> examples/johnw/.arch-ids/publish-johnw.id
359      examples/muse-johnw.el
360        ==> examples/johnw/muse-johnw.el
361      examples/publish-johnw
362        ==> examples/johnw/publish-johnw
364     new directories:
365      examples/johnw examples/johnw/.arch-ids examples/mwolson
366      examples/mwolson/.arch-ids
369 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
371     Summary:
372       Add muse-blosxom script and plugin for pyblosxom
373     Revision:
374       muse--main--1.0--patch-19
376     2005-03-24  Michael Olson  <mwolson@gnu.org>
377     
378         * muse-blosxom.el: Update copyright notice in headers and mention
379         the pyblosxom scripts.
380     
381         * contrib/pyblosxom: New directory containing pyblosxom plugins
382         and helper scripts.
383     
384         * contrib/getstamps.py: Script that generates the "timestamps"
385         file, run on the local machine.
386     
387         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
388         timestamps file.
390     new files:
391      contrib/pyblosxom/.arch-ids/=id
392      contrib/pyblosxom/.arch-ids/getstamps.py.id
393      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
394      contrib/pyblosxom/getstamps.py
395      contrib/pyblosxom/hardcodedates.py
397     modified files:
398      ChangeLog muse-blosxom.el
400     new directories:
401      contrib/pyblosxom contrib/pyblosxom/.arch-ids
404 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
406     Summary:
407       muse-blosxom.el has matured past experimental status
408     Revision:
409       muse--main--1.0--patch-18
411     2005-03-23  Michael Olson  <mwolson@gnu.org>
412     
413         * muse-blosxom.el: Remove common functionality that has already
414         been implemented in `muse-html.el'.  Derive this mode from
415         `muse-html'.  Update documentation.  I now feel that this file is
416         ready to be included in the top-level Muse directory.
418     modified files:
419      ChangeLog muse-blosxom.el
421     renamed files:
422      experimental/.arch-ids/muse-blosxom.el.id
423        ==> .arch-ids/muse-blosxom.el.id
424      experimental/muse-blosxom.el
425        ==> muse-blosxom.el
428 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
430     Summary:
431       Make muse-blosxom.el slightly less experimental
432     Revision:
433       muse--main--1.0--patch-17
435     2005-03-22  Michael Olson  <mwolson@gnu.org>
436     
437         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
438         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
439         useful.
440         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
441         from the `muse-blosxom-markup-date-directive' rule.
442         (blosxom-set-time): Remove this function.  We're not going to be
443         touching the timestamp manually anymore -- it's too much of a
444         hassle.  Right now I've got a python program that compiles a
445         timestamp file and a pyblosxom helper that reads it.  Something
446         similar could be arranged for blosxom, I'm sure.
447     
449     modified files:
450      ChangeLog experimental/muse-blosxom.el
453 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
455     Summary:
456       Apply latest journal-related updates from johnw
457     Revision:
458       muse--main--1.0--patch-16
461     modified files:
462      ChangeLog examples/muse-johnw.el muse-journal.el
465 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
467     Summary:
468       Add Projects node to the manual
469     Revision:
470       muse--main--1.0--patch-15
472     2005-02-28  Michael Olson  <mwolson@gnu.org>
473     
474         * muse.texi: Change copyright notice since the FSF is now the
475         copyright holder.
476         (Projects): New node, based on a section from the README file.
478     modified files:
479      ChangeLog muse.texi
482 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
484     Summary:
485       Correct documentation, adding some content.
486     Revision:
487       muse--main--1.0--patch-14
489     2005-02-28  Michael Olson  <mwolson@gnu.org>
490     
491         * muse.texi: Change license terms of the documentation to the GNU
492         GPL instead of the GNU FDL, as per the consent of the copyright
493         holders of the emacs-wiki manual, from which this is based.  Some
494         emacs-wiki-isms in the manual were corrected, and the Getting
495         Started section was updated.
497     modified files:
498      ChangeLog muse.texi
501 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
503     Summary:
504       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
505     Revision:
506       muse--main--1.0--patch-13
508     2005-02-17  Michael Olson  <mwolson@gnu.org>
509     
510         * experimental/muse-blosxom.el: Somehow the contents of this file
511         managed to get duplicated.  I removed the duplicates.
512         (muse-blosxom-date): Remove this, since it is not useful.
513         (muse-blosxom-header): Use the standard header that blosxom.el
514         has.
516     modified files:
517      ChangeLog experimental/muse-blosxom.el
520 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
522     Summary:
523       Initial commit of muse.texi, nothing substantial
524     Revision:
525       muse--main--1.0--patch-12
527     2005-02-07  Michael Olson  <mwolson@gnu.org>
528     
529         * muse.texi: New file that provides the documentation for Muse.
530         It is in a very rough form at the moment.  Nothing substantial may
531         be found here yet.  Be ye warned.
533     new files:
534      .arch-ids/muse.texi.id muse.texi
536     modified files:
537      ChangeLog
540 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
542     Summary:
543       Add docstring, new trivial function
544     Revision:
545       muse--main--1.0--patch-11
547     2005-02-07  Michael Olson  <mwolson@gnu.org>
548     
549         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
550         `muse-what-changed'.  No functionality change.
551         (muse-what-changed): New function that displays in diff format the
552         changes made since the buffer was last saved.
553     
554         * muse-project.el (muse-project-publish): Add docstring.
556     modified files:
557      ChangeLog muse-mode.el muse-project.el
560 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
562     Summary:
563       Add experimental version of muse-blosxom.el to project
564     Revision:
565       muse--main--1.0--patch-10
567     2005-02-04  Michael Olson  <mwolson@gnu.org>
568     
569         * Makefile (realclean): Remove file that gets generated when fonts
570         are missing.
571     
572         * experimental/muse-bloxsom.el: New file that implements Blosxom
573         support for Muse.  It's in a very rough state, hence its placement
574         in the `experimental' directory.
576     new files:
577      experimental/.arch-ids/=id
578      experimental/.arch-ids/muse-blosxom.el.id
579      experimental/muse-blosxom.el
581     modified files:
582      ChangeLog Makefile
584     new directories:
585      experimental experimental/.arch-ids
588 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
590     Summary:
591       Make permissions more consistent
592     Revision:
593       muse--main--1.0--patch-9
596     modified files:
597      ChangeLog
599     modified directories:
600      contrib examples scripts
603 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
605     Summary:
606       Fix build problems
607     Revision:
608       muse--main--1.0--patch-8
610     2005-02-04  Michael Olson  <mwolson@gnu.org>
611     
612         * muse-build.el: Add contrib directory to `load-path'.
613         (muse-elint-files): Load `muse-regexps.el'.
614     
615         * scripts/publish: Change permissions so that this script is
616         executable.  Add contrib directory to load list.  Add
617         `muse-regexps.el' to list.
619     modified files:
620      ChangeLog muse-build.el scripts/publish
623 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
625     Summary:
626       Use "&mdash;" instead of "&#151;"
627     Revision:
628       muse--main--1.0--patch-7
630     2005-01-31  Michael Olson  <mwolson@gnu.org>
631     
632         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
633         with "&mdash;" so that documents validate properly.  Thanks to
634         Björn Lindström for the suggestion.
635     
636         * muse-html.el (muse-html-markup-strings): Ditto.
638     modified files:
639      ChangeLog muse-docbook.el muse-html.el
642 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
644     Summary:
645       Fix use of "[:blank:]" in underline markup
646     Revision:
647       muse--main--1.0--patch-6
649     2005-01-25  Michael Olson  <mwolson@gnu.org>
650     
651         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
652         use of `muse-regexp-blank'.
654     modified files:
655      ChangeLog muse-colors.el
658 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
660     Summary:
661       Fix problem with headings being given wrong face
662     Revision:
663       muse--main--1.0--patch-5
665     2005-01-03  Michael Olson  <mwolson@gnu.org>
666     
667         * muse-colors.el: Add header.
668         (muse-colors-emphasized): Headings were being given the coloring
669         for the next level of heading instead of the real
670         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
671         Heading").  Thanks to Lan Yufeng for finding this and sending a
672         patch.
673     
674         * muse-regexps.el: Fix header.
676     modified files:
677      ChangeLog muse-colors.el muse-regexps.el
680 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
682     Summary:
683       Rotate ChangeLog
684     Revision:
685       muse--main--1.0--patch-4
687     2005-01-01  Michael Olson  <mwolson@gnu.org>
688     
689         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
690         version will be automatically maintained by Arch.
691     
693     new files:
694      .arch-ids/ChangeLog.id ChangeLog
696     renamed files:
697      .arch-ids/ChangeLog.id
698        ==> .arch-ids/ChangeLog.2004.id
699      ChangeLog
700        ==> ChangeLog.2004
703 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
705     Summary:
706       Extended regexps fix, allow spaces in 1st part of links
707     Revision:
708       muse--main--1.0--patch-3
710     2004-12-30  Michael Olson  <mwolson@gnu.org>
711     
712         * muse.el (muse-link-regexp): Allow spaces in the first part of
713         links.
714     
715         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
716         customizable alternatives to extended character classes.
717     
718         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
720     modified files:
721      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
722      muse-html.el muse-mode.el muse-publish.el muse.el
725 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
727     Summary:
728       Begin to change regexp handling, tweak muse.el header
729     Revision:
730       muse--main--1.0--patch-2
732     2004-12-29  Michael Olson  <mwolson@gnu.org>
733     
734         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
735         myself.  Update URL.
736     
737         * muse-regexps.el: New file that implements regexp handling.
738         Generalized regexp options will be moved to it eventually.
740     new files:
741      .arch-ids/muse-regexps.el.id muse-regexps.el
743     modified files:
744      ChangeLog muse.el
747 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
749     Summary:
750       Do some early spring cleaning
751     Revision:
752       muse--main--1.0--patch-1
754     2004-12-29  Michael Olson  <mwolson@gnu.org>
755     
756         * Makefile: Change path to `publish' script.
757     
758         * contrib/pcomplete.el: New file that is used by Muse without
759         actually being a part of it: hence its location in the contrib
760         directory.
761     
762         * contrib/cgi.el, contrib/httpd.el: New location.
763     
764         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
765     
766         * scripts/publish, scripts/publish-project: Ditto.
768     new files:
769      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
770      contrib/pcomplete.el examples/.arch-ids/=id
771      scripts/.arch-ids/=id
773     modified files:
774      ChangeLog Makefile
776     renamed files:
777      .arch-ids/cgi.el.id
778        ==> contrib/.arch-ids/cgi.el.id
779      .arch-ids/httpd.el.id
780        ==> contrib/.arch-ids/httpd.el.id
781      .arch-ids/muse-johnw.el.id
782        ==> examples/.arch-ids/muse-johnw.el.id
783      .arch-ids/publish-johnw.id
784        ==> examples/.arch-ids/publish-johnw.id
785      .arch-ids/publish-project.id
786        ==> scripts/.arch-ids/publish-project.id
787      .arch-ids/publish.id
788        ==> scripts/.arch-ids/publish.id
789      cgi.el
790        ==> contrib/cgi.el
791      httpd.el
792        ==> contrib/httpd.el
793      muse-johnw.el
794        ==> examples/muse-johnw.el
795      publish
796        ==> scripts/publish
797      publish-johnw
798        ==> examples/publish-johnw
799      publish-project
800        ==> scripts/publish-project
802     new directories:
803      contrib contrib/.arch-ids examples examples/.arch-ids scripts
804      scripts/.arch-ids
807 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
809     Summary:
810       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
811     Revision:
812       muse--main--1.0--base-0
814     (automatically generated log message)
816     new patches:
817      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
818      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
819      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
820      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
821      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
822      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
823      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
824      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
825      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
826      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
827      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
828      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
829      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
830      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
831      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
832      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
833      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
834      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8