1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-04-15 05:54:30 GMT Michael Olson <mwolson@gnu.org> patch-26
8 Standardize source headers, appease elint, don't require planner
10 muse--main--1.0--patch-26
12 2005-04-15 Michael Olson <mwolson@gnu.org>
14 * Makefile, scripts/muse-build.el: Moved muse-build.el to the
15 `scripts' directory since it really isn't part of Muse proper; it
16 is used to generate Muse output from the command line.
18 * muse-blosxom.el: Handle case where planner is not loaded so that
19 it isn't a hard requirement.
21 * muse-colors.el: Move definition of `muse-colors-tag-info' up so
22 that elint doesn't complain.
24 * muse-message.el (muse-message-markup-link): Don't throw up on
25 links with no description.
27 * muse-blosxom.el, muse-book.el, muse-colors.el, muse-convert.el,
28 muse-docbook.el, muse-html.el, muse-http.el, muse-journal.el,
29 muse-latex.el, muse-message.el, muse-mode.el, muse-poem.el,
30 muse-project.el, muse-publish.el, muse-regexps.el,
31 muse-texinfo.el, muse.el: Add standard header for each file in
32 preparation for the initial release, which will hopefully happen
33 sometime within the next month.
37 experimental/.arch-ids/=id
40 ChangeLog Makefile muse-blosxom.el muse-book.el muse-colors.el
41 muse-convert.el muse-docbook.el muse-html.el muse-http.el
42 muse-journal.el muse-latex.el muse-message.el muse-mode.el
43 muse-poem.el muse-project.el muse-publish.el muse-regexps.el
44 muse-texinfo.el muse.el
47 .arch-ids/muse-build.el.id
48 ==> scripts/.arch-ids/muse-build.el.id
50 ==> scripts/muse-build.el
53 experimental experimental/.arch-ids
56 2005-04-14 23:46:47 GMT Michael Olson <mwolson@gnu.org> patch-25
59 Merge contents of muse-latexcjk.el into muse-latex.el.
61 muse--main--1.0--patch-25
63 2005-04-14 Michael Olson <mwolson@gnu.org>
65 * muse-latex.el (muse-latexcjk-header, muse-latexcjk-footer)
66 (muse-latexcjk-encoding-map, muse-latexcjk-encoding-default)
67 (muse-latexcjk-encoding, muse-latexcjk-transform-content-type):
68 Merge in from muse-latexcjk.el.
70 * muse-latexcjk.el: Removed, functionality merged with
74 .arch-ids/muse-latexcjk.el.id muse-latexcjk.el
77 ChangeLog muse-latex.el
80 2005-04-06 23:25:47 GMT Michael Olson <mwolson@gnu.org> patch-24
83 Merge muse-xhtml.el into muse-html.el.
85 muse--main--1.0--patch-24
87 2005-04-06 Michael Olson <mwolson@gnu.org>
89 * examples/mwolson/muse-init.el: Update with respect to the
92 * muse-html.el: The contents of muse-xhtml.el have been merged in
93 as advised by John Wiegley.
94 (muse-html-style-sheet): Add example for XHTML use in the
95 function's documentation.
96 (muse-xhtml-header, muse-xhtml-footer, muse-xhtml-markup-tags):
97 Moved from muse-xhtml.el.
99 * muse-xhtml.el: Removed; contents merged into muse-html.el.
102 .arch-ids/muse-xhtml.el.id muse-xhtml.el
105 ChangeLog examples/mwolson/muse-init.el muse-html.el
108 2005-04-06 03:18:55 GMT Michael Olson <mwolson@gnu.org> patch-23
111 Try to fix regexps for Emacs 21.4.
113 muse--main--1.0--patch-23
115 2005-04-05 Michael Olson <mwolson@gnu.org>
117 * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work
121 ChangeLog muse-regexps.el
124 2005-04-01 17:59:47 GMT Michael Olson <mwolson@gnu.org> patch-22
127 Add comments to the publish-project example script
129 muse--main--1.0--patch-22
131 2005-04-01 Michael Olson <mwolson@gnu.org>
133 * examples/publish-project: Moved here from
134 scripts/publish-project. Added a few comments so people know what
138 ChangeLog examples/publish-project
141 scripts/.arch-ids/publish-project.id
142 ==> examples/.arch-ids/publish-project.id
143 scripts/publish-project
144 ==> examples/publish-project
147 2005-04-01 02:27:08 GMT Michael Olson <mwolson@gnu.org> patch-21
150 New XHTML style, add more examples to my sample muse config
152 muse--main--1.0--patch-21
154 2005-03-31 Michael Olson <mwolson@gnu.org>
156 * examples/mwolson/muse-init.el: Give an example of deriving a
157 custom publishing style.
158 (my-muse-blosxom-finalize): Finalizes the "my-blosxom" style.
159 (my-muse-prepare-entry-for-xanga): Mangle the published output
160 from a blosxom project and copy the result to the clipboard for
161 easy pasting into Xanga's web form. The file is untouched.
163 * muse-html.el (muse-html-style-sheet): Include the <style
164 type="text/css"></style> wrapper around the example.
165 (muse-html-header): Don't add <style type="text/css"></style>
166 around the value of `muse-html-style-sheet' anymore. This allows
167 for the option of putting your stylesheet(s) in a separate file.
168 An example of this is given in the documentation for this
171 * muse-xhtml: New file that implements a publishing style which is
172 derived from HTML mode. It uses a slightly modified version of
173 the HTML markup rules to generate XHTML-compliant output.
175 * muse-blosxom.el: Add new "blosxom-xhtml" style. The old
176 "blosxom" style has been renamed to "blosxom-html". Fix a few
179 * muse-journal.el: Add new "journal-xhtml" style.
181 * muse-message.el: Add new "message-xhtml" style.
184 .arch-ids/muse-xhtml.el.id muse-xhtml.el
187 ChangeLog examples/mwolson/muse-init.el muse-blosxom.el
188 muse-html.el muse-journal.el muse-message.el
191 2005-03-25 03:55:13 GMT Michael Olson <mwolson@gnu.org> patch-20
194 Add my muse configuration to the examples
196 muse--main--1.0--patch-20
198 2005-03-24 Michael Olson <mwolson@gnu.org>
200 * examples/johnw: Move John Wiegley's configuration to this
203 * examples/mwolson: My configuration files go here.
205 * examples/mwolson/muse-init.el: My Muse configuration file. I
206 just figured out how to keep links from being spell-checked or
207 split up by fill-mode, so the implementation of this may be found
208 here. I also made a function that sets up a blog entry for me.
211 examples/johnw/.arch-ids/=id examples/mwolson/.arch-ids/=id
212 examples/mwolson/.arch-ids/muse-init.el.id
213 examples/mwolson/muse-init.el
219 examples/.arch-ids/muse-johnw.el.id
220 ==> examples/johnw/.arch-ids/muse-johnw.el.id
221 examples/.arch-ids/publish-johnw.id
222 ==> examples/johnw/.arch-ids/publish-johnw.id
223 examples/muse-johnw.el
224 ==> examples/johnw/muse-johnw.el
225 examples/publish-johnw
226 ==> examples/johnw/publish-johnw
229 examples/johnw examples/johnw/.arch-ids examples/mwolson
230 examples/mwolson/.arch-ids
233 2005-03-24 22:57:10 GMT Michael Olson <mwolson@gnu.org> patch-19
236 Add muse-blosxom script and plugin for pyblosxom
238 muse--main--1.0--patch-19
240 2005-03-24 Michael Olson <mwolson@gnu.org>
242 * muse-blosxom.el: Update copyright notice in headers and mention
243 the pyblosxom scripts.
245 * contrib/pyblosxom: New directory containing pyblosxom plugins
248 * contrib/getstamps.py: Script that generates the "timestamps"
249 file, run on the local machine.
251 * contrib/hardcodedates.py: PyBlosxom plugin that interprets the
255 contrib/pyblosxom/.arch-ids/=id
256 contrib/pyblosxom/.arch-ids/getstamps.py.id
257 contrib/pyblosxom/.arch-ids/hardcodedates.py.id
258 contrib/pyblosxom/getstamps.py
259 contrib/pyblosxom/hardcodedates.py
262 ChangeLog muse-blosxom.el
265 contrib/pyblosxom contrib/pyblosxom/.arch-ids
268 2005-03-23 19:05:09 GMT Michael Olson <mwolson@gnu.org> patch-18
271 muse-blosxom.el has matured past experimental status
273 muse--main--1.0--patch-18
275 2005-03-23 Michael Olson <mwolson@gnu.org>
277 * muse-blosxom.el: Remove common functionality that has already
278 been implemented in `muse-html.el'. Derive this mode from
279 `muse-html'. Update documentation. I now feel that this file is
280 ready to be included in the top-level Muse directory.
283 ChangeLog muse-blosxom.el
286 experimental/.arch-ids/muse-blosxom.el.id
287 ==> .arch-ids/muse-blosxom.el.id
288 experimental/muse-blosxom.el
292 2005-03-22 05:28:01 GMT Michael Olson <mwolson@gnu.org> patch-17
295 Make muse-blosxom.el slightly less experimental
297 muse--main--1.0--patch-17
299 2005-03-22 Michael Olson <mwolson@gnu.org>
301 * experimental/muse-blosxom.el (muse-blosxom-page-date-alist):
302 Renamed from `blosxom-page-date-alist'. Currently it does nothing
304 (muse-blosxom-markup-regexps): Remove unnecessary first grouping
305 from the `muse-blosxom-markup-date-directive' rule.
306 (blosxom-set-time): Remove this function. We're not going to be
307 touching the timestamp manually anymore -- it's too much of a
308 hassle. Right now I've got a python program that compiles a
309 timestamp file and a pyblosxom helper that reads it. Something
310 similar could be arranged for blosxom, I'm sure.
314 ChangeLog experimental/muse-blosxom.el
317 2005-03-20 19:40:10 GMT Michael Olson <mwolson@gnu.org> patch-16
320 Apply latest journal-related updates from johnw
322 muse--main--1.0--patch-16
326 ChangeLog examples/muse-johnw.el muse-journal.el
329 2005-03-01 02:58:29 GMT Michael Olson <mwolson@gnu.org> patch-15
332 Add Projects node to the manual
334 muse--main--1.0--patch-15
336 2005-02-28 Michael Olson <mwolson@gnu.org>
338 * muse.texi: Change copyright notice since the FSF is now the
340 (Projects): New node, based on a section from the README file.
346 2005-03-01 02:25:15 GMT Michael Olson <mwolson@gnu.org> patch-14
349 Correct documentation, adding some content.
351 muse--main--1.0--patch-14
353 2005-02-28 Michael Olson <mwolson@gnu.org>
355 * muse.texi: Change license terms of the documentation to the GNU
356 GPL instead of the GNU FDL, as per the consent of the copyright
357 holders of the emacs-wiki manual, from which this is based. Some
358 emacs-wiki-isms in the manual were corrected, and the Getting
359 Started section was updated.
365 2005-02-17 19:08:19 GMT Michael Olson <mwolson@gnu.org> patch-13
368 Make muse-blosxom.el a bit more sane, still need to bum it down a bit
370 muse--main--1.0--patch-13
372 2005-02-17 Michael Olson <mwolson@gnu.org>
374 * experimental/muse-blosxom.el: Somehow the contents of this file
375 managed to get duplicated. I removed the duplicates.
376 (muse-blosxom-date): Remove this, since it is not useful.
377 (muse-blosxom-header): Use the standard header that blosxom.el
381 ChangeLog experimental/muse-blosxom.el
384 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
387 Initial commit of muse.texi, nothing substantial
389 muse--main--1.0--patch-12
391 2005-02-07 Michael Olson <mwolson@gnu.org>
393 * muse.texi: New file that provides the documentation for Muse.
394 It is in a very rough form at the moment. Nothing substantial may
395 be found here yet. Be ye warned.
398 .arch-ids/muse.texi.id muse.texi
404 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
407 Add docstring, new trivial function
409 muse--main--1.0--patch-11
411 2005-02-07 Michael Olson <mwolson@gnu.org>
413 * muse-mode.el (muse-mode-map): Make "C-c =" trigger
414 `muse-what-changed'. No functionality change.
415 (muse-what-changed): New function that displays in diff format the
416 changes made since the buffer was last saved.
418 * muse-project.el (muse-project-publish): Add docstring.
421 ChangeLog muse-mode.el muse-project.el
424 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
427 Add experimental version of muse-blosxom.el to project
429 muse--main--1.0--patch-10
431 2005-02-04 Michael Olson <mwolson@gnu.org>
433 * Makefile (realclean): Remove file that gets generated when fonts
436 * experimental/muse-bloxsom.el: New file that implements Blosxom
437 support for Muse. It's in a very rough state, hence its placement
438 in the `experimental' directory.
441 experimental/.arch-ids/=id
442 experimental/.arch-ids/muse-blosxom.el.id
443 experimental/muse-blosxom.el
449 experimental experimental/.arch-ids
452 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
455 Make permissions more consistent
457 muse--main--1.0--patch-9
463 modified directories:
464 contrib examples scripts
467 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
472 muse--main--1.0--patch-8
474 2005-02-04 Michael Olson <mwolson@gnu.org>
476 * muse-build.el: Add contrib directory to `load-path'.
477 (muse-elint-files): Load `muse-regexps.el'.
479 * scripts/publish: Change permissions so that this script is
480 executable. Add contrib directory to load list. Add
481 `muse-regexps.el' to list.
484 ChangeLog muse-build.el scripts/publish
487 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
490 Use "—" instead of "—"
492 muse--main--1.0--patch-7
494 2005-01-31 Michael Olson <mwolson@gnu.org>
496 * muse-docbook.el (muse-docbook-markup-strings): Replace "—"
497 with "—" so that documents validate properly. Thanks to
498 Björn Lindström for the suggestion.
500 * muse-html.el (muse-html-markup-strings): Ditto.
503 ChangeLog muse-docbook.el muse-html.el
506 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
509 Fix use of "[:blank:]" in underline markup
511 muse--main--1.0--patch-6
513 2005-01-25 Michael Olson <mwolson@gnu.org>
515 * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
516 use of `muse-regexp-blank'.
519 ChangeLog muse-colors.el
522 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org> patch-5
525 Fix problem with headings being given wrong face
527 muse--main--1.0--patch-5
529 2005-01-03 Michael Olson <mwolson@gnu.org>
531 * muse-colors.el: Add header.
532 (muse-colors-emphasized): Headings were being given the coloring
533 for the next level of heading instead of the real
534 level (i.e. `muse-header-2' instead of `muse-header-1' for "*
535 Heading"). Thanks to Lan Yufeng for finding this and sending a
538 * muse-regexps.el: Fix header.
541 ChangeLog muse-colors.el muse-regexps.el
544 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org> patch-4
549 muse--main--1.0--patch-4
551 2005-01-01 Michael Olson <mwolson@gnu.org>
553 * ChangeLog: Move old ChangeLog to ChangeLog.2004. This new
554 version will be automatically maintained by Arch.
558 .arch-ids/ChangeLog.id ChangeLog
561 .arch-ids/ChangeLog.id
562 ==> .arch-ids/ChangeLog.2004.id
567 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org> patch-3
570 Extended regexps fix, allow spaces in 1st part of links
572 muse--main--1.0--patch-3
574 2004-12-30 Michael Olson <mwolson@gnu.org>
576 * muse.el (muse-link-regexp): Allow spaces in the first part of
579 * muse-colors.el, muse-convert.el, muse-docbook.el: Use
580 customizable alternatives to extended character classes.
582 * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
585 ChangeLog muse-colors.el muse-convert.el muse-docbook.el
586 muse-html.el muse-mode.el muse-publish.el muse.el
589 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org> patch-2
592 Begin to change regexp handling, tweak muse.el header
594 muse--main--1.0--patch-2
596 2004-12-29 Michael Olson <mwolson@gnu.org>
598 * muse.el: Change Copyright notice to FSF. Change Maintainer to
601 * muse-regexps.el: New file that implements regexp handling.
602 Generalized regexp options will be moved to it eventually.
605 .arch-ids/muse-regexps.el.id muse-regexps.el
611 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org> patch-1
614 Do some early spring cleaning
616 muse--main--1.0--patch-1
618 2004-12-29 Michael Olson <mwolson@gnu.org>
620 * Makefile: Change path to `publish' script.
622 * contrib/pcomplete.el: New file that is used by Muse without
623 actually being a part of it: hence its location in the contrib
626 * contrib/cgi.el, contrib/httpd.el: New location.
628 * examples/muse-johnw.el, examples/publish-johnw: Ditto.
630 * scripts/publish, scripts/publish-project: Ditto.
633 contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
634 contrib/pcomplete.el examples/.arch-ids/=id
635 scripts/.arch-ids/=id
642 ==> contrib/.arch-ids/cgi.el.id
643 .arch-ids/httpd.el.id
644 ==> contrib/.arch-ids/httpd.el.id
645 .arch-ids/muse-johnw.el.id
646 ==> examples/.arch-ids/muse-johnw.el.id
647 .arch-ids/publish-johnw.id
648 ==> examples/.arch-ids/publish-johnw.id
649 .arch-ids/publish-project.id
650 ==> scripts/.arch-ids/publish-project.id
652 ==> scripts/.arch-ids/publish.id
658 ==> examples/muse-johnw.el
662 ==> examples/publish-johnw
664 ==> scripts/publish-project
667 contrib contrib/.arch-ids examples examples/.arch-ids scripts
671 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org> base-0
674 tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
676 muse--main--1.0--base-0
678 (automatically generated log message)
681 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
682 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
683 lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
684 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
685 lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
686 mwolson@member.fsf.org--2004/muse--main--1.0--base-0
687 mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
688 mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
689 mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
690 mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
691 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
692 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
693 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
694 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
695 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
696 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
697 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
698 mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8