From f57d58405d6ae460f7cc32f6d779c26bdca090bc Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 28 Feb 2006 23:48:24 +0000 Subject: [PATCH] Bookkeeping. * AUTHORS: Update. * muse-colors.el, muse-mode.el: Credit contributions. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-27 --- AUTHORS | 5 ++++- ChangeLog.2006 | 15 +++++++++++++++ lisp/muse-colors.el | 7 +++++-- lisp/muse-mode.el | 7 +++++-- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 04eee6f..dc9c590 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,7 +21,7 @@ Li Daobing: Contributor, author of muse-mathml.el (assigned past and future changes) Bastien Guerry: Contributor, author of muse-registry.el - (assignment pending) + (assigned past and future changes) Yann Hodique: Contributor, author of muse-wiki.el (assigned past and future changes) @@ -48,6 +48,9 @@ Jim Ottaway: Contributor Andrea Riciputi: Idea taken from code, but re-implemented +Per B. Sederberg: Contributor + (assignment pending) + René Stadler: Contributor muse-project.el: 1 line changed. diff --git a/ChangeLog.2006 b/ChangeLog.2006 index 83f6393..993dea8 100644 --- a/ChangeLog.2006 +++ b/ChangeLog.2006 @@ -2,6 +2,21 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0 # +2006-02-28 23:48:24 GMT Michael Olson patch-27 + + Summary: + Bookkeeping. + Revision: + muse--main--1.0--patch-27 + + * AUTHORS: Update. + + * muse-colors.el, muse-mode.el: Credit contributions. + + modified files: + AUTHORS ChangeLog.2006 lisp/muse-colors.el lisp/muse-mode.el + + 2006-02-28 23:37:26 GMT Michael Olson patch-26 Summary: diff --git a/lisp/muse-colors.el b/lisp/muse-colors.el index 1304804..4327bc5 100644 --- a/lisp/muse-colors.el +++ b/lisp/muse-colors.el @@ -35,12 +35,15 @@ ;; Lan Yufeng (nlany DOT web AT gmail DOT com) found an error where ;; headings were being given the wrong face, contributing a patch to ;; fix this. -;; + ;; Sergey Vlasov (vsu AT altlinux DOT ru) fixed an issue with coloring ;; links that are in consecutive lines. -;; + ;; Jim Ottaway ported the tag from emacs-wiki. +;; Per B. Sederberg (per AT med DOT upenn DOT edu) contributed the +;; viewing of inline images. + ;;; Code: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/lisp/muse-mode.el b/lisp/muse-mode.el index 0ebbc39..332f1a2 100644 --- a/lisp/muse-mode.el +++ b/lisp/muse-mode.el @@ -27,8 +27,11 @@ ;;; Contributors: ;; Andrea Riciputi (ariciputi AT pito DOT com) gave an initial -;; implementation for tag completion by means of the -;; `muse-insert-tag' function. +;; implementation for tag completion by means of the `muse-insert-tag' +;; function. + +;; Per B. Sederberg (per AT med DOT upenn DOT edu) contributed the +;; insertion of relative links and list items. ;;; Code: -- 2.11.4.GIT