comparison src/ChangeLog @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents f955c73f5258
children 51092a27c943
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
1 1998-01-18 SL Baur <steve@altair.xemacs.org>
2
3 * glyphs-x.c (imagick_instantiate): Dynamically allocate pixar
4 with alloca.
5 From Damon Lipparelli <lipp@primus.com>
6
7 1998-01-14 Martin Buchholz <martin@xemacs.org>
8
9 * eval.c (For, Fand, Fif, Fcond, Fprogn, Fprog1, Fprog2):
10 Modernize and streamline.
11 Replace Fcdr with XCDR, Fcar with XCAR for efficiency.
12 Remove REGISTER declarations.
13
14 1998-01-13 Martin Buchholz <martin@xemacs.org>
15
16 * emacsfns.h:
17 * alloc.c:
18 Add proper prototypes for print_cons, print_vector, print_string.
19
20 * dired.c (directory-files):
21 * elhash.c (elisp_maphash):
22 * elhash.h (elisp_maphash):
23 * lrecord.h:
24 * mule-ccl.c (setup_ccl_program):
25 * mule-coding.c (coding_system_charset):
26 * offix-cursors.h (cursor_bits):
27 Warning elimination.
28
29 * redisplay.c (add_blank_rune):
30 * redisplay.c (add_glyph_rune):
31 * redisplay.c (add_emchar_rune):
32 Warning elimination. Avoid useless computation in non-mule case.
33
34 * config.h.in:
35 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
36 * src/alloc.c:
37 * src/events.c:
38 Rearrange order of declarations and definitions to avoid forward
39 * src/mem-limits.h: Add motivating comment for future cleanup.
40
41 * s/linux.h: Cleanup. Remove old cruft.
42
43 * config.h.in:
44 Always define _GNU_SOURCE when using GNU libc.
45 Support --without-FOO as a synonym for --with-FOO=no.
46 Always use $srcdir to locate config.guess.
47 Make it clear that CONFIGURATION is optional.
48 De-emphasize CONFIGURATION parameter. Random cleanup.
49 More compatible with standard GNU install instructions.
50 --with-menubars=athena3d ==> --with-menubars=lucid.
51
52 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
53
54 * fileio.c (Fexpand_file_name): Synched with FSF.
55
56 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
57
58 * objects-msw.c (mswindows_color_instance_rgb_components):
59 Multiply components by 257 instead of shifting by 8.
60
61 1998-01-15 Hrvoje Niksic <hniksic@srce.hr>
62
63 * elhash.c (Fhashtable_type): New function.
64 (Fhashtable_test_function): Ditto.
65
1 1998-01-12 SL Baur <steve@altair.xemacs.org> 66 1998-01-12 SL Baur <steve@altair.xemacs.org>
2 67
3 * profile.c (Fclear_profiling_info): Fix typing error. 68 * profile.c (Fclear_profiling_info): Fix typing error.
4 69
5 * elhash.c (elisp_map_remhash): Fix typing error. 70 * elhash.c (elisp_map_remhash): Fix typing error.