aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog55
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 @@
12010-12-13 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (Fexpand_file_name): Doc fix. (Bug#7617)
4
52010-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
152010-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
252010-12-13 Chong Yidong <cyd@stupidchicken.com>
26
27 * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
28
292010-12-13 Jan Djärv <jan.h.d@swipnet.se>
30
31 * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
32
332010-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
422010-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
472010-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
12010-12-11 Eli Zaretskii <eliz@gnu.org> 562010-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