aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-05-14 13:15:58 +0900
committerKenichi Handa2010-05-14 13:15:58 +0900
commitccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c (patch)
tree0f53c077154c7cd5f05b339d91905dfd2391679d /src/ChangeLog
parent82ebc97b11a369303345927c98e7bc69928c9117 (diff)
parent508197067c434b0111bcb6ded742d424bb738ece (diff)
downloademacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.tar.gz
emacs-ccd3ce49e08b4f0c0e1bcbb34e9055ca4002e21c.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog97
1 files changed, 91 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 084276a9f11..51a63c046c7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,6 +17,91 @@
17 (next_element_from_composition): Pay attention to 17 (next_element_from_composition): Pay attention to
18 IT->cmp_it.reversed_p. 18 IT->cmp_it.reversed_p.
19 19
202010-05-14 Kenichi Handa <handa@m17n.org>
21
22 * font.c (font_range): Return the range for the font found at
23 first.
24
252010-05-14 Glenn Morris <rgm@gnu.org>
26
27 * Makefile.in (mktime, X11, register): Move undefs to configure.
28
29 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
30 (MSDOS_X_OBJ): New variable.
31 (MSDOS_SUPPORT_REAL): New constant.
32 (MSDOS_SUPPORT): Set as a variable, not with cpp.
33 (obj): Use MSDOS_X_OBJ.
34 (lisp): Use MSDOS_SUPPORT as a variable.
35
36 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
37 (GPM_MOUSE_SUPPORT): Now it's a constant.
38 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
39 not cpp.
40
41 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
42 (ns_appresdir): Remove, unused.
43
44 * Makefile.in (SHELL): Move outside cpp section.
45
46 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
47
482010-05-13 Glenn Morris <rgm@gnu.org>
49
50 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
51 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
52
53 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
54 HAVE_WINDOW_SYSTEM must be too.
55
56 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
57 (lisp): Remove WINNT_SUPPORT.
58
59 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
60 Let configure set these variables (to empty) in this case as well.
61
62 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
63 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
64
65 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
66 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
67 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
68 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
69 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
70 the values output by configure.
71 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
72
732010-05-12 Glenn Morris <rgm@gnu.org>
74
75 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
76 (LINKER_WAS_SPECIFIED): Remove.
77
78 * Makefile.in (LIB_GCC): Set using configure, not cpp.
79 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
80 * m/arm.h (LIB_GCC) [GNU_LINUX]:
81 * s/cygwin.h (LIB_GCC):
82 * s/freebsd.h (LIB_GCC):
83 * s/gnu-linux.h (LIB_GCC):
84 * s/msdos.h (LIB_GCC):
85 * s/netbsd.h (LIB_GCC):
86 Move to configure.
87
882010-05-11 Karel Klic <kklic@redhat.com>
89
90 * ftfont.c: Fix incorrect parentheses of #if condition for
91 definining M17N_FLT_USE_NEW_FEATURE.
92
932010-05-11 Glenn Morris <rgm@gnu.org>
94
95 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
96 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
97
982010-05-10 Eli Zaretskii <eliz@gnu.org>
99
100 * xdisp.c (init_iterator): Don't turn on bidi reordering in
101 unibyte buffers. See
102 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
103>>>>>>> MERGE-SOURCE
104
202010-05-10 Glenn Morris <rgm@gnu.org> 1052010-05-10 Glenn Morris <rgm@gnu.org>
21 106
22 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp. 107 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
@@ -750,7 +835,7 @@
750 (Frename_file): Preserve selinux context when renaming by copy-file. 835 (Frename_file): Preserve selinux context when renaming by copy-file.
751 836
7522010-04-21 Juanma Barranquero <lekktu@gmail.com> 8372010-04-21 Juanma Barranquero <lekktu@gmail.com>
753 Eli Zaretskii <eliz@gnu.org> 838 Eli Zaretskii <eliz@gnu.org>
754 839
755 Don't depend on cm.c or termcap.c on Windows, use stubs. 840 Don't depend on cm.c or termcap.c on Windows, use stubs.
756 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). 841 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
@@ -8941,7 +9026,7 @@
8941 <after-change-functions>: Reflow docstrings. 9026 <after-change-functions>: Reflow docstrings.
8942 9027
89432008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> 90282008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8944 Ken Raeburn <raeburn@gnu.org> 9029 Ken Raeburn <raeburn@gnu.org>
8945 9030
8946 Dock menu customization, based on a patch by Ken Raeburn, plus some 9031 Dock menu customization, based on a patch by Ken Raeburn, plus some
8947 other fixes. 9032 other fixes.
@@ -10006,7 +10091,7 @@
10006 batch-compiling for bootstrap). 10091 batch-compiling for bootstrap).
10007 10092
100082008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) 100932008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
10009 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 10094 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10010 10095
10011 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- 10096 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
10012 fix crash due to different init order. 10097 fix crash due to different init order.
@@ -10624,7 +10709,7 @@
10624 (USG_SHARED_LIBRARIES): Remove duplicate definition. 10709 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10625 10710
106262008-06-26 Juanma Barranquero <lekktu@gmail.com> 107112008-06-26 Juanma Barranquero <lekktu@gmail.com>
10627 Eli Zaretskii <eliz@gnu.org> 10712 Eli Zaretskii <eliz@gnu.org>
10628 10713
10629 * makefile.w32-in (LOCAL_FLAGS): 10714 * makefile.w32-in (LOCAL_FLAGS):
10630 Don't include WINDOWSNT, DOS_NT and _UCHAR_T. 10715 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
@@ -10872,7 +10957,7 @@
10872 the property of LFACE_FONT of LFACE (if any). 10957 the property of LFACE_FONT of LFACE (if any).
10873 10958
108742008-06-21 Seiji Zenitani <zenitani@mac.com> 109592008-06-21 Seiji Zenitani <zenitani@mac.com>
10875 Ryo Yoshitake <ryo@shiftmode.net> 10960 Ryo Yoshitake <ryo@shiftmode.net>
10876 10961
10877 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. 10962 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
10878 10963
@@ -11968,7 +12053,7 @@
11968 * xterm.c (x_set_frame_alpha): Move declarations before statements. 12053 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11969 12054
119702008-05-21 Seiji Zenitani <zenitani@mac.com> 120552008-05-21 Seiji Zenitani <zenitani@mac.com>
11971 Ryo Yoshitake <ryo@shiftmode.net> 12056 Ryo Yoshitake <ryo@shiftmode.net>
11972 12057
11973 * frame.c (Qalpha): Add a new frame parameter `alpha'. 12058 * frame.c (Qalpha): Add a new frame parameter `alpha'.
11974 (Vframe_alpha_lower_limit): New variable. 12059 (Vframe_alpha_lower_limit): New variable.