diff options
| author | Stefan Monnier | 2003-07-22 19:07:49 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-07-22 19:07:49 +0000 |
| commit | 29ea8ae9da63fd9938544cc278ba69a9cfbf0653 (patch) | |
| tree | de7636be50b93b3ec00e3ae45bdc3e86cd7e65fd /src/ChangeLog | |
| parent | fd531951965710b4d6a036926cb773a398e7b62b (diff) | |
| download | emacs-29ea8ae9da63fd9938544cc278ba69a9cfbf0653.tar.gz emacs-29ea8ae9da63fd9938544cc278ba69a9cfbf0653.zip | |
(Finsert_file_contents): Use delete_all_overlays.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e9ddaf38aa8..fee3907d110 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-07-22 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it. | ||
| 4 | |||
| 5 | * buffer.c (delete_all_overlays): New function. | ||
| 6 | * buffer.h (delete_all_overlays): Declare. | ||
| 7 | * coding.c (run_pre_post_conversion_on_str): | ||
| 8 | * print.c (temp_output_buffer_setup): | ||
| 9 | * fileio.c (Finsert_file_contents): | ||
| 10 | * minibuf.c (get_minibuffer): Use it. | ||
| 11 | |||
| 1 | 2003-07-22 Andrew Choi <akochoi@shaw.ca> | 12 | 2003-07-22 Andrew Choi <akochoi@shaw.ca> |
| 2 | 13 | ||
| 3 | * unexmacosx.c (unexec_regions_sort_compare): | 14 | * unexmacosx.c (unexec_regions_sort_compare): |
| @@ -18,7 +29,7 @@ | |||
| 18 | 29 | ||
| 19 | * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef. | 30 | * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef. |
| 20 | 31 | ||
| 21 | * fns.c (Flocale_info): Renamed from Flanginfo. Doc fixes. | 32 | * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes. |
| 22 | (syms_of_fns): Corresponding change. | 33 | (syms_of_fns): Corresponding change. |
| 23 | 34 | ||
| 24 | * alloc.c (syms_of_alloc): Doc fixes. | 35 | * alloc.c (syms_of_alloc): Doc fixes. |