- 01 May, 2010 5 commits
-
-
Eli Zaretskii authored
w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask): New stubs. sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away. (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code from non-POSIX_SIGNALS section to POSIX_SIGNALS section. s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK) (SIG_SETMASK, SIG_UNBLOCK): Define.
-
Eli Zaretskii authored
xdisp.c (set_cursor_from_row): Don't place cursor on the vertical border glyph between adjacent windows. (try_cursor_movement): Don't assume that row->end == (row+1)->start, test for that explicitly.
-
Eli Zaretskii authored
xdisp.c (display_line): Fix prepending of truncation glyphs to R2L rows. (insert_left_trunc_glyphs): Support addition of left truncation glyphs to R2L rows.
-
Eli Zaretskii authored
xdisp.c: (extend_face_to_end_of_line): In almost-filled rows, extend only if the row is R2L and not continued.
-
Eli Zaretskii authored
xdisp.c (find_row_end): New function, refactored from display_line. (display_line): Use it.
-
- 27 Apr, 2010 1 commit
-
-
Eli Zaretskii authored
xdisp.c (set_cursor_from_row): When looping over a display string, don't overstep the end of the glyph row.
-
- 25 Apr, 2010 3 commits
-
-
Eli Zaretskii authored
xdisp.c (set_cursor_from_row): Don't return zero if cursor was found by `cursor' property of a display string. (display_line): Preserve overlay and string info in row->end.
-
Eli Zaretskii authored
xdisp.c (iterate_out_of_display_property): New function, body from pop_it. (pop_it): Use it.
-
Eli Zaretskii authored
xdisp.c (display_line): Don't assume 2nd call to get_next_display_element cannot return zero.
-
- 24 Apr, 2010 2 commits
-
-
Eli Zaretskii authored
xdisp.c (display_line): Use `reseat' instead of `reseat_1', and use `get_next_display_element' and `set_iterator_to_next' to advance to the next character, when looking for the character that begins the next row.
-
Eli Zaretskii authored
.gdbinit: Add a "set Fmake_symbol" line to force GDB to load the definition of "struct Lisp_Symbol".
-
- 23 Apr, 2010 8 commits
-
-
Eli Zaretskii authored
xdisp.c (set_iterator_to_next, next_element_from_composition): After advancing IT past the composition, resync the bidi iterator with IT's position. (Bug#5977)
-
Eli Zaretskii authored
xdisp.c (pop_it): When the stack is popped after displaying from a string, bidi-iterate to exit from the text portion covered by the `display' property or overlay. (Bug#5988, bug#5920)
-
Dan Nicolaescu authored
* s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
-
Dan Nicolaescu authored
* s/hpux10-20.h (START_FILES): Explicitly define here instead of relying on Makefile.in to define it. * s/cygwin.h (START_FILES): Likewise. * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
-
Dan Nicolaescu authored
* s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM) (LIB_MOTIF): Remove, configure takes care of this. (NOT_USING_MOTIF): Remove, unused. * xrdb.c: Remove #if 0-ed #include. (SYSV): Remove conditional for old SysV. * sysdep.c (closedir): Remove conditional code for Solaris, Solaris has closedir.
-
Glenn Morris authored
-
Glenn Morris authored
-
Michael Albinus authored
-
- 22 Apr, 2010 11 commits
-
-
Dan Nicolaescu authored
-
Jan Djärv authored
* xsettings.c (read_and_apply_settings): Check if current_font is NULL before strcmp (Bug#6001).
-
Dan Nicolaescu authored
-
Michael Albinus authored
* net/tramp.el (with-connection-property, tramp-completion-mode-p) (tramp-action-process-alive, tramp-action-out-of-band) (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote) (tramp-exists-file-name-handler): Fix docstring. (with-progress-reporter): New defmacro. (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file) (tramp-maybe-open-connection): Use it.
-
Michael Albinus authored
* net/tramp.el (tramp-detect-ssh-controlmaster): New defun. (tramp-default-method): Use it.
-
Michael Albinus authored
parameter `preserve-selinux-context'. (tramp-file-name-for-operation): Add `set-file-selinux-context'.
-
Katsumi Yamaoka authored
Otherwise the check to prevent repeated insertion of optional headers is a no-op. By Andreas Seltenreich <seltenreich@gmx.de>.
-
Michael Albinus authored
Ensure, that non remote files are still checked. Oops.
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
-
- 21 Apr, 2010 8 commits
-
-
Andreas Schwab authored
* configure.in: Revert last change.
-
Michael Albinus authored
* icomplete.el (icomplete-completions): Use `non-essential'. * net/tramp.el (tramp-connectable-p): New defun. (tramp-handle-expand-file-name) (tramp-completion-handle-file-name-all-completions) (tramp-completion-handle-file-name-completion): Use it.
-
Dan Nicolaescu authored
* m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS) (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT) (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ... * s/hpux10-20.h: ... to the only user, here.
-
Jan Djärv authored
-
Eli Zaretskii authored
bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't use buffer-local values of paragraph-start and paragraph-separate. <paragraph_start_re, paragraph_separate_re>: Rename from fallback_paragraph_start_re and fallback_paragraph_separate_re.
-
Stefan Monnier authored
-
Jan Djärv authored
Regenerate configure.
-
Jan Djärv authored
-
- 20 Apr, 2010 1 commit
-
-
Jan Djärv authored
* xsettings.c: Qmonospace_font_name, Qtool_bar_style and current_tool_bar_style are new. (store_config_changed_event): Rename from store_font_changed_event. (XSETTINGS_TOOL_BAR_STYLE): New define. (SEEN_FONT, SEEN_TB_STYLE): New enum values. (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef HAVE_XFT. (something_changedCB): store_font_changed_event is now store_config_changed_event (parse_settings): Rename from parse_xft_settings. Read non-xft xsettings outside #ifdef HAVE_XFT. (read_settings): Renamed from read_xft_settings. (apply_xft_settings): Take current settings as parameter. Do not call read_(xft)_settings. (read_and_apply_settings): New function. (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call read_and_apply_settings if there are settings to be read. (init_xsettings): Renamed from init_xfd_settings. Call read_and_apply_settings unconditionally. (xsettings_initialize): Call init_xsettings. (Ftool_bar_get_system_style): New function. (syms_of_xsettings): Define Qmonospace_font_name and Qtool_bar_style. Initialize current_tool_bar_style to nil. defsubr Stool_bar_get_system_style. Fprovide on dynamic-setting. * xsettings.h (Ftool_bar_get_system_style): Declare. * xdisp.c: Vtool_bar_style, tool_bar_max_label_size, Qtext, Qboth, Qboth_horiz are new. (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR Vtool_bar_style, tool_bar_max_label_size. * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz. * keyboard.c: QClabel is new. (parse_tool_bar_item): Take out QClabel from tool bar items. Try to construct a label if ther is no QClabel. (syms_of_keyboard): Intern :label as QClabel. * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new. (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE): New. * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to dynamic-setting.el. * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item. (xg_make_tool_item, xg_show_toolbar_item): New function. (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL. Call xg_make_tool_item to make a tool bar item. Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget. * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin into account for toolbars. * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items. * tool-bar.el (tool-bar-setup): Add :label on some tool bar items. * loadup.el: Load dynamic-setting.el if feature dynamic-setting is present. * info.el (info-tool-bar-map): Add labels. * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size. * cus-edit.el (custom-commands): Add labels for tool bar. (custom-buffer-create-internal, Custom-mode): Adjust for labels in custom-commands. * dynamic-setting.el: Renamed from font-setting.el.
-
- 21 Apr, 2010 1 commit
-
-
Jan Djärv authored
* data.c (make_blv): Declarations before code (Bug#5993). * xlwmenu.c (expose_cb): * lwlib-Xaw.c (fill_xft_data): Declarations before code (Bug#5993).
-