* xdisp.c (note_mode_line_or_margin_highlight): Don't decrement glyph
[bpt/emacs.git] / src / ChangeLog
index 70e518c..cfe86da 100644 (file)
@@ -1,3 +1,51 @@
+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
 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>