Update my example config, minor code cleanup.
[muse-el.git] / ChangeLog
blobef9a802aedef08d614d65dda74b2d6911d63cbac
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-06-09 19:48:02 GMT Michael Olson <mwolson@gnu.org> patch-47
7     Summary:
8       Update my example config, minor code cleanup.
9     Revision:
10       muse--main--1.0--patch-47
12     * examples/mwolson/muse-init.el (muse-project-alist): Shorten project
13       names and add "Plans" project.
14     
15     * muse-docbook.el (looking-back): Delete.
16     
17     * muse-html.el (looking-back): Delete.
18     
19     * muse-html.el (muse-html-markup-paragraph): Use `muse-looking-back'
20       instead of `looking-back'.
21     
22     * muse.el (muse-looking-back): Instead of redefining the `looking-back'
23       function, use this function.  If `looking-back' exists, call it;
24       otherwise, use a workaround.
26     removed files:
27      contrib/.arch-ids/pcomplete.el.id contrib/pcomplete.el
29     modified files:
30      ChangeLog examples/mwolson/muse-init.el muse-docbook.el
31      muse-html.el muse.el
34 2005-05-30 22:15:13 GMT Michael Olson <mwolson@gnu.org> patch-46
36     Summary:
37       Handle a few paragraph publishing edge cases better.
38     Revision:
39       muse--main--1.0--patch-46
41     * muse-docbook.el (muse-docbook-markup-regexps): Consolidate the
42       beginning-of-document, end-of-document, and paragraph separator regexps
43       so that one markup rule can be used in all these cases.
44       (muse-docbook-markup-paragraph): Handle more cases correctly.  In
45       particular, blockquote or center at beginning or end of document will
46       be published properly.  Hopefully this won't slow things down too much.
47       (muse-docbook-markup-paragraph-close): Removed.
48     
49     * muse-blosxom.el (muse-blosxom-markup-regexps): Ditto.
50     
51     * muse-html.el (muse-html-markup-regexps, muse-html-markup-paragraph):
52       Ditto.
53       (muse-html-markup-paragraph-close): Removed.
55     modified files:
56      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
59 2005-05-28 23:37:11 GMT Michael Olson <mwolson@gnu.org> patch-45
61     Summary:
62       Improve prompt when reading a tag.
63     Revision:
64       muse--main--1.0--patch-45
66     * muse-mode.el (muse-insert-tag): Add a colon after "default" like some
67       other Emacs modes seem to do.
69     modified files:
70      ChangeLog muse-mode.el
73 2005-05-28 23:34:50 GMT Michael Olson <mwolson@gnu.org> patch-44
75     Summary:
76       Warn user when publishing fails due to a private directory.
77     Revision:
78       muse--main--1.0--patch-44
80     * muse-project.el (muse-project-private-p): Warn users when publishing a
81       file fails due to its directory not being readable by others.  Make
82       sure that you do a `chmod +o name_of_directory' if you want the
83       contents of that directory to be publishable.
85     modified files:
86      ChangeLog muse-project.el
89 2005-05-28 23:21:39 GMT Michael Olson <mwolson@gnu.org> patch-43
91     Summary:
92       Fix error with example tags and message publishing style.
93     Revision:
94       muse--main--1.0--patch-43
96     * muse-colors.el: Don't define `font-lock-mode' as a variable.  Check to
97       see if a previous definition for `font-lock-multiline' exists.
98     
99     * muse-message.el (muse-message-example-tag): Don't require two
100       additional (unused) arguments.
102     modified files:
103      ChangeLog muse-colors.el muse-message.el
106 2005-05-22 05:58:40 GMT Michael Olson <mwolson@gnu.org> patch-42
108     Summary:
109       Always end the published document with a newline.
110     Revision:
111       muse--main--1.0--patch-42
113     * muse-html.el (muse-html-markup-paragraph-close): Always end the
114       published document with a newline.
115     
116     * muse-docbook.el (muse-docbook-markup-paragraph-close): Ditto.
118     modified files:
119      ChangeLog muse-docbook.el muse-html.el
122 2005-05-22 01:26:13 GMT Michael Olson <mwolson@gnu.org> patch-41
124     Summary:
125       Don't let automatic backup files crash the publishing process.
126     Revision:
127       muse--main--1.0--patch-41
129     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
130       directive since this value is already processed by
131       `muse-publish-markup-directive', and may be obtained by using
132       the code: (muse-publishing-directive "date").
133     
134     * muse-colors.el (muse-colors-region): Make sure that we don't ever try
135       to run (funcall nil); this happened once during a debugging process.
136     
137     * muse-project.el (muse-project-private-p): Skip any file for which we
138       cannot fetch attributes.  This fixes a bug where having an
139       Emacs-generated automatic backup file in a publishing directory causes
140       the publishing process to halt with an error.
142     modified files:
143      ChangeLog muse-blosxom.el muse-colors.el muse-project.el
146 2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40
148     Summary:
149       Apply fix in previous patch to the DocBook publishing style.
150     Revision:
151       muse--main--1.0--patch-40
153     * muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
154       previous patch here as well.
155     
157     modified files:
158      ChangeLog muse-docbook.el
161 2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39
163     Summary:
164       Fix newly-introduced lock-up during HTML publishing.
165     Revision:
166       muse--main--1.0--patch-39
168     * muse-blosxom.el (muse-blosxom-markup-regexps): Give date directive and
169       planner rules higher priority in the publishing sequence.  Hopefully
170       this will not wreck anything; I don't use these rules, so I cannot
171       tell.  This wasn't a real bugfix, just an aesthetic code thing for me.
172     
173     * muse-html.el (muse-html-markup-paragraph-close): Don't use
174       replace-match; that seems to be slightly evil.  Return nil instead of a
175       newline since otherwise Muse thinks that we are not done yet and gets
176       into an infinite loop.  This should fix the lock-up problem that
177       resulted from the previous few patches.
179     modified files:
180      ChangeLog muse-blosxom.el muse-html.el
183 2005-05-19 23:44:16 GMT Michael Olson <mwolson@gnu.org> patch-38
185     Summary:
186       Parenthesis goofup.
187     Revision:
188       muse--main--1.0--patch-38
190     * muse-blosxom.el (muse-blosxom-markup-regexps): Remove stray parenthesis.
191     
193     modified files:
194      ChangeLog muse-blosxom.el
197 2005-05-19 23:41:54 GMT Michael Olson <mwolson@gnu.org> patch-37
199     Summary:
200       Make docbook and blosxom modes close paragraphs properly at end.
201     Revision:
202       muse--main--1.0--patch-37
204     * muse-blosxom.el (muse-blosxom-markup-regexps): Use new rule from last
205       patch.
206     
207     * muse-docbook.el (muse-docbook-markup-regexps): Ditto.
208       (muse-docbook-markup-paragraph-close): Adapt from
209       `muse-html-markup-paragraph-close'.
210     
211     * muse-html.el (muse-html-markup-paragraph-close): Add newline so that we
212       preserve the same appearance as before the last patch.
214     modified files:
215      ChangeLog muse-blosxom.el muse-docbook.el muse-html.el
218 2005-05-19 23:26:50 GMT Michael Olson <mwolson@gnu.org> patch-36
220     Summary:
221       Bugfix: Close P tag properly at end of file.
222     Revision:
223       muse--main--1.0--patch-36
225     * muse-blosxom.el: Fix bug where loading this file twice would cause an
226       error.
227     
228     * muse-html.el (muse-html-markup-regexps): Use simpler mechanism for
229       detecting whether or not a paragraph needs a closing P tag.
230       (muse-html-markup-paragraph-close): New function that only inserts a
231       closing P tag when an unclosed P tag is nearby.
233     modified files:
234      ChangeLog muse-blosxom.el muse-html.el
237 2005-05-18 06:07:02 GMT Michael Olson <mwolson@gnu.org> patch-35
239     Summary:
240       Update my example settings.
241     Revision:
242       muse--main--1.0--patch-35
244     * examples/mwolson/muse-init.el: Synchronize with my current settings.
246     modified files:
247      ChangeLog examples/mwolson/muse-init.el
250 2005-05-18 06:03:07 GMT Michael Olson <mwolson@gnu.org> patch-34
252     Summary:
253       Update documentation for C-c TAB feature.
254     Revision:
255       muse--main--1.0--patch-34
257     * muse.texi (Keystroke Summary): Note that C-c TAB calls
258       `muse-insert-tag'.
259     
261     modified files:
262      ChangeLog muse.texi
265 2005-05-18 06:00:27 GMT Michael Olson <mwolson@gnu.org> patch-33
267     Summary:
268       New feature: tag completion with C-c TAB.
269     Revision:
270       muse--main--1.0--patch-33
272     * muse-mode.el (muse-mode-map): Map C-c TAB to `muse-insert-tag'.
273       (muse-tag-history, muse-custom-tags): New variables that keep track of
274       the tag history and newly-entered tags respectively for
275       `muse-insert-tag'.
276       (muse-insert-tag): New function that interactively prompts the user for
277       a tag to use.
279     modified files:
280      ChangeLog muse-mode.el
283 2005-05-18 05:49:07 GMT Michael Olson <mwolson@gnu.org> patch-32
285     Summary:
286       Fix XHTML validation error with <hr> and <br>.
287     Revision:
288       muse--main--1.0--patch-32
290     * muse-html.el (muse-xhtml-markup-strings): Use the proper form of the BR
291       and HR tags for XHTML publishing.  This should fix a few validation
292       errors that I've been noticing lately.
294     modified files:
295      ChangeLog muse-html.el
298 2005-05-12 22:46:10 GMT Michael Olson <mwolson@gnu.org> patch-31
300     Summary:
301       Remove flyspell overlays on links.
302     Revision:
303       muse--main--1.0--patch-31
305     * muse-colors.el (muse-colors-link): Remove flyspell overlays.  This
306       should make the link clickable.  On Emacs21, the color will stay red,
307       but other Emacsen should do the right thing, which is use the normal
308       link color.  Hopefully this will fix some strange flyspell-related link
309       problems.
311     modified files:
312      ChangeLog muse-colors.el
315 2005-05-06 03:30:05 GMT Michael Olson <mwolson@gnu.org> patch-30
317     Summary:
318       Update my example Muse settings.
319     Revision:
320       muse--main--1.0--patch-30
322     * examples/mwolson/muse-init.el: Update from my latest version.
323       (muse-project-alist): Remove the francais part of my blog.
324       (my-muse-mode-flyspell-p): Split old `my-muse-mode-affect-p' function
325       into this and `my-muse-mode-fill-nobreak-p'.
326       (muse-mode-hook): Tell fill mode to avoid breaking links; hopefully
327       this is the best way to accomplish this.
328       (my-muse-blosxom-title-to-file): Replace more non-alphanumeric
329       characters in the title.
330       (my-muse-prepare-entry-for-xanga): Treat example regions better.
332     modified files:
333      ChangeLog examples/mwolson/muse-init.el
336 2005-04-21 18:25:28 GMT Michael Olson <mwolson@gnu.org> patch-29
338     Summary:
339       Add simple `muse-version' function.
340     Revision:
341       muse--main--1.0--patch-29
343     * muse.el (muse-version): New function that displays the value of the
344       `muse-version' variable.  This should be easier for the user to type
345       than C-h v muse-version.
347     modified files:
348      ChangeLog muse.el
351 2005-04-21 18:19:02 GMT Michael Olson <mwolson@gnu.org> patch-28
353     Summary:
354       Don't compile documentation by default.
355     Revision:
356       muse--main--1.0--patch-28
358     * Makefile (all): Don't compile documentation by default.
359       (doc): Use this rule to compile documentation.
361     modified files:
362      ChangeLog Makefile
365 2005-04-16 18:08:24 GMT Michael Olson <mwolson@gnu.org> patch-27
367     Summary:
368       Merge RSS 2.0 enclosure support for muse-journal.el from johnw
369     Revision:
370       muse--main--1.0--patch-27
372     2005-04-16  Michael Olson  <mwolson@gnu.org>
373     
374         * muse-journal.el: Merge in enclosure support for RSS 2.0 from
375         johnw. If a journal entry's title is a [[link]], then an
376         <enclosure> tag will be added to the XML data giving the size and
377         MIME type of the link target.  This makes podcasting with Muse
378         trivial.
379         (muse-journal-rss-entry-template): Add enclosure usage to example.
380         (muse-journal-rss-munge-buffer): Implement enclosures.
382     modified files:
383      ChangeLog muse-journal.el
386 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
388     Summary:
389       Standardize source headers, appease elint, don't require planner
390     Revision:
391       muse--main--1.0--patch-26
393     2005-04-15  Michael Olson  <mwolson@gnu.org>
394     
395         * Makefile, scripts/muse-build.el: Moved muse-build.el to the
396         `scripts' directory since it really isn't part of Muse proper; it
397         is used to generate Muse output from the command line.
398     
399         * muse-blosxom.el: Handle case where planner is not loaded so that
400         it isn't a hard requirement.
401     
402         * muse-colors.el: Move definition of `muse-colors-tag-info' up so
403         that elint doesn't complain.
404     
405         * muse-message.el (muse-message-markup-link): Don't throw up on
406         links with no description.
407     
408         * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
409         muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
410         muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
411         muse-project.el, muse-publish.el, muse-regexps.el,
412         muse-texinfo.el, muse.el: Add standard header for each file in
413         preparation for the initial release, which will hopefully happen
414         sometime within the next month.
415     
417     removed files:
418      experimental/.arch-ids/=id
420     modified files:
421      ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
422      muse-convert.el muse-docbook.el muse-html.el muse-http.el
423      muse-journal.el muse-latex.el muse-message.el muse-mode.el
424      muse-poem.el muse-project.el muse-publish.el muse-regexps.el
425      muse-texinfo.el muse.el
427     renamed files:
428      .arch-ids/muse-build.el.id
429        ==> scripts/.arch-ids/muse-build.el.id
430      muse-build.el
431        ==> scripts/muse-build.el
433     removed directories:
434      experimental experimental/.arch-ids
437 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
439     Summary:
440       Merge contents of muse-latexcjk.el into muse-latex.el.
441     Revision:
442       muse--main--1.0--patch-25
444     2005-04-14  Michael Olson  <mwolson@gnu.org>
445     
446         * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
447         (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
448         (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
449         Merge in from muse-latexcjk.el.
450     
451         * muse-latexcjk.el: Removed, functionality merged with
452         muse-latex.el
454     removed files:
455      .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
457     modified files:
458      ChangeLog muse-latex.el
461 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
463     Summary:
464       Merge muse-xhtml.el into muse-html.el.
465     Revision:
466       muse--main--1.0--patch-24
468     2005-04-06  Michael Olson  <mwolson@gnu.org>
469     
470         * examples/mwolson/muse-init.el: Update with respect to the
471         muse-xhtml.el merge.
472     
473         * muse-html.el: The contents of muse-xhtml.el have been merged in
474         as advised by John Wiegley.
475         (muse-html-style-sheet): Add example for XHTML use in the
476         function's documentation.
477         (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
478         Moved from muse-xhtml.el.
479     
480         * muse-xhtml.el: Removed; contents merged into muse-html.el.
482     removed files:
483      .arch-ids/muse-xhtml.el.id muse-xhtml.el
485     modified files:
486      ChangeLog examples/mwolson/muse-init.el muse-html.el
489 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
491     Summary:
492       Try to fix regexps for Emacs 21.4.
493     Revision:
494       muse--main--1.0--patch-23
496     2005-04-05  Michael Olson  <mwolson@gnu.org>
497     
498         * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
499         for Emacs 21.4.
501     modified files:
502      ChangeLog muse-regexps.el
505 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
507     Summary:
508       Add comments to the publish-project example script
509     Revision:
510       muse--main--1.0--patch-22
512     2005-04-01  Michael Olson  <mwolson@gnu.org>
513     
514         * examples/publish-project: Moved here from
515         scripts/publish-project.  Added a few comments so people know what
516         it is used for.
518     modified files:
519      ChangeLog examples/publish-project
521     renamed files:
522      scripts/.arch-ids/publish-project.id
523        ==> examples/.arch-ids/publish-project.id
524      scripts/publish-project
525        ==> examples/publish-project
528 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
530     Summary:
531       New XHTML style, add more examples to my sample muse config
532     Revision:
533       muse--main--1.0--patch-21
535     2005-03-31  Michael Olson  <mwolson@gnu.org>
536     
537         * examples/mwolson/muse-init.el: Give an example of deriving a
538         custom publishing style.
539         (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
540         (my-muse-prepare-entry-for-xanga): Mangle the published output
541         from a blosxom project and copy the result to the clipboard for
542         easy pasting into Xanga's web form.  The file is untouched.
543     
544         * muse-html.el (muse-html-style-sheet): Include the <style
545         type="text/css"></style> wrapper around the example.
546         (muse-html-header): Don't add <style type="text/css"></style>
547         around the value of `muse-html-style-sheet' anymore.  This allows
548         for the option of putting your stylesheet(s) in a separate file.
549         An example of this is given in the documentation for this
550         variable.
551     
552         * muse-xhtml: New file that implements a publishing style which is
553         derived from HTML mode.  It uses a slightly modified version of
554         the HTML markup rules to generate XHTML-compliant output.
555     
556         * muse-blosxom.el: Add new "blosxom-xhtml" style.  The old
557         "blosxom" style has been renamed to "blosxom-html".  Fix a few
558         header gaffes.
559     
560         * muse-journal.el: Add new "journal-xhtml" style.
561     
562         * muse-message.el: Add new "message-xhtml" style.
564     new files:
565      .arch-ids/muse-xhtml.el.id muse-xhtml.el
567     modified files:
568      ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
569      muse-html.el muse-journal.el muse-message.el
572 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
574     Summary:
575       Add my muse configuration to the examples
576     Revision:
577       muse--main--1.0--patch-20
579     2005-03-24  Michael Olson  <mwolson@gnu.org>
580     
581         * examples/johnw: Move John Wiegley's configuration to this
582         directory.
583     
584         * examples/mwolson: My configuration files go here.
585     
586         * examples/mwolson/muse-init.el: My Muse configuration file.  I
587         just figured out how to keep links from being spell-checked or
588         split up by fill-mode, so the implementation of this may be found
589         here.  I also made a function that sets up a blog entry for me.
591     new files:
592      examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
593      examples/mwolson/.arch-ids/muse-init.el.id
594      examples/mwolson/muse-init.el
596     modified files:
597      ChangeLog
599     renamed files:
600      examples/.arch-ids/muse-johnw.el.id
601        ==> examples/johnw/.arch-ids/muse-johnw.el.id
602      examples/.arch-ids/publish-johnw.id
603        ==> examples/johnw/.arch-ids/publish-johnw.id
604      examples/muse-johnw.el
605        ==> examples/johnw/muse-johnw.el
606      examples/publish-johnw
607        ==> examples/johnw/publish-johnw
609     new directories:
610      examples/johnw examples/johnw/.arch-ids examples/mwolson
611      examples/mwolson/.arch-ids
614 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
616     Summary:
617       Add muse-blosxom script and plugin for pyblosxom
618     Revision:
619       muse--main--1.0--patch-19
621     2005-03-24  Michael Olson  <mwolson@gnu.org>
622     
623         * muse-blosxom.el: Update copyright notice in headers and mention
624         the pyblosxom scripts.
625     
626         * contrib/pyblosxom: New directory containing pyblosxom plugins
627         and helper scripts.
628     
629         * contrib/getstamps.py: Script that generates the "timestamps"
630         file, run on the local machine.
631     
632         * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
633         timestamps file.
635     new files:
636      contrib/pyblosxom/.arch-ids/=id
637      contrib/pyblosxom/.arch-ids/getstamps.py.id
638      contrib/pyblosxom/.arch-ids/hardcodedates.py.id
639      contrib/pyblosxom/getstamps.py
640      contrib/pyblosxom/hardcodedates.py
642     modified files:
643      ChangeLog muse-blosxom.el
645     new directories:
646      contrib/pyblosxom contrib/pyblosxom/.arch-ids
649 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
651     Summary:
652       muse-blosxom.el has matured past experimental status
653     Revision:
654       muse--main--1.0--patch-18
656     2005-03-23  Michael Olson  <mwolson@gnu.org>
657     
658         * muse-blosxom.el: Remove common functionality that has already
659         been implemented in `muse-html.el'.  Derive this mode from
660         `muse-html'.  Update documentation.  I now feel that this file is
661         ready to be included in the top-level Muse directory.
663     modified files:
664      ChangeLog muse-blosxom.el
666     renamed files:
667      experimental/.arch-ids/muse-blosxom.el.id
668        ==> .arch-ids/muse-blosxom.el.id
669      experimental/muse-blosxom.el
670        ==> muse-blosxom.el
673 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
675     Summary:
676       Make muse-blosxom.el slightly less experimental
677     Revision:
678       muse--main--1.0--patch-17
680     2005-03-22  Michael Olson  <mwolson@gnu.org>
681     
682         * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
683         Renamed from `blosxom-page-date-alist'.  Currently it does nothing
684         useful.
685         (muse-blosxom-markup-regexps): Remove unnecessary first grouping
686         from the `muse-blosxom-markup-date-directive' rule.
687         (blosxom-set-time): Remove this function.  We're not going to be
688         touching the timestamp manually anymore -- it's too much of a
689         hassle.  Right now I've got a python program that compiles a
690         timestamp file and a pyblosxom helper that reads it.  Something
691         similar could be arranged for blosxom, I'm sure.
692     
694     modified files:
695      ChangeLog experimental/muse-blosxom.el
698 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
700     Summary:
701       Apply latest journal-related updates from johnw
702     Revision:
703       muse--main--1.0--patch-16
706     modified files:
707      ChangeLog examples/muse-johnw.el muse-journal.el
710 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
712     Summary:
713       Add Projects node to the manual
714     Revision:
715       muse--main--1.0--patch-15
717     2005-02-28  Michael Olson  <mwolson@gnu.org>
718     
719         * muse.texi: Change copyright notice since the FSF is now the
720         copyright holder.
721         (Projects): New node, based on a section from the README file.
723     modified files:
724      ChangeLog muse.texi
727 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
729     Summary:
730       Correct documentation, adding some content.
731     Revision:
732       muse--main--1.0--patch-14
734     2005-02-28  Michael Olson  <mwolson@gnu.org>
735     
736         * muse.texi: Change license terms of the documentation to the GNU
737         GPL instead of the GNU FDL, as per the consent of the copyright
738         holders of the emacs-wiki manual, from which this is based.  Some
739         emacs-wiki-isms in the manual were corrected, and the Getting
740         Started section was updated.
742     modified files:
743      ChangeLog muse.texi
746 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
748     Summary:
749       Make muse-blosxom.el a bit more sane, still need to bum it down a bit
750     Revision:
751       muse--main--1.0--patch-13
753     2005-02-17  Michael Olson  <mwolson@gnu.org>
754     
755         * experimental/muse-blosxom.el: Somehow the contents of this file
756         managed to get duplicated.  I removed the duplicates.
757         (muse-blosxom-date): Remove this, since it is not useful.
758         (muse-blosxom-header): Use the standard header that blosxom.el
759         has.
761     modified files:
762      ChangeLog experimental/muse-blosxom.el
765 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
767     Summary:
768       Initial commit of muse.texi, nothing substantial
769     Revision:
770       muse--main--1.0--patch-12
772     2005-02-07  Michael Olson  <mwolson@gnu.org>
773     
774         * muse.texi: New file that provides the documentation for Muse.
775         It is in a very rough form at the moment.  Nothing substantial may
776         be found here yet.  Be ye warned.
778     new files:
779      .arch-ids/muse.texi.id muse.texi
781     modified files:
782      ChangeLog
785 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
787     Summary:
788       Add docstring, new trivial function
789     Revision:
790       muse--main--1.0--patch-11
792     2005-02-07  Michael Olson  <mwolson@gnu.org>
793     
794         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
795         `muse-what-changed'.  No functionality change.
796         (muse-what-changed): New function that displays in diff format the
797         changes made since the buffer was last saved.
798     
799         * muse-project.el (muse-project-publish): Add docstring.
801     modified files:
802      ChangeLog muse-mode.el muse-project.el
805 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
807     Summary:
808       Add experimental version of muse-blosxom.el to project
809     Revision:
810       muse--main--1.0--patch-10
812     2005-02-04  Michael Olson  <mwolson@gnu.org>
813     
814         * Makefile (realclean): Remove file that gets generated when fonts
815         are missing.
816     
817         * experimental/muse-bloxsom.el: New file that implements Blosxom
818         support for Muse.  It's in a very rough state, hence its placement
819         in the `experimental' directory.
821     new files:
822      experimental/.arch-ids/=id
823      experimental/.arch-ids/muse-blosxom.el.id
824      experimental/muse-blosxom.el
826     modified files:
827      ChangeLog Makefile
829     new directories:
830      experimental experimental/.arch-ids
833 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
835     Summary:
836       Make permissions more consistent
837     Revision:
838       muse--main--1.0--patch-9
841     modified files:
842      ChangeLog
844     modified directories:
845      contrib examples scripts
848 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
850     Summary:
851       Fix build problems
852     Revision:
853       muse--main--1.0--patch-8
855     2005-02-04  Michael Olson  <mwolson@gnu.org>
856     
857         * muse-build.el: Add contrib directory to `load-path'.
858         (muse-elint-files): Load `muse-regexps.el'.
859     
860         * scripts/publish: Change permissions so that this script is
861         executable.  Add contrib directory to load list.  Add
862         `muse-regexps.el' to list.
864     modified files:
865      ChangeLog muse-build.el scripts/publish
868 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
870     Summary:
871       Use "&mdash;" instead of "&#151;"
872     Revision:
873       muse--main--1.0--patch-7
875     2005-01-31  Michael Olson  <mwolson@gnu.org>
876     
877         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
878         with "&mdash;" so that documents validate properly.  Thanks to
879         Björn Lindström for the suggestion.
880     
881         * muse-html.el (muse-html-markup-strings): Ditto.
883     modified files:
884      ChangeLog muse-docbook.el muse-html.el
887 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
889     Summary:
890       Fix use of "[:blank:]" in underline markup
891     Revision:
892       muse--main--1.0--patch-6
894     2005-01-25  Michael Olson  <mwolson@gnu.org>
895     
896         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
897         use of `muse-regexp-blank'.
899     modified files:
900      ChangeLog muse-colors.el
903 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
905     Summary:
906       Fix problem with headings being given wrong face
907     Revision:
908       muse--main--1.0--patch-5
910     2005-01-03  Michael Olson  <mwolson@gnu.org>
911     
912         * muse-colors.el: Add header.
913         (muse-colors-emphasized): Headings were being given the coloring
914         for the next level of heading instead of the real
915         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
916         Heading").  Thanks to Lan Yufeng for finding this and sending a
917         patch.
918     
919         * muse-regexps.el: Fix header.
921     modified files:
922      ChangeLog muse-colors.el muse-regexps.el
925 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
927     Summary:
928       Rotate ChangeLog
929     Revision:
930       muse--main--1.0--patch-4
932     2005-01-01  Michael Olson  <mwolson@gnu.org>
933     
934         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
935         version will be automatically maintained by Arch.
936     
938     new files:
939      .arch-ids/ChangeLog.id ChangeLog
941     renamed files:
942      .arch-ids/ChangeLog.id
943        ==> .arch-ids/ChangeLog.2004.id
944      ChangeLog
945        ==> ChangeLog.2004
948 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
950     Summary:
951       Extended regexps fix, allow spaces in 1st part of links
952     Revision:
953       muse--main--1.0--patch-3
955     2004-12-30  Michael Olson  <mwolson@gnu.org>
956     
957         * muse.el (muse-link-regexp): Allow spaces in the first part of
958         links.
959     
960         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
961         customizable alternatives to extended character classes.
962     
963         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
965     modified files:
966      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
967      muse-html.el muse-mode.el muse-publish.el muse.el
970 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
972     Summary:
973       Begin to change regexp handling, tweak muse.el header
974     Revision:
975       muse--main--1.0--patch-2
977     2004-12-29  Michael Olson  <mwolson@gnu.org>
978     
979         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
980         myself.  Update URL.
981     
982         * muse-regexps.el: New file that implements regexp handling.
983         Generalized regexp options will be moved to it eventually.
985     new files:
986      .arch-ids/muse-regexps.el.id muse-regexps.el
988     modified files:
989      ChangeLog muse.el
992 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
994     Summary:
995       Do some early spring cleaning
996     Revision:
997       muse--main--1.0--patch-1
999     2004-12-29  Michael Olson  <mwolson@gnu.org>
1000     
1001         * Makefile: Change path to `publish' script.
1002     
1003         * contrib/pcomplete.el: New file that is used by Muse without
1004         actually being a part of it: hence its location in the contrib
1005         directory.
1006     
1007         * contrib/cgi.el, contrib/httpd.el: New location.
1008     
1009         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
1010     
1011         * scripts/publish, scripts/publish-project: Ditto.
1013     new files:
1014      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
1015      contrib/pcomplete.el examples/.arch-ids/=id
1016      scripts/.arch-ids/=id
1018     modified files:
1019      ChangeLog Makefile
1021     renamed files:
1022      .arch-ids/cgi.el.id
1023        ==> contrib/.arch-ids/cgi.el.id
1024      .arch-ids/httpd.el.id
1025        ==> contrib/.arch-ids/httpd.el.id
1026      .arch-ids/muse-johnw.el.id
1027        ==> examples/.arch-ids/muse-johnw.el.id
1028      .arch-ids/publish-johnw.id
1029        ==> examples/.arch-ids/publish-johnw.id
1030      .arch-ids/publish-project.id
1031        ==> scripts/.arch-ids/publish-project.id
1032      .arch-ids/publish.id
1033        ==> scripts/.arch-ids/publish.id
1034      cgi.el
1035        ==> contrib/cgi.el
1036      httpd.el
1037        ==> contrib/httpd.el
1038      muse-johnw.el
1039        ==> examples/muse-johnw.el
1040      publish
1041        ==> scripts/publish
1042      publish-johnw
1043        ==> examples/publish-johnw
1044      publish-project
1045        ==> scripts/publish-project
1047     new directories:
1048      contrib contrib/.arch-ids examples examples/.arch-ids scripts
1049      scripts/.arch-ids
1052 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
1054     Summary:
1055       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1056     Revision:
1057       muse--main--1.0--base-0
1059     (automatically generated log message)
1061     new patches:
1062      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
1063      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
1064      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
1065      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
1066      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
1067      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
1068      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
1069      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
1070      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
1071      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
1072      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
1073      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
1074      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
1075      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
1076      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
1077      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
1078      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
1079      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8