diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 56 |
1 files changed, 49 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3832808dc09..3a62f0a2a17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Try and fix bug#788, hopefully for real this time. | ||
| 4 | * keymap.c (shadow_lookup): Add `remap' arg. | ||
| 5 | (describe_map, describe_vector): Update calls to shadow_lookup. | ||
| 6 | (Fwhere_is_internal): Fix up handling of `remapped_sequences' and | ||
| 7 | `remapped' so this flag is applicable to `sequence'. Be careful to | ||
| 8 | perform remapping during shadow_lookup check of remapped_sequences. | ||
| 9 | |||
| 10 | 2010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change) | ||
| 11 | |||
| 12 | * image.c (png_load): Use png_sig_cmp instead of the obsolete | ||
| 13 | png_check_sig, which has been removed in libpng 1.4. | ||
| 14 | |||
| 15 | 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | ||
| 16 | |||
| 17 | * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x | ||
| 18 | lacks this header file). | ||
| 19 | |||
| 20 | 2010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 21 | |||
| 22 | * xdisp.c (draw_glyphs): Update `start' for left_overwritten case | ||
| 23 | as in Emacs 22. | ||
| 24 | |||
| 25 | 2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 26 | |||
| 27 | * lisp.h (make_pure_string): String pointer arg now points to const. | ||
| 28 | |||
| 29 | * alloc.c (find_string_data_in_pure, make_pure_string): String pointer | ||
| 30 | args now point to const. | ||
| 31 | |||
| 32 | 2010-01-22 Eli Zaretskii <eliz@gnu.org> | ||
| 33 | |||
| 34 | * lread.c (Fload): Don't treat files without .elc extension as | ||
| 35 | byte-compiled if they are ``magic'', i.e. `openp' returned -2 for | ||
| 36 | them. (bug#5303) | ||
| 37 | |||
| 38 | 2010-01-20 Kenichi Handa <handa@m17n.org> | ||
| 39 | |||
| 40 | * coding.c (consume_chars): If ! multibyte and the encoder is ccl, | ||
| 41 | treat the source as actual byte sequence. | ||
| 42 | |||
| 43 | 2010-01-19 Alan Mackenzie <acm@muc.de> | ||
| 44 | |||
| 45 | Fix spurious before-change-functions invocation from (insert ?\n). | ||
| 46 | * textprop.c (set_text_properties): rename parameter | ||
| 47 | `signal_after_change_p' to `coherent_change_p', and make the | ||
| 48 | invocation of `modify_region' conditional on it. | ||
| 49 | |||
| 1 | 2010-01-19 Jan Djärv <jan.h.d@swipnet.se> | 50 | 2010-01-19 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 51 | ||
| 3 | * xsettings.c (apply_xft_settings): Save settings in Vxft_settings | 52 | * xsettings.c (apply_xft_settings): Save settings in Vxft_settings |
| @@ -182,13 +231,6 @@ | |||
| 182 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | 231 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must |
| 183 | also be true before we can return early (bug #5339). | 232 | also be true before we can return early (bug #5339). |
| 184 | 233 | ||
| 185 | 2010-01-08 Alan Mackenzie <acm@muc.de> | ||
| 186 | |||
| 187 | Fix spurious before-change-functions invocation from (insert ?\n). | ||
| 188 | * textprop.c (set_text_properties): rename parameter | ||
| 189 | `signal_after_change_p' to `coherent_change_p', and make the | ||
| 190 | invocation of `modify_region' conditional on it. | ||
| 191 | |||
| 192 | 2010-01-06 David Reitter <david.reitter@gmail.com> | 234 | 2010-01-06 David Reitter <david.reitter@gmail.com> |
| 193 | 235 | ||
| 194 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. | 236 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. |