summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-21101-108/+108
|
* (set_window_buffer): Revert 2006-11-22 change.Chong Yidong2007-01-201-13/+0
|
* (try_window): Clear mouse-face highlights first.Chong Yidong2007-01-201-0/+9
|
* * xdisp.c (try_window): Clear mouse-face highlights first.Chong Yidong2007-01-201-0/+6
| | | | * window.c (set_window_buffer): Revert 2006-11-22 change.
* *** empty log message ***Eli Zaretskii2007-01-201-4/+9
|
* (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)Eli Zaretskii2007-01-201-12/+15
| | | | (xbuffer, xcons, xcar, xcdr): Fix doc strings.
* (read_key_sequence): Extract local map only if theChong Yidong2007-01-201-1/+2
| | | | given position is in an accessible buffer region.
* * keyboard.c (read_key_sequence): Extract local map only if theChong Yidong2007-01-201-0/+5
| | | | given position is in an accessible buffer region.
* Reformat documentation so that first sentenceNick Roberts2007-01-191-30/+43
| | | | displays properly with "help user-defined" (like apropos).
* *** empty log message ***Nick Roberts2007-01-191-0/+5
|
* Attribution fix.Chong Yidong2007-01-181-1/+1
|
* Correct attribution.Chong Yidong2007-01-181-1/+1
|
* Move PATH_DOC from local/info to local/share/info.Chong Yidong2007-01-181-1/+1
|
* * epaths.in: Move PATH_DOC from local/info to local/share/info.Chong Yidong2007-01-181-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2007-01-151-0/+10
|
* (Fmac_resume_apple_event): Set error number whenYAMAMOTO Mitsuharu2007-01-151-1/+1
| | | | descriptor type of reply is non-null.
* [TARGET_API_MAC_CARBON] (create_and_show_dialog):YAMAMOTO Mitsuharu2007-01-151-3/+9
| | | | | | Create movable modal window instead of movable alert window. [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead of DisableControl.
* [TARGET_API_MAC_CARBON] (create_and_show_dialog): UseYAMAMOTO Mitsuharu2007-01-142-11/+42
| | | | | DisableControl for disabled items. Set default button to first enabled one. Use icon of application in execution.
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14202-389/+406
| | | | 2001).
* (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii2007-01-132-6/+15
| | | | to avoid GCC warnings.
* (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoidEli Zaretskii2007-01-132-1/+15
| | | | GCC warnings.
* (Fuser_uid, Fuser_real_uid): Copy values returned by geteuid and getuidEli Zaretskii2007-01-131-2/+8
| | | | into EMACS_INT to avoid GCC warnings.
* (Ffile_attributes): Fix last change.Eli Zaretskii2007-01-131-1/+1
|
* (Ffile_attributes): Copy some members of `struct stat' into int's to avoidEli Zaretskii2007-01-122-12/+27
| | | | GCC warnings about limited range of short in arguments to FIXNUM_OVERFLOW_P.
* (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.YAMAMOTO Mitsuharu2007-01-122-4/+28
| | | | (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
* (x_free_frame_resources) [USE_CG_DRAWING]: CallYAMAMOTO Mitsuharu2007-01-121-59/+35
| | | | | | | | | mac_prepare_for_quickdraw. (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs outside #ifdef MAC_OSX. (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function outside #ifdef MAC_OSX. (mac_check_bundle) [MAC_OSX]: Remove unused function.
* (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.YAMAMOTO Mitsuharu2007-01-121-5/+358
| | | | | | | | | | | | | | (mac_handle_dialog_event, install_dialog_event_handler) (create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions. (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN) (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH) (DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE) (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH) (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE) (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN) (DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros. (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function. (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
* (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,Jan Djärv2007-01-112-14/+19
| | | | block/unblock SIGIO.
* (Fformat): Allow integer-format to work with floats of sizeStefan Monnier2007-01-102-3/+18
| | | | larger than most-positive-fixnum (but still smaller than MAXINT).
* (Ffile_attributes): Use floats for large uids/gids.Stefan Monnier2007-01-102-15/+21
|
* (syms_of_emacs) <path-separator>: Doc fix.Eli Zaretskii2007-01-092-1/+6
|
* (FONT_MAX_WIDTH): Remove unused macro.YAMAMOTO Mitsuharu2007-01-092-5/+46
| | | | | | (XCreateGC): Change type in extern. (XDrawLine): Rename from mac_draw_line_to_pixmap. (mac_quit_char_key_p) [MAC_OSX]: Add extern.
* (XDrawLine): Rename from mac_draw_line_to_pixmap.YAMAMOTO Mitsuharu2007-01-091-56/+61
| | | | | | | | | | | | | | | | | | | (XCreateGC): Change type of 2nd argument to void *. (XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Fix last change. (mac_to_emacs_modifiers): Change return type to int. [USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise. (mac_mapped_modifiers): New function. (XTread_socket): Use it. [USE_TSM] (mac_handle_text_input_event): Likewise. (do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. (mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]: Remove variables. (mac_determine_quit_char_modifiers, init_quit_char_handler) [MAC_OSX]: Remove functions. (make_ctrl_char) [MAC_OSX]: Add extern. (mac_quit_char_key_p) [MAC_OSX]: New function. (mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler.
* (mac_dialog_modal_filter) [MAC_OSX]: New function.YAMAMOTO Mitsuharu2007-01-091-4/+117
| | | | | | | (Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from Fmessage_box, Fyes_or_no_p, or Fy_or_n_p. [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler): Use mac_quit_char_key_p.
* (Display): Typedef to opaque type.YAMAMOTO Mitsuharu2007-01-091-1/+1
|
* (XDrawLine) [MAC_OS]: Remove macro.YAMAMOTO Mitsuharu2007-01-091-6/+2
| | | | | | (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise. (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of XCreateGC_pixmap.
* (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUTYAMAMOTO Mitsuharu2007-01-091-1/+5
| | | | around mkstemp.
* (init_keyboard): Initialize interrupt_input_blocked andJan Djärv2007-01-082-0/+5
| | | | interrupt_input_pending.
* (x_display_info): New: net_supported_atoms,Jan Djärv2007-01-082-1/+17
| | | | nr_net_supported_atoms and net_supported_window.
* New variable last_user_time.Jan Djärv2007-01-081-38/+135
| | | | | | | | | (handle_one_xevent): Set last_user_time from events that have Time. Set net_supported_window to 0 when reparented. (wm_supports): New function. (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE. (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms and net_supported_window.
* (Fvertical_motion): Fix IT overshoot check for overlayKim F. Storm2007-01-051-6/+13
| | | | strings without embedded newlines immediately followed by newline.
* *** empty log message ***Kim F. Storm2007-01-051-1/+6
|
* (MAC_EMACS_CREATOR_CODE): New enumerator.YAMAMOTO Mitsuharu2007-01-052-0/+53
|
* (CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)YAMAMOTO Mitsuharu2007-01-051-16/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND) (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND) (CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR) (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros. (mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable. (mac_cg_color_black) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable. (init_cg_color) [USE_CG_DRAWING]: New function. (mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR. (mac_erase_rectangle, mac_clear_window, mac_draw_cg_image) (mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]: Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR. (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise. (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or gc->cg_back_color. (install_drag_handler, remove_drag_handler): Make extern. (install_menu_target_item_handler): Add extern. (install_window_handler): Call install_menu_target_item_handler. [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'. (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color.
* (Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.YAMAMOTO Mitsuharu2007-01-051-0/+78
| | | | | | | | (restore_show_help_function, menu_target_item_handler) [TARGET_API_MAC_CARBON]: New functions. (install_menu_target_item_handler): New function. (add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu item property.
* (struct _XGC) [USE_CG_DRAWINGYAMAMOTO Mitsuharu2007-01-051-0/+8
| | | | | && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color and cg_back_color.
* (Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODEYAMAMOTO Mitsuharu2007-01-051-4/+4
| | | | | instead of 'EMAx'. [!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise.
* (Fformat_time_string, Fdecode_time, Fencode_time)YAMAMOTO Mitsuharu2007-01-051-4/+34
| | | | | (Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around gmtime/localtime/emacs_memftimeu/mktime.
* (Fwindow_end): Fix use of >= operator.Juanma Barranquero2007-01-042-1/+5
|
* *** empty log message ***Richard M. Stallman2007-01-031-0/+4
|