aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-09-01 14:18:42 +0000
committerStefan Monnier <[email protected]>2005-09-01 14:18:42 +0000
commitbdb4d6d8ab71fb64ed7ae8a37d40bc8dacb5c9bb (patch)
tree94e55a2cba6247288885495762f908b6c3d7593f /src
parent70cc95c4d64fa4357157b696c006e8e302207e23 (diff)
*** empty log message ***
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 5fcbddf770..09a3ba2d82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-01 Stefan Monnier <[email protected]>
+
+ * dispnew.c (window_to_frame_hpos, update_window):
+ Avoid gcc warning about unused variable `f'.
+
2005-08-31 Jason Rumney <[email protected]>
* w32menu.c (add_menu_item): If unicode_append_menu returns an
@@ -5,13 +10,13 @@
2005-08-31 YAMAMOTO Mitsuharu <[email protected]>
- * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All
- uses changed.
+ * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
+ All uses changed.
[MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
cases.
(x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
- [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use
- posix_pathname_to_fsspec.
+ [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
+ Use posix_pathname_to_fsspec.
[MAC_OS] (xpm_load_image): Fill in background_transparent field
while we have mask.
@@ -133,7 +138,8 @@
2005-08-14 Richard M. Stallman <[email protected]>
- * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type.
+ * image.c (syms_of_image): Init Qxbm, Qpbm before calling
+ define_image_type.
2005-08-13 Jan Dj,Ad(Brv <[email protected]>
@@ -149,7 +155,8 @@
2005-08-11 Richard M. Stallman <[email protected]>
- * image.c (syms_of_image): Init image_types here, and call define_image_type.
+ * image.c (syms_of_image): Init image_types here, and call
+ define_image_type.
(init_image): Not here.
2005-08-09 Richard M. Stallman <[email protected]>
@@ -272,8 +279,7 @@
* macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
- * macselect.c (Fx_own_selection_internal): Follow error
- conventions.
+ * macselect.c (Fx_own_selection_internal): Follow error conventions.
(Fx_get_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Doc fixes.
(syms_of_macselect) <selection-converter-alist>: Likewise.
@@ -330,8 +336,7 @@
2005-07-19 Kenichi Handa <[email protected]>
- * fns.c (Fstring_as_multibyte): Escape backslashes in the
- docstring.
+ * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
2005-07-18 Stefan Monnier <[email protected]>