aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12003-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
12003-07-22 Andrew Choi <akochoi@shaw.ca> 122003-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.