aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (syms_of_ntproc): Doc fix.Juanma Barranquero2002-02-262-1/+5
|
* Include "dispextern.h" unconditionally.Pavel Janík2002-02-242-2/+4
|
* *** empty log message ***Jason Rumney2002-02-241-0/+1
|
* (lisp): Add emacs-lisp/backquote.elc.Jason Rumney2002-02-241-0/+1
|
* (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.Jason Rumney2002-02-242-2/+8
|
* (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.Jason Rumney2002-02-241-1/+1
|
* (Flookup_key): Fixed problem in 2001-12-28 patch:Kim F. Storm2002-02-242-1/+10
| | | | | | The validation of the event type was too strict as it didn't allow string events; buffer names are used in bindings for menu-bar-select-buffer (see `menu-bar-update-buffers').
* *** empty log message ***Kim F. Storm2002-02-231-1/+1
|
* (command_loop_1): Use Fremap_command for command remapping;Kim F. Storm2002-02-232-4/+28
| | | | now try command remapping for all symbols.
* (Fremap_command): Declare extern.Kim F. Storm2002-02-231-1/+1
| | | | (is_command_symbol): Remove extern.
* The following changes rework my patch of 2002-02-06 whichKim F. Storm2002-02-231-89/+69
| | | | | | | | | | | | | | | | | | | added command remapping by entering the commands directly into the keymaps. Now, command remapping uses an explicit `remap' prefix in the keymaps, i.e. [remap COMMAND]. (Qremap, remap_command_vector): New variables. (is_command_symbol): Removed function. (Fdefine_key): No longer accept a symbol for KEY. Added validation of [remap COMMAND] argument for KEY. The DEF is no longer required to be a symbol when remapping a command. (Fremap_command): New function to remap command through keymaps. (Flookup_key): Perform command remapping initiated by Fremap_command directly for speed. (Fkey_binding): Use Fremap_command for command remapping. (where_is_internal): Handle new command remapping representation. (syms_of_keymap): Intern Qremap, initialize remap_command_vector, staticpro them. Defsubr Fremap_command.
* (run_pre_post_conversion_on_str): Add prototype.Eli Zaretskii2002-02-232-0/+7
|
* *** empty log message ***Jason Rumney2002-02-231-0/+9
|
* (w32_wnd_proc) <WM_TIMER>: Fix last change.Jason Rumney2002-02-231-0/+1
|
* (Fw32_set_clipboard_data): Run pre-write-conversionJason Rumney2002-02-231-21/+24
| | | | | | on the string before encoding it. (Fw32_get_clipboard_data): Run post-read-conversion on the string after decoding it.
* (enter_timestamp): Put in #if 0 to prevent warning.Pavel Janík2002-02-232-0/+9
|
* (enter_timestamp): Remove unused static variable to prevent warning.Pavel Janík2002-02-231-6/+0
|
* (Fw16_get_clipboard_data): Fix last change.Eli Zaretskii2002-02-232-1/+7
|
* (selection_data_to_lisp_data): Fix last change.Eli Zaretskii2002-02-231-1/+1
|
* (mouse_move_timer, mouse_button_timer): Initialize.Jason Rumney2002-02-232-9/+55
| | | | | | | | | | (menu_free_timer): New variable. (MENU_FREE_ID, MENU_FREE_DELAY): New constants. (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a menu command is in progress. <WM_COMMAND>: Set the menu_command_in_progress flag. Kill any menu_free_timer that is running.
* (menubar_selection_callback): Free the menu andJason Rumney2002-02-231-0/+9
| | | | clear the menu_command_in_progress flag.
* (w32_text_out): Renamed from W32_TEXTOUT.Jason Rumney2002-02-221-5/+6
| | | | Call ExtTextOutA rather than ExtTextOut.
* (struct w32_output): New member menu_command_in_progress.Jason Rumney2002-02-221-0/+3
|
* *** empty log message ***Eli Zaretskii2002-02-221-0/+4
|
* (BASE_PURESIZE): Increase to 755000.Eli Zaretskii2002-02-221-1/+1
|
* (Fw16_set_clipboard_data): Run pre-write-conversionEli Zaretskii2002-02-222-29/+39
| | | | | | on the string before encoding it. (Fw16_get_clipboard_data): Run post-read-conversion on the string after decoding it.
* Fix last change.Eli Zaretskii2002-02-222-6/+6
|
* <Qcompound_text_with_extensions>: New variable.Eli Zaretskii2002-02-222-2/+31
| | | | | | | | | (syms_of_xselect): Intern and staticpro it. (selection_data_to_lisp_data): Run post-read-conversion on decoded selection text. (lisp_data_to_selection_data): If next-selection-coding-system is compound-text-with-extensions, set the type of selection to be compound-text.
* (x_encode_text): Update prototype.Eli Zaretskii2002-02-221-1/+1
|
* (x_encode_text): Accept additional arg SELECTIONP; allEli Zaretskii2002-02-221-5/+19
| | | | | callers changed. If SELECTIONP is non-zero, run the pre-write-conversion function before encoding the selection text.
* (syms_of_frame): Change mouse-highlight default to t.Kim F. Storm2002-02-202-2/+4
|
* (kbd_buffer_get_event) [WINDOWSNT]: CorrectedKim F. Storm2002-02-202-1/+6
| | | | composing of language-change event.
* (menu_bar_items): Don't include keymap or local-mapKim F. Storm2002-02-202-63/+20
| | | | | | | bindings at PT when building menu (the menu is not updated often enough for this to work reliable). (tool_bar_items): Likewise. (current_active_maps): Removed unused (and faulty) function.
* (gif_load): Use correct width and height for GIF images.Pavel Janík2002-02-202-2/+6
|
* *** empty log message ***Eli Zaretskii2002-02-191-0/+5
|
* (Fatan): Accept an optional second arg and call atan2 if passed 2 args.Eli Zaretskii2002-02-191-6/+18
|
* *** empty log message ***Jason Rumney2002-02-181-0/+4
|
* (glyph_rect): Determine the row and glyph more precisely.Jason Rumney2002-02-181-11/+28
|
* *** empty log message ***Jason Rumney2002-02-183-18/+149
|
* * w32term.c (x_autoselect_window_p): New variable.Jason Rumney2002-02-171-0/+153
| | | | | | | | | | | | (syms_of_w32term): DEFVAR_BOOL and initialize it. (note_mouse_movement): Use it. * w32term.c (x_check_fullscreen, x_check_fullscreen_move) (x_fullscreen_adjust): New functions. (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to fullscreen. Call x_check_fullscreen_move, and set the want_fullscreen member of output_data.w32 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
* New enum for FULLSCREEN_* constants.Jason Rumney2002-02-171-0/+25
| | | | | | (struct w32_output): New members want_fullscreen, x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff. (x-fullscreen-adjust): New prototype.
* Added mouse-highlight variable to turn off mouse highlight orKim F. Storm2002-02-171-0/+34
| | | | only show it after mouse movement.
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-6/+22
| | | | | | | | (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil. (show_mouse_face): Don't show highlight if mouse_face_hidden is set. (w32_read_socket): Turn mouse_face_hidden off after mouse movement, and on after keyboard input. (w32_initialize_display_info): Initialize mouse_face_hidden.
* (struct w32_display_info): Add mouse_face_hidden.Kim F. Storm2002-02-161-0/+3
|
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-5/+20
| | | | | | | | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. (internal_terminal_init): Initialize mouse_face_hidden. (dos_rawgetc): Turn mouse_face_hidden off after mouse movement, and on after keyboard input.
* (struct display_info): Add mouse_face_hidden.Kim F. Storm2002-02-161-0/+3
|
* (disable_mouse_highlight): Removed variable.Kim F. Storm2002-02-161-6/+16
| | | | | | | | (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. (show_mouse_face): Don't show highlight if mouse_face_hidden is set. (XTread_socket): Turn mouse_face_hidden off after mouse movement, and on after keyboard input. (x_term_init): Initialize mouse_face_hidden.
* (struct x_display_info): Add mouse_face_hidden.Kim F. Storm2002-02-161-0/+3
|
* (Vmouse_highlight): Declare extern.Kim F. Storm2002-02-161-0/+2
|
* (Vmouse_highlight): New variable.Kim F. Storm2002-02-161-0/+9
| | | | (syms_of_frame): DEFVAR_LISP it.