From: Eli Zaretskii Date: Sat, 18 Sep 2010 14:13:09 +0000 (+0200) Subject: Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS build... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d4afaf7ffb6d1881c9acf9ef03f386cc87254e6;p=emacs.git Fix MSDOS build broken by 2010-09-10T16:44:35Z!larsi@gnus.org, support MSDOS build with libxml2. config.bat: Detect that libxml2 is installed and if so, build with it. src/deps.mk (xml.o): Add dependencies. msdos/sed1v2.inp (LIBXML2_LIBS, LIBXML2_CFLAGS): Edit to empty. --- 0d4afaf7ffb6d1881c9acf9ef03f386cc87254e6 diff --cc src/ChangeLog index 88030b7b4ce,5f154e5b0db..13184191725 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,30 -1,7 +1,34 @@@ + 2010-09-18 Eli Zaretskii + + * deps.mk (xml.o): Add dependencies. + +2010-09-18 Eli Zaretskii + + * xdisp.c (Fcurrent_bidi_paragraph_direction): Call + bidi_paragraph_init with NO_DEFAULT_P non-zero. (Bug#7038) + + * bidi.c (bidi_paragraph_init): Accept an additional argument + NO_DEFAULT_P; all callers changed. If NO_DEFAULT_P is non-zero, + search back until a paragraph with a strong directional character + is found, and use that to determine paragraph's base direction. + + * dispextern.h (bidi_paragraph_init): Update prototype. + +2010-09-17 Eli Zaretskii + + * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions + of w32api >= 3.15. (Bug#6989) + +2010-09-17 Lars Magne Ingebrigtsen + + * process.c (wait_reading_process_output): Don't message about + accept-process-output unless the time limit really is zero. + +2010-09-17 Stefan Monnier + + * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another + int/Lisp_Object mixup). + 2010-09-17 Jan Djärv * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL