comparison src/ChangeLog @ 106986:6612625cb8e9

Merge from trunk
author Jan D. <jan.h.d@swipnet.se>
date Mon, 25 Jan 2010 08:45:12 +0100
parents 98177bdf93bf ffa16c09e01d
children 8b0707b50290 eb7555fbea3b
comparison
equal deleted inserted replaced
106979:98177bdf93bf 106986:6612625cb8e9
1 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> 1 2010-01-25 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xfns.c (Fx_create_frame): If frame height is too big, try 3 * xfns.c (Fx_create_frame): If frame height is too big, try
4 sizes 24 and 10. Bug #3643. 4 sizes 24 and 10. Bug #3643.
5
6 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 Try and fix bug#788, hopefully for real this time.
9 * keymap.c (shadow_lookup): Add `remap' arg.
10 (describe_map, describe_vector): Update calls to shadow_lookup.
11 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
12 `remapped' so this flag is applicable to `sequence'. Be careful to
13 perform remapping during shadow_lookup check of remapped_sequences.
14
15 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
16
17 * image.c (png_load): Use png_sig_cmp instead of the obsolete
18 png_check_sig, which has been removed in libpng 1.4.
19
20 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
21
22 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
23 lacks this header file).
24
25 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26
27 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
28 as in Emacs 22.
29
30 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31
32 * lisp.h (make_pure_string): String pointer arg now points to const.
33
34 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
35 args now point to const.
36
37 2010-01-22 Eli Zaretskii <eliz@gnu.org>
38
39 * lread.c (Fload): Don't treat files without .elc extension as
40 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
41 them. (bug#5303)
5 42
6 2010-01-20 Kenichi Handa <handa@m17n.org> 43 2010-01-20 Kenichi Handa <handa@m17n.org>
7 44
8 * coding.c (consume_chars): If ! multibyte and the encoder is ccl, 45 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
9 treat the source as actual byte sequence. 46 treat the source as actual byte sequence.