Mercurial > hg > xemacs-beta
annotate lib-src/ChangeLog @ 4792:95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
lisp/ChangeLog addition:
2009-11-08 Aidan Kehoe <kehoea@parhasard.net>
* cl-extra.el (cl-string-vector-equalp)
(cl-bit-vector-vector-equalp, cl-vector-array-equalp)
(cl-hash-table-contents-equalp): New functions, to implement
equalp treating arrays with identical contents as equivalent, as
specified by Common Lisp.
(equalp): Revise this function to implement array equivalence,
and the hash-table equalp behaviour specified by CL.
* cl-macs.el (equalp): Add a compiler macro for this function,
used when one of the arguments is constant, and as such, its type
is known at compile time.
man/ChangeLog addition:
2009-11-08 Aidan Kehoe <kehoea@parhasard.net>
* lispref/objects.texi (Equality Predicates):
Document #'equalp here, as well as #'equal and #'eq.
tests/ChangeLog addition:
2009-12-31 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Test much of the functionality of equalp; add a pointer to Paul
Dietz' ANSI test suite for this function, converted to Emacs
Lisp. Not including the tests themselves in XEmacs because who
owns the copyright on the files is unclear and the GCL people
didn't respond to my queries.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 31 Dec 2009 15:09:41 +0000 |
parents | d6cfba1cc388 |
children | 2727d0d8ef07 |
rev | line source |
---|---|
4785
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
1 2009-12-21 Jerry James <james@xemacs.org> |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
2 |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
3 * Makefile.in.in: Remove rules for building yow. |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
4 * yow.c: Removed. |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
5 |
4782
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
6 2009-12-18 Jerry James <james@xemacs.org> |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
7 |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
8 * Makefile.in.in: Don't install rcs-checkin. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
9 * rcs-checkin: Remove obsolete file. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
10 |
4781
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
11 2009-12-18 Jerry James <james@xemacs.org> |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
12 |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
13 * installexe.sh: Add copyright and GPL v2 or later header with |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
14 permission of Andy Piper. |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
15 |
4774
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
16 2009-12-15 Jerry James <james@xemacs.org> |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
17 |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
18 * ad2c: Add GPL v2 or later notice with permission of George Ferguson. |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
19 See the xemacs-beta thread beginning with message |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
20 <870180fe0912090940mac19378ydab5b5a04bf06cf8@mail.gmail.com>. |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
21 |
4773
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
22 2009-12-15 Jerry James <james@xemacs.org> |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
23 |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
24 * Makefile.in.in: Remove build dependency and rule for wakeup. Thanks |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
25 to Mats Lidell for the patch. |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
26 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
27 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
28 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
29 * gnudepend.pl: Remove obsolete file. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
30 * leditcfns.c: Ditto. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
31 * wakeup.c: Ditto. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
32 |
4768
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
33 2009-12-08 Sjoerd Mullender <sjoerd@acm.org> |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
34 |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
35 * etags.c (absolute_filename): Use memmove instead of strcpy to move |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
36 characters within a string. |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
37 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
38 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
39 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
40 * fakemail.c (MAIL_PROGRAM_NAME): No s&m files define this now, so |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
41 make it unconditional. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
42 (main): Make mail_program_name const, since it is never read, and drop |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
43 a bogus cast as a result. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
44 * gnuclient.c (main): Remove reference to hp9000s300. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
45 * gnuserv.h: BSD4_1 is not defined on any supported system. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
46 |
4722
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
47 2009-10-26 Jerry James <james@xemacs.org> |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
48 |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
49 * insert-data-in-exec.c: Add BSD header, with permission of |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
50 Olivier Galibert. See xemacs-beta message with ID |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
51 <20091013224104.GA2573@dspnet.fr.eu.org>. |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
52 |
4684
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
53 2009-08-15 It's me FKtPp ;) <m_pupil@yahoo.com.cn> |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
54 |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
55 * gnuclient.c (main): Do not set start point position if user |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
56 didn't requested to do so |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
57 |
4665
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
58 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
59 |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
60 * make-docfile.c (write_c_args): Parse UNUSED and USED_IF right. |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
61 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
62 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
63 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
64 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
65 |
4539
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
66 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
67 |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
68 * make-docfile.c (main): Allow more than one -d argument, followed |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
69 by a directory to change to. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
70 (put_filename): Don't strip directory information; with previous |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
71 change, allows retrieval of Lisp function and variable origin |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
72 files from #'built-in-symbol-file relative to lisp-directory. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
73 (scan_lisp_file): Don't add an extraneous newline after the file |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
74 name, put_filename has added the newline already. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
75 |
4467
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
76 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
77 |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
78 * make-mswin-unicode.pl: |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
79 Check %WindowsSdkDir%, %MSSddk% for the Windows header files too. |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
80 |
4464
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
81 2008-05-14 Vin Shelton <acs@xemacs.org> |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
82 |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
83 * winclient.c: Create CONNECT_RETRIES and increase retry count |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
84 from 5 to 10. |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
85 |
4456
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
86 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
87 |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
88 * make-docfile.c (scan_file): |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
89 Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
90 assertion failure with Visual C++ 2005 Express Edition, and is |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
91 logically more coherent, given that our Lisp and C files are saved |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
92 with Unix line endings. |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
93 |
4147 | 94 2007-08-27 Mike Sperber <mike@xemacs.org> |
95 | |
96 * config.values.in (datarootdir): Add. | |
97 | |
4118 | 98 2007-08-12 Mike Sperber <mike@xemacs.org> |
99 | |
100 * Makefile.in.in (datarootdir): Add. | |
101 | |
3993 | 102 2007-05-29 Stephen J. Turnbull <stephen@xemacs.org> |
103 | |
4032 | 104 * etags.c: Sync to pot_etags_version 17.33. |
3993 | 105 Reverts part of 2007-03-24 patch: no longer displays |
106 pot_etags_version in usage message. | |
107 | |
3983 | 108 2007-05-22 Jerry James <james@xemacs.org> |
109 | |
110 * ellcc.c (do_init_mode): Plug memory leak. | |
111 | |
3975 | 112 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
113 | |
114 * XEmacs 21.5.28 "fuki" is released. | |
115 | |
3877 | 116 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
117 | |
118 * etags.c (print_version): More precise version info. Suggested | |
119 by Steve Youngs. | |
120 (print_help): Use #ifdef; PRINT_UNDOCUMENTED_OPTIONS_HELP may be | |
121 undefined. | |
122 | |
3876 | 123 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
124 | |
125 * etags.c: Sync to pot_etags_version 17.26. | |
126 | |
3728 | 127 2006-11-24 Benson Margulies <benson@dchbk.us> |
128 | |
129 * make-mswin-unicode.pl: allow for lower case header file names in | |
130 the current platform SDK. | |
131 | |
3651 | 132 2006-08-11 Jerry James <james@xemacs.org> |
133 | |
134 * pop.h: Sync with Emacs. | |
135 * pop.c: Ditto. | |
136 | |
3556 | 137 2006-08-08 Jerry James <james@xemacs.org> |
138 | |
139 * gnuslib.c (disconnect_from_server): shutdown() has been fine on | |
140 Linux for a long time now; use it. Also, don't use length to | |
141 access the buffer unless it is positive, not just nonzero. | |
142 * gnuclient.c (filename_expand): Initialize the last array element | |
143 to get a valid C string in case of overflow. Use strncat to avoid | |
144 buffer overruns. | |
145 * gnuclient.c (main): Use strncpy to avoid buffer overruns. | |
146 | |
3524 | 147 2006-07-21 Stephen J. Turnbull <stephen@xemacs.org> |
148 | |
3529 | 149 * etags.c: Xemacs -> XEmacs. |
3524 | 150 |
3517 | 151 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
152 | |
153 * etags.c: Sync to pot_etags_version 17.19. | |
154 | |
3503 | 155 2006-07-07 Jerry James <james@xemacs.org> |
156 | |
157 * config.values.in: Regenerate. | |
158 | |
3402 | 159 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
160 | |
161 * XEmacs 21.5.27 "fiddleheads" is released. | |
162 | |
3368 | 163 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
164 | |
165 * make-docfile.c: | |
166 * make-docfile.c (put_filename): | |
167 * make-docfile.c (scan_c_file): | |
168 * make-docfile.c (scan_lisp_file): | |
169 Record file name information for built-in symbols. Based on the | |
170 FSF's implementation of same. | |
171 | |
3323 | 172 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
173 | |
174 * XEmacs 21.5.26 "endive" is released. | |
175 | |
3259 | 176 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
177 | |
178 * XEmacs 21.5.25 "eggplant" is released. | |
179 | |
3150 | 180 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
181 | |
182 * XEmacs 21.5.24 "dandelion" is released. | |
183 | |
3090 | 184 2005-11-22 Malcolm Purvis <malcolmp@xemacs.org> |
185 | |
186 * etags.c: Update to author version 17.15. | |
187 | |
3083 | 188 2005-11-22 Ben Wing <ben@xemacs.org> |
189 | |
190 * Makefile.in.in: | |
191 Ignore errors from rm during clean. | |
192 | |
3062 | 193 2005-11-13 Ben Wing <ben@xemacs.org> |
194 | |
195 * Makefile.in.in: | |
196 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
197 Do some refactoring for cleanliness. | |
198 | |
3031 | 199 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
200 | |
201 * XEmacs 21.5.23 "daikon" is released. | |
202 | |
2993 | 203 2005-10-13 Ben Wing <ben@xemacs.org> |
204 | |
205 * i.c: | |
206 * mmencode.c: | |
207 Always include config.h first. | |
208 * winclient.c: | |
209 Move include of windows.h after config.h. | |
210 | |
2940 | 211 2005-09-18 Mike Alexander <mta@arbortext.com> |
212 | |
213 * installexe.sh: Don't add an exe extention to a file that already | |
214 has one. Patch from Rick Rankin. | |
215 | |
2931 | 216 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
217 | |
218 * XEmacs 21.5.22 "cucumber" is released. | |
219 | |
2835 | 220 2005-06-28 Marcus Crestani <crestani@xemacs.org> |
221 | |
222 * .cvsignore: Add insert-data-in-exec. | |
223 | |
2791 | 224 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
225 | |
226 * XEmacs 21.5.21 "corn" is released. | |
227 | |
2720 | 228 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
229 | |
230 The new allocator. | |
231 | |
232 DUMP_IN_EXEC: | |
233 | |
234 * Makefile.in.in: Only compile insert-data-in-exec if | |
235 DUMP_IN_EXEC is defined. | |
236 | |
2687 | 237 2005-03-25 Andrey Slusar <anrays@gmail.com> |
238 | |
239 * fakemail.c (CURRENT_USER): Define it if FreeBSD version is >= | |
240 400000. Also, when FreeBSD version is >= 400000 geteuid returns | |
241 uid_t instead of unsigned short. | |
242 | |
2653 | 243 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
244 | |
245 * XEmacs 21.5.20 "cilantro" is released. | |
246 | |
2651 | 247 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org> |
248 | |
249 * config.values.in: | |
250 * config.values.sh (FileContents): Different regex for autoconf | |
251 2.59. | |
252 | |
2603 | 253 2004-12-19 Stephen J. Turnbull <stephen@xemacs.org> |
254 | |
255 * make-docfile.c (write_c_args): Handle UNUSED, USED_IF macros. | |
256 (scan_c_file): Handle nested parens in DEFUN argument lists. | |
257 | |
2594 | 258 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
259 | |
260 * XEmacs 21.5.19 "chives" is released. | |
261 | |
2584 | 262 2005-01-29 Vin Shelton <acs@xemacs.org> |
263 | |
264 * movemail.c (popmail): Pass error string as format parameter | |
265 instead of as part of format string. Security fixes for | |
266 CAN-2005-0100. | |
267 | |
2554 | 268 2005-02-03 Jerry James <james@xemacs.org> |
269 | |
270 * etags.c: Update to author version 17.11. | |
271 | |
2509 | 272 2005-01-26 Ben Wing <ben@xemacs.org> |
273 | |
274 * fakemail.c (main): Add args to fix warning. | |
275 | |
2502 | 276 2005-01-25 Ben Wing <ben@xemacs.org> |
277 | |
278 * insert-data-in-exec.c (main): | |
279 Need to open everything as binary. | |
280 | |
2426 | 281 2004-12-06 Ben Wing <ben@xemacs.org> |
282 | |
283 * i.c (pump): | |
284 Undo change of 2003-03-06. It causes truncation of output at the end. | |
285 | |
2424 | 286 2004-12-06 Ben Wing <ben@xemacs.org> |
287 | |
288 * gnuclient.c: | |
289 * gnuclient.c (get_current_working_directory): | |
290 * gnuclient.c (filename_expand): | |
291 * gnuclient.c (main): | |
292 Use QXE_PATH_MAX. | |
293 | |
2421 | 294 2004-12-05 Ben Wing <ben@xemacs.org> |
295 | |
296 * make-docfile.c (main): | |
297 * make-docfile.c (scan_c_file): | |
298 Use QXE_PATH_MAX. | |
299 | |
2377 | 300 2004-11-08 Stephen J. Turnbull <stephen@xemacs.org> |
301 | |
302 * ellcc.h.in: Use XE_CFLAGS, not CFLAGS. | |
303 | |
2367 | 304 2004-10-14 Ben Wing <ben@xemacs.org> |
305 | |
306 * digest-doc.c (main): | |
307 * make-dump-id.c (main): | |
308 * profile.c: | |
309 * profile.c (main): | |
310 * sorted-doc.c (main): | |
311 Add proper decls for main(). | |
312 | |
313 * make-msgfile.c: | |
314 Document that this is old junk. | |
315 Move proposal to text.c. | |
316 | |
317 * make-msgfile.lex: | |
318 Move proposal to text.c. | |
319 | |
320 * make-mswin-unicode.pl: | |
321 Convert error-generating code so that the entire message will | |
322 be seen as a single unrecognized token. | |
323 | |
324 | |
2346 | 325 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
326 | |
327 * XEmacs 21.5.18 "chestnut" is released. | |
328 | |
2325 | 329 2004-10-07 Jerry James <james@xemacs.org> |
330 | |
331 * etags.c: Update to author version 17.6. | |
332 | |
2286 | 333 2004-09-14 Jerry James <james@xemacs.org> |
334 | |
335 * digest-doc.c (main): Remove unused argc and argv. | |
336 * fakemail.c (main): Ditto. | |
337 * make-dump-id.c (main): Ditto. | |
338 * profile.c (main): Ditto. | |
339 * sorted-doc.c (main): Ditto. | |
340 * gnuclient.c (tell_emacs_to_resume): Mark unused parameters. | |
341 * gnuserv.c (main): Ditto. | |
342 * make-docfile.c (write_c_args): Ditto. | |
343 * pop.c (socket_connection): Ditto. | |
344 | |
2225 | 345 2004-08-10 Jerry James <james@xemacs.org> |
346 | |
347 * etags.c: Update to author version 16.56. | |
348 | |
2022 | 349 2004-04-17 Olivier Galibert <galibert@pobox.com> |
350 | |
351 * insert-data-in-exec.c (main): Fix error message. | |
352 | |
2015 | 353 2003-12-07 Olivier Galibert <galibert@pobox.com> |
354 | |
355 * Makefile.in.in (insert-data-in-exec): Added target. | |
356 | |
357 * insert-data-in-exec.c: Added. | |
358 | |
1964 | 359 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
360 | |
361 * XEmacs 21.5.17 "chayote" is released. | |
362 | |
1886 | 363 2004-01-21 Jerry James <james@xemacs.org> |
364 | |
365 * Makefile.in.in (mmencode): Pass $(ldflags) to the compiler. | |
366 * Makefile.in.in (make-path): Ditto. | |
367 | |
1743 | 368 2003-10-13 Jerry James <james@xemacs.org> |
369 | |
370 * ellcc.c: Remove attribute definitions, include new compiler.h | |
371 instead, and change existing uses to match new definitions. | |
372 | |
1716 | 373 2003-09-26 Steve Youngs <youngs@xemacs.org> |
374 | |
375 * XEmacs 21.5.16 "celeriac" is released. | |
376 | |
1706 | 377 2003-09-21 Jerry James <james@xemacs.org> |
378 | |
379 * ellcc.c (do_init_mode): Do not mangle external symbols in the | |
380 generated doc file with C++ so that emodules.c can find them. | |
381 | |
1688 | 382 2003-09-15 Jerry James <james@xemacs.org> |
383 | |
384 * make-dump-id.c (main): Output separate declaration and | |
385 definition for dump_id. | |
386 | |
1665 | 387 2003-09-03 Steve Youngs <youngs@xemacs.org> |
388 | |
389 * XEmacs 21.5.15 "celery" is released. | |
390 | |
1663 | 391 2003-08-29 Nickolay Pakoulin <npak@ispras.ru> |
392 | |
393 * make-dump-id.c (main): Set "C" linking rule for dump_id | |
394 | |
1618 | 395 2003-06-30 Andrew Begel <abegel@CS.Berkeley.EDU> |
396 | |
397 * make-docfile.c (write_c_args): Escape newlines that arise in the | |
398 C argument list, and comment on synch with Emacs. | |
399 | |
1510 | 400 2003-06-01 Steve Youngs <youngs@xemacs.org> |
401 | |
402 * XEmacs 21.5.14 "cassava" is released. | |
403 | |
1506 | 404 2003-05-29 Jerry James <james@xemacs.org> |
405 | |
406 * ellcc.c: Rationalize and repair use of GCC function attributes. | |
407 | |
1473 | 408 2003-05-10 Steve Youngs <youngs@xemacs.org> |
409 | |
410 * XEmacs 21.5.13 "cauliflower" is released. | |
411 | |
1431 | 412 2003-04-24 Steve Youngs <youngs@xemacs.org> |
413 | |
414 * XEmacs 21.5.12 "carrot" is released. | |
415 | |
1349 | 416 2003-02-09 Ville Skyttä <scop@xemacs.org> |
417 | |
418 * config.values.in (pkgdir): Remove (unused). | |
419 | |
1346 | 420 2003-03-06 Ben Wing <ben@xemacs.org> |
421 | |
422 * i.c: | |
423 * i.c (pump): | |
424 Sleep between calls to check for I/O, since these calls are non-blocking. | |
425 | |
1307 | 426 2003-02-16 Steve Youngs <youngs@xemacs.org> |
427 | |
428 * XEmacs 21.5.11 "cabbage" is released. | |
429 | |
1269 | 430 2003-01-14 Jerry James <james@xemacs.org> |
431 | |
432 * ellcc.c (do_compile_mode): Search XEmacs directories first for | |
433 include files. Thanks to Raymond Toy. | |
434 | |
1238 | 435 2003-01-28 Steve Youngs <youngs@xemacs.org> |
436 | |
437 * rcs2log: Synch to GNU version. | |
438 | |
1187 | 439 2003-01-04 Steve Youngs <youngs@xemacs.org> |
440 | |
441 * XEmacs 21.5.10 "burdock" is released. | |
442 | |
1123 | 443 2002-11-27 Ben Wing <ben@xemacs.org> |
444 | |
445 * .cvsignore: | |
446 Add .idb, .ilk for MS Windows VC++. | |
447 | |
1111 | 448 2002-11-17 Ben Wing <ben@xemacs.org> |
449 | |
450 * ellcc.c (do_init_mode): | |
451 Use full prototypes. | |
452 | |
453 * ellcc.h.in: | |
454 Use the correct user-specified compiler. | |
455 | |
456 * make-docfile.c: | |
457 * make-docfile.c (read_c_string): | |
458 * make-docfile.c (scan_c_file): | |
459 Fix shadowing warnings. NOTE: This was already fixed | |
460 awhile ago, but reverted by Jerry. Please be careful. | |
461 | |
996 | 462 2002-08-08 Jerry James <james@xemacs.org> |
463 | |
464 * config.values.in: Regenerate. | |
465 * ellcc.c: A thorough cleanup to eliminate potential buffer | |
466 overruns and null pointer dereferences, make some global variables | |
467 local, add braces for clarity, etc., using hints supplied by | |
468 splint. | |
469 * ellcc.c (EXEC_GROW_SIZE): New constant for dynamic allocation. | |
470 * ellcc.c (xrealloc): New function. | |
471 * ellcc.c (xstrdup): New function. | |
472 * ellcc.c (fatal): Use varargs for flexibility. | |
473 * ellcc.c (add_string): New function for abstracting the addition | |
474 of a string to the exec_argv array. | |
475 * ellcc.c (add_to_argv): Use add_string. Improve whitespace | |
476 handling. Recode finite state machine as a clearer while loop. | |
477 * ellcc.c (do_compile_mode): Use new functions. | |
478 * ellcc.c (do_link_mode): Ditto. | |
479 * ellcc.c (do_init_mode): Ditto. Default to in-source | |
480 make-docfile. | |
481 | |
981 | 482 2002-08-30 Steve Youngs <youngs@xemacs.org> |
483 | |
484 * XEmacs 21.5.9 "brussels sprouts" is released. | |
485 | |
978 | 486 2002-08-21 Jerry James <james@xemacs.org> |
487 | |
488 * gnuserv.h: Revert previous patch. Include syssignal.h instead | |
489 of signal.h. | |
490 * tcp.c: Include config.h, and substitute syssignal.h for | |
491 signal.h. | |
492 | |
954 | 493 2002-08-02 Jerry James <james@xemacs.org> |
494 | |
495 * gnuserv.h: Include signal.h early to define NSIG before config.h | |
496 is included. | |
497 | |
933 | 498 2002-07-27 Steve Youngs <youngs@xemacs.org> |
499 | |
500 * XEmacs 21.5.8 "broccoli" is released. | |
501 | |
930 | 502 2002-07-15 Jerry James <james@xemacs.org> |
503 | |
504 * make-docfile.c: Change whitespace and organization to reduce the | |
505 size of the diff against FSF Emacs sources and synch to Emacs 21.2. | |
506 Remove unused DO_REALLOC. | |
507 Mark XEmacs changes and additions more clearly. | |
508 Reintroduce previously deleted Emacs code inside #if 0 ... #endif. | |
509 * make-docfile.c (next_extra_elc): Replace goto with do-while. | |
510 * make-docfile.c (main): Put XEmacs-only args in one place. | |
511 * make-docfile.c (write_c_args): Change buff to buf to match | |
512 Emacs. Replace pointer arithmetic with simpler array syntax. | |
513 * make-docfile.c (scan_c_file): Note that DEFSIMPLE and DEFPRED no | |
514 longer exist. Correct the "name too long" test (off by one). | |
515 Die with message if a DEFUN has no docstring instead of hanging. | |
516 * make-docfile.c (scan_lisp_file): Introduce while loops used in | |
517 Emacs sources to skip consecutive blank lines. | |
518 | |
920 | 519 2002-07-14 Adrian Aichner <adrian@xemacs.org> |
520 | |
521 * etags.c: It's XEmacs, not Xemacs. | |
522 | |
894 | 523 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
524 | |
525 * XEmacs 21.5.7 "broccoflower" is released. | |
526 | |
881 | 527 2002-05-29 Greg Steuck <greg-xemacs-patches@nest.cx> |
528 | |
529 * gnuclient.c: Makes it possible again to #undef | |
530 INTERNET_DOMAIN_SOCKETS in lib-src/gnuserv.h and get a functional | |
531 gnuserv which is only accessible through UNIX_DOMAIN_SOCKETS. | |
532 | |
853 | 533 2002-05-28 Ben Wing <ben@xemacs.org> |
534 | |
535 * make-docfile.c (scan_c_file): | |
536 * make-docfile.c (scan_lisp_file): | |
537 Fix places where we forget to check for EOF. | |
538 | |
826 | 539 2002-05-05 Ben Wing <ben@xemacs.org> |
540 | |
541 * i.c: | |
542 * i.c (skip_executable_name): | |
543 * i.c (main): | |
544 Create an inheritable event and pass it on to XEmacs, so that ^C | |
545 can be handled properly. Intercept ^C and signal the event. | |
546 "Stop Build" in VC++ now works. | |
547 | |
814 | 548 2002-04-14 Ben Wing <ben@xemacs.org> |
549 | |
550 * make-docfile.c: | |
551 * make-docfile.c (next_extra_elc): | |
552 * make-docfile.c (again): Removed. | |
553 * make-docfile.c (main): | |
554 * make-docfile.c (getc_iso2022): | |
555 * make-docfile.c (MDGET): | |
556 * make-docfile.c (read_c_string): | |
557 * make-docfile.c (write_c_args): | |
558 * make-docfile.c (scan_c_file): | |
559 * make-docfile.c (read_lisp_symbol): | |
560 * make-docfile.c (scan_lisp_file): | |
561 Add basic support for handling ISO 2022 doc strings -- we parse | |
562 the basic charset designation sequences so we know whether we're | |
563 in ASCII and have to pay attention to end quotes and such. | |
564 | |
565 Reformat code according to coding standards. | |
566 | |
804 | 567 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
568 | |
569 * XEmacs 21.5.6 "bok choi" is released. | |
570 | |
800 | 571 2002-03-31 Ben Wing <ben@xemacs.org> |
572 | |
573 * make-mswin-unicode.pl: Don't be fucked up by CRLF. Output code | |
574 to force errors when nonintercepted Windows calls issued. | |
575 | |
778 | 576 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
577 | |
578 * make-mswin-unicode.pl: Pick up location of include files from | |
579 MSVCDIR environment variable. | |
580 Add --includedir command-line option. | |
581 Remove 'dir' command. | |
582 | |
776 | 583 2002-03-15 Ben Wing <ben@xemacs.org> |
584 | |
585 * Makefile.in.in (blessmail): | |
586 * Makefile.in.in (maybe-blessmail): | |
587 Use -no-packages to avoid problems with package files shadowing | |
588 core files (e.g. unicode.el in mule-ucs). | |
589 | |
774 | 590 2002-03-12 Ben Wing <ben@xemacs.org> |
591 | |
3322 | 592 * The Great Mule Merge of March 2002: |
593 see node by that name in the Internals Manual. | |
774 | 594 |
768 | 595 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
596 | |
597 * XEmacs 21.5.5 "beets" is released. | |
598 | |
725 | 599 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
600 | |
601 * XEmacs 21.5.4 "bamboo" is released. | |
602 | |
715 | 603 2001-12-24 Yoshiki Hayashi <yoshiki@xemacs.org> |
604 | |
605 * etags.c: Define __P if not already defined. | |
606 | |
709 | 607 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
608 | |
609 * Makefile.in.in (etags_args): Define EMACS_NAME to XEmacs. | |
610 | |
611 * etags.c: Sync with pot version 14.28. | |
612 Additional change for XEmacs to define PTR macro. | |
613 | |
614 2001-12-12 Francesco Potorti` <pot@gnu.org> | |
615 | |
616 * etags.c (PHP_functions): New function by Diez B. Roggisch, | |
617 heavily adapted by me, for parsing PHP. | |
618 (LOOKING_AT): New macro. | |
619 (Perl_functions, Python_functions, PHP_functions) | |
620 (Scheme_functions, Texinfo_nodes): Use it. | |
621 (Perl_functions): Use strneq. | |
622 (prolog_pred): Renamed to prolog_pr. | |
623 (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) | |
624 in addition to predicates. | |
625 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent | |
626 unmodified compile, as Cygwin's regex.h is incompatible with us | |
627 (thanks to Markus Hoenicka). | |
628 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | |
629 | |
654 | 630 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
631 | |
632 * XEmacs 21.5.3 "asparagus" is released. | |
633 | |
647 | 634 2001-06-24 Ben Wing <ben@xemacs.org> |
635 | |
636 * gnuserv.c (permitted): | |
637 * gnuserv.c (setup_table): | |
638 * gnuslib.c (connect_to_internet_server): | |
639 * make-docfile.c (scan_c_file): | |
640 * mmencode.c (fromqp): | |
641 * movemail.c: | |
642 * movemail.c (main): | |
643 * movemail.c (xmalloc): | |
644 * ootags.c (prolog_pred): | |
645 * ootags.c (erlang_func): | |
646 * yow.c (yow): | |
647 Fix unsigned warnings. See src/ChangeLog for details. | |
648 | |
641 | 649 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
650 | |
651 * XEmacs 21.5.2 "artichoke" is released. | |
652 | |
613 | 653 2001-06-10 Ben Wing <ben@xemacs.org> |
654 | |
655 * cvtmail.c: | |
656 * fakemail.c: | |
657 * gnuserv.c: | |
658 * gnuserv.c (handle_ipc_request): | |
659 * gnuserv.h: | |
660 * gnuslib.c: | |
661 * make-msgfile.c: | |
662 * make-path.c: | |
663 * pop.c: | |
664 * pop.h: | |
665 * profile.c: | |
666 * tcp.c: | |
667 Rename 'GNU Emacs' to XEmacs in the copyright. | |
668 Fix comments in similar ways. | |
669 | |
670 * digest-doc.c (main): | |
671 * sorted-doc.c (main): | |
672 Fix program and author name to reflect XEmacs. | |
673 | |
567 | 674 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> |
675 | |
676 * movemail.c (lock_dot): Use mkstemp if available | |
677 | |
558 | 678 2001-05-23 Ben Wing <ben@xemacs.org> |
679 | |
680 * pop.c (socket_connection): | |
681 Remove BROKEN_CYGWIN. | |
682 | |
543 | 683 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
684 | |
685 * config.values.sh: lisp/utils?/config.el -> lisp/config.el. | |
686 | |
531 | 687 2001-05-12 Ben Wing <ben@xemacs.org> |
688 | |
689 * etags.c: | |
690 * etags.c (print_help): | |
691 * etags.c (sym_type): | |
692 * etags.c (TOTAL_KEYWORDS): | |
693 * etags.c (hash): | |
694 * etags.c (in_word_set): | |
695 * etags.c (consider_token): | |
696 * etags.c (C_entries): | |
697 * etags.c (add_regex): | |
698 new version from Francesco. | |
699 | |
523 | 700 2001-05-09 Ben Wing <ben@xemacs.org> |
701 | |
702 * etags.c (add_regex): | |
703 temporary fix to avoid crashes with new regex code. | |
704 | |
522 | 705 2001-05-09 Martin Buchholz <martin@xemacs.org> |
706 | |
707 * XEmacs 21.5.1 "anise" is released. | |
708 | |
502 | 709 2001-04-29 Ben Wing <ben@xemacs.org> |
710 | |
711 * gnuclient.c (filename_expand): Warning fix. | |
712 | |
479 | 713 2001-04-20 Ben Wing <ben@xemacs.org> |
714 | |
715 * .cvsignore: Added stuff for Windows. | |
716 | |
472 | 717 2001-04-18 Martin Buchholz <martin@xemacs.org> |
718 | |
719 * XEmacs 21.5.0 "alfalfa" is released. | |
720 | |
464 | 721 2000-08-01 Jon Schewe <jpschewe@eggplant.mtu.net> |
722 | |
723 * gnuclient.c (filename_expand): Let Cygwin convert Windows path | |
724 to Unix. | |
725 | |
726 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
727 | |
728 * gnuserv.h: Document TMPDIR lossage if client/server values differ. | |
729 | |
462 | 730 2001-03-21 Martin Buchholz <martin@xemacs.org> |
731 | |
732 * XEmacs 21.2.46 "Urania" is released. | |
733 | |
734 2001-03-19 Andy Piper <andy@xemacs.org> | |
735 | |
736 * installexe.sh: use bash by default. | |
737 | |
738 2001-03-09 William M. Perry <wmperry@aventail.com> | |
739 | |
740 * gnuclient.c: The Great GTK Merge. | |
741 | |
742 2000-08-10 Ben Wing <ben@xemacs.org> | |
743 | |
744 * update-elc.sh: deleted (retroactively). replaced by update-elc-2.el, | |
745 which does the same thing but in a platform-independent way. | |
746 | |
460 | 747 2001-02-23 Martin Buchholz <martin@xemacs.org> |
748 | |
749 * XEmacs 21.2.45 "Thelxepeia" is released. | |
750 | |
751 2001-02-11 Martin Buchholz <martin@xemacs.org> | |
752 | |
753 * Makefile.in.in: Cleanup. | |
754 Fixes bug: all must depend on make-dump-id. | |
755 Don't install make-path; only used at build time. | |
756 Avoid duplicating file lists for maintainability. | |
757 (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming. | |
758 (PUBLIC_INSTALLABLE_EXES): Likewise. | |
759 (PUBLIC_INSTALLABLES): Likewise. | |
760 (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming. | |
761 (PRIVATE_INSTALLABLE_EXES): Likewise. | |
762 (PRIVATE_INSTALLABLES): Likewise. | |
763 (SCRIPTS): Likewise. | |
764 (EXES): New. | |
765 (PROGS): New. | |
766 (SOURCES): Remove. | |
767 (BUILD_UTILITIES): New. Non-installed utilities. | |
768 (INSTALL_GNUSERV): New. | |
769 (unlock): Remove obsolete target. | |
770 (relock): Remove obsolete target. | |
771 (aixcc.c): Remove. Obsolete. | |
772 * aixcc.lex: Remove. Obsolete. | |
773 | |
774 2001-02-12 Martin Buchholz <martin@xemacs.org> | |
775 | |
776 * make-dump-id.c (main): No longer #include dump-id.h. | |
777 | |
458 | 778 2001-02-08 Martin Buchholz <martin@xemacs.org> |
779 | |
780 * gnuserv.c (permitted): Compiler warning fixes. | |
781 | |
782 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
783 | |
784 * XEmacs 21.2.44 "Thalia" is released. | |
785 | |
786 2001-01-31 Francesco Potorti` <pot@gnu.org> | |
787 | |
788 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for | |
789 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc). | |
790 (C_entries): Tag token renamed to still_in_token because sunos4 | |
791 pcc wants to expand it as the token() macro even though it has no | |
792 arguments. | |
793 | |
794 2001-01-30 Francesco Potorti` <pot@gnu.org> | |
795 | |
796 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and | |
920 | 797 #define it for the sake of XEmacs. |
458 | 798 [WINDOWSNT]: #undef HAVE_NTGUI even if built without |
799 HAVE_CONFIG_H. This change only affects a standalone etags. | |
800 [WINDOWSNT]: #undef DOS_NT and #define it even if built with | |
801 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is | |
802 always defined when HAVE_CONFIG_H and WINDOWS are both defined. | |
803 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare | |
804 WINDOWSNT, as this is the correct way to use it. | |
805 | |
806 2001-01-28 Francesco Potorti` <pot@gnu.org> | |
807 | |
808 * etags.c: Be capable to parse nested struct-like structures. | |
809 (structdef, structtag): Struct state machine revisited. | |
810 (struct tok): Revisited. | |
811 (cstack, nestlev, instruct): New struct and macros. | |
812 (pushclass_above, popclass_above, write_classname): New functions | |
813 for dealing with nested class names, inspired by Mykola Dzyuba. | |
814 (consider_token, make_C_tag, C_entries): Many changes for dealing | |
815 with arbitrarily nested structures. | |
816 (etags_getcwd): #if MSDOS, not #ifdef MSDOS! | |
817 (C_entries): Consider templates in C++. | |
818 (sym_type): New constant st_C_class for detecting "class" also in | |
819 C mode. | |
820 (C_AUTO): New macro for automatic detection of C++. | |
821 (consider_token): Automatic set C++ mode. | |
822 (C_entries): New security check for yacc. | |
823 (print_language_names, print_help): Mention the autodetect | |
824 feature, do not show help for the -C option, now mostly useless. | |
825 (C_entries): Tag C++ forward declarations if --declarations. | |
826 (C_entries): Don't be fooled by things like XDEFUN. | |
827 (consider_token): Discard asm pseudo function. | |
828 | |
460 | 829 2001-01-25 Francesco Potorti` <pot@gnu.org> |
458 | 830 |
831 * etags.c (struct tok): Renamed from struct token. | |
832 (token): Renamed from tok. | |
833 (structtype): Make it a local variable. | |
834 [DEBUG]: Use assert. | |
835 (xrnew): Change the synopsis. | |
836 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. | |
837 (grow_linebuffer): Don't call xrnew when not needed. | |
838 (token): buffer renamed to line. | |
839 (C_entries): Three calls to inibuffer moved here from main. | |
840 (C_entries): Removed all references to var methodlen, delete it. | |
841 (linebuffer_setlen): Was grow_buffer, now also sets len. | |
842 (consider_token, C_entries, Pascal_functions): Use it. | |
843 (C_entries): Preventing problems relative to extern "C". | |
844 (C_entries): Can tag more than one variable or func separated by | |
845 comma when --declarations is used. | |
846 (C_entries): More accurate tagging of members and declarations. | |
847 (yacc_rules): Was global, made local to C_entries. | |
848 (next_token_is_func): Removed. | |
849 (fvdef): New constants fdefunkey, fdefunname. | |
850 (consider_token, C_entries): Use them. | |
851 (C_entries): Build proper lisp names for Emacs DEFUNs. | |
852 | |
460 | 853 2001-01-15 Francesco Potorti` <pot@gnu.org> |
458 | 854 |
855 * etags.c (print_language_names): Print filenames in addition to | |
856 suffixes. | |
857 | |
858 2001-01-12 Francesco Potorti` <pot@gnu.org> | |
859 | |
860 * etags.c (get_language_from_langname): Renamed from | |
861 get_language_from_name. | |
862 (get_language_from_filename): Renamed from | |
863 get_language_from_suffix. Now first looks for the complete file | |
864 name. | |
865 (language): New member char **filenames. | |
866 (Makefile_filenames): List of possible filenames for makefiles. | |
867 (lang_names): Added a NULL member for every entry, added an entry | |
868 for makefiles. | |
869 (Makefile_targets): New function, inspired by Assar Westerlund | |
870 <assar@sics.se>. | |
871 | |
460 | 872 2000-11-07 Francesco Potorti` <pot@gnu.org> |
458 | 873 |
874 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made | |
875 it conformant to the style of the rest of the code. | |
876 | |
877 2000-02-10 Francesco Potorti` <pot@gnu.org> | |
878 | |
879 * etags.c (iswhite): Redefined not to consider '\0' as white | |
880 space, and use it throughout in place of isspace, thus preventing a | |
881 potential signed char to int conversion problem. | |
882 (MSDOS): #undefine befere redefining | |
883 | |
460 | 884 2000-02-04 Francesco Potorti` <pot@gnu.org> |
458 | 885 |
886 * etags.c (many functions): Add prototypes. | |
887 | |
460 | 888 2000-01-31 Francesco Potorti` <pot@gnu.org> |
458 | 889 |
890 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | |
891 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | |
892 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | |
893 (getenv, getcwd): Only declare them if necessary. | |
894 (EMACS_NAME): New constant macro. | |
895 (print_version): Use it. | |
896 (P_) [__STDC__]: Macro for defining function prototypes. | |
897 | |
898 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
899 | |
900 * gnuclient.c: | |
901 * gnuserv.c: | |
902 * gnuslib.c: | |
903 * pop.c: | |
904 Remove use of BSD-specific types. | |
905 s/u_(char|short|int_long)/unsigned $1/g | |
906 Remove pointless casts. | |
907 | |
908 2001-01-28 Martin Buchholz <martin@xemacs.org> | |
909 | |
910 * gnuclient.c (get_current_working_directory): Use HAVE_GETCWD. | |
911 warning: getwd() possibly used unsafely, consider using getcwd(). | |
912 | |
456 | 913 2001-01-26 Martin Buchholz <martin@xemacs.org> |
914 | |
915 * XEmacs 21.2.43 "Terspichore" is released. | |
916 | |
917 2001-01-23 Jan Vroonhof <jan@xemacs.org> | |
918 | |
919 * gnuserv.c: Add version number to object file. | |
920 | |
921 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de> | |
922 | |
923 * gnuserv.c (permitted): Completed the checks of the authentication | |
924 data length, replaced memcmp() by constant-time comparision. | |
925 | |
454 | 926 2001-01-20 Martin Buchholz <martin@xemacs.org> |
927 | |
928 * XEmacs 21.2.42 "Poseidon" is released. | |
929 | |
452 | 930 2001-01-17 Martin Buchholz <martin@xemacs.org> |
931 | |
932 * XEmacs 21.2.41 "Polyhymnia" is released. | |
933 | |
450 | 934 2001-01-08 Martin Buchholz <martin@xemacs.org> |
935 | |
936 * XEmacs 21.2.40 is released. | |
937 | |
448 | 938 2000-12-31 Martin Buchholz <martin@xemacs.org> |
939 | |
940 * XEmacs 21.2.39 is released. | |
941 | |
446 | 942 2000-12-05 Martin Buchholz <martin@xemacs.org> |
943 | |
944 * XEmacs 21.2.38 is released. | |
945 | |
946 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
947 | |
948 * Makefile.in.in: Define emacs iff it's necessary. | |
949 | |
444 | 950 2000-11-14 Martin Buchholz <martin@xemacs.org> |
951 | |
952 * XEmacs 21.2.37 is released. | |
953 | |
442 | 954 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org> |
955 | |
956 * make-po.c (BUFSIZE): Increase value to 32768. | |
957 | |
958 2000-10-04 Martin Buchholz <martin@xemacs.org> | |
959 | |
960 * XEmacs 21.2.36 is released. | |
961 | |
962 2000-09-30 Martin Buchholz <martin@xemacs.org> | |
963 | |
964 * gnuserv.c (main): Warning removal. | |
965 | |
966 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
967 | |
968 * ellcc.c: Make global variables static. Avoids warnings on AIX. | |
969 | |
970 * fakemail.c (make_file_preface): Use standard type time_t. | |
971 Actually check that the 25th char returned from ctime is '\n'. | |
972 | |
973 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
974 | |
975 * *: Spelling mega-patch | |
976 | |
977 2000-09-12 Martin Buchholz <martin@xemacs.org> | |
978 | |
979 * gnuclient.c (main): | |
980 * hexl.c (usage): | |
981 Use `Usage', not `usage', in Usage messages. | |
982 | |
983 2000-07-15 Ben Wing <ben@xemacs.org> | |
984 | |
985 * etags.c (add_regex): added commented out code for use figuring | |
986 out Windows quoting problems. | |
987 * hexl.c (main): fixed warnings about possible used uninitialized. | |
988 | |
989 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
990 | |
991 * XEmacs 21.2.35 is released. | |
992 | |
993 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
994 | |
995 * gnuserv.c: | |
996 (handle_internet_request): | |
997 (handle_unix_request): | |
998 (internet_init): | |
999 Use socklen_t instead of int or size_t. | |
1000 | |
1001 2000-07-11 Martin Buchholz <martin@xemacs.org> | |
1002 | |
1003 * hexl.c (usage): Use full ANSI C prototypes. | |
1004 | |
1005 2000-07-05 Craig Lanning <lanning@scra.org> | |
1006 | |
1007 * Makefile.in.in (INSTALL_DATA): | |
1008 * Makefile.in.in (UTILITIES): | |
1009 * Makefile.in.in (GETOPTDEPS): | |
1010 * Makefile.in.in (i): | |
1011 mingw support: don't try to build gnuclient, add | |
1012 support for building and installing minitar | |
1013 | |
1014 2000-06-10 Ben Wing <ben@xemacs.org> | |
1015 | |
1016 * Makefile.in.in (INSTALLABLES_BASE): | |
1017 * Makefile.in.in (ootags_args): | |
1018 * Makefile.in.in (yow): | |
1019 Build i.exe. | |
1020 Don't build run*.exe. | |
1021 | |
1022 * b2m.c: | |
1023 * b2m.c (main): | |
1024 * ellcc.c (main): | |
1025 * etags.c: | |
1026 * etags.c (main): | |
1027 * etags.c (get_compressor_from_suffix): | |
1028 * etags.c (process_file): | |
1029 * etags.c (readline_internal): | |
1030 * etags.c (etags_getcwd): | |
1031 * etags.c (relative_filename): | |
1032 * etags.c (absolute_filename): | |
1033 * etags.c (filename_is_absolute): | |
1034 * etags.c (canonicalize_filename): | |
1035 * fakemail.c: | |
1036 * fakemail.c (make_file_preface): | |
1037 * getopt.c: | |
1038 * getopt.h: | |
1039 * gnuclient.c: | |
1040 * gnuclient.c (filename_expand): | |
1041 * gnuserv.h: | |
1042 * gnuserv.h (PATCHLEVEL): | |
1043 * hexl.c: | |
1044 * hexl.c (main): | |
1045 * make-docfile.c: | |
1046 * make-docfile.c (APPEND_BINARY): | |
1047 * make-docfile.c (main): | |
1048 * make-dump-id.c: | |
1049 * mmencode.c: | |
1050 * mmencode.c (fromqp): | |
1051 * mmencode.c (main): | |
1052 * movemail.c: | |
1053 * movemail.c (main): | |
1054 * movemail.c (popmail): | |
1055 * ootags.c: | |
1056 * ootags.c (main): | |
1057 * ootags.c (readline_internal): | |
1058 * ootags.c (etags_getcwd): | |
1059 * ootags.c (absolute_filename): | |
1060 * ootags.c (filename_is_absolute): | |
1061 * ootags.c (canonicalize_filename): | |
1062 * pop.c: | |
1063 * pop.c (DONT_ENCAPSULATE): | |
1064 * pop.c (pop_open): | |
1065 * pop.c (socket_connection): | |
1066 * pop.c (pop_trash): | |
1067 * profile.c (gettimeofday): | |
1068 * wakeup.c: | |
1069 * yow.c (rootrelativepath): | |
1070 Remove MSDOS support, converting to WIN32_NATIVE where necessary. | |
1071 WINDOWSNT -> WIN32_NATIVE. | |
1072 __CYGWIN32__ -> CYGWIN. | |
1073 DOS_NT -> WIN32_NATIVE. | |
1074 Remove unused NO_SHORTNAMES. | |
1075 Changes for removed nt\inc. | |
1076 | |
1077 2000-06-07 Ben Wing <ben@xemacs.org> | |
1078 | |
1079 * run.c, run.h, run.rc: Removed. We no longer need these for | |
1080 building runxemacs.exe, and it's questionable at best whether | |
1081 rungnuclient.exe was ever used or is even needed. The correct | |
1082 solution is just to make gnuclient.exe a windows program and | |
1083 use the gnuattach script to run 'i gnuclient.exe'. Not that | |
1084 gnuclient currently works under Windows native in any case. | |
1085 | |
1086 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
1087 | |
1088 * XEmacs 21.2.34 is released. | |
1089 | |
1090 2000-05-11 Ben Wing <ben@xemacs.org> | |
1091 | |
1092 * i.c (get_command): fix unused var warning. | |
1093 | |
1094 * make-docfile.c (MDGET): | |
1095 * make-docfile.c (read_c_string): | |
1096 rewrite and reindent -- handle closing doc string comment that's | |
1097 not at beg of line. | |
1098 | |
1099 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
1100 | |
1101 * XEmacs 21.2.33 is released. | |
1102 | |
1103 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
1104 | |
1105 * gnuclient.c (initialize_signals): Always use full ANSI prototypes. | |
1106 | |
1107 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1108 | |
1109 * i.c: New file, source for the i utility. | |
1110 | |
1111 2000-03-22 Mike Alexander <mta@arbortext.com> | |
1112 | |
1113 * make-dump-id.c (gettimeofday): new (Windows only) | |
1114 | |
1115 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1116 | |
1117 * XEmacs 21.2.32 is released. | |
1118 | |
1119 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1120 | |
1121 * make-dump-id.c: Use config.h and systime.h for portability. | |
1122 | |
1123 2000-02-20 Olivier Galibert <galibert@pobox.com> | |
1124 | |
1125 * make-dump-id.c: Added. | |
1126 | |
1127 * Makefile.in.in: Add support for make-dump-id. | |
1128 | |
1129 2000-03-12 Ben Wing <ben@xemacs.org> | |
1130 | |
1131 * etags.c (canonicalize_filename): fixed a problem with gratuitous | |
1132 capitalization of file names under MS Windows. | |
1133 | |
1134 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
1135 | |
1136 * XEmacs 21.2.31 is released. | |
1137 | |
1138 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
1139 | |
1140 * XEmacs 21.2.30 is released. | |
1141 | |
1142 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
1143 | |
1144 * XEmacs 21.2.29 is released. | |
1145 | |
1146 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
1147 | |
1148 * etags.c: Upgrade to version 13.44. | |
1149 Only added (unsigned char) casts to calls like isspace (*cp). | |
1150 | |
440 | 1151 2000-02-07 Martin Buchholz <martin@xemacs.org> |
1152 | |
1153 * XEmacs 21.2.28 is released. | |
1154 | |
1155 2000-02-06 Martin Buchholz <martin@xemacs.org> | |
1156 | |
1157 * getopt.h: | |
1158 * fakemail.c: | |
1159 * gnuslib.c: | |
1160 * sorted-doc.c: | |
1161 * yow.c: | |
1162 * cvtmail.c: | |
1163 * movemail.c: | |
1164 * gnuclient.c: | |
1165 ANSIfy. Use coding standards for function definitions. | |
1166 Make C++-compilable. Modified from patch by Zack Weinberg. | |
1167 | |
1168 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1169 | |
1170 * hexl.c: Removed MSDOS code; set binary I/O flags for NT. | |
1171 | |
438 | 1172 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1173 | |
1174 * XEmacs 21.2.27 is released. | |
1175 | |
1176 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
1177 | |
1178 * ootags.c: Ansify. | |
1179 * etags.c: | |
1180 * getopt.c: | |
1181 * cvtmail.c: | |
1182 Remove declarations of ANSI errno, getenv(), malloc(). | |
1183 | |
1184 2000-01-13 Martin Buchholz <martin@xemacs.org> | |
1185 | |
1186 * movemail.c (main): | |
1187 * make-docfile.c (write_c_args): | |
1188 Simple compiler warning fixes. | |
1189 | |
1190 2000-01-09 Martin Buchholz <martin@xemacs.org> | |
1191 | |
1192 * *.[ch]: Change <../src/config.h> to <config.h> | |
1193 * ellcc.c: Always use <...> to #include files not in `.' | |
1194 * Makefile.in.in: Use safer -I paths. | |
1195 Use $(top_srcdir) instead of $(srcdir)/../src | |
1196 Add warning comment. | |
1197 | |
1198 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
1199 | |
1200 * movemail.c: Warning removal. | |
1201 | |
1202 2000-01-06 Norbert Koch <norbert@s.netic.de> | |
1203 | |
1204 * movemail.c: Typo fix. | |
1205 | |
1206 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1207 | |
1208 * movemail.c: Overhaul of the locking code. | |
1209 | |
1210 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
1211 | |
1212 * etags.c (etags_strrchr): Ansify. | |
1213 (etags_strchr): Ansify. | |
1214 (get_compressor_from_suffix): Remove warning, make code cleaner. | |
1215 | |
436 | 1216 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1217 | |
1218 * XEmacs 21.2.26 is released. | |
1219 | |
434 | 1220 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1221 | |
1222 * XEmacs 21.2.25 is released. | |
1223 | |
1224 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1225 | |
1226 * fakemail.c (cuserid): ((expr)) ==> (expr) | |
1227 | |
1228 * fakemail.c (xmalloc): ANSIfy. | |
1229 | |
432 | 1230 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1231 | |
1232 * config.values.sh: Only update config.values.in if changed. | |
1233 No external dependencies except perl. | |
1234 No temporary files. | |
1235 | |
1236 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
1237 | |
1238 * XEmacs 21.2.24 is released. | |
1239 | |
1240 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
1241 | |
1242 * etags.c: Fix warning: `_GNU_SOURCE' redefined. | |
1243 | |
430 | 1244 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1245 | |
1246 * XEmacs 21.2.23 is released. | |
1247 | |
1248 1999-11-29 Andreas Jaeger <aj@suse.de> | |
1249 | |
1250 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif. | |
1251 pstogif: Moved to package tm. | |
1252 | |
428 | 1253 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1254 | |
1255 * XEmacs 21.2.22 is released | |
1256 | |
1257 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1258 | |
1259 * XEmacs 21.2.21 is released. | |
1260 | |
1261 1999-11-20 Martin Buchholz <martin@xemacs.org> | |
1262 | |
1263 * process-gnu-depends.sh: Deleted. Obsolete. | |
1264 * process-depends.sh: Deleted. Obsolete. | |
1265 | |
1266 1999-11-20 Jan Vroonhof <jan@xemacs.org> | |
1267 | |
1268 * Makefile.in.in (instvardir): Added. From | |
1269 Jeff Miller <jmiller@smart.net> | |
1270 | |
1271 1999-11-19 Martin Buchholz <martin@xemacs.org> | |
1272 | |
1273 * etags.c: Upgrade to pot etags version 13.33. | |
1274 Make `etags --version' print out `XEmacs', not `GNU Emacs' | |
1275 | |
1276 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
1277 | |
1278 * etags.c (canonicalize_filename): Typo fix | |
1279 | |
1280 1999-11-05 Martin Buchholz <martin@xemacs.org> | |
1281 | |
1282 * etags.c: | |
1283 * ../etc/etags.1: | |
1284 * ../etc/NEWS: | |
1285 Upgrade to etags version 13.32. | |
1286 etags.c has warnings removed, in addition. | |
1287 | |
1288 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
1289 | |
1290 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int. | |
1291 | |
1292 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1293 | |
1294 * XEmacs 21.2.20 is released | |
1295 | |
1296 1999-11-04 Martin Buchholz <martin@xemacs.org> | |
1297 | |
1298 * gnuserv.c (handle_response): Warning suppression | |
1299 | |
1300 1999-09-27 Martin Buchholz <martin@xemacs.org> | |
1301 | |
1302 * ellcc.c: | |
1303 ANSIfy. | |
1304 Remove MSDOS cruft. | |
1305 Remove WINDOWS cruft. | |
1306 Remove VMS cruft. | |
1307 (main): The wrong number of bytes were being read during argument | |
1308 processing. | |
1309 Delete ANSI imitations like ellcc_strchr(). | |
1310 Call functions with the right number of arguments. | |
1311 Fix a typo. | |
1312 Make functions static. | |
1313 Remove compiler warnings. | |
1314 | |
1315 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1316 | |
1317 * cvtmail.c (main): ANSIfy | |
1318 * digest-doc.c (main): ANSIfy | |
1319 * hexl.c (main): ANSIfy | |
1320 | |
1321 * make-path.c: Remove declaration for errno. | |
1322 * mmencode.c (nextcharin): ANSIfy | |
1323 * movemail.c (pop_retr): ANSIfy | |
1324 | |
1325 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu> | |
1326 | |
1327 * pop.c (pop_quit): use CLOSESOCKET() instead of close() | |
1328 | |
1329 * run.c (build_cmdline): Fix NT native build unreferenced variable | |
1330 warning | |
1331 (WinMain): Fix release mode build unreferenced variable warning | |
1332 | |
1333 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1334 | |
1335 * XEmacs 21.2.19 is released | |
1336 | |
1337 1999-07-22 SL Baur <steve@miho> | |
1338 | |
1339 * Makefile.in.in (datadir): Add. | |
1340 From Jeff Miller <jmiller@smart.net> | |
1341 | |
1342 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1343 | |
1344 * XEmacs 21.2.18 is released | |
1345 | |
1346 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1347 | |
1348 * XEmacs 21.2.17 is released | |
1349 | |
1350 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1351 | |
1352 * XEmacs 21.2.16 is released | |
1353 | |
1354 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1355 | |
1356 * XEmacs 21.2.15 is released | |
1357 | |
1358 1999-06-03 SL Baur <steve@steve1.m17n.org> | |
1359 | |
1360 * Makefile.in.in: Move .PHONY up to force execution of `all'. | |
1361 | |
1362 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1363 | |
1364 * XEmacs 21.2.14 is released | |
1365 | |
1366 1999-05-14 SL Baur <steve@gneiss.etl.go.jp> | |
1367 | |
1368 * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs | |
1369 european keyboard fuckage. | |
1370 | |
1371 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1372 | |
1373 * update-elc.sh (ignore_pattern): Installation.el is dead. | |
1374 | |
1375 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1376 | |
1377 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>. | |
1378 | |
1379 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src. | |
1380 | |
1381 1999-04-29 Andy Piper <andy@xemacs.org> | |
1382 | |
1383 * make-docfile.c: build fixes for mingw32. | |
1384 * movemail.c: ditto. | |
1385 * run.c: ditto. | |
1386 * yow.c: ditto. | |
1387 * profile.c: ditto. | |
1388 (gettimeofday): new function copied from nt.c. | |
1389 | |
1390 * fakemail.c (make_file_preface): make buildable under windows. | |
1391 | |
1392 * Makefile.in.in: fix some build targets for when we are building | |
1393 on a windows platform. | |
1394 | |
1395 1999-03-12 giacomo boffi <giacomo.boffi@polimi.it> | |
1396 | |
1397 * sorted-doc.c: corrected the outdated or plainly wrong | |
1398 texinfo headers. Broken up the mega-@table that crashes (at | |
1399 least RedHat's) TeX with: | |
1400 "! TeX capacity exceeded, sorry [save size=4000]." | |
1401 | |
1402 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1403 | |
1404 * XEmacs 21.2.13 is released | |
1405 | |
1406 1999-03-10 Martin Buchholz <martin@xemacs.org> | |
1407 | |
1408 * fakemail.c (add_a_stream): Always use full ANSI prototypes. | |
1409 | |
1410 1999-03-06 Martin Buchholz <martin@xemacs.org> | |
1411 | |
1412 * fakemail.c (main): Ansify. | |
1413 (xmalloc): Ansify. | |
1414 (xrealloc): Ansify. | |
1415 (get_keyword): use paranoid casts ((int) (unsigned char) c) for | |
1416 islower, toupper, isspace. | |
1417 | |
1418 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1419 | |
1420 * XEmacs 21.2.12 is released | |
1421 | |
1422 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1423 | |
1424 * XEmacs 21.2.11 is released | |
1425 | |
1426 1999-02-17 SL Baur <steve@xemacs.org> | |
1427 | |
1428 * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when | |
1429 running latin-1 XEmacs. Eliminate 20.4 bundled kludges. | |
1430 * update-custom.sh (ignore_dirs): Ditto. | |
1431 | |
1432 1999-02-15 Martin Buchholz <martin@xemacs.org> | |
1433 | |
1434 * update-elc.sh: | |
1435 * update-autoloads.sh: | |
1436 * update-custom.sh: | |
1437 - improved automounter tmp directory support. | |
1438 - support 4 (!) empirically discovered automounter conventions | |
1439 | |
1440 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1441 | |
1442 * XEmacs 21.2.10 is released | |
1443 | |
1444 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1445 | |
1446 * XEmacs 21.2.9 is released | |
1447 | |
1448 1999-01-27 Martin Buchholz <martin@xemacs.org> | |
1449 | |
1450 * movemail.c (strerror): Must be NON-static, since it is used by | |
1451 the POP code, which got moved to a separate file. | |
1452 | |
1453 1999-01-11 Damon Lipparelli <lipp@primus.com> | |
1454 | |
1455 * Makefile.in.in: use ellcc (not ellc) everywhere | |
1456 | |
1457 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
1458 | |
1459 * Makefile.in.in: Include moduledir and sitemoduledir as defined | |
1460 by configure. | |
1461 - Install ellcc if we're supporting shared objects | |
1462 - Rules and dependancies for ellcc | |
1463 | |
1464 * ellcc.c: New file. Front end to the compiler for making modules. | |
1465 | |
1466 * ellcc.h.in: New file. Contains path definitions used by ellcc. | |
1467 | |
1468 * make-docfile.c (main): Add check for -E argument used by ellcc. | |
1469 | |
1470 * make-docfile.c: Changed output format when in -E mode. | |
1471 | |
1472 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1473 | |
1474 * XEmacs 21.2.8 is released. | |
1475 | |
1476 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1477 | |
1478 * XEmacs 21.2.7 is released. | |
1479 | |
1480 1998-12-17 Andy Piper <andy@xemacs.org> | |
1481 | |
1482 * pop.c (pop_open): disable use of getpass() which doesn't exist under NT. | |
1483 | |
1484 * movemail.c: mess with includes so that it builds under native NT. | |
1485 | |
1486 * pop.c: mess with includes so that it builds under native NT. | |
1487 From Fabrice Popineau <popineau@ese-metz.fr> | |
1488 | |
1489 1998-12-16 Andy Piper <andy@xemacs.org> | |
1490 | |
1491 * XEmacs 21.2.6 is released | |
1492 | |
1493 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1494 | |
1495 * XEmacs 21.2.5 is released | |
1496 | |
1497 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1498 | |
1499 * XEmacs 21.2-beta4 is released. | |
1500 | |
1501 1998-10-14 Andy Piper <andyp@parallax.co.uk> | |
1502 | |
1503 * Makefile.in.in (movemail): add getopt.o to objects to link with. | |
1504 | |
1505 * movemail.c (main): rewrite to use getopt(). Add options for | |
1506 order reversal, progress output, regexp matching and message | |
1507 deletion. | |
1508 (popmail): add some optional verbose messages. Use pop_search_top | |
1509 for getting messages. Make message deletion optional. Delete all | |
1510 messages at the end rather than on a message my message basis. | |
1511 (pop_search_top): new function. Looks for messages matching regexp. | |
1512 (compile_regex): new function stolen from etags. | |
1513 | |
1514 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1515 | |
1516 * XEmacs 21.2-beta3 is released. | |
1517 | |
1518 1998-10-12 SL Baur <steve@altair.xemacs.org> | |
1519 | |
1520 * lib-src/gnudepend.pl: Use /usr/bin/perl. | |
1521 * Makefile.in.in (INSTALLABLE_SCRIPTS): Remove send-pr, install-sid. | |
1522 (GEN_SCRIPTS): Ditto. | |
1523 Delete TM_SCRIPTS. | |
1524 | |
1525 1998-10-11 SL Baur <steve@altair.xemacs.org> | |
1526 | |
1527 * tm-au: | |
1528 * tm-file: | |
1529 * tm-html: | |
1530 * tm-image: | |
1531 * tm-mpeg: | |
1532 * tm-plain: | |
1533 * tm-ps: | |
1534 * tmdecode: packaged. | |
1535 | |
1536 1998-10-10 SL Baur <steve@altair.xemacs.org> | |
1537 | |
1538 * install-sid: | |
1539 * send-pr: Packaged | |
1540 | |
1541 1998-10-01 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1542 | |
1543 * gnuclient.c (filename_expand): Don't forget to copy the | |
1544 filename under UNIX. | |
1545 | |
1546 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1547 | |
1548 * XEmacs 21.2-beta2 is released. | |
1549 | |
1550 1998-09-08 Raymond Toy <toy@rtp.ericsson.se> | |
1551 | |
1552 * gnuclient.c (filename_expand): Added better recognition of | |
1553 absolute pathnames for CYGWIN. Convert absolute pathnames with | |
1554 drive letters to something xemacs can handle. | |
1555 | |
1556 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
1557 | |
1558 * XEmacs 21.2-beta1 is released. | |
1559 | |
1560 1998-07-15 SL Baur <steve@altair.xemacs.org> | |
1561 | |
1562 * update-elc.sh (ignore_pattern): Add very-early-lisp.el as | |
1563 something to never bytecompile. | |
1564 | |
1565 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1566 | |
1567 * XEmacs 21.0-pre5 is released. | |
1568 | |
1569 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1570 | |
1571 * XEmacs 21.0-pre4 is released. | |
1572 | |
1573 1998-06-16 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1574 | |
1575 * gnuclient.c (main): Use disconnect_from_server to read & echo | |
1576 result. | |
1577 | |
1578 1998-06-15 Andy Piper <andyp@parallax.co.uk> | |
1579 | |
1580 * Makefile.in.in: add xemacs icon to the runemacs executable. | |
1581 | |
1582 1998-06-12 Jim Radford <radford@robby.caltech.edu> | |
1583 | |
1584 * gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs. | |
1585 | |
1586 1998-06-04 Andy Piper <andyp@parallax.co.uk> | |
1587 | |
1588 * Makefile.in.in (runemacs): add runemacs as a build target if | |
1589 HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that | |
1590 build targets can benefit from it. | |
1591 | |
1592 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru> | |
1593 | |
1594 * wakeup.c (sleep): Added NT preprocessor quirkfest. | |
1595 (main): Exit when fflush() fails on stdout. | |
1596 | |
1597 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
1598 | |
1599 * getopt.c: Undefine getpid before redefinition. | |
1600 | |
1601 * make-docfile.c: Added <io.h> when compiling on NT | |
1602 | |
1603 * movemail.c: Ditto. | |
1604 (main): Declare some auto variables only when DISABLE_DIRECT_ACCESS | |
1605 is undefined, so they are actually used, to supress compilation | |
1606 warnings. | |
1607 | |
1608 1998-05-16 SL Baur <steve@altair.xemacs.org> | |
1609 | |
1610 * etags.c (C_entries): Avoid short circuiting comparisons on | |
1611 characters that may appear in C++ operator constructs. | |
1612 | |
1613 * ootags.c (C_entries): Commentary change. | |
1614 | |
1615 * Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh. | |
1616 | |
1617 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
1618 | |
1619 * Makefile.in.in: | |
1620 - Adjust for luser's CDPATH being set to something weird. | |
1621 - Take into account bash 2.02's tendency to print the cwd when | |
1622 using CDPATH. Always use `cd ./foo' instead of `cd foo'. | |
1623 - fix the run-temacs target to use $(DUMPENV) | |
1624 - fix the run-puremacs target to use $(DUMPENV) | |
1625 - fix the `depend' target to properly $(RM) the right files | |
1626 - Generate a better TAGS file for XEmacs' lisp code using | |
1627 hand-crafted regexps. | |
1628 - Use standard coding conventions for modules/Makefile.in | |
1629 | |
1630 1998-05-07 Andy Piper <andyp@parallax.co.uk> | |
1631 | |
1632 * update-elc.sh: test x && y loses in the presence of set -e, use | |
1633 if instead. | |
1634 | |
1635 1998-05-06 SL Baur <steve@altair.xemacs.org> | |
1636 | |
1637 * Makefile.in.in (INSTALLABLES): Add ootags. | |
1638 (ootags): New rule. | |
1639 | |
1640 * ootags.c: New file. | |
1641 (C_entries): Annotate changes neeeded for increased OO-Browser | |
1642 context. | |
1643 | |
1644 1998-05-05 Jeff Miller <jmiller@smart.net> | |
1645 | |
1646 * Makefile.in.in: Fix blessmail target. | |
1647 | |
1648 1998-05-05 SL Baur <steve@altair.xemacs.org> | |
1649 | |
1650 * Makefile.in.in (etags_args): Back out -DOO_BROWSER | |
1651 | |
1652 * etags.c: Revert to CVS version 1.11 (pre OO-browser additions). | |
1653 | |
1654 1998-05-04 SL Baur <steve@altair.xemacs.org> | |
1655 | |
1656 * etags.c (C_entries): Fix order typo. | |
1657 (C_entries): Restore previous test. | |
1658 | |
1659 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1660 | |
1661 * installexe.sh: fix to use -f instead of -e file and fix shift | |
1662 typo. | |
1663 | |
1664 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
1665 | |
1666 * etags.c: Unconditionally define OO_BROWSER. | |
1667 | |
1668 * update-elc.sh: Tighten up regexp on uname -r output. | |
1669 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com> | |
1670 | |
1671 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1672 | |
1673 * gnuclient.c (main): Read eval from from stdin if just "-batch" | |
1674 is given. | |
1675 * gnudoit: Support this. | |
1676 * gnuserv.1: Document this behavior. | |
1677 | |
1678 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1679 | |
1680 * etags.c (C_entries): Add parentheses. | |
1681 | |
1682 * etags-vmslib.c: Remove. It's not needed anymore. | |
1683 | |
1684 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1685 | |
1686 * installexe.sh: New file. | |
1687 | |
1688 1998-04-17 Olivier Galibert <galibert@pobox.com> | |
1689 | |
1690 * etags.c (print_help): Correct typo. | |
1691 | |
1692 1998-04-16 SL Baur <steve@altair.xemacs.org> | |
1693 | |
1694 * Makefile.in.in: Add -DOO_BROWSER to etags arguments. | |
1695 | |
1696 * etags.c: Synch with InfoDock. | |
1697 | |
1698 * update-autoloads.sh: Don't attempt to eval `make-special' stuffs | |
1699 anymore. They are no longer used. | |
1700 * update-custom.sh: Always check in lisp/. | |
1701 | |
1702 1998-03-18 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1703 | |
1704 * gnuclient.c (main): Do not copy string unnecessary in (too) | |
1705 small buffers. | |
1706 | |
1707 1998-03-02 SL Baur <steve@altair.xemacs.org> | |
1708 | |
1709 * update-elc.sh: Change all -q -no-site-file to -vanilla | |
1710 | |
1711 1998-02-27 SL Baur <steve@altair.xemacs.org> | |
1712 | |
1713 * update-elc.sh (ignore_pattern): Add Installation.el, remove old | |
1714 stuff from 20.4. | |
1715 | |
1716 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> | |
1717 | |
1718 * lib-src/Makefile.in.in: make sure clean removes msw executables | |
1719 | |
1720 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
1721 | |
1722 * gnuserv.h: Enable USE_TMPDIR. | |
1723 | |
1724 1998-02-23 Glynn Clements <glynn@sensei.co.uk> | |
1725 | |
1726 * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR | |
1727 environment variable. | |
1728 | |
1729 * gnuserv.c (various): replace hardcoded references to /tmp with | |
1730 the value of `tmpdir'. | |
1731 (main): initialise variable `tmpdir' from the TMPDIR | |
1732 environment variable. | |
1733 | |
1734 * gnuserv.h: include (commented-out) definition of USE_TMPDIR. | |
1735 Add `extern char *tmpdir'. | |
1736 | |
1737 * gnuslib.c (various): replace hardcoded references to /tmp with | |
1738 the value of `tmpdir'. | |
1739 | |
1740 1998-02-15 SL Baur <steve@altair.xemacs.org> | |
1741 | |
1742 * getopt.c (_getopt_internal): Add braces for clarity. | |
1743 | |
1744 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
1745 | |
1746 * lib-src/add-little-package.sh: | |
1747 * lib-src/add-big-package.sh: | |
1748 Use proper paranoid quoting for sh variables. | |
1749 -batch implies -q. | |
1750 | |
1751 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> | |
1752 | |
1753 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is | |
1754 set. | |
1755 | |
1756 * gnuserv.c: tidy up so that it builds when we don't have | |
1757 UNIX_DOMAIN_SOCKETS. | |
1758 | |
1759 1998-01-07 SL Baur <steve@altair.xemacs.org> | |
1760 | |
1761 * update-elc.sh (ignore_pattern): Replace -vanilla with `-q | |
1762 -no-site-file'. | |
1763 * update-autoloads.sh (dirs): Ditto. | |
1764 * update-custom.sh (dirs): Ditto. | |
1765 | |
1766 1997-12-18 SL Baur <steve@altair.xemacs.org> | |
1767 | |
1768 * update-elc.sh (mule_p): Remove skk's special treatment. | |
1769 | |
1770 1997-12-09 SL Baur <steve@altair.xemacs.org> | |
1771 | |
1772 * update-elc.sh (ignore_pattern): Correct paths of files that | |
1773 should not be bytecompiled, and remove dead files. | |
1774 | |
1775 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
1776 | |
1777 * update-elc.sh (mule_p): Update for addition of SKK. | |
1778 | |
1779 * update-autoloads.sh (mule_p): Update ignore_dirs for | |
1780 lisp/language and lisp/skk. | |
1781 * update-custom.sh (mule_p): Ditto. | |
1782 | |
1783 1997-11-29 Jeff Miller <jmiller@smart.net> | |
1784 | |
1785 * Makefile.in.in: Changed path to blessmail.el for blessmail target | |
1786 to match new lisp directory layout. | |
1787 | |
1788 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
1789 | |
1790 * update-elc.sh: Obliterate usage of make_special, since nothing | |
1791 requires it any more. | |
1792 | |
1793 1997-11-23 SL Baur <steve@altair.xemacs.org> | |
1794 | |
1795 * update-elc.sh (BYTECOMP): cleantree.el has been moved. | |
1796 | |
1797 1997-11-18 Colin Rafferty <craffert@ml.com> | |
1798 | |
1799 * update-elc.sh (prune_vc): Made it ignore any directory that | |
1800 starts with a period. | |
1801 | |
1802 1997-11-16 SL Baur <steve@altair.xemacs.org> | |
1803 | |
1804 * gnuserv.c (main): make return type int. | |
1805 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1806 | |
1807 * fakemail.c (main): Ditto. | |
1808 | |
1809 1997-11-13 SL Baur <steve@altair.xemacs.org> | |
1810 | |
1811 * pop.c: Add includes from movemail.c so standard functions get | |
1812 declared. | |
1813 (pop_retrieve): Return NULL if falling off the end of the | |
1814 function. | |
1815 | |
1816 * movemail.c: Hide declarations of popmail(), mbx_write(), | |
1817 mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP | |
1818 guard. | |
1819 (pop_retr): Change 4th parameter to void *. | |
1820 | |
1821 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
1822 | |
1823 * update-custom.sh (dirs): Remove packaged directories. | |
1824 | |
1825 * update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are | |
1826 now packaged. | |
1827 | |
1828 * update-autoloads.sh (mule_p): Hyperbole and oobr are now | |
1829 packaged. | |
1830 | |
1831 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
1832 | |
1833 * update-autoloads.sh (mule_p): EFS has been packaged. | |
1834 * update-elc.sh (make_special_commands): Ditto. | |
1835 | |
1836 * update-elc.sh: VM has been packaged. | |
1837 | |
1838 * update-autoloads.sh: Add directory language | |
1839 | |
1840 1997-10-23 SL Baur <steve@altair.xemacs.org> | |
1841 | |
1842 * update-elc.sh (BYTECOMP): Specify -vanilla | |
1843 * update-autoloads.sh (dirs): Ditto. | |
1844 * update-custom.sh (dirs): Ditto. | |
1845 | |
1846 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
1847 | |
1848 * config.values.in: Run config.values.sh | |
1849 | |
1850 1997-10-09 SL Baur <steve@altair.xemacs.org> | |
1851 | |
1852 * Makefile.in.in (PKG_SCRIPTS): Add new package manipulation | |
1853 scripts. | |
1854 | |
1855 * add-little-package.sh: New file. Support script to install | |
1856 single file packages. | |
1857 | |
1858 * Makefile.in.in (distclean): Reverse change -- do not remove | |
1859 config.values.in. | |
1860 Suggested by: Martin Buchholz <mrb@Eng.Sun.COM> | |
1861 | |
1862 1997-10-06 SL Baur <steve@altair.xemacs.org> | |
1863 | |
1864 * Makefile.in.in (distclean): Remove config.values.in. | |
1865 From Martin Buchholz <mrb@Eng.Sun.COM> | |
1866 | |
1867 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1868 | |
1869 * update-autoloads.sh (mule_p): W3 is a package now. | |
1870 | |
1871 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1872 | |
1873 * update-elc.sh (ignore_pattern): Don't attempt bytecompiling | |
1874 lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el. | |
1875 | |
1876 1997-09-29 SL Baur <steve@altair.xemacs.org> | |
1877 | |
1878 * update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're | |
1879 not building with Mule. | |
1880 | |
1881 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | |
1882 | |
1883 * update-custom.sh: New file. | |
1884 | |
1885 * update-autoloads.sh: Minor fixes. | |
1886 | |
1887 1997-08-11 Jeff Miller <jmiller@smart.net> | |
1888 * Makefile.in.in: Added a test for system-type equal to linux to | |
1889 lisp/paths.el. Mail spool dir should be /var/spool/mail. | |
1890 | |
1891 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and | |
1892 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also | |
1893 missing a variable called "configuration. This messed up archilibdir. | |
1894 | |
1895 * Added highlighting to text suggesting to do "make gzip-el" in top | |
1896 level Makefile.in. Added code to do make maybe-blessmail after a | |
1897 make install is done. | |
1898 | |
1899 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1900 | |
1901 * gnuclient.c (main): Made help string correspond to options. | |
1902 | |
1903 1997-08-01 SL Baur <steve@altair.xemacs.org> | |
1904 | |
1905 * Makefile.in.in (distclean): Remove config.values here only. | |
1906 | |
1907 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
1908 | |
1909 * Makefile.in.in (UTILITIES): Add config.values so it can be | |
1910 cleared away by `make distclean'. | |
1911 | |
1912 1997-07-21 SL Baur <steve@altair.xemacs.org> | |
1913 | |
1914 * update-elc.sh (make_special_commands): Remove processing for | |
1915 Gnus and AUCTeX. | |
1916 | |
1917 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
1918 | |
1919 * update-elc.sh (mule_p): Do not attempt to bytecompile | |
1920 char-table.el and chartblxmas.el. | |
1921 | |
1922 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
1923 | |
1924 * update-elc.sh (cc-mode): Don't give cc-mode special treatment. | |
1925 | |
1926 * update-autoloads.sh (cc-mode): Don't give cc-mode special | |
1927 treatment. | |
1928 | |
1929 * rcs2log: Synch with Emacs/Mule zeta. | |
1930 | |
1931 1997-07-03 Steven L Baur <steve@altair.xemacs.org> | |
1932 | |
1933 * update-elc.sh (make_special_commands): Fix building of ilisp so | |
1934 custom-load.elc gets built. | |
1935 | |
1936 1997-06-27 Steven L Baur <steve@altair.xemacs.org> | |
1937 | |
1938 * update-autoloads.sh: Major rework. Avoid looking at MULE | |
1939 directories if not running XEmacs/Mule. | |
1940 - Look into all Mule directories for building autoloads. | |
1941 | |
1942 * update-elc.sh (make_special_commands): Fix handling of | |
1943 bytecompilation of AUCTeX to avoid looking at tex-jp.el if not | |
1944 running MULE. | |
1945 | |
1946 1997-06-24 Steven L Baur <steve@altair.xemacs.org> | |
1947 | |
1948 * gnuattach: Needed executable bit set. | |
1949 Suggested by Kyle Jones <kyle_jones@wonderworks.com> | |
1950 | |
1951 * update-elc.sh (ignore_pattern): lisp/language/ethiopic byte | |
1952 compiles now. | |
1953 | |
1954 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1955 | |
1956 * update-autoloads.sh: Search lisp/mule/. | |
1957 | |
1958 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
1959 | |
1960 * gnuattach: Readd as warning script. | |
1961 | |
1962 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach. | |
1963 From Hrvoje Niksic <hniksic@srce.hr> | |
1964 | |
1965 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | |
1966 | |
1967 * update-elc.sh (mule_p): Ignore lisp/language when building | |
1968 non-Mule. | |
1969 (ignore_pattern): Ignore Languages we don't support yet. | |
1970 | |
1971 1997-06-02 Steven L Baur <steve@altair.xemacs.org> | |
1972 | |
1973 * update-elc.sh (ignore_dirs): Handle ported Quail (LEIM). | |
1974 | |
1975 Tue May 20 23:22:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
1976 | |
1977 * update-autoloads.sh (dirs): Remove obsolete directory lisp/vms | |
1978 from exclusion list (it doesn't exist any more). Remove | |
1979 lisp/eterm from exclusion list of directories searched for | |
1980 autoloads. | |
1981 | |
1982 Thu May 1 15:26:20 1997 Steven L Baur <steve@altair.xemacs.org> | |
1983 | |
1984 * update-elc.sh (mule_p): Test for mule bombs with change in format | |
1985 of new output of featurep. | |
1986 | |
1987 Fri Apr 25 09:12:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
1988 | |
1989 * pstogif: Use Martin Buchholz magic to automagically find perl | |
1990 interpreter. | |
1991 | |
1992 Tue Apr 8 03:08:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
1993 | |
1994 * Makefile.in.in: C Comment out Make comments. No snide comments | |
1995 from me, no sir. | |
1996 | |
1997 Tue Apr 1 12:26:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
1998 | |
1999 * Makefile.in.in: Added stuff for updated movemail.c. | |
2000 | |
2001 Sat Mar 29 16:57:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
2002 | |
2003 * send-pr (GNATS_ADDR): Use xemacs.org as submission address. | |
2004 (DATADIR): Allow for DATADIR to be passed in as an environment | |
2005 variable. | |
2006 | |
2007 Sun Mar 23 15:57:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
2008 | |
2009 * update-elc.sh (make_special_commands): Use target of x20 for efs. | |
2010 | |
2011 Wed Mar 19 10:38:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
2012 | |
2013 * Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir | |
2014 configuration. | |
2015 | |
2016 Tue Mar 18 17:49:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
2017 | |
2018 * update-elc.sh (EMACS): Removed $XEMACS backdoor. We will make | |
2019 the .elcs *only* with the freshly built XEmacs. | |
2020 | |
2021 Mon Mar 17 10:12:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
2022 | |
2023 * Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and | |
2024 send-pr (from GNATS). | |
2025 | |
2026 * update-elc.sh (prune_vc): Use full path to cleantree.el. | |
2027 (NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs. | |
2028 | |
2029 Sun Mar 16 21:13:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
2030 | |
2031 * install-sid: New file (GNATS integration). | |
2032 | |
2033 * send-pr: New file (GNATS integration). | |
2034 | |
2035 Fri Mar 14 17:59:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
2036 | |
2037 * update-elc.sh (ignore_dirs): Build VM with `make autoload'. | |
2038 | |
2039 Wed Mar 5 18:07:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
2040 | |
2041 * gzip-el.sh: New file. Courtesy of Jeff Miller and Hrvoje Niksic. | |
2042 | |
2043 * update-elc.sh (els): Remove out of date .elcs before building. | |
2044 | |
2045 Tue Mar 4 18:45:10 1997 Martin Buchholz <mrb@eng.sun.com> | |
2046 | |
2047 * update-elc.sh (els): No more special treatment for vm.elc. | |
2048 | |
2049 Wed Feb 26 18:17:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
2050 | |
2051 * make-docfile.c (next_extra_elc): New function. | |
2052 (main): Use it. Implementation of `-i' parameter to pass a list | |
2053 of site-loaded lisp files. | |
2054 | |
2055 Wed Feb 19 18:24:49 1997 Steven L Baur <steve@altair.xemacs.org> | |
2056 | |
2057 * update-elc.sh: Added lisp/auctex. | |
2058 | |
2059 Thu Feb 13 11:32:47 1997 Steven L Baur <steve@altair.xemacs.org> | |
2060 | |
2061 * Makefile.in.in: Install pstogif script. | |
2062 | |
2063 Sun Dec 29 17:16:45 1996 Martin Buchholz <mrb@eng.sun.com> | |
2064 | |
2065 * update-elc.sh (make_special_commands): Make ilisp be a little | |
2066 smarter about recompilation. | |
2067 | |
2068 Wed Dec 18 20:22:55 1996 Martin Buchholz <mrb@eng.sun.com> | |
2069 | |
2070 * mmencode.c: Don't declare index(). | |
2071 | |
2072 * Makefile.in.in: Documentation changes. | |
2073 | |
2074 * update-elc.sh: Portability Fix. | |
2075 | |
2076 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
2077 | |
2078 * update-elc.sh: Corrections to protect against too smart /bin/sh'es. | |
2079 |