aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.multi-tty (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-29More crunching.Dan Nicolaescu1-345/+254
2007-08-29Restore original arch-tag in src/ChangeLog.multi-ttyMiles Bader1-1/+1
It was apparently deleted by some over-enthusiastic editing, and a new one got added automatically. Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-43
2007-08-29Add arch taglineMiles Bader1-0/+1
2007-08-28crunchDan Nicolaescu1-14/+14
2007-08-28crunchDan Nicolaescu1-570/+119
2007-08-28*** empty log message ***Glenn Morris1-2/+0
2007-08-28Unify Makefile stuff.Glenn Morris1-15/+8
2007-08-28More of the same.Glenn Morris1-72/+68
2007-08-28More of the same.Glenn Morris1-1/+2
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-110/+91
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-95/+38
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-143/+62
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-89/+56
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-112/+35
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-18/+5
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-59/+16
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-47/+25
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-82/+75
2007-08-28Some more tidying and simplification pending merge.Glenn Morris1-134/+93
2007-08-28crunchDan Nicolaescu1-11/+3
2007-08-27More crunching.Dan Nicolaescu1-48/+48
2007-08-27more crunchingDan Nicolaescu1-2/+1
2007-08-27Finish crunching the first 2 entries.Dan Nicolaescu1-30/+25
2007-08-27Start crunching.Dan Nicolaescu1-64/+8
2007-08-24(BASE_PURESIZE): Increase.Dan Nicolaescu1-0/+4
2007-08-22Import changelog info from arch logs into ChangeLog.multi-tty filesMiles Bader1-3/+1448
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-34
2007-07-29* term/xterm.el (terminal-init-xterm): Fix merge issue.Dan Nicolaescu1-0/+4
* puresize.h (BASE_PURESIZE): Increase.
2007-07-03* server.el (server-process-filter): Likewise.Dan Nicolaescu1-0/+13
(server-process-filter): Likewise. Also set COLORFGBG and COLORTERM. * frame.el (frame-initialize, make-frame): Likewise. * faces.el (tty-set-up-initial-frame-faces): Likewise. * env.el (read-envvar-name): Don't consider the environment frame param. (setenv): Set display-environment-variable and term-environment-variable. * 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. * frames.texi (Basic Parameters): Add display-environment-variable and term-environment-variable.
2007-06-04(x_handle_selection_clear): Only accessDan Nicolaescu1-0/+3
terminal->kboard when MULTI_KBOARD is defined.
2007-06-04* term.c (init_tty): Use terminal specific mouse_position_hook.Dan Nicolaescu1-0/+9
* 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. * loadup.el: Use a better feature test on a mac.
2007-05-26* emacsclient.c (main): Avoid having a declaration after aDan Nicolaescu1-0/+4
statement. * sysdep.c: Comment out text after #endif.
2007-05-20Revert to official bug report addresses.Miles Bader1-0/+5
* lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to official Emacs pretest bug report address. * src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to official Emacs pretest bug report address. Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-13 Creator: Karoly Lorentey <karoly@lorentey.hu>
2007-05-19* loadup.el: Load mac-win on a Mac. Avoid loading both x-win andDan Nicolaescu1-0/+4
mac-win. * term/mac-win.el: (mac-initialize-window-system): New function. Move global setup here. * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. * emacsclient.c (decode_options): Don't use a tty on mac carbon.
2007-05-19* s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.Dan Nicolaescu1-0/+37
* termhooks.h (union display_info): Add mac_display_info. * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD is defined. * macterm.h (struct mac_display_info): Add terminal. * w32term.c (w32_initialize): Make static. * macterm.c (XTset_terminal_modes): Add a terminal parameter. (XTreset_terminal_modes): Likewise. (x_clear_frame): Add a frame parameter. (note_mouse_movement): Get rif from the frame. (mac_term_init): Initialize the terminal. (mac_initialize): Make static and move terminal initialization ... (mac_create_terminal): ... in this new function. * macmenu.c: Reorder includes. (Fx_popup_menu): Use terminal specific mouse_position_hook. * macfns.c (x_set_mouse_color): Get rif from the frame. (x_set_tool_bar_lines): Don't use updating_frame. (mac_window): Add 2 new parameters for consistency with other systems. (Fx_create_frame): Fix doc string. Rename the parameter. (Fx_create_frame): Set the frame parameters following what is done in X11 and w32. (Fx_open_connection): Remove window-system check. (start_hourglass): Likewise. (x_create_tip_frame): Get the keyboard from the terminal. * w32fns.c (Fx_create_frame): Use kboard from the terminal. * term/mac-win.el: Provide mac-win. (mac-initialized): New variable. (mac-initialize-window-system): New function. Move global setup here. (handle-args-function-alist, frame-creation-function-alist): (window-system-initialization-alist): Add mac entries. * loadup.el: Load mac-win on a Mac.
2007-05-17*** empty log message ***Jason Rumney1-0/+4
2007-05-17* term.c (init_tty): Better initialize ttys in windows.Dan Nicolaescu1-0/+7
* w32fns.c (Fx_create_frame): Set the default minibuffer frame, window_system and the rest of the frame parameters following what is done in X11.
2007-05-17*** empty log message ***Jason Rumney1-0/+3
2007-05-17*** empty log message ***Jason Rumney1-0/+6
2007-05-16*** empty log message ***Jason Rumney1-0/+4
2007-05-16Changes from arch/CVS synchronizationMiles Bader1-1/+6
2007-05-16Add arch taglineMiles Bader1-0/+1
2007-05-15New ChangeLog for multi-tty specific changesJason Rumney1-0/+89