comparison lib-src/ChangeLog @ 5495:1f0b15040456

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 01 May 2011 18:44:03 +0100
parents 06dd936cde16 f5a0b32f4687
children 4aa8ee813265
comparison
equal deleted inserted replaced
5494:861f2601a38b 5495:1f0b15040456
1 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * XEmacs 21.5.31 "ginger" is released.
4
5 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org>
6
7 * XEmacs 21.5.30 "garlic" is released.
8
9 2011-01-15 Mike Sperber <mike@xemacs.org>
10
11 * fakemail.c: #include <osreldate.h> on FreeBSD, since we no
12 longer have freebsd.h.
13
14 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org>
15
16 * gnuserv.c:
17 * gnuserv.h:
18 * gnuslib.c:
19 Add standard permission boilerplate.
20
21 * ad2c:
22 Add copyright notices based on internal evidence.
23
24 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org>
25
26 * cvtmail.c:
27 * fakemail.c:
28 * make-path.c:
29 * profile.c:
30 * tcp.c:
31 Fix typo (doubled phrase) in permission notice.
32
33 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org>
34
35 * ad2c: Correct FSF address in permission notice.
36
37 2010-06-02 Aidan Kehoe <kehoea@parhasard.net>
38
39 * gnuclient.c (main):
40 If gnuclient was built with GTK support, and is asking a gnuserv
41 without GTK support to open a frame, fall back to X11, don't
42 throw an error on the server side, invisible to the client.
43
44 2010-04-17 Aidan Kehoe <kehoea@parhasard.net>
45
46 * make-docfile.c (scan_lisp_file):
47 Even if a function doesn't have a doc string, store its file name
48 in DOC.
49
50 2010-03-02 Ben Wing <ben@xemacs.org>
51
52 * digest-doc.c:
53 * make-path.c:
54 `emacs' isn't defined, but HAVE_CONFIG_H is, so use it to get
55 config.h.
56
57 * getopt.h:
58 Conditionalize on HAVE_CONFIG_H to get real prototypes.
59
60 2010-02-25 Ben Wing <ben@xemacs.org>
61
62 * make-docfile.c:
63 * make-docfile.c (write_c_args):
64 Convert newlines to spaces so that argument lists are always on one
65 line, because that's what function-documentation-1 expects.
66
1 2010-02-19 Ben Wing <ben@xemacs.org> 67 2010-02-19 Ben Wing <ben@xemacs.org>
2 68
3 * digest-doc.c: 69 * digest-doc.c:
4 * digest-doc.c (main): 70 * digest-doc.c (main):
5 * emacs.csh: 71 * emacs.csh:
2156 2222
2157 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM> 2223 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM>
2158 2224
2159 * update-elc.sh: Corrections to protect against too smart /bin/sh'es. 2225 * update-elc.sh: Corrections to protect against too smart /bin/sh'es.
2160 2226
2227
2228 ChangeLog entries synched from GNU Emacs are the property of the FSF.
2229 Other ChangeLog entries are usually the property of the author of the
2230 change.
2231
2232 This file is part of XEmacs.
2233
2234 XEmacs is free software: you can redistribute it and/or modify it
2235 under the terms of the GNU General Public License as published by the
2236 Free Software Foundation, either version 3 of the License, or (at your
2237 option) any later version.
2238
2239 XEmacs is distributed in the hope that it will be useful, but WITHOUT
2240 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2241 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2242 for more details.
2243
2244 You should have received a copy of the GNU General Public License
2245 along with XEmacs. If not, see <http://www.gnu.org/licenses/>.