[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp/mh-e mh-comp.el ChangeLog
From: |
Bill Wohler |
Subject: |
[Emacs-commit] emacs/lisp/mh-e mh-comp.el ChangeLog |
Date: |
Mon, 30 Jan 2006 04:03:11 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch:
Changes by: Bill Wohler <address@hidden> 06/01/30 04:03:11
Modified files:
lisp/mh-e : mh-comp.el ChangeLog
Log message:
(sc-cite-original): Remove autoload of "sc" with old docstring.
sc-cite-original is autoloaded via loaddefs.el for all supported
versions. In addition, the package name "sc" has been made obsolete by
"supercite since at least Emacs 21.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-comp.el.diff?tr1=1.45&tr2=1.46&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.128&tr2=1.129&r1=text&r2=text
Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.128 emacs/lisp/mh-e/ChangeLog:1.129
--- emacs/lisp/mh-e/ChangeLog:1.128 Mon Jan 30 03:39:36 2006
+++ emacs/lisp/mh-e/ChangeLog Mon Jan 30 04:03:11 2006
@@ -1,5 +1,10 @@
2006-01-29 Bill Wohler <address@hidden>
+ * mh-comp.el (sc-cite-original): Remove autoload of "sc" with old
+ docstring. sc-cite-original is autoloaded via loaddefs.el for all
+ supported versions. In addition, the package name "sc" has been
+ made obsolete by "supercite since at least Emacs 21.
+
* mh-scan.el (mh-note-copied, mh-note-printed): Reorganization
revealed character constants that were still strings (closes SF
#770772).
Index: emacs/lisp/mh-e/mh-comp.el
diff -u emacs/lisp/mh-e/mh-comp.el:1.45 emacs/lisp/mh-e/mh-comp.el:1.46
--- emacs/lisp/mh-e/mh-comp.el:1.45 Mon Jan 30 01:32:17 2006
+++ emacs/lisp/mh-e/mh-comp.el Mon Jan 30 04:03:11 2006
@@ -44,29 +44,6 @@
(autoload 'easy-menu-add "easymenu")
(autoload 'mml-insert-tag "mml")
-(autoload 'sc-cite-original "sc"
- "Workhorse citing function which performs the initial citation.
-This is callable from the various mail and news readers' reply
-function according to the agreed upon standard. See `sc-describe'
-for more details. `sc-cite-original' does not do any yanking of the
-original message but it does require a few things:
-
- 1) The reply buffer is the current buffer.
-
- 2) The original message has been yanked and inserted into the
- reply buffer.
-
- 3) Verbose mail headers from the original message have been
- inserted into the reply buffer directly before the text of the
- original message.
-
- 4) Point is at the beginning of the verbose headers.
-
- 5) Mark is at the end of the body of text to be cited.
-
-For Emacs 19's, the region need not be active (and typically isn't
-when this function is called. Also, the hook `sc-pre-hook' is run
-before, and `sc-post-hook' is run after the guts of this function.")