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