aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJérémy Compostella2012-05-07 12:09:51 -0400
committerStefan Monnier2012-05-07 12:09:51 -0400
commitb120cc17aede4b15b4d6737f03e936a621e72962 (patch)
treedbea6eb7617ab67ac84d00272e76cc408a8e8b52 /src/ChangeLog
parent9a4b36f891acd6e620c1d7e6f3fcedc368003ee7 (diff)
downloademacs-b120cc17aede4b15b4d6737f03e936a621e72962.tar.gz
emacs-b120cc17aede4b15b4d6737f03e936a621e72962.zip
Fix up display of the *Minibuf-0* buffer in the mini window.
* src/keyboard.c (read_char): Don't clear the echo area if there's no message to clear. * src/xdisp.c (redisplay_internal): Redisplay the mini window (with the contents of *Minibuf-0*) if there' no message displayed in its stead.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fcf5ef976ff..3a9e9a5f539 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-05-07 Jérémy Compostella <jeremy.compostella@gmail.com>
2
3 Fix up display of the *Minibuf-0* buffer in the mini window.
4 * keyboard.c (read_char): Don't clear the echo area if there's no
5 message to clear.
6 * xdisp.c (redisplay_internal): Redisplay the mini window (with the
7 contents of *Minibuf-0*) if there' no message displayed in its stead.
8
12012-05-07 Michael Albinus <michael.albinus@gmx.de> 92012-05-07 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in 11 * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice in