X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/11b8fe144d7f598fc90dbeb50fd540da178affb8..cc61af6796973319943af95e6bbc64912ca18682:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 6c8748ab4b..005540b4a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,11 +1,99 @@ +2008-07-23 Jason Rumney + + * w32font.c (w32_enumfont_pattern_entity): Return height consistent + with opened font. + (w32font_open): Set font type to gdi. + + * w32uniscribe.c (uniscribe_open): Set font type to uniscribe. + +2008-07-23 Dan Nicolaescu + + * s/usg5-4.h (ADDR_CORRECT): Remove, unused. + * unexaix.c (ADDR_CORRECT): Remove conditional, the only user + defines it. + * unexec.c (ADDR_CORRECT): Define unconditionally. + + * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove. + + * unexec.c: Remove code depending on !COFF and USG, the file is + not used for such systems. + + * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): + * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused. + (LD_SWITCH_SYSTEM_1): Remove, update users. + + * s/darwin.h (DATA_END): + * m/intel386.h (DATA_END): + * m/ibmrs6000.h (DATA_END): + * m/alpha.h (DATA_END): Remove, unused. + + * config.in: Regenerate. + * s/ms-w32.h (subprocesses): Define unconditionally. + * s/template.h (subprocesses): Update comment. + * s/vms.h (subprocesses): + * s/usg5-4.h (subprocesses): + * s/hpux10-20.h (subprocesses): + * s/gnu-linux.h (subprocesses): + * s/cygwin.h (subprocesses): + * s/bsd-common.h (subprocesses): + * s/aix4-2.h (subprocesses): + * s/darwin.h (subprocesses): Do not define, defined by default now. + + * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. + Remove all references. + (temacs): Add GNUStep specific ld flags. + + * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing, + similarly to what X does. + +2008-07-22 Adrian Robert + + * nsfns.m (x-list-fonts): Remove. + (syms_of_nsfns): Drop the x-list-fonts declaration. + * nsterm.m: Get rid of remaining "//" comments. + +2008-07-22 Chong Yidong + + * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix. + + * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p) + (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal) + (Fns_own_selection_internal, Fx_disown_selection_internal) + (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal): + + * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* + ... */' style of docstrings. Doc fixes. + +2008-07-22 Dan Nicolaescu + + * terminfo.c (UP, BC, PC): Undo previous change. + + * nsfns.m: Rename ns prefixed functions/variables to the + corresponding x versions. Update references. + +2008-07-22 Stefan Monnier + + * syntax.c (char_quoted): Check "charpos > beg" before decrementing. + 2008-07-22 Dan Nicolaescu + * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): + Remove forwarding functions. + (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make + non-static. + (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make + non-static. + (ns_frame_parm_handlers): Use the new names. + (syms_of_nsfns): Move to the end of file. + + * nsterm.m (syms_of_nsterm): Move to the end of file. + * dispnew.c (init_display): Remove code for X10. 2008-07-22 Jason Rumney - * w32proc.c (Fw32_long_file_name): Don't append dir separator to - bare drive. + * w32proc.c (Fw32_long_file_name): Don't append dir separator to + bare drive. 2008-07-22 Adrian Robert