From 2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 15 Jul 2012 08:52:16 +0800 Subject: [PATCH] Add news for exclamation-mark and flymake --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 2 +- etc/ChangeLog | 4 ++++ etc/NEWS | 6 ++++++ src/ChangeLog | 4 ++++ src/fringe.c | 2 +- 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0c550181899..5378cc16cdb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-07-15 Leo Liu + + * display.texi (Fringe Bitmaps): Add exclamation-mark. + 2012-07-13 Chong Yidong * buffers.texi (Read Only Buffers): Document toggle-read-only diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 53c3ebe8b97..01d177feb87 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3550,7 +3550,7 @@ Used to indicate buffer boundaries. @itemx @code{vertical-bar}, @code{horizontal-bar} Used for different types of fringe cursors. -@item @code{empty-line}, @code{question-mark} +@item @code{empty-line}, @code{question-mark}, @code{exclamation-mark} Unused. @end table diff --git a/etc/ChangeLog b/etc/ChangeLog index f184cbfa462..5c5f85a1a25 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2012-07-15 Leo Liu + + * NEWS: Mention exclamation-mark and flymake. + 2012-07-08 Juanma Barranquero * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org. diff --git a/etc/NEWS b/etc/NEWS index fc34e31f1d5..88887ebf9da 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -113,6 +113,8 @@ treated as images. ** Face underlining can now use a wave. See the "Face Attributes" section of the Elisp manual. +** New fringe bitmap exclamation-mark. + ** String values for `initial-buffer-choice' also apply to emacsclient frames, if emacsclient is only told to open a new frame without specifying any file to visit or expression to evaluate. @@ -268,6 +270,10 @@ The variable `diff-use-changed-face' defines whether to use the face `diff-changed', or `diff-removed' and `diff-added' to highlight changes in context diffs. +** Flymake uses fringe bitmaps to indicate errors and warnings. +See flymake-fringe-indicator-position, flymake-error-bitmap and +flymake-warning-bitmap. + ** Ediff now uses the same color scheme as Diff mode on high color displays. diff --git a/src/ChangeLog b/src/ChangeLog index eca3f526bc1..67bbf0b5bb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-15 Leo Liu + + * fringe.c: Fix typo in comments. + 2012-07-14 Leo Liu * fringe.c: Add a new bitmap exclamation-mark. diff --git a/src/fringe.c b/src/fringe.c index 8de14ef4544..97d03a2bfae 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -107,7 +107,7 @@ struct fringe_bitmap static unsigned short question_mark_bits[] = { 0x3c, 0x7e, 0x7e, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18}; -/* A exclamation mark. */ +/* An exclamation mark. */ /* ...XX... ...XX... -- 2.39.2