Merged from mwolson@gnu.org--2006 (patch 205)
[muse-el.git] / ChangeLog
blobb4b32477bd8cef9d1c241f7307183301941a60c7
1 2006-09-11  Michael Olson  <mwolson@gnu.org>
3         * muse.texi (Getting Help and Reporting Bugs): Mention the
4         muse-el-internationalization mailing list.
6         * lisp/muse.el (muse-path-sans-extension): New function that acts
7         like file-name-sans-extension, but guarantees to never modify the
8         directory part of the path.  Thanks to Evan Monroig for
9         investigating this.
11         * lisp/muse-book.el (muse-book-publish-project): Use
12         muse-path-sans-extension instead of file-name-sans-extension.
14         * lisp/muse-publish.el (muse-publish-file, muse-publish-url):
15         Ditto.
17 2006-08-30  Michael Olson  <mwolson@gnu.org>
19         * muse.texi (Blosxom Requirements): Fix typo.
21         * contrib/pyblosxom/getstamps.py (recurse): Ignore metadata
22         directories for bzr and darcs.
24         * contrib/pyblosxom/make-blog, contrib/pyblosxom/hardcodedates.py:
25         contrib/pyblosxom/getstamps.py: Update version and headers.
27 2006-08-27  Michael Olson  <mwolson@gnu.org>
29         * lisp/muse-colors.el (muse-configure-highlighting): Prune out any
30         nil values before they get to mapconcat.  This fixes a lockup when
31         muse-wiki-match-all-project-files is nil.
33         * lisp/muse-wiki.el (muse-wiki-match-all-project-files)
34         (muse-wiki-ignore-implicit-links-to-current-page)
35         (muse-wiki-interwiki-regexp, muse-wiki-interwiki-alist)
36         (muse-wiki-resolve-project-page, muse-wiki-handle-interwiki)
37         (muse-wiki-publish-small-title-words)
38         (muse-wiki-publish-pretty-title): Docfix.
39         (muse-wiki-update-local-wikiword-regexp): Rename from
40         muse-wiki-update-local-wikiword-regexp.  Set
41         muse-wiki-project-file-regexp instead of
42         muse-wiki-wikiword-regexp, as suggested by Per Sederberg.  Don't
43         take muse-wiki-use-wikiword into account, since this is a
44         different concept now.
45         (muse-wiki-update-wikiword-regexp): Remove.
46         (muse-wiki-wikiword-regexp): In-line the :set function.
47         (muse-wiki-handle-wikiword): Use muse-wiki-project-file-regexp.
49 2006-08-26  Michael Olson  <mwolson@gnu.org>
51         * lisp/muse-publish.el (muse-publish-surround-text): When looking
52         for indented list items, ignore blank lines.
54         * lisp/muse-wiki.el (muse-wiki-update-local-wikiword-regexp)
55         (muse-wiki-update-interwiki-regexp): Use regexp-opt instead of
56         mapconcat.  This should hopefully fix a problem with large amounts
57         of files with spaces in their name.  Thanks to Greg Detre for the
58         report.
60 2006-08-24  Michael Olson  <mwolson@gnu.org>
62         * lisp/muse-blosxom.el (muse-blosxom-new-entry): Remove the
63         numbers from the argument to format-time-string.  This fixes an
64         XEmacs bug.  Thanks to Michael Welle for the report and analysis.
66 2006-08-18  Michael Olson  <mwolson@gnu.org>
68         * lisp/muse-project.el (muse-project-file-entries): Since we are
69         given a full path, match against the filename as well.  This fixes
70         an issue where backup files were being added to the file alist.
72         * lisp/muse-docbook.el (muse-docbook-markup-regexps): Apply a fix
73         from muse-html.el.
75 2006-08-12  Michael Olson  <mwolson@gnu.org>
77         * Makefile (.PHONY): Don't use line continuations.
78         (realclean fullclean): Call realclean in subdirs, not distclean.
79         (distclean): Don't call realclean, since this would wipe out our
80         autoloads file.
81         (dist): Use correct path to autoloads file.
83         * NEWS: Catch up with the latest changes.
85         * experimental/Makefile (.PHONY): Wrap long line.
87         * lisp/Makefile (distclean): Do the same thing as "clean", not
88         "realclean".
90         * lisp/muse-project.el (muse-project-get-applicable-style):
91         Indentation tweak.
92         (muse-project-ignore-regexp, muse-project-recurse-directory):
93         Docfix.
94         (muse-project-of-file): Try the ignored files regexp against the
95         base filename as well as the entire path.
97         * lisp/muse-publish.el (muse-publish-this-file): Display message
98         if the buffer is not associated with any file, so that we avoid
99         errors later on.
100         (muse-publish-url-desc): New function taken from muse-publish-url
101         that causes a URL description to be transformed.
102         (muse-publish-url): Call muse-publish-url-desc on either the
103         description or the original URL if it will be used as a
104         description.  Accept the original URL as an argument, in case it
105         was transformed earlier.
106         (muse-publish-insert-url): Pass original URL as an argument.
107         (muse-publish-markup-link): Make this somewhat easier to follow.
108         Pass original URL as argument.
109         (muse-publish-get-style): If the same style is used to publish to
110         two different directories, prompt the user for which directory to
111         use.
112         (muse-publish-markup-header-footer-tags): Sync lisp tag with the
113         latest changes.
114         (muse-publish-markup-url): Pass original URL as an argument.  This
115         fixes the "nil" description for bare URLs that was in 3.02.91.
116         Nothing like finding a bug just after completing the announcement
117         of a release.
119         * lisp/muse.el: Use defalias whenever convenient.
120         (muse-version): Set version to 3.02.92 (3.03 RC2).
122 2006-08-10  Michael Olson  <mwolson@gnu.org>
124         * lisp/muse-html.el (muse-html-finalize-buffer): Since the html
125         style does not derive from any other class, return `t' here.
126         This, along with the corresponding change to muse-publish.el,
127         fixes a problem with the table of contents getting inserted
128         multiple times for custom html-based styles.
129         (muse-html-markup-strings, muse-xhtml-markup-strings): Use a
130         smarter method for table centering that works with XHTML.
132         * lisp/muse-latex2png.el Rename all functions to have a
133         "muse-latex2png" prefix.  Turn all variables into customizable
134         options in the muse-latex2png group.
135         (muse-latex2png-img-dest): New option specifying where to place
136         the images.
137         (muse-latex2png-template): New option containing the template to
138         use for the surrounding LaTeX code.
139         (muse-latex2png-use-xhtml): New option that toggles strict XHTML
140         compliance.
141         (muse-latex2png-move2pubdir): Avoid multiple redundant error
142         messages when something else goes wrong.  Create the image
143         subdirectory if it doesn't exist already -- thanks to Christian
144         Straßer for the report.  Expand the filename properly.
145         (muse-publish-latex-tag, muse-latex2png): Ditto on error messages
146         and filename expansion.
147         (muse-latex2png): Use the "muse-latex2png" prefix by default.  Set
148         the default directory properly.
150         * lisp/muse-publish.el (muse-style-run-hooks): Make sure that we
151         do not run the same function twice.
153 2006-08-08  Michael Olson  <mwolson@gnu.org>
155         * lisp/muse-colors.el (muse-colors-explicit-link): Fix recently
156         introduced wrong-type-argument error.
158         * lisp/muse-html.el (muse-html-markup-strings)
159         (muse-xhtml-markup-string): Cause table definition that contains
160         image to be center-aligned.  This should fix an issue with images
161         not being centered when captions are very long.
163         * lisp/muse-publish.el (muse-publish-table-fields): Trim
164         whitespace from fields once we have split them up.
166         * lisp/muse.el (muse-trim-whitespace): New function that strips
167         leading and trailing whitespace from a string.
169 2006-08-07  Michael Olson  <mwolson@gnu.org>
171         * NEWS: Update through patch-95.
173         * lisp/muse-colors.el (muse-colors-lisp-tag): Use a simpler regexp
174         to match the tags.
175         (muse-colors-explicit-link): Show images in link descriptions if
176         inlined images are enabled.
178         * lisp/muse-docbook.el (muse-docbook-markup-strings): Add
179         definitions for 'image-with-desc, 'image, and 'image-link.
180         (muse-docbook-markup-paragraph): If an inlined image begins a
181         paragraph, insert <para> before it.
182         (muse-docbook-fixup-images): New function that upper-cases the
183         "format" attribute of the <imagedata> tag.
184         (muse-docbook-finalize-buffer): Call it.
186         * lisp/muse-html.el (muse-html-markup-strings): Publish images
187         with descriptions as centered tables, with a centered caption
188         underneath.  The resulting look is consistent with the way that
189         they are published in the LaTeX style.  Thanks to Jody Klymak for
190         the suggestion.
191         (muse-xhtml-markup-strings): Ditto, but XHTML apparently has no
192         valid way to center a table.
193         (muse-html-markup-paragraph): Use class="image" instead of
194         "image-link" for paragraphs that start with an embedded image.
196         * lisp/muse-latex.el (muse-latex-markup-specials-url): Use
197         \textbackslash{} for "\".  Thanks to Jim Ottaway for the
198         suggestion.
199         (muse-latex-markup-specials-image): New option that enables
200         escaping of specials in images.  This was split from the URL
201         specials.
202         (muse-latex-decide-specials): Handle 'image context.
203         (muse-latex-fixup-dquotes): Go to beginning of document, instead
204         of relying on caller to do this for us.
206         * lisp/muse-publish.el (muse-publish-escape-specials): Document
207         'image context.
208         (muse-publish-url): Use 'image context for images.  Use 'image
209         instead of 'image-link and 'image-link in place of
210         'url-with-image.  Separate the image file from its extension so
211         that docbook and texinfo can publish images correctly.
212         (muse-publish-markup-link): Don't force a description if one is
213         not given.  This fixes a bug where images without descriptions
214         were being published as 'image-with-desc instead of 'image.
216         * lisp/muse-texinfo.el (muse-texinfo-decide-specials): Treat
217         images the same as URLs.
218         (muse-texinfo-markup-strings): Improve image markup to achieve an
219         effect similar to that of the LaTeX publishing style.  Simplify
220         'url string.
222         * lisp/muse-xml-common.el (muse-xml-decide-specials): Ditto.
224         * lisp/muse.el (muse-replace-regexp-in-string): Save match data
225         when we have to use the custom version of this function.
227         * muse.texi (Images): Explain how to toggle inlining of images and
228         give better examples.  Mention captions and that captioned images
229         should not be used inside of text paragraphs.
230         (Markup Strings): Bring up-to-date with the changes made since
231         3.02.
233 2006-08-06  Michael Olson  <mwolson@gnu.org>
235         * ChangeLog.1: Rename from ChangeLog.2004 to comply with standards
236         in the Emacs source tree.
238         * ChangeLog.2: Rename from ChangeLog.2005 to comply with standards
239         in the Emacs source tree.
241         * ChangeLog.3: New file created from the old ChangeLog.
243         * Makefile.defs (VERSION): Set to 3.02.91.
245         * NEWS: Update through patch-84.
247         * lisp/muse.el (muse-version): Set to 3.02.91.
249         * lisp/muse-colors.el (muse-colors-tags): Allow <lisp> to take
250         attributes.
251         (muse-colors-lisp-tag): Figure out where the <lisp> tag and its
252         delimiter are instead of hard-coding it.
254         * lisp/muse-mode.el (muse-insert-thing): Qualify "tag".
255         (muse-mode): Make filling definition lists work better.  This
256         should fix #5359.
258         * lisp/muse-publish.el (muse-style-run-hooks): Use
259         `muse-style-element' instead of `muse-get-keyword' here.  This
260         should fix #6399.
262         * muse.texi: Set version to 3.02.91 (3.02 RC2).
264 See ChangeLog.3 for earlier changes.
266 ;; Local Variables:
267 ;; coding: utf-8
268 ;; End: