From: Juanma Barranquero Date: Wed, 21 Apr 2010 00:49:40 +0000 (+0200) Subject: Fix typos and spacing. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50426a043dc30200e093237101b8d0125861c127;p=emacs.git Fix typos and spacing. --- diff --git a/src/ChangeLog b/src/ChangeLog index b3e29f09185..a211e1f66fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,14 +1,14 @@ 2010-04-21 Juanma Barranquero Eli Zaretskii - Don't depend on cm.c or termcap.c on Windows, use stubs. - * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). - ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove. - * w32console.c (current_tty, cost): New vars; lifted from cm.c. - (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear) - (sys_tputs, sys_tgetstr): New stubs. - * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear) - (tputs, tgetstr): New; define to sys_*. + Don't depend on cm.c or termcap.c on Windows, use stubs. + * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). + ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove. + * w32console.c (current_tty, cost): New vars; lifted from cm.c. + (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear) + (sys_tputs, sys_tgetstr): New stubs. + * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear) + (tputs, tgetstr): New; define to sys_*. 2010-04-20 Juanma Barranquero @@ -341,7 +341,8 @@ 2010-04-12 Dan Nicolaescu - * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine. + * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): + Undefine. 2010-04-11 Dan Nicolaescu @@ -415,10 +416,10 @@ (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that in current_font. (init_gconf): Read value of SYSTEM_FONT and save it in current_font. - (Ffont_get_system_normal_font, xsettings_get_system_normal_font): New - functions. - (syms_of_xsettings): Initialize current_font. defsubr - Sfont_get_system_normal_font. + (Ffont_get_system_normal_font, xsettings_get_system_normal_font): + New functions. + (syms_of_xsettings): Initialize current_font. + defsubr Sfont_get_system_normal_font. * xsettings.h (Ffont_get_system_normal_font, xsettings_get_system_normal_font): Declare. @@ -3045,7 +3046,7 @@ * xterm.h: Rename x_non_menubar_window_to_frame to x_menubar_window_to_frame. - * xterm.c: Remove declarations also in xterm.h + * xterm.c: Remove declarations also in xterm.h. (XTmouse_position): Do not return valid positions for clicks in the menubar and the toolbar for Gtk+. @@ -3605,7 +3606,7 @@ 2009-07-04 Eli Zaretskii Emulation of `getloadavg' on MS-Windows. - * w32.c: Include float.h + * w32.c: Include float.h. (g_b_init_get_native_system_info, g_b_init_get_system_times) (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare. (get_native_system_info, get_system_times): New functions. @@ -9551,7 +9552,7 @@ 2008-07-10 Dan Nicolaescu * fileio.c: - * sysdep.c + * sysdep.c: * systty.h: * m/ibmrs6000.h: * m/iris4d.h: