comparison src/ChangeLog @ 94201:18fdd5bece36

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 20 Apr 2008 23:51:53 +0000
parents 4f5b6e367b16
children 47134e6f8c9b
comparison
equal deleted inserted replaced
94200:8f5e7dfb15e8 94201:18fdd5bece36
1 2008-04-20 Chong Yidong <cyd@stupidchicken.com> 1 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * xdisp.c (pos_visible_p): Check if iterator stops on a display 3 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
4 string.
5 4
6 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> 5 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7 6
8 * keyboard.c (Vpre_help_message): Remove. 7 * keyboard.c (Vpre_help_message): Remove.
9 (show_help_echo): Remove default C code. 8 (show_help_echo): Remove default C code.
1192 1191
1193 * s/irix5-2.h: 1192 * s/irix5-2.h:
1194 * s/irix6-0.h: 1193 * s/irix6-0.h:
1195 * s/riscos5.h: 1194 * s/riscos5.h:
1196 * s/mach-bsd4-3.h: 1195 * s/mach-bsd4-3.h:
1197 * m/mips4.h: Remove files for obsolete systems 1196 * m/mips4.h: Remove files for obsolete systems.
1198 1197
1199 * Makefile.in: 1198 * Makefile.in:
1200 * filelock.c: 1199 * filelock.c:
1201 * unexmips.c: 1200 * unexmips.c:
1202 * m/hp9000s300.h: 1201 * m/hp9000s300.h:
3948 3947
3949 2008-02-01 Steven Tamm <steventamm@mac.com> 3948 2008-02-01 Steven Tamm <steventamm@mac.com>
3950 3949
3951 * macterm.c (mac_encode_char): Add charset argument and update 3950 * macterm.c (mac_encode_char): Add charset argument and update
3952 to use encoding_type. 3951 to use encoding_type.
3953 (x_new_font,x_new_fontset): Merge in changes from xterm.c; 3952 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
3954 switch to pure fontset. 3953 switch to pure fontset.
3955 (decode_mac_font_name): Temporarily remove decoding. 3954 (decode_mac_font_name): Temporarily remove decoding.
3956 (x_font_name_to_mac_font_name): Temporarily remove encoding. 3955 (x_font_name_to_mac_font_name): Temporarily remove encoding.
3957 (x_load_font): Temporarily remove encoding. 3956 (x_load_font): Temporarily remove encoding.
3958 3957
4067 4066
4068 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup. 4067 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
4069 4068
4070 * coding.c: Add many prototypes for static functions. 4069 * coding.c: Add many prototypes for static functions.
4071 (get_translation_table): Allow max_lookup to be NULL. 4070 (get_translation_table): Allow max_lookup to be NULL.
4072 (decode_coding,Ffind_coding_systems_region_internal) 4071 (decode_coding, Ffind_coding_systems_region_internal)
4073 (Funencodable_char_position, Fcheck_coding_systems_region): Call 4072 (Funencodable_char_position, Fcheck_coding_systems_region): Call
4074 get_translation_table with max_lookup NULL. 4073 get_translation_table with max_lookup NULL.
4075 4074
4076 2008-02-01 Kenichi Handa <handa@m17n.org> 4075 2008-02-01 Kenichi Handa <handa@m17n.org>
4077 4076
4340 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5): 4339 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
4341 Don't use the local variable incomplete. 4340 Don't use the local variable incomplete.
4342 (emacs_mule_char): Change the second arg to `const'. 4341 (emacs_mule_char): Change the second arg to `const'.
4343 (decode_coding): Fix of flushing out unprocessed data. 4342 (decode_coding): Fix of flushing out unprocessed data.
4344 (make_conversion_work_buffer): Fix making of a work buffer. 4343 (make_conversion_work_buffer): Fix making of a work buffer.
4345 (decode_coding_object): Return coding->dst_object; 4344 (decode_coding_object): Return coding->dst_object.
4346 4345
4347 * fontset.c (set_fontset_font): Fix args. 4346 * fontset.c (set_fontset_font): Fix args.
4348 4347
4349 * lisp.h (CHARACTERBITS): Define as 22. 4348 * lisp.h (CHARACTERBITS): Define as 22.
4350 4349
4513 * w32term.c (w32_encode_char): New charset parameter. 4512 * w32term.c (w32_encode_char): New charset parameter.
4514 font_info.encoding becomes encoding_type. 4513 font_info.encoding becomes encoding_type.
4515 (x_get_font_repertory): New function. Warning: stub only! 4514 (x_get_font_repertory): New function. Warning: stub only!
4516 (x_new_font): Return quickly if font already set. 4515 (x_new_font): Return quickly if font already set.
4517 (x_new_fontset): fontsetname parameter is Lisp_Object. 4516 (x_new_fontset): fontsetname parameter is Lisp_Object.
4518 Use new fs_query_fontset. Try new_fontset_from_font_name. Use 4517 Use new fs_query_fontset. Try new_fontset_from_font_name.
4519 fontset_name for return value. 4518 Use fontset_name for return value.
4520 4519
4521 * w32term.h: Declare x_get_font_repertory. 4520 * w32term.h: Declare x_get_font_repertory.
4522 4521
4523 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in 4522 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
4524 place of find_charset_in_text. Use encode_coding_object in place 4523 place of find_charset_in_text. Use encode_coding_object in place
5124 2008-02-01 Kenichi Handa <handa@m17n.org> 5123 2008-02-01 Kenichi Handa <handa@m17n.org>
5125 5124
5126 The following changes are to make character composition happen 5125 The following changes are to make character composition happen
5127 automatically on displaying. 5126 automatically on displaying.
5128 5127
5129 * Makefile.in (lisp, shortlisp): Add composite.elc 5128 * Makefile.in (lisp, shortlisp): Add composite.elc.
5130 5129
5131 * composite.h (Qauto_composed, Vauto_composition_function) 5130 * composite.h (Qauto_composed, Vauto_composition_function)
5132 (Qauto_composition_function): Extern them. 5131 (Qauto_composition_function): Extern them.
5133 5132
5134 * composite.c (Vcomposition_function_table) 5133 * composite.c (Vcomposition_function_table)
6113 6112
6114 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP. 6113 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
6115 6114
6116 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars. 6115 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
6117 6116
6118 2008-02-01 Yong Lu <lyongu@asia-infonet.com> 6117 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
6119 6118
6120 * charset.c (Fdefine_charset_internal): Fix argument to bzero. 6119 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
6121 6120
6122 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96. 6121 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
6123 6122
6240 2008-02-01 Kenichi Handa <handa@m17n.org> 6239 2008-02-01 Kenichi Handa <handa@m17n.org>
6241 6240
6242 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead 6241 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
6243 of calling free_realized_face. 6242 of calling free_realized_face.
6244 6243
6245 2008-02-01 Yong Lu <lyongu@asia-infonet.com> 6244 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
6246 6245
6247 * charset.c (read_hex): Don't treat SPC as a comment starter. 6246 * charset.c (read_hex): Don't treat SPC as a comment starter.
6248 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1. 6247 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
6249 (Fdecode_char): Fix typo. 6248 (Fdecode_char): Fix typo.
6250 6249
7368 argument to be of type int. 7367 argument to be of type int.
7369 7368
7370 2007-11-23 Markus Triska <markus.triska@gmx.at> 7369 2007-11-23 Markus Triska <markus.triska@gmx.at>
7371 7370
7372 * emacs.c (main): Call init_editfns before init_process, since 7371 * emacs.c (main): Call init_editfns before init_process, since
7373 init_process sets Vprocess_connection_type depending on OS release 7372 init_process sets Vprocess_connection_type depending on OS release.
7374 7373
7375 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca> 7374 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7376 7375
7377 * data.c (do_symval_forwarding): Use same code as in find_symbol_value. 7376 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
7378 (find_symbol_value): Use do_symval_forwarding. 7377 (find_symbol_value): Use do_symval_forwarding.
7672 Don't set s->stippled_p here, since it has already been set by 7671 Don't set s->stippled_p here, since it has already been set by
7673 x_set_glyph_string_gc from x_draw_glyph_string. 7672 x_set_glyph_string_gc from x_draw_glyph_string.
7674 7673
7675 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> 7674 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
7676 7675
7677 * sunfns.c: Remove file 7676 * sunfns.c: Remove file.
7678 7677
7679 * m/sun386.h: 7678 * m/sun386.h:
7680 * m/sun2.h: 7679 * m/sun2.h:
7681 * m/sparc.h: Remove Sun windows code. 7680 * m/sparc.h: Remove Sun windows code.
7682 7681
7692 * s/usg5-4.h: 7691 * s/usg5-4.h:
7693 * s/usg5-3.h: 7692 * s/usg5-3.h:
7694 * s/ptx.h: 7693 * s/ptx.h:
7695 * m/is386.h: 7694 * m/is386.h:
7696 * m/ibmps2-aix.h: 7695 * m/ibmps2-aix.h:
7697 * Makefile.in: Remove all mentions of X10 7696 * Makefile.in: Remove all mentions of X10.
7698 7697
7699 * dispnew.c (syms_of_display): Don't mention version 10. 7698 * dispnew.c (syms_of_display): Don't mention version 10.
7700 7699
7701 2007-10-28 Juanma Barranquero <lekktu@gmail.com> 7700 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
7702 7701