Improve index entry. Remove redundant one.
[bpt/emacs.git] / src / ChangeLog
index 6dd07fe..05b8afb 100644 (file)
@@ -1,3 +1,59 @@
+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]:
+       When EIO happens, clear channel from descriptor masks before raising
+       SIGCHLD signal to avoid busy loop between read and sigchld_handler.
+       (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
+
+2007-03-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.
+
+       * process.c (Fformat_network_address): Return nil when the
+       argument vector contains invalid values.
+
+2007-03-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
+       [USE_PTHREAD]: Include pthread.h.
+       (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
+       (malloc_initialize_1): New function created from __malloc_initialize.
+       (__malloc_initialize): Use it.
+       (LOCK, UNLOCK): New macros to make malloc etc. thread safe.
+       (_malloc_internal, _free_internal, _realloc_internal): Use them.
+
+       * lread.c (readchar): Extend BLOCK_INPUT block to ferror/clearerr.
+
 2007-03-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * process.c (Fformat_network_address): Make args array big enough
 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>