diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62337d8db63..96dc0066fd9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2010-01-25 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (Fx_create_frame): If frame height is too big, try | ||
| 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 | |||
| 1 | 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 25 | 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 26 | ||
| 3 | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case | 27 | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case |