- 21 Aug, 2000 11 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
add explanatory text to *Messages*.
-
Kenichi Handa authored
locale coding system.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 20 Aug, 2000 21 commits
-
-
Dave Love authored
-
Dave Love authored
-
Jason Rumney authored
single_keymap_panes. (w32_menu_show): Set wv->title when dealing with titles. (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
-
Jason Rumney authored
(syms_of_w32term): staticpro it. (note_mode_line_highlight): Set it. (XTextExtents16): Removed as there is no equivalent on W32. (x_compute_glyph_string_overhangs): Incomplete body removed, as the X way of doing this will not work for W32. (w32_intersect_rectangles): Removed. Use IntersectRect API call. (x_draw_image_foreground): Avoid drawing outside of the clip area when image doesn't have a mask. (note_mouse_highlight): Process overlays in the right order of priority. Set help_echo_window. (x_draw_bar_cursor): If cursor is on an image, draw a box cursor because that's more visible for large images.
-
Jason Rumney authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
Don't test x-popup-menu. (function) <complete-function>: Complete only fbound symbols. <validate, value>: New. (variable) <complete-function>: Complete only bound symbols. (coding-system): Add :base-only, :complete-function, :validate, :value, :prompt-match. (widget-coding-system-prompt-value): Use read-coding-system and act on :base-only. (editable-field): Add :help-echo. (widget-push-button-gui, widget-push-button-cache) (widget-gui-action, widget-editable-list-gui): COmment out, along with uses. (widget-at): Make arg optional. (widget-echo-help): Adjust for current help-echo calling sequence. (widget-specify-field, widget-specify-button) (widget-specify-insert, widget-get-sibling, widget-image-find) (widget-convert, widget-insert, widget-leave-text) (widget-beginning-of-line, widget-end-of-line, widget-kill-line) (widget-setup, widget-field-find, widget-before-change) (widget-after-change, widget-default-complete) (widget-default-create, widget-default-delete) (widget-push-button-value-create, editable-field) (widget-field-prompt-value, widget-field-validate) (widget-choice-value-create, widget-choice-action) (widget-choice-validate, widget-checklist-add-item) (widget-radio-add-item, widget-radio-chosen) (widget-radio-value-inline, widget-editable-list-value-create) (widget-editable-list-entry-create) (widget-documentation-link-add) (widget-documentation-string-value-create) (widget-regexp-validate, widget-file-complete) (widget-sexp-validate, widget-plist-convert-widget) (widget-plist-convert-widget, widget-alist-convert-widget) (widget-alist-convert-widget, widget-color-complete): Simplify, particularly to avoid bindings which aren't optimized out.
-
Dave Love authored
-
Dave Love authored
(down-list, backward-up-list, up-list, kill-sexp) (backward-kill-sexp, mark-sexp)): Make arg optional. (lisp-complete-symbol): Add optional arg PREDICATE.
-
Dave Love authored
file-coding-system-alist.
-
Miles Bader authored
completion was done, so that any completion message will be correct.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
modifying TTY color mappings.
-
Gerd Moellmann authored
(Qtty_color_alist, Vtty_defined_color_alist): New variables. (realize_tty_face): Use them. (syms_of_xfaces): Initialize new variables. (map_tty_color): New function, extracted from realize_tty_face. (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default foreground or background color, store the new color name in the realized face; previous code trying to do this had no effect. (realize_tty_face): Use map_tty_color. (Fclear_face_cache): Set face_change_count and ensure thorough redisplay.
-
Miles Bader authored
Don't return true if ATTRS are merely a subset of FACE's attributes.
-
Eli Zaretskii authored
letter only if it is a drive letter.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 19 Aug, 2000 8 commits
-
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
Save the point with a marker, not just a buffer position.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
code formatting.
-
Gerd Moellmann authored
XBUFFER on last_undo_buffer which might not be a buffer.
-
Miles Bader authored
prompt to delete. Use `forward-line 0' instead of beginning-of-line. (gud-filter): Temporarily widen gud comint buffer while examining output.
-
Miles Bader authored
use save-restriction, now that it works correctly. Don't adjust comint-last-input-start to account for our insertion; it shouldn't have moved because we don't use insert-before-markers anymore. Comment out call to `force-mode-line-update'; why is it here?
-