aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5fcbddf7706..09a3ba2d825 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dispnew.c (window_to_frame_hpos, update_window):
4 Avoid gcc warning about unused variable `f'.
5
12005-08-31 Jason Rumney <jasonr@gnu.org> 62005-08-31 Jason Rumney <jasonr@gnu.org>
2 7
3 * w32menu.c (add_menu_item): If unicode_append_menu returns an 8 * w32menu.c (add_menu_item): If unicode_append_menu returns an
@@ -5,13 +10,13 @@
5 10
62005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 112005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7 12
8 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All 13 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
9 uses changed. 14 All uses changed.
10 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common 15 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
11 cases. 16 cases.
12 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. 17 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
13 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use 18 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
14 posix_pathname_to_fsspec. 19 Use posix_pathname_to_fsspec.
15 [MAC_OS] (xpm_load_image): Fill in background_transparent field 20 [MAC_OS] (xpm_load_image): Fill in background_transparent field
16 while we have mask. 21 while we have mask.
17 22
@@ -133,7 +138,8 @@
133 138
1342005-08-14 Richard M. Stallman <rms@gnu.org> 1392005-08-14 Richard M. Stallman <rms@gnu.org>
135 140
136 * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. 141 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
142 define_image_type.
137 143
1382005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1442005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
139 145
@@ -149,7 +155,8 @@
149 155
1502005-08-11 Richard M. Stallman <rms@gnu.org> 1562005-08-11 Richard M. Stallman <rms@gnu.org>
151 157
152 * image.c (syms_of_image): Init image_types here, and call define_image_type. 158 * image.c (syms_of_image): Init image_types here, and call
159 define_image_type.
153 (init_image): Not here. 160 (init_image): Not here.
154 161
1552005-08-09 Richard M. Stallman <rms@gnu.org> 1622005-08-09 Richard M. Stallman <rms@gnu.org>
@@ -272,8 +279,7 @@
272 279
273 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes. 280 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
274 281
275 * macselect.c (Fx_own_selection_internal): Follow error 282 * macselect.c (Fx_own_selection_internal): Follow error conventions.
276 conventions.
277 (Fx_get_selection_internal, Fx_selection_owner_p) 283 (Fx_get_selection_internal, Fx_selection_owner_p)
278 (Fx_selection_exists_p): Doc fixes. 284 (Fx_selection_exists_p): Doc fixes.
279 (syms_of_macselect) <selection-converter-alist>: Likewise. 285 (syms_of_macselect) <selection-converter-alist>: Likewise.
@@ -330,8 +336,7 @@
330 336
3312005-07-19 Kenichi Handa <handa@m17n.org> 3372005-07-19 Kenichi Handa <handa@m17n.org>
332 338
333 * fns.c (Fstring_as_multibyte): Escape backslashes in the 339 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
334 docstring.
335 340
3362005-07-18 Stefan Monnier <monnier@iro.umontreal.ca> 3412005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
337 342