Mercurial > emacs
comparison src/ChangeLog @ 63707:983f6dfadc5d
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jun 2005 16:20:05 +0000 |
parents | 8166221bcd71 |
children | 1d86d5c00a50 |
comparison
equal
deleted
inserted
replaced
63706:557271737e6b | 63707:983f6dfadc5d |
---|---|
1 2005-06-23 Juanma Barranquero <lekktu@gmail.com> | 1 2005-06-23 Juanma Barranquero <lekktu@gmail.com> |
2 | |
3 * abbrev.c (Funexpand_abbrev): | |
4 * category.c (Fmake_category_set): | |
5 * dispnew.c (Fsleep_for, Fsit_for): | |
6 * editfns.c (Fsubst_char_in_region): | |
7 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall): | |
8 * frame.c (make_frame_without_minibuffer): | |
9 * lread.c (read_vector): | |
10 * macfns.c (check_x_frame): | |
11 * process.c (Fstop_process, Fcontinue_process): | |
12 * search.c (Freplace_match): | |
13 * syntax.c (Fstring_to_syntax): | |
14 * w32fns.c (check_x_frame, check_x_display_info): | |
15 * xfaces.c (x_supports_face_attributes_p): | |
16 * xselect.c (Fx_own_selection_internal): Follow error conventions. | |
2 | 17 |
3 * image.c (fn_png_init_io): Don't define it. | 18 * image.c (fn_png_init_io): Don't define it. |
4 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io. | 19 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io. |
5 (png_read_from_file): New function, based on png_read_from_memory. | 20 (png_read_from_file): New function, based on png_read_from_memory. |
6 (png_load): Use it, instead of fn_png_init_io. | 21 (png_load): Use it, instead of fn_png_init_io. |