sam
287e2c8805
* scheme.h and kernel.h no longer include config.h
...
* Hence included config.h in all C files.
* Added site.h which will replace config.h for installed headers.
git-svn-id: svn://svn.zoy.org/elk/trunk@103 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 11:25:29 +00:00
sam
a99ab59bfe
* Added a ChangeLog file (simple "svn log -v").
...
git-svn-id: svn://svn.zoy.org/elk/trunk@102 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 11:23:33 +00:00
sam
f151f7ca38
* Do not distribute xlib.scm if X11 support wasn't found.
...
* Ditto for motif.scm, xaw.scm and xwidgets.scm.
git-svn-id: svn://svn.zoy.org/elk/trunk@101 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 11:20:46 +00:00
sam
57766216c8
* Added autoconf checks for -lgdbm, X11, Xaw and Motif.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@100 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 11:15:57 +00:00
sam
6000fb66f3
* Don't use __attribute__ if not using GNU C.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@99 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 02:33:10 +00:00
sam
f244b25ea4
* Don't build gdbm.so if libgdbm isn't found.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@98 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 02:17:09 +00:00
sam
2acd67ca66
* Don't compile newhandler.cpp if no C++ compiler is present.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@97 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-06 01:57:13 +00:00
sam
bd833e0575
* Removed debian/README.Debian. File locations are no longer debian-related.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@96 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:46:19 +00:00
sam
43ae443a4b
* Removed ALIASES-related stuff. We're in the XXIst century, dudes.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@95 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:42:28 +00:00
sam
0eedb9a8b7
* Fixed some K&R stuff in mkindex.c.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@94 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:33:02 +00:00
sam
82a9a039c9
* Muahaha! No more friggin K&R stuff!
...
git-svn-id: svn://svn.zoy.org/elk/trunk@93 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 15:30:04 +00:00
sam
c85894ea26
* Some bloody K&R function definition were missing.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@92 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 14:33:43 +00:00
sam
e81273f8a3
* Fixed compilation warnings.
...
* Removed fucking K&R syntax.
git-svn-id: svn://svn.zoy.org/elk/trunk@91 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 14:32:13 +00:00
sam
6bc9b501c7
* Fixed remaining K&R shit.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@90 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 14:30:21 +00:00
sam
28fb5f0f30
* Fucking K&R syntax!
...
git-svn-id: svn://svn.zoy.org/elk/trunk@89 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 13:29:16 +00:00
sam
df7cace828
* Renamed examples/xm into examples/motif.
...
* Fixed example files so that they fit with the new xaw.scm and motif.scm.
git-svn-id: svn://svn.zoy.org/elk/trunk@88 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 12:46:44 +00:00
sam
28a37474d2
* Beautified xaw and motif Scheme files.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@87 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 12:45:48 +00:00
sam
567cc88e47
* Removed unused obsolete build file.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@86 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 12:45:17 +00:00
sam
13144820f9
* Renamed xaw-common.so to xaw-xt.so and motif-common.so to motif-xt.so.
...
* Added init.c to xaw-xt.so and motif-xt.so for proper initialisation.
git-svn-id: svn://svn.zoy.org/elk/trunk@85 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 12:44:54 +00:00
sam
70f8be7a33
* Provide foo.so, not foo.o.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@84 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 11:26:55 +00:00
sam
306455fc25
* Cosmetic fixes.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@83 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 11:26:39 +00:00
sam
7a79b08325
* Renamed xt.scm to xwidgets.scm.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@82 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 10:40:16 +00:00
sam
c452914f6d
* Renamed xwidgets.scm to xaw.scm.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@81 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 10:39:47 +00:00
sam
3c2162048b
* Forgot a small xm/motif fix.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@80 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 09:28:57 +00:00
sam
61885f04c6
* Re-renamed xm to motif (SVN rules).
...
git-svn-id: svn://svn.zoy.org/elk/trunk@79 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-04 09:23:22 +00:00
sam
3874cda315
* Changed motif back to xm.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@78 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:59:20 +00:00
sam
a8dc438a27
* Rebuild everything properly.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@77 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:56:02 +00:00
sam
28da7c3327
* Moved some directories.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@76 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 22:00:01 +00:00
sam
276a623302
* Fixed packaging.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@75 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 00:51:27 +00:00
sam
a9456ffcc1
* Removed useless line in configure.ac.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@74 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 00:05:48 +00:00
sam
889365ea54
* Scrapped util.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@73 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-03 00:01:26 +00:00
sam
91c7c7c109
* Removed obsolete file.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@72 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 23:53:31 +00:00
sam
0cb8e2ef2c
* Fixed make dist.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@71 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 23:53:22 +00:00
sam
4ed72c9e6f
* Fixed xwidgets.scm to work with xm.so.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@70 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 23:37:49 +00:00
sam
af3ee62078
* Updated examples (compilation flags, coding style)
...
git-svn-id: svn://svn.zoy.org/elk/trunk@69 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 23:23:17 +00:00
sam
230f3fc843
* Fuck K&R !
...
git-svn-id: svn://svn.zoy.org/elk/trunk@68 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 09:54:47 +00:00
sam
2f6428ce84
* Added proper license information in all files and set the $Id property.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@67 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 09:51:35 +00:00
sam
769b9f2fa6
* No TABS !!
...
git-svn-id: svn://svn.zoy.org/elk/trunk@66 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-02 08:12:11 +00:00
sam
cd36edfd2a
* Added $Id and copyright information to all .c files in lib/misc/
...
* Fixed old shitty K&R syntax.
git-svn-id: svn://svn.zoy.org/elk/trunk@65 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-01 17:06:43 +00:00
sam
b13cf1d931
* Added $Id and copyright information to all .c and .h files in the kernel.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@64 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:47:54 +00:00
sam
70f0b556a7
* Fixed the $Id stuff.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@63 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:16:52 +00:00
sam
85776d6862
* Redid the layout of the NEWS file.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@62 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:16:40 +00:00
sam
6aee1646f0
* Added $Id tags to the root documentation files.
...
* Merged ROADMAP into README.
* Prepared 4.0 here and there.
git-svn-id: svn://svn.zoy.org/elk/trunk@61 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:07:52 +00:00
sam
277195f54e
* Use XAW_LIBS etc. to build plugins.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@60 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-28 09:40:34 +00:00
sam
7b51d48e2b
* debian/Makefile.am:
...
+ Distribute more debian/* files.
* debian/rules:
+ No longer use dh_installexamples, since the package does it for us.
+ Ditto for dh_installman.
git-svn-id: svn://svn.zoy.org/elk/trunk@59 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-28 09:39:36 +00:00
sam
11d269f813
* Removed a legacy Makefile.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@58 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-28 09:38:08 +00:00
sam
6085ff7a7c
* Recurse into doc/ and examples/ during the build.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@57 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-27 08:27:15 +00:00
sam
6ffabe6a36
* configure.ac:
...
+ Generate the doc/* Makefiles.
+ Export XAW_LIBS and so on to the Makefiles.
git-svn-id: svn://svn.zoy.org/elk/trunk@56 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-27 01:17:40 +00:00
sam
66f8022bd0
* Beginning of the autoconfiscation of the documentation.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@55 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-27 01:15:32 +00:00
sam
f4c7bb44f4
* Do not forget to distribute our .scm files with the tarball.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@54 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-27 01:13:53 +00:00