comparison src/ChangeLog @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 084402c475ba
children 11cf20601dec
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
1 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2
3 * emacs.c: declare hooks only if !DOUG_LEA_MALLOC since the
4 declaration conflicts with glibc's own.
5
6 1998-02-19 SL Baur <steve@altair.xemacs.org>
7
8 * config.h.in: Remove HAVE_TERM, add USE_MINIMAL_TAGBITS and
9 USE_INDEXED_LRECORD_IMPLEMENTATION.
10
11 * process.c (Fopen_network_stream_internal): Remove TERM support.
12
13 * sysproc.h: Remove TERM support.
14
15 1998-02-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
16
17 * input-method-xfs.c: add setlocale(LC_CTYPE, "") right after
18 setlocale(LC_NUMERIC, "C"). Because, without this, the LC_CTYPE
19 got a side effect of LC_NUMERIC then set to "C".
20
21 1998-02-19 SL Baur <steve@altair.xemacs.org>
22
23 * emacs.c (main): Enable mmap'ing with XEmacs/Mule.
24
25 * redisplay.c (add_string_to_fstring_db_runes): Fix infloop
26 problem with long modelines and glyphs.
27
28 * unexelf.c: The proper way to check for GNU libc is with __GLIBC__.
29 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
30
1 1998-02-18 SL Baur <steve@altair.xemacs.org> 31 1998-02-18 SL Baur <steve@altair.xemacs.org>
2 32
3 * Makefile.in.in: Remove all references to prefix-args. 33 * Makefile.in.in: Remove all references to prefix-args.
4 34
5 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru> 35 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>