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