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