[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp/mh-e mh-utils.el mh-seq.el mh-pick.e...
From: |
Bill Wohler |
Subject: |
[Emacs-commit] emacs/lisp/mh-e mh-utils.el mh-seq.el mh-pick.e... |
Date: |
Fri, 14 Oct 2005 13:15:41 -0400 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch:
Changes by: Bill Wohler <address@hidden> 05/10/14 17:15:40
Modified files:
lisp/mh-e : mh-utils.el mh-seq.el mh-pick.el mh-mime.el
mh-init.el mh-funcs.el mh-e.el ChangeLog
Log message:
* mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
* mh-utils.el: Ran mh-unit. Continued copyright lines need to be
indented.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-utils.el.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-seq.el.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-pick.el.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-mime.el.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-init.el.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-funcs.el.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.35 emacs/lisp/mh-e/ChangeLog:1.36
--- emacs/lisp/mh-e/ChangeLog:1.35 Fri Oct 14 16:05:37 2005
+++ emacs/lisp/mh-e/ChangeLog Fri Oct 14 17:15:40 2005
@@ -1,5 +1,9 @@
2005-10-14 Bill Wohler <address@hidden>
+ * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
+ * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
+ need to be indented.
+
* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
make-variable-buffer-local call to top level to avoid warnings in
CVS Emacs.
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.23 emacs/lisp/mh-e/mh-e.el:1.24
--- emacs/lisp/mh-e/mh-e.el:1.23 Mon Oct 10 16:37:53 2005
+++ emacs/lisp/mh-e/mh-e.el Fri Oct 14 17:15:40 2005
@@ -778,7 +778,7 @@
(if (mh-in-show-buffer (mh-show-buffer)
(pos-visible-in-window-p (point-max)))
(progn
- (message
+ (message
"End of message (Type %s to read %s undeleted message)"
(single-key-description last-input-event)
(if (equal mh-next-direction 'backward)
Index: emacs/lisp/mh-e/mh-funcs.el
diff -u emacs/lisp/mh-e/mh-funcs.el:1.11 emacs/lisp/mh-e/mh-funcs.el:1.12
--- emacs/lisp/mh-e/mh-funcs.el:1.11 Mon Jul 4 17:15:52 2005
+++ emacs/lisp/mh-e/mh-funcs.el Fri Oct 14 17:15:40 2005
@@ -1,7 +1,7 @@
;;; mh-funcs.el --- MH-E functions not everyone will use right away
;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
Index: emacs/lisp/mh-e/mh-init.el
diff -u emacs/lisp/mh-e/mh-init.el:1.8 emacs/lisp/mh-e/mh-init.el:1.9
--- emacs/lisp/mh-e/mh-init.el:1.8 Mon Oct 10 16:37:53 2005
+++ emacs/lisp/mh-e/mh-init.el Fri Oct 14 17:15:40 2005
@@ -311,7 +311,7 @@
(defun mh-image-load-path ()
"Ensure that the MH-E images are accessible by `find-image'.
Images for MH-E are found in ../../etc/images relative to the files in
-lisp/mh-e. If `image-load-path' exists (since Emacs 22), then the images
+`lisp/mh-e'. If `image-load-path' exists (since Emacs 22), then the images
directory is added to it if isn't already there. Otherwise, the images
directory is added to the `load-path' if it isn't already there."
(let (mh-load-path mh-image-load-path)
Index: emacs/lisp/mh-e/mh-mime.el
diff -u emacs/lisp/mh-e/mh-mime.el:1.19 emacs/lisp/mh-e/mh-mime.el:1.20
--- emacs/lisp/mh-e/mh-mime.el:1.19 Mon Oct 10 16:37:54 2005
+++ emacs/lisp/mh-e/mh-mime.el Fri Oct 14 17:15:40 2005
@@ -1,7 +1,7 @@
;;; mh-mime.el --- MH-E support for composing MIME messages
;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
Index: emacs/lisp/mh-e/mh-pick.el
diff -u emacs/lisp/mh-e/mh-pick.el:1.10 emacs/lisp/mh-e/mh-pick.el:1.11
--- emacs/lisp/mh-e/mh-pick.el:1.10 Mon Jul 4 17:15:52 2005
+++ emacs/lisp/mh-e/mh-pick.el Fri Oct 14 17:15:40 2005
@@ -1,7 +1,7 @@
;;; mh-pick.el --- make a search pattern and search for a message in MH-E
;; Copyright (C) 1993, 1995,
-;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
Index: emacs/lisp/mh-e/mh-seq.el
diff -u emacs/lisp/mh-e/mh-seq.el:1.11 emacs/lisp/mh-e/mh-seq.el:1.12
--- emacs/lisp/mh-e/mh-seq.el:1.11 Fri Oct 14 16:05:37 2005
+++ emacs/lisp/mh-e/mh-seq.el Fri Oct 14 17:15:40 2005
@@ -1,7 +1,7 @@
;;; mh-seq.el --- MH-E sequences support
;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
Index: emacs/lisp/mh-e/mh-utils.el
diff -u emacs/lisp/mh-e/mh-utils.el:1.14 emacs/lisp/mh-e/mh-utils.el:1.15
--- emacs/lisp/mh-e/mh-utils.el:1.14 Sat Sep 24 13:45:49 2005
+++ emacs/lisp/mh-e/mh-utils.el Fri Oct 14 17:15:39 2005
@@ -1,7 +1,7 @@
;;; mh-utils.el --- MH-E code needed for both sending and reading
;; Copyright (C) 1993, 1995, 1997,
-;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-commit] emacs/lisp/mh-e mh-utils.el mh-seq.el mh-pick.e...,
Bill Wohler <=