aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.Dan Nicolaescu2007-09-072-0/+7
|
* (Vsplit_window_preferred_function): New var.Stefan Monnier2007-09-072-4/+26
| | | | | (Fdisplay_buffer): Use it. (syms_of_window): Export, and initialize it.
* (gif_load): Fix bug: Handle nonexistent colormap.Thien-Thi Nguyen2007-09-062-7/+12
|
* (menu_grab_callback) <cnt>: Move static variable to file scope.Glenn Morris2007-09-061-3/+3
|
* *** empty log message ***Glenn Morris2007-09-061-0/+1
|
* (x_reply_selection_request) <cnt>: Move static variable to file scope.Glenn Morris2007-09-061-1/+4
|
* *** empty log message ***Glenn Morris2007-09-061-0/+5
|
* (redisplay_internal): Make sure Elisp code always seesStefan Monnier2007-09-062-0/+14
| | | | consistent values of selected_frame and selected_window.
* *** empty log message ***Jason Rumney2007-09-051-0/+4
|
* (initialize_w32_display): Zero unused hooks.Jason Rumney2007-09-041-0/+10
|
* * server.el (server-start, server-unload-hook): Undo previousDan Nicolaescu2007-09-042-14/+19
| | | | | | | | | change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
* (init_tty) [WINDOWSNT]: Add hooks that are not accessibleJason Rumney2007-09-042-10/+15
| | | | | in w32console.c. Set up input. Remove XXX comments that have been confirmed as correct.
* (MULTI_KBOARD): Define.Jason Rumney2007-09-042-0/+4
|
* (init_tty) [WINDOWSNT]: Pass terminal toJason Rumney2007-09-042-3/+13
| | | | | initialize_w32_display. (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
* (one_and_only_w32cons): Remove.Jason Rumney2007-09-041-6/+1
| | | | (initialize_w32_display): Take terminal argument.
* (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.Jason Rumney2007-09-042-0/+27
|
* (discard_mouse_events): Discard it.Jason Rumney2007-09-041-2/+7
| | | | | | (make_lispy_event): Translate it to a lisp event. (lispy_wheel_names): Add wheel-left and right events. (syms_of_keyboard): Enlarge wheel_syms.
* Horizontal mouse wheel support:Jason Rumney2007-09-041-3/+7
| | | | | | | | | (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL. <WM_MOUSEHWHEEL>: Pass new system message to lisp. MULTI_KBOARD support: (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from terminal.
* (WM_MOUSEHWHEEL): Define if system headers don't.Jason Rumney2007-09-041-0/+3
|
* Support for horizontal scroll wheels on some mice:Jason Rumney2007-09-041-1/+19
| | | | | | | | | | (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT from WM_MOUSEHWHEEL. (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL. MULTI_KBOARD support: (w32_create_terminal) [MULTI_KBOARD]: Create a new keyboard for the terminal.
* * server.el (server-start, server-unload-hook):Dan Nicolaescu2007-09-042-14/+22
| | | | | | | | | | | | | suspend-tty-functions has been renamed to suspend-tty-hook. * xt-mouse.el: Likewise. resume-tty-functions has been renamed to resume-tty-hook. * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions. (Vresume_tty_hook): Rename from Vresume_tty_functions. (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook and resume-tty-function to resume-tty-hook. (Fsuspend_tty, Fresume_tty): Use new names.
* (update_frame_tool_bar): Handle stock name as a named iconJan Djärv2007-09-022-4/+58
| | | | if it starts with "n:".
* (update_frame_tool_bar): Initialize wbutton to NULL.Jan Djärv2007-08-312-1/+5
|
* (Qterm_environment_variable): Remove.Stefan Monnier2007-08-312-3/+7
| | | | (syms_of_frame): Don't init and staticpro it.
* (Qterm_environment_variable): Remove.Stefan Monnier2007-08-311-1/+0
|
* (getenv_internal): Remove special case for $TERM.Stefan Monnier2007-08-311-10/+1
|
* (set_initial_environment): Set Vinitial_environment only whenStefan Monnier2007-08-311-6/+3
| | | | | Vprocess_environment is built, otherwise I get an unexplained infinite loop. (child_setup): Remove unused vars term_var and display_var.
* (Vinitial_environment): New variable.Stefan Monnier2007-08-312-25/+27
| | | | | | | | (set_initial_environment): Initialize it. (syms_of_callproc): Declare it. (child_setup): Don't mess with TERM via Qterm_environment_variable; the TERM under which a process runs is never related to the TERM in which Emacs is running.
* Regenerate.Glenn Morris2007-08-301-1/+2
|
* Comment.Glenn Morris2007-08-301-1/+1
|
* * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...Dan Nicolaescu2007-08-293-2/+8
| | | | * s/darwin.h: ... do it here.
* (set_initial_environment): Rename from set_global_environment.Stefan Monnier2007-08-292-75/+83
|
* (${etc}DOC): Re-add a ${EXEEXT} which seems to have beenStefan Monnier2007-08-291-1/+1
| | | | removed by mistake on the multi-tty branch.
* (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2007-08-291-1/+2
| | | | (Fmodify_frame_parameters): Return a value.
* (png_load): Comment-out var only used in commented-out code.Stefan Monnier2007-08-291-1/+1
|
* (mark_ttys): Don't bother checking top_frame (incorrectly)Stefan Monnier2007-08-291-4/+1
| | | | before passing it to mark_object.
* (internal_resolve_face_name): Return a value.Stefan Monnier2007-08-291-1/+3
| | | | (internal_resolve_face_name, resolve_face_name_error): Comment out.
* (check_x_display_info): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2007-08-291-1/+3
| | | | (x_icon): Comment-out var only used in commented-out code.
* (Fset_input_mode): Don't call `Fset_quit_char' if QUIT hasn't beenRomain Francoise2007-08-292-1/+7
| | | | provided.
* (mac_initialize): Delete declaration.Dan Nicolaescu2007-08-292-1/+1
|
* *** empty log message ***Juanma Barranquero2007-08-291-33/+29
|
* Update copyright years, update license to GPLv3 or later.Glenn Morris2007-08-291-2/+2
|
* (BASE_PURESIZE): Increase base value to 1164000.Dan Nicolaescu2007-08-292-2/+2
|
* Merge multi-tty branchMiles Bader2007-08-2973-3619/+7309
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
| * More crunching.Dan Nicolaescu2007-08-291-345/+254
| |
| * Undo undocumented change.Dan Nicolaescu2007-08-291-1/+1
| |
| * Restore original arch-tag in src/ChangeLog.multi-ttyMiles Bader2007-08-291-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
| * Add arch taglineMiles Bader2007-08-291-0/+1
| |
| * crunchDan Nicolaescu2007-08-281-14/+14
| |
| * crunchDan Nicolaescu2007-08-281-570/+119
| |