X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/efffeeb43e74565569d80f909449ef5113423b77..64e6cc18e674b565b1c48716a251b26b7fef5ac8:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 85b3686597..c890250eb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,100 @@ +2000-10-02 Gerd Moellmann + + * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can + return with a string converted to an integer or vice versa when + Vmocklisp_arguments is t. + (Fsignal): Likewise. The function can return for `quit'. + (struct gcpro): Declare member `var' to point to a volatile + Lisp_Object. + + * eval.c (error): Prevent compiler warning. + +2000-09-30 Stefan Monnier + + * keymap.c (keymap_memberp): New function. + (Fset_keymap_parent): Use it. + (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. + Use keymap_memberp to avoid creating cycles. + (access_keymap): Use KEYMAPP. + +2000-09-30 Gerd Moellmann + + * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use + gai_strerror. Make sure xerrno is set if connect fails. Improve + error recovery. + +2000-09-29 Jason Rumney + + * w32term.c (w32_char_font_type, w32_encode_char) + (x_produce_glyphs): Distinguish single and multibyte BDF fonts. + (w32_bdf_per_char_metric): New function. + (w32_per_char_metric): Use it. + (x_draw_glyph_string_background): Always draw background for BDF + glyphs. + + * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not + GDI object which is a scarce resource. + + * w32bdf.c (search_file_line): Fix skipping of whitespace. + (get_quoted_string): Fix limit on memchr search. + (set_bdf_font_info): Use unsigned chars. Negate yoffset. + (w32_init_bdf_font): Initialize codepoint and bitmap heaps. + (w32_free_bdf_font): Free bitmaps and codepoints on heaps. + (get_cached_font_char, cache_char_offset): Use macro + BDF_CODEPOINT_RANGE_COVER_P. + (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. + (clear_cached_bitmap_slots): New function. + (GET_HEX_VALUE): G-Z, g-z are not hex. + (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. + (get_bitmap_with_cache): Use new cache implementation. + (create_offscreen_bitmap): New function. + (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. + + * w32term.c (x_produce_glyphs): If the distance from the current + position to the next tab stop is less than a canonical character + width, use the tab stop after that. + (x_draw_glyphs): Handle case START and END are out of bounds more + carefully. + (x_clear_mouse_face): Block/unblock input. + (x_display_and_set_cursor): Don't show a hollow box cursor for + buffers whose cursor_type is nil. + +2000-09-29 Gerd Moellmann + + * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar + disappears. + + * dispextern.h (updating_frame): Declare extern. + +2000-09-29 Andreas Schwab + + * m/ia64.h: Remove hack of not prototyping bcopy, etc. + +2000-09-29 Gerd Moellmann + + * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol, + use its function definition. + (tool_bar_items): Likewise. + + * lisp.h (fatal): Declare NO_RETURN. + +2000-09-29 Kenichi Handa + + * keymap.c: Remove the line "#undef NULL". + +2000-09-28 Gerd Moellmann + + * xterm.c (x_make_frame_visible): Try harder to make the frame + visible. + 2000-09-28 Dave Love + * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP. + + * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define. + + * .gdbinit (xreload): Note its need on GNU/Linux. + * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare r_alloc, r_alloc_free.