emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109094: Add news for exclamation-mar


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109094: Add news for exclamation-mark and flymake
Date: Sun, 15 Jul 2012 08:52:16 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109094
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-15 08:52:16 +0800
message:
  Add news for exclamation-mark and flymake
modified:
  doc/lispref/ChangeLog
  doc/lispref/display.texi
  etc/ChangeLog
  etc/NEWS
  src/ChangeLog
  src/fringe.c
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-07-14 02:08:32 +0000
+++ b/doc/lispref/ChangeLog     2012-07-15 00:52:16 +0000
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <address@hidden>
+
+       * display.texi (Fringe Bitmaps): Add exclamation-mark.
+
 2012-07-13  Chong Yidong  <address@hidden>
 
        * buffers.texi (Read Only Buffers): Document toggle-read-only

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2012-06-17 05:13:40 +0000
+++ b/doc/lispref/display.texi  2012-07-15 00:52:16 +0000
@@ -3550,7 +3550,7 @@
 @itemx @code{vertical-bar}, @code{horizontal-bar}
 Used for different types of fringe cursors.
 
address@hidden @code{empty-line}, @code{question-mark}
address@hidden @code{empty-line}, @code{question-mark}, @code{exclamation-mark}
 Unused.
 @end table
 

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2012-07-14 02:08:32 +0000
+++ b/etc/ChangeLog     2012-07-15 00:52:16 +0000
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <address@hidden>
+
+       * NEWS: Mention exclamation-mark and flymake.
+
 2012-07-08  Juanma Barranquero  <address@hidden>
 
        * tutorials/TUTORIAL.es: Sync with changes in revno:108936.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-07-14 02:19:07 +0000
+++ b/etc/NEWS  2012-07-15 00:52:16 +0000
@@ -113,6 +113,8 @@
 ** 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 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.
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-14 11:44:39 +0000
+++ b/src/ChangeLog     2012-07-15 00:52:16 +0000
@@ -1,3 +1,7 @@
+2012-07-15  Leo Liu  <address@hidden>
+
+       * fringe.c: Fix typo in comments.
+
 2012-07-14  Leo Liu  <address@hidden>
 
        * fringe.c: Add a new bitmap exclamation-mark.

=== modified file 'src/fringe.c'
--- a/src/fringe.c      2012-07-14 11:44:39 +0000
+++ b/src/fringe.c      2012-07-15 00:52:16 +0000
@@ -107,7 +107,7 @@
 static unsigned short question_mark_bits[] = {
   0x3c, 0x7e, 0x7e, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18};
 
-/* A exclamation mark.  */
+/* An exclamation mark.  */
 /*
   ...XX...
   ...XX...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]