- 01 Dec, 2001 21 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
(set_menu_item_info): New vars. (set_frame_menubar): Doc fix clarifying GC interaction with menus. (w32_menu_show): Set current_popup_menu. (add_menu_item): Allocate new strings for owner-drawn menu items and help strings. Use owner-draw for disabled menu items again. (w32_menu_display_help): Ignore owner-drawn items and popup menus. (w32_free_submenu_strings, w32_free_menu_strings): New functions.
-
Jason Rumney authored
(w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame. <WM_EXITMENULOOP>: Free menu strings. <WM_MOUSELEAVE>: Stop tracking mouse. (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
-
Jason Rumney authored
and mouse face.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(EmacsFrameSetCharSize): Ditto.
-
Kim F. Storm authored
(x_set_frame_parameters): Process Process `font' parameter before other parameters as fringe widths depend on it. (x_set_fringe_width): New function. (x_figure_window_size): Use x_compute_fringe_widths. (Fx_create_frame): Process `left-fringe' and `right-fringe' frame parameters.
-
Kim F. Storm authored
fill fringe evenly with small dashes. (x_draw_fringe_bitmap): Clear background if necessary. Align and clip the new ZV bitmap to avoid jitter between rows. (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear background. Don't draw fringe bitmaps if fringe width is zero. (x_compute_fringe_widths): New function. (x_new_font, x_set_window_size_1): Use it.
-
Kim F. Storm authored
and fringe_cols fields. (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros. (FRAME_X_FRINGE_COLS): Use fringe_cols field. (FRAME_X_FRINGE_WIDTH): Use fringes_extra field. (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field. (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field. (x_compute_fringe_widths): Add prototype.
-
Kim F. Storm authored
-
Kim F. Storm authored
(syms_of_frame): Initialize them.
-
Kim F. Storm authored
(Qleft_fringe, Qright_fringe): Declare. (FRAME_RIGHT_FRINGE_WIDTH): New macro.
-
Stefan Monnier authored
(message-make-date, message-make-message-id): Autoload when needed. (smtpmail-send-it): Use them to add `Date:' and `Message-Id:' headers when missing.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 30 Nov, 2001 19 commits
-
-
Stefan Monnier authored
with the `visit' argument. (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
-
Stefan Monnier authored
`change-major-mode-hook' locally. Reset invisibility spec.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Kai Großjohann authored
error message. Suggestion from Richard M. Stallman.
-
André Spiegel authored
-
André Spiegel authored
it.
-
Eli Zaretskii authored
-
Stefan Monnier authored
-
Eli Zaretskii authored
(menu-bar-read-emacs-man, search-emacs-glossary) (emacs-index-search, elisp-index-search): New functions. (apropso-documentation, apropos, apropos-value, apropos-variable) (apropos-commands): Modify menu item names and help text. (elisp-index-search, emacs-index-search, emacs-glossary): New menu items. (menu-bar-manuals-menu): Move the Ordering Manuals item to a submenu. (info-elisp, info-elintro): New menu items. (apropos): Modify the menu item name.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(Man-mode-map): Bind mouse-2 to it. (Man-match-substring): Remove. Replace with `match-string'. (man): Use the `default-value' argument to `read-string'. (Man-fontify-manpage): Add mouse-face to cross references.
-
Eli Zaretskii authored
-
Stefan Monnier authored
-
Stefan Monnier authored
the value of require-match in minibuffer-completion-confirm. Use crm-local-completion-map.
-
Stefan Monnier authored
(let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2). (cl-make-type-test): Use char-valid-p for `character'.
-