Mercurial > emacs
comparison src/ChangeLog @ 55571:402c0c610d46
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 13 May 2004 17:14:33 +0000 |
parents | b4deb4abca4d |
children | becfa8f0bdfd |
comparison
equal
deleted
inserted
replaced
55570:9edbe481a40b | 55571:402c0c610d46 |
---|---|
1 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work. | |
4 | |
1 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> | 5 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> |
2 | 6 |
3 * window.c (Fdisplay_buffer, Fsplit_window) | 7 * window.c (Fdisplay_buffer, Fsplit_window) |
4 (split-height-threshold): Doc fix. | 8 (split-height-threshold): Doc fix. |
5 | 9 |
23 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v) | 27 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v) |
24 (xpm_get_color_table_v, xpm_make_color_table_h) | 28 (xpm_get_color_table_v, xpm_make_color_table_h) |
25 (xpm_put_color_table_h, xpm_get_color_table_h) | 29 (xpm_put_color_table_h, xpm_get_color_table_h) |
26 (xpm_str_to_color_key, xpm_load_image, xpm_load) | 30 (xpm_str_to_color_key, xpm_load_image, xpm_load) |
27 (syms_of_image): Support XPM on Carbon Emacs. Does not | 31 (syms_of_image): Support XPM on Carbon Emacs. Does not |
28 depend on libXpm, but only supports XPM version 3 without | 32 depend on libXpm, but only supports XPM version 3 without extensions. |
29 extensions. | |
30 | 33 |
31 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 34 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
32 | 35 |
33 * macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P | 36 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P |
34 instead of FRAME_X_P | 37 instead of FRAME_X_P |
35 | 38 |
36 2004-05-11 Kim F. Storm <storm@cua.dk> | 39 2004-05-11 Kim F. Storm <storm@cua.dk> |
37 | 40 |
38 * process.c (read_process_output): Grow decoding_buf when needed; | 41 * process.c (read_process_output): Grow decoding_buf when needed; |
172 | 175 |
173 * makefile.nt: Remove. | 176 * makefile.nt: Remove. |
174 | 177 |
175 2004-05-02 Eli Zaretskii <eliz@gnu.org> | 178 2004-05-02 Eli Zaretskii <eliz@gnu.org> |
176 | 179 |
177 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid | 180 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): |
178 compiler warnings. | 181 Avoid compiler warnings. |
179 | 182 |
180 * Makefile.in (region-cache.o): Depend on config.h. | 183 * Makefile.in (region-cache.o): Depend on config.h. |
181 | 184 |
182 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) | 185 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) |
183 | 186 |