comparison src/ChangeLog @ 100875:4b2a2cf80be6

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 04 Jan 2009 00:10:09 +0000
parents 3a8c5cfdc32e
children 56164f0c606d
comparison
equal deleted inserted replaced
100874:8698a8bb7d0e 100875:4b2a2cf80be6
1 2009-01-03 Eli Zaretskii <eliz@gnu.org> 1 2009-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)
7 [!subprocesses]: Define. 7 [!subprocesses]: Define.
8 (syms_of_process) [!subprocesses]: Intern and staticpro them. 8 (syms_of_process) [!subprocesses]: Intern and staticpro them.
9 (Flist_system_processes, Fsystem_process_attributes) 9 (Flist_system_processes, Fsystem_process_attributes)
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
18 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]: 18 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
19 Don't use the default (no-op) implementation. 19 Don't use the default (no-op) implementation.
58 58
59 * process.h: Declare Qtime and Qctime. 59 * process.h: Declare Qtime and Qctime.
60 60
61 2009-01-02 Jason Rumney <jasonr@gnu.org> 61 2009-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
67 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu> 67 2009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
68 68
81 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error 81 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error
82 message. 82 message.
83 83
84 2009-01-01 Jason Rumney <jasonr@gnu.org> 84 2009-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
89 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com> 89 2008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
90 90
91 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version. 91 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
98 * character.h (CHAR_VARIATION_SELECTOR_P): New macro. 98 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
99 (CHAR_SURROGATE_PAIR_P): New macro. 99 (CHAR_SURROGATE_PAIR_P): New macro.
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
108 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to 107 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
109 ftfont_variation_glyphs. 108 ftfont_variation_glyphs.
117 * frame.c (Vemacs_iconified): Remove. 116 * frame.c (Vemacs_iconified): Remove.
118 117
119 2008-12-30 Jason Rumney <jasonr@gnu.org> 118 2008-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
124 2008-12-30 Chong Yidong <cyd@stupidchicken.com> 123 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
125 124
126 * indent.c (Fvertical_motion): Don't advance iterator if we have 125 * indent.c (Fvertical_motion): Don't advance iterator if we have
127 reseated to the desired position. 126 reseated to the desired position.
168 2008-12-24 Jason Rumney <jasonr@gnu.org> 167 2008-12-24 Jason Rumney <jasonr@gnu.org>
169 168
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
175 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu> 174 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
176 175
177 * minibuf.c (read_minibuf): Follow the non-interactive case when 176 * minibuf.c (read_minibuf): Follow the non-interactive case when
178 running as a daemon, before detaching. 177 running as a daemon, before detaching.
192 * frame.h: Extern delete_frame. 191 * frame.h: Extern delete_frame.
193 * window.c (window_loop): 192 * window.c (window_loop):
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
200 2008-12-21 Jason Rumney <jasonr@gnu.org> 198 2008-12-21 Jason Rumney <jasonr@gnu.org>
201 199
202 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR 200 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
203 when character maps to .notdef character. 201 when character maps to .notdef character.
207 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310. 205 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
208 206
209 2008-12-20 Jason Rumney <jasonr@gnu.org> 207 2008-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
214 2008-12-20 Jan Djärv <jan.h.d@swipnet.se> 212 2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
215 213
216 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil. 214 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
217 215
220 * minibuf.c (Fread_buffer): Doc fix. 218 * minibuf.c (Fread_buffer): Doc fix.
221 219
222 2008-12-20 Jason Rumney <jasonr@gnu.org> 220 2008-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
230 2008-12-19 Daniel Engeler <engeler@gmail.com> 228 2008-12-19 Daniel Engeler <engeler@gmail.com>
231 229
232 * sysdep.c (serial_configure): Fix typo. 230 * sysdep.c (serial_configure): Fix typo.
233 231
254 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS. 252 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
255 Provide a do nothing implementation. 253 Provide a do nothing implementation.
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.
263 (system_process_attributes): Rename from 261 (system_process_attributes): Rename from
264 w32_system_process_attributes. 262 w32_system_process_attributes.
395 all callers changed. Call free_frame_faces to free the face cache. 393 all callers changed. Call free_frame_faces to free the face cache.
396 394
397 2008-12-11 Jason Rumney <jasonr@gnu.org> 395 2008-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
405 2008-12-11 Juanma Barranquero <lekktu@gmail.com> 403 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
406 404
407 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name. 405 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
408 406
689 check of ASCII_BYTE_P. 687 check of ASCII_BYTE_P.
690 688
691 2008-11-26 Jason Rumney <jasonr@gnu.org> 689 2008-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
696 2008-11-26 Glenn Morris <rgm@gnu.org> 694 2008-11-26 Glenn Morris <rgm@gnu.org>
697 695
698 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el 696 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
699 redefinition with ifdef. (Bug#1383) 697 redefinition with ifdef. (Bug#1383)
733 * w32uniscribe.c (uniscribe_encode_char): Ensure context is 731 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
734 restored before returning. 732 restored before returning.
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
740 2008-11-22 Martin Rudalics <rudalics@gmx.at> 738 2008-11-22 Martin Rudalics <rudalics@gmx.at>
741 739
742 * buffer.c (Fswitch_to_buffer): Reword and mention new option 740 * buffer.c (Fswitch_to_buffer): Reword and mention new option
743 confirm-nonexistent-file-or-buffer in doc-string. 741 confirm-nonexistent-file-or-buffer in doc-string.