Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2016-02-25 22:05:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-vm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-vm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes        2015-08-05 
19:17:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2016-02-26 
00:29:32.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 21 14:26:04 UTC 2016 - [email protected]
+
+- U_Require-vm-reply.el-from-vm-compose-mail.patch
+  Require vm-reply.el from vm-compose-mail (lp#913005)
+  (bsc#939497).
+
+-------------------------------------------------------------------

New:
----
  U_Require-vm-reply.el-from-vm-compose-mail.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ emacs-vm.spec ++++++
--- /var/tmp/diff_new_pack.mVYM03/_old  2016-02-26 00:29:34.000000000 +0100
+++ /var/tmp/diff_new_pack.mVYM03/_new  2016-02-26 00:29:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 Source2:        emacs-vm-autoload.el
 # PATCH-FIX-UPSTREAM U_rev-1313.patch bsc#939497 [email protected] -- Fix 
Launchpad lp#793541 and lp#907286
 Patch1:         U_rev-1313.patch
+Patch2:         U_Require-vm-reply.el-from-vm-compose-mail.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,6 +57,7 @@
 %prep
 %setup -n vm-%{version}
 %patch1
+%patch2 -p1
 
 %build
 export LC_CTYPE=ISO-8859-1

++++++ U_Require-vm-reply.el-from-vm-compose-mail.patch ++++++
From: Egbert Eich <[email protected]>
Date: Thu Jan 21 14:47:45 2016 +0100
Subject: Require vm-reply.el from vm-compose-mail.
Patch-mainline: Upstream

References: bsc#939497

Also, cleaned up all redundant autoloads in vm-reply.el.

Uday S Reddy
https://launchpad.net/bugs/913005
http://bazaar.launchpad.net/~vm/vm/trunk/revision/1331

Signed-off-by: Egbert Eich <[email protected]>
Signed-off-by: Egbert Eich <[email protected]>
---
 lisp/vm-reply.el | 9 ---------
 lisp/vm.el       | 1 +
 2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/lisp/vm-reply.el b/lisp/vm-reply.el
index add837f..34b794d 100755
--- a/lisp/vm-reply.el
+++ b/lisp/vm-reply.el
@@ -114,7 +114,6 @@
   (while (re-search-forward "^" (point-max) t)
     (insert vm-included-text-prefix)))
 
-;;;###autoload
 (defun vm-fill-long-lines-in-reply ()
   (interactive)
   (let ((vm-word-wrap-paragraphs vm-word-wrap-paragraphs-in-reply)
@@ -295,7 +294,6 @@ messages of the folder are involved in this reply."
            (setq re-list (cdr re-list))))
        result)))
 
-;;;###autoload
 (defun vm-mail-yank-default (&optional message)
   "The default message yank handler when `mail-citation-hook' is set to nil."
   (save-excursion
@@ -319,7 +317,6 @@ messages of the folder are involved in this reply."
        (insert vm-included-text-prefix)
        (forward-line 1)))))
 
-;;;###autoload
 (defun vm-yank-message-other-folder (folder)
   "Like vm-yank-message except the message is yanked from a folder other
 than the one that spawned the current Mail mode buffer.  The name of the
@@ -366,7 +363,6 @@ Don't call this function from a program."
       (vm-bury-buffer newbuf)
       (vm-bury-buffer sumbuf))))
 
-;;;###autoload
 (defun vm-yank-message (message)
   "Yank message number N into the current buffer at point.
 When called interactively N is always read from the minibuffer.  When
@@ -627,7 +623,6 @@ specified by `vm-included-text-headers' and
               (setq alternatives (1- alternatives))
               (setq parts (cdr parts))))))))
 
-;;;###autoload
 (defun vm-mail-send-and-exit (&rest ignored)
   "Send message and maybe delete the composition buffer.
 The value of `vm-keep-sent-mesages' determines whether the composition buffer
@@ -803,7 +798,6 @@ This function is a variant of `vm-get-header-contents'."
 
 (defvar coding-system-for-write)
 
-;;;###autoload
 (defun vm-mail-send ()
   "Just like mail-send except that VM flags the appropriate message(s)
 as replied to, forwarded, etc, if appropriate."
@@ -888,7 +882,6 @@ as replied to, forwarded, etc, if appropriate."
       (vm-keep-mail-buffer (current-buffer)))
     (vm-display nil nil '(vm-mail-send) '(vm-mail-send))))
 
-;;;###autoload
 (defun vm-do-fcc-before-mime-encode ()
   "The name says it all.
 Sometimes you may want to save a message unencoded, specifically not to waste
@@ -923,7 +916,6 @@ storage for attachments which are stored on disk anyway."
              (vm-matched-header-contents)
            nil ))))))
 
-;;;###autoload
 (defun vm-mail-mode-remove-header (header-name-regexp)
   (let (regexp)
     (setq regexp (concat "^\\(" header-name-regexp "\\)\\|\\(^"
@@ -1653,7 +1645,6 @@ there is a current message."
     (vm-get-header-contents (car vm-message-pointer) "From:")))
 
 
-;;;###autoload
 (defun* vm-mail-internal (&key buffer-name to guessed-to subject 
                               in-reply-to cc references newsgroups)
     "Create a message buffer and set it up according to args.
diff --git a/lisp/vm.el b/lisp/vm.el
index 9b1395f..650d60e 100755
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -1207,6 +1207,7 @@ summary buffer to select a folder."
                        send-actions return-action &rest ignored)
   (interactive)
   (vm-session-initialization)
+  (require 'vm-reply)
   (if continue
       (vm-continue-composing-message)
     (let ((buffer (vm-mail-internal

Reply via email to