aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * insdel.c (prepare_to_modify_buffer): For an indirect buffer, doChong Yidong2006-07-052-6/+17
| | | | clash detection using the base buffer.
* * puresize.h (BASE_PURESIZE): Increment to 1210500.Chong Yidong2006-07-052-1/+5
|
* (x_delete_display): Don't free or derefence NULL pointers.Kim F. Storm2006-07-041-6/+10
|
* *** empty log message ***Kim F. Storm2006-07-041-0/+4
|
* *** empty log message ***Kenichi Handa2006-07-041-0/+5
|
* (Fset_overriding_fontspec_internal): Check if we needKenichi Handa2006-07-041-0/+2
| | | | to update Voverriding_fontspec_alist.
* *** empty log message ***Richard M. Stallman2006-07-031-0/+10
|
* Comment change.Richard M. Stallman2006-07-031-0/+1
|
* (Fx_create_frame): Move unwind_create_frame setup down.Richard M. Stallman2006-07-031-1/+3
|
* (Fface_attribute_relative_p): Doc fix.Richard M. Stallman2006-07-031-1/+8
|
* (Fget_char_property_and_overlay): Doc fix.Richard M. Stallman2006-07-031-3/+4
|
* (Fdefvaralias): Doc fix.Richard M. Stallman2006-07-031-2/+1
|
* (sit_for): Fix preempt condition.Kim F. Storm2006-07-031-1/+1
|
* *** empty log message ***Kim F. Storm2006-07-031-0/+4
|
* (read_filtered_event): Treat select-window just like switch-frame.Stefan Monnier2006-07-022-1/+6
|
* (display_tool_bar_line): Skip glyphs which are too bigKim F. Storm2006-07-011-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. Storm2006-07-011-0/+10
|
* *** empty log message ***Eli Zaretskii2006-06-301-0/+12
|
* (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to findEli Zaretskii2006-06-301-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_SHOWEli Zaretskii2006-06-301-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 Wallington2006-06-302-1/+6
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-06-281-0/+25
|
* (Qeql): Add extern.YAMAMOTO Mitsuharu2006-06-281-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 Mitsuharu2006-06-281-1/+1
|
* (Fx_create_frame): Apply 2006-06-24 change for xfns.c.YAMAMOTO Mitsuharu2006-06-281-2/+1
|
* [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.YAMAMOTO Mitsuharu2006-06-281-2/+0
|
* * textprop.c (text_property_stickiness): doc fix.Chong Yidong2006-06-281-0/+4
|
* * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)Chong Yidong2006-06-282-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. Storm2006-06-271-1/+2
|
* *** empty log message ***Kim F. Storm2006-06-271-0/+4
|
* Fix whitespace of last change.Eli Zaretskii2006-06-251-4/+4
|
* *** empty log message ***Kim F. Storm2006-06-241-0/+5
|
* (SIGNALS_VIA_CHARACTERS): Define for Linux kernelKim F. Storm2006-06-241-3/+6
| | | | version 2.4 and later.
* * xfns.c (Fx_create_frame): Set font parameter directly instead ofChong Yidong2006-06-242-2/+6
| | | | using x_default_parameter, since x_get_args clears the parm alist.
* *** empty log message ***Eli Zaretskii2006-06-241-0/+5
|
* (directory_files_internal) [WINDOWSNT]: Find files case-insensitively.Eli Zaretskii2006-06-241-2/+8
|
* *** empty log message ***Eli Zaretskii2006-06-241-0/+5
|
* (read_escape): When an unknown Unicode code point is encountered as a stringEli Zaretskii2006-06-241-9/+4
| | | | or character escape, signal an error.
* (pitx): Dump iterator stack.Kim F. Storm2006-06-231-0/+9
|
* *** empty log message ***Kim F. Storm2006-06-231-0/+2
|
* (handle_composition_prop): Push iterator on stack.Kim F. Storm2006-06-231-4/+6
| | | | (set_iterator_to_next): Pop iterator at end of composition.
* *** empty log message ***Kim F. Storm2006-06-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-06-231-0/+6
|
* (Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NTEli Zaretskii2006-06-231-1/+7
| | | | platforms, if the old and new names are identical but for the letter-case.
* *** empty log message ***Kim F. Storm2006-06-211-0/+11
|
* (struct it): Add `position' member to iterator stack.Kim F. Storm2006-06-211-5/+15
| | | | Rename `pos' member to `current'. Rearrange and add comments.
* (handle_stop): Set it->ignore_overlay_strings_at_pos_pKim F. Storm2006-06-211-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 Francoise2006-06-201-1/+1
|
* *** empty log message ***Richard M. Stallman2006-06-191-0/+10
|
* (size_window): New arg FIRST_ONLY. All callers changed.Richard M. Stallman2006-06-191-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.