diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4313c68f593..a6ee107422c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-12-20 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (Vtool_bar_separator_image_expression): New variable. | ||
| 4 | (parse_tool_bar_item): Use it to obtain image separators for | ||
| 5 | displays not using native tool-bar separators. | ||
| 6 | |||
| 7 | * xdisp.c (build_desired_tool_bar_string): Don't handle separators | ||
| 8 | specially, since this is now done in parse_tool_bar_item. | ||
| 9 | |||
| 1 | 2010-12-19 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2010-12-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | Minor clean up to silence some gcc warnings. | 12 | Minor clean up to silence some gcc warnings. |