aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-01-25 08:45:12 +0100
committerJan Djärv2010-01-25 08:45:12 +0100
commit433bdc96cb7234e36f218df1588b17411f54ee57 (patch)
tree999e53f70ecf6ed72cbd49567d6eddb03ec9e873 /src/ChangeLog
parentaa3e13b5300d55ee22fbd548f0284beb0c65a871 (diff)
parent755da7fa2086d39e2f07262ff13e8ff015edbc7e (diff)
downloademacs-433bdc96cb7234e36f218df1588b17411f54ee57.tar.gz
emacs-433bdc96cb7234e36f218df1588b17411f54ee57.zip
Merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a09fbac8c35..96dc0066fd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,43 @@
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 5
62010-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
152010-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
202010-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
252010-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
302010-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
372010-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)
42
62010-01-20 Kenichi Handa <handa@m17n.org> 432010-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,