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