(__FreeBSD_version): Don't define it if it is
[bpt/emacs.git] / src /
1999-08-15 Gerd Moellmann(Qfixed_window_size): New.
1999-08-14 Karl Heuer(Fopen_network_stream): Fix previous change.
1999-08-14 Karl Heuer(line_number_display_limit_width): New var.
1999-08-14 Karl Heuer(run_hook_list_with_args): Gcpro `globals'.
1999-08-13 Gerd Moellmann(struct window): New field too_small_ok.
1999-08-13 Gerd Moellmann(set_window_height, set_window_width):
1999-08-13 Gerd Moellmann(MINSIZE): Removed.
1999-08-13 Kenichi Handa(CHAR_MODIFIER_MASK): New macro.
1999-08-13 Kenichi Handa(read_escape): For Control modifier, pay attention to
1999-08-13 Kenichi Handa(non_ascii_char_to_string): Handle modifier bits as
1999-08-12 Gerd Moellmann(vmotion): Don't add in mini-buffer prompt width
1999-08-12 Karl Heuer(Fopen_network_stream): Use getaddrinfo.
1999-08-12 Karl HeuerAdd HAVE_GETADDRINFO.
1999-08-11 Gerd Moellmann(get_overlay_arrow_glyph_row): Set the charpos of
1999-08-11 Gerd Moellmann(face_before_or_after_it_pos): If position after
1999-08-11 Gerd Moellmann(mirror_make_current): If desired row isn't enabled,
1999-08-10 Geoff Voelker(x_bitmap_icon): New function.
1999-08-10 Geoff Voelker(x_set_icon_type): Support setting frame icons.
1999-08-10 Karl Heuer(BCOPY_SHORT): Fix typo `unsigined'.
1999-08-10 Karl Heuer[__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
1999-08-10 Eli Zaretskii(IT_set_face): Abort if the default face is not realized
1999-08-10 Eli Zaretskii(realize_default_face) [MSDOS]: Don't take default
1999-08-10 Eli Zaretskii(msdos_stdcolor_name): Remove const from return value.
1999-08-10 Eli Zaretskii(Fframe_parameters): Swap foreground and background
1999-08-07 Richard M. Stallman(Feval_buffer): New arg DO_ALLOW_PRINT.
1999-08-07 Richard M. Stallman(Fprevious_overlay_change): Just return the answer...
1999-08-07 Gerd Moellmann(LIBTIFF): Use -ltiff instead of -ltiff34
1999-08-07 Richard M. Stallman(xpm_load) [!XpmAllocCloseColors]:
1999-08-06 Gerd Moellmann(set_iterator_to_next): After delivering a character
1999-08-06 Geoff Voelker(stat): Check for directory ending in separator when
1999-08-06 Geoff Voelker(directory_files_internal, Fdirectory_files_and_attributes,
1999-08-06 Gerd Moellmann(x_display_and_set_cursor): If cursor_in_echo_area,
1999-08-06 Gerd Moellmann(set_window_cursor_after_update): Correct cursor
1999-08-06 Gerd Moellmann(x_draw_phys_cursor_glyph): Redraw overlaps.
1999-08-06 Gerd Moellmann(compute_line_metrics): If first line's physical ascent
1999-08-06 Gerd Moellmann(produce_glyphs): Set iterator's physical height
1999-08-06 Gerd Moellmann(redraw_overlapping_rows): Use flag overlapping_p.
1999-08-06 Gerd Moellmann(struct glyph_row): Add overlapping_p.
1999-08-06 Richard M. Stallman(switch_to_buffer_1): New subroutine, taken out from...
1999-08-05 Richard M. Stallman(display-buffer): Don't get confused
1999-08-05 Richard M. Stallman(switch_to_buffer_1): New subroutine, taken out from...
1999-08-04 Andreas Schwab(insert_from_string_1): Check gap size against number
1999-08-03 Richard M. Stallman(read1): Added circular reading code to #N=.
1999-08-02 Eli Zaretskii(frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
1999-08-02 Eli Zaretskii(make_terminal_frame): Don't call init_frame_faces if
1999-08-02 Eli Zaretskii(init_sys_modes): Call init_frame_faces for termcap
1999-08-02 Richard M. StallmanComment change.
1999-08-02 Richard M. Stallman(x_set_internal_border_width):
1999-08-02 Richard M. Stallman(Fset_frame_height): Call do_pending_window_change.
1999-08-02 Richard M. Stallman(EmacsFrameSetCharSize): Don't call do_pending_window_c...
1999-08-02 Richard M. Stallman(x_set_window_size): When calling change_frame_size...
1999-08-01 Richard M. Stallman(internal_equal): Fix overlay comparison.
1999-07-30 Dave LoveAdd HAVE_STDLIB_H.
1999-07-30 Karl Heuer(allocate_vectorlike): Add missing increment.
1999-07-30 Karl Heuer(Fdefalias): Call Ffset instead of duplicating code.
1999-07-30 Karl Heuer(create_process): Detect failure of `pipe'.
1999-07-30 Karl Heuer(get_keymap_1, get_keyelt): Check the type of OBJECT
1999-07-30 Karl Heuer(lock_if_free): Indentation fix.
1999-07-30 Eli Zaretskii(load_color, lookup_derived_face): Declare
1999-07-30 Eli Zaretskii(init_display) [MSDOS]: Don't initialize frame faces,
1999-07-30 Eli Zaretskii(make_terminal_frame) [MSDOS]: Don't call
1999-07-30 Eli Zaretskii(cmd_error_internal): Don't kill Emacs if this is an
1999-07-30 Eli Zaretskii(Fset_window_configuration) [MSDOS]: Don't call
1999-07-30 Eli Zaretskii(load_color): Remove static from definition and remove
1999-07-30 Eli Zaretskii(msdos_stdcolor_name, msdos_stdcolor_idx): New
1999-07-30 Eli Zaretskii(msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
1999-07-30 Eli ZaretskiiRemove redundant declarations (most of them are now in
1999-07-30 Eli Zaretskii(IT_set_face): Rewritten for the new redisplay engine.
1999-07-29 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb): Fix previous change.
1999-07-29 Eli Zaretskii(getdefdir): Don't return failure indication when
1999-07-28 Gerd Moellmann(string_char_and_length): Fix previous change.
1999-07-28 Gerd Moellmann(string_char_and_length): New. Use it everywhere
1999-07-28 Kenichi Handa(concat): Fix previous change.
1999-07-28 Kenichi Handa(count_combining): New function.
1999-07-27 Gerd Moellmann(prepare_face_for_display): Use FillOpaqueStippled...
1999-07-27 Gerd Moellmann(x_set_toolkit_scroll_bar_thumb): Don't call
1999-07-27 Kenichi Handa(x_find_ccl_program): Add casting.
1999-07-27 Kenichi Handa(w32_find_ccl_program): Add casting.
1999-07-27 Gerd Moellmann(x_setup_relief_color): Don't try smart color allocation
1999-07-27 Gerd Moellmann(x_create_tip_frame): Don't set bitmapIcon resource.
1999-07-27 Gerd Moellmann(struct glyph_row): Flag internal_border_p removed.
1999-07-26 Markus Rost(Fgethash): Fix order of variables (patch by gerd).
1999-07-26 Gerd Moellmann(x_get_glyph_string_clip_rect): Take internal border
1999-07-26 Gerd Moellmann(EmacsFrameSetCharSize): Don't add XtNborderWidth
1999-07-26 Karl Heuer(x_set_mouse_color): Always unload the old color.
1999-07-26 Karl Heuer(Fmove_to_column): Extend end of line only if FORCE...
1999-07-26 Karl Heuer(Fy_or_n_p): Doc fix.
1999-07-26 Kenichi Handa(w32_find_ccl_program): Get compiled CCL code by just
1999-07-26 Kenichi Handa(x_find_ccl_program): Get compiled CCL code by just
1999-07-26 Kenichi Handa(setup_coding_system): Get compiled CCL code by just
1999-07-26 Kenichi Handa(ccl_driver) <CCL_Call>: Now CCL program ID to call...
1999-07-26 Kenichi Handa(setup_ccl_program): The type is changed to `int'.
1999-07-26 Gerd Moellmann(get_next_display_element): Display DEL as `^?'.
1999-07-26 Gerd Moellmann(load_face_colors): Load background color if setting
1999-07-23 Karl Heuer(Fsplit_window): For default size, round up for left...
1999-07-22 Karl Heuer(lock_if_free): Return -1 if check_lock_owner()
1999-07-21 Gerd Moellmann(NARROWPROTO): New.
1999-07-21 Gerd Moellmann(FONT_INFO_ID): Build an ID from a font_info pointer.
1999-07-21 Gerd Moellmann(make_frame): Set n_current_toolbar_items to 0.
1999-07-21 Gerd Moellmann(FRAME_TOOLBAR_LINES): New.
next