summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-01-04 00:10:09 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-01-04 00:10:09 +0000
commit9acef61c4e93df7e4b4acb80e94a6f9759277803 (patch)
treea38db30c2b436af924b84da02a5c1b238e9eccbd /src
parent9b2bac7163fef73662e0e854eb880fc89fef08d3 (diff)
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog36
1 files changed, 17 insertions, 19 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b6289f4a09d..c03bac6fae1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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>
@@ -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 <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>
@@ -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 <dann@ics.uci.edu>
@@ -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 <jasonr@gnu.org>
@@ -209,7 +207,7 @@
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>
@@ -222,10 +220,10 @@
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>
@@ -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 <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>
@@ -691,7 +689,7 @@
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>
@@ -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 <rudalics@gmx.at>