diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a58d0b5905..dd8feb509b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-05-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when | ||
| 4 | backtracking in case last image doesn't fit on line. | ||
| 5 | |||
| 6 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | ||
| 7 | |||
| 8 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than | ||
| 9 | height of one frame default line. | ||
| 10 | |||
| 1 | 2006-05-16 Kim F. Storm <storm@cua.dk> | 11 | 2006-05-16 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * xterm.c (handle_one_xevent): Check that f is not NULL before | 13 | * xterm.c (handle_one_xevent): Check that f is not NULL before |
| @@ -17012,8 +17022,7 @@ | |||
| 17012 | (Fapropos_internal): Initialize them and clear them out. | 17022 | (Fapropos_internal): Initialize them and clear them out. |
| 17013 | Don't GCPRO them. | 17023 | Don't GCPRO them. |
| 17014 | 17024 | ||
| 17015 | * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: | 17025 | * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes. |
| 17016 | Doc fixes. | ||
| 17017 | 17026 | ||
| 17018 | * lisp.h: New misc type Lisp_Save_Value. | 17027 | * lisp.h: New misc type Lisp_Save_Value. |
| 17019 | (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value. | 17028 | (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value. |