comparison src/ChangeLog @ 108008:3ccddf080698

Fix typos and spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 21 Apr 2010 02:49:40 +0200
parents ea2f4615a622
children 12062a99ca8d
comparison
equal deleted inserted replaced
108007:ea2f4615a622 108008:3ccddf080698
1 2010-04-21 Juanma Barranquero <lekktu@gmail.com> 1 2010-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
13 2010-04-20 Juanma Barranquero <lekktu@gmail.com> 13 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
14 14
15 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix. 15 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
16 16
339 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns 339 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
340 more than one visual (Bug#5938). 340 more than one visual (Bug#5938).
341 341
342 2010-04-12 Dan Nicolaescu <dann@ics.uci.edu> 342 2010-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
346 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> 347 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
347 348
348 Remove C_SWITCH_SYSTEM_TEMACS. 349 Remove C_SWITCH_SYSTEM_TEMACS.
349 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove. 350 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
413 414
414 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New. 415 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
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.
425 426
426 * xfns.c (extern xlwmenu_default_font): Remove. 427 * xfns.c (extern xlwmenu_default_font): Remove.
3043 2009-09-02 Jan Djärv <jan.h.d@swipnet.se> 3044 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
3044 3045
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
3052 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals, 3053 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
3053 if the widget for the event has the same top level as a frame, 3054 if the widget for the event has the same top level as a frame,
3603 * .gdbinit (xcharset): Fix the treating $arg0. 3604 * .gdbinit (xcharset): Fix the treating $arg0.
3604 3605
3605 2009-07-04 Eli Zaretskii <eliz@gnu.org> 3606 2009-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.
3612 (buf_next, buf_prev, sample_system_load, getavg): New subroutines. 3613 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
3613 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo. 3614 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
9549 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line. 9550 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
9550 9551
9551 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> 9552 2008-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:
9558 * s/aix4-2.h: 9559 * s/aix4-2.h:
9559 * s/freebsd.h: 9560 * s/freebsd.h: