aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * xrdb.c (x_load_resources): Use different char *helv when I18NJan Djärv2005-03-182-0/+9
| | | | is present.
* *** empty log message ***Kenichi Handa2005-03-181-0/+5
|
* (x_update_menu_appearance) [HAVE_X_I18N]:Stefan Monnier2005-03-182-2/+14
| | | | | Use xic_create_fontsetname even for non-Motif menus. Don't forget to free the fontsetname.
* (xic_create_fontsetname): Add a final catch-all font pattern.Stefan Monnier2005-03-181-3/+18
|
* *** empty log message ***Richard M. Stallman2005-03-181-0/+14
|
* (mirror_line_dance): Set W2 according to FRAME_FROM.Richard M. Stallman2005-03-171-1/+1
|
* (buffer_lisp_local_variables): New function,Richard M. Stallman2005-03-171-37/+42
| | | | | broken out from Fbuffer_local_variables. (clone_per_buffer_values): Use buffer_lisp_local_variables.
* (Fcopy_file, Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-171-4/+4
| | | | (Fmake_symbolic_link): Use G to read the new file name.
* (Finteractive): Document G option.Richard M. Stallman2005-03-171-0/+7
| | | | (Fcall_interactively): Implement G option.
* (xm_update_label, xm_update_list): Use the recommendedStefan Monnier2005-03-171-0/+8
| | | | XmStringCreateLocalized function. Add missing copyright.
* (x_update_menu_appearance) [USE_MOTIF]:Stefan Monnier2005-03-171-3/+10
| | | | | Use xic_create_fontsetname to create a fontset so utf-8 locales work. (dump_realized_face): Fix warning.
* (xic_create_fontsetname): Add `motif' argument.Stefan Monnier2005-03-171-14/+24
| | | | | Always return a freshly allocated string. (xic_create_xfontset): Adjust call.
* *** empty log message ***Stefan Monnier2005-03-171-0/+2
|
* (Fkill_emacs): YAILOM.Stefan Monnier2005-03-171-1/+1
|
* (Fignore_event): Fix ancient obscure C-u handling bug.Stefan Monnier2005-03-172-5/+25
|
* (HASHKEY_TERMINAL): Remove.YAMAMOTO Mitsuharu2005-03-172-48/+79
| | | | | | | | | | | | (HASHKEY_MAX_NID): New macro. (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra argument. (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument. (xrm_create_database, xrm_q_put_resource) (xrm_merge_string_database, xrm_q_get_resource_1) (xrm_q_get_resource): Change resource database representation so that it may not use multiple hash tables for a single database. [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
* *** empty log message ***Stefan Monnier2005-03-171-0/+5
|
* (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.Stefan Monnier2005-03-171-0/+2
|
* (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use theStefan Monnier2005-03-171-11/+3
| | | | locale-coding-system, as was already done for WINDOWSNT.
* (read_char): Only do the 7-bit-meta -> 27-bit-metaStefan Monnier2005-03-162-17/+20
| | | | translation for chars in the 0-255 range.
* (Ffloor): Doc fix.Lute Kamstra2005-03-162-2/+6
|
* Fix typo.YAMAMOTO Mitsuharu2005-03-161-1/+1
|
* Fix typo (skip_while_space -> skip_white_space).YAMAMOTO Mitsuharu2005-03-161-4/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-161-1/+48
|
* (DARWIN): Don't define.YAMAMOTO Mitsuharu2005-03-161-0/+3
|
* (init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||YAMAMOTO Mitsuharu2005-03-161-1/+1
| | | | defined (MAC_OSX)'
* (xrm_merge_string_database, xrm_get_resource)YAMAMOTO Mitsuharu2005-03-161-0/+10
| | | | | | | (xrm_get_preference_database): Add externs. [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp) (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp) (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
* (x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element.YAMAMOTO Mitsuharu2005-03-161-55/+18
| | | | | | | (mac_make_rdb): Create resource database from preferences and argument string. (mac_term_init): Save resource database to cddr part of name_list_element.
* (XrmDatabase): Typedef to Lisp_Object.YAMAMOTO Mitsuharu2005-03-161-1/+1
|
* (mac_get_rdb_resource): Remove function.YAMAMOTO Mitsuharu2005-03-161-35/+10
| | | | (x_get_string_resource): Use xrm_get_resource.
* Include macterm.h instead of directly including Carbon.h.YAMAMOTO Mitsuharu2005-03-161-31/+973
| | | | | | | | | | | | | | | | | | | | | | | [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata) (Qarray, Qdictionary): New variables. (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them. [TARGET_API_MAC_CARBON] (Qutf_8): Add extern. [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro. [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used in callback for CFDictionaryApplyFunction. [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp) (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp) (cfobject_desc_to_lisp, cfdictionary_add_to_list) (cfdictionary_puthash, cfproperty_list_to_lisp): New functions. [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function. (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it. (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro. (skip_while_space, parse_comment, parse_include_file) (parse_binding, parse_component, parse_resource_name, parse_value) (parse_resource_line, xrm_create_database, xrm_q_put_resource) (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource) (xrm_cfproperty_list_to_value, xrm_get_preference_database): New functions.
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-161-1/+49
|
* (struct mac_output) [TARGET_API_MAC_CARBON]: New memberYAMAMOTO Mitsuharu2005-03-161-3/+10
| | | | | | hourglass_control. (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines. (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
* (activate_scroll_bars, deactivate_scroll_bars): Remove functions andYAMAMOTO Mitsuharu2005-03-161-102/+53
| | | | | | | | | | | | | | | | | | | | | | declarations. (mac_set_colors): Take argument for saving background color. All callers changed. (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle) (mac_draw_rectangle, mac_draw_string_common): Save and Restore background color. (x_update_end, mac_do_track_drag): Don't reset background color. (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]: Use SetThemeCursor. (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress indicator control to the upper-right corner of the window. (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable. (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it. (do_window_update): Update controls after updating content area. (mac_handle_window_event): Remove unused extern. (XTread_socket): Check both control handle and control part code to determine whether a scroll bar is clicked. Activate/deactivate root control instead of contained scroll bar controls. (make_mac_terminal_frame): Use ThemeCursor constants.
* [!TARGET_API_MAC_CARBON]: Include Appearance.h and Controls.h. UseYAMAMOTO Mitsuharu2005-03-161-7/+2
| | | | ThemeCursor instead of CursHandle.
* (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unusedYAMAMOTO Mitsuharu2005-03-161-193/+135
| | | | | | | | | | | | | | | | variables. (syms_of_macfns): Don't initialize them. Likewise for Qface_set_after_frame_default. Defvar and initialize Vx_window_horizontal_drag_shape. (x_set_mouse_color): Change mouse pointer shape. (mac_window) [!MAC_OSX]: Create root control. (mac_window): Remove initializations of mouse pointer shapes. (hourglass_started): New function (from xfns.c). (start_hourglass, cancel_hourglass): Put function body in #ifdef MAC_OSX. (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress indicator for each non-tooltip frame if needed, and show it. (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-151-0/+6
|
* (keycode_to_xkeysym_table): Change mapping so that it coincide withYAMAMOTO Mitsuharu2005-03-151-7/+11
| | | | | that in Apple X11 except `clear', `enter' on laptops, and fn + `enter' on laptops.
* (syms_of_coding): Docstring of coding-category-list fixed.Kenichi Handa2005-03-151-1/+4
|
* *** empty log message ***Stefan Monnier2005-03-121-0/+13
|
* (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.Stefan Monnier2005-03-121-24/+19
| | | | | (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR. (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
* (xic_defaut_fontset): New constant.Stefan Monnier2005-03-121-44/+95
| | | | | | | (xic_create_fontsetname): New function. Extracted from create_frame_xic. Try to generate a slightly better fontset. (xic_create_xfontset): Use it. (create_frame_xic): Simplify.
* (Fmake_symbolic_link): Fix last change.Stefan Monnier2005-03-122-16/+16
|
* *** empty log message ***Richard M. Stallman2005-03-111-0/+6
|
* (Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-111-3/+15
| | | | | (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory, expand the basename of FILE relative to it.
* *** empty log message ***Kenichi Handa2005-03-111-0/+6
|
* (Finsert_file_contents): Call Fcheck_coding_systemKenichi Handa2005-03-111-4/+3
| | | | | before calling setup_coding_system so that autoloading of a coding system work.
* * xfns.c (hourglass_started): New function.Jan Djärv2005-03-101-0/+7
| | | | | | | * dispextern.h: Declare hourglass_started. * keyboard.c (Fexecute_extended_command): Restart hourglass after call to Fcompleting_read if already started.
* * keyboard.c (Fexecute_extended_command): Restart hourglassJan Djärv2005-03-101-0/+18
| | | | after call to Fcompleting_read if already started.
* * xfns.c (hourglass_started): New function.Jan Djärv2005-03-101-0/+8
|