(x_find_ccl_program): Check also fontp->full_name.
[bpt/emacs.git] / src /
2000-10-02 Gerd Moellmann(error): Prevent compiler warning.
2000-10-02 Gerd Moellmann(wrong_type_argument): Remove NO_RETURN, the function can
2000-09-30 Stefan Monnier(keymap_memberp): New function.
2000-09-30 Gerd Moellmann*** empty log message ***
2000-09-30 Gerd Moellmann(Fopen_network_stream) [HAVE_GETADDRINFO]: Use
2000-09-29 Jason Rumney(search_file_line): Fix skipping of whitespace.
2000-09-29 Jason Rumney(glyph_struct, cache_bitmap): Cache bitmap data, not...
2000-09-29 Jason Rumney(w32_char_font_type, w32_encode_char, x_produce_glyphs...
2000-09-29 Jason Rumney*** empty log message ***
2000-09-29 Dave Love*** empty log message ***
2000-09-29 Gerd Moellmann(updating_frame): Declare extern.
2000-09-29 Gerd Moellmann(x_set_tool_bar_lines): Clear frame when tool bar
2000-09-29 Andreas Schwab.
2000-09-29 Andreas SchwabRemove hack of not prototyping bcopy, etc.
2000-09-29 Gerd Moellmann(menu_bar_one_keymap): If KEYMAP is a symbol,
2000-09-29 Gerd Moellmann*** empty log message ***
2000-09-29 Gerd Moellmann(fatal): Declare NO_RETURN.
2000-09-29 Kenichi HandaRemove the line "#undef NULL".
2000-09-29 Kenichi Handa*** empty log message ***
2000-09-28 Dave Love(USE_MMAP_FOR_BUFFERS): Define.
2000-09-28 Dave Love(xreload): Note its need on GNU/Linux.
2000-09-28 Dave Love*** empty log message ***
2000-09-28 Gerd Moellmann*** empty log message ***
2000-09-28 Gerd Moellmann(x_make_frame_visible): Try harder to make the frame
2000-09-28 Dave LoveDefine REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
2000-09-28 Dave Love*** empty log message ***
2000-09-28 Dave Love(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
2000-09-28 Kenichi Handa(skip_chars): Handle negation correctly.
2000-09-28 Kenichi Handa*** empty log message ***
2000-09-27 Gerd Moellmann*** empty log message ***
2000-09-27 Gerd Moellmann(realize_default_face): Call set_lface_from_font_name
2000-09-27 Gerd Moellmann*** empty log message ***
2000-09-27 Gerd Moellmann(adjust_glyph_matrix, enable_glyph_matrix_rows):
2000-09-27 Gerd Moellmann(window_box_height): Add an assertion.
2000-09-27 Gerd Moellmann(x_set_tool_bar_lines): Don't use more lines for the
2000-09-27 Dave Love*** empty log message ***
2000-09-27 Dave LoveNow works 64-bit. Tidied.
2000-09-26 Gerd Moellmann(XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
2000-09-26 Gerd Moellmann(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
2000-09-26 Gerd Moellmann(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
2000-09-26 Gerd Moellmann*** empty log message ***
2000-09-26 Gerd Moellmann(freeze_window_starts): Construct last argument for
2000-09-26 Gerd Moellmann(x_decode_color): Don't return a Lisp_Object.
2000-09-26 Gerd Moellmann(union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
2000-09-26 Gerd Moellmann(struct frame): Make the `nothing' member of union
2000-09-26 Gerd Moellmann(GC_CHECK_STRING_BYTES): Temporarily define, for bug
2000-09-25 Dave Love(__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
2000-09-25 Dave Love(__malloc_extra_blocks): Declare as __malloc_size_t.
2000-09-25 Gerd Moellmann(mark_image): Use GC_NILP instead of NILP.
2000-09-25 Dave LoveInclude stdio.h.
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann(show_help_echo): Set help_echo_showing_p.
2000-09-25 Gerd Moellmann(help_echo_showing_p): New variable.
2000-09-25 Gerd Moellmann(help_echo_showing_p): Declare extern.
2000-09-25 Gerd MoellmannFix typo in __GNUC_MINOR__.
2000-09-25 Gerd Moellmann(quit_throw_to_read_char): Declare NO_RETURN.
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Gerd Moellmann(POSIX_SIGNALS): Define.
2000-09-25 Gerd Moellmann*** empty log message ***
2000-09-25 Dave Love(base64_encode_1): Fix last change.
2000-09-25 Gerd Moellmann(x_clear_mouse_face): Blick/unblock input.
2000-09-22 Gerd Moellmann(enable_glyph_matrix_rows): Remove xasserts.
2000-09-22 Gerd Moellmann(try_window_reusing_current_matrix): More fixes
2000-09-22 Dave Love*** empty log message ***
2000-09-22 Dave Love(syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
2000-09-22 Dave Love[SOLARIS2]: Remove redundant include of string.h.
2000-09-22 Dave Love(Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
2000-09-21 Gerd Moellmann(wrong_type_argument, Fthrow, Fsignal, error): Declare
2000-09-21 Gerd Moellmann(NO_RETURN): Define.as `__attribute__((__noreturn__))'
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-21 Gerd Moellmann*** empty log message ***
2000-09-21 Gerd Moellmann(try_window_reusing_current_matrix): Fix computation of
2000-09-21 Gerd Moellmann(scrolling_window): Compare y-positions of rows
2000-09-21 Gerd Moellmann(Fx_create_frame): Set default frame parameter value
2000-09-21 Gerd Moellmann*** empty log message ***
2000-09-21 Gerd Moellmann(process_sent_to): New variable.
2000-09-21 Gerd Moellmann(Vrecursive_load_depth_limit): New variable.
2000-09-20 Gerd Moellmann*** empty log message ***
2000-09-20 Gerd Moellmann(Fread_file_name): Doc fix.
2000-09-20 Gerd Moellmann(Fmessage_or_box): Doc fix.
2000-09-20 Gerd Moellmann(Fy_or_n_p, Fyes_or_no_p): Doc fix.
2000-09-20 Gerd Moellmann*** empty log message ***
2000-09-20 Gerd Moellmann(xbm_scan): Allow C-style comments.
2000-09-20 Gerd Moellmann*** empty log message ***
2000-09-20 Gerd Moellmann(xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
2000-09-19 Gerd Moellmann*** empty log message ***
2000-09-19 Jeff BaileyAdd warning to top of source files
2000-09-19 Gerd Moellmann(update_window_line): Make sure to always draw
2000-09-19 Andrew Innes(bootstrap-emacs): Don't change directory.
2000-09-19 Kenichi Handa*** empty log message ***
2000-09-19 Kenichi Handa(UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
2000-09-19 Kenichi Handa(Fccl_execute_on_string): Make multibyte string correctly.
2000-09-19 Kenichi Handa*** empty log message ***
2000-09-18 Gerd Moellmann(x_display_and_set_cursor): Don't show a hollow box
2000-09-18 Dave Love(menu_bar_items, tool_bar_items)
2000-09-18 Gerd Moellmann*** empty log message ***
2000-09-18 Gerd Moellmann(x_draw_image_glyph_string): Remove a comment describing
2000-09-18 Gerd Moellmann(x_clear_image_1): New function.
next