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