[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs Makefile qe-doc.html qe-doc.texi
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs Makefile qe-doc.html qe-doc.texi |
Date: |
Thu, 05 Jun 2008 07:14:13 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/06/05 07:14:13
Modified files:
. : Makefile qe-doc.html qe-doc.texi
Log message:
renamed plugins directory
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.49&r2=1.50
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe-doc.html?cvsroot=qemacs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe-doc.texi?cvsroot=qemacs&r1=1.7&r2=1.8
Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- Makefile 4 Jun 2008 08:49:25 -0000 1.49
+++ Makefile 5 Jun 2008 07:14:12 -0000 1.50
@@ -400,7 +400,7 @@
unix.c util.c variables.c variables.h video.c win32.c x11.c \
xml.c xterm-146-dw-patch
-FILES+=plugin-example/Makefile plugin-example/my_plugin.c
+FILES+=plugins/Makefile plugins/my_plugin.c
FILES+=tests/HELLO.txt tests/TestPage.txt tests/test-hebrew \
tests/test-capital-rtl tests/test-capital-rtl.ref \
Index: qe-doc.html
===================================================================
RCS file: /cvsroot/qemacs/qemacs/qe-doc.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- qe-doc.html 22 Apr 2008 09:28:33 -0000 1.11
+++ qe-doc.html 5 Jun 2008 07:14:13 -0000 1.12
@@ -696,7 +696,7 @@
qemacs.
</p>
<p>Currently, no plugins are compiled in, but you can look at the
-‘<tt>plugin-example/</tt>’ directory to learn how to make one.
+‘<tt>plugins/</tt>’ directory to learn how to make one.
</p>
<p>Most QEmacs object files can in fact be compiled either as a plugin or
be statically linked in qemacs. The plugin system is strongly inspirated
@@ -1810,7 +1810,7 @@
</tr></table>
<h2 class="section"> 9.1 Plugins </h2>
-<p>You can use the example in ‘<tt>plugin-example/</tt>’ to
develop dynamically
+<p>You can use the example in ‘<tt>plugins/</tt>’ to develop
dynamically
linked qemacs plugins (aka modules).
</p>
<p>Plugins can add any dynamic resource qemacs supports (modes, key
Index: qe-doc.texi
===================================================================
RCS file: /cvsroot/qemacs/qemacs/qe-doc.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- qe-doc.texi 22 Apr 2008 09:28:33 -0000 1.7
+++ qe-doc.texi 5 Jun 2008 07:14:13 -0000 1.8
@@ -311,7 +311,7 @@
qemacs.
Currently, no plugins are compiled in, but you can look at the
address@hidden/} directory to learn how to make one.
address@hidden/} directory to learn how to make one.
Most QEmacs object files can in fact be compiled either as a plugin or
be statically linked in qemacs. The plugin system is strongly inspirated
@@ -894,7 +894,7 @@
@section Plugins
-You can use the example in @file{plugin-example/} to develop dynamically
+You can use the example in @file{plugins/} to develop dynamically
linked qemacs plugins (aka modules).
Plugins can add any dynamic resource qemacs supports (modes, key
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs Makefile qe-doc.html qe-doc.texi,
Charlie Gordon <=