annotate modules/ChangeLog @ 1111:184461bc8de4

[xemacs-hg @ 2002-11-18 06:52:23 by ben] warning fixes, etc. * s/cygwin32.h: -fvtable-thunks is obsolete in GCC 3 and generates warnings. * s/mingw32.h: * s/windowsnt.h: Comment fixes. * emodules.h: Fix warnings from redefining symbols. * eval.c: Fix C++ errors -- no automatic casting between function pointers and void *, function declarations inside of functions not allowed. * event-Xt.c (emacs_Xt_enqueue_focus_event): Warning fixes. * fileio.c (Ffile_truename): Warning fixes. Use LOCAL_TO_WIN32_FILE_FORMAT rather than duplicating it. * glyphs-x.c: Fix style. * intl-auto-encap-win32.c: * intl-auto-encap-win32.h: * intl-encap-win32.c: * intl-encap-win32.c (qxeRegConnectRegistry): * syswindows.h (RegConnectRegistry): DdeCreateStringHandle needs to be manual due to new Cygwin bug. * intl-win32.c: wcslen/wcscmp don't seem to exist under G++ 3, Cygwin. * lisp.h: * lisp-union.h: * lisp-disunion.h: * process-unix.c (unix_send_process): Ugh, C needs volatile and C++ must not have volatile. Remove previous volatile hacks, which don't seem to be working any more. * sheap.c (STATIC_HEAP_SLOP): Try to get a working Cygwin build with old unexec. * sheap.c (more_static_core): No NL's in literals allowed. * symbols.c (Fset): Fix C++ errors. * syswindows.h: Fix Cygwin complaints now that some missing structs have been added. aclocal.m4: Disable shared library modules under Cygwin for the moment, since we need some more tricky coding done and I don't have the time right now. configure.in, configure.usage: code-files.el, loadhist.el: Fix warnings. package-get.el: Fix warnings. NOTE: This was already fixed awhile ago, but reverted by Steve Y. Please be careful. postgresql/Makefile.in.in: Removed. Move common stuff into modues/common/Makefile.common. (Also add extraclean target and a couple of other fixes in that file.) postgresql/configure.ac: Extract out common configure stuff into modules/common/configure-{pre,post}.ac. postgresql/postgresql.c: Fix warning. ldap/Makefile.in.in: Removed. Move common stuff into modues/common/Makefile.common. (Also add extraclean target and a couple of other fixes in that file.) ldap/configure.ac: Extract out common configure stuff into modules/common/configure-{pre,post}.ac. common/Makefile.common: Common stuff is here.
author ben
date Mon, 18 Nov 2002 06:53:08 +0000
parents fac45095e485
children 6f18092b3b3c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1111
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
1 2002-11-17 Ben Wing <ben@xemacs.org>
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
2
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
3 * postgresql/Makefile.in.in:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
4 * postgresql/Makefile.in.in (SRCS):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
5 * postgresql/Makefile.in.in (SRC_SRCS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
6 * postgresql/Makefile.in.in (OBJS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
7 * postgresql/Makefile.in.in (SHELL): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
8 * postgresql/Makefile.in.in (RM): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
9 * postgresql/Makefile.in.in (PROGNAME): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
10 * postgresql/Makefile.in.in (CFLAGS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
11 * postgresql/Makefile.in.in (INSTALL): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
12 * postgresql/Makefile.in.in (version): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
13 * postgresql/Makefile.in.in (prefix): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
14 * postgresql/Makefile.in.in (exec_prefix): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
15 * postgresql/Makefile.in.in (libdir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
16 * postgresql/Makefile.in.in (instvardir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
17 * postgresql/Makefile.in.in (configuration): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
18 * postgresql/Makefile.in.in (moduledir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
19 * postgresql/Makefile.in.in (with_modules): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
20 * postgresql/Makefile.in.in (srcdir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
21 * postgresql/Makefile.in.in (VPATH): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
22 * postgresql/Makefile.in.in (CC): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
23 * postgresql/Makefile.in.in (MODARCHDIR): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
24 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
25 * postgresql/Makefile.in.in (MODCFLAGS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
26 * postgresql/Makefile.in.in (INSTALLPATH): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
27 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
28 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
29 * postgresql/Makefile.in.in (.PHONY): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
30 * postgresql/Makefile.in.in (all): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
31 * postgresql/Makefile.in.in (.c.o): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
32 * postgresql/Makefile.in.in (clean): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
33 * postgresql/Makefile.in.in (distclean): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
34 * postgresql/Makefile.in.in (install): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
35 Move common stuff into modues/common/Makefile.common. (Also
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
36 add extraclean target and a couple of other fixes in that file.)
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
37
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
38 * postgresql/configure.ac:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
39 Extract out common configure stuff into
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
40 modules/common/configure-{pre,post}.ac.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
41
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
42 * postgresql/postgresql.c (WARNING):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
43 Fix warning.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
44
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
45 2002-11-17 Ben Wing <ben@xemacs.org>
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
46
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
47 * ldap/Makefile.in.in:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
48 * ldap/Makefile.in.in (SRCS):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
49 * ldap/Makefile.in.in (SRC_SRCS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
50 * ldap/Makefile.in.in (OBJS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
51 * ldap/Makefile.in.in (SHELL): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
52 * ldap/Makefile.in.in (RM): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
53 * ldap/Makefile.in.in (PROGNAME): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
54 * ldap/Makefile.in.in (CFLAGS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
55 * ldap/Makefile.in.in (INSTALL): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
56 * ldap/Makefile.in.in (version): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
57 * ldap/Makefile.in.in (prefix): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
58 * ldap/Makefile.in.in (exec_prefix): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
59 * ldap/Makefile.in.in (libdir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
60 * ldap/Makefile.in.in (instvardir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
61 * ldap/Makefile.in.in (configuration): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
62 * ldap/Makefile.in.in (moduledir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
63 * ldap/Makefile.in.in (with_modules): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
64 * ldap/Makefile.in.in (srcdir): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
65 * ldap/Makefile.in.in (VPATH): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
66 * ldap/Makefile.in.in (CC): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
67 * ldap/Makefile.in.in (MODARCHDIR): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
68 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
69 * ldap/Makefile.in.in (MODCFLAGS): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
70 * ldap/Makefile.in.in (INSTALLPATH): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
71 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
72 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
73 * ldap/Makefile.in.in (.PHONY): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
74 * ldap/Makefile.in.in (all): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
75 * ldap/Makefile.in.in (.c.o): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
76 * ldap/Makefile.in.in (clean): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
77 * ldap/Makefile.in.in (distclean): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
78 * ldap/Makefile.in.in (install): Removed.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
79 Move common stuff into modues/common/Makefile.common. (Also
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
80 add extraclean target and a couple of other fixes in that file.)
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
81
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
82 * ldap/configure.ac:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
83 * ldap/configure.ac (have_ldap):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
84 Extract out common configure stuff into
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
85 modules/common/configure-{pre,post}.ac.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
86
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
87 2002-11-17 Ben Wing <ben@xemacs.org>
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
88
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
89 * common/Makefile.common:
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
90 * common/Makefile.common (SHELL):
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
91 Common stuff is here.
184461bc8de4 [xemacs-hg @ 2002-11-18 06:52:23 by ben]
ben
parents: 1011
diff changeset
92
1011
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
93 2002-09-20 Steve Youngs <youngs@xemacs.org>
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
94
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
95 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
96 up '--site-libraries'.
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
97
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
98 * ldap/Makefile.in.in (LDFLAGS): Ditto.
fac45095e485 [xemacs-hg @ 2002-09-20 22:19:05 by youngs]
youngs
parents: 996
diff changeset
99
996
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
100 2002-08-08 Jerry James <james@xemacs.org>
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
101
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
102 * auto-autoloads.el: New file containing module autoloads.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
103 * auto-autoloads.elc: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
104 * README: Update to reflect the new architecture.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
105 * ldap/configure.ac: New file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
106 * ldap/configure: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
107 * ldap/eldap.h: Copy the version from src.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
108 * ldap/eldap.c: Ditto. Add autoloads.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
109 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
110 defined in this file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
111 * ldap/install-sh: New script for independent module building.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
112 * ldap/Makefile: Remove in favor of autoconf solution.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
113 * ldap/Makefile.in.in: New file containing the autoconf solution.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
114 * postgresql: New directory.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
115 * postgresql/.cvsignore: New file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
116 * postgresql/configure.ac: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
117 * postgresql/configure: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
118 * postgresql/install-sh: New script for independent module
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
119 building.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
120 * postgresql/Makefile.in.in: New file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
121 * postgresql/postgresql.h: Copy the version from src.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
122 * postgresql/postgresql.c: Ditto. Add autoloads.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
123 * sample/Makefile: Move to internal and external subdirectories.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
124 * sample/sample.c: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
125 * sample/external: New directory containing sample external
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
126 modules.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
127 * sample/external/.cvsignore: New file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
128 * sample/external/configure.ac: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
129 * sample/external/install-sh: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
130 * sample/external/Makefile.in.in: New.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
131 * sample/external/sample.c: Move from next higher directory.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
132 * sample/internal: New directory containing sample internal
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
133 modules.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
134 * sample/internal/.cvsignore: New file.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
135 * sample/internal/configure.ac: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
136 * sample/internal/install-sh: Ditto.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
137 * sample/internal/Makefile.in.in: New.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
138 * sample/internal/sample.c: Move from next higher directory.
25e260cb7994 [xemacs-hg @ 2002-09-10 15:27:02 by james]
james
parents: 981
diff changeset
139
981
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 933
diff changeset
140 2002-08-30 Steve Youngs <youngs@xemacs.org>
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 933
diff changeset
141
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 933
diff changeset
142 * XEmacs 21.5.9 "brussels sprouts" is released.
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 933
diff changeset
143
933
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 894
diff changeset
144 2002-07-27 Steve Youngs <youngs@xemacs.org>
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 894
diff changeset
145
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 894
diff changeset
146 * XEmacs 21.5.8 "broccoli" is released.
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 894
diff changeset
147
894
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 804
diff changeset
148 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 804
diff changeset
149
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 804
diff changeset
150 * XEmacs 21.5.7 "broccoflower" is released.
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 804
diff changeset
151
804
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 774
diff changeset
152 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 774
diff changeset
153
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 774
diff changeset
154 * XEmacs 21.5.6 "bok choi" is released.
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 774
diff changeset
155
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
156 2002-03-12 Ben Wing <ben@xemacs.org>
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
157
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
158 * The Great Mule Merge: placeholder.
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
159
768
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 754
diff changeset
160 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 754
diff changeset
161
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 754
diff changeset
162 * XEmacs 21.5.5 "beets" is released.
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 754
diff changeset
163
754
8661af9617f8 [xemacs-hg @ 2002-02-15 20:57:56 by wmperry]
wmperry
parents:
diff changeset
164 2002-02-14 Sean MacLennan <seanm@seanm.ca>
8661af9617f8 [xemacs-hg @ 2002-02-15 20:57:56 by wmperry]
wmperry
parents:
diff changeset
165
8661af9617f8 [xemacs-hg @ 2002-02-15 20:57:56 by wmperry]
wmperry
parents:
diff changeset
166 * base64/base64.c - update Bufpos => Charbpos
8661af9617f8 [xemacs-hg @ 2002-02-15 20:57:56 by wmperry]
wmperry
parents:
diff changeset
167
8661af9617f8 [xemacs-hg @ 2002-02-15 20:57:56 by wmperry]
wmperry
parents:
diff changeset
168