X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fb89c330967ec70bb2cfc5d0af0b440fffbe29df..4e07258f2b539fa9a3ba97442e81e3e67a9ce5a7:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index ac38d0de41..6dd4211364 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,41 @@ +2005-02-03 Richard M. Stallman + + * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline. + + * xdisp.c (echo_area_display): Clear echo_message_buffer. + + * buffer.c (Fbury_buffer): Doc fix. + +2005-02-02 Steven Tamm + + * macfns.c (unwind_create_frame): Fixing compile error due to + xassert being uncondition, but predicate is. + * dispnew.c (update_window): Fixing compile error due to + xassert being uncondition, but predicate is. + +2005-02-02 Miles Bader + + * dispextern.h (xassert): Enable unconditionally. + +2005-02-02 Kim F. Storm + + * undo.c (Fprimitive_undo): Fix dummy apply undo entry. + +2005-02-02 Kenichi Handa + + * casefiddle.c (casify_object): Enable changing characters of + different byte length. + (casify_region): Fix loop condition, args to replace_range_2, and + update opoint_byte. + + * insdel.c (replace_range_2): Fix bugs in adjusting markers and + point. + +2005-02-01 Kim F. Storm + + * xdisp.c (back_to_previous_visible_line_start): Reset iterator + stack before calling handle_display_prop. + 2005-01-31 Kim F. Storm * undo.c (Qapply): New lisp var.