aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu2012-07-15 08:52:16 +0800
committerLeo Liu2012-07-15 08:52:16 +0800
commit2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c (patch)
tree71bbef916a92f832aafe1209a955e07ac30d3fd1 /etc
parent63408057e7b8f8f9e04fa689117c75b498406daf (diff)
downloademacs-2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c.tar.gz
emacs-2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c.zip
Add news for exclamation-mark and flymake
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f184cbfa462..5c5f85a1a25 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12012-07-15 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention exclamation-mark and flymake.
4
12012-07-08 Juanma Barranquero <lekktu@gmail.com> 52012-07-08 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * tutorials/TUTORIAL.es: Sync with changes in 2012-07-07T10:34:37Z!cyd@gnu.org. 7 * 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.
113** Face underlining can now use a wave. 113** Face underlining can now use a wave.
114See the "Face Attributes" section of the Elisp manual. 114See the "Face Attributes" section of the Elisp manual.
115 115
116** New fringe bitmap exclamation-mark.
117
116** String values for `initial-buffer-choice' also apply to emacsclient 118** String values for `initial-buffer-choice' also apply to emacsclient
117frames, if emacsclient is only told to open a new frame without 119frames, if emacsclient is only told to open a new frame without
118specifying any file to visit or expression to evaluate. 120specifying any file to visit or expression to evaluate.
@@ -268,6 +270,10 @@ The variable `diff-use-changed-face' defines whether to use
268the face `diff-changed', or `diff-removed' and `diff-added' 270the face `diff-changed', or `diff-removed' and `diff-added'
269to highlight changes in context diffs. 271to highlight changes in context diffs.
270 272
273** Flymake uses fringe bitmaps to indicate errors and warnings.
274See flymake-fringe-indicator-position, flymake-error-bitmap and
275flymake-warning-bitmap.
276
271** Ediff now uses the same color scheme as Diff mode 277** Ediff now uses the same color scheme as Diff mode
272on high color displays. 278on high color displays.
273 279