* w32font.c (w32font_open): Set font type to gdi.
[bpt/emacs.git] / src / ChangeLog
index 2e75084..6640bca 100644 (file)
@@ -1,7 +1,101 @@
+2008-07-23  Jason Rumney  <jasonr@gnu.org>
+
+        * 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  <dann@ics.uci.edu>
+
+       * 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.
+       (LINUX_SBRK_BUG): Remove, move condition to the only use ...
+       * emacs.c (main): ... here.
+
+       * 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  <Adrian.B.Robert@gmail.com>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * 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  <dann@ics.uci.edu>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
+
+2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * 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  <jasonr@gnu.org>
 
-        * 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  <Adrian.B.Robert@gmail.com>
 
 
 2008-07-22  David Reitter  <david.reitter@gmail.com>
 
-       * nsfns.m: (do_applescript, F_do_applescript): NS version of the
+       * nsfns.m (do_applescript, F_do_applescript): NS version of the
        Carbon implementation of the same functionality: execute arbitrary
        AppleScript code.
 
 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
-       * nsfns.m
-       (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
+       * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
        (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
        (Fx_server_vendor, Fx_server_version, Fx_display_screens)
        (Fx_display_mm_height, Fx_display_mm_width)
        * w32fns.c (globals_of_w32fns): Init common controls.
 
 2007-10-08  Richard Stallman  <rms@gnu.org>
+
        * image.c (our_memory_buffer): Rename from omfib_buffer.
 
 2007-10-08  Richard Stallman  <rms@gnu.org>