Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 422b4b4fb2a6 |
children | d555581e3cba 06dd936cde16 |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
1 2010-02-11 Vin Shelton <acs@xemacs.org> | |
2 | |
3 * winclient.c: Bump connection retries to 20 because some people | |
4 have long startup files. | |
5 (openConversation): If CreateProcess cannot find | |
6 xemacs.exe, try again with the name of the version-specific | |
7 executable. This is useful because the cygwin version of XEmacs | |
8 doesn't install an xemacs.exe executable. | |
9 (parseCommandLine): Fix tracker issue 675 - add current directory | |
10 to filenames under cygwin. | |
11 | |
12 2010-01-26 Ben Wing <ben@xemacs.org> | |
13 | |
14 * make-msgfile.lex: Vague hacking on this file, insert a comment | |
15 about what should be done if we ever want this to work. | |
16 | |
17 2010-01-24 Ben Wing <ben@xemacs.org> | |
18 | |
19 * fakemail.c (args_size): | |
20 * fakemail.c (parse_header): | |
21 * ootags.c (C_entries): | |
22 Fix warnings about possible use of uninitialized vars. | |
23 | |
24 2010-02-01 Vin Shelton <acs@xemacs.org> | |
25 | |
26 * make-mswin-unicode.pl: Add description of override. | |
27 | |
28 2010-01-30 Ben Wing <ben@xemacs.org> | |
29 | |
30 * make-mswin-unicode.pl: | |
31 Make it possible to specify an overridden prototype in cases where | |
32 either Cygwin or Visual Studio has errors in their headers that | |
33 can be corrected by falling back to a less qualified type (typically | |
34 without const). | |
35 | |
36 2010-01-28 Jerry James <james@xemacs.org> | |
37 | |
38 * Makefile.in.in: Remove make-msgfile and make-po rules. | |
39 * make-msgfile.c: Removed, obsolete code. | |
40 * make-po.c: Removed, obsolete code. | |
41 | |
42 2010-01-15 Ben Wing <ben@xemacs.org> | |
43 | |
44 * make-mswin-unicode.pl: | |
45 Process the command `review'. Cause an error to happen if we try to | |
46 use the command, indicating that the command needs review to determine | |
47 how to handle it. | |
48 | |
49 2010-01-15 Ben Wing <ben@xemacs.org> | |
50 | |
51 * make-mswin-unicode.pl: | |
52 Various fixes to get this to work when using the Cygwin header files | |
53 in /usr/include/w32api instead of the VC++ ones: | |
54 -- Use /usr/include/w32api as default; don't assume that a passed-in | |
55 directory always ends in .../include. | |
56 -- Add `const' to list of known type modifiers. | |
57 -- If function already seen, warn but don't generate twice. | |
58 -- Eliminate `extern' from return type modifiers. | |
59 -- Cosmetic: When eliminating APIENTRY, also eliminate following | |
60 whitespace. | |
61 | |
62 2010-01-13 Ben Wing <ben@xemacs.org> | |
63 | |
64 * fix-perms.sh: New file. | |
65 | |
1 2009-12-21 Jerry James <james@xemacs.org> | 66 2009-12-21 Jerry James <james@xemacs.org> |
2 | 67 |
3 * Makefile.in.in: Remove rules for building yow. | 68 * Makefile.in.in: Remove rules for building yow. |
4 * yow.c: Removed. | 69 * yow.c: Removed. |
5 | 70 |