aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-11-09 09:45:30 +0000
committerMiles Bader2007-11-09 09:45:30 +0000
commitc12ecb0af9679cc0e2fa0409931c34c035763469 (patch)
treebd118c7ebc571de0dab542f48ad0c1648c6ccf72 /src/ChangeLog
parente83d1fe87564d06d2fcbb4006dfd9133bc340aa8 (diff)
parent9d2185d10e3da9062672d96d3b59fcea31ff17ed (diff)
downloademacs-c12ecb0af9679cc0e2fa0409931c34c035763469.tar.gz
emacs-c12ecb0af9679cc0e2fa0409931c34c035763469.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6a6b80f89c..90338e217b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,60 @@
12007-11-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
4 twice.
5
6 * xdisp.c (handle_face_prop): Fix last change.
7
82007-11-09 Richard Stallman <rms@gnu.org>
9
10 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
11 not just for after-strings and before-strings.
12 Call face_for_overlay_string and pass the overlay to it.
13 (handle_display_prop): Determine whether property came from an overlay.
14 Pass OVERLAY arg to handle_single_display_spec.
15 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
16 (load_overlay_strings): Fill in it->string_overlays.
17 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
18
19 * xfaces.c (face_for_overlay_string): Function renamed from
20 face_at_buffer_position_no_overlays, and add arg OVERLAY.
21
22 * dispextern.h (struct it): New elt string_overlays.
23 New elt from_overlay, also in stack.
24 Rearrange a few elements.
25 (face_for_overlay_string): Decl renamed from
26 face_at_buffer_position_no_overlays, and add argument.
27
282007-11-09 Richard Stallman <rms@gnu.org>
29
30 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
31 to get the base face for an overlay string.
32
33 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
34
35 * xfaces.c (face_at_buffer_position_no_overlays): New function.
36
37 * xdisp.c (handle_stop): Move some code out of loop.
38
392007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
40
41 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
42 Fix conversion from Lisp object to ATSUFontID.
43
442007-11-09 Jason Rumney <jasonr@gnu.org>
45
46 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
47
482007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
49
50 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
51 Don't assume regions are aligned to page boundary.
52 (print_load_command_name): Add LC_UUID if defined.
53
542007-11-09 Richard Stallman <rms@gnu.org>
55
56 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
57
12007-11-07 Jason Rumney <jasonr@gnu.org> 582007-11-07 Jason Rumney <jasonr@gnu.org>
2 59
3 * s/windows95.h: Remove. 60 * s/windows95.h: Remove.