# HG changeset patch # User Juanma Barranquero # Date 1231027809 0 # Node ID 4b2a2cf80be693b06228e7bce6017a2a4bf8ee53 # Parent 8698a8bb7d0e846c0d56f53575b392d6ab4cd4ad Fix typos. diff -r 8698a8bb7d0e -r 4b2a2cf80be6 src/ChangeLog --- a/src/ChangeLog Sun Jan 04 00:03:05 2009 +0000 +++ b/src/ChangeLog Sun Jan 04 00:10:09 2009 +0000 @@ -1,6 +1,6 @@ 2009-01-03 Eli Zaretskii - * process.c: (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) + * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime) (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs) (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) @@ -10,8 +10,8 @@ [!subprocesses]: Call list_system_processes and system_process_attributes instead of returning Qnil. - * dosfns.c (system_process_attributes, list_system_processes): New - functions. + * dosfns.c (system_process_attributes, list_system_processes): + New functions. * vm-limit.c (ret_lim_data) [MSDOS]: New function. @@ -60,7 +60,7 @@ 2009-01-02 Jason Rumney - * image.c: (Qgobject): New symbol. + * image.c (Qgobject): New symbol. (syms_of_image): Initialize it. (init_svg_functions): Load some functions from gobject library. @@ -83,7 +83,7 @@ 2009-01-01 Jason Rumney - * w32term.c (x_new_font): Return font object, not fontset. (Bug#119) + * w32term.c (x_new_font): Return font object, not fontset. (Bug#119) Don't block input, as per earlier xterm.c changes. 2008-12-31 Adrian Robert @@ -100,8 +100,7 @@ * font.h (struct font_driver): New member get_variation_glyphs. - * font.c (font_range): Don't require a font for a variation - selector. + * font.c (font_range): Don't require a font for a variation selector. (Ffont_variation_glyphs): New function. (syms_of_font): Defsubr it. @@ -119,7 +118,7 @@ 2008-12-30 Jason Rumney * frame.c (store_frame_param, x_get_arg): Enable newer code on - WINDOWSNT too, as related changes have already been synced. (Bug#117) + WINDOWSNT too, as related changes have already been synced. (Bug#117) 2008-12-30 Chong Yidong @@ -170,7 +169,7 @@ * ralloc.c (r_alloc_reset_variable): New function. * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal - record of what points where. (Bug#716) + record of what points where. (Bug#716) 2008-12-22 Dan Nicolaescu @@ -194,8 +193,7 @@ * terminal.c (delete_terminal): * xterm.c (x_connection_closed): * xfns.c (Fx_hide_tip): - * w32fns.c (Fx_hide_tip): Call delete_frame instead of - Fdelete_frame. + * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame. 2008-12-21 Jason Rumney @@ -209,7 +207,7 @@ 2008-12-20 Jason Rumney * frame.c (Fmake_terminal_frame): Raise an error when called from - a graphical frame on Windows. (Bug#1325) + a graphical frame on Windows. (Bug#1325) 2008-12-20 Jan Djärv @@ -222,10 +220,10 @@ 2008-12-20 Jason Rumney * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the - server name in UNC paths. (Bug#719) + server name in UNC paths. (Bug#719) * coding.c (decode_coding): Clear chars_at_source flag when using - charbuf. (Bug#1035) + charbuf. (Bug#1035) 2008-12-19 Daniel Engeler @@ -256,7 +254,7 @@ (system_process_attributes): Rename from procfs_list_system_processes. (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR) - (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX. + (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX. * w32.c (list_system_processes): Rename from w32_list_system_processes. @@ -397,10 +395,10 @@ 2008-12-11 Jason Rumney * w32font.c (fill_in_logfont): Don't assume symbol script means - SYMBOL_CHARSET. (Bug#547) + SYMBOL_CHARSET. (Bug#547) * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer - size for surrogates. (Bug#1096, bug#872) + size for surrogates. (Bug#1096, bug#872) 2008-12-11 Juanma Barranquero @@ -691,7 +689,7 @@ 2008-11-26 Jason Rumney * w32font.c (w32font_open_internal): Don't include external - leading in font height. (Bug#879) + leading in font height. (Bug#879) 2008-11-26 Glenn Morris @@ -735,7 +733,7 @@ * w32font.c (check_face_name): New function. (add_font_entity_to_list): Use it to filter out common substituted - fonts. (Bug#642) + fonts. (Bug#642) 2008-11-22 Martin Rudalics