6 new commits in patcher:
https://bitbucket.org/xemacs/patcher/changeset/6e34fcb4ef71/
changeset: 6e34fcb4ef71
user: didierverna
date: 2012-01-16 10:55:51
summary: Fix typo in Makefile.pkg.
ChangeLog entries:
2012-01-16 Didier Verna <didier(a)xemacs.org>
* Makefile.pkg: Include XEmacs.rules, not XEmacs.Rules.
affected #: 1 file
diff -r 6fde44f81f6b376f3b6be0348a929bf8b4f2c010 -r
6e34fcb4ef71c2375d0cb7be4611297720315a3b Makefile
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
## Author: Didier Verna <didier(a)xemacs.org>
## Maintainer: Didier Verna <didier(a)xemacs.org>
## Created: Wed Mar 1 13:23:24 2000
-## Last Revision: Sat Jan 14 21:53:27 2012
+## Last Revision: Mon Jan 16 10:54:59 2012
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2,
@@ -70,7 +70,7 @@
DATA_FILES =
DATA_DEST =
-include ../../XEmacs.Rules
+include ../../XEmacs.rules
https://bitbucket.org/xemacs/patcher/changeset/2485e53babda/
changeset: 2485e53babda
user: didierverna
date: 2012-01-16 11:24:28
summary: Update installation section.
ChangeLog entries:
2012-01-16 Didier Verna <didier(a)xemacs.org>
* doc/patcher.texi (Distribution): Update information.
affected #: 1 file
diff -r 6e34fcb4ef71c2375d0cb7be4611297720315a3b -r
2485e53babda5ca0ceb8ac30f79b23b4461c17cf doc/patcher.texi
--- a/doc/patcher.texi
+++ b/doc/patcher.texi
@@ -8,7 +8,7 @@
@c Author: Didier Verna <didier(a)xemacs.org>
@c Maintainer: Didier Verna <didier(a)xemacs.org>
@c Created: Sun Apr 21 21:34:06 2002
-@c Last Revision: Fri Jan 13 11:23:03 2012
+@c Last Revision: Mon Jan 16 11:22:15 2012
@c This file is part of Patcher.
@@ -275,30 +275,19 @@
@node Distribution, Requirements, , Installation
@section Distribution
-Patcher is a standard XEmacs package (see
-@uref{http://www.xemacs.org/Develop/packages.html}). There are several
-ways to get and install it.
-
-@itemize @bullet
-@item
-Use the package user interface from a running XEmacs. This interface is
-accessible from the @samp{Tools} menu or via @kbd{M-x list-packages}).
-
-@item
-Official tarballs are available for download at
-@uref{ftp://ftp.xemacs.org/pub/xemacs/packages/}.
-
-@item
-The official Mercurial repository is located at
-@uref{https://bitbucket.org/xemacs/patcher}.
-
-@item
-Finally, various download options are available directly from my website
-at @uref{http://www.lrde.epita.fr/~didier/software/elisp/misc.php}. You
+Patcher is a standard XEmacs package. As such, you can download and
+install it directly from a running XEmacs session. The packages
+interface is accessible from the @samp{Tools} menu or via @kbd{M-x
+list-packages}). You may also manually download a tarball or use the
+Mercurial repository. See
+@uref{http://www.xemacs.org/Develop/packages.html} for more information.
+
+Otherwise, Patcher is also distributed as a standalone package directly
+from my website (a Git repository and tarballs are available), at
+@uref{http://www.lrde.epita.fr/~didier/software/elisp/misc.php}. You
will also find different inlined versions of this documentation at that
-place. For installation instructions, please read the @file{INSTALL}
-file.
-@end itemize
+place. For standalone installation instructions, please read the
+@file{INSTALL} file in the distribution.
@c Requirements =======================================================
https://bitbucket.org/xemacs/patcher/changeset/1a9427a38cad/
changeset: 1a9427a38cad
user: didierverna
date: 2012-01-16 11:36:37
summary: Update version number to 4.0.
ChangeLog entries:
2012-01-16 Didier Verna <didier(a)xemacs.org>
* local.prj:
* doc/patcher.texi: Set VERSION to 4.0.
* lisp/patcher.el (patcher-version): Set to 4.0.
affected #: 2 files
diff -r 2485e53babda5ca0ceb8ac30f79b23b4461c17cf -r
1a9427a38cad8f5d2a411421d7b472cdd5ae4f2f doc/patcher.texi
--- a/doc/patcher.texi
+++ b/doc/patcher.texi
@@ -8,7 +8,7 @@
@c Author: Didier Verna <didier(a)xemacs.org>
@c Maintainer: Didier Verna <didier(a)xemacs.org>
@c Created: Sun Apr 21 21:34:06 2002
-@c Last Revision: Mon Jan 16 11:22:15 2012
+@c Last Revision: Mon Jan 16 11:28:06 2012
@c This file is part of Patcher.
@@ -46,7 +46,7 @@
@c ====================================================================
@c Definitions
@c ====================================================================
-@set VERSION 4.0 pre 1
+@set VERSION 4.0
@macro copyrightdate
Copyright @copyright{} 2010, 2011, 2012 Didier Verna.@*
diff -r 2485e53babda5ca0ceb8ac30f79b23b4461c17cf -r
1a9427a38cad8f5d2a411421d7b472cdd5ae4f2f lisp/patcher.el
--- a/lisp/patcher.el
+++ b/lisp/patcher.el
@@ -6,7 +6,7 @@
;; Author: Didier Verna <didier(a)xemacs.org>
;; Maintainer: Didier Verna <didier(a)xemacs.org>
;; Created: Tue Sep 28 18:12:43 1999
-;; Last Revision: Fri Jan 13 11:28:16 2012
+;; Last Revision: Mon Jan 16 11:35:24 2012
;; Keywords: maint
@@ -136,7 +136,7 @@
;; Version management
;; ===========================================================================
-(defconst patcher-version "4.0 pre 1"
+(defconst patcher-version "4.0"
"Current version of Patcher.")
;;;###autoload
https://bitbucket.org/xemacs/patcher/changeset/8f656fb5fb4c/
changeset: 8f656fb5fb4c
user: didierverna
date: 2012-01-16 11:41:46
summary: Merge local changes with new conversion from Git.
affected #: 3 files
diff -r 14049d41d40ee2549d06245ba3cb1c1bcb0f843a -r
8f656fb5fb4cfa22427e2a6c181240db65f8f7fe Makefile
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
## Author: Didier Verna <didier(a)xemacs.org>
## Maintainer: Didier Verna <didier(a)xemacs.org>
## Created: Wed Mar 1 13:23:24 2000
-## Last Revision: Sat Jan 14 21:53:27 2012
+## Last Revision: Mon Jan 16 10:54:59 2012
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2,
@@ -70,7 +70,7 @@
DATA_FILES =
DATA_DEST =
-include ../../XEmacs.Rules
+include ../../XEmacs.rules
diff -r 14049d41d40ee2549d06245ba3cb1c1bcb0f843a -r
8f656fb5fb4cfa22427e2a6c181240db65f8f7fe doc/patcher.texi
--- a/doc/patcher.texi
+++ b/doc/patcher.texi
@@ -8,7 +8,7 @@
@c Author: Didier Verna <didier(a)xemacs.org>
@c Maintainer: Didier Verna <didier(a)xemacs.org>
@c Created: Sun Apr 21 21:34:06 2002
-@c Last Revision: Fri Jan 13 11:23:03 2012
+@c Last Revision: Mon Jan 16 11:28:06 2012
@c This file is part of Patcher.
@@ -46,7 +46,7 @@
@c ====================================================================
@c Definitions
@c ====================================================================
-@set VERSION 4.0 pre 1
+@set VERSION 4.0
@macro copyrightdate
Copyright @copyright{} 2010, 2011, 2012 Didier Verna.@*
@@ -275,30 +275,19 @@
@node Distribution, Requirements, , Installation
@section Distribution
-Patcher is a standard XEmacs package (see
-@uref{http://www.xemacs.org/Develop/packages.html}). There are several
-ways to get and install it.
-
-@itemize @bullet
-@item
-Use the package user interface from a running XEmacs. This interface is
-accessible from the @samp{Tools} menu or via @kbd{M-x list-packages}).
-
-@item
-Official tarballs are available for download at
-@uref{ftp://ftp.xemacs.org/pub/xemacs/packages/}.
-
-@item
-The official Mercurial repository is located at
-@uref{https://bitbucket.org/xemacs/patcher}.
-
-@item
-Finally, various download options are available directly from my website
-at @uref{http://www.lrde.epita.fr/~didier/software/elisp/misc.php}. You
+Patcher is a standard XEmacs package. As such, you can download and
+install it directly from a running XEmacs session. The packages
+interface is accessible from the @samp{Tools} menu or via @kbd{M-x
+list-packages}). You may also manually download a tarball or use the
+Mercurial repository. See
+@uref{http://www.xemacs.org/Develop/packages.html} for more information.
+
+Otherwise, Patcher is also distributed as a standalone package directly
+from my website (a Git repository and tarballs are available), at
+@uref{http://www.lrde.epita.fr/~didier/software/elisp/misc.php}. You
will also find different inlined versions of this documentation at that
-place. For installation instructions, please read the @file{INSTALL}
-file.
-@end itemize
+place. For standalone installation instructions, please read the
+@file{INSTALL} file in the distribution.
@c Requirements =======================================================
diff -r 14049d41d40ee2549d06245ba3cb1c1bcb0f843a -r
8f656fb5fb4cfa22427e2a6c181240db65f8f7fe lisp/patcher.el
--- a/lisp/patcher.el
+++ b/lisp/patcher.el
@@ -6,7 +6,7 @@
;; Author: Didier Verna <didier(a)xemacs.org>
;; Maintainer: Didier Verna <didier(a)xemacs.org>
;; Created: Tue Sep 28 18:12:43 1999
-;; Last Revision: Fri Jan 13 11:28:16 2012
+;; Last Revision: Mon Jan 16 11:35:24 2012
;; Keywords: maint
@@ -136,7 +136,7 @@
;; Version management
;; ===========================================================================
-(defconst patcher-version "4.0 pre 1"
+(defconst patcher-version "4.0"
"Current version of Patcher.")
;;;###autoload
https://bitbucket.org/xemacs/patcher/changeset/c9e6c231bc26/
changeset: c9e6c231bc26
user: didierverna
date: 2012-01-16 16:25:21
summary: Added tag version_3.11 for changeset 287410a921ef
affected #: 1 file
diff -r 8f656fb5fb4cfa22427e2a6c181240db65f8f7fe -r
c9e6c231bc261228855e5cd4cacc976474fe8879 .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -16,3 +16,4 @@
b88e323264e4731bbc26d1090d6cff6d8545b076 version_2.5
c8d4cc474126c3b49db4c801e1f330922caedc74 version_3.0
d10a3a990f44b9fb5d7c7bcc7faf039540506494 version_2.0
+287410a921efdc5052bca0b6ed844cdcc9e7dcc2 version_3.11
https://bitbucket.org/xemacs/patcher/changeset/0374362d7faf/
changeset: 0374362d7faf
user: didierverna
date: 2012-01-16 16:29:40
summary: Added tag version_4.0 for changeset 8f656fb5fb4c
affected #: 1 file
diff -r c9e6c231bc261228855e5cd4cacc976474fe8879 -r
0374362d7faf5070da5f417ed3c1236eb4a42911 .hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -17,3 +17,4 @@
c8d4cc474126c3b49db4c801e1f330922caedc74 version_3.0
d10a3a990f44b9fb5d7c7bcc7faf039540506494 version_2.0
287410a921efdc5052bca0b6ed844cdcc9e7dcc2 version_3.11
+8f656fb5fb4cfa22427e2a6c181240db65f8f7fe version_4.0
Repository URL:
https://bitbucket.org/xemacs/patcher/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches