aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-02-02 04:47:40 +0000
committerGlenn Morris2008-02-02 04:47:40 +0000
commit849eb485c750bbd95dc9d19648523a28ad0801f6 (patch)
treef034e25388a12bf91c0abdbed0a2b3b107c4fcce /src
parent7e14d905634fb54fd5f26e6c51d3427e44e77fb8 (diff)
downloademacs-849eb485c750bbd95dc9d19648523a28ad0801f6.tar.gz
emacs-849eb485c750bbd95dc9d19648523a28ad0801f6.zip
Remove conflict marker and merged entries about re-generating config.in.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b6a17af4dd..21d1900e99c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -354,7 +354,6 @@
354 * ftfont.c (ftfont_open): Set members maybe_otf and otf of 354 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
355 ftfont_info only when HAVE_LIBOTF is defined. 355 ftfont_info only when HAVE_LIBOTF is defined.
356 356
357>>>>>>> 1.1.2.202
3582008-02-01 Andreas Schwab <schwab@suse.de> 3572008-02-01 Andreas Schwab <schwab@suse.de>
359 358
360 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg 359 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
@@ -366,8 +365,6 @@
366 365
3672008-02-01 Kenichi Handa <handa@ni.aist.go.jp> 3662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
368 367
369 * config.in: Re-generated.
370
371 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@. 368 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
372 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally. 369 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
373 (LIBES): Add @M17N_FLT_CFLAGS@. 370 (LIBES): Add @M17N_FLT_CFLAGS@.
@@ -1922,8 +1919,6 @@ third arg it->window.
1922 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New 1919 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
1923 enumeration COMPOSITION_WITH_GLYPH_STRING. 1920 enumeration COMPOSITION_WITH_GLYPH_STRING.
1924 1921
1925 * config.in: Re-generated.
1926
1927 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New 1922 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
1928 members clip_x, clip_y, clip_width, and clip_height. 1923 members clip_x, clip_y, clip_width, and clip_height.
1929 (struct face) [USE_FONT_BACKEND]: New members font_info and extra. 1924 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.