Mercurial > hg > xemacs-beta
comparison ChangeLog @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
1 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * XEmacs 21.2.35 is released. | |
4 | |
5 2000-07-13 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 * configure.in: --with-menubars=yes should not be an error. | |
8 | |
9 * configure.in: "compiling in support for Athena" message was | |
10 sometimes lying. | |
11 | |
12 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
13 | |
14 * configure.in: Rewrite xmkmf symbol detection to avoid | |
15 redefinition of symbols we've already defined. | |
16 Also, handle xmkmf symbols with values other than 1. | |
17 | |
18 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
19 | |
20 * configure.in: | |
21 Make sure Unix98 socklen_t is defined. | |
22 Use ANSI C mode `-std1' with DEC C instead of `-std'. | |
23 | |
24 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
25 | |
26 * configure.in: | |
27 Replace SMART_INCLUDE with a dumber, but more reliable method. | |
28 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
29 | |
30 * modules/zlib/Makefile: | |
31 * modules/sample/Makefile: | |
32 * modules/ldap/Makefile: | |
33 * modules/base64/Makefile: | |
34 * Makefile.in.in: | |
35 rm -f ==> $(RM) | |
36 define SHELL=/bin/sh | |
37 | |
38 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
39 | |
40 * configure.in: PostgreSQL rewrite. | |
41 - Don't look for postgreSQL in /usr/local. | |
42 - Simplify detection code. | |
43 - Don't use SMART_INCLUDE. | |
44 - Don't autodetect if --with-postgresql=no. | |
45 | |
46 2000-07-08 Ben Wing <ben@xemacs.org> | |
47 | |
48 * configure.usage: addl doc for graphics libs, with-msw. | |
49 | |
50 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
51 | |
52 * configure.in: sh builtin `test' uses `=', not `=='. | |
53 | |
54 2000-07-08 Ben Wing <ben@xemacs.org> | |
55 | |
56 * configure.in: add -lcomdlg32 for cygwin. | |
57 | |
58 2000-07-05 Craig Lanning <lanning@scra.org> | |
59 | |
60 * aclocal.m4 (can_build_shared): | |
61 First pass at module support for cygwin and mingw. | |
62 | |
63 * configure: | |
64 * configure (xe_check_libs): | |
65 * configure (acfindx): | |
66 * configure (ac_x_includes): | |
67 * configure (ac_x_libraries): | |
68 * configure (ac_cv_lib_dnet_dnet_ntoa): | |
69 * configure (xe_msg_checking): | |
70 * configure (xe_runpath_dir): | |
71 * configure (xetest): | |
72 * configure (ac_err): | |
73 * configure (ac_safe): | |
74 * configure (with_xmu): | |
75 * configure (bitmapdir): | |
76 * configure (with_xauth): | |
77 * configure (libs_xauth): | |
78 * configure (with_cde): | |
79 * configure (with_ldap): | |
80 * configure (with_ldap_krbdes): | |
81 * configure (save_c_switch_site): | |
82 * configure (with_postgresql): | |
83 * configure (with_xface): | |
84 * configure (with_jpeg): | |
85 * configure (with_png): | |
86 * configure (with_tiff): | |
87 * configure (athena_lib): | |
88 * configure (have_motif): | |
89 * configure (all_widgets): | |
90 * configure (with_xim): | |
91 * configure (with_xfs): | |
92 * configure (with_wnn): | |
93 * configure (with_canna): | |
94 * configure (extra_objs): | |
95 * configure (ac_cv_c_inline): | |
96 * configure (have_esd_config): | |
97 * configure (c_switch_site): | |
98 * configure (with_ncurses): | |
99 * configure (with_gpm): | |
100 * configure (xealias): | |
101 * configure (xehost_os): | |
102 * configure (can_build_shared): | |
103 * configure (xcldf): | |
104 * configure (LTLD): | |
105 * configure (ld_dynamic_link_flags): | |
106 * configure (Mail): | |
107 * configure.in: | |
108 * configure.in (after_morecore_hook_exists): | |
109 * configure.in (xetest): | |
110 * configure.in (emacs_cv_localtime_cache): | |
111 * configure.in (Mail): | |
112 * configure.in: | |
113 Clean up configure support for cygwin and mingw. | |
114 | |
115 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com> | |
116 | |
117 * PROBLEMS: Document broken native audio for recent patches and | |
118 releases of HP-UX. | |
119 | |
120 2000-06-10 Ben Wing <ben@xemacs.org> | |
121 | |
122 * Makefile.in.in (install-arch-dep): | |
123 WINDOWSNT -> WIN32_NATIVE. | |
124 __CYGWIN32__ -> CYGWIN. | |
125 | |
126 2000-06-01 Andreas Jaeger <aj@suse.de> | |
127 | |
128 * configure.in: Recognize s390. | |
129 | |
130 * config.guess: New version from GNU config archive. | |
131 * config.sub: Likewise. | |
132 | |
1 2000-05-28 Martin Buchholz <martin@xemacs.org> | 133 2000-05-28 Martin Buchholz <martin@xemacs.org> |
2 | 134 |
3 * XEmacs 21.2.34 is released. | 135 * XEmacs 21.2.34 is released. |
4 | 136 |
5 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org> | 137 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org> |