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