Release Emacs Muse 3.12.
[muse-el.git] / ChangeLog
blob6243e68081db30fb66055e8c83a8043eda8a7b57
1 2008-01-28  Michael Olson  <mwolson@gnu.org>
3         * Release Emacs Muse 3.12.
5         * NEWS: Update.
7         * Update copyright years.
9         * examples/mwolson: Update init file, stylesheets, and templates.
11         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
12         tags inside of format elements.
14         * lisp/muse-groff.el (muse-groff-markup-strings)
15         * lisp/muse-html.el (muse-html-markup-strings)
16         (muse-xhtml-markup-strings):
17         * lisp/muse-latex.el (muse-latex-markup-strings)
18         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
19         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
20         for line-break.
22         * lisp/muse-project.el (muse-project-of-file): Fix bug where
23         directory names without slashes in projects were not being
24         recognized.  Thanks to Mirko Vukovic and ktneely for the report.
26 2008-01-23  Michael Olson  <mwolson@gnu.org>
28         * lisp/muse-latex.el (muse-latex-header)
29         (muse-latex-slides-header, muse-latex-lecture-notes-header):
30         Default to using UTF-8, rather than latin1.
32         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
33         target detection higher.  Use unescaped description for image
34         links, so that they don't get erroneously escaped.  Thanks to Suno
35         Ano for the report.
37 2008-01-15  Michael Olson  <mwolson@gnu.org>
39         * Makefile.defs.default (DESTDIR): New variable which allows the
40         destination directory to be easily set.  Thanks to gour for the
41         suggestion.
42         (ELISPDIR, INFODIR): Use it.
44         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
45         INFODIR here.
46         (Installation): Mention DESTDIR and PREFIX.
48         * texi/muse.texi: Update copyright year.
49         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
50         compilation step.  Do mention DESTDIR and PREFIX in the
51         installation step.
53 2008-01-06  Michael Olson  <mwolson@gnu.org>
55         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
56         information.  Update documentation.
59 See ChangeLog.4 for earlier changes.
61 ;; Local Variables:
62 ;; coding: utf-8
63 ;; End: