aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-04 00:10:09 +0000
committerJuanma Barranquero2009-01-04 00:10:09 +0000
commit9acef61c4e93df7e4b4acb80e94a6f9759277803 (patch)
treea38db30c2b436af924b84da02a5c1b238e9eccbd /src
parent9b2bac7163fef73662e0e854eb880fc89fef08d3 (diff)
downloademacs-9acef61c4e93df7e4b4acb80e94a6f9759277803.tar.gz
emacs-9acef61c4e93df7e4b4acb80e94a6f9759277803.zip
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 @@
12009-01-03 Eli Zaretskii <eliz@gnu.org> 12009-01-03 Eli Zaretskii <eliz@gnu.org>
2 2
3 * process.c: (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) 3 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
4 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime) 4 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
5 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs) 5 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
6 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) 6 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
@@ -10,8 +10,8 @@
10 [!subprocesses]: Call list_system_processes and 10 [!subprocesses]: Call list_system_processes and
11 system_process_attributes instead of returning Qnil. 11 system_process_attributes instead of returning Qnil.
12 12
13 * dosfns.c (system_process_attributes, list_system_processes): New 13 * dosfns.c (system_process_attributes, list_system_processes):
14 functions. 14 New functions.
15 15
16 * vm-limit.c (ret_lim_data) [MSDOS]: New function. 16 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
17 17
@@ -60,7 +60,7 @@
60 60
612009-01-02 Jason Rumney <jasonr@gnu.org> 612009-01-02 Jason Rumney <jasonr@gnu.org>
62 62
63 * image.c: (Qgobject): New symbol. 63 * image.c (Qgobject): New symbol.
64 (syms_of_image): Initialize it. 64 (syms_of_image): Initialize it.
65 (init_svg_functions): Load some functions from gobject library. 65 (init_svg_functions): Load some functions from gobject library.
66 66
@@ -83,7 +83,7 @@
83 83
842009-01-01 Jason Rumney <jasonr@gnu.org> 842009-01-01 Jason Rumney <jasonr@gnu.org>
85 85
86 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119) 86 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
87 Don't block input, as per earlier xterm.c changes. 87 Don't block input, as per earlier xterm.c changes.
88 88
892008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com> 892008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
@@ -100,8 +100,7 @@
100 100
101 * font.h (struct font_driver): New member get_variation_glyphs. 101 * font.h (struct font_driver): New member get_variation_glyphs.
102 102
103 * font.c (font_range): Don't require a font for a variation 103 * font.c (font_range): Don't require a font for a variation selector.
104 selector.
105 (Ffont_variation_glyphs): New function. 104 (Ffont_variation_glyphs): New function.
106 (syms_of_font): Defsubr it. 105 (syms_of_font): Defsubr it.
107 106
@@ -119,7 +118,7 @@
1192008-12-30 Jason Rumney <jasonr@gnu.org> 1182008-12-30 Jason Rumney <jasonr@gnu.org>
120 119
121 * frame.c (store_frame_param, x_get_arg): Enable newer code on 120 * frame.c (store_frame_param, x_get_arg): Enable newer code on
122 WINDOWSNT too, as related changes have already been synced. (Bug#117) 121 WINDOWSNT too, as related changes have already been synced. (Bug#117)
123 122
1242008-12-30 Chong Yidong <cyd@stupidchicken.com> 1232008-12-30 Chong Yidong <cyd@stupidchicken.com>
125 124
@@ -170,7 +169,7 @@
170 * ralloc.c (r_alloc_reset_variable): New function. 169 * ralloc.c (r_alloc_reset_variable): New function.
171 170
172 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal 171 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
173 record of what points where. (Bug#716) 172 record of what points where. (Bug#716)
174 173
1752008-12-22 Dan Nicolaescu <dann@ics.uci.edu> 1742008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
176 175
@@ -194,8 +193,7 @@
194 * terminal.c (delete_terminal): 193 * terminal.c (delete_terminal):
195 * xterm.c (x_connection_closed): 194 * xterm.c (x_connection_closed):
196 * xfns.c (Fx_hide_tip): 195 * xfns.c (Fx_hide_tip):
197 * w32fns.c (Fx_hide_tip): Call delete_frame instead of 196 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
198 Fdelete_frame.
199 197
2002008-12-21 Jason Rumney <jasonr@gnu.org> 1982008-12-21 Jason Rumney <jasonr@gnu.org>
201 199
@@ -209,7 +207,7 @@
2092008-12-20 Jason Rumney <jasonr@gnu.org> 2072008-12-20 Jason Rumney <jasonr@gnu.org>
210 208
211 * frame.c (Fmake_terminal_frame): Raise an error when called from 209 * frame.c (Fmake_terminal_frame): Raise an error when called from
212 a graphical frame on Windows. (Bug#1325) 210 a graphical frame on Windows. (Bug#1325)
213 211
2142008-12-20 Jan Djärv <jan.h.d@swipnet.se> 2122008-12-20 Jan Djärv <jan.h.d@swipnet.se>
215 213
@@ -222,10 +220,10 @@
2222008-12-20 Jason Rumney <jasonr@gnu.org> 2202008-12-20 Jason Rumney <jasonr@gnu.org>
223 221
224 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the 222 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
225 server name in UNC paths. (Bug#719) 223 server name in UNC paths. (Bug#719)
226 224
227 * coding.c (decode_coding): Clear chars_at_source flag when using 225 * coding.c (decode_coding): Clear chars_at_source flag when using
228 charbuf. (Bug#1035) 226 charbuf. (Bug#1035)
229 227
2302008-12-19 Daniel Engeler <engeler@gmail.com> 2282008-12-19 Daniel Engeler <engeler@gmail.com>
231 229
@@ -256,7 +254,7 @@
256 (system_process_attributes): Rename from 254 (system_process_attributes): Rename from
257 procfs_list_system_processes. 255 procfs_list_system_processes.
258 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR) 256 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
259 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX. 257 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
260 258
261 * w32.c (list_system_processes): Rename from 259 * w32.c (list_system_processes): Rename from
262 w32_list_system_processes. 260 w32_list_system_processes.
@@ -397,10 +395,10 @@
3972008-12-11 Jason Rumney <jasonr@gnu.org> 3952008-12-11 Jason Rumney <jasonr@gnu.org>
398 396
399 * w32font.c (fill_in_logfont): Don't assume symbol script means 397 * w32font.c (fill_in_logfont): Don't assume symbol script means
400 SYMBOL_CHARSET. (Bug#547) 398 SYMBOL_CHARSET. (Bug#547)
401 399
402 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer 400 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
403 size for surrogates. (Bug#1096, bug#872) 401 size for surrogates. (Bug#1096, bug#872)
404 402
4052008-12-11 Juanma Barranquero <lekktu@gmail.com> 4032008-12-11 Juanma Barranquero <lekktu@gmail.com>
406 404
@@ -691,7 +689,7 @@
6912008-11-26 Jason Rumney <jasonr@gnu.org> 6892008-11-26 Jason Rumney <jasonr@gnu.org>
692 690
693 * w32font.c (w32font_open_internal): Don't include external 691 * w32font.c (w32font_open_internal): Don't include external
694 leading in font height. (Bug#879) 692 leading in font height. (Bug#879)
695 693
6962008-11-26 Glenn Morris <rgm@gnu.org> 6942008-11-26 Glenn Morris <rgm@gnu.org>
697 695
@@ -735,7 +733,7 @@
735 733
736 * w32font.c (check_face_name): New function. 734 * w32font.c (check_face_name): New function.
737 (add_font_entity_to_list): Use it to filter out common substituted 735 (add_font_entity_to_list): Use it to filter out common substituted
738 fonts. (Bug#642) 736 fonts. (Bug#642)
739 737
7402008-11-22 Martin Rudalics <rudalics@gmx.at> 7382008-11-22 Martin Rudalics <rudalics@gmx.at>
741 739