~ubuntu-branches/ubuntu/vivid/muse-el/vivid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-10-16 09:53:48 UTC
  • mfrom: (1.1.6 upstream) (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101016095348-fu6k0inu5uownt09
Tags: 3.20-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - Keep the GFDL manual:
    + Modified debian/rules to build the manual
    + Added copyright info about the manual in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-01-28  Michael Olson  <mwolson@gnu.org>
2
 
 
3
 
        * Release Emacs Muse 3.12.
4
 
 
5
 
        * NEWS: Update.
6
 
 
7
 
        * Update copyright years.
8
 
 
9
 
        * examples/mwolson: Update init file, stylesheets, and templates.
10
 
 
11
 
        * etc/muse.rnc: Add support for the <br> tag.  Don't allow <cite>
12
 
        tags inside of format elements.
13
 
 
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.
21
 
 
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.
25
 
 
26
 
2008-01-23  Michael Olson  <mwolson@gnu.org>
27
 
 
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.
31
 
 
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.
36
 
 
37
 
2008-01-15  Michael Olson  <mwolson@gnu.org>
38
 
 
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.
43
 
 
44
 
        * README (Compilation): Don't mention PREFIX, ELISPDIR, and
45
 
        INFODIR here.
46
 
        (Installation): Mention DESTDIR and PREFIX.
47
 
 
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.
52
 
 
53
 
2008-01-06  Michael Olson  <mwolson@gnu.org>
54
 
 
55
 
        * lisp/muse.el (muse-with-temp-buffer): Don't keep track of undo
56
 
        information.  Update documentation.
57
 
 
58
 
 
59
 
See ChangeLog.4 for earlier changes.
 
1
2009-08-05  Michael Olson  <mwolson@gnu.org>
 
2
 
 
3
        * lisp/muse.el (muse-insert-file-contents): Cause epa-file-handler
 
4
        to be ignored.
 
5
 
 
6
2009-06-18  Michael Olson  <mwolson@gnu.org>
 
7
 
 
8
        * lisp/muse-latex.el (muse-latex-slides-header)
 
9
        (muse-latex-lecture-notes-header): Handle images.  Generate title
 
10
        page correctly.  Generate table of contents page if requested.
 
11
 
 
12
2009-06-17  Michael Olson  <mwolson@gnu.org>
 
13
 
 
14
        * lisp/muse-latex.el (muse-latex-pdf-cruft): Remove additional
 
15
        cruft files from beamer.
 
16
 
 
17
2009-01-03  Michael Olson  <mwolson@gnu.org>
 
18
 
 
19
        * contrib/ikiwiki/Ikiwiki/Plugin/muse.pm: Move here from
 
20
        examples/ikiwiki/IkiWiki/Plugin/muse.pm.
 
21
 
 
22
        * contrib/Makefile (htmlize-hack.elc): Don't byte-compile
 
23
        htmlize-hack.el, since it is only useful if htmlize.el is
 
24
        installed.
 
25
 
 
26
        * contrib/cgi.el: Add compatibility functions for calendar, so
 
27
        that it works with both Emacs 21 and Emacs 23.  Thanks to Brent
 
28
        Goodrick for the report.
 
29
 
 
30
        * texi/muse.texi (Using Muse Mode): Fix typo.
 
31
 
 
32
 
 
33
See ChangeLog.5 for earlier changes.
60
34
 
61
35
;; Local Variables:
62
36
;; coding: utf-8