diff options
| author | Glenn Morris | 2014-05-25 19:28:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-25 19:28:09 -0700 |
| commit | 015936fba1bcaa51b7886a73144d4c088200c0aa (patch) | |
| tree | c9628339352c1a97e574df28966e977143c43e41 /src/ChangeLog | |
| parent | 5e26d9849a79bf78fda821979fc937f7e5e6df52 (diff) | |
| parent | e8f2cc26e712f42f6391fa52cd67c3e791096f1e (diff) | |
| download | emacs-015936fba1bcaa51b7886a73144d4c088200c0aa.tar.gz emacs-015936fba1bcaa51b7886a73144d4c088200c0aa.zip | |
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f40931cbabc..76117451b16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2014-05-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Don't record wrap position | ||
| 4 | if we are iterating over an object that generates glyphs for | ||
| 5 | marginal areas. (Bug#17585) | ||
| 6 | |||
| 7 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | * xdisp.c (safe__call1, safe__eval): Now static. | ||
| 10 | |||
| 11 | 2014-05-26 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * xdisp.c (safe__call): Accept va_list argument instead of '...'. | ||
| 14 | (safe_call, safe__call1): Construct a va_list argument for safe_call. | ||
| 15 | (safe_call1): Call safe_call instead of safe__call directly. | ||
| 16 | |||
| 17 | 2014-05-26 Ken Brown <kbrown@cornell.edu> | ||
| 18 | |||
| 19 | * w32term.c (x_delete_display) [CYGWIN]: Don't free | ||
| 20 | dpyinfo->w32_id_name, to make sure it doesn't get freed more than | ||
| 21 | once. (Bug#17510) | ||
| 22 | |||
| 23 | 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 24 | |||
| 25 | * xdisp.c: Bind inhibit-quit during pre-redisplay-function. | ||
| 26 | (safe__call, safe__call1, safe__eval): New functions. | ||
| 27 | (safe_call): Use it. | ||
| 28 | (prepare_menu_bars): Use it for pre-redisplay-function (bug#17577). | ||
| 29 | (display_mode_element): Same for `:eval'. | ||
| 30 | |||
| 31 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 32 | |||
| 33 | Fix port to 32-bit AIX (Bug#17540). | ||
| 34 | * unexaix.c (copy_text_and_data): Don't add text_scnptr to ptr | ||
| 35 | twice. _text already includes this offset. | ||
| 36 | (unrelocate_symbols): Don't cast 64-bit integer to pointer. | ||
| 37 | |||
| 38 | 2014-05-26 Eli Zaretskii <eliz@gnu.org> | ||
| 39 | |||
| 40 | * xdisp.c (move_it_in_display_line_to): Avoid infinite recursion: | ||
| 41 | when closest_pos is identical to to_charpos, don't recurse, since | ||
| 42 | we already tried that, and failed. (Bug#17539) | ||
| 43 | |||
| 44 | * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: If we are | ||
| 45 | unwinding when frame's faces were not initialized yet, increment | ||
| 46 | the frame's image-cache reference count before calling | ||
| 47 | x_free_frame_resources. Don't dereference | ||
| 48 | dpyinfo->terminal->image_cache if it is NULL. (Bug#17524) | ||
| 49 | |||
| 1 | 2014-05-25 Jan Djärv <jan.h.d@swipnet.se> | 50 | 2014-05-25 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 51 | ||
| 3 | * nsfont.m (nsfont_draw): Simplify as arguments are adjusted in | 52 | * nsfont.m (nsfont_draw): Simplify as arguments are adjusted in |