| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do | Chong Yidong | 2006-07-05 | 2 | -6/+17 |
| | | | | | clash detection using the base buffer. | ||||
| * | * puresize.h (BASE_PURESIZE): Increment to 1210500. | Chong Yidong | 2006-07-05 | 2 | -1/+5 |
| | | |||||
| * | (x_delete_display): Don't free or derefence NULL pointers. | Kim F. Storm | 2006-07-04 | 1 | -6/+10 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-04 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-07-04 | 1 | -0/+5 |
| | | |||||
| * | (Fset_overriding_fontspec_internal): Check if we need | Kenichi Handa | 2006-07-04 | 1 | -0/+2 |
| | | | | | to update Voverriding_fontspec_alist. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-03 | 1 | -0/+10 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2006-07-03 | 1 | -0/+1 |
| | | |||||
| * | (Fx_create_frame): Move unwind_create_frame setup down. | Richard M. Stallman | 2006-07-03 | 1 | -1/+3 |
| | | |||||
| * | (Fface_attribute_relative_p): Doc fix. | Richard M. Stallman | 2006-07-03 | 1 | -1/+8 |
| | | |||||
| * | (Fget_char_property_and_overlay): Doc fix. | Richard M. Stallman | 2006-07-03 | 1 | -3/+4 |
| | | |||||
| * | (Fdefvaralias): Doc fix. | Richard M. Stallman | 2006-07-03 | 1 | -2/+1 |
| | | |||||
| * | (sit_for): Fix preempt condition. | Kim F. Storm | 2006-07-03 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-03 | 1 | -0/+4 |
| | | |||||
| * | (read_filtered_event): Treat select-window just like switch-frame. | Stefan Monnier | 2006-07-02 | 2 | -1/+6 |
| | | |||||
| * | (display_tool_bar_line): Skip glyphs which are too big | Kim F. Storm | 2006-07-01 | 1 | -10/+31 |
| | | | | | | | | | | to ever fit the tool-bar, (MAX_FRAME_TOOL_BAR_HEIGHT): New macro. (tool_bar_lines_needed): Use unused mode-line row as temp_row. (redisplay_tool_bar): Only clear desired matrix if we actually change the tool-bar window height. Only try to make the tool-bar window bigger if there is actually room for it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-01 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-30 | 1 | -0/+12 |
| | | |||||
| * | (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find | Eli Zaretskii | 2006-06-30 | 1 | -1/+16 |
| | | | | | | the dimensions of the screen work area, and adjust vertical position of the frame in order to avoid being covered by the task bar. | ||||
| * | (w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW | Eli Zaretskii | 2006-06-30 | 1 | -2/+7 |
| | | | | | | instead of f->top_pos in the call to CreateWindow. Record the actual position in f->left_pos and f->top_pos. | ||||
| * | (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. | John Paul Wallington | 2006-06-30 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-06-28 | 1 | -0/+25 |
| | | |||||
| * | (Qeql): Add extern. | YAMAMOTO Mitsuharu | 2006-06-28 | 1 | -15/+78 |
| | | | | | | | | | | | | | | | | | | | (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition. (fm_style_face_attributes_alist) [USE_ATSUI]: New variable. (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it. Change keys of Vmac_atsu_font_table from strings to numbers. (fm_style_to_face_attributes) [USE_ATSUI]: New function. (init_font_name_table) [USE_ATSUI]: Use it. (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable. (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it. [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes only when saved_ts_script_language_on_focus coincides with Vmac_ts_script_language_on_focus. [USE_MAC_TSM] (mac_tsm_suspend): Save value of Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus. (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support. [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise. | ||||
| * | (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. | YAMAMOTO Mitsuharu | 2006-06-28 | 1 | -1/+1 |
| | | |||||
| * | (Fx_create_frame): Apply 2006-06-24 change for xfns.c. | YAMAMOTO Mitsuharu | 2006-06-28 | 1 | -2/+1 |
| | | |||||
| * | [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. | YAMAMOTO Mitsuharu | 2006-06-28 | 1 | -2/+0 |
| | | |||||
| * | * textprop.c (text_property_stickiness): doc fix. | Chong Yidong | 2006-06-28 | 1 | -0/+4 |
| | | |||||
| * | * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning) | Chong Yidong | 2006-06-28 | 2 | -5/+26 |
| | | | | | | (Ffield_string_no_properties, Ffield_end): Mention args-out-of-range error condition in docstring. | ||||
| * | (handle_composition_prop): Set stop_charpos before push_it. | Kim F. Storm | 2006-06-27 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-06-27 | 1 | -0/+4 |
| | | |||||
| * | Fix whitespace of last change. | Eli Zaretskii | 2006-06-25 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-06-24 | 1 | -0/+5 |
| | | |||||
| * | (SIGNALS_VIA_CHARACTERS): Define for Linux kernel | Kim F. Storm | 2006-06-24 | 1 | -3/+6 |
| | | | | | version 2.4 and later. | ||||
| * | * xfns.c (Fx_create_frame): Set font parameter directly instead of | Chong Yidong | 2006-06-24 | 2 | -2/+6 |
| | | | | | using x_default_parameter, since x_get_args clears the parm alist. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-24 | 1 | -0/+5 |
| | | |||||
| * | (directory_files_internal) [WINDOWSNT]: Find files case-insensitively. | Eli Zaretskii | 2006-06-24 | 1 | -2/+8 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-24 | 1 | -0/+5 |
| | | |||||
| * | (read_escape): When an unknown Unicode code point is encountered as a string | Eli Zaretskii | 2006-06-24 | 1 | -9/+4 |
| | | | | | or character escape, signal an error. | ||||
| * | (pitx): Dump iterator stack. | Kim F. Storm | 2006-06-23 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-06-23 | 1 | -0/+2 |
| | | |||||
| * | (handle_composition_prop): Push iterator on stack. | Kim F. Storm | 2006-06-23 | 1 | -4/+6 |
| | | | | | (set_iterator_to_next): Pop iterator at end of composition. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-06-23 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-23 | 1 | -0/+6 |
| | | |||||
| * | (Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NT | Eli Zaretskii | 2006-06-23 | 1 | -1/+7 |
| | | | | | platforms, if the old and new names are identical but for the letter-case. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-06-21 | 1 | -0/+11 |
| | | |||||
| * | (struct it): Add `position' member to iterator stack. | Kim F. Storm | 2006-06-21 | 1 | -5/+15 |
| | | | | | Rename `pos' member to `current'. Rearrange and add comments. | ||||
| * | (handle_stop): Set it->ignore_overlay_strings_at_pos_p | Kim F. Storm | 2006-06-21 | 1 | -10/+14 |
| | | | | | | | | if we get any overlays. (set_cursor_from_row): Don't clobber `end' if we rescan from start_string. (push_it, pop_it): Save it->position. | ||||
| * | Delete extra tab. | Romain Francoise | 2006-06-20 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-06-19 | 1 | -0/+10 |
| | | |||||
| * | (size_window): New arg FIRST_ONLY. All callers changed. | Richard M. Stallman | 2006-06-19 | 1 | -17/+70 |
| | | | | | | | | (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL for the case of a top-level window and the following minibuffer. Don't exit because of no `next' when there is a parent. Use the FIRST_ONLY feature when resizing following windows. | ||||