diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index df7202fc243..2074205d38a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another | ||
| 4 | int/Lisp_Object mixup). | ||
| 5 | |||
| 1 | 2010-09-17 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-09-17 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL | 8 | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL |
| @@ -8,9 +13,10 @@ | |||
| 8 | * frame.c (Ftool_bar_pixel_width): New function to expose tool | 13 | * frame.c (Ftool_bar_pixel_width): New function to expose tool |
| 9 | bar's pixel width to Lisp (Bug#7048). | 14 | bar's pixel width to Lisp (Bug#7048). |
| 10 | 15 | ||
| 11 | 2010-09-14 Juanma Barranquero <lekktu@gmail.com> | 16 | 2010-09-14 Juanma Barranquero <lekktu@gmail.com> |
| 17 | |||
| 18 | * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring. | ||
| 12 | 19 | ||
| 13 | * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring. | ||
| 14 | 2010-09-17 Jan Djärv <jan.h.d@swipnet.se> | 20 | 2010-09-17 Jan Djärv <jan.h.d@swipnet.se> |
| 15 | 21 | ||
| 16 | * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position | 22 | * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position |