aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-08-13 22:11:36 -0700
committerPaul Eggert2011-08-13 22:11:36 -0700
commit358e1dd2b2e984069dc761ee4266efdad33a213f (patch)
tree24932c1e3dd81a084d9c0434868de7d72024f0ba /src/ChangeLog
parent3019ceda0d720be62102bd76d52cfcab67ac012a (diff)
parent377538cbcf8c1f0aab9b40ed2ff3df414904272f (diff)
downloademacs-358e1dd2b2e984069dc761ee4266efdad33a213f.tar.gz
emacs-358e1dd2b2e984069dc761ee4266efdad33a213f.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 039c225c1f6..899ee14686d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,65 @@
12011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * process.c: Include ifaddrs.h and net/if_dl.h if available (Bug#8477).
4 (Fnetwork_interface_list): Allocate in increments of bytes instead
5 of sizeof (struct ifreq). Iterate over ifconf.ifc_req by counting
6 bytes (Bug#8477). Count bytes correctly when ifr_addr is a struct
7 sockaddr.
8 (struct ifflag_def): notrailers is smart on OSX.
9 (Fnetwork_interface_info): Handle case when ifr_flags is negative.
10 Get hardware address with getifaddrs if available.
11
122011-08-12 Eli Zaretskii <eliz@gnu.org>
13
14 * xdisp.c (iterate_out_of_display_property): xassert that
15 IT->position is set to within IT->object's boundaries. Break from
16 the loop as soon as EOB is reached; avoids infloops in redisplay
17 when IT->position is set up wrongly due to some bug. Set
18 IT->current to match the bidi iterator unconditionally.
19 (push_display_prop): Allow GET_FROM_STRING as IT->method on
20 entry. Force push_it to save on the stack the current
21 buffer/string position, to be restored by pop_it. Fix flags in
22 the iterator structure wrt the object coming from a display
23 property, as `line-prefix' and `wrap-prefix' are not ``replacing''
24 properties. (Bug#9284)
25
262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
27
28 * fontset.c (fontset_get_font_group): Add proper type checks.
29 (Bug#9172)
30
312011-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32
33 * unexmacosx.c (print_load_command_name): Add cases LC_FUNCTION_STARTS
34 and LC_VERSION_MIN_MACOSX.
35 (copy_linkedit_data) [LC_FUNCTION_STARTS]: New function.
36 (dump_it) [LC_FUNCTION_STARTS]: Use it.
37
382011-08-08 Eli Zaretskii <eliz@gnu.org>
39
40 * xdisp.c (forward_to_next_line_start): Allow to use the
41 no-display-properties-and-no-overlays under bidi display. Set
42 disp_pos in the bidi iterator to avoid searches for display
43 properties and overlays.
44
452011-08-08 Chong Yidong <cyd@stupidchicken.com>
46
47 * editfns.c (Fset_time_zone_rule): Document relationship with the
48 setenv function.
49
50 * ftfont.c (ftfont_pattern_entity): Copy the extras argument to
51 the font entity extracted from the cache (Bug#8109).
52
532011-08-07 Chong Yidong <cyd@stupidchicken.com>
54
55 * composite.c (autocmp_chars): Don't reset point. That is done by
56 restore_point_unwind (Bug#5984).
57
582011-08-07 Juri Linkov <juri@jurta.org>
59
60 * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
61 to show the arg `TIME' instead of `TIMEVAL'.
62
12011-08-06 Eli Zaretskii <eliz@gnu.org> 632011-08-06 Eli Zaretskii <eliz@gnu.org>
2 64
3 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a 65 * xdisp.c (set_cursor_from_row): Fix cursor positioning when a