Initial commit of muse.texi, nothing substantial
[muse-el.git] / ChangeLog
blobf908a4a79b28e07cbb7221ad54810209ac73b339
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
5 2005-02-08 04:20:41 GMT Michael Olson <mwolson@gnu.org> patch-12
7     Summary:
8       Initial commit of muse.texi, nothing substantial
9     Revision:
10       muse--main--1.0--patch-12
12     2005-02-07  Michael Olson  <mwolson@gnu.org>
13     
14         * muse.texi: New file that provides the documentation for Muse.
15         It is in a very rough form at the moment.  Nothing substantial may
16         be found here yet.  Be ye warned.
18     new files:
19      .arch-ids/muse.texi.id muse.texi
21     modified files:
22      ChangeLog
25 2005-02-08 01:15:15 GMT Michael Olson <mwolson@gnu.org> patch-11
27     Summary:
28       Add docstring, new trivial function
29     Revision:
30       muse--main--1.0--patch-11
32     2005-02-07  Michael Olson  <mwolson@gnu.org>
33     
34         * muse-mode.el (muse-mode-map): Make "C-c =" trigger
35         `muse-what-changed'.  No functionality change.
36         (muse-what-changed): New function that displays in diff format the
37         changes made since the buffer was last saved.
38     
39         * muse-project.el (muse-project-publish): Add docstring.
41     modified files:
42      ChangeLog muse-mode.el muse-project.el
45 2005-02-04 18:42:08 GMT Michael Olson <mwolson@gnu.org> patch-10
47     Summary:
48       Add experimental version of muse-blosxom.el to project
49     Revision:
50       muse--main--1.0--patch-10
52     2005-02-04  Michael Olson  <mwolson@gnu.org>
53     
54         * Makefile (realclean): Remove file that gets generated when fonts
55         are missing.
56     
57         * experimental/muse-bloxsom.el: New file that implements Blosxom
58         support for Muse.  It's in a very rough state, hence its placement
59         in the `experimental' directory.
61     new files:
62      experimental/.arch-ids/=id
63      experimental/.arch-ids/muse-blosxom.el.id
64      experimental/muse-blosxom.el
66     modified files:
67      ChangeLog Makefile
69     new directories:
70      experimental experimental/.arch-ids
73 2005-02-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
75     Summary:
76       Make permissions more consistent
77     Revision:
78       muse--main--1.0--patch-9
81     modified files:
82      ChangeLog
84     modified directories:
85      contrib examples scripts
88 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
90     Summary:
91       Fix build problems
92     Revision:
93       muse--main--1.0--patch-8
95     2005-02-04  Michael Olson  <mwolson@gnu.org>
96     
97         * muse-build.el: Add contrib directory to `load-path'.
98         (muse-elint-files): Load `muse-regexps.el'.
99     
100         * scripts/publish: Change permissions so that this script is
101         executable.  Add contrib directory to load list.  Add
102         `muse-regexps.el' to list.
104     modified files:
105      ChangeLog muse-build.el scripts/publish
108 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
110     Summary:
111       Use "&mdash;" instead of "&#151;"
112     Revision:
113       muse--main--1.0--patch-7
115     2005-01-31  Michael Olson  <mwolson@gnu.org>
116     
117         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
118         with "&mdash;" so that documents validate properly.  Thanks to
119         Björn Lindström for the suggestion.
120     
121         * muse-html.el (muse-html-markup-strings): Ditto.
123     modified files:
124      ChangeLog muse-docbook.el muse-html.el
127 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
129     Summary:
130       Fix use of "[:blank:]" in underline markup
131     Revision:
132       muse--main--1.0--patch-6
134     2005-01-25  Michael Olson  <mwolson@gnu.org>
135     
136         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
137         use of `muse-regexp-blank'.
139     modified files:
140      ChangeLog muse-colors.el
143 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
145     Summary:
146       Fix problem with headings being given wrong face
147     Revision:
148       muse--main--1.0--patch-5
150     2005-01-03  Michael Olson  <mwolson@gnu.org>
151     
152         * muse-colors.el: Add header.
153         (muse-colors-emphasized): Headings were being given the coloring
154         for the next level of heading instead of the real
155         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
156         Heading").  Thanks to Lan Yufeng for finding this and sending a
157         patch.
158     
159         * muse-regexps.el: Fix header.
161     modified files:
162      ChangeLog muse-colors.el muse-regexps.el
165 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
167     Summary:
168       Rotate ChangeLog
169     Revision:
170       muse--main--1.0--patch-4
172     2005-01-01  Michael Olson  <mwolson@gnu.org>
173     
174         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
175         version will be automatically maintained by Arch.
176     
178     new files:
179      .arch-ids/ChangeLog.id ChangeLog
181     renamed files:
182      .arch-ids/ChangeLog.id
183        ==> .arch-ids/ChangeLog.2004.id
184      ChangeLog
185        ==> ChangeLog.2004
188 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
190     Summary:
191       Extended regexps fix, allow spaces in 1st part of links
192     Revision:
193       muse--main--1.0--patch-3
195     2004-12-30  Michael Olson  <mwolson@gnu.org>
196     
197         * muse.el (muse-link-regexp): Allow spaces in the first part of
198         links.
199     
200         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
201         customizable alternatives to extended character classes.
202     
203         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
205     modified files:
206      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
207      muse-html.el muse-mode.el muse-publish.el muse.el
210 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
212     Summary:
213       Begin to change regexp handling, tweak muse.el header
214     Revision:
215       muse--main--1.0--patch-2
217     2004-12-29  Michael Olson  <mwolson@gnu.org>
218     
219         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
220         myself.  Update URL.
221     
222         * muse-regexps.el: New file that implements regexp handling.
223         Generalized regexp options will be moved to it eventually.
225     new files:
226      .arch-ids/muse-regexps.el.id muse-regexps.el
228     modified files:
229      ChangeLog muse.el
232 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
234     Summary:
235       Do some early spring cleaning
236     Revision:
237       muse--main--1.0--patch-1
239     2004-12-29  Michael Olson  <mwolson@gnu.org>
240     
241         * Makefile: Change path to `publish' script.
242     
243         * contrib/pcomplete.el: New file that is used by Muse without
244         actually being a part of it: hence its location in the contrib
245         directory.
246     
247         * contrib/cgi.el, contrib/httpd.el: New location.
248     
249         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
250     
251         * scripts/publish, scripts/publish-project: Ditto.
253     new files:
254      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
255      contrib/pcomplete.el examples/.arch-ids/=id
256      scripts/.arch-ids/=id
258     modified files:
259      ChangeLog Makefile
261     renamed files:
262      .arch-ids/cgi.el.id
263        ==> contrib/.arch-ids/cgi.el.id
264      .arch-ids/httpd.el.id
265        ==> contrib/.arch-ids/httpd.el.id
266      .arch-ids/muse-johnw.el.id
267        ==> examples/.arch-ids/muse-johnw.el.id
268      .arch-ids/publish-johnw.id
269        ==> examples/.arch-ids/publish-johnw.id
270      .arch-ids/publish-project.id
271        ==> scripts/.arch-ids/publish-project.id
272      .arch-ids/publish.id
273        ==> scripts/.arch-ids/publish.id
274      cgi.el
275        ==> contrib/cgi.el
276      httpd.el
277        ==> contrib/httpd.el
278      muse-johnw.el
279        ==> examples/muse-johnw.el
280      publish
281        ==> scripts/publish
282      publish-johnw
283        ==> examples/publish-johnw
284      publish-project
285        ==> scripts/publish-project
287     new directories:
288      contrib contrib/.arch-ids examples examples/.arch-ids scripts
289      scripts/.arch-ids
292 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
294     Summary:
295       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
296     Revision:
297       muse--main--1.0--base-0
299     (automatically generated log message)
301     new patches:
302      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
303      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
304      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
305      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
306      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
307      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
308      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
309      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
310      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
311      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
312      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
313      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
314      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
315      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
316      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
317      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
318      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
319      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8