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