aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
Commit message (Collapse)AuthorAgeFilesLines
* (interprogram-paste-function): Handle empty clipboard.John Paul Wallington2003-01-231-7/+8
|
* Call setup-default-fontset.Kenichi Handa2003-01-171-0/+2
|
* Require fontset and call setup-default-fontset.Kenichi Handa2003-01-171-0/+2
|
* Require fontset unconditionally again.Kenichi Handa2003-01-171-2/+4
| | | | Call setup-default-fontset at the top level.
* Setup the fontset "fontset-mac" correctly.Kenichi Handa2003-01-151-3/+3
|
* Require fontset conditionally again.Richard M. Stallman2003-01-131-1/+2
|
* Remove some ancient compatibility code. PopulateDave Love2002-10-301-48/+861
| | | | x-keysym-table.
* Switching return to be treated like an X keysymSteven Tamm2002-10-041-0/+6
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-0120-6/+23
|
* (function-key-map): Define S-iso-lefttab.Richard M. Stallman2002-09-021-0/+1
|
* In src:Andrew Choi2002-08-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-08-03 Andrew Choi <[email protected]> * macterm.c (USE_CARBON_EVENTS): New macro. (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros. (x_iconify_frame): Call CollapseWindow. (Vmac_reverse_ctrl_meta): New variable. (Vmac_wheel_button_is_mouse_2): New variable. (init_mac_drag_n_drop): New function. (mac_do_receive_drag): New function. (mac_handle_service_event): New function. (init_service_handler): New function. (mac_to_emacs_modifiers): New function. (mac_event_to_emacs_modifiers): New function. (mac_get_mouse_btn): New function. (mac_convert_event_ref): New function. (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent, SendEventToEventTarget, mac_event_to_emacs_modifiers, and mac_get_mouse_btn. (mac_initialize): Call init_mac_drag_n_drop and init_service_handler. * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT. (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and TOOL_BAR_EVENT for MAC_OS as well. (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well as for WINDOWS_NT. (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX. * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX. In lisp: 2002-08-03 Andrew Choi <[email protected]> * term/mac-win.el: Set keys to enable mouse wheel support.
* * files.el (directory-free-space-args): Don't use -P on Darwin.Andreas Schwab2002-06-301-4/+1
| | | | * term/mac-win.el: Don't set it here.
* Use directory-free-space-program instead ofAndreas Schwab2002-06-291-18/+24
| | | | | | | obsolete variable dired-free-space-program. On Darwin, don't set directory-free-space-program, shell-file-name and process-connection-type; set directory-free-space-args to not include `-P' and use utf-8 for file name coding system.
* (function-key-map): Add some bindings.Stefan Monnier2002-06-271-3/+19
|
* In src/:Andrew Choi2002-06-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-06-16 Andrew Choi <[email protected]> * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of Vdefault_fontset to Monaco with mac-roman coding. * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine init_process before and after inclusion of Carbon/Carbon.h, resp. * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and cursor_gc. (add_font_name_table_entry): New function. (init_font_name_table): Use add_font_name_table_entry; add italic, bold, and bold-italic entries for truetype fonts. * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces for Mac too. (try_font_list) [MAC_OS]: If no font matches given registry, try fonts with any registry matching face_family. (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here. * s/darwin.h: If autoconf detects the Ncurses library, define LIBS_TERMCAP to -lncurses to use it. In lisp/: 2002-06-16 Andrew Choi <[email protected]> * term/mac-win.el (scalable-fonts-allowed): Set to t.
* (x-handle-switch): Fix handling of x-invocation-args for switches withJuanma Barranquero2002-06-121-2/+2
| | | | arguments.
* (color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, forMiles Bader2002-06-091-756/+760
| | | | | | | | | | | | | | | consistency with the rest of emacs. (tty-color-canonicalize): Only copy COLOR if we need to change it. (tty-color-approximate): Scale values from `color-name-rgb-alist' appropriately. Return the whole color description, rather than just the RGB values. (tty-color-standard-values): New function. Code mostly taken from `tty-color-translate'. (tty-color-translate, tty-color-values): Use `tty-color-desc' to do all the work. (tty-color-desc): Do color lookup here instead of calling `tty-color-translate' and `tty-color-by-index'; this is now the main place to do it.
* Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (mouse-wheel-scroll-line)Jason Rumney2002-05-041-27/+8
| | | | | (mouse-wheel-scroll-screen): Removed. ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-2/+12
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (x-select-text, x-cut-buffer-or-selection-value): Check if any of thePavel Janík2002-04-241-31/+107
| | | | | available selection sources has new content and if so it will return that content.
* (emacs-session-save): Add comment that return t means cancel shutdownJan Djärv2002-03-121-0/+1
|
* (emacs-session-restore): Take previous id as an argument.Jan Djärv2002-03-121-2/+2
|
* (x-handle-smid): New function.Jan Djärv2002-03-101-0/+68
| | | | | | | (emacs-session-filename): New function. (emacs-session-save): New function. (emacs-save-session-functions): New variable. (emacs-session-restore): New function.
* (mouse-wheel-scroll-line): Use car ofJason Rumney2002-02-251-2/+4
| | | | mouse-wheel-scroll-amount.
* (x-option-alist, x-long-option-alist)Jason Rumney2002-02-171-122/+70
| | | | | | (x-switch-definitions): Remove, use command-line-x-option-alist instead to be consistent with X. (x-handle-initial-switch): New function.
* Fix a typo in a comment.Eli Zaretskii2002-01-251-1/+1
|
* (tty-standard-colors): Reverse the order of colors.Eli Zaretskii2002-01-251-9/+32
| | | | | (tty-register-default-colors): New function; code moved from startup.el's command-line.
* (msdos-color-values): Reverse the order of theEli Zaretskii2002-01-251-15/+15
| | | | | colors, since tty-color-define now preserves the registration order.
* (xterm-standard-colors): New variable.Eli Zaretskii2002-01-251-2/+160
| | | | | | | | (xterm-rgb-convert-to-16bit, xterm-register-default-colors) (xterm-rxvt-set-background-mode): New functions. (toplevel): Call xterm-register-default-colors, xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces. Add support for more keys from xterm's terminfo entry.
* New file.Eli Zaretskii2002-01-251-0/+175
|
* (x-handle-geometry): Put sizes on bothRichard M. Stallman2002-01-241-0/+5
| | | | initial-frame-alist and default-frame-alist.
* Move user variables to w32-vars.el and make them defcustoms.Jason Rumney2002-01-201-88/+2
| | | | Use w32-list-proportional-fonts.
* Add comments to avoid future deletion of conditionals that seemJason Rumney2002-01-171-0/+3
| | | | unnecessary on w32.
* Only require fontset when new-fontset is bound.Jason Rumney2002-01-171-1/+2
|
* (tty-color-mode-alist): New variable.Eli Zaretskii2002-01-141-0/+11
|
* (x-handle-initial-switch): New function.Eli Zaretskii2002-01-131-0/+16
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* Require fontset unconditionally.Jason Rumney2002-01-051-38/+2
| | | | | (w32-handle-scroll-bar-event): Remove, since default scroll bar behaviour is now the same as what Windows users expect.
* (dos-cpNNN-setup, dos-codepage-setup):Eli Zaretskii2001-12-241-3/+6
| | | | | | Call IT-setup-unicode-display here instead of adding it to dos-codepage-setup-hook, so that Unicode display tables are set before dos-codepage-setup-hook runs.
* (x-handle-geometry): Put height and width on default-frame-alist,Richard M. Stallman2001-12-242-18/+36
| | | | left and top on initial-frame-alist.
* (IT-character-translations): Add entries for more points.Eli Zaretskii2001-12-071-1/+1
|
* Converted backquote to the new style.Sam Steingold2001-11-271-26/+26
|
* (sun-yank-selection): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* (bg-insert-moused-sexp): Use insert instead of insert-string.Pavel Janík2001-11-261-3/+3
|
* (term-setup-hook): Add IT-setup-unicode-display.Eli Zaretskii2001-11-041-0/+3
|
* (function-key-map): Add entry for `ESC [ 3 ~' -> <delete>Stefan Monnier2001-11-041-21/+35
| | | | | Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}. Use inheritance so that .emacs and terminfo take precedence.
* (x-frob-font-slant, x-frob-font-weight): AddEli Zaretskii2001-10-261-0/+2
| | | | make-obsolete cookies, to follow faces.el.
* (redisplay-dont-pause): Don't set.Jason Rumney2001-10-211-4/+0
|
* Update Stephen Gildea's mail address.Eli Zaretskii2001-09-231-1/+1
|