diff options
| author | Chong Yidong | 2012-06-03 18:23:49 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-06-03 18:23:49 +0800 |
| commit | 383f7350f34707d317e169c203d3c6efb27ee46c (patch) | |
| tree | e8167e326e325b1f4451b5f0d3929dd0708ac5d2 /src/ChangeLog | |
| parent | 1c476a0a7ffcbad019480b9057c17501c445eefb (diff) | |
| download | emacs-383f7350f34707d317e169c203d3c6efb27ee46c.tar.gz emacs-383f7350f34707d317e169c203d3c6efb27ee46c.zip | |
Make mode line help-echo visible for unibyte buffers.
* src/xdisp.c (decode_mode_spec_coding): Display a space for a unibyte
buffer.
* lisp/bindings.el (mode-line-mule-info-help-echo)
(mode-line-read-only-help-echo, mode-line-modified-help-echo):
New functions.
(mode-line-mule-info, mode-line-modified): Use them.
(mode-line-eol-desc, propertized-buffer-identification):
Consistency fixes for help text.
Fixes: debbugs:11226
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0098445cb8..4eaf2d49f36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> | 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte | ||
| 4 | buffer (Bug#11226). | ||
| 5 | |||
| 6 | 2012-06-03 Chong Yidong <cyd@gnu.org> | ||
| 7 | |||
| 3 | * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value. | 8 | * xdisp.c (calc_pixel_width_or_height): Use Fbuffer_local_value. |
| 4 | (note_mode_line_or_margin_highlight): If there is no help echo, | 9 | (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 | 10 | use mode-line-default-help-echo. Handle the case where the mouse |