etc/muse.rnc: Add support for <br>, fix bug in spec for format.
[muse-el.git] / ChangeLog
blob3f5f44bb3d6adfb788d992a3508337bf4447ad86
1 2008-01-28  Michael Olson  <mwolson@gnu.org>
3         * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
4         tags inside of format elements.
6         * lisp/muse-groff.el (muse-groff-markup-strings)
7         * lisp/muse-html.el (muse-html-markup-strings)
8         (muse-xhtml-markup-strings):
9         * lisp/muse-latex.el (muse-latex-markup-strings)
10         * lisp/muse-texinfo.el (muse-texinfo-markup-strings)
11         * lisp/muse-xml.el (muse-xml-markup-strings): Add markup string
12         for line-break.
14 2008-01-23  Michael Olson  <mwolson@gnu.org>
16         * lisp/muse-latex.el (muse-latex-header)
17         (muse-latex-slides-header, muse-latex-lecture-notes-header):
18         Default to using UTF-8, rather than latin1.
20         * lisp/muse-publish.el (muse-publish-url): Add comments.  Move
21         target detection higher.  Use unescaped description for image
22         links, so that they don't get erroneously escaped.  Thanks to Suno
23         Ano for the report.
25 2008-01-15  Michael Olson  <mwolson@gnu.org>
27         * Makefile.defs.default (DESTDIR): New variable which allows the
28         destination directory to be easily set.  Thanks to gour for the
29         suggestion.
30         (ELISPDIR, INFODIR): Use it.
32         * README (Compilation): Don't mention PREFIX, ELISPDIR, and
33         INFODIR here.
34         (Installation): Mention DESTDIR and PREFIX.
36         * texi/muse.texi: Update copyright year.
37         (Installation): Don't mention PREFIX, ELISPDIR, and INFODIR in the
38         compilation step.  Do mention DESTDIR and PREFIX in the
39         installation step.
41 2008-01-06  Michael Olson  <mwolson@gnu.org>
43         * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
44         information.  Update documentation.
47 See ChangeLog.4 for earlier changes.
49 ;; Local Variables:
50 ;; coding: utf-8
51 ;; End: