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