diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/ChangeLog.10 | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index e166cdeb3e4..76029bd44fc 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -5561,7 +5561,7 @@ | |||
| 5561 | 5561 | ||
| 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> | 5562 | 2006-01-26 Lőrentey Károly <lorentey@elte.hu> |
| 5563 | 5563 | ||
| 5564 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 5564 | * editfns.c (Fconstrain_to_field): Fix behavior on field boundaries. |
| 5565 | (find_field): Set before_field to after_field when pos is at BEGV. | 5565 | (find_field): Set before_field to after_field when pos is at BEGV. |
| 5566 | (Fline_beginning_position, Fline_end_position): | 5566 | (Fline_beginning_position, Fline_end_position): |
| 5567 | Clarify confusing doc string. | 5567 | Clarify confusing doc string. |
| @@ -11188,7 +11188,7 @@ | |||
| 11188 | 11188 | ||
| 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> | 11189 | 2004-12-23 Jason Rumney <jasonr@gnu.org> |
| 11190 | 11190 | ||
| 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour | 11191 | * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behavior |
| 11192 | of JPEG library. | 11192 | of JPEG library. |
| 11193 | 11193 | ||
| 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> | 11194 | 2004-12-22 Richard M. Stallman <rms@gnu.org> |
| @@ -16570,7 +16570,7 @@ | |||
| 16570 | Use non-text cursor when mouse pointer is outside editable text, | 16570 | Use non-text cursor when mouse pointer is outside editable text, |
| 16571 | i.e. in the void after end-of-line or end-of-buffer; this was | 16571 | i.e. in the void after end-of-line or end-of-buffer; this was |
| 16572 | already done for W32, but is now standard for all systems -- | 16572 | already done for W32, but is now standard for all systems -- |
| 16573 | user can toggle show-text-cursor-in-void to get old behaviour. | 16573 | user can toggle show-text-cursor-in-void to get old behavior. |
| 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and | 16574 | (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and |
| 16575 | Vdisplay_pixels_per_inch. | 16575 | Vdisplay_pixels_per_inch. |
| 16576 | 16576 | ||
| @@ -20827,7 +20827,7 @@ | |||
| 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> | 20827 | 2003-01-13 Francesco Potortì <pot@gnu.org> |
| 20828 | 20828 | ||
| 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the | 20829 | * fileio.c (Fdelete_directory, Fdelete_file): Document the |
| 20830 | behaviour in front of symlinks. | 20830 | behavior in front of symlinks. |
| 20831 | (Fdelete_file): Raise an error on directories. | 20831 | (Fdelete_file): Raise an error on directories. |
| 20832 | 20832 | ||
| 20833 | 2003-01-13 Dave Love <fx@gnu.org> | 20833 | 2003-01-13 Dave Love <fx@gnu.org> |