| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (compute_tip_xy): Put tip above pointer if it doesn't fit below. | Eli Zaretskii | 2005-12-02 | 2 | -0/+8 |
| | | |||||
| * | * xterm.h: Add prototype for xg_set_icon_from_xpm_data. | Jan Djärv | 2005-12-02 | 1 | -0/+10 |
| | | | | | | | | | * xfns.c (x_real_positions): int ign => unsigned int. (xg_set_icon_from_xpm_data): Remove unused variable err. (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast to remove compiler warning. (compute_tip_xy): Put tip above pointer if it doesn't fit below. | ||||
| * | Add prototype for xg_set_icon_from_xpm_data. | Jan Djärv | 2005-12-02 | 1 | -0/+1 |
| | | |||||
| * | * xfns.c (x_real_positions): int ign => unsigned int. | Jan Djärv | 2005-12-02 | 1 | -14/+10 |
| | | | | | | | | (xg_set_icon_from_xpm_data): Remove unused variable err. (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast to remove compiler warning. (compute_tip_xy): Put tip above pointer if it doesn't fit below. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-12-02 | 1 | -0/+16 |
| | | |||||
| * | (Fcompleting_read): If Vminibuffer_completing_file_name is | Eli Zaretskii | 2005-12-02 | 1 | -2/+12 |
| | | | | | | | non-nil, use the new keymaps Vminibuffer_local_filename_completion_map and Vminibuffer_local_must_match_filename_map keymaps. (keys_of_minibuf): Bind SPC in the new file-name completion keymaps. | ||||
| * | (Vminibuffer_local_filename_completion_map) | Eli Zaretskii | 2005-12-02 | 1 | -0/+22 |
| | | | | | | | | (Vminibuffer_local_must_match_filename_map): New variables. (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their parent to be Vminibuffer_local_completion_map and Vminibuffer_local_must_match_map, respectively. | ||||
| * | (Vminibuffer_local_filename_completion_map): Declare a new keymap for | Eli Zaretskii | 2005-12-02 | 1 | -0/+7 |
| | | | | | | | minibuffer completion in case of filenames. (Vminibuffer_local_must_match_filename_map): Declare a new keymap for minibuffer completion in case require-match is set. | ||||
| * | (Fset_window_configuration): Don't accidentally copy the | Stefan Monnier | 2005-12-01 | 2 | -3/+24 |
| | | | | | window-point of one window to another. | ||||
| * | *** empty log message *** | Romain Francoise | 2005-11-30 | 1 | -1/+1 |
| | | |||||
| * | (Fpop_to_buffer): Remove superfluous call to record_buffer. | Károly Lőrentey | 2005-11-30 | 2 | -3/+4 |
| | | |||||
| * | Include fcntl.h. Define O_WRONLY if not defined. | Kim F. Storm | 2005-11-30 | 1 | -4/+28 |
| | | | | | | (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by passing it to `emacs_write'. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-11-30 | 1 | -0/+6 |
| | | |||||
| * | (stop_other_atimers): Fix loop to correctly compute `prev'. | Stefan Monnier | 2005-11-29 | 2 | -19/+21 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-11-27 | 1 | -0/+8 |
| | | |||||
| * | (adjust_window_trailing_edge): New function. | Richard M. Stallman | 2005-11-27 | 1 | -1/+136 |
| | | | | | | | | (Fadjust_window_trailing_edge): New function. (syms_of_window): defsubr it. (window_deletion_count): New variable. (delete_window): Update window_deletion_count. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-11-26 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_minibuf): Mention the extension of `completion-auto-help's meaning | Eli Zaretskii | 2005-11-26 | 1 | -1/+3 |
| | | | | | by complete.el. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-11-26 | 1 | -0/+5 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute_from_resource): Handle :inherit property | Eli Zaretskii | 2005-11-26 | 1 | -1/+1 |
| | | | | | as a lisp expression. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-11-24 | 1 | -0/+11 |
| | | |||||
| * | (Qcontrol): Rename from Qctrl. All uses changed. | YAMAMOTO Mitsuharu | 2005-11-24 | 1 | -42/+42 |
| | | | | | | | | | | | (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper, Qsuper, and Qmodifier_value. (Vmac_control_modifier, Vmac_option_modifier) (Vmac_command_modifier, Vmac_function_modifier) (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2) (Vmac_pass_command_to_system, Vmac_pass_control_to_system) (Vmac_charset_info_alist): Doc fixes. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-11-23 | 1 | -0/+14 |
| | | |||||
| * | (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]: Add prototype. | YAMAMOTO Mitsuharu | 2005-11-23 | 1 | -0/+1 |
| | | |||||
| * | (DECODE_UTF_8): Remove macro. | YAMAMOTO Mitsuharu | 2005-11-23 | 1 | -7/+19 |
| | | | | | | | | [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function created from cfstring_to_lisp. [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it. (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise. | ||||
| * | (main) [MAC_OSX]: Change working directory to home | YAMAMOTO Mitsuharu | 2005-11-23 | 1 | -2/+8 |
| | | | | | directory if `-psn_*' option is specified. | ||||
| * | (shadow_lookup): Use make_number to pass a number to Fsubstring. | Ken Raeburn | 2005-11-21 | 2 | -1/+7 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2005-11-21 | 1 | -0/+4 |
| | | |||||
| * | (BASE_PURESIZE): Increment to 1180000. | Juri Linkov | 2005-11-21 | 1 | -1/+1 |
| | | |||||
| * | (merge_face_vectors): Don't do :ignore-defface overwriting here. | Chong Yidong | 2005-11-20 | 2 | -4/+14 |
| | | | | | (Finternal_merge_in_global_face): Do it here. | ||||
| * | * xfaces.c (Finternal_set_lisp_face_attribute): Use | Chong Yidong | 2005-11-20 | 2 | -1/+15 |
| | | | | | | | :ignore-defface for new frame defaults when `unspecified' is supplied. (Finternal_get_lisp_face_attribute): Hide :ignore-defface. | ||||
| * | *** empty log message *** | Juri Linkov | 2005-11-20 | 1 | -0/+5 |
| | | |||||
| * | (invalid_character): Use Lisp-readable syntax | Juri Linkov | 2005-11-20 | 1 | -1/+1 |
| | | | | | for octal and hex. Reorder decimal, octal and hex values. | ||||
| * | Use typedef when Lisp_Object is EMACS_INT so that | Nick Roberts | 2005-11-20 | 1 | -1/+1 |
| | | | | | this type is recognised when debugging. | ||||
| * | *** empty log message *** | Nick Roberts | 2005-11-20 | 1 | -0/+5 |
| | | |||||
| * | Revert unwanted changes. | Andreas Schwab | 2005-11-19 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2005-11-19 | 1 | -0/+5 |
| | | |||||
| * | (nextcons, xcdr, xfloat): Update for changes in | Andreas Schwab | 2005-11-19 | 1 | -6/+6 |
| | | | | | Lisp_Cons and Lisp_Float. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-11-19 | 1 | -0/+10 |
| | | |||||
| * | [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): New variable. | YAMAMOTO Mitsuharu | 2005-11-19 | 1 | -0/+18 |
| | | | | | | | | [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New function. (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it. [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if font size is smaller than or equal to cg_text_anti_aliasing_threshold. | ||||
| * | Fix typo. | Chong Yidong | 2005-11-18 | 1 | -1/+1 |
| | | |||||
| * | * image.c (x_create_bitmap_from_xpm_data): Free attributes on | Chong Yidong | 2005-11-18 | 2 | -2/+7 |
| | | | | | fail. | ||||
| * | (Fface_attribute_relative_p, Fmerge_face_attribute): Handle | Chong Yidong | 2005-11-18 | 2 | -5/+6 |
| | | | | | Qignore_defface as a possible value. | ||||
| * | * xfaces.c (Qignore_defface): New variable. | Chong Yidong | 2005-11-18 | 2 | -17/+53 |
| | | | | | | | | | | | (syms_of_xfaces): Provide `:ignore-defface'. (IGNORE_DEFFACE_P): New macro. (check_lface_attrs): Qignore_defface is a possible value. (lface_fully_specified_p): Likewise. (Finternal_set_lisp_face_attribute): Likewise. (merge_face_vectors): The merged face is `unspecified' if the mergee specifies `:ignore-defface'. | ||||
| * | (readevalloop): Add missing GCPROs. | Stefan Monnier | 2005-11-16 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2005-11-16 | 1 | -8/+11 |
| | | |||||
| * | * xfns.c (xg_set_icon_from_xpm_data): New function. | Chong Yidong | 2005-11-16 | 4 | -14/+53 |
| | | | | | | | | * gnu.h (gnu_xpm_bits): Renamed from gnu_bits. (gnu_xbm_bits): Renamed from gnu_bits (xbm version). * xterm.c (x_bitmap_icon): Use the xpm if available. | ||||
| * | Revert accidental corruption of xbm image. | Chong Yidong | 2005-11-16 | 1 | -3/+2 |
| | | |||||
| * | Tweak image. | Chong Yidong | 2005-11-16 | 1 | -217/+203 |
| | | |||||
| * | initialize XpmAttributes | Chong Yidong | 2005-11-16 | 2 | -0/+9 |
| | | |||||