CVS update by james packages/xemacs-packages/speedbar ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Wed Dec 19 23:02:34 EST 2007
User: james
Date: 07/12/20 05:02:34
Modified: packages/xemacs-packages/speedbar ChangeLog Makefile
Log:
Fix some miscompiled macros in the CEDET packages. See xemacs-patches message
<870180fe0712081951j35f97dd0ga1347bbd39e715d7 at mail.gmail.com>.
Revision Changes Path
1.45 +5 -0 XEmacs/packages/xemacs-packages/semantic/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/semantic/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- ChangeLog 2007/12/03 07:04:51 1.44
+++ ChangeLog 2007/12/20 04:02:30 1.45
@@ -1,3 +1,8 @@
+2007-12-08 Jerry James <james at xemacs.org>
+
+ * Makefile (PRELOADS): Also preload semantic-loaddefs and
+ semantic-find to fix miscompiled macro problems.
+
2007-12-03 Mike Sperber <mike at xemacs.org>
* bovine/semantic-scm.el:
1.42 +1 -1 XEmacs/packages/xemacs-packages/semantic/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/semantic/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- Makefile 2007/11/29 13:54:34 1.41
+++ Makefile 2007/12/20 04:02:30 1.42
@@ -64,7 +64,7 @@ ELCS = semantic-alias.elc \
EXTRA_SOURCES = ChangeLog.upstream INSTALL NEWS Project.ede bovine/semantic-skel.el $(wildcard *.bnf)
-PRELOADS = -eval \("push \"./wisent\" load-path"\) -eval \("push \"./bovine\" load-path"\) -l semantic-alias -l semantic -l semantic-debug -l semantic-grammar -l semantic-bovine -l wisent-comp
+PRELOADS = -eval \("push \"./wisent\" load-path"\) -eval \("push \"./bovine\" load-path"\) -l semantic-alias -l semantic -l semantic-debug -l semantic-grammar -l semantic-bovine -l semantic-loaddefs -l semantic-find -l wisent-comp
EXPLICIT_DOCS = doc/semantic.texi doc/user-guide.texi \
doc/app-dev-guide.texi doc/lang-support-guide.texi \
1.37 +5 -0 XEmacs/packages/xemacs-packages/speedbar/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/speedbar/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- ChangeLog 2007/12/02 07:28:59 1.36
+++ ChangeLog 2007/12/20 04:02:33 1.37
@@ -1,3 +1,8 @@
+2007-12-08 Jerry James <james at xemacs.org>
+
+ * Makefile (PRELOADS): Get the same effect as the 2002-12-17 patch
+ without changing the sources.
+
2007-12-02 Mike Sperber <mike at xemacs.org>
* sb-info.el: Don't install by autoload.
1.39 +2 -0 XEmacs/packages/xemacs-packages/speedbar/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/speedbar/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- Makefile 2007/11/26 15:02:15 1.38
+++ Makefile 2007/12/20 04:02:33 1.39
@@ -32,6 +32,8 @@ ELCS = bigclock.elc dframe.elc rpm.elc s
EXTRA_SOURCES = $(wildcard *.xpm)
+PRELOADS = -l speedbar.el
+
STANDARD_DOCS = t
include ../../XEmacs.rules
More information about the XEmacs-CVS
mailing list