diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18c482c2e92..2db05fd1722 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,58 @@ | |||
| 1 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617) | ||
| 4 | |||
| 5 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * xdisp.c (string_pos_nchars_ahead, c_string_pos) | ||
| 8 | (face_before_or_after_it_pos, next_element_from_string) | ||
| 9 | (next_element_from_c_string, produce_stretch_glyph): Remove unused | ||
| 10 | calculations of maximum string length before calling | ||
| 11 | string_char_and_length and STRING_CHAR_AND_LENGTH. | ||
| 12 | (string_char_and_length): Update commentary: MAXLEN is no longer | ||
| 13 | needed. | ||
| 14 | |||
| 15 | 2010-12-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 16 | |||
| 17 | * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT | ||
| 18 | as (Qsave_session arg). | ||
| 19 | |||
| 20 | * xsmfns.c (smc_interact_CB): Set arg to Qnil. | ||
| 21 | (smc_die_CB): Make an event with arg Qt. | ||
| 22 | (Fhandle_save_session): If event has Qt as argument, | ||
| 23 | call Fkill_emacs (Bug#7552). | ||
| 24 | |||
| 25 | 2010-12-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 26 | |||
| 27 | * buffer.c (transient-mark-mode): Doc fix (Bug#7465). | ||
| 28 | |||
| 29 | 2010-12-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 30 | |||
| 31 | * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552). | ||
| 32 | |||
| 33 | 2010-12-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 34 | |||
| 35 | * dispextern.h (struct it): New member overlay_strings_charpos. | ||
| 36 | |||
| 37 | * xdisp.c (next_overlay_string, load_overlay_strings): Record the | ||
| 38 | charpos where we computed n_overlay_strings. | ||
| 39 | (next_overlay_string): Load overlay strings at recorded position, | ||
| 40 | which may not be the same as the iterator's charpos (Bug#7016). | ||
| 41 | |||
| 42 | 2010-12-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 43 | |||
| 44 | * xdisp.c (try_scrolling): Avoid infloop if the first line is | ||
| 45 | obscured due to a vscroll (Bug#7537). | ||
| 46 | |||
| 47 | 2010-12-13 Jan Djärv <jhd@zeplinf.localdomain> | ||
| 48 | |||
| 49 | * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT. | ||
| 50 | |||
| 51 | * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs): | ||
| 52 | Use FRAME_TOOLBAR_HEIGHT. | ||
| 53 | (x_set_offset): Handle XNegative and YNegative in | ||
| 54 | f->size_hint_flags (Bug#7510). | ||
| 55 | |||
| 1 | 2010-12-11 Eli Zaretskii <eliz@gnu.org> | 56 | 2010-12-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 57 | ||
| 3 | * w32fns.c (Fx_show_tip): Call try_window with last argument | 58 | * w32fns.c (Fx_show_tip): Call try_window with last argument |