X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b344d29d16a214c94ec210e86d4d19f8c83b4a26..eab2ee89441d51e885e3df6b3fbcb3c12a177232:/src/ChangeLog.10 diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 7b955c5e9a..5aab9e4a6d 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -5561,7 +5561,7 @@ 2006-01-26 Lőrentey Károly - * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. + * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries. (find_field): Set before_field to after_field when pos is at BEGV. (Fline_beginning_position, Fline_end_position): Clarify confusing doc string. @@ -8727,7 +8727,7 @@ 2005-05-28 Masatake YAMATO * xdisp.c (note_mode_line_or_margin_highlight): Change the - pointer to a hand cursor when hoovering over a mouse-face. + pointer to a hand cursor when hovering over a mouse-face. 2005-05-27 Kenichi Handa @@ -11188,7 +11188,7 @@ 2004-12-23 Jason Rumney - * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour + * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior of JPEG library. 2004-12-22 Richard M. Stallman @@ -16570,7 +16570,7 @@ Use non-text cursor when mouse pointer is outside editable text, i.e. in the void after end-of-line or end-of-buffer; this was already done for W32, but is now standard for all systems -- - user can toggle show-text-cursor-in-void to get old behaviour. + user can toggle show-text-cursor-in-void to get old behavior. (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and Vdisplay_pixels_per_inch. @@ -20827,7 +20827,7 @@ 2003-01-13 Francesco Potortì * fileio.c (Fdelete_directory, Fdelete_file): Document the - behaviour in front of symlinks. + behavior in front of symlinks. (Fdelete_file): Raise an error on directories. 2003-01-13 Dave Love @@ -21338,7 +21338,7 @@ * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more descriptive error output from lread.c:Fload upon most require - cycles during boostrapping. + cycles during bootstrapping. 2002-11-27 Jason Rumney