(mem_insert): Set min_heap_address and max_heap_address
[bpt/emacs.git] / src / ChangeLog
index 1f37499..999f610 100644 (file)
@@ -1,3 +1,97 @@
+2007-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * alloc.c (mem_insert): Set min_heap_address and max_heap_address
+       if they are not yet initialized.
+
+2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (redisplay_window): When deciding whether or not to
+       recenter, don't use the reset values of BEG_UNCHANGED and
+       END_UNCHANGED.
+
+2007-04-13  Kim F. Storm  <storm@cua.dk>
+
+       * buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes
+       and check that buffer is still alive upon return.
+
+2007-04-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macterm.c [!TARGET_API_MAC_CARBON]: Include Displays.h.
+       (mac_screen_config_changed): New variable.
+       (mac_handle_dm_notification, init_dm_notification_handler)
+       (mac_get_screen_info): New functions.
+       [MAC_OS8] (main): Call init_dm_notification_handler.
+       (mac_initialize) [MAC_OSX]: Likewise.
+       (XTread_socket): Call mac_get_screen_info if screen config changed.
+       (mac_initialized): Make static.
+       (mac_initialize_display_info): Remove function.
+       (mac_term_init): Call mac_get_screen_info.  Add partial contents of
+       mac_initialize_display_info.
+
+2007-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c (xrm_get_preference_database, Fmac_get_preference)
+       [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
+
+       * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
+       Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
+       (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
+       (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
+       dpyinfo->width are those of whole screen.
+
+2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement
+       glyph pointer before start of glyph row.
+
+2007-04-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.
+       (C_SWITCH_SYSTEM): Remove `-I../mac/src'.
+
+2007-04-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * indent.c (Fmove_to_column): Set next_boundary with correct start pt.
+
+2007-04-08  Richard Stallman  <rms@gnu.org>
+
+       * xdisp.c (syms_of_xdisp) <message-log-max>: Default 100.
+
+2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * editfns.c (Ftranspose_regions): Validate interval before setting
+       text properties.
+
+2007-04-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs.c (main): Fix instructions for building Emacs for profiling.
+
+2007-04-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * gtkutil.c (xg_update_menubar): Call g_list_next after moving
+       menu bar item.
+
+2007-04-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * print.c (Fprin1_to_string): Use macro SPECPDL_INDEX.
+
+2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymap.c (Fcommand_remapping): New optional argument.
+       (where_is_internal): Use new keymaps argument.
+       (Fkey_binding): Caller changed.
+
+       * keyboard.c (command_loop_1): Caller changed.
+
+2007-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * window.c (Fget_lru_window): Doc fix.
+
+2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * undo.c (Fprimitive_undo): Give clearer error message when trying
+       to change text properties outside accessible part of buffer.
+
 2007-03-29  Kim F. Storm  <storm@cua.dk>
 
        * process.c (wait_reading_process_output) [HAVE_PTYS]:
 2006-08-09  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (syms_of_coding): Improve the docstring
-       file-coding-system-alist.
+       of file-coding-system-alist.
 
 2006-08-07  Andreas Schwab  <schwab@suse.de>