On 11 Feb 2003, Ville Skyttä wrote:
On Tue, 2003-02-11 at 16:53, Berndl, Klaus wrote:
> What i can't do:
>
> - I can not post patches to this list because such a bunch of changes
> and modifications have been done since ecb 1.01 (XEmacs-version). It is
> too much...
I'm fine with this. The diffs for changes to XEmacs-only files
(Makefile, package-info.in) wouldn't hurt, though.
No, indeed, these diffs really don't hurt ;-). There are attached at the end...
> - I can also not add all changes to the ChangeLog, reason see above.
I suggest that you include the ChangeLog that comes with ECB (assuming
there is one) as ChangeLog.upstream in the XEmacs ecb package and
include it in Makefile (EXTRA_SOURCES). See how other packages do this.
ECB has the file HISTORY which is not exactly a ChangeLog but at least reports
all modifications and changes on a higher level than a classic ChangLog.
HISTORY is already contained as EXTRA_SOURCES.
> What i can do and what i want do:
>
> - Synchronizing the ECB-package with the latest 1.91.1 upstream
> - Adding one entry in the ChangeLog about this sync (i saw this also
> in other packages like tramp)
> - Checking in all new sources
>
> (Latest upstream is already well tested with XEmacs 21.4.11)
>
> Is this procedure ok for you??
Yes, please go ahead!
OK, done. ECB 1.10 is synced with upstream 1.91.1.
Here are the diffs for the Makefile and package-info.in:
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ecb/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 12 Feb 2003 02:48:20 -0000 1.8
+++ Makefile 12 Feb 2003 07:57:13 -0000
@@ -17,8 +17,8 @@
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-VERSION = 1.01
-AUTHOR_VERSION = 1.80
+VERSION = 1.10
+AUTHOR_VERSION = 1.91.1
MAINTAINER = Klaus Berndl <klaus.berndl(a)sdm.de>
PACKAGE = ecb
PKG_TYPE = regular
@@ -29,7 +29,8 @@
ELCS = ecb-compilation.elc ecb-cycle.elc ecb.elc ecb-eshell.elc ecb-face.elc \
ecb-help.elc ecb-layout.elc ecb-mode-line.elc ecb-navigate.elc \
ecb-util.elc tree-buffer.elc ecb-buffertab.elc ecb-speedbar.elc \
- ecb-upgrade.elc
+ ecb-upgrade.elc ecb-layout-defs.elc ecb-tod.elc silentcomp.elc \
+ ecb-create-layout.elc ecb-examples.elc
EXTRA_SOURCES = HISTORY README RELEASE_NOTES
@@ -52,3 +53,4 @@
compile:: $(ELCS) auto-autoloads.elc custom-load.elc $(PACKAGE).info
binkit: binkit-common
+
Index: package-info.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/ecb/package-info.in,v
retrieving revision 1.1
diff -u -r1.1 package-info.in
--- package-info.in 7 Nov 2002 22:35:59 -0000 1.1
+++ package-info.in 12 Feb 2003 07:57:36 -0000
@@ -13,7 +13,7 @@
filename FILENAME
md5sum MD5SUM
size SIZE
- provides (ecb-buffertab ecb-compilation ecb-cycle ecb ecb-eshell ecb-face ecb-help
ecb-layout ecb-mode-line ecb-navigate ecb-speedbar ecb-upgrade ecb-util tree-buffer)
+ provides (ecb-buffertab ecb-compilation ecb-create-layout ecb-cycle ecb ecb-eshell
ecb-examples ecb-face ecb-help ecb-layout ecb-layout-defs ecb-mode-line ecb-navigate
ecb-speedbar ecb-tod ecb-upgrade ecb-util silentcomp tree-buffer)
requires (REQUIRES)
type regular
))
Ciao,
klaus
--
Klaus Berndl mailto: klaus.berndl(a)sdm.de
sd&m AG
http://www.sdm.de
software design & management
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220