diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c07d2c3e8e8..c410c2e8a4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * minibuf.c (minibuffer_completion_contents): Add return type. | ||
| 4 | |||
| 1 | 2002-06-27 Juanma Barranquero <lektu@terra.es> | 5 | 2002-06-27 Juanma Barranquero <lektu@terra.es> |
| 2 | 6 | ||
| 3 | * charset.c (Fchar_bytes): Remove obsolescence info from | 7 | * charset.c (Fchar_bytes): Remove obsolescence info from docstring. |
| 4 | docstring. | ||
| 5 | 8 | ||
| 6 | 2002-06-26 Juanma Barranquero <lektu@terra.es> | 9 | 2002-06-26 Juanma Barranquero <lektu@terra.es> |
| 7 | 10 | ||
| @@ -11,7 +14,7 @@ | |||
| 11 | 14 | ||
| 12 | * window.c (Frecenter): Don't set force_start flag. | 15 | * window.c (Frecenter): Don't set force_start flag. |
| 13 | 16 | ||
| 14 | * minibuf.c (do_completion, Fminibuffer_complete_word) | 17 | * minibuf.c (do_completion, Fminibuffer_complete_word) |
| 15 | (Fminibuffer_completion_help): Complete just the text before point. | 18 | (Fminibuffer_completion_help): Complete just the text before point. |
| 16 | (minibuffer_completion_contents): New function. | 19 | (minibuffer_completion_contents): New function. |
| 17 | 20 | ||