| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
x_set_menu_resources_from_menu_face.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(struct x_resources) [USE_X_TOOLKIT]: New.
(xm_apply_resources, xm_set_menu_resources_from_menu_face)
[USE_MOTIF]: New.
(xl_apply_resources, xl_set_menu_resources_from_menu_face)
[USE_LUCID]: New.
(x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
(Qmenu): New.
(syms_of_xfaces): Initialize Qmenu.
(realize_basic_faces): Realize face `menu'.
(resolve_face_name): New.
(lface_from_face_name): Use it.
(Finternal_set_lisp_face_attribute): Ditto.
(Fpixmap_spec_p): Rewritten. Extend doc string.
|
| |
|
|
| |
MODE_LINE_FACE_ID.
|
| |
|
|
| |
(toplevel): Include X11/Intrinsic.h.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* regex.c [emacs] (ISALNUM, ISALPHA, ISPUNCT): Don't depend on locale
[emacs] (ISASCII): Don't define ISASCII in this case.
(IS_REAL_ASCII): New macro, 2 alternate definitions.
(ISUNIBYTE): Likewise.
[emacs] (ISDIGIT, ISCNTRL, ISXDIGIT, ISGRAPH, ISPRINT):
Don't use ISASCII.
* regex.c: Handle new class names `ascii', `nonascii',
`unibyte, `multibyte'.
(BIT_ASCII, BIT_NONASCII, BIT_UNIBYTE, BIT_MULTIBYTE): New macros.
(IS_CHAR_CLASS): Accept new class names.
(regex_compile, re_match_2_internal): Handle the new classes.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
correctly.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
size correctly.
|
| |
|
|
| |
TABLE correctly.
|
| | |
|
| | |
|
| |
|
|
| |
frame that hasn't been initialized yet.
|
| | |
|
| | |
|
| |
|
|
| |
next_single_char_property_change.
|
| | |
|
| |
|
|
| |
next_single_char_property_change.
|
| |
|
|
| |
used when we look it up.
|
| |
|
|
| |
(syms_of_editfns): Defsubr it.
|
| | |
|
| |
|
|
|
|
| |
(load_face_font_or_fontset, load_color,
merge_face_vector_with_property): Ditto.
(add_to_log): Move to xdisp.c.
|
| |
|
|
| |
parameter.
|
| |
|
|
|
|
|
|
|
| |
selected_window.
(Fdisplay_buffer): Call it with window parameter instead of
setting selected_window.
(Fenlarge_window, Fshrink_window): Ditto.
(shrink_mini_window): If there is no recorded height and position
info, resize mini-window to height 1.
|
| | |
|
| |
|
|
| |
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
|
| |
|
|
| |
shrink_mini_window.
|
| |
|
|
|
| |
(toplevel): Add prototypes for grow_mini_window and
shrink_mini_window. Remove prototype for change_window_height.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(change_window_height): Call window_min_size with new parameter.
(shrink_window_lowest_first, save_restore_orig_size,
grow_mini_window, shrink_mini_window): New.
(make_window, replace_window): Initialize orig_top and
orig_height.
(enlarge_window): Renamed from change_window_height. Make it
static.
(Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
enlarge_window instead of change_window_height.
|
| | |
|
| | |
|
| |
|
|
|
| |
(read_filtered_event, read1, Fmapatoms): Ditto.
(toplevel): Include intervals.h.
|
| | |
|
| |
|
|
| |
keys_of_keymap, syms_of_keymap): Remove unused variables.
|
| |
|
|
|
| |
conditinally compiled section in #ifdef.
(toplevel): Include stdio.h.
|
| |
|
|
| |
(Fcommandp, do_autoload): Ditto.
|
| |
|
|
|
| |
(Fgoto_char, Fchar_after, Fformat): Ditto.
(message_text, message_length): Put in #ifndef HAVE_MENUS.
|
| |
|
|
| |
safe_bcopy to char *.
|
| |
|
|
|
|
| |
(Faref, Fstring_to_number): Ditto.
(toplevel): Include stdio.h.
(Fnumber_to_string): Cast XINT to long for %ld.
|
| |
|
|
| |
(casify_region): Ditto.
|
| |
|
|
|
| |
whose corresponding window rows have been disabled in
try_window_id.
|
| |
|
|
|
|
|
|
|
| |
that window start is out of range.
(handle_display_prop, handle_single_display_prop): Replace
marginal area specifications like `left-margin' with `(margin
left-margin)'.
(Qmargin): New.
(syms_of_xdisp): Initialize Qmargin.
|
| |
|
|
|
| |
(text_property_list, verify_interval_modification,
interval_has_all_properties): Ditto.
|
| |
|
|
|
|
| |
describe_syntax, skip_chars): Remove unused variables.
(back_comment, forw_comment): Add braces to if-statement with
if-else as dependent statement.
|
| |
|
|
|
|
|
|
|
|
|
| |
(Fopen_network_stream, create_process): Add parentheses to
conditional expressions.
(create_process): Put declaration of sigchld in #if 0.
(Fopen_network_stream): Removed unused variables.
(Fopen_network_stream, wait_reading_process_input,
wait_reading_process_input, send_process, send_process): Ditto.
(toplevel): Add prototypes for set_waiting_for_input and
keyboard_bit_set.
|
| |
|
|
|
| |
(toplevel): Add prototypes for stuff_char, and
code_convert_string_norecord.
|