*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index 3667d6c..bfa3a02 100644 (file)
@@ -1,3 +1,539 @@
+2006-03-22  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (Faccept_process_output): Fix to comply with lisp reference.
+       Change arg "timeout" to "seconds" and allow both integer and float value.
+       Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
+       rather than microseconds.  Fix doc string accordingly.
+
+2006-03-21  Ken Raeburn  <raeburn@raeburn.org>
+
+       * xdisp.c (store_next_glyph): Renamed from append_glyph.
+       (generate_stretch_glyph): Renamed from produce_stretch_glyph.
+       All callers changed accordingly.
+
+2006-03-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xterm.c: x_session_initialized new variable.
+       (x_term_init): Use x_session_initialized to check if
+       x_session_initialize should be called.
+       (x_initialize): Initialize x_session_initialized.
+
+2006-03-21  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
+       bitmap here, but ...
+       (update_window_fringes): ... here, so we can test if it has changed.
+
+2006-03-20  Andreas Schwab  <schwab@suse.de>
+
+       * dispnew.c (init_display): Check DISPLAY here.
+
+       * emacs.c (main): Don't check here.
+
+       * xterm.c (x_display_ok): Don't use DISPLAY env var.
+
+2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
+       mixup (YAILOM).
+
+2006-03-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs.c (main): Fix last change.
+
+2006-03-20  Kenichi Handa  <handa@m17n.org>
+
+       * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
+
+       * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
+
+       * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
+
+       * xterm.c (x_term_init): Remove unnecessary GCPRO.
+
+2006-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
+       so it doesn't associate overlay string with following glyph by default.
+       Allow integer property value to specify explicit number of buffer
+       positions associate with overlay string.
+
+2006-03-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
+
+2006-03-18  Nozomu Ando  <nand@mac.com>
+
+       * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
+       (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
+       (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
+       Don't redefine.
+
+       * m/mips.h: Don't use unexmips on NetBSD.
+       (LIBS_MACHINE): Move definition lower, so it doesn't use
+       LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
+       C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
+
+       * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
+       (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
+       option is broken (e.g., MIPS/NetBSD).
+
+2006-03-18  Craig McDaniel  <craigmcd@gmail.com>  (tiny change)
+
+       * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
+       Remove the HAVE_X_WINDOWS conditional.
+
+2006-03-18  Vivek Dasmohapatra  <vivek@etla.org>  (tiny change)
+
+       * emacs.c (main): If user asks for a display that is unavailable,
+       simulate -nw.
+
+       * xterm.c (x_display_ok): New function.
+
+       * xterm.h: Add prototype for x_display_ok.
+
+2006-03-18  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c (Fw32_select_font): Doc fix.
+
+2006-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * image.c [MAC_OS] (XPutPixel, XGetPixel)
+       [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
+       version when depth is 32.
+       (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
+       New function.
+       (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
+       (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
+
+       * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
+       Create GWorld in ARGB pixel format.
+       (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
+       Remove functions.
+       (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
+       instead of mac_copy_area/mac_copy_area_with_mask.
+
+2006-03-15  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
+       empty row.  Fixes memory corruption revealed by 2006-03-02 change.
+       (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
+       (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
+       width is exactly the same as the window width.  Don't count a final
+       empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
+
+2006-03-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
+       conditional on HAVE_NTGUI, not WINDOWS_NT.
+
+2006-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
+
+       * fringe.c (mac_init_fringe) [MAC_OS]: New function.
+
+       * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
+       (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
+       (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
+       (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
+       (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
+       (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
+       instead of mac_draw_bitmap.
+       (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
+       define_fringe_bitmap and destroy_fringe_bitmap.
+
+2006-03-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.c (x_uncatch_errors): Block input for entire function.
+
+2006-03-12  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (Fx_create_frame): Remove call to
+       Qface_set_after_frame_default (from xfns.c 2003-05-26).
+
+       * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
+       finished with the menu.
+
+       * w32term.c: Sync 2005-10-24 xterm.c changes.
+       (last_mouse_glyph_frame): New var.
+       (note_mouse_movement): Say mouse moved if current frame differs
+       from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
+       (w32_mouse_position): Set last_mouse_glyph_frame.
+       Remove OLD_REDISPLAY_CODE block.
+
+2006-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
+
+       * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
+       (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
+
+       * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
+
+       * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
+
+       * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
+       (x_draw_composite_glyph_string_foreground)
+       (x_draw_image_foreground): Undo previous changes.
+       (x_draw_hollow_cursor): Likewise.  Subtract 1 from the last
+       argument of mac_draw_rectangle.
+       (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
+       (mac_draw_string_common, mac_draw_image_string_cg): Use them.
+       (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
+       (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
+       [USE_CG_DRAWING]: New functions.
+       (mac_draw_line, mac_erase_rectangle, mac_clear_window)
+       (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
+       (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
+       (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
+       (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
+       (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
+       (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
+
+2006-03-12  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
+
+       * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
+
+2006-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (signal_user_input): New function.
+       (post_character_message): Use it for keyboard input.
+       (w32_msg_pump): Use it for mouse input.
+
+2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
+       (window_scroll_pixel_based, syms_of_window): Adapt to above change.
+
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
+       if a menu is already active (the menubar_active flag is on).
+
+2006-03-11  David Ponce  <david@dponce.com>
+
+       * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
+
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
+       the list of unused display error handling functions.
+
+       * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
+       HAVE_X_WINDOWS.
+       (internal_condition_case, internal_condition_case_1)
+       (internal_condition_case_2): Call x_catching_errors only if
+       HAVE_X_WINDOWS.
+
+       * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
+       Don't include sys/resource.h unless defined.
+
+2006-03-11  Richard Stallman  <rms@gnu.org>
+
+       * keymap.c (describe_map): Shorten string to indicate shadowed binding.
+
+       * vm-limit.c (get_lim_data, lim_data, data_space_start):
+       Move from mem-limits.h.
+       (enum warnlevel): New data type.
+       (check_memory_limits): Rewrite the logic about warnings.
+       Use standard `struct rlimit'.  Check return values for nonsense.
+       (memory_warnings): Always clear lim_data.
+
+       * mem-limits.h (get_lim_data, lim_data, data_space_start):
+       Move to vm-limit.c.
+
+       * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
+
+       * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
+       (internal_condition_case_1, internal_condition_case_2):
+       Abort if within unclosed x_catch_errors.
+
+2006-03-11  Romain Francoise  <romain@orebokech.com>
+
+       * process.c (Vprocess_adaptive_read_buffering): Doc fix.
+
+2006-03-11  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * lisp.h: Remove duplicate prototypes.  Make the prototype of
+       getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
+
+2006-03-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
+       argument of XDrawRectangle.
+
+       * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
+
+       * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
+       (x_draw_glyph_string_foreground)
+       (x_draw_composite_glyph_string_foreground)
+       (x_draw_image_foreground): Don't subtract 1 from width and height
+       arguments to mac_draw_rectangle.
+       (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
+
+2006-03-10  Kim F. Storm  <storm@cua.dk>
+
+       * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
+
+2006-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * alloc.c (USE_POSIX_MEMALIGN): New macro.
+       (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
+
+2006-03-09  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
+       ASCII component of a composition.
+
+2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * window.c: Declare preserve_y as a static global variable.
+       (window_scroll_pixel_based): No longer declare preserve_y;
+       it is global now.
+       (syms_of_window): Set preserve_y to -1.
+
+2006-03-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
+       depth is 32.
+       [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
+       depth is 32.
+
+2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (handle_invisible_prop): Don't update it->position with
+       a buffer position if we're in a display string.
+
+2006-03-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
+       (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
+
+       * macfns.c (x_default_scroll_bar_color_parameter)
+       (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
+       Remove unnecessary prototypes.
+       (x_set_scroll_bar_default_width):
+       Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
+       (mac_set_scroll_bar_width): New function.
+       (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
+
+       * macterm.c (get_control_part_bounds): Fix type of return value.
+       (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
+       (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
+       scroll bar if it is not tall enough to display scroll bar thumb.
+       [USE_CARBON_EVENTS] (mac_convert_event_ref)
+       (mac_handle_command_event, mac_handle_window_event)
+       (mac_handle_mouse_event): Check error code of GetEventParameter.
+       (convert_fn_keycode) [MAC_OSX]: Likewise.
+
+2006-03-05  Andreas Schwab  <schwab@suse.de>
+
+       * xselect.c (x_catch_errors_unwind): Fix missing return value.
+
+2006-03-02  Kim F. Storm  <storm@cua.dk>
+
+       * frame.h (struct frame): New member n_tool_bar_rows.
+
+       * xdisp.c: Minimize the unpleasent visual impact of the requirement
+       that non-toolkit tool-bars must occupy an integral number of screen
+       lines, by distributing the rows evenly over the tool-bar screen area.
+       (Vtool_bar_border): New variable.
+       (syms_of_xdisp): DEFVAR_LISP it.
+       (display_tool_bar_line): Add HEIGHT arg for desired row height.
+       Make tool-bar row the desired height.  Use default face for border
+       below tool-bar.
+       (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
+       actual tool-bar rows.
+       (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
+       Adjust the height of the tool-bar rows to fill tool-bar screen area.
+       (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
+       is resized.
+
+2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * search.c (Fregexp_quote): Do not precede a literal `]' with two
+       backslashes to try to make clear that it has a literal meaning; it
+       does not do that.  (It could close a character alternative
+       containing a backslash.)
+
+2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xselect.c (x_catch_errors_unwind): New function.
+       (x_reply_selection_request): Put x_uncatch_errors in an unwind.
+       (Fx_get_atom_name): Call x_uncatch_errors earlier.
+
+       * window.c (Qscroll_up, Qscroll_down): New syms.
+       (window_scroll_pixel_based): Make preserve_y static to avoid
+       getting point stuck when scrolling 1 line.
+
+2006-02-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
+
+       * xterm.c (x_load_font, x_term_init, XTmouse_position)
+       (handle_one_xevent, x_connection_closed, x_list_fonts):
+       No arg for x_uncatch_errors.
+
+       * xselect.c (x_own_selection, x_decline_selection_request)
+       (x_reply_selection_request, x_get_foreign_selection)
+       (Fx_get_atom_name, Fx_send_client_event): Likewise.
+
+       * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
+       Likewise.
+
+2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * lread.c: Declare Vload_file_rep_suffixes instead of
+       deleted variable default_suffixes.
+       (Fget_load_suffixes): New function.
+       (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
+       No longer use deleted variable default_suffixes.  Update docstring.
+       (syms_of_lread): defsubr Sget_load_suffixes.
+       Expand `load-suffixes' docstring.
+       Delete default_suffixes and DEFVAR_LISP the new variable
+       `load-file-rep-suffixes'.
+
+       * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
+       of Vload_suffixes.
+
+       * lisp.h: EXFUN Fget_load_suffixes.
+       Extern Vload_file_rep_suffixes.
+
+       * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
+       with lisp.h.
+
+2006-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
+       qualifier which was trying to avoid the bug that was fixed by
+       yesterday's changes to xterm.c.
+
+2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xterm.h (x_catch_errors) Return value changed to void.
+       (x_uncatch_errors): Delete unused count argument.
+
+       * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
+       it can be called in a signal handler.
+       (x_catch_errors_unwind): Function deleted.
+       (x_uncatch_errors): Deallocate last x_error_message_stack struct.
+       (x_check_errors): Call x_uncatch_errors before signalling error.
+
+       (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
+       (x_connection_closed, x_list_fonts): Use new versions of
+       x_catch_errors and x_uncatch_errors.
+
+       * xselect.c (x_own_selection, x_decline_selection_request)
+       (x_reply_selection_request, x_get_foreign_selection)
+       (Fx_get_atom_name, Fx_send_client_event): Likewise.
+
+       * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
+       Likewise.
+
+       * eval.c (record_unwind_protect): Add an assertion.
+
+2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * process.c (Fmake_network_process): Init the process's mark.
+
+2006-02-25  Kim F. Storm  <storm@cua.dk>
+
+       * buffer.c (modify_overlay): Force redisplay if we modify an
+       overlay at the end of the buffer.
+
+2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
+       nil the image file has been removed, in that case use the (cached)
+       pixmap.
+
+2006-02-24  Kenichi Handa  <handa@m17n.org>
+
+       * fileio.c (Finsert_file_contents): When a text is replaced
+       partially, be sure to set point before the inserted characters.
+
+2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
+
+       * xfns.c (Fx_file_dialog): Return a decoded file name.
+
+2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * dispnew.c (update_text_area): Avoid needless redraw of rightmost
+       glyph whose face is extended to the text area end.
+
+       * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
+       values if control is not visible or values are not changed.
+
+2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.c (Fwindow_list): Check `window' before doing XWINDOW.
+       The default `window' should not be "on a different frame".
+
+2006-02-22  Kim F. Storm  <storm@cua.dk>
+
+       * indent.c (Fvertical_motion): Only try to move back if we can.
+
+2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
+       n_clip_rects.
+
+       * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
+       xmenu.c.
+
+       * macterm.c (GC_CLIP_REGION): Remove macro.
+       (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
+       All uses changed.  Don't do clipping if n_clip_rects is zero.
+       (mac_set_clip_rectangles): Use xassert instead of abort.
+       Set n_clip_rects.  Don't make clip_region empty when number of
+       clipping rectangles is zero.
+       (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
+       calling mac_set_clip_rectangles.
+       (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
+       avoid multiple redraws.
+
+2006-02-22  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
+
+2006-02-21  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
+
+2006-02-21  Zhang Wei  <brep@newsmth.org>
+
+       * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
+       returning it.
+
+2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
+       (standard_bitmaps): Use it.
+
+2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
+       BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
+       (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
+       [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
+       mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
+       Draw background if BG_WIDTH is not zero.  Use float constants as
+       divisors instead of double.  Use alloca instead of xmalloc/xfree.
+       (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
+       [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
+       mac_draw_image_string* functions.
+       (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
+       some fonts when srcCopy text transfer mode might be used.
+       (mac_begin_clip, mac_end_clip): Check if region is empty.
+       (mac_set_clip_rectangles): When resetting clip region, make it
+       empty instead of disposing of it.
+
+2006-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
+       Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8).
+
 2006-02-20  Kim F. Storm  <storm@cua.dk>
 
        * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
        default values are set by pre-loading fringe.el.
        (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
        fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
-       correspondig default- variables.
+       corresponding default- variables.
 
        * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
        to use `int'.
        (left_curly_arrow_bits): Rename from continuation_bits.
        (right_curly_arrow_bits): Rename from continued_bits.
        (left_triangle_bits): Rename from ov_bits.
-       (right_triangle_bits): Added.
+       (right_triangle_bits): Add.
        (filled_rectangle_bits): Rename from filled_box_cursor_bits.
        (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
-       (filled_square_bits): Added.
+       (filled_square_bits): Add.
        (vertical_bar_bits): Rename from bar_cursor_bits.
-       (horisontal_bar_bits): Rename from hbar_cursor_bits.
+       (horizontal_bar_bits): Rename from hbar_cursor_bits.
        (empty_line_bits): Rename from zv_bits.
        (standard_bitmaps): Update to use new names.
        (draw_fringe_bitmap_1): Make static.
        (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
        to map from logical cursors and indicators to physical bitmaps.
-       (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
+       (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
        bitmaps using symbol names instead of bitmap numbers.
        (update_window_fringes): Use logical indicator symbol names
        instead of bitmap numbers for logical.  Add bitmap cache.