comparison src/ChangeLog @ 108561:23f4cd23ea89

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 14 May 2010 13:15:58 +0900
parents 03ab6621f67d fa2c24863c9e
children be6f5247ebb4
comparison
equal deleted inserted replaced
108552:03ab6621f67d 108561:23f4cd23ea89
14 direction is changed. 14 direction is changed.
15 (next_element_from_buffer): Call composition_compute_stop_pos with 15 (next_element_from_buffer): Call composition_compute_stop_pos with
16 negative ENDPOS if we are scanning backward. 16 negative ENDPOS if we are scanning backward.
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
20 2010-05-14 Kenichi Handa <handa@m17n.org>
21
22 * font.c (font_range): Return the range for the font found at
23 first.
24
25 2010-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
48 2010-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
73 2010-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
88 2010-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
93 2010-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
98 2010-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
19 104
20 2010-05-10 Glenn Morris <rgm@gnu.org> 105 2010-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.
23 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM. 108 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
748 New functions. 833 New functions.
749 (Fcopy_file): New parameter preserve-selinux-context. 834 (Fcopy_file): New parameter preserve-selinux-context.
750 (Frename_file): Preserve selinux context when renaming by copy-file. 835 (Frename_file): Preserve selinux context when renaming by copy-file.
751 836
752 2010-04-21 Juanma Barranquero <lekktu@gmail.com> 837 2010-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).
757 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove. 842 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
758 * w32console.c (current_tty, cost): New vars; lifted from cm.c. 843 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
8939 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: 9024 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
8940 <scroll-down-aggressively, before-change-functions>: 9025 <scroll-down-aggressively, before-change-functions>:
8941 <after-change-functions>: Reflow docstrings. 9026 <after-change-functions>: Reflow docstrings.
8942 9027
8943 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> 9028 2008-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.
8948 * nsmenu.m (dockMenu): New variable. 9033 * nsmenu.m (dockMenu): New variable.
8949 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17. 9034 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
10004 * callproc.c (set_initial_environment): Initialize 10089 * callproc.c (set_initial_environment): Initialize
10005 Vprocess_environment under CANNOT_DUMP (fixes crash when 10090 Vprocess_environment under CANNOT_DUMP (fixes crash when
10006 batch-compiling for bootstrap). 10091 batch-compiling for bootstrap).
10007 10092
10008 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) 10093 2008-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.
10013 10098
10014 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> 10099 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
10622 * s/usg5-4.h: Fix previous change: keep the correct branch of a 10707 * s/usg5-4.h: Fix previous change: keep the correct branch of a
10623 removed #if. 10708 removed #if.
10624 (USG_SHARED_LIBRARIES): Remove duplicate definition. 10709 (USG_SHARED_LIBRARIES): Remove duplicate definition.
10625 10710
10626 2008-06-26 Juanma Barranquero <lekktu@gmail.com> 10711 2008-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.
10631 10716
10632 * sysdep.c (_spawnlp, _getpid): 10717 * sysdep.c (_spawnlp, _getpid):
10870 10955
10871 * font.c (font_find_for_lface): Try the adstyle specified in 10956 * font.c (font_find_for_lface): Try the adstyle specified in
10872 the property of LFACE_FONT of LFACE (if any). 10957 the property of LFACE_FONT of LFACE (if any).
10873 10958
10874 2008-06-21 Seiji Zenitani <zenitani@mac.com> 10959 2008-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
10879 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca> 10964 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10880 10965
11966 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu> 12051 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
11967 12052
11968 * xterm.c (x_set_frame_alpha): Move declarations before statements. 12053 * xterm.c (x_set_frame_alpha): Move declarations before statements.
11969 12054
11970 2008-05-21 Seiji Zenitani <zenitani@mac.com> 12055 2008-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.
11975 (x_set_alpha): New function. 12060 (x_set_alpha): New function.
11976 12061