]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
index 5b62e1ae268f467ad760e0d095cce5cd0485eb22..1e77717ee84dab351b5b0624ad6f5fc54e8311fd 100644 (file)
@@ -1,3 +1,150 @@
+2006-04-24  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
+       does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
+
+       * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
+       matrices to force recalculation of tool-bar height after font change.
+
+       * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
+       Clear it when done, so we don't accidentally draw a second copy of
+       the tool-bar after resetting f->n_tool_bar_rows.
+       (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
+       we recalculate f->n_tool_bar_rows.
+
+2006-04-23  Lars Hansen  <larsh@soem.dk>
+
+       * editfns.c (find_field): Fix comment.
+       (Ffield_beginning): Fix bug when POS is at field beginning.
+
+2006-04-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1205000.
+
+2006-04-21  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (redisplay_window): Fix last change.  Don't recenter if
+       window start is at BEGV.
+
+       * dispextern.h (struct image): New member `corners'.
+       (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
+
+       * image.c (four_corners_best): New arg CORNERS specifies what pixels
+       to look at in case image has margin.
+       (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
+       (image_background, image_background_transparent)
+       (x_build_heuristic_mask): Pass img->corners to four_corners_best.
+       (gif_load): Set img->corners according to image's margin spec.
+       Use img->corners values directly where applicable.
+       Save image extension data in img->data.lisp_val.
+       (gif_clear_image): New function to free img->data.lisp_val.
+       (gif_type): Use it instead of generic x_clear_image.
+       (Fimage_extension_data): New defun.
+       (syms_of_image): Defsubr it.
+
+2006-04-21  John Sullivan  <john@wjsullivan.net>  (tiny change)
+
+       * window.c (Fdisplay_buffer): Doc fix.
+
+2006-04-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
+
+2006-04-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * image.c [MAC_OS] (xpm_load_image): Fill in background field
+       while we have ximg handy.
+
+       * macmenu.c (restore_menu_items, save_menu_items): New functions
+       from xmenu.c.
+       (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
+       changes for xmenu.c.
+
+       * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
+       (add_mac_font_name): New function.
+       (init_font_name_table): Use it.  Adopt the first found font from
+       those having the same family name.
+
+2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * xdisp.c (note_mouse_highlight): Use build_string.
+
+2006-04-20  Lars Hansen  <larsh@soem.dk>
+
+       * textprop.c (Fremove_list_of_text_properties): Ensure
+       modify_region is called only when buffer is modified and that
+       signal_after_change is allways called in that case.
+
+       * print.c (PRINTFINISH): Call signal_after_change.
+
+2006-04-20  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (redisplay_window): Fix last change.
+
+       * xdisp.c (redisplay_window): If current window start is not at the
+       beginning of a line, select a new window start if buffer is modified
+       and window start is in the modified region, but the first change is
+       before window start.
+
+2006-04-18  Richard Stallman  <rms@gnu.org>
+
+       * xmenu.c (restore_menu_items, save_menu_items): New fns.
+       (set_frame_menubar): Use save_menu_items.  Save updated vector in
+       the frame before unwinding it.  Don't use unuse_menu_items.  Don't
+       use discard_menu_items.
+       (digest_single_submenu): Abort if an item is not in a pane.
+       (init_menu_items): Put the error check at the top.
+
+       * keymap.c (describe_map): Make "shadowed" warning more verbose.
+
+       * window.c (adjust_window_trailing_edge): Correctly distinguish
+       series vs parallel cases, even when window has no parent.
+
+       * abbrev.c (record_symbol): New function.
+       (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
+
+2006-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
+       value of xmalloc.
+
+       * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
+       (create_apple_event_from_event_ref, xrm_get_preference_database)
+       (cfstring_create_normalized): Don't check return value of xmalloc.
+
+       * macselect.c (get_scrap_target_type_list, defer_apple_events)
+       (copy_scrap_flavor_data, mac_handle_service_event): Don't check
+       return value of xmalloc/xrealloc.
+
+       * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
+       (init_font_name_table, init_font_name_table, mac_do_list_fonts)
+       (XLoadQueryFont, mac_store_apple_event): Don't check return value
+       of xmalloc.
+
+2006-04-17  Kim F. Storm  <storm@cua.dk>
+
+       * window.c (coordinates_in_window): On the vertical border,
+       calculate the row number measured from the top of the window, not
+       the top of the frame.
+       (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
+       (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
+
+2006-04-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
+
+2006-04-16  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
+
+2006-04-16  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
+
+2006-04-15  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1210000.
+
 2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
 
        * print.c (Fprin1_to_string): Mention in the `doc' that the