diff options
| author | Kim F. Storm | 2004-03-11 22:48:33 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-11 22:48:33 +0000 |
| commit | 45034953f49dd6c46196389fc4754bc1ebc6f97d (patch) | |
| tree | e17b5fd215b5825768810827dfa2962819009dfe /src | |
| parent | 0cb687c09475d7ac80619450225c4e4a4fd829e9 (diff) | |
| download | emacs-45034953f49dd6c46196389fc4754bc1ebc6f97d.tar.gz emacs-45034953f49dd6c46196389fc4754bc1ebc6f97d.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a52a0ad79d..296b19f28bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2004-03-12 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | Fix image support on MAC. From YAMAMOTO Mitsuharu. | ||
| 4 | |||
| 5 | * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs. | ||
| 6 | (image_background, image_background_transparent): Fix prototypes. | ||
| 7 | |||
| 8 | * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to | ||
| 9 | dispextern.h. | ||
| 10 | |||
| 11 | * macfns.c (x_list_fonts, x_get_font_info, x_load_font) | ||
| 12 | (x_query_font, x_find_ccl_program, x_set_window_size) | ||
| 13 | (x_make_frame_visible, mac_initialize, XCreatePixmap) | ||
| 14 | (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground) | ||
| 15 | (mac_draw_line_to_pixmap): Move prototypes to macterm.h. | ||
| 16 | |||
| 17 | * macterm.h (x_list_fonts, x_get_font_info, x_load_font) | ||
| 18 | (x_query_font, x_find_ccl_program, x_set_window_size) | ||
| 19 | (x_make_frame_visible, mac_initialize, XCreatePixmap) | ||
| 20 | (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground) | ||
| 21 | (mac_draw_line_to_pixmap): Add prototypes. | ||
| 22 | |||
| 23 | 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 24 | |||
| 25 | * macterm.c (XTread_socket): Fix mouse click on tool bar. | ||
| 26 | |||
| 1 | 2004-03-11 Kim F. Storm <storm@cua.dk> | 27 | 2004-03-11 Kim F. Storm <storm@cua.dk> |
| 2 | 28 | ||
| 3 | * dispextern.h: Move image related prototypes from xfns.c section | 29 | * dispextern.h: Move image related prototypes from xfns.c section |