Make permissions more consistent
[muse-el.git] / ChangeLog
blob30a65d668d50e9a478ad751b0ce1ff295a85d6c5
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-04 18:19:44 GMT Michael Olson <mwolson@gnu.org> patch-9
7     Summary:
8       Make permissions more consistent
9     Revision:
10       muse--main--1.0--patch-9
13     modified files:
14      ChangeLog
16     modified directories:
17      contrib examples scripts
20 2005-02-04 18:13:56 GMT Michael Olson <mwolson@gnu.org> patch-8
22     Summary:
23       Fix build problems
24     Revision:
25       muse--main--1.0--patch-8
27     2005-02-04  Michael Olson  <mwolson@gnu.org>
28     
29         * muse-build.el: Add contrib directory to `load-path'.
30         (muse-elint-files): Load `muse-regexps.el'.
31     
32         * scripts/publish: Change permissions so that this script is
33         executable.  Add contrib directory to load list.  Add
34         `muse-regexps.el' to list.
36     modified files:
37      ChangeLog muse-build.el scripts/publish
40 2005-01-31 21:04:43 GMT Michael Olson <mwolson@gnu.org> patch-7
42     Summary:
43       Use "&mdash;" instead of "&#151;"
44     Revision:
45       muse--main--1.0--patch-7
47     2005-01-31  Michael Olson  <mwolson@gnu.org>
48     
49         * muse-docbook.el (muse-docbook-markup-strings): Replace "&#151;"
50         with "&mdash;" so that documents validate properly.  Thanks to
51         Björn Lindström for the suggestion.
52     
53         * muse-html.el (muse-html-markup-strings): Ditto.
55     modified files:
56      ChangeLog muse-docbook.el muse-html.el
59 2005-01-25 19:04:31 GMT Michael Olson <mwolson@gnu.org> patch-6
61     Summary:
62       Fix use of "[:blank:]" in underline markup
63     Revision:
64       muse--main--1.0--patch-6
66     2005-01-25  Michael Olson  <mwolson@gnu.org>
67     
68         * muse-colors.el (muse-colors-markup): Replace "[:blank:]" with
69         use of `muse-regexp-blank'.
71     modified files:
72      ChangeLog muse-colors.el
75 2005-01-03 06:00:43 GMT Michael Olson <mwolson@member.fsf.org>  patch-5
77     Summary:
78       Fix problem with headings being given wrong face
79     Revision:
80       muse--main--1.0--patch-5
82     2005-01-03  Michael Olson  <mwolson@gnu.org>
83     
84         * muse-colors.el: Add header.
85         (muse-colors-emphasized): Headings were being given the coloring
86         for the next level of heading instead of the real
87         level (i.e. `muse-header-2' instead of `muse-header-1' for "*
88         Heading").  Thanks to Lan Yufeng for finding this and sending a
89         patch.
90     
91         * muse-regexps.el: Fix header.
93     modified files:
94      ChangeLog muse-colors.el muse-regexps.el
97 2005-01-02 00:02:15 GMT Michael Olson <mwolson@member.fsf.org>  patch-4
99     Summary:
100       Rotate ChangeLog
101     Revision:
102       muse--main--1.0--patch-4
104     2005-01-01  Michael Olson  <mwolson@gnu.org>
105     
106         * ChangeLog: Move old ChangeLog to ChangeLog.2004.  This new
107         version will be automatically maintained by Arch.
108     
110     new files:
111      .arch-ids/ChangeLog.id ChangeLog
113     renamed files:
114      .arch-ids/ChangeLog.id
115        ==> .arch-ids/ChangeLog.2004.id
116      ChangeLog
117        ==> ChangeLog.2004
120 2004-12-30 07:26:48 GMT Michael Olson <mwolson@member.fsf.org>  patch-3
122     Summary:
123       Extended regexps fix, allow spaces in 1st part of links
124     Revision:
125       muse--main--1.0--patch-3
127     2004-12-30  Michael Olson  <mwolson@gnu.org>
128     
129         * muse.el (muse-link-regexp): Allow spaces in the first part of
130         links.
131     
132         * muse-colors.el, muse-convert.el, muse-docbook.el: Use
133         customizable alternatives to extended character classes.
134     
135         * muse-html.el, muse-mode.el, muse-publish.el: Ditto.
137     modified files:
138      ChangeLog muse-colors.el muse-convert.el muse-docbook.el
139      muse-html.el muse-mode.el muse-publish.el muse.el
142 2004-12-30 02:18:07 GMT Michael Olson <mwolson@member.fsf.org>  patch-2
144     Summary:
145       Begin to change regexp handling, tweak muse.el header
146     Revision:
147       muse--main--1.0--patch-2
149     2004-12-29  Michael Olson  <mwolson@gnu.org>
150     
151         * muse.el: Change Copyright notice to FSF.  Change Maintainer to
152         myself.  Update URL.
153     
154         * muse-regexps.el: New file that implements regexp handling.
155         Generalized regexp options will be moved to it eventually.
157     new files:
158      .arch-ids/muse-regexps.el.id muse-regexps.el
160     modified files:
161      ChangeLog muse.el
164 2004-12-30 01:49:50 GMT Michael Olson <mwolson@member.fsf.org>  patch-1
166     Summary:
167       Do some early spring cleaning
168     Revision:
169       muse--main--1.0--patch-1
171     2004-12-29  Michael Olson  <mwolson@gnu.org>
172     
173         * Makefile: Change path to `publish' script.
174     
175         * contrib/pcomplete.el: New file that is used by Muse without
176         actually being a part of it: hence its location in the contrib
177         directory.
178     
179         * contrib/cgi.el, contrib/httpd.el: New location.
180     
181         * examples/muse-johnw.el, examples/publish-johnw: Ditto.
182     
183         * scripts/publish, scripts/publish-project: Ditto.
185     new files:
186      contrib/.arch-ids/=id contrib/.arch-ids/pcomplete.el.id
187      contrib/pcomplete.el examples/.arch-ids/=id
188      scripts/.arch-ids/=id
190     modified files:
191      ChangeLog Makefile
193     renamed files:
194      .arch-ids/cgi.el.id
195        ==> contrib/.arch-ids/cgi.el.id
196      .arch-ids/httpd.el.id
197        ==> contrib/.arch-ids/httpd.el.id
198      .arch-ids/muse-johnw.el.id
199        ==> examples/.arch-ids/muse-johnw.el.id
200      .arch-ids/publish-johnw.id
201        ==> examples/.arch-ids/publish-johnw.id
202      .arch-ids/publish-project.id
203        ==> scripts/.arch-ids/publish-project.id
204      .arch-ids/publish.id
205        ==> scripts/.arch-ids/publish.id
206      cgi.el
207        ==> contrib/cgi.el
208      httpd.el
209        ==> contrib/httpd.el
210      muse-johnw.el
211        ==> examples/muse-johnw.el
212      publish
213        ==> scripts/publish
214      publish-johnw
215        ==> examples/publish-johnw
216      publish-project
217        ==> scripts/publish-project
219     new directories:
220      contrib contrib/.arch-ids examples examples/.arch-ids scripts
221      scripts/.arch-ids
224 2004-12-30 01:33:11 GMT Michael Olson <mwolson@member.fsf.org>  base-0
226     Summary:
227       tag of mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
228     Revision:
229       muse--main--1.0--base-0
231     (automatically generated log message)
233     new patches:
234      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--base-0
235      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-1
236      lidaobing@gmail.com--2004-pub/muse--lidaobing--1.0--patch-2
237      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-1
238      lidaobing@gmail.com--2004/muse--lidaobing--1.0--patch-2
239      mwolson@member.fsf.org--2004/muse--main--1.0--base-0
240      mwolson@member.fsf.org--2004/muse--main--1.0--patch-1
241      mwolson@member.fsf.org--2004/muse--main--1.0--patch-2
242      mwolson@member.fsf.org--2004/muse--main--1.0--patch-3
243      mwolson@member.fsf.org--2004/muse--mwolson--1.0--base-0
244      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-1
245      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-2
246      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-3
247      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-4
248      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-5
249      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-6
250      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-7
251      mwolson@member.fsf.org--2004/muse--mwolson--1.0--patch-8