aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (set_frame_menubar, xmenu_show): CallGerd Moellmann1999-10-061-2/+2
| | | | x_set_menu_resources_from_menu_face.
* (toplevel) [USE_MOTIF]: Include some Motif headers.Gerd Moellmann1999-10-061-31/+286
| | | | | | | | | | | | | | | | (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.
* (display_menu_bar): Use MENU_FACE_ID instead ofGerd Moellmann1999-10-061-3/+3
| | | | MODE_LINE_FACE_ID.
* (enum face_id): Add MENU_FACE_ID.Gerd Moellmann1999-10-061-2/+10
| | | | (toplevel): Include X11/Intrinsic.h.
* 1999-09-04 Richard M. Stallman <rms@gnu.org>Dave Love1999-10-061-34/+83
| | | | | | | | | | | | | | | * 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.
* #Dave Love1999-10-041-0/+11100
|
* (BASE_PURESIZE): Increase to 525000.Dave Love1999-10-041-1/+1
|
* #Dave Love1999-10-041-0/+5
|
* (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GRKenichi Handa1999-10-041-3/+3
| | | | correctly.
* #Dave Love1999-10-017-0/+657
|
* #ecrt0.cDave Love1999-10-016-0/+410
|
* #Dave Love1999-09-301-0/+12191
|
* (Fminibuffer_complete_word): Calculate string byteKenichi Handa1999-09-301-2/+2
| | | | size correctly.
* (modify_lower_category_set): Set default value ofKenichi Handa1999-09-301-6/+5
| | | | TABLE correctly.
* #Dave Love1999-09-295-0/+187
|
* (Fpropertize): Renamed from Fproperties.Gerd Moellmann1999-09-291-2/+2
|
* (resize_mini_window): Do nothing if frame is an XGerd Moellmann1999-09-291-1/+2
| | | | frame that hasn't been initialized yet.
* #Dave Love1999-09-2920-0/+44328
|
* Remove unneeded declaration of ospeed.Dave Love1999-09-271-13/+0
|
* (display_prop_end, invisible_text_between_p): UseGerd Moellmann1999-09-261-23/+9
| | | | next_single_char_property_change.
* (next_single_char_property_change): New.Gerd Moellmann1999-09-261-0/+54
|
* (toplevel): Add prototype forGerd Moellmann1999-09-261-0/+4
| | | | next_single_char_property_change.
* (lookup_image): Set image's timestamp because it'sGerd Moellmann1999-09-251-0/+5
| | | | used when we look it up.
* (Fproperties): New.Gerd Moellmann1999-09-251-0/+40
| | | | (syms_of_editfns): Defsubr it.
* (image_error): Use add_to_log.Gerd Moellmann1999-09-231-11/+6
|
* (load_pixmap): Call add_to_log without frame parameter.Gerd Moellmann1999-09-231-66/+21
| | | | | | (load_face_font_or_fontset, load_color, merge_face_vector_with_property): Ditto. (add_to_log): Move to xdisp.c.
* (add_to_log): Moved from xfaces.c. Remove frameGerd Moellmann1999-09-231-0/+31
| | | | parameter.
* (enlarge_window): Add window parameter instead of usingGerd Moellmann1999-09-231-16/+18
| | | | | | | | | 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.
* Add prototype for add_to_log.Gerd Moellmann1999-09-231-0/+1
|
* (XTread_socket) <MotionNotify>: Change #ifdefGerd Moellmann1999-09-231-2/+2
| | | | USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
* (resize_mini_window): Use grow_mini_window andGerd Moellmann1999-09-231-22/+11
| | | | shrink_mini_window.
* (struct window): New members orig_top, orig_height.Gerd Moellmann1999-09-231-1/+7
| | | | | (toplevel): Add prototypes for grow_mini_window and shrink_mini_window. Remove prototype for change_window_height.
* (window_min_size): Add parameter ignore_fixed_p.Gerd Moellmann1999-09-231-22/+218
| | | | | | | | | | | | (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.
* (frame_name_fnn_p): Fix previous change.Eli Zaretskii1999-09-211-0/+2
|
* (toplevel): Move include of stdio.h to other includes.Gerd Moellmann1999-09-201-2/+1
|
* (readchar): Remove unused variables.Gerd Moellmann1999-09-201-6/+3
| | | | | (read_filtered_event, read1, Fmapatoms): Ditto. (toplevel): Include intervals.h.
* Add prototype for safe_bcopy, fatal.Gerd Moellmann1999-09-201-0/+2
|
* (Flookup_key, Faccessible_keymaps, describe_vector,Gerd Moellmann1999-09-201-8/+2
| | | | keys_of_keymap, syms_of_keymap): Remove unused variables.
* (get_boot_time): Put local variable used inGerd Moellmann1999-09-201-0/+3
| | | | | conditinally compiled section in #ifdef. (toplevel): Include stdio.h.
* (Fsignal): Remove unused variables.Gerd Moellmann1999-09-201-4/+1
| | | | (Fcommandp, do_autoload): Ditto.
* (init_editfns): Remove unused variables.Gerd Moellmann1999-09-201-4/+6
| | | | | (Fgoto_char, Fchar_after, Fformat): Ditto. (message_text, message_length): Put in #ifndef HAVE_MENUS.
* (direct_output_for_insert): Cast arguments toGerd Moellmann1999-09-201-1/+2
| | | | safe_bcopy to char *.
* (find_symbol_value): Remove unused variables.Gerd Moellmann1999-09-201-7/+5
| | | | | | (Faref, Fstring_to_number): Ditto. (toplevel): Include stdio.h. (Fnumber_to_string): Cast XINT to long for %ld.
* (casify_object): Remove unused variables.Gerd Moellmann1999-09-201-2/+0
| | | | (casify_region): Ditto.
* (sync_frame_with_window_matrix_rows): Disable frame rowsGerd Moellmann1999-09-201-0/+7
| | | | | whose corresponding window rows have been disabled in try_window_id.
* (compute_window_start_on_continuation_line): Handle caseGerd Moellmann1999-09-201-14/+38
| | | | | | | | | 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.
* (Fset_text_properties): Remove unused variables.Gerd Moellmann1999-09-201-4/+2
| | | | | (text_property_list, verify_interval_modification, interval_has_all_properties): Ditto.
* (update_syntax_table, find_defun_start, back_comment,Gerd Moellmann1999-09-201-20/+21
| | | | | | describe_syntax, skip_chars): Remove unused variables. (back_comment, forw_comment): Add braces to if-statement with if-else as dependent statement.
* (list_processes_1): Remove unused variables.Gerd Moellmann1999-09-201-12/+12
| | | | | | | | | | | (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.
* (RETURN_UNGCPRO): Use do-while (0) idiom.Gerd Moellmann1999-09-201-2/+5
| | | | | (toplevel): Add prototypes for stuff_char, and code_convert_string_norecord.