X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/635c75b1afbe13517521c324669720567c545e4a..10be7e0dd90b6959573c9fc89854d38c3b0033c5:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index fec0b8ec0c..05b7097ecc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,105 @@ +2009-07-18 Juri Linkov + + * process.c (Fset_process_query_on_exit_flag): Mention killing + a buffer in docstring. + +2009-07-17 Kenichi Handa + + * casetab.c (shuffle): Fix the logic of setting up the cycle. + +2009-07-16 YAMAMOTO Mitsuharu + + * nsfns.m (Fns_set_alpha): Remove function. + (syms_of_nsfns): Don't defsubr it. + + * nsterm.m (ns_get_color): Remove incompatible color formats. + (ns_color_to_lisp): Generate #rrggbb color format string. + +2009-07-16 Richard Stallman + + * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2. + (Fset_buffer_auto_saved): Handle save_length = -2. + +2009-07-16 Chong Yidong + + * xterm.c (Qx_gtk_map_stock): New var. + + * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead + of calling intern each time. + +2009-07-15 YAMAMOTO Mitsuharu + + * nsfont.m (nsfont_draw): Remove code for stippling, which actually + does tiling. + + * nsterm.m (ns_maybe_dumpglyphs_background): Likewise. + +2009-07-14 Kenichi Handa + + * font.c (font_vconcat_entity_vectors): New function. + (struct font_sort_data): New member font_driver_preference. + (font_compare): Check font_driver_preference. + (font_sort_entities): The format of the first argument changed. + (font_delete_unmatched): Likewise. + (font_list_entities): The return type changed. + (font_select_entity): The format of the second argument changed. + (font_find_for_lface): Adjusted for the above changes. Don't + suppress the checking of C even if the repertory supports it. + (Flist_fonts): Adjusted for the above changes. + + * ftfont.c (ftfont_spec_pattern): New arg langname. Caller + changed. + (ftfont_list): Adjusted for the change of ftfont_spec_pattern. + Reject a font who has adstyle property that is different from a + langname derived from registry property. + (ftfont_match): Adjusted for the change of ftfont_spec_pattern. + +2009-07-13 Eli Zaretskii + + * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a + local copy of dirfilename. + +2009-07-13 Kenichi Handa + + * chartab.c (sub_char_table_ref_and_range): Fix the range check + against max_char. + + * cmds.c (internal_self_insert): Check sym by SYMBOLP before + calling XSYMBOL (sym). + +2009-07-11 Eli Zaretskii + + * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]: New + function. + (directory_files_internal) [WINDOWSNT]: Bind + w32-get-true-file-attributes to either t or nil, depending whether + the filesystem of the directory is fast or slow. + + * w32.c (logon_network_drive): Don't assume PATH is an absolute + file name. + (is_slow_fs): New function. + (stat): Use it to determine whether to issue more system calls to + get accurate file attributes, when w32-get-true-file-attributes is + `local'. + +2009-07-10 Jan Djärv + + * xfns.c (Fx_select_font): Remember last font selected in + x_last_font_name and use that the next time. Also try the frame + parameter font-parameter as default to the font dialog. + +2009-07-10 Kenichi Handa + + * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. + +2009-07-09 Eli Zaretskii + + * w32proc.c (syms_of_ntproc) : Doc + fix. + + * w32.c (stat): Treat UNC file names as residing on remote + drives. (Bug#3542) + 2009-07-09 Kenichi Handa * fontset.c (fontset_find_font): Fix previous change.