| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN. | Dan Nicolaescu | 2007-09-07 | 2 | -0/+7 |
| | | |||||
| * | (Vsplit_window_preferred_function): New var. | Stefan Monnier | 2007-09-07 | 2 | -4/+26 |
| | | | | | | (Fdisplay_buffer): Use it. (syms_of_window): Export, and initialize it. | ||||
| * | (gif_load): Fix bug: Handle nonexistent colormap. | Thien-Thi Nguyen | 2007-09-06 | 2 | -7/+12 |
| | | |||||
| * | (menu_grab_callback) <cnt>: Move static variable to file scope. | Glenn Morris | 2007-09-06 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-06 | 1 | -0/+1 |
| | | |||||
| * | (x_reply_selection_request) <cnt>: Move static variable to file scope. | Glenn Morris | 2007-09-06 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-06 | 1 | -0/+5 |
| | | |||||
| * | (redisplay_internal): Make sure Elisp code always sees | Stefan Monnier | 2007-09-06 | 2 | -0/+14 |
| | | | | | consistent values of selected_frame and selected_window. | ||||
| * | *** empty log message *** | Jason Rumney | 2007-09-05 | 1 | -0/+4 |
| | | |||||
| * | (initialize_w32_display): Zero unused hooks. | Jason Rumney | 2007-09-04 | 1 | -0/+10 |
| | | |||||
| * | * server.el (server-start, server-unload-hook): Undo previous | Dan Nicolaescu | 2007-09-04 | 2 | -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 accessible | Jason Rumney | 2007-09-04 | 2 | -10/+15 |
| | | | | | | in w32console.c. Set up input. Remove XXX comments that have been confirmed as correct. | ||||
| * | (MULTI_KBOARD): Define. | Jason Rumney | 2007-09-04 | 2 | -0/+4 |
| | | |||||
| * | (init_tty) [WINDOWSNT]: Pass terminal to | Jason Rumney | 2007-09-04 | 2 | -3/+13 |
| | | | | | | initialize_w32_display. (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too. | ||||
| * | (one_and_only_w32cons): Remove. | Jason Rumney | 2007-09-04 | 1 | -6/+1 |
| | | | | | (initialize_w32_display): Take terminal argument. | ||||
| * | (enum event_kind) <HORIZ_WHEEL_EVENT>: New event. | Jason Rumney | 2007-09-04 | 2 | -0/+27 |
| | | |||||
| * | (discard_mouse_events): Discard it. | Jason Rumney | 2007-09-04 | 1 | -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 Rumney | 2007-09-04 | 1 | -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 Rumney | 2007-09-04 | 1 | -0/+3 |
| | | |||||
| * | Support for horizontal scroll wheels on some mice: | Jason Rumney | 2007-09-04 | 1 | -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 Nicolaescu | 2007-09-04 | 2 | -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 icon | Jan Djärv | 2007-09-02 | 2 | -4/+58 |
| | | | | | if it starts with "n:". | ||||
| * | (update_frame_tool_bar): Initialize wbutton to NULL. | Jan Djärv | 2007-08-31 | 2 | -1/+5 |
| | | |||||
| * | (Qterm_environment_variable): Remove. | Stefan Monnier | 2007-08-31 | 2 | -3/+7 |
| | | | | | (syms_of_frame): Don't init and staticpro it. | ||||
| * | (Qterm_environment_variable): Remove. | Stefan Monnier | 2007-08-31 | 1 | -1/+0 |
| | | |||||
| * | (getenv_internal): Remove special case for $TERM. | Stefan Monnier | 2007-08-31 | 1 | -10/+1 |
| | | |||||
| * | (set_initial_environment): Set Vinitial_environment only when | Stefan Monnier | 2007-08-31 | 1 | -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 Monnier | 2007-08-31 | 2 | -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 Morris | 2007-08-30 | 1 | -1/+2 |
| | | |||||
| * | Comment. | Glenn Morris | 2007-08-30 | 1 | -1/+1 |
| | | |||||
| * | * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here... | Dan Nicolaescu | 2007-08-29 | 3 | -2/+8 |
| | | | | | * s/darwin.h: ... do it here. | ||||
| * | (set_initial_environment): Rename from set_global_environment. | Stefan Monnier | 2007-08-29 | 2 | -75/+83 |
| | | |||||
| * | (${etc}DOC): Re-add a ${EXEEXT} which seems to have been | Stefan Monnier | 2007-08-29 | 1 | -1/+1 |
| | | | | | removed by mistake on the multi-tty branch. | ||||
| * | (make_terminal_frame): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2007-08-29 | 1 | -1/+2 |
| | | | | | (Fmodify_frame_parameters): Return a value. | ||||
| * | (png_load): Comment-out var only used in commented-out code. | Stefan Monnier | 2007-08-29 | 1 | -1/+1 |
| | | |||||
| * | (mark_ttys): Don't bother checking top_frame (incorrectly) | Stefan Monnier | 2007-08-29 | 1 | -4/+1 |
| | | | | | before passing it to mark_object. | ||||
| * | (internal_resolve_face_name): Return a value. | Stefan Monnier | 2007-08-29 | 1 | -1/+3 |
| | | | | | (internal_resolve_face_name, resolve_face_name_error): Comment out. | ||||
| * | (check_x_display_info): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2007-08-29 | 1 | -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 been | Romain Francoise | 2007-08-29 | 2 | -1/+7 |
| | | | | | provided. | ||||
| * | (mac_initialize): Delete declaration. | Dan Nicolaescu | 2007-08-29 | 2 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-08-29 | 1 | -33/+29 |
| | | |||||
| * | Update copyright years, update license to GPLv3 or later. | Glenn Morris | 2007-08-29 | 1 | -2/+2 |
| | | |||||
| * | (BASE_PURESIZE): Increase base value to 1164000. | Dan Nicolaescu | 2007-08-29 | 2 | -2/+2 |
| | | |||||
| * | Merge multi-tty branch | Miles Bader | 2007-08-29 | 73 | -3619/+7309 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866 | ||||
| | * | More crunching. | Dan Nicolaescu | 2007-08-29 | 1 | -345/+254 |
| | | | |||||
| | * | Undo undocumented change. | Dan Nicolaescu | 2007-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Restore original arch-tag in src/ChangeLog.multi-tty | Miles Bader | 2007-08-29 | 1 | -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 tagline | Miles Bader | 2007-08-29 | 1 | -0/+1 |
| | | | |||||
| | * | crunch | Dan Nicolaescu | 2007-08-28 | 1 | -14/+14 |
| | | | |||||
| | * | crunch | Dan Nicolaescu | 2007-08-28 | 1 | -570/+119 |
| | | | |||||