comparison src/ChangeLog @ 247:e70b3a057e12 r20-5b22

Import from CVS: tag r20-5b22
author cvs
date Mon, 13 Aug 2007 10:18:21 +0200
parents 51092a27c943
children 83b3d10dcba9
comparison
equal deleted inserted replaced
246:cf2a77a48c1c 247:e70b3a057e12
1 1998-01-27 SL Baur <steve@altair.xemacs.org>
2
3 * m/powerpc.h: Isolate changes for mklinux from AIX.
4
5 1998-01-27 Hrvoje Niksic <hniksic@srce.hr>
6
7 * symbols.c (init_symbols_once_early): Decreased default size of
8 Vpure_uninterned_symbol_table to 50.
9
10 1998-01-27 SL Baur <steve@altair.xemacs.org>
11
12 * redisplay-x.c (x_output_string): Correction for handling underlined
13 fonts when XGetFontProperty fails.
14 From Chris Felaco <felaco@iatcmail.ed.ray.com>
15
16 1998-01-27 Kyle Jones <kyle_jones@wonderworks.com>
17
18 * alloc.c (Fpurecopy): Store symbols that aren't
19 interned in Vobarray into Vpure_uninterned_symbol_table.
20
21 * symbols.c (init_symbols_once_early): Initialize
22 Vpure_uninterned_symbol_table.
23
24 * emacsfns.h: Declare Vpure_uninterned_symbol_table.
25
26 1998-01-26 SL Baur <steve@altair.xemacs.org>
27
28 * alloc.c (report_pure_usage): New macro PURESIZE_SLOP to allow
29 for extra pure space.
30
1 1998-01-23 SL Baur <steve@altair.xemacs.org> 31 1998-01-23 SL Baur <steve@altair.xemacs.org>
2 32
3 * sound.c (Fplay_sound_file): Use NILP for comparison of 33 * sound.c (Fplay_sound_file): Use NILP for comparison of
4 Lisp_Object. 34 Lisp_Object.
5 35