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