aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-03-18 02:59:33 +0000
committerStefan Monnier2004-03-18 02:59:33 +0000
commit372641015ecab908e5f28cf6640b9483475f6e14 (patch)
tree9bdafeb93de4cc1b03250445ae8d39b4d5184651 /src
parent72d967dd1a5b543dcebd2fb952788470ac60f337 (diff)
downloademacs-372641015ecab908e5f28cf6640b9483475f6e14.tar.gz
emacs-372641015ecab908e5f28cf6640b9483475f6e14.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12e5bbfa62b..5f65301a7cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-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
12004-03-14 Masatake YAMATO <jet@gyve.org> 62004-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
@@ -18,11 +23,9 @@
18 23
192004-03-13 Eli Zaretskii <eliz@elta.co.il> 242004-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.
23 27
24 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is 28 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
25 defined.
26 29
272004-03-12 Richard M. Stallman <rms@gnu.org> 302004-03-12 Richard M. Stallman <rms@gnu.org>
28 31
@@ -34,12 +37,11 @@
342004-03-12 Kim F. Storm <storm@cua.dk> 372004-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)
@@ -62,9 +64,9 @@
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.
@@ -87,7 +89,7 @@
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).
@@ -101,8 +103,8 @@
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.
@@ -137,12 +139,12 @@
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)