* server.el (server-process-filter): Likewise.
[bpt/emacs.git] / src / ChangeLog.multi-tty
index 4f173a3..05a7ec4 100644 (file)
@@ -1,6 +1,43 @@
+2007-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * frame.c (Qterm_environment_variable,
+       Qdisplay_environment_variable): New variables.
+       (syms_of_frame): Intern and staticpro them.
+
+       * frame.h: Declare them here.
+
+       * callproc.c (child_setup): Use the display-environment-variable
+       and term-environment-variable frame params.
+       (getenv_internal): Likewise.
+       (set_initial_environment): Initialise Vprocess_environment.
+
+2007-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * xselect.c (x_handle_selection_clear): Only access
+       terminal->kboard when MULTI_KBOARD is defined.
+
+       * term.c (init_tty): Use terminal specific mouse_position_hook.
+
+       * macterm.c (mac_create_terminal): Indent and rearrange to be more
+       similar to the X11 version.
+
+       * config.in: Disable multi-keyboard support on a mac.
+
+2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * sysdep.c: Comment out text after #endif.
+
+2007-05-20  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
+
+       * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
+       official Emacs pretest bug report address.
+
 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * frame.c (Fmake_terminal_frame): Disable output method test. 
+
        * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
+       (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
 
        * termhooks.h (union display_info): Add mac_display_info.
 
@@ -32,6 +69,7 @@
        (Fx_open_connection): Remove window-system check.
        (start_hourglass): Likewise.
        (x_create_tip_frame): Get the keyboard from the terminal.
+       (Fx_create_frame): Don't use FRAME_MAC_DISPLAY_INFO.
 
        * w32fns.c (Fx_create_frame): Use kboard from the terminal.