monnier pushed a change to branch externals/muse.

      from  be347db7f1 Fix up copyright in .el files
       new  8b1cbac200 Move files back
       new  f0bdba2edb use correct newline character in longlines-mode
       new  a1577f6f27 correct filename generation for not-yet-existing links
       new  92922b23d3 make new behaviour configurable
       new  0b082f614c translated QuickStart into Japanese
       new  517cf75cc4 Merge pull request #2 from cocoatomo/master
       new  fdc56d1611 Update lisp/muse-texinfo.el
       new  0bb5d3fa57 Merge pull request #4 from thesoftwarebin/patch-1
       new  a8458264ec Fix comment regexp
       new  faa48d78ed Merge pull request #9 from labdsf/master
       new  eb866abb55 Migrate away from deprecated assoc.el. (#14)
       new  b22338147e convert a muse-init.el example to UTF-8 (#15)
       new  20fc8575d5 Merge remote-tracking branch 'upstream/muse/main' into 
externals/muse
       new  8710adde8f Fix compilation and address some warnings


Summary of changes:
 .gitignore                                         |    1 +
 README                                             |  258 +-
 cgi.el => contrib/cgi.el                           |   41 +-
 htmlize-hack.el => contrib/htmlize-hack.el         |   10 +-
 httpd.el => contrib/httpd.el                       |   14 +-
 dir                                                |   18 -
 examples/QuickStart.jp.muse                        |  466 ++
 examples/johnw/muse-init.el                        |    6 +-
 experimental/muse-split.el                         |  180 +-
 muse-backlink.el => lisp/muse-backlink.el          |   40 +-
 muse-blosxom.el => lisp/muse-blosxom.el            |    0
 muse-book.el => lisp/muse-book.el                  |    0
 muse-colors.el => lisp/muse-colors.el              |    0
 muse-context.el => lisp/muse-context.el            |    0
 muse-docbook.el => lisp/muse-docbook.el            |   34 +-
 muse-groff.el => lisp/muse-groff.el                |    0
 muse-html.el => lisp/muse-html.el                  |    0
 muse-http.el => lisp/muse-http.el                  |    9 +-
 muse-ikiwiki.el => lisp/muse-ikiwiki.el            |    0
 .../muse-import-docbook.el                         |    0
 muse-import-latex.el => lisp/muse-import-latex.el  |    0
 muse-import-xml.el => lisp/muse-import-xml.el      |    0
 muse-ipc.el => lisp/muse-ipc.el                    |   12 +-
 muse-journal.el => lisp/muse-journal.el            |    0
 muse-latex.el => lisp/muse-latex.el                |    0
 muse-latex2png.el => lisp/muse-latex2png.el        |    0
 muse-mode.el => lisp/muse-mode.el                  |   40 +-
 muse-poem.el => lisp/muse-poem.el                  |    0
 muse-project.el => lisp/muse-project.el            |    0
 muse-protocols.el => lisp/muse-protocols.el        |    0
 muse-publish.el => lisp/muse-publish.el            |    2 +-
 muse-regexps.el => lisp/muse-regexps.el            |    0
 muse-texinfo.el => lisp/muse-texinfo.el            |    2 +-
 muse-wiki.el => lisp/muse-wiki.el                  |    0
 muse-xml-common.el => lisp/muse-xml-common.el      |    0
 muse-xml.el => lisp/muse-xml.el                    |    0
 muse.el => lisp/muse.el                            |    9 +-
 muse.info                                          | 4656 --------------------
 38 files changed, 916 insertions(+), 4882 deletions(-)
 rename cgi.el => contrib/cgi.el (90%)
 rename htmlize-hack.el => contrib/htmlize-hack.el (86%)
 rename httpd.el => contrib/httpd.el (97%)
 delete mode 100644 dir
 create mode 100644 examples/QuickStart.jp.muse
 rename muse-backlink.el => lisp/muse-backlink.el (93%)
 rename muse-blosxom.el => lisp/muse-blosxom.el (100%)
 rename muse-book.el => lisp/muse-book.el (100%)
 rename muse-colors.el => lisp/muse-colors.el (100%)
 rename muse-context.el => lisp/muse-context.el (100%)
 rename muse-docbook.el => lisp/muse-docbook.el (95%)
 rename muse-groff.el => lisp/muse-groff.el (100%)
 rename muse-html.el => lisp/muse-html.el (100%)
 rename muse-http.el => lisp/muse-http.el (97%)
 rename muse-ikiwiki.el => lisp/muse-ikiwiki.el (100%)
 rename muse-import-docbook.el => lisp/muse-import-docbook.el (100%)
 rename muse-import-latex.el => lisp/muse-import-latex.el (100%)
 rename muse-import-xml.el => lisp/muse-import-xml.el (100%)
 rename muse-ipc.el => lisp/muse-ipc.el (95%)
 rename muse-journal.el => lisp/muse-journal.el (100%)
 rename muse-latex.el => lisp/muse-latex.el (100%)
 rename muse-latex2png.el => lisp/muse-latex2png.el (100%)
 rename muse-mode.el => lisp/muse-mode.el (96%)
 rename muse-poem.el => lisp/muse-poem.el (100%)
 rename muse-project.el => lisp/muse-project.el (100%)
 rename muse-protocols.el => lisp/muse-protocols.el (100%)
 rename muse-publish.el => lisp/muse-publish.el (99%)
 rename muse-regexps.el => lisp/muse-regexps.el (100%)
 rename muse-texinfo.el => lisp/muse-texinfo.el (99%)
 rename muse-wiki.el => lisp/muse-wiki.el (100%)
 rename muse-xml-common.el => lisp/muse-xml-common.el (100%)
 rename muse-xml.el => lisp/muse-xml.el (100%)
 rename muse.el => lisp/muse.el (99%)
 delete mode 100644 muse.info

Reply via email to