- 31 Mar, 2003 13 commits
-
-
Kim F. Storm authored
parameters now defined in frame.h and frame.c. (Vx_resource_name): Remove. Use generic var. (enum x_frame_parms): Remove (bogus, unused enum). (check_x_display_info): Make non-static (for frame.c). (struct x_frame_parm_table, x_frame_parms): Remove. (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params) (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_change_window_heights, x_set_autoraise, x_set_autolower) (x_set_vertical_scroll_bars, x_set_scroll_bar_width) (validate_x_resource_name, Fx_get_resource, x_get_resource_string) (x_default_parameter, Fx_parse_geometry, x_figure_window_size): Remove. Use generic functions instead. (enum resource_types): Remove. (x_set_scroll_bar_default_width): New global function (for frame.c). (Fx_create_frame): Depend on x_figure_window_size to add space for toolbar and setup size_hint_flags. (w32_frame_parm_handlers): New table for redisplay_interface. (syms_of_w32fns): Don't intern/staticpro removed vars.
-
Kim F. Storm authored
(struct mac_display_info): Add xrdb member. (struct mac_output): Add want_fullscreen member.
-
Kim F. Storm authored
(x_redisplay_interface): Add mac_frame_parm_handlers member.
-
Kim F. Storm authored
parameters now defined in frame.h and frame.c. (Vx_resource_name): Remove. Use generic var. (check_x_display_info): Make non-static (for frame.c). (struct x_frame_parm_table, x_frame_parms): Remove. (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params) (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_change_window_heights, x_set_autoraise, x_set_autolower) (x_set_vertical_scroll_bars, x_set_scroll_bar_width) (validate_x_resource_name, Fx_get_resource, x_get_resource_string) (x_default_parameter, Fx_parse_geometry, x_figure_window_size): Remove. Use generic functions instead. (enum resource_types): Remove. (x_set_scroll_bar_default_width): New global function (for frame.c). (mac_frame_parm_handlers): New table for redisplay_interface. (syms_of_macfns): Don't intern/staticpro removed vars.
-
Kim F. Storm authored
parameter related vars defined in frame.c. (EMACS_CLASS): Define here. (enum FULLSCREEN_*): Define here. (x_set_scroll_bar_default_width, x_wm_set_icon_position) (x_set_offset, x_new_font, x_new_fontset): Add prototypes. (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params) (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font) (x_set_fringe_width, x_set_border_width, x_set_internal_border_width) (x_set_visibility, x_set_autoraise, x_set_autolower) (x_set_unsplittable, x_set_vertical_scroll_bars) (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name) (x_figure_window_size): Add prototypes.
-
Kim F. Storm authored
(Vx_resource_name, Vx_resource_class, Qx_frame_parameter) (Qx_resource_name, Qface_set_after_frame_default): Define vars here. (Qauto_raise, Qauto_lower, ...): Define all frame parameter related vars here. (struct frame_parm_table, frame_parms): New table for describing frame parameters and their associated Q-variable. The order of the parameters corresponds to the sequence of the frame_parm_handlers table in redisplay_interface. (x_fullscreen_move, x_set_frame_parameters) (x_report_frame_params, x_set_fullscreen, x_set_line_spacing) (x_set_screen_gamma, x_set_font, x_set_fringe_width) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_set_autoraise, x_set_autolower, x_set_unsplittable) (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type): Generic functions for processing of frame parameters. (validate_x_resource_name, xrdb_get_resource, Fx_get_resource) (display_x_get_resource, x_get_resource_string): Functions for generic access to X resources. (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg) (x_default_parameter, Fx_parse_geometry): Functions for generic access to frame parameters. (x_figure_window_size): Generic calculation of frame size. Fixed to add space needed for tool bar. Also setup size_hint_flags. (syms_of_frame): Intern and staticpro frame parameter variables. Defvar_lisp Vx_resource_class and Vx_resource_name here. Defsubr Sx_get_resource and Sx_parse_geometry.
-
Kim F. Storm authored
(struct redisplay_interface): New member frame_parm_handlers. (enum resource_types): Move declaration here. (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg) (x_default_parameter): Add prototypes.
-
Kim F. Storm authored
-
Juanma Barranquero authored
(mode-line-minor-mode-help): New function, bound to mode-line-minor-mode-keymap. (mode-line-modes): Split mode-line-mode definitions to mode-name, mode-line-process and minor-mode-alist. For mode-name, mode-line-major-mode-keymap is used.
-
Juanma Barranquero authored
lookup-minor-mode-from-indicator): New functions.
-
Juanma Barranquero authored
-
Kai Großjohann authored
Clarify docstring. From Lars Hansen.
-
Kenichi Handa authored
(ccl-decode-mule-utf-16-be): Likewise. (ccl-encode-mule-utf-16-le): Don't produce the signature bytes. (ccl-encode-mule-utf-16-be): Likewise.
-
- 30 Mar, 2003 4 commits
-
-
Juanma Barranquero authored
-
Andreas Schwab authored
parameters for shift_glyphs_for_insert.
-
Andreas Schwab authored
draw_vertical_window_border.
-
Richard M. Stallman authored
(emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.
-
- 29 Mar, 2003 6 commits
-
-
Kai Großjohann authored
replaces variable utf-translate-cjk which must be set via Custom.
-
Kai Großjohann authored
expanding, look again for a handler and invoke it. This is needed for filenames like "/foo/../user@host:/bar/../baz" -- the first expansion produces "/user@host:/bar/../baz" which needs to be expanded again for the finame result "/user@host:/baz".
-
Kai Großjohann authored
different drives (on DOS/Windows) or use different handlers, do like `expand-file-name' on FILENAME and return an absolute name. From Lars Hansen <larsh@math.ku.dk>.
-
Kai Großjohann authored
(tramp-handle-expand-file-name): Do not allow ".." to cross file handler boundaries, so that "/user@host:/../foo" expands to itself, rather than "/foo". This is intended to work in conjunction with a change in `file-relative-name' which makes sure to use absolute file names if FILE and DIRECTORY have different handlers. (tramp-handle-insert-directory): Comment out XEmacs kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, version of manual. * tramp.texi (Auto-save and Backup): New node.
-
John Paul Wallington authored
Set table within `unwind-protect'. Ensure table is restored in correct buffer. Add docstring. Basically, copy `with-syntax-table'.
-
Kenichi Handa authored
-
- 28 Mar, 2003 9 commits
-
-
Jan Djärv authored
of area to be redrawn for better performance.
-
Juanma Barranquero authored
that use it.
-
Juanma Barranquero authored
(checkdoc-interactive, checkdoc-message-interactive): Make them perform spell checking when appropriate. (checkdoc-interactive-loop): Fix docstring and a few typos. (checkdoc-interactive-ispell-loop) (checkdoc-message-interactive-ispell-loop): New functions. (checkdoc-next-error): Fix docstring. (checkdoc-this-string-valid-engine): Fix typo. (checkdoc-ispell-docstring-engine): Do test for checkdoc-autofix-flag = nil.
-
Jonathan Yavner authored
-
Jonathan Yavner authored
screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(xt_action_hook): Call set_vertical_scroll_bar if needed. (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0). (xm_scroll_callback, x_create_toolkit_scroll_bar) (x_set_toolkit_scroll_bar_thumb): Simplify. (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS. (XTread_socket): Remove unused var. (x_make_frame_invisible): Replace goto with else.
-
Stefan Monnier authored
(redisplay_window): Use it.
-
- 27 Mar, 2003 2 commits
-
-
Andreas Schwab authored
is marked as edited.
-
Richard M. Stallman authored
update_mode_lines is set. Set w->update_mode_line only if the tool bar contents actually change. (update_menu_bar): Undo previous change.
-
- 26 Mar, 2003 6 commits
-
-
Jan Djärv authored
(xg_frame_set_char_size): Calculate scroll bar width before frame width. Call SET_FRAME_GARBAGED and cancel_mouse_face. (xg_separator_p): Check for all documented separator types. (xg_update_scrollbar_pos): Variable gheight not needed, use height. (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
-
Stefan Monnier authored
-
Jan Djärv authored
so tool bar gets updated.
-
Stefan Monnier authored
that was deleted with too much enthusiasm.
-
Simon Josefsson authored
-
Kenichi Handa authored
-