Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Jan 2009 00:10:09 +0000 (00:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Jan 2009 00:10:09 +0000 (00:10 +0000)
src/ChangeLog

index b6289f4..c03bac6 100644 (file)
@@ -1,6 +1,6 @@
 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
 
-       * 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  <jasonr@gnu.org>
 
-       * 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  <jasonr@gnu.org>
 
-       * 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  <Adrian.B.Robert@gmail.com>
 
        * 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.
 
 2008-12-30  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <cyd@stupidchicken.com>
 
        * 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  <dann@ics.uci.edu>
 
        * 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  <jasonr@gnu.org>
 
 2008-12-20  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <jan.h.d@swipnet.se>
 
 2008-12-20  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <engeler@gmail.com>
 
        (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.
 2008-12-11  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <lekktu@gmail.com>
 
 2008-11-26  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <rgm@gnu.org>
 
 
        * 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  <rudalics@gmx.at>