diff options
| author | Gerd Moellmann | 2000-01-01 17:25:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-01 17:25:11 +0000 |
| commit | 27189709c1442468297e1814943e5df77212995f (patch) | |
| tree | 67e339185de1318a91e2d65b9c665e12002f70e6 /src/ChangeLog | |
| parent | ee5cd4dba2054bdc6a6140a47287ac4d18b8986a (diff) | |
| download | emacs-27189709c1442468297e1814943e5df77212995f.tar.gz emacs-27189709c1442468297e1814943e5df77212995f.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93127f9b505..6bf58257216 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2000-01-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * syntax.c (Fforward_word): Undo previous change. | ||
| 4 | |||
| 5 | * editfns.c (Fconstrain_to_field): Don't constrain if | ||
| 6 | inhibit-field-text-motion is non-nil. | ||
| 7 | (Fline_beginning_position): Undo previous change. | ||
| 8 | (Fline_end_position): Ditto. | ||
| 9 | |||
| 10 | * syntax.c (Fforward_word): Notice field boundaries only if | ||
| 11 | inhibit-field-text-motion is nil. | ||
| 12 | |||
| 13 | * lisp.h: Add extern declaration for Vinhibit_field_text_motion. | ||
| 14 | |||
| 15 | * editfns.c (Vinhibit_field_text_motion): New variable. | ||
| 16 | (inhibit-field-text-motion): New DEFVAR_LISP. | ||
| 17 | (Fline_beginning_position, Fline_end_position): Notice field | ||
| 18 | boundaries only if inhibit-field-text-motion is nil. | ||
| 19 | |||
| 3 | * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE. | 20 | * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE. |
| 4 | All calls adjusted. | 21 | All calls adjusted. |
| 5 | (x_build_heuristic_mask): Likewise. | 22 | (x_build_heuristic_mask): Likewise. |