aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-04-21 02:49:40 +0200
committerJuanma Barranquero2010-04-21 02:49:40 +0200
commit50426a043dc30200e093237101b8d0125861c127 (patch)
tree39a6cc203c19a372d0285dcd6f5ecee9bd957a9e /src/ChangeLog
parent91eac4bb57f50a69306a28f9e2363695d2f8e146 (diff)
downloademacs-50426a043dc30200e093237101b8d0125861c127.tar.gz
emacs-50426a043dc30200e093237101b8d0125861c127.zip
Fix typos and spacing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3e29f09185..a211e1f66fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,14 +1,14 @@
12010-04-21 Juanma Barranquero <lekktu@gmail.com> 12010-04-21 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org> 2 Eli Zaretskii <eliz@gnu.org>
3 3
4 Don't depend on cm.c or termcap.c on Windows, use stubs. 4 Don't depend on cm.c or termcap.c on Windows, use stubs.
5 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O). 5 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
6 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove. 6 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
7 * w32console.c (current_tty, cost): New vars; lifted from cm.c. 7 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
8 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear) 8 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
9 (sys_tputs, sys_tgetstr): New stubs. 9 (sys_tputs, sys_tgetstr): New stubs.
10 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear) 10 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
11 (tputs, tgetstr): New; define to sys_*. 11 (tputs, tgetstr): New; define to sys_*.
12 12
132010-04-20 Juanma Barranquero <lekktu@gmail.com> 132010-04-20 Juanma Barranquero <lekktu@gmail.com>
14 14
@@ -341,7 +341,8 @@
341 341
3422010-04-12 Dan Nicolaescu <dann@ics.uci.edu> 3422010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
343 343
344 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine. 344 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
345 Undefine.
345 346
3462010-04-11 Dan Nicolaescu <dann@ics.uci.edu> 3472010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
347 348
@@ -415,10 +416,10 @@
415 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that 416 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
416 in current_font. 417 in current_font.
417 (init_gconf): Read value of SYSTEM_FONT and save it in current_font. 418 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
418 (Ffont_get_system_normal_font, xsettings_get_system_normal_font): New 419 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
419 functions. 420 New functions.
420 (syms_of_xsettings): Initialize current_font. defsubr 421 (syms_of_xsettings): Initialize current_font.
421 Sfont_get_system_normal_font. 422 defsubr Sfont_get_system_normal_font.
422 423
423 * xsettings.h (Ffont_get_system_normal_font, 424 * xsettings.h (Ffont_get_system_normal_font,
424 xsettings_get_system_normal_font): Declare. 425 xsettings_get_system_normal_font): Declare.
@@ -3045,7 +3046,7 @@
3045 * xterm.h: Rename x_non_menubar_window_to_frame to 3046 * xterm.h: Rename x_non_menubar_window_to_frame to
3046 x_menubar_window_to_frame. 3047 x_menubar_window_to_frame.
3047 3048
3048 * xterm.c: Remove declarations also in xterm.h 3049 * xterm.c: Remove declarations also in xterm.h.
3049 (XTmouse_position): Do not return valid positions 3050 (XTmouse_position): Do not return valid positions
3050 for clicks in the menubar and the toolbar for Gtk+. 3051 for clicks in the menubar and the toolbar for Gtk+.
3051 3052
@@ -3605,7 +3606,7 @@
36052009-07-04 Eli Zaretskii <eliz@gnu.org> 36062009-07-04 Eli Zaretskii <eliz@gnu.org>
3606 3607
3607 Emulation of `getloadavg' on MS-Windows. 3608 Emulation of `getloadavg' on MS-Windows.
3608 * w32.c: Include float.h 3609 * w32.c: Include float.h.
3609 (g_b_init_get_native_system_info, g_b_init_get_system_times) 3610 (g_b_init_get_native_system_info, g_b_init_get_system_times)
3610 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare. 3611 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
3611 (get_native_system_info, get_system_times): New functions. 3612 (get_native_system_info, get_system_times): New functions.
@@ -9551,7 +9552,7 @@
95512008-07-10 Dan Nicolaescu <dann@ics.uci.edu> 95522008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
9552 9553
9553 * fileio.c: 9554 * fileio.c:
9554 * sysdep.c 9555 * sysdep.c:
9555 * systty.h: 9556 * systty.h:
9556 * m/ibmrs6000.h: 9557 * m/ibmrs6000.h:
9557 * m/iris4d.h: 9558 * m/iris4d.h: