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