diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b90db0b7fa9..c0098445cb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value. | ||
| 4 | (note_mode_line_or_margin_highlight): If there is no help echo, | ||
| 5 | use mode-line-default-help-echo. Handle the case where the mouse | ||
| 6 | position is past the end of the mode line string. | ||
| 7 | |||
| 8 | * buffer.c (buffer_local_value_1): New function, split from | ||
| 9 | Fbuffer_local_value; can return Qunbound. | ||
| 10 | (Fbuffer_local_value): Use it. | ||
| 11 | (Vmode_line_format): Docstring tweaks. | ||
| 12 | |||
| 1 | 2012-06-02 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2012-06-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * sysdep.c (system_process_attributes): Improve comment. | 15 | * sysdep.c (system_process_attributes): Improve comment. |