Mercurial > emacs
comparison src/ChangeLog @ 52019:53afb4da1859
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 22 Jul 2003 19:07:49 +0000 |
parents | 8bbd4454be32 |
children | f0369cfaab3b |
comparison
equal
deleted
inserted
replaced
52018:76a99003b377 | 52019:53afb4da1859 |
---|---|
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): |
4 (unexec_regions_merge): New functions. Sort and merge unexec | 15 (unexec_regions_merge): New functions. Sort and merge unexec |
5 regions before dumping them. | 16 regions before dumping them. |
16 | 27 |
17 2003-07-21 Richard M. Stallman <rms@gnu.org> | 28 2003-07-21 Richard M. Stallman <rms@gnu.org> |
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. |
25 | 36 |
26 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change) | 37 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change) |