Juanma Barranquero | 5 Feb 2008 15:09
Picon
Gravatar

emacs/lisp/mh-e mh-e.el [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Juanma Barranquero <lektu>	08/02/05 14:09:25

Modified files:
	lisp/mh-e      : mh-e.el 

Log message:
	*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-e.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.108.2.2&r2=1.108.2.3

Patches:
Index: mh-e.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.108.2.2
retrieving revision 1.108.2.3
diff -u -b -r1.108.2.2 -r1.108.2.3
--- mh-e.el	7 Jan 2008 01:52:43 -0000	1.108.2.2
+++ mh-e.el	5 Feb 2008 14:09:25 -0000	1.108.2.3
 <at>  <at>  -1986,7 +1986,7  <at>  <at> 
   :package-version '(MH-E . "7.0"))

 (defun mh-scan-format-file-check (symbol value)
-  "Check if desired setting is legal.
+  "Check if desired setting is valid.
 Throw an error if user tries to set `mh-scan-format-file' to
(Continue reading)

Juanma Barranquero | 5 Feb 2008 15:13
Picon
Gravatar

emacs/lisp/mh-e mh-xface.el [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Juanma Barranquero <lektu>	08/02/05 14:13:28

Modified files:
	lisp/mh-e      : mh-xface.el 

Log message:
	*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-xface.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.6.2.2&r2=1.6.2.3

Patches:
Index: mh-xface.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-xface.el,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -b -r1.6.2.2 -r1.6.2.3
--- mh-xface.el	7 Jan 2008 01:52:40 -0000	1.6.2.2
+++ mh-xface.el	5 Feb 2008 14:13:28 -0000	1.6.2.3
 <at>  <at>  -360,7 +360,7  <at>  <at> 
   "Canonicalize URL.
 Replace the ?/ character with a ?! character and append .png.
 Also replaces special characters with `mh-url-hexify-string'
-since not all characters, such as :, are legal within Windows
+since not all characters, such as :, are valid within Windows
 filenames. In addition, replaces * with %2a. See URL
(Continue reading)

Juanma Barranquero | 5 Feb 2008 15:46
Picon
Gravatar

emacs/lisp/mh-e ChangeLog [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Juanma Barranquero <lektu>	08/02/05 14:46:12

Modified files:
	lisp/mh-e      : ChangeLog 

Log message:
	*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.242.2.5&r2=1.242.2.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.242.2.5
retrieving revision 1.242.2.6
diff -u -b -r1.242.2.5 -r1.242.2.6
--- ChangeLog	7 Jan 2008 01:52:44 -0000	1.242.2.5
+++ ChangeLog	5 Feb 2008 14:46:11 -0000	1.242.2.6
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2008-02-05  Juanma Barranquero  <lekktu <at> gmail.com>
+
+	* mh-e.el (mh-scan-format-file-check, mh-adaptive-cmd-note-flag-check):
+	* mh-xface.el (mh-x-image-url-cache-canonicalize):
+	Replace `legal' with `valid'.
+
(Continue reading)

Richard M. Stallman | 6 Feb 2008 18:48
Picon
Picon

emacs/lisp/mh-e mh-acros.el [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Richard M. Stallman <rms>	08/02/06 17:48:42

Modified files:
	lisp/mh-e      : mh-acros.el 

Log message:
	(mh-do-in-gnu-emacs, mh-do-in-xemacs)
	(with-mh-folder-updating, mh-in-show-buffer)
	(mh-iterate-on-messages-in-region, mh-iterate-on-range):
	(mh-do-at-event-location, mh-seq-msgs): Add debug decls.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-acros.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.21.2.2&r2=1.21.2.3

Patches:
Index: mh-acros.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-acros.el,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -u -b -r1.21.2.2 -r1.21.2.3
--- mh-acros.el	7 Jan 2008 01:52:44 -0000	1.21.2.2
+++ mh-acros.el	6 Feb 2008 17:48:42 -0000	1.21.2.3
 <at>  <at>  -65,12 +65,14  <at>  <at> 
 ;;;###mh-autoload
 (defmacro mh-do-in-gnu-emacs (&rest body)
   "Execute BODY if in GNU Emacs."
(Continue reading)

Richard M. Stallman | 6 Feb 2008 18:49
Picon
Picon

emacs/lisp/mh-e mh-seq.el [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Richard M. Stallman <rms>	08/02/06 17:49:49

Modified files:
	lisp/mh-e      : mh-seq.el 

Log message:
	(mh-make-seq, mh-seq-name): Use defsubst.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-seq.el?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.33.2.2&r2=1.33.2.3

Patches:
Index: mh-seq.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-seq.el,v
retrieving revision 1.33.2.2
retrieving revision 1.33.2.3
diff -u -b -r1.33.2.2 -r1.33.2.3
--- mh-seq.el	7 Jan 2008 01:52:41 -0000	1.33.2.2
+++ mh-seq.el	6 Feb 2008 17:49:49 -0000	1.33.2.3
 <at>  <at>  -53,13 +53,13  <at>  <at> 

 ;;; Macros

-(defmacro mh-make-seq (name msgs)
+(defsubst mh-make-seq (name msgs)
   "Create sequence NAME with the given MSGS."
(Continue reading)

Richard M. Stallman | 6 Feb 2008 18:49
Picon
Picon

emacs/lisp/mh-e ChangeLog [EMACS_22_BASE]

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Branch:		EMACS_22_BASE
Changes by:	Richard M. Stallman <rms>	08/02/06 17:49:57

Modified files:
	lisp/mh-e      : ChangeLog 

Log message:
	*** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_22_BASE&r1=1.242.2.6&r2=1.242.2.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.242.2.6
retrieving revision 1.242.2.7
diff -u -b -r1.242.2.6 -r1.242.2.7
--- ChangeLog	5 Feb 2008 14:46:11 -0000	1.242.2.6
+++ ChangeLog	6 Feb 2008 17:49:56 -0000	1.242.2.7
 <at>  <at>  -1,3 +1,13  <at>  <at> 
+2008-02-06  Richard Stallman  <rms <at> gnu.org>
+
+	* mh-seq.el (mh-make-seq, mh-seq-name): Use defsubst.
+
+	* mh-acros.el (mh-do-in-gnu-emacs, mh-do-in-xemacs)
+	(with-mh-folder-updating, mh-in-show-buffer)
(Continue reading)

Bill Wohler | 9 Feb 2008 20:17
Picon
Picon
Gravatar

Re: emacs/lisp/mh-e ChangeLog [EMACS_22_BASE]

Juanma Barranquero <lekktu <at> gmail.com> wrote:

> +2008-02-05  Juanma Barranquero  <lekktu <at> gmail.com>
> +
> +	* mh-e.el (mh-scan-format-file-check, mh-adaptive-cmd-note-flag-check):
> +	* mh-xface.el (mh-x-image-url-cache-canonicalize):
> +	Replace `legal' with `valid'.

Thank you. I thought I had cleaned those out already :-).

--

-- 
Bill Wohler <wohler <at> newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Bill Wohler | 18 Feb 2008 23:39
Picon
Picon
Gravatar

emacs/lisp/mh-e mh-comp.el

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Changes by:	Bill Wohler <wohler>	08/02/18 22:39:31

Modified files:
	lisp/mh-e      : mh-comp.el 

Log message:
	(mh-annotate-msg): Remove trailing whitespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-comp.el?cvsroot=emacs&r1=1.61&r2=1.62

Patches:
Index: mh-comp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-comp.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Bill Wohler | 18 Feb 2008 23:39
Picon
Picon
Gravatar

emacs/lisp/mh-e mh-e.el

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Changes by:	Bill Wohler <wohler>	08/02/18 22:39:49

Modified files:
	lisp/mh-e      : mh-e.el 

Log message:
	(mh-invisible-header-fields-internal): Remove trailing whitespace.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-e.el?cvsroot=emacs&r1=1.116&r2=1.117

Patches:
Index: mh-e.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
Bill Wohler | 18 Feb 2008 23:40
Picon
Picon
Gravatar

emacs/lisp/mh-e ChangeLog

CVSROOT:	/cvsroot/emacs
Module name:	emacs
Changes by:	Bill Wohler <wohler>	08/02/18 22:40:04

Modified files:
	lisp/mh-e      : ChangeLog 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&r1=1.264&r2=1.265

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -b -r1.264 -r1.265
--- ChangeLog	30 Jan 2008 07:06:39 -0000	1.264
+++ ChangeLog	18 Feb 2008 22:40:03 -0000	1.265
 <at>  <at>  -1,3 +1,9  <at>  <at> 
+2008-02-19  Bill Wohler  <wohler <at> newt.com>
+
+	* mh-comp.el (mh-annotate-msg):
+	* mh-e.el (mh-invisible-header-fields-internal): Remove trailing
+	whitespace.
+
 2008-01-30  Bill Wohler  <wohler <at> newt.com>
(Continue reading)


Gmane