]> git.eshelyaron.com Git - emacs.git/commitdiff
Add news for exclamation-mark and flymake
authorLeo Liu <sdl.web@gmail.com>
Sun, 15 Jul 2012 00:52:16 +0000 (08:52 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 15 Jul 2012 00:52:16 +0000 (08:52 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi
etc/ChangeLog
etc/NEWS
src/ChangeLog
src/fringe.c

index 0c55018189980fede301bd3d4d6a06c994a622e2..5378cc16cdb6f8824798a450306eb58703a8b928 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <sdl.web@gmail.com>
+
+       * display.texi (Fringe Bitmaps): Add exclamation-mark.
+
 2012-07-13  Chong Yidong  <cyd@gnu.org>
 
        * buffers.texi (Read Only Buffers): Document toggle-read-only
index 53c3ebe8b972920025ea5675e82ddfa1a88e9659..01d177feb87561e6448321e70c5269bff67155b7 100644 (file)
@@ -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
 
index f184cbfa462d606e1b5bf3be89fc9417494cd552..5c5f85a1a25ec3da708f3eacbd83b1823bafb170 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention exclamation-mark and flymake.
+
 2012-07-08  Juanma Barranquero  <lekktu@gmail.com>
 
        * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org.
index fc34e31f1d5f5e2c3c54c954372a86e203873f35..88887ebf9da754090b2ee18e77a15eb948cb233c 100644 (file)
--- 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.
 
index eca3f526bc1c16afd5213652d293290832c6de9a..67bbf0b5bb7da6dee2d7436d980a4987ab128ed4 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <sdl.web@gmail.com>
+
+       * fringe.c: Fix typo in comments.
+
 2012-07-14  Leo Liu  <sdl.web@gmail.com>
 
        * fringe.c: Add a new bitmap exclamation-mark.
index 8de14ef45444adb5a5879cce5d31af0ffb434f67..97d03a2bfae8a2d705b06a9076922d1df76b5419 100644 (file)
@@ -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...