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