]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(mac_update_title_bar): New function.
[gnu-emacs] / src / ChangeLog
index 6f3d9f3ffff149d0d029c91ae5f1ed6404b1401e..1f96b0aaaa4dea5fe88a92fc69d9121dc97b35a8 100644 (file)
@@ -1,5 +1,72 @@
+2006-04-30  Richard Stallman  <rms@gnu.org>
+
+       * keymap.c (Fdefine_key): Improve error message
+       when KEY begins with a non-prefix key.
+
+2006-04-30  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
+
+       * syntax.c (Fforward_comment): Don't forget to break out of the loop
+       when we skipped backward over a generic comment.
+
+2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * .gdbinit (pp1, pv1): Only print value as expression is now
+       printed out by gud-print.
+       (pv1): Correct doc string.
+
+2006-04-26  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):
+       keymap.c:895: error: address of register variable `def' requested.
+
+2006-04-26  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (construct_mouse_wheel): Handle negative coordinates.
+
+       * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
+       <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
+       where we preempt mouse_button_timer.
+
+2006-04-25  Miles Bader  <miles@gnu.org>
+
+       * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
+
+2006-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * process.h: Include headers for pid_t.
+
+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.
+       (produce_stretch_glyph): Assume that face box height and width is
+       already included in in stretch glyph size so caller doesn't have to
+       consider the extra space otherwise added (fixes problem in ses.el).
+
+       * 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.
 
 
 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
+       * 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.
 
        * 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.
+       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.
 
 2006-04-13  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (setup_coding_system): Fix previous change.
-       (encode_coding): If eol_type is not yet decided, use
-       system_eol_type.
+       (encode_coding): If eol_type is not yet decided, use system_eol_type.
        (shrink_encoding_region): If eol_type is not yet decided and
        system_eol_type is not LF, don't shrink.
 
        within ||.  Add explicit braces to avoid ambiguous `else'.
        (dump_glyph_row): Remove label for `inverse_p' from legend.
 
-       * xfaces.c (Finternal_merge_in_global_face, try_font_list): Add
-       explicit braces to avoid ambiguous `else'.
+       * xfaces.c (Finternal_merge_in_global_face, try_font_list):
+       Add explicit braces to avoid ambiguous `else'.
 
 2006-04-11  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
 
        (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.