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