Mercurial > emacs
comparison src/ChangeLog @ 54420:2d492424ddbb
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 18 Mar 2004 02:59:33 +0000 |
parents | 85da7ff1fca3 |
children | 3e1b0bccd22e |
comparison
equal
deleted
inserted
replaced
54419:4ef1f446e4d9 | 54420:2d492424ddbb |
---|---|
1 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * fileio.c (Fread_file_name): Set completion-ignore-case for | |
4 case-insensitive systems. | |
5 | |
1 2004-03-14 Masatake YAMATO <jet@gyve.org> | 6 2004-03-14 Masatake YAMATO <jet@gyve.org> |
2 | 7 |
3 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE | 8 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE |
4 when keymap and cursor are setup. | 9 when keymap and cursor are setup. |
5 | 10 |
16 | 21 |
17 * xfns.c (x_find_image_file): Remove prototype. | 22 * xfns.c (x_find_image_file): Remove prototype. |
18 | 23 |
19 2004-03-13 Eli Zaretskii <eliz@elta.co.il> | 24 2004-03-13 Eli Zaretskii <eliz@elta.co.il> |
20 | 25 |
21 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is | 26 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. |
22 defined. | 27 |
23 | 28 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined. |
24 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is | |
25 defined. | |
26 | 29 |
27 2004-03-12 Richard M. Stallman <rms@gnu.org> | 30 2004-03-12 Richard M. Stallman <rms@gnu.org> |
28 | 31 |
29 * fns.c (internal_equal): New arg PROPS controls comparing | 32 * fns.c (internal_equal): New arg PROPS controls comparing |
30 text properties. All callers changed. | 33 text properties. All callers changed. |
32 (syms_of_fns): defsubr it. | 35 (syms_of_fns): defsubr it. |
33 | 36 |
34 2004-03-12 Kim F. Storm <storm@cua.dk> | 37 2004-03-12 Kim F. Storm <storm@cua.dk> |
35 | 38 |
36 Fix image support on MAC. From YAMAMOTO Mitsuharu. | 39 Fix image support on MAC. From YAMAMOTO Mitsuharu. |
37 | 40 |
38 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs. | 41 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs. |
39 (image_background, image_background_transparent): Fix prototypes. | 42 (image_background, image_background_transparent): Fix prototypes. |
40 | 43 |
41 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to | 44 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h. |
42 dispextern.h. | |
43 | 45 |
44 * macfns.c (x_list_fonts, x_get_font_info, x_load_font) | 46 * macfns.c (x_list_fonts, x_get_font_info, x_load_font) |
45 (x_query_font, x_find_ccl_program, x_set_window_size) | 47 (x_query_font, x_find_ccl_program, x_set_window_size) |
46 (x_make_frame_visible, mac_initialize, XCreatePixmap) | 48 (x_make_frame_visible, mac_initialize, XCreatePixmap) |
47 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground) | 49 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground) |
60 2004-03-11 Kim F. Storm <storm@cua.dk> | 62 2004-03-11 Kim F. Storm <storm@cua.dk> |
61 | 63 |
62 * dispextern.h: Move image related prototypes from xfns.c section | 64 * dispextern.h: Move image related prototypes from xfns.c section |
63 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than | 65 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than |
64 HAVE_X_WINDOWS. | 66 HAVE_X_WINDOWS. |
65 | 67 |
66 * Makefile.in (XOBJ): Consolidate into one list. Add image.o. | 68 * Makefile.in (XOBJ): Consolidate into one list. Add image.o. |
67 Move gtkutil.o to new GTK_OBJ list. | 69 Move gtkutil.o to new GTK_OBJ list. |
68 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. | 70 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place. |
69 (GTK_OBJ) [USE_GTK]: New declaration. | 71 (GTK_OBJ) [USE_GTK]: New declaration. |
70 (obj): Add $(GTK_OBJ) to list. | 72 (obj): Add $(GTK_OBJ) to list. |
71 | 73 |
72 2004-03-11 Steven Tamm <steventamm@mac.com> | 74 2004-03-11 Steven Tamm <steventamm@mac.com> |
85 * makefile.w32-in (OBJ1): Add image.o. | 87 * makefile.w32-in (OBJ1): Add image.o. |
86 ($(BLD)/image.$(O)): Add dependencies. | 88 ($(BLD)/image.$(O)): Add dependencies. |
87 | 89 |
88 * Makefile.in (XOBJ, MAC_OBJ): Add image.o. | 90 * Makefile.in (XOBJ, MAC_OBJ): Add image.o. |
89 (image.o): Add dependencies. | 91 (image.o): Add dependencies. |
90 | 92 |
91 * image.c: New file with consolidated image support code. | 93 * image.c: New file with consolidated image support code. |
92 (COLOR_TABLE_SUPPORT): New define to control whether | 94 (COLOR_TABLE_SUPPORT): New define to control whether |
93 color table support is available (X only). | 95 color table support is available (X only). |
94 (Bitmap_Record): Common name for x_bitmap_record, | 96 (Bitmap_Record): Common name for x_bitmap_record, |
95 w32_bitmap_record, and mac_bitmap_record. | 97 w32_bitmap_record, and mac_bitmap_record. |
99 (GET_PIXEL): Wrapper for XGetPixel or equivalent. | 101 (GET_PIXEL): Wrapper for XGetPixel or equivalent. |
100 (NO_PIXMAP): Common name for "None" or equivalent. | 102 (NO_PIXMAP): Common name for "None" or equivalent. |
101 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors. | 103 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors. |
102 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value. | 104 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value. |
103 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c). | 105 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c). |
104 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen): Define | 106 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen): |
105 with suitable equivalents on W32 and MAC for code sharing. | 107 Define with suitable equivalents on W32 and MAC for code sharing. |
106 (XDrawLine): Define on MAC for code sharing. | 108 (XDrawLine): Define on MAC for code sharing. |
107 (Destroy_Image, Free_Pixmap): Wrappers for code sharing. | 109 (Destroy_Image, Free_Pixmap): Wrappers for code sharing. |
108 (IF_LIB_AVAILABLE): Macro to simplify code sharing. | 110 (IF_LIB_AVAILABLE): Macro to simplify code sharing. |
109 (Vx_bitmap_file_path, Vimage_cache_eviction_delay) | 111 (Vx_bitmap_file_path, Vimage_cache_eviction_delay) |
110 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) | 112 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) |
135 (XBM support, XPM support, PBM support, PNG support, JPEG support) | 137 (XBM support, XPM support, PBM support, PNG support, JPEG support) |
136 (TIFF support, GIF support, Ghostscript support): Consolidate image | 138 (TIFF support, GIF support, Ghostscript support): Consolidate image |
137 code from xfns.c, w32fns.c, and macfns.c. | 139 code from xfns.c, w32fns.c, and macfns.c. |
138 (syms_of_image): Consolidate image related symbol setup here. | 140 (syms_of_image): Consolidate image related symbol setup here. |
139 (init_image): Consolidate image related initializations here. | 141 (init_image): Consolidate image related initializations here. |
140 | 142 |
141 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image | 143 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image |
142 and init_image. Remove call to init_xfns. | 144 and init_image. Remove call to init_xfns. |
143 | 145 |
144 * macterm.h (struct mac_bitmap_record): Add file member. Not | 146 * macterm.h (struct mac_bitmap_record): Add file member. |
145 currently used, but simplifies code sharing. | 147 Not currently used, but simplifies code sharing. |
146 | 148 |
147 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay) | 149 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay) |
148 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) | 150 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap) |
149 (x_reference_bitmap, x_create_bitmap_from_data) | 151 (x_reference_bitmap, x_create_bitmap_from_data) |
150 (x_create_bitmap_from_file, x_destroy_bitmap) | 152 (x_create_bitmap_from_file, x_destroy_bitmap) |